![]() |
Arma Reforger Explorer
1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Go to the source code of this file.
Data Structures | |
| class | SCR_ActionsToolbarItemEditorUIComponent |
Functions | |
| class SCR_ActionsToolbarItemEditorUIComponent | Attribute ()] protected ref array< ref SCR_ActionsToolbarItemEditorUIComponent > m_aItemLayouts |
| Post-process effect of scripted camera. More... | |
| protected Widget | CreateItem (SCR_EditorActionData actionData) |
| override protected void | ShowEntries (Widget contentWidget, int indexStart, int indexEnd) |
| override protected void | Refresh () |
| protected void | OnGlobalNightModeEnabledChanged (bool enabled) |
| override void | OnRepeat () |
| override bool | OnClick (Widget w, int x, int y, int button) |
| override void | HandlerAttachedScripted (Widget w) |
| override void | HandlerDeattached (Widget w) |
Variables | |
| EEditorActionType | m_ActionType |
| ResourceName | m_Layout |
| protected ResourceName | m_SeparatorLayout |
| protected SCR_ToolbarActionsEditorComponent | m_EditorActionsComponent |
| protected ref array< ref SCR_EditorActionData > | m_aActionData = {} |
| protected SCR_BaseEditorAction | m_RepeatAction |
| protected int | m_iActionFlags |
| protected ref map< Widget, SCR_BaseEditorAction > | m_Actions = new map<Widget, SCR_BaseEditorAction>() |
| protected Widget CreateItem | ( | SCR_EditorActionData | actionData | ) |
Definition at line 29 of file SCR_ActionsToolbarEditorUIComponent.c.
| override void HandlerAttachedScripted | ( | Widget | w | ) |
Definition at line 171 of file SCR_ActionsToolbarEditorUIComponent.c.
| override void HandlerDeattached | ( | Widget | w | ) |
Definition at line 213 of file SCR_ActionsToolbarEditorUIComponent.c.
Definition at line 143 of file SCR_ActionsToolbarEditorUIComponent.c.
| protected void OnGlobalNightModeEnabledChanged | ( | bool | enabled | ) |
Definition at line 130 of file SCR_ActionsToolbarEditorUIComponent.c.
| override void OnRepeat | ( | ) |
Definition at line 136 of file SCR_ActionsToolbarEditorUIComponent.c.
| override protected void Refresh | ( | ) |
Definition at line 92 of file SCR_ActionsToolbarEditorUIComponent.c.
Definition at line 68 of file SCR_ActionsToolbarEditorUIComponent.c.
| protected ref array<ref SCR_EditorActionData> m_aActionData = {} |
Definition at line 23 of file SCR_ActionsToolbarEditorUIComponent.c.
| protected ref map<Widget, SCR_BaseEditorAction> m_Actions = new map<Widget, SCR_BaseEditorAction>() |
Definition at line 26 of file SCR_ActionsToolbarEditorUIComponent.c.
| EEditorActionType m_ActionType |
Definition at line 3 of file SCR_ActionsToolbarEditorUIComponent.c.
| protected SCR_ToolbarActionsEditorComponent m_EditorActionsComponent |
Definition at line 22 of file SCR_ActionsToolbarEditorUIComponent.c.
| protected int m_iActionFlags |
Definition at line 25 of file SCR_ActionsToolbarEditorUIComponent.c.
| ResourceName m_Layout |
Definition at line 6 of file SCR_ActionsToolbarEditorUIComponent.c.
| protected SCR_BaseEditorAction m_RepeatAction |
Definition at line 24 of file SCR_ActionsToolbarEditorUIComponent.c.
| protected ResourceName m_SeparatorLayout |
Definition at line 20 of file SCR_ActionsToolbarEditorUIComponent.c.