HPL3/Amnesia: Rebirth/Scripting/cWidgetFrame
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 GetBackGroundColor
- 3.6 GetBackgroundZ
- 3.7 GetCallbacksDisabled
- 3.8 GetChildrenOffset
- 3.9 GetClipActive
- 3.10 GetColorMul
- 3.11 GetDefaultFontColor
- 3.12 GetDefaultFontSize
- 3.13 GetDefaultFontType
- 3.14 GetDrawBackground
- 3.15 GetDrawFrame
- 3.16 GetFocusNavigation
- 3.17 GetGlobalPosition
- 3.18 GetLocalPosition
- 3.19 GetMouseIsOver
- 3.20 GetName
- 3.21 GetParent
- 3.22 GetPointerGfx
- 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 ScrollToPosition
- 3.45 SetAffectedByScroll
- 3.46 SetBackGroundColor
- 3.47 SetBackgroundZ
- 3.48 SetCallbacksDisabled
- 3.49 SetChildrenOffset
- 3.50 SetClipActive
- 3.51 SetColorMul
- 3.52 SetConnectedToChildren
- 3.53 SetDefaultFontColor
- 3.54 SetDefaultFontSize
- 3.55 SetDefaultFontType
- 3.56 SetDrawBackground
- 3.57 SetDrawFrame
- 3.58 SetEnabled
- 3.59 SetFocusNavigation
- 3.60 SetGlobalKeyPressListener
- 3.61 SetGlobalPosition
- 3.62 SetGlobalUIInputListener
- 3.63 SetName
- 3.64 SetPosition
- 3.65 SetScrollAmount
- 3.66 SetSize
- 3.67 SetText
- 3.68 SetToolTip
- 3.69 SetToolTipEnabled
- 3.70 SetUserValue
- 3.71 SetVisible
- 3.72 Update
- 4 References
Fields
cWidgetFrame 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—
GetBackGroundColor
const cColor& GetBackGroundColor()
Returns:
- const cColor&—
GetBackgroundZ
float GetBackgroundZ()
Returns:
- float—
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@—
GetDrawBackground
bool GetDrawBackground()
Returns:
- bool—
GetDrawFrame
bool GetDrawFrame()
Returns:
- bool—
GetGlobalPosition
const cVector3f& GetGlobalPosition()
Returns:
- const cVector3f&—
GetLocalPosition
const cVector3f& GetLocalPosition()
Returns:
- const cVector3f&—
GetMouseIsOver
bool GetMouseIsOver()
Returns:
- bool—
GetName
const tString& GetName()
Returns:
- const tString&—
GetParent
iWidget@ GetParent()
Returns:
- iWidget@—
GetPointerGfx
cGuiGfxElement@ GetPointerGfx()
Returns:
- cGuiGfxElement@—
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
ScrollToPosition
SetAffectedByScroll
void SetAffectedByScroll(bool abX)
Parameters
- abX (bool) —
Returns:
- void
SetBackGroundColor
SetBackgroundZ
void SetBackgroundZ(float afZ)
Parameters
- afZ (float) —
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
SetDrawBackground
void SetDrawBackground(bool abX)
Parameters
- abX (bool) —
Returns:
- void
SetDrawFrame
void SetDrawFrame(bool abX)
Parameters
- abX (bool) —
Returns:
- void
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
SetName
SetPosition
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