![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Takes care of dynamic and static onscreen popups. More...
Static Protected Member Functions | |
| static SCR_PopUpNotification | GetInstance () |
| static void | SetFilter (SCR_EPopupMsgFilter filter) |
Protected Attributes | |
| ref array< ref SCR_PopupMessage > | m_aQueue = {} |
| Widget | m_wRoot |
| RichTextWidget | m_wPopupMsg |
| RichTextWidget | m_wPopupMsgSmall |
| ProgressBarWidget | m_wStatusProgress |
| float | m_fDefaultAlpha |
| float | m_fDefaultHorizontalOffset = -1 |
| bool | m_bInventoryOpen |
| bool | m_bOffset |
| bool | m_bIsEnabledInSettings = true |
| IEntity | m_Player |
| SCR_PopupMessage | m_ShownMsg |
| string | m_sCachedLanguage |
Static Protected Attributes | |
| static const int | INVALID_ID = -1 |
| static const float | FADE_DURATION = 1 |
| static const ResourceName | LAYOUT_NAME = "{8EF935F196AADE33}UI/layouts/Common/PopupUI.layout" |
| static const int | POPUP_OFFSET = 35 |
| static SCR_PopUpNotification | s_Instance = null |
| static SCR_EPopupMsgFilter | s_eFilter |
| static const float | DEFAULT_DURATION = 4 |
| static const string | TASKS_KEY_IMAGE_FORMAT = "<color rgba='226, 168, 79, 200'><shadow mode='image' color='0, 0, 0' size='1' offset='1, 1' opacity = '0.5'><action name='TasksOpen'/></shadow></color>" |
| static const string | INTERFACE_SETTINGS_NAME = "m_bShowNotifications" |
Takes care of dynamic and static onscreen popups.
Definition at line 24 of file SCR_PopupNotification.c.
|
inlineprotected |
Definition at line 581 of file SCR_PopupNotification.c.
|
inlineprotected |
Definition at line 611 of file SCR_PopupNotification.c.
|
inlineprotected |
Definition at line 338 of file SCR_PopupNotification.c.
|
inlineprotected |
Clear and instant fade all popup messages.
Definition at line 507 of file SCR_PopupNotification.c.
Definition at line 531 of file SCR_PopupNotification.c.
|
inlineprotected |
Definition at line 368 of file SCR_PopupNotification.c.
|
inlineprotected |
Definition at line 322 of file SCR_PopupNotification.c.
|
inlinestaticprotected |
Definition at line 59 of file SCR_PopupNotification.c.
|
inlineprotected |
Definition at line 328 of file SCR_PopupNotification.c.
|
inlineprotected |
Definition at line 491 of file SCR_PopupNotification.c.
Definition at line 253 of file SCR_PopupNotification.c.
|
inlineprotected |
Definition at line 79 of file SCR_PopupNotification.c.
|
inlineprotected |
Definition at line 232 of file SCR_PopupNotification.c.
|
inlineprotected |
Definition at line 241 of file SCR_PopupNotification.c.
|
inlineprotected |
Definition at line 220 of file SCR_PopupNotification.c.
|
inlineprotected |
Definition at line 214 of file SCR_PopupNotification.c.
|
inlineprotected |
Definition at line 158 of file SCR_PopupNotification.c.
|
inlineprotected |
Queue new popup notification
| text | Text to be shown |
| duration | How long the text should stay on screen, -1 for infinite duration (use HideCurrentMsg() to toggle off) |
| text2 | Secondary (smaller) text |
| prio | Priority (when more popups are queued) |
| param1 | (and subsequent) Text or secondary text parameters to be parsed |
| sound | Sound event to be played via SCR_UISoundEntity |
| category | See SCR_EPopupMsgFilter for settings |
| progressStart | Progress bar start value (relative to Replication.Time()) |
| progressEnd | Progress bar end value (relative to Replication.Time() |
Definition at line 282 of file SCR_PopupNotification.c.
|
inlineprotected |
Definition at line 100 of file SCR_PopupNotification.c.
|
inlineprotected |
Definition at line 188 of file SCR_PopupNotification.c.
|
inlineprotected |
Definition at line 395 of file SCR_PopupNotification.c.
|
inlineprotected |
Definition at line 523 of file SCR_PopupNotification.c.
|
inlinestaticprotected |
Definition at line 73 of file SCR_PopupNotification.c.
|
inlineprotected |
Definition at line 265 of file SCR_PopupNotification.c.
|
inlineprotected |
Definition at line 450 of file SCR_PopupNotification.c.
|
staticprotected |
Definition at line 34 of file SCR_PopupNotification.c.
|
staticprotected |
Definition at line 27 of file SCR_PopupNotification.c.
|
staticprotected |
Definition at line 56 of file SCR_PopupNotification.c.
|
staticprotected |
Definition at line 26 of file SCR_PopupNotification.c.
|
staticprotected |
Definition at line 28 of file SCR_PopupNotification.c.
|
protected |
Definition at line 37 of file SCR_PopupNotification.c.
|
protected |
Definition at line 47 of file SCR_PopupNotification.c.
Definition at line 49 of file SCR_PopupNotification.c.
|
protected |
Definition at line 48 of file SCR_PopupNotification.c.
|
protected |
Definition at line 44 of file SCR_PopupNotification.c.
|
protected |
Definition at line 45 of file SCR_PopupNotification.c.
|
protected |
Definition at line 51 of file SCR_PopupNotification.c.
|
protected |
Definition at line 54 of file SCR_PopupNotification.c.
|
protected |
Definition at line 53 of file SCR_PopupNotification.c.
|
protected |
Definition at line 40 of file SCR_PopupNotification.c.
|
protected |
Definition at line 41 of file SCR_PopupNotification.c.
|
protected |
Definition at line 39 of file SCR_PopupNotification.c.
|
protected |
Definition at line 42 of file SCR_PopupNotification.c.
|
staticprotected |
Definition at line 29 of file SCR_PopupNotification.c.
|
staticprotected |
Definition at line 32 of file SCR_PopupNotification.c.
|
staticprotected |
Definition at line 31 of file SCR_PopupNotification.c.
|
staticprotected |
Definition at line 35 of file SCR_PopupNotification.c.