|
Public Member Functions |
| UStyleManager (UStyle *style, std::map< std::string, UStyleHints * > hints) |
virtual | ~UStyleManager () |
UStyle * | getStyle () |
void | setStyle (UStyle *style) |
UPalette | getPalette () |
void | setPalette (const UPalette &palette) |
UFont | getFont () |
void | setFont (const UFont &font) |
void | loadStyleSheet (const std::string &fileName) |
void | putStyleHints (const std::string &classid, UStyleHints *styleHints) |
void | putStyleHints (const std::string &type, const std::string &classId, const std::string &name, UStyleHints *styleHints) |
UStyleHints * | getStyleHints (const std::string &type, const std::string &classId="", const std::string &name="") |
std::map< std::string, UStyleHints * > & | getStyleHints () |