Once I get that upgrade to 36-hour days, I will tackle that. – Mychaeel

UE2:UT2K4FilterControlPanel (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site

Jump to: navigation, search
UT2004 Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPanel >> UT2K4FilterControlPanel

Contents

Package: 
GUI2K4

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

[edit] Properties

[edit] b_Close

Type: GUIButton

Modifiers: automated


[edit] b_CreateF

Type: GUIButton

Modifiers: automated


Default value: GUIButton'CreateFButton'

[edit] b_RemoveF

Type: GUIButton

Modifiers: automated


Default value: GUIButton'RemoveFButton'

[edit] co_GameType

Type: moComboBox

Modifiers: automated


Default value: moComboBox'GameTypeCombo'

[edit] CopyText

Type: string

Modifiers: localized


Default value: "Copy of"

[edit] CreateFilterCaption

Type: string

Modifiers: localized


Default value: "Create Filter"

[edit] FilterNameCaption

Type: string

Modifiers: localized


Default value: "Filter Name: "

[edit] i_BG

Type: GUIImage

Modifiers: automated


[edit] l_FilterNames

Type: GUILabel

Modifiers: automated


[edit] lb_Filters

Type: GUIMultiOptionListBox

Modifiers: automated


Default value: GUIMultiOptionListBox'FilterListBox'

[edit] li_Filters

Type: GUIMultiOptionList


[edit] p_Anchor

Type: FilterPageBase


[edit] RenameText

Type: string

Modifiers: localized


Default value: "Rename Filter"

[edit] sb_Back

Type: GUISectionBackground

Modifiers: automated


Default value: GUISectionBackground'BackgroundSec'

[edit] Default values

Property Value
ContextMenu GUIContextMenu'RCMenu'
OnRightClick InternalOnRightClick

[edit] Subobjects

[edit] BackgroundSec

Class: XInterface.GUISectionBackground

Property Value
bFillClient True
BottomPadding 0.1
Caption "Custom Filters"
WinHeight 0.456507
WinTop 0.538846

[edit] 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

[edit] 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

[edit] 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

[edit] 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

[edit] 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

[edit] Functions

[edit] Events

[edit] InitComponent

event InitComponent (GUIController MyC, GUIComponent MyO)

Overrides: GUIPanel.InitComponent


[edit] Other instance functions

[edit] ContextClick

function ContextClick (GUIContextMenu Sender, int ClickIndex)


[edit] CopyFilter

function CopyFilter ()


[edit] CopyFilterClosed

function CopyFilterClosed (optional bool bCancelled)


[edit] FilterListClicked

function bool FilterListClicked (GUIComponent Sender)


[edit] InternalOnChange

function InternalOnChange (GUIComponent Sender)


[edit] InternalOnClick

function bool InternalOnClick (GUIComponent Sender)


[edit] InternalOnCreateComponent

function InternalOnCreateComponent (GUIComponent NewComp, GUIComponent Sender)


[edit] InternalOnLoad

function InternalOnLoad (GUIComponent Sender, string S)


[edit] InternalOnRightClick

function bool InternalOnRightClick (GUIComponent Sender)


[edit] NewFilter

function NewFilter ()


[edit] NewFilterClosed

function NewFilterClosed (optional bool bCancelled)


[edit] NewItemSelected

protected function NewItemSelected ()


[edit] NoItemSelected

protected function NoItemSelected ()


[edit] RemoveFilter

function RemoveFilter ()


[edit] RenameFilter

function RenameFilter ()


[edit] RenameFilterClosed

function RenameFilterClosed (optional bool bCancelled)


Personal tools