#include <qgsmaprenderer.h>
Public Member Functions |
| QgsLabelPosition (int id, double r, const QVector< QgsPoint > &corners, const QgsRectangle &rect, double w, double h, const QString &layer, const QString &labeltext, const QFont &labelfont, bool upside_down, bool diagram=false, bool pinned=false) |
| QgsLabelPosition () |
Detailed Description
Definition at line 45 of file qgsmaprenderer.h.
Constructor & Destructor Documentation
QgsLabelPosition::QgsLabelPosition |
( |
int |
id, |
|
|
double |
r, |
|
|
const QVector< QgsPoint > & |
corners, |
|
|
const QgsRectangle & |
rect, |
|
|
double |
w, |
|
|
double |
h, |
|
|
const QString & |
layer, |
|
|
const QString & |
labeltext, |
|
|
const QFont & |
labelfont, |
|
|
bool |
upside_down, |
|
|
bool |
diagram = false , |
|
|
bool |
pinned = false |
|
) |
| |
|
inline |
QgsLabelPosition::QgsLabelPosition |
( |
| ) |
|
|
inline |
Member Data Documentation
QVector< QgsPoint > QgsLabelPosition::cornerPoints |
int QgsLabelPosition::featureId |
double QgsLabelPosition::height |
bool QgsLabelPosition::isDiagram |
bool QgsLabelPosition::isPinned |
QFont QgsLabelPosition::labelFont |
QString QgsLabelPosition::labelText |
QString QgsLabelPosition::layerID |
double QgsLabelPosition::rotation |
bool QgsLabelPosition::upsideDown |
double QgsLabelPosition::width |
The documentation for this class was generated from the following file: