Searched defs:SPException (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/
H A Dsp-object.h94 struct SPException { struct
704 char const * getAttribute(char const *name,SPException *ex=NULL) const;
715 void setAttribute( char const *key, char const *value, SPException *ex=NULL);
716 void setAttribute( char const *key, Glib::ustring const &value, SPException *ex=NULL);
717 void setAttribute(Glib::ustring const &key, Glib::ustring const &value, SPException *ex=NULL);
724 char const *getTagName(SPException *ex) const;
726 void removeAttribute(char const *key, SPException *ex=NULL);

Completed in 221 milliseconds