34 void writeGetStyles( QgsServerInterface *serverIface,
const QgsProject *project,
const QgsWmsRequest &request, QgsServerResponse &response );
40 QDomDocument
getStyles( QgsServerInterface *serverIface,
const QgsProject *project,
const QgsWmsRequest &request );
Encapsulates a QGIS project, including sets of map layers and their styles, layouts,...
Defines interfaces exposed by QGIS Server and made available to plugins.
Defines the response interface passed to QgsService.
Defines request interfaces passed to WMS service.
Median cut implementation.
QDomDocument getStyles(QgsServerInterface *serverIface, const QgsProject *project, const QgsWmsRequest &request)
Returns an SLD file with the styles of the requested layers.
void writeGetStyles(QgsServerInterface *serverIface, const QgsProject *project, const QgsWmsRequest &request, QgsServerResponse &response)
Output GetStyles response.