Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_HintUIComponent Class Reference
Inheritance diagram for SCR_HintUIComponent:
ScriptedWidgetComponent

Protected Member Functions

void OnHintShow (SCR_HintUIInfo info, bool isSilent)
void OnHintHide (SCR_HintUIInfo info, bool isSilent)
void CreateHighlights (SCR_HintUIInfo info)
override bool OnClick (Widget w, int x, int y, int button)
void OnInputDeviceIsGamepad (bool isGamepad)
void OnSettingsChanged ()
override void HandlerAttached (Widget w)
override void HandlerDeattached (Widget w)
ScriptInvokerBool GetOnHintShown ()
bool IsHintShown ()

Protected Attributes

string m_sTitleWidgetName
string m_sDescriptionWidgetName
string m_sIconWidgetName
string m_sToggleButtonWidgetName
string m_sContextButtonWidgetName
string m_sDismissButtonWidgetName
string m_sTimeLeftWidgetName
string m_sPageWidgetName
string m_sVisibilitySelectorName
string m_sColorWidgetName
string m_sHighlightParentWidgetName
LocalizedString m_ToggleButtonTextHide
LocalizedString m_ToggleButtonTextNext
LocalizedString m_DismissButtonText
bool m_bPreserveCurrentHint
ResourceName m_HighlightLayout
ref Color m_cReforgerColor
ref Color m_cTimerColor
Widget m_Widget
TextWidget m_NameWidget
TextWidget m_DescriptionWidget
ImageWidget m_IconWidget
Widget m_HighlightParentWidget
ref array< Widgetm_aHighlightWidgets
Widget m_ToggleButtonWidget
Widget m_ContextButtonWidget
Widget m_DismissButtonWidget
TextWidget m_PageWidget
SizeLayoutWidget m_TimeWidget
LocalizedString m_sPageText
ImageWidget m_BarColor
SCR_InputButtonComponent m_ToggleButton
SCR_InputButtonComponent m_DismissButton
MenuBase m_Menu
SCR_WLibProgressBarComponent m_ProgressBar
bool m_bMenuScanned
Widget m_VisibilitySelector
bool m_bCanShow
bool m_bIsHintShown
ref ScriptInvokerBool m_OnHintShown
const string PAGINATION_LOC_STRING = "#AR-Editor_ContentBrowser_PageIndex_Text"

Detailed Description

Definition at line 1 of file SCR_HintUIComponent.c.

Member Function Documentation

◆ CreateHighlights()

void SCR_HintUIComponent::CreateHighlights ( SCR_HintUIInfo info)
inlineprotected

Definition at line 210 of file SCR_HintUIComponent.c.

◆ GetOnHintShown()

ScriptInvokerBool SCR_HintUIComponent::GetOnHintShown ( )
inlineprotected

Definition at line 374 of file SCR_HintUIComponent.c.

◆ HandlerAttached()

override void SCR_HintUIComponent::HandlerAttached ( Widget w)
inlineprotected

Definition at line 279 of file SCR_HintUIComponent.c.

◆ HandlerDeattached()

override void SCR_HintUIComponent::HandlerDeattached ( Widget w)
inlineprotected

Definition at line 352 of file SCR_HintUIComponent.c.

◆ IsHintShown()

bool SCR_HintUIComponent::IsHintShown ( )
inlineprotected

Definition at line 383 of file SCR_HintUIComponent.c.

◆ OnClick()

override bool SCR_HintUIComponent::OnClick ( Widget w,
int x,
int y,
int button )
inlineprotected

Definition at line 227 of file SCR_HintUIComponent.c.

◆ OnHintHide()

void SCR_HintUIComponent::OnHintHide ( SCR_HintUIInfo info,
bool isSilent )
inlineprotected

Definition at line 190 of file SCR_HintUIComponent.c.

◆ OnHintShow()

void SCR_HintUIComponent::OnHintShow ( SCR_HintUIInfo info,
bool isSilent )
inlineprotected

Definition at line 84 of file SCR_HintUIComponent.c.

◆ OnInputDeviceIsGamepad()

void SCR_HintUIComponent::OnInputDeviceIsGamepad ( bool isGamepad)
inlineprotected

Definition at line 255 of file SCR_HintUIComponent.c.

◆ OnSettingsChanged()

void SCR_HintUIComponent::OnSettingsChanged ( )
inlineprotected

Definition at line 263 of file SCR_HintUIComponent.c.

Member Data Documentation

◆ m_aHighlightWidgets

ref array<Widget> SCR_HintUIComponent::m_aHighlightWidgets
protected

Definition at line 62 of file SCR_HintUIComponent.c.

◆ m_BarColor

ImageWidget SCR_HintUIComponent::m_BarColor
protected

Definition at line 69 of file SCR_HintUIComponent.c.

◆ m_bCanShow

bool SCR_HintUIComponent::m_bCanShow
protected

Definition at line 77 of file SCR_HintUIComponent.c.

◆ m_bIsHintShown

bool SCR_HintUIComponent::m_bIsHintShown
protected

Definition at line 78 of file SCR_HintUIComponent.c.

◆ m_bMenuScanned

bool SCR_HintUIComponent::m_bMenuScanned
protected

Definition at line 74 of file SCR_HintUIComponent.c.

◆ m_bPreserveCurrentHint

bool SCR_HintUIComponent::m_bPreserveCurrentHint
protected

Definition at line 46 of file SCR_HintUIComponent.c.

◆ m_ContextButtonWidget

Widget SCR_HintUIComponent::m_ContextButtonWidget
protected

Definition at line 64 of file SCR_HintUIComponent.c.

◆ m_cReforgerColor

ref Color SCR_HintUIComponent::m_cReforgerColor
protected

Definition at line 52 of file SCR_HintUIComponent.c.

◆ m_cTimerColor

ref Color SCR_HintUIComponent::m_cTimerColor
protected

Definition at line 55 of file SCR_HintUIComponent.c.

◆ m_DescriptionWidget

TextWidget SCR_HintUIComponent::m_DescriptionWidget
protected

Definition at line 59 of file SCR_HintUIComponent.c.

◆ m_DismissButton

SCR_InputButtonComponent SCR_HintUIComponent::m_DismissButton
protected

Definition at line 71 of file SCR_HintUIComponent.c.

◆ m_DismissButtonText

LocalizedString SCR_HintUIComponent::m_DismissButtonText
protected

Definition at line 43 of file SCR_HintUIComponent.c.

◆ m_DismissButtonWidget

Widget SCR_HintUIComponent::m_DismissButtonWidget
protected

Definition at line 65 of file SCR_HintUIComponent.c.

◆ m_HighlightLayout

ResourceName SCR_HintUIComponent::m_HighlightLayout
protected

Definition at line 49 of file SCR_HintUIComponent.c.

◆ m_HighlightParentWidget

Widget SCR_HintUIComponent::m_HighlightParentWidget
protected

Definition at line 61 of file SCR_HintUIComponent.c.

◆ m_IconWidget

ImageWidget SCR_HintUIComponent::m_IconWidget
protected

Definition at line 60 of file SCR_HintUIComponent.c.

◆ m_Menu

MenuBase SCR_HintUIComponent::m_Menu
protected

Definition at line 72 of file SCR_HintUIComponent.c.

◆ m_NameWidget

TextWidget SCR_HintUIComponent::m_NameWidget
protected

Definition at line 58 of file SCR_HintUIComponent.c.

◆ m_OnHintShown

ref ScriptInvokerBool SCR_HintUIComponent::m_OnHintShown
protected

Definition at line 79 of file SCR_HintUIComponent.c.

◆ m_PageWidget

TextWidget SCR_HintUIComponent::m_PageWidget
protected

Definition at line 66 of file SCR_HintUIComponent.c.

◆ m_ProgressBar

SCR_WLibProgressBarComponent SCR_HintUIComponent::m_ProgressBar
protected

Definition at line 73 of file SCR_HintUIComponent.c.

◆ m_sColorWidgetName

string SCR_HintUIComponent::m_sColorWidgetName
protected

Definition at line 31 of file SCR_HintUIComponent.c.

◆ m_sContextButtonWidgetName

string SCR_HintUIComponent::m_sContextButtonWidgetName
protected

Definition at line 16 of file SCR_HintUIComponent.c.

◆ m_sDescriptionWidgetName

string SCR_HintUIComponent::m_sDescriptionWidgetName
protected

Definition at line 7 of file SCR_HintUIComponent.c.

◆ m_sDismissButtonWidgetName

string SCR_HintUIComponent::m_sDismissButtonWidgetName
protected

Definition at line 19 of file SCR_HintUIComponent.c.

◆ m_sHighlightParentWidgetName

string SCR_HintUIComponent::m_sHighlightParentWidgetName
protected

Definition at line 34 of file SCR_HintUIComponent.c.

◆ m_sIconWidgetName

string SCR_HintUIComponent::m_sIconWidgetName
protected

Definition at line 10 of file SCR_HintUIComponent.c.

◆ m_sPageText

LocalizedString SCR_HintUIComponent::m_sPageText
protected

Definition at line 68 of file SCR_HintUIComponent.c.

◆ m_sPageWidgetName

string SCR_HintUIComponent::m_sPageWidgetName
protected

Definition at line 25 of file SCR_HintUIComponent.c.

◆ m_sTimeLeftWidgetName

string SCR_HintUIComponent::m_sTimeLeftWidgetName
protected

Definition at line 22 of file SCR_HintUIComponent.c.

◆ m_sTitleWidgetName

string SCR_HintUIComponent::m_sTitleWidgetName
protected

Definition at line 4 of file SCR_HintUIComponent.c.

◆ m_sToggleButtonWidgetName

string SCR_HintUIComponent::m_sToggleButtonWidgetName
protected

Definition at line 13 of file SCR_HintUIComponent.c.

◆ m_sVisibilitySelectorName

string SCR_HintUIComponent::m_sVisibilitySelectorName
protected

Definition at line 28 of file SCR_HintUIComponent.c.

◆ m_TimeWidget

SizeLayoutWidget SCR_HintUIComponent::m_TimeWidget
protected

Definition at line 67 of file SCR_HintUIComponent.c.

◆ m_ToggleButton

SCR_InputButtonComponent SCR_HintUIComponent::m_ToggleButton
protected

Definition at line 70 of file SCR_HintUIComponent.c.

◆ m_ToggleButtonTextHide

LocalizedString SCR_HintUIComponent::m_ToggleButtonTextHide
protected

Definition at line 37 of file SCR_HintUIComponent.c.

◆ m_ToggleButtonTextNext

LocalizedString SCR_HintUIComponent::m_ToggleButtonTextNext
protected

Definition at line 40 of file SCR_HintUIComponent.c.

◆ m_ToggleButtonWidget

Widget SCR_HintUIComponent::m_ToggleButtonWidget
protected

Definition at line 63 of file SCR_HintUIComponent.c.

◆ m_VisibilitySelector

Widget SCR_HintUIComponent::m_VisibilitySelector
protected

Definition at line 75 of file SCR_HintUIComponent.c.

◆ m_Widget

Widget SCR_HintUIComponent::m_Widget
protected

Definition at line 57 of file SCR_HintUIComponent.c.

◆ PAGINATION_LOC_STRING

const string SCR_HintUIComponent::PAGINATION_LOC_STRING = "#AR-Editor_ContentBrowser_PageIndex_Text"
protected

Definition at line 81 of file SCR_HintUIComponent.c.


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