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

Go to the source code of this file.

Data Structures

class  SCR_HighlightedEditorUIComponent
 Is an highlighted icon which, if animated pulsates. More...
 

Functions

SCR_HighlightedEditorUIComponent SCR_BaseEditableEntityUIComponent BaseContainerProps ()
 
protected void OnUpdateHighlight (SCR_EditableEntityComponent entity, EEditableEntityHighlight highlight, int highlightCount)
 
protected void OnSelectedChange (EEditableEntityState state, set< SCR_EditableEntityComponent > entitiesInsert, set< SCR_EditableEntityComponent > entitiesRemove)
 
protected void StopAnimations (Widget w)
 
override void OnInit (SCR_EditableEntityComponent entity, SCR_UIInfo info, SCR_EditableEntityBaseSlotUIComponent slot)
 
override bool OnClick (Widget w, int x, int y, int button)
 
override void HandlerDeattached (Widget w)
 
SCR_HighlightedEditorUIComponent SCR_BaseEditableEntityUIComponent SCR_BaseContainerCustomTitleEnum (EEditableEntityHighlight, "m_HighlightType")
 

Variables

protected string m_ImageWidgetName
 
protected string m_TextWidgetName
 
protected string m_AnimWidgetName
 
protected ResourceName m_DefaultIcon
 
protected ResourceName m_MultiHighlightIcon
 
protected ref array< ref SCR_HighlightVisual > m_aHighlightVisuals
 
protected bool m_bAnimate
 
protected SCR_HighlightedEditorComponent m_HighlightedEditorComponent
 
protected ImageWidget m_ImageWidget
 
protected TextWidget m_TextWidget
 

Function Documentation

◆ BaseContainerProps()

◆ HandlerDeattached()

override void BaseContainerProps::HandlerDeattached ( Widget  w)

Definition at line 136 of file SCR_HighlightedEditorUIComponent.c.

◆ OnClick()

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

Definition at line 129 of file SCR_HighlightedEditorUIComponent.c.

◆ OnInit()

override void BaseContainerProps::OnInit ( SCR_EditableEntityComponent  entity,
SCR_UIInfo  info,
SCR_EditableEntityBaseSlotUIComponent  slot 
)

Definition at line 90 of file SCR_HighlightedEditorUIComponent.c.

◆ OnSelectedChange()

protected void BaseContainerProps::OnSelectedChange ( EEditableEntityState  state,
set< SCR_EditableEntityComponent entitiesInsert,
set< SCR_EditableEntityComponent entitiesRemove 
)

Definition at line 63 of file SCR_HighlightedEditorUIComponent.c.

◆ OnUpdateHighlight()

protected void BaseContainerProps::OnUpdateHighlight ( SCR_EditableEntityComponent  entity,
EEditableEntityHighlight  highlight,
int  highlightCount 
)

Definition at line 31 of file SCR_HighlightedEditorUIComponent.c.

◆ SCR_BaseContainerCustomTitleEnum()

◆ StopAnimations()

protected void BaseContainerProps::StopAnimations ( Widget  w)

Definition at line 70 of file SCR_HighlightedEditorUIComponent.c.

Variable Documentation

◆ m_aHighlightVisuals

protected ref array<ref SCR_HighlightVisual> m_aHighlightVisuals

Definition at line 18 of file SCR_HighlightedEditorUIComponent.c.

◆ m_AnimWidgetName

protected string m_AnimWidgetName

Definition at line 9 of file SCR_HighlightedEditorUIComponent.c.

◆ m_bAnimate

protected bool m_bAnimate

Definition at line 21 of file SCR_HighlightedEditorUIComponent.c.

◆ m_DefaultIcon

protected ResourceName m_DefaultIcon

Definition at line 12 of file SCR_HighlightedEditorUIComponent.c.

◆ m_HighlightedEditorComponent

protected SCR_HighlightedEditorComponent m_HighlightedEditorComponent

Definition at line 24 of file SCR_HighlightedEditorUIComponent.c.

◆ m_ImageWidget

protected ImageWidget m_ImageWidget

Definition at line 25 of file SCR_HighlightedEditorUIComponent.c.

◆ m_ImageWidgetName

protected string m_ImageWidgetName

Definition at line 3 of file SCR_HighlightedEditorUIComponent.c.

◆ m_MultiHighlightIcon

protected ResourceName m_MultiHighlightIcon

Definition at line 15 of file SCR_HighlightedEditorUIComponent.c.

◆ m_TextWidget

protected TextWidget m_TextWidget

Definition at line 26 of file SCR_HighlightedEditorUIComponent.c.

◆ m_TextWidgetName

protected string m_TextWidgetName

Definition at line 6 of file SCR_HighlightedEditorUIComponent.c.