HPL3/Amnesia: Rebirth/Scripting/cWidgetRangeSlider
This page has been automatically generated, but it needs descriptions added to the various fields/functions in order to be complete. |
Have some helpful descriptions to add to this class? Edit this page and add your insight to the Wiki!
Contents
- 1 Fields
- 2 Functions
- 3 Details
- 3.1 AddShortcut
- 3.2 AttachChild
- 3.3 CenterGlobalPositionInSet
- 3.4 ClipsGraphics
- 3.5 GetAllowLimitPushing
- 3.6 GetCallbacksDisabled
- 3.7 GetChildrenOffset
- 3.8 GetClipActive
- 3.9 GetColorMul
- 3.10 GetDefaultFontColor
- 3.11 GetDefaultFontSize
- 3.12 GetDefaultFontType
- 3.13 GetFocusNavigation
- 3.14 GetGlobalPosition
- 3.15 GetLocalPosition
- 3.16 GetMaxValue
- 3.17 GetMinValue
- 3.18 GetMouseIsOver
- 3.19 GetName
- 3.20 GetParent
- 3.21 GetPointerGfx
- 3.22 GetRangeStart
- 3.23 GetScrollAmount
- 3.24 GetSet
- 3.25 GetSize
- 3.26 GetText
- 3.27 GetToolTip
- 3.28 GetToolTipWidget
- 3.29 GetType
- 3.30 GetUserValue
- 3.31 HasFocus
- 3.32 HasFocusNavigation
- 3.33 Init
- 3.34 IsConnectedTo
- 3.35 IsConnectedToChildren
- 3.36 IsEnabled
- 3.37 IsGlobalKeyPressListener
- 3.38 IsGlobalUIInputListener
- 3.39 IsRightUnderMouse
- 3.40 IsVisible
- 3.41 PointIsInside
- 3.42 ProcessMessage
- 3.43 RemoveChild
- 3.44 SetAffectedByScroll
- 3.45 SetAllowLimitPushing
- 3.46 SetCallbacksDisabled
- 3.47 SetChildrenOffset
- 3.48 SetClipActive
- 3.49 SetColorMul
- 3.50 SetConnectedToChildren
- 3.51 SetDefaultFontColor
- 3.52 SetDefaultFontSize
- 3.53 SetDefaultFontType
- 3.54 SetEnabled
- 3.55 SetFocusNavigation
- 3.56 SetGlobalKeyPressListener
- 3.57 SetGlobalPosition
- 3.58 SetGlobalUIInputListener
- 3.59 SetMaxValue
- 3.60 SetMinValue
- 3.61 SetName
- 3.62 SetPosition
- 3.63 SetRangeEnd
- 3.64 SetRangeEnd
- 3.65 SetRangeStart
- 3.66 SetScrollAmount
- 3.67 SetSize
- 3.68 SetText
- 3.69 SetToolTip
- 3.70 SetToolTipEnabled
- 3.71 SetUserValue
- 3.72 SetVisible
- 3.73 Update
- 4 References
Fields
cWidgetRangeSlider has no public fields.
Functions
Details
AddShortcut
cGuiGlobalShortcut@ AddShortcut(int alKeyModifiers,
eKey aKey,
eGuiMessage aMsg = eGuiMessage_ButtonPressed,
const cGuiMessageData &in aData = cGuiMessageData,
bool abBypassVisibility = true,
bool abBypassEnabled = true)
Parameters
- alKeyModifiers (int) —
- aKey (eKey) —
- aMsg (eGuiMessage) —
- aData (cGuiMessageData) —
- abBypassVisibility (bool) —
- abBypassEnabled (bool) —
Returns:
- cGuiGlobalShortcut@—
AttachChild
CenterGlobalPositionInSet
void CenterGlobalPositionInSet()
Returns:
- void
ClipsGraphics
bool ClipsGraphics()
Returns:
- bool—
GetAllowLimitPushing
bool GetAllowLimitPushing()
Returns:
- bool—
GetCallbacksDisabled
bool GetCallbacksDisabled()
Returns:
- bool—
GetChildrenOffset
const cVector3f& GetChildrenOffset()
Returns:
- const cVector3f&—
GetClipActive
bool GetClipActive()
Returns:
- bool—
GetColorMul
const cColor& GetColorMul()
Returns:
- const cColor&—
GetDefaultFontColor
const cColor& GetDefaultFontColor()
Returns:
- const cColor&—
GetDefaultFontSize
const cVector2f& GetDefaultFontSize()
Returns:
- const cVector2f&—
GetDefaultFontType
iFontData@ GetDefaultFontType()
Returns:
- iFontData@—
GetGlobalPosition
const cVector3f& GetGlobalPosition()
Returns:
- const cVector3f&—
GetLocalPosition
const cVector3f& GetLocalPosition()
Returns:
- const cVector3f&—
GetMaxValue
int GetMaxValue()
Returns:
- int—
GetMinValue
int GetMinValue()
Returns:
- int—
GetMouseIsOver
bool GetMouseIsOver()
Returns:
- bool—
GetName
const tString& GetName()
Returns:
- const tString&—
GetParent
iWidget@ GetParent()
Returns:
- iWidget@—
GetPointerGfx
cGuiGfxElement@ GetPointerGfx()
Returns:
- cGuiGfxElement@—
GetRangeStart
int GetRangeStart()
Returns:
- int—
GetScrollAmount
const cVector3f& GetScrollAmount()
Returns:
- const cVector3f&—
GetSet
cGuiSet@ GetSet()
Returns:
- cGuiSet@—
GetSize
const cVector2f& GetSize()
Returns:
- const cVector2f&—
GetText
const tWString& GetText()
Returns:
- const tWString&—
GetToolTip
const tWString& GetToolTip()
Returns:
- const tWString&—
GetToolTipWidget
iWidget@ GetToolTipWidget()
Returns:
- iWidget@—
GetType
eWidgetType GetType()
Returns:
- eWidgetType—
GetUserValue
int GetUserValue()
Returns:
- int—
HasFocus
bool HasFocus()
Returns:
- bool—
bool HasFocusNavigation()
Returns:
- bool—
Init
void Init()
Returns:
- void
IsConnectedTo
bool IsConnectedTo(iWidget@ apWidget,
bool abIsStartWidget = true)
Parameters
- apWidget (iWidget@) —
- abIsStartWidget (bool) —
Returns:
- bool—
IsConnectedToChildren
bool IsConnectedToChildren()
Returns:
- bool—
IsEnabled
bool IsEnabled()
Returns:
- bool—
IsGlobalKeyPressListener
bool IsGlobalKeyPressListener()
Returns:
- bool—
IsGlobalUIInputListener
bool IsGlobalUIInputListener()
Returns:
- bool—
IsRightUnderMouse
bool IsRightUnderMouse()
Returns:
- bool—
IsVisible
bool IsVisible()
Returns:
- bool—
PointIsInside
bool PointIsInside(const cVector2f &in avPoint,
bool abOnlyClipped)
Parameters
- avPoint (cVector2f) —
- abOnlyClipped (bool) —
Returns:
- bool—
ProcessMessage
bool ProcessMessage(eGuiMessage aMessage,
const cGuiMessageData &in aData,
bool abSkipVisCheck = false,
bool abSkipEnabledCheck = false)
Parameters
- aMessage (eGuiMessage) —
- aData (cGuiMessageData) —
- abSkipVisCheck (bool) —
- abSkipEnabledCheck (bool) —
Returns:
- bool—
RemoveChild
SetAffectedByScroll
void SetAffectedByScroll(bool abX)
Parameters
- abX (bool) —
Returns:
- void
SetAllowLimitPushing
void SetAllowLimitPushing(bool abX)
Parameters
- abX (bool) —
Returns:
- void
SetCallbacksDisabled
void SetCallbacksDisabled(bool abX)
Parameters
- abX (bool) —
Returns:
- void
SetChildrenOffset
SetClipActive
void SetClipActive(bool abX)
Parameters
- abX (bool) —
Returns:
- void
SetColorMul
SetConnectedToChildren
void SetConnectedToChildren(bool abX)
Parameters
- abX (bool) —
Returns:
- void
SetDefaultFontColor
SetDefaultFontSize
SetDefaultFontType
SetEnabled
void SetEnabled(bool abX)
Parameters
- abX (bool) —
Returns:
- void
SetGlobalKeyPressListener
void SetGlobalKeyPressListener(bool abX)
Parameters
- abX (bool) —
Returns:
- void
SetGlobalPosition
SetGlobalUIInputListener
void SetGlobalUIInputListener(bool abX)
Parameters
- abX (bool) —
Returns:
- void
SetMaxValue
void SetMaxValue(int alValue)
Parameters
- alValue (int) —
Returns:
- void
SetMinValue
void SetMinValue(int alValue)
Parameters
- alValue (int) —
Returns:
- void
SetName
SetPosition
SetRangeEnd
void SetRangeEnd(int alValue)
Parameters
- alValue (int) —
Returns:
- void
SetRangeEnd
int SetRangeEnd()
Returns:
- int—
SetRangeStart
void SetRangeStart(int alValue)
Parameters
- alValue (int) —
Returns:
- void
SetScrollAmount
SetSize
SetText
SetToolTip
SetToolTipEnabled
void SetToolTipEnabled(bool abX)
Parameters
- abX (bool) —
Returns:
- void
SetUserValue
void SetUserValue(int alX)
Parameters
- alX (int) —
Returns:
- void
SetVisible
void SetVisible(bool abX)
Parameters
- abX (bool) —
Returns:
- void
Update
void Update(float afTimeStep)
Parameters
- afTimeStep (float) —
Returns:
- void