![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Protected Member Functions | |
| void | SetIdentifier (string id) |
| int | GetHUDElements (notnull out array< SCR_HUDElement > hudElements) |
| string | GetIdentifier () |
| ResourceName | GetLayout () |
| Widget | GetRootWidget () |
| void | SetRootWidget (notnull Widget widget) |
| void | ResizeLayout () |
| void | AddHudElement (notnull SCR_HUDElement element, bool replaceParent=false) |
| void | RemoveHudElement (notnull SCR_HUDElement element, bool replaceParent=false) |
| Widget | GetGroupWidgetByName (string groupName) |
| SCR_HUDGroupUIComponent | GetGroupComponent (string groupName) |
| int | GetAllGroupComponents (notnull out array< SCR_HUDGroupUIComponent > groupComponents) |
| int | GetAllSlotComponents (notnull out array< SCR_HUDSlotUIComponent > slotComponents) |
| SCR_HUDSlotUIComponent | FindSlotComponent (string slotName) |
| Widget | FindWidgetByName (string widgetName) |
Protected Attributes | |
| ref array< ref Widget > | m_aAllGroups = {} |
| ref array< ref SCR_HUDElement > | m_aElements = {} |
| string | m_sIdentifier |
| ResourceName | m_sLayout |
| Widget | m_wRoot |
Definition at line 2 of file SCR_HUDLayout.c.
|
inlineprotected |
Definition at line 112 of file SCR_HUDLayout.c.
|
inlineprotected |
Definition at line 220 of file SCR_HUDLayout.c.
Definition at line 230 of file SCR_HUDLayout.c.
|
inlineprotected |
Fills the provided array with all the GroupComponents this HUD Layout owns.
| groupComponents | the array to be filled. |
Definition at line 177 of file SCR_HUDLayout.c.
|
inlineprotected |
Fills the provided array with all the Slots that exist within this HUD Layout.
| slotComponents | the array to be filled. |
Definition at line 195 of file SCR_HUDLayout.c.
|
inlineprotected |
Searches for and returns the Component responsible for managing and controlling a Group with the given name.
| groupName | Name of the group to look for. |
Definition at line 164 of file SCR_HUDLayout.c.
Searches for and returns a Group Widget with the given name.
| groupName | Name of the group to look for. |
Definition at line 151 of file SCR_HUDLayout.c.
|
inlineprotected |
Definition at line 45 of file SCR_HUDLayout.c.
|
inlineprotected |
Definition at line 56 of file SCR_HUDLayout.c.
|
inlineprotected |
Definition at line 62 of file SCR_HUDLayout.c.
|
inlineprotected |
Definition at line 68 of file SCR_HUDLayout.c.
|
inlineprotected |
Definition at line 133 of file SCR_HUDLayout.c.
|
inlineprotected |
Definition at line 100 of file SCR_HUDLayout.c.
|
inlineprotected |
Definition at line 16 of file SCR_HUDLayout.c.
|
inlineprotected |
Definition at line 74 of file SCR_HUDLayout.c.
|
protected |
Definition at line 4 of file SCR_HUDLayout.c.
|
protected |
Definition at line 5 of file SCR_HUDLayout.c.
|
protected |
Definition at line 8 of file SCR_HUDLayout.c.
|
protected |
Definition at line 11 of file SCR_HUDLayout.c.
|
protected |
Definition at line 13 of file SCR_HUDLayout.c.