summaryrefslogtreecommitdiffstats
path: root/src/selection.h
diff options
context:
space:
mode:
authorSoren Berg <glimmer07@gmail.com>2009-07-12 16:59:19 +0000
committerglimmer07 <glimmer07@users.sourceforge.net>2009-07-12 16:59:19 +0000
commitaf5da2b930e76796a69174b62b5f4c4064662729 (patch)
tree30cb1a9124afe1beaf74a90149eef32deaca1388 /src/selection.h
parentAdded code to add a DBus interface for every desktop created. (diff)
downloadinkscape-af5da2b930e76796a69174b62b5f4c4064662729.tar.gz
inkscape-af5da2b930e76796a69174b62b5f4c4064662729.zip
Added some requested documentaion.
(bzr r8254.1.6)
Diffstat (limited to 'src/selection.h')
-rw-r--r--src/selection.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/selection.h b/src/selection.h
index ecb1ef45e..8eacf0d46 100644
--- a/src/selection.h
+++ b/src/selection.h
@@ -249,14 +249,16 @@ public:
/**
* @brief Returns the bounding rectangle of the selection
*
- * \todo how is this different from bounds()?
+ * Gives the coordinates in internal format, does not match onscreen guides.
+ * (0,0 is the upper left corner, not the lower left corner)
*/
NRRect *boundsInDocument(NRRect *dest, SPItem::BBoxType type = SPItem::APPROXIMATE_BBOX) const;
/**
* @brief Returns the bounding rectangle of the selection
*
- * \todo how is this different from bounds()?
+ * Gives the coordinates in internal format, does not match onscreen guides.
+ * (0,0 is the upper left corner, not the lower left corner)
*/
Geom::OptRect boundsInDocument(SPItem::BBoxType type = SPItem::APPROXIMATE_BBOX) const;