class_editorinspectorplugin.rst 7.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. .. Generated automatically by doc/tools/makerst.py in Godot's source tree.
  2. .. DO NOT EDIT THIS FILE, but the EditorInspectorPlugin.xml source instead.
  3. .. The source is found in doc/classes or modules/<name>/doc_classes.
  4. .. _class_EditorInspectorPlugin:
  5. EditorInspectorPlugin
  6. =====================
  7. **Inherits:** :ref:`Reference<class_reference>` **<** :ref:`Object<class_object>`
  8. **Category:** Core
  9. Brief Description
  10. -----------------
  11. Member Functions
  12. ----------------
  13. +--------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  14. | void | :ref:`add_custom_control<class_EditorInspectorPlugin_add_custom_control>` **(** :ref:`Control<class_control>` control **)** |
  15. +--------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  16. | void | :ref:`add_property_editor<class_EditorInspectorPlugin_add_property_editor>` **(** :ref:`String<class_string>` property, :ref:`Control<class_control>` editor **)** |
  17. +--------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  18. | 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 **)** |
  19. +--------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  20. | void | :ref:`can_handle<class_EditorInspectorPlugin_can_handle>` **(** :ref:`Object<class_object>` object **)** virtual |
  21. +--------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  22. | void | :ref:`parse_begin<class_EditorInspectorPlugin_parse_begin>` **(** :ref:`Object<class_object>` object **)** virtual |
  23. +--------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  24. | void | :ref:`parse_category<class_EditorInspectorPlugin_parse_category>` **(** :ref:`Object<class_object>` object, :ref:`String<class_string>` category **)** virtual |
  25. +--------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  26. | void | :ref:`parse_end<class_EditorInspectorPlugin_parse_end>` **(** **)** virtual |
  27. +--------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  28. | :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 |
  29. +--------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
  30. Member Function Description
  31. ---------------------------
  32. .. _class_EditorInspectorPlugin_add_custom_control:
  33. - void **add_custom_control** **(** :ref:`Control<class_control>` control **)**
  34. .. _class_EditorInspectorPlugin_add_property_editor:
  35. - void **add_property_editor** **(** :ref:`String<class_string>` property, :ref:`Control<class_control>` editor **)**
  36. .. _class_EditorInspectorPlugin_add_property_editor_for_multiple_properties:
  37. - void **add_property_editor_for_multiple_properties** **(** :ref:`String<class_string>` label, :ref:`PoolStringArray<class_poolstringarray>` properties, :ref:`Control<class_control>` editor **)**
  38. .. _class_EditorInspectorPlugin_can_handle:
  39. - void **can_handle** **(** :ref:`Object<class_object>` object **)** virtual
  40. .. _class_EditorInspectorPlugin_parse_begin:
  41. - void **parse_begin** **(** :ref:`Object<class_object>` object **)** virtual
  42. .. _class_EditorInspectorPlugin_parse_category:
  43. - void **parse_category** **(** :ref:`Object<class_object>` object, :ref:`String<class_string>` category **)** virtual
  44. .. _class_EditorInspectorPlugin_parse_end:
  45. - void **parse_end** **(** **)** virtual
  46. .. _class_EditorInspectorPlugin_parse_property:
  47. - :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