/inkscape/src/live_effects/ |
H A D | lpeobject.cpp | 23 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 D | random.cpp | 48 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 D | parameter.cpp | 80 double newval; local 81 unsigned int success = sp_svg_number_read_d(strvalue, &newval); 83 param_set_value(newval);
|
/inkscape/src/xml/ |
H A D | event.h | 174 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 D | node-event-vector.h | 58 void (* attr_changed) (Node *repr, char const *key, char const *oldval, char const *newval, bool is_interactive, void* data);
|
H A D | event.cpp | 167 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 D | canvas-axonomgrid.h | 33 virtual void onReprAttrChanged (Inkscape::XML::Node * repr, char const *key, char const *oldval, char const *newval, bool is_interactive);
|
H A D | canvas-grid.h | 85 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 D | canvas-grid.cpp | 350 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 D | document-interface.h | 168 char *newval, GError **error); 173 int newval, GError **error); 178 double newval, GError **error); 210 gchar *cssattrb, gchar *newval, GError **error);
|
H A D | document-interface.cpp | 648 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 D | selected-style.cpp | 1479 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 D | sp-object.h | 818 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 D | persp3d.cpp | 33 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*/,
|