![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Protected Member Functions | |
| void | RecalculateCount () |
| void | Clear () |
| int | Count (bool recalculate=false) |
| void | RemoveAt (int index) |
| void | AddEntry (SCR_RadialMenuPair pair) |
| void | AddEntry (Widget widget, BaseSelectionMenuEntry entry) |
| void | RemoveByWidget (Widget widget) |
| void | RemoveByEntry (BaseSelectionMenuEntry entry) |
| void | SetEntryAt (int index, BaseSelectionMenuEntry entry) |
| void | SetWidgetAt (int index, Widget value) |
| Widget | GetWidgetAt (int index) |
| BaseSelectionMenuEntry | GetEntryAt (int index) |
| ref SCR_RadialMenuPair | GetAt (int index) |
| void | SCR_RadialMenuWidgetPairList () |
| void | ~SCR_RadialMenuWidgetPairList () |
Protected Attributes | |
| ref array< Widget > | m_aWidgets |
| ref array< BaseSelectionMenuEntry > | m_aEntries |
| int | m_iCount |
Wrapper around list of radial menu pairs (entry, widget) to provide easy way of handling entry-widget linking in the radial menu ValueType should inherit from Widget EntryType should inherit from BaseSelectionMenuEntry
Definition at line 6 of file SCR_RadialMenuPair.c.
|
inlineprotected |
Definition at line 149 of file SCR_RadialMenuPair.c.
|
inlineprotected |
Definition at line 156 of file SCR_RadialMenuPair.c.
|
inlineprotected |
Definition at line 49 of file SCR_RadialMenuPair.c.
|
inlineprotected |
Definition at line 61 of file SCR_RadialMenuPair.c.
|
inlineprotected |
Definition at line 19 of file SCR_RadialMenuPair.c.
Definition at line 28 of file SCR_RadialMenuPair.c.
|
inlineprotected |
Definition at line 138 of file SCR_RadialMenuPair.c.
|
inlineprotected |
Definition at line 128 of file SCR_RadialMenuPair.c.
Definition at line 118 of file SCR_RadialMenuPair.c.
|
inlineprotected |
Definition at line 13 of file SCR_RadialMenuPair.c.
|
inlineprotected |
Definition at line 37 of file SCR_RadialMenuPair.c.
|
inlineprotected |
Definition at line 83 of file SCR_RadialMenuPair.c.
|
inlineprotected |
Definition at line 68 of file SCR_RadialMenuPair.c.
|
inlineprotected |
Definition at line 98 of file SCR_RadialMenuPair.c.
Definition at line 108 of file SCR_RadialMenuPair.c.
|
protected |
Definition at line 9 of file SCR_RadialMenuPair.c.
|
protected |
Definition at line 8 of file SCR_RadialMenuPair.c.
|
protected |
Definition at line 10 of file SCR_RadialMenuPair.c.