diff options
Diffstat (limited to 'src/selection.h')
| -rw-r--r-- | src/selection.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/selection.h b/src/selection.h index 3c2ec5c32..6996e3ec8 100644 --- a/src/selection.h +++ b/src/selection.h @@ -219,6 +219,9 @@ public: /** @brief Returns the number of layers in which there are selected objects */ guint numberOfLayers(); + /** @brief Returns the number of parents to which the selected objects belong */ + guint numberOfParents(); + /** @brief Returns the bounding rectangle of the selection */ NRRect *bounds(NRRect *dest) const; /** @brief Returns the bounding rectangle of the selection */ |
