HPL3/Amnesia: Rebirth/Scripting/cWidgetComboBox
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 GetCanEdit
- 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 GetMaxShownItems
- 3.17 GetMouseIsOver
- 3.18 GetName
- 3.19 GetParent
- 3.20 GetPointerGfx
- 3.21 GetScrollAmount
- 3.22 GetSelectedItem
- 3.23 GetSet
- 3.24 GetSize
- 3.25 GetText
- 3.26 GetToolTip
- 3.27 GetToolTipWidget
- 3.28 GetType
- 3.29 GetUserValue
- 3.30 HasFocus
- 3.31 HasFocusNavigation
- 3.32 Init
- 3.33 IsConnectedTo
- 3.34 IsConnectedToChildren
- 3.35 IsEnabled
- 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 SetCanEdit
- 3.46 SetChildrenOffset
- 3.47 SetClipActive
- 3.48 SetColorMul
- 3.49 SetConnectedToChildren
- 3.50 SetDefaultFontColor
- 3.51 SetDefaultFontSize
- 3.52 SetDefaultFontType
- 3.53 SetEnabled
- 3.54 SetFocusNavigation
- 3.55 SetGlobalKeyPressListener
- 3.56 SetGlobalPosition
- 3.57 SetGlobalUIInputListener
- 3.58 SetMaxShownItems
- 3.59 SetName
- 3.60 SetPosition
- 3.61 SetScrollAmount
- 3.62 SetSelectedItem
- 3.63 SetSize
- 3.64 SetText
- 3.65 SetToolTip
- 3.66 SetToolTipEnabled
- 3.67 SetUserValue
- 3.68 SetVisible
- 3.69 Update
- 4 References
Fields
cWidgetComboBox 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—
GetCanEdit
bool GetCanEdit()
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&—
GetMaxShownItems
int GetMaxShownItems()
Returns:
- int—
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&—
GetSelectedItem
int GetSelectedItem()
Returns:
- int—
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
SetCanEdit
void SetCanEdit(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
SetMaxShownItems
void SetMaxShownItems(int alX)
Parameters
- alX (int) —
Returns:
- void
SetName
SetPosition
SetScrollAmount
SetSelectedItem
void SetSelectedItem(int alX,
bool abMoveList = false,
bool abGenCallback = true)
Parameters
- alX (int) —
- abMoveList (bool) —
- abGenCallback (bool) —
Returns:
- void
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