![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Base class for any button, regardless its own content. More...
Protected Member Functions | |
| override void | HandlerAttached (Widget w) |
| override bool | OnClick (Widget w, int x, int y, int button) |
| override bool | OnMouseEnter (Widget w, int x, int y) |
| override bool | OnMouseLeave (Widget w, Widget enterW, int x, int y) |
| override bool | OnFocus (Widget w, int x, int y) |
| override bool | OnFocusLost (Widget w, int x, int y) |
| void | OnMenuSelect () |
| void | MenuSelectBase () |
| void | SetToggled (bool toggled, bool animate=true, bool invokeChange=true, bool instant=false) |
| bool | IsToggled () |
| void | SetToggleable (bool togglable) |
| bool | GetToggleable () |
| void | ShowBorder (bool show, bool animate=true) |
| bool | IsBorderShown () |
| void | SetBackgroundColors (Color defColor=null, Color hoverColor=null, Color selectColor=null, Color selectHoverColor=null, Color clickColor=null) |
| Alternate way of setting button background colors through script. | |
| void | ColorizeBackground (bool animate=true) |
| void | FindParentMenu () |
| Finds the parent menu of this component. | |
| bool | IsParentMenuFocused () |
| Returns true if parent menu is focused, or if there is no parent menu. | |
Static Protected Member Functions | |
| static SCR_ButtonBaseComponent | GetButtonBase (string name, Widget parent, bool searchAllChildren=true) |
Protected Attributes | |
| bool | m_bIsToggled |
| bool | m_bUseColorization |
| ref Color | m_BackgroundDefault |
| ref Color | m_BackgroundHovered |
| ref Color | m_BackgroundSelected |
| ref Color | m_BackgroundSelectedHovered |
| ref Color | m_BackgroundClicked |
| bool | m_bShowBorderOnFocus |
| bool | m_bShowBackgroundOnFocus |
| bool | m_bNoBorderAnimation |
| bool | m_bNoBackgroundAnimation |
| bool | m_bShowBorderOnHover |
| Widget | m_wBackground |
| Widget | m_wBorder |
| ref ScriptInvoker | m_OnClicked = new ScriptInvoker() |
| ref ScriptInvoker | m_OnToggled = new ScriptInvoker() |
| ref ScriptInvoker< Widget > | m_OnFocus = new ScriptInvoker<Widget>() |
| ref ScriptInvoker< Widget > | m_OnFocusLost = new ScriptInvoker<Widget>() |
| ref ScriptInvoker | m_OnShowBorder = new ScriptInvoker() |
| MenuBase | m_ParentMenu |
| SCR_SubMenuBase | m_ParentSubMenu |
Base class for any button, regardless its own content.
Definition at line 6 of file SCR_ButtonBaseComponent.c.
Definition at line 298 of file SCR_ButtonBaseComponent.c.
|
inlineprotected |
Finds the parent menu of this component.
Definition at line 340 of file SCR_ButtonBaseComponent.c.
|
inlinestaticprotected |
Definition at line 330 of file SCR_ButtonBaseComponent.c.
|
inlineprotected |
Definition at line 250 of file SCR_ButtonBaseComponent.c.
|
inlineprotected |
Definition at line 66 of file SCR_ButtonBaseComponent.c.
|
inlineprotected |
Definition at line 270 of file SCR_ButtonBaseComponent.c.
|
inlineprotected |
Returns true if parent menu is focused, or if there is no parent menu.
Definition at line 366 of file SCR_ButtonBaseComponent.c.
|
inlineprotected |
Definition at line 238 of file SCR_ButtonBaseComponent.c.
|
inlineprotected |
Definition at line 211 of file SCR_ButtonBaseComponent.c.
|
inlineprotected |
Definition at line 89 of file SCR_ButtonBaseComponent.c.
Definition at line 154 of file SCR_ButtonBaseComponent.c.
Definition at line 177 of file SCR_ButtonBaseComponent.c.
|
inlineprotected |
Definition at line 200 of file SCR_ButtonBaseComponent.c.
Definition at line 103 of file SCR_ButtonBaseComponent.c.
|
inlineprotected |
Definition at line 130 of file SCR_ButtonBaseComponent.c.
|
inlineprotected |
Alternate way of setting button background colors through script.
Definition at line 279 of file SCR_ButtonBaseComponent.c.
|
inlineprotected |
Definition at line 244 of file SCR_ButtonBaseComponent.c.
|
inlineprotected |
Definition at line 226 of file SCR_ButtonBaseComponent.c.
Definition at line 256 of file SCR_ButtonBaseComponent.c.
|
protected |
Definition at line 30 of file SCR_ButtonBaseComponent.c.
|
protected |
Definition at line 18 of file SCR_ButtonBaseComponent.c.
|
protected |
Definition at line 21 of file SCR_ButtonBaseComponent.c.
|
protected |
Definition at line 24 of file SCR_ButtonBaseComponent.c.
|
protected |
Definition at line 27 of file SCR_ButtonBaseComponent.c.
|
protected |
Definition at line 12 of file SCR_ButtonBaseComponent.c.
|
protected |
Definition at line 42 of file SCR_ButtonBaseComponent.c.
|
protected |
Definition at line 39 of file SCR_ButtonBaseComponent.c.
|
protected |
Definition at line 36 of file SCR_ButtonBaseComponent.c.
|
protected |
Definition at line 33 of file SCR_ButtonBaseComponent.c.
|
protected |
Definition at line 45 of file SCR_ButtonBaseComponent.c.
|
protected |
Definition at line 15 of file SCR_ButtonBaseComponent.c.
|
protected |
Definition at line 51 of file SCR_ButtonBaseComponent.c.
|
protected |
Definition at line 56 of file SCR_ButtonBaseComponent.c.
|
protected |
Definition at line 57 of file SCR_ButtonBaseComponent.c.
|
protected |
Definition at line 60 of file SCR_ButtonBaseComponent.c.
|
protected |
Definition at line 53 of file SCR_ButtonBaseComponent.c.
|
protected |
Definition at line 62 of file SCR_ButtonBaseComponent.c.
|
protected |
Definition at line 63 of file SCR_ButtonBaseComponent.c.
|
protected |
Definition at line 47 of file SCR_ButtonBaseComponent.c.
|
protected |
Definition at line 48 of file SCR_ButtonBaseComponent.c.