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=Texture'2K4Menus.NewControls.Display1'
         DropShadow=None
         ImageStyle=ISTY_Stretched
         ImageRenderStyle=MSTY_Normal
         WinTop=0.020000
         WinLeft=0.000000
         WinWidth=1.000000
         WinHeight=0.980000
         RenderWeight=0.000003
     End Object
     i_FrameBG=FloatingImage'GUI2K4.PopupPageBase.FloatingFrameBackground'

     FadeTime=0.350000
     CurFade=200
     DesiredFade=80
     bRenderWorld=True
     bRequire640x480=False
     BackgroundRStyle=MSTY_Modulated
     OnPreDraw=PopupPageBase.InternalOnPreDraw
}

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