26 #ifndef __TERRALIB_WMS_QT_WMSLAYERSELECTOR_H    27 #define __TERRALIB_WMS_QT_WMSLAYERSELECTOR_H    30 #include "../../dataaccess/datasource/DataSourceInfo.h"    31 #include "../../qt/widgets/layer/selector/AbstractLayerSelector.h"    32 #include "../Config.h"    51         void set(
const std::list<te::da::DataSourceInfoPtr>& datasources);
    53         std::list<te::map::AbstractLayerPtr> getLayers();
    63 #endif  // __TERRALIB_WMS_QT_WMSLAYERSELECTOR_H #define TEWMSEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
A simple widget that allows the selection of datasets from a given WMS server. 
 
std::list< te::da::DataSourceInfoPtr > m_datasources