UE2:UT2K4_FilterListPage (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
UT2004 Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPage >> UT2K4GUIPage >> PopupPageBase >> FloatingWindow >> LargeWindow >> UT2K4_FilterListPage
Package:
GUI2K4


Properties

b_Cancel

Type: GUIButton

Modifiers: automated


Default value: bCancel;

b_Create

Type: GUIButton

Modifiers: automated


Default value: GUIButton'bCreate'

b_Edit

Type: GUIButton

Modifiers: automated


Default value: GUIButton'bEdit'

b_OK

Type: GUIButton

Modifiers: automated


Default value: bOK;

b_Remove

Type: GUIButton

Modifiers: automated


Default value: GUIButton'bRemove'

CantRemove

Type: string

Modifiers: localized


Default value: "You can not remove the default filter"

FM

Type: BrowserFilters


lb_Filters

Type: GUIMultiOptionListBox

Modifiers: automated


Default value: GUIMultiOptionListBox'lbFilters'

li_Filters

Type: GUIMultiOptionList


sb_Background

Type: GUISectionBackground

Modifiers: automated


Default value: AltSectionBackground'sbBackground'

Default values

Property Value
WindowName "Select Filters"
WinHeight 0.875001
WinLeft 0.2375
WinTop 0.046667
WinWidth 0.56875

Subobjects

bCancel

Class: XInterface.GUIButton

Property Value
Caption "Cancel"
OnClick CancelClick
WinHeight 0.05
WinLeft 0.610001
WinTop 0.82
WinWidth 0.16875

bCreate

Class: XInterface.GUIButton

Property Value
Caption "Create"
OnClick CreateClick
WinHeight 0.05
WinLeft 0.610001
WinTop 0.105
WinWidth 0.16875

bEdit

Class: XInterface.GUIButton

Property Value
Caption "Edit"
OnClick EditClick
WinHeight 0.05
WinLeft 0.610001
WinTop 0.266666
WinWidth 0.16875

bOK

Class: XInterface.GUIButton

Property Value
Caption "OK"
OnClick OKClick
WinHeight 0.05
WinLeft 0.610001
WinTop 0.77
WinWidth 0.16875

bRemove

Class: XInterface.GUIButton

Property Value
Caption "Remove"
OnClick RemoveClick
WinHeight 0.05
WinLeft 0.610001
WinTop 0.158333
WinWidth 0.16875

lbFilters

Class: XInterface.GUIMultiOptionListBox

Property Value
WinHeight 0.766448
WinLeft 0.262656
WinTop 0.103281
WinWidth 0.343359

sbBackground

Class: GUI2K4.AltSectionBackground

Property Value
bFillClient True
BottomPadding 0.0025
Caption "Filters..."
LeftPadding 0.0025
RightPadding 0.0025
TopPadding 0.0025
WinHeight 0.766448
WinLeft 0.262656
WinTop 0.103281
WinWidth 0.343359

Functions

Events

InitComponent

event InitComponent (GUIController MyC, GUIComponent MyO)

Overrides: FloatingWindow.InitComponent


Other instance functions

CancelClick

function bool CancelClick (GUIComponent Sender)


CreateClick

function bool CreateClick (GUIComponent Sender)


EditClick

function bool EditClick (GUIComponent Sender)


FilterChange

function FilterChange (GUIComponent Sender)


FilterDBLClick

function bool FilterDBLClick (GUIComponent Sender)


InitFilterList

function InitFilterList ()


OKClick

function bool OKClick (GUIComponent Sender)


RemoveClick

function bool RemoveClick (GUIComponent Sender)