Go to the documentation of this file.
26 #ifndef __TERRALIB_MNT_INTERNAL_CREATEISOLINESDIALOG_H
27 #define __TERRALIB_MNT_INTERNAL_CREATEISOLINESDIALOG_H
31 #include "../../dataaccess/datasource/DataSourceInfo.h"
32 #include "../../maptools/AbstractLayer.h"
34 #include "../core/Config.h"
35 #include "../core/Enums.h"
42 #undef _CRTDBG_MAP_ALLOC
46 namespace Ui {
class CreateIsolinesDialogForm; }
62 void setLayers(std::list<te::map::AbstractLayerPtr> layers);
88 std::unique_ptr<Ui::CreateIsolinesDialogForm>
m_ui;
108 #endif //__TERRALIB_MNT_INTERNAL_CREATEISOLINESDIALOG_H
void setLayers(std::list< te::map::AbstractLayerPtr > layers)
void on_stepVariableraEnabled(bool)
std::unique_ptr< Ui::CreateIsolinesDialogForm > m_ui
boost::intrusive_ptr< AbstractLayer > AbstractLayerPtr
boost::shared_ptr< DataSourceInfo > DataSourceInfoPtr
void getMinMax(te::map::AbstractLayerPtr inputLayer, double &min, double &max)
te::map::AbstractLayerPtr m_inputLayer
Input layer.
void onStepFixeEnabled(bool)
void onTargetDatasourceToolButtonPressed()
void onInputComboBoxChanged(int index)
mntType m_inputType
Input type (TIN, GRID)
void ondeleteallpushButtonClicked()
void ondeletepushButtonClicked()
void onSrsToolButtonClicked()
void onOkPushButtonClicked()
void onInputLayerToolButtonClicked()
void onDummyLineEditEditingFinished()
std::string m_outputArchive
Archive information.
std::list< te::map::AbstractLayerPtr > m_layers
List of layers.
te::map::AbstractLayerPtr m_outputLayer
Generated Layer.
void oninsertpushButtonClicked()
te::map::AbstractLayerPtr getLayer()
void onTargetFileToolButtonPressed()
te::da::DataSourceInfoPtr m_outputDatasource
DataSource information.
void onCancelPushButtonClicked()
void setSRID(int newSRID)
CreateIsolinesDialog(QWidget *parent=0, Qt::WindowFlags f=0)
#define TEMNTEXPORT
You can use this macro in order to export/import classes and functions from this module.