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
{
	Begin Object Class=GUIMultiOptionListBox Name=RuleBox
		bVisibleWhenEmpty=True
		OnChange=InternalOnChange
		bBoundToParent=True
		bScaleToParent=True
		WinWidth=0.75
		WinHeight=1.0
		WinLeft=0.0
	End Object


	lb_Rules=RuleBox
	EnableRule="Enable this filter"
	MaxText="Max"
	MinText="Min"
}

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