![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Protected Member Functions | |
| override void | OnMenuOpen (SCR_ConfigurableDialogUiPreset preset) |
| override void | OnMenuShow () |
| override void | OnMenuHide () |
| override void | OnMenuUpdate (float tDelta) |
| override void | OnMenuClose () |
| override void | OnMenuFocusGained () |
| override void | OnMenuFocusLost () |
Protected Attributes | |
| SCR_SuperMenuComponent | m_SuperMenuComponent |
Class for tab dialogs, relies on a SCR_SuperMenuComponent placed on content layout root widget Do your tab related stuff in a child of SCR_SuperMenuComponent! Leave this for calling necessary events on it, and for global menu necessities
Note that any button created by tab sub menus will not be registered in the dialog's buttons map, as it should only include global ones. Any tab related button should be handled by the tab itself, even if they share the same footer space
Definition at line 9 of file SCR_TabDialog.c.
|
inlineprotected |
Definition at line 56 of file SCR_TabDialog.c.
|
inlineprotected |
Definition at line 65 of file SCR_TabDialog.c.
|
inlineprotected |
Definition at line 74 of file SCR_TabDialog.c.
|
inlineprotected |
Definition at line 38 of file SCR_TabDialog.c.
|
inlineprotected |
Definition at line 14 of file SCR_TabDialog.c.
|
inlineprotected |
Definition at line 29 of file SCR_TabDialog.c.
|
inlineprotected |
Definition at line 47 of file SCR_TabDialog.c.
|
protected |
Definition at line 11 of file SCR_TabDialog.c.