26 #ifndef __TERRALIB_QT_WIDGETS_LAYER_SELECTOR_INTERNAL_DATASETLAYERSELECTOR_H 
   27 #define __TERRALIB_QT_WIDGETS_LAYER_SELECTOR_INTERNAL_DATASETLAYERSELECTOR_H 
   30 #include "../../../../dataaccess/datasource/DataSourceInfo.h" 
   56           void set(
const std::list<te::da::DataSourceInfoPtr>& datasources);
 
   58           std::list<te::map::AbstractLayerPtr> getLayers();
 
   69 #endif  // __TERRALIB_QT_WIDGETS_LAYER_SELECTOR_INTERNAL_DATASETLAYERSELECTOR_H 
#define TEQTWIDGETSEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
std::list< te::da::DataSourceInfoPtr > m_datasources
 
A simple widget that allows the selection of datasets from a given data source. 
 
An abstract class for layer selection widgets. 
 
An abstract class for layer selection widgets.