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

/inkscape/src/
H A Dsp-stop.h5 * SPStop: SVG <stop> implementation.
20 #define SP_STOP(obj) (dynamic_cast<SPStop*>((SPObject*)obj))
21 #define SP_IS_STOP(obj) (dynamic_cast<const SPStop*>((SPObject*)obj) != NULL)
24 class SPStop : public SPObject { class in inherits:SPObject
26 SPStop();
27 virtual ~SPStop();
48 SPStop* getNextStop();
49 SPStop* getPrevStop();
H A Dsp-stop.cpp27 SPStop::SPStop() : SPObject() { function in class:SPStop
36 SPStop::~SPStop() {
39 void SPStop::build(SPDocument* doc, Inkscape::XML::Node* repr) {
53 void SPStop::set(unsigned int key, const gchar* value) {
71 this->specified_color = SPStop::readStopColor( p );
89 this->specified_color = SPStop::readStopColor( p );
132 Inkscape::XML::Node* SPStop::write(Inkscape::XML::Document* xml_doc, Inkscape::XML::Node* repr, guint flags) {
169 SPStop* SPSto
[all...]

Completed in 12 milliseconds