Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_StickyNotificationUIComponent Class Reference
Inheritance diagram for SCR_StickyNotificationUIComponent:
ScriptedWidgetComponent SCR_AutotuneStickyNotificationUIComponent SCR_GroupInviteStickyNotificationUIComponent SCR_NoGameMasterStickyNotificationUIComponent SCR_VotingStickyNotificationUIComponent

Protected Member Functions

void SetStickyActive (bool newActive, bool fade=true)
bool isStickyActive ()
bool InfluenceNotificationListSize ()
ScriptInvoker GetOnStickyActiveChanged ()
void SetVisible (bool visible)
void Fade (bool fadeIn)
void OnButton ()
void OnInit (SCR_NotificationsLogComponent notificationLog)
void OnDestroy ()
void EditorOpened ()
void EditorClosed ()
override void HandlerAttached (Widget w)
override void HandlerDeattached (Widget w)

Protected Attributes

string m_sTextName
string m_sOptionalMessageLayoutName
SCR_NotificationsLogComponent m_NotificationsLog
Widget m_Root
SCR_FadeUIComponent m_FadeUIComponent
bool m_bInfluenceNotificationListSize
bool m_bStickyNotificationActive = false
TextWidget m_Text
Widget m_OptionalMessageLayout
ref ScriptInvoker Event_OnStickyActiveChanged = new ScriptInvoker()

Detailed Description

Definition at line 1 of file SCR_StickyNotificationUIComponent.c.

Member Function Documentation

◆ EditorClosed()

void SCR_StickyNotificationUIComponent::EditorClosed ( )
inlineprotected

Definition at line 141 of file SCR_StickyNotificationUIComponent.c.

◆ EditorOpened()

void SCR_StickyNotificationUIComponent::EditorOpened ( )
inlineprotected

Definition at line 134 of file SCR_StickyNotificationUIComponent.c.

◆ Fade()

void SCR_StickyNotificationUIComponent::Fade ( bool fadeIn)
inlineprotected

Definition at line 84 of file SCR_StickyNotificationUIComponent.c.

◆ GetOnStickyActiveChanged()

ScriptInvoker SCR_StickyNotificationUIComponent::GetOnStickyActiveChanged ( )
inlineprotected

Returns scriptinvoker on sticky notification active changed

Returns
Event_OnStickyActiveChanged on notification active changed

Definition at line 67 of file SCR_StickyNotificationUIComponent.c.

◆ HandlerAttached()

override void SCR_StickyNotificationUIComponent::HandlerAttached ( Widget w)
inlineprotected

Definition at line 148 of file SCR_StickyNotificationUIComponent.c.

◆ HandlerDeattached()

override void SCR_StickyNotificationUIComponent::HandlerDeattached ( Widget w)
inlineprotected

Definition at line 170 of file SCR_StickyNotificationUIComponent.c.

◆ InfluenceNotificationListSize()

bool SCR_StickyNotificationUIComponent::InfluenceNotificationListSize ( )
inlineprotected

Get if sticky notification influences list size. If true then the Notification log message history will decrease if a sticky notification is active

Returns
if influences or not

Definition at line 58 of file SCR_StickyNotificationUIComponent.c.

◆ isStickyActive()

bool SCR_StickyNotificationUIComponent::isStickyActive ( )
inlineprotected

Get if this sticky notification is active

Returns
is active or not

Definition at line 49 of file SCR_StickyNotificationUIComponent.c.

◆ OnButton()

void SCR_StickyNotificationUIComponent::OnButton ( )
inlineprotected

Definition at line 99 of file SCR_StickyNotificationUIComponent.c.

◆ OnDestroy()

void SCR_StickyNotificationUIComponent::OnDestroy ( )
inlineprotected

Definition at line 129 of file SCR_StickyNotificationUIComponent.c.

◆ OnInit()

void SCR_StickyNotificationUIComponent::OnInit ( SCR_NotificationsLogComponent notificationLog)
inlineprotected
Parameters
[in]notificationLog

Definition at line 105 of file SCR_StickyNotificationUIComponent.c.

◆ SetStickyActive()

void SCR_StickyNotificationUIComponent::SetStickyActive ( bool newActive,
bool fade = true )
inlineprotected

Definition at line 24 of file SCR_StickyNotificationUIComponent.c.

◆ SetVisible()

void SCR_StickyNotificationUIComponent::SetVisible ( bool visible)
inlineprotected

Definition at line 73 of file SCR_StickyNotificationUIComponent.c.

Member Data Documentation

◆ Event_OnStickyActiveChanged

ref ScriptInvoker SCR_StickyNotificationUIComponent::Event_OnStickyActiveChanged = new ScriptInvoker()
protected

Definition at line 22 of file SCR_StickyNotificationUIComponent.c.

◆ m_bInfluenceNotificationListSize

bool SCR_StickyNotificationUIComponent::m_bInfluenceNotificationListSize
protected

Definition at line 15 of file SCR_StickyNotificationUIComponent.c.

◆ m_bStickyNotificationActive

bool SCR_StickyNotificationUIComponent::m_bStickyNotificationActive = false
protected

Definition at line 17 of file SCR_StickyNotificationUIComponent.c.

◆ m_FadeUIComponent

SCR_FadeUIComponent SCR_StickyNotificationUIComponent::m_FadeUIComponent
protected

Definition at line 12 of file SCR_StickyNotificationUIComponent.c.

◆ m_NotificationsLog

SCR_NotificationsLogComponent SCR_StickyNotificationUIComponent::m_NotificationsLog
protected

Definition at line 10 of file SCR_StickyNotificationUIComponent.c.

◆ m_OptionalMessageLayout

Widget SCR_StickyNotificationUIComponent::m_OptionalMessageLayout
protected

Definition at line 20 of file SCR_StickyNotificationUIComponent.c.

◆ m_Root

Widget SCR_StickyNotificationUIComponent::m_Root
protected

Definition at line 11 of file SCR_StickyNotificationUIComponent.c.

◆ m_sOptionalMessageLayoutName

string SCR_StickyNotificationUIComponent::m_sOptionalMessageLayoutName
protected

Definition at line 7 of file SCR_StickyNotificationUIComponent.c.

◆ m_sTextName

string SCR_StickyNotificationUIComponent::m_sTextName
protected

Definition at line 4 of file SCR_StickyNotificationUIComponent.c.

◆ m_Text

TextWidget SCR_StickyNotificationUIComponent::m_Text
protected

Definition at line 19 of file SCR_StickyNotificationUIComponent.c.


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