Code

XML Privatisation Stuff after a long time
[inkscape.git] / src / sp-object.h
index 4856bdd06757fccb4e0937da7621f89778eb79ae..b7b3f9cc48df57dadd0ce5e20a1673baa35b375d 100644 (file)
@@ -70,6 +70,7 @@ class SPObjectClass;
 #include "forward.h"
 #include "version.h"
 #include "util/forward-pointer-iterator.h"
+#include "desktop-style.h"
 
 namespace Inkscape {
 namespace XML {
@@ -540,6 +541,9 @@ public:
        void removeAttribute(gchar const *key, SPException *ex=0);
        gchar const *getStyleProperty(gchar const *key, gchar const *def) const;
        SPObject *prev();
+       void setCSS(SPCSSAttr *css, gchar const *attr);
+       void changeCSS(SPCSSAttr *css, gchar const *attr);
+       bool storeAsDouble( gchar const *key, double *val ) const;
 
 private:
     // Private member functions used in the definitions of setTitle(),