Lines Matching refs:SPStop
27 SPStop::SPStop() : SPObject() {
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* SPStop::getNextStop() {
170 SPStop *result = 0;
181 SPStop* SPStop::getPrevStop() {
182 SPStop *result = 0;
185 // The closest previous SPObject that is an SPStop *should* be ourself.
187 SPStop* stop = SP_STOP(obj);
192 g_warning("SPStop previous/next relationship broken");
201 SPColor SPStop::readStopColor(Glib::ustring const &styleStr, guint32 dfl) {
214 SPColor SPStop::getEffectiveColor() const {
233 guint32 SPStop::get_rgba32() const {