Searched refs:canConvert (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/converter/
H A DUIConverter.h38 if (canConvert<T>())
46 if (canConvert<T>())
53 if (canConvert<T>())
61 if (canConvert<T>())
68 if (canConvert<T>())
76 if (canConvert<T>())
83 if (canConvert<T>())
91 if (canConvert<T>())
98 if (canConvert<T>())
H A DUIConverterBackend.h35 template<class X> bool canConvert() { return false; } function
70 /* Declare global canConvert specializations: */
71 template<> bool canConvert<SizeSuffix>();
72 template<> bool canConvert<StorageSlot>();
73 template<> bool canConvert<UIExtraDataMetaDefs::MenuType>();
74 template<> bool canConvert<UIExtraDataMetaDefs::MenuApplicationActionType>();
75 template<> bool canConvert<UIExtraDataMetaDefs::MenuHelpActionType>();
76 template<> bool canConvert<UIExtraDataMetaDefs::RuntimeMenuMachineActionType>();
77 template<> bool canConvert<UIExtraDataMetaDefs::RuntimeMenuViewActionType>();
78 template<> bool canConvert<UIExtraDataMetaDef
[all...]
H A DUIConverterBackendCOM.cpp38 template<> bool canConvert<KMachineState>() { return true; } function
39 template<> bool canConvert<KSessionState>() { return true; } function
40 template<> bool canConvert<KParavirtProvider>() { return true; } function
41 template<> bool canConvert<KDeviceType>() { return true; } function
42 template<> bool canConvert<KClipboardMode>() { return true; } function
43 template<> bool canConvert<KDnDMode>() { return true; } function
44 template<> bool canConvert<KPointingHIDType>() { return true; } function
45 template<> bool canConvert<KMediumType>() { return true; } function
46 template<> bool canConvert<KMediumVariant>() { return true; } function
47 template<> bool canConvert<KNetworkAttachmentTyp function
48 template<> bool canConvert<KNetworkAdapterType>() { return true; } function
49 template<> bool canConvert<KNetworkAdapterPromiscModePolicy>() { return true; } function
50 template<> bool canConvert<KPortMode>() { return true; } function
51 template<> bool canConvert<KUSBControllerType>() { return true; } function
52 template<> bool canConvert<KUSBDeviceState>() { return true; } function
53 template<> bool canConvert<KUSBDeviceFilterAction>() { return true; } function
54 template<> bool canConvert<KAudioDriverType>() { return true; } function
55 template<> bool canConvert<KAudioControllerType>() { return true; } function
56 template<> bool canConvert<KAuthType>() { return true; } function
57 template<> bool canConvert<KStorageBus>() { return true; } function
58 template<> bool canConvert<KStorageControllerType>() { return true; } function
59 template<> bool canConvert<KChipsetType>() { return true; } function
60 template<> bool canConvert<KNATProtocol>() { return true; } function
[all...]
H A DUIConverterBackendGlobal.cpp39 template<> bool canConvert<SizeSuffix>() { return true; } function
40 template<> bool canConvert<StorageSlot>() { return true; } function
41 template<> bool canConvert<UIExtraDataMetaDefs::MenuType>() { return true; } function
42 template<> bool canConvert<UIExtraDataMetaDefs::MenuApplicationActionType>() { return true; } function
43 template<> bool canConvert<UIExtraDataMetaDefs::MenuHelpActionType>() { return true; } function
44 template<> bool canConvert<UIExtraDataMetaDefs::RuntimeMenuMachineActionType>() { return true; } function
45 template<> bool canConvert<UIExtraDataMetaDefs::RuntimeMenuViewActionType>() { return true; } function
46 template<> bool canConvert<UIExtraDataMetaDefs::RuntimeMenuInputActionType>() { return true; } function
47 template<> bool canConvert<UIExtraDataMetaDefs::RuntimeMenuDevicesActionType>() { return true; } function
49 template<> bool canConvert<UIExtraDataMetaDef function
52 template<> bool canConvert<UIExtraDataMetaDefs::MenuWindowActionType>() { return true; } function
54 template<> bool canConvert<UIVisualStateType>() { return true; } function
55 template<> bool canConvert<DetailsElementType>() { return true; } function
56 template<> bool canConvert<PreviewUpdateIntervalType>() { return true; } function
57 template<> bool canConvert<GlobalSettingsPageType>() { return true; } function
58 template<> bool canConvert<MachineSettingsPageType>() { return true; } function
59 template<> bool canConvert<WizardType>() { return true; } function
60 template<> bool canConvert<IndicatorType>() { return true; } function
61 template<> bool canConvert<MachineCloseAction>() { return true; } function
62 template<> bool canConvert<MouseCapturePolicy>() { return true; } function
63 template<> bool canConvert<GuruMeditationHandlerType>() { return true; } function
64 template<> bool canConvert<ScalingOptimizationType>() { return true; } function
65 template<> bool canConvert<HiDPIOptimizationType>() { return true; } function
67 template<> bool canConvert<MiniToolbarAlignment>() { return true; } function
[all...]
/vbox/src/VBox/Frontends/VirtualBox/src/
H A DVBoxGlobalSettings.cpp194 Assert (value.isValid() && value.canConvert (QVariant::String));
213 Assert (value.isValid() && value.canConvert (QVariant::String));
215 if (value.isValid() && value.canConvert (QVariant::String))
276 Assert (oldVal.isValid() && oldVal.canConvert (QVariant::String));
278 if (oldVal.isValid() && oldVal.canConvert (QVariant::String) &&
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIDnDDataObject_win.cpp308 && ( mVaData.canConvert(QVariant::String)
310 || mVaData.canConvert(QVariant::StringList))
404 && mVaData.canConvert(QVariant::String))

Completed in 64 milliseconds