There is no spoon

UE2:GUITreeList instance functions (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT2004 Object >> GUI >> GUIComponent >> GUIListBase >> GUIVertList >> GUITreeList (instance functions)

Instance functions

AddElement

function int AddElement (GUI.GUITreeNode Node)


AddItem

function int AddItem (string Caption, string Value, optional string ParentCaption, optional bool bEnabled, optional string ExtraInfo)


Clear

function Clear ()

Overrides: GUIListBase.Clear


ClearPendingElements

function ClearPendingElements ()

Overrides: GUIListBase.ClearPendingElements


Collapse

function bool Collapse (int idx)


Down

function bool Down ()

Overrides: GUIVertList.Down


End

function End ()

Overrides: GUIVertList.End


Expand

function bool Expand (int idx, optional bool bRecursive)


FindAvailableChildIndex

function int FindAvailableChildIndex (int ParentIndex)


FindElement

function int FindElement (string Caption, string Value, int Level, optional bool bCaseSensitive)


FindFullIndex

function int FindFullIndex (string Caption, string Value, string ParentCaption)


FindIndex

function int FindIndex (string Caption, optional bool bExact)


FindIndexByValue

function int FindIndexByValue (string Value, optional bool bExact)


FindNextAvailableRootIndex

function int FindNextAvailableRootIndex (int Target)


FindParentIndex

function int FindParentIndex (int ChildIndex)


FindVisibleIndex

function int FindVisibleIndex (int Idx, int Distance)


GetAtIndex

function bool GetAtIndex (int i, out string Caption, out string Value, out string ParentCaption, out int Level, out byte bEnabled, out string ExtraInfo)


GetCaption

function string GetCaption ()


GetCaptionAtIndex

function string GetCaptionAtIndex (int i)


GetChildIndexList

function array<intGetChildIndexList (int idx, optional bool bNoRecurse)


GetElementAtIndex

function bool GetElementAtIndex (int i, out GUI.GUITreeNode Node)


GetExtra

function string GetExtra ()


GetExtraAtIndex

function string GetExtraAtIndex (int idx)


GetIndexList

function array<intGetIndexList ()


GetLevel

function int GetLevel ()


GetLevelAtIndex

function int GetLevelAtIndex (int i)


GetParentCaption

function string GetParentCaption ()


GetParentCaptionAtIndex

function string GetParentCaptionAtIndex (int idx)


GetPendingElements

function array<GUI.GUITreeNodeGetPendingElements (optional bool bGuarantee)


GetValue

function string GetValue ()


GetValueAtIndex

function string GetValueAtIndex (int i)


HardInsert

protected function int HardInsert (int idx, string Caption, string Value, string ParentCaption, int Level, bool bEnabled, optional string ExtraInfo)


HardSwap

protected function HardSwap (int IndexA, int IndexB)


InsertItem

function int InsertItem (int idx, string Caption, string Value, string ParentCaption, int Level, bool bEnabled, optional string ExtraInfo)


InternalDblClick

function bool InternalDblClick (GUIComponent Sender)


InternalOnClick

function bool InternalOnClick (GUIComponent Sender)

Overrides: GUIVertList.InternalOnClick


InternalOnDragDrop

function bool InternalOnDragDrop (GUIComponent Sender)

Overrides: GUIListBase.InternalOnDragDrop


InternalOnEndDrag

function InternalOnEndDrag (GUIComponent Accepting, bool bAccepted)

Overrides: GUIListBase.InternalOnEndDrag


IsToggleClick

function bool IsToggleClick (int idx)


LoadFrom

function LoadFrom (GUITreeList Source, optional bool bClearFirst)


PgDn

function PgDn ()

Overrides: GUIVertList.PgDn


PgUp

function PgUp ()

Overrides: GUIVertList.PgUp


RemoveElement

function int RemoveElement (GUI.GUITreeNode Node, optional int Count, optional bool bNoSort)


RemoveItem

function int RemoveItem (string Caption)


RemoveItemAt

function int RemoveItemAt (int idx, optional bool bNoSort, optional bool bSkipCleanup)


RemoveSilent

function int RemoveSilent (string Caption)


Replace

function Replace (int i, string NewItem, string NewValue, optional string ParentCaption, optional bool bNoSort, optional string ExtraInfo)


SetCaptionAtIndex

function SetCaptionAtIndex (int i, string NewCaption)


SetIndex

function int SetIndex (int NewIndex)

Overrides: GUIListBase.SetIndex


SetLevelAtIndex

function SetLevelAtIndex (int i, int NewLevel)


SetTopItem

function SetTopItem (int Item)

Overrides: GUIListBase.SetTopItem


SetValueAtIndex

function SetValueAtIndex (int i, string NewValue)


Sort

function Sort ()

Overrides: GUIListBase.Sort


ToggleExpand

function ToggleExpand (int idx, optional bool bRecursive)


Up

function bool Up ()

Overrides: GUIVertList.Up