Searched refs:_emitChanged (Results 1 - 6 of 6) sorted by relevance

/inkscape/src/ui/widget/
H A Dstyle-subject.cpp39 _emitChanged();
88 _subsel_changed = desktop->connectToolSubselectionChanged(sigc::hide(sigc::mem_fun(*this, &Selection::_emitChanged)));
91 _sel_changed = selection->connectChanged(sigc::hide(sigc::mem_fun(*this, &Selection::_emitChanged)));
92 _sel_modified = selection->connectModified(sigc::hide(sigc::hide(sigc::mem_fun(*this, &Selection::_emitChanged))));
121 _layer_modified = layer->connectModified(sigc::hide(sigc::hide(sigc::mem_fun(*this, &CurrentLayer::_emitChanged))));
123 _emitChanged();
H A Dstyle-subject.h55 void _emitChanged() { _changed_signal.emit(); } function in class:Inkscape::UI::Widget::StyleSubject
/inkscape/src/
H A Dmessage-stack.cpp59 _emitChanged();
127 _emitChanged();
146 void MessageStack::_emitChanged() { function in class:Inkscape::MessageStack
H A Dmessage-stack.h174 void _emitChanged(); ///< emits the "changed" signal
H A Dselection.cpp98 void Selection::_emitChanged(bool persist_selection_context/* = false */) { function in class:Inkscape::Selection
165 _emitChanged(persist_selection_context);
213 _emitChanged();
264 _emitChanged();
277 _emitChanged();
282 _emitChanged();
H A Dselection.h186 _emitChanged();
346 void _emitChanged(bool persist_selection_context = false);

Completed in 127 milliseconds