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

Definition at line 87 of file SamplePointsGeneratorDialog.cpp.

Member Function Documentation

void te::sa::SamplePointsGeneratorDialog::fillGeneratorTypes ( )
protected

Definition at line 340 of file SamplePointsGeneratorDialog.cpp.

References te::sa::Random, and te::sa::Stratified.

Referenced by SamplePointsGeneratorDialog().

te::map::AbstractLayerPtr te::sa::SamplePointsGeneratorDialog::getOutputLayer ( )
void te::sa::SamplePointsGeneratorDialog::onInputLayerComboBoxActivated ( int  index)
protectedslot

Definition at line 120 of file SamplePointsGeneratorDialog.cpp.

References te::dt::STRING_TYPE.

Referenced by SamplePointsGeneratorDialog().

void te::sa::SamplePointsGeneratorDialog::onTargetDatasourceToolButtonPressed ( )
protectedslot
void te::sa::SamplePointsGeneratorDialog::onTargetFileToolButtonPressed ( )
protectedslot

Definition at line 319 of file SamplePointsGeneratorDialog.cpp.

Referenced by SamplePointsGeneratorDialog().

void te::sa::SamplePointsGeneratorDialog::setLayers ( std::list< te::map::AbstractLayerPtr layers)

Set the layer that can be used.

Parameters
layersList of AbstractLayerPtr

Definition at line 91 of file SamplePointsGeneratorDialog.cpp.

Referenced by te::qt::plugins::sa::SamplePointsGeneratorAction::onActionActivated().

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.

Referenced by SamplePointsGeneratorDialog().


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