Searched refs:fromString (Results 1 - 10 of 10) 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/Frontends/VirtualBox/src/settings/machine/
H A DUIMachineSettingsSerial.cpp86 KPortMode mode = gpConverter->fromString<KPortMode>(mCbMode->currentText());
134 portData.m_hostMode = gpConverter->fromString<KPortMode>(mCbMode->currentText());
209 KPortMode mode = gpConverter->fromString<KPortMode> (aText);
423 KPortMode mode = gpConverter->fromString<KPortMode>(page->mCbMode->currentText());
H A DUIMachineSettingsDisplay.cpp209 displayData.m_remoteDisplayAuthType = gpConverter->fromString<KAuthType>(m_pComboRemoteDisplayAuthMethod->currentText());
H A DUIMachineSettingsStorage.cpp2814 mStorageModel->setData (index, QVariant::fromValue (gpConverter->fromString<KStorageControllerType> (mCbType->currentText())),
2828 StorageSlot attachmentStorageSlot = gpConverter->fromString<StorageSlot>(mCbSlot->currentText());
/vbox/src/VBox/Frontends/VirtualBox/src/net/
H A DUIUpdateDefs.cpp172 QDate date = QDate::fromString(parser[1], Qt::ISODate);
/vbox/src/VBox/Frontends/VirtualBox/src/selector/graphics/details/
H A DUIGDetailsElement.cpp165 StorageSlot storageSlot = gpConverter->fromString<StorageSlot>(strData.section(',', 1));
/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 103 milliseconds