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

Simple entry for display nointeractive items with left and right text. More...

Inheritance diagram for SCR_SimpleEntryComponent:
[legend]

Public Member Functions

override void HandlerAttached (Widget w)
 
void SetMessages (string left, string right)
 
TextWidget GetLabel ()
 
string GetLeftText ()
 
TextWidget GetMessage ()
 
string GetRightText ()
 
Widget GetRoot ()
 
- 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_sLabel
 
string m_sMessage
 
string m_sLabelText
 
string m_sMessageText
 
TextWidget m_wLabel
 
TextWidget m_wMessage
 
- 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

Simple entry for display nointeractive items with left and right text.

Member Function Documentation

◆ GetLabel()

TextWidget SCR_SimpleEntryComponent.GetLabel ( )

◆ GetLeftText()

string SCR_SimpleEntryComponent.GetLeftText ( )

◆ GetMessage()

TextWidget SCR_SimpleEntryComponent.GetMessage ( )

◆ GetRightText()

string SCR_SimpleEntryComponent.GetRightText ( )

◆ GetRoot()

Widget SCR_SimpleEntryComponent.GetRoot ( )

◆ HandlerAttached()

override void SCR_SimpleEntryComponent.HandlerAttached ( Widget  w)

◆ SetMessages()

void SCR_SimpleEntryComponent.SetMessages ( string  left,
string  right 
)

Member Data Documentation

◆ m_sLabel

string SCR_SimpleEntryComponent.m_sLabel
protected

◆ m_sLabelText

string SCR_SimpleEntryComponent.m_sLabelText
protected

◆ m_sMessage

string SCR_SimpleEntryComponent.m_sMessage
protected

◆ m_sMessageText

string SCR_SimpleEntryComponent.m_sMessageText
protected

◆ m_wLabel

TextWidget SCR_SimpleEntryComponent.m_wLabel
protected

◆ m_wMessage

TextWidget SCR_SimpleEntryComponent.m_wMessage
protected

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