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

Protected Member Functions

override void HandlerAttached (Widget w)
ScriptInvokerBool GetOnFocusChange ()
void SetGalleryFocused (bool focused)
override bool OnFocus (Widget w, int x, int y)
override bool OnFocusLost (Widget w, int x, int y)
bool GetFocused ()
void EnablePagingInputListeners (bool enable)
int AddItem (SCR_BasePlayerLoadout loadout, bool enabled=true)
override void ShowPagingButtons (bool animate=true)
void OnLoadoutClicked (notnull SCR_LoadoutButton loadoutBtn)
void OnLoadoutHovered (notnull Widget btn)
void OnLoadoutFocusLost (notnull Widget btn)
void OnLoadoutMouseLeave (notnull Widget btn)
Widget GetContentRoot ()
void SetSelected (SCR_BasePlayerLoadout loadout)
override void ClearAll ()
SCR_LoadoutButton GetButtonForLoadout (SCR_BasePlayerLoadout loadout)
ScriptInvoker GetOnLoadoutClicked ()
ScriptInvoker GetOnLoadoutHovered ()
OnLoadoutFocusLostInvoker GetOnLoadoutFocusLost ()

Protected Attributes

ResourceName m_sLoadoutButton
ref set< SCR_LoadoutButtonm_aLoadoutButtons = new set<SCR_LoadoutButton>()
ref ScriptInvoker< SCR_LoadoutButtonm_OnLoadoutClicked
ref ScriptInvoker< SCR_BasePlayerLoadoutm_OnLoadoutHovered
ref OnLoadoutFocusLostInvoker m_OnLoadoutFocusLost
ref ScriptInvokerBool m_OnFocusChange = new ScriptInvokerBool()
bool m_bFocused
SCR_LoadoutButton m_SelectedButton

Detailed Description

Definition at line 7 of file SCR_LoadoutGallery.c.

Member Function Documentation

◆ AddItem()

int SCR_LoadoutGallery::AddItem ( SCR_BasePlayerLoadout loadout,
bool enabled = true )
inlineprotected

Definition at line 74 of file SCR_LoadoutGallery.c.

◆ ClearAll()

override void SCR_LoadoutGallery::ClearAll ( )
inlineprotected

Definition at line 160 of file SCR_LoadoutGallery.c.

◆ EnablePagingInputListeners()

void SCR_LoadoutGallery::EnablePagingInputListeners ( bool enable)
inlineprotected

Definition at line 62 of file SCR_LoadoutGallery.c.

◆ GetButtonForLoadout()

SCR_LoadoutButton SCR_LoadoutGallery::GetButtonForLoadout ( SCR_BasePlayerLoadout loadout)
inlineprotected

Definition at line 166 of file SCR_LoadoutGallery.c.

◆ GetContentRoot()

Widget SCR_LoadoutGallery::GetContentRoot ( )
inlineprotected

Definition at line 139 of file SCR_LoadoutGallery.c.

◆ GetFocused()

bool SCR_LoadoutGallery::GetFocused ( )
inlineprotected

Definition at line 57 of file SCR_LoadoutGallery.c.

◆ GetOnFocusChange()

ScriptInvokerBool SCR_LoadoutGallery::GetOnFocusChange ( )
inlineprotected

Definition at line 26 of file SCR_LoadoutGallery.c.

◆ GetOnLoadoutClicked()

ScriptInvoker SCR_LoadoutGallery::GetOnLoadoutClicked ( )
inlineprotected

Definition at line 177 of file SCR_LoadoutGallery.c.

◆ GetOnLoadoutFocusLost()

OnLoadoutFocusLostInvoker SCR_LoadoutGallery::GetOnLoadoutFocusLost ( )
inlineprotected

Definition at line 193 of file SCR_LoadoutGallery.c.

◆ GetOnLoadoutHovered()

ScriptInvoker SCR_LoadoutGallery::GetOnLoadoutHovered ( )
inlineprotected

Definition at line 185 of file SCR_LoadoutGallery.c.

◆ HandlerAttached()

override void SCR_LoadoutGallery::HandlerAttached ( Widget w)
inlineprotected

Definition at line 20 of file SCR_LoadoutGallery.c.

◆ OnFocus()

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

Definition at line 41 of file SCR_LoadoutGallery.c.

◆ OnFocusLost()

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

Definition at line 49 of file SCR_LoadoutGallery.c.

◆ OnLoadoutClicked()

void SCR_LoadoutGallery::OnLoadoutClicked ( notnull SCR_LoadoutButton loadoutBtn)
inlineprotected

Definition at line 109 of file SCR_LoadoutGallery.c.

◆ OnLoadoutFocusLost()

void SCR_LoadoutGallery::OnLoadoutFocusLost ( notnull Widget btn)
inlineprotected

Definition at line 121 of file SCR_LoadoutGallery.c.

◆ OnLoadoutHovered()

void SCR_LoadoutGallery::OnLoadoutHovered ( notnull Widget btn)
inlineprotected

Definition at line 114 of file SCR_LoadoutGallery.c.

◆ OnLoadoutMouseLeave()

void SCR_LoadoutGallery::OnLoadoutMouseLeave ( notnull Widget btn)
inlineprotected

Definition at line 134 of file SCR_LoadoutGallery.c.

◆ SetGalleryFocused()

void SCR_LoadoutGallery::SetGalleryFocused ( bool focused)
inlineprotected

Definition at line 31 of file SCR_LoadoutGallery.c.

◆ SetSelected()

void SCR_LoadoutGallery::SetSelected ( SCR_BasePlayerLoadout loadout)
inlineprotected

Definition at line 144 of file SCR_LoadoutGallery.c.

◆ ShowPagingButtons()

override void SCR_LoadoutGallery::ShowPagingButtons ( bool animate = true)
inlineprotected

Definition at line 99 of file SCR_LoadoutGallery.c.

Member Data Documentation

◆ m_aLoadoutButtons

ref set<SCR_LoadoutButton> SCR_LoadoutGallery::m_aLoadoutButtons = new set<SCR_LoadoutButton>()
protected

Definition at line 11 of file SCR_LoadoutGallery.c.

◆ m_bFocused

bool SCR_LoadoutGallery::m_bFocused
protected

Definition at line 17 of file SCR_LoadoutGallery.c.

◆ m_OnFocusChange

ref ScriptInvokerBool SCR_LoadoutGallery::m_OnFocusChange = new ScriptInvokerBool()
protected

Definition at line 16 of file SCR_LoadoutGallery.c.

◆ m_OnLoadoutClicked

ref ScriptInvoker<SCR_LoadoutButton> SCR_LoadoutGallery::m_OnLoadoutClicked
protected

Definition at line 13 of file SCR_LoadoutGallery.c.

◆ m_OnLoadoutFocusLost

ref OnLoadoutFocusLostInvoker SCR_LoadoutGallery::m_OnLoadoutFocusLost
protected

Definition at line 15 of file SCR_LoadoutGallery.c.

◆ m_OnLoadoutHovered

ref ScriptInvoker<SCR_BasePlayerLoadout> SCR_LoadoutGallery::m_OnLoadoutHovered
protected

Definition at line 14 of file SCR_LoadoutGallery.c.

◆ m_SelectedButton

SCR_LoadoutButton SCR_LoadoutGallery::m_SelectedButton
protected

Definition at line 18 of file SCR_LoadoutGallery.c.

◆ m_sLoadoutButton

ResourceName SCR_LoadoutGallery::m_sLoadoutButton
protected

Definition at line 10 of file SCR_LoadoutGallery.c.


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