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

Protected Member Functions

override void HandlerAttached (Widget w)
override bool OnClick (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)

Protected Attributes

string m_sSoundFocused
string m_sSoundClicked

Detailed Description

Definition at line 1 of file BasicButtonComponent.c.

Member Function Documentation

◆ HandlerAttached()

override void BasicButtonComponent::HandlerAttached ( Widget w)
inlineprotected

Definition at line 15 of file BasicButtonComponent.c.

◆ OnClick()

override bool BasicButtonComponent::OnClick ( Widget w,
int x,
int y,
int button )
inlineprotected

Definition at line 24 of file BasicButtonComponent.c.

◆ OnFocus()

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

Definition at line 33 of file BasicButtonComponent.c.

◆ OnFocusLost()

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

Definition at line 41 of file BasicButtonComponent.c.

◆ OnMouseEnter()

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

Definition at line 48 of file BasicButtonComponent.c.

Member Data Documentation

◆ m_sSoundClicked

string BasicButtonComponent::m_sSoundClicked
protected

Definition at line 12 of file BasicButtonComponent.c.

◆ m_sSoundFocused

string BasicButtonComponent::m_sSoundFocused
protected

Definition at line 9 of file BasicButtonComponent.c.


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