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

GUI2K4.UT2K4FilterSummaryPanel

Extends
GUIFilterPanel

Core.Object
|   
+-- XInterface.GUI
   |   
   +-- XInterface.GUIComponent
      |   
      +-- XInterface.GUIMultiComponent
         |   
         +-- XInterface.GUIPanel
            |   
            +-- XInterface.GUITabPanel
               |   
               +-- XInterface.UT2K4TabPanel
                  |   
                  +-- GUI2K4.UT2K4PlayInfoPanel
                     |   
                     +-- GUI2K4.GUIFilterPanel
                        |   
                        +-- GUI2K4.UT2K4FilterSummaryPanel

Variables Summary
UT2K4FilterSummaryListBoxlb_FilterRules
UT2K4FilterSummaryListli_FilterRules
Menu
array<float>HeaderColumnPerc
Inherited Variables from GUI2K4.GUIFilterPanel
CurrentGame, FilterMaster, FilterRules, FilterTypeString[7], p_Anchor
Inherited Variables from GUI2K4.UT2K4PlayInfoPanel
bRefresh, bUpdate, bVerticalLayout, EditText, GamePI, InfoRules, lb_Rules, li_Rules, NumColumns

Functions Summary
function AddFilterRule (CustomFilter.AFilterRule NewRule)
function ClearRules ()
functionstring InternalOnSaveINI (GUIComponent Sender)
function ListOnCreateComponent (GUIComponent NewComp, GUIComponent Sender)
function Refresh ()
function UpdateRules ()
Inherited Functions from GUI2K4.GUIFilterPanel
AddFilterRule, CanShowPanel, InitComponent, InitPanel, PopulateFilterTypes
Inherited Functions from GUI2K4.UT2K4PlayInfoPanel
AddGroupHeader, AddRule, ArrayPropClicked, CanShowPanel, ClearRules, CustomClicked, CustomPageClosed, DumpListElements, FindComponentWithTag, FindGroupIndex, Free, InitComponent, InternalOnActivate, InternalOnChange, InternalOnCreateComponent, ListBoxCreateComponent, LoadRules, Refresh, StoreSetting, UpdateRules, UpdateSetting


Variables Detail

lb_FilterRules Source code

var automated UT2K4FilterSummaryListBox lb_FilterRules;

li_FilterRules Source code

var UT2K4FilterSummaryList li_FilterRules;

Menu

HeaderColumnPerc Source code

var(Menu) config array<float> HeaderColumnPerc;


Functions Detail

AddFilterRule Source code

function AddFilterRule ( CustomFilter.AFilterRule NewRule )

ClearRules Source code

function ClearRules ( )

InternalOnSaveINI Source code

function string InternalOnSaveINI ( GUIComponent Sender )

ListOnCreateComponent Source code

function ListOnCreateComponent ( GUIComponent NewComp, GUIComponent Sender )

Refresh Source code

function Refresh ( )

UpdateRules Source code

function UpdateRules ( )


Defaultproperties

defaultproperties
{
     Begin Object Class=UT2K4FilterSummaryListBox Name=RulesBox
         bVisibleWhenEmpty=True
         OnCreateComponent=UT2K4FilterSummaryPanel.ListOnCreateComponent
         WinHeight=1.000000
     End Object
     lb_FilterRules=UT2K4FilterSummaryListBox'GUI2K4.UT2K4FilterSummaryPanel.RulesBox'

     HeaderColumnPerc(0)=0.400000
     HeaderColumnPerc(1)=0.400000
     HeaderColumnPerc(2)=0.200000
     Begin Object Class=GUIMultiOptionListBox Name=RulesLB
         bVisibleWhenEmpty=True
         OnCreateComponent=RulesLB.InternalOnCreateComponent
     End Object
     lb_Rules=GUIMultiOptionListBox'GUI2K4.UT2K4FilterSummaryPanel.RulesLB'

     OnCreateComponent=UT2K4FilterSummaryPanel.InternalOnCreateComponent
     OnSaveINI=UT2K4FilterSummaryPanel.InternalOnSaveINI
}

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