26 #ifndef __TERRALIB_MNT_INTERNAL_SMOOTHDIALOG_H
27 #define __TERRALIB_MNT_INTERNAL_SMOOTHDIALOG_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 SmoothIsolinesDialogForm; }
61 void setLayers(std::list<te::map::AbstractLayerPtr> layers);
67 void onInputComboBoxChanged(
int index);
68 void onScalePushButtonClicked();
69 void onTargetDatasourceToolButtonPressed();
70 void onTargetFileToolButtonPressed();
71 void onHelpPushButtonClicked();
72 void onOkPushButtonClicked();
73 void onCancelPushButtonClicked();
77 std::auto_ptr<Ui::SmoothIsolinesDialogForm>
m_ui;
93 #endif //__TERRALIB_MNT_INTERNAL_SMOOTHDIALOG_H
te::map::AbstractLayerPtr m_outputLayer
Generated Layer.
std::string m_outputArchive
Archive information.
#define TEMNTEXPORT
You can use this macro in order to export/import classes and functions from this module.
std::list< te::map::AbstractLayerPtr > m_layers
List of layers.
te::map::AbstractLayerPtr m_inputLayer
Input layer.
std::auto_ptr< Ui::SmoothIsolinesDialogForm > m_ui
te::da::DataSourceInfoPtr m_outputDatasource
DataSource information.
boost::intrusive_ptr< AbstractLayer > AbstractLayerPtr
boost::shared_ptr< DataSourceInfo > DataSourceInfoPtr