26 #ifndef __TERRALIB_SA_INTERNAL_SKATERDIALOG_H 
   27 #define __TERRALIB_SA_INTERNAL_SKATERDIALOG_H 
   31 #include "../../dataaccess/datasource/DataSourceInfo.h" 
   32 #include "../../maptools/AbstractLayer.h" 
   33 #include "../../qt/widgets/utils/DoubleListWidget.h" 
   34 #include "../core/GeneralizedProximityMatrix.h" 
   36 #include "../Config.h" 
   41 namespace Ui { 
class SkaterDialogForm; }
 
   57         SkaterDialog(QWidget* parent = 0, Qt::WindowFlags f = 0);
 
   66         void setLayers(std::list<te::map::AbstractLayerPtr> layers);
 
   72         void onInputLayerComboBoxActivated(
int index);
 
   74         void onOkPushButtonClicked();
 
   76         void onTargetDatasourceToolButtonPressed();
 
   78         void onTargetFileToolButtonPressed();
 
   80         void onGPMToolButtonClicked();
 
   84         std::auto_ptr<te::sa::GeneralizedProximityMatrix> loadGPM();
 
   88         std::auto_ptr<Ui::SkaterDialogForm> 
m_ui;
 
  101 #endif  // __TERRALIB_SA_INTERNAL_SKATERDIALOG_H 
te::qt::widgets::DoubleListWidget * m_doubleListWidget
Widget used to select attributes. 
 
te::da::DataSourceInfoPtr m_outputDatasource
 
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. 
 
std::auto_ptr< Ui::SkaterDialogForm > m_ui
 
boost::intrusive_ptr< AbstractLayer > AbstractLayerPtr
 
boost::shared_ptr< DataSourceInfo > DataSourceInfoPtr