From 6efe8818a77fd5709373049a0ca3bfc80d917646 Mon Sep 17 00:00:00 2001 From: Julian Murgia Date: Tue, 26 Apr 2016 12:48:47 +0200 Subject: [PATCH] Edited classes.xml : GraphEdit finished (#4450) (cherry picked from commit 81e405545bdbd5771ce29a8a01dfd3a3ccb0bff1) --- doc/base/classes.xml | 8 ++++++++ 1 file changed, 8 insertions(+) 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.