![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Using a controller will show/hide the Select button hint if the attribute with this script is focused on. More...
Protected Member Functions | |
| void | ToggleTickbox (bool toggled) |
| void | ToggleEnableByAttribute (bool enabled) |
| void | OnButtonToggle () |
| bool | GetToggled () |
| bool | IsVisibleAndEnabled () |
| ScriptInvokerBool | GetOnToggleChanged () |
| void | SetVisible (bool frameVisible, bool buttonVisible) |
| void | SetEnabled (bool enabled) |
| bool | GetEnabled () |
| void | InitTickbox (bool toggleState, SCR_BaseEditorAttributeUIComponent attributeUI, typename linkedOverrideAttributeType=typename.Empty) |
| void | InitDisabled () |
| On init as overriding attributes (multiple entities with the same attribute) but non of them are conflicting dus show the tickbox but disable it. | |
| void | OnAttributeEnabledByAttribute (bool enabled) |
| override void | HandlerAttached (Widget w) |
| override void | HandlerDeattached (Widget w) |
Using a controller will show/hide the Select button hint if the attribute with this script is focused on.
Definition at line 4 of file SCR_AttributeTickboxUIComponent.c.
|
inlineprotected |
Get if tickbox is enabled or not.
Definition at line 141 of file SCR_AttributeTickboxUIComponent.c.
|
inlineprotected |
Definition at line 103 of file SCR_AttributeTickboxUIComponent.c.
|
inlineprotected |
Get if tickbox is toggled or not.
Definition at line 89 of file SCR_AttributeTickboxUIComponent.c.
|
inlineprotected |
Definition at line 185 of file SCR_AttributeTickboxUIComponent.c.
|
inlineprotected |
Definition at line 202 of file SCR_AttributeTickboxUIComponent.c.
|
inlineprotected |
On init as overriding attributes (multiple entities with the same attribute) but non of them are conflicting dus show the tickbox but disable it.
Definition at line 169 of file SCR_AttributeTickboxUIComponent.c.
|
inlineprotected |
On init as overriding attributes (multiple entities with the same attribute) and one or more of the values are conflicting with each other This will enable the tickbox and allow the value to be overridden for all
| toggleState | |
| attributeUI | |
| linkedOverrideAttributeType |
Definition at line 152 of file SCR_AttributeTickboxUIComponent.c.
|
inlineprotected |
Get if tickbox is visible and enabled
Definition at line 97 of file SCR_AttributeTickboxUIComponent.c.
|
inlineprotected |
Definition at line 179 of file SCR_AttributeTickboxUIComponent.c.
|
inlineprotected |
Definition at line 81 of file SCR_AttributeTickboxUIComponent.c.
|
inlineprotected |
Definition at line 122 of file SCR_AttributeTickboxUIComponent.c.
|
inlineprotected |
Set tickbox's visibility
| frameVisible | |
| buttonVisible |
Definition at line 115 of file SCR_AttributeTickboxUIComponent.c.
|
inlineprotected |
If subAttribute toggles the tickbox if the 'parent' attribute disabled the attribute
| enabled,If | true sets itself as enabled. Else disables it |
Definition at line 75 of file SCR_AttributeTickboxUIComponent.c.
|
inlineprotected |
Set if tickbox is toggled or not.
| toggled | If toggled editing the attribute is enabled (unless the attribute itself is disabled) |
Definition at line 39 of file SCR_AttributeTickboxUIComponent.c.
|
protected |
Definition at line 21 of file SCR_AttributeTickboxUIComponent.c.
Definition at line 31 of file SCR_AttributeTickboxUIComponent.c.
|
protected |
Definition at line 30 of file SCR_AttributeTickboxUIComponent.c.
|
protected |
Definition at line 27 of file SCR_AttributeTickboxUIComponent.c.
|
protected |
Definition at line 22 of file SCR_AttributeTickboxUIComponent.c.
|
protected |
Definition at line 34 of file SCR_AttributeTickboxUIComponent.c.
|
protected |
Definition at line 23 of file SCR_AttributeTickboxUIComponent.c.
|
protected |
Definition at line 11 of file SCR_AttributeTickboxUIComponent.c.
|
protected |
Definition at line 8 of file SCR_AttributeTickboxUIComponent.c.
|
protected |
Definition at line 15 of file SCR_AttributeTickboxUIComponent.c.
|
protected |
Definition at line 18 of file SCR_AttributeTickboxUIComponent.c.
|
protected |
Definition at line 25 of file SCR_AttributeTickboxUIComponent.c.
|
protected |
Definition at line 24 of file SCR_AttributeTickboxUIComponent.c.