summaryrefslogtreecommitdiffstats
path: root/src/dropper-context.h
diff options
context:
space:
mode:
authorMarkus Engel <markus.engel@tum.de>2013-08-04 13:09:03 +0000
committerMarkus Engel <markus.engel@tum.de>2013-08-04 13:09:03 +0000
commitef3c72e61987caa06a105c70cec83089892581ed (patch)
treec524370af58fede78145448bfdaef7e5ececeac9 /src/dropper-context.h
parentCleaned up. (diff)
downloadinkscape-ef3c72e61987caa06a105c70cec83089892581ed.tar.gz
inkscape-ef3c72e61987caa06a105c70cec83089892581ed.zip
Cleaned up once more.
(bzr r11608.1.118)
Diffstat (limited to 'src/dropper-context.h')
-rw-r--r--src/dropper-context.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/dropper-context.h b/src/dropper-context.h
index a6ddf7305..4007c391f 100644
--- a/src/dropper-context.h
+++ b/src/dropper-context.h
@@ -29,14 +29,15 @@ public:
static const std::string prefsPath;
- virtual void setup();
- virtual void finish();
- virtual bool root_handler(GdkEvent* event);
-
virtual const std::string& getPrefsPath();
guint32 get_color();
+protected:
+ virtual void setup();
+ virtual void finish();
+ virtual bool root_handler(GdkEvent* event);
+
private:
double R;
double G;