Lines Matching refs:_style_swatch
59 _style_swatch(ss)
63 StyleSwatch &_style_swatch;
73 _style_swatch(ss)
80 _style_swatch.setStyle(css);
84 StyleSwatch &_style_swatch;
92 if (_style_swatch._style_obs) delete _style_swatch._style_obs;
95 _style_swatch._style_obs = new StyleObserver("/desktop/style", _style_swatch);
102 SPCSSAttr *css2 = prefs->getInheritedStyle(_style_swatch._tool_path + "/style");
103 _style_swatch.setStyle(css2);
108 _style_swatch._style_obs = new StyleObserver(_style_swatch._tool_path + "/style", _style_swatch);
110 prefs->addObserver(*_style_swatch._style_obs);