From ad79c703008394a360eb9875196a9414e1c84585 Mon Sep 17 00:00:00 2001 From: Bojidar Marinov Date: Fri, 12 Jan 2018 00:38:35 +0200 Subject: Update docs [ci skip] --- doc/classes/GraphEdit.xml | 92 +++++++++-------------------------------------- 1 file changed, 17 insertions(+), 75 deletions(-) (limited to 'doc/classes/GraphEdit.xml') diff --git a/doc/classes/GraphEdit.xml b/doc/classes/GraphEdit.xml index 3bc7fed1d9..d7a263bd3f 100644 --- a/doc/classes/GraphEdit.xml +++ b/doc/classes/GraphEdit.xml @@ -49,26 +49,6 @@ Return an Array containing the list of connections. A connection consists in a structure of the form {from_slot: 0, from: "GraphNode name 0", to_slot: 1, to: "GraphNode name 1" } - - - - - Return the scroll offset. - - - - - - - - - - - - - Return the current zoom value. - - @@ -84,36 +64,6 @@ Return true if the 'from_port' slot of 'from' GraphNode is connected to the 'to_port' slot of 'to' GraphNode. - - - - - Return true is the disconnection of connections is enable in the visual GraphEdit. False otherwise. - - - - - - - - - - - - - - - Enable the disconnection of existing connections in the visual GraphEdit by left-clicking a connection and releasing into the void. - - - - - - - - - - @@ -122,32 +72,24 @@ - - - - - - - - - - - - - - - - - - - - - - - Set the zoom value of the GraphEdit. Zoom value is between [0.01; 1.728]. - - + + + If [code]true[/code], enables disconnection of existing connections in the GraphEdit by dragging the right end. + + + The scroll offset. + + + The snapping distance in pixels. + + + If [code]true[/code], enables snapping. + + + The current zoom value. + + -- cgit v1.2.3