This class is GUI used to define the wizard for the VP geometric operation. More...
#include <GeometricOpWizard.h>
Public Member Functions | |
| GeometricOpWizard (QWidget *parent) | |
| te::map::AbstractLayerPtr | getInLayer () |
| std::vector< te::map::AbstractLayerPtr > | getOutLayer () |
| void | setLayer (te::map::AbstractLayerPtr layer) |
| void | setList (std::list< te::map::AbstractLayerPtr > &layerList) |
| virtual bool | validateCurrentPage () |
| ~GeometricOpWizard () | |
Protected Member Functions | |
| void | addPages () |
| bool | execute () |
Private Attributes | |
| std::string | m_attribute |
| std::auto_ptr< te::vp::GeometricOpOutputWizardPage > | m_geomOpOutputPage |
| std::auto_ptr< te::vp::GeometricOpWizardPage > | m_geomOpPage |
| te::map::AbstractLayerPtr | m_inLayer |
| int | m_layerSearchId |
| std::auto_ptr< te::qt::widgets::LayerSearchWizardPage > | m_layerSearchPage |
| std::vector< te::vp::GeometricOperation > | m_ops |
| std::vector< te::map::AbstractLayerPtr > | m_outLayer |
| te::da::DataSourceInfoPtr | m_outputDatasource |
This class is GUI used to define the wizard for the VP geometric operation.
Definition at line 58 of file GeometricOpWizard.h.
| te::vp::GeometricOpWizard::GeometricOpWizard | ( | QWidget * | parent | ) |
| te::vp::GeometricOpWizard::~GeometricOpWizard | ( | ) |
|
protected |
|
protected |
| te::map::AbstractLayerPtr te::vp::GeometricOpWizard::getInLayer | ( | ) |
| std::vector<te::map::AbstractLayerPtr> te::vp::GeometricOpWizard::getOutLayer | ( | ) |
| void te::vp::GeometricOpWizard::setLayer | ( | te::map::AbstractLayerPtr | layer | ) |
| void te::vp::GeometricOpWizard::setList | ( | std::list< te::map::AbstractLayerPtr > & | layerList | ) |
|
virtual |
|
private |
Definition at line 96 of file GeometricOpWizard.h.
|
private |
Definition at line 89 of file GeometricOpWizard.h.
|
private |
Definition at line 88 of file GeometricOpWizard.h.
|
private |
Definition at line 92 of file GeometricOpWizard.h.
|
private |
Definition at line 98 of file GeometricOpWizard.h.
|
private |
Definition at line 90 of file GeometricOpWizard.h.
|
private |
Definition at line 95 of file GeometricOpWizard.h.
|
private |
Definition at line 94 of file GeometricOpWizard.h.
|
private |
Definition at line 93 of file GeometricOpWizard.h.