26 #ifndef __TERRALIB_MNT_INTERNAL_CREATEISOLINESDIALOG_H 
   27 #define __TERRALIB_MNT_INTERNAL_CREATEISOLINESDIALOG_H 
   30 #include "../../dataaccess/datasource/DataSourceInfo.h" 
   31 #include "../../maptools/AbstractLayer.h" 
   32 #include "../core/Config.h" 
   33 #include "../core/Enums.h" 
   43 namespace Ui { 
class CreateIsolinesDialogForm; }
 
   59       void setLayers(std::list<te::map::AbstractLayerPtr> layers);
 
   67       void onInputComboBoxChanged(
int index);
 
   68       void onDummyLineEditEditingFinished();
 
   69       void onStepFixeEnabled(
bool);
 
   70       void on_stepVariableraEnabled(
bool);
 
   71       void oninsertpushButtonClicked();
 
   72       void ondeletepushButtonClicked();
 
   73       void ondeleteallpushButtonClicked();
 
   74       void onTargetDatasourceToolButtonPressed();
 
   75       void onTargetFileToolButtonPressed();
 
   76       void onHelpPushButtonClicked();
 
   77       void onOkPushButtonClicked();
 
   78       void onCancelPushButtonClicked();
 
   82       std::auto_ptr<Ui::CreateIsolinesDialogForm> 
m_ui;
 
  101 #endif  //__TERRALIB_MNT_INTERNAL_CREATEISOLINESDIALOG_H 
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. 
 
std::string m_outputArchive
Archive information. 
 
te::map::AbstractLayerPtr m_outputLayer
Generated Layer. 
 
TEMNTEXPORT void getMinMax(te::rst::Raster *inputRst, double &vmin, double &vmax)
 
te::da::DataSourceInfoPtr m_outputDatasource
DataSource information. 
 
std::auto_ptr< Ui::CreateIsolinesDialogForm > m_ui
 
std::list< te::map::AbstractLayerPtr > m_layers
List of layers. 
 
boost::intrusive_ptr< AbstractLayer > AbstractLayerPtr
 
te::map::AbstractLayerPtr m_inputLayer
Input layer. 
 
boost::shared_ptr< DataSourceInfo > DataSourceInfoPtr