30 this->setText(0, QString(nameValue.c_str()));
34 this->setFlags(this->flags() | Qt::ItemIsSelectable);
39 this->addChild(child);
52 this->setText(0, QString(nameValue.c_str()));
56 this->setFlags(this->flags() | Qt::ItemIsUserCheckable | Qt::ItemIsSelectable);
57 this->setCheckState(0, Qt::Unchecked);
62 this->addChild(child);
std::vector< std::string > m_layers
void buildDefaultRequest()
const te::ws::ogc::wms::Layer & getLayer() const
This XML Schema Document named xlinks xsd has been stored here based on the change request
double m_southBoundLatitude
double m_westBoundLongitude
std::vector< Layer > m_layers
te::ws::ogc::wms::Layer m_layer
std::vector< std::string > m_styles
BoundingBox m_boundingBox
QTreeWidgetItem extension to WMS Layers.
te::ws::ogc::wms::WMSGetMapRequest m_request
std::vector< Style > m_styles
The Layer WMS 1.3.0 struct.
void setRequest(const te::ws::ogc::wms::WMSGetMapRequest &request)
double m_northBoundLatitude
double m_eastBoundLongitude
The WMSLayerItem class is an extension of QTreeWidgetItem to handle WMS Layer creation.
GeographicBoundingBox m_geoBoundingBox
WMSLayerItem(const te::ws::ogc::wms::Layer &rootLayer, QTreeWidget *parent)
The WMSGetMapRequest WMS 1.3.0 struct.
The BoundingBox WMS 1.3.0 struct.
const te::ws::ogc::wms::WMSGetMapRequest & getRequest() const