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

DeusEx.DeusExHUD

Extends
Window

Core.Object
|   
+-- Extension.ExtensionObject
   |   
   +-- Extension.Window
      |   
      +-- DeusEx.DeusExHUD

Variables Summary
HUDActiveItemsDisplayactiveItems
HUDAmmoDisplayammo
AugmentationDisplayWindowaugDisplay
HUDBarkDisplaybarkDisplay
HUDObjectBeltbelt
HUDCompassDisplaycompass
HUDConWindowFirstconWindow
Crosshaircross
DamageHUDDisplaydamageDisplay
FrobDisplayWindowfrobDisplay
HUDHitDisplayhit
HUDMultiSkillshms
HUDInformationDisplayinfo
HUDInfoLinkDisplayinfolink
HUDLogDisplaymsgLog
HUDReceivedDisplayreceivedItems
HUDMissionStartTextDisplaystartDisplay
TimerDisplaytimer
Inherited Variables from Extension.Window
acceleratorKey, att, background, backgroundStyle, bBeingDestroyed, bConfigured, bDrawRawBackground, bIsInitialized, bIsSelectable, bIsSensitive, bIsVisible, bLastHeightSpecified, bLastWidthSpecified, bNeedsQuery, bNeedsReconfigure, boldFont, bSmoothBackground, bSpecialText, bStretchBackground, bTextTranslucent, bTickEnabled, clientObject, colMajorIndex, defaultCursor, defaultCursorColor, defaultCursorShadow, defaultHotX, defaultHotY, firstChild, firstTimer, focusSound, freeTimer, gGc, hardcodedHeight, hardcodedWidth, height, hMargin0, hMargin1, holdHeight, holdWidth, holdX, holdY, invisibleSound, lastChild, lastQueryHeight, lastQueryWidth, lastSpecifiedHeight, lastSpecifiedWidth, lockCount, maxClicks, nextSibling, normalFont, parentOwner, prevSibling, rowMajorIndex, soundVolume, textColor, textPlane, textVSpacing, tileColor, tilePlane, unfocusSound, visibleSound, vMargin0, vMargin1, wGc, width, winClipRect, windowType, winHAlign, winParent, winVAlign, x, y

Enumerations Summary
Inherited Enumerations from Extension.ExtensionObject
EColumnType, EDrawStyle, EFlagType, EHAlign, EHDirection, EInputKey, EInputState, EInsertionPointType, EMouseFocusMode, EMove, EMoveInsert, EMoveList, EMoveThumb, EOrder, EOrientation, EVAlign, EVDirection

Structures Summary
Inherited Structures from Extension.ExtensionObject
ClipRect, DynamicArray

Functions Summary
functionbool ChildRequestedReconfiguration (window child))
function ChildRequestedVisibilityChange (window child, bool bNewVisibility))
function ConfigurationChanged ()))
functionHUDConWindowFirst CreateConWindowFirst ()))
functionHUDInfoLinkDisplay CreateInfoLinkWindow ()))
functionTimerDisplay CreateTimerWindow ()))
event DescendantRemoved (Window descendant))
function DestroyInfoLinkWindow ()))
event InitWindow ()))
functionHUDInformationDisplay ShowInfoWindow ()))
function UpdateSettings (DeusExPlayer player ))
event VisibilityChanged (bool bNewVisibility))
Inherited Functions from Extension.Window
AcceleratorKeyPressed, AddActorRef, AddTimer, AskParentForReconfigure, AskParentToShowArea, BoxOptionSelected, ButtonActivated, CarriageReturn, ChangeStyle, ChildAdded, ChildRemoved, ChildRequestedReconfiguration, ChildRequestedShowArea, ChildRequestedVisibilityChange, ClipAttributesChanged, ClipPositionChanged, ConfigurationChanged, ConfigureChild, ConvertCoordinates, ConvertScriptString, ConvertVectorToCoordinates, CR, DescendantAdded, DescendantRemoved, Destroy, DestroyAllChildren, DestroyWindow, DisableWindow, DrawWindow, EditActivated, EnableSpecialText, EnableTranslucentText, EnableWindow, FindWindow, FocusEnteredDescendant, FocusEnteredWindow, FocusLeftDescendant, FocusLeftWindow, GetBottomChild, GetClientObject, GetColorScaled, GetCursorPos, GetFocusWindow, GetGC, GetHigherSibling, GetLowerSibling, GetModalWindow, GetParent, GetPlayerPawn, GetRootWindow, GetTabGroupWindow, GetTickOffset, GetTopChild, GrabMouse, Hide, InitWindow, IsActorValid, IsFocusWindow, IsKeyDown, IsPointInWindow, IsSensitive, IsVisible, KeyPressed, ListRowActivated, ListSelectionChanged, Lower, MouseButtonPressed, MouseButtonReleased, MouseEnteredWindow, MouseLeftWindow, MouseMoved, MoveFocusDown, MoveFocusLeft, MoveFocusRight, MoveFocusUp, MoveTabGroupNext, MoveTabGroupPrev, NewChild, ParentRequestedGranularity, ParentRequestedPreferredSize, PlaySound, PostDrawWindow, QueryGranularity, QueryPreferredHeight, QueryPreferredSize, QueryPreferredWidth, Raise, RawKeyPressed, RawMouseButtonPressed, ReleaseGC, RemoveActorRef, RemoveTimer, ResetHeight, ResetSize, ResetWidth, ResizeChild, ScaleAttributesChanged, ScalePositionChanged, ScaleRangeChanged, SensitivityChanged, SetAcceleratorText, SetBackground, SetBackgroundSmoothing, SetBackgroundStretching, SetBackgroundStyle, SetBaselineData, SetBoldFont, SetChildVisibility, SetClientObject, SetConfiguration, SetCursorPos, SetDefaultCursor, SetFocusSounds, SetFocusWindow, SetFont, SetFonts, SetHeight, SetNormalFont, SetPos, SetSelectability, SetSensitivity, SetSize, SetSoundVolume, SetTextColor, SetTextColorRGB, SetTileColor, SetTileColorRGB, SetVisibilitySounds, SetWidth, SetWindowAlignments, Show, TextChanged, ToggleChanged, UngrabMouse, VirtualKeyPressed, VisibilityChanged, WindowReady
Inherited Functions from Extension.ExtensionObject
StringToName


Variables Detail

activeItems Source code

var HUDActiveItemsDisplay activeItems;

ammo Source code

var HUDAmmoDisplay ammo;

augDisplay Source code

var AugmentationDisplayWindow augDisplay;

barkDisplay Source code

var HUDBarkDisplay barkDisplay;

belt Source code

var HUDObjectBelt belt;

compass Source code

var HUDCompassDisplay compass;

conWindow Source code

var HUDConWindowFirst conWindow;

cross Source code

var Crosshair cross;

damageDisplay Source code

var DamageHUDDisplay damageDisplay;

frobDisplay Source code

var FrobDisplayWindow frobDisplay;

hit Source code

var HUDHitDisplay hit;

hms Source code

var HUDMultiSkills hms;

info Source code

var HUDInformationDisplay info;

infolink Source code

var HUDInfoLinkDisplay infolink;

msgLog Source code

var HUDLogDisplay msgLog;

receivedItems Source code

var HUDReceivedDisplay receivedItems;

startDisplay Source code

var HUDMissionStartTextDisplay startDisplay;

timer Source code

var TimerDisplay timer;


Functions Detail

ChildRequestedReconfiguration Source code

function bool ChildRequestedReconfiguration ( window child) )

ChildRequestedVisibilityChange Source code

function ChildRequestedVisibilityChange ( window child, bool bNewVisibility) )

ConfigurationChanged Source code

function ConfigurationChanged ( ) )

CreateConWindowFirst Source code

function HUDConWindowFirst CreateConWindowFirst ( ) )

CreateInfoLinkWindow Source code

function HUDInfoLinkDisplay CreateInfoLinkWindow ( ) )

CreateTimerWindow Source code

function TimerDisplay CreateTimerWindow ( ) )

DescendantRemoved Source code

event DescendantRemoved ( Window descendant) )

DestroyInfoLinkWindow Source code

function DestroyInfoLinkWindow ( ) )

InitWindow Source code

event InitWindow ( ) )

ShowInfoWindow Source code

function HUDInformationDisplay ShowInfoWindow ( ) )

UpdateSettings Source code

function UpdateSettings ( DeusExPlayer player ) )

VisibilityChanged Source code

event VisibilityChanged ( bool bNewVisibility) )


Defaultproperties

defaultproperties
{
}

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