calc_font_height(const Font &font) const =0 | ifm::Theme | [protected, pure virtual] |
get_color(component_type type, int part) const =0 | ifm::Theme | [pure virtual] |
get_font(int id) const =0 | ifm::Theme | [pure virtual] |
get_font_height(int id) const =0 | ifm::Theme | [pure virtual] |
get_image(THEME_IMAGE img) const =0 | ifm::Theme | [pure virtual] |
get_inner_tab_padding() const =0 | ifm::Theme | [pure virtual] |
get_text_width(int id, std::string str) const =0 | ifm::Theme | [pure virtual] |
set_color(component_type type, int part, const Color &color)=0 | ifm::Theme | [pure virtual] |
set_defaults()=0 | ifm::Theme | [pure virtual] |
set_font(int id, const Font &font)=0 | ifm::Theme | [pure virtual] |
set_image(THEME_IMAGE img, const Bitmap &bitmap)=0 | ifm::Theme | [pure virtual] |
theme_changed()=0 | ifm::Theme | [pure virtual] |
~Theme() | ifm::Theme | [virtual] |