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

TribesGUI.TribesMPCommunityPanel

Extends
TribesMPPanel

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

Variables Summary
stringChooseNewNickText
stringSystemLabel
TribesGui
GUIButtonconnectButton
GUITabControlc_Channel
TribesIRCChanneldefaultChannel
GUIButtondisconnectButton
GUIButtonleaveButton
TribesIRCSystemtp_System
TribesMPCommunityPanel
stringPrivateChannelClass
stringPublicChannelClass
stringSystemPageClass
Inherited Variables from TribesGUI.TribesGUIPanel
GC

Functions Summary
functionTribesIRCChannel AddChannel (string ChannelName, optional bool bPrivate ))
event Closed (GUIComponent Sender, bool bCancelled))
function InitComponent (GUIComponent MyOwner))
function InternalOnShow ()))
function IRCDisconnected ()))
functionbool IsJoinAvailable (out string ButtonCaption ))
functionbool IsRefreshAvailable (out string ButtonCaption ))
functionbool IsSpectateAvailable (out string ButtonCaption ))
function JoinClicked ()))
function OnConnectClicked (GUIComponent Sender))
function OnDisconnectClicked (GUIComponent Sender))
function OnLeaveClicked (GUIComponent Sender))
function Realign ()))
function RefreshClicked ()))
functionbool RemoveChannel (string ChannelName ))
function SetCloseCaption (optional string NewName ))
function SetCurrentChannel (int Index ))
function ShowPanel (bool bShow))
function SpectateClicked ()))
functionbool TabChange (GUIPanel Target))
function UpdateCurrentChannel (int Index ))
Inherited Functions from TribesGUI.TribesGUIPanel
InitComponent


Variables Detail

ChooseNewNickText Source code

var localized string ChooseNewNickText;

SystemLabel Source code

var localized string SystemLabel;

TribesGui

connectButton Source code

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

c_Channel Source code

var(TribesGui) private EditInline Config GUITabControl c_Channel;

defaultChannel Source code

var(TribesGui) EditInline Config TribesIRCChannel defaultChannel;

disconnectButton Source code

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

leaveButton Source code

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

tp_System Source code

var(TribesGui) private EditInline Config TribesIRCSystem tp_System;

TribesMPCommunityPanel

PrivateChannelClass Source code

var(TribesMPCommunityPanel) string PrivateChannelClass;

PublicChannelClass Source code

var(TribesMPCommunityPanel) string PublicChannelClass;

SystemPageClass Source code

var(TribesMPCommunityPanel) string SystemPageClass;


Functions Detail

AddChannel Source code

function TribesIRCChannel AddChannel ( string ChannelName, optional bool bPrivate ) )

Closed Source code

event Closed ( GUIComponent Sender, bool bCancelled) )

InitComponent Source code

function InitComponent ( GUIComponent MyOwner) )

InternalOnShow Source code

function InternalOnShow ( ) )

IRCDisconnected Source code

function IRCDisconnected ( ) )

IsJoinAvailable Source code

function bool IsJoinAvailable ( out string ButtonCaption ) )

IsRefreshAvailable Source code

function bool IsRefreshAvailable ( out string ButtonCaption ) )

IsSpectateAvailable Source code

function bool IsSpectateAvailable ( out string ButtonCaption ) )

JoinClicked Source code

function JoinClicked ( ) )

OnConnectClicked Source code

function OnConnectClicked ( GUIComponent Sender) )

OnDisconnectClicked Source code

function OnDisconnectClicked ( GUIComponent Sender) )

OnLeaveClicked Source code

function OnLeaveClicked ( GUIComponent Sender) )

Realign Source code

function Realign ( ) )

RefreshClicked Source code

function RefreshClicked ( ) )

RemoveChannel Source code

function bool RemoveChannel ( string ChannelName ) )

SetCloseCaption Source code

function SetCloseCaption ( optional string NewName ) )

SetCurrentChannel Source code

function SetCurrentChannel ( int Index ) )

ShowPanel Source code

function ShowPanel ( bool bShow) )

SpectateClicked Source code

function SpectateClicked ( ) )

TabChange Source code

function bool TabChange ( GUIPanel Target) )

UpdateCurrentChannel Source code

function UpdateCurrentChannel ( int Index ) )


Defaultproperties

defaultproperties
{
	
	
	
	
	
	
	
	
	
	
	

	SystemLabel="System"
	
	SystemPageClass="TribesGUI.TribesIRCSystem"
	PublicChannelClass="TribesGUI.TribesIRCChannel"
	PrivateChannelClass="TribesGUI.TribesIRCPrivate"
	
}

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