I love the smell of UnrealEd crashing in the morning. – tarquin
UE2:GUITreeList instance functions (UT2004)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> GUI >> GUIComponent >> GUIListBase >> GUIVertList >> GUITreeList (instance functions) |
Contents
- 1 Instance functions
- 1.1 AddElement
- 1.2 AddItem
- 1.3 Clear
- 1.4 ClearPendingElements
- 1.5 Collapse
- 1.6 Down
- 1.7 End
- 1.8 Expand
- 1.9 FindAvailableChildIndex
- 1.10 FindElement
- 1.11 FindFullIndex
- 1.12 FindIndex
- 1.13 FindIndexByValue
- 1.14 FindNextAvailableRootIndex
- 1.15 FindParentIndex
- 1.16 FindVisibleIndex
- 1.17 GetAtIndex
- 1.18 GetCaption
- 1.19 GetCaptionAtIndex
- 1.20 GetChildIndexList
- 1.21 GetElementAtIndex
- 1.22 GetExtra
- 1.23 GetExtraAtIndex
- 1.24 GetIndexList
- 1.25 GetLevel
- 1.26 GetLevelAtIndex
- 1.27 GetParentCaption
- 1.28 GetParentCaptionAtIndex
- 1.29 GetPendingElements
- 1.30 GetValue
- 1.31 GetValueAtIndex
- 1.32 HardInsert
- 1.33 HardSwap
- 1.34 InsertItem
- 1.35 InternalDblClick
- 1.36 InternalOnClick
- 1.37 InternalOnDragDrop
- 1.38 InternalOnEndDrag
- 1.39 IsToggleClick
- 1.40 LoadFrom
- 1.41 PgDn
- 1.42 PgUp
- 1.43 RemoveElement
- 1.44 RemoveItem
- 1.45 RemoveItemAt
- 1.46 RemoveSilent
- 1.47 Replace
- 1.48 SetCaptionAtIndex
- 1.49 SetIndex
- 1.50 SetLevelAtIndex
- 1.51 SetTopItem
- 1.52 SetValueAtIndex
- 1.53 Sort
- 1.54 ToggleExpand
- 1.55 Up
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
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]
Down[edit]
function bool Down ()
Overrides: GUIVertList.Down
End[edit]
function End ()
Overrides: GUIVertList.End
Expand[edit]
FindAvailableChildIndex[edit]
FindElement[edit]
FindFullIndex[edit]
FindIndex[edit]
FindIndexByValue[edit]
FindNextAvailableRootIndex[edit]
FindParentIndex[edit]
FindVisibleIndex[edit]
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]
GetChildIndexList[edit]
GetElementAtIndex[edit]
GetExtra[edit]
function string GetExtra ()
GetExtraAtIndex[edit]
GetIndexList[edit]
GetLevel[edit]
function int GetLevel ()
GetLevelAtIndex[edit]
GetParentCaption[edit]
function string GetParentCaption ()
GetParentCaptionAtIndex[edit]
GetPendingElements[edit]
GetValue[edit]
function string GetValue ()
GetValueAtIndex[edit]
HardInsert[edit]
protected function int HardInsert (int idx, string Caption, string Value, string ParentCaption, int Level, bool bEnabled, optional string ExtraInfo)
HardSwap[edit]
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]
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]
RemoveItem[edit]
RemoveItemAt[edit]
RemoveSilent[edit]
Replace[edit]
function Replace (int i, string NewItem, string NewValue, optional string ParentCaption, optional bool bNoSort, optional string ExtraInfo)
SetCaptionAtIndex[edit]
SetIndex[edit]
Overrides: GUIListBase.SetIndex
SetLevelAtIndex[edit]
SetTopItem[edit]
function SetTopItem (int Item)
Overrides: GUIListBase.SetTopItem
SetValueAtIndex[edit]
Sort[edit]
function Sort ()
Overrides: GUIListBase.Sort
ToggleExpand[edit]
Up[edit]
function bool Up ()
Overrides: GUIVertList.Up