|
Arma Reforger Script API
|
Class for grouping filter. More...
Public Member Functions | |
| Widget | GetFirstEntryWidget () |
| array< Widget > | GetEntryWidgetsArray () |
| int | GetEntriesCount () |
| void | SetSize (float size) |
| void | CreateButtons (ResourceName buttonRes, ResourceName imageSet, Widget targetLayout, int iGroupPadding, int iEntryPadding, int id, bool enabled) |
| bool | WasFilterCheck (out int id, Widget wFilter) |
| void | GroupBehavior (out array< bool > filter, int pos) |
Public Attributes | |
| ref ScriptInvoker | m_OnFilterCheck = new ScriptInvoker() |
Protected Member Functions | |
| void | AddPaddings (float w, float h, Widget targetLayout) |
| void | SetupButtonSize (Widget w, float size) |
Protected Attributes | |
| string | m_sName |
| float | m_fSize = 0 |
| ref array< ref ServerFilterEntry > | m_aEntries |
| EFilterGroupType | m_iGroupType |
| ref array< Widget > | m_aEntryWidgets = new array<Widget>() |
| ref Widget | m_wFirstEntryWidget |
Class for grouping filter.
|
protected |
| void ServerFilterGroup.CreateButtons | ( | ResourceName | buttonRes, |
| ResourceName | imageSet, | ||
| Widget | targetLayout, | ||
| int | iGroupPadding, | ||
| int | iEntryPadding, | ||
| int | id, | ||
| bool | enabled ) |
| int ServerFilterGroup.GetEntriesCount | ( | ) |
| array< Widget > ServerFilterGroup.GetEntryWidgetsArray | ( | ) |
| Widget ServerFilterGroup.GetFirstEntryWidget | ( | ) |
| void ServerFilterGroup.GroupBehavior | ( | out array< bool > | filter, |
| int | pos ) |
| void ServerFilterGroup.SetSize | ( | float | size | ) |
|
protected |
| bool ServerFilterGroup.WasFilterCheck | ( | out int | id, |
| Widget | wFilter ) |
|
protected |
|
protected |
|
protected |
|
protected |
| ref ScriptInvoker ServerFilterGroup.m_OnFilterCheck = new ScriptInvoker() |
|
protected |
|
protected |