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

Protected Member Functions

int GetHeight ()
int GetWidth ()
int GetPriority ()
void SetPriority (int newPriority)
SCR_HUDSlotResizeInvoker GetOnResize ()
void SetHeight (int height, bool notifyResizing=true)
void SetWidth (int width, bool notifyResizing=true)
Widget GetContentWidget ()
Widget GetRootWidget ()
void Initialize ()
SCR_HUDGroupUIComponent GetGroupComponent ()
override void HandlerAttached (Widget w)

Protected Attributes

bool m_bInitialized
 A boolean value indicating whether the Slot has been initialized.
WorkspaceWidget m_wWorkspace
Widget m_wRoot
 The root widget of the Slot.
int m_iHeight
 The height of the Slot.
int m_iWidth
 The width of the Slot.
SCR_HUDGroupUIComponent m_GroupComponent
ref SCR_HUDSlotResizeInvoker m_OnResize = new SCR_HUDSlotResizeInvoker()
int m_iPriority
ref array< intm_aHeightSteps
ref array< intm_aWidthSteps
bool m_bSizeToContent

Detailed Description

Definition at line 5 of file SCR_HUDSlotUIComponent.c.

Member Function Documentation

◆ GetContentWidget()

Widget SCR_HUDSlotUIComponent::GetContentWidget ( )
inlineprotected

Gets the Content Widget of the Slot.

Definition at line 181 of file SCR_HUDSlotUIComponent.c.

◆ GetGroupComponent()

SCR_HUDGroupUIComponent SCR_HUDSlotUIComponent::GetGroupComponent ( )
inlineprotected

Gets the group component of the Slot.

Definition at line 219 of file SCR_HUDSlotUIComponent.c.

◆ GetHeight()

int SCR_HUDSlotUIComponent::GetHeight ( )
inlineprotected

/return the height of the Slot.

Definition at line 47 of file SCR_HUDSlotUIComponent.c.

◆ GetOnResize()

SCR_HUDSlotResizeInvoker SCR_HUDSlotUIComponent::GetOnResize ( )
inlineprotected

/return the ScriptInvoker which gets invoked when the Slot is resized.

Definition at line 91 of file SCR_HUDSlotUIComponent.c.

◆ GetPriority()

int SCR_HUDSlotUIComponent::GetPriority ( )
inlineprotected

/return the Priority of the Slot.

Definition at line 65 of file SCR_HUDSlotUIComponent.c.

◆ GetRootWidget()

Widget SCR_HUDSlotUIComponent::GetRootWidget ( )
inlineprotected

Gets the Root Widget of the Slot.

Definition at line 190 of file SCR_HUDSlotUIComponent.c.

◆ GetWidth()

int SCR_HUDSlotUIComponent::GetWidth ( )
inlineprotected

/return the Width of the Slot.

Definition at line 56 of file SCR_HUDSlotUIComponent.c.

◆ HandlerAttached()

override void SCR_HUDSlotUIComponent::HandlerAttached ( Widget w)
inlineprotected

Definition at line 229 of file SCR_HUDSlotUIComponent.c.

◆ Initialize()

void SCR_HUDSlotUIComponent::Initialize ( )
inlineprotected

Intializes the Slot.

Definition at line 199 of file SCR_HUDSlotUIComponent.c.

◆ SetHeight()

void SCR_HUDSlotUIComponent::SetHeight ( int height,
bool notifyResizing = true )
inlineprotected

Sets the Height of the Slot.

Definition at line 100 of file SCR_HUDSlotUIComponent.c.

◆ SetPriority()

void SCR_HUDSlotUIComponent::SetPriority ( int newPriority)
inlineprotected

Sets the Priority of the Slot.

Definition at line 74 of file SCR_HUDSlotUIComponent.c.

◆ SetWidth()

void SCR_HUDSlotUIComponent::SetWidth ( int width,
bool notifyResizing = true )
inlineprotected

A method that sets the Width of the Slot.

Definition at line 141 of file SCR_HUDSlotUIComponent.c.

Member Data Documentation

◆ m_aHeightSteps

ref array<int> SCR_HUDSlotUIComponent::m_aHeightSteps
protected

Definition at line 35 of file SCR_HUDSlotUIComponent.c.

◆ m_aWidthSteps

ref array<int> SCR_HUDSlotUIComponent::m_aWidthSteps
protected

Definition at line 38 of file SCR_HUDSlotUIComponent.c.

◆ m_bInitialized

bool SCR_HUDSlotUIComponent::m_bInitialized
protected

A boolean value indicating whether the Slot has been initialized.

Definition at line 19 of file SCR_HUDSlotUIComponent.c.

◆ m_bSizeToContent

bool SCR_HUDSlotUIComponent::m_bSizeToContent
protected

Definition at line 41 of file SCR_HUDSlotUIComponent.c.

◆ m_GroupComponent

SCR_HUDGroupUIComponent SCR_HUDSlotUIComponent::m_GroupComponent
protected

Definition at line 28 of file SCR_HUDSlotUIComponent.c.

◆ m_iHeight

int SCR_HUDSlotUIComponent::m_iHeight
protected

The height of the Slot.

Definition at line 24 of file SCR_HUDSlotUIComponent.c.

◆ m_iPriority

int SCR_HUDSlotUIComponent::m_iPriority
protected

Definition at line 32 of file SCR_HUDSlotUIComponent.c.

◆ m_iWidth

int SCR_HUDSlotUIComponent::m_iWidth
protected

The width of the Slot.

Definition at line 26 of file SCR_HUDSlotUIComponent.c.

◆ m_OnResize

ref SCR_HUDSlotResizeInvoker SCR_HUDSlotUIComponent::m_OnResize = new SCR_HUDSlotResizeInvoker()
protected

Definition at line 29 of file SCR_HUDSlotUIComponent.c.

◆ m_wRoot

Widget SCR_HUDSlotUIComponent::m_wRoot
protected

The root widget of the Slot.

Definition at line 22 of file SCR_HUDSlotUIComponent.c.

◆ m_wWorkspace

WorkspaceWidget SCR_HUDSlotUIComponent::m_wWorkspace
protected

Definition at line 20 of file SCR_HUDSlotUIComponent.c.


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