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

/inkscape/src/
H A Dstyle.cpp72 int SPStyle::_count = 0;
77 void sp_style_filter_ref_changed(SPObject *old_ref, SPObject *ref, SPStyle *style);
78 void sp_style_fill_paint_server_ref_changed(SPObject *old_ref, SPObject *ref, SPStyle *style);
79 void sp_style_stroke_paint_server_ref_changed(SPObject *old_ref, SPObject *ref, SPStyle *style);
81 static void sp_style_object_release(SPObject *object, SPStyle *style);
85 //SPPropMap SPStyle::_propmap;
88 // had separate calls to create SPStyle, one with only SPDocument and the other with only
90 SPStyle::SPStyle(SPDocument *document_in, SPObject *object_in) : function in class:SPStyle
211 // std::cout << "SPStyle
[all...]
H A Dstyle.h5 * SPStyle - a style object for SPItem objects
27 // Define SPIBasePtr, a Pointer to a data member of SPStyle of type SPIBase;
28 typedef SPIBase SPStyle::*SPIBasePtr;
43 class SPStyle { class
47 SPStyle(SPDocument *document = NULL, SPObject *object = NULL);// document is ignored if valid object given
48 ~SPStyle();
55 SPStyle const *const base = NULL ) const;
56 void cascade( SPStyle const *const parent );
57 void merge( SPStyle const *const parent );
59 bool operator==(const SPStyle
[all...]

Completed in 27 milliseconds