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

Public Member Functions

override void HandlerAttached (Widget w)
 
void Initialize (SCR_ETaskTabType tab)
 
void ChangeTabColor (Color color)
 
SCR_ETaskTabType GetTabType ()
 
- Public Member Functions inherited from SCR_ScriptedWidgetComponent
override bool OnClick (Widget w, int x, int y, int button)
 
Widget GetRootWidget ()
 
bool IsVisible ()
 

Protected Attributes

SCR_ETaskTabType m_eTabType
 
ref SCR_TaskListTabEntryWidgets m_Widgets = new SCR_TaskListTabEntryWidgets()
 
- 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

◆ ChangeTabColor()

void SCR_TaskListTabEntryUIComponent.ChangeTabColor ( Color color)

◆ GetTabType()

SCR_ETaskTabType SCR_TaskListTabEntryUIComponent.GetTabType ( )

◆ HandlerAttached()

override void SCR_TaskListTabEntryUIComponent.HandlerAttached ( Widget w)

◆ Initialize()

void SCR_TaskListTabEntryUIComponent.Initialize ( SCR_ETaskTabType tab)

Member Data Documentation

◆ m_eTabType

SCR_ETaskTabType SCR_TaskListTabEntryUIComponent.m_eTabType
protected

◆ m_Widgets

ref SCR_TaskListTabEntryWidgets SCR_TaskListTabEntryUIComponent.m_Widgets = new SCR_TaskListTabEntryWidgets()
protected

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