#include <qgspallabeling.h>
|
| QgsLabelPosition (int id, double r, const QVector< QgsPointXY > &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, const QString &providerId=QString()) |
|
| QgsLabelPosition ()=default |
| Constructor for QgsLabelPosition. More...
|
|
Definition at line 80 of file qgspallabeling.h.
◆ QgsLabelPosition() [1/2]
QgsLabelPosition::QgsLabelPosition |
( |
int |
id, |
|
|
double |
r, |
|
|
const QVector< QgsPointXY > & |
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 , |
|
|
const QString & |
providerId = QString() |
|
) |
| |
|
inline |
◆ QgsLabelPosition() [2/2]
QgsLabelPosition::QgsLabelPosition |
( |
| ) |
|
|
default |
◆ cornerPoints
QVector< QgsPointXY > QgsLabelPosition::cornerPoints |
◆ featureId
int QgsLabelPosition::featureId = -1 |
◆ height
double QgsLabelPosition::height = 0 |
◆ isDiagram
bool QgsLabelPosition::isDiagram = false |
◆ isPinned
bool QgsLabelPosition::isPinned = false |
◆ labelFont
QFont QgsLabelPosition::labelFont |
◆ labelRect
◆ labelText
QString QgsLabelPosition::labelText |
◆ layerID
QString QgsLabelPosition::layerID |
◆ providerID
QString QgsLabelPosition::providerID |
◆ rotation
double QgsLabelPosition::rotation = 0 |
◆ upsideDown
bool QgsLabelPosition::upsideDown = false |
◆ width
double QgsLabelPosition::width = 0 |
The documentation for this class was generated from the following file: