class_editorspinslider.rst 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. :github_url: hide
  2. .. Generated automatically by doc/tools/makerst.py in Godot's source tree.
  3. .. DO NOT EDIT THIS FILE, but the EditorSpinSlider.xml source instead.
  4. .. The source is found in doc/classes or modules/<name>/doc_classes.
  5. .. _class_EditorSpinSlider:
  6. EditorSpinSlider
  7. ================
  8. **Inherits:** :ref:`Range<class_Range>` **<** :ref:`Control<class_Control>` **<** :ref:`CanvasItem<class_CanvasItem>` **<** :ref:`Node<class_Node>` **<** :ref:`Object<class_Object>`
  9. Properties
  10. ----------
  11. +------------------------------------------+-------------------------------------------------------------+---------------------------+
  12. | :ref:`bool<class_bool>` | :ref:`flat<class_EditorSpinSlider_property_flat>` | ``false`` |
  13. +------------------------------------------+-------------------------------------------------------------+---------------------------+
  14. | :ref:`FocusMode<enum_Control_FocusMode>` | focus_mode | ``2`` *(parent override)* |
  15. +------------------------------------------+-------------------------------------------------------------+---------------------------+
  16. | :ref:`String<class_String>` | :ref:`label<class_EditorSpinSlider_property_label>` | ``""`` |
  17. +------------------------------------------+-------------------------------------------------------------+---------------------------+
  18. | :ref:`bool<class_bool>` | :ref:`read_only<class_EditorSpinSlider_property_read_only>` | ``false`` |
  19. +------------------------------------------+-------------------------------------------------------------+---------------------------+
  20. Property Descriptions
  21. ---------------------
  22. .. _class_EditorSpinSlider_property_flat:
  23. - :ref:`bool<class_bool>` **flat**
  24. +-----------+-----------------+
  25. | *Default* | ``false`` |
  26. +-----------+-----------------+
  27. | *Setter* | set_flat(value) |
  28. +-----------+-----------------+
  29. | *Getter* | is_flat() |
  30. +-----------+-----------------+
  31. ----
  32. .. _class_EditorSpinSlider_property_label:
  33. - :ref:`String<class_String>` **label**
  34. +-----------+------------------+
  35. | *Default* | ``""`` |
  36. +-----------+------------------+
  37. | *Setter* | set_label(value) |
  38. +-----------+------------------+
  39. | *Getter* | get_label() |
  40. +-----------+------------------+
  41. ----
  42. .. _class_EditorSpinSlider_property_read_only:
  43. - :ref:`bool<class_bool>` **read_only**
  44. +-----------+----------------------+
  45. | *Default* | ``false`` |
  46. +-----------+----------------------+
  47. | *Setter* | set_read_only(value) |
  48. +-----------+----------------------+
  49. | *Getter* | is_read_only() |
  50. +-----------+----------------------+
  51. .. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)`
  52. .. |const| replace:: :abbr:`const (This method has no side effects. It doesn't modify any of the instance's member variables.)`
  53. .. |vararg| replace:: :abbr:`vararg (This method accepts any number of arguments after the ones described here.)`