QGIS API Documentation  3.4.15-Madeira (e83d02e274)
Namespaces | Functions
qgswmsgetstyles.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 QgsWms
 Median cut implementation.
 

Functions

QDomDocument QgsWms::getStyle (QgsServerInterface *serverIface, const QgsProject *project, const QString &version, const QgsServerRequest &request)
 Returns an SLD file with the style of the requested layer. More...
 
QDomDocument QgsWms::getStyles (QgsServerInterface *serverIface, const QgsProject *project, const QString &version, const QgsServerRequest &request)
 Returns an SLD file with the styles of the requested layers. More...
 
void QgsWms::writeGetStyle (QgsServerInterface *serverIface, const QgsProject *project, const QString &version, const QgsServerRequest &request, QgsServerResponse &response)
 Output GetStyle response. More...
 
void QgsWms::writeGetStyles (QgsServerInterface *serverIface, const QgsProject *project, const QString &version, const QgsServerRequest &request, QgsServerResponse &response)
 Output GetStyles response. More...