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

GUI2K4.PopupPageBase

Extends
UT2K4GUIPage

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

Direct Known Subclasses:

FloatingWindow, MessageWindow, UT2K4DemoPlayback

Variables Summary
boolbClosing
boolbFading
FloatingImagei_FrameBG
Fade
byteCurFade
floatCurFadeTime
byteDesiredFade
floatFadeTime
Inherited Variables from XInterface.UT2K4GUIPage
BeepSound, FadeInSound, PopInSound, SlideInSound
Inherited Variables from XInterface.GUIPage
Background, BackgroundColor, BackgroundRStyle, bAllowedAsLast, bCaptureInput, bCheckResolution, bDisconnectOnOpen, bPauseIfPossible, bPersistent, bRenderWorld, bRequire640x480, bRestorable, CloseSound, InactiveFadeColor, OpenSound, ParentPage, Timers

Delegates Summary
delegate FadedIn ()
delegate FadedOut ()
Inherited Delegates from XInterface.GUIPage
OnCanClose, OnClose, OnOpen, OnReOpen

Functions Summary
function FadeIn ()))
function FadeOut ()))
functionbool InternalOnPreDraw (Canvas C ))
event Opened (GUIComponent Sender))
Inherited Functions from XInterface.GUIPage
AllowOpen, ChangeHint, CheckResolution, Closed, Free, GetDataString, GetRestoreParams, HandleObject, HandleParameters, InitComponent, IsOpen, NotifyLevelChange, PlayCloseSound, PlayOpenSound, SetDataString, SetFocus


Variables Detail

bClosing Source code

var bool bClosing;

bFading Source code

var bool bFading;

i_FrameBG Source code

var automated FloatingImage i_FrameBG;

Fade

CurFade Source code

var(Fade) byte CurFade;

CurFadeTime Source code

var(Fade) float CurFadeTime;

DesiredFade Source code

var(Fade) byte DesiredFade;

FadeTime Source code

var(Fade) config float FadeTime;


Delegates Detail

FadedIn Source code

delegate FadedIn ( )

FadedOut Source code

delegate FadedOut ( )


Functions Detail

FadeIn Source code

function FadeIn ( ) )

FadeOut Source code

function FadeOut ( ) )

InternalOnPreDraw Source code

function bool InternalOnPreDraw ( Canvas C ) )

Opened Source code

event Opened ( GUIComponent Sender) )


Defaultproperties

defaultproperties
{


	Begin Object Class=FloatingImage Name=FloatingFrameBackground
		Image=Material'2K4Menus.NewControls.Display1'
		ImageRenderStyle=MSTY_Normal
		ImageStyle=ISTY_Stretched
		ImageColor=(R=255,G=255,B=255,A=255)
		DropShadow=None
		WinWidth=1
		WinHeight=0.98
		WinLeft=0
		WinTop=0.02
		RenderWeight=0.000003
		bBoundToParent=True
		bScaleToParent=True
	End Object
	i_FrameBG=FloatingFrameBackground


	bRequire640x480=False
	bRenderWorld=True
	bCaptureInput=True


	DesiredFade=80
	CurFade=200
	FadeTime=0.35


	OnPreDraw=InternalOnPreDraw
	BackgroundColor=(R=255,G=255,B=255,A=255)
	BackgroundRStyle=MSTY_Modulated
}

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