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

Extension.ScaleWindow

Extends
Window
Modifiers
native noexport

Core.Object
|   
+-- Extension.ExtensionObject
   |   
   +-- Extension.Window
      |   
      +-- Extension.ScaleWindow

Variables Summary
floatabsEndScale
floatabsStartScale
boolbDraggingThumb
boolbDrawEndTicks
textureborderPattern
boolbRepeatScaleTexture
boolbRepeatThumbTexture
boolbSpanThumb
boolbStretchScale
soundclickSound
intcurrentPos
sounddragSound
floatendOffset
DynamicArrayenumStrings
floatfromValue
floatinitialDelay
intinitialPos
floatmarginHeight
floatmarginWidth
floatmousePos
intnumPositions
EOrientationorientation
floatpostCapH
floatpostCapHeight
texturepostCapTexture
floatpostCapW
floatpostCapWidth
floatpostCapXOff
floatpostCapYOff
floatpreCapH
floatpreCapHeight
texturepreCapTexture
floatpreCapW
floatpreCapWidth
floatpreCapXOff
floatpreCapYOff
floatremainingTime
byterepeatDir
floatrepeatRate
colorscaleBorderColor
floatscaleBorderSize
colorscaleColor
floatscaleH
floatscaleHeight
EDrawStylescaleStyle
texturescaleTexture
floatscaleW
floatscaleWidth
floatscaleX
floatscaleY
soundsetSound
intspanRange
floatstartOffset
colorthumbBorderColor
floatthumbBorderSize
colorthumbColor
floatthumbH
floatthumbHeight
intthumbStep
EDrawStylethumbStyle
texturethumbTexture
floatthumbW
floatthumbWidth
floatthumbX
floatthumbY
colortickColor
floattickH
floattickHeight
EDrawStyletickStyle
texturetickTexture
floattickW
floattickWidth
floattickX
floattickY
floattoValue
stringvalueFmt
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 ClearAllEnumerations ()
function EnableStretchedScale (optional bool bNewStretch)
functionint GetNumTicks ()
functionint GetThumbSpan ()
functionint GetTickPosition ()
functionfloat GetValue ()
function GetValues (out float fromValue, out float toValue)
functionstring GetValueString ()
function MoveThumb (EMoveThumb moveThumb)
function PlayScaleSound (sound newSound, optional float volume, optional float pitch)
function SetBorderPattern (texture newTexture)
function SetEnumeration (int tickPos, coerce string newStr)
function SetNumTicks (int newNumTicks)
function SetScaleBorder (optional float newBorderSize, optional color newColor)
function SetScaleBorderRGB (float borderSize, byte red, byte green, byte blue))
function SetScaleColor (color newColor)
function SetScaleColorRGB (byte red, byte green, byte blue))
function SetScaleMargins (optional float marginWidth, optional float marginHeight)
function SetScaleOrientation (EOrientation newOrientation)
function SetScaleSounds (optional sound setSound, optional sound clickSound, optional sound dragSound)
function SetScaleStyle (EDrawStyle newStyle)
function SetScaleTexture (texture newTexture, optional float newWidth, optional float newHeight, optional float newStart, optional float newEnd)
function SetThumbBorder (optional float newBorderSize, optional color newColor)
function SetThumbBorderRGB (float borderSize, byte red, byte green, byte blue))
function SetThumbCaps (texture preCap, texture postCap, optional float preCapWidth, optional float preCapHeight, optional float postCapWidth, optional float postCapHeight)
function SetThumbColor (color newColor)
function SetThumbColorRGB (byte red, byte green, byte blue))
function SetThumbSpan (optional int newRange)
function SetThumbStep (int newStep)
function SetThumbStyle (EDrawStyle newStyle)
function SetThumbTexture (texture newTexture, optional float newWidth, optional float newHeight)
function SetTickColor (color newColor)
function SetTickColorRGB (byte red, byte green, byte blue))
function SetTickPosition (int newPosition)
function SetTickStyle (EDrawStyle newStyle)
function SetTickTexture (texture tickTexture, optional bool bDrawEndTicks, optional float newWidth, optional float newHeight)
function SetValue (float newValue)
function SetValueFormat (coerce string newFmt)
function SetValueRange (float newFrom, float newTo)
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

absEndScale Source code

var private float absEndScale;

absStartScale Source code

var private float absStartScale;

bDraggingThumb Source code

var private bool bDraggingThumb;

bDrawEndTicks Source code

var const bool bDrawEndTicks;

borderPattern Source code

var const texture borderPattern;

bRepeatScaleTexture Source code

var const bool bRepeatScaleTexture;

bRepeatThumbTexture Source code

var const bool bRepeatThumbTexture;

bSpanThumb Source code

var const bool bSpanThumb;

bStretchScale Source code

var const bool bStretchScale;

clickSound Source code

var const sound clickSound;

currentPos Source code

var const int currentPos;

dragSound Source code

var const sound dragSound;

endOffset Source code

var const float endOffset;

enumStrings Source code

var private native DynamicArray enumStrings;

fromValue Source code

var const float fromValue;

initialDelay Source code

var const float initialDelay;

initialPos Source code

var const int initialPos;

marginHeight Source code

var const float marginHeight;

marginWidth Source code

var const float marginWidth;

mousePos Source code

var private float mousePos;

numPositions Source code

var const int numPositions;

orientation Source code

var const EOrientation orientation;

postCapH Source code

var private float postCapH;

postCapHeight Source code

var const float postCapHeight;

postCapTexture Source code

var const texture postCapTexture;

postCapW Source code

var private float postCapW;

postCapWidth Source code

var const float postCapWidth;

postCapXOff Source code

var private float postCapXOff;

postCapYOff Source code

var private float postCapYOff;

preCapH Source code

var private float preCapH;

preCapHeight Source code

var const float preCapHeight;

preCapTexture Source code

var const texture preCapTexture;

preCapW Source code

var private float preCapW;

preCapWidth Source code

var const float preCapWidth;

preCapXOff Source code

var private float preCapXOff;

preCapYOff Source code

var private float preCapYOff;

remainingTime Source code

var private float remainingTime;

repeatDir Source code

var private byte repeatDir;

repeatRate Source code

var const float repeatRate;

scaleBorderColor Source code

var const color scaleBorderColor;

scaleBorderSize Source code

var const float scaleBorderSize;

scaleColor Source code

var const color scaleColor;

scaleH Source code

var private float scaleH;

scaleHeight Source code

var const float scaleHeight;

scaleStyle Source code

var const EDrawStyle scaleStyle;

scaleTexture Source code

var const texture scaleTexture;

scaleW Source code

var private float scaleW;

scaleWidth Source code

var const float scaleWidth;

scaleX Source code

var private float scaleX;

scaleY Source code

var private float scaleY;

setSound Source code

var const sound setSound;

spanRange Source code

var const int spanRange;

startOffset Source code

var const float startOffset;

thumbBorderColor Source code

var const color thumbBorderColor;

thumbBorderSize Source code

var const float thumbBorderSize;

thumbColor Source code

var const color thumbColor;

thumbH Source code

var private float thumbH;

thumbHeight Source code

var const float thumbHeight;

thumbStep Source code

var const int thumbStep;

thumbStyle Source code

var const EDrawStyle thumbStyle;

thumbTexture Source code

var const texture thumbTexture;

thumbW Source code

var private float thumbW;

thumbWidth Source code

var const float thumbWidth;

thumbX Source code

var private float thumbX;

thumbY Source code

var private float thumbY;

tickColor Source code

var const color tickColor;

tickH Source code

var private float tickH;

tickHeight Source code

var const float tickHeight;

tickStyle Source code

var const EDrawStyle tickStyle;

tickTexture Source code

var const texture tickTexture;

tickW Source code

var private float tickW;

tickWidth Source code

var const float tickWidth;

tickX Source code

var private float tickX;

tickY Source code

var private float tickY;

toValue Source code

var const float toValue;

valueFmt Source code

var const string valueFmt;


Functions Detail

ClearAllEnumerations Source code

native(1649) final function ClearAllEnumerations ( )

EnableStretchedScale Source code

native(1625) final function EnableStretchedScale ( optional bool bNewStretch )

GetNumTicks Source code

native(1637) final function int GetNumTicks ( )

GetThumbSpan Source code

native(1639) final function int GetThumbSpan ( )

GetTickPosition Source code

native(1641) final function int GetTickPosition ( )

GetValue Source code

native(1644) final function float GetValue ( )

GetValues Source code

native(1645) final function GetValues ( out float fromValue, out float toValue )

GetValueString Source code

native(1647) final function string GetValueString ( )

MoveThumb Source code

native(1650) final function MoveThumb ( EMoveThumb moveThumb )

PlayScaleSound Source code

native(1653) final function PlayScaleSound ( sound newSound, optional float volume, optional float pitch )

SetBorderPattern Source code

native(1626) final function SetBorderPattern ( texture newTexture )

SetEnumeration Source code

native(1648) final function SetEnumeration ( int tickPos, coerce string newStr )

SetNumTicks Source code

native(1636) final function SetNumTicks ( int newNumTicks )

SetScaleBorder Source code

native(1627) final function SetScaleBorder ( optional float newBorderSize, optional color newColor )

SetScaleBorderRGB Source code

function SetScaleBorderRGB ( float borderSize, byte red, byte green, byte blue) )

SetScaleColor Source code

native(1632) final function SetScaleColor ( color newColor )

SetScaleColorRGB Source code

function SetScaleColorRGB ( byte red, byte green, byte blue) )

SetScaleMargins Source code

native(1635) final function SetScaleMargins ( optional float marginWidth, optional float marginHeight )

SetScaleOrientation Source code

native(1620) final function SetScaleOrientation ( EOrientation newOrientation )

SetScaleSounds Source code

native(1652) final function SetScaleSounds ( optional sound setSound, optional sound clickSound, optional sound dragSound )

SetScaleStyle Source code

native(1629) final function SetScaleStyle ( EDrawStyle newStyle )

SetScaleTexture Source code

native(1621) final function SetScaleTexture ( texture newTexture, optional float newWidth, optional float newHeight, optional float newStart, optional float newEnd )

SetThumbBorder Source code

native(1628) final function SetThumbBorder ( optional float newBorderSize, optional color newColor )

SetThumbBorderRGB Source code

function SetThumbBorderRGB ( float borderSize, byte red, byte green, byte blue) )

SetThumbCaps Source code

native(1624) final function SetThumbCaps ( texture preCap, texture postCap, optional float preCapWidth, optional float preCapHeight, optional float postCapWidth, optional float postCapHeight )

SetThumbColor Source code

native(1633) final function SetThumbColor ( color newColor )

SetThumbColorRGB Source code

function SetThumbColorRGB ( byte red, byte green, byte blue) )

SetThumbSpan Source code

native(1638) final function SetThumbSpan ( optional int newRange )

SetThumbStep Source code

native(1651) final function SetThumbStep ( int newStep )

SetThumbStyle Source code

native(1630) final function SetThumbStyle ( EDrawStyle newStyle )

SetThumbTexture Source code

native(1622) final function SetThumbTexture ( texture newTexture, optional float newWidth, optional float newHeight )

SetTickColor Source code

native(1634) final function SetTickColor ( color newColor )

SetTickColorRGB Source code

function SetTickColorRGB ( byte red, byte green, byte blue) )

SetTickPosition Source code

native(1640) final function SetTickPosition ( int newPosition )

SetTickStyle Source code

native(1631) final function SetTickStyle ( EDrawStyle newStyle )

SetTickTexture Source code

native(1623) final function SetTickTexture ( texture tickTexture, optional bool bDrawEndTicks, optional float newWidth, optional float newHeight )

SetValue Source code

native(1643) final function SetValue ( float newValue )

SetValueFormat Source code

native(1646) final function SetValueFormat ( coerce string newFmt )

SetValueRange Source code

native(1642) final function SetValueRange ( float newFrom, float newTo )

VirtualKeyPressed Source code

event bool VirtualKeyPressed ( EInputKey key, bool bRepeat) )


Defaultproperties

defaultproperties
{
     borderPattern=Texture'Extension.Solid'
}

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