| ACTIONFLAGS typedef | AGUI2MenuGrid | |
| ACTIONFLAGS_ enum name | AGUI2MenuGrid | |
| ACTIONFLAGS_CANCEL enum value | AGUI2MenuGrid | |
| ACTIONFLAGS_DOWN enum value | AGUI2MenuGrid | |
| ACTIONFLAGS_LEFT enum value | AGUI2MenuGrid | |
| ACTIONFLAGS_MOUSEUPDATED enum value | AGUI2MenuGrid | |
| ACTIONFLAGS_NONE enum value | AGUI2MenuGrid | |
| ACTIONFLAGS_OK enum value | AGUI2MenuGrid | |
| ACTIONFLAGS_RIGHT enum value | AGUI2MenuGrid | |
| ACTIONFLAGS_UP enum value | AGUI2MenuGrid | |
| ActivateCallback typedef | AGUI2MenuGrid | |
| AddChildHead(AGUI2Element &a_rElement) | AGUI2Element | inline |
| AddChildTail(AGUI2Element &a_rElement) | AGUI2Element | inline |
| AddMenuGridItem(AGUI2MenuGridItem &a_rMenuItem) | AGUI2MenuGrid | |
| AGUI2Element() | AGUI2Element | |
| AGUI2ElementNode() | AGUI2ElementNode | inline |
| AGUI2MenuGrid() | AGUI2MenuGrid | |
| AnchorPos(TFLOAT &a_rX, TFLOAT &a_rY, TFLOAT a_fWidth, TFLOAT a_fHeight) | AGUI2Element | |
| BlockActivation(TBOOL a_bBlock) | AGUI2MenuGrid | inline |
| ChildBegin() const | AGUI2Element | inline |
| ChildRBegin() const | AGUI2Element | inline |
| CreateGrid(TINT a_iNumColumns, TINT a_iNumRows, TFLOAT a_fColumnGap, TFLOAT a_fRowGap) | AGUI2MenuGrid | |
| FocusCallback typedef | AGUI2MenuGrid | |
| GetAlpha() const | AGUI2Element | inline |
| GetDimensions(TFLOAT &a_rWidth, TFLOAT &a_rHeight) | AGUI2Element | virtual |
| GetFocusedMenuItem() const | AGUI2MenuGrid | inline |
| GetHeight() | AGUI2Element | virtual |
| GetHoveredMenuItem() const | AGUI2MenuGrid | inline |
| GetInvScreenTransform(AGUI2Transform &a_rOutTransform) | AGUI2Element | |
| GetLastMenuItem() const | AGUI2MenuGrid | inline |
| 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 |
| ProcessInputCommand(AInputCommand a_eCommand, const Toshi::TInputInterface::InputEvent *a_pEvent) | AGUI2MenuGrid | |
| ProcessInputEvent(const Toshi::TInputInterface::InputEvent *a_pEvent) | AGUI2MenuGrid | |
| ReflowChildren() | AGUI2MenuGrid | |
| RemoveSelf() | AGUI2Element | inline |
| Render() | AGUI2Element | virtual |
| s_uiVisibilityMask | AGUI2Element | inlinestatic |
| SetAlpha(TFLOAT a_fAlpha) | AGUI2Element | virtual |
| SetAnchor(AGUI2ATTACHMENT a_eAnchor) | AGUI2Element | inline |
| SetAttachment(AGUI2ATTACHMENT a_eAnchor, AGUI2ATTACHMENT a_ePivot) | AGUI2Element | inline |
| SetBackSound(ASoundId a_eSound) | AGUI2MenuGrid | inline |
| SetCallbackUserData(void *a_pUserData) | AGUI2MenuGrid | inline |
| SetColour(TUINT32 a_uiColour) | AGUI2Element | virtual |
| SetDimensions(TFLOAT a_fWidth, TFLOAT a_fHeight) | AGUI2Element | virtual |
| SetFocus(TBOOL a_bFocused) | AGUI2Element | virtual |
| SetFocusAt(AGUI2MenuGridItem *a_pMenuItem) | AGUI2MenuGrid | |
| SetFocusSound(ASoundId a_eSound) | AGUI2MenuGrid | inline |
| SetHeight(TFLOAT a_fHeight) | AGUI2Element | virtual |
| SetInFront() | AGUI2Element | inline |
| SetItemActivationCallback(ActivateCallback a_fnCallback) | AGUI2MenuGrid | inline |
| SetItemFocusCallback(FocusCallback a_fnCallback) | AGUI2MenuGrid | inline |
| SetMouseStateDirty() | AGUI2MenuGrid | inline |
| SetPivot(AGUI2ATTACHMENT a_ePivot) | AGUI2Element | inline |
| SetPostRenderCallback(t_PostRender a_cbNewCallback) | AGUI2Element | inline |
| SetRenderBeforeChildren() | AGUI2Element | inline |
| SetSelectSound(ASoundId a_eSound) | AGUI2MenuGrid | 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 |
| TriggerButtonPress(AGUI2MenuGridItem &a_rMenuItem) | AGUI2MenuGrid | |
| Unlink() | AGUI2ElementNode | inline |
| Update(TFLOAT a_fDeltaTime) | AGUI2MenuGrid | |
| ~AGUI2Element()=default | AGUI2Element | virtual |
| ~AGUI2ElementNode() | AGUI2ElementNode | inlinevirtual |
| ~AGUI2MenuGrid() | AGUI2MenuGrid | |