Searched defs:persist_selection_context (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/
H A Dselection.cpp98 void Selection::_emitChanged(bool persist_selection_context/* = false */) {
99 if (persist_selection_context) {
154 void Selection::add(SPObject *obj, bool persist_selection_context/* = false */) {
165 _emitChanged(persist_selection_context);
193 void Selection::set(SPObject *object, bool persist_selection_context) { argument
195 add(object, persist_selection_context);

Completed in 12 milliseconds