te::vp::GeometricOpWizard Class Reference

This class is GUI used to define the wizard for the VP geometric operation. More...

#include <GeometricOpWizard.h>

Inheritance diagram for te::vp::GeometricOpWizard:

Public Member Functions

 GeometricOpWizard (QWidget *parent)
 
te::map::AbstractLayerPtr getInLayer ()
 
std::vector< te::map::AbstractLayerPtrgetOutLayer ()
 
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::GeometricOpOutputWizardPagem_geomOpOutputPage
 
std::auto_ptr< te::vp::GeometricOpWizardPagem_geomOpPage
 
te::map::AbstractLayerPtr m_inLayer
 
int m_layerSearchId
 
std::auto_ptr< te::qt::widgets::LayerSearchWizardPagem_layerSearchPage
 
std::vector< te::vp::GeometricOperationm_ops
 
std::vector< te::map::AbstractLayerPtrm_outLayer
 
te::da::DataSourceInfoPtr m_outputDatasource
 DataSource information. More...
 

Detailed Description

This class is GUI used to define the wizard for the VP geometric operation.

Definition at line 54 of file GeometricOpWizard.h.

Constructor & Destructor Documentation

te::vp::GeometricOpWizard::GeometricOpWizard ( QWidget *  parent)
te::vp::GeometricOpWizard::~GeometricOpWizard ( )

Member Function Documentation

void te::vp::GeometricOpWizard::addPages ( )
protected
bool te::vp::GeometricOpWizard::execute ( )
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 bool te::vp::GeometricOpWizard::validateCurrentPage ( )
virtual

Member Data Documentation

std::string te::vp::GeometricOpWizard::m_attribute
private

Definition at line 92 of file GeometricOpWizard.h.

std::auto_ptr<te::vp::GeometricOpOutputWizardPage> te::vp::GeometricOpWizard::m_geomOpOutputPage
private

Definition at line 85 of file GeometricOpWizard.h.

std::auto_ptr<te::vp::GeometricOpWizardPage> te::vp::GeometricOpWizard::m_geomOpPage
private

Definition at line 84 of file GeometricOpWizard.h.

te::map::AbstractLayerPtr te::vp::GeometricOpWizard::m_inLayer
private

Definition at line 88 of file GeometricOpWizard.h.

int te::vp::GeometricOpWizard::m_layerSearchId
private

Definition at line 94 of file GeometricOpWizard.h.

std::auto_ptr<te::qt::widgets::LayerSearchWizardPage> te::vp::GeometricOpWizard::m_layerSearchPage
private

Definition at line 86 of file GeometricOpWizard.h.

std::vector<te::vp::GeometricOperation> te::vp::GeometricOpWizard::m_ops
private

Definition at line 91 of file GeometricOpWizard.h.

std::vector<te::map::AbstractLayerPtr> te::vp::GeometricOpWizard::m_outLayer
private

Definition at line 90 of file GeometricOpWizard.h.

te::da::DataSourceInfoPtr te::vp::GeometricOpWizard::m_outputDatasource
private

DataSource information.

Definition at line 89 of file GeometricOpWizard.h.


The documentation for this class was generated from the following file: