UE2:UT2K4_FilterListPage (UT2004)
Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPage >> UT2K4GUIPage >> PopupPageBase >> FloatingWindow >> LargeWindow >> UT2K4_FilterListPage |
- 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. |
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
Overrides: FloatingWindow.InitComponent
Other instance functions
CancelClick
CreateClick
EditClick
FilterChange
FilterDBLClick
InitFilterList
OKClick
RemoveClick