Searched defs:fromString (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/converter/
H A DUIConverter.h66 template<class T> T fromString(const QString &strData) const function in class:UIConverter
69 return ::fromString<T>(strData);
H A DUIConverterBackend.h54 template<class X> X fromString(const QString & /* strData */) { Assert(0); return X(); } function
129 template<> SizeSuffix fromString<SizeSuffix>(const QString &strSizeSuffix);
131 template<> StorageSlot fromString<StorageSlot>(const QString &strStorageSlot);
157 template<> DetailsElementType fromString<DetailsElementType>(const QString &strDetailsElementType);
218 template<> KPortMode fromString<KPortMode>(const QString &strMode);
219 template<> KUSBDeviceFilterAction fromString<KUSBDeviceFilterAction>(const QString &strAction);
220 template<> KAudioDriverType fromString<KAudioDriverType>(const QString &strType);
221 template<> KAudioControllerType fromString<KAudioControllerType>(const QString &strType);
222 template<> KAuthType fromString<KAuthType>(const QString &strType);
223 template<> KStorageControllerType fromString<KStorageControllerTyp
[all...]
H A DUIConverterBackendCOM.cpp560 template<> KPortMode fromString<KPortMode>(const QString &strMode) function
576 template<> KUSBDeviceFilterAction fromString<KUSBDeviceFilterAction>(const QString &strAction) function
589 template<> KAudioDriverType fromString<KAudioDriverType>(const QString &strType) function
609 template<> KAudioControllerType fromString<KAudioControllerType>(const QString &strType) function
623 template<> KAuthType fromString<KAuthType>(const QString &strType) function
637 template<> KStorageControllerType fromString<KStorageControllerType>(const QString &strType) function
H A DUIConverterBackendGlobal.cpp92 template<> SizeSuffix fromString<SizeSuffix>(const QString &strSizeSuffix) function
228 template<> StorageSlot fromString<StorageSlot>(const QString &strStorageSlot) function
888 template<> DetailsElementType fromString<DetailsElementType>(const QString &strDetailsElementType) function
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Djaxb-xjc.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ...

Completed in 141 milliseconds