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
{
	Begin Object Class=GUIButton Name=bOk
		Caption="Keep Settings"
		WinWidth=0.200000
		WinHeight=0.040000
		WinLeft=0.175000
		WinTop=0.558334
		bBoundToParent=true
		OnClick=InternalOnClick
	End Object
    b_Ok=bOk


	Begin Object Class=GUIButton Name=bCancel
		Caption="Restore Settings"
		WinWidth=0.2
		WinHeight=0.04
		WinLeft=0.65
		WinTop=0.558334
		bBoundToParent=true
		OnClick=InternalOnClick
	End Object
    b_Cancel=bCancel


	Begin Object class=GUILabel Name=lbText
		Caption="Accept these settings?"
		TextAlign=TXTA_Center
   		StyleName="TextLabel"
   		FontScale=FNS_Large
		WinWidth=1.000000
		WinHeight=0.068750
		WinLeft=0.000000
		WinTop=0.390000
	End Object
    l_Text=lbText


	Begin Object class=GUILabel Name=lbText2
		Caption="(Original settings will be restored in 15 seconds)"
		TextAlign=TXTA_Center
   		StyleName="TextButton"
		WinWidth=1
		WinLeft=0
		WinTop=0.46
		WinHeight=0.045
	End Object
    l_Text2=lbText2


	RestoreText="(Original settings will be restored in %count% %seconds%)"
	SecondText="second"
	SecondsText="seconds"
	InactiveFadeColor=(R=128,G=128,B=128,A=255)
}

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