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

/inkscape/src/
H A Dselection.h106 void add(SPObject *obj, bool persist_selection_context = false);
120 void set(SPObject *obj, bool persist_selection_context = false);
346 void _emitChanged(bool persist_selection_context = false);
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 15 milliseconds