summaryrefslogtreecommitdiffstats
path: root/src/document.h
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2015-04-10 22:54:49 +0000
committerJabiertxof <jtx@jtx.marker.es>2015-04-10 22:54:49 +0000
commit1df5d1b28c59070eeabeac749e2fad0ceb6a781d (patch)
tree544be4e0eb7b62bc1fc5f62e2829ad996027acda /src/document.h
parentFix coding style issues in transform by two points LPE (diff)
parentadded info about multiple pen feature in gui (diff)
downloadinkscape-1df5d1b28c59070eeabeac749e2fad0ceb6a781d.tar.gz
inkscape-1df5d1b28c59070eeabeac749e2fad0ceb6a781d.zip
update to trunk
(bzr r13879.1.16)
Diffstat (limited to 'src/document.h')
-rw-r--r--src/document.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/document.h b/src/document.h
index ed19d123b..74dcfa75e 100644
--- a/src/document.h
+++ b/src/document.h
@@ -247,6 +247,7 @@ public:
Geom::Scale getDocumentScale() const;
Inkscape::Util::Quantity getWidth() const;
Inkscape::Util::Quantity getHeight() const;
+ Geom::Rect getViewBox() const;
Geom::Point getDimensions() const;
Geom::OptRect preferredBounds() const;
void setWidthAndHeight(const Inkscape::Util::Quantity &width, const Inkscape::Util::Quantity &height, bool changeSize=true);