Searched refs:is_interactive (Results 1 - 13 of 13) sorted by relevance

/inkscape/src/xml/
H A Dnode.h205 * @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 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 Dsimple-node.h88 void setAttribute(char const *key, char const *value, bool is_interactive=false);
/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/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);
152 bool /*is_interactive*/,
/inkscape/src/widgets/
H A Dsp-xmlview-attr-list.cpp29 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 Dsp-xmlview-tree.cpp37 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 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);
484 bool /*is_interactive*/,
H A Dsp-object.cpp974 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 Dconnector-tool.cpp122 gchar const *old_value, gchar const *new_value, bool is_interactive,
1369 bool /*is_interactive*/, gpointer data)

Completed in 68 milliseconds