QGIS API Documentation 3.39.0-Master (9ea1ddbe645)
Loading...
Searching...
No Matches
Classes | Macros | Typedefs
qgssymbollayer.h File Reference
#include "qgis_core.h"
#include "qgis.h"
#include "qgsfields.h"
#include "qgspropertycollection.h"
#include "qgssymbolrendercontext.h"
#include <QColor>
#include <QMap>
#include <QPointF>
#include <QSet>
#include <QDomDocument>
#include <QDomElement>
#include <QPainterPath>
#include <QImage>
Include dependency graph for qgssymbollayer.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QgsFillSymbolLayer
 Abstract base class for fill symbol layers. More...
 
class  QgsLineSymbolLayer
 Abstract base class for line symbol layers. More...
 
class  QgsMarkerSymbolLayer
 Abstract base class for marker symbol layers. More...
 
class  QgsSymbolLayer
 

Macros

#define DEFAULT_SCALE_METHOD   Qgis::ScaleMethod::ScaleDiameter
 
#define DEG2RAD(x)   ((x)*M_PI/180)
 

Typedefs

typedef QMap< QString, QString > QgsStringMap
 

Macro Definition Documentation

◆ DEFAULT_SCALE_METHOD

#define DEFAULT_SCALE_METHOD   Qgis::ScaleMethod::ScaleDiameter

Definition at line 19 of file qgssymbollayer.h.

◆ DEG2RAD

#define DEG2RAD (   x)    ((x)*M_PI/180)

Definition at line 18 of file qgssymbollayer.h.

Typedef Documentation

◆ QgsStringMap

typedef QMap<QString, QString> QgsStringMap

Definition at line 47 of file qgssymbollayer.h.