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

TribesGUI.TribesOptionsAudioPanel

Extends
TribesSettingsPanel
Modifiers
native

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

Variables Summary
boolbIsDataDirty
TribesGUI
GUICheckBoxButtonChatWindowCheck
GUICheckBoxButtonCompatibilityCheck
GUIButtonDefaultsButton
GUICheckBoxButtonLowQualityCheck
GUISliderMusicVolumeSlider
GUICheckBoxButtonReverseStereoCheck
GUISliderSoundVolumeSlider
GUISliderSpeechVolumeSlider
GUICheckBoxButtonUse3DCheck
GUICheckBoxButtonUseDefaultDriverCheck
Inherited Variables from TribesGUI.TribesSettingsPanel
bLoadingSettings
Inherited Variables from TribesGUI.TribesGUIPanel
GC

Functions Summary
function InitComponent (GUIComponent MyOwner))
function InternalOnHide ()))
function InternalOnShow ()))
function OnChatWindow (GUIComponent Sender))
function OnCompatibility (GUIComponent Sender))
function OnDefaults (GUIComponent Sender))
function OnLowQuality (GUIComponent Sender))
function OnReverseStereo (GUIComponent Sender))
function OnSliderChange (GUIComponent Sender))
function OnUse3D (GUIComponent Sender))
function OnUseDefaultDriver (GUIComponent Sender))
function OnUseEAX (GUIComponent Sender))
function RestoreDefaults ()
Inherited Functions from TribesGUI.TribesSettingsPanel
OnOptionsEnding
Inherited Functions from TribesGUI.TribesGUIPanel
InitComponent


Variables Detail

bIsDataDirty Source code

var bool bIsDataDirty;

TribesGUI

ChatWindowCheck Source code

var(TribesGUI) private EditInline Config GUICheckBoxButton ChatWindowCheck;

CompatibilityCheck Source code

var(TribesGUI) private EditInline Config GUICheckBoxButton CompatibilityCheck;

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.

LowQualityCheck Source code

var(TribesGUI) private EditInline Config GUICheckBoxButton LowQualityCheck;

MusicVolumeSlider Source code

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

ReverseStereoCheck Source code

var(TribesGUI) private EditInline Config GUICheckBoxButton ReverseStereoCheck;

SoundVolumeSlider Source code

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

SpeechVolumeSlider Source code

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

Use3DCheck Source code

var(TribesGUI) private EditInline Config GUICheckBoxButton Use3DCheck;

UseDefaultDriverCheck Source code

var(TribesGUI) private EditInline Config GUICheckBoxButton UseDefaultDriverCheck;


Functions Detail

InitComponent Source code

function InitComponent ( GUIComponent MyOwner) )

InternalOnHide Source code

function InternalOnHide ( ) )

InternalOnShow Source code

function InternalOnShow ( ) )

OnChatWindow Source code

function OnChatWindow ( GUIComponent Sender) )

OnCompatibility Source code

function OnCompatibility ( GUIComponent Sender) )

OnDefaults Source code

function OnDefaults ( GUIComponent Sender) )

OnLowQuality Source code

function OnLowQuality ( GUIComponent Sender) )

OnReverseStereo Source code

function OnReverseStereo ( GUIComponent Sender) )

OnSliderChange Source code

function OnSliderChange ( GUIComponent Sender) )

OnUse3D Source code

function OnUse3D ( GUIComponent Sender) )

OnUseDefaultDriver Source code

function OnUseDefaultDriver ( GUIComponent Sender) )

OnUseEAX Source code

function OnUseEAX ( GUIComponent Sender) )

RestoreDefaults Source code

native function RestoreDefaults ( )


Defaultproperties

defaultproperties
{
}

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