Searched refs:GetOSTypeId (Results 1 - 24 of 24) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/wizards/firstrun/
H A DUIWizardFirstRun.cpp55 const CGuestOSType &osType = vbox.GetGuestOSType(m_machine.GetOSTypeId());
138 const CGuestOSType &osType = vbox.GetGuestOSType(machine.GetOSTypeId());
/vbox/src/VBox/Frontends/VirtualBox/src/wizards/exportappliance/
H A DUIWizardExportAppPageBasic1.cpp56 pixIcon = vboxGlobal().vmGuestOSTypeIcon(machine.GetOSTypeId()).scaled(16, 16, Qt::IgnoreAspectRatio, Qt::SmoothTransformation);
/vbox/src/VBox/Main/testcase/
H A DtstVBoxAPIXPCOM.cpp154 machine->GetOSTypeId(getter_Copies(typeId));
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIMachineWindow.cpp192 setWindowIcon(vboxGlobal().vmGuestOSTypeIcon(machine().GetOSTypeId()));
H A DUIVMCloseDialog.cpp320 setPixmap(vboxGlobal().vmGuestOSTypeIcon(m_machine.GetOSTypeId()));
H A DUISession.cpp1847 const bool fIs64BitsGuest = vboxGlobal().virtualBox().GetGuestOSType(guest().GetOSTypeId()).GetIs64Bit();
1848 const bool fRecommendVirtEx = vboxGlobal().virtualBox().GetGuestOSType(guest().GetOSTypeId()).GetRecommendedVirtEx();
H A DUIIndicatorsPool.cpp582 if (VBoxGlobal::isDOSType(guest.GetOSTypeId()))
H A DUIMachineLogic.cpp1190 QString osTypeId = guest().GetOSTypeId();
1399 QString strTypeId = machine().GetOSTypeId();
/vbox/src/VBox/Frontends/VirtualBox/src/selector/
H A DUIVMItem.cpp235 m_strOSTypeId = m_machine.GetOSTypeId();
H A DVBoxSnapshotsWgt.cpp841 pDlg->mLbIcon->setPixmap(vboxGlobal().vmGuestOSTypeIcon(mMachine.GetOSTypeId()));
/vbox/src/VBox/Frontends/VirtualBox/src/settings/machine/
H A DUIMachineSettingsGeneral.cpp96 generalData.m_strGuestOsTypeId = m_machine.GetOSTypeId();
H A DUIMachineSettingsStorage.cpp2113 m_strMachineGuestOSTypeId = m_machine.GetOSTypeId();
/vbox/src/VBox/Frontends/VirtualBox/src/
H A DUIVMInfoDialog.cpp637 QString strOSType = guest.GetOSTypeId();
/vbox/src/VBox/Frontends/VirtualBox/src/selector/graphics/details/
H A DUIGDetailsElements.cpp130 vboxGlobal().vmGuestOSTypeDescription(machine().GetOSTypeId()));
/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v2_2.h2157 nsresult (*GetOSTypeId)(IMachine *pThis, PRUnichar * *OSTypeId); member in struct:IMachine_vtbl
3120 nsresult (*GetOSTypeId)(IGuest *pThis, PRUnichar * *OSTypeId); member in struct:IGuest_vtbl
H A DVBoxCAPI_v3_0.h2695 nsresult (*GetOSTypeId)(IMachine *pThis, PRUnichar * *OSTypeId); member in struct:IMachine_vtbl
3673 nsresult (*GetOSTypeId)(IGuest *pThis, PRUnichar * *OSTypeId); member in struct:IGuest_vtbl
H A DVBoxCAPI_v3_1.h2598 nsresult (*GetOSTypeId)(IMachine *pThis, PRUnichar * *OSTypeId); member in struct:IMachine_vtbl
3685 nsresult (*GetOSTypeId)(IGuest *pThis, PRUnichar * *OSTypeId); member in struct:IGuest_vtbl
H A DVBoxCAPI_v3_2.h2653 nsresult (*GetOSTypeId)(IMachine *pThis, PRUnichar * *OSTypeId); member in struct:IMachine_vtbl
3843 nsresult (*GetOSTypeId)(IGuest *pThis, PRUnichar * *OSTypeId); member in struct:IGuest_vtbl
H A DVBoxCAPI_v4_0.h2901 nsresult (*GetOSTypeId)(IMachine *pThis, PRUnichar * *OSTypeId); member in struct:IMachine_vtbl
4064 nsresult (*GetOSTypeId)(IGuest *pThis, PRUnichar * *OSTypeId); member in struct:IGuest_vtbl
H A DVBoxCAPI_v4_1.h3092 nsresult (*GetOSTypeId)(IMachine *pThis, PRUnichar * *OSTypeId); member in struct:IMachine_vtbl
4371 nsresult (*GetOSTypeId)(IGuest *pThis, PRUnichar * *OSTypeId); member in struct:IGuest_vtbl
H A DVBoxCAPI_v4_2.h3364 nsresult (*GetOSTypeId)(IMachine *pThis, PRUnichar * *OSTypeId); member in struct:IMachine_vtbl
5295 nsresult (*GetOSTypeId)(IGuest *pThis, PRUnichar * *OSTypeId); member in struct:IGuest_vtbl
H A DVBoxCAPI_v4_3.h5056 nsresult (*GetOSTypeId)(IMachine *pThis, PRUnichar * *OSTypeId); member in struct:IMachine_vtbl
5780 nsresult (*GetOSTypeId)(IMachine *pThis, PRUnichar * *OSTypeId); member in struct:IMachineVtbl
6505 #define IMachine_get_OSTypeId(p, aOSTypeId) ((p)->lpVtbl->GetOSTypeId(p, aOSTypeId))
6506 #define IMachine_GetOSTypeId(p, aOSTypeId) ((p)->lpVtbl->GetOSTypeId(p, aOSTypeId))
10396 nsresult (*GetOSTypeId)(IGuest *pThis, PRUnichar * *OSTypeId); member in struct:IGuest_vtbl
10564 nsresult (*GetOSTypeId)(IGuest *pThis, PRUnichar * *OSTypeId); member in struct:IGuestVtbl
10729 #define IGuest_get_OSTypeId(p, aOSTypeId) ((p)->lpVtbl->GetOSTypeId(p, aOSTypeId))
10730 #define IGuest_GetOSTypeId(p, aOSTypeId) ((p)->lpVtbl->GetOSTypeId(p, aOSTypeId))
/vbox/src/VBox/Frontends/VirtualBox/src/extradata/
H A DUIExtraDataManager.cpp1643 return addChooserItem(machine.GetId(), machine.GetName(), machine.GetOSTypeId(), iPosition);
1658 return addChooserItem(strID, machine.GetName(), machine.GetOSTypeId(), iPosition);
/vbox/src/VBox/Frontends/VirtualBox/src/globals/
H A DVBoxGlobal.cpp986 vmGuestOSTypeDescription (aMachine.GetOSTypeId()));

Completed in 3489 milliseconds