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

Protected Member Functions

override void HandlerAttached (Widget w)
float GetFadeInSpeed ()
float GetColorFadeInSpeed ()
float GetFadeOutSpeed ()
void SetVisibility (bool show)
void AnimateShow ()
void AnimateHide ()
void SetText (string text)
void SetIcon (string imageSet, string icon)
void SetColors (notnull Color IconColor, notnull Color TextColor, Color BackgrounsColor)

Protected Attributes

ref SCR_ActionMenuSnackBarWidgets m_Widgets = new SCR_ActionMenuSnackBarWidgets()
ref Color m_IconColor
ref Color m_TextColor
ref Color m_BackgroundColor
float m_fSnackBarColorFadeInSpeed
float m_fSnackBarFadeInSpeed
float m_fSnackBarFadeOutSpeed

Detailed Description

Definition at line 1 of file SCR_SnackBarController.c.

Member Function Documentation

◆ AnimateHide()

void SCR_SnackBarController::AnimateHide ( )
inlineprotected

Definition at line 78 of file SCR_SnackBarController.c.

◆ AnimateShow()

void SCR_SnackBarController::AnimateShow ( )
inlineprotected

Definition at line 63 of file SCR_SnackBarController.c.

◆ GetColorFadeInSpeed()

float SCR_SnackBarController::GetColorFadeInSpeed ( )
inlineprotected

Definition at line 44 of file SCR_SnackBarController.c.

◆ GetFadeInSpeed()

float SCR_SnackBarController::GetFadeInSpeed ( )
inlineprotected

Definition at line 38 of file SCR_SnackBarController.c.

◆ GetFadeOutSpeed()

float SCR_SnackBarController::GetFadeOutSpeed ( )
inlineprotected

Definition at line 50 of file SCR_SnackBarController.c.

◆ HandlerAttached()

override void SCR_SnackBarController::HandlerAttached ( Widget w)
inlineprotected

Definition at line 24 of file SCR_SnackBarController.c.

◆ SetColors()

void SCR_SnackBarController::SetColors ( notnull Color IconColor,
notnull Color TextColor,
Color BackgrounsColor )
inlineprotected

Definition at line 97 of file SCR_SnackBarController.c.

◆ SetIcon()

void SCR_SnackBarController::SetIcon ( string imageSet,
string icon )
inlineprotected

Definition at line 91 of file SCR_SnackBarController.c.

◆ SetText()

void SCR_SnackBarController::SetText ( string text)
inlineprotected

Definition at line 85 of file SCR_SnackBarController.c.

◆ SetVisibility()

void SCR_SnackBarController::SetVisibility ( bool show)
inlineprotected

Definition at line 56 of file SCR_SnackBarController.c.

Member Data Documentation

◆ m_BackgroundColor

ref Color SCR_SnackBarController::m_BackgroundColor
protected

Definition at line 12 of file SCR_SnackBarController.c.

◆ m_fSnackBarColorFadeInSpeed

float SCR_SnackBarController::m_fSnackBarColorFadeInSpeed
protected

Definition at line 15 of file SCR_SnackBarController.c.

◆ m_fSnackBarFadeInSpeed

float SCR_SnackBarController::m_fSnackBarFadeInSpeed
protected

Definition at line 18 of file SCR_SnackBarController.c.

◆ m_fSnackBarFadeOutSpeed

float SCR_SnackBarController::m_fSnackBarFadeOutSpeed
protected

Definition at line 21 of file SCR_SnackBarController.c.

◆ m_IconColor

ref Color SCR_SnackBarController::m_IconColor
protected

Definition at line 6 of file SCR_SnackBarController.c.

◆ m_TextColor

ref Color SCR_SnackBarController::m_TextColor
protected

Definition at line 9 of file SCR_SnackBarController.c.

◆ m_Widgets

ref SCR_ActionMenuSnackBarWidgets SCR_SnackBarController::m_Widgets = new SCR_ActionMenuSnackBarWidgets()
protected

Definition at line 3 of file SCR_SnackBarController.c.


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