Searched refs:setType (Results 1 - 23 of 23) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/widgets/
H A DUINameAndSystemEditor.h37 Q_PROPERTY(CGuestOSType type READ type WRITE setType);
58 void setType(const CGuestOSType &type);
H A DVBoxMediaComboBox.h43 void setType (UIMediumType aMediumType);
H A DUINameAndSystemEditor.cpp138 void UINameAndSystemEditor::setType(const CGuestOSType &type) function in class:UINameAndSystemEditor
H A DVBoxMediaComboBox.cpp136 void VBoxMediaComboBox::setType (UIMediumType aType) function in class:VBoxMediaComboBox
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/h/
H A DAToken.h62 virtual void setType(ANTLRTokenType t) = 0;
184 { setType(t); _line = 0; _text = NULL; setText(s); }
186 { setType((ANTLRTokenType)0); _line = 0; _text = NULL; setText(""); }
191 void setType(ANTLRTokenType t) { _type = t; } function in class:ANTLRCommonNoRefCountToken
219 t->setType(tt); t->setText(txt); t->setLine(line);
227 setType(from._type);
242 setType(rhs._type);
257 { setType(t); _line = 0; _text = NULL; setText(s); } // MR9
259 { setType((ANTLRTokenType)0); _line = 0; _text = NULL; setText(""); } // MR9
264 void setType(ANTLRTokenTyp function in class:ANTLRCommonToken
[all...]
H A DPCCTSAST.h115 virtual void setType(int /*t MR23 */) {;} function in class:PCCTS_AST
/vbox/src/VBox/Frontends/VirtualBox/src/wizards/clonevd/
H A DUIWizardCloneVDPageBasic1.cpp76 m_pSourceDiskSelector->setType(UIMediumType_HardDisk);
H A DUIWizardCloneVDPageExpert.cpp61 m_pSourceDiskSelector->setType(UIMediumType_HardDisk);
/vbox/src/VBox/Frontends/VirtualBox/src/wizards/firstrun/
H A DUIWizardFirstRunPageBasic.cpp78 m_pMediaSelector->setType(UIMediumType_DVD);
/vbox/src/VBox/Frontends/VirtualBox/src/wizards/newvm/
H A DUIWizardNewVMPageBasic3.cpp148 m_pDiskSelector->setType(UIMediumType_HardDisk);
H A DUIWizardNewVMPageExpert.cpp117 m_pDiskSelector->setType(UIMediumType_HardDisk);
H A DUIWizardNewVMPageBasic1.cpp186 m_pNameAndSystemEditor->setType(vboxGlobal().vmGuestOSType(gs_OSTypePattern[i].pcstId));
/vbox/src/VBox/Main/include/
H A DMediumImpl.h239 HRESULT setType(MediumType_T aType);
/vbox/src/VBox/Frontends/VirtualBox/src/settings/machine/
H A DUIMachineSettingsGeneral.cpp159 m_pNameAndSystemEditor->setType(vboxGlobal().vmGuestOSType(generalData.m_strGuestOsTypeId));
H A DUIMachineSettingsStorage.cpp1904 void setType(UIMediumType type) { m_type = type; } function in class:UIMediumIDHolder
2744 m_pMediumIdHolder->setType(mediumTypeToLocal(device));
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Djaxws-tools.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/istack/ ...
H A Dsjsxp.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ...
H A Djaxb-xjc.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ...
H A Djaxb-impl.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/xml/ com/sun/xml/bind/ ...
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dmsxml2.idl2067 HRESULT setType( [in] int index, [in] BSTR type);
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dmsxml2.idl2563 HRESULT setType( [in] int index, [in] BSTR type);
H A Dmsxml6.idl2427 HRESULT setType( [in] int index, [in] BSTR type);
/vbox/src/VBox/Main/src-server/
H A DMediumImpl.cpp1735 HRESULT Medium::setType(MediumType_T aType) function in class:Medium

Completed in 137 milliseconds