![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Protected Member Functions | |
| MenuRootBase | GetMenu () |
| Widget | GetWidget () |
| void | AddComponent (MenuRootSubComponent component) |
| void | RemoveComponent (MenuRootSubComponent component) |
| MenuRootSubComponent | FindComponent (typename type, bool showError=false) |
| int | FindComponents (typename type, notnull out array< MenuRootSubComponent > outComponents) |
| void | Init (MenuRootBase menu) |
| void | InitNotRoot () |
| void | ExecInit (Widget w) |
| override void | HandlerAttached (Widget w) |
Static Protected Member Functions | |
| static MenuRootComponent | GetRootOf (Widget widget) |
| static MenuRootComponent | GetRootOf (MenuBase menu) |
Protected Attributes | |
| Widget | m_Widget |
| MenuRootBase | m_Menu |
| ref array< MenuRootSubComponent > | m_aComponents = {} |
Widget component which can tap to MenuRootBase events. Doesn't need to be added manually, will be created the first time GetComponent() function is called. Subcomponents (MenuRootSubComponent) can access menu and its handlers through this root.
Definition at line 6 of file MenuRootComponent.c.
|
inlineprotected |
Register subcomponent to this root component.
| component | Subcomponent |
Definition at line 79 of file MenuRootComponent.c.
|
inlineprotected |
Definition at line 162 of file MenuRootComponent.c.
|
inlineprotected |
Find first subcomponent of given type.
| type | Subcomponent type |
Definition at line 101 of file MenuRootComponent.c.
|
inlineprotected |
Find all subcomponents of given type
| type | Subcomponent type | |
| [out] | outCOmponents | Array to be filled with all compatible subcomponents |
Definition at line 122 of file MenuRootComponent.c.
|
inlineprotected |
|
inlinestaticprotected |
Get the component.
| menu | Menu of which the root widget is used |
Definition at line 48 of file MenuRootComponent.c.
|
inlinestaticprotected |
Get the component.
| widget | Widget of which the root widget is used |
Definition at line 18 of file MenuRootComponent.c.
|
inlineprotected |
Get widget to which the component belongs to.
Definition at line 69 of file MenuRootComponent.c.
|
inlineprotected |
Definition at line 183 of file MenuRootComponent.c.
|
inlineprotected |
Definition at line 134 of file MenuRootComponent.c.
|
inlineprotected |
Definition at line 156 of file MenuRootComponent.c.
|
inlineprotected |
Unregister subcomponent from this root component.
| component | Subcomponent |
Definition at line 90 of file MenuRootComponent.c.
|
protected |
Definition at line 10 of file MenuRootComponent.c.
|
protected |
Definition at line 9 of file MenuRootComponent.c.
|
protected |
Definition at line 8 of file MenuRootComponent.c.