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
{
	bResizeHeightAllowed=True
	bResizeWidthAllowed=True
	bMoveAllowed=True
	bRequire640x480=False
	bRenderWorld=True
	bCaptureInput=False
	InactiveFadeColor=(R=255,B=255,G=255,A=255)


	HeaderMouseCursorIndex=1


	Begin Object Class=GUIHeader Name=TitleBar
		WinWidth=1
		WinHeight=0.043750
		WinLeft=0
		WinTop=0
		RenderWeight=0.1
		FontScale=FNS_Small
		bUseTextHeight=True
		bAcceptsInput=True
		bNeverFocus=False
		bBoundToParent=true
		bScaleToParent=true
		OnMousePressed=FloatingMousePressed
		OnMouseRelease=FloatingMouseRelease
		ScalingType=SCALE_X
	End Object
	t_WindowTitle=TitleBar


	DefaultLeft=0.2
	DefaultTop=0.2
	DefaultWidth=0.6
	DefaultHeight=0.6


	MinPageWidth=0.1
	MaxPageWidth=1.0


	MinPageHeight=0.1
	MaxPageHeight=1.0



	
	OnCreateComponent=InternalOnCreateComponent
	OnMousePressed=FloatingMousePressed
	OnMouseRelease=FloatingMouseRelease
	OnHover=FloatingHover
	OnPreDraw=FloatingPreDraw
	OnRendered=FloatingRendered


	

}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Do 14.8.2014 09:58:06.144 - Created with UnCodeX