Arma Reforger Explorer
1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Go to the source code of this file.
Data Structures | |
class | SCR_TooltipManagerEntityClass |
Functions | |
protected Widget | Internal_CreateTooltip (notnull SCR_ScriptedWidgetTooltipPreset preset, notnull Widget hoverWidget) |
protected void | Internal_DeleteTooltip () |
protected override void | EOnFrame (IEntity owner, float timeSlice) |
protected void | UpdatePosition (bool force=false) |
void | SCR_TooltipManagerEntity (IEntitySource src, IEntity parent) |
void | ~SCR_TooltipManagerEntity () |
Variables | |
SCR_TooltipManagerEntityClass | s_Instance = null |
protected bool | m_bFollowCursor |
protected Widget | m_wTooltip |
protected ref SCR_ScriptedWidgetTooltipPreset | m_Preset |
protected Widget | m_wHoverWidget |
protected SCR_ETooltipAlignmentHorizontal | m_eHorizontalAlignment |
protected SCR_ETooltipAlignmentVertical | m_eVerticalAlignment |
protected bool | m_bIsRendered |
protected Widget | m_wInteractableWidget |
protected WorkspaceWidget | m_wWorkspace |
const int | TOOLTIP_Z_ORDER = 10000 |
protected override void EOnFrame | ( | IEntity | owner, |
float | timeSlice | ||
) |
Definition at line 116 of file SCR_TooltipManagerEntity.c.
protected Widget Internal_CreateTooltip | ( | notnull SCR_ScriptedWidgetTooltipPreset | preset, |
notnull Widget | hoverWidget | ||
) |
Definition at line 84 of file SCR_TooltipManagerEntity.c.
protected void Internal_DeleteTooltip | ( | ) |
Definition at line 109 of file SCR_TooltipManagerEntity.c.
void SCR_TooltipManagerEntity | ( | IEntitySource | src, |
IEntity | parent | ||
) |
Definition at line 170 of file SCR_TooltipManagerEntity.c.
protected void UpdatePosition | ( | bool | force = false | ) |
Definition at line 158 of file SCR_TooltipManagerEntity.c.
void ~SCR_TooltipManagerEntity | ( | ) |
Definition at line 177 of file SCR_TooltipManagerEntity.c.
protected bool m_bFollowCursor |
Definition at line 15 of file SCR_TooltipManagerEntity.c.
protected bool m_bIsRendered |
Definition at line 22 of file SCR_TooltipManagerEntity.c.
protected SCR_ETooltipAlignmentHorizontal m_eHorizontalAlignment |
Definition at line 19 of file SCR_TooltipManagerEntity.c.
protected SCR_ETooltipAlignmentVertical m_eVerticalAlignment |
Definition at line 20 of file SCR_TooltipManagerEntity.c.
protected ref SCR_ScriptedWidgetTooltipPreset m_Preset |
Definition at line 17 of file SCR_TooltipManagerEntity.c.
protected Widget m_wHoverWidget |
Definition at line 18 of file SCR_TooltipManagerEntity.c.
protected Widget m_wInteractableWidget |
Definition at line 23 of file SCR_TooltipManagerEntity.c.
protected Widget m_wTooltip |
Definition at line 16 of file SCR_TooltipManagerEntity.c.
protected WorkspaceWidget m_wWorkspace |
Definition at line 24 of file SCR_TooltipManagerEntity.c.
SCR_TooltipManagerEntityClass s_Instance = null |
const int TOOLTIP_Z_ORDER = 10000 |
Definition at line 26 of file SCR_TooltipManagerEntity.c.