Searched defs:UIWizardPage (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/wizards/
H A DUIWizardPage.h2 * VBox Qt GUI - UIWizardPage class declaration.
29 class UIWizardPage;
39 virtual UIWizardPage* thisImp();
45 class UIWizardPage : public QIWithRetranslateUI<QWizardPage> class in inherits:QIWithRetranslateUI
52 UIWizardPage();
H A DUIWizardPage.cpp3 * VBox Qt GUI - UIWizardPage class implementation.
26 # include "UIWizardPage.h"
40 UIWizardPage* UIWizardPageBase::thisImp()
54 UIWizardPage::UIWizardPage() function in class:UIWizardPage
59 void UIWizardPage::markReady()
65 void UIWizardPage::setTitle(const QString &strTitle)
72 UIWizard* UIWizardPage::wizard() const
77 void UIWizardPage::startProcessing()
83 void UIWizardPage
[all...]

Completed in 45 milliseconds