Searched refs:DetailsElementType_Preview (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/selector/graphics/details/
H A DUIGDetailsSet.cpp101 m_iLastStepNumber = m_fFullSet ? DetailsElementType_Description : DetailsElementType_Preview;
392 case DetailsElementType_Preview:
452 case DetailsElementType_Preview:
510 if (UIGDetailsElement *pPreviewElement = element(DetailsElementType_Preview))
533 case DetailsElementType_Preview:
579 case DetailsElementType_Preview: return new UIGDetailsElementPreview(this, fOpen);
H A DUIGDetailsModel.cpp236 m_settings[DetailsElementType_Preview] = true;
H A DUIGDetailsElements.cpp183 : UIGDetailsElement(pParent, DetailsElementType_Preview, fOpened)
216 setName(gpConverter->toString(DetailsElementType_Preview));
H A DUIGDetailsElement.cpp639 if (m_type == DetailsElementType_Preview)
/vbox/src/VBox/Frontends/VirtualBox/src/extradata/
H A DUIExtraDataDefs.h534 DetailsElementType_Preview, enumerator in enum:DetailsElementType
/vbox/src/VBox/Frontends/VirtualBox/src/converter/
H A DUIConverterBackendGlobal.cpp864 case DetailsElementType_Preview: strResult = QApplication::translate("VBoxGlobal", "Preview", "DetailsElementType"); break;
894 keys << QApplication::translate("VBoxGlobal", "Preview", "DetailsElementType"); values << DetailsElementType_Preview; local
922 case DetailsElementType_Preview: strResult = "preview"; break;
952 keys << "preview"; values << DetailsElementType_Preview; local

Completed in 62 milliseconds