_coord | KolibriLib::UI::UIElement | protected |
_MainColor (defined in KolibriLib::UI::UIElement) | KolibriLib::UI::UIElement | protected |
_Margin | KolibriLib::UI::UIElement | protected |
_size | KolibriLib::UI::UIElement | protected |
GetColor() | KolibriLib::UI::UIElement | inline |
GetCoord() (defined in KolibriLib::UI::UIElement) | KolibriLib::UI::UIElement | inline |
GetFontSize() | KolibriLib::UI::text::TextLabel | |
GetMargin() (defined in KolibriLib::UI::UIElement) | KolibriLib::UI::UIElement | inline |
GetSize() (defined in KolibriLib::UI::UIElement) | KolibriLib::UI::UIElement | inline |
GetText() | KolibriLib::UI::text::TextLabel | |
GetTextColor() | KolibriLib::UI::text::TextLabel | |
init(Coord coord, Size size, std::string text, unsigned FontSize, Color::Color TextColor) (defined in KolibriLib::UI::text::TextLabel) | KolibriLib::UI::text::TextLabel | |
operator=(const UIElement &Element) (defined in KolibriLib::UI::UIElement) | KolibriLib::UI::UIElement | inline |
Render() | KolibriLib::UI::text::TextLabel | |
SetColor(Color::Color NewColor) (defined in KolibriLib::UI::UIElement) | KolibriLib::UI::UIElement | inline |
SetCoord(Coord NewCoord) (defined in KolibriLib::UI::UIElement) | KolibriLib::UI::UIElement | inline |
SetFontSize(const unsigned &NewTextSize) | KolibriLib::UI::text::TextLabel | |
SetScale(bool scale) | KolibriLib::UI::text::TextLabel | |
SetSize(Size NewSize) (defined in KolibriLib::UI::UIElement) | KolibriLib::UI::UIElement | inline |
SetText(const std::string &NewText) | KolibriLib::UI::text::TextLabel | |
TextLabel(const Coord &coord={0, 0}, const Size &size={16, 16}, const std::string &text="Text", const unsigned &FontSize=9, bool TextScale=true, const Color::Color &TextColor=OS::sys_color_table.work_text, const unsigned &Margin=0) | KolibriLib::UI::text::TextLabel | |
UIElement(const Coord &coord={0, 0}, const Size &size={16, 16}, const Color::Color &MainColor=0, const unsigned &Margin=DefaultMargin) (defined in KolibriLib::UI::UIElement) | KolibriLib::UI::UIElement | inline |
~TextLabel() (defined in KolibriLib::UI::text::TextLabel) | KolibriLib::UI::text::TextLabel | |