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

ROInterface.ROUT2K4Tab_DetailSettings

Extends
UT2K4Tab_DetailSettings

Core.Object
|   
+-- XInterface.GUI
   |   
   +-- XInterface.GUIComponent
      |   
      +-- XInterface.GUIMultiComponent
         |   
         +-- XInterface.GUIPanel
            |   
            +-- XInterface.GUITabPanel
               |   
               +-- XInterface.UT2K4TabPanel
                  |   
                  +-- GUI2K4.Settings_Tabs
                     |   
                     +-- GUI2K4.UT2K4Tab_DetailSettings
                        |   
                        +-- ROInterface.ROUT2K4Tab_DetailSettings

Constants Summary
Inherited Contants from GUI2K4.UT2K4Tab_DetailSettings
RENDERMODECOUNT

Variables Summary
moCheckBoxch_Blur
moComboBoxco_Scope
GUIControllerlocalController
GUIComboBoxro_comboBox
GUIListro_list
GUIListBoxro_listBox
ROUT2K4Tab_DetailSettings
boolbBlur
boolbBlurD
intiScope
intiScopeD
stringScopeLevels[3]
Inherited Variables from GUI2K4.UT2K4Tab_DetailSettings
AnisotropyModes, bCorona, bCoronaD, bDecal, bDecalD, bDemo, bDynLight, bDynLightD, bFol, bFolD, bForceFSAAScreenshotSupport, bForceFSAAScreenshotSupportD, bFullScreen, bFullScreenD, bIgnoreChange, bIgnoreResNotice, bInvalidRes, BitDepthText[2], bPlayedSound, bProj, bProjD, bTexture, bTextureD, bTrilin, bTrilinD, bWeather, bWeatherD, ch_Coronas, ch_Decals, ch_DecoLayers, ch_DynLight, ch_ForceFSAAScreenshotSupport, ch_FullScreen, ch_Projectors, ch_Textures, ch_Trilinear, ch_Weather, co_Anisotropy, co_Char, co_ColorDepth, co_Decal, co_MeshLOD, co_MultiSamples, co_Physics, co_RenderDevice, co_Resolution, co_Shadows, co_Texture, co_World, DetailLevels[9], DisplayModes[22], DisplayPromptMenu, fBright, fContrast, fDistance, fDistanceD, fGamma, iAnisotropy, iAnisotropyD, iChar, iCharD, iColDepth, iColDepthD, iDecal, iDecalD, iMeshLOD, iMeshLODD, iMultiSamples, iMultiSamplesD, iMultiSamplesQL, iMultiSamplesQLD, InvalidSelectionText, iPhys, iPhysD, iShadow, iShadowD, iTexture, iTextureD, iWorld, iWorldD, i_Gamma, i_GammaBar, MultiSampleModes, MultiSampleQualityModes, RelaunchQuestion, RenderModeText[RENDERMODECOUNT], RenderMode[RENDERMODECOUNT], sb_Section1, sb_Section2, sb_Section3, ShadowOptions[3], sl_Brightness, sl_Contrast, sl_DistanceLOD, sl_Gamma, sRenDev, sRenDevD, sRes, sResD
Inherited Variables from GUI2K4.Settings_Tabs
bAlwaysApply, bExpert, bNeedApply, PerformanceWarningMenu, PerformanceWarningText, Setting, t_Footer, WarningCounter, WarningLength

Structures Summary
Inherited Structures from GUI2K4.UT2K4Tab_DetailSettings
DisplayMode

Functions Summary
function InitComponent (GUIController MyController, GUIComponent MyOwner))
function InitializeCombos ()))
function InitializeScopeCombo ()))
function InternalOnLoadINI (GUIComponent Sender, string s))
function ResetClicked ()))
function ROInternalOnChange (GUIComponent Sender))
function ROInternalOnLoadINI (GUIComponent Sender, string s))
function SaveSettings ()))
function SetupPositions ()))
Inherited Functions from GUI2K4.UT2K4Tab_DetailSettings
AddNewResolution, CheckSliders, CheckSupportedResolutions, GetComboOptions, GetConfigString, GetDetailIndex, GetGUIString, InitComponent, InitializeCombos, InternalOnChange, InternalOnLoadINI, InternalOnPreDraw, MapAnisotropyModes, MapMultiSampleModes, Opened, Refresh, RenderDeviceClick, ResetClicked, ResetRenderDevice, ResetViewport, ResolutionChanged, SaveSettings, SetupPositions, ShowPanel, UpdateDecalStay, VideoChangeClose
Inherited Functions from GUI2K4.Settings_Tabs
AcceptClicked, Closed, DrawPerfWarn, GetNativeClassName, InitComponent, InternalOnChange, Opened, ResetClicked, SaveSettings, ShowPanel, ShowPerformanceWarning, Timer


Variables Detail

ch_Blur Source code

var automated moCheckBox ch_Blur;

co_Scope Source code

var automated moComboBox co_Scope;

localController Source code

var GUIController localController;

ro_comboBox Source code

var GUIComboBox ro_comboBox;

ro_list Source code

var GUIList ro_list;

ro_listBox Source code

var GUIListBox ro_listBox;

ROUT2K4Tab_DetailSettings

bBlur Source code

var(ROUT2K4Tab_DetailSettings) noexport transient bool bBlur;

bBlurD Source code

var(ROUT2K4Tab_DetailSettings) noexport transient bool bBlurD;

iScope Source code

var(ROUT2K4Tab_DetailSettings) noexport transient int iScope;

iScopeD Source code

var(ROUT2K4Tab_DetailSettings) noexport transient int iScopeD;

ScopeLevels[3] Source code

var(ROUT2K4Tab_DetailSettings) localized string ScopeLevels[3];


Functions Detail

InitComponent Source code

function InitComponent ( GUIController MyController, GUIComponent MyOwner) )

InitializeCombos Source code

function InitializeCombos ( ) )

InitializeScopeCombo Source code

function InitializeScopeCombo ( ) )

InternalOnLoadINI Source code

function InternalOnLoadINI ( GUIComponent Sender, string s) )

ResetClicked Source code

function ResetClicked ( ) )

ROInternalOnChange Source code

function ROInternalOnChange ( GUIComponent Sender) )

ROInternalOnLoadINI Source code

function ROInternalOnLoadINI ( GUIComponent Sender, string s) )

SaveSettings Source code

function SaveSettings ( ) )

SetupPositions Source code

function SetupPositions ( ) )


Defaultproperties

defaultproperties
{
     ScopeLevels(0)="Model"
     ScopeLevels(1)="Texture"
     ScopeLevels(2)="ModelHigh"
     Begin Object Class=moComboBox Name=ScopeDetail
         ComponentJustification=TXTA_Left
         CaptionWidth=0.650000
         Caption="Scope Detail"
         OnCreateComponent=ScopeDetail.InternalOnCreateComponent
         IniOption="@Internal"
         IniDefault="High"
         Hint="Changes how scopes are displayed."
         WinTop=0.980000
         WinLeft=0.550000
         WinWidth=0.600000
         TabOrder=7
         OnChange=ROUT2K4Tab_DetailSettings.ROInternalOnChange
         OnLoadINI=ROUT2K4Tab_DetailSettings.ROInternalOnLoadINI
     End Object
     co_Scope=moComboBox'ROInterface.ROUT2K4Tab_DetailSettings.ScopeDetail'


     Begin Object Class=moCheckBox Name=MotionBlur
         ComponentJustification=TXTA_Left
         CaptionWidth=0.940000
         Caption="Motion Blur"
         OnCreateComponent=MotionBlur.InternalOnCreateComponent
         IniOption="@Internal"
         IniDefault="True"
         Hint="Enables Motion Blur."
         WinTop=0.624136
         WinLeft=0.600000
         WinWidth=0.300000
         WinHeight=0.040000
         TabOrder=14
         OnChange=ROUT2K4Tab_DetailSettings.ROInternalOnChange
         OnLoadINI=ROUT2K4Tab_DetailSettings.ROInternalOnLoadINI
     End Object
     ch_Blur=moCheckBox'ROInterface.ROUT2K4Tab_DetailSettings.MotionBlur'


     Begin Object Class=GUISectionBackground Name=sbSection1
         Caption="Resolution"
         WinTop=0.012761
         WinLeft=0.000948
         WinWidth=0.491849
         WinHeight=0.440729
         RenderWeight=0.010000
         OnPreDraw=sbSection1.InternalPreDraw
     End Object
     sb_Section1=GUISectionBackground'ROInterface.ROUT2K4Tab_DetailSettings.sbSection1'


     Begin Object Class=GUISectionBackground Name=sbSection2
         Caption="Options"
         WinTop=0.012761
         WinLeft=0.495826
         WinWidth=0.452751
         WinHeight=0.875228
         RenderWeight=0.010000
         OnPreDraw=sbSection2.InternalPreDraw
     End Object
     sb_Section2=GUISectionBackground'ROInterface.ROUT2K4Tab_DetailSettings.sbSection2'


     Begin Object Class=GUISectionBackground Name=sbSection3
         bFillClient=True
         Caption="Gamma Test"
         WinTop=0.476061
         WinLeft=0.011132
         WinWidth=0.462891
         WinHeight=0.411261
         RenderWeight=0.010000
         OnPreDraw=sbSection3.InternalPreDraw
     End Object
     sb_Section3=GUISectionBackground'ROInterface.ROUT2K4Tab_DetailSettings.sbSection3'


     Begin Object Class=GUIImage Name=GammaBar
         Image=Texture'InterfaceArt_tex.Menu.ROGammaSet'
         ImageStyle=ISTY_Scaled
         ImageRenderStyle=MSTY_Normal
         WinTop=0.450001
         WinLeft=0.013477
         WinWidth=0.456250
         WinHeight=0.532117
         OnChange=UT2K4Tab_DetailSettings.InternalOnChange
     End Object
     i_GammaBar=GUIImage'ROInterface.ROUT2K4Tab_DetailSettings.GammaBar'


     Begin Object Class=UT2K4GameFooter Name=SPFooter
         PrimaryCaption="PLAY"
         PrimaryHint="Start A Match With These Settings"
         SecondaryCaption="SPECTATE"
         SecondaryHint="Spectate A Match With These Settings"
         Justification=TXTA_Left
         TextIndent=5
         FontScale=FNS_Small
         WinTop=0.957943
         RenderWeight=0.300000
         TabOrder=8
         OnPreDraw=SPFooter.InternalOnPreDraw
     End Object
     t_Footer=UT2K4GameFooter'GUI2K4.UT2K4GamePageSP.SPFooter'


}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Fri 13-10-2023 03:18:52.686 - Created with UnCodeX