Difference between revisions of "HPL3/SOMA/Scripting/cWidgetListBox"
Jump to navigation
Jump to search
(Created page with "{{ScriptingStub}} Have some helpful descriptions to add to this class? Edit this page and add your insight to the Wiki! ==Fields== cWidgetListBox has no public fields. ==F...") |
|||
Line 138: | Line 138: | ||
| <syntaxhighlight lang="c++" inline>void</syntaxhighlight> || Update || <syntaxhighlight lang="c++" inline>float afTimeStep</syntaxhighlight> || | | <syntaxhighlight lang="c++" inline>void</syntaxhighlight> || Update || <syntaxhighlight lang="c++" inline>float afTimeStep</syntaxhighlight> || | ||
|} | |} | ||
+ | |||
+ | {{ReferencesSection}} | ||
{{HPL3SOMAScriptingCategories}} | {{HPL3SOMAScriptingCategories}} | ||
__FORCETOC__ | __FORCETOC__ |
Latest revision as of 15:27, 6 August 2020
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
Fields
cWidgetListBox 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 | ||
bool |
GetCallbacksDisabled | ||
const cVector3f& |
GetChildrenOffset | ||
bool |
GetClipActive | ||
const cColor& |
GetColorMul | ||
const cColor& |
GetDefaultFontColor | ||
const cVector2f& |
GetDefaultFontSize | ||
iFontData@ |
GetDefaultFontType | ||
iWidget@ |
GetFocusNavigation | eUIArrow aDir |
|
const cVector3f& |
GetGlobalPosition | ||
const cVector3f& |
GetLocalPosition | ||
bool |
GetMouseIsOver | ||
const tString& |
GetName | ||
iWidget@ |
GetParent | ||
cGuiGfxElement@ |
GetPointerGfx | ||
const cVector3f& |
GetScrollAmount | ||
cGuiSet@ |
GetSet | ||
const cVector2f& |
GetSize | ||
const tWString& |
GetText | ||
const tWString& |
GetToolTip | ||
iWidget@ |
GetToolTipWidget | ||
eWidgetType |
GetType | ||
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 |
SetCallbacksDisabled | bool abX |
|
void |
SetChildrenOffset | const cVector3f &in |
|
void |
SetClipActive | bool abX |
|
void |
SetColorMul | const cColor &in aColor |
|
void |
SetConnectedToChildren | bool abX |
|
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 |
SetGlobalKeyPressListener | bool abX |
|
void |
SetGlobalPosition | const cVector3f &in avPos |
|
void |
SetGlobalUIInputListener | bool abX |
|
void |
SetName | const tString &in asName |
|
void |
SetPosition | const cVector3f &in avPos |
|
void |
SetScrollAmount | const cVector3f &in avX |
|
void |
SetSize | const cVector2f &in avSize |
|
void |
SetText | const tWString &in asText |
|
void |
SetToolTip | const tWString &in asToolTip |
|
void |
SetToolTipEnabled | bool abX |
|
void |
SetUserValue | int alX |
|
void |
SetVisible | bool abX |
|
void |
Update | float afTimeStep |