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

Protected Member Functions

override void OnMenuOpen (SCR_ConfigurableDialogUiPreset preset)
override void OnMenuUpdate (float tDelta)
override void OnMenuClose ()
void SetupActionDisplayFrameSkip ()
void SetupActionDisplay ()
void CancelCapture ()
ScriptInvokerVoid GetOnKeyCaptured ()
void SCR_SimpleKeybindDialogUI (SCR_KeyBindingEntry entry, string displayName, string actionName, InputBinding binding, EInputDeviceType device, bool showOverrideWarning)

Protected Attributes

ref InputBinding m_Binding
SCR_KeybindActionDisplayRowComponent m_ActionDisplayRow
RichTextWidget m_wActionName
SizeLayoutWidget m_wActionRowSize
Widget m_wActionRowWrapper
RichTextWidget m_wCloseHint
bool m_bShowOverrideWarning
ref ScriptInvokerVoid m_OnKeyCaptured
const string CLOSE_HINT = "#AR-Settings_KeybindSimple_CloseHint"
const string ACTION_MENU_BACK_KEYBIND = "MenuBackKeybind"
const string ACTION_DISPLAY_ROOT = "KeybindActionDisplayRow"
bool m_WasCanceled = false

Detailed Description

Definition at line 2 of file SCR_SimpleKeybindDialogUI.c.

Constructor & Destructor Documentation

◆ SCR_SimpleKeybindDialogUI()

void SCR_SimpleKeybindDialogUI::SCR_SimpleKeybindDialogUI ( SCR_KeyBindingEntry entry,
string displayName,
string actionName,
InputBinding binding,
EInputDeviceType device,
bool showOverrideWarning )
inlineprotected

Definition at line 132 of file SCR_SimpleKeybindDialogUI.c.

Member Function Documentation

◆ CancelCapture()

void SCR_SimpleKeybindDialogUI::CancelCapture ( )
inlineprotected

Definition at line 115 of file SCR_SimpleKeybindDialogUI.c.

◆ GetOnKeyCaptured()

ScriptInvokerVoid SCR_SimpleKeybindDialogUI::GetOnKeyCaptured ( )
inlineprotected

Definition at line 123 of file SCR_SimpleKeybindDialogUI.c.

◆ OnMenuClose()

override void SCR_SimpleKeybindDialogUI::OnMenuClose ( )
inlineprotected

Definition at line 85 of file SCR_SimpleKeybindDialogUI.c.

◆ OnMenuOpen()

override void SCR_SimpleKeybindDialogUI::OnMenuOpen ( SCR_ConfigurableDialogUiPreset preset)
inlineprotected

Definition at line 23 of file SCR_SimpleKeybindDialogUI.c.

◆ OnMenuUpdate()

override void SCR_SimpleKeybindDialogUI::OnMenuUpdate ( float tDelta)
inlineprotected

Definition at line 63 of file SCR_SimpleKeybindDialogUI.c.

◆ SetupActionDisplay()

void SCR_SimpleKeybindDialogUI::SetupActionDisplay ( )
inlineprotected

Definition at line 101 of file SCR_SimpleKeybindDialogUI.c.

◆ SetupActionDisplayFrameSkip()

void SCR_SimpleKeybindDialogUI::SetupActionDisplayFrameSkip ( )
inlineprotected

Definition at line 94 of file SCR_SimpleKeybindDialogUI.c.

Member Data Documentation

◆ ACTION_DISPLAY_ROOT

const string SCR_SimpleKeybindDialogUI::ACTION_DISPLAY_ROOT = "KeybindActionDisplayRow"
protected

Definition at line 18 of file SCR_SimpleKeybindDialogUI.c.

◆ ACTION_MENU_BACK_KEYBIND

const string SCR_SimpleKeybindDialogUI::ACTION_MENU_BACK_KEYBIND = "MenuBackKeybind"
protected

Definition at line 17 of file SCR_SimpleKeybindDialogUI.c.

◆ CLOSE_HINT

const string SCR_SimpleKeybindDialogUI::CLOSE_HINT = "#AR-Settings_KeybindSimple_CloseHint"
protected

Definition at line 15 of file SCR_SimpleKeybindDialogUI.c.

◆ m_ActionDisplayRow

SCR_KeybindActionDisplayRowComponent SCR_SimpleKeybindDialogUI::m_ActionDisplayRow
protected

Definition at line 5 of file SCR_SimpleKeybindDialogUI.c.

◆ m_Binding

ref InputBinding SCR_SimpleKeybindDialogUI::m_Binding
protected

Definition at line 4 of file SCR_SimpleKeybindDialogUI.c.

◆ m_bShowOverrideWarning

bool SCR_SimpleKeybindDialogUI::m_bShowOverrideWarning
protected

Definition at line 11 of file SCR_SimpleKeybindDialogUI.c.

◆ m_OnKeyCaptured

ref ScriptInvokerVoid SCR_SimpleKeybindDialogUI::m_OnKeyCaptured
protected

Definition at line 13 of file SCR_SimpleKeybindDialogUI.c.

◆ m_wActionName

RichTextWidget SCR_SimpleKeybindDialogUI::m_wActionName
protected

Definition at line 6 of file SCR_SimpleKeybindDialogUI.c.

◆ m_wActionRowSize

SizeLayoutWidget SCR_SimpleKeybindDialogUI::m_wActionRowSize
protected

Definition at line 7 of file SCR_SimpleKeybindDialogUI.c.

◆ m_wActionRowWrapper

Widget SCR_SimpleKeybindDialogUI::m_wActionRowWrapper
protected

Definition at line 8 of file SCR_SimpleKeybindDialogUI.c.

◆ m_WasCanceled

bool SCR_SimpleKeybindDialogUI::m_WasCanceled = false
protected

Definition at line 20 of file SCR_SimpleKeybindDialogUI.c.

◆ m_wCloseHint

RichTextWidget SCR_SimpleKeybindDialogUI::m_wCloseHint
protected

Definition at line 9 of file SCR_SimpleKeybindDialogUI.c.


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