#include <QueryLayerBuilderWizard.h>
Public Member Functions | |
te::map::AbstractLayerPtr | getQueryLayer () |
te::da::Select | getSelectQuery () |
QueryLayerBuilderWizard (QWidget *parent) | |
void | setDataSource (const te::da::DataSourcePtr &ds) |
void | setLayerList (std::list< te::map::AbstractLayerPtr > &layerList) |
virtual bool | validateCurrentPage () |
~QueryLayerBuilderWizard () | |
Protected Member Functions | |
void | addPages () |
void | getDataSets () |
void | getProperties () |
void | getQueryCapabilities () |
Private Attributes | |
std::auto_ptr< te::qt::widgets::DataSetWizardPage > | m_dataSetPage |
std::auto_ptr< te::qt::widgets::DataSourceSelectorWizardPage > | m_dataSourcePage |
te::da::DataSourcePtr | m_ds |
std::auto_ptr< te::qt::widgets::FieldsWizardPage > | m_fieldPage |
std::auto_ptr< te::qt::widgets::GroupByWizardPage > | m_groupByPage |
std::auto_ptr< te::qt::widgets::LayerAttributesWizardPage > | m_layerAttrPage |
std::auto_ptr< te::qt::widgets::OrderByWizardPage > | m_orderByPage |
std::auto_ptr< te::qt::widgets::WhereClauseWizardPage > | m_whereClausePage |
Definition at line 53 of file QueryLayerBuilderWizard.h.
te::qt::widgets::QueryLayerBuilderWizard::QueryLayerBuilderWizard | ( | QWidget * | parent | ) |
te::qt::widgets::QueryLayerBuilderWizard::~QueryLayerBuilderWizard | ( | ) |
|
protected |
|
protected |
|
protected |
|
protected |
te::map::AbstractLayerPtr te::qt::widgets::QueryLayerBuilderWizard::getQueryLayer | ( | ) |
te::da::Select te::qt::widgets::QueryLayerBuilderWizard::getSelectQuery | ( | ) |
void te::qt::widgets::QueryLayerBuilderWizard::setDataSource | ( | const te::da::DataSourcePtr & | ds | ) |
void te::qt::widgets::QueryLayerBuilderWizard::setLayerList | ( | std::list< te::map::AbstractLayerPtr > & | layerList | ) |
|
virtual |
|
private |
Definition at line 84 of file QueryLayerBuilderWizard.h.
|
private |
Definition at line 83 of file QueryLayerBuilderWizard.h.
|
private |
Definition at line 91 of file QueryLayerBuilderWizard.h.
|
private |
Definition at line 85 of file QueryLayerBuilderWizard.h.
|
private |
Definition at line 86 of file QueryLayerBuilderWizard.h.
|
private |
Definition at line 87 of file QueryLayerBuilderWizard.h.
|
private |
Definition at line 88 of file QueryLayerBuilderWizard.h.
|
private |
Definition at line 89 of file QueryLayerBuilderWizard.h.