#include <LayerSearchWizardPage.h>
Public Member Functions | |
| LayerSearchWidget * | getSearchWidget () const |
| bool | isComplete () const |
| LayerSearchWizardPage (QWidget *parent=0) | |
| virtual | ~LayerSearchWizardPage () |
Protected Slots | |
| void | onItemSelectionChanged () |
Private Attributes | |
| std::auto_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, and onItemSelectionChanged().
|
virtual |
Definition at line 51 of file LayerSearchWizardPage.cpp.
| te::qt::widgets::LayerSearchWidget * te::qt::widgets::LayerSearchWizardPage::getSearchWidget | ( | ) | const |
Definition at line 63 of file LayerSearchWizardPage.cpp.
| bool te::qt::widgets::LayerSearchWizardPage::isComplete | ( | ) | const |
Definition at line 55 of file LayerSearchWizardPage.cpp.
|
protectedslot |
Definition at line 68 of file LayerSearchWizardPage.cpp.
Referenced by LayerSearchWizardPage().
|
private |
Definition at line 67 of file LayerSearchWizardPage.h.
Referenced by LayerSearchWizardPage().