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

Public Member Functions

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.
 
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 OnStateChanged (EEditorState state, EEditorState statePrev)
 
- 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

EEditorState m_State
 
bool m_bInverted
 
- 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

◆ HandlerAttachedScripted()

override void SCR_EditorStateConditionUIComponent.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_EditorStateConditionUIComponent.HandlerDeattached ( Widget  w)

Implements MenuRootSubComponent.

◆ IsUnique()

override bool SCR_EditorStateConditionUIComponent.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.

To be overwritten by inherited classes.

Returns
True if unique

Implements MenuRootSubComponent.

◆ OnStateChanged()

void SCR_EditorStateConditionUIComponent.OnStateChanged ( EEditorState  state,
EEditorState  statePrev 
)
protected

Member Data Documentation

◆ m_bInverted

bool SCR_EditorStateConditionUIComponent.m_bInverted
protected

◆ m_State

EEditorState SCR_EditorStateConditionUIComponent.m_State
protected

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