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

TribesGUI.TribesSaveGameMenu

Extends
TribesSaveGameBase

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

Variables Summary
boolbHasSaved
stringCallingDlg
stringsavehackname
TribesGui
GUIButtonCancelButton
GUIButtonDeleteButton
stringDeleteText
stringEnterNameText
stringNewSavegameText
stringOverwriteText
GUIButtonSaveButton
GUIMultiColumnListBoxSaveGameBox
Inherited Variables from TribesGUI.TribesGUIPage
bEscapeable, bSuppressLevelRender, GC, PageOpenedAfterEscape

Delegates Summary
delegate OnUserSaved ()

Functions Summary
functionstring DefaultSaveName ()))
function HandleParameters (string Param1, string Param2, optional int Param3))
function InitComponent (GUIComponent MyOwner))
function InternalDlgReturned (int Selection, optional string Passback ))
function InternalOnActivate ()))
function InternalOnClick (GUIComponent Sender))
function InternalOnPopupReturned (GUIListElem returnObj, optional string Passback ))
function InternalOnShow ()))
function Timer ()))
Inherited Functions from TribesGUI.TribesSaveGameBase
DeleteSave, GetSaves, LoadSaveGameList
Inherited Functions from TribesGUI.TribesGUIPage
DisplayMainMenu, GameAbort, GameRestart, GameResume, GameStart, InitComponent, InternalOnKeyEvent, OnPreLevelChange, Quit


Variables Detail

bHasSaved Source code

var bool bHasSaved;

CallingDlg Source code

var string CallingDlg;

savehackname Source code

var string savehackname;

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;

EnterNameText Source code

var(TribesGui) private EditInline Config localized string EnterNameText;

NewSavegameText Source code

var(TribesGui) private EditInline Config localized string NewSavegameText;

OverwriteText Source code

var(TribesGui) private EditInline Config localized string OverwriteText;

SaveButton Source code

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

SaveGameBox Source code

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


Delegates Detail

OnUserSaved Source code

delegate OnUserSaved ( )


Functions Detail

DefaultSaveName Source code

function string DefaultSaveName ( ) )

HandleParameters Source code

function 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 ) )

InternalOnActivate Source code

function InternalOnActivate ( ) )

InternalOnClick Source code

function InternalOnClick ( GUIComponent Sender) )

InternalOnPopupReturned Source code

function InternalOnPopupReturned ( GUIListElem returnObj, optional string Passback ) )

InternalOnShow Source code

function InternalOnShow ( ) )

Timer Source code

function Timer ( ) )


Defaultproperties

defaultproperties
{
	EnterNameText="Please enter a name for the savegame"
	OverwriteText="Are you sure that you want to overwrite this savegame?"
	DeleteText="Are you sure that you want to delete this savegame?"
	NewSavegameText="New Savegame..."
}

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