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

UBrowser.UBrowserIRCChannelPage

Extends
UBrowserIRCPageBase

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

Variables Summary
stringChannelName
UWindowHSplitterSplitter
UBrowserIRCSystemPageSystemPage
UBrowserIRCUserListBoxUserList
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 Nick, string Mode))
function ChangeOp (string Nick, bool bOp))
function ChangeVoice (string Nick, bool bVoice))
function ChannelAction (string Nick, string Text))
function ChannelText (string Nick, string Text))
function ClosePage ()))
function Created ()))
function JoinedChannel (string Nick))
function KickUser (string KickedNick, string Kicker, string Reason))
function PartedChannel (string Nick))
function ProcessInput (string Text))
function UserInChannel (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

ChannelName Source code

var string ChannelName;

Splitter Source code

var UWindowHSplitter Splitter;

SystemPage Source code

var UBrowserIRCSystemPage SystemPage;

UserList Source code

var UBrowserIRCUserListBox UserList;


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 Nick, string Mode) )

ChangeOp Source code

function ChangeOp ( string Nick, bool bOp) )

ChangeVoice Source code

function ChangeVoice ( string Nick, bool bVoice) )

ChannelAction Source code

function ChannelAction ( string Nick, string Text) )

ChannelText Source code

function ChannelText ( string Nick, string Text) )

ClosePage Source code

function ClosePage ( ) )

Created Source code

function Created ( ) )

JoinedChannel Source code

function JoinedChannel ( string Nick) )

KickUser Source code

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

PartedChannel Source code

function PartedChannel ( string Nick) )

ProcessInput Source code

function ProcessInput ( string Text) )

UserInChannel Source code

function UserInChannel ( string Nick) )

UserNotice Source code

function UserNotice ( string Nick, string Text) )

UserQuit Source code

function UserQuit ( string Nick, string Reason) )


Defaultproperties

defaultproperties
{
     RightClickMenuClass=Class'UBrowser.UBrowserIRCChannelMenu'
}

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