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

XInterface.UT2VideoChangeOK

Extends
UT2K3GUIPage

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

Variables Summary
IntCount
stringOrigRes
stringRestoreTextPost
stringRestoreTextPre
stringRestoreTextSingular
Inherited Variables from XInterface.GUIPage
Background, BackgroundColor, BackgroundRStyle, bAllowedAsLast, bCaptureInput, bCheckResolution, bDisconnectOnOpen, bPauseIfPossible, bPersistent, bRenderWorld, bRequire640x480, bRestorable, CloseSound, InactiveFadeColor, OpenSound, ParentPage, Timers

Functions Summary
function Execute (string DesiredRes)
functionbool InternalOnClick (GUIComponent Sender)
function StartTimer ()
event Timer ()
Inherited Functions from XInterface.GUIPage
AllowOpen, ChangeHint, CheckResolution, Closed, Free, GetDataString, GetRestoreParams, HandleObject, HandleParameters, InitComponent, IsOpen, NotifyLevelChange, PlayCloseSound, PlayOpenSound, SetDataString, SetFocus


Variables Detail

Count Source code

var Int Count;

OrigRes Source code

var string OrigRes;

RestoreTextPost Source code

var localized string RestoreTextPost;

RestoreTextPre Source code

var localized string RestoreTextPre;

RestoreTextSingular Source code

var localized string RestoreTextSingular;


Functions Detail

Execute Source code

function Execute ( string DesiredRes )

InternalOnClick Source code

function bool InternalOnClick ( GUIComponent Sender )

StartTimer Source code

function StartTimer ( )

Timer Source code

event Timer ( )


Defaultproperties

defaultproperties
{
     RestoreTextPre="(Original settings will be restored in "
     RestoreTextPost=" seconds)"
     RestoreTextSingular="(Original settings will be restored in 1 second)"
     InactiveFadeColor=(B=128,G=128,R=128)
     Begin Object Class=GUIButton Name=VidOKBackground
         StyleName="SquareBar"
         WinHeight=1.000000
         bBoundToParent=True
         bScaleToParent=True
         bAcceptsInput=False
         bNeverFocus=True
         OnKeyEvent=VidOKBackground.InternalOnKeyEvent
     End Object
     Controls(0)=GUIButton'XInterface.UT2VideoChangeOK.VidOKBackground'

     Begin Object Class=GUIButton Name=AcceptButton
         Caption="Keep Settings"
         WinTop=0.750000
         WinLeft=0.125000
         WinWidth=0.200000
         bBoundToParent=True
         OnClick=UT2VideoChangeOK.InternalOnClick
         OnKeyEvent=AcceptButton.InternalOnKeyEvent
     End Object
     Controls(1)=GUIButton'XInterface.UT2VideoChangeOK.AcceptButton'

     Begin Object Class=GUIButton Name=BackButton
         Caption="Restore Settings"
         WinTop=0.750000
         WinLeft=0.650000
         WinWidth=0.200000
         bBoundToParent=True
         OnClick=UT2VideoChangeOK.InternalOnClick
         OnKeyEvent=BackButton.InternalOnKeyEvent
     End Object
     Controls(2)=GUIButton'XInterface.UT2VideoChangeOK.BackButton'

     Begin Object Class=GUILabel Name=VideoOKDesc
         Caption="Accept these settings?"
         TextAlign=TXTA_Center
         TextColor=(B=0,G=200,R=230)
         TextFont="UT2HeaderFont"
         WinTop=0.400000
         WinHeight=32.000000
     End Object
     Controls(3)=GUILabel'XInterface.UT2VideoChangeOK.VideoOKDesc'

     Begin Object Class=GUILabel Name=VideoOkTimerDesc
         Caption="(Original settings will be restored in 15 seconds)"
         TextAlign=TXTA_Center
         TextColor=(B=0,G=200,R=230)
         WinTop=0.460000
         WinHeight=32.000000
     End Object
     Controls(4)=GUILabel'XInterface.UT2VideoChangeOK.VideoOkTimerDesc'

     WinTop=0.375000
     WinHeight=0.250000
     OnActivate=UT2VideoChangeOK.StartTimer
}

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