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

TribesGUI.TribesOptionsControlsPanel

Extends
TribesSettingsPanel
Modifiers
native

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

Variables Summary
TribesGui
GUIButtonDefaultsButton
GUICheckBoxButtonInvertMouseButton
stringLastCategory
GUIMultiColumnListBoxMyKeyBindingsBox
GUIButtonMyKeyChoose
GUISliderMyMouseSensSlider
GUICheckBoxButtonTeamColorsButton
TribesOptionsControlsPanel
stringKeyChangeMessage
stringNoBindKeyChangeMessage
Inherited Variables from TribesGUI.TribesSettingsPanel
bLoadingSettings
Inherited Variables from TribesGUI.TribesGUIPanel
GC

Functions Summary
function CategorySelectorOnClick (GUIComponent Sender ))
function EnsureConsistency ()))
function InitComponent (GUIComponent MyOwner))
function InternalOnActivate ()))
function InternalOnClick (GUIComponent Sender ))
function InternalOnHide ()))
function InternalOnPopupReturned (GUIListElem returnObj, optional string Passback ))
function LoadCategory (string Category ))
function LoadSettings (bool bEnsureConsistency))
function OnDefaults (GUIComponent Sender))
function OnInvertMouseClick (GUIComponent Sender ))
function OnSensitivityChange (GUIComponent Sender ))
function OnTeamColorsClick (GUIComponent Sender ))
function RestoreDefaults ()
function SaveSettings ()))
Inherited Functions from TribesGUI.TribesSettingsPanel
OnOptionsEnding
Inherited Functions from TribesGUI.TribesGUIPanel
InitComponent


Variables Detail

TribesGui

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.

InvertMouseButton Source code

var(TribesGUI) private EditInline Config GUICheckBoxButton InvertMouseButton;

LastCategory Source code

var(TribesGUI) private string LastCategory;

MyKeyBindingsBox Source code

var(TribesGUI) private EditInline Config GUIMultiColumnListBox MyKeyBindingsBox;

MyKeyChoose Source code

var(TribesGUI) private EditInline Config GUIButton MyKeyChoose;

MyMouseSensSlider Source code

var(TribesGUI) private EditInline Config GUISlider MyMouseSensSlider;

TeamColorsButton Source code

var(TribesGUI) private EditInline Config GUICheckBoxButton TeamColorsButton;

TribesOptionsControlsPanel

KeyChangeMessage Source code

var(TribesOptionsControlsPanel) private config localized string KeyChangeMessage;

NoBindKeyChangeMessage Source code

var(TribesOptionsControlsPanel) private config localized string NoBindKeyChangeMessage;


Functions Detail

CategorySelectorOnClick Source code

private function CategorySelectorOnClick ( GUIComponent Sender ) )

EnsureConsistency Source code

function EnsureConsistency ( ) )

InitComponent Source code

function InitComponent ( GUIComponent MyOwner) )

InternalOnActivate Source code

function InternalOnActivate ( ) )

InternalOnClick Source code

function InternalOnClick ( GUIComponent Sender ) )

InternalOnHide Source code

function InternalOnHide ( ) )

InternalOnPopupReturned Source code

function InternalOnPopupReturned ( GUIListElem returnObj, optional string Passback ) )

LoadCategory Source code

private function LoadCategory ( string Category ) )

LoadSettings Source code

function LoadSettings ( bool bEnsureConsistency) )

OnDefaults Source code

function OnDefaults ( GUIComponent Sender) )

OnInvertMouseClick Source code

private function OnInvertMouseClick ( GUIComponent Sender ) )

OnSensitivityChange Source code

private function OnSensitivityChange ( GUIComponent Sender ) )

OnTeamColorsClick Source code

private function OnTeamColorsClick ( GUIComponent Sender ) )

RestoreDefaults Source code

native function RestoreDefaults ( )

SaveSettings Source code

function SaveSettings ( ) )


Defaultproperties

defaultproperties
{
	KeyChangeMessage="The %1 function is already assigned to %2.  Press a new key to change it."
	NoBindKeyChangeMessage="Press the key you want to assign to %1."


	OnActivate=InternalOnActivate
	OnHide=InternalOnHide
}

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