![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Protected Member Functions | |
| ScriptInvoker | GetOnToggleChange () |
| void | Toggle (int value, bool highlight=false) |
| int | GetCurrentValue () |
| Current value. | |
| int | GetCurrentHighlight () |
| Current value. | |
| void | Track () |
| void | Untrack () |
| SCR_UIInfo | GetInfoToggled () |
Protected Attributes | |
| ref SCR_UIInfo | m_InfoToggled |
| ref ScriptInvoker | m_OnToggleChanged = new ScriptInvoker() |
| int | m_iCurrentValue = -1 |
| bool | m_bCurrentHighlight = false |
Definition at line 3 of file SCR_BaseToggleToolbarAction.c.
|
inlineprotected |
Current value.
Definition at line 42 of file SCR_BaseToggleToolbarAction.c.
|
inlineprotected |
Current value.
Definition at line 36 of file SCR_BaseToggleToolbarAction.c.
|
inlineprotected |
Definition at line 70 of file SCR_BaseToggleToolbarAction.c.
|
inlineprotected |
Get ScriptInvoker called when the action is toggled by some external event.
Definition at line 16 of file SCR_BaseToggleToolbarAction.c.
Toggle action state. To be called by inherited classes.
Definition at line 25 of file SCR_BaseToggleToolbarAction.c.
|
inlineprotected |
Track events which influence the action. Called when the action's GUI representation is created. To be overloaded by inherited classes.
Definition at line 52 of file SCR_BaseToggleToolbarAction.c.
|
inlineprotected |
Untrack events which influence the action. Called when the action's GUI representation is destroyed. To be overloaded by inherited classes.
Definition at line 61 of file SCR_BaseToggleToolbarAction.c.
|
protected |
Definition at line 11 of file SCR_BaseToggleToolbarAction.c.
|
protected |
Definition at line 10 of file SCR_BaseToggleToolbarAction.c.
|
protected |
Definition at line 6 of file SCR_BaseToggleToolbarAction.c.
|
protected |
Definition at line 8 of file SCR_BaseToggleToolbarAction.c.