#include <FilterWizard.h>
Public Member Functions | |
| FilterWizard (QWidget *parent) | |
| te::map::AbstractLayerPtr | getOutputLayer () |
| void | setList (std::list< te::map::AbstractLayerPtr > &layerList) |
| virtual bool | validateCurrentPage () |
| ~FilterWizard () | |
Protected Member Functions | |
| void | addPages () |
| bool | execute () |
Private Attributes | |
| std::auto_ptr< te::qt::widgets::FilterWizardPage > | m_filterPage |
| std::auto_ptr< te::qt::widgets::LayerSearchWizardPage > | m_layerSearchPage |
| te::map::AbstractLayerPtr | m_outputLayer |
| std::auto_ptr< te::qt::widgets::RasterInfoWizardPage > | m_rasterInfoPage |
Definition at line 54 of file FilterWizard.h.
| te::qt::widgets::FilterWizard::FilterWizard | ( | QWidget * | parent | ) |
| te::qt::widgets::FilterWizard::~FilterWizard | ( | ) |
|
protected |
|
protected |
| te::map::AbstractLayerPtr te::qt::widgets::FilterWizard::getOutputLayer | ( | ) |
| void te::qt::widgets::FilterWizard::setList | ( | std::list< te::map::AbstractLayerPtr > & | layerList | ) |
|
virtual |
|
private |
Definition at line 79 of file FilterWizard.h.
|
private |
Definition at line 80 of file FilterWizard.h.
|
private |
Definition at line 83 of file FilterWizard.h.
|
private |
Definition at line 81 of file FilterWizard.h.