HPL3/SOMA/Scripting/cWidgetTextBox

From Frictional Wiki
< HPL3‎ | SOMA‎ | Scripting
Jump to navigation Jump to search

Have some helpful descriptions to add to this class? Edit this page and add your insight to the Wiki!

Fields

cWidgetTextBox has no public fields.

Functions

Return Type Function Name Parameters Description
cGuiGlobalShortcut@ AddShortcut int alKeyModifiers,
eKey aKey,
eGuiMessage aMsg = eGuiMessage_ButtonPressed,
const cGuiMessageData &in aData = cGuiMessageData,
bool abBypassVisibility = true,
bool abBypassEnabled = true
void AttachChild iWidget@ apChild
void CenterGlobalPositionInSet
bool ClipsGraphics
cVector2f GetBackgroundSize
bool GetCallbackOnLostFocus
bool GetCallbacksDisabled
bool GetCanEdit
const cVector3f& GetChildrenOffset
bool GetClipActive
const cColor& GetColorMul
int GetDecimals
const cColor& GetDefaultFontColor
const cVector2f& GetDefaultFontSize
iFontData@ GetDefaultFontType
iWidget@ GetFocusNavigation eUIArrow aDir
bool GetForceCallBackOnEnter
const cVector3f& GetGlobalPosition
const tWString& GetIllegalChars
bool GetLegalCharCodeLimitEnabled
const cVector3f& GetLocalPosition
float GetLowerBound
int GetMaxTextLength
bool GetMouseIsOver
const tString& GetName
float GetNumericAdd
float GetNumericValue
iWidget@ GetParent
cGuiGfxElement@ GetPointerGfx
const cVector3f& GetScrollAmount
cGuiSet@ GetSet
const cVector2f& GetSize
const tWString& GetText
const tWString& GetToolTip
iWidget@ GetToolTipWidget
eWidgetType GetType
float GetUpperBound
int GetUserValue
bool HasFocus
bool HasFocusNavigation
void Init
bool IsConnectedTo iWidget@ apWidget,
bool abIsStartWidget = true
bool IsConnectedToChildren
bool IsEnabled
bool IsGlobalKeyPressListener
bool IsGlobalUIInputListener
bool IsRightUnderMouse
bool IsVisible
bool PointIsInside const cVector2f &in avPoint,
bool abOnlyClipped
bool ProcessMessage eGuiMessage aMessage,
const cGuiMessageData &in aData,
bool abSkipVisCheck = false,
bool abSkipEnabledCheck = false
void RemoveChild iWidget@ apChild
void SetAffectedByScroll bool abX
void SetCallbackOnLostFocus bool abX
void SetCallbacksDisabled bool abX
void SetCanEdit bool abX
void SetChildrenOffset const cVector3f &in
void SetClipActive bool abX
void SetColorMul const cColor &in aColor
void SetConnectedToChildren bool abX
void SetDecimals int alX
void SetDefaultFontColor const cColor &in aColor
void SetDefaultFontSize const cVector2f &in avSize
void SetDefaultFontType iFontData@ apFont
void SetEnabled bool abX
void SetFocusNavigation eUIArrow aDir,
iWidget@ apWidget
void SetForceCallBackOnEnter bool abX
void SetGlobalKeyPressListener bool abX
void SetGlobalPosition const cVector3f &in avPos
void SetGlobalUIInputListener bool abX
void SetIllegalChars const tWString &in asIllegalChars
void SetLegalCharCodeLimitEnabled bool abX
void SetLowerBound bool abX,
float afValue = 0
void SetMaxTextLength int alLength
void SetMaxTextSizeNeg float afX
void SetName const tString &in asName
void SetNumericAdd float afX
void SetNumericValue float afX
void SetPosition const cVector3f &in avPos
void SetScrollAmount const cVector3f &in avX
void SetSelectedText int alStart = 0,
int alCount = -1
void SetShowButtons bool abX
void SetSize const cVector2f &in avSize
void SetText const tWString &in asText
void SetToolTip const tWString &in asToolTip
void SetToolTipEnabled bool abX
void SetUpperBound bool abX,
float afValue = 0
void SetUserValue int alX
void SetVisible bool abX
void Update float afTimeStep

References

See all references...