26 #ifndef __TERRALIB_MNT_INTERNAL_SLOPEDIALOG_H
27 #define __TERRALIB_MNT_INTERNAL_SLOPEDIALOG_H
30 #include "../../dataaccess/datasource/DataSourceInfo.h"
31 #include "../../maptools/AbstractLayer.h"
32 #include "../core/Config.h"
33 #include "../core/Enums.h"
42 namespace Ui {
class SlopeDialogForm; }
53 SlopeDialog(QWidget* parent = 0, Qt::WindowFlags f = 0);
61 void setLayers(std::list<te::map::AbstractLayerPtr> layers);
67 void onInputComboBoxChanged(
int index);
68 void onSlopeToggled();
69 void onAspectToggled();
70 void onResXLineEditEditingFinished();
71 void onResYLineEditEditingFinished();
72 void onDimLLineEditEditingFinished();
73 void onDimCLineEditEditingFinished();
74 void onTargetDatasourceToolButtonPressed();
75 void onTargetFileToolButtonPressed();
76 void onHelpPushButtonClicked();
77 void onOkPushButtonClicked();
78 void onCancelPushButtonClicked();
82 std::auto_ptr<Ui::SlopeDialogForm>
m_ui;
98 #endif //__TERRALIB_MNT_INTERNAL_SLOPEDIALOG_H
std::string m_outputArchive
Archive information.
mntType m_inputType
Input type (TIN, GRID)
#define TEMNTEXPORT
You can use this macro in order to export/import classes and functions from this module.
te::da::DataSourceInfoPtr m_outputDatasource
DataSource information.
te::map::AbstractLayerPtr m_outputLayer
Generated Layer.
te::map::AbstractLayerPtr m_inputLayer
Input layer.
std::auto_ptr< Ui::SlopeDialogForm > m_ui
boost::intrusive_ptr< AbstractLayer > AbstractLayerPtr
boost::shared_ptr< DataSourceInfo > DataSourceInfoPtr
std::list< te::map::AbstractLayerPtr > m_layers
List of layers.