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

/inkscape/src/ui/widget/
H A Dstyle-swatch.h48 class StyleSwatch : public Gtk::HBox class in namespace:Inkscape::UI::Widget
51 StyleSwatch (SPCSSAttr *attr, gchar const *main_tip);
53 ~StyleSwatch();
H A Dstyle-swatch.cpp55 class StyleSwatch::ToolObserver : public Inkscape::Preferences::Observer {
57 ToolObserver(Glib::ustring const &path, StyleSwatch &ss) :
63 StyleSwatch &_style_swatch;
69 class StyleSwatch::StyleObserver : public Inkscape::Preferences::Observer {
71 StyleObserver(Glib::ustring const &path, StyleSwatch &ss) :
84 StyleSwatch &_style_swatch;
87 void StyleSwatch::ToolObserver::notify(Inkscape::Preferences::Entry const &val)
113 StyleSwatch::StyleSwatch(SPCSSAttr *css, gchar const *main_tip) function in class:Inkscape::UI::Widget::StyleSwatch
183 _swatch.signal_button_press_event().connect(sigc::mem_fun(*this, &StyleSwatch
[all...]

Completed in 39 milliseconds