Sync classref with current source

This commit is contained in:
Rémi Verschelde
2019-10-11 08:45:15 +02:00
parent 383540ad8f
commit 342d2ff3a6
52 changed files with 905 additions and 359 deletions

View File

@@ -51,27 +51,29 @@ Methods
Theme Properties
----------------
+-------------------------------+---------------+-----+
| :ref:`Texture<class_Texture>` | add_preset | |
+-------------------------------+---------------+-----+
| :ref:`Texture<class_Texture>` | color_hue | |
+-------------------------------+---------------+-----+
| :ref:`Texture<class_Texture>` | color_sample | |
+-------------------------------+---------------+-----+
| :ref:`int<class_int>` | h_width | 30 |
+-------------------------------+---------------+-----+
| :ref:`int<class_int>` | label_width | 10 |
+-------------------------------+---------------+-----+
| :ref:`int<class_int>` | margin | 4 |
+-------------------------------+---------------+-----+
| :ref:`Texture<class_Texture>` | preset_bg | |
+-------------------------------+---------------+-----+
| :ref:`Texture<class_Texture>` | screen_picker | |
+-------------------------------+---------------+-----+
| :ref:`int<class_int>` | sv_height | 256 |
+-------------------------------+---------------+-----+
| :ref:`int<class_int>` | sv_width | 256 |
+-------------------------------+---------------+-----+
+-------------------------------+----------------------+-----+
| :ref:`Texture<class_Texture>` | add_preset | |
+-------------------------------+----------------------+-----+
| :ref:`Texture<class_Texture>` | color_hue | |
+-------------------------------+----------------------+-----+
| :ref:`Texture<class_Texture>` | color_sample | |
+-------------------------------+----------------------+-----+
| :ref:`int<class_int>` | h_width | 30 |
+-------------------------------+----------------------+-----+
| :ref:`int<class_int>` | label_width | 10 |
+-------------------------------+----------------------+-----+
| :ref:`int<class_int>` | margin | 4 |
+-------------------------------+----------------------+-----+
| :ref:`Texture<class_Texture>` | overbright_indicator | |
+-------------------------------+----------------------+-----+
| :ref:`Texture<class_Texture>` | preset_bg | |
+-------------------------------+----------------------+-----+
| :ref:`Texture<class_Texture>` | screen_picker | |
+-------------------------------+----------------------+-----+
| :ref:`int<class_int>` | sv_height | 256 |
+-------------------------------+----------------------+-----+
| :ref:`int<class_int>` | sv_width | 256 |
+-------------------------------+----------------------+-----+
Signals
-------
@@ -172,6 +174,8 @@ If ``true``, allows editing the color with Hue/Saturation/Value sliders.
| *Getter* | are_presets_enabled() |
+-----------+----------------------------+
If ``true``, the "add preset" button is enabled.
.. _class_ColorPicker_property_presets_visible:
- :ref:`bool<class_bool>` **presets_visible**
@@ -184,6 +188,8 @@ If ``true``, allows editing the color with Hue/Saturation/Value sliders.
| *Getter* | are_presets_visible() |
+-----------+----------------------------+
If ``true``, saved color presets are visible.
.. _class_ColorPicker_property_raw_mode:
- :ref:`bool<class_bool>` **raw_mode**