QGIS API Documentation 3.37.0-Master (fdefdf9c27f)
Namespaces | Functions
qgswmsgetlegendgraphics.h File Reference
#include "qgslayertreemodel.h"
#include "qgswmsrendercontext.h"
Include dependency graph for qgswmsgetlegendgraphics.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  QgsWms
 Median cut implementation.
 

Functions

void QgsWms::checkParameters (QgsWmsParameters &parameters)
 checkParameters checks request parameters and sets SRCHEIGHT and SRCWIDTH to default values in case BBOX is specified for contextual legend and (SRC)HEIGHT or (SRC)WIDTH are not. More...
 
QgsLayerTreeQgsWms::layerTree (const QgsWmsRenderContext &context)
 
QgsLayerTreeQgsWms::layerTreeWithGroups (const QgsWmsRenderContext &context, QgsLayerTree *projectRoot)
 
QgsLayerTreeModelQgsWms::legendModel (const QgsWmsRenderContext &context, QgsLayerTree &tree)
 
QgsLayerTreeModelLegendNodeQgsWms::legendNode (const QString &rule, QgsLayerTreeModel &model)
 
void QgsWms::writeGetLegendGraphics (QgsServerInterface *serverIface, const QgsProject *project, const QgsWmsRequest &request, QgsServerResponse &response)
 Output GetLegendGRaphics response. More...