summaryrefslogtreecommitdiffstats
path: root/src/inkscape-application.h
diff options
context:
space:
mode:
authorTavmjong Bah <tavmjong@free.fr>2018-11-27 16:18:45 +0000
committerTavmjong Bah <tavmjong@free.fr>2018-11-27 16:18:45 +0000
commit2b769cc45cc030a4a3947e22daa174cf28bf57de (patch)
tree52e04bdd7ce6d9cbc9e6d718196e9b14f7992729 /src/inkscape-application.h
parentComment out debugging output. (diff)
downloadinkscape-2b769cc45cc030a4a3947e22daa174cf28bf57de.tar.gz
inkscape-2b769cc45cc030a4a3947e22daa174cf28bf57de.zip
Add a rotation action.
Diffstat (limited to 'src/inkscape-application.h')
-rw-r--r--src/inkscape-application.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/inkscape-application.h b/src/inkscape-application.h
index 1385d2bb2..90553cd0d 100644
--- a/src/inkscape-application.h
+++ b/src/inkscape-application.h
@@ -23,6 +23,8 @@
#include <gtkmm.h>
#include "document.h"
+#include "selection.h"
+
#include "helper/action.h"
#include "io/file-export-cmd.h" // File export (non-verb)
@@ -37,6 +39,8 @@ public:
static Glib::RefPtr<InkscapeApplication> create();
SPDocument* get_active_document();
+ Inkscape::Selection* get_active_selection();
+
InkFileExportCmd* file_export() { return &_file_export; }
protected: