|
| override void | HandlerAttached (Widget w) |
| |
| void | SetSuppliesEnabled (bool enabled) |
| |
| void | SetSupplyCost (int cost) |
| |
| int | GetSupplyCost () |
| |
| void | SetText (bool deployEnabled, string text, float remainingTime=-1) |
| | Set text of the button.
|
| |
| void | UpdateSpinner (float timeSlice) |
| | Update the loading spinner widget.
|
| |
| void | ShowLoading (bool show) |
| | Set loading spinner widget visible.
|
| |
| void | UpdateBackground () |
| | Change color of background depending on if button is enabled.
|
| |
| override void | HandlerDeattached (Widget w) |
| |
| override bool | OnClick (Widget w, int x, int y, int button) |
| |
| bool | IsKeybindAvailable (inout notnull array< string > keyStack) |
| |
| override void | SetEnabled (bool enabled, bool animate=true) |
| |
| override bool | OnDoubleClick (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 void | OnDisabled (bool animate) |
| |
| override void | OnEnabled (bool animate) |
| |
| void | OnButtonHold (float value) |
| | Called when button is held.
|
| |
| void | PlaySoundClicked () |
| |
| bool | GetIsHoldingButton () |
| |
| void | SetIsHoldingButton (bool isHolding) |
| |
| float | GetAnimationRate () |
| |
| float | GetAnimationTime () |
| |
| bool | GetIsInputCombo () |
| |
| ScriptInvokerVoid | GetOnAnimateHover () |
| |
| ScriptInvokerVoid | GetOnUpdateEnableColor () |
| |
| ScriptInvokerVoid | GetOnHoldAnimComplete () |
| |
| void | ProcessKeybindStack (inout int index, notnull array< string > keyStack) |
| | Iterate trough key bind stack.
|
| |
| void | ProcessFilterStack () |
| | Delete not needed entries from m_aFilterStack and bring it into correct order !
|
| |
| void | SetLabel (string label) |
| | PUBLIC API\.
|
| |
| void | SetLabelColor (notnull Color color) |
| | Change the color of the Label.
|
| |
| bool | SetAction (string action, EInputDeviceType currentInputDevice=-1, bool forceUpdate=false) |
| | Override action.
|
| |
| int | GetSize () |
| |
| void | SetSize (int size) |
| | Change the size of the button.
|
| |
| bool | IsClickSoundDisabled () |
| |
| void | SetClickSoundDisabled (bool isEnabled) |
| | Enable / disable the click sound played when button is pressed.
|
| |
| void | SetTexture (string imagePath, string image=string.Empty, Color color=Color.FromInt(Color.WHITE), SCR_EButtonSize buttonType=SCR_EButtonSize.KEYBOARD_MEDIUM) |
| | Override texture in Button.
|
| |
| void | ResetTexture () |
| | Restet Button back to it's default texutre Use after SetTexture() to undo the override.
|
| |
| void | SetColorActionDisabled (Color newColor) |
| |
| void | ChangeInputVisibility (bool visible) |
| | Change the visibility of the Button Image & Text.
|
| |
| bool | IsHovering () |
| |
| void | OnActiveWidgetInteraction (bool isInteractionActive, int delay) |
| |
| void | OnDialogOpen (DialogUI dialog) |
| |
| void | OnDialogClose (DialogUI dialog) |
| |
| bool | IsInTopMenu () |
| | Returns true if there are no dailogs or if this button is in the last dialog opened.
|
| |
| bool | IsInTopDialog () |
| | Returns true if there if this button is in the last dialog opened.
|
| |
| bool | GetForceDisabled () |
| |
| override bool | OnFocus (Widget w, int x, int y) |
| |
| override bool | OnFocusLost (Widget w, int x, int y) |
| |
| 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 | SetHoverSound (string soundHover) |
| |
| void | SetClickedSound (string soundClicked) |
| |
| string | GetHoverSound () |
| |
| string | GetClickedSound () |
| |
| void | SetVisible (bool visible, bool animate=true) |
| |
| bool | IsEnabled () |
| |
| void | SetMouseOverToFocus (bool mouseOverToFocus) |
| |
| void | SetDisabledOpacity (float newDisabledOpacity) |
| |
| void | SetData (Managed data) |
| | Store custom data.
|
| |
| Managed | GetData () |
| | Get stored data.
|
| |
| Widget | GetRootWidget () |
| |
| bool | IsVisible () |
| |
|
| static SCR_InputButtonComponent | FindComponent (notnull Widget w) |
| |
| static SCR_InputButtonComponent | GetInputButtonComponent (string name, notnull Widget parent, bool searchAllChildren=true) |
| | Static method to easily find component by providing name and parent.
|
| |
| static SCR_ButtonBaseComponent | GetButtonBase (string name, Widget parent, bool searchAllChildren=true) |
| |
| static bool | SetTexture (ImageWidget widget, ResourceName texture, string image="") |
| |
| static SCR_ScriptedWidgetComponent | GetComponent (TypeName componentType, string name, Widget parent, bool searchAllChildren=true) |
| | Base method for component lookup through the widget library.
|
| |
| int | m_iHeightInPixel |
| |
| ref Color | m_ActionDefault |
| |
| ref Color | m_ActionHovered |
| |
| ref Color | m_ActionDisabled |
| |
| ref Color | m_LabelDefault |
| |
| ref Color | m_ActionToggled |
| |
| float | m_fHoldIndicatorDefaultPosition |
| |
| float | m_fHoldIndicatorHoldPosition |
| |
| float | m_fHoldIndicatorAnimationTime |
| |
| bool | m_bCanBeDisabled |
| |
| bool | m_bChangeLabelColorOnDisabled |
| |
| InputManager | m_InputManager = GetGame().GetInputManager() |
| |
| bool | m_bIsHovered |
| |
| bool | m_bIsDoubleTapStated |
| |
| float | m_fMaxHoldtime |
| |
| int | m_iDoubleTapThreshold |
| |
| ref ScriptInvoker | m_OnActivated = new ScriptInvoker() |
| |
| bool | m_bCanBeToggled |
| |
| 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() |
| |
| ref ScriptInvoker | m_OnClick = new ScriptInvoker |
| |
| static const float | START_ANIMATION_RATE = 10001 |
| |
| static const float | START_ANIMATION_PERIOD = 250 |
| |
| void | SetEnabled_Internal (bool enabled, bool animate=true) |
| |
| void | OnInputDeviceUserChanged (bool isGamepad) |
| | React on switching between input methods.
|
| |
| bool | ChangeInputDevice (EInputDeviceType inputDevice, bool hasFocus, bool resetOverride=false) |
| | Check for last used input device and get the correct keybind for it.
|
| |
| bool | GetInputFilterSettings (BaseContainer filter) |
| | Check which filter is applied to the action to change the buttons behavior.
|
| |
| void | CreateComboWidget () |
| | Create a second InputButton widget to display combos.
|
| |
| void | DeleteComboWidget () |
| | Delete secound InputButton widget if there is one.
|
| |
| void | SetInputAction () |
| | Add action listeners for selected input action.
|
| |
| void | OnButtonPressed (float value, EActionTrigger reason) |
| |
| void | OnInput () |
| | Called when Button is clicked / key is presses.
|
| |
| void | ActionPressed (bool isHoldAction=false) |
| |
| void | ActionReleased () |
| |
| void | SetForceDisabled (bool forceDisabled, bool animate=true) |
| |
| void | SetForceDisabledWithDelay (bool forceDisabled, bool animate=true, int delay=0) |
| |
| void | OnMenuFocusGained (ChimeraMenuBase menu) |
| |
| void | OnMenuFocusLost (ChimeraMenuBase menu) |
| |
| void | OnSettingsMenuClosed (ChimeraMenuBase menu) |
| | Callback method that is triggered when some menu is closed.
|
| |
| void | UpdateComboIndicatorSizes () |
| |
| void | OnMenuSelect () |
| |
| void | MenuSelectBase () |
| |
| 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.
|
| |
| bool | IsChildWidget (Widget parent, Widget child) |
| |
| void | SetAnimationRate () |
| |
| void | PlaySound (string sound) |
| |
| const string | COMBO_INDICATOR_IMAGE_NAME = "ComboIndicatorImg" |
| |
| const string | COMBO_INDICATOR_SHADOW_NAME = "ComboIndicatorShadow" |
| |
| const string | COMBO_INDICATOR_DIVIDER_NAME = "keybind_divider" |
| |
| const string | COMBO_INDICATOR_COMBO_NAME = "keybind_combo" |
| |
| const string | COMBO_INDICATOR_KEY = " + " |
| |
| const string | COMBO_DIVIDER_KEY = " | " |
| |
| const float | COMBO_INDICATOR_SIZE_MULTIPLIER = 0.5 |
| |
| const float | COMBO_INDICATOR_PADDING_MULTIPLIER_LEFT = 0.20 |
| |
| const float | COMBO_INDICATOR_PADDING_MULTIPLIER_RIGHT = 0.15 |
| |
| const float | MIN_FONTSIZE_MULTIPLIER = 0.5 |
| |
Component that handles the request respawn button.