Searched refs:getInheritedStyle (Results 1 - 5 of 5) sorted by relevance

/inkscape/src/
H A Dpreferences.h216 inline SPCSSAttr *getInheritedStyle() const;
391 SPCSSAttr *getInheritedStyle(Glib::ustring const &pref_path) { function in class:Inkscape::Preferences
392 return getEntry(pref_path).getInheritedStyle();
670 inline SPCSSAttr *Preferences::Entry::getInheritedStyle() const function in class:Inkscape::Preferences::Entry
H A Ddesktop-style.cpp404 SPCSSAttr *css = prefs->getInheritedStyle(tool_path + "/style");
H A Ddesktop.cpp993 SPCSSAttr *css = prefs->getInheritedStyle(tool_path + "/style");
/inkscape/src/ui/widget/
H A Dstyle-swatch.cpp79 SPCSSAttr *css = val.getInheritedStyle();
102 SPCSSAttr *css2 = prefs->getInheritedStyle(_style_swatch._tool_path + "/style");
/inkscape/src/ui/dialog/
H A Dinkscape-preferences.cpp263 SPCSSAttr *css = prefs->getInheritedStyle(prefs_path + "/style");

Completed in 215 milliseconds