![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Protected Member Functions | |
| void | SetInfo (SCR_UIInfo info, EEditorTooltip type=0, Managed instance=null) |
| void | ResetInfo (SCR_UIInfo info=null) |
| void | RefreshInfo (SCR_UIInfo info, EEditorTooltip type=0, Managed instance=null) |
| void | PlayAnimation () |
| void | ResetAnimation () |
| void | ShowEntityTooltip (SCR_EditableEntityComponent entity) |
| void | OnHover (EEditableEntityState state, set< SCR_EditableEntityComponent > entitiesInsert, set< SCR_EditableEntityComponent > entitiesRemove) |
| void | OnInputDeviceIsGamepad (bool isGamepad) |
| void | OnRadialMenuToggle (IEntity owner, bool isOpened) |
| void | OnContextMenuToggle (bool isOpened) |
| void | OnMenuUpdate (float tDelta) |
| void | OnMenuFocusLost () |
| override void | HandlerAttachedScripted (Widget w) |
| override void | HandlerDeattached (Widget w) |
Protected Attributes | |
| ref array< ref SCR_TooltipEditorEntry > | m_Tooltips |
| float | m_fDelay |
| float | m_fFadeInSpeed |
| bool | m_bTrackHoverState |
| InputManager | m_InputManager |
| SCR_LayersEditorComponent | m_LayersManager |
| SCR_TooltipAreaEditorUIComponent | m_TooltipArea |
| SCR_CursorEditorUIComponent | m_Cursor |
| SCR_BaseTooltipEditorUIComponent | m_Tooltip |
| SCR_BaseContextMenuEditorUIComponent | m_ContextMenu |
| SCR_UIInfo | m_Info |
| Managed | m_InfoInstance |
| bool | m_bTooltipShown |
Static Protected Attributes | |
| static const float | INERTIA_THRESHOLD = 0.001 |
Definition at line 3 of file SCR_TooltipManagerEditorUIComponent.c.
|
inlineprotected |
Definition at line 296 of file SCR_TooltipManagerEditorUIComponent.c.
|
inlineprotected |
Definition at line 344 of file SCR_TooltipManagerEditorUIComponent.c.
|
inlineprotected |
Definition at line 208 of file SCR_TooltipManagerEditorUIComponent.c.
|
inlineprotected |
Definition at line 157 of file SCR_TooltipManagerEditorUIComponent.c.
|
inlineprotected |
Definition at line 177 of file SCR_TooltipManagerEditorUIComponent.c.
|
inlineprotected |
Definition at line 290 of file SCR_TooltipManagerEditorUIComponent.c.
|
inlineprotected |
Definition at line 216 of file SCR_TooltipManagerEditorUIComponent.c.
|
inlineprotected |
Definition at line 191 of file SCR_TooltipManagerEditorUIComponent.c.
|
inlineprotected |
Definition at line 127 of file SCR_TooltipManagerEditorUIComponent.c.
|
inlineprotected |
Refresh currently shown tooltip, in case it's UI info changed (e.g., action state was toggled).
| [in] | info | |
| [in] | type | |
| [in] | instance |
Definition at line 120 of file SCR_TooltipManagerEditorUIComponent.c.
|
inlineprotected |
Definition at line 136 of file SCR_TooltipManagerEditorUIComponent.c.
|
inlineprotected |
Hide currently shown tooltip.
| [in] | info | When not null, it will reset tooltip if this one is the current one |
Definition at line 98 of file SCR_TooltipManagerEditorUIComponent.c.
|
inlineprotected |
Show tooltip with given params.
| [in] | info | UI info with all visual information |
| [in] | type | Tooltip type, influences which layout will be selected |
| [in] | instance | Instance, e.g., entity, which can be accessed for more information |
Definition at line 37 of file SCR_TooltipManagerEditorUIComponent.c.
|
inlineprotected |
Definition at line 144 of file SCR_TooltipManagerEditorUIComponent.c.
|
staticprotected |
Definition at line 5 of file SCR_TooltipManagerEditorUIComponent.c.
|
protected |
Definition at line 30 of file SCR_TooltipManagerEditorUIComponent.c.
|
protected |
Definition at line 20 of file SCR_TooltipManagerEditorUIComponent.c.
|
protected |
Definition at line 27 of file SCR_TooltipManagerEditorUIComponent.c.
|
protected |
Definition at line 25 of file SCR_TooltipManagerEditorUIComponent.c.
|
protected |
Definition at line 11 of file SCR_TooltipManagerEditorUIComponent.c.
|
protected |
Definition at line 14 of file SCR_TooltipManagerEditorUIComponent.c.
|
protected |
Definition at line 28 of file SCR_TooltipManagerEditorUIComponent.c.
|
protected |
Definition at line 29 of file SCR_TooltipManagerEditorUIComponent.c.
|
protected |
Definition at line 22 of file SCR_TooltipManagerEditorUIComponent.c.
|
protected |
Definition at line 23 of file SCR_TooltipManagerEditorUIComponent.c.
|
protected |
Definition at line 26 of file SCR_TooltipManagerEditorUIComponent.c.
|
protected |
Definition at line 24 of file SCR_TooltipManagerEditorUIComponent.c.
|
protected |
Definition at line 8 of file SCR_TooltipManagerEditorUIComponent.c.