summaryrefslogtreecommitdiffstats
path: root/src/document.h
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2013-07-16 21:52:53 +0000
committerJaviertxo <jtx@jtx.marker.es>2013-07-16 21:52:53 +0000
commit488bfe58fe622fbd7b0d93039d5dd014c69e7884 (patch)
treefd4bf21c1ec55f4d8ca2f2b25a2087b057005cd1 /src/document.h
parentUpdate to trunk (diff)
parentShape calculations. re-introduce grid of a smaller size. (http://article.gman... (diff)
downloadinkscape-488bfe58fe622fbd7b0d93039d5dd014c69e7884.tar.gz
inkscape-488bfe58fe622fbd7b0d93039d5dd014c69e7884.zip
Update to trunk
(bzr r11950.1.125)
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 606a83be8..d49067250 100644
--- a/src/document.h
+++ b/src/document.h
@@ -228,6 +228,7 @@ public:
gdouble getWidth() const;
gdouble getHeight() const;
Geom::Point getDimensions() const;
+ Geom::OptRect preferredBounds() const;
void setWidth(gdouble width, const SPUnit *unit);
void setHeight(gdouble height, const SPUnit *unit);
void requestModified();