/vbox/src/VBox/Frontends/VirtualBox/src/extensions/ |
H A D | QISplitter.h | 34 void setHandleType(Type type) { m_type = type; } 35 Type handleType() const { return m_type; } 51 Type m_type; member in class:QISplitter
|
H A D | QISplitter.cpp | 147 , 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 D | UIHotKeyEditor.h | 47 : 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 D | UIApplianceEditorWidget.cpp | 55 , 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 D | UIBootTable.h | 42 KDeviceType m_type; member in class:UIBootTableItem
|
H A D | UIBootTable.cpp | 34 : m_type(type) 49 return m_type; 54 setText(gpConverter->toString(m_type));
|
H A D | UINameAndSystemEditor.h | 86 CGuestOSType m_type; member in class:UINameAndSystemEditor
|
H A D | UINameAndSystemEditor.cpp | 159 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 D | UIMachineSettingsSF.h | 39 : m_type(MachineType) 47 return (m_type == other.m_type) && 57 UISharedFolderType m_type; member in struct:UIDataSettingsSharedFolder
|
H A D | UIMachineSettingsSFDetails.h | 71 DialogType m_type; member in class:UIMachineSettingsSFDetails
|
H A D | UIMachineSettingsSystem.h | 28 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 D | UIMachineSettingsSFDetails.cpp | 38 , 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 D | uipc_mbuf2.c | 272 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 D | UIWizard.h | 89 WizardType m_type; member in class:UIWizard
|
H A D | UIWizard.cpp | 46 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 D | UIMedium.cpp | 40 : 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 D | UIMedium.h | 117 UIMediumType type() const { return m_type; } 296 UIMediumType m_type; member in class:UIMedium
|
/vbox/src/VBox/Frontends/VirtualBox/src/net/ |
H A D | UINetworkRequest.cpp | 47 , m_type(type) 65 , m_type(type) 209 m_pReply = new UINetworkReply(m_request, m_type);
|
H A D | UINetworkRequest.h | 106 UINetworkRequestType m_type; member in class:UINetworkRequest
|
/vbox/src/VBox/Frontends/VirtualBox/src/globals/ |
H A D | UIActionPool.h | 146 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 D | UIGDetailsElement.cpp | 47 , 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 D | UIGDetailsElement.h | 72 DetailsElementType elementType() const { return m_type; } 190 DetailsElementType m_type; member in class:UIGDetailsElement
|
H A D | UIGDetailsModel.h | 154 DetailsElementType m_type; member in class:UIGDetailsElementAnimationCallback
|
/vbox/src/VBox/Frontends/VirtualBox/src/selector/ |
H A D | UIVMItem.h | 133 static QString m_type; member in class:UIVMItemMimeData
|
/vbox/src/VBox/Frontends/VirtualBox/src/platform/darwin/ |
H A D | VBoxUtils-darwin.h | 193 , m_type(type) 201 QEvent::Type mouseEventType() const { return m_type; } 211 QEvent::Type m_type; member in class:UIGrabMouseEvent
|