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
         bDockPanels=True
         TabHeight=0.040000
         WinHeight=1.000000
         bAcceptsInput=True
         OnActivate=ChannelTabControl.InternalOnActivate
     End Object
     c_Channel=GUITabControl'GUI2K4.UT2k4Browser_IRC.ChannelTabControl'

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

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Wed 7/2/2007 19:16:21.843 - Created with UnCodeX