UE2:UT2K4FilterSummaryPanel (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 09:11, 17 May 2008 by Wormbo (talk | contribs) (Auto-generated page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
UT2004 Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPanel >> GUITabPanel >> UT2K4TabPanel >> UT2K4PlayInfoPanel >> GUIFilterPanel >> UT2K4FilterSummaryPanel
Package:
GUI2K4

Lists the active rules for the current filter.

Created by Ron Prestenback © 2003, Epic Games, Inc. All Rights Reserved

Properties

Property group 'Menu'

HeaderColumnPerc

Type: array<float>

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