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

/inkscape/src/
H A Dsp-shape.h25 #define SP_SHAPE(obj) (dynamic_cast<SPShape*>((SPObject*)obj))
26 #define SP_IS_SHAPE(obj) (dynamic_cast<const SPShape*>((SPObject*)obj) != NULL)
37 class SPShape : public SPLPEItem { class in inherits:SPLPEItem
39 SPShape();
40 virtual ~SPShape();
H A Dsp-shape.cpp56 static void sp_shape_update_marker_view (SPShape *shape, Inkscape::DrawingItem *ai);
58 SPShape::SPShape() : SPLPEItem() { function in class:SPShape
67 SPShape::~SPShape() {
74 void SPShape::build(SPDocument *document, Inkscape::XML::Node *repr) {
93 void SPShape::release() {
118 void SPShape::set(unsigned int key, const gchar* value) {
123 Inkscape::XML::Node* SPShape::write(Inkscape::XML::Document *xml_doc, Inkscape::XML::Node *repr, guint flags) {
128 void SPShape
[all...]

Completed in 45 milliseconds