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

/inkscape/src/
H A Dsp-object.h16 /* SPObject flags */
18 class SPObject;
20 #define SP_OBJECT(obj) (dynamic_cast<SPObject*>((SPObject*)obj))
21 #define SP_IS_OBJECT(obj) (dynamic_cast<const SPObject*>((SPObject*)obj) != NULL)
134 * @todo need to move this to be a member of SPObject.
136 SPObject *sp_object_ref(SPObject *object, SPObject *owne
191 class SPObject { class
[all...]
H A Dsp-object.cpp2 * SPObject implementation.
67 SPObject::repr_child_added,
68 SPObject::repr_child_removed,
69 SPObject::repr_attr_changed,
70 SPObject::repr_content_changed,
71 SPObject::repr_order_changed
74 // A friend class used to set internal members on SPObject so as to not expose settors in SPObject's public API
80 * Null's the id member of an SPObject without attempting to free prior contents.
82 static void setIdNull( SPObject* ob
107 SPObject::SPObject() function in class:SPObject
[all...]

Completed in 130 milliseconds