26 #ifndef __TERRALIB_QT_WIDGETS_LAYER_UTILS_INTERNAL_SAVESELECTEDOBJECTSWIDGET_H 27 #define __TERRALIB_QT_WIDGETS_LAYER_UTILS_INTERNAL_SAVESELECTEDOBJECTSWIDGET_H 31 #include "../../../../dataaccess/datasource/DataSource.h" 32 #include "../../../../dataaccess/datasource/DataSourceInfo.h" 33 #include "../../../../datatype/SimpleProperty.h" 34 #include "../../../../maptools/AbstractLayer.h" 36 #include "../../Config.h" 41 #include <QSignalMapper> 44 namespace Ui {
class SaveSelectedObjectsWidgetForm; }
75 void updateWindowComponents();
81 bool execute(std::string& errorMessage);
85 void onTargetDatasourceToolButtonPressed();
87 void onTargetFileToolButtonPressed();
91 std::unique_ptr<Ui::SaveSelectedObjectsWidgetForm>
m_ui;
110 #endif // __TERRALIB_QT_WIDGETS_LAYER_UTILS_INTERNAL_SAVESELECTEDOBJECTSWIDGET_H
A class that models the description of a dataset.
An abstract class for data providers like a DBMS, Web Services or a regular file. ...
This class represents a set of unique ids created in the same context. i.e. from the same data set...
A dataset is the unit of information manipulated by the data access module of TerraLib.
boost::intrusive_ptr< AbstractLayer > AbstractLayerPtr
boost::shared_ptr< DataSourceInfo > DataSourceInfoPtr