Searched refs:m_type (Results 1 - 25 of 38) sorted by relevance

12

/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
H A DQISplitter.cpp147 , m_type(Shade)
158 , m_type(Shade)
184 else if ( m_type == Native
275 if (m_type == Native)
/vbox/src/VBox/Frontends/VirtualBox/src/widgets/
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.cpp55 , m_type(type)
135 , m_type(type)
161 (m_type == KVirtualSystemDescriptionType_Floppy ||
162 m_type == KVirtualSystemDescriptionType_CDROM ||
163 m_type == KVirtualSystemDescriptionType_USBController ||
164 m_type == KVirtualSystemDescriptionType_SoundCard ||
165 m_type == KVirtualSystemDescriptionType_NetworkAdapter))
202 switch (m_type)
232 switch (m_type)
267 switch (m_type)
[all...]
H A DUIBootTable.h42 KDeviceType m_type; member in class:UIBootTableItem
H A DUIBootTable.cpp34 : m_type(type)
49 return m_type;
54 setText(gpConverter->toString(m_type));
H A DUINameAndSystemEditor.h86 CGuestOSType m_type; member in class:UINameAndSystemEditor
H A DUINameAndSystemEditor.cpp159 return m_type;
234 m_type = vboxGlobal().vmGuestOSType(m_pTypeCombo->itemData(iIndex, TypeID).toString(),
236 m_pTypeIcon->setPixmap(vboxGlobal().vmGuestOSTypeIcon(m_type.GetId()));
239 m_currentIds[m_type.GetFamilyId()] = m_type.GetId();
/vbox/src/VBox/Frontends/VirtualBox/src/settings/machine/
H A DUIMachineSettingsSF.h39 : m_type(MachineType)
47 return (m_type == other.m_type) &&
57 UISharedFolderType m_type; member in struct:UIDataSettingsSharedFolder
H A DUIMachineSettingsSFDetails.h71 DialogType m_type; member in class:UIMachineSettingsSFDetails
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 DUIMachineSettingsSFDetails.cpp38 , m_type(type)
127 switch (m_type)
136 AssertMsgFailed(("Incorrect shared-folders dialog type: %d\n", m_type));
/vbox/src/VBox/Devices/Network/slirp/bsd/kern/
H A Duipc_mbuf2.c272 o = m_getcl(M_DONTWAIT, m->m_type, 0);
274 o = m_getcl(pData, M_DONTWAIT, m->m_type, 0);
278 o = m_get(M_DONTWAIT, m->m_type);
280 o = m_get(pData, M_DONTWAIT, m->m_type);
341 n = m_getcl(fWait, m->m_type, M_PKTHDR);
343 n = m_getcl(pData, fWait, m->m_type, M_PKTHDR);
347 n = m_getcl(fWait, m->m_type, 0);
349 n = m_getcl(pData, fWait, m->m_type, 0);
354 n = m_gethdr(fWait, m->m_type);
356 n = m_gethdr(pData, fWait, m->m_type);
[all...]
/vbox/src/VBox/Frontends/VirtualBox/src/wizards/
H A DUIWizard.h89 WizardType m_type; member in class:UIWizard
H A DUIWizard.cpp46 if (m_type == WizardType_FirstRun)
68 gEDataManager->setModeForWizardType(m_type, m_mode);
77 , m_type(type)
78 , m_mode(mode == WizardMode_Auto ? gEDataManager->modeForWizardType(m_type) : mode)
396 switch (m_type)
/vbox/src/VBox/Frontends/VirtualBox/src/medium/
H A DUIMedium.cpp40 : m_type(UIMediumType_Invalid)
48 : m_type(type)
56 : m_type(type)
70 m_type = other.type();
206 if (m_type == UIMediumType_HardDisk)
214 if (m_type == UIMediumType_HardDisk)
338 if (m_type == UIMediumType_HardDisk)
376 if (m_type == UIMediumType_HardDisk)
457 if (m_type == UIMediumType_HardDisk)
491 strDetails += m_type
[all...]
H A DUIMedium.h117 UIMediumType type() const { return m_type; }
296 UIMediumType m_type; member in class:UIMedium
/vbox/src/VBox/Frontends/VirtualBox/src/net/
H A DUINetworkRequest.cpp47 , m_type(type)
65 , m_type(type)
209 m_pReply = new UINetworkReply(m_request, m_type);
H A DUINetworkRequest.h106 UINetworkRequestType m_type; member in class:UINetworkRequest
/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/selector/graphics/details/
H A DUIGDetailsElement.cpp47 , m_type(type)
123 emit sigToggleElement(m_type, closed());
610 if (m_type >= DetailsElementType_General &&
611 m_type < DetailsElementType_Description)
612 strCategory = QString("#%1").arg(gpConverter->toInternalString(m_type));
613 else if (m_type == DetailsElementType_Description)
614 strCategory = QString("#%1%%mTeDescription").arg(gpConverter->toInternalString(m_type));
625 emit sigToggleElement(m_type, closed());
639 if (m_type == DetailsElementType_Preview)
H A DUIGDetailsElement.h72 DetailsElementType elementType() const { return m_type; }
190 DetailsElementType m_type; member in class:UIGDetailsElement
H A DUIGDetailsModel.h154 DetailsElementType m_type; member in class:UIGDetailsElementAnimationCallback
/vbox/src/VBox/Frontends/VirtualBox/src/selector/
H A DUIVMItem.h133 static QString m_type; member in class:UIVMItemMimeData
/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

Completed in 86 milliseconds

12