Go to the source code of this file.
 | 
|    | QgsWms | 
|   | Median cut implementation. 
  | 
|   | 
 | 
| 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...
  | 
|   |