Searched refs:is_interactive (Results 1 - 13 of 13) sorted by relevance
/inkscape/src/xml/ |
H A D | node.h | 205 * @param is_interactive Ignored 207 virtual void setAttribute(char const *key, char const *value, bool is_interactive=false)=0; 209 void setAttribute(char const *key, Glib::ustring const &value, bool is_interactive=false) argument 211 setAttribute(key, value.empty() ? NULL : value.c_str(), is_interactive); 214 void setAttribute(Glib::ustring const &key, Glib::ustring const &value, bool is_interactive=false) argument 217 value.empty() ? NULL : value.c_str(), is_interactive);
|
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 | simple-node.h | 88 void setAttribute(char const *key, char const *value, bool is_interactive=false);
|
/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/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); 152 bool /*is_interactive*/,
|
/inkscape/src/widgets/ |
H A D | sp-xmlview-attr-list.cpp | 29 static void event_attr_changed (Inkscape::XML::Node * repr, const gchar * name, const gchar * old_value, const gchar * new_value, bool is_interactive, gpointer data); 165 bool /*is_interactive*/,
|
H A D | sp-xmlview-tree.cpp | 37 static void element_attr_changed (Inkscape::XML::Node * repr, const gchar * key, const gchar * old_value, const gchar * new_value, bool is_interactive, gpointer data); 249 void element_attr_changed(Inkscape::XML::Node * repr, const gchar * key, const gchar * /*old_value*/, const gchar * new_value, bool /*is_interactive*/, gpointer ptr)
|
/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); 484 bool /*is_interactive*/,
|
H A D | sp-object.cpp | 974 void SPObject::repr_attr_changed(Inkscape::XML::Node * /*repr*/, gchar const *key, gchar const * /*oldval*/, gchar const * /*newval*/, bool is_interactive, gpointer data) argument 982 if (is_interactive) {
|
/inkscape/src/ui/tools/ |
H A D | connector-tool.cpp | 122 gchar const *old_value, gchar const *new_value, bool is_interactive, 1369 bool /*is_interactive*/, gpointer data)
|
Completed in 37 milliseconds