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

XInterface.GUIMultiColumnListBox

Extends
GUIListBoxBase
Modifiers
native

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

Direct Known Subclasses:

GUI2K4MultiColumnListBox, PlayInfoListBox, ServerBrowserMCListBox, UT2K4FilterSummaryListBox

Variables Summary
GUIMultiColumnListHeaderHeader
GUIMultiColumnListBox
boolbDisplayHeader
boolbFullHeightStyle
array<string>ColumnHeadings
array<float>HeaderColumnPerc
GUIMultiColumnListList
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 InternalOnColumnSized (int Column)
function InternalOnCreateComponent (GUIComponent NewComp, GUIComponent Sender)
function InternalOnLoadIni (GUIComponent Sender, string S)
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

Header Source code

var Automated GUIMultiColumnListHeader Header;

GUIMultiColumnListBox

bDisplayHeader Source code

var(GUIMultiColumnListBox) bool bDisplayHeader;

bFullHeightStyle Source code

var(GUIMultiColumnListBox) bool bFullHeightStyle;

ColumnHeadings Source code

var(GUIMultiColumnListBox) localized array<string> ColumnHeadings;

HeaderColumnPerc Source code

var(GUIMultiColumnListBox) array<float> HeaderColumnPerc;

List Source code

var(GUIMultiColumnListBox) editconst GUIMultiColumnList List;


Functions Detail

InitBaseList Source code

function InitBaseList ( GUIListBase LocalList )

InitComponent Source code

function InitComponent ( GUIController MyController, GUIComponent MyOwner )

InternalOnColumnSized Source code

function InternalOnColumnSized ( int Column )

InternalOnCreateComponent Source code

function InternalOnCreateComponent ( GUIComponent NewComp, GUIComponent Sender )

InternalOnLoadIni Source code

function InternalOnLoadIni ( GUIComponent Sender, string S )


Defaultproperties

defaultproperties
{
     Begin Object Class=GUIMultiColumnListHeader Name=MyHeader
     End Object
     Header=GUIMultiColumnListHeader'XInterface.GUIMultiColumnListBox.MyHeader'

     bDisplayHeader=True
     DefaultListClass="Xinterface.GUIMultiColumnList"
     bRequiresStyle=True
}

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