Searched refs:strType (Results 1 - 12 of 12) sorted by relevance
/vbox/src/VBox/Frontends/VirtualBox/src/converter/ |
H A D | UIConverterBackendCOM.cpp | 589 template<> KAudioDriverType fromString<KAudioDriverType>(const QString &strType) argument 601 if (!list.contains(strType)) 603 AssertMsgFailed(("No value for '%s'", strType.toAscii().constData())); 605 return list.value(strType, KAudioDriverType_Null); 609 template<> KAudioControllerType fromString<KAudioControllerType>(const QString &strType) argument 615 if (!list.contains(strType)) 617 AssertMsgFailed(("No value for '%s'", strType.toAscii().constData())); 619 return list.value(strType, KAudioControllerType_AC97); 623 template<> KAuthType fromString<KAuthType>(const QString &strType) argument 629 if (!list.contains(strType)) 637 fromString(const QString &strType) argument [all...] |
H A D | UIConverterBackend.h | 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<KStorageControllerType>(const QString &strType);
|
/vbox/src/VBox/Main/src-server/ |
H A D | ApplianceImpl.cpp | 273 void convertCIMOSType2VBoxOSType(Utf8Str &strType, ovf::CIMOSType_T c, const Utf8Str &cStr) argument 281 strType = Global::OSTypeId(g_osTypesPattern[i].osType); 290 strType = Global::OSTypeId(g_osTypesPattern64[i].osType); 299 strType = Global::OSTypeId(g_osTypes[i].osType); 305 strType = Global::OSTypeId(VBOXOSTYPE_Unknown_x64); 307 strType = Global::OSTypeId(VBOXOSTYPE_Unknown); 346 Utf8Str strType; local 349 case NetworkAttachmentType_NAT: strType = "NAT"; break; 350 case NetworkAttachmentType_Bridged: strType = "Bridged"; break; 351 case NetworkAttachmentType_Internal: strType [all...] |
H A D | ApplianceImplImport.cpp | 523 Utf8Str strType = "PIIX4"; local 525 strType = "PIIX3"; 527 strType = "ICH6"; 531 strType); // aVBoxValue
|
/vbox/src/VBox/Main/xml/ |
H A D | Settings.cpp | 700 Utf8Str strType; local 701 if (elmMedium.getAttributeValue("type", strType)) 704 strType.toUpper(); 705 if (strType == "NORMAL") 707 else if (strType == "IMMUTABLE") 709 else if (strType == "WRITETHROUGH") 711 else if (strType == "SHAREABLE") 713 else if (strType == "READONLY") 715 else if (strType == "MULTIATTACH") 3128 Utf8Str strType; local 3497 Utf8Str strType; local 4512 com::Utf8Str strType; local [all...] |
/vbox/src/VBox/Main/src-client/ |
H A D | GuestCtrlPrivate.cpp | 307 Utf8Str strType(strmBlk.GetString("ftype")); 308 if (strType.equalsIgnoreCase("-")) 310 else if (strType.equalsIgnoreCase("d")) 373 Utf8Str strType(strmBlk.GetString("ftype")); 374 if (strType.equalsIgnoreCase("-")) 376 else if (strType.equalsIgnoreCase("d"))
|
/vbox/src/VBox/Main/include/ |
H A D | ApplianceImplPrivate.h | 245 void convertCIMOSType2VBoxOSType(Utf8Str &strType, ovf::CIMOSType_T c, const Utf8Str &cStr);
|
H A D | MachineImpl.h | 550 const Utf8Str &strType,
|
/vbox/src/VBox/Additions/x11/VBoxClient/ |
H A D | draganddrop.cpp | 1564 LogFlowThisFunc(("strType=%s, iPropFormat=%d, cItems=%RU32, cbRemaining=%RU32\n", 2341 RTCString strType = xAtomToString(pEvent->message_type); local 2342 LogFlowFunc(("ClientMessage: %s (%RU32), serial=%RU32, wnd=%#x\n", strType.c_str(),
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/ |
H A D | d3drm.h | 224 STDMETHOD(LoadTextureFromResource)(THIS_ HMODULE hModule, LPCSTR /* LPCTSTR */ strName, LPCSTR /* LPCTSTR */ strType, LPDIRECT3DRMTEXTURE2 *) PURE; 361 STDMETHOD(LoadTextureFromResource)(THIS_ HMODULE hModule, LPCSTR /* LPCTSTR */ strName, LPCSTR /* LPCTSTR */ strType, LPDIRECT3DRMTEXTURE3 *) PURE;
|
/vbox/src/VBox/Frontends/VirtualBox/src/globals/ |
H A D | VBoxGlobal.cpp | 4601 QString strType; local 4604 case LaunchMode_Default: strType = ""; break; 4606 case LaunchMode_Headless: strType = "headless"; break; 4610 CProgress progress = machine.LaunchVMProcess(session, strType, strEnv);
|
/vbox/src/VBox/Frontends/VirtualBox/src/extradata/ |
H A D | UIExtraDataManager.cpp | 985 const QString strType = fIsMachine ? "Machine" : "Global"; local 986 stream.writeStartElement(strType); 1029 stream.writeEndElement(); /* strType */
|
Completed in 114 milliseconds