Sync classref with current source

This commit is contained in:
Rémi Verschelde
2018-09-21 09:49:38 +02:00
parent df6316f918
commit ce0bb7b277
494 changed files with 7138 additions and 7027 deletions

View File

@@ -40,35 +40,35 @@ Methods
Method Descriptions
-------------------
.. _class_EditorInspectorPlugin_add_custom_control:
.. _class_EditorInspectorPlugin_add_custom_control:
- void **add_custom_control** **(** :ref:`Control<class_Control>` control **)**
.. _class_EditorInspectorPlugin_add_property_editor:
.. _class_EditorInspectorPlugin_add_property_editor:
- void **add_property_editor** **(** :ref:`String<class_String>` property, :ref:`Control<class_Control>` editor **)**
.. _class_EditorInspectorPlugin_add_property_editor_for_multiple_properties:
.. _class_EditorInspectorPlugin_add_property_editor_for_multiple_properties:
- void **add_property_editor_for_multiple_properties** **(** :ref:`String<class_String>` label, :ref:`PoolStringArray<class_PoolStringArray>` properties, :ref:`Control<class_Control>` editor **)**
.. _class_EditorInspectorPlugin_can_handle:
.. _class_EditorInspectorPlugin_can_handle:
- :ref:`bool<class_bool>` **can_handle** **(** :ref:`Object<class_Object>` object **)** virtual
.. _class_EditorInspectorPlugin_parse_begin:
.. _class_EditorInspectorPlugin_parse_begin:
- void **parse_begin** **(** :ref:`Object<class_Object>` object **)** virtual
.. _class_EditorInspectorPlugin_parse_category:
.. _class_EditorInspectorPlugin_parse_category:
- void **parse_category** **(** :ref:`Object<class_Object>` object, :ref:`String<class_String>` category **)** virtual
.. _class_EditorInspectorPlugin_parse_end:
.. _class_EditorInspectorPlugin_parse_end:
- void **parse_end** **(** **)** virtual
.. _class_EditorInspectorPlugin_parse_property:
.. _class_EditorInspectorPlugin_parse_property:
- :ref:`bool<class_bool>` **parse_property** **(** :ref:`Object<class_Object>` object, :ref:`int<class_int>` type, :ref:`String<class_String>` path, :ref:`int<class_int>` hint, :ref:`String<class_String>` hint_text, :ref:`int<class_int>` usage **)** virtual