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

ROInterface.ROGUIListPlus

Extends
GUIList

Core.Object
|   
+-- XInterface.GUI
   |   
   +-- XInterface.GUIComponent
      |   
      +-- XInterface.GUIListBase
         |   
         +-- XInterface.GUIVertList
            |   
            +-- XInterface.GUIList
               |   
               +-- ROInterface.ROGUIListPlus

Variables Summary
boolbCanSelectDisabledItems
stringDisabledMarker
Inherited Variables from XInterface.GUIList
BonusPackColor, Elements, Official2004Color, OfficialColor, SelectedElements, TextAlign

Functions Summary
function AddDisabled (string NewItem, optional Object obj, optional string Str, optional bool bSection))
functionbool Down ()))
function End ()))
functionint FindLastValidIndex (int startIndex))
functionint FindNextValidIndex (int startIndex))
function Home ()))
functionbool InternalOnClick (GUIComponent Sender))
function InternalOnDrawItem (Canvas C, int Item, float X, float Y, float XL, float YL, bool bIsSelected, bool bIsPending))
function PgDn ()))
function PgUp ()))
function SetDisabledAtIndex (int i, bool bDisabled))
functionbool Up ()))
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


Variables Detail

bCanSelectDisabledItems Source code

var bool bCanSelectDisabledItems;

DisabledMarker Source code

var string DisabledMarker;


Functions Detail

AddDisabled Source code

function AddDisabled ( string NewItem, optional Object obj, optional string Str, optional bool bSection) )

Down Source code

function bool Down ( ) )

End Source code

function End ( ) )

FindLastValidIndex Source code

function int FindLastValidIndex ( int startIndex) )

FindNextValidIndex Source code

function int FindNextValidIndex ( int startIndex) )

Home Source code

function Home ( ) )

InternalOnClick Source code

function bool InternalOnClick ( GUIComponent Sender) )

InternalOnDrawItem Source code

function InternalOnDrawItem ( Canvas C, int Item, float X, float Y, float XL, float YL, bool bIsSelected, bool bIsPending) )

PgDn Source code

function PgDn ( ) )

PgUp Source code

function PgUp ( ) )

SetDisabledAtIndex Source code

function SetDisabledAtIndex ( int i, bool bDisabled) )

Up Source code

function bool Up ( ) )


Defaultproperties

defaultproperties
{
     DisabledMarker="%!)?_¼½G_DISABLED%!¶"
     OnDrawItem=ROGUIListPlus.InternalOnDrawItem
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Fri 13-10-2023 03:18:51.637 - Created with UnCodeX