QGIS API Documentation  2.0.1-Dufour
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Classes | Macros
qgsmarkersymbollayerv2.h File Reference
#include "qgssymbollayerv2.h"
#include "qgsvectorlayer.h"
#include <QPen>
#include <QBrush>
#include <QPicture>
#include <QPolygonF>
#include <QFont>
Include dependency graph for qgsmarkersymbollayerv2.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QgsSimpleMarkerSymbolLayerV2
class  QgsSvgMarkerSymbolLayerV2
class  QgsFontMarkerSymbolLayerV2

Macros

#define DEFAULT_SIMPLEMARKER_NAME   "circle"
#define DEFAULT_SIMPLEMARKER_COLOR   QColor(255,0,0)
#define DEFAULT_SIMPLEMARKER_BORDERCOLOR   QColor(0,0,0)
#define DEFAULT_SIMPLEMARKER_SIZE   DEFAULT_POINT_SIZE
#define DEFAULT_SIMPLEMARKER_ANGLE   0
#define DEFAULT_SVGMARKER_NAME   "/crosses/Star1.svg"
#define DEFAULT_SVGMARKER_SIZE   2*DEFAULT_POINT_SIZE
#define DEFAULT_SVGMARKER_ANGLE   0
#define POINT2MM(x)   ( (x) * 25.4 / 72 )
#define MM2POINT(x)   ( (x) * 72 / 25.4 )
#define DEFAULT_FONTMARKER_FONT   "Dingbats"
#define DEFAULT_FONTMARKER_CHR   QChar('A')
#define DEFAULT_FONTMARKER_SIZE   POINT2MM(12)
#define DEFAULT_FONTMARKER_COLOR   QColor(Qt::black)
#define DEFAULT_FONTMARKER_ANGLE   0

Macro Definition Documentation

#define DEFAULT_FONTMARKER_ANGLE   0

Definition at line 182 of file qgsmarkersymbollayerv2.h.

Referenced by QgsFontMarkerSymbolLayerV2::create().

#define DEFAULT_FONTMARKER_CHR   QChar('A')

Definition at line 179 of file qgsmarkersymbollayerv2.h.

Referenced by QgsFontMarkerSymbolLayerV2::create().

#define DEFAULT_FONTMARKER_COLOR   QColor(Qt::black)

Definition at line 181 of file qgsmarkersymbollayerv2.h.

Referenced by QgsFontMarkerSymbolLayerV2::create().

#define DEFAULT_FONTMARKER_FONT   "Dingbats"

Definition at line 178 of file qgsmarkersymbollayerv2.h.

Referenced by QgsFontMarkerSymbolLayerV2::create().

#define DEFAULT_FONTMARKER_SIZE   POINT2MM(12)

Definition at line 180 of file qgsmarkersymbollayerv2.h.

Referenced by QgsFontMarkerSymbolLayerV2::create().

#define DEFAULT_SIMPLEMARKER_ANGLE   0

Definition at line 26 of file qgsmarkersymbollayerv2.h.

Referenced by QgsSimpleMarkerSymbolLayerV2::create().

#define DEFAULT_SIMPLEMARKER_BORDERCOLOR   QColor(0,0,0)

Definition at line 24 of file qgsmarkersymbollayerv2.h.

Referenced by QgsSimpleMarkerSymbolLayerV2::create().

#define DEFAULT_SIMPLEMARKER_COLOR   QColor(255,0,0)

Definition at line 23 of file qgsmarkersymbollayerv2.h.

Referenced by QgsSimpleMarkerSymbolLayerV2::create().

#define DEFAULT_SIMPLEMARKER_NAME   "circle"

Definition at line 22 of file qgsmarkersymbollayerv2.h.

Referenced by QgsSimpleMarkerSymbolLayerV2::create().

#define DEFAULT_SIMPLEMARKER_SIZE   DEFAULT_POINT_SIZE

Definition at line 25 of file qgsmarkersymbollayerv2.h.

Referenced by QgsSimpleMarkerSymbolLayerV2::create().

#define DEFAULT_SVGMARKER_ANGLE   0

Definition at line 112 of file qgsmarkersymbollayerv2.h.

Referenced by QgsSvgMarkerSymbolLayerV2::create().

#define DEFAULT_SVGMARKER_NAME   "/crosses/Star1.svg"

Definition at line 110 of file qgsmarkersymbollayerv2.h.

Referenced by QgsSvgMarkerSymbolLayerV2::create().

#define DEFAULT_SVGMARKER_SIZE   2*DEFAULT_POINT_SIZE

Definition at line 111 of file qgsmarkersymbollayerv2.h.

Referenced by QgsSvgMarkerSymbolLayerV2::create().

#define MM2POINT (   x)    ( (x) * 72 / 25.4 )

Definition at line 176 of file qgsmarkersymbollayerv2.h.

#define POINT2MM (   x)    ( (x) * 25.4 / 72 )

Definition at line 175 of file qgsmarkersymbollayerv2.h.