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

TribesGUI.TribesIRCPanel

Extends
TribesGUIPanel

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

Variables Summary
GUIButtonb_Connect
GUIButtonb_JoinChannel
GUIButtonb_RemChannel
GUIButtonb_RemServer
stringConnectText
moComboBoxco_Channel
moComboBoxco_Server
stringDisconnectText
GUIButtonSizingButton
TribesIRCSystemtp_System
TribesIRCPanel
boolbDirty
array<string>ChannelHistory
array<string>ServerHistory
Inherited Variables from TribesGUI.TribesGUIPanel
GC

Functions Summary
functionbool AddChannelToHistory (string NewChannelName, optional int Position ))
functionbool AddServerToHistory (string NewServerName, optional int Position ))
functionint FindChannelHistoryIndex (string ChannelName ))
functionint FindServerHistoryIndex (string ServerName ))
event Free (optional bool bForce ))
function GetSizingButton ()))
function InitComponent (GUIComponent MyOwner))
function InternalOnChange (GUIComponent Sender))
functionbool InternalOnClick (GUIComponent Sender))
functionbool IsCurrentServer (string ServerAddress ))
function LoadChannelHistory ()))
function LoadServerHistory ()))
functionbool PositionButtons (Canvas C ))
functionbool RemoveChannelFromHistory (string ChannelName ))
functionbool RemoveServerFromHistory (string ServerName ))
function UpdateConnectionStatus (bool NowConnected ))
Inherited Functions from TribesGUI.TribesGUIPanel
InitComponent


Variables Detail

b_Connect Source code

var automated GUIButton b_Connect;

b_JoinChannel Source code

var automated GUIButton b_JoinChannel;

b_RemChannel Source code

var automated GUIButton b_RemChannel;

b_RemServer Source code

var automated GUIButton b_RemServer;

ConnectText Source code

var localized string ConnectText;

co_Channel Source code

var automated moComboBox co_Channel;

co_Server Source code

var automated moComboBox co_Server;

DisconnectText Source code

var localized string DisconnectText;

SizingButton Source code

var GUIButton SizingButton;

tp_System Source code

var TribesIRCSystem tp_System;

TribesIRCPanel

bDirty Source code

var(TribesIRCPanel) noexport transient bool bDirty;

ChannelHistory Source code

var(TribesIRCPanel) globalconfig array<string> ChannelHistory;

ServerHistory Source code

var(TribesIRCPanel) globalconfig array<string> ServerHistory;


Functions Detail

AddChannelToHistory Source code

function bool AddChannelToHistory ( string NewChannelName, optional int Position ) )

AddServerToHistory Source code

function bool AddServerToHistory ( string NewServerName, optional int Position ) )

FindChannelHistoryIndex Source code

function int FindChannelHistoryIndex ( string ChannelName ) )

FindServerHistoryIndex Source code

function int FindServerHistoryIndex ( string ServerName ) )

Free Source code

event Free ( optional bool bForce ) )

GetSizingButton Source code

function GetSizingButton ( ) )

InitComponent Source code

function InitComponent ( GUIComponent MyOwner) )

InternalOnChange Source code

function InternalOnChange ( GUIComponent Sender) )

InternalOnClick Source code

function bool InternalOnClick ( GUIComponent Sender) )

IsCurrentServer Source code

function bool IsCurrentServer ( string ServerAddress ) )

LoadChannelHistory Source code

function LoadChannelHistory ( ) )

LoadServerHistory Source code

function LoadServerHistory ( ) )

PositionButtons Source code

function bool PositionButtons ( Canvas C ) )

RemoveChannelFromHistory Source code

function bool RemoveChannelFromHistory ( string ChannelName ) )

RemoveServerFromHistory Source code

function bool RemoveServerFromHistory ( string ServerName ) )

UpdateConnectionStatus Source code

function UpdateConnectionStatus ( bool NowConnected ) )


Defaultproperties

defaultproperties
{
	OnPreDraw=PositionButtons
	ServerHistory(0)="irc.enterthegame.com"
	ServerHistory(1)="irc.utchat.com"


	ChannelHistory(0)="#ut"


	ConnectText="CONNECT"
	DisconnectText="DISCONNECT"


	
	
	
	
	
	
	
	
	
	
	
	
	
	

	
	
	
	
	
	
	
	
	
	
	
	
	
	

	
	
	
	
	
	
	
	
	
	
	
	

	
	
	
	
	
	
	
	
	
	
	
	

	
	
	
	
	
	
	
	
	
	
	
	

	
	
	
	
	
	
	
	
	
	
	
	

	
	
	
	
	
	
}

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