Arma Reforger Script API
Loading...
Searching...
No Matches
Public Member Functions | Protected Attributes | List of all members
SCR_BreadCrumbsElementComponent Interface Reference

Breacrumb element component for quick manipulation of breadcrunb Layout Has icon and label. More...

Inheritance diagram for SCR_BreadCrumbsElementComponent:
[legend]

Public Member Functions

override void HandlerAttached (Widget w)
 
void SetBreadCrumb (SCR_UIInfo info)
 Set used icon and label.
 
- Public Member Functions inherited from SCR_ScriptedWidgetComponent
override void HandlerAttached (Widget w)
 
override bool OnClick (Widget w, int x, int y, int button)
 
Widget GetRootWidget ()
 
bool IsVisible ()
 

Protected Attributes

string m_sIcon
 
string m_sLabel
 
ImageWidget m_wIcon
 
TextWidget m_wLabel
 
- 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
 

Detailed Description

Breacrumb element component for quick manipulation of breadcrunb Layout Has icon and label.

Member Function Documentation

◆ HandlerAttached()

override void SCR_BreadCrumbsElementComponent.HandlerAttached ( Widget  w)

◆ SetBreadCrumb()

void SCR_BreadCrumbsElementComponent.SetBreadCrumb ( SCR_UIInfo  info)

Set used icon and label.

Member Data Documentation

◆ m_sIcon

string SCR_BreadCrumbsElementComponent.m_sIcon
protected

◆ m_sLabel

string SCR_BreadCrumbsElementComponent.m_sLabel
protected

◆ m_wIcon

ImageWidget SCR_BreadCrumbsElementComponent.m_wIcon
protected

◆ m_wLabel

TextWidget SCR_BreadCrumbsElementComponent.m_wLabel
protected

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