HPL3/SOMA/Scripting/cWidgetComboBox
Jump to navigation
Jump to search
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
cWidgetComboBox 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 | ||
bool |
GetCanEdit | ||
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 | ||
int |
GetMaxShownItems | ||
bool |
GetMouseIsOver | ||
const tString& |
GetName | ||
iWidget@ |
GetParent | ||
cGuiGfxElement@ |
GetPointerGfx | ||
const cVector3f& |
GetScrollAmount | ||
int |
GetSelectedItem | ||
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 |
SetCanEdit | 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 |
SetMaxShownItems | int alX |
|
void |
SetName | const tString &in asName |
|
void |
SetPosition | const cVector3f &in avPos |
|
void |
SetScrollAmount | const cVector3f &in avX |
|
void |
SetSelectedItem | int alX ,bool abMoveList = false ,bool abGenCallback = true |
|
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 |