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

Protected Member Functions

override void HandlerAttached (Widget w)
override bool OnClick (Widget w, int x, int y, int button)
void FlipImage (bool flip)
void OnMenuSelect ()
override void SetEnabled (bool enabled, bool animate=true)
bool IsPositive ()
void SetPositive (bool positive)
void SetAction (string name)
override bool OnMouseEnter (Widget w, int x, int y)
override bool OnMouseLeave (Widget w, Widget enterW, int x, int y)
string GetAction ()

Static Protected Member Functions

static SCR_PagingButtonComponent GetPagingButtonComponent (string name, Widget parent, bool searchAllChildren=true)

Protected Attributes

bool m_bIsPositive
bool m_bUseActionHint
string m_sActionName
string m_sBackgroundImageName = "BackgroundImage"
string m_sFrontImageName = "Panel"
string m_sActionTextName = "ActionText"
ImageWidget m_wPanel
TextWidget m_wText
Widget m_wBackgroundImage
ref ScriptInvoker m_OnActivated = new ScriptInvoker()

Detailed Description

Definition at line 2 of file SCR_PagingButtonComponent.c.

Member Function Documentation

◆ FlipImage()

void SCR_PagingButtonComponent::FlipImage ( bool flip)
inlineprotected

Definition at line 72 of file SCR_PagingButtonComponent.c.

◆ GetAction()

string SCR_PagingButtonComponent::GetAction ( )
inlineprotected

Definition at line 191 of file SCR_PagingButtonComponent.c.

◆ GetPagingButtonComponent()

SCR_PagingButtonComponent SCR_PagingButtonComponent::GetPagingButtonComponent ( string name,
Widget parent,
bool searchAllChildren = true )
inlinestaticprotected

Definition at line 197 of file SCR_PagingButtonComponent.c.

◆ HandlerAttached()

override void SCR_PagingButtonComponent::HandlerAttached ( Widget w)
inlineprotected

Definition at line 24 of file SCR_PagingButtonComponent.c.

◆ IsPositive()

bool SCR_PagingButtonComponent::IsPositive ( )
inlineprotected

Definition at line 116 of file SCR_PagingButtonComponent.c.

◆ OnClick()

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

Definition at line 56 of file SCR_PagingButtonComponent.c.

◆ OnMenuSelect()

void SCR_PagingButtonComponent::OnMenuSelect ( )
inlineprotected

Definition at line 90 of file SCR_PagingButtonComponent.c.

◆ OnMouseEnter()

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

Definition at line 157 of file SCR_PagingButtonComponent.c.

◆ OnMouseLeave()

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

Definition at line 175 of file SCR_PagingButtonComponent.c.

◆ SetAction()

void SCR_PagingButtonComponent::SetAction ( string name)
inlineprotected

Definition at line 128 of file SCR_PagingButtonComponent.c.

◆ SetEnabled()

override void SCR_PagingButtonComponent::SetEnabled ( bool enabled,
bool animate = true )
inlineprotected

Definition at line 107 of file SCR_PagingButtonComponent.c.

◆ SetPositive()

void SCR_PagingButtonComponent::SetPositive ( bool positive)
inlineprotected

Definition at line 122 of file SCR_PagingButtonComponent.c.

Member Data Documentation

◆ m_bIsPositive

bool SCR_PagingButtonComponent::m_bIsPositive
protected

Definition at line 5 of file SCR_PagingButtonComponent.c.

◆ m_bUseActionHint

bool SCR_PagingButtonComponent::m_bUseActionHint
protected

Definition at line 8 of file SCR_PagingButtonComponent.c.

◆ m_OnActivated

ref ScriptInvoker SCR_PagingButtonComponent::m_OnActivated = new ScriptInvoker()
protected

Definition at line 21 of file SCR_PagingButtonComponent.c.

◆ m_sActionName

string SCR_PagingButtonComponent::m_sActionName
protected

Definition at line 11 of file SCR_PagingButtonComponent.c.

◆ m_sActionTextName

string SCR_PagingButtonComponent::m_sActionTextName = "ActionText"
protected

Definition at line 15 of file SCR_PagingButtonComponent.c.

◆ m_sBackgroundImageName

string SCR_PagingButtonComponent::m_sBackgroundImageName = "BackgroundImage"
protected

Definition at line 13 of file SCR_PagingButtonComponent.c.

◆ m_sFrontImageName

string SCR_PagingButtonComponent::m_sFrontImageName = "Panel"
protected

Definition at line 14 of file SCR_PagingButtonComponent.c.

◆ m_wBackgroundImage

Widget SCR_PagingButtonComponent::m_wBackgroundImage
protected

Definition at line 19 of file SCR_PagingButtonComponent.c.

◆ m_wPanel

ImageWidget SCR_PagingButtonComponent::m_wPanel
protected

Definition at line 17 of file SCR_PagingButtonComponent.c.

◆ m_wText

TextWidget SCR_PagingButtonComponent::m_wText
protected

Definition at line 18 of file SCR_PagingButtonComponent.c.


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