![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Protected Member Functions | |
| ESortOrder | GetSortOrder () |
| bool | GetSortOrderAscending () |
| True when sort order is ASCENDING. | |
| int | GetSortElementId () |
| string | GetSortElementName () |
| int | FindElement (string name) |
| Finds element by name. Returns id, or -1 if not found. | |
| void | SetCurrentSortElement (int id, ESortOrder order, bool useDefaultSortOrder=false, bool invokeOnChanged=true) |
| void | SetElementVisible (int id, bool visible) |
| Widget | GetRootWidget () |
| void | SetFocus (int id) |
| Sets focus on element with ID. | |
| void | HandlerAttached (Widget w) |
| void | OnButtonClicked (SCR_ModularButtonComponent compClicked) |
| SCR_SortElementComponent | GetCurrentSortElement () |
| void | InvokeOnChanged () |
Static Protected Member Functions | |
| static void | FindAllSortButtons (Widget w, array< SCR_SortElementComponent > components) |
| Find all sort button components recursively. | |
Protected Attributes | |
| ref array< SCR_SortElementComponent > | m_aSortElements |
| Widget | m_wRoot |
Sort header manages multiple sort element components. At init it scans its hierarchy for any sort elements. On clicks it ensures that only one sort element is toggled.
Definition at line 7 of file SCR_SortHeaderComponent.c.
|
inlinestaticprotected |
Find all sort button components recursively.
Definition at line 152 of file SCR_SortHeaderComponent.c.
Finds element by name. Returns id, or -1 if not found.
Definition at line 65 of file SCR_SortHeaderComponent.c.
|
inlineprotected |
Definition at line 180 of file SCR_SortHeaderComponent.c.
|
inlineprotected |
Definition at line 111 of file SCR_SortHeaderComponent.c.
|
inlineprotected |
Definition at line 42 of file SCR_SortHeaderComponent.c.
|
inlineprotected |
Definition at line 53 of file SCR_SortHeaderComponent.c.
|
inlineprotected |
Definition at line 24 of file SCR_SortHeaderComponent.c.
|
inlineprotected |
True when sort order is ASCENDING.
Definition at line 36 of file SCR_SortHeaderComponent.c.
|
inlineprotected |
Definition at line 133 of file SCR_SortHeaderComponent.c.
|
inlineprotected |
Definition at line 191 of file SCR_SortHeaderComponent.c.
|
inlineprotected |
Definition at line 167 of file SCR_SortHeaderComponent.c.
|
inlineprotected |
Definition at line 78 of file SCR_SortHeaderComponent.c.
Definition at line 102 of file SCR_SortHeaderComponent.c.
|
inlineprotected |
Sets focus on element with ID.
Definition at line 119 of file SCR_SortHeaderComponent.c.
|
protected |
Definition at line 15 of file SCR_SortHeaderComponent.c.
|
protected |
Definition at line 17 of file SCR_SortHeaderComponent.c.