All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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::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
 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 ( )

Definition at line 88 of file GeometricOpWizard.cpp.

Member Function Documentation

void te::vp::GeometricOpWizard::addPages ( )
protected

Definition at line 168 of file GeometricOpWizard.cpp.

Referenced by GeometricOpWizard().

te::map::AbstractLayerPtr te::vp::GeometricOpWizard::getInLayer ( )

Definition at line 158 of file GeometricOpWizard.cpp.

std::vector< te::map::AbstractLayerPtr > te::vp::GeometricOpWizard::getOutLayer ( )
void te::vp::GeometricOpWizard::setLayer ( te::map::AbstractLayerPtr  layer)

Definition at line 152 of file GeometricOpWizard.cpp.

void te::vp::GeometricOpWizard::setList ( std::list< te::map::AbstractLayerPtr > &  layerList)
bool te::vp::GeometricOpWizard::validateCurrentPage ( )
virtual

Definition at line 93 of file GeometricOpWizard.cpp.

References te::dt::GEOMETRY_TYPE.

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 files: