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

branch
eric7
changeset 10479
856476537696
parent 10423
299802979277
--- a/src/eric7/Documentation/Source/eric7.EricWidgets.EricPassivePopup.html	Thu Jan 04 17:16:15 2024 +0100
+++ b/src/eric7/Documentation/Source/eric7.EricWidgets.EricPassivePopup.html	Thu Jan 04 18:02:25 2024 +0100
@@ -7,20 +7,18 @@
 <body>
 <a NAME="top" ID="top"></a>
 <h1>eric7.EricWidgets.EricPassivePopup</h1>
-
 <p>
 Module implementing dialog-like popup that displays messages without
 interrupting the user.
 </p>
+
 <h3>Global Attributes</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Classes</h3>
-
 <table>
-
 <tr>
 <td><a href="#EricPassivePopup">EricPassivePopup</a></td>
 <td>Class implementing dialog-like popup that displays messages without interrupting the user.</td>
@@ -30,20 +28,21 @@
 <td>Class defining the popup styles.</td>
 </tr>
 </table>
+
 <h3>Functions</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <hr />
 <hr />
 <a NAME="EricPassivePopup" ID="EricPassivePopup"></a>
 <h2>EricPassivePopup</h2>
-
 <p>
     Class implementing dialog-like popup that displays messages without
     interrupting the user.
 </p>
+
 <h3>Signals</h3>
 <dl>
 
@@ -55,19 +54,17 @@
 <h3>Derived from</h3>
 QFrame
 <h3>Class Attributes</h3>
-
 <table>
 <tr><td>DefaultPopupTime</td></tr>
 </table>
+
 <h3>Class Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Methods</h3>
-
 <table>
-
 <tr>
 <td><a href="#EricPassivePopup.__init__">EricPassivePopup</a></td>
 <td>Constructor</td>
@@ -129,19 +126,20 @@
 <td>Public method to get a reference to the message view.</td>
 </tr>
 </table>
+
 <h3>Static Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
 
+
 <a NAME="EricPassivePopup.__init__" ID="EricPassivePopup.__init__"></a>
 <h4>EricPassivePopup (Constructor)</h4>
 <b>EricPassivePopup</b>(<i>style=EricPassivePopupStyle.BOXED, parent=None</i>)
-
 <p>
         Constructor
 </p>
+
 <dl>
 
 <dt><i>style</i> (EricPassivePopupStyle)</dt>
@@ -156,11 +154,11 @@
 <a NAME="EricPassivePopup.__calculateNearbyPoint" ID="EricPassivePopup.__calculateNearbyPoint"></a>
 <h4>EricPassivePopup.__calculateNearbyPoint</h4>
 <b>__calculateNearbyPoint</b>(<i>target</i>)
-
 <p>
         Private method to calculate the position to place the popup near the
         specified rectangle.
 </p>
+
 <dl>
 
 <dt><i>target</i> (QRect)</dt>
@@ -183,11 +181,11 @@
 <a NAME="EricPassivePopup.__defaultArea" ID="EricPassivePopup.__defaultArea"></a>
 <h4>EricPassivePopup.__defaultArea</h4>
 <b>__defaultArea</b>(<i></i>)
-
 <p>
         Private method to determine the default rectangle to be passed to
         moveNear().
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -203,11 +201,11 @@
 <a NAME="EricPassivePopup.__moveNear" ID="EricPassivePopup.__moveNear"></a>
 <h4>EricPassivePopup.__moveNear</h4>
 <b>__moveNear</b>(<i>target</i>)
-
 <p>
         Private method to move the popup to be adjacent to the specified
         rectangle.
 </p>
+
 <dl>
 
 <dt><i>target</i> (QRect)</dt>
@@ -218,17 +216,17 @@
 <a NAME="EricPassivePopup.__positionSelf" ID="EricPassivePopup.__positionSelf"></a>
 <h4>EricPassivePopup.__positionSelf</h4>
 <b>__positionSelf</b>(<i></i>)
-
 <p>
         Private method to position the popup.
 </p>
+
 <a NAME="EricPassivePopup.getCustomData" ID="EricPassivePopup.getCustomData"></a>
 <h4>EricPassivePopup.getCustomData</h4>
 <b>getCustomData</b>(<i>key</i>)
-
 <p>
         Public method to get some custom data.
 </p>
+
 <dl>
 
 <dt><i>key</i> (str)</dt>
@@ -251,10 +249,10 @@
 <a NAME="EricPassivePopup.hideEvent" ID="EricPassivePopup.hideEvent"></a>
 <h4>EricPassivePopup.hideEvent</h4>
 <b>hideEvent</b>(<i>evt</i>)
-
 <p>
         Protected method to handle the hide event.
 </p>
+
 <dl>
 
 <dt><i>evt</i> (QHideEvent)</dt>
@@ -265,10 +263,10 @@
 <a NAME="EricPassivePopup.mouseReleaseEvent" ID="EricPassivePopup.mouseReleaseEvent"></a>
 <h4>EricPassivePopup.mouseReleaseEvent</h4>
 <b>mouseReleaseEvent</b>(<i>evt</i>)
-
 <p>
         Protected method to handle a mouse release event.
 </p>
+
 <dl>
 
 <dt><i>evt</i> (QMouseEvent)</dt>
@@ -279,10 +277,10 @@
 <a NAME="EricPassivePopup.setCustomData" ID="EricPassivePopup.setCustomData"></a>
 <h4>EricPassivePopup.setCustomData</h4>
 <b>setCustomData</b>(<i>key, data</i>)
-
 <p>
         Public method to set some custom data.
 </p>
+
 <dl>
 
 <dt><i>key</i> (str)</dt>
@@ -297,7 +295,6 @@
 <a NAME="EricPassivePopup.setTimeout" ID="EricPassivePopup.setTimeout"></a>
 <h4>EricPassivePopup.setTimeout</h4>
 <b>setTimeout</b>(<i>delay</i>)
-
 <p>
         Public method to set the delay for the popup is removed automatically.
 </p>
@@ -306,6 +303,7 @@
         may want to connect the clicked() signal to the hide() slot. Setting
         the delay to -1 makes it use the default value.
 </p>
+
 <dl>
 
 <dt><i>delay</i> (int)</dt>
@@ -316,10 +314,10 @@
 <a NAME="EricPassivePopup.setView" ID="EricPassivePopup.setView"></a>
 <h4>EricPassivePopup.setView</h4>
 <b>setView</b>(<i>child</i>)
-
 <p>
         Public method to set the message view.
 </p>
+
 <dl>
 
 <dt><i>child</i> (QWidget)</dt>
@@ -330,10 +328,10 @@
 <a NAME="EricPassivePopup.setVisible" ID="EricPassivePopup.setVisible"></a>
 <h4>EricPassivePopup.setVisible</h4>
 <b>setVisible</b>(<i>visible</i>)
-
 <p>
         Public method to show or hide the popup.
 </p>
+
 <dl>
 
 <dt><i>visible</i> (bool)</dt>
@@ -344,10 +342,10 @@
 <a NAME="EricPassivePopup.show" ID="EricPassivePopup.show"></a>
 <h4>EricPassivePopup.show</h4>
 <b>show</b>(<i>p=None</i>)
-
 <p>
         Public slot to show the popup.
 </p>
+
 <dl>
 
 <dt><i>p</i> (QPoint)</dt>
@@ -358,11 +356,11 @@
 <a NAME="EricPassivePopup.timeout" ID="EricPassivePopup.timeout"></a>
 <h4>EricPassivePopup.timeout</h4>
 <b>timeout</b>(<i></i>)
-
 <p>
         Public method to get the delay before the popup is removed
         automatically.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -378,10 +376,10 @@
 <a NAME="EricPassivePopup.view" ID="EricPassivePopup.view"></a>
 <h4>EricPassivePopup.view</h4>
 <b>view</b>(<i></i>)
-
 <p>
         Public method to get a reference to the message view.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -399,33 +397,35 @@
 <hr />
 <a NAME="EricPassivePopupStyle" ID="EricPassivePopupStyle"></a>
 <h2>EricPassivePopupStyle</h2>
-
 <p>
     Class defining the popup styles.
 </p>
+
 <h3>Derived from</h3>
 enum.Enum
 <h3>Class Attributes</h3>
-
 <table>
-<tr><td>BOXED</td></tr><tr><td>CUSTOM</td></tr><tr><td>STYLED</td></tr>
+<tr><td>BOXED</td></tr>
+<tr><td>CUSTOM</td></tr>
+<tr><td>STYLED</td></tr>
 </table>
-<h3>Class Methods</h3>
 
-<table>
-<tr><td>None</td></tr>
-</table>
-<h3>Methods</h3>
-
-<table>
-<tr><td>None</td></tr>
-</table>
-<h3>Static Methods</h3>
-
+<h3>Class Methods</h3>
 <table>
 <tr><td>None</td></tr>
 </table>
 
+<h3>Methods</h3>
+<table>
+<tr><td>None</td></tr>
+</table>
+
+<h3>Static Methods</h3>
+<table>
+<tr><td>None</td></tr>
+</table>
+
+
 <div align="right"><a href="#top">Up</a></div>
 <hr />
-</body></html>
\ No newline at end of file
+</body></html>

eric ide

mercurial