26 #ifndef __TERRALIB_MNT_INTERNAL_SMOOTHDIALOG_H
27 #define __TERRALIB_MNT_INTERNAL_SMOOTHDIALOG_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 SmoothIsolinesDialogForm; }
63 void setLayers(std::list<te::map::AbstractLayerPtr> layers);
82 std::unique_ptr<Ui::SmoothIsolinesDialogForm>
m_ui;
te::map::AbstractLayerPtr m_inputLayer
Input layer.
std::string m_outputArchive
Archive information.
te::map::AbstractLayerPtr getLayer()
void onTargetDatasourceToolButtonPressed()
std::list< te::map::AbstractLayerPtr > m_layers
List of layers.
te::da::DataSourceInfoPtr m_outputDatasource
DataSource information.
void onScalePushButtonClicked()
void onOkPushButtonClicked()
void onSrsToolButtonClicked()
void setLayers(std::list< te::map::AbstractLayerPtr > layers)
Set the layer that can be used.
te::map::AbstractLayerPtr m_outputLayer
Generated Layer.
SmoothIsolinesDialog(QWidget *parent=0, Qt::WindowFlags f=0)
void onTargetFileToolButtonPressed()
void setSRID(int newSRID)
void onInputLayerToolButtonClicked()
void onCancelPushButtonClicked()
void onInputComboBoxChanged(int index)
std::unique_ptr< Ui::SmoothIsolinesDialogForm > m_ui
boost::shared_ptr< DataSourceInfo > DataSourceInfoPtr
boost::intrusive_ptr< AbstractLayer > AbstractLayerPtr
#define TEMNTEXPORT
You can use this macro in order to export/import classes and functions from this module.