Searched defs:is_interactive (Results 1 - 3 of 3) 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);
|
/inkscape/src/display/ |
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/ |
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) {
|
Completed in 189 milliseconds