classref: Sync with current master branch

This commit is contained in:
Rémi Verschelde
2017-09-06 14:46:15 +02:00
parent 40cb5153bd
commit 30bc58bbda
76 changed files with 2513 additions and 2417 deletions

View File

@@ -57,7 +57,7 @@ Member Functions
+--------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| :ref:`bool<class_bool>` | :ref:`is_comment<class_GraphNode_is_comment>` **(** **)** const |
+--------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| :ref:`bool<class_bool>` | :ref:`is_resizeable<class_GraphNode_is_resizeable>` **(** **)** const |
| :ref:`bool<class_bool>` | :ref:`is_resizable<class_GraphNode_is_resizable>` **(** **)** const |
+--------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| :ref:`bool<class_bool>` | :ref:`is_selected<class_GraphNode_is_selected>` **(** **)** |
+--------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
@@ -71,7 +71,7 @@ Member Functions
+--------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| void | :ref:`set_overlay<class_GraphNode_set_overlay>` **(** :ref:`int<class_int>` overlay **)** |
+--------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| void | :ref:`set_resizeable<class_GraphNode_set_resizeable>` **(** :ref:`bool<class_bool>` resizeable **)** |
| void | :ref:`set_resizable<class_GraphNode_set_resizable>` **(** :ref:`bool<class_bool>` resizable **)** |
+--------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| void | :ref:`set_selected<class_GraphNode_set_selected>` **(** :ref:`bool<class_bool>` selected **)** |
+--------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
@@ -102,7 +102,7 @@ Signal sent when the GraphNode is requested to be displayed over other ones. Hap
Member Variables
----------------
- :ref:`bool<class_bool>` **resizeable**
- :ref:`bool<class_bool>` **resizable**
- :ref:`bool<class_bool>` **show_close**
- :ref:`String<class_string>` **title**
@@ -231,9 +231,9 @@ Returns true if the close button is shown. False otherwise.
- :ref:`bool<class_bool>` **is_comment** **(** **)** const
.. _class_GraphNode_is_resizeable:
.. _class_GraphNode_is_resizable:
- :ref:`bool<class_bool>` **is_resizeable** **(** **)** const
- :ref:`bool<class_bool>` **is_resizable** **(** **)** const
.. _class_GraphNode_is_selected:
@@ -265,9 +265,9 @@ Set the offset of the GraphNode.
- void **set_overlay** **(** :ref:`int<class_int>` overlay **)**
.. _class_GraphNode_set_resizeable:
.. _class_GraphNode_set_resizable:
- void **set_resizeable** **(** :ref:`bool<class_bool>` resizeable **)**
- void **set_resizable** **(** :ref:`bool<class_bool>` resizable **)**
.. _class_GraphNode_set_selected: