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

GUI2K4.UT2K4FilterRulesPanel

Extends
GUIFilterPanel

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

Variables Summary
stringEnableRule
stringMaxText
stringMinText
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 EnableClick (GUIComponent Sender)
function InitComponent (GUIController MyC, GUIComponent MyO)
function LoadRules ()
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

EnableRule Source code

var localized string EnableRule;

MaxText Source code

var localized string MaxText;

MinText Source code

var localized string MinText;


Functions Detail

EnableClick Source code

function EnableClick ( GUIComponent Sender )

InitComponent Source code

function InitComponent ( GUIController MyC, GUIComponent MyO )

LoadRules Source code

function LoadRules ( )

UpdateRules Source code

function UpdateRules ( )


Defaultproperties

defaultproperties
{
     EnableRule="Enable this filter"
     MaxText="Max"
     MinText="Min"
     Begin Object Class=GUIMultiOptionListBox Name=RuleBox
         bVisibleWhenEmpty=True
         OnCreateComponent=RuleBox.InternalOnCreateComponent
         WinWidth=0.750000
         WinHeight=1.000000
         bBoundToParent=True
         bScaleToParent=True
         OnChange=UT2K4FilterRulesPanel.InternalOnChange
     End Object
     lb_Rules=GUIMultiOptionListBox'GUI2K4.UT2K4FilterRulesPanel.RuleBox'

}

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