Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_CommandToolbarEditorUIComponent Class Reference
Inheritance diagram for SCR_CommandToolbarEditorUIComponent:
SCR_BaseToolbarEditorUIComponent

Protected Member Functions

void CreateItem (SCR_EditorActionData actionData, int shortcutIndex)
void OnEditorQuickCommand (int index)
void OnEditorQuickCommand1 ()
void OnEditorQuickCommand2 ()
void OnEditorQuickCommand3 ()
void OnEditorQuickCommand4 ()
void OnEditorQuickCommand5 ()
void OnEditorQuickCommand6 ()
void OnEditorQuickCommand7 ()
void OnEditorQuickCommand8 ()
void OnEditorQuickCommand9 ()
void OnEditorQuickCommand10 ()
void ShowEntries (Widget contentWidget, int indexStart, int indexEnd)
void QueueRefresh ()
void Refresh ()
void OnFilterChange (EEditableEntityState state, set< SCR_EditableEntityComponent > entitiesInsert, set< SCR_EditableEntityComponent > entitiesRemove)
override bool IsUnique ()
override void OnInputDeviceIsGamepad (bool isGamepad)
override bool OnClick (Widget w, int x, int y, int button)
override void HandlerAttachedScripted (Widget w)
override void HandlerDeattached (Widget w)

Protected Attributes

ref array< EEditorActionGroupm_ActionGroups
ResourceName m_SeparatorLayout
SCR_CommandActionsEditorComponent m_EditorActionsComponent
SCR_BaseEditableEntityFilter m_Filter
ref array< ref SCR_EditorActionDatam_aActionData = {}
ref array< ref SCR_BaseEditorActionm_aShortcuts = {}
ref map< Widget, SCR_BaseEditorActionm_Actions = new map<Widget, SCR_BaseEditorAction>()
bool m_queuedRefresh = false

Detailed Description

Definition at line 3 of file SCR_CommandToolbarEditorUIComponent.c.

Member Function Documentation

◆ CreateItem()

void SCR_CommandToolbarEditorUIComponent::CreateItem ( SCR_EditorActionData actionData,
int shortcutIndex )
inlineprotected

Definition at line 19 of file SCR_CommandToolbarEditorUIComponent.c.

◆ HandlerAttachedScripted()

override void SCR_CommandToolbarEditorUIComponent::HandlerAttachedScripted ( Widget w)
inlineprotected

Definition at line 195 of file SCR_CommandToolbarEditorUIComponent.c.

◆ HandlerDeattached()

override void SCR_CommandToolbarEditorUIComponent::HandlerDeattached ( Widget w)
inlineprotected

Definition at line 226 of file SCR_CommandToolbarEditorUIComponent.c.

◆ IsUnique()

override bool SCR_CommandToolbarEditorUIComponent::IsUnique ( )
inlineprotected

Definition at line 158 of file SCR_CommandToolbarEditorUIComponent.c.

◆ OnClick()

override bool SCR_CommandToolbarEditorUIComponent::OnClick ( Widget w,
int x,
int y,
int button )
inlineprotected

Definition at line 181 of file SCR_CommandToolbarEditorUIComponent.c.

◆ OnEditorQuickCommand()

void SCR_CommandToolbarEditorUIComponent::OnEditorQuickCommand ( int index)
inlineprotected

Definition at line 42 of file SCR_CommandToolbarEditorUIComponent.c.

◆ OnEditorQuickCommand1()

void SCR_CommandToolbarEditorUIComponent::OnEditorQuickCommand1 ( )
inlineprotected

Definition at line 47 of file SCR_CommandToolbarEditorUIComponent.c.

◆ OnEditorQuickCommand10()

void SCR_CommandToolbarEditorUIComponent::OnEditorQuickCommand10 ( )
inlineprotected

Definition at line 56 of file SCR_CommandToolbarEditorUIComponent.c.

◆ OnEditorQuickCommand2()

void SCR_CommandToolbarEditorUIComponent::OnEditorQuickCommand2 ( )
inlineprotected

Definition at line 48 of file SCR_CommandToolbarEditorUIComponent.c.

◆ OnEditorQuickCommand3()

void SCR_CommandToolbarEditorUIComponent::OnEditorQuickCommand3 ( )
inlineprotected

Definition at line 49 of file SCR_CommandToolbarEditorUIComponent.c.

◆ OnEditorQuickCommand4()

void SCR_CommandToolbarEditorUIComponent::OnEditorQuickCommand4 ( )
inlineprotected

Definition at line 50 of file SCR_CommandToolbarEditorUIComponent.c.

◆ OnEditorQuickCommand5()

void SCR_CommandToolbarEditorUIComponent::OnEditorQuickCommand5 ( )
inlineprotected

Definition at line 51 of file SCR_CommandToolbarEditorUIComponent.c.

◆ OnEditorQuickCommand6()

void SCR_CommandToolbarEditorUIComponent::OnEditorQuickCommand6 ( )
inlineprotected

Definition at line 52 of file SCR_CommandToolbarEditorUIComponent.c.

◆ OnEditorQuickCommand7()

void SCR_CommandToolbarEditorUIComponent::OnEditorQuickCommand7 ( )
inlineprotected

Definition at line 53 of file SCR_CommandToolbarEditorUIComponent.c.

◆ OnEditorQuickCommand8()

void SCR_CommandToolbarEditorUIComponent::OnEditorQuickCommand8 ( )
inlineprotected

Definition at line 54 of file SCR_CommandToolbarEditorUIComponent.c.

◆ OnEditorQuickCommand9()

void SCR_CommandToolbarEditorUIComponent::OnEditorQuickCommand9 ( )
inlineprotected

Definition at line 55 of file SCR_CommandToolbarEditorUIComponent.c.

◆ OnFilterChange()

void SCR_CommandToolbarEditorUIComponent::OnFilterChange ( EEditableEntityState state,
set< SCR_EditableEntityComponent > entitiesInsert,
set< SCR_EditableEntityComponent > entitiesRemove )
inlineprotected
Parameters
[in]state
[in]entitiesInsert
[in]entitiesRemove

Definition at line 152 of file SCR_CommandToolbarEditorUIComponent.c.

◆ OnInputDeviceIsGamepad()

override void SCR_CommandToolbarEditorUIComponent::OnInputDeviceIsGamepad ( bool isGamepad)
inlineprotected

Definition at line 164 of file SCR_CommandToolbarEditorUIComponent.c.

◆ QueueRefresh()

void SCR_CommandToolbarEditorUIComponent::QueueRefresh ( )
inlineprotected

Definition at line 84 of file SCR_CommandToolbarEditorUIComponent.c.

◆ Refresh()

void SCR_CommandToolbarEditorUIComponent::Refresh ( )
inlineprotected

Definition at line 93 of file SCR_CommandToolbarEditorUIComponent.c.

◆ ShowEntries()

void SCR_CommandToolbarEditorUIComponent::ShowEntries ( Widget contentWidget,
int indexStart,
int indexEnd )
inlineprotected

Definition at line 61 of file SCR_CommandToolbarEditorUIComponent.c.

Member Data Documentation

◆ m_aActionData

ref array<ref SCR_EditorActionData> SCR_CommandToolbarEditorUIComponent::m_aActionData = {}
protected

Definition at line 13 of file SCR_CommandToolbarEditorUIComponent.c.

◆ m_ActionGroups

ref array<EEditorActionGroup> SCR_CommandToolbarEditorUIComponent::m_ActionGroups
protected

Definition at line 6 of file SCR_CommandToolbarEditorUIComponent.c.

◆ m_Actions

ref map<Widget, SCR_BaseEditorAction> SCR_CommandToolbarEditorUIComponent::m_Actions = new map<Widget, SCR_BaseEditorAction>()
protected

Definition at line 15 of file SCR_CommandToolbarEditorUIComponent.c.

◆ m_aShortcuts

ref array<ref SCR_BaseEditorAction> SCR_CommandToolbarEditorUIComponent::m_aShortcuts = {}
protected

Definition at line 14 of file SCR_CommandToolbarEditorUIComponent.c.

◆ m_EditorActionsComponent

SCR_CommandActionsEditorComponent SCR_CommandToolbarEditorUIComponent::m_EditorActionsComponent
protected

Definition at line 11 of file SCR_CommandToolbarEditorUIComponent.c.

◆ m_Filter

SCR_BaseEditableEntityFilter SCR_CommandToolbarEditorUIComponent::m_Filter
protected

Definition at line 12 of file SCR_CommandToolbarEditorUIComponent.c.

◆ m_queuedRefresh

bool SCR_CommandToolbarEditorUIComponent::m_queuedRefresh = false
protected

Definition at line 17 of file SCR_CommandToolbarEditorUIComponent.c.

◆ m_SeparatorLayout

ResourceName SCR_CommandToolbarEditorUIComponent::m_SeparatorLayout
protected

Definition at line 9 of file SCR_CommandToolbarEditorUIComponent.c.


The documentation for this class was generated from the following file: