HPL3/Amnesia: Rebirth/Scripting/cWidgetTab
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 GetCallbacksDisabled
- 3.6 GetChildrenOffset
- 3.7 GetClipActive
- 3.8 GetColorMul
- 3.9 GetDefaultFontColor
- 3.10 GetDefaultFontSize
- 3.11 GetDefaultFontType
- 3.12 GetFocusNavigation
- 3.13 GetGlobalPosition
- 3.14 GetIndex
- 3.15 GetLocalPosition
- 3.16 GetMouseIsOver
- 3.17 GetName
- 3.18 GetParent
- 3.19 GetParentTabFrame
- 3.20 GetPointerGfx
- 3.21 GetScrollAmount
- 3.22 GetSet
- 3.23 GetSize
- 3.24 GetText
- 3.25 GetToolTip
- 3.26 GetToolTipWidget
- 3.27 GetType
- 3.28 GetUserValue
- 3.29 HasFocus
- 3.30 HasFocusNavigation
- 3.31 Init
- 3.32 IsConnectedTo
- 3.33 IsConnectedToChildren
- 3.34 IsEnabled
- 3.35 IsFocusedTab
- 3.36 IsGlobalKeyPressListener
- 3.37 IsGlobalUIInputListener
- 3.38 IsRightUnderMouse
- 3.39 IsVisible
- 3.40 PointIsInside
- 3.41 ProcessMessage
- 3.42 RemoveChild
- 3.43 SetAffectedByScroll
- 3.44 SetCallbacksDisabled
- 3.45 SetChildrenOffset
- 3.46 SetClipActive
- 3.47 SetColorMul
- 3.48 SetConnectedToChildren
- 3.49 SetDefaultFontColor
- 3.50 SetDefaultFontSize
- 3.51 SetDefaultFontType
- 3.52 SetEnabled
- 3.53 SetFocusedTab
- 3.54 SetFocusNavigation
- 3.55 SetGlobalKeyPressListener
- 3.56 SetGlobalPosition
- 3.57 SetGlobalUIInputListener
- 3.58 SetIcon
- 3.59 SetLabelPosX
- 3.60 SetName
- 3.61 SetPosition
- 3.62 SetScrollAmount
- 3.63 SetSize
- 3.64 SetText
- 3.65 SetToolTip
- 3.66 SetToolTipEnabled
- 3.67 SetUserValue
- 3.68 SetVisible
- 3.69 Update
- 4 References
Fields
cWidgetTab 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—
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&—
GetIndex
int GetIndex()
Returns:
- int—
GetLocalPosition
const cVector3f& GetLocalPosition()
Returns:
- const cVector3f&—
GetMouseIsOver
bool GetMouseIsOver()
Returns:
- bool—
GetName
const tString& GetName()
Returns:
- const tString&—
GetParent
iWidget@ GetParent()
Returns:
- iWidget@—
GetParentTabFrame
cWidgetTabFrame@ GetParentTabFrame()
Returns:
- cWidgetTabFrame@—
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—
IsFocusedTab
bool IsFocusedTab()
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
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
SetFocusedTab
void SetFocusedTab(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
SetIcon
SetLabelPosX
void SetLabelPosX(float afPosX)
Parameters
- afPosX (float) —
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