26 #ifndef __TERRALIB_SA_INTERNAL_SAMPLEPOINTSGENERATORDIALOG_H
27 #define __TERRALIB_SA_INTERNAL_SAMPLEPOINTSGENERATORDIALOG_H
31 #include "../../dataaccess/datasource/DataSourceInfo.h"
32 #include "../../maptools/AbstractLayer.h"
34 #include "../Config.h"
40 namespace Ui {
class SamplePointsGeneratorDialogForm; }
66 void setLayers(std::list<te::map::AbstractLayerPtr> layers);
86 std::unique_ptr<Ui::SamplePointsGeneratorDialogForm>
m_ui;
SamplePointsGeneratorDialog(QWidget *parent=0, Qt::WindowFlags f=0)
~SamplePointsGeneratorDialog()
te::map::AbstractLayerPtr getOutputLayer()
void onTargetFileToolButtonPressed()
void onOkPushButtonClicked()
void setLayers(std::list< te::map::AbstractLayerPtr > layers)
Set the layer that can be used.
std::unique_ptr< Ui::SamplePointsGeneratorDialogForm > m_ui
void fillGeneratorTypes()
te::map::AbstractLayerPtr m_outputLayer
Generated Layer.
te::da::DataSourceInfoPtr m_outputDatasource
void onInputLayerComboBoxActivated(int index)
void onTargetDatasourceToolButtonPressed()
boost::shared_ptr< DataSourceInfo > DataSourceInfoPtr
boost::intrusive_ptr< AbstractLayer > AbstractLayerPtr
#define TESAEXPORT
You can use this macro in order to export/import classes and functions from this module.