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

GUI2K4.UT2K4CustomRulesPanel

Extends
GUIFilterPanel

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

Variables Summary
array<CacheManager.MutatorRecord>MutRecords
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
functionstring GetMutClassName (string FriendlyName)
functionstring GetMutFriendlyName (string ClassName)
function InitComponent (GUIController MyC, GUIComponent MyO)
function InternalOnChange (GUIComponent Sender)
function ListOnCreateComponent (GUIComponent NewComp, GUIComponent Sender)
function LoadRules ()
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

MutRecords Source code

var array<CacheManager.MutatorRecord> MutRecords;


Functions Detail

GetMutClassName Source code

function string GetMutClassName ( string FriendlyName )

GetMutFriendlyName Source code

function string GetMutFriendlyName ( string ClassName )

InitComponent Source code

function InitComponent ( GUIController MyC, GUIComponent MyO )

InternalOnChange Source code

function InternalOnChange ( GUIComponent Sender )

ListOnCreateComponent Source code

function ListOnCreateComponent ( GUIComponent NewComp, GUIComponent Sender )

LoadRules Source code

function LoadRules ( )

Refresh Source code

function Refresh ( )

UpdateRules Source code

function UpdateRules ( )


Defaultproperties

defaultproperties
{
     Begin Object Class=GUIMultiOptionListBox Name=CustomListBox
         bVisibleWhenEmpty=True
         OnCreateComponent=UT2K4CustomRulesPanel.ListOnCreateComponent
         WinLeft=0.050000
         WinWidth=0.900000
         WinHeight=1.000000
     End Object
     lb_Rules=GUIMultiOptionListBox'GUI2K4.UT2K4CustomRulesPanel.CustomListBox'

     OnCreateComponent=UT2K4CustomRulesPanel.InternalOnCreateComponent
}

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