- Extends
- GUIVertList
- Modifiers
- Native
Core.Object
|
+-- XInterface.GUI
|
+-- XInterface.GUIComponent
|
+-- XInterface.GUIListBase
|
+-- XInterface.GUIVertList
|
+-- XInterface.GUIList
Direct Known Subclasses:
GUIScrollText, MultiSelectList
Inherited Variables from XInterface.GUIListBase |
bAllowEmptyItems, bDrawSelectionBorder, bHotTrack, bHotTrackSound, bInitializeList, bMultiSelect, bNotify, bSorted, bVisibleWhenEmpty, DropIndex, Index, ItemCount, ItemHeight, ItemsPerPage, ItemWidth, LastPressX, LastPressY, LastSelected, LinkedObjects, MightRemove, MyScrollBar, OutlineStyle, OutlineStyleName, SectionJustification, SectionStyle, SectionStyleName, SelectedBKColor, SelectedImage, SelectedItems, SelectedStyle, SelectedStyleName, Top |
Functions Summary |
| | Add (string NewItem, optional Object obj, optional string Str, optional bool bSection)
|
| | AddElement (GUIListElem NewElem)
|
| | Clear ()
|
| | ClearPendingElements ()
|
| string | Find (string Text, optional bool bExact, optional bool bExtra)
|
| int | FindExtra (string Text, optional bool bExact)
|
| int | FindIndex (string Test, optional bool bExact, optional bool bExtra, optional Object TestObject)
|
| int | FindItemObject (Object Obj)
|
| 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)
|
| | Insert (int i, string NewItem, optional Object obj, optional string Str, optional bool bNoSort, optional bool bSection)
|
| | InsertElement (int i, GUIListElem NewElem, optional bool bNoSort)
|
| bool | InternalOnDragDrop (GUIComponent Sender)
|
| | InternalOnEndDrag (GUIComponent Accepting, bool bAccepted)
|
| bool | IsSection ()
|
| | LoadFrom (GUIList Source, optional bool bClearFirst)
|
| int | Remove (int i, optional int Count, optional bool bNoSort)
|
| int | RemoveElement (GUIListElem Elem, optional int Count, optional bool bNoSort)
|
| | RemoveExtra (string Str)
|
| | RemoveItem (string Item)
|
| | RemoveObject (Object Obj)
|
| int | RemoveSilent (int i, optional int Count)
|
| | Replace (int i, string NewItem, optional Object obj, optional string Str, optional bool bNoSort)
|
| string | SelectedText ()
|
| | SetExtraAtIndex (int i, string NewExtra)
|
| | SetItemAtIndex (int i, string NewItem)
|
| | SetObjectAtIndex (int i, Object NewObject)
|
| | Sort ()
|
| | SortList ()
|
| | Swap (int IndexA, int IndexB)
|
Inherited Functions from XInterface.GUIVertList |
CalculateIndex, CenterMouse, Down, End, Home, InternalOnClick, InternalOnKeyType, PgDn, PgUp, Up, WheelDown, WheelUp |
Inherited Functions from XInterface.GUIListBase |
AdditionalDebugString, AddLinkObject, CalculateIndex, CheckDragSelect, Clear, ClearPendingElements, DisableLinkedObjects, Down, EnableLinkedObjects, End, GetItemAtIndex, GetPendingItems, Home, IndexChanged, InitComponent, InitLinkObjects, InternalOnBeginDrag, InternalOnDragDrop, InternalOnDragEnter, InternalOnDragLeave, InternalOnDragOver, InternalOnEndDrag, InternalOnKeyEvent, InternalOnMousePressed, InternalOnMouseRelease, InternalOnRightClick, IsMultiSelect, IsValid, IsValidIndex, MakeVisible, MoveLeft, MoveRight, PgDn, PgUp, SetIndex, SetOutlineAlpha, SetTopItem, SilentSetIndex, Sort, Up, WheelDown, WheelUp |
GUIList
function Add (
string NewItem,
optional Object obj,
optional string Str,
optional bool bSection )
function Clear ( )
function ClearPendingElements ( )
function string Find ( string Text, optional bool bExact, optional bool bExtra )
function int FindExtra ( string Text, optional bool bExact )
function int FindIndex (
string Test,
optional bool bExact,
optional bool bExtra,
optional Object TestObject )
function int FindItemObject (
Object Obj )
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 GetObjectAtIndex (
int i )
function array<
GUIListElem> GetPendingElements (
optional bool bGuarantee )
function Insert (
int i,
string NewItem,
optional Object obj,
optional string Str,
optional bool bNoSort,
optional bool bSection )
function InsertElement (
int i,
GUIListElem NewElem,
optional bool bNoSort )
function InternalOnEndDrag (
GUIComponent Accepting,
bool bAccepted )
function bool IsSection ( )
function LoadFrom (
GUIList Source,
optional bool bClearFirst )
function int Remove ( int i, optional int Count, optional bool bNoSort )
function int RemoveElement (
GUIListElem Elem,
optional int Count,
optional bool bNoSort )
function RemoveExtra ( string Str )
function RemoveItem (
string Item )
function RemoveObject (
Object Obj )
function int RemoveSilent ( int i, optional int Count )
function Replace (
int i,
string NewItem,
optional Object obj,
optional string Str,
optional bool bNoSort )
function string SelectedText ( )
function SetExtraAtIndex ( int i, string NewExtra )
function SetItemAtIndex ( int i, string NewItem )
function SetObjectAtIndex (
int i,
Object NewObject )
function Sort ( )
native final function SortList ( )
event Swap ( int IndexA, int IndexB )
defaultproperties
{
TextAlign=TXTA_Center
}
|
Creation time: Mo 16.4.2007 11:20:21.359 - Created with
UnCodeX