26 #ifndef __TERRALIB_MNT_INTERNAL_SLOPEDIALOG_H 
   27 #define __TERRALIB_MNT_INTERNAL_SLOPEDIALOG_H 
   31 #include "../../dataaccess/datasource/DataSourceInfo.h" 
   32 #include "../../maptools/AbstractLayer.h" 
   34 #include "../core/Config.h" 
   35 #include "../core/Enums.h" 
   44 namespace Ui { 
class SlopeDialogForm; }
 
   55       SlopeDialog(QWidget* parent = 0, Qt::WindowFlags f = 0);
 
   63       void setLayers(std::list<te::map::AbstractLayerPtr> layers);
 
   67       void setSRID(
int newSRID);
 
   71       void onInputLayerToolButtonClicked();
 
   72       void onInputComboBoxChanged(
int index);
 
   73       void onSlopeToggled();
 
   74       void onAspectToggled();
 
   75       void onResXLineEditEditingFinished();
 
   76       void onResYLineEditEditingFinished();
 
   77       void onDimLLineEditEditingFinished();
 
   78       void onDimCLineEditEditingFinished();
 
   79       void onTargetFileToolButtonPressed();
 
   80       void onTargetDatasourceToolButtonPressed();
 
   81       void onOkPushButtonClicked();
 
   82       void onCancelPushButtonClicked();
 
   83       void onSrsToolButtonClicked();
 
   87       std::auto_ptr<Ui::SlopeDialogForm> 
m_ui;
 
  103 #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.