Arma Reforger Explorer
1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Go to the source code of this file.
Data Structures | |
class | SCR_NotificationsLogComponent |
void BaseContainerProps::ChangeInsertOrder | ( | bool | fromTop | ) |
[in] | fromTop |
Definition at line 414 of file SCR_NotificationsLogUIComponent.c.
protected void BaseContainerProps::GenerateNotificationColorMap | ( | ) |
Definition at line 236 of file SCR_NotificationsLogUIComponent.c.
SCR_EditorManagerEntity BaseContainerProps::GetEditorManager | ( | ) |
Definition at line 186 of file SCR_NotificationsLogUIComponent.c.
bool BaseContainerProps::GetIsUsingMouseAndKeyboard | ( | ) |
Returns using mouse and keyboard or gamepad
Definition at line 179 of file SCR_NotificationsLogUIComponent.c.
SCR_NotificationsComponent BaseContainerProps::GetNotificationManager | ( | ) |
Definition at line 193 of file SCR_NotificationsLogUIComponent.c.
Color BaseContainerProps::GetNotificationTextColor | ( | ENotificationColor | notificationColor | ) |
Definition at line 215 of file SCR_NotificationsLogUIComponent.c.
Color BaseContainerProps::GetNotificationWidgetColor | ( | ENotificationColor | notificationColor | ) |
Definition at line 200 of file SCR_NotificationsLogUIComponent.c.
ScriptInvoker BaseContainerProps::GetOnInputDeviceChanged | ( | ) |
Get script invoker if input device changed
Definition at line 128 of file SCR_NotificationsLogUIComponent.c.
ScriptInvoker BaseContainerProps::GetOnNewMessageHasPosition | ( | ) |
Get script invoker if a new notification has a position
Definition at line 120 of file SCR_NotificationsLogUIComponent.c.
override void BaseContainerProps::HandlerAttachedScripted | ( | Widget | w | ) |
Definition at line 284 of file SCR_NotificationsLogUIComponent.c.
override void BaseContainerProps::HandlerDeattached | ( | Widget | w | ) |
Definition at line 381 of file SCR_NotificationsLogUIComponent.c.
bool BaseContainerProps::HasNotificationInput | ( | ) |
Definition at line 230 of file SCR_NotificationsLogUIComponent.c.
protected void BaseContainerProps::OnInputDeviceIsGamepad | ( | bool | isGamepad | ) |
Definition at line 170 of file SCR_NotificationsLogUIComponent.c.
protected bool BaseContainerProps::OnNotification | ( | SCR_NotificationData | data | ) |
Definition at line 53 of file SCR_NotificationsLogUIComponent.c.
protected void BaseContainerProps::OnNotificationDeleted | ( | SCR_NotificationMessageUIComponent | notificationMessage | ) |
Definition at line 134 of file SCR_NotificationsLogUIComponent.c.
protected void BaseContainerProps::OnPriorityNotificationChange | ( | bool | newActive | ) |
Definition at line 268 of file SCR_NotificationsLogUIComponent.c.
void BaseContainerProps::OnSlotResize | ( | int | maxNotifications | ) |
[in] | maxNotifications |
Definition at line 394 of file SCR_NotificationsLogUIComponent.c.
protected void BaseContainerProps::OnStickyNotificationChanged | ( | bool | newActive | ) |
Definition at line 252 of file SCR_NotificationsLogUIComponent.c.
protected void BaseContainerProps::RemoveOldestNotification | ( | ) |
Definition at line 150 of file SCR_NotificationsLogUIComponent.c.
SCR_NotificationsLogComponent MenuRootSubComponent SCR_BaseContainerCustomTitleEnum | ( | ENotificationColor | , |
"m_NotificationColor" | |||
) |
Definition at line 447 of file SCR_NotificationsLogUIComponent.c.
protected ref array<ref SCR_NotificationMessageUIComponent> m_aNotificationMessages = {} |
Definition at line 47 of file SCR_NotificationsLogUIComponent.c.
protected ref array<ref SCR_NotificationMessageUIComponent> m_aPriorityNotificationMessages = {} |
Definition at line 48 of file SCR_NotificationsLogUIComponent.c.
protected bool m_bHasNotificationInput |
Definition at line 3 of file SCR_NotificationsLogUIComponent.c.
protected bool m_bIsUsingMouseAndKeyboard = true |
Definition at line 42 of file SCR_NotificationsLogUIComponent.c.
protected SCR_EditorManagerEntity m_EditorManagerEntity |
Definition at line 30 of file SCR_NotificationsLogUIComponent.c.
protected SCR_FadeUIComponent m_FadeUiComponent |
Definition at line 31 of file SCR_NotificationsLogUIComponent.c.
protected float m_fNotificationDisplayTime |
Definition at line 9 of file SCR_NotificationsLogUIComponent.c.
protected int m_iCurrentMaxNotifications |
Definition at line 38 of file SCR_NotificationsLogUIComponent.c.
protected int m_iCurrentPriorityNotifications |
Definition at line 39 of file SCR_NotificationsLogUIComponent.c.
protected int m_iMaxNotifications |
Definition at line 6 of file SCR_NotificationsLogUIComponent.c.
protected int m_iPriorityNotificationSize |
Definition at line 18 of file SCR_NotificationsLogUIComponent.c.
protected ref map<ENotificationColor, SCR_NotificationDisplayColor> m_NotificationDisplayColorMap = new map<ENotificationColor, SCR_NotificationDisplayColor>() |
Definition at line 50 of file SCR_NotificationsLogUIComponent.c.
protected SCR_NotificationsComponent m_NotificationsManager |
Definition at line 29 of file SCR_NotificationsLogUIComponent.c.
protected ref ScriptInvoker m_OnInputDeviceChanged = new ScriptInvoker() |
Definition at line 45 of file SCR_NotificationsLogUIComponent.c.
protected ref ScriptInvoker m_OnNewMessageHasPosition = new ScriptInvoker() |
Definition at line 44 of file SCR_NotificationsLogUIComponent.c.
protected ref SCR_NotificationMessageUIComponent m_PrevOverFlowNotification |
Definition at line 35 of file SCR_NotificationsLogUIComponent.c.
protected ResourceName m_sNotificationEntityPrefab |
Definition at line 24 of file SCR_NotificationsLogUIComponent.c.
protected string m_sNotificationHolderName |
Definition at line 12 of file SCR_NotificationsLogUIComponent.c.
protected string m_sNotificationHolderParent |
Definition at line 21 of file SCR_NotificationsLogUIComponent.c.
protected string m_sPriorityNotificationHolderName |
Definition at line 15 of file SCR_NotificationsLogUIComponent.c.
protected ResourceName m_sSplitNotificationEntityPrefab |
Definition at line 27 of file SCR_NotificationsLogUIComponent.c.
protected VerticalLayoutWidget m_wNotificationHolder |
Definition at line 32 of file SCR_NotificationsLogUIComponent.c.
protected VerticalLayoutWidget m_wNotificationHolderParent |
Definition at line 34 of file SCR_NotificationsLogUIComponent.c.
protected VerticalLayoutWidget m_wPriorityNotificationHolder |
Definition at line 33 of file SCR_NotificationsLogUIComponent.c.
protected Widget m_wRoot |
Definition at line 37 of file SCR_NotificationsLogUIComponent.c.