![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Go to the source code of this file.
Classes | |
| 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) |
| 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 |
|
protected |
Definition at line 210 of file SCR_ButtonEffectImage.c.
| SCR_ButtonEffectImage SCR_ButtonEffectWidgetBase BaseContainerProps | ( | ) |
| [in] | resource | |
| [in] | imageName |
Definition at line 1 of file SCR_ButtonEffectImage.c.
| override void BaseContainerProps::OnFocusGained | ( | bool | instant | ) |
Definition at line 186 of file SCR_ButtonEffectImage.c.
| override void BaseContainerProps::OnFocusLost | ( | bool | instant | ) |
Definition at line 192 of file SCR_ButtonEffectImage.c.
| override void BaseContainerProps::OnStateActivated | ( | bool | instant | ) |
Definition at line 162 of file SCR_ButtonEffectImage.c.
| override void BaseContainerProps::OnStateActivatedHovered | ( | bool | instant | ) |
Definition at line 168 of file SCR_ButtonEffectImage.c.
| override void BaseContainerProps::OnStateDefault | ( | bool | instant | ) |
Definition at line 150 of file SCR_ButtonEffectImage.c.
| override void BaseContainerProps::OnStateDisabled | ( | bool | instant | ) |
Definition at line 174 of file SCR_ButtonEffectImage.c.
| override void BaseContainerProps::OnStateDisabledActivated | ( | bool | instant | ) |
Definition at line 180 of file SCR_ButtonEffectImage.c.
| override void BaseContainerProps::OnStateHovered | ( | bool | instant | ) |
Definition at line 156 of file SCR_ButtonEffectImage.c.
| override void BaseContainerProps::OnToggledOff | ( | bool | instant | ) |
Definition at line 204 of file SCR_ButtonEffectImage.c.
| override void BaseContainerProps::OnToggledOn | ( | bool | instant | ) |
Definition at line 198 of file SCR_ButtonEffectImage.c.
| ref SCR_ButtonEffectImage_ImageOrImageSet m_Activated |
Definition at line 126 of file SCR_ButtonEffectImage.c.
| ref SCR_ButtonEffectImage_ImageOrImageSet m_ActivatedHovered |
Definition at line 129 of file SCR_ButtonEffectImage.c.
| ref SCR_ButtonEffectImage_ImageOrImageSet m_Default |
Definition at line 120 of file SCR_ButtonEffectImage.c.
| ref SCR_ButtonEffectImage_ImageOrImageSet m_Disabled |
Definition at line 132 of file SCR_ButtonEffectImage.c.
| ref SCR_ButtonEffectImage_ImageOrImageSet m_DisabledActivated |
Definition at line 135 of file SCR_ButtonEffectImage.c.
| ref SCR_ButtonEffectImage_ImageOrImageSet m_FocusGained |
Definition at line 138 of file SCR_ButtonEffectImage.c.
| ref SCR_ButtonEffectImage_ImageOrImageSet m_FocusLost |
Definition at line 141 of file SCR_ButtonEffectImage.c.
| ref SCR_ButtonEffectImage_ImageOrImageSet m_Hovered |
Definition at line 123 of file SCR_ButtonEffectImage.c.
| ResourceName m_ImageSet |
Definition at line 117 of file SCR_ButtonEffectImage.c.
| ref SCR_ButtonEffectImage_ImageOrImageSet m_ToggledOff |
Definition at line 147 of file SCR_ButtonEffectImage.c.
| ref SCR_ButtonEffectImage_ImageOrImageSet m_ToggledOn |
Definition at line 144 of file SCR_ButtonEffectImage.c.