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

/vbox/src/VBox/Frontends/VirtualBox/src/converter/
H A DUIConverterBackend.h155 template<> UIVisualStateType fromInternalString<UIVisualStateType>(const QString &strVisualStateType);
H A DUIConverterBackendGlobal.cpp840 template<> UIVisualStateType fromInternalString<UIVisualStateType>(const QString &strVisualStateType) argument
851 if (!keys.contains(strVisualStateType, Qt::CaseInsensitive))
854 return values.at(keys.indexOf(QRegExp(strVisualStateType, Qt::CaseInsensitive)));

Completed in 47 milliseconds