Skip to content

Commit

Permalink
Dox++
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Nov 28, 2019
1 parent 938ddfd commit 0f73eb6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/core/pal/labelposition.h
Expand Up @@ -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
Expand Down

0 comments on commit 0f73eb6

Please sign in to comment.