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

DeusEx.MenuScreenRGB_MenuExample

Extends
Window

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

Variables Summary
boolbBackgroundTranslucent
StringButtonActionDisabledLabel
StringButtonActionFocusLabel
StringButtonActionNormalLabel
StringButtonActionPressedLabel
StringButtonMenuDisabledLabel
StringButtonMenuFocusLabel
StringButtonMenuNormalLabel
StringButtonMenuPressedLabel
StringButtonSmallNormalLabel
StringButtonSmallPressedLabel
ColorcolBackground
ColorcolListFocus
StringEditLabel
FontfontMenuButtonText
StringListFocusLabel
StringListNormalLabel
DeusExPlayerplayer
TexturetexListFocusBorders[9]
StringTitleLabel
WindowwinActionButtonDisabled
WindowwinActionButtonFocus
WindowwinActionButtonNormal
WindowwinActionButtonPressed
WindowwinListFocus
WindowwinMenuButtonDisabled
WindowwinMenuButtonFocus
WindowwinMenuButtonNormal
WindowwinMenuButtonPressed
WindowwinScroll
WindowwinSmallButtonNormal
WindowwinSmallButtonPressed
TextWindowwinTextButtonActionDisabled
TextWindowwinTextButtonActionFocus
TextWindowwinTextButtonActionNormal
TextWindowwinTextButtonActionPressed
TextWindowwinTextButtonMenuDisabled
TextWindowwinTextButtonMenuFocus
TextWindowwinTextButtonMenuNormal
TextWindowwinTextButtonMenuPressed
TextWindowwinTextButtonSmallNormal
TextWindowwinTextButtonSmallPressed
TextWindowwinTextEdit
TextWindowwinTextList
TextWindowwinTextListFocus
TextWindowwinTextTitle
WindowwinTitle
WindowwinTitleBubble
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
functionWindow CreateActionButton (int posX, int posY, Texture buttonBackground))
functionTextWindow CreateActionText (int posX, int posY, String label))
function CreateControls ()))
functionTextWindow CreateListText (int posX, int posY, String label))
functionWindow CreateMenuButton (int posX, int posY, Texture buttonBackground))
functionTextWindow CreateMenuText (int posX, int posY, String label))
functionWindow CreateSmallButton (int posX, int posY, Texture buttonBackground))
functionTextWindow CreateSmallText (int posX, int posY, String label))
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;

ButtonActionDisabledLabel Source code

var localized String ButtonActionDisabledLabel;

ButtonActionFocusLabel Source code

var localized String ButtonActionFocusLabel;

ButtonActionNormalLabel Source code

var localized String ButtonActionNormalLabel;

ButtonActionPressedLabel Source code

var localized String ButtonActionPressedLabel;

ButtonMenuDisabledLabel Source code

var localized String ButtonMenuDisabledLabel;

ButtonMenuFocusLabel Source code

var localized String ButtonMenuFocusLabel;

ButtonMenuNormalLabel Source code

var localized String ButtonMenuNormalLabel;

ButtonMenuPressedLabel Source code

var localized String ButtonMenuPressedLabel;

ButtonSmallNormalLabel Source code

var localized String ButtonSmallNormalLabel;

ButtonSmallPressedLabel Source code

var localized String ButtonSmallPressedLabel;

colBackground Source code

var Color colBackground;

colListFocus Source code

var Color colListFocus;

EditLabel Source code

var localized String EditLabel;

fontMenuButtonText Source code

var Font fontMenuButtonText;

ListFocusLabel Source code

var localized String ListFocusLabel;

ListNormalLabel Source code

var localized String ListNormalLabel;

player Source code

var DeusExPlayer player;

texListFocusBorders[9] Source code

var Texture texListFocusBorders[9];

TitleLabel Source code

var localized String TitleLabel;

winActionButtonDisabled Source code

var Window winActionButtonDisabled;

winActionButtonFocus Source code

var Window winActionButtonFocus;

winActionButtonNormal Source code

var Window winActionButtonNormal;

winActionButtonPressed Source code

var Window winActionButtonPressed;

winListFocus Source code

var Window winListFocus;

winMenuButtonDisabled Source code

var Window winMenuButtonDisabled;

winMenuButtonFocus Source code

var Window winMenuButtonFocus;

winMenuButtonNormal Source code

var Window winMenuButtonNormal;

winMenuButtonPressed Source code

var Window winMenuButtonPressed;

winScroll Source code

var Window winScroll;

winSmallButtonNormal Source code

var Window winSmallButtonNormal;

winSmallButtonPressed Source code

var Window winSmallButtonPressed;

winTextButtonActionDisabled Source code

var TextWindow winTextButtonActionDisabled;

winTextButtonActionFocus Source code

var TextWindow winTextButtonActionFocus;

winTextButtonActionNormal Source code

var TextWindow winTextButtonActionNormal;

winTextButtonActionPressed Source code

var TextWindow winTextButtonActionPressed;

winTextButtonMenuDisabled Source code

var TextWindow winTextButtonMenuDisabled;

winTextButtonMenuFocus Source code

var TextWindow winTextButtonMenuFocus;

winTextButtonMenuNormal Source code

var TextWindow winTextButtonMenuNormal;

winTextButtonMenuPressed Source code

var TextWindow winTextButtonMenuPressed;

winTextButtonSmallNormal Source code

var TextWindow winTextButtonSmallNormal;

winTextButtonSmallPressed Source code

var TextWindow winTextButtonSmallPressed;

winTextEdit Source code

var TextWindow winTextEdit;

winTextList Source code

var TextWindow winTextList;

winTextListFocus Source code

var TextWindow winTextListFocus;

winTextTitle Source code

var TextWindow winTextTitle;

winTitle Source code

var Window winTitle;

winTitleBubble Source code

var Window winTitleBubble;


Functions Detail

CreateActionButton Source code

function Window CreateActionButton ( int posX, int posY, Texture buttonBackground) )

CreateActionText Source code

function TextWindow CreateActionText ( int posX, int posY, String label) )

CreateControls Source code

function CreateControls ( ) )

CreateListText Source code

function TextWindow CreateListText ( int posX, int posY, String label) )

CreateMenuButton Source code

function Window CreateMenuButton ( int posX, int posY, Texture buttonBackground) )

CreateMenuText Source code

function TextWindow CreateMenuText ( int posX, int posY, String label) )

CreateSmallButton Source code

function Window CreateSmallButton ( int posX, int posY, Texture buttonBackground) )

CreateSmallText Source code

function TextWindow CreateSmallText ( int posX, int posY, String label) )

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'
     ButtonMenuDisabledLabel="Disabled"
     ButtonMenuNormalLabel="Normal"
     ButtonMenuFocusLabel="Focus"
     ButtonMenuPressedLabel="Pressed"
     ButtonSmallPressedLabel="Pressed"
     ButtonSmallNormalLabel="Normal"
     ButtonActionDisabledLabel="Disabled"
     ButtonActionNormalLabel="Normal"
     ButtonActionFocusLabel="Focus"
     ButtonActionPressedLabel="Pressed"
     ListNormalLabel="Normal"
     ListFocusLabel="Focus"
     EditLabel="Edit"
     TitleLabel="Title"
}

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