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

Protected Member Functions

override void HandlerDeattached (Widget w)
override bool OnMouseButtonUp (Widget w, int x, int y, int button)
override bool OnFocus (Widget w, int x, int y)
override bool OnFocusLost (Widget w, int x, int y)
override bool OnMouseEnter (Widget w, int x, int y)
override bool OnMouseLeave (Widget w, Widget enterW, int x, int y)

Protected Attributes

ref Color m_ColorButtonHovered
ref Color m_ColorButtonHoveredFocused
ref Color m_ColorChildHovered
ref Color m_ColorChildHoveredFocused
string m_sSoundHovered
bool m_bIsHovered = false

Detailed Description

Definition at line 5 of file ButtonComponent.c.

Member Function Documentation

◆ HandlerDeattached()

override void ButtonComponent::HandlerDeattached ( Widget w)
inlineprotected

Definition at line 25 of file ButtonComponent.c.

◆ OnFocus()

override bool ButtonComponent::OnFocus ( Widget w,
int x,
int y )
inlineprotected

Definition at line 46 of file ButtonComponent.c.

◆ OnFocusLost()

override bool ButtonComponent::OnFocusLost ( Widget w,
int x,
int y )
inlineprotected

Definition at line 72 of file ButtonComponent.c.

◆ OnMouseButtonUp()

override bool ButtonComponent::OnMouseButtonUp ( Widget w,
int x,
int y,
int button )
inlineprotected

Definition at line 35 of file ButtonComponent.c.

◆ OnMouseEnter()

override bool ButtonComponent::OnMouseEnter ( Widget w,
int x,
int y )
inlineprotected

Definition at line 97 of file ButtonComponent.c.

◆ OnMouseLeave()

override bool ButtonComponent::OnMouseLeave ( Widget w,
Widget enterW,
int x,
int y )
inlineprotected

Definition at line 123 of file ButtonComponent.c.

Member Data Documentation

◆ m_bIsHovered

bool ButtonComponent::m_bIsHovered = false
protected

Definition at line 22 of file ButtonComponent.c.

◆ m_ColorButtonHovered

ref Color ButtonComponent::m_ColorButtonHovered
protected

Definition at line 8 of file ButtonComponent.c.

◆ m_ColorButtonHoveredFocused

ref Color ButtonComponent::m_ColorButtonHoveredFocused
protected

Definition at line 11 of file ButtonComponent.c.

◆ m_ColorChildHovered

ref Color ButtonComponent::m_ColorChildHovered
protected

Definition at line 14 of file ButtonComponent.c.

◆ m_ColorChildHoveredFocused

ref Color ButtonComponent::m_ColorChildHoveredFocused
protected

Definition at line 17 of file ButtonComponent.c.

◆ m_sSoundHovered

string ButtonComponent::m_sSoundHovered
protected

Definition at line 20 of file ButtonComponent.c.


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