|
Quantum GIS API Documentation
1.7.4
|
#include <qgspallabeling.h>
Public Member Functions | |
| QgsLabelCandidate (QRectF r, double c) | |
Public Attributes | |
| QRectF | rect |
| double | cost |
Definition at line 162 of file qgspallabeling.h.
| QgsLabelCandidate::QgsLabelCandidate | ( | QRectF | r, |
| double | c | ||
| ) | [inline] |
Definition at line 165 of file qgspallabeling.h.
| double QgsLabelCandidate::cost |
Definition at line 168 of file qgspallabeling.h.
| QRectF QgsLabelCandidate::rect |
Definition at line 167 of file qgspallabeling.h.
1.7.6.1