X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Fdocument.h;h=4d293e981479a12f1fa68c0b7533621aef8bbd77;hb=2c9c6838241516364d68db0d30520e18f70fc70d;hp=f06ad2f6d9ab86fc770cb8aa46a8827b2c98e74f;hpb=6d26f0c3415176c2f2a85da0426cad95f46ca3cc;p=inkscape.git diff --git a/src/document.h b/src/document.h index f06ad2f6d..4d293e981 100644 --- a/src/document.h +++ b/src/document.h @@ -26,6 +26,7 @@ #include "gc-managed.h" #include "gc-finalized.h" #include "gc-anchored.h" +#include namespace Avoid { class Router; @@ -98,6 +99,8 @@ struct SPDocument : public Inkscape::GC::Managed<>, void bindObjectToRepr(Inkscape::XML::Node *repr, SPObject *object); SPObject *getObjectByRepr(Inkscape::XML::Node *repr); + Glib::ustring getLanguage(); + void queueForOrphanCollection(SPObject *object); void collectOrphans(); @@ -122,7 +125,7 @@ public: sigc::connection _selection_changed_connection; sigc::connection _desktop_activated_connection; - void SPDocument::fitToRect(NRRect const & rect); + void fitToRect(NRRect const & rect); }; SPDocument *sp_document_new (const gchar *uri, unsigned int keepalive, bool make_new = false);