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

TribesGUI.TribesOptionsNetworkPanel

Extends
TribesSettingsPanel

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

Variables Summary
array<String>ConnectionStrings
intiNetSpeed
TribesGui
GUIComboBoxConnectionSpeedBox
GUIButtonDefaultsButton
GUICheckBoxButtonDynamicNetspeedCheckBox
Inherited Variables from TribesGUI.TribesSettingsPanel
bLoadingSettings
Inherited Variables from TribesGUI.TribesGUIPanel
GC

Functions Summary
function InitComponent (GUIComponent MyOwner))
function InternalOnHide ()))
function InternalOnShow ()))
function OnConnectionSpeedChange (GUIComponent Sender))
function OnDefaultsClick (GUIComponent Sender))
function Refresh ()))
function SaveSettings ()))
Inherited Functions from TribesGUI.TribesSettingsPanel
OnOptionsEnding
Inherited Functions from TribesGUI.TribesGUIPanel
InitComponent


Variables Detail

ConnectionStrings Source code

var localized array<String> ConnectionStrings;

iNetSpeed Source code

var int iNetSpeed;

TribesGui

ConnectionSpeedBox Source code

var(TribesGui) private EditInline Config GUIComboBox ConnectionSpeedBox;
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.

DynamicNetspeedCheckBox Source code

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


Functions Detail

InitComponent Source code

function InitComponent ( GUIComponent MyOwner) )

InternalOnHide Source code

function InternalOnHide ( ) )

InternalOnShow Source code

function InternalOnShow ( ) )

OnConnectionSpeedChange Source code

function OnConnectionSpeedChange ( GUIComponent Sender) )

OnDefaultsClick Source code

function OnDefaultsClick ( GUIComponent Sender) )

Refresh Source code

function Refresh ( ) )

SaveSettings Source code

function SaveSettings ( ) )


Defaultproperties

defaultproperties
{
	ConnectionStrings(0)	= "Modem"
	ConnectionStrings(1)	= "ISDN"
	ConnectionStrings(2)	= "Cable/ADSL"
	ConnectionStrings(3)	= "LAN/T1"
}

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