summaryrefslogtreecommitdiffstats
path: root/src/selection.h
diff options
context:
space:
mode:
authorbulia byak <buliabyak@gmail.com>2006-03-22 23:41:24 +0000
committerbuliabyak <buliabyak@users.sourceforge.net>2006-03-22 23:41:24 +0000
commite1898194c0387d236157590f2d10917cb0137aac (patch)
treeffcfea1b156dde4cb3f82324e5642cc8164500f3 /src/selection.h
parentrewrote sp_clippath_get_bbox correctly to fix 1455885 (diff)
downloadinkscape-e1898194c0387d236157590f2d10917cb0137aac.tar.gz
inkscape-e1898194c0387d236157590f2d10917cb0137aac.zip
use rotation center in keyboard rotation and transform dialog
(bzr r273)
Diffstat (limited to 'src/selection.h')
-rw-r--r--src/selection.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/selection.h b/src/selection.h
index 6996e3ec8..6d403c426 100644
--- a/src/selection.h
+++ b/src/selection.h
@@ -242,6 +242,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
*/