Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |
Core.Object | +-- XInterface.GUI | +-- XInterface.GUIComponent | +-- XInterface.GUIMultiComponent | +-- XInterface.GUIPage | +-- XInterface.UT2K4GUIPage | +-- GUI2K4.PopupPageBase | +-- GUI2K4.FloatingWindow | +-- GUI2K4.LargeWindow | +-- GUI2K4.UT2K4_FilterListPage
Functions Summary | ||
---|---|---|
bool | CancelClick (GUIComponent Sender) | |
bool | CreateClick (GUIComponent Sender) | |
bool | EditClick (GUIComponent Sender) | |
FilterChange (GUIComponent Sender) | ||
bool | FilterDBLClick (GUIComponent Sender) | |
InitComponent (GUIController MyC, GUIComponent MyO) | ||
InitFilterList () | ||
bool | OKClick (GUIComponent Sender) | |
bool | RemoveClick (GUIComponent Sender) |
Variables Detail |
---|
Functions Detail |
---|
Defaultproperties |
---|
defaultproperties { Begin Object Class=AltSectionBackground Name=sbBackground bFillClient=True Caption="Filters..." LeftPadding=0.002500 RightPadding=0.002500 TopPadding=0.002500 BottomPadding=0.002500 WinTop=0.103281 WinLeft=0.262656 WinWidth=0.343359 WinHeight=0.766448 OnPreDraw=sbBackground.InternalPreDraw End Object sb_Background=AltSectionBackground'GUI2K4.UT2K4_FilterListPage.sbBackground' Begin Object Class=GUIButton Name=bCreate Caption="Create" WinTop=0.105000 WinLeft=0.610001 WinWidth=0.168750 WinHeight=0.050000 OnClick=UT2K4_FilterListPage.CreateClick OnKeyEvent=bCreate.InternalOnKeyEvent End Object b_Create=GUIButton'GUI2K4.UT2K4_FilterListPage.bCreate' Begin Object Class=GUIButton Name=bRemove Caption="Remove" WinTop=0.158333 WinLeft=0.610001 WinWidth=0.168750 WinHeight=0.050000 OnClick=UT2K4_FilterListPage.RemoveClick OnKeyEvent=bRemove.InternalOnKeyEvent End Object b_Remove=GUIButton'GUI2K4.UT2K4_FilterListPage.bRemove' Begin Object Class=GUIButton Name=bEdit Caption="Edit" WinTop=0.266666 WinLeft=0.610001 WinWidth=0.168750 WinHeight=0.050000 OnClick=UT2K4_FilterListPage.EditClick OnKeyEvent=bEdit.InternalOnKeyEvent End Object b_Edit=GUIButton'GUI2K4.UT2K4_FilterListPage.bEdit' Begin Object Class=GUIButton Name=bOk Caption="OK" WinTop=0.770000 WinLeft=0.610001 WinWidth=0.168750 WinHeight=0.050000 OnClick=UT2K4_FilterListPage.OkClick OnKeyEvent=bOk.InternalOnKeyEvent End Object b_OK=GUIButton'GUI2K4.UT2K4_FilterListPage.bOk' Begin Object Class=GUIButton Name=bCancel Caption="Cancel" WinTop=0.820000 WinLeft=0.610001 WinWidth=0.168750 WinHeight=0.050000 OnClick=UT2K4_FilterListPage.CancelClick OnKeyEvent=bCancel.InternalOnKeyEvent End Object b_Cancel=GUIButton'GUI2K4.UT2K4_FilterListPage.bCancel' Begin Object Class=GUIMultiOptionListBox Name=lbFilters OnCreateComponent=lbFilters.InternalOnCreateComponent WinTop=0.103281 WinLeft=0.262656 WinWidth=0.343359 WinHeight=0.766448 End Object lb_Filters=GUIMultiOptionListBox'GUI2K4.UT2K4_FilterListPage.lbFilters' CantRemove="You can not remove the default filter" WindowName="Select Filters" WinTop=0.046667 WinLeft=0.237500 WinWidth=0.568750 WinHeight=0.875001 } |
Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |