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

TribesGUI.TribesOptionsVideoPanel

Extends
TribesSettingsPanel
Modifiers
native

Core.Object
|   
+-- GUI.GUI
   |   
   +-- GUI.GUIComponent
      |   
      +-- GUI.GUIMultiComponent
         |   
         +-- GUI.GUIPanel
            |   
            +-- TribesGUI.TribesGUIPanel
               |   
               +-- TribesGUI.TribesSettingsPanel
                  |   
                  +-- TribesGUI.TribesOptionsVideoPanel

Variables Summary
boolbExiting
boolbIsDataDirty
boolbTimerHack
intInitialRenderDetail
stringLastResolution
GUIDlgpromptDlg
GUIPaneltargetPanel
TribesGui
GUIButtonApplyButton
GUIComboBoxBMDBox
GUISliderBrightnessSlider
stringChangesText
GUISliderContrastSlider
GUIComboBoxDecoBox
GUIButtonDefaultsButton
Array<string>DetailChoices
GUIComboBoxDSDBox
GUIComboBoxFluidBox
GUIComboBoxFogBox
GUISliderGammaSlider
GUIComboBoxGlowDBox
GUIComboBoxMacroBox
Array<string>OnOffChoices
GUIComboBoxPS2Box
GUIComboBoxRenderDetailBox
Array<string>RenderDetailChoices
stringResFailedText
GUIComboBoxResolutionBox
stringResSwitchedText
stringSwitchingResText
GUIComboBoxTexDBox
GUIComboBoxWorldBox
Inherited Variables from TribesGUI.TribesSettingsPanel
bLoadingSettings
Inherited Variables from TribesGUI.TribesGUIPanel
GC

Functions Summary
function ApplyVidSettings ()))
function GetRenderDetailSetting (GUIComboBox box, string cmd))
function InitComponent (GUIComponent MyOwner))
function InternalOnConfirmApplyDlgReturned (int Button, string Passback))
function InternalOnDlgReturned (int Button, string Passback))
function InternalOnHide ()))
function InternalOnShow ()))
function LoadSettings (bool UpdateRes))
function OnApply (GUIComponent Sender))
function OnBrightness (GUIComponent Sender))
function OnContrast (GUIComponent Sender))
function OnCustomSelection (GUIComponent Sender))
function OnDefaults (GUIComponent Sender))
function OnGamma (GUIComponent Sender))
function OnOptionsEnding ()))
functionbool OnOwnerTabSwitch (GUIPanel Target))
function OnPostPrecache ()))
function OnRenderDetail (GUIComponent Sender))
function OnSettingsDirty ()))
function OnVideoApplyFinished ()))
function RestoreDefaults ()
function SetRenderDetail (bool save))
function SetRenderDetailSetting (string cmd, int idx))
function Timer ()))
function TryResSwitch ()))
Inherited Functions from TribesGUI.TribesSettingsPanel
OnOptionsEnding
Inherited Functions from TribesGUI.TribesGUIPanel
InitComponent


Variables Detail

bExiting Source code

var bool bExiting;

bIsDataDirty Source code

var bool bIsDataDirty;

bTimerHack Source code

var bool bTimerHack;

InitialRenderDetail Source code

var int InitialRenderDetail;

LastResolution Source code

var string LastResolution;

promptDlg Source code

var GUIDlg promptDlg;

targetPanel Source code

var GUIPanel targetPanel;

TribesGui

ApplyButton Source code

var(TribesGui) private EditInline Config GUIButton ApplyButton;
A component of this page which has its behavior defined in the code for this page's class.

BMDBox Source code

var(TribesGui) private EditInline Config GUIComboBox BMDBox;
A component of this page which has its behavior defined in the code for this page's class.

BrightnessSlider Source code

var(TribesGui) private EditInline Config GUISlider BrightnessSlider;
A component of this page which has its behavior defined in the code for this page's class.

ChangesText Source code

var(TribesGui) private EditInline Config localized string ChangesText;

ContrastSlider Source code

var(TribesGui) private EditInline Config GUISlider ContrastSlider;
A component of this page which has its behavior defined in the code for this page's class.

DecoBox Source code

var(TribesGui) private EditInline Config GUIComboBox DecoBox;
A component of this page which has its behavior defined in the code for this page's class.

DefaultsButton Source code

var(TribesGui) private EditInline Config GUIButton DefaultsButton;
A component of this page which has its behavior defined in the code for this page's class.

DetailChoices Source code

var(TribesGui) private EditInline Config localized Array<string> DetailChoices;

DSDBox Source code

var(TribesGui) private EditInline Config GUIComboBox DSDBox;
A component of this page which has its behavior defined in the code for this page's class.

FluidBox Source code

var(TribesGui) private EditInline Config GUIComboBox FluidBox;
A component of this page which has its behavior defined in the code for this page's class.

FogBox Source code

var(TribesGui) private EditInline Config GUIComboBox FogBox;
A component of this page which has its behavior defined in the code for this page's class.

GammaSlider Source code

var(TribesGui) private EditInline Config GUISlider GammaSlider;
A component of this page which has its behavior defined in the code for this page's class.

GlowDBox Source code

var(TribesGui) private EditInline Config GUIComboBox GlowDBox;
A component of this page which has its behavior defined in the code for this page's class.

MacroBox Source code

var(TribesGui) private EditInline Config GUIComboBox MacroBox;
A component of this page which has its behavior defined in the code for this page's class.

OnOffChoices Source code

var(TribesGui) private EditInline Config localized Array<string> OnOffChoices;

PS2Box Source code

var(TribesGui) private EditInline Config GUIComboBox PS2Box;
A component of this page which has its behavior defined in the code for this page's class.

RenderDetailBox Source code

var(TribesGui) private EditInline Config GUIComboBox RenderDetailBox;
A component of this page which has its behavior defined in the code for this page's class.

RenderDetailChoices Source code

var(TribesGui) private EditInline Config localized Array<string> RenderDetailChoices;

ResFailedText Source code

var(TribesGui) private EditInline Config localized string ResFailedText;

ResolutionBox Source code

var(TribesGui) private EditInline Config GUIComboBox ResolutionBox;
A component of this page which has its behavior defined in the code for this page's class.

ResSwitchedText Source code

var(TribesGui) private EditInline Config localized string ResSwitchedText;

SwitchingResText Source code

var(TribesGui) private EditInline Config localized string SwitchingResText;

TexDBox Source code

var(TribesGui) private EditInline Config GUIComboBox TexDBox;
A component of this page which has its behavior defined in the code for this page's class.

WorldBox Source code

var(TribesGui) private EditInline Config GUIComboBox WorldBox;
A component of this page which has its behavior defined in the code for this page's class.


Functions Detail

ApplyVidSettings Source code

function ApplyVidSettings ( ) )

GetRenderDetailSetting Source code

function GetRenderDetailSetting ( GUIComboBox box, string cmd) )

InitComponent Source code

function InitComponent ( GUIComponent MyOwner) )

InternalOnConfirmApplyDlgReturned Source code

function InternalOnConfirmApplyDlgReturned ( int Button, string Passback) )

InternalOnDlgReturned Source code

function InternalOnDlgReturned ( int Button, string Passback) )

InternalOnHide Source code

function InternalOnHide ( ) )

InternalOnShow Source code

function InternalOnShow ( ) )

LoadSettings Source code

function LoadSettings ( bool UpdateRes) )

OnApply Source code

function OnApply ( GUIComponent Sender) )

OnBrightness Source code

function OnBrightness ( GUIComponent Sender) )

OnContrast Source code

function OnContrast ( GUIComponent Sender) )

OnCustomSelection Source code

function OnCustomSelection ( GUIComponent Sender) )

OnDefaults Source code

function OnDefaults ( GUIComponent Sender) )

OnGamma Source code

function OnGamma ( GUIComponent Sender) )

OnOptionsEnding Source code

function OnOptionsEnding ( ) )

OnOwnerTabSwitch Source code

function bool OnOwnerTabSwitch ( GUIPanel Target) )

OnPostPrecache Source code

function OnPostPrecache ( ) )

OnRenderDetail Source code

function OnRenderDetail ( GUIComponent Sender) )

OnSettingsDirty Source code

function OnSettingsDirty ( ) )

OnVideoApplyFinished Source code

function OnVideoApplyFinished ( ) )

RestoreDefaults Source code

native function RestoreDefaults ( )

SetRenderDetail Source code

function SetRenderDetail ( bool save) )

SetRenderDetailSetting Source code

function SetRenderDetailSetting ( string cmd, int idx) )

Timer Source code

function Timer ( ) )

TryResSwitch Source code

function TryResSwitch ( ) )


Defaultproperties

defaultproperties
{
	DetailChoices=("Low/Off","Medium","High","Ultra-High")
	RenderDetailChoices=("Low","Medium","High","Ultra-High","Custom")
	OnOffChoices=("On","Off")
	SwitchingResText="The screen's resolution will now be changed. If you experience problems, wait 15 seconds and the resolution setting will be restored."
	ResSwitchedText="Press OK to keep this resolution setting."
	ChangesText="Changes to video settings will be lost unless they are applied. Would you like to apply them now?"
	ResFailedText="Your video card is unable to display the game at that resolution. The next closest match has been selected. Press OK to keep this resolution."
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: st 23.5.2018 00:10:36.801 - Created with UnCodeX