- Extends
- GUIList
Core.Object
|
+-- XInterface.GUI
|
+-- XInterface.GUIComponent
|
+-- XInterface.GUIListBase
|
+-- XInterface.GUIVertList
|
+-- XInterface.GUIList
|
+-- ROInterface.ROGUIListPlus
Functions Summary |
 | | AddDisabled (string NewItem, optional Object obj, optional string Str, optional bool bSection))
|
 | bool | Down ()))
|
 | | End ()))
|
 | int | FindLastValidIndex (int startIndex))
|
 | int | FindNextValidIndex (int startIndex))
|
 | | Home ()))
|
 | bool | InternalOnClick (GUIComponent Sender))
|
 | | InternalOnDrawItem (Canvas C, int Item, float X, float Y, float XL, float YL, bool bIsSelected, bool bIsPending))
|
 | | PgDn ()))
|
 | | PgUp ()))
|
 | | SetDisabledAtIndex (int i, bool bDisabled))
|
 | bool | 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 |
bCanSelectDisabledItems Source code
var bool bCanSelectDisabledItems;
var string DisabledMarker;
function AddDisabled (
string NewItem, optional
Object obj, optional
string Str, optional
bool bSection) )
function bool Down ( ) )
function End ( ) )
function int FindLastValidIndex ( int startIndex) )
function int FindNextValidIndex ( int startIndex) )
function Home ( ) )
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) )
function bool Up ( ) )
defaultproperties
{
DisabledMarker="%!)?_¼½G_DISABLED%!¶"
OnDrawItem=ROGUIListPlus.InternalOnDrawItem
}
|
Creation time: Fri 13-10-2023 03:18:51.637 - Created with
UnCodeX