|
Arma Reforger Script API
|
Public Member Functions | |
| void | SetPowerIcon (bool state) |
| void | SetActiveIcon (bool state) |
| void | SetMuteIcon (bool state) |
| void | SetTransceiverText (string text) |
| void | SetTransceiverOpacity (float alpha) |
| void | SetFrequencyText (string text) |
| void | SetFrequencyColor (Color color) |
| void | SetChannelText (string text) |
| override void | HandlerAttached (Widget w) |
Public Member Functions inherited from SCR_SelectionMenuEntryComponent | |
| ScriptInvoker | GetOnMouseEnter () |
| ScriptInvoker | GetOnMouseLeave () |
| ScriptInvoker | GetOnClick () |
| override bool | OnMouseEnter (Widget w, int x, int y) |
| override bool | OnMouseLeave (Widget w, Widget enterW, int x, int y) |
| override bool | OnClick (Widget w, int x, int y, int button) |
| void | SetEnabled (bool enabled) |
| float | GetLayoutSize () |
| void | SetEntry (SCR_SelectionMenuEntry entry) |
| Set entry holding data driving this visuals. | |
| void | SetEntryText (string str) |
| float | GetOriginalSize () |
| float | GetAdjustedSize () |
Public Member Functions inherited from SCR_ScriptedWidgetComponent | |
| Widget | GetRootWidget () |
| bool | IsVisible () |
Protected Attributes | |
| ImageWidget | m_wPowerIcon |
| ImageWidget | m_wActiveIcon |
| ImageWidget | m_wMuteIcon |
| TextWidget | m_wTransceiverText |
| TextWidget | m_wFrequencyText |
| TextWidget | m_wChannelText |
Protected Attributes inherited from SCR_SelectionMenuEntryComponent | |
| float | m_fDisabledOpacity |
| string | m_sSizeLayout |
| string | m_sEntryText |
| SCR_SelectionMenuEntry | m_Entry |
| bool | m_bEnabled = true |
| float | m_fOriginalSize |
| float | m_fAdjustedSize |
| Widget | m_wSizeLayout |
| TextWidget | m_wEntryText |
| ref ScriptInvoker< SCR_SelectionMenuEntryComponent > | m_OnMouseEnter |
| ref ScriptInvoker< SCR_SelectionMenuEntryComponent > | m_OnMouseLeave |
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 |
Protected Member Functions inherited from SCR_SelectionMenuEntryComponent | |
| void | InvokeOnMouseEnter () |
| void | InvokeOnMouseLeave () |
| void | InvokeOnClick () |
| override void SCR_VONEntryComponent.HandlerAttached | ( | Widget | w | ) |
Implements SCR_SelectionMenuEntryComponent.
| void SCR_VONEntryComponent.SetActiveIcon | ( | bool | state | ) |
| void SCR_VONEntryComponent.SetChannelText | ( | string | text | ) |
| void SCR_VONEntryComponent.SetFrequencyColor | ( | Color | color | ) |
| void SCR_VONEntryComponent.SetFrequencyText | ( | string | text | ) |
| void SCR_VONEntryComponent.SetMuteIcon | ( | bool | state | ) |
| void SCR_VONEntryComponent.SetPowerIcon | ( | bool | state | ) |
| void SCR_VONEntryComponent.SetTransceiverOpacity | ( | float | alpha | ) |
| void SCR_VONEntryComponent.SetTransceiverText | ( | string | text | ) |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |