class_styleboxflat.rst 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186
  1. .. Generated automatically by doc/tools/makerst.py in Godot's source tree.
  2. .. DO NOT EDIT THIS FILE, but the StyleBoxFlat.xml source instead.
  3. .. The source is found in doc/classes or modules/<name>/doc_classes.
  4. .. _class_StyleBoxFlat:
  5. StyleBoxFlat
  6. ============
  7. **Inherits:** :ref:`StyleBox<class_stylebox>` **<** :ref:`Resource<class_resource>` **<** :ref:`Reference<class_reference>` **<** :ref:`Object<class_object>`
  8. **Category:** Core
  9. Brief Description
  10. -----------------
  11. Customizable Stylebox with a given set of parameters. (no texture required)
  12. Member Functions
  13. ----------------
  14. +------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  15. | :ref:`int<class_int>` | :ref:`get_border_width_min<class_StyleBoxFlat_get_border_width_min>` **(** **)** const |
  16. +------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  17. | void | :ref:`set_border_width_all<class_StyleBoxFlat_set_border_width_all>` **(** :ref:`int<class_int>` width **)** |
  18. +------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  19. | void | :ref:`set_corner_radius_all<class_StyleBoxFlat_set_corner_radius_all>` **(** :ref:`int<class_int>` radius **)** |
  20. +------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  21. | void | :ref:`set_corner_radius_individual<class_StyleBoxFlat_set_corner_radius_individual>` **(** :ref:`int<class_int>` radius_top_left, :ref:`int<class_int>` radius_top_right, :ref:`int<class_int>` radius_bottom_right, :ref:`int<class_int>` radius_bottom_left **)** |
  22. +------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  23. | void | :ref:`set_expand_margin_all<class_StyleBoxFlat_set_expand_margin_all>` **(** :ref:`float<class_float>` size **)** |
  24. +------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  25. | void | :ref:`set_expand_margin_individual<class_StyleBoxFlat_set_expand_margin_individual>` **(** :ref:`float<class_float>` size_left, :ref:`float<class_float>` size_top, :ref:`float<class_float>` size_right, :ref:`float<class_float>` size_bottom **)** |
  26. +------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  27. Member Variables
  28. ----------------
  29. .. _class_StyleBoxFlat_anti_aliasing:
  30. - :ref:`bool<class_bool>` **anti_aliasing** - Anti Aliasing draws a small ring around edges. This ring fades to transparent. As a result edges look much smoother. This is only noticeable when using rounded corners.
  31. .. _class_StyleBoxFlat_anti_aliasing_size:
  32. - :ref:`int<class_int>` **anti_aliasing_size** - This changes the size of the faded ring. Higher values can be used to achieve a "blurry" effect.
  33. .. _class_StyleBoxFlat_bg_color:
  34. - :ref:`Color<class_color>` **bg_color** - The background color of the stylebox.
  35. .. _class_StyleBoxFlat_border_blend:
  36. - :ref:`bool<class_bool>` **border_blend** - When set to true, the border will fade into the background color.
  37. .. _class_StyleBoxFlat_border_color:
  38. - :ref:`Color<class_color>` **border_color** - Sets the color of the border.
  39. .. _class_StyleBoxFlat_border_width_bottom:
  40. - :ref:`int<class_int>` **border_width_bottom** - Border width for the bottom border.
  41. .. _class_StyleBoxFlat_border_width_left:
  42. - :ref:`int<class_int>` **border_width_left** - Border width for the left border.
  43. .. _class_StyleBoxFlat_border_width_right:
  44. - :ref:`int<class_int>` **border_width_right** - Border width for the right border.
  45. .. _class_StyleBoxFlat_border_width_top:
  46. - :ref:`int<class_int>` **border_width_top** - Border width for the top border.
  47. .. _class_StyleBoxFlat_corner_detail:
  48. - :ref:`int<class_int>` **corner_detail** - This sets the amount of vertices used for each corner. Higher values result in rounder corners but take more processing power to compute. When choosing a value you should take the corner radius (:ref:`set_corner_radius<class_StyleBoxFlat_set_corner_radius>`) into account.
  49. For corner radius smaller than 10: 4-5 should be enough
  50. For corner radius smaller than 30: 8-12 should be enough ...
  51. .. _class_StyleBoxFlat_corner_radius_bottom_left:
  52. - :ref:`int<class_int>` **corner_radius_bottom_left** - The corner radius of the bottom left corner. When set to 0 the corner is not rounded.
  53. .. _class_StyleBoxFlat_corner_radius_bottom_right:
  54. - :ref:`int<class_int>` **corner_radius_bottom_right** - The corner radius of the bottom right corner. When set to 0 the corner is not rounded.
  55. .. _class_StyleBoxFlat_corner_radius_top_left:
  56. - :ref:`int<class_int>` **corner_radius_top_left** - The corner radius of the top left corner. When set to 0 the corner is not rounded.
  57. .. _class_StyleBoxFlat_corner_radius_top_right:
  58. - :ref:`int<class_int>` **corner_radius_top_right** - The corner radius of the top right corner. When set to 0 the corner is not rounded.
  59. .. _class_StyleBoxFlat_draw_center:
  60. - :ref:`bool<class_bool>` **draw_center** - Toggels drawing of the inner part of the stylebox.
  61. .. _class_StyleBoxFlat_expand_margin_bottom:
  62. - :ref:`float<class_float>` **expand_margin_bottom** - Expands the stylebox outside of the control rect on the bottom edge. Useful in combination with border_width_bottom. To draw a border outside the control rect.
  63. .. _class_StyleBoxFlat_expand_margin_left:
  64. - :ref:`float<class_float>` **expand_margin_left** - Expands the stylebox outside of the control rect on the left edge. Useful in combination with border_width_left. To draw a border outside the control rect.
  65. .. _class_StyleBoxFlat_expand_margin_right:
  66. - :ref:`float<class_float>` **expand_margin_right** - Expands the stylebox outside of the control rect on the right edge. Useful in combination with border_width_right. To draw a border outside the control rect.
  67. .. _class_StyleBoxFlat_expand_margin_top:
  68. - :ref:`float<class_float>` **expand_margin_top** - Expands the stylebox outside of the control rect on the top edge. Useful in combination with border_width_top. To draw a border outside the control rect.
  69. .. _class_StyleBoxFlat_shadow_color:
  70. - :ref:`Color<class_color>` **shadow_color** - The color of the shadow. (This has no effect when shadow_size < 1)
  71. .. _class_StyleBoxFlat_shadow_size:
  72. - :ref:`int<class_int>` **shadow_size** - The shadow size in pixels.
  73. Description
  74. -----------
  75. This stylebox can be used to achieve all kinds of looks without the need of a texture. Those properties are customizable:
  76. - Color
  77. - Border width (individual width for each border)
  78. - Rounded corners (individual radius for each corner)
  79. - Shadow
  80. About corner radius:
  81. Setting corner radius to high values is allowed. As soon as corners would overlap the stylebox will switch to a relative system. Example:
  82. ::
  83. height = 30
  84. corner_radius_top_left = 50
  85. corner_radius_bottom_left = 100
  86. The relative system now would take the 1:2 ratio of the two left corners to calculate the actual corner width. Both corners added will **never** be more than the height. Result:
  87. ::
  88. corner_radius_top_left: 10
  89. corner_radius_bottom_left: 20
  90. Member Function Description
  91. ---------------------------
  92. .. _class_StyleBoxFlat_get_border_width_min:
  93. - :ref:`int<class_int>` **get_border_width_min** **(** **)** const
  94. .. _class_StyleBoxFlat_set_border_width_all:
  95. - void **set_border_width_all** **(** :ref:`int<class_int>` width **)**
  96. .. _class_StyleBoxFlat_set_corner_radius_all:
  97. - void **set_corner_radius_all** **(** :ref:`int<class_int>` radius **)**
  98. .. _class_StyleBoxFlat_set_corner_radius_individual:
  99. - void **set_corner_radius_individual** **(** :ref:`int<class_int>` radius_top_left, :ref:`int<class_int>` radius_top_right, :ref:`int<class_int>` radius_bottom_right, :ref:`int<class_int>` radius_bottom_left **)**
  100. .. _class_StyleBoxFlat_set_expand_margin_all:
  101. - void **set_expand_margin_all** **(** :ref:`float<class_float>` size **)**
  102. .. _class_StyleBoxFlat_set_expand_margin_individual:
  103. - void **set_expand_margin_individual** **(** :ref:`float<class_float>` size_left, :ref:`float<class_float>` size_top, :ref:`float<class_float>` size_right, :ref:`float<class_float>` size_bottom **)**