Searched refs:newval (Results 1 - 14 of 14) sorted by relevance

/inkscape/src/live_effects/
H A Dlpeobject.cpp23 static void livepatheffect_on_repr_attr_changed (Inkscape::XML::Node * repr, const gchar *key, const gchar *oldval, const gchar *newval, bool is_interactive, void * data);
151 const gchar *newval,
166 lpeobj->get_lpe()->setParameter(key, newval);
148 livepatheffect_on_repr_attr_changed( Inkscape::XML::Node * , const gchar *key, const gchar * , const gchar *newval, bool , void * data ) argument
/inkscape/src/live_effects/parameter/
H A Drandom.cpp48 double newval, newstartseed; local
50 unsigned int success = sp_svg_number_read_d(stringarray[0], &newval);
54 param_set_value(newval, static_cast<long>(newstartseed));
56 param_set_value(newval, defseed);
H A Dparameter.cpp80 double newval; local
81 unsigned int success = sp_svg_number_read_d(strvalue, &newval);
83 param_set_value(newval);
/inkscape/src/xml/
H A Devent.h174 oldval(ov), newval(nv) {}
181 Inkscape::Util::ptr_shared<char> newval; member in class:Inkscape::XML::EventChgAttr
198 : Event(repr, next), oldval(ov), newval(nv) {}
203 Inkscape::Util::ptr_shared<char> newval; member in class:Inkscape::XML::EventChgContent
H A Dnode-event-vector.h58 void (* attr_changed) (Node *repr, char const *key, char const *oldval, char const *newval, bool is_interactive, void* data);
H A Devent.cpp167 observer.notifyAttributeChanged(*this->repr, this->key, this->newval, this->oldval);
173 observer.notifyContentChanged(*this->repr, this->newval, this->oldval);
226 observer.notifyAttributeChanged(*this->repr, this->key, this->oldval, this->newval);
232 observer.notifyContentChanged(*this->repr, this->oldval, this->newval);
/inkscape/src/display/
H A Dcanvas-axonomgrid.h33 virtual void onReprAttrChanged (Inkscape::XML::Node * repr, char const *key, char const *oldval, char const *newval, bool is_interactive);
H A Dcanvas-grid.h85 virtual void onReprAttrChanged (Inkscape::XML::Node * /*repr*/, char const */*key*/, char const */*oldval*/, char const */*newval*/, bool /*is_interactive*/) = 0;
102 static void on_repr_attr_changed (Inkscape::XML::Node * repr, const gchar *key, const gchar *oldval, const gchar *newval, bool is_interactive, void * data);
136 virtual void onReprAttrChanged (Inkscape::XML::Node * repr, char const *key, char const *oldval, char const *newval, bool is_interactive);
H A Dcanvas-grid.cpp350 CanvasGrid::on_repr_attr_changed(Inkscape::XML::Node *repr, gchar const *key, gchar const *oldval, gchar const *newval, bool is_interactive, void *data) argument
355 (static_cast<CanvasGrid*>(data))->onReprAttrChanged(repr, key, oldval, newval, is_interactive);
673 CanvasXYGrid::onReprAttrChanged(Inkscape::XML::Node */*repr*/, gchar const */*key*/, gchar const */*oldval*/, gchar const */*newval*/, bool /*is_interactive*/)
/inkscape/src/extension/dbus/
H A Ddocument-interface.h168 char *newval, GError **error);
173 int newval, GError **error);
178 double newval, GError **error);
210 gchar *cssattrb, gchar *newval, GError **error);
H A Ddocument-interface.cpp648 char *attribute, char *newval, GError **error)
655 if (!dbus_check_string(newval, error, "New value string was empty."))
661 newNode->setAttribute(attribute, newval, TRUE);
668 int newval, GError **error)
674 sp_repr_set_int (newNode, attribute, newval);
682 double newval, GError **error)
691 sp_repr_set_svg_double (newNode, attribute, newval);
783 gchar *cssattrb, gchar *newval, GError **error)
795 sp_repr_css_set_property(oldstyle, cssattrb, newval);
647 document_interface_set_attribute(DocumentInterface *doc_interface, char *shape, char *attribute, char *newval, GError **error) argument
666 document_interface_set_int_attribute(DocumentInterface *doc_interface, char *shape, char *attribute, int newval, GError **error) argument
680 document_interface_set_double_attribute(DocumentInterface *doc_interface, char *shape, char *attribute, double newval, GError **error) argument
782 document_interface_modify_css(DocumentInterface *doc_interface, gchar *shape, gchar *cssattrb, gchar *newval, GError **error) argument
/inkscape/src/ui/widget/
H A Dselected-style.cpp1479 double newval; local
1483 newval = current * (1 + by);
1486 newval = current * (1 + by) * (1 + by);
1490 if (final && newval < 1e-6) {
1496 os << newval; local
1502 return newval - current;
/inkscape/src/
H A Dsp-object.h818 static void repr_attr_changed(Inkscape::XML::Node *repr, char const *key, char const *oldval, char const *newval, bool is_interactive, void* data);
H A Dpersp3d.cpp33 static void persp3d_on_repr_attr_changed (Inkscape::XML::Node * repr, const gchar *key, const gchar *oldval, const gchar *newval, bool is_interactive, void * data);
483 const gchar */*newval*/,

Completed in 3280 milliseconds