OpenBarnyard
 
Loading...
Searching...
No Matches
AGUI2Menu Member List

This is the complete list of members for AGUI2Menu, including all inherited members.

ACTIONFLAGS typedefAGUI2Menu
ACTIONFLAGS_ enum nameAGUI2Menu
ACTIONFLAGS_CANCEL enum valueAGUI2Menu
ACTIONFLAGS_DOWN enum valueAGUI2Menu
ACTIONFLAGS_LEFT enum valueAGUI2Menu
ACTIONFLAGS_NONE enum valueAGUI2Menu
ACTIONFLAGS_OK enum valueAGUI2Menu
ACTIONFLAGS_RIGHT enum valueAGUI2Menu
ACTIONFLAGS_UP enum valueAGUI2Menu
ActivateCallback typedefAGUI2Menu
AddChildHead(AGUI2Element &a_rElement)AGUI2Elementinline
AddChildTail(AGUI2Element &a_rElement)AGUI2Elementinline
AddMenuItem(AGUI2MenuItem &a_rMenuItem)AGUI2Menu
AGUI2Element()AGUI2Element
AGUI2ElementNode()AGUI2ElementNodeinline
AGUI2Menu()AGUI2Menu
AnchorPos(TFLOAT &a_rX, TFLOAT &a_rY, TFLOAT a_fWidth, TFLOAT a_fHeight)AGUI2Element
ChildBegin() constAGUI2Elementinline
ChildRBegin() constAGUI2Elementinline
FocusCallback typedefAGUI2Menu
GetAlpha() constAGUI2Elementinline
GetDimensions(TFLOAT &a_rWidth, TFLOAT &a_rHeight)AGUI2Elementvirtual
GetFocusedMenuItem() constAGUI2Menuinline
GetHeight()AGUI2Elementvirtual
GetHoveredMenuItem() constAGUI2Menuinline
GetInvScreenTransform(AGUI2Transform &a_rOutTransform)AGUI2Element
GetLastMenuItem() constAGUI2Menuinline
GetMaxs(TFLOAT &a_fX, TFLOAT &a_fY)AGUI2Elementvirtual
GetMins(TFLOAT &a_fX, TFLOAT &a_fY)AGUI2Elementvirtual
GetNext() constAGUI2ElementNodeinline
GetNextChild(AGUI2Element *a_pCurrentChild)AGUI2Elementinline
GetPrev() constAGUI2ElementNodeinline
GetPrevChild(AGUI2Element *a_pCurrentChild)AGUI2Elementinline
GetScreenTransform(AGUI2Transform &a_rOutTransform)AGUI2Element
GetTransform()AGUI2Elementinline
GetWidth()AGUI2Elementvirtual
HasFlags(TUINT32 a_uiFlags) constAGUI2Elementinline
Hide()AGUI2Elementinline
IsFocused() constAGUI2Elementinline
IsInFront() constAGUI2Elementinline
IsLinked() constAGUI2ElementNodeinline
IsPointInside(TFLOAT a_fX, TFLOAT a_fY)AGUI2Elementvirtual
IsVisible() constAGUI2Elementinline
LinkAfter(AGUI2ElementNode &a_rNode)AGUI2ElementNodeinline
LinkBefore(AGUI2ElementNode &a_rNode)AGUI2ElementNodeinline
LinkChildBefore(AGUI2Element &a_rNewChildren, AGUI2Element &a_rInsertAfter)AGUI2Elementinline
m_cbPostRenderAGUI2Elementprotected
m_ChildrenAGUI2Elementprotected
m_eAnchorAGUI2Elementprotected
m_eFlagsAGUI2Elementprotected
m_ePivotAGUI2Elementprotected
m_fHeightAGUI2Elementprotected
m_fWidthAGUI2Elementprotected
m_oTransformAGUI2Elementprotected
m_pNextAGUI2ElementNodeprotected
m_pParentAGUI2Elementprotected
m_pPrevAGUI2ElementNodeprotected
m_uiColourAGUI2Elementprotected
m_uiVisibilityMaskAGUI2Elementprotected
PivotPos(TFLOAT &a_rX, TFLOAT &a_rY, TFLOAT a_fWidth, TFLOAT a_fHeight)AGUI2Element
PostRender()AGUI2Elementvirtual
PreRender()AGUI2Elementvirtual
ProcessInputCommand(AInputCommand a_eCommand, const Toshi::TInputInterface::InputEvent *a_pEvent)AGUI2Menu
ProcessInputEvent(const Toshi::TInputInterface::InputEvent *a_pEvent)AGUI2Menu
ReflowChildrenVertically()AGUI2Menu
RemoveSelf()AGUI2Elementinline
Render()AGUI2Elementvirtual
s_uiVisibilityMaskAGUI2Elementinlinestatic
SetAlpha(TFLOAT a_fAlpha)AGUI2Elementvirtual
SetAnchor(AGUI2ATTACHMENT a_eAnchor)AGUI2Elementinline
SetAttachment(AGUI2ATTACHMENT a_eAnchor, AGUI2ATTACHMENT a_ePivot)AGUI2Elementinline
SetBackSound(ASoundId a_eSound)AGUI2Menuinline
SetCallbackUserData(void *a_pUserData)AGUI2Menuinline
SetColour(TUINT32 a_uiColour)AGUI2Elementvirtual
SetDimensions(TFLOAT a_fWidth, TFLOAT a_fHeight)AGUI2Elementvirtual
SetFocus(TBOOL a_bFocused)AGUI2Elementvirtual
SetFocusAt(AGUI2MenuItem &a_rMenuItem)AGUI2Menu
SetFocusSound(ASoundId a_eSound)AGUI2Menuinline
SetHeight(TFLOAT a_fHeight)AGUI2Elementvirtual
SetInFront()AGUI2Elementinline
SetItemActivationCallback(ActivateCallback a_fnCallback)AGUI2Menuinline
SetItemFocusCallback(FocusCallback a_fnCallback)AGUI2Menuinline
SetMenuAlpha(TFLOAT a_fAlpha, TFLOAT a_fShadowAlpha=-1.0f)AGUI2Menu
SetMouseStateDirty()AGUI2Menuinline
SetNegativeSound(ASoundId a_eSound)AGUI2Menuinline
SetPivot(AGUI2ATTACHMENT a_ePivot)AGUI2Elementinline
SetPostRenderCallback(t_PostRender a_cbNewCallback)AGUI2Elementinline
SetRenderBeforeChildren()AGUI2Elementinline
SetSelectSound(ASoundId a_eSound)AGUI2Menuinline
SetShadowAlpha(TFLOAT a_fAlpha)AGUI2Elementvirtual
SetTransform(TFLOAT a_fX, TFLOAT a_fY, float a_fRotAngle=0.0f)AGUI2Elementinline
SetTranslation(TFLOAT a_fX, TFLOAT a_fY)AGUI2Elementinline
SetTranslation(const Toshi::TVector2 &a_rTranslation)AGUI2Elementinline
SetWidth(TFLOAT a_fWidth)AGUI2Elementvirtual
ShouldRenderBeforeChildren()AGUI2Elementinline
Show()AGUI2Elementinline
t_PostRender typedefAGUI2Element
Tick(TFLOAT a_fDeltaTime)AGUI2Elementvirtual
TriggerButtonPress(AGUI2MenuItem &a_rMenuItem)AGUI2Menu
Unlink()AGUI2ElementNodeinline
Update(TFLOAT a_fDeltaTime)AGUI2Menu
~AGUI2Element()=defaultAGUI2Elementvirtual
~AGUI2ElementNode()AGUI2ElementNodeinlinevirtual
~AGUI2Menu()AGUI2Menu