classref: Remove stray spaces in method signatures

This commit is contained in:
Rémi Verschelde
2017-10-21 14:03:27 +02:00
parent 4ce8307e42
commit f0bd3cc2c1
403 changed files with 18060 additions and 18060 deletions

View File

@@ -21,19 +21,19 @@ Base class for GUI Sliders.
Member Functions
----------------
+--------------------------+----------------------------------------------------------------------------------------------------------------------+
| :ref:`int<class_int>` | :ref:`get_ticks<class_Slider_get_ticks>` **(** **)** const |
+--------------------------+----------------------------------------------------------------------------------------------------------------------+
| :ref:`bool<class_bool>` | :ref:`get_ticks_on_borders<class_Slider_get_ticks_on_borders>` **(** **)** const |
+--------------------------+----------------------------------------------------------------------------------------------------------------------+
| :ref:`bool<class_bool>` | :ref:`is_editable<class_Slider_is_editable>` **(** **)** const |
+--------------------------+----------------------------------------------------------------------------------------------------------------------+
| void | :ref:`set_editable<class_Slider_set_editable>` **(** :ref:`bool<class_bool>` editable **)** |
+--------------------------+----------------------------------------------------------------------------------------------------------------------+
| void | :ref:`set_ticks<class_Slider_set_ticks>` **(** :ref:`int<class_int>` count **)** |
+--------------------------+----------------------------------------------------------------------------------------------------------------------+
| void | :ref:`set_ticks_on_borders<class_Slider_set_ticks_on_borders>` **(** :ref:`bool<class_bool>` ticks_on_border **)** |
+--------------------------+----------------------------------------------------------------------------------------------------------------------+
+--------------------------+--------------------------------------------------------------------------------------------------------------------+
| :ref:`int<class_int>` | :ref:`get_ticks<class_Slider_get_ticks>` **(** **)** const |
+--------------------------+--------------------------------------------------------------------------------------------------------------------+
| :ref:`bool<class_bool>` | :ref:`get_ticks_on_borders<class_Slider_get_ticks_on_borders>` **(** **)** const |
+--------------------------+--------------------------------------------------------------------------------------------------------------------+
| :ref:`bool<class_bool>` | :ref:`is_editable<class_Slider_is_editable>` **(** **)** const |
+--------------------------+--------------------------------------------------------------------------------------------------------------------+
| void | :ref:`set_editable<class_Slider_set_editable>` **(** :ref:`bool<class_bool>` editable **)** |
+--------------------------+--------------------------------------------------------------------------------------------------------------------+
| void | :ref:`set_ticks<class_Slider_set_ticks>` **(** :ref:`int<class_int>` count **)** |
+--------------------------+--------------------------------------------------------------------------------------------------------------------+
| void | :ref:`set_ticks_on_borders<class_Slider_set_ticks_on_borders>` **(** :ref:`bool<class_bool>` ticks_on_border **)** |
+--------------------------+--------------------------------------------------------------------------------------------------------------------+
Member Variables
----------------
@@ -65,33 +65,33 @@ Member Function Description
.. _class_Slider_get_ticks:
- :ref:`int<class_int>` **get_ticks** **(** **)** const
- :ref:`int<class_int>` **get_ticks** **(** **)** const
Return amounts of ticks to display on slider.
.. _class_Slider_get_ticks_on_borders:
- :ref:`bool<class_bool>` **get_ticks_on_borders** **(** **)** const
- :ref:`bool<class_bool>` **get_ticks_on_borders** **(** **)** const
Return true if ticks are visible on borders.
.. _class_Slider_is_editable:
- :ref:`bool<class_bool>` **is_editable** **(** **)** const
- :ref:`bool<class_bool>` **is_editable** **(** **)** const
.. _class_Slider_set_editable:
- void **set_editable** **(** :ref:`bool<class_bool>` editable **)**
- void **set_editable** **(** :ref:`bool<class_bool>` editable **)**
.. _class_Slider_set_ticks:
- void **set_ticks** **(** :ref:`int<class_int>` count **)**
- void **set_ticks** **(** :ref:`int<class_int>` count **)**
Set amount of ticks to display in slider.
.. _class_Slider_set_ticks_on_borders:
- void **set_ticks_on_borders** **(** :ref:`bool<class_bool>` ticks_on_border **)**
- void **set_ticks_on_borders** **(** :ref:`bool<class_bool>` ticks_on_border **)**
Set true if ticks are visible on borders.