Arma Reforger Script API
Loading...
Searching...
No Matches
SCR_SuppliesTransportSystemUI Interface Reference
Inheritance diagram for SCR_SuppliesTransportSystemUI:
SCR_ScriptedWidgetComponent

Public Member Functions

void Init ()
 
void Deinit ()
 
void ToggleVisibility (bool isVisible)
 
override void HandlerAttached (Widget w)
 
- Public Member Functions inherited from SCR_ScriptedWidgetComponent
override bool OnClick (Widget w, int x, int y, int button)
 
Widget GetRootWidget ()
 
bool IsVisible ()
 

Protected Member Functions

void CreateTransportUnit (notnull SCR_TransportUnitComponent transportUnit)
 
void RemoveTransportUnit (SCR_TransportUnitComponent transportUnit)
 

Protected Attributes

ResourceName m_sTransportUnitLayoutResource
 
string m_sLabelsWidgetName
 
string m_sTransportUnitsContainerWidgetName
 
string m_sNoTransportUnitInfoWidgetName
 
Widget m_wLabels
 
Widget m_wTransportUnitsContainer
 
Widget m_wNoTransportUnitInfo
 
SCR_SuppliesTransportSystem m_SuppliesTransportSystem
 
ref map< SCR_TransportUnitComponent, SCR_TransportUnitUIm_mTransportUnits = new map<SCR_TransportUnitComponent, SCR_TransportUnitUI>()
 
- Protected Attributes inherited from SCR_ScriptedWidgetComponent
Widget m_wRoot
 

Additional Inherited Members

- Static Public Member Functions inherited from SCR_ScriptedWidgetComponent
static SCR_ScriptedWidgetComponent GetComponent (TypeName componentType, string name, Widget parent, bool searchAllChildren=true)
 Base method for component lookup through the widget library.
 
- Public Attributes inherited from SCR_ScriptedWidgetComponent
ref ScriptInvoker m_OnClick = new ScriptInvoker
 

Member Function Documentation

◆ CreateTransportUnit()

void SCR_SuppliesTransportSystemUI.CreateTransportUnit ( notnull SCR_TransportUnitComponent transportUnit)
protected

◆ Deinit()

void SCR_SuppliesTransportSystemUI.Deinit ( )

◆ HandlerAttached()

override void SCR_SuppliesTransportSystemUI.HandlerAttached ( Widget w)

◆ Init()

void SCR_SuppliesTransportSystemUI.Init ( )

◆ RemoveTransportUnit()

void SCR_SuppliesTransportSystemUI.RemoveTransportUnit ( SCR_TransportUnitComponent transportUnit)
protected

◆ ToggleVisibility()

void SCR_SuppliesTransportSystemUI.ToggleVisibility ( bool isVisible)

Member Data Documentation

◆ m_mTransportUnits

ref map<SCR_TransportUnitComponent, SCR_TransportUnitUI> SCR_SuppliesTransportSystemUI.m_mTransportUnits = new map<SCR_TransportUnitComponent, SCR_TransportUnitUI>()
protected

◆ m_sLabelsWidgetName

string SCR_SuppliesTransportSystemUI.m_sLabelsWidgetName
protected

◆ m_sNoTransportUnitInfoWidgetName

string SCR_SuppliesTransportSystemUI.m_sNoTransportUnitInfoWidgetName
protected

◆ m_sTransportUnitLayoutResource

ResourceName SCR_SuppliesTransportSystemUI.m_sTransportUnitLayoutResource
protected

◆ m_sTransportUnitsContainerWidgetName

string SCR_SuppliesTransportSystemUI.m_sTransportUnitsContainerWidgetName
protected

◆ m_SuppliesTransportSystem

SCR_SuppliesTransportSystem SCR_SuppliesTransportSystemUI.m_SuppliesTransportSystem
protected

◆ m_wLabels

Widget SCR_SuppliesTransportSystemUI.m_wLabels
protected

◆ m_wNoTransportUnitInfo

Widget SCR_SuppliesTransportSystemUI.m_wNoTransportUnitInfo
protected

◆ m_wTransportUnitsContainer

Widget SCR_SuppliesTransportSystemUI.m_wTransportUnitsContainer
protected

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