mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-12 00:02:25 -04:00
Dox++
This commit is contained in:
parent
938ddfd6d5
commit
0f73eb6326
@ -256,7 +256,14 @@ namespace pal
|
||||
//! Returns the number of upside down characters for this label position
|
||||
int upsideDownCharCount() const { return mUpsideDownCharCount; }
|
||||
|
||||
/**
|
||||
* Removes the label position from the specified \a index.
|
||||
*/
|
||||
void removeFromIndex( RTree<LabelPosition *, double, 2, double> &index );
|
||||
|
||||
/**
|
||||
* Inserts the label position into the specified \a index.
|
||||
*/
|
||||
void insertIntoIndex( RTree<LabelPosition *, double, 2, double> &index );
|
||||
|
||||
struct PruneCtx
|
||||
|
Loading…
x
Reference in New Issue
Block a user