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

KFGui.KFLobbyChat

Extends
FloatingWindow

Core.Object
|   
+-- XInterface.GUI
   |   
   +-- XInterface.GUIComponent
      |   
      +-- XInterface.GUIMultiComponent
         |   
         +-- XInterface.GUIPage
            |   
            +-- XInterface.UT2K4GUIPage
               |   
               +-- GUI2K4.PopupPageBase
                  |   
                  +-- GUI2K4.FloatingWindow
                     |   
                     +-- KFGui.KFLobbyChat

Variables Summary
boolbVoiceRepeat
moEditBoxeb_Send
GUIScrollTextBoxlb_Chat
GUISectionBackgroundsB_Main
KFLobbyChat
array<byte>CloseKey
colorTextColor[3]
Inherited Variables from GUI2K4.FloatingWindow
BLSizing, bMoveAllowed, bMoving, bResizeHeightAllowed, bResizeWidthAllowed, bResizing, BRSizing, BtSizing, b_ExitButton, DefaultHeight, DefaultLeft, DefaultTop, DefaultWidth, HeaderMouseCursorIndex, LSizing, MaxPageHeight, MaxPageWidth, MinPageHeight, MinPageWidth, RSizing, TLSizing, TRSizing, TSizing, t_WindowTitle, WindowName
Inherited Variables from GUI2K4.PopupPageBase
bClosing, bFading, CurFade, CurFadeTime, DesiredFade, FadeTime, i_FrameBG

Functions Summary
function HandleChat (string Msg, int TeamIndex))
function InitComponent (GUIController MyController, GUIComponent MyOwner))
function InternalOnCreateComponent (GUIComponent NewComp, GUIComponent Sender ))
functionbool InternalOnKeyEvent (out byte Key, out byte State, float delta))
event Opened (GUIComponent Sender))
Inherited Functions from GUI2K4.FloatingWindow
AddSystemMenu, AlignFrame, CheckBounds, FloatingHover, FloatingMousePressed, FloatingMouseRelease, FloatingPreDraw, FloatingRendered, HoveringBottomBorder, HoveringBottomLeft, HoveringLeftBorder, HoveringRightBorder, HoveringTopBorder, HoveringTopLeft, InitComponent, InternalOnCreateComponent, ResizeAllowed, ResizedBoth, ResizedHeight, ResizedWidth, ResolutionChanged, SaveCurrentPosition, SetDefaultPosition, SetFocus, SetMouseCursorIndex, SetPanelPosition, SystemMenuPreDraw, XButtonClicked
Inherited Functions from GUI2K4.PopupPageBase
FadeIn, FadeOut, InternalOnPreDraw, Opened


Variables Detail

bVoiceRepeat Source code

var bool bVoiceRepeat;

eb_Send Source code

var automated moEditBox eb_Send;

lb_Chat Source code

var automated GUIScrollTextBox lb_Chat;

sB_Main Source code

var automated GUISectionBackground sB_Main;

KFLobbyChat

CloseKey Source code

var(KFLobbyChat) editinline array<byte> CloseKey;

TextColor[3] Source code

var(KFLobbyChat) editinlinenotify color TextColor[3];


Functions Detail

HandleChat Source code

function HandleChat ( string Msg, int TeamIndex) )

InitComponent Source code

function InitComponent ( GUIController MyController, GUIComponent MyOwner) )

InternalOnCreateComponent Source code

function InternalOnCreateComponent ( GUIComponent NewComp, GUIComponent Sender ) )

InternalOnKeyEvent Source code

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

Opened Source code

event Opened ( GUIComponent Sender) )


Defaultproperties

defaultproperties
{
     Begin Object Class=moEditBox Name=ebSend
         CaptionWidth=0.100000
         Caption="Say: "
         OnCreateComponent=ebSend.InternalOnCreateComponent
         Hint="Prefix a message with a dot (.) to send a team message or a slash (/) to send a command."
         WinTop=0.973152
         WinLeft=0.044128
         WinWidth=0.920000
         WinHeight=0.060000
         TabOrder=0
         bBoundToParent=True
         bScaleToParent=True
         ToolTip=None


     End Object
     eb_Send=moEditBox'KFGui.KFLobbyChat.ebSend'


     Begin Object Class=GUIScrollTextBox Name=lbChat
         bNoTeletype=True
         CharDelay=0.002500
         EOLDelay=0.000000
         Separator="þ"
         OnCreateComponent=lbChat.InternalOnCreateComponent
         FontScale=FNS_Small
         StyleName="none"
         WinWidth=0.000000
         bBoundToParent=True
         bScaleToParent=True
         bNeverFocus=True
         ToolTip=None


     End Object
     lb_Chat=GUIScrollTextBox'KFGui.KFLobbyChat.lbChat'


     Begin Object Class=GUIHeader Name=TitleBar
         bUseTextHeight=True
         WinWidth=0.000000
         RenderWeight=0.010000
         bBoundToParent=True
         bScaleToParent=True
         bVisible=False
         bNeverFocus=False
         ScalingType=SCALE_X
     End Object
     t_WindowTitle=GUIHeader'KFGui.KFLobbyChat.TitleBar'


     bResizeWidthAllowed=False
     bResizeHeightAllowed=False
     bMoveAllowed=False
     DefaultLeft=0.025000
     DefaultTop=0.460000
     DefaultWidth=0.400000
     DefaultHeight=0.050000
     i_FrameBG=None


     bPersistent=True
     bAllowedAsLast=True
     WinTop=0.430000
     WinLeft=0.025000
     WinWidth=0.400000
     WinHeight=0.050000
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Fri 13-10-2023 03:18:46.791 - Created with UnCodeX