class_acceptdialog.rst 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379
  1. :github_url: hide
  2. .. DO NOT EDIT THIS FILE!!!
  3. .. Generated automatically from Godot engine sources.
  4. .. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py.
  5. .. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/AcceptDialog.xml.
  6. .. _class_AcceptDialog:
  7. AcceptDialog
  8. ============
  9. **Inherits:** :ref:`Window<class_Window>` **<** :ref:`Viewport<class_Viewport>` **<** :ref:`Node<class_Node>` **<** :ref:`Object<class_Object>`
  10. **Inherited By:** :ref:`ConfirmationDialog<class_ConfirmationDialog>`
  11. A base dialog used for user notification.
  12. .. rst-class:: classref-introduction-group
  13. Description
  14. -----------
  15. The default use of **AcceptDialog** is to allow it to only be accepted or closed, with the same result. However, the :ref:`confirmed<class_AcceptDialog_signal_confirmed>` and :ref:`canceled<class_AcceptDialog_signal_canceled>` signals allow to make the two actions different, and the :ref:`add_button()<class_AcceptDialog_method_add_button>` method allows to add custom buttons and actions.
  16. .. rst-class:: classref-reftable-group
  17. Properties
  18. ----------
  19. .. table::
  20. :widths: auto
  21. +-----------------------------+-----------------------------------------------------------------------------------+------------------------------------------------------------------------------+
  22. | :ref:`bool<class_bool>` | :ref:`dialog_autowrap<class_AcceptDialog_property_dialog_autowrap>` | ``false`` |
  23. +-----------------------------+-----------------------------------------------------------------------------------+------------------------------------------------------------------------------+
  24. | :ref:`bool<class_bool>` | :ref:`dialog_close_on_escape<class_AcceptDialog_property_dialog_close_on_escape>` | ``true`` |
  25. +-----------------------------+-----------------------------------------------------------------------------------+------------------------------------------------------------------------------+
  26. | :ref:`bool<class_bool>` | :ref:`dialog_hide_on_ok<class_AcceptDialog_property_dialog_hide_on_ok>` | ``true`` |
  27. +-----------------------------+-----------------------------------------------------------------------------------+------------------------------------------------------------------------------+
  28. | :ref:`String<class_String>` | :ref:`dialog_text<class_AcceptDialog_property_dialog_text>` | ``""`` |
  29. +-----------------------------+-----------------------------------------------------------------------------------+------------------------------------------------------------------------------+
  30. | :ref:`bool<class_bool>` | exclusive | ``true`` (overrides :ref:`Window<class_Window_property_exclusive>`) |
  31. +-----------------------------+-----------------------------------------------------------------------------------+------------------------------------------------------------------------------+
  32. | :ref:`bool<class_bool>` | keep_title_visible | ``true`` (overrides :ref:`Window<class_Window_property_keep_title_visible>`) |
  33. +-----------------------------+-----------------------------------------------------------------------------------+------------------------------------------------------------------------------+
  34. | :ref:`String<class_String>` | :ref:`ok_button_text<class_AcceptDialog_property_ok_button_text>` | ``"OK"`` |
  35. +-----------------------------+-----------------------------------------------------------------------------------+------------------------------------------------------------------------------+
  36. | :ref:`String<class_String>` | title | ``"Alert!"`` (overrides :ref:`Window<class_Window_property_title>`) |
  37. +-----------------------------+-----------------------------------------------------------------------------------+------------------------------------------------------------------------------+
  38. | :ref:`bool<class_bool>` | transient | ``true`` (overrides :ref:`Window<class_Window_property_transient>`) |
  39. +-----------------------------+-----------------------------------------------------------------------------------+------------------------------------------------------------------------------+
  40. | :ref:`bool<class_bool>` | visible | ``false`` (overrides :ref:`Window<class_Window_property_visible>`) |
  41. +-----------------------------+-----------------------------------------------------------------------------------+------------------------------------------------------------------------------+
  42. | :ref:`bool<class_bool>` | wrap_controls | ``true`` (overrides :ref:`Window<class_Window_property_wrap_controls>`) |
  43. +-----------------------------+-----------------------------------------------------------------------------------+------------------------------------------------------------------------------+
  44. .. rst-class:: classref-reftable-group
  45. Methods
  46. -------
  47. .. table::
  48. :widths: auto
  49. +-----------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  50. | :ref:`Button<class_Button>` | :ref:`add_button<class_AcceptDialog_method_add_button>`\ (\ text\: :ref:`String<class_String>`, right\: :ref:`bool<class_bool>` = false, action\: :ref:`String<class_String>` = ""\ ) |
  51. +-----------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  52. | :ref:`Button<class_Button>` | :ref:`add_cancel_button<class_AcceptDialog_method_add_cancel_button>`\ (\ name\: :ref:`String<class_String>`\ ) |
  53. +-----------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  54. | :ref:`Label<class_Label>` | :ref:`get_label<class_AcceptDialog_method_get_label>`\ (\ ) |
  55. +-----------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  56. | :ref:`Button<class_Button>` | :ref:`get_ok_button<class_AcceptDialog_method_get_ok_button>`\ (\ ) |
  57. +-----------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  58. | |void| | :ref:`register_text_enter<class_AcceptDialog_method_register_text_enter>`\ (\ line_edit\: :ref:`LineEdit<class_LineEdit>`\ ) |
  59. +-----------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  60. | |void| | :ref:`remove_button<class_AcceptDialog_method_remove_button>`\ (\ button\: :ref:`Button<class_Button>`\ ) |
  61. +-----------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  62. .. rst-class:: classref-reftable-group
  63. Theme Properties
  64. ----------------
  65. .. table::
  66. :widths: auto
  67. +---------------------------------+---------------------------------------------------------------------------------+--------+
  68. | :ref:`int<class_int>` | :ref:`buttons_min_height<class_AcceptDialog_theme_constant_buttons_min_height>` | ``0`` |
  69. +---------------------------------+---------------------------------------------------------------------------------+--------+
  70. | :ref:`int<class_int>` | :ref:`buttons_min_width<class_AcceptDialog_theme_constant_buttons_min_width>` | ``0`` |
  71. +---------------------------------+---------------------------------------------------------------------------------+--------+
  72. | :ref:`int<class_int>` | :ref:`buttons_separation<class_AcceptDialog_theme_constant_buttons_separation>` | ``10`` |
  73. +---------------------------------+---------------------------------------------------------------------------------+--------+
  74. | :ref:`StyleBox<class_StyleBox>` | :ref:`panel<class_AcceptDialog_theme_style_panel>` | |
  75. +---------------------------------+---------------------------------------------------------------------------------+--------+
  76. .. rst-class:: classref-section-separator
  77. ----
  78. .. rst-class:: classref-descriptions-group
  79. Signals
  80. -------
  81. .. _class_AcceptDialog_signal_canceled:
  82. .. rst-class:: classref-signal
  83. **canceled**\ (\ ) :ref:`🔗<class_AcceptDialog_signal_canceled>`
  84. Emitted when the dialog is closed or the button created with :ref:`add_cancel_button()<class_AcceptDialog_method_add_cancel_button>` is pressed.
  85. .. rst-class:: classref-item-separator
  86. ----
  87. .. _class_AcceptDialog_signal_confirmed:
  88. .. rst-class:: classref-signal
  89. **confirmed**\ (\ ) :ref:`🔗<class_AcceptDialog_signal_confirmed>`
  90. Emitted when the dialog is accepted, i.e. the OK button is pressed.
  91. .. rst-class:: classref-item-separator
  92. ----
  93. .. _class_AcceptDialog_signal_custom_action:
  94. .. rst-class:: classref-signal
  95. **custom_action**\ (\ action\: :ref:`StringName<class_StringName>`\ ) :ref:`🔗<class_AcceptDialog_signal_custom_action>`
  96. Emitted when a custom button is pressed. See :ref:`add_button()<class_AcceptDialog_method_add_button>`.
  97. .. rst-class:: classref-section-separator
  98. ----
  99. .. rst-class:: classref-descriptions-group
  100. Property Descriptions
  101. ---------------------
  102. .. _class_AcceptDialog_property_dialog_autowrap:
  103. .. rst-class:: classref-property
  104. :ref:`bool<class_bool>` **dialog_autowrap** = ``false`` :ref:`🔗<class_AcceptDialog_property_dialog_autowrap>`
  105. .. rst-class:: classref-property-setget
  106. - |void| **set_autowrap**\ (\ value\: :ref:`bool<class_bool>`\ )
  107. - :ref:`bool<class_bool>` **has_autowrap**\ (\ )
  108. Sets autowrapping for the text in the dialog.
  109. .. rst-class:: classref-item-separator
  110. ----
  111. .. _class_AcceptDialog_property_dialog_close_on_escape:
  112. .. rst-class:: classref-property
  113. :ref:`bool<class_bool>` **dialog_close_on_escape** = ``true`` :ref:`🔗<class_AcceptDialog_property_dialog_close_on_escape>`
  114. .. rst-class:: classref-property-setget
  115. - |void| **set_close_on_escape**\ (\ value\: :ref:`bool<class_bool>`\ )
  116. - :ref:`bool<class_bool>` **get_close_on_escape**\ (\ )
  117. If ``true``, the dialog will be hidden when the escape key (:ref:`@GlobalScope.KEY_ESCAPE<class_@GlobalScope_constant_KEY_ESCAPE>`) is pressed.
  118. .. rst-class:: classref-item-separator
  119. ----
  120. .. _class_AcceptDialog_property_dialog_hide_on_ok:
  121. .. rst-class:: classref-property
  122. :ref:`bool<class_bool>` **dialog_hide_on_ok** = ``true`` :ref:`🔗<class_AcceptDialog_property_dialog_hide_on_ok>`
  123. .. rst-class:: classref-property-setget
  124. - |void| **set_hide_on_ok**\ (\ value\: :ref:`bool<class_bool>`\ )
  125. - :ref:`bool<class_bool>` **get_hide_on_ok**\ (\ )
  126. If ``true``, the dialog is hidden when the OK button is pressed. You can set it to ``false`` if you want to do e.g. input validation when receiving the :ref:`confirmed<class_AcceptDialog_signal_confirmed>` signal, and handle hiding the dialog in your own logic.
  127. \ **Note:** Some nodes derived from this class can have a different default value, and potentially their own built-in logic overriding this setting. For example :ref:`FileDialog<class_FileDialog>` defaults to ``false``, and has its own input validation code that is called when you press OK, which eventually hides the dialog if the input is valid. As such, this property can't be used in :ref:`FileDialog<class_FileDialog>` to disable hiding the dialog when pressing OK.
  128. .. rst-class:: classref-item-separator
  129. ----
  130. .. _class_AcceptDialog_property_dialog_text:
  131. .. rst-class:: classref-property
  132. :ref:`String<class_String>` **dialog_text** = ``""`` :ref:`🔗<class_AcceptDialog_property_dialog_text>`
  133. .. rst-class:: classref-property-setget
  134. - |void| **set_text**\ (\ value\: :ref:`String<class_String>`\ )
  135. - :ref:`String<class_String>` **get_text**\ (\ )
  136. The text displayed by the dialog.
  137. .. rst-class:: classref-item-separator
  138. ----
  139. .. _class_AcceptDialog_property_ok_button_text:
  140. .. rst-class:: classref-property
  141. :ref:`String<class_String>` **ok_button_text** = ``"OK"`` :ref:`🔗<class_AcceptDialog_property_ok_button_text>`
  142. .. rst-class:: classref-property-setget
  143. - |void| **set_ok_button_text**\ (\ value\: :ref:`String<class_String>`\ )
  144. - :ref:`String<class_String>` **get_ok_button_text**\ (\ )
  145. The text displayed by the OK button (see :ref:`get_ok_button()<class_AcceptDialog_method_get_ok_button>`).
  146. .. rst-class:: classref-section-separator
  147. ----
  148. .. rst-class:: classref-descriptions-group
  149. Method Descriptions
  150. -------------------
  151. .. _class_AcceptDialog_method_add_button:
  152. .. rst-class:: classref-method
  153. :ref:`Button<class_Button>` **add_button**\ (\ text\: :ref:`String<class_String>`, right\: :ref:`bool<class_bool>` = false, action\: :ref:`String<class_String>` = ""\ ) :ref:`🔗<class_AcceptDialog_method_add_button>`
  154. Adds a button with label ``text`` and a custom ``action`` to the dialog and returns the created button. ``action`` will be passed to the :ref:`custom_action<class_AcceptDialog_signal_custom_action>` signal when pressed.
  155. If ``true``, ``right`` will place the button to the right of any sibling buttons.
  156. You can use :ref:`remove_button()<class_AcceptDialog_method_remove_button>` method to remove a button created with this method from the dialog.
  157. .. rst-class:: classref-item-separator
  158. ----
  159. .. _class_AcceptDialog_method_add_cancel_button:
  160. .. rst-class:: classref-method
  161. :ref:`Button<class_Button>` **add_cancel_button**\ (\ name\: :ref:`String<class_String>`\ ) :ref:`🔗<class_AcceptDialog_method_add_cancel_button>`
  162. Adds a button with label ``name`` and a cancel action to the dialog and returns the created button.
  163. You can use :ref:`remove_button()<class_AcceptDialog_method_remove_button>` method to remove a button created with this method from the dialog.
  164. .. rst-class:: classref-item-separator
  165. ----
  166. .. _class_AcceptDialog_method_get_label:
  167. .. rst-class:: classref-method
  168. :ref:`Label<class_Label>` **get_label**\ (\ ) :ref:`🔗<class_AcceptDialog_method_get_label>`
  169. Returns the label used for built-in text.
  170. \ **Warning:** This is a required internal node, removing and freeing it may cause a crash. If you wish to hide it or any of its children, use their :ref:`CanvasItem.visible<class_CanvasItem_property_visible>` property.
  171. .. rst-class:: classref-item-separator
  172. ----
  173. .. _class_AcceptDialog_method_get_ok_button:
  174. .. rst-class:: classref-method
  175. :ref:`Button<class_Button>` **get_ok_button**\ (\ ) :ref:`🔗<class_AcceptDialog_method_get_ok_button>`
  176. Returns the OK :ref:`Button<class_Button>` instance.
  177. \ **Warning:** This is a required internal node, removing and freeing it may cause a crash. If you wish to hide it or any of its children, use their :ref:`CanvasItem.visible<class_CanvasItem_property_visible>` property.
  178. .. rst-class:: classref-item-separator
  179. ----
  180. .. _class_AcceptDialog_method_register_text_enter:
  181. .. rst-class:: classref-method
  182. |void| **register_text_enter**\ (\ line_edit\: :ref:`LineEdit<class_LineEdit>`\ ) :ref:`🔗<class_AcceptDialog_method_register_text_enter>`
  183. Registers a :ref:`LineEdit<class_LineEdit>` in the dialog. When the enter key is pressed, the dialog will be accepted.
  184. .. rst-class:: classref-item-separator
  185. ----
  186. .. _class_AcceptDialog_method_remove_button:
  187. .. rst-class:: classref-method
  188. |void| **remove_button**\ (\ button\: :ref:`Button<class_Button>`\ ) :ref:`🔗<class_AcceptDialog_method_remove_button>`
  189. Removes the ``button`` from the dialog. Does NOT free the ``button``. The ``button`` must be a :ref:`Button<class_Button>` added with :ref:`add_button()<class_AcceptDialog_method_add_button>` or :ref:`add_cancel_button()<class_AcceptDialog_method_add_cancel_button>` method. After removal, pressing the ``button`` will no longer emit this dialog's :ref:`custom_action<class_AcceptDialog_signal_custom_action>` or :ref:`canceled<class_AcceptDialog_signal_canceled>` signals.
  190. .. rst-class:: classref-section-separator
  191. ----
  192. .. rst-class:: classref-descriptions-group
  193. Theme Property Descriptions
  194. ---------------------------
  195. .. _class_AcceptDialog_theme_constant_buttons_min_height:
  196. .. rst-class:: classref-themeproperty
  197. :ref:`int<class_int>` **buttons_min_height** = ``0`` :ref:`🔗<class_AcceptDialog_theme_constant_buttons_min_height>`
  198. The minimum height of each button in the bottom row (such as OK/Cancel) in pixels. This can be increased to make buttons with short texts easier to click/tap.
  199. .. rst-class:: classref-item-separator
  200. ----
  201. .. _class_AcceptDialog_theme_constant_buttons_min_width:
  202. .. rst-class:: classref-themeproperty
  203. :ref:`int<class_int>` **buttons_min_width** = ``0`` :ref:`🔗<class_AcceptDialog_theme_constant_buttons_min_width>`
  204. The minimum width of each button in the bottom row (such as OK/Cancel) in pixels. This can be increased to make buttons with short texts easier to click/tap.
  205. .. rst-class:: classref-item-separator
  206. ----
  207. .. _class_AcceptDialog_theme_constant_buttons_separation:
  208. .. rst-class:: classref-themeproperty
  209. :ref:`int<class_int>` **buttons_separation** = ``10`` :ref:`🔗<class_AcceptDialog_theme_constant_buttons_separation>`
  210. The size of the vertical space between the dialog's content and the button row.
  211. .. rst-class:: classref-item-separator
  212. ----
  213. .. _class_AcceptDialog_theme_style_panel:
  214. .. rst-class:: classref-themeproperty
  215. :ref:`StyleBox<class_StyleBox>` **panel** :ref:`🔗<class_AcceptDialog_theme_style_panel>`
  216. The panel that fills the background of the window.
  217. .. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)`
  218. .. |const| replace:: :abbr:`const (This method has no side effects. It doesn't modify any of the instance's member variables.)`
  219. .. |vararg| replace:: :abbr:`vararg (This method accepts any number of arguments after the ones described here.)`
  220. .. |constructor| replace:: :abbr:`constructor (This method is used to construct a type.)`
  221. .. |static| replace:: :abbr:`static (This method doesn't need an instance to be called, so it can be called directly using the class name.)`
  222. .. |operator| replace:: :abbr:`operator (This method describes a valid operator to use with this type as left-hand operand.)`
  223. .. |bitfield| replace:: :abbr:`BitField (This value is an integer composed as a bitmask of the following flags.)`
  224. .. |void| replace:: :abbr:`void (No return value.)`