| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||
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 | |
|---|---|
| moCheckBox | ch_Blur |
| moComboBox | co_Scope |
| GUIController | localController |
| GUIComboBox | ro_comboBox |
| GUIList | ro_list |
| GUIListBox | ro_listBox |
| ROUT2K4Tab_DetailSettings | |
| bool | bBlur |
| bool | bBlurD |
| int | iScope |
| int | iScopeD |
| string | ScopeLevels[3] |
| 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 | ||
|---|---|---|
![]() | InitComponent (GUIController MyController, GUIComponent MyOwner)) | |
![]() | InitializeCombos ())) | |
![]() | InitializeScopeCombo ())) | |
![]() | InternalOnLoadINI (GUIComponent Sender, string s)) | |
![]() | ResetClicked ())) | |
![]() | ROInternalOnChange (GUIComponent Sender)) | |
![]() | ROInternalOnLoadINI (GUIComponent Sender, string s)) | |
![]() | SaveSettings ())) | |
![]() | SetupPositions ())) | |
| Inherited Functions from GUI2K4.Settings_Tabs |
|---|
| AcceptClicked, Closed, DrawPerfWarn, GetNativeClassName, InitComponent, InternalOnChange, Opened, ResetClicked, SaveSettings, ShowPanel, ShowPerformanceWarning, Timer |
| Variables Detail |
|---|
| Functions Detail |
|---|
InitComponent Source code
InitializeCombos Source code
InitializeScopeCombo Source code
InternalOnLoadINI Source code
ResetClicked Source code
ROInternalOnChange Source code
ROInternalOnLoadINI Source code
SaveSettings Source code
SetupPositions Source code| 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 | UnrealScript Documentation |
| previous class next class | frames no frames | |||||