Public Methods |
| | CL_StyleManager_Default (CL_ResourceManager *resources) |
| virtual | ~CL_StyleManager_Default () |
| const std::string& | get_default_font () const |
| const std::string& | get_combo_normal () const |
| const std::string& | get_combo_toggled () const |
| const std::string& | get_combo_disabled () const |
| const std::string& | get_checkbox_checked () const |
| const std::string& | get_checkbox_unchecked () const |
| const std::string& | get_checkbox_disabled () const |
| void | set_default_font (const std::string &font) |
| void | set_combo_normal (const std::string &normal) |
| void | set_combo_toggled (const std::string &toggled) |
| void | set_combo_disabled (const std::string &disabled) |
| void | set_checkbox_checked (const std::string &checked) |
| void | set_checkbox_unchecked (const std::string &unchecked) |
| void | set_checkbox_disabled (const std::string &disabled) |
| void | fill_rect (int x1, int y1, int x2, int y2, GUIColor col) |
| void | draw_rect (int x1, int y1, int x2, int y2, GUIColor col) |
| void | draw_line (int x1, int y1, int x2, int y2, GUIColor col) |
| void | draw_box (int x1, int y1, int x2, int y2, GUIColor topleft, GUIColor bottomright) |
| virtual CL_Component* | create_component (const std::string &type, const CL_ComponentOptions &options, CL_Component *parent) |
| virtual void | connect_styles (const std::string &type, const CL_ComponentOptions &options, CL_Component *owner) |
Private Methods |
| | CL_StyleManager_Default (const CL_StyleManager_Default ©) |
Private Attributes |
| class CL_StyleManager_Default_Generic* | impl |