![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Protected Member Functions | |
| bool | IsDefaultState () |
| EEditorState | GetState () |
| bool | SetState (EEditorState state) |
| void | UnsetState (EEditorState state) |
| bool | CanSet (EEditorState state) |
| bool | SetIsWaiting (bool isWaiting) |
| bool | IsWaiting () |
| void | SetSafeDialog (bool value) |
| ScriptInvoker | GetOnStateChange () |
| ScriptInvoker | GetOnIsWaitingChange () |
| override void | EOnEditorDebug (array< string > debugTexts) |
Protected Attributes | |
| MenuBase | m_MenuUponWaiting |
| bool | m_bIsSafeDialog |
Manager of unique editor states
Definition at line 9 of file SCR_StatesEditorComponent.c.
|
inlineprotected |
Check if given state can be set.
| state | Editor state |
Definition at line 66 of file SCR_StatesEditorComponent.c.
|
inlineprotected |
Definition at line 148 of file SCR_StatesEditorComponent.c.
|
inlineprotected |
Get event called when waiting state changes.
Definition at line 143 of file SCR_StatesEditorComponent.c.
|
inlineprotected |
Get event called when editor state changes.
Definition at line 135 of file SCR_StatesEditorComponent.c.
|
inlineprotected |
Get current editor state.
Definition at line 33 of file SCR_StatesEditorComponent.c.
|
inlineprotected |
Check if the current state is default
Definition at line 25 of file SCR_StatesEditorComponent.c.
|
inlineprotected |
Check if some feature is waiting for server. Used for example when user click on a button to open attributes, but there's a delay before server processes the request.
Definition at line 118 of file SCR_StatesEditorComponent.c.
Set editor to waiting for server.
| isWaiting | True if waiting for server |
Definition at line 93 of file SCR_StatesEditorComponent.c.
|
inlineprotected |
Tell the system if the currently opened dialog is safe to be ignored in 'waiting' condition.
| value | True if the dialog will not prevent waiting status from failing (it would notmally do when any dialog is opened). |
Definition at line 126 of file SCR_StatesEditorComponent.c.
|
inlineprotected |
Set current editor state.
| state | Editor state |
Definition at line 41 of file SCR_StatesEditorComponent.c.
|
inlineprotected |
If given state is the current one, set the state to default
| state | Editor state |
Definition at line 58 of file SCR_StatesEditorComponent.c.
|
protected |
Definition at line 19 of file SCR_StatesEditorComponent.c.
|
protected |
Definition at line 18 of file SCR_StatesEditorComponent.c.