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

XInterface.UT2StatsPrompt

Extends
UT2K3GUIPage

Core.Object
|   
+-- XInterface.GUI
   |   
   +-- XInterface.GUIComponent
      |   
      +-- XInterface.GUIMultiComponent
         |   
         +-- XInterface.GUIPage
            |   
            +-- XInterface.UT2K3GUIPage
               |   
               +-- XInterface.UT2StatsPrompt

Direct Known Subclasses:

UT2K4StatsPrompt

Variables Summary
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 OnStatsConfigured ()
Inherited Delegates from XInterface.GUIPage
OnCanClose, OnClose, OnOpen, OnReOpen

Functions Summary
function InitComponent (GUIController MyController, GUIComponent MyOwner)
functionbool InternalOnClick (GUIComponent Sender)
function ReOpen ()
Inherited Functions from XInterface.GUIPage
AllowOpen, ChangeHint, CheckResolution, Closed, Free, GetDataString, GetRestoreParams, HandleObject, HandleParameters, InitComponent, IsOpen, NotifyLevelChange, PlayCloseSound, PlayOpenSound, SetDataString, SetFocus


Delegates Detail

OnStatsConfigured Source code

delegate OnStatsConfigured ( )


Functions Detail

InitComponent Source code

function InitComponent ( GUIController MyController, GUIComponent MyOwner )

InternalOnClick Source code

function bool InternalOnClick ( GUIComponent Sender )

ReOpen Source code

function ReOpen ( )


Defaultproperties

defaultproperties
{
     OnReOpen=UT2StatsPrompt.ReOpen
     Begin Object Class=GUIButton Name=PromptBackground
         StyleName="SquareBar"
         WinHeight=1.000000
         bBoundToParent=True
         bScaleToParent=True
         bAcceptsInput=False
         bNeverFocus=True
         OnKeyEvent=PromptBackground.InternalOnKeyEvent
     End Object
     Controls(0)=GUIButton'XInterface.UT2StatsPrompt.PromptBackground'

     Begin Object Class=GUIButton Name=YesButton
         Caption="YES"
         WinTop=0.810000
         WinLeft=0.125000
         WinWidth=0.200000
         bBoundToParent=True
         OnClick=UT2StatsPrompt.InternalOnClick
         OnKeyEvent=YesButton.InternalOnKeyEvent
     End Object
     Controls(1)=GUIButton'XInterface.UT2StatsPrompt.YesButton'

     Begin Object Class=GUIButton Name=NoButton
         Caption="NO"
         WinTop=0.810000
         WinLeft=0.650000
         WinWidth=0.200000
         bBoundToParent=True
         OnClick=UT2StatsPrompt.InternalOnClick
         OnKeyEvent=NoButton.InternalOnKeyEvent
     End Object
     Controls(2)=GUIButton'XInterface.UT2StatsPrompt.NoButton'

     Begin Object Class=GUILabel Name=PromptHeader
         Caption="This server has UT2003stats ENABLED!"
         TextAlign=TXTA_Center
         TextColor=(B=220,G=220,R=220)
         TextFont="UT2HeaderFont"
         bMultiLine=True
         WinTop=0.354166
         WinHeight=0.051563
     End Object
     Controls(3)=GUILabel'XInterface.UT2StatsPrompt.PromptHeader'

     Begin Object Class=GUILabel Name=PromptDesc
         Caption="You will only be able to join this server by turning on "Track Stats" and setting a unique Stats Username and Password. Currently you will only be able to connect to servers with stats DISABLED.||Would you like to configure your Stats Username and Password now?"
         TextAlign=TXTA_Center
         TextColor=(B=0,G=180,R=220)
         bMultiLine=True
         WinTop=0.422917
         WinHeight=0.256251
     End Object
     Controls(4)=GUILabel'XInterface.UT2StatsPrompt.PromptDesc'

     WinTop=0.325000
     WinHeight=0.325000
}

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