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

branch
eric7
changeset 10479
856476537696
parent 10423
299802979277
--- a/src/eric7/Documentation/Source/eric7.EricWidgets.EricZoomWidget.html	Thu Jan 04 17:16:15 2024 +0100
+++ b/src/eric7/Documentation/Source/eric7.EricWidgets.EricZoomWidget.html	Thu Jan 04 18:02:25 2024 +0100
@@ -7,37 +7,36 @@
 <body>
 <a NAME="top" ID="top"></a>
 <h1>eric7.EricWidgets.EricZoomWidget</h1>
-
 <p>
 Module implementing a zoom widget for the status bar.
 </p>
+
 <h3>Global Attributes</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Classes</h3>
-
 <table>
-
 <tr>
 <td><a href="#EricZoomWidget">EricZoomWidget</a></td>
 <td>Class implementing a zoom widget for the status bar.</td>
 </tr>
 </table>
+
 <h3>Functions</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <hr />
 <hr />
 <a NAME="EricZoomWidget" ID="EricZoomWidget"></a>
 <h2>EricZoomWidget</h2>
-
 <p>
     Class implementing a zoom widget for the status bar.
 </p>
+
 <h3>Signals</h3>
 <dl>
 
@@ -49,19 +48,17 @@
 <h3>Derived from</h3>
 QWidget, Ui_EricZoomWidget
 <h3>Class Attributes</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Class Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Methods</h3>
-
 <table>
-
 <tr>
 <td><a href="#EricZoomWidget.__init__">EricZoomWidget</a></td>
 <td>Constructor</td>
@@ -163,19 +160,20 @@
 <td>Public method to get the current value.</td>
 </tr>
 </table>
+
 <h3>Static Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
 
+
 <a NAME="EricZoomWidget.__init__" ID="EricZoomWidget.__init__"></a>
 <h4>EricZoomWidget (Constructor)</h4>
 <b>EricZoomWidget</b>(<i>outPix, inPix, resetPix, parent=None</i>)
-
 <p>
         Constructor
 </p>
+
 <dl>
 
 <dt><i>outPix</i> (QPixmap)</dt>
@@ -198,10 +196,10 @@
 <a NAME="EricZoomWidget.__indexForValue" ID="EricZoomWidget.__indexForValue"></a>
 <h4>EricZoomWidget.__indexForValue</h4>
 <b>__indexForValue</b>(<i>value</i>)
-
 <p>
         Private method to get the nearest index for a given value.
 </p>
+
 <dl>
 
 <dt><i>value</i> (int)</dt>
@@ -225,38 +223,38 @@
 <a NAME="EricZoomWidget.__setValueLabelWidth" ID="EricZoomWidget.__setValueLabelWidth"></a>
 <h4>EricZoomWidget.__setValueLabelWidth</h4>
 <b>__setValueLabelWidth</b>(<i></i>)
-
 <p>
         Private slot to determine the width of the zoom value label.
 </p>
+
 <a NAME="EricZoomWidget.__zoomIn" ID="EricZoomWidget.__zoomIn"></a>
 <h4>EricZoomWidget.__zoomIn</h4>
 <b>__zoomIn</b>(<i></i>)
-
 <p>
         Private slot to zoom in one step.
 </p>
+
 <a NAME="EricZoomWidget.__zoomOut" ID="EricZoomWidget.__zoomOut"></a>
 <h4>EricZoomWidget.__zoomOut</h4>
 <b>__zoomOut</b>(<i></i>)
-
 <p>
         Private slot to zoom out one step.
 </p>
+
 <a NAME="EricZoomWidget.__zoomReset" ID="EricZoomWidget.__zoomReset"></a>
 <h4>EricZoomWidget.__zoomReset</h4>
 <b>__zoomReset</b>(<i></i>)
-
 <p>
         Private slot to reset the value.
 </p>
+
 <a NAME="EricZoomWidget._sliderValueChanged" ID="EricZoomWidget._sliderValueChanged"></a>
 <h4>EricZoomWidget._sliderValueChanged</h4>
 <b>_sliderValueChanged</b>(<i>value</i>)
-
 <p>
         Protected slot to handle changes of the slider value.
 </p>
+
 <dl>
 
 <dt><i>value</i> (int)</dt>
@@ -267,10 +265,10 @@
 <a NAME="EricZoomWidget.default" ID="EricZoomWidget.default"></a>
 <h4>EricZoomWidget.default</h4>
 <b>default</b>(<i></i>)
-
 <p>
         Public method to get the default zoom value.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -286,10 +284,10 @@
 <a NAME="EricZoomWidget.isMapped" ID="EricZoomWidget.isMapped"></a>
 <h4>EricZoomWidget.isMapped</h4>
 <b>isMapped</b>(<i></i>)
-
 <p>
         Public method to check for a mapped zoom widget.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -305,10 +303,10 @@
 <a NAME="EricZoomWidget.isPercent" ID="EricZoomWidget.isPercent"></a>
 <h4>EricZoomWidget.isPercent</h4>
 <b>isPercent</b>(<i></i>)
-
 <p>
         Public method to get the percent mode.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -324,10 +322,10 @@
 <a NAME="EricZoomWidget.mapping" ID="EricZoomWidget.mapping"></a>
 <h4>EricZoomWidget.mapping</h4>
 <b>mapping</b>(<i></i>)
-
 <p>
         Public method to get the current mapping.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -343,10 +341,10 @@
 <a NAME="EricZoomWidget.maximum" ID="EricZoomWidget.maximum"></a>
 <h4>EricZoomWidget.maximum</h4>
 <b>maximum</b>(<i></i>)
-
 <p>
         Public method to get the maximum value.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -362,10 +360,10 @@
 <a NAME="EricZoomWidget.minimum" ID="EricZoomWidget.minimum"></a>
 <h4>EricZoomWidget.minimum</h4>
 <b>minimum</b>(<i></i>)
-
 <p>
         Public method to get the minimum value.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -381,10 +379,10 @@
 <a NAME="EricZoomWidget.on_slider_sliderMoved" ID="EricZoomWidget.on_slider_sliderMoved"></a>
 <h4>EricZoomWidget.on_slider_sliderMoved</h4>
 <b>on_slider_sliderMoved</b>(<i>value</i>)
-
 <p>
         Private slot to handle changes of the zoom value.
 </p>
+
 <dl>
 
 <dt><i>value</i> (int)</dt>
@@ -395,10 +393,10 @@
 <a NAME="EricZoomWidget.pageStep" ID="EricZoomWidget.pageStep"></a>
 <h4>EricZoomWidget.pageStep</h4>
 <b>pageStep</b>(<i></i>)
-
 <p>
         Public method to get the page step value.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -414,10 +412,10 @@
 <a NAME="EricZoomWidget.setDefault" ID="EricZoomWidget.setDefault"></a>
 <h4>EricZoomWidget.setDefault</h4>
 <b>setDefault</b>(<i>value</i>)
-
 <p>
         Public method to set the default zoom value.
 </p>
+
 <dl>
 
 <dt><i>value</i> (int)</dt>
@@ -428,7 +426,6 @@
 <a NAME="EricZoomWidget.setMapping" ID="EricZoomWidget.setMapping"></a>
 <h4>EricZoomWidget.setMapping</h4>
 <b>setMapping</b>(<i>mapping, default, percent=True</i>)
-
 <p>
         Public method to set a zoom level mapping.
 </p>
@@ -438,6 +435,7 @@
         default value is the value of the default zoom level. If
         percent is given, the zoom level is shown as a percent value.
 </p>
+
 <dl>
 
 <dt><i>mapping</i> (list of int)</dt>
@@ -456,10 +454,10 @@
 <a NAME="EricZoomWidget.setMaximum" ID="EricZoomWidget.setMaximum"></a>
 <h4>EricZoomWidget.setMaximum</h4>
 <b>setMaximum</b>(<i>maximum</i>)
-
 <p>
         Public method to set the maximum value.
 </p>
+
 <dl>
 
 <dt><i>maximum</i> (int)</dt>
@@ -470,10 +468,10 @@
 <a NAME="EricZoomWidget.setMinimum" ID="EricZoomWidget.setMinimum"></a>
 <h4>EricZoomWidget.setMinimum</h4>
 <b>setMinimum</b>(<i>minimum</i>)
-
 <p>
         Public method to set the minimum value.
 </p>
+
 <dl>
 
 <dt><i>minimum</i> (int)</dt>
@@ -484,10 +482,10 @@
 <a NAME="EricZoomWidget.setPageStep" ID="EricZoomWidget.setPageStep"></a>
 <h4>EricZoomWidget.setPageStep</h4>
 <b>setPageStep</b>(<i>value</i>)
-
 <p>
         Public method to set the page step value.
 </p>
+
 <dl>
 
 <dt><i>value</i> (int)</dt>
@@ -498,10 +496,10 @@
 <a NAME="EricZoomWidget.setPercent" ID="EricZoomWidget.setPercent"></a>
 <h4>EricZoomWidget.setPercent</h4>
 <b>setPercent</b>(<i>on</i>)
-
 <p>
         Public method to set the percent mode of the widget.
 </p>
+
 <dl>
 
 <dt><i>on</i> (bool)</dt>
@@ -512,10 +510,10 @@
 <a NAME="EricZoomWidget.setSingleStep" ID="EricZoomWidget.setSingleStep"></a>
 <h4>EricZoomWidget.setSingleStep</h4>
 <b>setSingleStep</b>(<i>value</i>)
-
 <p>
         Public method to set the single step value.
 </p>
+
 <dl>
 
 <dt><i>value</i> (int)</dt>
@@ -526,10 +524,10 @@
 <a NAME="EricZoomWidget.setValue" ID="EricZoomWidget.setValue"></a>
 <h4>EricZoomWidget.setValue</h4>
 <b>setValue</b>(<i>value</i>)
-
 <p>
         Public slot to set the value.
 </p>
+
 <dl>
 
 <dt><i>value</i> (int)</dt>
@@ -540,10 +538,10 @@
 <a NAME="EricZoomWidget.singleStep" ID="EricZoomWidget.singleStep"></a>
 <h4>EricZoomWidget.singleStep</h4>
 <b>singleStep</b>(<i></i>)
-
 <p>
         Public method to get the single step value.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -559,10 +557,10 @@
 <a NAME="EricZoomWidget.value" ID="EricZoomWidget.value"></a>
 <h4>EricZoomWidget.value</h4>
 <b>value</b>(<i></i>)
-
 <p>
         Public method to get the current value.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -577,4 +575,4 @@
 </dl>
 <div align="right"><a href="#top">Up</a></div>
 <hr />
-</body></html>
\ No newline at end of file
+</body></html>

eric ide

mercurial