Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

GUI2K4.UT2K4_FilterListPage

Extends
LargeWindow

Core.Object
|   
+-- XInterface.GUI
   |   
   +-- XInterface.GUIComponent
      |   
      +-- XInterface.GUIMultiComponent
         |   
         +-- XInterface.GUIPage
            |   
            +-- XInterface.UT2K4GUIPage
               |   
               +-- GUI2K4.PopupPageBase
                  |   
                  +-- GUI2K4.FloatingWindow
                     |   
                     +-- GUI2K4.LargeWindow
                        |   
                        +-- GUI2K4.UT2K4_FilterListPage

Variables Summary
GUIButtonb_Cancel
GUIButtonb_Create
GUIButtonb_Edit
GUIButtonb_OK
GUIButtonb_Remove
stringCantRemove
BrowserFiltersFM
GUIMultiOptionListBoxlb_Filters
GUIMultiOptionListli_Filters
GUISectionBackgroundsb_Background
Inherited Variables from GUI2K4.FloatingWindow
BLSizing, bMoveAllowed, bMoving, bResizeHeightAllowed, bResizeWidthAllowed, bResizing, BRSizing, BtSizing, b_ExitButton, DefaultHeight, DefaultLeft, DefaultTop, DefaultWidth, HeaderMouseCursorIndex, LSizing, MaxPageHeight, MaxPageWidth, MinPageHeight, MinPageWidth, RSizing, TLSizing, TRSizing, TSizing, t_WindowTitle, WindowName

Functions Summary
functionbool CancelClick (GUIComponent Sender)
functionbool CreateClick (GUIComponent Sender)
functionbool EditClick (GUIComponent Sender)
function FilterChange (GUIComponent Sender)
functionbool FilterDBLClick (GUIComponent Sender)
function InitComponent (GUIController MyC, GUIComponent MyO)
function InitFilterList ()
functionbool OKClick (GUIComponent Sender)
functionbool RemoveClick (GUIComponent Sender)
Inherited Functions from GUI2K4.FloatingWindow
AddSystemMenu, AlignFrame, CheckBounds, FloatingHover, FloatingMousePressed, FloatingMouseRelease, FloatingPreDraw, FloatingRendered, HoveringBottomBorder, HoveringBottomLeft, HoveringLeftBorder, HoveringRightBorder, HoveringTopBorder, HoveringTopLeft, InitComponent, InternalOnCreateComponent, ResizeAllowed, ResizedBoth, ResizedHeight, ResizedWidth, ResolutionChanged, SaveCurrentPosition, SetDefaultPosition, SetFocus, SetMouseCursorIndex, SetPanelPosition, SystemMenuPreDraw, XButtonClicked


Variables Detail

b_Cancel Source code

var automated GUIButton b_Cancel;

b_Create Source code

var automated GUIButton b_Create;

b_Edit Source code

var automated GUIButton b_Edit;

b_OK Source code

var automated GUIButton b_OK;

b_Remove Source code

var automated GUIButton b_Remove;

CantRemove Source code

var localized string CantRemove;

FM Source code

var BrowserFilters FM;

lb_Filters Source code

var automated GUIMultiOptionListBox lb_Filters;

li_Filters Source code

var GUIMultiOptionList li_Filters;

sb_Background Source code

var automated GUISectionBackground sb_Background;


Functions Detail

CancelClick Source code

function bool CancelClick ( GUIComponent Sender )

CreateClick Source code

function bool CreateClick ( GUIComponent Sender )

EditClick Source code

function bool EditClick ( GUIComponent Sender )

FilterChange Source code

function FilterChange ( GUIComponent Sender )

FilterDBLClick Source code

function bool FilterDBLClick ( GUIComponent Sender )

InitComponent Source code

function InitComponent ( GUIController MyC, GUIComponent MyO )

InitFilterList Source code

function InitFilterList ( )

OKClick Source code

function bool OKClick ( GUIComponent Sender )

RemoveClick Source code

function bool RemoveClick ( GUIComponent Sender )


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
previous class      next class frames      no frames
Creation time: Wed 7/2/2007 19:16:24.484 - Created with UnCodeX