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

DeusEx.MenuScreenRGB_HUDExample

Extends
Window

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

Variables Summary
boolbBackgroundTranslucent
boolbBorderTranslucent
StringButtonDisabledLabel
StringButtonFocusLabel
StringButtonNormalLabel
StringButtonPressedLabel
ColorcolBackground
ColorcolBorders
ColorcolListFocus
StringEditSelectedLabel
StringGoalCompletedLabel
StringHeaderLabel
StringListFocusLabel
StringListHighlightLabel
StringListLabel
DeusExPlayerplayer
TexturetexListFocusBorders[9]
StringTextNormalLabel
StringTitleLabel
WindowwinBackground
WindowwinBorder
WindowwinButtonNormal
WindowwinButtonPressed
WindowwinListFocus
WindowwinListHighlight
TextWindowwinTextButtonDisabled
TextWindowwinTextButtonFocus
TextWindowwinTextButtonNormal
TextWindowwinTextButtonPressed
TextWindowwinTextEditSelected
TextWindowwinTextGoal
PersonaHeaderTextWindowwinTextHeader
TextWindowwinTextListFocus
TextWindowwinTextListHighlight
TextWindowwinTextListNormal
PersonaNormalTextWindowwinTextNormal
PersonaTitleTextWindowwinTextTitle
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
function CreateControls ()))
functionTextWindow CreateTextWindow (int posX, int posY, String label, Font font))
event DrawWindow (GC gc))
event InitWindow ()))
event PostDrawWindow (GC gc))
event StyleChanged ()))
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

bBackgroundTranslucent Source code

var bool bBackgroundTranslucent;

bBorderTranslucent Source code

var bool bBorderTranslucent;

ButtonDisabledLabel Source code

var localized String ButtonDisabledLabel;

ButtonFocusLabel Source code

var localized String ButtonFocusLabel;

ButtonNormalLabel Source code

var localized String ButtonNormalLabel;

ButtonPressedLabel Source code

var localized String ButtonPressedLabel;

colBackground Source code

var Color colBackground;

colBorders Source code

var Color colBorders;

colListFocus Source code

var Color colListFocus;

EditSelectedLabel Source code

var localized String EditSelectedLabel;

GoalCompletedLabel Source code

var localized String GoalCompletedLabel;

HeaderLabel Source code

var localized String HeaderLabel;

ListFocusLabel Source code

var localized String ListFocusLabel;

ListHighlightLabel Source code

var localized String ListHighlightLabel;

ListLabel Source code

var localized String ListLabel;

player Source code

var DeusExPlayer player;

texListFocusBorders[9] Source code

var Texture texListFocusBorders[9];

TextNormalLabel Source code

var localized String TextNormalLabel;

TitleLabel Source code

var localized String TitleLabel;

winBackground Source code

var Window winBackground;

winBorder Source code

var Window winBorder;

winButtonNormal Source code

var Window winButtonNormal;

winButtonPressed Source code

var Window winButtonPressed;

winListFocus Source code

var Window winListFocus;

winListHighlight Source code

var Window winListHighlight;

winTextButtonDisabled Source code

var TextWindow winTextButtonDisabled;

winTextButtonFocus Source code

var TextWindow winTextButtonFocus;

winTextButtonNormal Source code

var TextWindow winTextButtonNormal;

winTextButtonPressed Source code

var TextWindow winTextButtonPressed;

winTextEditSelected Source code

var TextWindow winTextEditSelected;

winTextGoal Source code

var TextWindow winTextGoal;

winTextHeader Source code

var PersonaHeaderTextWindow winTextHeader;

winTextListFocus Source code

var TextWindow winTextListFocus;

winTextListHighlight Source code

var TextWindow winTextListHighlight;

winTextListNormal Source code

var TextWindow winTextListNormal;

winTextNormal Source code

var PersonaNormalTextWindow winTextNormal;

winTextTitle Source code

var PersonaTitleTextWindow winTextTitle;


Functions Detail

CreateControls Source code

function CreateControls ( ) )

CreateTextWindow Source code

function TextWindow CreateTextWindow ( int posX, int posY, String label, Font font) )

DrawWindow Source code

event DrawWindow ( GC gc) )

InitWindow Source code

event InitWindow ( ) )

PostDrawWindow Source code

event PostDrawWindow ( GC gc) )

StyleChanged Source code

event StyleChanged ( ) )


Defaultproperties

defaultproperties
{
     texListFocusBorders(0)=Texture'DeusExUI.UserInterface.RGB_ListSelectionBorder'
     texListFocusBorders(1)=Texture'DeusExUI.UserInterface.RGB_ListSelectionBorder'
     texListFocusBorders(2)=Texture'DeusExUI.UserInterface.RGB_ListSelectionBorder'
     texListFocusBorders(3)=Texture'DeusExUI.UserInterface.RGB_ListSelectionBorder'
     texListFocusBorders(4)=Texture'DeusExUI.UserInterface.RGB_ListSelectionBorder'
     texListFocusBorders(5)=Texture'DeusExUI.UserInterface.RGB_ListSelectionBorder'
     texListFocusBorders(6)=Texture'DeusExUI.UserInterface.RGB_ListSelectionBorder'
     texListFocusBorders(7)=Texture'DeusExUI.UserInterface.RGB_ListSelectionBorder'
     TitleLabel="Title"
     HeaderLabel="Header"
     TextNormalLabel="Normal"
     GoalCompletedLabel="Completed Goal"
     ListLabel="List Item"
     ListHighlightLabel="List Highlight"
     ListFocusLabel="List Focus"
     EditSelectedLabel="Edit Text"
     ButtonDisabledLabel="Disabled"
     ButtonNormalLabel="Normal"
     ButtonFocusLabel="Focus"
     ButtonPressedLabel="Pressed"
}

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