Searched refs:previewUpdateIntervalType (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/converter/
H A DUIConverterBackend.h160 template<> QString toInternalString(const PreviewUpdateIntervalType &previewUpdateIntervalType);
162 template<> int toInternalInteger(const PreviewUpdateIntervalType &previewUpdateIntervalType);
H A DUIConverterBackendGlobal.cpp974 template<> QString toInternalString(const PreviewUpdateIntervalType &previewUpdateIntervalType) argument
977 switch (previewUpdateIntervalType)
985 default: AssertMsgFailed(("No text for '%d'", previewUpdateIntervalType)); break;
1011 template<> int toInternalInteger(const PreviewUpdateIntervalType &previewUpdateIntervalType) argument
1014 switch (previewUpdateIntervalType)
1022 default: AssertMsgFailed(("No value for '%d'", previewUpdateIntervalType)); break;

Completed in 52 milliseconds