![]() |
neoGFX
Cross-platform C++ app/game engine
|
This is the complete list of members for neogfx::skin, including all inherited members.
| activate() override | neogfx::skin | virtual |
| deactivate() override | neogfx::skin | virtual |
| draw_check_box(i_graphics_context &aGc, const i_skinnable_item &aItem, const button_checked_state &aCheckedState) const =0 | neogfx::i_skin | pure virtual |
| draw_progress_bar(i_graphics_context &aGc, const i_skinnable_item &aItem, const i_progress_bar &aProgressBar) const =0 | neogfx::i_skin | pure virtual |
| draw_radio_button(i_graphics_context &aGc, const i_skinnable_item &aItem, const button_checked_state &aCheckedState) const =0 | neogfx::i_skin | pure virtual |
| draw_scrollbar(i_graphics_context &aGc, const i_skinnable_item &aItem, const i_scrollbar &aScrollbar) const =0 | neogfx::i_skin | pure virtual |
| draw_separators(i_graphics_context &aGc, const i_skinnable_item &aItem, const i_layout &aLayout) const =0 | neogfx::i_skin | pure virtual |
| draw_tree_expander(i_graphics_context &aGc, const i_skinnable_item &aItem, bool aExpandedState) const =0 | neogfx::i_skin | pure virtual |
| fallback() override | neogfx::skin | virtual |
| has_fallback() const override | neogfx::skin | virtual |
| name() const override | neogfx::skin | virtual |
| preferred_size(skin_element aElement, optional_size const &aDesiredSize={}) const =0 | neogfx::i_skin | pure virtual |
| skin(const std::string aName) | neogfx::skin | |
| skin(const std::string aName, i_skin &aFallback) | neogfx::skin | |
| ~i_skin()=default | neogfx::i_skin | virtual |