te::mnt::SmoothIsolinesDialog Class Reference

#include <SmoothIsolinesDialog.h>

Inheritance diagram for te::mnt::SmoothIsolinesDialog:

Public Member Functions

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

Protected Slots

void onCancelPushButtonClicked ()
 
void onHelpPushButtonClicked ()
 
void onInputComboBoxChanged (int index)
 
void onOkPushButtonClicked ()
 
void onScalePushButtonClicked ()
 
void onTargetDatasourceToolButtonPressed ()
 
void onTargetFileToolButtonPressed ()
 

Private Attributes

double m_factor
 
te::map::AbstractLayerPtr m_inputLayer
 Input layer. More...
 
std::list< te::map::AbstractLayerPtrm_layers
 List of layers. More...
 
double m_maxdist
 
std::string m_outputArchive
 Archive information. More...
 
te::da::DataSourceInfoPtr m_outputDatasource
 DataSource information. More...
 
te::map::AbstractLayerPtr m_outputLayer
 Generated Layer. More...
 
double m_scale
 
bool m_toFile
 
std::auto_ptr< Ui::SmoothIsolinesDialogForm > m_ui
 

Detailed Description

Definition at line 48 of file SmoothIsolinesDialog.h.

Constructor & Destructor Documentation

te::mnt::SmoothIsolinesDialog::SmoothIsolinesDialog ( QWidget *  parent = 0,
Qt::WindowFlags  f = 0 
)
te::mnt::SmoothIsolinesDialog::~SmoothIsolinesDialog ( )

Member Function Documentation

te::map::AbstractLayerPtr te::mnt::SmoothIsolinesDialog::getLayer ( )
void te::mnt::SmoothIsolinesDialog::onCancelPushButtonClicked ( )
protectedslot
void te::mnt::SmoothIsolinesDialog::onHelpPushButtonClicked ( )
protectedslot
void te::mnt::SmoothIsolinesDialog::onInputComboBoxChanged ( int  index)
protectedslot
void te::mnt::SmoothIsolinesDialog::onOkPushButtonClicked ( )
protectedslot
void te::mnt::SmoothIsolinesDialog::onScalePushButtonClicked ( )
protectedslot
void te::mnt::SmoothIsolinesDialog::onTargetDatasourceToolButtonPressed ( )
protectedslot
void te::mnt::SmoothIsolinesDialog::onTargetFileToolButtonPressed ( )
protectedslot
void te::mnt::SmoothIsolinesDialog::setLayers ( std::list< te::map::AbstractLayerPtr layers)

Set the layer that can be used.

Parameters
layersList of AbstractLayerPtr

Member Data Documentation

double te::mnt::SmoothIsolinesDialog::m_factor
private

Definition at line 87 of file SmoothIsolinesDialog.h.

te::map::AbstractLayerPtr te::mnt::SmoothIsolinesDialog::m_inputLayer
private

Input layer.

Definition at line 83 of file SmoothIsolinesDialog.h.

std::list<te::map::AbstractLayerPtr> te::mnt::SmoothIsolinesDialog::m_layers
private

List of layers.

Definition at line 82 of file SmoothIsolinesDialog.h.

double te::mnt::SmoothIsolinesDialog::m_maxdist
private

Definition at line 88 of file SmoothIsolinesDialog.h.

std::string te::mnt::SmoothIsolinesDialog::m_outputArchive
private

Archive information.

Definition at line 80 of file SmoothIsolinesDialog.h.

te::da::DataSourceInfoPtr te::mnt::SmoothIsolinesDialog::m_outputDatasource
private

DataSource information.

Definition at line 79 of file SmoothIsolinesDialog.h.

te::map::AbstractLayerPtr te::mnt::SmoothIsolinesDialog::m_outputLayer
private

Generated Layer.

Definition at line 84 of file SmoothIsolinesDialog.h.

double te::mnt::SmoothIsolinesDialog::m_scale
private

Definition at line 86 of file SmoothIsolinesDialog.h.

bool te::mnt::SmoothIsolinesDialog::m_toFile
private

Definition at line 81 of file SmoothIsolinesDialog.h.

std::auto_ptr<Ui::SmoothIsolinesDialogForm> te::mnt::SmoothIsolinesDialog::m_ui
private

Definition at line 77 of file SmoothIsolinesDialog.h.


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