This class is a wizard page for the RpTools widget. More...
#include <RpToolsWizardPage.h>
Public Member Functions | |
| te::qt::widgets::RpToolsWidget * | getWidget () |
| bool | isComplete () const |
| RpToolsWizardPage (QWidget *parent=0) | |
| ~RpToolsWizardPage () | |
Private Attributes | |
| std::unique_ptr< te::qt::widgets::RpToolsWidget > | m_navigator |
This class is a wizard page for the RpTools widget.
Definition at line 55 of file RpToolsWizardPage.h.
| te::qt::widgets::RpToolsWizardPage::RpToolsWizardPage | ( | QWidget * | parent = 0 | ) |
Definition at line 35 of file RpToolsWizardPage.cpp.
References m_navigator, and ~RpToolsWizardPage().
|
default |
Referenced by RpToolsWizardPage().
| te::qt::widgets::RpToolsWidget * te::qt::widgets::RpToolsWizardPage::getWidget | ( | ) |
Definition at line 56 of file RpToolsWizardPage.cpp.
References m_navigator.
| bool te::qt::widgets::RpToolsWizardPage::isComplete | ( | ) | const |
Definition at line 51 of file RpToolsWizardPage.cpp.
|
private |
Definition at line 73 of file RpToolsWizardPage.h.
Referenced by getWidget(), and RpToolsWizardPage().