te::sa::SamplePointsGeneratorDialog Class Reference

#include <SamplePointsGeneratorDialog.h>

Inheritance diagram for te::sa::SamplePointsGeneratorDialog:

Public Member Functions

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

Protected Slots

void onInputLayerComboBoxActivated (int index)
 
void onOkPushButtonClicked ()
 
void onTargetDatasourceToolButtonPressed ()
 
void onTargetFileToolButtonPressed ()
 

Protected Member Functions

void fillGeneratorTypes ()
 

Private Attributes

te::da::DataSourceInfoPtr m_outputDatasource
 
te::map::AbstractLayerPtr m_outputLayer
 Generated Layer. More...
 
bool m_toFile
 
std::auto_ptr< Ui::SamplePointsGeneratorDialogForm > m_ui
 

Detailed Description

Definition at line 49 of file SamplePointsGeneratorDialog.h.

Constructor & Destructor Documentation

te::sa::SamplePointsGeneratorDialog::SamplePointsGeneratorDialog ( QWidget *  parent = 0,
Qt::WindowFlags  f = 0 
)
te::sa::SamplePointsGeneratorDialog::~SamplePointsGeneratorDialog ( )

Member Function Documentation

void te::sa::SamplePointsGeneratorDialog::fillGeneratorTypes ( )
protected
te::map::AbstractLayerPtr te::sa::SamplePointsGeneratorDialog::getOutputLayer ( )
void te::sa::SamplePointsGeneratorDialog::onInputLayerComboBoxActivated ( int  index)
protectedslot
void te::sa::SamplePointsGeneratorDialog::onOkPushButtonClicked ( )
protectedslot
void te::sa::SamplePointsGeneratorDialog::onTargetDatasourceToolButtonPressed ( )
protectedslot
void te::sa::SamplePointsGeneratorDialog::onTargetFileToolButtonPressed ( )
protectedslot
void te::sa::SamplePointsGeneratorDialog::setLayers ( std::list< te::map::AbstractLayerPtr layers)

Set the layer that can be used.

Parameters
layersList of AbstractLayerPtr

Member Data Documentation

te::da::DataSourceInfoPtr te::sa::SamplePointsGeneratorDialog::m_outputDatasource
private

Definition at line 86 of file SamplePointsGeneratorDialog.h.

te::map::AbstractLayerPtr te::sa::SamplePointsGeneratorDialog::m_outputLayer
private

Generated Layer.

Definition at line 88 of file SamplePointsGeneratorDialog.h.

bool te::sa::SamplePointsGeneratorDialog::m_toFile
private

Definition at line 90 of file SamplePointsGeneratorDialog.h.

std::auto_ptr<Ui::SamplePointsGeneratorDialogForm> te::sa::SamplePointsGeneratorDialog::m_ui
private

Definition at line 84 of file SamplePointsGeneratorDialog.h.


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