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

TribesGUI.TribesLoadGameMenu

Extends
TribesSaveGameBase

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

Variables Summary
stringmenuCallerName
TribesGui
GUIButtonCancelButton
GUIButtonDeleteButton
stringDeleteText
GUIButtonLoadButton
GUIMultiColumnListBoxLoadGameBox
GUIButtonMainMenuButton
Inherited Variables from TribesGUI.TribesGUIPage
bEscapeable, bSuppressLevelRender, GC, PageOpenedAfterEscape

Functions Summary
event HandleParameters (string Param1, string Param2, optional int param3))
function InitComponent (GUIComponent MyOwner))
function InternalDlgReturned (int Selection, optional string Passback ))
function InternalOnClick (GUIComponent Sender))
function InternalOnShow ()))
Inherited Functions from TribesGUI.TribesSaveGameBase
DeleteSave, GetSaves, LoadSaveGameList
Inherited Functions from TribesGUI.TribesGUIPage
DisplayMainMenu, GameAbort, GameRestart, GameResume, GameStart, InitComponent, InternalOnKeyEvent, OnPreLevelChange, Quit


Variables Detail

menuCallerName Source code

var string menuCallerName;

TribesGui

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.

DeleteButton Source code

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

DeleteText Source code

var(TribesGui) private EditInline Config localized string DeleteText;

LoadButton Source code

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

LoadGameBox Source code

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

MainMenuButton Source code

var(TribesGui) private EditInline Config GUIButton MainMenuButton;
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) )

InternalDlgReturned Source code

function InternalDlgReturned ( int Selection, optional string Passback ) )

InternalOnClick Source code

function InternalOnClick ( GUIComponent Sender) )

InternalOnShow Source code

function InternalOnShow ( ) )


Defaultproperties

defaultproperties
{
	DeleteText="Are you sure that you want to delete this savegame?"
}

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