#include <DataSourceSelectorWizardPage.h>
Public Member Functions | |
DataSourceSelectorWizardPage (QWidget *parent=0) | |
DataSourceSelectorWidget * | getSelectorWidget () const |
bool | isComplete () const |
virtual | ~DataSourceSelectorWizardPage () |
Protected Slots | |
void | dataSourceSelectionChanged () |
Private Attributes | |
std::auto_ptr< DataSourceSelectorWidget > | m_selector |
Definition at line 46 of file DataSourceSelectorWizardPage.h.
te::qt::widgets::DataSourceSelectorWizardPage::DataSourceSelectorWizardPage | ( | QWidget * | parent = 0 | ) |
Definition at line 34 of file DataSourceSelectorWizardPage.cpp.
References dataSourceSelectionChanged(), and m_selector.
|
virtual |
Definition at line 50 of file DataSourceSelectorWizardPage.cpp.
|
protectedslot |
Definition at line 64 of file DataSourceSelectorWizardPage.cpp.
Referenced by DataSourceSelectorWizardPage().
te::qt::widgets::DataSourceSelectorWidget * te::qt::widgets::DataSourceSelectorWizardPage::getSelectorWidget | ( | ) | const |
Definition at line 59 of file DataSourceSelectorWizardPage.cpp.
bool te::qt::widgets::DataSourceSelectorWizardPage::isComplete | ( | ) | const |
Definition at line 54 of file DataSourceSelectorWizardPage.cpp.
|
private |
Definition at line 66 of file DataSourceSelectorWizardPage.h.
Referenced by DataSourceSelectorWizardPage().