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

UBrowser.UBrowserIRCSystemPage

Extends
UBrowserIRCPageBase

Core.Object
|   
+-- UWindow.UWindowBase
   |   
   +-- UWindow.UWindowWindow
      |   
      +-- UWindow.UWindowClientWindow
         |   
         +-- UWindow.UWindowDialogClientWindow
            |   
            +-- UWindow.UWindowPageWindow
               |   
               +-- UBrowser.UBrowserIRCPageBase
                  |   
                  +-- UBrowser.UBrowserIRCSystemPage

Variables Summary
boolbAway
boolbConnected
stringByText
stringDefaultChannel
stringFullName
stringIsAwayText
stringKickedFromText
UBrowserIRCLinkLink
stringNickName
stringNotInAChannelText
stringOldPlayerName
UWindowPageControlPageParent
stringServer
UBrowserIRCSetupClientSetupClient
UWindowVSplitterSplitter
stringUserIdent
Inherited Variables from UBrowser.UBrowserIRCPageBase
EditControl, HasJoinedText, HasLeftText, Menu, NowKnownAsText, QuitText, RightClickMenuClass, SetsModeText, TextArea, TextAreaClass, WasKickedByText
Inherited Variables from UWindow.UWindowPageWindow
OwnerTab

Functions Summary
function BeforePaint (Canvas C, float X, float Y))
function ChangedNick (string OldNick, string NewNick))
function ChangeMode (string Channel, string Nick, string Mode))
function ChangeOp (string Channel, string Nick, bool bOp))
function ChangeVoice (string Channel, string Nick, bool bVoice))
function ChannelAction (string Channel, string Nick, string Text))
function ChannelText (string Channel, string Nick, string Text))
function CheckAway ()))
function Connect ()))
function Created ()))
functionUBrowserIRCPrivPage CreatePrivChannel (string Nick))
function CTCP (string Channel, string Nick, string Message))
function Disconnect ()))
functionUBrowserIRCChannelPage FindChannelWindow (string Channel))
functionUBrowserIRCPrivPage FindPrivateWindow (string Nick))
function IRCClosed ()))
function IRCVisible ()))
function IsAway (string Nick, string Message))
function JoinChannel (string ChannelName))
function JoinedChannel (string Channel, optional string Nick))
function KickUser (string Channel, string KickedNick, string Kicker, string Reason))
function NotifyAfterLevelChange ()))
function NotifyQuitUnreal ()))
function PartChannel (string ChannelName))
function PartedChannel (string Channel, optional string Nick))
function PrivateAction (string Nick, string Text))
function PrivateText (string Nick, string Text))
function ProcessInput (string Text))
function SystemText (string Text))
function Tick (float Delta))
function UserInChannel (string Channel, string Nick))
function UserNotice (string Nick, string Text))
function UserQuit (string Nick, string Reason))
Inherited Functions from UBrowser.UBrowserIRCPageBase
AddedText, BeforePaint, Close, ClosePage, Created, Notify, Paint, ProcessInput, RMouseUp, Setup, WindowShown
Inherited Functions from UWindow.UWindowPageWindow
RightClickTab


Variables Detail

bAway Source code

var bool bAway;

bConnected Source code

var bool bConnected;

ByText Source code

var localized string ByText;

DefaultChannel Source code

var string DefaultChannel;

FullName Source code

var config string FullName;

IsAwayText Source code

var localized string IsAwayText;

KickedFromText Source code

var localized string KickedFromText;

Link Source code

var UBrowserIRCLink Link;

NickName Source code

var config string NickName;

NotInAChannelText Source code

var localized string NotInAChannelText;

OldPlayerName Source code

var config string OldPlayerName;

PageParent Source code

var UWindowPageControl PageParent;

Server Source code

var string Server;

SetupClient Source code

var UBrowserIRCSetupClient SetupClient;

Splitter Source code

var UWindowVSplitter Splitter;

UserIdent Source code

var config string UserIdent;


Functions Detail

BeforePaint Source code

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

ChangedNick Source code

function ChangedNick ( string OldNick, string NewNick) )

ChangeMode Source code

function ChangeMode ( string Channel, string Nick, string Mode) )

ChangeOp Source code

function ChangeOp ( string Channel, string Nick, bool bOp) )

ChangeVoice Source code

function ChangeVoice ( string Channel, string Nick, bool bVoice) )

ChannelAction Source code

function ChannelAction ( string Channel, string Nick, string Text) )

ChannelText Source code

function ChannelText ( string Channel, string Nick, string Text) )

CheckAway Source code

function CheckAway ( ) )

Connect Source code

function Connect ( ) )

Created Source code

function Created ( ) )

CreatePrivChannel Source code

function UBrowserIRCPrivPage CreatePrivChannel ( string Nick) )

CTCP Source code

function CTCP ( string Channel, string Nick, string Message) )

Disconnect Source code

function Disconnect ( ) )

FindChannelWindow Source code

function UBrowserIRCChannelPage FindChannelWindow ( string Channel) )

FindPrivateWindow Source code

function UBrowserIRCPrivPage FindPrivateWindow ( string Nick) )

IRCClosed Source code

function IRCClosed ( ) )

IRCVisible Source code

function IRCVisible ( ) )

IsAway Source code

function IsAway ( string Nick, string Message) )

JoinChannel Source code

function JoinChannel ( string ChannelName) )

JoinedChannel Source code

function JoinedChannel ( string Channel, optional string Nick) )

KickUser Source code

function KickUser ( string Channel, string KickedNick, string Kicker, string Reason) )

NotifyAfterLevelChange Source code

function NotifyAfterLevelChange ( ) )

NotifyQuitUnreal Source code

function NotifyQuitUnreal ( ) )

PartChannel Source code

function PartChannel ( string ChannelName) )

PartedChannel Source code

function PartedChannel ( string Channel, optional string Nick) )

PrivateAction Source code

function PrivateAction ( string Nick, string Text) )

PrivateText Source code

function PrivateText ( string Nick, string Text) )

ProcessInput Source code

function ProcessInput ( string Text) )

SystemText Source code

function SystemText ( string Text) )

Tick Source code

function Tick ( float Delta) )

UserInChannel Source code

function UserInChannel ( string Channel, string Nick) )

UserNotice Source code

function UserNotice ( string Nick, string Text) )

UserQuit Source code

function UserQuit ( string Nick, string Reason) )


Defaultproperties

defaultproperties
{
     NotInAChannelText="Not in a channel!"
     KickedFromText="You were kicked from"
     ByText="by"
     IsAwayText="is away"
     RightClickMenuClass=Class'UBrowser.UBrowserIRCSystemMenu'
}

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