![]() |
DDNet documentation
|
#include <ui.h>
Classes | |
| struct | SUIElementRect |
Public Member Functions | |
| CUIElement ()=default | |
| void | Init (CUi *pUI, int RequestedRectCount) |
| SUIElementRect * | Rect (size_t Index) |
| bool | AreRectsInit () |
| void | InitRects (int RequestedRectCount) |
Protected Member Functions | |
| CUi * | Ui () const |
Protected Attributes | |
| std::vector< SUIElementRect > | m_vUIRects |
Private Member Functions | |
| CUIElement (CUi *pUI, int RequestedRectCount) | |
Private Attributes | |
| CUi * | m_pUI |
Friends | |
| class | CUi |
|
inlineprivate |
|
default |
|
inline |
| void CUIElement::Init | ( | CUi * | pUI, |
| int | RequestedRectCount ) |
| void CUIElement::InitRects | ( | int | RequestedRectCount | ) |
|
inline |
|
inlineprotected |
|
friend |
|
private |
|
protected |