Documentation/Source/eric5.Graphics.SvgDiagram.html

changeset 3591
2f2a4a76dd22
parent 2387
2d119e79ab54
diff -r 5280e37405b8 -r 2f2a4a76dd22 Documentation/Source/eric5.Graphics.SvgDiagram.html
--- a/Documentation/Source/eric5.Graphics.SvgDiagram.html	Sat May 17 19:58:49 2014 +0200
+++ b/Documentation/Source/eric5.Graphics.SvgDiagram.html	Sun May 18 14:13:09 2014 +0200
@@ -64,7 +64,7 @@
 <td>Private method to adjust a scrollbar by a certain factor.</td>
 </tr><tr>
 <td><a href="#SvgDiagram.__doZoom">__doZoom</a></td>
-<td>Public method to set the zoom value in percent.</td>
+<td>Private method to set the zoom value in percent.</td>
 </tr><tr>
 <td><a href="#SvgDiagram.__initActions">__initActions</a></td>
 <td>Private method to initialize the view actions.</td>
@@ -91,7 +91,7 @@
 <td>Private slot to show the context menu of the listview.</td>
 </tr><tr>
 <td><a href="#SvgDiagram.__zoom">__zoom</a></td>
-<td>Public method to get the current zoom factor in percent.</td>
+<td>Private method to get the current zoom factor in percent.</td>
 </tr><tr>
 <td><a href="#SvgDiagram.__zoomIn">__zoomIn</a></td>
 <td>Private method to zoom into the SVG.</td>
@@ -103,13 +103,13 @@
 <td>Private method to reset the zoom value.</td>
 </tr><tr>
 <td><a href="#SvgDiagram.event">event</a></td>
-<td>Protected method handling events.</td>
+<td>Public method handling events.</td>
 </tr><tr>
 <td><a href="#SvgDiagram.gestureEvent">gestureEvent</a></td>
 <td>Protected method handling gesture events.</td>
 </tr><tr>
 <td><a href="#SvgDiagram.getDiagramName">getDiagramName</a></td>
-<td>Method to retrieve a name for the diagram.</td>
+<td>Public method to retrieve a name for the diagram.</td>
 </tr><tr>
 <td><a href="#SvgDiagram.wheelEvent">wheelEvent</a></td>
 <td>Protected method to handle wheel events.</td>
@@ -152,7 +152,7 @@
 <h4>SvgDiagram.__doZoom</h4>
 <b>__doZoom</b>(<i>value</i>)
 <p>
-        Public method to set the zoom value in percent.
+        Private method to set the zoom value in percent.
 </p><dl>
 <dt><i>value</i></dt>
 <dd>
@@ -222,7 +222,7 @@
 <h4>SvgDiagram.__zoom</h4>
 <b>__zoom</b>(<i></i>)
 <p>
-        Public method to get the current zoom factor in percent.
+        Private method to get the current zoom factor in percent.
 </p><dl>
 <dt>Returns:</dt>
 <dd>
@@ -247,7 +247,7 @@
 <h4>SvgDiagram.event</h4>
 <b>event</b>(<i>evt</i>)
 <p>
-        Protected method handling events.
+        Public method handling events.
 </p><dl>
 <dt><i>evt</i></dt>
 <dd>
@@ -272,7 +272,7 @@
 <h4>SvgDiagram.getDiagramName</h4>
 <b>getDiagramName</b>(<i></i>)
 <p>
-        Method to retrieve a name for the diagram.
+        Public method to retrieve a name for the diagram.
 </p><dl>
 <dt>Returns:</dt>
 <dd>

eric ide

mercurial