Arma Reforger Script API
Loading...
Searching...
No Matches
SCR_ContentBrowserSortingBar Interface Reference
Inheritance diagram for SCR_ContentBrowserSortingBar:
SCR_ServerFilterBarComponent

Public Member Functions

override void HandlerAttached (Widget w)
 
int GetSelectedIndex ()
 
- Public Member Functions inherited from SCR_ServerFilterBarComponent
Widget GetFirstWidget ()
 
Widget GetRootWidget ()
 
void SetEnabled (bool enabled)
 
void SetVisible (bool visible)
 

Public Attributes

bool m_bDefaultSelected = true
 
SCR_ButtonImageComponent m_CurrentSelection
 
ref ScriptInvoker m_OnSortingChange = new ScriptInvoker()
 
- Public Attributes inherited from SCR_ServerFilterBarComponent
ResourceName m_sSplitLayout
 
ref ScriptInvoker m_OnFilterChange = new ScriptInvoker()
 

Protected Member Functions

override void ListenToSelectables (notnull array< Widget > aWidgets)
 Find listeners to button clicks.
 
void OnSorting (SCR_ButtonImageComponent comp, bool isSelected)
 
- Protected Member Functions inherited from SCR_ServerFilterBarComponent
void CreateGroups (bool enabled)
 
void CreateQuery ()
 Make query from activated data.
 
void OnFilter (SCR_ButtonBaseComponent button, bool isSelected)
 Updateing filter.
 

Protected Attributes

int m_iCurrentIndex
 
ref array< SCR_ButtonImageComponentm_aButtons = new array<SCR_ButtonImageComponent>()
 
- Protected Attributes inherited from SCR_ServerFilterBarComponent
ResourceName m_sGroupLayout
 
ResourceName m_sButtonLayout
 
ResourceName m_sIconSet
 
int m_iGroupPadding
 
int m_iEntriesPadding
 
float m_fButtonsSize
 
ref array< ref ServerFilterGroupm_aFilterGroups
 
Widget m_wRoot
 
Widget m_wHLayout
 
Widget m_wTooltip
 
ref array< bool > m_aCheckFilters = new array<bool>()
 
Widget m_wFirstWidget
 

Member Function Documentation

◆ GetSelectedIndex()

int SCR_ContentBrowserSortingBar.GetSelectedIndex ( )

◆ HandlerAttached()

override void SCR_ContentBrowserSortingBar.HandlerAttached ( Widget w)

◆ ListenToSelectables()

override void SCR_ContentBrowserSortingBar.ListenToSelectables ( notnull array< Widget > aWidgets)
protected

Find listeners to button clicks.

Implements SCR_ServerFilterBarComponent.

◆ OnSorting()

void SCR_ContentBrowserSortingBar.OnSorting ( SCR_ButtonImageComponent comp,
bool isSelected )
protected

Member Data Documentation

◆ m_aButtons

ref array<SCR_ButtonImageComponent> SCR_ContentBrowserSortingBar.m_aButtons = new array<SCR_ButtonImageComponent>()
protected

◆ m_bDefaultSelected

bool SCR_ContentBrowserSortingBar.m_bDefaultSelected = true

◆ m_CurrentSelection

SCR_ButtonImageComponent SCR_ContentBrowserSortingBar.m_CurrentSelection

◆ m_iCurrentIndex

int SCR_ContentBrowserSortingBar.m_iCurrentIndex
protected

◆ m_OnSortingChange

ref ScriptInvoker SCR_ContentBrowserSortingBar.m_OnSortingChange = new ScriptInvoker()

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