All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
te::vp::IntersectionDialog Class Reference

A dialog used to execute vector intersection. More...

#include <IntersectionDialog.h>

Inheritance diagram for te::vp::IntersectionDialog:

Public Member Functions

te::map::AbstractLayerPtr getLayer ()
 
 IntersectionDialog (QWidget *parent=0, Qt::WindowFlags f=0)
 
void setLayers (std::list< te::map::AbstractLayerPtr > layers)
 Set the layer that can be used. More...
 
 ~IntersectionDialog ()
 

Protected Slots

void onFirstLayerComboBoxChanged (int index)
 
void onHelpPushButtonClicked ()
 
void onOkPushButtonClicked ()
 
void onSecondLayerComboBoxChanged (int index)
 
void onTargetDatasourceToolButtonPressed ()
 
void onTargetFileToolButtonPressed ()
 

Private Attributes

te::map::AbstractLayerPtr m_firstSelectedLayer
 First layer selected. More...
 
te::map::AbstractLayerPtr m_layerResult
 Generated Layer. More...
 
std::list
< te::map::AbstractLayerPtr
m_layers
 First layer selected. More...
 
std::string m_outputArchive
 Archive information. More...
 
te::da::DataSourceInfoPtr m_outputDatasource
 DataSource information. More...
 
te::map::AbstractLayerPtr m_secondSelectedLayer
 Second layer selected. More...
 
bool m_toFile
 
std::auto_ptr
< Ui::IntersectionDialogForm > 
m_ui
 

Detailed Description

A dialog used to execute vector intersection.

Definition at line 54 of file IntersectionDialog.h.

Constructor & Destructor Documentation

te::vp::IntersectionDialog::IntersectionDialog ( QWidget *  parent = 0,
Qt::WindowFlags  f = 0 
)
te::vp::IntersectionDialog::~IntersectionDialog ( )

Definition at line 84 of file IntersectionDialog.cpp.

Member Function Documentation

te::map::AbstractLayerPtr te::vp::IntersectionDialog::getLayer ( )
void te::vp::IntersectionDialog::onFirstLayerComboBoxChanged ( int  index)
protectedslot

Definition at line 108 of file IntersectionDialog.cpp.

Referenced by IntersectionDialog().

void te::vp::IntersectionDialog::onHelpPushButtonClicked ( )
protectedslot

Definition at line 149 of file IntersectionDialog.cpp.

void te::vp::IntersectionDialog::onSecondLayerComboBoxChanged ( int  index)
protectedslot

Definition at line 132 of file IntersectionDialog.cpp.

Referenced by IntersectionDialog().

void te::vp::IntersectionDialog::onTargetDatasourceToolButtonPressed ( )
protectedslot
void te::vp::IntersectionDialog::onTargetFileToolButtonPressed ( )
protectedslot

Definition at line 435 of file IntersectionDialog.cpp.

Referenced by IntersectionDialog().

void te::vp::IntersectionDialog::setLayers ( std::list< te::map::AbstractLayerPtr layers)

Set the layer that can be used.

Parameters
layersList of AbstractLayerPtr

Definition at line 88 of file IntersectionDialog.cpp.

Referenced by te::qt::plugins::vp::IntersectionAction::onActionActivated().

Member Data Documentation

te::map::AbstractLayerPtr te::vp::IntersectionDialog::m_firstSelectedLayer
private

First layer selected.

Definition at line 91 of file IntersectionDialog.h.

te::map::AbstractLayerPtr te::vp::IntersectionDialog::m_layerResult
private

Generated Layer.

Definition at line 95 of file IntersectionDialog.h.

std::list<te::map::AbstractLayerPtr> te::vp::IntersectionDialog::m_layers
private

First layer selected.

Definition at line 90 of file IntersectionDialog.h.

std::string te::vp::IntersectionDialog::m_outputArchive
private

Archive information.

Definition at line 94 of file IntersectionDialog.h.

te::da::DataSourceInfoPtr te::vp::IntersectionDialog::m_outputDatasource
private

DataSource information.

Definition at line 93 of file IntersectionDialog.h.

te::map::AbstractLayerPtr te::vp::IntersectionDialog::m_secondSelectedLayer
private

Second layer selected.

Definition at line 92 of file IntersectionDialog.h.

bool te::vp::IntersectionDialog::m_toFile
private

Definition at line 96 of file IntersectionDialog.h.

std::auto_ptr<Ui::IntersectionDialogForm> te::vp::IntersectionDialog::m_ui
private

Definition at line 89 of file IntersectionDialog.h.

Referenced by IntersectionDialog().


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