|
Arma Reforger Script API
|
Public Member Functions | |
| override SCR_UIInfo | GetInfo () |
Public Member Functions inherited from SCR_BaseTooltipTargetEditorUIComponent | |
| void | SetTooltipType (EEditorTooltip tooltipType) |
| override bool | OnFocus (Widget w, int x, int y) |
| override bool | OnFocusLost (Widget w, int x, int y) |
| override bool | OnMouseEnter (Widget w, int x, int y) |
| override bool | OnMouseLeave (Widget w, Widget enterW, int x, int y) |
| override bool | IsUnique () |
| Is the component to exist only in one instance? | |
| override void | HandlerDeattached (Widget w) |
Public Member Functions inherited from MenuRootSubComponent | |
| Widget | GetWidget () |
| Get widget to which the component belongs to. | |
| MenuRootBase | GetMenu () |
| Get menu of which the widget is part of. | |
| MenuRootComponent | GetRootComponent () |
| Get root component of this subcomponent,. | |
| void | HandlerAttachedScripted (Widget w) |
| Event called when subcomponent is initialized. | |
| override void | HandlerAttached (Widget w) |
Protected Attributes | |
| ref SCR_UIInfo | m_Info |
Protected Attributes inherited from SCR_BaseTooltipTargetEditorUIComponent | |
| EEditorTooltip | m_TooltipType |
Protected Attributes inherited from SCR_BaseEditorUIComponent | |
| vector | m_vClickPosCancel |
Additional Inherited Members | |
Static Public Attributes inherited from SCR_BaseEditorUIComponent | |
| const int | CANCEL_CLICK_MAX_DIS = 5 |
| const int | CANCEL_CLICK_MAX_TIME = 500 |
Protected Member Functions inherited from SCR_BaseTooltipTargetEditorUIComponent | |
| Managed | GetTarget () |
| void | ShowTooltip () |
| void | HideTooltip () |
| void | RefreshTooltip () |
Protected Member Functions inherited from SCR_BaseEditorUIComponent | |
| vector | OnCancelDown () |
| bool | OnCancelUp () |
| void | OnCancelExpired () |
| override SCR_UIInfo SCR_CustomTooltipTargetEditorUIComponent.GetInfo | ( | ) |
Implements SCR_BaseTooltipTargetEditorUIComponent.
|
protected |