te::mnt::SlopeDialog Class Reference

#include <SlopeDialog.h>

Inheritance diagram for te::mnt::SlopeDialog:

Public Member Functions

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

Protected Slots

void onAspectToggled ()
 
void onCancelPushButtonClicked ()
 
void onDimCLineEditEditingFinished ()
 
void onDimLLineEditEditingFinished ()
 
void onHelpPushButtonClicked ()
 
void onInputComboBoxChanged (int index)
 
void onOkPushButtonClicked ()
 
void onResXLineEditEditingFinished ()
 
void onResYLineEditEditingFinished ()
 
void onSlopeToggled ()
 
void onTargetDatasourceToolButtonPressed ()
 
void onTargetFileToolButtonPressed ()
 

Private Attributes

te::map::AbstractLayerPtr m_inputLayer
 Input layer. More...
 
mntType m_inputType
 Input type (TIN, GRID) More...
 
std::list< te::map::AbstractLayerPtrm_layers
 List of layers. More...
 
std::string m_outputArchive
 Archive information. More...
 
te::da::DataSourceInfoPtr m_outputDatasource
 DataSource information. More...
 
te::map::AbstractLayerPtr m_outputLayer
 Generated Layer. More...
 
bool m_toFile
 
std::auto_ptr< Ui::SlopeDialogForm > m_ui
 

Detailed Description

Definition at line 48 of file SlopeDialog.h.

Constructor & Destructor Documentation

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

Member Function Documentation

te::map::AbstractLayerPtr te::mnt::SlopeDialog::getLayer ( )
void te::mnt::SlopeDialog::onAspectToggled ( )
protectedslot
void te::mnt::SlopeDialog::onCancelPushButtonClicked ( )
protectedslot
void te::mnt::SlopeDialog::onDimCLineEditEditingFinished ( )
protectedslot
void te::mnt::SlopeDialog::onDimLLineEditEditingFinished ( )
protectedslot
void te::mnt::SlopeDialog::onHelpPushButtonClicked ( )
protectedslot
void te::mnt::SlopeDialog::onInputComboBoxChanged ( int  index)
protectedslot
void te::mnt::SlopeDialog::onOkPushButtonClicked ( )
protectedslot
void te::mnt::SlopeDialog::onResXLineEditEditingFinished ( )
protectedslot
void te::mnt::SlopeDialog::onResYLineEditEditingFinished ( )
protectedslot
void te::mnt::SlopeDialog::onSlopeToggled ( )
protectedslot
void te::mnt::SlopeDialog::onTargetDatasourceToolButtonPressed ( )
protectedslot
void te::mnt::SlopeDialog::onTargetFileToolButtonPressed ( )
protectedslot
void te::mnt::SlopeDialog::setLayers ( std::list< te::map::AbstractLayerPtr layers)

Set the layer that can be used.

Parameters
layersList of AbstractLayerPtr

Member Data Documentation

te::map::AbstractLayerPtr te::mnt::SlopeDialog::m_inputLayer
private

Input layer.

Definition at line 88 of file SlopeDialog.h.

mntType te::mnt::SlopeDialog::m_inputType
private

Input type (TIN, GRID)

Definition at line 91 of file SlopeDialog.h.

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

List of layers.

Definition at line 87 of file SlopeDialog.h.

std::string te::mnt::SlopeDialog::m_outputArchive
private

Archive information.

Definition at line 85 of file SlopeDialog.h.

te::da::DataSourceInfoPtr te::mnt::SlopeDialog::m_outputDatasource
private

DataSource information.

Definition at line 84 of file SlopeDialog.h.

te::map::AbstractLayerPtr te::mnt::SlopeDialog::m_outputLayer
private

Generated Layer.

Definition at line 89 of file SlopeDialog.h.

bool te::mnt::SlopeDialog::m_toFile
private

Definition at line 86 of file SlopeDialog.h.

std::auto_ptr<Ui::SlopeDialogForm> te::mnt::SlopeDialog::m_ui
private

Definition at line 82 of file SlopeDialog.h.


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