Mostly Harmless
UE2:FilterPageBase (UT2004)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPage >> UT2K4GUIPage >> PopupPageBase >> FloatingWindow >> LargeWindow >> FilterPageBase |
Contents
- 1 Properties
- 2 Functions
- 2.1 Events
- 2.2 Other instance functions
- 2.2.1 AddNewFilter
- 2.2.2 ApplyRules
- 2.2.3 CheckFM
- 2.2.4 CopyFilter
- 2.2.5 CreateTemplateFilter
- 2.2.6 CreateTemplateRule
- 2.2.7 FindFilterMasterIndex
- 2.2.8 InitFilterList
- 2.2.9 InternalOnChange
- 2.2.10 InternalOnCreateComponent
- 2.2.11 InternalOnLoad
- 2.2.12 IsNumber
- 2.2.13 RemoveExistingFilter
- 2.2.14 RenameFilter
- 2.2.15 ResetFilters
- 2.2.16 SaveFilters
- Package:
- GUI2K4
- Direct subclasses:
- SimpleFilterPage, UT2K4CustomFilterPage
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. |
Base Class for different filter layouts
Written by Ron Prestenback © 2003, Epic Games, Inc. All Rights Reserved
Properties[edit]
bNeedRefresh[edit]
Type: bool
cp_Filter[edit]
Type: UT2K4FilterControlPanel
CurrentGameType[edit]
Type: string
FilterSplitterPosition[edit]
Type: float
Modifiers: globalconfig
Default value: 0.369766
FM[edit]
Type: BrowserFilters
i_BG[edit]
Type: GUIImage
Modifiers: automated
Index[edit]
Type: int
BrowserFilter index of selected filter
Default value: -1
li_Filter[edit]
Type: GUIMultiOptionList
MutatorRecords[edit]
Type: array<CacheManager.MutatorRecord>
SaveString[edit]
Type: string
Modifiers: localized
Default value: "Setting saved successfully!"
sp_Filter[edit]
Type: GUISplitter
Modifiers: automated
Default values[edit]
Property | Value |
---|---|
OnCreateComponent | InternalOnCreateComponent |
StyleName | "TabBackground" |
WinHeight | 0.904492 |
WinLeft | 0.04043 |
WinTop | 0.036198 |
WinWidth | 0.909375 |
Functions[edit]
Events[edit]
Closed[edit]
event Closed (GUIComponent Sender, bool bCancelled)
Overrides: GUIPage.Closed
InitComponent[edit]
event InitComponent (GUIController MyC, GUIComponent MyO)
Overrides: FloatingWindow.InitComponent
Opened[edit]
event Opened (GUIComponent Sender)
Overrides: PopupPageBase.Opened
Other instance functions[edit]
AddNewFilter[edit]
ApplyRules[edit]
CheckFM[edit]
function CheckFM ()
CopyFilter[edit]
CreateTemplateFilter[edit]
CreateTemplateRule[edit]
function bool CreateTemplateRule (out GameInfo.KeyValuePair Rule, out string QueryType, out string RuleType)
FindFilterMasterIndex[edit]
InitFilterList[edit]
function InitFilterList ()
InternalOnChange[edit]
function InternalOnChange (GUIComponent Sender)
InternalOnCreateComponent[edit]
function InternalOnCreateComponent (GUIComponent NewComp, GUIComponent Sender)
Overrides: FloatingWindow.InternalOnCreateComponent
InternalOnLoad[edit]
function InternalOnLoad (GUIComponent Sender, string S)
IsNumber[edit]
RemoveExistingFilter[edit]
RenameFilter[edit]
ResetFilters[edit]
function ResetFilters ()
SaveFilters[edit]
function SaveFilters ()