All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
te::wms::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::wms::WMSLayerSelector:
te::qt::widgets::AbstractLayerSelector

Public Member Functions

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

Private Attributes

std::list
< te::da::DataSourceInfoPtr
m_datasources
 

Detailed Description

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

Definition at line 43 of file WMSLayerSelector.h.

Constructor & Destructor Documentation

te::wms::WMSLayerSelector::WMSLayerSelector ( QWidget *  parent = 0,
Qt::WindowFlags  f = 0 
)

Definition at line 42 of file WMSLayerSelector.cpp.

te::wms::WMSLayerSelector::~WMSLayerSelector ( )

Definition at line 47 of file WMSLayerSelector.cpp.

Member Function Documentation

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

Implements te::qt::widgets::AbstractLayerSelector.

Definition at line 51 of file WMSLayerSelector.cpp.

Member Data Documentation

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

Definition at line 57 of file WMSLayerSelector.h.


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