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

GUI2K4.FloatingWindow

Extends
PopupPageBase

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

Direct Known Subclasses:

ID3TagEditor, LargeWindow, LockedFloatingWindow, MaplistEditor, StreamPlayer, StreamPlaylistEditor, UT2K4InGameChat, UT2K4PlayerLoginMenu

Variables Summary
GUIHeadert_WindowTitle
FloatingWindow
boolBLSizing
boolbMoveAllowed
boolbMoving
boolbResizeHeightAllowed
boolbResizeWidthAllowed
boolbResizing
boolBRSizing
boolBtSizing
GUIButtonb_ExitButton
floatDefaultHeight
floatDefaultLeft
floatDefaultTop
floatDefaultWidth
intHeaderMouseCursorIndex
boolLSizing
floatMaxPageHeight
floatMaxPageWidth
floatMinPageHeight
floatMinPageWidth
boolRSizing
boolTLSizing
boolTRSizing
boolTSizing
stringWindowName
Inherited Variables from GUI2K4.PopupPageBase
bClosing, bFading, CurFade, CurFadeTime, DesiredFade, FadeTime, i_FrameBG
Inherited Variables from XInterface.UT2K4GUIPage
BeepSound, FadeInSound, PopInSound, SlideInSound

Functions Summary
function AddSystemMenu ()
functionbool AlignFrame (Canvas C)
function CheckBounds ()
functionbool FloatingHover (GUIComponent Sender)
function FloatingMousePressed (GUIComponent Sender, bool bRepeat)
function FloatingMouseRelease (GUIComponent Sender)
functionbool FloatingPreDraw (Canvas C)
function FloatingRendered (Canvas C)
functionbool HoveringBottomBorder ()
functionbool HoveringBottomLeft ()
functionbool HoveringLeftBorder ()
functionbool HoveringRightBorder ()
functionbool HoveringTopBorder ()
functionbool HoveringTopLeft ()
function InitComponent (GUIController MyController, GUIComponent MyOwner)
function InternalOnCreateComponent (GUIComponent NewComp, GUIComponent Sender)
functionbool ResizeAllowed ()
function ResizedBoth ()
function ResizedHeight ()
function ResizedWidth ()
event ResolutionChanged (int ResX, int ResY)
function SaveCurrentPosition ()
function SetDefaultPosition ()
event SetFocus (GUIComponent Who)
function SetMouseCursorIndex (int NewIndex)
function SetPanelPosition (Canvas C)
functionbool SystemMenuPreDraw (canvas Canvas)
functionbool XButtonClicked (GUIComponent Sender)
Inherited Functions from GUI2K4.PopupPageBase
FadeIn, FadeOut, InternalOnPreDraw, Opened


Variables Detail

t_WindowTitle Source code

var automated GUIHeader t_WindowTitle;

FloatingWindow

BLSizing Source code

var(FloatingWindow) editconst bool BLSizing;

bMoveAllowed Source code

var(FloatingWindow) editconst bool bMoveAllowed;

bMoving Source code

var(FloatingWindow) editconst bool bMoving;

bResizeHeightAllowed Source code

var(FloatingWindow) editconst bool bResizeHeightAllowed;

bResizeWidthAllowed Source code

var(FloatingWindow) editconst bool bResizeWidthAllowed;

bResizing Source code

var(FloatingWindow) editconst bool bResizing;

BRSizing Source code

var(FloatingWindow) editconst bool BRSizing;

BtSizing Source code

var(FloatingWindow) editconst bool BtSizing;

b_ExitButton Source code

var(FloatingWindow) GUIButton b_ExitButton;

DefaultHeight Source code

var(FloatingWindow) config float DefaultHeight;

DefaultLeft Source code

var(FloatingWindow) config float DefaultLeft;

DefaultTop Source code

var(FloatingWindow) config float DefaultTop;

DefaultWidth Source code

var(FloatingWindow) config float DefaultWidth;

HeaderMouseCursorIndex Source code

var(FloatingWindow) int HeaderMouseCursorIndex;

LSizing Source code

var(FloatingWindow) editconst bool LSizing;

MaxPageHeight Source code

var(FloatingWindow) float MaxPageHeight;

MaxPageWidth Source code

var(FloatingWindow) float MaxPageWidth;

MinPageHeight Source code

var(FloatingWindow) float MinPageHeight;

MinPageWidth Source code

var(FloatingWindow) float MinPageWidth;

RSizing Source code

var(FloatingWindow) editconst bool RSizing;

TLSizing Source code

var(FloatingWindow) editconst bool TLSizing;

TRSizing Source code

var(FloatingWindow) editconst bool TRSizing;

TSizing Source code

var(FloatingWindow) editconst bool TSizing;

WindowName Source code

var(FloatingWindow) localized string WindowName;


Functions Detail

AddSystemMenu Source code

function AddSystemMenu ( )

AlignFrame Source code

function bool AlignFrame ( Canvas C )

CheckBounds Source code

function CheckBounds ( )

FloatingHover Source code

function bool FloatingHover ( GUIComponent Sender )

FloatingMousePressed Source code

function FloatingMousePressed ( GUIComponent Sender, bool bRepeat )

FloatingMouseRelease Source code

function FloatingMouseRelease ( GUIComponent Sender )

FloatingPreDraw Source code

function bool FloatingPreDraw ( Canvas C )

FloatingRendered Source code

function FloatingRendered ( Canvas C )

HoveringBottomBorder Source code

function bool HoveringBottomBorder ( )

HoveringBottomLeft Source code

function bool HoveringBottomLeft ( )

HoveringLeftBorder Source code

function bool HoveringLeftBorder ( )

HoveringRightBorder Source code

function bool HoveringRightBorder ( )

HoveringTopBorder Source code

function bool HoveringTopBorder ( )

HoveringTopLeft Source code

function bool HoveringTopLeft ( )

InitComponent Source code

function InitComponent ( GUIController MyController, GUIComponent MyOwner )

InternalOnCreateComponent Source code

function InternalOnCreateComponent ( GUIComponent NewComp, GUIComponent Sender )

ResizeAllowed Source code

function bool ResizeAllowed ( )

ResizedBoth Source code

function ResizedBoth ( )

ResizedHeight Source code

function ResizedHeight ( )

ResizedWidth Source code

function ResizedWidth ( )

ResolutionChanged Source code

event ResolutionChanged ( int ResX, int ResY )

SaveCurrentPosition Source code

function SaveCurrentPosition ( )

SetDefaultPosition Source code

function SetDefaultPosition ( )

SetFocus Source code

event SetFocus ( GUIComponent Who )

SetMouseCursorIndex Source code

function SetMouseCursorIndex ( int NewIndex )

SetPanelPosition Source code

function SetPanelPosition ( Canvas C )

SystemMenuPreDraw Source code

function bool SystemMenuPreDraw ( canvas Canvas )

XButtonClicked Source code

function bool XButtonClicked ( GUIComponent Sender )


Defaultproperties

defaultproperties
{
     Begin Object Class=GUIHeader Name=TitleBar
         bUseTextHeight=True
         WinHeight=0.043750
         RenderWeight=0.100000
         bBoundToParent=True
         bScaleToParent=True
         bAcceptsInput=True
         bNeverFocus=False
         ScalingType=SCALE_X
         OnMousePressed=FloatingWindow.FloatingMousePressed
         OnMouseRelease=FloatingWindow.FloatingMouseRelease
     End Object
     t_WindowTitle=GUIHeader'GUI2K4.FloatingWindow.TitleBar'

     MinPageWidth=0.100000
     MinPageHeight=0.100000
     MaxPageHeight=1.000000
     MaxPageWidth=1.000000
     bResizeWidthAllowed=True
     bResizeHeightAllowed=True
     bMoveAllowed=True
     DefaultLeft=0.200000
     DefaultTop=0.200000
     DefaultWidth=0.600000
     DefaultHeight=0.600000
     HeaderMouseCursorIndex=1
     bCaptureInput=False
     InactiveFadeColor=(B=255,G=255,R=255)
     OnCreateComponent=FloatingWindow.InternalOnCreateComponent
     OnPreDraw=FloatingWindow.FloatingPreDraw
     OnRendered=FloatingWindow.FloatingRendered
     OnHover=FloatingWindow.FloatingHover
     OnMousePressed=FloatingWindow.FloatingMousePressed
     OnMouseRelease=FloatingWindow.FloatingMouseRelease
}

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