GUI.GUIList
- Extends
- GUIVertList
- Modifiers
- HideCategories ( Menu , Object ) Native
Core.Object
|
+-- GUI.GUI
|
+-- GUI.GUIComponent
|
+-- GUI.GUIListBase
|
+-- GUI.GUIVertList
|
+-- GUI.GUIList
Direct Known Subclasses:
GUIScrollText
Inherited Variables from GUI.GUIListBase |
bHotTrack, bReadOnly, bVisibleWhenEmpty, Index, ItemCount, ItemHeight, ItemsPerPage, ItemWidth, MyScrollBar, SelectedBKColor, SelectedImage, Top |
Enumerations Summary |
eSortType SORT_AlphaItem,
SORT_AlphaExtra,
SORT_Numeric,
SORT_Bool,
SORT_IP,
|
Functions Summary |
| | Add (string NewItem, optional Object obj, optional string Str, optional int intData, optional bool bData, optional bool bDontReplace, optional bool bDontReAlign ))
|
| int | AddElement (GUIListElem theElem, optional bool bDontReplace, optional bool bDontReAlign ))
|
| bool | AlphabeticalCompare (string ElemA, string ElemB ))
|
| bool | AlphabeticalCompareExtra (GUIListElem ElemA, GUIListElem ElemB ))
|
| bool | AlphabeticalCompareItem (GUIListElem ElemA, GUIListElem ElemB ))
|
| bool | BooleanCompare (GUIListElem ElemA, GUIListElem ElemB ))
|
| | Clear ()))
|
| bool | EqualsBool (GUIListElem ElemA, GUIListElem ElemB))
|
| bool | EqualsExtra (GUIListElem ElemA, GUIListElem ElemB))
|
| bool | EqualsInt (GUIListElem ElemA, GUIListElem ElemB))
|
| bool | EqualsItem (GUIListElem ElemA, GUIListElem ElemB))
|
| bool | EqualsObject (GUIListElem ElemA, GUIListElem ElemB))
|
| string | find (string Text, optional bool bExact, optional bool bDontSetIndex))
|
| int | FindElement (GUIListElem theElem))
|
| string | FindExtra (string ExtraText, optional bool bExact, optional bool bDontSetIndex ))
|
| int | FindIndex (string Test, optional bool bExact, optional bool bExtra, optional Object TestObject))
|
| string | Get ()))
|
| GUIListElem | GetAtIndex (int i))
|
| GUIListElem | GetElement ()))
|
| string | GetExtra ()))
|
| string | GetExtraAtIndex (int i))
|
| bool | GetExtraBoolData ()))
|
| int | GetExtraIntAtIndex (int i))
|
| int | GetExtraIntData ()))
|
| string | GetItemAtIndex (int i))
|
| object | GetObject ()))
|
| object | GetObjectAtIndex (int i))
|
| | InitComponent (GUIComponent MyOwner))
|
| | Insert (int index, string NewItem, optional Object obj, optional string Str, optional int intData, optional bool bData ))
|
| int | InsertElement (int NewIndex, optional GUIListElem theElem, optional bool bInsertSorted, optional bool bDontReAlign ))
|
| bool | IPCompare (GUIListElem ElemA, GUIListElem ElemB ))
|
| | LoadFrom (GUIList Source, optional bool bClearFirst))
|
| bool | NumericCompare (GUIListElem ElemA, GUIListElem ElemB ))
|
| | qSort ()
|
| | Remove (int i, optional int Count))
|
| | RemoveItem (string Item))
|
| | ReorderItems (int indices)
|
| | Replace (int index, string NewItem, optional Object obj, optional string Str, optional int intData, optional bool bData))
|
| | ReplaceElement (int index, GUIListElem theElem ))
|
| | ReverseList ()))
|
| string | SelectedText (int offsetIndex ))
|
| | SetExtraAtIndex (int i, string NewExtra))
|
| | SetExtraIntAtIndex (int i, int NewExtra))
|
| | SetItemAtIndex (int i, string NewItem))
|
| | Sort ()))
|
| | Swap (int IndexA, int IndexB, optional bool bIsSorting))
|
Inherited Functions from GUI.GUIVertList |
Click, Down, End, Home, InitComponent, InternalOnKeyEvent, InternalOnKeyType, InternalOnXControllerEvent, PgDn, PgUp, Up, WheelDown, WheelUp |
GUIList
var(
GUIList) EditConst
bool bListIsDirty;
var(
GUIList) config
bool bNeverSort;
var(
GUIList) EditConst
bool bSortForward;
enum
eSortType
{
SORT_AlphaItem,
SORT_AlphaExtra,
SORT_Numeric,
SORT_Bool,
SORT_IP,
};
delegate ReorderByIndices ( int indices) )
delegate SwapIndices ( int indexA, int indexB ) )
function Add (
string NewItem, optional
Object obj, optional
string Str, optional
int intData, optional
bool bData, optional
bool bDontReplace, optional
bool bDontReAlign ) )
function int AddElement (
GUIListElem theElem, optional
bool bDontReplace, optional
bool bDontReAlign ) )
function bool AlphabeticalCompare ( string ElemA, string ElemB ) )
AlphabeticalCompareExtra Source code
AlphabeticalCompareItem Source code
function Clear ( ) )
function string find ( string Text, optional bool bExact, optional bool bDontSetIndex) )
function string FindExtra ( string ExtraText, optional bool bExact, optional bool bDontSetIndex ) )
function int FindIndex (
string Test, optional
bool bExact, optional
bool bExtra, optional
Object TestObject) )
function string Get ( ) )
function string GetExtra ( ) )
function string GetExtraAtIndex ( int i) )
function bool GetExtraBoolData ( ) )
function int GetExtraIntAtIndex ( int i) )
function int GetExtraIntData ( ) )
function string GetItemAtIndex ( int i) )
function object GetObject ( ) )
function object GetObjectAtIndex (
int i) )
function Insert (
int index,
string NewItem, optional
Object obj, optional
string Str, optional
int intData, optional
bool bData ) )
function int InsertElement (
int NewIndex, optional
GUIListElem theElem, optional
bool bInsertSorted, optional
bool bDontReAlign ) )
function LoadFrom (
GUIList Source, optional
bool bClearFirst) )
final native function qSort ( )
function Remove ( int i, optional int Count) )
function RemoveItem ( string Item) )
final native function ReorderItems ( int indices )
function Replace (
int index,
string NewItem, optional
Object obj, optional
string Str, optional
int intData, optional
bool bData) )
function ReplaceElement (
int index,
GUIListElem theElem ) )
function ReverseList ( ) )
event string SelectedText ( int offsetIndex ) )
function SetExtraAtIndex ( int i, string NewExtra) )
function SetExtraIntAtIndex ( int i, int NewExtra) )
function SetItemAtIndex ( int i, string NewItem) )
function Sort ( ) )
event Swap ( int IndexA, int IndexB, optional bool bIsSorting) )
defaultproperties
{
bSortForward=True
bListIsDirty=false
bNeverSort=false
TypeOfSort=SORT_AlphaItem
bNativeSort=true
}
|
Creation time: st 23.5.2018 00:10:30.291 - Created with
UnCodeX