Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
SCR_TooltipManagerEntity.c File Reference

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
 

Function Documentation

◆ EOnFrame()

protected override void EOnFrame ( IEntity  owner,
float  timeSlice 
)

Definition at line 116 of file SCR_TooltipManagerEntity.c.

◆ Internal_CreateTooltip()

protected Widget Internal_CreateTooltip ( notnull SCR_ScriptedWidgetTooltipPreset  preset,
notnull Widget  hoverWidget 
)

Definition at line 84 of file SCR_TooltipManagerEntity.c.

◆ Internal_DeleteTooltip()

protected void Internal_DeleteTooltip ( )

Definition at line 109 of file SCR_TooltipManagerEntity.c.

◆ SCR_TooltipManagerEntity()

void SCR_TooltipManagerEntity ( IEntitySource  src,
IEntity  parent 
)

Definition at line 170 of file SCR_TooltipManagerEntity.c.

◆ UpdatePosition()

protected void UpdatePosition ( bool  force = false)

Definition at line 158 of file SCR_TooltipManagerEntity.c.

◆ ~SCR_TooltipManagerEntity()

Definition at line 177 of file SCR_TooltipManagerEntity.c.

Variable Documentation

◆ m_bFollowCursor

protected bool m_bFollowCursor

Definition at line 15 of file SCR_TooltipManagerEntity.c.

◆ m_bIsRendered

protected bool m_bIsRendered

Definition at line 22 of file SCR_TooltipManagerEntity.c.

◆ m_eHorizontalAlignment

protected SCR_ETooltipAlignmentHorizontal m_eHorizontalAlignment

Definition at line 19 of file SCR_TooltipManagerEntity.c.

◆ m_eVerticalAlignment

protected SCR_ETooltipAlignmentVertical m_eVerticalAlignment

Definition at line 20 of file SCR_TooltipManagerEntity.c.

◆ m_Preset

protected ref SCR_ScriptedWidgetTooltipPreset m_Preset

Definition at line 17 of file SCR_TooltipManagerEntity.c.

◆ m_wHoverWidget

protected Widget m_wHoverWidget

Definition at line 18 of file SCR_TooltipManagerEntity.c.

◆ m_wInteractableWidget

protected Widget m_wInteractableWidget

Definition at line 23 of file SCR_TooltipManagerEntity.c.

◆ m_wTooltip

protected Widget m_wTooltip

Definition at line 16 of file SCR_TooltipManagerEntity.c.

◆ m_wWorkspace

protected WorkspaceWidget m_wWorkspace

Definition at line 24 of file SCR_TooltipManagerEntity.c.

◆ s_Instance

SCR_TooltipManagerEntityClass s_Instance = null

◆ TOOLTIP_Z_ORDER

const int TOOLTIP_Z_ORDER = 10000

Definition at line 26 of file SCR_TooltipManagerEntity.c.