|
Arma Reforger Script API
|
Simple entry for display nointeractive items with left and right text. More...
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 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 |
Simple entry for display nointeractive items with left and right text.
| TextWidget SCR_SimpleEntryComponent.GetLabel | ( | ) |
| string SCR_SimpleEntryComponent.GetLeftText | ( | ) |
| TextWidget SCR_SimpleEntryComponent.GetMessage | ( | ) |
| string SCR_SimpleEntryComponent.GetRightText | ( | ) |
| Widget SCR_SimpleEntryComponent.GetRoot | ( | ) |
| override void SCR_SimpleEntryComponent.HandlerAttached | ( | Widget | w | ) |
Implements SCR_ScriptedWidgetComponent.
Implemented in SCR_RadialMenuNumberHintComponent.
| void SCR_SimpleEntryComponent.SetMessages | ( | string | left, |
| string | right ) |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |