DeusEx.MenuScreenRGB_MenuExample
- Extends
- Window
Core.Object
|
+-- Extension.ExtensionObject
|
+-- Extension.Window
|
+-- DeusEx.MenuScreenRGB_MenuExample
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 |
Inherited Enumerations from Extension.ExtensionObject |
EColumnType, EDrawStyle, EFlagType, EHAlign, EHDirection, EInputKey, EInputState, EInsertionPointType, EMouseFocusMode, EMove, EMoveInsert, EMoveList, EMoveThumb, EOrder, EOrientation, EVAlign, EVDirection |
Functions Summary |
 | Window | CreateActionButton (int posX, int posY, Texture buttonBackground))
|
 | TextWindow | CreateActionText (int posX, int posY, String label))
|
 | | CreateControls ()))
|
 | TextWindow | CreateListText (int posX, int posY, String label))
|
 | Window | CreateMenuButton (int posX, int posY, Texture buttonBackground))
|
 | TextWindow | CreateMenuText (int posX, int posY, String label))
|
 | Window | CreateSmallButton (int posX, int posY, Texture buttonBackground))
|
 | TextWindow | CreateSmallText (int posX, int posY, String label))
|
 | | DrawWindow (GC gc))
|
 | | InitWindow ()))
|
 | | PostDrawWindow (GC gc))
|
 | | 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 |
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;
var localized String ButtonMenuFocusLabel;
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;
var localized String EditLabel;
var Font fontMenuButtonText;
var localized String ListFocusLabel;
var localized String ListNormalLabel;
texListFocusBorders[9] Source code
var Texture texListFocusBorders[
9];
var localized String TitleLabel;
winActionButtonDisabled Source code
var Window winActionButtonDisabled;
var Window winActionButtonFocus;
var Window winActionButtonNormal;
winActionButtonPressed Source code
var Window winActionButtonPressed;
var Window winMenuButtonDisabled;
var Window winMenuButtonFocus;
var Window winMenuButtonNormal;
var Window winMenuButtonPressed;
var Window winSmallButtonNormal;
var Window winSmallButtonPressed;
winTextButtonActionDisabled Source code
winTextButtonActionFocus Source code
winTextButtonActionNormal Source code
winTextButtonActionPressed Source code
winTextButtonMenuDisabled Source code
winTextButtonMenuFocus Source code
winTextButtonMenuNormal Source code
winTextButtonMenuPressed Source code
winTextButtonSmallNormal Source code
winTextButtonSmallPressed Source code
function Window CreateActionButton (
int posX,
int posY,
Texture buttonBackground) )
function TextWindow CreateActionText (
int posX,
int posY,
String label) )
function CreateControls ( ) )
function TextWindow CreateListText (
int posX,
int posY,
String label) )
function Window CreateMenuButton (
int posX,
int posY,
Texture buttonBackground) )
function TextWindow CreateMenuText (
int posX,
int posY,
String label) )
function Window CreateSmallButton (
int posX,
int posY,
Texture buttonBackground) )
function TextWindow CreateSmallText (
int posX,
int posY,
String label) )
event DrawWindow (
GC gc) )
event InitWindow ( ) )
event PostDrawWindow (
GC gc) )
event StyleChanged ( ) )
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"
}
|
Creation time: Mon 8/11/2021 16:31:11.865 - Created with
UnCodeX