Documentation/Source/eric6.E5Gui.E5MapWidget.html

changeset 6282
ed511d6b2547
parent 3673
e26d7d0c1088
diff -r 9f7bbfd6545d -r ed511d6b2547 Documentation/Source/eric6.E5Gui.E5MapWidget.html
--- a/Documentation/Source/eric6.E5Gui.E5MapWidget.html	Thu May 10 18:42:17 2018 +0200
+++ b/Documentation/Source/eric6.E5Gui.E5MapWidget.html	Thu May 10 18:44:19 2018 +0200
@@ -84,6 +84,9 @@
 <td><a href="#E5MapWidget.isEnabled">isEnabled</a></td>
 <td>Public method to check the enabled state.</td>
 </tr><tr>
+<td><a href="#E5MapWidget.isOnRightSide">isOnRightSide</a></td>
+<td>Public method to test, if the map is shown on the right side of the master widget.</td>
+</tr><tr>
 <td><a href="#E5MapWidget.lineDimensions">lineDimensions</a></td>
 <td>Public method to get the line (indicator) dimensions.</td>
 </tr><tr>
@@ -111,6 +114,9 @@
 <td><a href="#E5MapWidget.setLineDimensions">setLineDimensions</a></td>
 <td>Public method to set the line (indicator) dimensions.</td>
 </tr><tr>
+<td><a href="#E5MapWidget.setMapPosition">setMapPosition</a></td>
+<td>Public method to set, whether the map should be shown to the right or left of the master widget.</td>
+</tr><tr>
 <td><a href="#E5MapWidget.setMaster">setMaster</a></td>
 <td>Public method to set the map master widget.</td>
 </tr><tr>
@@ -222,6 +228,23 @@
 <dd>
 flag indicating the enabled state (boolean)
 </dd>
+</dl><a NAME="E5MapWidget.isOnRightSide" ID="E5MapWidget.isOnRightSide"></a>
+<h4>E5MapWidget.isOnRightSide</h4>
+<b>isOnRightSide</b>(<i></i>)
+<p>
+        Public method to test, if the map is shown on the right side of the
+        master widget.
+</p><dl>
+<dt>Returns:</dt>
+<dd>
+flag indicating that the map is to the right of the master
+            widget
+</dd>
+</dl><dl>
+<dt>Return Type:</dt>
+<dd>
+bool
+</dd>
 </dl><a NAME="E5MapWidget.lineDimensions" ID="E5MapWidget.lineDimensions"></a>
 <h4>E5MapWidget.lineDimensions</h4>
 <b>lineDimensions</b>(<i></i>)
@@ -330,6 +353,18 @@
 <dd>
 height of the line in pixels (integer)
 </dd>
+</dl><a NAME="E5MapWidget.setMapPosition" ID="E5MapWidget.setMapPosition"></a>
+<h4>E5MapWidget.setMapPosition</h4>
+<b>setMapPosition</b>(<i>onRight</i>)
+<p>
+        Public method to set, whether the map should be shown to the right or
+        left of the master widget.
+</p><dl>
+<dt><i>onRight</i> (bool)</dt>
+<dd>
+flag indicating to show the map on the right side of
+            the master widget
+</dd>
 </dl><a NAME="E5MapWidget.setMaster" ID="E5MapWidget.setMaster"></a>
 <h4>E5MapWidget.setMaster</h4>
 <b>setMaster</b>(<i>master</i>)

eric ide

mercurial