UGDK
0.5.0
|
This is the complete list of members for ugdk::text::Label, including all inherited members.
ChangeMessage(const std::string &utf8_message) | ugdk::text::Label | |
ChangeMessage(const std::u32string &ucs4_message) | ugdk::text::Label | |
Draw(graphic::Canvas &) const override | ugdk::text::Label | virtual |
draw_setup_function_ | ugdk::ui::Drawable | protected |
Drawable() | ugdk::ui::Drawable | inlineprotected |
height() const | ugdk::ui::Drawable | inline |
hotspot() const | ugdk::ui::Drawable | inline |
hotspot_ | ugdk::ui::Drawable | protected |
Label(const std::string &utf8_message, Font *font) | ugdk::text::Label | |
Label(const std::u32string &ucs4_message, Font *font) | ugdk::text::Label | |
set_draw_setup_function(const std::function< void(const Drawable *, graphic::Canvas &)> &func) | ugdk::ui::Drawable | inline |
set_hotspot(const ugdk::math::Vector2D &_hotspot) | ugdk::ui::Drawable | inline |
set_hotspot(const HookPoint &hook) | ugdk::ui::Drawable | inline |
size() const override | ugdk::text::Label | virtual |
width() const | ugdk::ui::Drawable | inline |
~Drawable() | ugdk::ui::Drawable | inlinevirtual |
~Label() | ugdk::text::Label |