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

UBrowser.UBrowserIRCSetupClient

Extends
UWindowDialogClientWindow

Core.Object
|   
+-- UWindow.UWindowBase
   |   
   +-- UWindow.UWindowWindow
      |   
      +-- UWindow.UWindowClientWindow
         |   
         +-- UWindow.UWindowDialogClientWindow
            |   
            +-- UBrowser.UBrowserIRCSetupClient

Variables Summary
boolbHasReadWarning
UWindowComboControlChannelCombo
stringChannelHelp
stringChannelText
UWindowMessageBoxConfirmJoin
UWindowSmallButtonConnectButton
stringConnectHelp
stringConnectText
stringDisconnectHelp
stringDisconnectText
stringIRCChannelHistory[10]
stringIRCServerHistory[10]
UWindowComboControlServerCombo
stringServerHelp
stringServerText
UBrowserIRCSystemPageSystemPage
stringWarningText
stringWarningTitle
Inherited Variables from UWindow.UWindowDialogClientWindow
DesiredHeight, DesiredWidth, TabLast

Functions Summary
function BeforePaint (Canvas C, float X, float Y))
function Created ()))
function DoJoin ()))
function MessageBoxDone (UWindowMessageBox W, MessageBoxResult Result))
function NewIRCServer (string S))
function Notify (UWindowDialogControl C, byte E))
function Paint (Canvas C, float X, float Y))
function SaveChannelCombo ()))
function SaveServerCombo ()))
Inherited Functions from UWindow.UWindowDialogClientWindow
CreateControl, GetDesiredDimensions, Notify, OKPressed, Paint
Inherited Functions from UWindow.UWindowClientWindow
Close


Variables Detail

bHasReadWarning Source code

var config bool bHasReadWarning;

ChannelCombo Source code

var UWindowComboControl ChannelCombo;

ChannelHelp Source code

var localized string ChannelHelp;

ChannelText Source code

var localized string ChannelText;

ConfirmJoin Source code

var UWindowMessageBox ConfirmJoin;

ConnectButton Source code

var UWindowSmallButton ConnectButton;

ConnectHelp Source code

var localized string ConnectHelp;

ConnectText Source code

var localized string ConnectText;

DisconnectHelp Source code

var localized string DisconnectHelp;

DisconnectText Source code

var localized string DisconnectText;

IRCChannelHistory[10] Source code

var config string IRCChannelHistory[10];

IRCServerHistory[10] Source code

var config string IRCServerHistory[10];

ServerCombo Source code

var UWindowComboControl ServerCombo;

ServerHelp Source code

var localized string ServerHelp;

ServerText Source code

var localized string ServerText;

SystemPage Source code

var UBrowserIRCSystemPage SystemPage;

WarningText Source code

var localized string WarningText;

WarningTitle Source code

var localized string WarningTitle;


Functions Detail

BeforePaint Source code

function BeforePaint ( Canvas C, float X, float Y) )

Created Source code

function Created ( ) )

DoJoin Source code

function DoJoin ( ) )

MessageBoxDone Source code

function MessageBoxDone ( UWindowMessageBox W, MessageBoxResult Result) )

NewIRCServer Source code

function NewIRCServer ( string S) )

Notify Source code

function Notify ( UWindowDialogControl C, byte E) )

Paint Source code

function Paint ( Canvas C, float X, float Y) )

SaveChannelCombo Source code

function SaveChannelCombo ( ) )

SaveServerCombo Source code

function SaveServerCombo ( ) )


Defaultproperties

defaultproperties
{
     IRCServerHistory(0)="irc.gameslink.net"
     IRCChannelHistory(0)="#utgames"
     IRCChannelHistory(1)="#utchat"
     IRCChannelHistory(2)="#utmods"
     IRCChannelHistory(3)="#utlevels"
     IRCChannelHistory(4)="#uthelp"
     ServerText="IRC Server"
     ChannelText="Default Channel"
     ServerHelp="Choose an IRC server from the list or type in your own IRC server name or IP address."
     ChannelHelp="Choose a default channel to join once the server has connected, or type in your own channel name."
     ConnectText="Connect"
     DisconnectText="Logoff"
     ConnectHelp="Connect to the IRC chat server."
     DisconnectHelp="Disconnect from the IRC chat server."
     WarningText="The Chat facility will connect you to the Internet Relay Chat (IRC) network.\n\nEpic Games is not responsible for the content of any channels in IRC. You enter these channels at your own risk.\n\nAre you sure you still want to connect?"
     WarningTitle="Warning"
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Fr 7.6.2013 13:15:13.088 - Created with UnCodeX