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

XInterface.GUITreeListBox

Extends
GUIListBoxBase
Modifiers
native

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

Variables Summary
GUITreeListList
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)
functionbool InternalDblClick (GUIComponent Sender)
function InternalOnChange (GUIComponent Sender)
functionbool InternalOnClick (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 GUITreeList List;


Functions Detail

InitBaseList Source code

function InitBaseList ( GUIListBase LocalList )

InitComponent Source code

function InitComponent ( GUIController MyController, GUIComponent MyOwner )

InternalDblClick Source code

function bool InternalDblClick ( GUIComponent Sender )

InternalOnChange Source code

function InternalOnChange ( GUIComponent Sender )

InternalOnClick Source code

function bool InternalOnClick ( 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.GUITreeList"
     Begin Object Class=GUITreeScrollBar Name=TreeScrollbar
         bVisible=False
         OnPreDraw=TreeScrollbar.GripPreDraw
     End Object
     MyScrollBar=GUITreeScrollBar'XInterface.GUITreeListBox.TreeScrollbar'

}

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