QGIS API Documentation  3.10.0-A Coruña (6c816b4204)
Classes | Typedefs
qgsrequesthandler.h File Reference
#include <QMap>
#include "qgis_sip.h"
#include <QString>
#include <QPair>
#include <QColor>
#include "qgis_server.h"
Include dependency graph for qgsrequesthandler.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QgsRequestHandler
 This class is an interface hiding the details of reading input and writing output from/to a wms request mechanism. More...
 

Typedefs

typedef QList< QPair< QRgb, int > > QgsColorBox
 
typedef QMultiMap< int, QgsColorBoxQgsColorBoxMap
 

Typedef Documentation

◆ QgsColorBox

typedef QList< QPair<QRgb, int> > QgsColorBox

Definition at line 33 of file qgsrequesthandler.h.

◆ QgsColorBoxMap

typedef QMultiMap< int, QgsColorBox > QgsColorBoxMap

Definition at line 36 of file qgsrequesthandler.h.