UE2:UT2K4FilterControlPanel (UT2004)
![]() |
Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPanel >> UT2K4FilterControlPanel |
- 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. |
Customized GUIPanel containing controls for manipulating custom filters. This panel handles events from its controls, and passes the results to the UT2K4CustomFilterPage for processing
Created by Ron Prestenback © 2003, Epic Games, Inc. All Rights Reserved
Properties
b_Close
Type: GUIButton
Modifiers: automated
b_CreateF
Type: GUIButton
Modifiers: automated
Default value: GUIButton'CreateFButton'
b_RemoveF
Type: GUIButton
Modifiers: automated
Default value: GUIButton'RemoveFButton'
co_GameType
Type: moComboBox
Modifiers: automated
Default value: moComboBox'GameTypeCombo'
CopyText
Type: string
Modifiers: localized
Default value: "Copy of"
CreateFilterCaption
Type: string
Modifiers: localized
Default value: "Create Filter"
FilterNameCaption
Type: string
Modifiers: localized
Default value: "Filter Name: "
i_BG
Type: GUIImage
Modifiers: automated
l_FilterNames
Type: GUILabel
Modifiers: automated
lb_Filters
Type: GUIMultiOptionListBox
Modifiers: automated
Default value: GUIMultiOptionListBox'FilterListBox'
li_Filters
Type: GUIMultiOptionList
p_Anchor
Type: FilterPageBase
RenameText
Type: string
Modifiers: localized
Default value: "Rename Filter"
sb_Back
Type: GUISectionBackground
Modifiers: automated
Default value: GUISectionBackground'BackgroundSec'
Default values
Property | Value |
---|---|
ContextMenu | GUIContextMenu'RCMenu' |
OnRightClick | InternalOnRightClick |
Subobjects
BackgroundSec
Class: XInterface.GUISectionBackground
CreateFButton
Class: XInterface.GUIButton
Property | Value |
---|---|
bBoundToParent | True |
bScaleToParent | True |
Caption | "New" |
Hint | "Create new custom filter" |
OnClick | InternalOnClick |
TabOrder | 3 |
WinHeight | 0.05 |
WinLeft | 0.533485 |
WinTop | 0.927996 |
WinWidth | 0.302815 |
FilterListBox
Class: XInterface.GUIMultiOptionListBox
Property | Value |
---|---|
bBoundToParent | True |
bScaleToParent | True |
bVisibleWhenEmpty | True |
OnChange | InternalOnChange |
OnCreateComponent | InternalOnCreateComponent |
OnLoadINI | InternalOnLoad |
TabOrder | 1 |
WinHeight | 0.787241 |
WinLeft | 0.0 |
WinTop | 0.079581 |
WinWidth | 1.0 |
GameTypeCombo
Class: XInterface.moComboBox
Property | Value |
---|---|
bTabStop | True |
Caption | "Game Type" |
CaptionWidth | 0.33 |
ComponentJustification | TXTA_Right |
Hint | "Only rules for this gametype will be shown" |
IniOption | "@INTERNAL" |
OnChange | InternalOnChange |
RenderWeight | 1.0 |
TabOrder | 0 |
WinHeight | 27.0 |
WinLeft | 0.029015 |
WinTop | 8.096001 |
WinWidth | 0.957536 |
RCMenu
Class: XInterface.GUIContextMenu
Property | Value |
---|---|
ContextItems[0] | "Clone Filter" |
ContextItems[1] | "Rename Filter" |
ContextItems[2] | "-" |
ContextItems[3] | "Reset All Filters" |
ContextItems[4] | "Remove All Filters" |
OnSelect | ContextClick |
RemoveFButton
Class: XInterface.GUIButton
Property | Value |
---|---|
bBoundToParent | True |
bScaleToParent | True |
Caption | "Remove" |
Hint | "Permanently delete currently selected filter" |
MenuState | MSAT_Disabled |
OnClick | InternalOnClick |
TabOrder | 2 |
WinHeight | 0.05 |
WinLeft | 0.189031 |
WinTop | 0.927996 |
WinWidth | 0.3 |
Functions
Events
InitComponent
Overrides: GUIPanel.InitComponent
Other instance functions
ContextClick
CopyFilter
CopyFilterClosed
FilterListClicked
InternalOnChange
InternalOnClick
InternalOnCreateComponent
InternalOnLoad
InternalOnRightClick
NewFilter
NewFilterClosed
NewItemSelected
NoItemSelected
RemoveFilter
RenameFilter
RenameFilterClosed