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

TribesGUI.TribesMPBuddyMenu

Extends
TribesGUIPage

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

Variables Summary
PlayerProfileactiveProfile
ProfileManagerplayerProfileManager
TribesGui
GUIButtonAddButton
GUIListBoxBuddyBox
GUIButtonDoneButton
GUIEditBOxEntryBox
GUIButtonRemoveButton
Inherited Variables from TribesGUI.TribesGUIPage
bEscapeable, bSuppressLevelRender, GC, PageOpenedAfterEscape
Inherited Variables from GUI.GUIPage
bIsHUD, bIsOverlay, DialogClassName, HelpText, Timers

Functions Summary
function AddBuddy (string buddy))
function InitComponent (GUIComponent MyOwner))
function InternalOnActivate ()))
function InternalOnClick (GUIComponent Sender))
function RefreshData ()))
function RemoveBuddy (string buddy))
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

activeProfile Source code

var PlayerProfile activeProfile;

playerProfileManager Source code

var ProfileManager playerProfileManager;

TribesGui

AddButton Source code

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

BuddyBox Source code

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

DoneButton Source code

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

EntryBox Source code

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

RemoveButton Source code

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


Functions Detail

AddBuddy Source code

function AddBuddy ( string buddy) )

InitComponent Source code

function InitComponent ( GUIComponent MyOwner) )

InternalOnActivate Source code

function InternalOnActivate ( ) )

InternalOnClick Source code

function InternalOnClick ( GUIComponent Sender) )

RefreshData Source code

function RefreshData ( ) )

RemoveBuddy Source code

function RemoveBuddy ( string buddy) )


Defaultproperties

defaultproperties
{
}

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