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

/vbox/src/VBox/Frontends/VirtualBox/src/converter/
H A DUIConverterBackend.h152 template<> UIExtraDataMetaDefs::MenuWindowActionType fromInternalString<UIExtraDataMetaDefs::MenuWindowActionType>(const QString &strMenuWindowActionType);
H A DUIConverterBackendGlobal.cpp803 template<> UIExtraDataMetaDefs::MenuWindowActionType fromInternalString<UIExtraDataMetaDefs::MenuWindowActionType>(const QString &strMenuWindowActionType) argument
812 if (!keys.contains(strMenuWindowActionType, Qt::CaseInsensitive))
815 return values.at(keys.indexOf(QRegExp(strMenuWindowActionType, Qt::CaseInsensitive)));

Completed in 48 milliseconds