class_styleboxflat.rst 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263
  1. .. Generated automatically by doc/tools/makerst.py in Godot's source tree.
  2. .. DO NOT EDIT THIS FILE, but the doc/base/classes.xml source instead.
  3. .. _class_StyleBoxFlat:
  4. StyleBoxFlat
  5. ============
  6. **Inherits:** :ref:`StyleBox<class_stylebox>` **<** :ref:`Resource<class_resource>` **<** :ref:`Reference<class_reference>` **<** :ref:`Object<class_object>`
  7. **Category:** Core
  8. Brief Description
  9. -----------------
  10. Customizable Stylebox with a given set of parameters. (no texture required)
  11. Member Functions
  12. ----------------
  13. +----------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  14. | :ref:`int<class_int>` | :ref:`get_aa_size<class_StyleBoxFlat_get_aa_size>` **(** **)** const |
  15. +----------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  16. | :ref:`Color<class_color>` | :ref:`get_bg_color<class_StyleBoxFlat_get_bg_color>` **(** **)** const |
  17. +----------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  18. | :ref:`bool<class_bool>` | :ref:`get_border_blend<class_StyleBoxFlat_get_border_blend>` **(** **)** const |
  19. +----------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  20. | :ref:`Color<class_color>` | :ref:`get_border_color<class_StyleBoxFlat_get_border_color>` **(** **)** const |
  21. +----------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  22. | :ref:`int<class_int>` | :ref:`get_border_width<class_StyleBoxFlat_get_border_width>` **(** :ref:`int<class_int>` margin **)** const |
  23. +----------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  24. | :ref:`int<class_int>` | :ref:`get_border_width_min<class_StyleBoxFlat_get_border_width_min>` **(** **)** const |
  25. +----------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  26. | :ref:`int<class_int>` | :ref:`get_corner_detail<class_StyleBoxFlat_get_corner_detail>` **(** **)** const |
  27. +----------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  28. | :ref:`int<class_int>` | :ref:`get_corner_radius<class_StyleBoxFlat_get_corner_radius>` **(** :ref:`int<class_int>` corner **)** const |
  29. +----------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  30. | :ref:`float<class_float>` | :ref:`get_expand_margin<class_StyleBoxFlat_get_expand_margin>` **(** :ref:`int<class_int>` margin **)** const |
  31. +----------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  32. | :ref:`Color<class_color>` | :ref:`get_shadow_color<class_StyleBoxFlat_get_shadow_color>` **(** **)** const |
  33. +----------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  34. | :ref:`int<class_int>` | :ref:`get_shadow_size<class_StyleBoxFlat_get_shadow_size>` **(** **)** const |
  35. +----------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  36. | :ref:`bool<class_bool>` | :ref:`is_anti_aliased<class_StyleBoxFlat_is_anti_aliased>` **(** **)** const |
  37. +----------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  38. | :ref:`bool<class_bool>` | :ref:`is_draw_center_enabled<class_StyleBoxFlat_is_draw_center_enabled>` **(** **)** const |
  39. +----------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  40. | void | :ref:`set_aa_size<class_StyleBoxFlat_set_aa_size>` **(** :ref:`int<class_int>` size **)** |
  41. +----------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  42. | void | :ref:`set_anti_aliased<class_StyleBoxFlat_set_anti_aliased>` **(** :ref:`bool<class_bool>` anti_aliased **)** |
  43. +----------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  44. | void | :ref:`set_bg_color<class_StyleBoxFlat_set_bg_color>` **(** :ref:`Color<class_color>` color **)** |
  45. +----------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  46. | void | :ref:`set_border_blend<class_StyleBoxFlat_set_border_blend>` **(** :ref:`bool<class_bool>` blend **)** |
  47. +----------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  48. | void | :ref:`set_border_color<class_StyleBoxFlat_set_border_color>` **(** :ref:`Color<class_color>` color **)** |
  49. +----------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  50. | void | :ref:`set_border_width<class_StyleBoxFlat_set_border_width>` **(** :ref:`int<class_int>` margin, :ref:`int<class_int>` width **)** |
  51. +----------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  52. | void | :ref:`set_border_width_all<class_StyleBoxFlat_set_border_width_all>` **(** :ref:`int<class_int>` width **)** |
  53. +----------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  54. | void | :ref:`set_corner_detail<class_StyleBoxFlat_set_corner_detail>` **(** :ref:`int<class_int>` detail **)** |
  55. +----------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  56. | void | :ref:`set_corner_radius<class_StyleBoxFlat_set_corner_radius>` **(** :ref:`int<class_int>` corner, :ref:`int<class_int>` radius **)** |
  57. +----------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  58. | void | :ref:`set_corner_radius_all<class_StyleBoxFlat_set_corner_radius_all>` **(** :ref:`int<class_int>` radius **)** |
  59. +----------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  60. | 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_botton_right, :ref:`int<class_int>` radius_bottom_left **)** |
  61. +----------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  62. | void | :ref:`set_draw_center<class_StyleBoxFlat_set_draw_center>` **(** :ref:`bool<class_bool>` draw_center **)** |
  63. +----------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  64. | void | :ref:`set_expand_margin<class_StyleBoxFlat_set_expand_margin>` **(** :ref:`int<class_int>` margin, :ref:`float<class_float>` size **)** |
  65. +----------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  66. | void | :ref:`set_expand_margin_all<class_StyleBoxFlat_set_expand_margin_all>` **(** :ref:`float<class_float>` size **)** |
  67. +----------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  68. | 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 **)** |
  69. +----------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  70. | void | :ref:`set_shadow_color<class_StyleBoxFlat_set_shadow_color>` **(** :ref:`Color<class_color>` color **)** |
  71. +----------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  72. | void | :ref:`set_shadow_size<class_StyleBoxFlat_set_shadow_size>` **(** :ref:`int<class_int>` size **)** |
  73. +----------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  74. Member Variables
  75. ----------------
  76. - :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 noticable when using rounded corners.
  77. - :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.
  78. - :ref:`Color<class_color>` **bg_color** - The background color of the stylebox.
  79. - :ref:`bool<class_bool>` **border_blend** - When set to true, the border will fade into the background color.
  80. - :ref:`Color<class_color>` **border_color** - Sets the color of the border.
  81. - :ref:`int<class_int>` **border_width_bottom** - Border width for the bottom border.
  82. - :ref:`int<class_int>` **border_width_left** - Border width for the left border.
  83. - :ref:`int<class_int>` **border_width_right** - Border width for the right border.
  84. - :ref:`int<class_int>` **border_width_top** - Border width for the top border.
  85. - :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 ([method set_corner_radius]) into account.
  86. For corner radius smaller than 10: 4-5 should be enough
  87. For corner radius smaller than 30: 8-12 should be enough ...
  88. - :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.
  89. - :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.
  90. - :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.
  91. - :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.
  92. - :ref:`bool<class_bool>` **draw_center** - Toggels drawing of the inner part of the stylebox.
  93. - :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.
  94. - :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.
  95. - :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.
  96. - :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.
  97. - :ref:`Color<class_color>` **shadow_color** - The color of the shadow. (This has no effect when shadow_size < 1)
  98. - :ref:`int<class_int>` **shadow_size** - The shadow size in pixels.
  99. Description
  100. -----------
  101. This stylebox can be used to achieve all kinds of looks without the need of a texture. Those properties are customizable:
  102. - Color
  103. - Border width (individual width for each border)
  104. - Rounded corners (individual radius for each corner)
  105. - Shadow
  106. About corner radius:
  107. Setting corner radius to high values is allowed. As soon as corners would overlap the stylebox will switch to a relative system. Example:
  108. ::
  109. height = 30
  110. corner_radius_top_left = 50
  111. corner_raidus_bottom_left = 100
  112. 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:
  113. ::
  114. corner_radius_top_left: 10
  115. corner_raidus_bottom_left: 20
  116. Member Function Description
  117. ---------------------------
  118. .. _class_StyleBoxFlat_get_aa_size:
  119. - :ref:`int<class_int>` **get_aa_size** **(** **)** const
  120. .. _class_StyleBoxFlat_get_bg_color:
  121. - :ref:`Color<class_color>` **get_bg_color** **(** **)** const
  122. .. _class_StyleBoxFlat_get_border_blend:
  123. - :ref:`bool<class_bool>` **get_border_blend** **(** **)** const
  124. .. _class_StyleBoxFlat_get_border_color:
  125. - :ref:`Color<class_color>` **get_border_color** **(** **)** const
  126. .. _class_StyleBoxFlat_get_border_width:
  127. - :ref:`int<class_int>` **get_border_width** **(** :ref:`int<class_int>` margin **)** const
  128. .. _class_StyleBoxFlat_get_border_width_min:
  129. - :ref:`int<class_int>` **get_border_width_min** **(** **)** const
  130. .. _class_StyleBoxFlat_get_corner_detail:
  131. - :ref:`int<class_int>` **get_corner_detail** **(** **)** const
  132. .. _class_StyleBoxFlat_get_corner_radius:
  133. - :ref:`int<class_int>` **get_corner_radius** **(** :ref:`int<class_int>` corner **)** const
  134. .. _class_StyleBoxFlat_get_expand_margin:
  135. - :ref:`float<class_float>` **get_expand_margin** **(** :ref:`int<class_int>` margin **)** const
  136. .. _class_StyleBoxFlat_get_shadow_color:
  137. - :ref:`Color<class_color>` **get_shadow_color** **(** **)** const
  138. .. _class_StyleBoxFlat_get_shadow_size:
  139. - :ref:`int<class_int>` **get_shadow_size** **(** **)** const
  140. .. _class_StyleBoxFlat_is_anti_aliased:
  141. - :ref:`bool<class_bool>` **is_anti_aliased** **(** **)** const
  142. .. _class_StyleBoxFlat_is_draw_center_enabled:
  143. - :ref:`bool<class_bool>` **is_draw_center_enabled** **(** **)** const
  144. .. _class_StyleBoxFlat_set_aa_size:
  145. - void **set_aa_size** **(** :ref:`int<class_int>` size **)**
  146. .. _class_StyleBoxFlat_set_anti_aliased:
  147. - void **set_anti_aliased** **(** :ref:`bool<class_bool>` anti_aliased **)**
  148. .. _class_StyleBoxFlat_set_bg_color:
  149. - void **set_bg_color** **(** :ref:`Color<class_color>` color **)**
  150. .. _class_StyleBoxFlat_set_border_blend:
  151. - void **set_border_blend** **(** :ref:`bool<class_bool>` blend **)**
  152. .. _class_StyleBoxFlat_set_border_color:
  153. - void **set_border_color** **(** :ref:`Color<class_color>` color **)**
  154. .. _class_StyleBoxFlat_set_border_width:
  155. - void **set_border_width** **(** :ref:`int<class_int>` margin, :ref:`int<class_int>` width **)**
  156. .. _class_StyleBoxFlat_set_border_width_all:
  157. - void **set_border_width_all** **(** :ref:`int<class_int>` width **)**
  158. .. _class_StyleBoxFlat_set_corner_detail:
  159. - void **set_corner_detail** **(** :ref:`int<class_int>` detail **)**
  160. .. _class_StyleBoxFlat_set_corner_radius:
  161. - void **set_corner_radius** **(** :ref:`int<class_int>` corner, :ref:`int<class_int>` radius **)**
  162. .. _class_StyleBoxFlat_set_corner_radius_all:
  163. - void **set_corner_radius_all** **(** :ref:`int<class_int>` radius **)**
  164. .. _class_StyleBoxFlat_set_corner_radius_individual:
  165. - void **set_corner_radius_individual** **(** :ref:`int<class_int>` radius_top_left, :ref:`int<class_int>` radius_top_right, :ref:`int<class_int>` radius_botton_right, :ref:`int<class_int>` radius_bottom_left **)**
  166. .. _class_StyleBoxFlat_set_draw_center:
  167. - void **set_draw_center** **(** :ref:`bool<class_bool>` draw_center **)**
  168. .. _class_StyleBoxFlat_set_expand_margin:
  169. - void **set_expand_margin** **(** :ref:`int<class_int>` margin, :ref:`float<class_float>` size **)**
  170. .. _class_StyleBoxFlat_set_expand_margin_all:
  171. - void **set_expand_margin_all** **(** :ref:`float<class_float>` size **)**
  172. .. _class_StyleBoxFlat_set_expand_margin_individual:
  173. - 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 **)**
  174. .. _class_StyleBoxFlat_set_shadow_color:
  175. - void **set_shadow_color** **(** :ref:`Color<class_color>` color **)**
  176. .. _class_StyleBoxFlat_set_shadow_size:
  177. - void **set_shadow_size** **(** :ref:`int<class_int>` size **)**