Searched defs:m_type (Results 1 - 21 of 21) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/widgets/
H A DUIBootTable.h42 KDeviceType m_type; member in class:UIBootTableItem
H A DUINameAndSystemEditor.h86 CGuestOSType m_type; member in class:UINameAndSystemEditor
H A DUIHotKeyEditor.h47 : m_type(UIHotKeyType_Simple)
52 : m_type(type)
57 : m_type(other.type())
65 m_type = other.type();
72 UIHotKeyType type() const { return m_type; }
82 UIHotKeyType m_type; member in class:UIHotKey
H A DUIApplianceEditorWidget.h76 ModelItem_type type() const { return m_type; }
81 ModelItem_type m_type; member in class:ModelItem
149 KVirtualSystemDescriptionType m_type; member in class:HardwareItem
/vbox/src/VBox/Frontends/VirtualBox/src/settings/machine/
H A DUIMachineSettingsSFDetails.h71 DialogType m_type; member in class:UIMachineSettingsSFDetails
H A DUIMachineSettingsSF.h39 : m_type(MachineType)
47 return (m_type == other.m_type) &&
57 UISharedFolderType m_type; member in struct:UIDataSettingsSharedFolder
H A DUIMachineSettingsSystem.h28 UIBootItemData() : m_type(KDeviceType_Null), m_fEnabled(false) {}
33 return (m_type == other.m_type) &&
38 KDeviceType m_type; member in struct:UIBootItemData
H A DUIMachineSettingsStorage.cpp1903 UIMediumType type() const { return m_type; }
1904 void setType(UIMediumType type) { m_type = type; }
1915 UIMediumType m_type; member in class:UIMediumIDHolder
/vbox/src/VBox/Frontends/VirtualBox/src/wizards/
H A DUIWizard.h89 WizardType m_type; member in class:UIWizard
/vbox/src/VBox/Frontends/VirtualBox/src/selector/graphics/details/
H A DUIGDetailsModel.h154 DetailsElementType m_type; member in class:UIGDetailsElementAnimationCallback
H A DUIGDetailsElement.h72 DetailsElementType elementType() const { return m_type; }
190 DetailsElementType m_type; member in class:UIGDetailsElement
/vbox/src/VBox/Frontends/VirtualBox/src/extensions/
H A DQISplitter.h34 void setHandleType(Type type) { m_type = type; }
35 Type handleType() const { return m_type; }
51 Type m_type; member in class:QISplitter
/vbox/src/VBox/Frontends/VirtualBox/src/net/
H A DUINetworkRequest.h106 UINetworkRequestType m_type; member in class:UINetworkRequest
/vbox/src/VBox/Frontends/VirtualBox/src/platform/darwin/
H A DVBoxUtils-darwin.h193 , m_type(type)
201 QEvent::Type mouseEventType() const { return m_type; }
211 QEvent::Type m_type; member in class:UIGrabMouseEvent
/vbox/src/VBox/Frontends/VirtualBox/src/selector/
H A DUIVMItem.cpp498 QString UIVMItemMimeData::m_type = "application/org.virtualbox.gui.vmselector.uivmitem"; member in class:UIVMItemMimeData
520 return m_type;
H A DUIVMItem.h133 static QString m_type; member in class:UIVMItemMimeData
/vbox/src/VBox/Frontends/VirtualBox/src/settings/global/
H A DUIGlobalSettingsInput.h227 UIActionPoolType m_type; member in class:UIHotKeyTableModel
/vbox/src/VBox/Frontends/VirtualBox/src/globals/
H A DUIActionPool.h146 UIActionType type() const { return m_type; }
198 UIActionType m_type; member in class:UIAction
357 UIActionPoolType type() const { return m_type; }
452 const UIActionPoolType m_type; member in class:UIActionPool
/vbox/src/VBox/Frontends/VirtualBox/src/medium/
H A DUIMedium.h117 UIMediumType type() const { return m_type; }
296 UIMediumType m_type; member in class:UIMedium
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIStatusBarEditorWindow.cpp70 IndicatorType type() const { return m_type; }
98 IndicatorType m_type; member in class:UIStatusBarEditorButton
118 : m_type(type)
126 const QIcon icon = gpConverter->toIcon(m_type);
251 pMimeData->setData(MimeType, gpConverter->toInternalString(m_type).toLatin1());
/vbox/src/VBox/Devices/Network/slirp/bsd/sys/
H A Dmbuf.h213 #define m_type m_hdr.mh_type macro
752 m->m_type = new_type;

Completed in 64 milliseconds