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

TribesGUI.TribesAdminLoginPopup

Extends
TribesGUIPage

Core.Object
|   
+-- GUI.GUI
   |   
   +-- GUI.GUIComponent
      |   
      +-- GUI.GUIMultiComponent
         |   
         +-- GUI.GUIPage
            |   
            +-- TribesGUI.TribesGUIPage
               |   
               +-- TribesGUI.TribesAdminLoginPopup

Variables Summary
PlayerProfilep
TribesAdminLoginPopup
stringCurrentIP
stringCurrentPort
TribesGui
GUICheckBoxButtonAutologinButton
GUIButtonCancelButton
GUIButtonLoginButton
GUIEditBoxPasswordBox
GUIEditBoxUsernameBox
Inherited Variables from TribesGUI.TribesGUIPage
bEscapeable, bSuppressLevelRender, GC, PageOpenedAfterEscape
Inherited Variables from GUI.GUIPage
bIsHUD, bIsOverlay, DialogClassName, HelpText, Timers

Functions Summary
function DoLogin ()))
function InitComponent (GUIComponent MyOwner))
function InternalOnClick (GUIComponent Sender))
functionbool InternalOnKeyEvent (out byte Key, out byte State, float delta))
function InternalOnShow ()))
Inherited Functions from TribesGUI.TribesGUIPage
DisplayMainMenu, GameAbort, GameRestart, GameResume, GameStart, InitComponent, InternalOnKeyEvent, OnPreLevelChange, Quit
Inherited Functions from GUI.GUIPage
Activate, ChangeHint, DeActivate, DlgReturned, Free, HandleParameters, Hide, InitComponent, NotifyLevelChange, onGameplayMessage, OnProgress, OpenDlg, Show


Variables Detail

p Source code

var PlayerProfile p;

TribesAdminLoginPopup

CurrentIP Source code

var(TribesAdminLoginPopup) editconst noexport string CurrentIP;

CurrentPort Source code

var(TribesAdminLoginPopup) editconst noexport string CurrentPort;

TribesGui

AutologinButton Source code

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

CancelButton Source code

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

LoginButton Source code

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

PasswordBox Source code

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

UsernameBox Source code

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


Functions Detail

DoLogin Source code

function DoLogin ( ) )

InitComponent Source code

function InitComponent ( GUIComponent MyOwner) )

InternalOnClick Source code

function InternalOnClick ( GUIComponent Sender) )

InternalOnKeyEvent Source code

function bool InternalOnKeyEvent ( out byte Key, out byte State, float delta) )

InternalOnShow Source code

function InternalOnShow ( ) )


Defaultproperties

defaultproperties
{
	OnShow=InternalOnShow
    OnKeyEvent=InternalOnKeyEvent
}

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