#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 | ) |
|
virtual |
|
protectedslot |
| DataSourceSelectorWidget* te::qt::widgets::DataSourceSelectorWizardPage::getSelectorWidget | ( | ) | const |
| bool te::qt::widgets::DataSourceSelectorWizardPage::isComplete | ( | ) | const |
|
private |
Definition at line 66 of file DataSourceSelectorWizardPage.h.