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

DeusEx.MenuUIChoice

Extends
Window
Modifiers
abstract

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

Direct Known Subclasses:

MenuUIChoiceAction, MenuUIChoiceEnum, MenuUIChoiceSlider

Variables Summary
StringactionText
MenuUIChoiceButtonbtnAction
intbuttonVerticalOffset
intchoiceControlPosX
StringconfigSetting
StringFalseTrue[2]
StringhelpText
DeusExPlayerplayer
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 ButtonActivated (Window buttonPressed ))
functionbool ButtonActivatedRight (Window buttonPressed ))
function CancelSetting ()))
function CreateActionButton ()))
function CycleNextValue ()))
function CyclePreviousValue ()))
event InitWindow ()))
function LoadSetting ()))
function ResetToDefault ()))
function SaveMenuSettings ()))
function SaveSetting ()))
function SetActionButtonWidth (int newWidth))
eventbool VirtualKeyPressed (EInputKey key, bool bRepeat))
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

actionText Source code

var localized String actionText;

btnAction Source code

var MenuUIChoiceButton btnAction;

buttonVerticalOffset Source code

var int buttonVerticalOffset;

choiceControlPosX Source code

var int choiceControlPosX;

configSetting Source code

var localized String configSetting;

FalseTrue[2] Source code

var localized String FalseTrue[2];

helpText Source code

var localized String helpText;

player Source code

var DeusExPlayer player;


Functions Detail

ButtonActivated Source code

function bool ButtonActivated ( Window buttonPressed ) )

ButtonActivatedRight Source code

function bool ButtonActivatedRight ( Window buttonPressed ) )

CancelSetting Source code

function CancelSetting ( ) )

CreateActionButton Source code

function CreateActionButton ( ) )

CycleNextValue Source code

function CycleNextValue ( ) )

CyclePreviousValue Source code

function CyclePreviousValue ( ) )

InitWindow Source code

event InitWindow ( ) )

LoadSetting Source code

function LoadSetting ( ) )

ResetToDefault Source code

function ResetToDefault ( ) )

SaveMenuSettings Source code

function SaveMenuSettings ( ) )

SaveSetting Source code

function SaveSetting ( ) )

SetActionButtonWidth Source code

function SetActionButtonWidth ( int newWidth) )

VirtualKeyPressed Source code

event bool VirtualKeyPressed ( EInputKey key, bool bRepeat) )


Defaultproperties

defaultproperties
{
     choiceControlPosX=270
     actionText="Choice"
     FalseTrue(0)="False"
     FalseTrue(1)="True"
}

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