Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_ActionsToolbarEditorUIComponent.c File Reference

Go to the source code of this file.

Classes

class  SCR_ActionsToolbarItemEditorUIComponent

Functions

class SCR_ActionsToolbarItemEditorUIComponent Attribute ()] protected ref array< ref SCR_ActionsToolbarItemEditorUIComponent > m_aItemLayouts
Widget CreateItem (SCR_EditorActionData actionData)
void ShowEntries (Widget contentWidget, int indexStart, int indexEnd)
void Refresh ()
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
ResourceName m_SeparatorLayout
SCR_ToolbarActionsEditorComponent m_EditorActionsComponent
ref array< ref SCR_EditorActionDatam_aActionData = {}
SCR_BaseEditorAction m_RepeatAction
int m_iActionFlags
ref map< Widget, SCR_BaseEditorActionm_Actions = new map<Widget, SCR_BaseEditorAction>()

Function Documentation

◆ CreateItem()

Widget CreateItem ( SCR_EditorActionData actionData)
protected

Definition at line 29 of file SCR_ActionsToolbarEditorUIComponent.c.

◆ HandlerAttachedScripted()

override void HandlerAttachedScripted ( Widget w)
protected

Definition at line 171 of file SCR_ActionsToolbarEditorUIComponent.c.

◆ HandlerDeattached()

override void HandlerDeattached ( Widget w)
protected

Definition at line 213 of file SCR_ActionsToolbarEditorUIComponent.c.

◆ OnClick()

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

Definition at line 143 of file SCR_ActionsToolbarEditorUIComponent.c.

◆ OnGlobalNightModeEnabledChanged()

void OnGlobalNightModeEnabledChanged ( bool enabled)
protected

Definition at line 130 of file SCR_ActionsToolbarEditorUIComponent.c.

◆ OnRepeat()

override void OnRepeat ( )
protected

Definition at line 136 of file SCR_ActionsToolbarEditorUIComponent.c.

◆ Refresh()

void Refresh ( )
protected

Definition at line 92 of file SCR_ActionsToolbarEditorUIComponent.c.

◆ ShowEntries()

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

Definition at line 68 of file SCR_ActionsToolbarEditorUIComponent.c.

Variable Documentation

◆ m_aActionData

ref array<ref SCR_EditorActionData> m_aActionData = {}
protected

Definition at line 23 of file SCR_ActionsToolbarEditorUIComponent.c.

◆ m_Actions

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

Definition at line 26 of file SCR_ActionsToolbarEditorUIComponent.c.

◆ m_ActionType

EEditorActionType m_ActionType

Definition at line 1 of file SCR_ActionsToolbarEditorUIComponent.c.

◆ m_EditorActionsComponent

SCR_ToolbarActionsEditorComponent m_EditorActionsComponent
protected

Definition at line 22 of file SCR_ActionsToolbarEditorUIComponent.c.

◆ m_iActionFlags

int m_iActionFlags
protected

Definition at line 25 of file SCR_ActionsToolbarEditorUIComponent.c.

◆ m_Layout

ResourceName m_Layout

Definition at line 4 of file SCR_ActionsToolbarEditorUIComponent.c.

◆ m_RepeatAction

SCR_BaseEditorAction m_RepeatAction
protected

Definition at line 24 of file SCR_ActionsToolbarEditorUIComponent.c.

◆ m_SeparatorLayout

ResourceName m_SeparatorLayout
protected

Definition at line 20 of file SCR_ActionsToolbarEditorUIComponent.c.