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

GUI2K4.UT2K4VideoChangeOK

Extends
UT2K4GenericMessageBox

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

Variables Summary
GUIButtonb_Cancel
UT2K4VideoChangeOK
EVideoChangeTypeChangeType
intCount
stringOverrideResNotice
stringRestoreText
stringRevertString
stringSecondsText
stringSecondText
Inherited Variables from GUI2K4.UT2K4GenericMessageBox
b_OK, l_Text, l_Text2

Enumerations Summary
EVideoChangeType
VCT_Resolution, VCT_FullScreen, VCT_Device

Functions Summary
function ChangeResolution (string DesiredRes)
function DeferChangeOnClose (optional Bool bCancelled)
function Execute (string DesiredRes)
function InitComponent (GUIController InController, GUIComponent InOwner)
functionbool InternalOnClick (GUIComponent Sender)
function SetDevice (string NewRenderDevice)
function StartTimer ()
event Timer ()
function ToggleFullScreen ()
Inherited Functions from GUI2K4.UT2K4GenericMessageBox
HandleParameters, InternalOnClick, InternalOnKeyEvent


Variables Detail

b_Cancel Source code

var automated GUIButton b_Cancel;

UT2K4VideoChangeOK

ChangeType Source code

var(UT2K4VideoChangeOK) EVideoChangeType ChangeType;

Count Source code

var(UT2K4VideoChangeOK) noexport transient int Count;

OverrideResNotice Source code

var(UT2K4VideoChangeOK) string OverrideResNotice;

RestoreText Source code

var(UT2K4VideoChangeOK) localized string RestoreText;

RevertString Source code

var(UT2K4VideoChangeOK) noexport transient string RevertString;

SecondsText Source code

var(UT2K4VideoChangeOK) localized string SecondsText;

SecondText Source code

var(UT2K4VideoChangeOK) localized string SecondText;


Enumerations Detail

EVideoChangeType Source code

enum EVideoChangeType
{
VCT_Resolution, VCT_FullScreen, VCT_Device
};


Functions Detail

ChangeResolution Source code

function ChangeResolution ( string DesiredRes )

DeferChangeOnClose Source code

function DeferChangeOnClose ( optional Bool bCancelled )

Execute Source code

function Execute ( string DesiredRes )

InitComponent Source code

function InitComponent ( GUIController InController, GUIComponent InOwner )

InternalOnClick Source code

function bool InternalOnClick ( GUIComponent Sender )

SetDevice Source code

function SetDevice ( string NewRenderDevice )

StartTimer Source code

function StartTimer ( )

Timer Source code

event Timer ( )

ToggleFullScreen Source code

function ToggleFullScreen ( )


Defaultproperties

defaultproperties
{
     RestoreText="(Original settings will be restored in %count% %seconds%)"
     SecondText="second"
     SecondsText="seconds"
     Begin Object Class=GUIButton Name=bCancel
         Caption="Restore Settings"
         WinTop=0.558334
         WinLeft=0.650000
         WinWidth=0.200000
         bBoundToParent=True
         OnClick=UT2K4VideoChangeOK.InternalOnClick
         OnKeyEvent=bCancel.InternalOnKeyEvent
     End Object
     b_Cancel=GUIButton'GUI2K4.UT2K4VideoChangeOK.bCancel'

     Begin Object Class=GUIButton Name=bOk
         Caption="Keep Settings"
         WinTop=0.558334
         WinLeft=0.175000
         WinWidth=0.200000
         bBoundToParent=True
         OnClick=UT2K4VideoChangeOK.InternalOnClick
         OnKeyEvent=bOk.InternalOnKeyEvent
     End Object
     b_OK=GUIButton'GUI2K4.UT2K4VideoChangeOK.bOk'

     Begin Object Class=GUILabel Name=lbText
         Caption="Accept these settings?"
         TextAlign=TXTA_Center
         FontScale=FNS_Large
         StyleName="TextLabel"
         WinTop=0.390000
         WinHeight=0.068750
     End Object
     l_Text=GUILabel'GUI2K4.UT2K4VideoChangeOK.lbText'

     Begin Object Class=GUILabel Name=lbText2
         Caption="(Original settings will be restored in 15 seconds)"
         TextAlign=TXTA_Center
         StyleName="TextButton"
         WinTop=0.460000
         WinHeight=0.045000
     End Object
     l_Text2=GUILabel'GUI2K4.UT2K4VideoChangeOK.lbText2'

     InactiveFadeColor=(B=128,G=128,R=128)
}

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