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

Go to the source code of this file.

Classes

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

Functions

SCR_HighlightedEditorUIComponent SCR_BaseEditableEntityUIComponent BaseContainerProps ()
void OnUpdateHighlight (SCR_EditableEntityComponent entity, EEditableEntityHighlight highlight, int highlightCount)
void OnSelectedChange (EEditableEntityState state, set< SCR_EditableEntityComponent > entitiesInsert, set< SCR_EditableEntityComponent > entitiesRemove)
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

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

Function Documentation

◆ BaseContainerProps()

◆ HandlerDeattached()

override void BaseContainerProps::HandlerDeattached ( Widget w)
protected

Definition at line 138 of file SCR_HighlightedEditorUIComponent.c.

◆ OnClick()

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

Definition at line 131 of file SCR_HighlightedEditorUIComponent.c.

◆ OnInit()

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

Definition at line 90 of file SCR_HighlightedEditorUIComponent.c.

◆ OnSelectedChange()

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

Definition at line 61 of file SCR_HighlightedEditorUIComponent.c.

◆ OnUpdateHighlight()

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

Definition at line 29 of file SCR_HighlightedEditorUIComponent.c.

◆ SCR_BaseContainerCustomTitleEnum()

SCR_HighlightedEditorUIComponent SCR_BaseEditableEntityUIComponent SCR_BaseContainerCustomTitleEnum ( EEditableEntityHighlight ,
"m_HighlightType"  )
Returns

Definition at line 154 of file SCR_HighlightedEditorUIComponent.c.

◆ StopAnimations()

void BaseContainerProps::StopAnimations ( Widget w)
protected

Definition at line 68 of file SCR_HighlightedEditorUIComponent.c.

Variable Documentation

◆ m_aHighlightVisuals

ref array<ref SCR_HighlightVisual> m_aHighlightVisuals
protected

Definition at line 16 of file SCR_HighlightedEditorUIComponent.c.

◆ m_AnimWidgetName

string m_AnimWidgetName
protected

Definition at line 7 of file SCR_HighlightedEditorUIComponent.c.

◆ m_bAnimate

bool m_bAnimate
protected

Definition at line 19 of file SCR_HighlightedEditorUIComponent.c.

◆ m_DefaultIcon

ResourceName m_DefaultIcon
protected

Definition at line 10 of file SCR_HighlightedEditorUIComponent.c.

◆ m_HighlightedEditorComponent

SCR_HighlightedEditorComponent m_HighlightedEditorComponent
protected

Definition at line 22 of file SCR_HighlightedEditorUIComponent.c.

◆ m_ImageWidget

ImageWidget m_ImageWidget
protected

Definition at line 23 of file SCR_HighlightedEditorUIComponent.c.

◆ m_ImageWidgetName

string m_ImageWidgetName
protected

Definition at line 1 of file SCR_HighlightedEditorUIComponent.c.

◆ m_MultiHighlightIcon

ResourceName m_MultiHighlightIcon
protected

Definition at line 13 of file SCR_HighlightedEditorUIComponent.c.

◆ m_TextWidget

TextWidget m_TextWidget
protected

Definition at line 24 of file SCR_HighlightedEditorUIComponent.c.

◆ m_TextWidgetName

string m_TextWidgetName
protected

Definition at line 4 of file SCR_HighlightedEditorUIComponent.c.