src/eric7/Documentation/Source/eric7.EricWidgets.EricMapWidget.html

branch
eric7
changeset 10423
299802979277
parent 9971
773ad1f1ed22
child 10479
856476537696
--- a/src/eric7/Documentation/Source/eric7.EricWidgets.EricMapWidget.html	Tue Dec 19 11:04:03 2023 +0100
+++ b/src/eric7/Documentation/Source/eric7.EricWidgets.EricMapWidget.html	Tue Dec 19 19:57:08 2023 +0100
@@ -174,9 +174,9 @@
 </p>
 <dl>
 
-<dt><i>parent</i></dt>
+<dt><i>parent</i> (QWidget)</dt>
 <dd>
-reference to the parent widget (QWidget)
+reference to the parent widget
 </dd>
 </dl>
 <a NAME="EricMapWidget.__generateSliderRange" ID="EricMapWidget.__generateSliderRange"></a>
@@ -188,15 +188,21 @@
 </p>
 <dl>
 
-<dt><i>scrollbar</i></dt>
+<dt><i>scrollbar</i> (QScrollBar)</dt>
 <dd>
-reference to the vertical scrollbar (QScrollBar)
+reference to the vertical scrollbar
 </dd>
 </dl>
 <dl>
 <dt>Return:</dt>
 <dd>
-slider rectangle (QRect)
+slider rectangle
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+QRect
 </dd>
 </dl>
 <a NAME="EricMapWidget.__setSliderColor" ID="EricMapWidget.__setSliderColor"></a>
@@ -226,9 +232,9 @@
 </p>
 <dl>
 
-<dt><i>painter</i></dt>
+<dt><i>painter</i> (QPainter)</dt>
 <dd>
-reference to the painter object (QPainter)
+reference to the painter object
 </dd>
 </dl>
 <a NAME="EricMapWidget.backgroundColor" ID="EricMapWidget.backgroundColor"></a>
@@ -241,7 +247,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-background color (QColor)
+background color
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+QColor
 </dd>
 </dl>
 <a NAME="EricMapWidget.calculateGeometry" ID="EricMapWidget.calculateGeometry"></a>
@@ -260,15 +272,21 @@
 </p>
 <dl>
 
-<dt><i>position</i></dt>
+<dt><i>position</i> (int)</dt>
 <dd>
-indicator position (integer)
+indicator position
 </dd>
 </dl>
 <dl>
 <dt>Return:</dt>
 <dd>
-indicator rectangle (QRect)
+indicator rectangle
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+QRect
 </dd>
 </dl>
 <a NAME="EricMapWidget.isEnabled" ID="EricMapWidget.isEnabled"></a>
@@ -281,7 +299,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-flag indicating the enabled state (boolean)
+flag indicating the enabled state
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+bool
 </dd>
 </dl>
 <a NAME="EricMapWidget.isOnRightSide" ID="EricMapWidget.isOnRightSide"></a>
@@ -315,7 +339,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-tuple with border width (integer) and line height (integer)
+tuple with border width (integer) and line height
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+int
 </dd>
 </dl>
 <a NAME="EricMapWidget.mouseMoveEvent" ID="EricMapWidget.mouseMoveEvent"></a>
@@ -327,9 +357,9 @@
 </p>
 <dl>
 
-<dt><i>event</i></dt>
+<dt><i>event</i> (QMouseEvent)</dt>
 <dd>
-reference to the mouse event (QMouseEvent)
+reference to the mouse event
 </dd>
 </dl>
 <a NAME="EricMapWidget.mousePressEvent" ID="EricMapWidget.mousePressEvent"></a>
@@ -341,9 +371,9 @@
 </p>
 <dl>
 
-<dt><i>event</i></dt>
+<dt><i>event</i> (QMouseEvent)</dt>
 <dd>
-reference to the mouse event (QMouseEvent)
+reference to the mouse event
 </dd>
 </dl>
 <a NAME="EricMapWidget.paintEvent" ID="EricMapWidget.paintEvent"></a>
@@ -355,9 +385,9 @@
 </p>
 <dl>
 
-<dt><i>event</i></dt>
+<dt><i>event</i> (QPaintEvent)</dt>
 <dd>
-paint event (QPaintEvent)
+paint event
 </dd>
 </dl>
 <a NAME="EricMapWidget.position2Value" ID="EricMapWidget.position2Value"></a>
@@ -369,20 +399,25 @@
 </p>
 <dl>
 
-<dt><i>position</i></dt>
+<dt><i>position</i> (int)</dt>
 <dd>
-scrollbar position to convert (integer)
+scrollbar position to convert
 </dd>
-<dt><i>slider</i></dt>
+<dt><i>slider</i> (bool)</dt>
 <dd>
 flag indicating to calculate the result for the slider
-            (boolean)
 </dd>
 </dl>
 <dl>
 <dt>Return:</dt>
 <dd>
-scrollbar value (integer)
+scrollbar value
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+int
 </dd>
 </dl>
 <a NAME="EricMapWidget.scaleFactor" ID="EricMapWidget.scaleFactor"></a>
@@ -394,16 +429,21 @@
 </p>
 <dl>
 
-<dt><i>slider</i></dt>
+<dt><i>slider</i> (bool)</dt>
 <dd>
 flag indicating to calculate the result for the slider
-            (boolean)
 </dd>
 </dl>
 <dl>
 <dt>Return:</dt>
 <dd>
-scale factor (float)
+scale factor
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+float
 </dd>
 </dl>
 <a NAME="EricMapWidget.setBackgroundColor" ID="EricMapWidget.setBackgroundColor"></a>
@@ -415,9 +455,9 @@
 </p>
 <dl>
 
-<dt><i>color</i></dt>
+<dt><i>color</i> (QColor)</dt>
 <dd>
-color for the background (QColor)
+color for the background
 </dd>
 </dl>
 <a NAME="EricMapWidget.setController" ID="EricMapWidget.setController"></a>
@@ -443,9 +483,9 @@
 </p>
 <dl>
 
-<dt><i>enable</i></dt>
+<dt><i>enable</i> (bool)</dt>
 <dd>
-flag indicating the enabled state (boolean)
+flag indicating the enabled state
 </dd>
 </dl>
 <a NAME="EricMapWidget.setLineDimensions" ID="EricMapWidget.setLineDimensions"></a>
@@ -457,13 +497,13 @@
 </p>
 <dl>
 
-<dt><i>border</i></dt>
+<dt><i>border</i> (int)</dt>
 <dd>
-border width on each side in x-direction (integer)
+border width on each side in x-direction
 </dd>
-<dt><i>height</i></dt>
+<dt><i>height</i> (int)</dt>
 <dd>
-height of the line in pixels (integer)
+height of the line in pixels
 </dd>
 </dl>
 <a NAME="EricMapWidget.setMapPosition" ID="EricMapWidget.setMapPosition"></a>
@@ -491,9 +531,9 @@
 </p>
 <dl>
 
-<dt><i>width</i></dt>
+<dt><i>width</i> (int)</dt>
 <dd>
-widget width (integer)
+widget width
 </dd>
 </dl>
 <a NAME="EricMapWidget.sizeHint" ID="EricMapWidget.sizeHint"></a>
@@ -506,7 +546,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-preferred size (QSize)
+preferred size
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+QSize
 </dd>
 </dl>
 <a NAME="EricMapWidget.value2Position" ID="EricMapWidget.value2Position"></a>
@@ -518,20 +564,25 @@
 </p>
 <dl>
 
-<dt><i>value</i></dt>
+<dt><i>value</i> (int)</dt>
 <dd>
-value to convert (integer)
+value to convert
 </dd>
-<dt><i>slider</i></dt>
+<dt><i>slider</i> (bool)</dt>
 <dd>
 flag indicating to calculate the result for the slider
-            (boolean)
 </dd>
 </dl>
 <dl>
 <dt>Return:</dt>
 <dd>
-position (integer)
+position
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+int
 </dd>
 </dl>
 <a NAME="EricMapWidget.wheelEvent" ID="EricMapWidget.wheelEvent"></a>
@@ -543,9 +594,9 @@
 </p>
 <dl>
 
-<dt><i>event</i></dt>
+<dt><i>event</i> (QWheelEvent)</dt>
 <dd>
-reference to the wheel event (QWheelEvent)
+reference to the wheel event
 </dd>
 </dl>
 <a NAME="EricMapWidget.width" ID="EricMapWidget.width"></a>
@@ -558,7 +609,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-widget width (integer)
+widget width
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+int
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>

eric ide

mercurial