diff --git a/doc/base/classes.xml b/doc/base/classes.xml index 31842b92c34..d9480cd296f 100644 --- a/doc/base/classes.xml +++ b/doc/base/classes.xml @@ -12229,18 +12229,21 @@ Returns an empty String "" at the end of the list. + Return the scroll offset. + Set the zoom value of the GraphEdit. Zoom value is between [0.01; 1.728]. + Return the current zoom value. @@ -12261,20 +12264,24 @@ Returns an empty String "" at the end of the list. + Signal sent when a GraphNode is attempted to be removed from the GraphEdit. + Signal sent when a GraphNode is attempted to be duplicated in the GraphEdit. + Signal sent when a popup is requested. Happens on right-clicking in the GraphEdit. 'p_position' is the position of the mouse pointer when the signal is sent. + Signal sent at the beginning of a GraphNode movement. @@ -12305,6 +12312,7 @@ Returns an empty String "" at the end of the list. + Signal sent at the end of a GraphNode movement.