![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Protected Member Functions | |
| void | SetupMenu (SCR_SelectionMenu menu) |
| override void | DisplayStartDraw (IEntity owner) |
| Setup menu. | |
| override void | DisplayOnSuspended () |
| void | FindMenu () |
| Method ready for override to find menu at custom place. | |
| void | CreateEntryWidgets () |
| Will create entries in HUD layout. | |
| void | CreateNewEntry (int i) |
| void | RemoveEntry (Widget entry, int id) |
| void | SetupEntryWidget (notnull SCR_SelectionMenuEntry entry, notnull Widget widget, int id) |
| void | ClearEntryWidgets () |
| Remove all entries from HUD layout. | |
| bool | EntriesChanged (array< ref SCR_SelectionMenuEntry > entries) |
| Check if used data are still same. | |
| void | OnMenuOpen () |
| void | OnMenuClose () |
| void | OnMenuEntriesUpdate (SCR_SelectionMenu menu, array< ref SCR_SelectionMenuEntry > entries) |
| void | OnMenuEntrySelected (SCR_SelectionMenu menu, SCR_SelectionMenuEntry entry, int id) |
| React on selected entry change. | |
| void | OnMenuEntryPerform (SCR_SelectionMenu menu, SCR_SelectionMenuEntry entry) |
| React on selected entry change. | |
| SCR_SelectionMenu | GetMenu () |
| void | DebugPrint (string method, string msg) |
Protected Attributes | |
| const float | FADE_IN_SPEED = UIConstants.FADE_RATE_SUPER_FAST |
| ResourceName | m_sEntryLayout |
| string | m_sEntriesParent |
| ref SCR_SelectionMenu | m_Menu |
| ref array< SCR_SelectionMenuEntry > | m_aEntries = {} |
| ref array< ref Widget > | m_aEntryWidgets = {} |
| SCR_SelectionMenuEntry | m_LastSelectedEntry |
| int | m_iLastSelectedId = -1 |
| Widget | m_wEntriesParent |
Radial menu class for handling HUD part of menu.
Definition at line 7 of file SCR_SelectionMenuDisplay.c.
|
inlineprotected |
Remove all entries from HUD layout.
Definition at line 164 of file SCR_SelectionMenuDisplay.c.
|
inlineprotected |
Will create entries in HUD layout.
Definition at line 95 of file SCR_SelectionMenuDisplay.c.
|
inlineprotected |
Definition at line 130 of file SCR_SelectionMenuDisplay.c.
Definition at line 273 of file SCR_SelectionMenuDisplay.c.
|
inlineprotected |
Definition at line 77 of file SCR_SelectionMenuDisplay.c.
|
inlineprotected |
Setup menu.
Definition at line 68 of file SCR_SelectionMenuDisplay.c.
|
inlineprotected |
Check if used data are still same.
Definition at line 176 of file SCR_SelectionMenuDisplay.c.
|
inlineprotected |
Method ready for override to find menu at custom place.
Definition at line 91 of file SCR_SelectionMenuDisplay.c.
|
inlineprotected |
Definition at line 263 of file SCR_SelectionMenuDisplay.c.
|
inlineprotected |
Definition at line 234 of file SCR_SelectionMenuDisplay.c.
|
inlineprotected |
Definition at line 240 of file SCR_SelectionMenuDisplay.c.
|
inlineprotected |
React on selected entry change.
Definition at line 256 of file SCR_SelectionMenuDisplay.c.
|
inlineprotected |
React on selected entry change.
Definition at line 252 of file SCR_SelectionMenuDisplay.c.
|
inlineprotected |
Definition at line 225 of file SCR_SelectionMenuDisplay.c.
Definition at line 150 of file SCR_SelectionMenuDisplay.c.
|
inlineprotected |
Setup entry widget properties specific for each menu Method can e.g. entries position - that can be different for horizontal and radial menus Ready for override
Definition at line 160 of file SCR_SelectionMenuDisplay.c.
|
inlineprotected |
Set menu and register callback reactions for menu Clear callbacks if there was any other menu used
Definition at line 37 of file SCR_SelectionMenuDisplay.c.
|
protected |
Definition at line 9 of file SCR_SelectionMenuDisplay.c.
|
protected |
Definition at line 21 of file SCR_SelectionMenuDisplay.c.
|
protected |
Definition at line 22 of file SCR_SelectionMenuDisplay.c.
|
protected |
Definition at line 25 of file SCR_SelectionMenuDisplay.c.
|
protected |
Definition at line 24 of file SCR_SelectionMenuDisplay.c.
|
protected |
Definition at line 19 of file SCR_SelectionMenuDisplay.c.
|
protected |
Definition at line 16 of file SCR_SelectionMenuDisplay.c.
|
protected |
Definition at line 12 of file SCR_SelectionMenuDisplay.c.
|
protected |
Definition at line 28 of file SCR_SelectionMenuDisplay.c.