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

XInterface.GUICircularImageList

Extends
GUICircularList
Modifiers
native

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

Variables Summary
GUICircularImageList
array<GUIListElem>Elements
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 (Material Img, optional string Str)
function Clear ()
functionint FindIndex (Material Img, optional string Test)
functionstring Get (optional bool bGuarantee)
function GetAtIndex (int i, out string ItemStr, out Object Img, out string ExtraStr)
functionMaterial GetImage (optional bool bGuarantee)
functionMaterial GetImageAtIndex (int i)
functionstring GetItemAtIndex (int i)
functionarray<GUIListElemGetPendingElements (optional bool bGuarantee)
functionarray<string> GetPendingItems (optional bool bGuarantee)
function Insert (int i, Material Img, optional string Str)
functionbool InternalOnDragDrop (GUIComponent Sender)
function InternalOnEndDrag (GUIComponent Accepting, bool bAccepted)
function LoadFrom (GUICircularImageList Source, optional bool bClearFirst)
functionint Remove (int i, optional int Count)
functionint RemoveElement (GUIListElem Elem, optional int Count)
function RemoveImage (Material Img)
function RemoveItem (string Item)
functionint RemoveSilent (int i, optional int Count)
function Replace (int i, Material Img, optional string Str)
function SetImageAtIndex (int i, Material Img)
function SetItemAtIndex (int i, string NewItem)
event Swap (int IndexA, int IndexB)
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

GUICircularImageList

Elements Source code

var(GUICircularImageList) editconst editconstarray protected array<GUIListElem> Elements;


Functions Detail

Add Source code

function Add ( Material Img, optional string Str )

Clear Source code

function Clear ( )

FindIndex Source code

function int FindIndex ( Material Img, optional string Test )

Get Source code

function string Get ( optional bool bGuarantee )

GetAtIndex Source code

function GetAtIndex ( int i, out string ItemStr, out Object Img, out string ExtraStr )

GetImage Source code

function Material GetImage ( optional bool bGuarantee )

GetImageAtIndex Source code

function Material GetImageAtIndex ( int i )

GetItemAtIndex Source code

function string GetItemAtIndex ( int i )

GetPendingElements Source code

function array<GUIListElem> GetPendingElements ( optional bool bGuarantee )

GetPendingItems Source code

function array<string> GetPendingItems ( optional bool bGuarantee )

Insert Source code

function Insert ( int i, Material Img, optional string Str )

InternalOnDragDrop Source code

function bool InternalOnDragDrop ( GUIComponent Sender )

InternalOnEndDrag Source code

function InternalOnEndDrag ( GUIComponent Accepting, bool bAccepted )

LoadFrom Source code

function LoadFrom ( GUICircularImageList Source, optional bool bClearFirst )

Remove Source code

function int Remove ( int i, optional int Count )

RemoveElement Source code

function int RemoveElement ( GUIListElem Elem, optional int Count )

RemoveImage Source code

function RemoveImage ( Material Img )

RemoveItem Source code

function RemoveItem ( string Item )

RemoveSilent Source code

function int RemoveSilent ( int i, optional int Count )

Replace Source code

function Replace ( int i, Material Img, optional string Str )

SetImageAtIndex Source code

function SetImageAtIndex ( int i, Material Img )

SetItemAtIndex Source code

function SetItemAtIndex ( int i, string NewItem )

Swap Source code

event Swap ( int IndexA, int IndexB )


Defaultproperties

defaultproperties
{
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Wed 7/2/2007 19:16:00.500 - Created with UnCodeX