Add classes ref generated by makerst.py

This commit is contained in:
Rémi Verschelde
2016-02-07 12:17:14 +01:00
parent 5c1e9caf8d
commit 6dee0d20d4
364 changed files with 41759 additions and 37 deletions

View File

@@ -0,0 +1,42 @@
.. _class_ProgressBar:
ProgressBar
===========
Inherits: :ref:`Range<class_range>`
-----------------------------------
Category: Core
--------------
Brief Description
-----------------
General purpose progress bar.
Member Functions
----------------
+--------------------------+-----------------------------------------------------------------------------------------------------------------+
| void | :ref:`set_percent_visible<class_ProgressBar_set_percent_visible>` **(** :ref:`bool<class_bool>` visible **)** |
+--------------------------+-----------------------------------------------------------------------------------------------------------------+
| :ref:`bool<class_bool>` | :ref:`is_percent_visible<class_ProgressBar_is_percent_visible>` **(** **)** const |
+--------------------------+-----------------------------------------------------------------------------------------------------------------+
Description
-----------
General purpose progress bar. Shows fill percentage from right to left.
Member Function Description
---------------------------
.. _class_ProgressBar_set_percent_visible:
- void **set_percent_visible** **(** :ref:`bool<class_bool>` visible **)**
.. _class_ProgressBar_is_percent_visible:
- :ref:`bool<class_bool>` **is_percent_visible** **(** **)** const