Arma Reforger Explorer
1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
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 |
SCR_HighlightedEditorUIComponent SCR_BaseEditableEntityUIComponent BaseContainerProps | ( | ) |
override void BaseContainerProps::HandlerDeattached | ( | Widget | w | ) |
Definition at line 136 of file SCR_HighlightedEditorUIComponent.c.
Definition at line 129 of file SCR_HighlightedEditorUIComponent.c.
override void BaseContainerProps::OnInit | ( | SCR_EditableEntityComponent | entity, |
SCR_UIInfo | info, | ||
SCR_EditableEntityBaseSlotUIComponent | slot | ||
) |
Definition at line 90 of file SCR_HighlightedEditorUIComponent.c.
protected void BaseContainerProps::OnSelectedChange | ( | EEditableEntityState | state, |
set< SCR_EditableEntityComponent > | entitiesInsert, | ||
set< SCR_EditableEntityComponent > | entitiesRemove | ||
) |
Definition at line 63 of file SCR_HighlightedEditorUIComponent.c.
protected void BaseContainerProps::OnUpdateHighlight | ( | SCR_EditableEntityComponent | entity, |
EEditableEntityHighlight | highlight, | ||
int | highlightCount | ||
) |
Definition at line 31 of file SCR_HighlightedEditorUIComponent.c.
SCR_HighlightedEditorUIComponent SCR_BaseEditableEntityUIComponent SCR_BaseContainerCustomTitleEnum | ( | EEditableEntityHighlight | , |
"m_HighlightType" | |||
) |
Definition at line 150 of file SCR_HighlightedEditorUIComponent.c.
protected void BaseContainerProps::StopAnimations | ( | Widget | w | ) |
Definition at line 70 of file SCR_HighlightedEditorUIComponent.c.
protected ref array<ref SCR_HighlightVisual> m_aHighlightVisuals |
Definition at line 18 of file SCR_HighlightedEditorUIComponent.c.
protected string m_AnimWidgetName |
Definition at line 9 of file SCR_HighlightedEditorUIComponent.c.
protected bool m_bAnimate |
Definition at line 21 of file SCR_HighlightedEditorUIComponent.c.
protected ResourceName m_DefaultIcon |
Definition at line 12 of file SCR_HighlightedEditorUIComponent.c.
protected SCR_HighlightedEditorComponent m_HighlightedEditorComponent |
Definition at line 24 of file SCR_HighlightedEditorUIComponent.c.
protected ImageWidget m_ImageWidget |
Definition at line 25 of file SCR_HighlightedEditorUIComponent.c.
protected string m_ImageWidgetName |
Definition at line 3 of file SCR_HighlightedEditorUIComponent.c.
protected ResourceName m_MultiHighlightIcon |
Definition at line 15 of file SCR_HighlightedEditorUIComponent.c.
protected TextWidget m_TextWidget |
Definition at line 26 of file SCR_HighlightedEditorUIComponent.c.
protected string m_TextWidgetName |
Definition at line 6 of file SCR_HighlightedEditorUIComponent.c.