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

GUI2K4.UT2K4Browser_IRC

Extends
UT2K4Browser_Page

Core.Object
|   
+-- XInterface.GUI
   |   
   +-- XInterface.GUIComponent
      |   
      +-- XInterface.GUIMultiComponent
         |   
         +-- XInterface.GUIPanel
            |   
            +-- XInterface.GUITabPanel
               |   
               +-- XInterface.UT2K4TabPanel
                  |   
                  +-- GUI2K4.UT2K4Browser_Page
                     |   
                     +-- GUI2K4.UT2K4Browser_IRC

Variables Summary
stringChooseNewNickText
GUITabControlc_Channel
stringSystemLabel
UT2K4IRC_Systemtp_System
UT2K4Browser_IRC
stringPrivateChannelClass
stringPublicChannelClass
stringSystemPageClass
Inherited Variables from GUI2K4.UT2K4Browser_Page
AuthFailString, BackCaption, bCommonButtonWidth, Browser, ConnFailString, ConnTimeoutString, CurrentFooterCaption, FilterCaption, JoinCaption, MustUpgradeString, QueryCompleteString, ReadyString, RefreshCaption, RetryString, SpectateCaption, StartQueryString, t_Footer, UnspecifiedNetworkError

Functions Summary
functionUT2K4IRC_Channel AddChannel (string ChannelName, optional bool bPrivate ))
event Closed (GUIComponent Sender, bool bCancelled))
function InitComponent (GUIController MyController, GUIComponent MyOwner))
function IRCDisconnected ()))
functionbool IsJoinAvailable (out string ButtonCaption ))
functionbool IsRefreshAvailable (out string ButtonCaption ))
functionbool IsSpectateAvailable (out string ButtonCaption ))
function JoinClicked ()))
function RefreshClicked ()))
functionbool RemoveChannel (string ChannelName ))
function SetCloseCaption (optional string NewName ))
function SetCurrentChannel (int Index ))
function ShowPanel (bool bShow))
function SpectateClicked ()))
function TabChange (GUIComponent Sender))
function UpdateCurrentChannel (int Index ))
Inherited Functions from GUI2K4.UT2K4Browser_Page
AddQueryTerm, BindQueryClient, CheckJoinButton, CheckRefreshButton, CheckSpectateButton, CloseMSConnection, FilterClicked, InitComponent, InternalOnRightClick, IsFilterAvailable, IsJoinAvailable, IsRefreshAvailable, IsSpectateAvailable, JoinClicked, NetworkErrorClosed, Opened, QueryComplete, ReceivedPingInfo, ReceivedPingTimeout, RefreshClicked, ResetQueryClient, SetFooterCaption, SetJoinCaption, SetRefreshCaption, SetSpectateCaption, ShouldDisplayGameType, ShowNetworkError, ShowPanel, SpectateClicked


Variables Detail

ChooseNewNickText Source code

var localized string ChooseNewNickText;

c_Channel Source code

var automated GUITabControl c_Channel;

SystemLabel Source code

var localized string SystemLabel;

tp_System Source code

var UT2K4IRC_System tp_System;

UT2K4Browser_IRC

PrivateChannelClass Source code

var(UT2K4Browser_IRC) config string PrivateChannelClass;

PublicChannelClass Source code

var(UT2K4Browser_IRC) config string PublicChannelClass;

SystemPageClass Source code

var(UT2K4Browser_IRC) config string SystemPageClass;


Functions Detail

AddChannel Source code

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

Closed Source code

event Closed ( GUIComponent Sender, bool bCancelled) )

InitComponent Source code

function InitComponent ( GUIController MyController, GUIComponent MyOwner) )

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

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 TabChange ( GUIComponent Sender) )

UpdateCurrentChannel Source code

function UpdateCurrentChannel ( int Index ) )


Defaultproperties

defaultproperties
{
	Begin Object Class=GUITabControl Name=ChannelTabControl
		WinWidth=1.0
		WinLeft=0
		WinTop=0
		WinHeight=1
		TabHeight=0.04
		bFillSpace=False
		bAcceptsInput=true
		bDockPanels=true
	End Object
	c_Channel=ChannelTabControl


	SystemLabel="System"
	PanelCaption="UT2004 Internet Chat Client"
	SystemPageClass="GUI2K4.UT2K4IRC_System"
	PublicChannelClass="GUI2K4.UT2K4IRC_Channel"
	PrivateChannelClass="GUI2K4.UT2K4IRC_Private"
	bCommonButtonWidth=false
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Do 14.8.2014 09:58:26.262 - Created with UnCodeX