diff options
| author | Tavmjong Bah <tavmjong@free.fr> | 2018-11-27 16:18:45 +0000 |
|---|---|---|
| committer | Tavmjong Bah <tavmjong@free.fr> | 2018-11-27 16:18:45 +0000 |
| commit | 2b769cc45cc030a4a3947e22daa174cf28bf57de (patch) | |
| tree | 52e04bdd7ce6d9cbc9e6d718196e9b14f7992729 /src/inkscape-application.h | |
| parent | Comment out debugging output. (diff) | |
| download | inkscape-2b769cc45cc030a4a3947e22daa174cf28bf57de.tar.gz inkscape-2b769cc45cc030a4a3947e22daa174cf28bf57de.zip | |
Add a rotation action.
Diffstat (limited to 'src/inkscape-application.h')
| -rw-r--r-- | src/inkscape-application.h | 4 |
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: |
