--- a/src/eric7/Documentation/Source/eric7.EricWidgets.EricMapWidget.html Tue Apr 04 17:26:54 2023 +0200 +++ b/src/eric7/Documentation/Source/eric7.EricWidgets.EricMapWidget.html Wed Apr 05 11:58:22 2023 +0200 @@ -67,8 +67,8 @@ <td>Private method to set the slider color depending upon the background color.</td> </tr> <tr> -<td><a href="#EricMapWidget.__updateMasterViewportWidth">__updateMasterViewportWidth</a></td> -<td>Private method to update the master's viewport width.</td> +<td><a href="#EricMapWidget.__updateControllerViewportWidth">__updateControllerViewportWidth</a></td> +<td>Private method to update the controller's viewport width.</td> </tr> <tr> <td><a href="#EricMapWidget._paintIt">_paintIt</a></td> @@ -92,7 +92,7 @@ </tr> <tr> <td><a href="#EricMapWidget.isOnRightSide">isOnRightSide</a></td> -<td>Public method to test, if the map is shown on the right side of the master widget.</td> +<td>Public method to test, if the map is shown on the right side of the controller widget.</td> </tr> <tr> <td><a href="#EricMapWidget.lineDimensions">lineDimensions</a></td> @@ -123,6 +123,10 @@ <td>Public method to set the widget background color.</td> </tr> <tr> +<td><a href="#EricMapWidget.setController">setController</a></td> +<td>Public method to set the map controller widget.</td> +</tr> +<tr> <td><a href="#EricMapWidget.setEnabled">setEnabled</a></td> <td>Public method to set the enabled state.</td> </tr> @@ -132,11 +136,7 @@ </tr> <tr> <td><a href="#EricMapWidget.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="#EricMapWidget.setMaster">setMaster</a></td> -<td>Public method to set the map master widget.</td> +<td>Public method to set, whether the map should be shown to the right or left of the controller widget.</td> </tr> <tr> <td><a href="#EricMapWidget.setWidth">setWidth</a></td> @@ -207,12 +207,12 @@ Private method to set the slider color depending upon the background color. </p> -<a NAME="EricMapWidget.__updateMasterViewportWidth" ID="EricMapWidget.__updateMasterViewportWidth"></a> -<h4>EricMapWidget.__updateMasterViewportWidth</h4> -<b>__updateMasterViewportWidth</b>(<i></i>) +<a NAME="EricMapWidget.__updateControllerViewportWidth" ID="EricMapWidget.__updateControllerViewportWidth"></a> +<h4>EricMapWidget.__updateControllerViewportWidth</h4> +<b>__updateControllerViewportWidth</b>(<i></i>) <p> - Private method to update the master's viewport width. + Private method to update the controller's viewport width. </p> <a NAME="EricMapWidget._paintIt" ID="EricMapWidget._paintIt"></a> <h4>EricMapWidget._paintIt</h4> @@ -290,12 +290,12 @@ <p> Public method to test, if the map is shown on the right side of the - master widget. + controller widget. </p> <dl> <dt>Return:</dt> <dd> -flag indicating that the map is to the right of the master +flag indicating that the map is to the right of the controller widget </dd> </dl> @@ -420,6 +420,20 @@ color for the background (QColor) </dd> </dl> +<a NAME="EricMapWidget.setController" ID="EricMapWidget.setController"></a> +<h4>EricMapWidget.setController</h4> +<b>setController</b>(<i>controller</i>) + +<p> + Public method to set the map controller widget. +</p> +<dl> + +<dt><i>controller</i> (QAbstractScrollArea)</dt> +<dd> +map controller widget +</dd> +</dl> <a NAME="EricMapWidget.setEnabled" ID="EricMapWidget.setEnabled"></a> <h4>EricMapWidget.setEnabled</h4> <b>setEnabled</b>(<i>enable</i>) @@ -458,28 +472,14 @@ <p> Public method to set, whether the map should be shown to the right or - left of the master widget. + left of the controller 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="EricMapWidget.setMaster" ID="EricMapWidget.setMaster"></a> -<h4>EricMapWidget.setMaster</h4> -<b>setMaster</b>(<i>master</i>) - -<p> - Public method to set the map master widget. -</p> -<dl> - -<dt><i>master</i></dt> -<dd> -map master widget (QAbstractScrollArea) + the controller widget </dd> </dl> <a NAME="EricMapWidget.setWidth" ID="EricMapWidget.setWidth"></a>