summaryrefslogtreecommitdiffstats
path: root/src/desktop.h
diff options
context:
space:
mode:
authorJohn Smith <john.smith7545@yahoo.com>2012-07-12 09:42:23 +0000
committerJohn Smith <john.smith7545@yahoo.com>2012-07-12 09:42:23 +0000
commiteef4e4067dbd2997e08ae87990d258f64f335df7 (patch)
tree959b1fad257c2e343e1fb3c92e030b18693a5db1 /src/desktop.h
parentFix for 612221 : Add metadata default configuration in the preferences (diff)
downloadinkscape-eef4e4067dbd2997e08ae87990d258f64f335df7.tar.gz
inkscape-eef4e4067dbd2997e08ae87990d258f64f335df7.zip
Fix for 378413 : Show/Hide all layers
(bzr r11545)
Diffstat (limited to 'src/desktop.h')
-rw-r--r--src/desktop.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/desktop.h b/src/desktop.h
index 32457b33a..7bc4ba463 100644
--- a/src/desktop.h
+++ b/src/desktop.h
@@ -280,6 +280,7 @@ public:
void setCurrentLayer(SPObject *object);
void toggleLayerSolo(SPObject *object);
+ void toggleAllLayers(bool hidden);
SPObject *layerForObject(SPObject *object);
bool isLayer(SPObject *object) const;
bool isWithinViewport(SPItem *item) const;