Gah - a solution with more questions. – EntropicLqd

UE2:GUITreeList instance functions (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 10:10, 17 May 2008 by Wormbo (Talk | contribs) (Auto-generated page)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
UT2004 Object >> GUI >> GUIComponent >> GUIListBase >> GUIVertList >> GUITreeList (instance functions)

Instance functions[edit]

AddElement[edit]

function int AddElement (GUI.GUITreeNode Node)


AddItem[edit]

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


Clear[edit]

function Clear ()

Overrides: GUIListBase.Clear


ClearPendingElements[edit]

function ClearPendingElements ()

Overrides: GUIListBase.ClearPendingElements


Collapse[edit]

function bool Collapse (int idx)


Down[edit]

function bool Down ()

Overrides: GUIVertList.Down


End[edit]

function End ()

Overrides: GUIVertList.End


Expand[edit]

function bool Expand (int idx, optional bool bRecursive)


FindAvailableChildIndex[edit]

function int FindAvailableChildIndex (int ParentIndex)


FindElement[edit]

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


FindFullIndex[edit]

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


FindIndex[edit]

function int FindIndex (string Caption, optional bool bExact)


FindIndexByValue[edit]

function int FindIndexByValue (string Value, optional bool bExact)


FindNextAvailableRootIndex[edit]

function int FindNextAvailableRootIndex (int Target)


FindParentIndex[edit]

function int FindParentIndex (int ChildIndex)


FindVisibleIndex[edit]

function int FindVisibleIndex (int Idx, int Distance)


GetAtIndex[edit]

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


GetCaption[edit]

function string GetCaption ()


GetCaptionAtIndex[edit]

function string GetCaptionAtIndex (int i)


GetChildIndexList[edit]

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


GetElementAtIndex[edit]

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


GetExtra[edit]

function string GetExtra ()


GetExtraAtIndex[edit]

function string GetExtraAtIndex (int idx)


GetIndexList[edit]

function array<intGetIndexList ()


GetLevel[edit]

function int GetLevel ()


GetLevelAtIndex[edit]

function int GetLevelAtIndex (int i)


GetParentCaption[edit]

function string GetParentCaption ()


GetParentCaptionAtIndex[edit]

function string GetParentCaptionAtIndex (int idx)


GetPendingElements[edit]

function array<GUI.GUITreeNodeGetPendingElements (optional bool bGuarantee)


GetValue[edit]

function string GetValue ()


GetValueAtIndex[edit]

function string GetValueAtIndex (int i)


HardInsert[edit]

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


HardSwap[edit]

protected function HardSwap (int IndexA, int IndexB)


InsertItem[edit]

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


InternalDblClick[edit]

function bool InternalDblClick (GUIComponent Sender)


InternalOnClick[edit]

function bool InternalOnClick (GUIComponent Sender)

Overrides: GUIVertList.InternalOnClick


InternalOnDragDrop[edit]

function bool InternalOnDragDrop (GUIComponent Sender)

Overrides: GUIListBase.InternalOnDragDrop


InternalOnEndDrag[edit]

function InternalOnEndDrag (GUIComponent Accepting, bool bAccepted)

Overrides: GUIListBase.InternalOnEndDrag


IsToggleClick[edit]

function bool IsToggleClick (int idx)


LoadFrom[edit]

function LoadFrom (GUITreeList Source, optional bool bClearFirst)


PgDn[edit]

function PgDn ()

Overrides: GUIVertList.PgDn


PgUp[edit]

function PgUp ()

Overrides: GUIVertList.PgUp


RemoveElement[edit]

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


RemoveItem[edit]

function int RemoveItem (string Caption)


RemoveItemAt[edit]

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


RemoveSilent[edit]

function int RemoveSilent (string Caption)


Replace[edit]

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


SetCaptionAtIndex[edit]

function SetCaptionAtIndex (int i, string NewCaption)


SetIndex[edit]

function int SetIndex (int NewIndex)

Overrides: GUIListBase.SetIndex


SetLevelAtIndex[edit]

function SetLevelAtIndex (int i, int NewLevel)


SetTopItem[edit]

function SetTopItem (int Item)

Overrides: GUIListBase.SetTopItem


SetValueAtIndex[edit]

function SetValueAtIndex (int i, string NewValue)


Sort[edit]

function Sort ()

Overrides: GUIListBase.Sort


ToggleExpand[edit]

function ToggleExpand (int idx, optional bool bRecursive)


Up[edit]

function bool Up ()

Overrides: GUIVertList.Up