The main window of the Wizard. All state widgets are contained in this window. More...
#include <WizardMainWindow.h>
Inheritance diagram for WizardMainWindow:
Collaboration diagram for WizardMainWindow:Public Slots | |
| virtual void | welcomeHelp () |
| When button Help of WelcomeWindow interface is clicked, the wiki page "New interfaces of Wizard" opens. More... | |
Public Member Functions | |
| void | setCentralWidget (QWidget *widget) |
| void | setStateInfo (QString info) |
| WizardMainWindow () | |
| Constructor. More... | |
| ~WizardMainWindow () | |
| Destructor. More... | |
Private Attributes | |
| int | emptyWidgetIndex |
| index of the empty widget, used when no state is active More... | |
| Ui::WizardMainWindow | ui |
| QStackedWidget * | widgetStack |
The main window of the Wizard. All state widgets are contained in this window.
| WizardMainWindow::WizardMainWindow | ( | ) |
Constructor.
References emptyWidgetIndex, ui, welcomeHelp(), and widgetStack.
Here is the call graph for this function:| WizardMainWindow::~WizardMainWindow | ( | ) |
Destructor.
| void WizardMainWindow::setCentralWidget | ( | QWidget * | widget | ) |
References widgetStack.
Referenced by WizardState::onEntry().
Here is the caller graph for this function:| void WizardMainWindow::setStateInfo | ( | QString | info | ) |
|
virtualslot |
When button Help of WelcomeWindow interface is clicked, the wiki page "New interfaces of Wizard" opens.
Referenced by WizardMainWindow().
Here is the caller graph for this function:
|
private |
index of the empty widget, used when no state is active
Referenced by WizardMainWindow().
|
private |
Referenced by WizardMainWindow().
|
private |
Referenced by setCentralWidget(), and WizardMainWindow().