Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
MenuRootSubComponent Class Reference
Inheritance diagram for MenuRootSubComponent:
ScriptedWidgetComponent SCR_AssetBrowserAccessEditorUIComponent SCR_AttributesEditorUIComponent SCR_BaseEditorUIComponent SCR_BaseModeEditorUIComponent SCR_BasePaginationUIComponent SCR_ButtonHintEditorUIComponent SCR_CameraInfoEditorUIComponent SCR_CompassUIComponent SCR_EditableEntityLinkUIComponent SCR_IngameClockUIComponent SCR_NotificationsLogComponent SCR_SessionDurationUIComponent

Protected Member Functions

bool IsUnique ()
void HandlerAttachedScripted (Widget w)
override void HandlerAttached (Widget w)
override void HandlerDeattached (Widget w)

Detailed Description

Widget component which is linked to menu it's part of. Linking is done through MenuRootComponent.

Definition at line 5 of file MenuRootSubComponent.c.

Member Function Documentation

◆ HandlerAttached()

override void MenuRootSubComponent::HandlerAttached ( Widget w)
inlineprotected

Definition at line 58 of file MenuRootSubComponent.c.

◆ HandlerAttachedScripted()

void MenuRootSubComponent::HandlerAttachedScripted ( Widget w)
protected

Event called when subcomponent is initialized. Called only after all other subcomponents were registered as well and can be searched for. To be overwritten by inherited classes.

Parameters
Widget

◆ HandlerDeattached()

override void MenuRootSubComponent::HandlerDeattached ( Widget w)
inlineprotected

Definition at line 86 of file MenuRootSubComponent.c.

◆ IsUnique()

bool MenuRootSubComponent::IsUnique ( )
inlineprotected

Is the component to exist only in one instance? If so, it will be registered in the list of components and can be searched for. To be overwritten by inherited classes.

Returns
True if unique

Definition at line 45 of file MenuRootSubComponent.c.


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