![]() |
KTech 1.1.0
C++ 2D terminal game engine library
|
This is the complete list of members for AboutBox, including all inherited members.
AboutBox(KTech::Engine &engine, KTech::ID< KTech::UI > ui, KTech::Point position, const std::vector< std::string > &text, KTech::RGBA foreground=KTech::RGBAColors::black, KTech::RGBA background=KTech::RGBAColors::gray) | AboutBox | inline |
AddWidget(const ID< Widget > &widget) -> bool | KTech::Widget | |
Deselect() | KTech::Widget | |
engine | KTech::Widget | |
EnterUI(const ID< UI > &ui) -> bool | KTech::Widget | |
EnterWidget(const ID< Widget > &widget) -> bool | KTech::Widget | |
Hide() | KTech::Widget | |
LeaveUI() -> bool | KTech::Widget | |
LeaveWidget() -> bool | KTech::Widget | |
m_callbackGroup | KTech::Widget | |
m_childWidgets | KTech::Widget | |
m_id | KTech::Widget | |
m_name | KTech::Widget | |
m_parentUI | KTech::Widget | |
m_parentWidget | KTech::Widget | |
m_pos | KTech::Widget | |
m_selected | KTech::Widget | |
m_shown | KTech::Widget | |
m_textures | KTech::Widget | |
OnDeselect() | KTech::Widget | protectedvirtual |
OnHide() | KTech::Widget | protectedvirtual |
OnSelect() | KTech::Widget | protectedvirtual |
OnShow() | KTech::Widget | protectedvirtual |
OnTick() -> bool | KTech::Widget | protectedvirtual |
RemoveAllWidgets() -> bool | KTech::Widget | |
RemoveWidget(const ID< Widget > &widget) -> bool | KTech::Widget | |
Select() | KTech::Widget | |
SetText(const std::vector< std::string > &text) | AboutBox | inline |
Show() | KTech::Widget | |
Widget(Engine &engine, Point position=Point(0, 0), std::string name="") | KTech::Widget | |
Widget(Engine &engine, const ID< UI > &parentUI, Point position=Point(0, 0), std::string name="") | KTech::Widget | |
~Widget() | KTech::Widget | virtual |