classref: Add support for [member] and [signal] tags

Part of #11137.
This commit is contained in:
Rémi Verschelde
2017-10-21 13:55:57 +02:00
parent b5f08bfa22
commit 4ce8307e42
286 changed files with 4978 additions and 78 deletions

View File

@@ -44,10 +44,14 @@ Member Functions
Signals
-------
.. _class_AcceptDialog_confirmed:
- **confirmed** **(** **)**
Emitted when the dialog is accepted.
.. _class_AcceptDialog_custom_action:
- **custom_action** **(** :ref:`String<class_string>` action **)**
Emitted when a custom button is pressed. See :ref:`add_button<class_AcceptDialog_add_button>`.
@@ -56,9 +60,15 @@ Emitted when a custom button is pressed. See :ref:`add_button<class_AcceptDialog
Member Variables
----------------
.. _class_AcceptDialog_dialog_hide_on_ok:
- :ref:`bool<class_bool>` **dialog_hide_on_ok** - If ``true`` the dialog is hidden when accepted. Default value: ``true``.
.. _class_AcceptDialog_dialog_text:
- :ref:`String<class_string>` **dialog_text** - The text displayed by this dialog.
Description
-----------