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

DeusEx.HUDInformationDisplay

Extends
HUDSharedBorderWindow

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

Variables Summary
ColorcolInfoText
FontfontInfo
TexturetexBackgrounds[9]
TexturetexBorders[9]
TileWindowwinTile
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
functionTextWindow AddTextWindow ()))
eventbool ChildRequestedReconfiguration (window childWin))
function ClearTextWindows ()))
function ConfigurationChanged ()))
event InitWindow ()))
event ParentRequestedPreferredSize (bool bWidthSpecified, out float preferredWidth, bool bHeightSpecified, out float preferredHeight))
Inherited Functions from DeusEx.HUDSharedBorderWindow
DrawBackground, DrawBorder
Inherited Functions from DeusEx.HUDBaseWindow
DrawBackground, DrawBorder, DrawWindow, InitWindow, RefreshHUDDisplay, StyleChanged


Variables Detail

colInfoText Source code

var Color colInfoText;

fontInfo Source code

var Font fontInfo;

texBackgrounds[9] Source code

var Texture texBackgrounds[9];

texBorders[9] Source code

var Texture texBorders[9];

winTile Source code

var TileWindow winTile;


Functions Detail

AddTextWindow Source code

function TextWindow AddTextWindow ( ) )

ChildRequestedReconfiguration Source code

event bool ChildRequestedReconfiguration ( window childWin) )

ClearTextWindows Source code

function ClearTextWindows ( ) )

ConfigurationChanged Source code

function ConfigurationChanged ( ) )

InitWindow Source code

event InitWindow ( ) )

ParentRequestedPreferredSize Source code

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


Defaultproperties

defaultproperties
{
     colInfoText=(R=250,G=250,B=250)
     fontInfo=Font'DeusExUI.FontMenuSmall_DS'
}

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