I don't need to test my programs. I have an error-correcting modem.

UE2:UT2K4_FilterListPage (UT2004)

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


Properties[edit]

b_Cancel[edit]

Type: GUIButton

Modifiers: automated


Default value: bCancel;

b_Create[edit]

Type: GUIButton

Modifiers: automated


Default value: GUIButton'bCreate'

b_Edit[edit]

Type: GUIButton

Modifiers: automated


Default value: GUIButton'bEdit'

b_OK[edit]

Type: GUIButton

Modifiers: automated


Default value: bOK;

b_Remove[edit]

Type: GUIButton

Modifiers: automated


Default value: GUIButton'bRemove'

CantRemove[edit]

Type: string

Modifiers: localized


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

FM[edit]

Type: BrowserFilters


lb_Filters[edit]

Type: GUIMultiOptionListBox

Modifiers: automated


Default value: GUIMultiOptionListBox'lbFilters'

li_Filters[edit]

Type: GUIMultiOptionList


sb_Background[edit]

Type: GUISectionBackground

Modifiers: automated


Default value: AltSectionBackground'sbBackground'

Default values[edit]

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

Subobjects[edit]

bCancel[edit]

Class: XInterface.GUIButton

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

bCreate[edit]

Class: XInterface.GUIButton

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

bEdit[edit]

Class: XInterface.GUIButton

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

bOK[edit]

Class: XInterface.GUIButton

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

bRemove[edit]

Class: XInterface.GUIButton

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

lbFilters[edit]

Class: XInterface.GUIMultiOptionListBox

Property Value
WinHeight 0.766448
WinLeft 0.262656
WinTop 0.103281
WinWidth 0.343359

sbBackground[edit]

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

Events[edit]

InitComponent[edit]

event InitComponent (GUIController MyC, GUIComponent MyO)

Overrides: FloatingWindow.InitComponent


Other instance functions[edit]

CancelClick[edit]

function bool CancelClick (GUIComponent Sender)


CreateClick[edit]

function bool CreateClick (GUIComponent Sender)


EditClick[edit]

function bool EditClick (GUIComponent Sender)


FilterChange[edit]

function FilterChange (GUIComponent Sender)


FilterDBLClick[edit]

function bool FilterDBLClick (GUIComponent Sender)


InitFilterList[edit]

function InitFilterList ()


OKClick[edit]

function bool OKClick (GUIComponent Sender)


RemoveClick[edit]

function bool RemoveClick (GUIComponent Sender)