Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

XInterface.GUICharacterList

Extends
GUICircularList
Modifiers
Native

Core.Object
|   
+-- XInterface.GUI
   |   
   +-- XInterface.GUIComponent
      |   
      +-- XInterface.GUIListBase
         |   
         +-- XInterface.GUICircularList
            |   
            +-- XInterface.GUICharacterList

Direct Known Subclasses:

GUICharacterListTeam

Variables Summary
GUICharacterList
boolbLocked
MaterialDefaultPortrait
array<xUtil.PlayerRecord>PlayerList
array<xUtil.PlayerRecord>SelectedElements
Inherited Variables from XInterface.GUICircularList
bAllowSelectEmpty, bCenterInBounds, bFillBounds, bIgnoreBackClick, bWrapItems, FixedItemsPerPage
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
function Add (string NewItem, optional Object obj))
function Clear ()))
function ClearPendingElements ()))
function End ()))
function Find (string Text, optional bool bExact))
functionstring GetDecoText ()))
functionstring GetDecoTextAt (int AtIndex))
functionstring GetGender ()))
functionstring GetGenderAt (int i))
functionstring GetName ()))
functionstring GetNameAt (int i))
functionarray<xUtil.PlayerRecord> GetPendingElements (optional bool bGuarantee ))
functionmaterial GetPortrait ()))
functionMaterial GetPortraitAt (int i))
functionxUtil.PlayerRecord GetRecord ()))
functionxUtil.PlayerRecord GetRecordAt (int i))
functionsound GetSound ()))
functionSound GetSoundAt (int i))
function InitComponent (GUIController MyController, GUIComponent MyOwner))
function InitList ()))
functionbool InternalOnBeginDrag (GUIComponent Sender))
functionbool InternalOnDragDrop (GUIComponent Sender))
function InternalOnEndDrag (GUIComponent Accepting, bool bAccepted))
functionbool MoveLeft ()))
functionbool MoveRight ()))
function Remove (int i, optional int Count))
function ScrollLeft ()))
function ScrollRight ()))
functionstring SelectedText ()))
functionbool ValidIndex (int i))
Inherited Functions from XInterface.GUICircularList
CalculateIndex, CalculateOffset, CheckDragSelect, End, Home, InitComponent, InternalOnClick, InternalOnDragOver, InternalOnMousePressed, IsValid, MoveLeft, MoveRight, PgDown, PgUp, 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


Variables Detail

GUICharacterList

bLocked Source code

var(GUICharacterList) bool bLocked;

DefaultPortrait Source code

var(GUICharacterList) Material DefaultPortrait;

PlayerList Source code

var(GUICharacterList) array<xUtil.PlayerRecord> PlayerList;

SelectedElements Source code

var(GUICharacterList) array<xUtil.PlayerRecord> SelectedElements;


Functions Detail

Add Source code

function Add ( string NewItem, optional Object obj) )

Clear Source code

function Clear ( ) )

ClearPendingElements Source code

function ClearPendingElements ( ) )

End Source code

function End ( ) )

Find Source code

function Find ( string Text, optional bool bExact) )

GetDecoText Source code

function string GetDecoText ( ) )

GetDecoTextAt Source code

function string GetDecoTextAt ( int AtIndex) )

GetGender Source code

function string GetGender ( ) )

GetGenderAt Source code

function string GetGenderAt ( int i) )

GetName Source code

function string GetName ( ) )

GetNameAt Source code

function string GetNameAt ( int i) )

GetPendingElements Source code

function array<xUtil.PlayerRecord> GetPendingElements ( optional bool bGuarantee ) )

GetPortrait Source code

function material GetPortrait ( ) )

GetPortraitAt Source code

function Material GetPortraitAt ( int i) )

GetRecord Source code

function xUtil.PlayerRecord GetRecord ( ) )

GetRecordAt Source code

function xUtil.PlayerRecord GetRecordAt ( int i) )

GetSound Source code

function sound GetSound ( ) )

GetSoundAt Source code

function Sound GetSoundAt ( int i) )

InitComponent Source code

function InitComponent ( GUIController MyController, GUIComponent MyOwner) )

InitList Source code

function InitList ( ) )

InternalOnBeginDrag Source code

function bool InternalOnBeginDrag ( GUIComponent Sender) )

InternalOnDragDrop Source code

function bool InternalOnDragDrop ( GUIComponent Sender) )

InternalOnEndDrag Source code

function InternalOnEndDrag ( GUIComponent Accepting, bool bAccepted) )

MoveLeft Source code

function bool MoveLeft ( ) )

MoveRight Source code

function bool MoveRight ( ) )

Remove Source code

function Remove ( int i, optional int Count) )

ScrollLeft Source code

function ScrollLeft ( ) )

ScrollRight Source code

function ScrollRight ( ) )

SelectedText Source code

function string SelectedText ( ) )

ValidIndex Source code

function bool ValidIndex ( int i) )



Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Do 14.8.2014 09:58:07.460 - Created with UnCodeX