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
{
	OnCreateComponent=InternalOnCreateComponent


	Begin Object Class=GUIMultiOptionListBox Name=CustomListBox
		bVisibleWhenEmpty=True
		WinWidth=0.9
		WinHeight=1.0
		WinLeft=0.05
		OnCreateComponent=ListOnCreateComponent
	End Object


	lb_Rules=CustomListBox
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Do 14.8.2014 09:58:26.514 - Created with UnCodeX