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

DeusEx.MenuUIChoiceSlider

Extends
MenuUIChoice

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

Direct Known Subclasses:

MenuChoice_AdjustBrightness, MenuChoice_AugBonus, MenuChoice_EffectsChannels, MenuChoice_FriendlyFire, MenuChoice_LogTimeoutValue, MenuChoice_MaxLogLines, MenuChoice_MaxPlayers, MenuChoice_MouseSensitivity, MenuChoice_SkillBonus, MenuChoice_StartingAugs, MenuChoice_StartingSkills, MenuChoice_VictoryValue, MenuChoice_Volume

Variables Summary
BoolbInitializing
MenuUISliderButtonWindowbtnSlider
floatdefaultValue
floatendValue
intnumTicks
floatsaveValue
floatstartValue
Inherited Variables from DeusEx.MenuUIChoice
actionText, btnAction, buttonVerticalOffset, choiceControlPosX, configSetting, FalseTrue[2], helpText, player
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

Functions Summary
function CreateSlider ()))
function CycleNextValue ()))
function CyclePreviousValue ()))
functionfloat GetValue ()))
event InitWindow ()))
function LoadSetting ()))
event ParentRequestedPreferredSize (bool bWidthSpecified, out float preferredWidth, bool bHeightSpecified, out float preferredHeight))
function ResetToDefault ()))
function SaveSetting ()))
function SetEnumeration (int tickPos, coerce string newStr))
function SetEnumerators ()))
function SetValue (float newValue))
Inherited Functions from DeusEx.MenuUIChoice
ButtonActivated, ButtonActivatedRight, CancelSetting, CreateActionButton, CycleNextValue, CyclePreviousValue, InitWindow, LoadSetting, ResetToDefault, SaveMenuSettings, SaveSetting, SetActionButtonWidth, VirtualKeyPressed
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


Variables Detail

bInitializing Source code

var Bool bInitializing;

btnSlider Source code

var MenuUISliderButtonWindow btnSlider;

defaultValue Source code

var float defaultValue;

endValue Source code

var float endValue;

numTicks Source code

var int numTicks;

saveValue Source code

var float saveValue;

startValue Source code

var float startValue;


Functions Detail

CreateSlider Source code

function CreateSlider ( ) )

CycleNextValue Source code

function CycleNextValue ( ) )

CyclePreviousValue Source code

function CyclePreviousValue ( ) )

GetValue Source code

function float GetValue ( ) )

InitWindow Source code

event InitWindow ( ) )

LoadSetting Source code

function LoadSetting ( ) )

ParentRequestedPreferredSize Source code

event ParentRequestedPreferredSize ( bool bWidthSpecified, out float preferredWidth, bool bHeightSpecified, out float preferredHeight) )

ResetToDefault Source code

function ResetToDefault ( ) )

SaveSetting Source code

function SaveSetting ( ) )

SetEnumeration Source code

function SetEnumeration ( int tickPos, coerce string newStr) )

SetEnumerators Source code

function SetEnumerators ( ) )

SetValue Source code

function SetValue ( float newValue) )


Defaultproperties

defaultproperties
{
     numTicks=11
     endValue=10.000000
     buttonVerticalOffset=1
     actionText="Slider Choice"
}

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