Searched refs:PreviewUpdateIntervalType_500ms (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/selector/graphics/details/
H A DUIGMachinePreview.cpp97 m_pUpdateTimerMenu->insertSeparator(m_actions[static_cast<PreviewUpdateIntervalType>(PreviewUpdateIntervalType_500ms)]);
348 m_actions.value(PreviewUpdateIntervalType_500ms)->setText(tr("Every 0.5 s"));
428 case PreviewUpdateIntervalType_500ms:
/vbox/src/VBox/Frontends/VirtualBox/src/extradata/
H A DUIExtraDataDefs.h554 PreviewUpdateIntervalType_500ms, enumerator in enum:PreviewUpdateIntervalType
/vbox/src/VBox/Frontends/VirtualBox/src/converter/
H A DUIConverterBackendGlobal.cpp980 case PreviewUpdateIntervalType_500ms: return "500";
998 keys << "500"; values << PreviewUpdateIntervalType_500ms; local
1017 case PreviewUpdateIntervalType_500ms: return 500;
1034 hash.insert(500, PreviewUpdateIntervalType_500ms);

Completed in 66 milliseconds