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

Public Member Functions

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 OnTargetChange (SCR_EditableEntityComponent target)
 
void Clear ()
 
void ResetGracePeriod ()
 
void OnMenuUpdate (float tDelta)
 
override 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 Member Functions inherited from SCR_BaseEditorUIComponent
vector OnCancelDown ()
 
bool OnCancelUp ()
 
void OnCancelExpired ()
 
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

float m_fAutoEnterDuration
 
float m_fAutoEnterDelay
 
SCR_LayersEditorComponent m_LayersManager
 
SCR_PreviewEntityEditorComponent m_PreviewEntityManager
 
SCR_TransformingEditorComponent m_TransformingManager
 
SCR_HoverEditableEntityFilter m_HoverFilter
 
SCR_RadialProgressBarUIComponent m_RadialProgressUI
 
SCR_EditableEntityComponent m_AutoEnterTarget
 
float m_fAutoEnterCharge = -1
 
bool m_bCanCharge = true
 
- 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

◆ Clear()

void SCR_LayerAutoEnterUIComponent.Clear ( )
protected

◆ HandlerAttachedScripted()

override void SCR_LayerAutoEnterUIComponent.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 MenuRootSubComponent.

◆ HandlerDeattached()

override void SCR_LayerAutoEnterUIComponent.HandlerDeattached ( Widget  w)

Implements MenuRootSubComponent.

◆ IsUnique()

override bool SCR_LayerAutoEnterUIComponent.IsUnique ( )
protected

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.

To be overwritten by inherited classes.

Returns
True if unique

Implements MenuRootSubComponent.

◆ OnMenuUpdate()

void SCR_LayerAutoEnterUIComponent.OnMenuUpdate ( float  tDelta)
protected

◆ OnTargetChange()

void SCR_LayerAutoEnterUIComponent.OnTargetChange ( SCR_EditableEntityComponent  target)
protected

◆ ResetGracePeriod()

void SCR_LayerAutoEnterUIComponent.ResetGracePeriod ( )
protected

Member Data Documentation

◆ m_AutoEnterTarget

SCR_EditableEntityComponent SCR_LayerAutoEnterUIComponent.m_AutoEnterTarget
protected

◆ m_bCanCharge

bool SCR_LayerAutoEnterUIComponent.m_bCanCharge = true
protected

◆ m_fAutoEnterCharge

float SCR_LayerAutoEnterUIComponent.m_fAutoEnterCharge = -1
protected

◆ m_fAutoEnterDelay

float SCR_LayerAutoEnterUIComponent.m_fAutoEnterDelay
protected

◆ m_fAutoEnterDuration

float SCR_LayerAutoEnterUIComponent.m_fAutoEnterDuration
protected

◆ m_HoverFilter

SCR_HoverEditableEntityFilter SCR_LayerAutoEnterUIComponent.m_HoverFilter
protected

◆ m_LayersManager

SCR_LayersEditorComponent SCR_LayerAutoEnterUIComponent.m_LayersManager
protected

◆ m_PreviewEntityManager

SCR_PreviewEntityEditorComponent SCR_LayerAutoEnterUIComponent.m_PreviewEntityManager
protected

◆ m_RadialProgressUI

SCR_RadialProgressBarUIComponent SCR_LayerAutoEnterUIComponent.m_RadialProgressUI
protected

◆ m_TransformingManager

SCR_TransformingEditorComponent SCR_LayerAutoEnterUIComponent.m_TransformingManager
protected

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