Searched refs:thisImp (Results 1 - 20 of 20) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/wizards/
H A DUIWizardPage.h39 virtual UIWizardPage* thisImp();
H A DUIWizardPage.cpp40 UIWizardPage* UIWizardPageBase::thisImp() function in class:UIWizardPageBase
43 AssertMsgFailed(("UIWizardPageBase::thisImp() should be reimplemented!"));
/vbox/src/VBox/Frontends/VirtualBox/src/wizards/clonevd/
H A DUIWizardCloneVDPageBasic1.h66 UIWizardPage* thisImp() { return this; } function in class:UIWizardCloneVDPageBasic1
H A DUIWizardCloneVDPageBasic4.h78 UIWizardPage* thisImp() { return this; } function in class:UIWizardCloneVDPageBasic4
H A DUIWizardCloneVDPageExpert.h51 UIWizardPage* thisImp() { return this; } function in class:UIWizardCloneVDPageExpert
H A DUIWizardCloneVDPageBasic1.cpp45 QString strMediumId = vboxGlobal().openMediumWithFileOpenDialog(UIMediumType_HardDisk, thisImp());
H A DUIWizardCloneVDPageBasic4.cpp86 strBackendsList, thisImp(),
/vbox/src/VBox/Frontends/VirtualBox/src/wizards/exportappliance/
H A DUIWizardExportAppPageBasic4.h65 UIWizardPage* thisImp() { return this; } function in class:UIWizardExportAppPageBasic4
H A DUIWizardExportAppPageBasic4.cpp66 msgCenter().cannotExportAppliance(machine, pAppliance->GetPath(), thisImp());
84 msgCenter().cannotExportAppliance(*pAppliance, thisImp());
H A DUIWizardExportAppPageExpert.h59 UIWizardPage* thisImp() { return this; } function in class:UIWizardExportAppPageExpert
/vbox/src/VBox/Frontends/VirtualBox/src/wizards/newvm/
H A DUIWizardNewVMPageBasic3.cpp69 QString strMediumId = vboxGlobal().openMediumWithFileOpenDialog(UIMediumType_HardDisk, thisImp());
84 UISafePointerWizardNewVD pWizard = new UIWizardNewVD(thisImp(),
117 msgCenter().showModalProgressDialog(progress, thisImp()->windowTitle(), ":/progress_media_delete_90px.png", thisImp());
119 msgCenter().cannotDeleteHardDiskStorage(progress, strLocation, thisImp());
122 msgCenter().cannotDeleteHardDiskStorage(m_virtualDisk, strLocation, thisImp());
258 fResult = msgCenter().confirmHardDisklessMachine(thisImp());
H A DUIWizardNewVMPageBasic1.h80 UIWizardPage* thisImp() { return this; } function in class:UIWizardNewVMPageBasic1
H A DUIWizardNewVMPageExpert.h51 UIWizardPage* thisImp() { return this; } function in class:UIWizardNewVMPageExpert
H A DUIWizardNewVMPageBasic1.cpp196 m_pNameAndSystemEditor->disconnect(SIGNAL(sigNameChanged(const QString &)), thisImp(), SLOT(sltNameChanged(const QString &)));
209 msgCenter().cannotRemoveMachineFolder(m_strMachineFolder, thisImp());
227 msgCenter().cannotRewriteMachineFolder(strMachineFolder, thisImp());
235 msgCenter().cannotCreateMachineFolder(strMachineFolder, thisImp());
H A DUIWizardNewVMPageBasic3.h101 UIWizardPage* thisImp() { return this; } function in class:UIWizardNewVMPageBasic3
/vbox/src/VBox/Frontends/VirtualBox/src/wizards/firstrun/
H A DUIWizardFirstRunPageBasic.h67 UIWizardPage* thisImp() { return this; } function in class:UIWizardFirstRunPageBasic
H A DUIWizardFirstRunPageBasic.cpp48 QString strMediumId = vboxGlobal().openMediumWithFileOpenDialog(m_pMediaSelector->type(), thisImp());
/vbox/src/VBox/Frontends/VirtualBox/src/wizards/newvd/
H A DUIWizardNewVDPageExpert.h48 UIWizardPage* thisImp() { return this; } function in class:UIWizardNewVDPageExpert
H A DUIWizardNewVDPageBasic3.h93 UIWizardPage* thisImp() { return this; } function in class:UIWizardNewVDPageBasic3
H A DUIWizardNewVDPageBasic3.cpp97 strBackendsList, thisImp(),

Completed in 73 milliseconds