Arma Reforger Script API
|
Public Member Functions | |
override void | HandlerAttached (Widget w) |
int | GetSelectedIndex () |
![]() | |
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() |
![]() | |
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) |
![]() | |
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_ButtonImageComponent > | m_aButtons = new array<SCR_ButtonImageComponent>() |
![]() | |
ResourceName | m_sGroupLayout |
ResourceName | m_sButtonLayout |
ResourceName | m_sIconSet |
int | m_iGroupPadding |
int | m_iEntriesPadding |
float | m_fButtonsSize |
ref array< ref ServerFilterGroup > | m_aFilterGroups |
Widget | m_wRoot |
Widget | m_wHLayout |
Widget | m_wTooltip |
ref array< bool > | m_aCheckFilters = new array<bool>() |
Widget | m_wFirstWidget |
int SCR_ContentBrowserSortingBar.GetSelectedIndex | ( | ) |
override void SCR_ContentBrowserSortingBar.HandlerAttached | ( | Widget | w | ) |
Implements SCR_ServerFilterBarComponent.
|
protected |
Find listeners to button clicks.
Implements SCR_ServerFilterBarComponent.
|
protected |
|
protected |
bool SCR_ContentBrowserSortingBar.m_bDefaultSelected = true |
SCR_ButtonImageComponent SCR_ContentBrowserSortingBar.m_CurrentSelection |
|
protected |
ref ScriptInvoker SCR_ContentBrowserSortingBar.m_OnSortingChange = new ScriptInvoker() |