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

Protected Member Functions

override void HandlerAttached (Widget w)
override bool OnClick (Widget w, int x, int y, int button)
override bool OnMouseEnter (Widget w, int x, int y)
override bool OnMouseLeave (Widget w, Widget enterW, int x, int y)
override bool OnFocus (Widget w, int x, int y)
override bool OnFocusLost (Widget w, int x, int y)
void OnMenuSelect ()
void ColorizeWidgets (Color colorBackground, Color colorContent, float speed=-1)
void ColorizeCheckWidget ()
 Set color of checked line.
bool IsSelected ()
void SetSelected (bool selected, bool notify=true)
void ShowButton ()
void HideButton ()

Protected Attributes

bool m_bIsTriggered = true
Widget m_wIcon
ref Color COLOR_CHECKED_TRUE = UIColors.CONTRAST_COLOR
ref Color COLOR_CHECKED_FALSE = UIColors.WHITE_DEFAULT

Detailed Description

Definition at line 2 of file SCR_SelectableTileButtonComponent.c.

Member Function Documentation

◆ ColorizeCheckWidget()

void SCR_SelectableTileButtonComponent::ColorizeCheckWidget ( )
inlineprotected

Set color of checked line.

Definition at line 89 of file SCR_SelectableTileButtonComponent.c.

◆ ColorizeWidgets()

void SCR_SelectableTileButtonComponent::ColorizeWidgets ( Color colorBackground,
Color colorContent,
float speed = -1 )
inlineprotected

Definition at line 81 of file SCR_SelectableTileButtonComponent.c.

◆ HandlerAttached()

override void SCR_SelectableTileButtonComponent::HandlerAttached ( Widget w)
inlineprotected

Definition at line 14 of file SCR_SelectableTileButtonComponent.c.

◆ HideButton()

void SCR_SelectableTileButtonComponent::HideButton ( )
inlineprotected

Definition at line 125 of file SCR_SelectableTileButtonComponent.c.

◆ IsSelected()

bool SCR_SelectableTileButtonComponent::IsSelected ( )
inlineprotected

Definition at line 98 of file SCR_SelectableTileButtonComponent.c.

◆ OnClick()

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

Definition at line 24 of file SCR_SelectableTileButtonComponent.c.

◆ OnFocus()

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

Definition at line 56 of file SCR_SelectableTileButtonComponent.c.

◆ OnFocusLost()

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

Definition at line 64 of file SCR_SelectableTileButtonComponent.c.

◆ OnMenuSelect()

void SCR_SelectableTileButtonComponent::OnMenuSelect ( )
inlineprotected

Definition at line 71 of file SCR_SelectableTileButtonComponent.c.

◆ OnMouseEnter()

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

Definition at line 35 of file SCR_SelectableTileButtonComponent.c.

◆ OnMouseLeave()

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

Definition at line 49 of file SCR_SelectableTileButtonComponent.c.

◆ SetSelected()

void SCR_SelectableTileButtonComponent::SetSelected ( bool selected,
bool notify = true )
inlineprotected

Definition at line 104 of file SCR_SelectableTileButtonComponent.c.

◆ ShowButton()

void SCR_SelectableTileButtonComponent::ShowButton ( )
inlineprotected

Definition at line 118 of file SCR_SelectableTileButtonComponent.c.

Member Data Documentation

◆ COLOR_CHECKED_FALSE

ref Color SCR_SelectableTileButtonComponent::COLOR_CHECKED_FALSE = UIColors.WHITE_DEFAULT
protected

Definition at line 11 of file SCR_SelectableTileButtonComponent.c.

◆ COLOR_CHECKED_TRUE

ref Color SCR_SelectableTileButtonComponent::COLOR_CHECKED_TRUE = UIColors.CONTRAST_COLOR
protected

Definition at line 10 of file SCR_SelectableTileButtonComponent.c.

◆ m_bIsTriggered

bool SCR_SelectableTileButtonComponent::m_bIsTriggered = true
protected

Definition at line 6 of file SCR_SelectableTileButtonComponent.c.

◆ m_wIcon

Widget SCR_SelectableTileButtonComponent::m_wIcon
protected

Definition at line 8 of file SCR_SelectableTileButtonComponent.c.


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