![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Go to the source code of this file.
Classes | |
| class | SCR_TooltipManagerEditorUIComponent |
Enumerations | |
| enum | EEditorTooltip { DEFAULT , MODE , ENTITY , CONTEXT_ACTION , TOOLBAR_ACTION } |
Functions | |
| SCR_TooltipManagerEditorUIComponent SCR_BaseEditorUIComponent | BaseContainerProps () |
| 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) |
| SCR_TooltipManagerEditorUIComponent SCR_BaseEditorUIComponent | SCR_BaseContainerCustomTitleEnum (EEditorTooltip, "m_TooltipType") |
| enum EEditorTooltip |
| Enumerator | |
|---|---|
| DEFAULT | |
| MODE | |
| ENTITY | |
| CONTEXT_ACTION | |
| TOOLBAR_ACTION | |
Definition at line 397 of file SCR_TooltipManagerEditorUIComponent.c.
| SCR_TooltipManagerEditorUIComponent SCR_BaseEditorUIComponent BaseContainerProps | ( | ) |
|
protected |
Definition at line 291 of file SCR_TooltipManagerEditorUIComponent.c.
|
protected |
Definition at line 339 of file SCR_TooltipManagerEditorUIComponent.c.
|
protected |
Definition at line 203 of file SCR_TooltipManagerEditorUIComponent.c.
|
protected |
Definition at line 152 of file SCR_TooltipManagerEditorUIComponent.c.
|
protected |
Definition at line 172 of file SCR_TooltipManagerEditorUIComponent.c.
|
protected |
Definition at line 285 of file SCR_TooltipManagerEditorUIComponent.c.
|
protected |
Definition at line 211 of file SCR_TooltipManagerEditorUIComponent.c.
Definition at line 186 of file SCR_TooltipManagerEditorUIComponent.c.
|
protected |
Definition at line 122 of file SCR_TooltipManagerEditorUIComponent.c.
|
protected |
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 115 of file SCR_TooltipManagerEditorUIComponent.c.
|
protected |
Definition at line 131 of file SCR_TooltipManagerEditorUIComponent.c.
|
protected |
Hide currently shown tooltip.
| [in] | info | When not null, it will reset tooltip if this one is the current one |
Definition at line 93 of file SCR_TooltipManagerEditorUIComponent.c.
| SCR_TooltipManagerEditorUIComponent SCR_BaseEditorUIComponent SCR_BaseContainerCustomTitleEnum | ( | EEditorTooltip | , |
| "m_TooltipType" | ) |
Definition at line 373 of file SCR_TooltipManagerEditorUIComponent.c.
|
protected |
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 32 of file SCR_TooltipManagerEditorUIComponent.c.
|
protected |
Definition at line 139 of file SCR_TooltipManagerEditorUIComponent.c.
|
protected |
Definition at line 25 of file SCR_TooltipManagerEditorUIComponent.c.
|
protected |
Definition at line 15 of file SCR_TooltipManagerEditorUIComponent.c.
|
protected |
Definition at line 22 of file SCR_TooltipManagerEditorUIComponent.c.
|
protected |
Definition at line 20 of file SCR_TooltipManagerEditorUIComponent.c.
|
protected |
Definition at line 6 of file SCR_TooltipManagerEditorUIComponent.c.
|
protected |
Definition at line 9 of file SCR_TooltipManagerEditorUIComponent.c.
|
protected |
Definition at line 23 of file SCR_TooltipManagerEditorUIComponent.c.
|
protected |
Definition at line 24 of file SCR_TooltipManagerEditorUIComponent.c.
|
protected |
Definition at line 17 of file SCR_TooltipManagerEditorUIComponent.c.
|
protected |
Definition at line 18 of file SCR_TooltipManagerEditorUIComponent.c.
|
protected |
Definition at line 21 of file SCR_TooltipManagerEditorUIComponent.c.
|
protected |
Definition at line 19 of file SCR_TooltipManagerEditorUIComponent.c.
|
protected |
Definition at line 3 of file SCR_TooltipManagerEditorUIComponent.c.