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

XInterface.IngameChat

Extends
UT2K3GUIPage

Core.Object
|   
+-- XInterface.GUI
   |   
   +-- XInterface.GUIComponent
      |   
      +-- XInterface.GUIMultiComponent
         |   
         +-- XInterface.GUIPage
            |   
            +-- XInterface.UT2K3GUIPage
               |   
               +-- XInterface.IngameChat

Variables Summary
boolbIgnoreChar
byteCloseKey
ExtendedConsoleMyConsole
GUIEditBoxMyEditBox
intOldCMC
Inherited Variables from XInterface.GUIPage
Background, BackgroundColor, BackgroundRStyle, bAllowedAsLast, bCaptureInput, bCheckResolution, bDisconnectOnOpen, bPauseIfPossible, bPersistent, bRenderWorld, bRequire640x480, bRestorable, CloseSound, InactiveFadeColor, OpenSound, ParentPage, Timers

Functions Summary
function Clear ()
event HandleParameters (string Param1, string Param2)
function InitComponent (GUIController MyController, GUIComponent MyOwner)
functionbool InternalOnKeyEvent (out byte Key, out byte State, float delta)
functionbool InternalOnKeyType (out byte Key, optional string Unicode)
function MyOnClose (optional Bool bCanceled)
Inherited Functions from XInterface.GUIPage
AllowOpen, ChangeHint, CheckResolution, Closed, Free, GetDataString, GetRestoreParams, HandleObject, HandleParameters, InitComponent, IsOpen, NotifyLevelChange, PlayCloseSound, PlayOpenSound, SetDataString, SetFocus


Variables Detail

bIgnoreChar Source code

var bool bIgnoreChar;

CloseKey Source code

var byte CloseKey;

MyConsole Source code

var ExtendedConsole MyConsole;

MyEditBox Source code

var GUIEditBox MyEditBox;

OldCMC Source code

var int OldCMC;


Functions Detail

Clear Source code

function Clear ( )

HandleParameters Source code

event HandleParameters ( string Param1, string Param2 )

InitComponent Source code

function InitComponent ( GUIController MyController, GUIComponent MyOwner )

InternalOnKeyEvent Source code

function bool InternalOnKeyEvent ( out byte Key, out byte State, float delta )

InternalOnKeyType Source code

function bool InternalOnKeyType ( out byte Key, optional string Unicode )

MyOnClose Source code

function MyOnClose ( optional Bool bCanceled )


Defaultproperties

defaultproperties
{
     bRequire640x480=False
     bPersistent=True
     bAllowedAsLast=True
     Begin Object Class=GUIImage Name=ChatBackground
         Image=Texture'InterfaceContent.Menu.SquareBoxA'
         ImageStyle=ISTY_Stretched
         WinHeight=1.000000
         bBoundToParent=True
         bScaleToParent=True
         bNeverFocus=True
     End Object
     Controls(0)=GUIImage'XInterface.IngameChat.ChatBackground'

     Begin Object Class=GUIScrollTextBox Name=chatText
         bNoTeletype=True
         CharDelay=0.002500
         EOLDelay=0.000000
         OnCreateComponent=chatText.InternalOnCreateComponent
         WinTop=0.020000
         WinLeft=0.030000
         WinWidth=0.940000
         WinHeight=0.880000
         bBoundToParent=True
         bScaleToParent=True
         bNeverFocus=True
     End Object
     Controls(1)=GUIScrollTextBox'XInterface.IngameChat.chatText'

     Begin Object Class=GUIEditBox Name=ChatEdit
         StyleName="SquareButton"
         WinTop=0.940000
         bBoundToParent=True
         bScaleToParent=True
         OnActivate=ChatEdit.InternalActivate
         OnDeActivate=ChatEdit.InternalDeactivate
         OnKeyType=ChatEdit.InternalOnKeyType
         OnKeyEvent=ChatEdit.InternalOnKeyEvent
     End Object
     Controls(2)=GUIEditBox'XInterface.IngameChat.ChatEdit'

     WinTop=0.100000
     WinLeft=0.100000
     WinWidth=0.800000
     WinHeight=0.800000
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Wed 7/2/2007 19:16:02.671 - Created with UnCodeX