28 #ifndef __TERRALIB_WS_OGC_WMS_QT_WMSLAYERITEM_H 
   29 #define __TERRALIB_WS_OGC_WMS_QT_WMSLAYERITEM_H 
   35 #include "../client/DataTypes.h" 
   37 #include <QTreeWidget> 
   38 #include <QTreeWidgetItem> 
   89 #endif // __TERRALIB_WS_OGC_WMS_QT_WMSLAYERITEM_H 
void buildDefaultRequest()
 
te::ws::ogc::wms::Layer m_layer
 
const te::ws::ogc::wms::WMSGetMapRequest & getRequest() const 
 
te::ws::ogc::wms::WMSGetMapRequest m_request
 
The Layer WMS 1.3.0 struct. 
 
void setRequest(const te::ws::ogc::wms::WMSGetMapRequest &request)
 
const te::ws::ogc::wms::Layer & getLayer() const 
 
The WMSLayerItem class is an extension of QTreeWidgetItem to handle WMS Layer creation. 
 
WMSLayerItem(const te::ws::ogc::wms::Layer &rootLayer, QTreeWidget *parent)
 
The WMSGetMapRequest WMS 1.3.0 struct.