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

TribesGUI.TribesMPProfilePanel

Extends
TribesMPPanel

Core.Object
|   
+-- GUI.GUI
   |   
   +-- GUI.GUIComponent
      |   
      +-- GUI.GUIMultiComponent
         |   
         +-- GUI.GUIPanel
            |   
            +-- TribesGUI.TribesGUIPanel
               |   
               +-- TribesGUI.TribesMPPanel
                  |   
                  +-- TribesGUI.TribesMPProfilePanel

Variables Summary
PlayerProfileActiveProfile
intMaxQCPool
ProfileManagerplayerProfileManager
Array<String>VoiceChatPreviewType
TribesGui
GUIButtonCreateGamespy
StringcreateProfileText
GUIButtonCreateTeam
GUIButtonDeleteButton
StringfemaleText
GUILabelGamespyEmailLabel
GUILabelGamespyEmailTitleLabel
GUIComboBoxGenderCombo
GUIButtonLoadoutButton
GUIButtonLoginGamespy
GUIButtonLoginTeam
StringmaleText
StringneedGameSpyLoginString
GUIButtonNewButton
StringNotSetText
StringNotStoredText
GUILabelPlayerNameDataLabel
GUIComboBoxProfileBox
GUICheckBoxButtonSaveGamespyPassword
GUILabelSaveGamespyPasswordTitle
GUICheckBoxButtonSaveTeamPassword
GUILabelSaveTeamPasswordTitle
StringStoredText
GUILabelTeamLoginLabel
GUILabelTeamLoginTitleLabel
GUILabelTeamNameLabel
GUILabelTeamNameTitleLabel
GUICheckBoxButtonUseGamespy
GUICheckBoxButtonUseTeam
GUIComboBoxVoiceChatCombo
Inherited Variables from TribesGUI.TribesGUIPanel
GC

Functions Summary
function CreateProfile (string playerName ))
function InitComponent (GUIComponent MyOwner))
function InternalOnClick (GUIComponent Sender))
function InternalOnHide ()))
function InternalOnShow ()))
function LoadSettings ()))
function OnActiveProfileChange (GUIComponent box))
function OnActiveProfileDelete (GUIComponent component))
function OnActiveProfileEditLoadouts (GUIComponent Sender))
function OnClickUseGamespy (GUIComponent Who))
function OnClickUseTeam (GUIComponent Who))
function OnCreateGamespy (GUIComponent Who))
function OnCreateTeam (GUIComponent Who))
function OnGenderChange (GUIComponent Sender))
function OnLoginGamespy (GUIComponent Who))
function OnLoginTeam (GUIComponent Who))
function OnVoiceChatComboChange (GUIComponent Sender))
function Refresh ()))
function SaveSettings ()))
Inherited Functions from TribesGUI.TribesGUIPanel
InitComponent


Variables Detail

ActiveProfile Source code

var PlayerProfile ActiveProfile;

MaxQCPool Source code

var int MaxQCPool;

playerProfileManager Source code

var ProfileManager playerProfileManager;

VoiceChatPreviewType Source code

var Array<String> VoiceChatPreviewType;

TribesGui

CreateGamespy Source code

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

createProfileText Source code

var(TribesGui) private EditInline Config localized String createProfileText;

CreateTeam Source code

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

femaleText Source code

var(TribesGui) private EditInline Config localized String femaleText;

GamespyEmailLabel Source code

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

GamespyEmailTitleLabel Source code

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

GenderCombo Source code

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

LoadoutButton Source code

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

LoginGamespy Source code

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

LoginTeam Source code

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

maleText Source code

var(TribesGui) private EditInline Config localized String maleText;

needGameSpyLoginString Source code

var(TribesGui) private EditInline Config localized String needGameSpyLoginString;

NewButton Source code

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

NotSetText Source code

var(TribesGui) private EditInline Config localized String NotSetText;

NotStoredText Source code

var(TribesGui) private EditInline Config localized String NotStoredText;

PlayerNameDataLabel Source code

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

ProfileBox Source code

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

SaveGamespyPassword Source code

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

SaveGamespyPasswordTitle Source code

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

SaveTeamPassword Source code

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

SaveTeamPasswordTitle Source code

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

StoredText Source code

var(TribesGui) private EditInline Config localized String StoredText;

TeamLoginLabel Source code

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

TeamLoginTitleLabel Source code

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

TeamNameLabel Source code

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

TeamNameTitleLabel Source code

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

UseGamespy Source code

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

UseTeam Source code

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

VoiceChatCombo Source code

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


Functions Detail

CreateProfile Source code

function CreateProfile ( string playerName ) )

InitComponent Source code

function InitComponent ( GUIComponent MyOwner) )

InternalOnClick Source code

function InternalOnClick ( GUIComponent Sender) )

InternalOnHide Source code

function InternalOnHide ( ) )

InternalOnShow Source code

function InternalOnShow ( ) )

LoadSettings Source code

function LoadSettings ( ) )

OnActiveProfileChange Source code

function OnActiveProfileChange ( GUIComponent box) )

OnActiveProfileDelete Source code

function OnActiveProfileDelete ( GUIComponent component) )

OnActiveProfileEditLoadouts Source code

function OnActiveProfileEditLoadouts ( GUIComponent Sender) )

OnClickUseGamespy Source code

function OnClickUseGamespy ( GUIComponent Who) )

OnClickUseTeam Source code

function OnClickUseTeam ( GUIComponent Who) )

OnCreateGamespy Source code

function OnCreateGamespy ( GUIComponent Who) )

OnCreateTeam Source code

function OnCreateTeam ( GUIComponent Who) )

OnGenderChange Source code

function OnGenderChange ( GUIComponent Sender) )

OnLoginGamespy Source code

function OnLoginGamespy ( GUIComponent Who) )

OnLoginTeam Source code

function OnLoginTeam ( GUIComponent Who) )

OnVoiceChatComboChange Source code

function OnVoiceChatComboChange ( GUIComponent Sender) )

Refresh Source code

function Refresh ( ) )

SaveSettings Source code

function SaveSettings ( ) )


Defaultproperties

defaultproperties
{
	femaleText="FEMALE"
	maleText="MALE"
	StoredText="STORED"
	NotStoredText="NOT STORED"
	NotSetText="NOT SET"


	VoiceChatPreviewType(0)=DYN_QKC_QCTAUNT_
	VoiceChatPreviewType(1)=DYN_QKC_QCEXCLAIM_
	VoiceChatPreviewType(2)=DYN_QKC_QCINTENTIONS_
	VoiceChatPreviewType(3)=DYN_QKC_QCALERTS_
	VoiceChatPreviewType(4)=DYN_QKC_QCCOORD_
	MaxQCPool=14
	needGameSpyLoginString="You need to create a GameSpy login first."
	createProfileText="Enter the name of your new profile"
}

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