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

GUI2K4.LockedFloatingWindow

Extends
FloatingWindow

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

Direct Known Subclasses:

GUICustomPropertyPage, KeyBindMenu, MutatorConfigMenu, TeamSymbolConfig, UT2K4BotConfigPage, UT2K4BotInfoPage, UT2K4Demo2AVI, UT2k4ModelSelect, UT2K4NetworkStatusMsg, UT2K4TryAMod

Variables Summary
GUIButtonb_Cancel
GUIButtonb_OK
GUISectionBackgroundsb_Main
LockedFloatingWindow
floatEdgeBorder[4]
stringSubCaption
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
Inherited Variables from GUI2K4.PopupPageBase
bClosing, bFading, CurFade, CurFadeTime, DesiredFade, FadeTime, i_FrameBG

Functions Summary
function AlignButtons ()
function InitComponent (GUIController InController, GUIComponent InOwner)
functionbool InternalOnClick (GUIComponent Sender)
function InternalOnCreateComponent (GUIComponent NewComp, 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
Inherited Functions from GUI2K4.PopupPageBase
FadeIn, FadeOut, InternalOnPreDraw, Opened


Variables Detail

b_Cancel Source code

var automated GUIButton b_Cancel;

b_OK Source code

var automated GUIButton b_OK;

sb_Main Source code

var automated GUISectionBackground sb_Main;

LockedFloatingWindow

EdgeBorder[4] Source code

var(LockedFloatingWindow) float EdgeBorder[4];

SubCaption Source code

var(LockedFloatingWindow) localized string SubCaption;


Functions Detail

AlignButtons Source code

function AlignButtons ( )

InitComponent Source code

function InitComponent ( GUIController InController, GUIComponent InOwner )

InternalOnClick Source code

function bool InternalOnClick ( GUIComponent Sender )

InternalOnCreateComponent Source code

function InternalOnCreateComponent ( GUIComponent NewComp, GUIComponent Sender )


Defaultproperties

defaultproperties
{
     Begin Object Class=AltSectionBackground Name=InternalFrameImage
         WinTop=0.075000
         WinLeft=0.040000
         WinWidth=0.675859
         WinHeight=0.550976
         OnPreDraw=InternalFrameImage.InternalPreDraw
     End Object
     sb_Main=AltSectionBackground'GUI2K4.LockedFloatingWindow.InternalFrameImage'

     Begin Object Class=GUIButton Name=LockedCancelButton
         Caption="Cancel"
         bAutoShrink=False
         WinTop=0.872397
         WinLeft=0.512695
         WinWidth=0.159649
         TabOrder=99
         bBoundToParent=True
         OnClick=LockedFloatingWindow.InternalOnClick
         OnKeyEvent=LockedCancelButton.InternalOnKeyEvent
     End Object
     b_Cancel=GUIButton'GUI2K4.LockedFloatingWindow.LockedCancelButton'

     Begin Object Class=GUIButton Name=LockedOKButton
         Caption="OK"
         bAutoShrink=False
         WinTop=0.872397
         WinLeft=0.742188
         WinWidth=0.159649
         TabOrder=100
         bBoundToParent=True
         OnClick=LockedFloatingWindow.InternalOnClick
         OnKeyEvent=LockedOKButton.InternalOnKeyEvent
     End Object
     b_OK=GUIButton'GUI2K4.LockedFloatingWindow.LockedOKButton'

     EdgeBorder(0)=16.000000
     EdgeBorder(1)=24.000000
     EdgeBorder(2)=16.000000
     EdgeBorder(3)=24.000000
     bResizeWidthAllowed=False
     bResizeHeightAllowed=False
     DefaultLeft=0.125000
     DefaultTop=0.150000
     DefaultWidth=0.740000
     DefaultHeight=0.700000
     bCaptureInput=True
     InactiveFadeColor=(B=60,G=60,R=60)
     WinTop=0.150000
     WinLeft=0.125000
     WinWidth=0.740000
     WinHeight=0.700000
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Wed 7/2/2007 19:16:05.062 - Created with UnCodeX