UE2:UT2K4FilterSummaryPanel (UT2004)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPanel >> GUITabPanel >> UT2K4TabPanel >> UT2K4PlayInfoPanel >> GUIFilterPanel >> UT2K4FilterSummaryPanel |
- Package:
- GUI2K4
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
Lists the active rules for the current filter.
Created by Ron Prestenback © 2003, Epic Games, Inc. All Rights Reserved
Properties
Property group 'Menu'
HeaderColumnPerc
Modifiers: config
Default value, index 0: 0.4
Default value, index 1: 0.4
Default value, index 2: 0.2
Internal variables
lb_FilterRules
Type: UT2K4FilterSummaryListBox
Modifiers: automated
Default value: UT2K4FilterSummaryListBox'RulesBox'
li_FilterRules
Type: UT2K4FilterSummaryList
Default values
Property | Value |
---|---|
lb_Rules | GUIMultiOptionListBox'RulesLB' |
OnCreateComponent | UT2K4PlayInfoPanel.InternalOnCreateComponent |
OnSaveINI | InternalOnSaveINI |
Subobjects
RulesBox
Class: GUI2K4.UT2K4FilterSummaryListBox
Property | Value |
---|---|
bVisibleWhenEmpty | True |
OnCreateComponent | ListOnCreateComponent |
WinHeight | 1.0 |
WinLeft | 0.0 |
WinWidth | 1.0 |
RulesLB
Class: XInterface.GUIMultiOptionListBox
Property | Value |
---|---|
bVisibleWhenEmpty | True |
Instance functions
AddFilterRule
function AddFilterRule (CustomFilter.AFilterRule NewRule)
Overrides: GUIFilterPanel.AddFilterRule
ClearRules
function ClearRules ()
Overrides: UT2K4PlayInfoPanel.ClearRules
InternalOnSaveINI
function string InternalOnSaveINI (GUIComponent Sender)
ListOnCreateComponent
function ListOnCreateComponent (GUIComponent NewComp, GUIComponent Sender)
Refresh
function Refresh ()
Overrides: UT2K4PlayInfoPanel.Refresh
UpdateRules
function UpdateRules ()
Overrides: UT2K4PlayInfoPanel.UpdateRules