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

/inkscape/src/ui/widget/
H A Dstyle-swatch.h66 class ToolObserver;
72 ToolObserver *_tool_obs;
97 friend class ToolObserver;
H A Dstyle-swatch.cpp55 class StyleSwatch::ToolObserver : public Inkscape::Preferences::Observer { class in class:Inkscape::UI::Widget::StyleSwatch
57 ToolObserver(Glib::ustring const &path, StyleSwatch &ss) : function in class:Inkscape::UI::Widget::StyleSwatch::ToolObserver
87 void StyleSwatch::ToolObserver::notify(Inkscape::Preferences::Entry const &val)
236 _tool_obs = new ToolObserver(_tool_path + "/usecurrent", *this);

Completed in 9 milliseconds