GUI2K4.UT2K4FilterControlPanel
- Extends
- GUIPanel
Core.Object
|
+-- XInterface.GUI
|
+-- XInterface.GUIComponent
|
+-- XInterface.GUIMultiComponent
|
+-- XInterface.GUIPanel
|
+-- GUI2K4.UT2K4FilterControlPanel
Inherited Functions from XInterface.GUIMultiComponent |
AddComponent, AppendComponent, BeginAnimation, CanAcceptFocus, CenterMouse, CheckDuplicateTabOrder, CheckInvalidTabOrder, Closed, DebugTabOrder, DisableMe, EnableMe, EndAnimation, FindComponentIndex, FocusFirst, FocusLast, Free, InitComponent, InitializeControls, InsertComponent, InternalOnShow, LevelChanged, LoseFocus, NextControl, Opened, PrevControl, RemapComponents, RemoveComponent, SetFocus, SetFocusInstead, SetVisibility |
var localized string CopyText;
var localized string CreateFilterCaption;
var localized string FilterNameCaption;
var localized string RenameText;
function CopyFilter ( )
function CopyFilterClosed ( optional bool bCancelled )
InternalOnCreateComponent Source code
function NewFilter ( )
function NewFilterClosed ( optional bool bCancelled )
protected function NewItemSelected ( )
protected function NoItemSelected ( )
function RemoveFilter ( )
function RenameFilter ( )
function RenameFilterClosed ( optional bool bCancelled )
defaultproperties
{
Begin Object Class=GUISectionBackground Name=BackgroundSec
bFillClient=True
Caption="Custom Filters"
BottomPadding=0.100000
WinTop=0.538846
WinHeight=0.456507
OnPreDraw=BackgroundSec.InternalPreDraw
End Object
sb_Back=GUISectionBackground'GUI2K4.UT2K4FilterControlPanel.BackgroundSec'
Begin Object Class=GUIMultiOptionListBox Name=FilterListBox
bVisibleWhenEmpty=True
OnCreateComponent=UT2K4FilterControlPanel.InternalOnCreateComponent
WinTop=0.079581
WinHeight=0.787241
TabOrder=1
bBoundToParent=True
bScaleToParent=True
OnChange=UT2K4FilterControlPanel.InternalOnChange
OnLoadINI=UT2K4FilterControlPanel.InternalOnLoad
End Object
lb_Filters=GUIMultiOptionListBox'GUI2K4.UT2K4FilterControlPanel.FilterListBox'
Begin Object Class=moComboBox Name=GameTypeCombo
CaptionWidth=0.330000
Caption="Game Type"
OnCreateComponent=GameTypeCombo.InternalOnCreateComponent
IniOption="@INTERNAL"
Hint="Only rules for this gametype will be shown"
WinTop=8.096001
WinLeft=0.029015
WinWidth=0.957536
WinHeight=27.000000
RenderWeight=1.000000
TabOrder=0
OnChange=UT2K4FilterControlPanel.InternalOnChange
End Object
co_GameType=moComboBox'GUI2K4.UT2K4FilterControlPanel.GameTypeCombo'
Begin Object Class=GUIButton Name=CreateFButton
Caption="New"
Hint="Create new custom filter"
WinTop=0.927996
WinLeft=0.533485
WinWidth=0.302815
WinHeight=0.050000
TabOrder=3
bBoundToParent=True
bScaleToParent=True
OnClick=UT2K4FilterControlPanel.InternalOnClick
OnKeyEvent=CreateFButton.InternalOnKeyEvent
End Object
b_CreateF=GUIButton'GUI2K4.UT2K4FilterControlPanel.CreateFButton'
Begin Object Class=GUIButton Name=RemoveFButton
Caption="Remove"
MenuState=MSAT_Disabled
Hint="Permanently delete currently selected filter"
WinTop=0.927996
WinLeft=0.189031
WinWidth=0.300000
WinHeight=0.050000
TabOrder=2
bBoundToParent=True
bScaleToParent=True
OnClick=UT2K4FilterControlPanel.InternalOnClick
OnKeyEvent=RemoveFButton.InternalOnKeyEvent
End Object
b_RemoveF=GUIButton'GUI2K4.UT2K4FilterControlPanel.RemoveFButton'
CopyText="Copy of"
CreateFilterCaption="Create Filter"
RenameText="Rename Filter"
FilterNameCaption="Filter Name: "
Begin Object Class=GUIContextMenu Name=RCMenu
ContextItems(0)="Clone Filter"
ContextItems(1)="Rename Filter"
ContextItems(2)="-"
ContextItems(3)="Reset All Filters"
ContextItems(4)="Remove All Filters"
OnSelect=UT2K4FilterControlPanel.ContextClick
End Object
ContextMenu=GUIContextMenu'GUI2K4.UT2K4FilterControlPanel.RCMenu'
OnRightClick=UT2K4FilterControlPanel.InternalOnRightClick
}
|
Creation time: Wed 7/2/2007 19:16:22.265 - Created with
UnCodeX