Searched refs:notify (Results 1 - 21 of 21) sorted by relevance

/inkscape/src/
H A Dselcue.h45 void notify(Preferences::Entry const &val);
H A Dsp-item-notify-moveto.cpp9 #include <sp-item-notify-moveto.h>
H A Dpreferences-test.h22 virtual void notify(Inkscape::Preferences::Entry const &val) function in class:TestObserver
H A Dseltrans.h107 void notify(Preferences::Entry const &val);
H A Dselcue.cpp35 void Inkscape::SelCue::BoundingBoxPrefsObserver::notify(Preferences::Entry const &val) function in class:Inkscape::SelCue::BoundingBoxPrefsObserver
H A Ddesktop.h449 void notify(Inkscape::Preferences::Entry const &) { function in class:SPDesktop::DesktopPrefObserver
H A Dpreferences.h71 * derive a class from this one and override the notify() method.
105 virtual void notify(Preferences::Entry const &new_val) = 0;
116 * This is passed to the observer in the notify() method.
H A Dsp-guide.cpp33 #include <sp-item-notify-moveto.h>
H A Dpreferences.cpp572 _observer.notify(val);
H A Dseltrans.cpp96 void Inkscape::SelTrans::BoundingBoxPrefsObserver::notify(Preferences::Entry const &val) function in class:Inkscape::SelTrans::BoundingBoxPrefsObserver
/inkscape/src/ui/tool/
H A Dcontrol-point-selection.h66 std::pair<iterator, bool> insert(const value_type& x, bool notify = true);
78 size_type erase(const key_type& k, bool notify = true);
H A Dcontrol-point-selection.cpp79 std::pair<ControlPointSelection::iterator, bool> ControlPointSelection::insert(const value_type &x, bool notify) argument
92 if (notify) {
108 ControlPointSelection::size_type ControlPointSelection::erase(const key_type &k, bool notify) argument
114 if (notify) {
/inkscape/src/ui/widget/
H A Dstyle-swatch.cpp61 virtual void notify(Inkscape::Preferences::Entry const &val);
76 this->notify(prefs->getEntry(path));
78 virtual void notify(Inkscape::Preferences::Entry const &val) { function in class:Inkscape::UI::Widget::StyleSwatch::StyleObserver
87 void StyleSwatch::ToolObserver::notify(Inkscape::Preferences::Entry const &val) function in class:Inkscape::UI::Widget::StyleSwatch::ToolObserver
245 _tool_obs->notify(prefs->getEntry(_tool_path + "/usecurrent"));
/inkscape/src/widgets/
H A Dtoolbox.h96 virtual void notify(Inkscape::Preferences::Entry const &new_val);
H A Ddesktop-widget.cpp151 //virtual void notify(PrefValue &);
165 virtual void notify(Inkscape::Preferences::Entry const &/*val*/) { function in class:CMSPrefWatcher::DisplayProfileWatcher
179 virtual void notify(Inkscape::Preferences::Entry const &) { function in class:CMSPrefWatcher::SoftProofWatcher
H A Dtoolbox.cpp802 void PrefPusher::notify(Inkscape::Preferences::Entry const &newVal) function in class:PrefPusher
/inkscape/src/display/
H A Dcanvas-arena.cpp57 notify(v[i]);
61 void notify(Preferences::Entry const &v) { function in struct:CachePrefObserver
/inkscape/src/ui/tools/
H A Dtool-base.h205 virtual void notify(Inkscape::Preferences::Entry const &val) { function in class:Inkscape::UI::Tools::ToolBase::ToolPrefObserver
/inkscape/src/ui/
H A Dcontrol-manager.cpp98 virtual void notify(Inkscape::Preferences::Entry const &val) { function in class:Inkscape::ControlManagerImpl::PrefListener
H A Dinterface.cpp801 virtual void notify(Inkscape::Preferences::Entry const &e) { function in class:MaxRecentObserver
/inkscape/src/ui/dialog/
H A Dinput.cpp408 virtual void notify(Preferences::Entry const &new_val);
1352 void InputDialogImpl::ConfPanel::Blink::notify(Preferences::Entry const &new_val) function in class:Inkscape::UI::Dialog::InputDialogImpl::ConfPanel::Blink

Completed in 61 milliseconds