|
| override bool | OnFocus (Widget w, int x, int y) |
| |
| override bool | OnFocusLost (Widget w, int x, int y) |
| |
| int | AddItem (string item, RplId id) |
| |
| override void | RemoveItem (int item, bool last=false) |
| |
| override void | ClearAll () |
| |
| RplId | GetSpawnPointId (int itemId) |
| |
| int | GetItemId (RplId id) |
| |
| bool | IsEmpty () |
| |
| void | SetItemName (int id, string name) |
| |
| array< SCR_SpawnPoint > | GetSpawnPointsInList () |
| |
| bool | IsFocused () |
| |
| override void | HandlerAttached (Widget w) |
| |
| override int | AddItem (string item, bool last=false, Managed data=null) |
| |
| override bool | SetCurrentItem (int i, bool playSound=false, bool animate=false) |
| |
| void | AddActionListeners () |
| |
| void | RemoveActionListeners () |
| |
| void | SetKeepActionListeners (bool keep) |
| |
| void | SetCycleMode (bool cycle) |
| |
| ScriptInvoker | GetOnLeftArrowClick () |
| |
| ScriptInvoker | GetOnRightArrowClick () |
| |
| int | GetCurrentIndex () |
| |
| string | GetCurrentItem () |
| |
| Managed | GetCurrentItemData () |
| |
| string | GetItemName (int item) |
| |
| Managed | GetItemData (int item) |
| |
| int | GetNumItems () |
| |
| override bool | OnMouseEnter (Widget w, int x, int y) |
| |
| override bool | OnMouseLeave (Widget w, Widget enterW, int x, int y) |
| |
| TextWidget | GetLabel () |
| |
| void | SetLabel (string label) |
| |
| void | UseLabel (bool use) |
| |
| bool | IsUsingLabel () |
| |
| Widget | GetLabelWidget () |
| | If label is not used, label widget might not exist at all!
|
| |
| void | SetSizeWithLabel (float size) |
| |
| void | SetSizeWithoutLabel (float size) |
| |
| override bool | OnClick (Widget w, int x, int y, int button) |
| |
| void | SetHoverSound (string soundHover) |
| |
| void | SetClickedSound (string soundClicked) |
| |
| string | GetHoverSound () |
| |
| string | GetClickedSound () |
| |
| void | SetEnabled (bool enabled, bool animate=true) |
| |
| 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_SpinBoxComponent | GetSpinBoxComponent (string name, Widget parent, bool searchAllChildren=true) |
| | Static method to easily find component by providing name and parent.
|
| |
| static SCR_SelectionWidgetComponent | GetSelectionComponent (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.
|
| |
| ref array< string > | m_aElementNames |
| |
| int | m_iSelectedItem |
| |
| ref ScriptInvoker | m_OnChanged = new ScriptInvoker() |
| |
| ref ScriptInvoker | m_OnClick = new ScriptInvoker |
| |
| static const float | START_ANIMATION_RATE = 10001 |
| |
| static const float | START_ANIMATION_PERIOD = 250 |
| |
| bool | SetCurrentItem_Internal (int i, bool playSound, bool animate, bool invokeOnChanged) |
| |
| void | CreateHintBar () |
| |
| void | UpdateHintBar (int currentIndex, int oldIndex) |
| |
| void | SetInitialState (bool invokeOnChanged=true) |
| |
| void | EnableArrows (int selected, bool animate) |
| | Based on cycle mode set which arrow should be enabled at given selection.
|
| |
| void | OnLeftArrowClick () |
| |
| void | OnRightArrowClick () |
| |
| void | OnMenuLeft () |
| |
| void | OnMenuRight () |
| |
| void | SetupLabel () |
| |
| void | ClearLabel () |
| |
| void | OnEnabled (bool animate) |
| |
| void | OnDisabled (bool animate) |
| |
| bool | IsChildWidget (Widget parent, Widget child) |
| |
| void | SetAnimationRate () |
| |
| void | PlaySound (string sound) |
| |
| static const ref Color | COLOR_HINT_SELECTED = UIColors.CONTRAST_COLOR |
| |
| static const ref Color | COLOR_HINT_DESELECTED = UIColors.WHITE_HOVERED |
| |