src/eric7/Documentation/Source/eric7.EricGui.EricOverrideCursor.html

branch
eric7
changeset 10479
856476537696
parent 10423
299802979277
child 10689
3ede487187f2
--- a/src/eric7/Documentation/Source/eric7.EricGui.EricOverrideCursor.html	Thu Jan 04 17:16:15 2024 +0100
+++ b/src/eric7/Documentation/Source/eric7.EricGui.EricOverrideCursor.html	Thu Jan 04 18:02:25 2024 +0100
@@ -7,20 +7,18 @@
 <body>
 <a NAME="top" ID="top"></a>
 <h1>eric7.EricGui.EricOverrideCursor</h1>
-
 <p>
 Module implementing a context manager class for an override cursor and a
 QProcess class controlling an override cursor.
 </p>
+
 <h3>Global Attributes</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Classes</h3>
-
 <table>
-
 <tr>
 <td><a href="#EricOverrideCursor">EricOverrideCursor</a></td>
 <td>Class implementing a context manager class for an override cursor.</td>
@@ -34,35 +32,34 @@
 <td>Class implementing a context manager class for an overriden cursor.</td>
 </tr>
 </table>
+
 <h3>Functions</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <hr />
 <hr />
 <a NAME="EricOverrideCursor" ID="EricOverrideCursor"></a>
 <h2>EricOverrideCursor</h2>
-
 <p>
     Class implementing a context manager class for an override cursor.
 </p>
+
 <h3>Derived from</h3>
 contextlib.AbstractContextManager
 <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="#EricOverrideCursor.__init__">EricOverrideCursor</a></td>
 <td>Constructor</td>
@@ -76,19 +73,20 @@
 <td>Special method called when exiting the runtime ccontext.</td>
 </tr>
 </table>
+
 <h3>Static Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
 
+
 <a NAME="EricOverrideCursor.__init__" ID="EricOverrideCursor.__init__"></a>
 <h4>EricOverrideCursor (Constructor)</h4>
 <b>EricOverrideCursor</b>(<i>cursorShape=Qt.CursorShape.WaitCursor</i>)
-
 <p>
         Constructor
 </p>
+
 <dl>
 
 <dt><i>cursorShape</i> (Qt.CursorShape)</dt>
@@ -99,10 +97,10 @@
 <a NAME="EricOverrideCursor.__enter__" ID="EricOverrideCursor.__enter__"></a>
 <h4>EricOverrideCursor.__enter__</h4>
 <b>__enter__</b>(<i></i>)
-
 <p>
         Special method called when entering the runtime ccontext.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -118,10 +116,10 @@
 <a NAME="EricOverrideCursor.__exit__" ID="EricOverrideCursor.__exit__"></a>
 <h4>EricOverrideCursor.__exit__</h4>
 <b>__exit__</b>(<i>exc_type, exc_value, traceback</i>)
-
 <p>
         Special method called when exiting the runtime ccontext.
 </p>
+
 <dl>
 
 <dt><i>exc_type</i> (Class)</dt>
@@ -155,26 +153,24 @@
 <hr />
 <a NAME="EricOverrideCursorProcess" ID="EricOverrideCursorProcess"></a>
 <h2>EricOverrideCursorProcess</h2>
-
 <p>
     Class implementing a QProcess subclass controlling an override cursor.
 </p>
+
 <h3>Derived from</h3>
 QProcess
 <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="#EricOverrideCursorProcess.__init__">EricOverrideCursorProcess</a></td>
 <td>Constructor</td>
@@ -188,19 +184,20 @@
 <td>Private slot setting the cursor after the process has started.</td>
 </tr>
 </table>
+
 <h3>Static Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
 
+
 <a NAME="EricOverrideCursorProcess.__init__" ID="EricOverrideCursorProcess.__init__"></a>
 <h4>EricOverrideCursorProcess (Constructor)</h4>
 <b>EricOverrideCursorProcess</b>(<i>parent=None, cursorShape=Qt.CursorShape.WaitCursor</i>)
-
 <p>
         Constructor
 </p>
+
 <dl>
 
 <dt><i>parent</i> (QObject)</dt>
@@ -215,23 +212,22 @@
 <a NAME="EricOverrideCursorProcess.__processFinished" ID="EricOverrideCursorProcess.__processFinished"></a>
 <h4>EricOverrideCursorProcess.__processFinished</h4>
 <b>__processFinished</b>(<i></i>)
-
 <p>
         Private slot resetting the cursor when the process finished.
 </p>
+
 <a NAME="EricOverrideCursorProcess.__processStarted" ID="EricOverrideCursorProcess.__processStarted"></a>
 <h4>EricOverrideCursorProcess.__processStarted</h4>
 <b>__processStarted</b>(<i></i>)
-
 <p>
         Private slot setting the cursor after the process has started.
 </p>
+
 <div align="right"><a href="#top">Up</a></div>
 <hr />
 <hr />
 <a NAME="EricOverridenCursor" ID="EricOverridenCursor"></a>
 <h2>EricOverridenCursor</h2>
-
 <p>
     Class implementing a context manager class for an overriden cursor.
 </p>
@@ -239,22 +235,21 @@
     The cursor is reset upon entering the runtime context and restored
     upon exiting it.
 </p>
+
 <h3>Derived from</h3>
 contextlib.AbstractContextManager
 <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="#EricOverridenCursor.__init__">EricOverridenCursor</a></td>
 <td>Constructor</td>
@@ -268,26 +263,27 @@
 <td>Special method called when exiting the runtime ccontext.</td>
 </tr>
 </table>
+
 <h3>Static Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
 
+
 <a NAME="EricOverridenCursor.__init__" ID="EricOverridenCursor.__init__"></a>
 <h4>EricOverridenCursor (Constructor)</h4>
 <b>EricOverridenCursor</b>(<i></i>)
-
 <p>
         Constructor
 </p>
+
 <a NAME="EricOverridenCursor.__enter__" ID="EricOverridenCursor.__enter__"></a>
 <h4>EricOverridenCursor.__enter__</h4>
 <b>__enter__</b>(<i></i>)
-
 <p>
         Special method called when entering the runtime ccontext.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -303,10 +299,10 @@
 <a NAME="EricOverridenCursor.__exit__" ID="EricOverridenCursor.__exit__"></a>
 <h4>EricOverridenCursor.__exit__</h4>
 <b>__exit__</b>(<i>exc_type, exc_value, traceback</i>)
-
 <p>
         Special method called when exiting the runtime ccontext.
 </p>
+
 <dl>
 
 <dt><i>exc_type</i> (Class)</dt>
@@ -337,4 +333,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