HPL3/Amnesia: Rebirth/Scripting/iWidget
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 GetLocalPosition
- 3.15 GetMouseIsOver
- 3.16 GetName
- 3.17 GetParent
- 3.18 GetPointerGfx
- 3.19 GetScrollAmount
- 3.20 GetSet
- 3.21 GetSize
- 3.22 GetText
- 3.23 GetToolTip
- 3.24 GetToolTipWidget
- 3.25 GetType
- 3.26 GetUserValue
- 3.27 HasFocus
- 3.28 HasFocusNavigation
- 3.29 Init
- 3.30 IsConnectedTo
- 3.31 IsConnectedToChildren
- 3.32 IsEnabled
- 3.33 IsGlobalKeyPressListener
- 3.34 IsGlobalUIInputListener
- 3.35 IsRightUnderMouse
- 3.36 IsVisible
- 3.37 PointIsInside
- 3.38 ProcessMessage
- 3.39 RemoveChild
- 3.40 SetAffectedByScroll
- 3.41 SetCallbacksDisabled
- 3.42 SetChildrenOffset
- 3.43 SetClipActive
- 3.44 SetColorMul
- 3.45 SetConnectedToChildren
- 3.46 SetDefaultFontColor
- 3.47 SetDefaultFontSize
- 3.48 SetDefaultFontType
- 3.49 SetEnabled
- 3.50 SetFocusNavigation
- 3.51 SetGlobalKeyPressListener
- 3.52 SetGlobalPosition
- 3.53 SetGlobalUIInputListener
- 3.54 SetName
- 3.55 SetPosition
- 3.56 SetScrollAmount
- 3.57 SetSize
- 3.58 SetText
- 3.59 SetToolTip
- 3.60 SetToolTipEnabled
- 3.61 SetUserValue
- 3.62 SetVisible
- 3.63 Update
- 4 References
Fields
iWidget 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&—
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
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
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
References
- HPL3/Amnesia: Rebirth/Scripting/cGuiPopUpColorPicker (← links)
- HPL3/Amnesia: Rebirth/Scripting/cGuiPopUpFilePicker (← links)
- HPL3/Amnesia: Rebirth/Scripting/cGuiPopUpMessageBox (← links)
- HPL3/Amnesia: Rebirth/Scripting/cGuiSet (← links)
- HPL3/Amnesia: Rebirth/Scripting/cWidgetButton (← links)
- HPL3/Amnesia: Rebirth/Scripting/cWidgetCheckBox (← links)
- HPL3/Amnesia: Rebirth/Scripting/cWidgetCollapsiblePane (← links)
- HPL3/Amnesia: Rebirth/Scripting/cWidgetCollapsiblePaneContainer (← links)
- HPL3/Amnesia: Rebirth/Scripting/cWidgetComboBox (← links)
- HPL3/Amnesia: Rebirth/Scripting/cWidgetContextMenu (← links)
- HPL3/Amnesia: Rebirth/Scripting/cWidgetDummy (← links)
- HPL3/Amnesia: Rebirth/Scripting/cWidgetFrame (← links)
- HPL3/Amnesia: Rebirth/Scripting/cWidgetGroup (← links)
- HPL3/Amnesia: Rebirth/Scripting/cWidgetImage (← links)
- HPL3/Amnesia: Rebirth/Scripting/cWidgetLabel (← links)
- HPL3/Amnesia: Rebirth/Scripting/cWidgetListBox (← links)
- HPL3/Amnesia: Rebirth/Scripting/cWidgetMainMenu (← links)
- HPL3/Amnesia: Rebirth/Scripting/cWidgetMenuItem (← links)
- HPL3/Amnesia: Rebirth/Scripting/cWidgetMultiPropertyListBox (← links)
- HPL3/Amnesia: Rebirth/Scripting/cWidgetRangeSlider (← links)
- HPL3/Amnesia: Rebirth/Scripting/cWidgetSingleValueSlider (← links)
- HPL3/Amnesia: Rebirth/Scripting/cWidgetSlider (← links)
- HPL3/Amnesia: Rebirth/Scripting/cWidgetTab (← links)
- HPL3/Amnesia: Rebirth/Scripting/cWidgetTabFrame (← links)
- HPL3/Amnesia: Rebirth/Scripting/cWidgetTextBox (← links)
- HPL3/Amnesia: Rebirth/Scripting/cWidgetTreeView (← links)
- HPL3/Amnesia: Rebirth/Scripting/cWidgetWindow (← links)
- HPL3/Amnesia: Rebirth/Scripting/iGpuPopUp (← links)
- HPL3/Amnesia: Rebirth/Scripting/iWidgetMenu (← links)