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

Protected Member Functions

override void HandlerAttached (Widget w)
ScriptInvoker GetOnClicked ()
override bool OnClick (Widget w, int x, int y, int button)
void Activate (bool animate=true)
void Deactivate (bool animate=true)
override bool OnMouseEnter (Widget w, int x, int y)
override bool OnMouseLeave (Widget w, Widget enterW, int x, int y)
void Hide ()
void Unhide ()
void SetOnHover (bool OnHover=true)
ScriptInvoker GetOnMouseEnter ()
ScriptInvoker GetOnMouseLeave ()
void SetTitle (string text)
void SetValue (float num)
void SetButtonId (int n)
void SetFocus ()
int GetButtonId ()

Protected Attributes

RichTextWidget m_wSpecializationTitle
RichTextWidget m_wSpecializationValue
SCR_ProgressBarWithInactiveColor m_SpecializationBar
const float m_fMinValue = 0
const float m_fMaxValue = 100
int m_ibuttonId
bool m_bIsActive
ref Color m_ColorInactive
ref Color m_ColorInactiveHovered
ref Color m_ColorActive
ref ScriptInvoker m_OnClicked = new ScriptInvoker()
ref ScriptInvoker m_OnMouseEnter = new ScriptInvoker()
ref ScriptInvoker m_OnMouseLeave = new ScriptInvoker()

Detailed Description

Definition at line 2 of file SCR_ButtonSpecializationProgressComponent.c.

Member Function Documentation

◆ Activate()

void SCR_ButtonSpecializationProgressComponent::Activate ( bool animate = true)
inlineprotected

Definition at line 78 of file SCR_ButtonSpecializationProgressComponent.c.

◆ Deactivate()

void SCR_ButtonSpecializationProgressComponent::Deactivate ( bool animate = true)
inlineprotected

Definition at line 105 of file SCR_ButtonSpecializationProgressComponent.c.

◆ GetButtonId()

int SCR_ButtonSpecializationProgressComponent::GetButtonId ( )
inlineprotected

Definition at line 239 of file SCR_ButtonSpecializationProgressComponent.c.

◆ GetOnClicked()

ScriptInvoker SCR_ButtonSpecializationProgressComponent::GetOnClicked ( )
inlineprotected

Definition at line 60 of file SCR_ButtonSpecializationProgressComponent.c.

◆ GetOnMouseEnter()

ScriptInvoker SCR_ButtonSpecializationProgressComponent::GetOnMouseEnter ( )
inlineprotected

Definition at line 184 of file SCR_ButtonSpecializationProgressComponent.c.

◆ GetOnMouseLeave()

ScriptInvoker SCR_ButtonSpecializationProgressComponent::GetOnMouseLeave ( )
inlineprotected

Definition at line 190 of file SCR_ButtonSpecializationProgressComponent.c.

◆ HandlerAttached()

override void SCR_ButtonSpecializationProgressComponent::HandlerAttached ( Widget w)
inlineprotected

Definition at line 33 of file SCR_ButtonSpecializationProgressComponent.c.

◆ Hide()

void SCR_ButtonSpecializationProgressComponent::Hide ( )
inlineprotected

Definition at line 149 of file SCR_ButtonSpecializationProgressComponent.c.

◆ OnClick()

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

Definition at line 66 of file SCR_ButtonSpecializationProgressComponent.c.

◆ OnMouseEnter()

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

Definition at line 132 of file SCR_ButtonSpecializationProgressComponent.c.

◆ OnMouseLeave()

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

Definition at line 140 of file SCR_ButtonSpecializationProgressComponent.c.

◆ SetButtonId()

void SCR_ButtonSpecializationProgressComponent::SetButtonId ( int n)
inlineprotected

Definition at line 216 of file SCR_ButtonSpecializationProgressComponent.c.

◆ SetFocus()

void SCR_ButtonSpecializationProgressComponent::SetFocus ( )
inlineprotected

Definition at line 229 of file SCR_ButtonSpecializationProgressComponent.c.

◆ SetOnHover()

void SCR_ButtonSpecializationProgressComponent::SetOnHover ( bool OnHover = true)
inlineprotected

Definition at line 165 of file SCR_ButtonSpecializationProgressComponent.c.

◆ SetTitle()

void SCR_ButtonSpecializationProgressComponent::SetTitle ( string text)
inlineprotected

Definition at line 196 of file SCR_ButtonSpecializationProgressComponent.c.

◆ SetValue()

void SCR_ButtonSpecializationProgressComponent::SetValue ( float num)
inlineprotected

Definition at line 205 of file SCR_ButtonSpecializationProgressComponent.c.

◆ Unhide()

void SCR_ButtonSpecializationProgressComponent::Unhide ( )
inlineprotected

Definition at line 157 of file SCR_ButtonSpecializationProgressComponent.c.

Member Data Documentation

◆ m_bIsActive

bool SCR_ButtonSpecializationProgressComponent::m_bIsActive
protected

Definition at line 14 of file SCR_ButtonSpecializationProgressComponent.c.

◆ m_ColorActive

ref Color SCR_ButtonSpecializationProgressComponent::m_ColorActive
protected

Definition at line 23 of file SCR_ButtonSpecializationProgressComponent.c.

◆ m_ColorInactive

ref Color SCR_ButtonSpecializationProgressComponent::m_ColorInactive
protected

Definition at line 17 of file SCR_ButtonSpecializationProgressComponent.c.

◆ m_ColorInactiveHovered

ref Color SCR_ButtonSpecializationProgressComponent::m_ColorInactiveHovered
protected

Definition at line 20 of file SCR_ButtonSpecializationProgressComponent.c.

◆ m_fMaxValue

const float SCR_ButtonSpecializationProgressComponent::m_fMaxValue = 100
protected

Definition at line 9 of file SCR_ButtonSpecializationProgressComponent.c.

◆ m_fMinValue

const float SCR_ButtonSpecializationProgressComponent::m_fMinValue = 0
protected

Definition at line 8 of file SCR_ButtonSpecializationProgressComponent.c.

◆ m_ibuttonId

int SCR_ButtonSpecializationProgressComponent::m_ibuttonId
protected

Definition at line 11 of file SCR_ButtonSpecializationProgressComponent.c.

◆ m_OnClicked

ref ScriptInvoker SCR_ButtonSpecializationProgressComponent::m_OnClicked = new ScriptInvoker()
protected

Definition at line 26 of file SCR_ButtonSpecializationProgressComponent.c.

◆ m_OnMouseEnter

ref ScriptInvoker SCR_ButtonSpecializationProgressComponent::m_OnMouseEnter = new ScriptInvoker()
protected

Definition at line 29 of file SCR_ButtonSpecializationProgressComponent.c.

◆ m_OnMouseLeave

ref ScriptInvoker SCR_ButtonSpecializationProgressComponent::m_OnMouseLeave = new ScriptInvoker()
protected

Definition at line 30 of file SCR_ButtonSpecializationProgressComponent.c.

◆ m_SpecializationBar

SCR_ProgressBarWithInactiveColor SCR_ButtonSpecializationProgressComponent::m_SpecializationBar
protected

Definition at line 6 of file SCR_ButtonSpecializationProgressComponent.c.

◆ m_wSpecializationTitle

RichTextWidget SCR_ButtonSpecializationProgressComponent::m_wSpecializationTitle
protected

Definition at line 4 of file SCR_ButtonSpecializationProgressComponent.c.

◆ m_wSpecializationValue

RichTextWidget SCR_ButtonSpecializationProgressComponent::m_wSpecializationValue
protected

Definition at line 5 of file SCR_ButtonSpecializationProgressComponent.c.


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