classref: Sync with latest 4.0-alpha

This commit is contained in:
Rémi Verschelde
2022-03-11 13:46:38 +01:00
parent 664f6a1cbd
commit c80ee83362
98 changed files with 2514 additions and 1298 deletions

View File

@@ -48,11 +48,13 @@ Properties
Methods
-------
+------+---------------------------------------------------------------------------------+
| void | :ref:`share<class_Range_method_share>` **(** :ref:`Node<class_Node>` with **)** |
+------+---------------------------------------------------------------------------------+
| void | :ref:`unshare<class_Range_method_unshare>` **(** **)** |
+------+---------------------------------------------------------------------------------+
+------+-----------------------------------------------------------------------------------------------------------+
| void | :ref:`_value_changed<class_Range_method__value_changed>` **(** :ref:`float<class_float>` **)** |virtual| |
+------+-----------------------------------------------------------------------------------------------------------+
| void | :ref:`share<class_Range_method_share>` **(** :ref:`Node<class_Node>` with **)** |
+------+-----------------------------------------------------------------------------------------------------------+
| void | :ref:`unshare<class_Range_method_unshare>` **(** **)** |
+------+-----------------------------------------------------------------------------------------------------------+
Signals
-------
@@ -233,6 +235,12 @@ Range's current value.
Method Descriptions
-------------------
.. _class_Range_method__value_changed:
- void **_value_changed** **(** :ref:`float<class_float>` **)** |virtual|
----
.. _class_Range_method_share:
- void **share** **(** :ref:`Node<class_Node>` with **)**