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

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

Detailed Description

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.

Member Function Documentation

◆ OnMenuClose()

override void SCR_TabDialog::OnMenuClose ( )
inlineprotected

Definition at line 56 of file SCR_TabDialog.c.

◆ OnMenuFocusGained()

override void SCR_TabDialog::OnMenuFocusGained ( )
inlineprotected

Definition at line 65 of file SCR_TabDialog.c.

◆ OnMenuFocusLost()

override void SCR_TabDialog::OnMenuFocusLost ( )
inlineprotected

Definition at line 74 of file SCR_TabDialog.c.

◆ OnMenuHide()

override void SCR_TabDialog::OnMenuHide ( )
inlineprotected

Definition at line 38 of file SCR_TabDialog.c.

◆ OnMenuOpen()

override void SCR_TabDialog::OnMenuOpen ( SCR_ConfigurableDialogUiPreset preset)
inlineprotected

Definition at line 14 of file SCR_TabDialog.c.

◆ OnMenuShow()

override void SCR_TabDialog::OnMenuShow ( )
inlineprotected

Definition at line 29 of file SCR_TabDialog.c.

◆ OnMenuUpdate()

override void SCR_TabDialog::OnMenuUpdate ( float tDelta)
inlineprotected

Definition at line 47 of file SCR_TabDialog.c.

Member Data Documentation

◆ m_SuperMenuComponent

SCR_SuperMenuComponent SCR_TabDialog::m_SuperMenuComponent
protected

Definition at line 11 of file SCR_TabDialog.c.


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