26 #ifndef __TERRALIB_SA_INTERNAL_SKATERDIALOG_H
27 #define __TERRALIB_SA_INTERNAL_SKATERDIALOG_H
30 #include "../../dataaccess/datasource/DataSourceInfo.h"
31 #include "../../maptools/AbstractLayer.h"
32 #include "../../qt/widgets/utils/DoubleListWidget.h"
33 #include "../core/GeneralizedProximityMatrix.h"
34 #include "../Config.h"
39 namespace Ui {
class SkaterDialogForm; }
55 SkaterDialog(QWidget* parent = 0, Qt::WindowFlags f = 0);
64 void setLayers(std::list<te::map::AbstractLayerPtr> layers);
70 void onInputLayerComboBoxActivated(
int index);
72 void onOkPushButtonClicked();
74 void onTargetDatasourceToolButtonPressed();
76 void onTargetFileToolButtonPressed();
78 void onGPMToolButtonClicked();
82 std::auto_ptr<te::sa::GeneralizedProximityMatrix> loadGPM();
86 std::auto_ptr<Ui::SkaterDialogForm>
m_ui;
99 #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