mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
classref: Sync with current master branch (2e7fc81)
This commit is contained in:
@@ -70,7 +70,7 @@ Signals
|
||||
|
||||
.. rst-class:: classref-signal
|
||||
|
||||
**delete_request** **(** **)**
|
||||
**delete_request**\ (\ )
|
||||
|
||||
Emitted when removing the GraphElement is requested.
|
||||
|
||||
@@ -82,7 +82,7 @@ Emitted when removing the GraphElement is requested.
|
||||
|
||||
.. rst-class:: classref-signal
|
||||
|
||||
**dragged** **(** :ref:`Vector2<class_Vector2>` from, :ref:`Vector2<class_Vector2>` to **)**
|
||||
**dragged**\ (\ from\: :ref:`Vector2<class_Vector2>`, to\: :ref:`Vector2<class_Vector2>`\ )
|
||||
|
||||
Emitted when the GraphElement is dragged.
|
||||
|
||||
@@ -94,7 +94,7 @@ Emitted when the GraphElement is dragged.
|
||||
|
||||
.. rst-class:: classref-signal
|
||||
|
||||
**node_deselected** **(** **)**
|
||||
**node_deselected**\ (\ )
|
||||
|
||||
Emitted when the GraphElement is deselected.
|
||||
|
||||
@@ -106,7 +106,7 @@ Emitted when the GraphElement is deselected.
|
||||
|
||||
.. rst-class:: classref-signal
|
||||
|
||||
**node_selected** **(** **)**
|
||||
**node_selected**\ (\ )
|
||||
|
||||
Emitted when the GraphElement is selected.
|
||||
|
||||
@@ -118,7 +118,7 @@ Emitted when the GraphElement is selected.
|
||||
|
||||
.. rst-class:: classref-signal
|
||||
|
||||
**position_offset_changed** **(** **)**
|
||||
**position_offset_changed**\ (\ )
|
||||
|
||||
Emitted when the GraphElement is moved.
|
||||
|
||||
@@ -130,7 +130,7 @@ Emitted when the GraphElement is moved.
|
||||
|
||||
.. rst-class:: classref-signal
|
||||
|
||||
**raise_request** **(** **)**
|
||||
**raise_request**\ (\ )
|
||||
|
||||
Emitted when displaying the GraphElement over other ones is requested. Happens on focusing (clicking into) the GraphElement.
|
||||
|
||||
@@ -142,7 +142,7 @@ Emitted when displaying the GraphElement over other ones is requested. Happens o
|
||||
|
||||
.. rst-class:: classref-signal
|
||||
|
||||
**resize_request** **(** :ref:`Vector2<class_Vector2>` new_minsize **)**
|
||||
**resize_request**\ (\ new_minsize\: :ref:`Vector2<class_Vector2>`\ )
|
||||
|
||||
Emitted when resizing the GraphElement is requested. Happens on dragging the resizer handle (see :ref:`resizable<class_GraphElement_property_resizable>`).
|
||||
|
||||
@@ -163,8 +163,8 @@ Property Descriptions
|
||||
|
||||
.. rst-class:: classref-property-setget
|
||||
|
||||
- void **set_draggable** **(** :ref:`bool<class_bool>` value **)**
|
||||
- :ref:`bool<class_bool>` **is_draggable** **(** **)**
|
||||
- |void| **set_draggable**\ (\ value\: :ref:`bool<class_bool>`\ )
|
||||
- :ref:`bool<class_bool>` **is_draggable**\ (\ )
|
||||
|
||||
If ``true``, the user can drag the GraphElement.
|
||||
|
||||
@@ -180,8 +180,8 @@ If ``true``, the user can drag the GraphElement.
|
||||
|
||||
.. rst-class:: classref-property-setget
|
||||
|
||||
- void **set_position_offset** **(** :ref:`Vector2<class_Vector2>` value **)**
|
||||
- :ref:`Vector2<class_Vector2>` **get_position_offset** **(** **)**
|
||||
- |void| **set_position_offset**\ (\ value\: :ref:`Vector2<class_Vector2>`\ )
|
||||
- :ref:`Vector2<class_Vector2>` **get_position_offset**\ (\ )
|
||||
|
||||
The offset of the GraphElement, relative to the scroll offset of the :ref:`GraphEdit<class_GraphEdit>`.
|
||||
|
||||
@@ -197,8 +197,8 @@ The offset of the GraphElement, relative to the scroll offset of the :ref:`Graph
|
||||
|
||||
.. rst-class:: classref-property-setget
|
||||
|
||||
- void **set_resizable** **(** :ref:`bool<class_bool>` value **)**
|
||||
- :ref:`bool<class_bool>` **is_resizable** **(** **)**
|
||||
- |void| **set_resizable**\ (\ value\: :ref:`bool<class_bool>`\ )
|
||||
- :ref:`bool<class_bool>` **is_resizable**\ (\ )
|
||||
|
||||
If ``true``, the user can resize the GraphElement.
|
||||
|
||||
@@ -216,8 +216,8 @@ If ``true``, the user can resize the GraphElement.
|
||||
|
||||
.. rst-class:: classref-property-setget
|
||||
|
||||
- void **set_selectable** **(** :ref:`bool<class_bool>` value **)**
|
||||
- :ref:`bool<class_bool>` **is_selectable** **(** **)**
|
||||
- |void| **set_selectable**\ (\ value\: :ref:`bool<class_bool>`\ )
|
||||
- :ref:`bool<class_bool>` **is_selectable**\ (\ )
|
||||
|
||||
If ``true``, the user can select the GraphElement.
|
||||
|
||||
@@ -233,8 +233,8 @@ If ``true``, the user can select the GraphElement.
|
||||
|
||||
.. rst-class:: classref-property-setget
|
||||
|
||||
- void **set_selected** **(** :ref:`bool<class_bool>` value **)**
|
||||
- :ref:`bool<class_bool>` **is_selected** **(** **)**
|
||||
- |void| **set_selected**\ (\ value\: :ref:`bool<class_bool>`\ )
|
||||
- :ref:`bool<class_bool>` **is_selected**\ (\ )
|
||||
|
||||
If ``true``, the GraphElement is selected.
|
||||
|
||||
@@ -262,3 +262,4 @@ The icon used for the resizer, visible when :ref:`resizable<class_GraphElement_p
|
||||
.. |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.)`
|
||||
.. |void| replace:: :abbr:`void (No return value.)`
|
||||
|
||||
Reference in New Issue
Block a user