26 #ifndef __TERRALIB_QT_WIDGETS_LAYER_UTILS_INTERNAL_SAVESELECTEDOBJECTSWIDGET_H 
   27 #define __TERRALIB_QT_WIDGETS_LAYER_UTILS_INTERNAL_SAVESELECTEDOBJECTSWIDGET_H 
   30 #include "../../../../dataaccess/datasource/DataSource.h" 
   31 #include "../../../../dataaccess/datasource/DataSourceInfo.h" 
   32 #include "../../../../datatype/SimpleProperty.h" 
   33 #include "../../../../maptools/AbstractLayer.h" 
   34 #include "../../Config.h" 
   39 #include <QSignalMapper> 
   42 namespace Ui { 
class SaveSelectedObjectsWidgetForm; }
 
   73           void updateWindowComponents();
 
   79           bool execute(std::string& errorMessage);
 
   83           void onTargetDatasourceToolButtonPressed();
 
   85           void onTargetFileToolButtonPressed();
 
   89           std::auto_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