From 81e405545bdbd5771ce29a8a01dfd3a3ccb0bff1 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) --- doc/base/classes.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/base/classes.xml b/doc/base/classes.xml index b77a1c29a89..ec241603d55 100644 --- a/doc/base/classes.xml +++ b/doc/base/classes.xml @@ -13027,18 +13027,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. @@ -13059,20 +13062,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. @@ -13103,6 +13110,7 @@ Returns an empty String "" at the end of the list. + Signal sent at the end of a GraphNode movement.