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>
44namespace Ui {
class SaveSelectedObjectsWidgetForm; }
92 std::unique_ptr<Ui::SaveSelectedObjectsWidgetForm>
m_ui;
A class that models the description of a dataset.
A dataset is the unit of information manipulated by the data access module of TerraLib.
This class represents a set of unique ids created in the same context. i.e. from the same data set.
boost::shared_ptr< DataSourceInfo > DataSourceInfoPtr
boost::shared_ptr< DataSource > DataSourcePtr
boost::intrusive_ptr< AbstractLayer > AbstractLayerPtr