26 #ifndef __TERRALIB_WS_OGC_WMS_QT_WMSCONNECTOR_H 
   27 #define __TERRALIB_WS_OGC_WMS_QT_WMSCONNECTOR_H 
   31 #include "../../../../qt/widgets/datasource/connector/AbstractDataSourceConnector.h" 
   55             WMSConnector(QWidget* parent = 0, Qt::WindowFlags f = 0);
 
   59             void connect(std::list<te::da::DataSourceInfoPtr>& datasources);
 
   61             void create(std::list<te::da::DataSourceInfoPtr>& datasources);
 
   63             void update(std::list<te::da::DataSourceInfoPtr>& datasources);
 
   65             void remove(std::list<te::da::DataSourceInfoPtr>& datasources);
 
   74 #endif // __TERRALIB_WS_OGC_WMS_QT_WMSCONNECTOR_H 
OGC Web Map Service (WMS) connector implementation for the Qt data source widget. ...