te::ws::ogc::wms::qt::WMSLayerSelector Class Reference

A simple widget that allows the selection of datasets from a given WMS server. More...

#include <WMSLayerSelector.h>

Inheritance diagram for te::ws::ogc::wms::qt::WMSLayerSelector:
te::qt::widgets::AbstractLayerSelector

Public Member Functions

std::list< te::map::AbstractLayerPtrgetLayers ()
 
void set (const std::list< te::da::DataSourceInfoPtr > &datasources)
 
 WMSLayerSelector (QWidget *parent=0, Qt::WindowFlags f=0)
 
 ~WMSLayerSelector ()
 

Private Attributes

std::list< te::da::DataSourceInfoPtrm_datasources
 

Detailed Description

A simple widget that allows the selection of datasets from a given WMS server.

Definition at line 49 of file WMSLayerSelector.h.

Constructor & Destructor Documentation

te::ws::ogc::wms::qt::WMSLayerSelector::WMSLayerSelector ( QWidget *  parent = 0,
Qt::WindowFlags  f = 0 
)
te::ws::ogc::wms::qt::WMSLayerSelector::~WMSLayerSelector ( )

Member Function Documentation

std::list<te::map::AbstractLayerPtr> te::ws::ogc::wms::qt::WMSLayerSelector::getLayers ( )
virtual
void te::ws::ogc::wms::qt::WMSLayerSelector::set ( const std::list< te::da::DataSourceInfoPtr > &  datasources)
virtual

Member Data Documentation

std::list<te::da::DataSourceInfoPtr> te::ws::ogc::wms::qt::WMSLayerSelector::m_datasources
private

Definition at line 63 of file WMSLayerSelector.h.


The documentation for this class was generated from the following file: