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

Protected Member Functions

void SCR_FieldManualConfigEntry ()
Widget CreateWidget (notnull Widget parent)
 To be overridden by child classes to call CreateWidgetFromLayout.
Widget CreateWidgetFromLayout (ResourceName layout, notnull Widget parent)
bool CanRefresh ()

Protected Attributes

bool m_bCanRefresh

Detailed Description

Definition at line 2 of file SCR_FieldManualConfigEntry.c.

Constructor & Destructor Documentation

◆ SCR_FieldManualConfigEntry()

void SCR_FieldManualConfigEntry::SCR_FieldManualConfigEntry ( )
inlineprotected

Definition at line 25 of file SCR_FieldManualConfigEntry.c.

Member Function Documentation

◆ CanRefresh()

bool SCR_FieldManualConfigEntry::CanRefresh ( )
inlineprotected

Used to check if the entry requires a refresh (on e.g KBM/pad input change) Valid only after CreateWidgetFromLayout has been called!

Returns
true if there is anything to refresh, false otherwise

Definition at line 75 of file SCR_FieldManualConfigEntry.c.

◆ CreateWidget()

Widget SCR_FieldManualConfigEntry::CreateWidget ( notnull Widget parent)
protected

To be overridden by child classes to call CreateWidgetFromLayout.

◆ CreateWidgetFromLayout()

Widget SCR_FieldManualConfigEntry::CreateWidgetFromLayout ( ResourceName layout,
notnull Widget parent )
inlineprotected

Definition at line 36 of file SCR_FieldManualConfigEntry.c.

Member Data Documentation

◆ m_bCanRefresh

bool SCR_FieldManualConfigEntry::m_bCanRefresh
protected

Definition at line 21 of file SCR_FieldManualConfigEntry.c.


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