QGIS API Documentation  3.4.15-Madeira (e83d02e274)
Classes | Typedefs
qgsrequesthandler.h File Reference
#include <QMap>
#include "qgis_sip.h"
#include <QString>
#include <QStringList>
#include <QPair>
#include <QColor>
#include <QHash>
#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

typedef QList< QPair<QRgb, int> > QgsColorBox

Definition at line 37 of file qgsrequesthandler.h.

typedef QMultiMap< int, QgsColorBox > QgsColorBoxMap

Definition at line 40 of file qgsrequesthandler.h.