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

GUI2K4.UT2K4FilterSummaryPanel

Extends
GUIFilterPanel

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

Variables Summary
UT2K4FilterSummaryListBoxlb_FilterRules
UT2K4FilterSummaryListli_FilterRules
Menu
array<float>HeaderColumnPerc
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 AddFilterRule (CustomFilter.AFilterRule NewRule))
function ClearRules ()))
functionstring InternalOnSaveINI (GUIComponent Sender))
function ListOnCreateComponent (GUIComponent NewComp, GUIComponent Sender))
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

lb_FilterRules Source code

var automated UT2K4FilterSummaryListBox lb_FilterRules;

li_FilterRules Source code

var UT2K4FilterSummaryList li_FilterRules;

Menu

HeaderColumnPerc Source code

var(Menu) config array<float> HeaderColumnPerc;


Functions Detail

AddFilterRule Source code

function AddFilterRule ( CustomFilter.AFilterRule NewRule) )

ClearRules Source code

function ClearRules ( ) )

InternalOnSaveINI Source code

function string InternalOnSaveINI ( GUIComponent Sender) )

ListOnCreateComponent Source code

function ListOnCreateComponent ( GUIComponent NewComp, GUIComponent Sender) )

Refresh Source code

function Refresh ( ) )

UpdateRules Source code

function UpdateRules ( ) )


Defaultproperties

defaultproperties
{
	OnCreateComponent=InternalOnCreateComponent
	OnSaveINI=InternalOnSaveINI


	HeaderColumnPerc(0)=0.40
	HeaderColumnPerc(1)=0.40
	HeaderColumnPerc(2)=0.20


	Begin Object Class=GUIMultiOptionListBox Name=RulesLB
		bVisibleWhenEmpty=True
	End Object


	lb_Rules=RulesLB


	Begin Object Class=UT2K4FilterSummaryListBox Name=RulesBox
		bVisibleWhenEmpty=True
		WinWidth=1.0
		WinHeight=1.0
		WinLeft=0.0
		OnCreateComponent=ListOnCreateComponent
	End Object


	lb_FilterRules=RulesBox
}

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