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

UWindow.UWindowConsoleClientWindow

Extends
UWindowDialogClientWindow

Core.Object
|   
+-- UWindow.UWindowBase
   |   
   +-- UWindow.UWindowWindow
      |   
      +-- UWindow.UWindowClientWindow
         |   
         +-- UWindow.UWindowDialogClientWindow
            |   
            +-- UWindow.UWindowConsoleClientWindow

Variables Summary
UWindowCheckboxBoxShowChatMsg
UWindowCheckboxBoxShowColors
UWindowEditControlEditControl
UWindowLabelControlShowChatLabel
UWindowLabelControlShowColLabel
UWindowConsoleTextAreaControlTextArea
UWindowConsoleClientWindow
stringShowChatText
stringShowColorsText
Inherited Variables from UWindow.UWindowDialogClientWindow
DesiredHeight, DesiredWidth, TabLast

Functions Summary
function BeforePaint (Canvas C, float X, float Y))
function Created ()))
function Notify (UWindowDialogControl C, byte E))
function Paint (Canvas C, float X, float Y))
Inherited Functions from UWindow.UWindowDialogClientWindow
CreateControl, GetDesiredDimensions, Notify, OKPressed, Paint
Inherited Functions from UWindow.UWindowClientWindow
Close


Variables Detail

BoxShowChatMsg Source code

var UWindowCheckbox BoxShowChatMsg;

BoxShowColors Source code

var UWindowCheckbox BoxShowColors;

EditControl Source code

var UWindowEditControl EditControl;

ShowChatLabel Source code

var UWindowLabelControl ShowChatLabel;

ShowColLabel Source code

var UWindowLabelControl ShowColLabel;

TextArea Source code

var UWindowConsoleTextAreaControl TextArea;

UWindowConsoleClientWindow

ShowChatText Source code

var(UWindowConsoleClientWindow) localized string ShowChatText;

ShowColorsText Source code

var(UWindowConsoleClientWindow) localized string ShowColorsText;


Functions Detail

BeforePaint Source code

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

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) )


Defaultproperties

defaultproperties
{
				ShowColorsText="Show console messages in colors"
				ShowChatText="Log only chat messages"
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: zo 11-11-2012 21:14:15.850 - Created with UnCodeX