Code

excise never-used code and stale comments
[inkscape.git] / src / selection.h
index 3c2ec5c3264dd547bab770e15cd9b770f203f367..6d403c426986c084be840f32dc751b237d3a16ff 100644 (file)
@@ -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 */
@@ -238,6 +241,11 @@ public:
      */
     ::NR::Rect boundsInDocument() const;
 
+    /**
+     * @brief Returns the rotation/skew center of the selection
+     */
+    ::NR::Point center() const;
+
     /**
      * @brief Gets the selection's snap points.
      * @return Selection's snap points