Sync classref with current source

This commit is contained in:
Rémi Verschelde
2017-11-27 08:32:15 +01:00
parent 33f109ea70
commit 5bf33731b6
303 changed files with 2187 additions and 18408 deletions
-41
View File
@@ -16,19 +16,6 @@ Brief Description
Simple button used to represent a link to some resource
Member Functions
----------------
+------------------------------+-----------------------------------------------------------------------------------------------------------------+
| :ref:`String<class_string>` | :ref:`get_text<class_LinkButton_get_text>` **(** **)** const |
+------------------------------+-----------------------------------------------------------------------------------------------------------------+
| :ref:`int<class_int>` | :ref:`get_underline_mode<class_LinkButton_get_underline_mode>` **(** **)** const |
+------------------------------+-----------------------------------------------------------------------------------------------------------------+
| void | :ref:`set_text<class_LinkButton_set_text>` **(** :ref:`String<class_string>` text **)** |
+------------------------------+-----------------------------------------------------------------------------------------------------------------+
| void | :ref:`set_underline_mode<class_LinkButton_set_underline_mode>` **(** :ref:`int<class_int>` underline_mode **)** |
+------------------------------+-----------------------------------------------------------------------------------------------------------------+
Member Variables
----------------
@@ -53,31 +40,3 @@ Description
This kind of buttons are primarily used when the interaction with the button causes a context change (like linking to a web page).
Member Function Description
---------------------------
.. _class_LinkButton_get_text:
- :ref:`String<class_string>` **get_text** **(** **)** const
Returns the text of the button.
.. _class_LinkButton_get_underline_mode:
- :ref:`int<class_int>` **get_underline_mode** **(** **)** const
Returns the underline mode for this button.
.. _class_LinkButton_set_text:
- void **set_text** **(** :ref:`String<class_string>` text **)**
Sets the text of the button.
.. _class_LinkButton_set_underline_mode:
- void **set_underline_mode** **(** :ref:`int<class_int>` underline_mode **)**
Sets the underline mode for this button, the argument must be one of the ``LinkButton`` constants (see constants section).