Arma Reforger Script API
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | Protected Attributes | Static Protected Attributes | List of all members
SCR_ActionHintScriptedWidgetTooltip Interface Reference
Inheritance diagram for SCR_ActionHintScriptedWidgetTooltip:
[legend]

Public Member Functions

override bool Init (WorkspaceWidget workspace, Widget wrapper)
 
bool SetAction (string action)
 
bool SetActionColor (Color color)
 
bool ResetAction ()
 
bool ResetActionColor ()
 
string GetDefaultAction ()
 
Color GetDefaultActionColor ()
 
- Public Member Functions inherited from SCR_ScriptedWidgetTooltipContentBase
bool Init (WorkspaceWidget workspace, Widget wrapper)
 
void Clear ()
 
bool SetMessage (string message)
 
bool ResetMessage ()
 
bool SetMessageColor (Color color)
 
bool ResetMessageColor ()
 
Widget GetContentRoot ()
 
string GetMessage ()
 
string GetDefaultMessage ()
 

Public Attributes

ref Color m_ActionColor
 

Protected Attributes

string m_sAction
 
SCR_InputButtonComponent m_ActionDisplay
 
- Protected Attributes inherited from SCR_ScriptedWidgetTooltipContentBase
ResourceName m_sContentLayout
 
string m_sMessageText
 
ref Color m_MessageColor
 
Widget m_wContentRoot
 
RichTextWidget m_wMessage
 
string m_sDefaultMessage
 

Static Protected Attributes

const string WIDGET_ACTION = "Action"
 
- Static Protected Attributes inherited from SCR_ScriptedWidgetTooltipContentBase
const string WIDGET_MESSAGE = "Message"
 

Member Function Documentation

◆ GetDefaultAction()

string SCR_ActionHintScriptedWidgetTooltip.GetDefaultAction ( )

◆ GetDefaultActionColor()

Color SCR_ActionHintScriptedWidgetTooltip.GetDefaultActionColor ( )

◆ Init()

override bool SCR_ActionHintScriptedWidgetTooltip.Init ( WorkspaceWidget  workspace,
Widget  wrapper 
)

◆ ResetAction()

bool SCR_ActionHintScriptedWidgetTooltip.ResetAction ( )

◆ ResetActionColor()

bool SCR_ActionHintScriptedWidgetTooltip.ResetActionColor ( )

◆ SetAction()

bool SCR_ActionHintScriptedWidgetTooltip.SetAction ( string  action)

◆ SetActionColor()

bool SCR_ActionHintScriptedWidgetTooltip.SetActionColor ( Color  color)

Member Data Documentation

◆ m_ActionColor

ref Color SCR_ActionHintScriptedWidgetTooltip.m_ActionColor

◆ m_ActionDisplay

SCR_InputButtonComponent SCR_ActionHintScriptedWidgetTooltip.m_ActionDisplay
protected

◆ m_sAction

string SCR_ActionHintScriptedWidgetTooltip.m_sAction
protected

◆ WIDGET_ACTION

const string SCR_ActionHintScriptedWidgetTooltip.WIDGET_ACTION = "Action"
staticprotected

The documentation for this interface was generated from the following file: