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

GUI2K4.GUIFilterPanel

Extends
UT2K4PlayInfoPanel
Modifiers
DependsOn ( CustomFilter )

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

Direct Known Subclasses:

UT2K4CustomRulesPanel, UT2K4FilterRulesPanel, UT2K4FilterSummaryPanel

Variables Summary
stringCurrentGame
BrowserFiltersFilterMaster
array<CustomFilter.AFilterRule>FilterRules
stringFilterTypeString[7]
UT2K4CustomFilterPagep_Anchor
Inherited Variables from GUI2K4.UT2K4PlayInfoPanel
bRefresh, bUpdate, bVerticalLayout, EditText, GamePI, InfoRules, lb_Rules, li_Rules, NumColumns

Functions Summary
function AddFilterRule (CustomFilter.AFilterRule NewRule)
functionbool CanShowPanel ()
function InitComponent (GUIController MyC, GUIComponent MyO)
function InitPanel ()
function PopulateFilterTypes (moCombobox NewCombo, bool Ranged)
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

CurrentGame Source code

var string CurrentGame;

FilterMaster Source code

var BrowserFilters FilterMaster;

FilterRules Source code

var array<CustomFilter.AFilterRule> FilterRules;

FilterTypeString[7] Source code

var string FilterTypeString[7];

p_Anchor Source code

var UT2K4CustomFilterPage p_Anchor;


Functions Detail

AddFilterRule Source code

function AddFilterRule ( CustomFilter.AFilterRule NewRule )

CanShowPanel Source code

function bool CanShowPanel ( )

InitComponent Source code

function InitComponent ( GUIController MyC, GUIComponent MyO )

InitPanel Source code

function InitPanel ( )

PopulateFilterTypes Source code

function PopulateFilterTypes ( moCombobox NewCombo, bool Ranged )


Defaultproperties

defaultproperties
{
     FilterTypeString(0)="Disabled"
     FilterTypeString(1)="Equals"
     FilterTypeString(2)="Not"
     FilterTypeString(3)="Higher"
     FilterTypeString(4)="Or Higher"
     FilterTypeString(5)="Lower"
     FilterTypeString(6)="Or Lower"
}

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