Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
SCR_ActionsToolbarEditorUIComponent.c File Reference

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_EditorActionDatam_aActionData = {}
 
protected SCR_BaseEditorAction m_RepeatAction
 
protected int m_iActionFlags
 
protected ref map< Widget, SCR_BaseEditorActionm_Actions = new map<Widget, SCR_BaseEditorAction>()
 

Function Documentation

◆ CreateItem()

protected Widget CreateItem ( SCR_EditorActionData  actionData)

Definition at line 29 of file SCR_ActionsToolbarEditorUIComponent.c.

◆ HandlerAttachedScripted()

override void HandlerAttachedScripted ( Widget  w)

Definition at line 171 of file SCR_ActionsToolbarEditorUIComponent.c.

◆ HandlerDeattached()

override void HandlerDeattached ( Widget  w)

Definition at line 213 of file SCR_ActionsToolbarEditorUIComponent.c.

◆ OnClick()

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

Definition at line 143 of file SCR_ActionsToolbarEditorUIComponent.c.

◆ OnGlobalNightModeEnabledChanged()

protected void OnGlobalNightModeEnabledChanged ( bool  enabled)

Definition at line 130 of file SCR_ActionsToolbarEditorUIComponent.c.

◆ OnRepeat()

override void OnRepeat ( )

Definition at line 136 of file SCR_ActionsToolbarEditorUIComponent.c.

◆ Refresh()

override protected void Refresh ( )

Definition at line 92 of file SCR_ActionsToolbarEditorUIComponent.c.

◆ ShowEntries()

override protected void ShowEntries ( Widget  contentWidget,
int  indexStart,
int  indexEnd 
)

Definition at line 68 of file SCR_ActionsToolbarEditorUIComponent.c.

Variable Documentation

◆ m_aActionData

protected ref array<ref SCR_EditorActionData> m_aActionData = {}

Definition at line 23 of file SCR_ActionsToolbarEditorUIComponent.c.

◆ m_Actions

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

Definition at line 26 of file SCR_ActionsToolbarEditorUIComponent.c.

◆ m_ActionType

EEditorActionType m_ActionType

Definition at line 3 of file SCR_ActionsToolbarEditorUIComponent.c.

◆ m_EditorActionsComponent

protected SCR_ToolbarActionsEditorComponent m_EditorActionsComponent

Definition at line 22 of file SCR_ActionsToolbarEditorUIComponent.c.

◆ m_iActionFlags

protected int m_iActionFlags

Definition at line 25 of file SCR_ActionsToolbarEditorUIComponent.c.

◆ m_Layout

ResourceName m_Layout

Definition at line 6 of file SCR_ActionsToolbarEditorUIComponent.c.

◆ m_RepeatAction

protected SCR_BaseEditorAction m_RepeatAction

Definition at line 24 of file SCR_ActionsToolbarEditorUIComponent.c.

◆ m_SeparatorLayout

protected ResourceName m_SeparatorLayout

Definition at line 20 of file SCR_ActionsToolbarEditorUIComponent.c.