.. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. .. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. .. XML source: https://github.com/godotengine/godot/tree/master/docs/gdscript/doc/classes/EditorProperty.xml. .. _class_EditorProperty: EditorProperty ============== **Inherits:** :ref:`Container` **<** :ref:`Control` **<** :ref:`CanvasItem` **<** :ref:`Node` **<** :ref:`Object` .. container:: contribute There is currently no description for this class. Please help us by :ref:`contributing one `! .. rst-class:: classref-reftable-group Properties ---------- .. table:: :widths: auto +-----------------------------+-----------------------------------------------------------------+-----------+ | :ref:`bool` | :ref:`checkable` | ``false`` | +-----------------------------+-----------------------------------------------------------------+-----------+ | :ref:`bool` | :ref:`checked` | ``false`` | +-----------------------------+-----------------------------------------------------------------+-----------+ | :ref:`bool` | :ref:`deletable` | ``false`` | +-----------------------------+-----------------------------------------------------------------+-----------+ | :ref:`bool` | :ref:`draw_warning` | ``false`` | +-----------------------------+-----------------------------------------------------------------+-----------+ | :ref:`bool` | :ref:`keying` | ``false`` | +-----------------------------+-----------------------------------------------------------------+-----------+ | :ref:`String` | :ref:`label` | ``""`` | +-----------------------------+-----------------------------------------------------------------+-----------+ | :ref:`bool` | :ref:`read_only` | ``false`` | +-----------------------------+-----------------------------------------------------------------+-----------+ .. rst-class:: classref-reftable-group Methods ------- .. table:: :widths: auto +-------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`_set_read_only` **(** :ref:`bool` read_only **)** |virtual| | +-------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`_update_property` **(** **)** |virtual| | +-------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`add_focusable` **(** :ref:`Control` control **)** | +-------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`emit_changed` **(** :ref:`StringName` property, :ref:`Variant` value, :ref:`StringName` field=&"", :ref:`bool` changing=false **)** | +-------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`Object` | :ref:`get_edited_object` **(** **)** | +-------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`StringName` | :ref:`get_edited_property` **(** **)** |const| | +-------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`set_bottom_editor` **(** :ref:`Control` editor **)** | +-------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`update_property` **(** **)** | +-------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Signals ------- .. _class_EditorProperty_signal_multiple_properties_changed: .. rst-class:: classref-signal **multiple_properties_changed** **(** :ref:`PackedStringArray` properties, :ref:`Array` value **)** .. container:: contribute There is currently no description for this signal. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_EditorProperty_signal_object_id_selected: .. rst-class:: classref-signal **object_id_selected** **(** :ref:`StringName` property, :ref:`int` id **)** .. container:: contribute There is currently no description for this signal. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_EditorProperty_signal_property_can_revert_changed: .. rst-class:: classref-signal **property_can_revert_changed** **(** :ref:`StringName` property, :ref:`bool` can_revert **)** .. container:: contribute There is currently no description for this signal. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_EditorProperty_signal_property_changed: .. rst-class:: classref-signal **property_changed** **(** :ref:`StringName` property, :ref:`Variant` value, :ref:`StringName` field, :ref:`bool` changing **)** .. container:: contribute There is currently no description for this signal. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_EditorProperty_signal_property_checked: .. rst-class:: classref-signal **property_checked** **(** :ref:`StringName` property, :ref:`bool` checked **)** .. container:: contribute There is currently no description for this signal. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_EditorProperty_signal_property_deleted: .. rst-class:: classref-signal **property_deleted** **(** :ref:`StringName` property **)** .. container:: contribute There is currently no description for this signal. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_EditorProperty_signal_property_keyed: .. rst-class:: classref-signal **property_keyed** **(** :ref:`StringName` property **)** .. container:: contribute There is currently no description for this signal. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_EditorProperty_signal_property_keyed_with_value: .. rst-class:: classref-signal **property_keyed_with_value** **(** :ref:`StringName` property, :ref:`Variant` value **)** .. container:: contribute There is currently no description for this signal. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_EditorProperty_signal_property_pinned: .. rst-class:: classref-signal **property_pinned** **(** :ref:`StringName` property, :ref:`bool` pinned **)** .. container:: contribute There is currently no description for this signal. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_EditorProperty_signal_resource_selected: .. rst-class:: classref-signal **resource_selected** **(** :ref:`String` path, :ref:`Resource` resource **)** .. container:: contribute There is currently no description for this signal. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_EditorProperty_signal_selected: .. rst-class:: classref-signal **selected** **(** :ref:`String` path, :ref:`int` focusable_idx **)** .. container:: contribute There is currently no description for this signal. Please help us by :ref:`contributing one `! .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Property Descriptions --------------------- .. _class_EditorProperty_property_checkable: .. rst-class:: classref-property :ref:`bool` **checkable** = ``false`` .. rst-class:: classref-property-setget - void **set_checkable** **(** :ref:`bool` value **)** - :ref:`bool` **is_checkable** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_EditorProperty_property_checked: .. rst-class:: classref-property :ref:`bool` **checked** = ``false`` .. rst-class:: classref-property-setget - void **set_checked** **(** :ref:`bool` value **)** - :ref:`bool` **is_checked** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_EditorProperty_property_deletable: .. rst-class:: classref-property :ref:`bool` **deletable** = ``false`` .. rst-class:: classref-property-setget - void **set_deletable** **(** :ref:`bool` value **)** - :ref:`bool` **is_deletable** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_EditorProperty_property_draw_warning: .. rst-class:: classref-property :ref:`bool` **draw_warning** = ``false`` .. rst-class:: classref-property-setget - void **set_draw_warning** **(** :ref:`bool` value **)** - :ref:`bool` **is_draw_warning** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_EditorProperty_property_keying: .. rst-class:: classref-property :ref:`bool` **keying** = ``false`` .. rst-class:: classref-property-setget - void **set_keying** **(** :ref:`bool` value **)** - :ref:`bool` **is_keying** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_EditorProperty_property_label: .. rst-class:: classref-property :ref:`String` **label** = ``""`` .. rst-class:: classref-property-setget - void **set_label** **(** :ref:`String` value **)** - :ref:`String` **get_label** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_EditorProperty_property_read_only: .. rst-class:: classref-property :ref:`bool` **read_only** = ``false`` .. rst-class:: classref-property-setget - void **set_read_only** **(** :ref:`bool` value **)** - :ref:`bool` **is_read_only** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Method Descriptions ------------------- .. _class_EditorProperty_private_method__set_read_only: .. rst-class:: classref-method void **_set_read_only** **(** :ref:`bool` read_only **)** |virtual| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_EditorProperty_private_method__update_property: .. rst-class:: classref-method void **_update_property** **(** **)** |virtual| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_EditorProperty_method_add_focusable: .. rst-class:: classref-method void **add_focusable** **(** :ref:`Control` control **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_EditorProperty_method_emit_changed: .. rst-class:: classref-method void **emit_changed** **(** :ref:`StringName` property, :ref:`Variant` value, :ref:`StringName` field=&"", :ref:`bool` changing=false **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_EditorProperty_method_get_edited_object: .. rst-class:: classref-method :ref:`Object` **get_edited_object** **(** **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_EditorProperty_method_get_edited_property: .. rst-class:: classref-method :ref:`StringName` **get_edited_property** **(** **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_EditorProperty_method_set_bottom_editor: .. rst-class:: classref-method void **set_bottom_editor** **(** :ref:`Control` editor **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_EditorProperty_method_update_property: .. rst-class:: classref-method void **update_property** **(** **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)` .. |const| replace:: :abbr:`const (This method has no side effects. It doesn't modify any of the instance's member variables.)` .. |vararg| replace:: :abbr:`vararg (This method accepts any number of arguments after the ones described here.)` .. |constructor| replace:: :abbr:`constructor (This method is used to construct a type.)` .. |static| replace:: :abbr:`static (This method doesn't need an instance to be called, so it can be called directly using the class name.)` .. |operator| replace:: :abbr:`operator (This method describes a valid operator to use with this type as left-hand operand.)` .. |bitfield| replace:: :abbr:`BitField (This value is an integer composed as a bitmask of the following flags.)`