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

DeusEx.HUDConWindowFirst

Extends
HUDSharedBorderWindow

Core.Object
|   
+-- Extension.ExtensionObject
   |   
   +-- Extension.Window
      |   
      +-- DeusEx.HUDBaseWindow
         |   
         +-- DeusEx.HUDSharedBorderWindow
            |   
            +-- DeusEx.HUDConWindowFirst

Variables Summary
ColorcolConTextName
ColorcolConTextPlayer
ColorcolLine
ConPlayconPlay
floatconStartTime
FontfontName
TextWindowlastTextWindow
TileWindowlowerConWindow
TextWindownameWindow
inttxtVertMargin
Inherited Variables from DeusEx.HUDSharedBorderWindow
bottomMargin, minHeight, texBackgrounds[9], texBorders[9], topMargin
Inherited Variables from DeusEx.HUDBaseWindow
backgroundDrawStyle, backgroundHeight, backgroundPosX, backgroundPosY, backgroundWidth, bDrawBorder, borderDrawStyle, colBackground, colBorder, colHeaderText, colText, player

Functions Summary
function AppendText (string text))
function Clear ()))
function Close ()))
function ConfigurationChanged ()))
function CreateNameWindow ()))
function DestroyChildren ()))
function DisplayName (string text))
function DisplayText (string text, Actor speakingActor))
event InitWindow ()))
event ParentRequestedPreferredSize (bool bWidthSpecified, out float preferredWidth, bool bHeightSpecified, out float preferredHeight))
event StyleChanged ()))
Inherited Functions from DeusEx.HUDSharedBorderWindow
DrawBackground, DrawBorder
Inherited Functions from DeusEx.HUDBaseWindow
DrawBackground, DrawBorder, DrawWindow, InitWindow, RefreshHUDDisplay, StyleChanged


Variables Detail

colConTextName Source code

var Color colConTextName;

colConTextPlayer Source code

var Color colConTextPlayer;

colLine Source code

var Color colLine;

conPlay Source code

var ConPlay conPlay;

conStartTime Source code

var float conStartTime;

fontName Source code

var Font fontName;

lastTextWindow Source code

var TextWindow lastTextWindow;

lowerConWindow Source code

var TileWindow lowerConWindow;

nameWindow Source code

var TextWindow nameWindow;

txtVertMargin Source code

var int txtVertMargin;


Functions Detail

AppendText Source code

function AppendText ( string text) )

Clear Source code

function Clear ( ) )

Close Source code

function Close ( ) )

ConfigurationChanged Source code

function ConfigurationChanged ( ) )

CreateNameWindow Source code

function CreateNameWindow ( ) )

DestroyChildren Source code

function DestroyChildren ( ) )

DisplayName Source code

function DisplayName ( string text) )

DisplayText Source code

function DisplayText ( string text, Actor speakingActor) )

InitWindow Source code

event InitWindow ( ) )

ParentRequestedPreferredSize Source code

event ParentRequestedPreferredSize ( bool bWidthSpecified, out float preferredWidth, bool bHeightSpecified, out float preferredHeight) )

StyleChanged Source code

event StyleChanged ( ) )


Defaultproperties

defaultproperties
{
     FontName=Font'DeusExUI.FontMenuHeaders_DS'
     txtVertMargin=10
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Mon 8/11/2021 16:31:08.425 - Created with UnCodeX