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

XInterface.GUIListBox

Extends
GUIListBoxBase
Modifiers
native

Core.Object
|   
+-- XInterface.GUI
   |   
   +-- XInterface.GUIComponent
      |   
      +-- XInterface.GUIMultiComponent
         |   
         +-- XInterface.GUIListBoxBase
            |   
            +-- XInterface.GUIListBox

Direct Known Subclasses:

MapListBox, MultiSelectListBox

Variables Summary
GUIListList
Inherited Variables from XInterface.GUIListBoxBase
bInitializeList, bSorted, bVisibleWhenEmpty, DefaultListClass, MyList, MyScrollBar, OutlineStyleName, SectionStyleName, SelectedStyleName
Inherited Variables from XInterface.GUIMultiComponent
AnimationCount, bAlwaysAutomate, bDrawFocusedLast, bOldStyleMenus, Components, Controls, FocusedControl, PropagateVisibility

Functions Summary
function InitBaseList (GUIListBase LocalList)
function InitComponent (GUIController MyController, GUIComponent MyOwner)
function InternalOnChange (GUIComponent Sender)
functionbool InternalOnClick (GUIComponent Sender)
functionbool InternalOnDblClick (GUIComponent Sender)
functionint ItemCount ()
functionbool MyClose (GUIContextMenu Sender)
functionbool MyOpen (GUIContextMenu Menu)
Inherited Functions from XInterface.GUIListBoxBase
InitBaseList, InitComponent, InternalOnCreateComponent, SetFriendlyLabel, SetHint
Inherited Functions from XInterface.GUIMultiComponent
AddComponent, AppendComponent, BeginAnimation, CanAcceptFocus, CenterMouse, CheckDuplicateTabOrder, CheckInvalidTabOrder, Closed, DebugTabOrder, DisableMe, EnableMe, EndAnimation, FindComponentIndex, FocusFirst, FocusLast, Free, InitComponent, InitializeControls, InsertComponent, InternalOnShow, LevelChanged, LoseFocus, NextControl, Opened, PrevControl, RemapComponents, RemoveComponent, SetFocus, SetFocusInstead, SetVisibility


Variables Detail

List Source code

var GUIList List;


Functions Detail

InitBaseList Source code

function InitBaseList ( GUIListBase LocalList )

InitComponent Source code

function InitComponent ( GUIController MyController, GUIComponent MyOwner )

InternalOnChange Source code

function InternalOnChange ( GUIComponent Sender )

InternalOnClick Source code

function bool InternalOnClick ( GUIComponent Sender )

InternalOnDblClick Source code

function bool InternalOnDblClick ( GUIComponent Sender )

ItemCount Source code

function int ItemCount ( )

MyClose Source code

function bool MyClose ( GUIContextMenu Sender )

MyOpen Source code

function bool MyOpen ( GUIContextMenu Menu )


Defaultproperties

defaultproperties
{
     DefaultListClass="XInterface.GUIList"
}

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