- Extends
- GUIList
- Modifiers
- Native
Core.Object
|
+-- XInterface.GUI
|
+-- XInterface.GUIComponent
|
+-- XInterface.GUIListBase
|
+-- XInterface.GUIVertList
|
+-- XInterface.GUIList
|
+-- XInterface.MultiSelectList
Functions Summary |
| | Add (string NewItem, optional Object obj, optional string Str, optional bool bSection))
|
| | Clear ()))
|
| string | Find (string Text, optional bool bExact, optional bool bExtra))
|
| int | FindIndex (string Test, optional bool bExact, optional bool bExtra, optional Object TestObject))
|
| string | Get (optional bool bGuarantee))
|
| | GetAtIndex (int i, out string ItemStr, out object ExtraObj, out string ExtraStr))
|
| string | GetExtra ()))
|
| string | GetExtraAtIndex (int i))
|
| string | GetItemAtIndex (int i))
|
| object | GetObject ()))
|
| object | GetObjectAtIndex (int i))
|
| array<GUIListElem> | GetPendingElements (optional bool bGuarantee))
|
| array<string> | GetPendingItems (optional bool bGuarantee))
|
| | Insert (int Index, string NewItem, optional Object obj, optional string Str, optional bool bNoSort, optional bool bSection))
|
| bool | IsSection ()))
|
| | LoadFrom (GUIList Source, optional bool bClearFirst))
|
| int | Remove (int i, int Count, bool bNoSort))
|
| | RemoveExtra (string Str))
|
| | RemoveItem (string Item))
|
| | RemoveObject (Object Obj))
|
| | Replace (int index, string NewItem, optional Object obj, optional string Str, optional bool bNoSort))
|
| | SetExtraAtIndex (int i, string NewExtra))
|
| int | SetIndex (int NewIndex))
|
| | SetItemAtIndex (int i, string NewItem))
|
| | SetObjectAtIndex (int i, Object NewObject))
|
| | Swap (int IndexA, int IndexB))
|
Inherited Functions from XInterface.GUIList |
Add, AddElement, Clear, ClearPendingElements, Find, FindExtra, FindIndex, FindItemObject, Get, GetAtIndex, GetExtra, GetExtraAtIndex, GetItemAtIndex, GetObject, GetObjectAtIndex, GetPendingElements, Insert, InsertElement, InternalOnDragDrop, InternalOnEndDrag, IsSection, LoadFrom, Remove, RemoveElement, RemoveExtra, RemoveItem, RemoveObject, RemoveSilent, Replace, SelectedText, SetExtraAtIndex, SetItemAtIndex, SetObjectAtIndex, Sort, SortList, Swap |
Inherited Functions from XInterface.GUIVertList |
CalculateIndex, CenterMouse, Down, End, Home, InternalOnClick, InternalOnKeyType, PgDn, PgUp, Up, WheelDown, WheelUp |
function Add (
string NewItem, optional
Object obj, optional
string Str, optional
bool bSection) )
function Clear ( ) )
function string Find ( string Text, optional bool bExact, optional bool bExtra) )
function
int FindIndex (
string Test, optional
bool bExact, optional
bool bExtra, optional
Object TestObject) )
function string Get ( optional bool bGuarantee) )
function GetAtIndex (
int i, out
string ItemStr, out
object ExtraObj, out
string ExtraStr) )
function string GetExtra ( ) )
function string GetExtraAtIndex ( int i) )
function string GetItemAtIndex ( int i) )
function
object GetObject ( ) )
function
object GetObjectAtIndex (
int i) )
function array<
GUIListElem> GetPendingElements ( optional
bool bGuarantee) )
function array<string> GetPendingItems ( optional bool bGuarantee) )
function Insert (
int Index,
string NewItem, optional
Object obj, optional
string Str, optional
bool bNoSort, optional
bool bSection) )
function bool IsSection ( ) )
function LoadFrom (
GUIList Source, optional
bool bClearFirst) )
function int Remove ( int i, int Count, bool bNoSort) )
function RemoveExtra ( string Str) )
function RemoveItem ( string Item) )
function RemoveObject (
Object Obj) )
function Replace (
int index,
string NewItem, optional
Object obj, optional
string Str, optional
bool bNoSort) )
function SetExtraAtIndex ( int i, string NewExtra) )
function int SetIndex ( int NewIndex) )
function SetItemAtIndex ( int i, string NewItem) )
function SetObjectAtIndex (
int i,
Object NewObject) )
event Swap ( int IndexA, int IndexB) )
Creation time: sk 18-3-2018 09:49:44.853 - Created with
UnCodeX