Searched defs:toString (Results 1 - 25 of 32) sorted by relevance

12

/vbox/src/VBox/Frontends/VirtualBox/src/converter/
H A DUIConverter.h59 template<class T> QString toString(const T &data) const function in class:UIConverter
62 return ::toString(data);
H A DUIConverterBackend.h51 template<class X> QString toString(const X & /* xobject */) { Assert(0); return QString(); } function
128 template<> QString toString(const SizeSuffix &sizeSuffix);
130 template<> QString toString(const StorageSlot &storageSlot);
156 template<> QString toString(const DetailsElementType &detailsElementType);
193 template<> QString toString(const KMachineState &state);
194 template<> QString toString(const KSessionState &state);
195 template<> QString toString(const KParavirtProvider &type);
196 template<> QString toString(const KDeviceType &type);
197 template<> QString toString(const KClipboardMode &mode);
198 template<> QString toString(cons
[all...]
H A DUIConverterBackendCOM.cpp137 template<> QString toString(const KMachineState &state) function
174 template<> QString toString(const KSessionState &state) function
188 template<> QString toString(const KParavirtProvider &type) function
204 template<> QString toString(const KDeviceType &type) function
221 template<> QString toString(const KClipboardMode &mode) function
235 template<> QString toString(const KDnDMode &mode) function
249 template<> QString toString(const KPointingHIDType &type) function
264 template<> QString toString(const KMediumType &type) function
280 template<> QString toString(const KMediumVariant &variant) function
314 template<> QString toString(cons function
331 template<> QString toString(const KNetworkAdapterType &type) function
349 template<> QString toString(const KNetworkAdapterPromiscModePolicy &policy) function
366 template<> QString toString(const KPortMode &mode) function
381 template<> QString toString(const KUSBControllerType &type) function
394 template<> QString toString(const KUSBDeviceState &state) function
410 template<> QString toString(const KUSBDeviceFilterAction &action) function
422 template<> QString toString(const KAudioDriverType &type) function
441 template<> QString toString(const KAudioControllerType &type) function
454 template<> QString toString(const KAuthType &type) function
467 template<> QString toString(const KStorageBus &bus) function
482 template<> QString toString(const KStorageControllerType &type) function
501 template<> QString toString(const KChipsetType &type) function
513 template<> QString toString(const KNATProtocol &protocol) function
[all...]
H A DUIConverterBackendGlobal.cpp71 template<> QString toString(const SizeSuffix &sizeSuffix) function
109 template<> QString toString(const StorageSlot &storageSlot) function
858 template<> QString toString(const DetailsElementType &detailsElementType) function
/vbox/src/VBox/Frontends/VirtualBox/src/globals/
H A DVBoxVersion.h62 QString toString() const function in class:VBoxVersion
H A DUIShortcutPool.cpp64 QString UIShortcut::toString() const function in class:UIShortcut
66 return m_sequence.toString();
293 if (shortcut.toString().compare(strShortcutSequence, Qt::CaseInsensitive) != 0)
333 shortcut.sequence().toString());
H A DVBoxUtils.h173 QString toString() const function in class:UIProxyManager
/vbox/src/VBox/Frontends/VirtualBox/src/widgets/
H A DUIHostComboEditor.h40 QString toString(int iKeyCode);
71 const QString& toString() const { return m_strHostCombo; } function in class:UIHostComboWrapper
H A DUIHostComboEditor.cpp79 QString UINativeHotKey::toString(int iKeyCode) function in class:UINativeHotKey
300 readableKeyList << UINativeHotKey::toString(iKeyCode);
439 QList<int> keyCodeList = UIHostCombo::toKeyCodeList(strCombo.toString());
442 m_shownKeys.insert(iKeyCode, UINativeHotKey::toString(iKeyCode));
706 m_shownKeys.insert(iKeyCode, UINativeHotKey::toString(iKeyCode));
/vbox/src/VBox/ValidationKit/testboxscript/
H A Dtestboxconnection.py120 def toString(self): member in class:TestBoxResponse
/vbox/include/VBox/com/
H A DGuid.h271 Utf8Str toString() const function in class:com::Guid
287 * Like toString, but encloses the returned string in curly brackets.
/vbox/src/libs/xpcom18a4/python/server/
H A Dpolicy.py364 def toString(self): member in class:SupportsPrimitive
/vbox/src/libs/xpcom18a4/python/test/
H A Dtest_isupports_primitives.py68 def toString(self): member in class:ExplicitSupportsString
/vbox/src/VBox/ValidationKit/testdriver/
H A Dbase.py383 def toString(self): member in class:TdTaskBase
392 return self.toString();
541 def toString(self): member in class:Process
543 % (TdTaskBase.toString(self), self.uExitCode, self.uPid, self.sName, self.asArgs, self.hWin, self.uTid);
H A Dtxsclient.py137 def toString(self): member in class:TransportBase
144 return self.toString();
409 def toString(self): member in class:Session
412 % (TdTaskBase.toString(self), self.fnTask, self.aTaskArgs, self.sStatus, self.oTaskRc, self.cMsTimeout,
1642 def toString(self): member in class:TransportTcp
1645 % (TransportBase.toString(self), self.sHostname, self.fReversedSetup, self.uPort, self.oSocket,
H A Dvboxwrappers.py183 def toString(self): member in class:ProgressWrapper
185 % (TdTaskBase.toString(self), self.sName, self.o);
354 sRet = 'Progress %s: Canceled, hrc=%s' % (self.sName, vbox.ComError.toString(self.getResult()));
358 sRet = 'Progress %s: Success (hrc=%s)' % (self.sName, vbox.ComError.toString(self.getResult()));
578 def toString(self): member in class:SessionWrapper
585 return self.toString();
2588 def toString(self): member in class:TxsConnectTask
2591 % (TdTaskBase.toString(self), self.cMsTimeout, self.sIpAddr, self.sNextIpAddr, self.sMacAddr, self.fReversedSetup,
H A Dvbox.py160 sRet = 'rc=%s text="%s" IID=%s component=%s' % (ComError.toString(rc), sText, sIid, sComponent);
290 def toString(hr): member in class:ComError
/vbox/src/VBox/ValidationKit/testmanager/core/
H A Dbase.py448 def toString(self): member in class:ModelDataBase
465 return self.toString();
1075 self.assertIsNotNone(oSample.toString());
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Dstax-ex.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jvnet/ org/jvnet/staxex/ org/jvnet/staxex/Base64Data ...
H A Dsjsxp.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ...
H A Dactivation.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt META-INF/mailcap ...
H A Djaxb-api.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/xml/ javax/xml/bind/ javax/xml/bind/annotation/ ...
H A DFastInfoset.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/xml/ com/sun/xml/fastinfoset/ ...
H A Djaxb-impl.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/xml/ com/sun/xml/bind/ ...
H A Dhttp.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/net/ com/sun/net/httpserver/ ...

Completed in 1334 milliseconds

12