/vbox/src/VBox/Frontends/VirtualBox/src/wizards/ |
H A D | UIWizardPage.h | 39 virtual UIWizardPage* thisImp();
|
H A D | UIWizardPage.cpp | 40 UIWizardPage* UIWizardPageBase::thisImp() function in class:UIWizardPageBase 43 AssertMsgFailed(("UIWizardPageBase::thisImp() should be reimplemented!"));
|
/vbox/src/VBox/Frontends/VirtualBox/src/wizards/clonevd/ |
H A D | UIWizardCloneVDPageBasic1.h | 66 UIWizardPage* thisImp() { return this; } function in class:UIWizardCloneVDPageBasic1
|
H A D | UIWizardCloneVDPageBasic4.h | 78 UIWizardPage* thisImp() { return this; } function in class:UIWizardCloneVDPageBasic4
|
H A D | UIWizardCloneVDPageExpert.h | 51 UIWizardPage* thisImp() { return this; } function in class:UIWizardCloneVDPageExpert
|
H A D | UIWizardCloneVDPageBasic1.cpp | 45 QString strMediumId = vboxGlobal().openMediumWithFileOpenDialog(UIMediumType_HardDisk, thisImp());
|
H A D | UIWizardCloneVDPageBasic4.cpp | 86 strBackendsList, thisImp(),
|
/vbox/src/VBox/Frontends/VirtualBox/src/wizards/exportappliance/ |
H A D | UIWizardExportAppPageBasic4.h | 65 UIWizardPage* thisImp() { return this; } function in class:UIWizardExportAppPageBasic4
|
H A D | UIWizardExportAppPageBasic4.cpp | 66 msgCenter().cannotExportAppliance(machine, pAppliance->GetPath(), thisImp()); 84 msgCenter().cannotExportAppliance(*pAppliance, thisImp());
|
H A D | UIWizardExportAppPageExpert.h | 59 UIWizardPage* thisImp() { return this; } function in class:UIWizardExportAppPageExpert
|
/vbox/src/VBox/Frontends/VirtualBox/src/wizards/newvm/ |
H A D | UIWizardNewVMPageBasic3.cpp | 69 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 D | UIWizardNewVMPageBasic1.h | 80 UIWizardPage* thisImp() { return this; } function in class:UIWizardNewVMPageBasic1
|
H A D | UIWizardNewVMPageExpert.h | 51 UIWizardPage* thisImp() { return this; } function in class:UIWizardNewVMPageExpert
|
H A D | UIWizardNewVMPageBasic1.cpp | 196 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 D | UIWizardNewVMPageBasic3.h | 101 UIWizardPage* thisImp() { return this; } function in class:UIWizardNewVMPageBasic3
|
/vbox/src/VBox/Frontends/VirtualBox/src/wizards/firstrun/ |
H A D | UIWizardFirstRunPageBasic.h | 67 UIWizardPage* thisImp() { return this; } function in class:UIWizardFirstRunPageBasic
|
H A D | UIWizardFirstRunPageBasic.cpp | 48 QString strMediumId = vboxGlobal().openMediumWithFileOpenDialog(m_pMediaSelector->type(), thisImp());
|
/vbox/src/VBox/Frontends/VirtualBox/src/wizards/newvd/ |
H A D | UIWizardNewVDPageExpert.h | 48 UIWizardPage* thisImp() { return this; } function in class:UIWizardNewVDPageExpert
|
H A D | UIWizardNewVDPageBasic3.h | 93 UIWizardPage* thisImp() { return this; } function in class:UIWizardNewVDPageBasic3
|
H A D | UIWizardNewVDPageBasic3.cpp | 97 strBackendsList, thisImp(),
|