- Extends
- GUIVertList
- Modifiers
- native
Core.Object
|
+-- XInterface.GUI
|
+-- XInterface.GUIComponent
|
+-- XInterface.GUIListBase
|
+-- XInterface.GUIVertList
|
+-- XInterface.GUIMultiOptionList
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 |
| GUIMenuOption | AddItem (string NewOptionClass, optional GUIMenuOption NewComp, optional string Caption, optional bool bUnique)
|
| int | CalculateIndex (optional bool bRequireValidIndex)
|
| bool | CanFocusElement (GUIMenuOption Elem)
|
| | CenterMouse ()
|
| | Clear ()
|
| bool | Down ()
|
| bool | ElementVisible (int Idx)
|
| int | Find (string Caption)
|
| int | FindComp (GUIMenuOption Comp)
|
| | GenerateMenuOption (out string NewOptionClass, out GUIMenuOption NewComp, out string Caption)
|
| GUIMenuOption | Get ()
|
| GUIMenuOption | GetItem (int Idx)
|
| | HideList ()
|
| | InitComponent (GUIController InController, GUIComponent InOwner)
|
| GUIMenuOption | InsertItem (int Idx, string NewOptionClass, optional GUIMenuOption NewComp, optional string Caption, optional bool bUnique)
|
| | InternalOnAdjustTop (GUIComponent Sender)
|
| | InternalOnChange (GUIComponent Sender)
|
| bool | InternalOnClick (GUIComponent Sender)
|
| | LoseFocus (GUIComponent Sender)
|
| | MakeVisible (float Perc)
|
| bool | MoveLeft ()
|
| bool | MoveRight ()
|
| bool | NextControl (GUIComponent Sender)
|
| | PgDn ()
|
| | PgUp ()
|
| bool | PrevControl (GUIComponent Sender)
|
| | RemoveItem (int Idx)
|
| GUIMenuOption | ReplaceItem (int idx, string NewOptionClass, optional GUIMenuOption NewComp, optional string Caption, optional bool bUnique)
|
| | ScrollAlignThumb ()
|
| | SetFocus (GUIComponent Who)
|
| int | SetIndex (int NewIndex)
|
| | SetTopItem (int Item)
|
| | ShowList ()
|
| bool | Up ()
|
| bool | ValidIndex (int Idx)
|
| | WheelDown ()
|
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 |
GUIMultiOptionList
function GUIMenuOption AddItem (
string NewOptionClass,
optional GUIMenuOption NewComp,
optional string Caption,
optional bool bUnique )
event int CalculateIndex ( optional bool bRequireValidIndex )
function CenterMouse ( )
function Clear ( )
function bool Down ( )
event bool ElementVisible ( int Idx )
function int Find ( string Caption )
protected function GenerateMenuOption (
out string NewOptionClass,
out GUIMenuOption NewComp,
out string Caption )
function HideList ( )
function GUIMenuOption InsertItem (
int Idx,
string NewOptionClass,
optional GUIMenuOption NewComp,
optional string Caption,
optional bool bUnique )
function MakeVisible ( float Perc )
function bool MoveLeft ( )
function bool MoveRight ( )
function PgDn ( )
function PgUp ( )
function RemoveItem ( int Idx )
function GUIMenuOption ReplaceItem (
int idx,
string NewOptionClass,
optional GUIMenuOption NewComp,
optional string Caption,
optional bool bUnique )
function ScrollAlignThumb ( )
function int SetIndex ( int NewIndex )
function SetTopItem ( int Item )
function ShowList ( )
function bool Up ( )
event bool ValidIndex ( int Idx )
function WheelDown ( )
defaultproperties
{
ItemScaling=0.045000
ItemPadding=0.100000
ColumnWidth=1.000000
NumColumns=1
OnAdjustTop=GUIMultiOptionList.InternalOnAdjustTop
}
|
Creation time: Wed 7/2/2007 19:16:01.187 - Created with
UnCodeX