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

UBrowser.UBrowserIRCPageBase

Extends
UWindowPageWindow

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

Direct Known Subclasses:

UBrowserIRCChannelPage, UBrowserIRCPrivPage, UBrowserIRCSystemPage

Variables Summary
UWindowEditControlEditControl
stringHasJoinedText
stringHasLeftText
UWindowPulldownMenuMenu
stringNowKnownAsText
stringQuitText
class<UWindowPulldownMenu>RightClickMenuClass
stringSetsModeText
UWindowDynamicTextAreaTextArea
stringTextAreaClass
stringWasKickedByText
Inherited Variables from UWindow.UWindowPageWindow
OwnerTab
Inherited Variables from UWindow.UWindowDialogClientWindow
DesiredHeight, DesiredWidth, TabLast

Functions Summary
function AddedText ()))
function BeforePaint (Canvas C, float X, float Y))
function Close (optional bool bByParent))
function ClosePage ()))
function Created ()))
function Notify (UWindowDialogControl C, byte E))
function Paint (Canvas C, float X, float Y))
function ProcessInput (string Text)
function RMouseUp (float X, float Y))
function Setup ()))
function WindowShown ()))
Inherited Functions from UWindow.UWindowPageWindow
RightClickTab
Inherited Functions from UWindow.UWindowDialogClientWindow
CreateControl, GetDesiredDimensions, Notify, OKPressed, Paint


Variables Detail

EditControl Source code

var UWindowEditControl EditControl;

HasJoinedText Source code

var localized string HasJoinedText;

HasLeftText Source code

var localized string HasLeftText;

Menu Source code

var UWindowPulldownMenu Menu;

NowKnownAsText Source code

var localized string NowKnownAsText;

QuitText Source code

var localized string QuitText;

RightClickMenuClass Source code

var class<UWindowPulldownMenu> RightClickMenuClass;

SetsModeText Source code

var localized string SetsModeText;

TextArea Source code

var UWindowDynamicTextArea TextArea;

TextAreaClass Source code

var config string TextAreaClass;

WasKickedByText Source code

var localized string WasKickedByText;


Functions Detail

AddedText Source code

function AddedText ( ) )

BeforePaint Source code

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

Close Source code

function Close ( optional bool bByParent) )

ClosePage Source code

function ClosePage ( ) )

Created Source code

function Created ( ) )

Notify Source code

function Notify ( UWindowDialogControl C, byte E) )

Paint Source code

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

ProcessInput Source code

function ProcessInput ( string Text )

RMouseUp Source code

function RMouseUp ( float X, float Y) )

Setup Source code

function Setup ( ) )

WindowShown Source code

function WindowShown ( ) )


Defaultproperties

defaultproperties
{
     TextAreaClass="UBrowser.UBrowserIRCTextArea"
     HasLeftText="has left"
     HasJoinedText="has joined"
     WasKickedByText="was kicked by"
     NowKnownAsText="is now known as"
     QuitText="Quit"
     SetsModeText="sets mode"
}

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