Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
SCR_ButtonEffectImage.c File Reference

Go to the source code of this file.

Data Structures

class  SCR_ButtonEffectImage
 This effect modifies texture of an image. More...
 

Functions

SCR_ButtonEffectImage SCR_ButtonEffectWidgetBase BaseContainerProps ()] class SCR_ButtonEffectImage_ImageOrImageSet
 
override void OnStateDefault (bool instant)
 
override void OnStateHovered (bool instant)
 
override void OnStateActivated (bool instant)
 
override void OnStateActivatedHovered (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)
 
protected void Apply (SCR_ButtonEffectImage_ImageOrImageSet imgSpec)
 

Variables

ResourceName m_ImageSet
 
ref SCR_ButtonEffectImage_ImageOrImageSet m_Default
 
ref SCR_ButtonEffectImage_ImageOrImageSet m_Hovered
 
ref SCR_ButtonEffectImage_ImageOrImageSet m_Activated
 
ref SCR_ButtonEffectImage_ImageOrImageSet m_ActivatedHovered
 
ref SCR_ButtonEffectImage_ImageOrImageSet m_Disabled
 
ref SCR_ButtonEffectImage_ImageOrImageSet m_DisabledActivated
 
ref SCR_ButtonEffectImage_ImageOrImageSet m_FocusGained
 
ref SCR_ButtonEffectImage_ImageOrImageSet m_FocusLost
 
ref SCR_ButtonEffectImage_ImageOrImageSet m_ToggledOn
 
ref SCR_ButtonEffectImage_ImageOrImageSet m_ToggledOff
 

Function Documentation

◆ Apply()

protected void BaseContainerProps::Apply ( SCR_ButtonEffectImage_ImageOrImageSet  imgSpec)

Definition at line 96 of file SCR_ButtonEffectImage.c.

◆ BaseContainerProps()

SCR_ButtonEffectImage SCR_ButtonEffectWidgetBase BaseContainerProps ( )
Parameters
[in]resource
[in]imageName

Definition at line 115 of file SCR_ButtonEffectImage.c.

◆ OnFocusGained()

override void BaseContainerProps::OnFocusGained ( bool  instant)

Definition at line 72 of file SCR_ButtonEffectImage.c.

◆ OnFocusLost()

override void BaseContainerProps::OnFocusLost ( bool  instant)

Definition at line 78 of file SCR_ButtonEffectImage.c.

◆ OnStateActivated()

override void BaseContainerProps::OnStateActivated ( bool  instant)

Definition at line 48 of file SCR_ButtonEffectImage.c.

◆ OnStateActivatedHovered()

override void BaseContainerProps::OnStateActivatedHovered ( bool  instant)

Definition at line 54 of file SCR_ButtonEffectImage.c.

◆ OnStateDefault()

override void BaseContainerProps::OnStateDefault ( bool  instant)

Definition at line 36 of file SCR_ButtonEffectImage.c.

◆ OnStateDisabled()

override void BaseContainerProps::OnStateDisabled ( bool  instant)

Definition at line 60 of file SCR_ButtonEffectImage.c.

◆ OnStateDisabledActivated()

override void BaseContainerProps::OnStateDisabledActivated ( bool  instant)

Definition at line 66 of file SCR_ButtonEffectImage.c.

◆ OnStateHovered()

override void BaseContainerProps::OnStateHovered ( bool  instant)

Definition at line 42 of file SCR_ButtonEffectImage.c.

◆ OnToggledOff()

override void BaseContainerProps::OnToggledOff ( bool  instant)

Definition at line 90 of file SCR_ButtonEffectImage.c.

◆ OnToggledOn()

override void BaseContainerProps::OnToggledOn ( bool  instant)

Definition at line 84 of file SCR_ButtonEffectImage.c.

Variable Documentation

◆ m_Activated

ref SCR_ButtonEffectImage_ImageOrImageSet m_Activated

Definition at line 12 of file SCR_ButtonEffectImage.c.

◆ m_ActivatedHovered

ref SCR_ButtonEffectImage_ImageOrImageSet m_ActivatedHovered

Definition at line 15 of file SCR_ButtonEffectImage.c.

◆ m_Default

ref SCR_ButtonEffectImage_ImageOrImageSet m_Default

Definition at line 6 of file SCR_ButtonEffectImage.c.

◆ m_Disabled

ref SCR_ButtonEffectImage_ImageOrImageSet m_Disabled

Definition at line 18 of file SCR_ButtonEffectImage.c.

◆ m_DisabledActivated

ref SCR_ButtonEffectImage_ImageOrImageSet m_DisabledActivated

Definition at line 21 of file SCR_ButtonEffectImage.c.

◆ m_FocusGained

ref SCR_ButtonEffectImage_ImageOrImageSet m_FocusGained

Definition at line 24 of file SCR_ButtonEffectImage.c.

◆ m_FocusLost

ref SCR_ButtonEffectImage_ImageOrImageSet m_FocusLost

Definition at line 27 of file SCR_ButtonEffectImage.c.

◆ m_Hovered

ref SCR_ButtonEffectImage_ImageOrImageSet m_Hovered

Definition at line 9 of file SCR_ButtonEffectImage.c.

◆ m_ImageSet

ResourceName m_ImageSet

Definition at line 3 of file SCR_ButtonEffectImage.c.

◆ m_ToggledOff

ref SCR_ButtonEffectImage_ImageOrImageSet m_ToggledOff

Definition at line 33 of file SCR_ButtonEffectImage.c.

◆ m_ToggledOn

ref SCR_ButtonEffectImage_ImageOrImageSet m_ToggledOn

Definition at line 30 of file SCR_ButtonEffectImage.c.