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

DeusEx.HUDReceivedDisplay

Extends
HUDSharedBorderWindow

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

Variables Summary
FloatdisplayLength
FloatdisplayTimer
FontfontReceived
stringTextReceivedLabel
inttopMargin
TextWindowtxtReceived
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
function AddItem (Inventory invItem, Int count))
functionbool ChildRequestedReconfiguration (window child))
function ConfigurationChanged ()))
function CreateReceivedLabel ()))
function CreateTileWindow ()))
functionfloat GetTimeRemaining ()))
event InitWindow ()))
event ParentRequestedPreferredSize (bool bWidthSpecified, out float preferredWidth, bool bHeightSpecified, out float preferredHeight))
function RemoveItems ()))
event StyleChanged ()))
event Tick (float deltaSeconds))
Inherited Functions from DeusEx.HUDSharedBorderWindow
DrawBackground, DrawBorder
Inherited Functions from DeusEx.HUDBaseWindow
DrawBackground, DrawBorder, DrawWindow, InitWindow, RefreshHUDDisplay, StyleChanged


Variables Detail

displayLength Source code

var Float displayLength;

displayTimer Source code

var Float displayTimer;

fontReceived Source code

var Font fontReceived;

TextReceivedLabel Source code

var localized string TextReceivedLabel;

topMargin Source code

var int topMargin;

txtReceived Source code

var TextWindow txtReceived;

winTile Source code

var TileWindow winTile;


Functions Detail

AddItem Source code

function AddItem ( Inventory invItem, Int count) )

ChildRequestedReconfiguration Source code

function bool ChildRequestedReconfiguration ( window child) )

ConfigurationChanged Source code

function ConfigurationChanged ( ) )

CreateReceivedLabel Source code

function CreateReceivedLabel ( ) )

CreateTileWindow Source code

function CreateTileWindow ( ) )

GetTimeRemaining Source code

function float GetTimeRemaining ( ) )

InitWindow Source code

event InitWindow ( ) )

ParentRequestedPreferredSize Source code

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

RemoveItems Source code

function RemoveItems ( ) )

StyleChanged Source code

event StyleChanged ( ) )

Tick Source code

event Tick ( float deltaSeconds) )


Defaultproperties

defaultproperties
{
     fontReceived=Font'DeusExUI.FontMenuHeaders_DS'
     displayLength=3.000000
     TopMargin=5
     TextReceivedLabel="Received:"
}

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