Searched refs:SPException (Results 1 - 4 of 4) 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);
H A Dsp-object.cpp1240 gchar const *SPObject::getTagName(SPException *ex) const
1253 gchar const *SPObject::getAttribute(gchar const *key, SPException *ex) const
1266 void SPObject::setAttribute(gchar const *key, gchar const *value, SPException *ex)
1276 void SPObject::setAttribute(char const *key, Glib::ustring const &value, SPException *ex)
1280 void SPObject::setAttribute(Glib::ustring const &key, Glib::ustring const &value, SPException *ex)
1287 void SPObject::removeAttribute(gchar const *key, SPException *ex)
H A Dsp-namedview.cpp1024 SPException ex;
/inkscape/src/ui/dialog/
H A Dobject-properties.cpp476 SPException ex;

Completed in 150 milliseconds