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);
    72         void onInputLayerComboBoxActivated(
int index);
    74         void onOkPushButtonClicked();
    76         void onTargetDatasourceToolButtonPressed();
    78         void onTargetFileToolButtonPressed();
    82         void fillGeneratorTypes();
    86         std::unique_ptr<Ui::SamplePointsGeneratorDialogForm> 
m_ui;
    97 #endif  // __TERRALIB_SA_INTERNAL_SAMPLEPOINTSGENERATORDIALOG_H 
std::unique_ptr< Ui::SamplePointsGeneratorDialogForm > m_ui
 
te::map::AbstractLayerPtr m_outputLayer
Generated Layer. 
 
#define TESAEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
te::da::DataSourceInfoPtr m_outputDatasource
 
boost::intrusive_ptr< AbstractLayer > AbstractLayerPtr
 
boost::shared_ptr< DataSourceInfo > DataSourceInfoPtr