This is the complete list of members for AGUI2Dialog, including all inherited members.
AddChildHead(AGUI2Element &a_rElement) | AGUI2Element | inline |
AddChildTail(AGUI2Element &a_rElement) | AGUI2Element | inline |
AGUI2Dialog() | AGUI2Dialog | |
AGUI2Element() | AGUI2Element | |
AGUI2ElementNode() | AGUI2ElementNode | inline |
AnchorPos(TFLOAT &a_rX, TFLOAT &a_rY, TFLOAT a_fWidth, TFLOAT a_fHeight) | AGUI2Element | |
ChildBegin() const | AGUI2Element | inline |
ChildRBegin() const | AGUI2Element | inline |
Create(const TCHAR *a_szTopLeft="Border_Top_Left", const TCHAR *a_szTopCenter="Border_Horizontal", const TCHAR *a_szTopRight="Border_Top_Right", const TCHAR *a_szMiddleLeft="Border_Vertical", const TCHAR *a_szMiddleCenter="Border_Middle", const TCHAR *a_szMiddleRight="Border_Vertical", const TCHAR *a_szBottomLeft="Border_Bottom_Left", const TCHAR *a_szBottomCenter="Border_Horizontal", const TCHAR *a_szBottomRight="Border_Bottom_Right") | AGUI2Dialog | |
GetAlpha() const | AGUI2Element | inline |
GetDimensions(TFLOAT &a_rWidth, TFLOAT &a_rHeight) | AGUI2Element | virtual |
GetHeight() | AGUI2Element | virtual |
GetInvScreenTransform(AGUI2Transform &a_rOutTransform) | AGUI2Element | |
GetMaxs(TFLOAT &a_fX, TFLOAT &a_fY) | AGUI2Element | virtual |
GetMins(TFLOAT &a_fX, TFLOAT &a_fY) | AGUI2Element | virtual |
GetNext() const | AGUI2ElementNode | inline |
GetNextChild(AGUI2Element *a_pCurrentChild) | AGUI2Element | inline |
GetPrev() const | AGUI2ElementNode | inline |
GetPrevChild(AGUI2Element *a_pCurrentChild) | AGUI2Element | inline |
GetScreenTransform(AGUI2Transform &a_rOutTransform) | AGUI2Element | |
GetTransform() | AGUI2Element | inline |
GetWidth() | AGUI2Element | virtual |
HasFlags(TUINT32 a_uiFlags) const | AGUI2Element | inline |
Hide() | AGUI2Element | inline |
IsFocused() const | AGUI2Element | inline |
IsInFront() const | AGUI2Element | inline |
IsLinked() const | AGUI2ElementNode | inline |
IsPointInside(TFLOAT a_fX, TFLOAT a_fY) | AGUI2Element | virtual |
IsVisible() const | AGUI2Element | inline |
LinkAfter(AGUI2ElementNode &a_rNode) | AGUI2ElementNode | inline |
LinkBefore(AGUI2ElementNode &a_rNode) | AGUI2ElementNode | inline |
LinkChildBefore(AGUI2Element &a_rNewChildren, AGUI2Element &a_rInsertAfter) | AGUI2Element | inline |
m_cbPostRender | AGUI2Element | protected |
m_Children | AGUI2Element | protected |
m_eAnchor | AGUI2Element | protected |
m_eFlags | AGUI2Element | protected |
m_ePivot | AGUI2Element | protected |
m_fHeight | AGUI2Element | protected |
m_fWidth | AGUI2Element | protected |
m_oTransform | AGUI2Element | protected |
m_pNext | AGUI2ElementNode | protected |
m_pParent | AGUI2Element | protected |
m_pPrev | AGUI2ElementNode | protected |
m_uiColour | AGUI2Element | protected |
m_uiVisibilityMask | AGUI2Element | protected |
PivotPos(TFLOAT &a_rX, TFLOAT &a_rY, TFLOAT a_fWidth, TFLOAT a_fHeight) | AGUI2Element | |
PostRender() | AGUI2Element | virtual |
PreRender() | AGUI2Element | virtual |
RemoveSelf() | AGUI2Element | inline |
Render() OVERRIDE | AGUI2Dialog | virtual |
s_uiVisibilityMask | AGUI2Element | inlinestatic |
SetAlpha(TFLOAT a_fAlpha) OVERRIDE | AGUI2Dialog | virtual |
SetAnchor(AGUI2ATTACHMENT a_eAnchor) | AGUI2Element | inline |
SetAttachment(AGUI2ATTACHMENT a_eAnchor, AGUI2ATTACHMENT a_ePivot) | AGUI2Element | inline |
SetColour(TUINT32 a_uiColour) OVERRIDE | AGUI2Dialog | virtual |
SetDialogSize(TFLOAT a_fWidth, TFLOAT a_fHeight) | AGUI2Dialog | |
SetDimensions(TFLOAT a_fWidth, TFLOAT a_fHeight) OVERRIDE | AGUI2Dialog | virtual |
SetFocus(TBOOL a_bFocused) OVERRIDE | AGUI2Dialog | virtual |
SetHeight(TFLOAT a_fHeight) | AGUI2Element | virtual |
SetInFront() | AGUI2Element | inline |
SetPivot(AGUI2ATTACHMENT a_ePivot) | AGUI2Element | inline |
SetPostRenderCallback(t_PostRender a_cbNewCallback) | AGUI2Element | inline |
SetRenderBeforeChildren() | AGUI2Element | inline |
SetShadowAlpha(TFLOAT a_fAlpha) | AGUI2Element | virtual |
SetTransform(TFLOAT a_fX, TFLOAT a_fY, float a_fRotAngle=0.0f) | AGUI2Element | inline |
SetTranslation(TFLOAT a_fX, TFLOAT a_fY) | AGUI2Element | inline |
SetTranslation(const Toshi::TVector2 &a_rTranslation) | AGUI2Element | inline |
SetWidth(TFLOAT a_fWidth) | AGUI2Element | virtual |
ShouldRenderBeforeChildren() | AGUI2Element | inline |
Show() | AGUI2Element | inline |
t_PostRender typedef | AGUI2Element | |
Tick(TFLOAT a_fDeltaTime) | AGUI2Element | virtual |
Unlink() | AGUI2ElementNode | inline |
~AGUI2Dialog() | AGUI2Dialog | |
~AGUI2Element()=default | AGUI2Element | virtual |
~AGUI2ElementNode() | AGUI2ElementNode | inlinevirtual |