Arma Reforger Script API
Loading...
Searching...
No Matches
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
SCR_ContextMenuActionsEditorUIComponent Interface Reference
Inheritance diagram for SCR_ContextMenuActionsEditorUIComponent:
[legend]

Public Member Functions

override void CloseContextMenu ()
 
override void HandlerAttachedScripted (Widget w)
 Event called when subcomponent is initialized.
 
override void HandlerDeattached (Widget w)
 
- Public Member Functions inherited from SCR_BaseContextMenuEditorUIComponent
void CloseContextMenu ()
 
ScriptInvoker GetOnContextMenuToggle ()
 
bool IsContextMenuOpen ()
 
override void HandlerAttachedScripted (Widget w)
 Event called when subcomponent is initialized.
 
override void HandlerDeattached (Widget w)
 
- Public Member Functions inherited from MenuRootSubComponent
Widget GetWidget ()
 Get widget to which the component belongs to.
 
MenuRootBase GetMenu ()
 Get menu of which the widget is part of.
 
MenuRootComponent GetRootComponent ()
 Get root component of this subcomponent,.
 
void HandlerAttachedScripted (Widget w)
 Event called when subcomponent is initialized.
 
override void HandlerAttached (Widget w)
 
override void HandlerDeattached (Widget w)
 

Protected Member Functions

void OnHoveredEntityCheck (float tDelta)
 
override void PopulateContextMenu (vector cursorWorldPosition)
 
override void OnEditorModeChanged ()
 
override void OpenContextMenu ()
 
void DelayedCloseSound ()
 
void OnOpenActionsMenuUp ()
 
override void OnOpenActionsMenuDown ()
 
- Protected Member Functions inherited from SCR_BaseContextMenuEditorUIComponent
void OnInputDeviceIsGamepad (bool isGamepad)
 
void PopulateContextMenu (vector cursorWorldPosition)
 
void OpenContextMenu ()
 
vector GetCursorWorldPos ()
 
void RemoveButtonWidgets ()
 
void OnMouseLeftDown ()
 
void OnOpenActionsMenuDown ()
 
void OnContextMenuOptionClicked (Widget widget, float value, EActionTrigger reason)
 
void OnEditorModeChanged ()
 
- Protected Member Functions inherited from SCR_BaseEditorUIComponent
vector OnCancelDown ()
 
bool OnCancelUp ()
 
void OnCancelExpired ()
 
- Protected Member Functions inherited from MenuRootSubComponent
bool IsUnique ()
 Is the component to exist only in one instance? If so, it will be registered in the list of components and can be searched for.
 

Protected Attributes

string m_sSoundOnOpen
 
string m_sSoundOnCancelClose
 
bool m_bEditorIsSelectingState = true
 
SCR_EditableEntityComponent m_HoveredEntityReference
 
- Protected Attributes inherited from SCR_BaseContextMenuEditorUIComponent
ResourceName m_ButtonPath
 
string m_VLayoutWidgetName
 
string m_sBottomBarName
 
int m_ButtonPrefabSizeX
 
int m_ButtonPrefabSizeY
 
float m_fMenuMouseOffsetX
 
float m_fFadeDelayNextButton
 
float m_fButtonFadeSpeed
 
InputManager m_InputManager
 
WorkspaceWidget m_WorkSpace
 
Widget m_ContextMenu
 
Widget m_VLayout
 
SCR_FadeUIComponent m_BottomBarFadeUI
 
vector m_MouseDownScreenPos
 
vector m_MouseDownWorldPos
 
ref map< Widget, SCR_BaseEditorActionm_ButtonActions = new map<Widget, SCR_BaseEditorAction>
 
SCR_BaseActionsEditorComponent m_EditorActionsComponent
 
SCR_EditorManagerEntity m_EditorManager
 
SCR_CursorEditorUIComponent m_CursorComponent
 
SCR_MouseAreaEditorUIComponent m_MouseArea
 
int m_ActionFlagsOnOpen
 
ref ScriptInvoker m_OnContextMenuToggle = new ScriptInvoker()
 
- Protected Attributes inherited from SCR_BaseEditorUIComponent
vector m_vClickPosCancel
 

Additional Inherited Members

- Static Public Attributes inherited from SCR_BaseEditorUIComponent
const int CANCEL_CLICK_MAX_DIS = 5
 
const int CANCEL_CLICK_MAX_TIME = 500
 

Member Function Documentation

◆ CloseContextMenu()

override void SCR_ContextMenuActionsEditorUIComponent.CloseContextMenu ( )

◆ DelayedCloseSound()

void SCR_ContextMenuActionsEditorUIComponent.DelayedCloseSound ( )
protected

◆ HandlerAttachedScripted()

override void SCR_ContextMenuActionsEditorUIComponent.HandlerAttachedScripted ( Widget  w)

Event called when subcomponent is initialized.

Called only after all other subcomponents were registered as well and can be searched for. To be overwritten by inherited classes.

Parameters
Widget

Implements SCR_BaseContextMenuEditorUIComponent.

◆ HandlerDeattached()

override void SCR_ContextMenuActionsEditorUIComponent.HandlerDeattached ( Widget  w)

◆ OnEditorModeChanged()

override void SCR_ContextMenuActionsEditorUIComponent.OnEditorModeChanged ( )
protected

◆ OnHoveredEntityCheck()

void SCR_ContextMenuActionsEditorUIComponent.OnHoveredEntityCheck ( float  tDelta)
protected

◆ OnOpenActionsMenuDown()

override void SCR_ContextMenuActionsEditorUIComponent.OnOpenActionsMenuDown ( )
protected

◆ OnOpenActionsMenuUp()

void SCR_ContextMenuActionsEditorUIComponent.OnOpenActionsMenuUp ( )
protected

◆ OpenContextMenu()

override void SCR_ContextMenuActionsEditorUIComponent.OpenContextMenu ( )
protected

◆ PopulateContextMenu()

override void SCR_ContextMenuActionsEditorUIComponent.PopulateContextMenu ( vector  cursorWorldPosition)
protected

Member Data Documentation

◆ m_bEditorIsSelectingState

bool SCR_ContextMenuActionsEditorUIComponent.m_bEditorIsSelectingState = true
protected

◆ m_HoveredEntityReference

SCR_EditableEntityComponent SCR_ContextMenuActionsEditorUIComponent.m_HoveredEntityReference
protected

◆ m_sSoundOnCancelClose

string SCR_ContextMenuActionsEditorUIComponent.m_sSoundOnCancelClose
protected

◆ m_sSoundOnOpen

string SCR_ContextMenuActionsEditorUIComponent.m_sSoundOnOpen
protected

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