![]() |
DDNet documentation
|
#include <ui.h>
Public Member Functions | |
| SUIElementRect () | |
| void | Reset () |
| void | Draw (const CUIRect *pRect, ColorRGBA Color, int Corners, float Rounding) |
Public Attributes | |
| CUIElement * | m_pParent |
| int | m_UIRectQuadContainer |
| STextContainerIndex | m_UITextContainer |
| float | m_X |
| float | m_Y |
| float | m_Width |
| float | m_Height |
| float | m_Rounding |
| int | m_Corners |
| std::string | m_Text |
| int | m_ReadCursorGlyphCount |
| CTextCursor | m_Cursor |
| ColorRGBA | m_TextColor |
| ColorRGBA | m_TextOutlineColor |
| ColorRGBA | m_QuadColor |
| CUIElement::SUIElementRect::SUIElementRect | ( | ) |
| void CUIElement::SUIElementRect::Draw | ( | const CUIRect * | pRect, |
| ColorRGBA | Color, | ||
| int | Corners, | ||
| float | Rounding ) |
| void CUIElement::SUIElementRect::Reset | ( | ) |
| int CUIElement::SUIElementRect::m_Corners |
| CTextCursor CUIElement::SUIElementRect::m_Cursor |
| float CUIElement::SUIElementRect::m_Height |
| CUIElement* CUIElement::SUIElementRect::m_pParent |
| ColorRGBA CUIElement::SUIElementRect::m_QuadColor |
| int CUIElement::SUIElementRect::m_ReadCursorGlyphCount |
| float CUIElement::SUIElementRect::m_Rounding |
| std::string CUIElement::SUIElementRect::m_Text |
| ColorRGBA CUIElement::SUIElementRect::m_TextColor |
| ColorRGBA CUIElement::SUIElementRect::m_TextOutlineColor |
| int CUIElement::SUIElementRect::m_UIRectQuadContainer |
| STextContainerIndex CUIElement::SUIElementRect::m_UITextContainer |
| float CUIElement::SUIElementRect::m_Width |
| float CUIElement::SUIElementRect::m_X |
| float CUIElement::SUIElementRect::m_Y |