![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
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< int > | m_aHeightSteps |
| ref array< int > | m_aWidthSteps |
| bool | m_bSizeToContent |
Definition at line 5 of file SCR_HUDSlotUIComponent.c.
|
inlineprotected |
Gets the Content Widget of the Slot.
Definition at line 181 of file SCR_HUDSlotUIComponent.c.
|
inlineprotected |
Gets the group component of the Slot.
Definition at line 219 of file SCR_HUDSlotUIComponent.c.
|
inlineprotected |
/return the height of the Slot.
Definition at line 47 of file SCR_HUDSlotUIComponent.c.
|
inlineprotected |
/return the ScriptInvoker which gets invoked when the Slot is resized.
Definition at line 91 of file SCR_HUDSlotUIComponent.c.
|
inlineprotected |
/return the Priority of the Slot.
Definition at line 65 of file SCR_HUDSlotUIComponent.c.
|
inlineprotected |
Gets the Root Widget of the Slot.
Definition at line 190 of file SCR_HUDSlotUIComponent.c.
|
inlineprotected |
/return the Width of the Slot.
Definition at line 56 of file SCR_HUDSlotUIComponent.c.
|
inlineprotected |
Definition at line 229 of file SCR_HUDSlotUIComponent.c.
|
inlineprotected |
Intializes the Slot.
Definition at line 199 of file SCR_HUDSlotUIComponent.c.
Sets the Height of the Slot.
Definition at line 100 of file SCR_HUDSlotUIComponent.c.
|
inlineprotected |
Sets the Priority of the Slot.
Definition at line 74 of file SCR_HUDSlotUIComponent.c.
A method that sets the Width of the Slot.
Definition at line 141 of file SCR_HUDSlotUIComponent.c.
|
protected |
Definition at line 35 of file SCR_HUDSlotUIComponent.c.
|
protected |
Definition at line 38 of file SCR_HUDSlotUIComponent.c.
|
protected |
A boolean value indicating whether the Slot has been initialized.
Definition at line 19 of file SCR_HUDSlotUIComponent.c.
|
protected |
Definition at line 41 of file SCR_HUDSlotUIComponent.c.
|
protected |
Definition at line 28 of file SCR_HUDSlotUIComponent.c.
|
protected |
The height of the Slot.
Definition at line 24 of file SCR_HUDSlotUIComponent.c.
|
protected |
Definition at line 32 of file SCR_HUDSlotUIComponent.c.
|
protected |
The width of the Slot.
Definition at line 26 of file SCR_HUDSlotUIComponent.c.
|
protected |
Definition at line 29 of file SCR_HUDSlotUIComponent.c.
|
protected |
The root widget of the Slot.
Definition at line 22 of file SCR_HUDSlotUIComponent.c.
|
protected |
Definition at line 20 of file SCR_HUDSlotUIComponent.c.