Lines Matching defs:StyleSwatch
55 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)
183 _swatch.signal_button_press_event().connect(sigc::mem_fun(*this, &StyleSwatch::on_click));
191 void StyleSwatch::setClickVerb(sp_verb_t verb_t) {
195 void StyleSwatch::setDesktop(SPDesktop *desktop) {
200 StyleSwatch::on_click(GdkEventButton */*event*/)
211 StyleSwatch::~StyleSwatch()
225 StyleSwatch::setWatchedTool(const char *path, bool synthesize)
250 void StyleSwatch::setStyle(SPCSSAttr *css)
271 void StyleSwatch::setStyle(SPStyle *query)