#include <LayerSearchWizardPage.h>
Public Member Functions | |
| LayerSearchWidget * | getSearchWidget () const |
| bool | isComplete () const |
| LayerSearchWizardPage (QWidget *parent=0) | |
| void | setVisible (bool visible) override |
| void | useSkipButton (bool use) |
| virtual | ~LayerSearchWizardPage () |
Protected Slots | |
| void | onItemSelectionChanged () |
| void | skipReference () |
Private Attributes | |
| bool | m_skipbutton |
| std::unique_ptr< LayerSearchWidget > | m_widget |
Definition at line 46 of file LayerSearchWizardPage.h.
| te::qt::widgets::LayerSearchWizardPage::LayerSearchWizardPage | ( | QWidget * | parent = 0 | ) |
Definition at line 34 of file LayerSearchWizardPage.cpp.
References m_widget, onItemSelectionChanged(), and ~LayerSearchWizardPage().
|
virtualdefault |
Referenced by LayerSearchWizardPage().
| te::qt::widgets::LayerSearchWidget * te::qt::widgets::LayerSearchWizardPage::getSearchWidget | ( | ) | const |
Definition at line 61 of file LayerSearchWizardPage.cpp.
References m_widget.
| bool te::qt::widgets::LayerSearchWizardPage::isComplete | ( | ) | const |
Definition at line 53 of file LayerSearchWizardPage.cpp.
References m_widget.
|
protectedslot |
Definition at line 66 of file LayerSearchWizardPage.cpp.
Referenced by LayerSearchWizardPage().
|
override |
Definition at line 71 of file LayerSearchWizardPage.cpp.
References m_skipbutton, and skipReference().
|
protectedslot |
Definition at line 96 of file LayerSearchWizardPage.cpp.
References m_widget.
Referenced by setVisible().
|
inline |
Definition at line 62 of file LayerSearchWizardPage.h.
References slots.
|
private |
Definition at line 72 of file LayerSearchWizardPage.h.
Referenced by setVisible().
|
private |
Definition at line 71 of file LayerSearchWizardPage.h.
Referenced by getSearchWidget(), isComplete(), LayerSearchWizardPage(), and skipReference().