Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_ButtonEffectOpacity Class Reference

Effect which animated opacity of the target widget. More...

Inheritance diagram for SCR_ButtonEffectOpacity:

Protected Member Functions

override void OnStateDefault (bool instant)
override void OnStateHovered (bool instant)
override void OnStateActivated (bool instant)
override void OnStateActivatedHovered (bool instant)
override void OnClicked (bool instant)
override void OnStateDisabled (bool instant)
override void OnStateDisabledActivated (bool instant)
override void OnFocusGained (bool instant)
override void OnFocusLost (bool instant)
override void OnToggledOn (bool instant)
override void OnToggledOff (bool instant)
override void OnMouseEnter (bool instant)
override void OnMouseLeave (bool instant)
override void OnDisabled ()
void Apply (float value, bool instant)

Protected Attributes

float m_fAnimationTime
float m_fDefault
float m_fHovered
float m_fActivated
float m_fActivatedHovered
float m_fDisabled
float m_fDisabledActivated
float m_fClicked
float m_fFocusGained
float m_fFocusLost
float m_fToggledOn
float m_fToggledOff
float m_fMouseEnter
float m_fMouseLeave

Detailed Description

Effect which animated opacity of the target widget.

Definition at line 3 of file SCR_ButtonEffectOpacity.c.

Member Function Documentation

◆ Apply()

void SCR_ButtonEffectOpacity::Apply ( float value,
bool instant )
inlineprotected

Definition at line 133 of file SCR_ButtonEffectOpacity.c.

◆ OnClicked()

override void SCR_ButtonEffectOpacity::OnClicked ( bool instant)
inlineprotected

Definition at line 72 of file SCR_ButtonEffectOpacity.c.

◆ OnDisabled()

override void SCR_ButtonEffectOpacity::OnDisabled ( )
inlineprotected

Definition at line 127 of file SCR_ButtonEffectOpacity.c.

◆ OnFocusGained()

override void SCR_ButtonEffectOpacity::OnFocusGained ( bool instant)
inlineprotected

Definition at line 90 of file SCR_ButtonEffectOpacity.c.

◆ OnFocusLost()

override void SCR_ButtonEffectOpacity::OnFocusLost ( bool instant)
inlineprotected

Definition at line 96 of file SCR_ButtonEffectOpacity.c.

◆ OnMouseEnter()

override void SCR_ButtonEffectOpacity::OnMouseEnter ( bool instant)
inlineprotected

Definition at line 114 of file SCR_ButtonEffectOpacity.c.

◆ OnMouseLeave()

override void SCR_ButtonEffectOpacity::OnMouseLeave ( bool instant)
inlineprotected

Definition at line 120 of file SCR_ButtonEffectOpacity.c.

◆ OnStateActivated()

override void SCR_ButtonEffectOpacity::OnStateActivated ( bool instant)
inlineprotected

Definition at line 60 of file SCR_ButtonEffectOpacity.c.

◆ OnStateActivatedHovered()

override void SCR_ButtonEffectOpacity::OnStateActivatedHovered ( bool instant)
inlineprotected

Definition at line 66 of file SCR_ButtonEffectOpacity.c.

◆ OnStateDefault()

override void SCR_ButtonEffectOpacity::OnStateDefault ( bool instant)
inlineprotected

Definition at line 48 of file SCR_ButtonEffectOpacity.c.

◆ OnStateDisabled()

override void SCR_ButtonEffectOpacity::OnStateDisabled ( bool instant)
inlineprotected

Definition at line 78 of file SCR_ButtonEffectOpacity.c.

◆ OnStateDisabledActivated()

override void SCR_ButtonEffectOpacity::OnStateDisabledActivated ( bool instant)
inlineprotected

Definition at line 84 of file SCR_ButtonEffectOpacity.c.

◆ OnStateHovered()

override void SCR_ButtonEffectOpacity::OnStateHovered ( bool instant)
inlineprotected

Definition at line 54 of file SCR_ButtonEffectOpacity.c.

◆ OnToggledOff()

override void SCR_ButtonEffectOpacity::OnToggledOff ( bool instant)
inlineprotected

Definition at line 108 of file SCR_ButtonEffectOpacity.c.

◆ OnToggledOn()

override void SCR_ButtonEffectOpacity::OnToggledOn ( bool instant)
inlineprotected

Definition at line 102 of file SCR_ButtonEffectOpacity.c.

Member Data Documentation

◆ m_fActivated

float SCR_ButtonEffectOpacity::m_fActivated
protected

Definition at line 15 of file SCR_ButtonEffectOpacity.c.

◆ m_fActivatedHovered

float SCR_ButtonEffectOpacity::m_fActivatedHovered
protected

Definition at line 18 of file SCR_ButtonEffectOpacity.c.

◆ m_fAnimationTime

float SCR_ButtonEffectOpacity::m_fAnimationTime
protected

Definition at line 6 of file SCR_ButtonEffectOpacity.c.

◆ m_fClicked

float SCR_ButtonEffectOpacity::m_fClicked
protected

Definition at line 27 of file SCR_ButtonEffectOpacity.c.

◆ m_fDefault

float SCR_ButtonEffectOpacity::m_fDefault
protected

Definition at line 9 of file SCR_ButtonEffectOpacity.c.

◆ m_fDisabled

float SCR_ButtonEffectOpacity::m_fDisabled
protected

Definition at line 21 of file SCR_ButtonEffectOpacity.c.

◆ m_fDisabledActivated

float SCR_ButtonEffectOpacity::m_fDisabledActivated
protected

Definition at line 24 of file SCR_ButtonEffectOpacity.c.

◆ m_fFocusGained

float SCR_ButtonEffectOpacity::m_fFocusGained
protected

Definition at line 30 of file SCR_ButtonEffectOpacity.c.

◆ m_fFocusLost

float SCR_ButtonEffectOpacity::m_fFocusLost
protected

Definition at line 33 of file SCR_ButtonEffectOpacity.c.

◆ m_fHovered

float SCR_ButtonEffectOpacity::m_fHovered
protected

Definition at line 12 of file SCR_ButtonEffectOpacity.c.

◆ m_fMouseEnter

float SCR_ButtonEffectOpacity::m_fMouseEnter
protected

Definition at line 42 of file SCR_ButtonEffectOpacity.c.

◆ m_fMouseLeave

float SCR_ButtonEffectOpacity::m_fMouseLeave
protected

Definition at line 45 of file SCR_ButtonEffectOpacity.c.

◆ m_fToggledOff

float SCR_ButtonEffectOpacity::m_fToggledOff
protected

Definition at line 39 of file SCR_ButtonEffectOpacity.c.

◆ m_fToggledOn

float SCR_ButtonEffectOpacity::m_fToggledOn
protected

Definition at line 36 of file SCR_ButtonEffectOpacity.c.


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