Arma Reforger Script API
Loading...
Searching...
No Matches
SCR_SnackBarController Interface Reference
Inheritance diagram for SCR_SnackBarController:
SCR_ScriptedWidgetComponent

Public Member Functions

override void HandlerAttached (Widget w)
 
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)
 
- Public Member Functions inherited from SCR_ScriptedWidgetComponent
override bool OnClick (Widget w, int x, int y, int button)
 
Widget GetRootWidget ()
 
bool IsVisible ()
 

Protected Member Functions

float GetFadeInSpeed ()
 
float GetColorFadeInSpeed ()
 
float GetFadeOutSpeed ()
 

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
 
- Protected Attributes inherited from SCR_ScriptedWidgetComponent
Widget m_wRoot
 

Additional Inherited Members

- Static Public Member Functions inherited from SCR_ScriptedWidgetComponent
static SCR_ScriptedWidgetComponent GetComponent (TypeName componentType, string name, Widget parent, bool searchAllChildren=true)
 Base method for component lookup through the widget library.
 
- Public Attributes inherited from SCR_ScriptedWidgetComponent
ref ScriptInvoker m_OnClick = new ScriptInvoker
 

Member Function Documentation

◆ AnimateHide()

void SCR_SnackBarController.AnimateHide ( )

◆ AnimateShow()

void SCR_SnackBarController.AnimateShow ( )

◆ GetColorFadeInSpeed()

float SCR_SnackBarController.GetColorFadeInSpeed ( )
protected

◆ GetFadeInSpeed()

float SCR_SnackBarController.GetFadeInSpeed ( )
protected

◆ GetFadeOutSpeed()

float SCR_SnackBarController.GetFadeOutSpeed ( )
protected

◆ HandlerAttached()

override void SCR_SnackBarController.HandlerAttached ( Widget w)

◆ SetColors()

void SCR_SnackBarController.SetColors ( notnull Color IconColor,
notnull Color TextColor,
Color BackgrounsColor )

◆ SetIcon()

void SCR_SnackBarController.SetIcon ( string imageSet,
string icon )

◆ SetText()

void SCR_SnackBarController.SetText ( string text)

◆ SetVisibility()

void SCR_SnackBarController.SetVisibility ( bool show)

Member Data Documentation

◆ m_BackgroundColor

ref Color SCR_SnackBarController.m_BackgroundColor
protected

◆ m_fSnackBarColorFadeInSpeed

float SCR_SnackBarController.m_fSnackBarColorFadeInSpeed
protected

◆ m_fSnackBarFadeInSpeed

float SCR_SnackBarController.m_fSnackBarFadeInSpeed
protected

◆ m_fSnackBarFadeOutSpeed

float SCR_SnackBarController.m_fSnackBarFadeOutSpeed
protected

◆ m_IconColor

ref Color SCR_SnackBarController.m_IconColor
protected

◆ m_TextColor

ref Color SCR_SnackBarController.m_TextColor
protected

◆ m_Widgets

ref SCR_ActionMenuSnackBarWidgets SCR_SnackBarController.m_Widgets = new SCR_ActionMenuSnackBarWidgets()
protected

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