dync classref with current source

This commit is contained in:
Rémi Verschelde
2019-06-29 12:36:34 +02:00
parent 7d1e807f69
commit 05d7b34796
349 changed files with 3655 additions and 2920 deletions

View File

@@ -61,19 +61,19 @@ Method Descriptions
- void **add_custom_control** **(** :ref:`Control<class_Control>` control **)**
Add a custom control, not necessarily a property editor.
Adds a custom control, not necessarily a property editor.
.. _class_EditorInspectorPlugin_method_add_property_editor:
- void **add_property_editor** **(** :ref:`String<class_String>` property, :ref:`Control<class_Control>` editor **)**
Add a property editor, this must inherit :ref:`EditorProperty<class_EditorProperty>`.
Adds a property editor, this must inherit :ref:`EditorProperty<class_EditorProperty>`.
.. _class_EditorInspectorPlugin_method_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 **)**
Add am editor that allows modifying multiple properties, this must inherit :ref:`EditorProperty<class_EditorProperty>`.
Adds an editor that allows modifying multiple properties, this must inherit :ref:`EditorProperty<class_EditorProperty>`.
.. _class_EditorInspectorPlugin_method_can_handle: