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

Protected Member Functions

Widget GetRootWidget ()
int GetSlotComponents (notnull out array< SCR_HUDSlotUIComponent > slotComponents)
SCR_HUDSlotUIComponent FindSlotComponent (string slotName)
void ResizeGroup ()
override void HandlerAttached (Widget w)

Protected Attributes

bool m_bEnableDebugFont
float m_fWidth
float m_fHeight
Widget m_wRoot
ref SCR_HUDSizeCalculator m_HUDSizeCalculator = new SCR_HUDSizeCalculator()
ref array< SCR_HUDSlotUIComponentm_aSlots = {}

Detailed Description

Definition at line 1 of file SCR_HUDGroupUIComponent.c.

Member Function Documentation

◆ FindSlotComponent()

SCR_HUDSlotUIComponent SCR_HUDGroupUIComponent::FindSlotComponent ( string slotName)
inlineprotected

Definition at line 41 of file SCR_HUDGroupUIComponent.c.

◆ GetRootWidget()

Widget SCR_HUDGroupUIComponent::GetRootWidget ( )
inlineprotected
Returns
Widget this GroupUIComponent is attached to.

Definition at line 22 of file SCR_HUDGroupUIComponent.c.

◆ GetSlotComponents()

int SCR_HUDGroupUIComponent::GetSlotComponents ( notnull out array< SCR_HUDSlotUIComponent > slotComponents)
inlineprotected

Definition at line 28 of file SCR_HUDGroupUIComponent.c.

◆ HandlerAttached()

override void SCR_HUDGroupUIComponent::HandlerAttached ( Widget w)
inlineprotected

Definition at line 86 of file SCR_HUDGroupUIComponent.c.

◆ ResizeGroup()

void SCR_HUDGroupUIComponent::ResizeGroup ( )
inlineprotected

Resizes all the slots within this Group, distributing the size of the Group Widget to all slots.

Definition at line 74 of file SCR_HUDGroupUIComponent.c.

Member Data Documentation

◆ m_aSlots

ref array<SCR_HUDSlotUIComponent> SCR_HUDGroupUIComponent::m_aSlots = {}
protected

Definition at line 16 of file SCR_HUDGroupUIComponent.c.

◆ m_bEnableDebugFont

bool SCR_HUDGroupUIComponent::m_bEnableDebugFont
protected

Definition at line 4 of file SCR_HUDGroupUIComponent.c.

◆ m_fHeight

float SCR_HUDGroupUIComponent::m_fHeight
protected

Definition at line 11 of file SCR_HUDGroupUIComponent.c.

◆ m_fWidth

float SCR_HUDGroupUIComponent::m_fWidth
protected

Definition at line 10 of file SCR_HUDGroupUIComponent.c.

◆ m_HUDSizeCalculator

ref SCR_HUDSizeCalculator SCR_HUDGroupUIComponent::m_HUDSizeCalculator = new SCR_HUDSizeCalculator()
protected

Definition at line 15 of file SCR_HUDGroupUIComponent.c.

◆ m_wRoot

Widget SCR_HUDGroupUIComponent::m_wRoot
protected

Definition at line 13 of file SCR_HUDGroupUIComponent.c.


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