Files
godot-docs/classes/class_editorinspectorplugin.rst
2018-05-28 14:55:19 +02:00

76 lines
7.0 KiB
ReStructuredText

.. Generated automatically by doc/tools/makerst.py in Godot's source tree.
.. DO NOT EDIT THIS FILE, but the EditorInspectorPlugin.xml source instead.
.. The source is found in doc/classes or modules/<name>/doc_classes.
.. _class_EditorInspectorPlugin:
EditorInspectorPlugin
=====================
**Inherits:** :ref:`Reference<class_reference>` **<** :ref:`Object<class_object>`
**Category:** Core
Brief Description
-----------------
Member Functions
----------------
+--------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| void | :ref:`add_custom_control<class_EditorInspectorPlugin_add_custom_control>` **(** :ref:`Control<class_control>` control **)** |
+--------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| void | :ref:`add_property_editor<class_EditorInspectorPlugin_add_property_editor>` **(** :ref:`String<class_string>` property, :ref:`Control<class_control>` editor **)** |
+--------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| void | :ref:`add_property_editor_for_multiple_properties<class_EditorInspectorPlugin_add_property_editor_for_multiple_properties>` **(** :ref:`String<class_string>` label, :ref:`PoolStringArray<class_poolstringarray>` properties, :ref:`Control<class_control>` editor **)** |
+--------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| void | :ref:`can_handle<class_EditorInspectorPlugin_can_handle>` **(** :ref:`Object<class_object>` object **)** virtual |
+--------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| void | :ref:`parse_begin<class_EditorInspectorPlugin_parse_begin>` **(** :ref:`Object<class_object>` object **)** virtual |
+--------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| void | :ref:`parse_category<class_EditorInspectorPlugin_parse_category>` **(** :ref:`Object<class_object>` object, :ref:`String<class_string>` category **)** virtual |
+--------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| void | :ref:`parse_end<class_EditorInspectorPlugin_parse_end>` **(** **)** virtual |
+--------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| :ref:`bool<class_bool>` | :ref:`parse_property<class_EditorInspectorPlugin_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 |
+--------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
Member Function Description
---------------------------
.. _class_EditorInspectorPlugin_add_custom_control:
- void **add_custom_control** **(** :ref:`Control<class_control>` control **)**
.. _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:
- 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:
- void **can_handle** **(** :ref:`Object<class_object>` object **)** virtual
.. _class_EditorInspectorPlugin_parse_begin:
- void **parse_begin** **(** :ref:`Object<class_object>` object **)** virtual
.. _class_EditorInspectorPlugin_parse_category:
- void **parse_category** **(** :ref:`Object<class_object>` object, :ref:`String<class_string>` category **)** virtual
.. _class_EditorInspectorPlugin_parse_end:
- void **parse_end** **(** **)** virtual
.. _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