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

TribesGUI.TribesDefaultTextEntryPopup

Extends
TribesGUIPage

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

Variables Summary
StringPassback
TribesGui
GUIButtonMyCancelButton
GUIEditBoxMyEditBox
GUIButtonMyOKButton
GUILabelMyTitleLabel
Inherited Variables from TribesGUI.TribesGUIPage
bEscapeable, bSuppressLevelRender, GC, PageOpenedAfterEscape
Inherited Variables from GUI.GUIPage
bIsHUD, bIsOverlay, DialogClassName, HelpText, Timers

Functions Summary
event HandleParameters (string Param1, string Param2, optional int param3))
function InitComponent (GUIComponent MyOwner))
function InternalOnClick (GUIComponent Sender))
function InternalOnEntryCompleted (GUIComponent Sender))
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

Passback Source code

var String Passback;

TribesGui

MyCancelButton Source code

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

MyEditBox Source code

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

MyOKButton Source code

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

MyTitleLabel Source code

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


Functions Detail

HandleParameters Source code

event HandleParameters ( string Param1, string Param2, optional int param3) )

InitComponent Source code

function InitComponent ( GUIComponent MyOwner) )

InternalOnClick Source code

function InternalOnClick ( GUIComponent Sender) )

InternalOnEntryCompleted Source code

function InternalOnEntryCompleted ( GUIComponent Sender) )


Defaultproperties

defaultproperties
{
	bPersistent=false
}

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