src/eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.NotificationsPage.html

branch
eric7
changeset 10479
856476537696
parent 10428
a071d4065202
child 10684
58c7f23ae1cb
diff -r de9106c55c3d -r 856476537696 src/eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.NotificationsPage.html
--- a/src/eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.NotificationsPage.html	Thu Jan 04 17:16:15 2024 +0100
+++ b/src/eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.NotificationsPage.html	Thu Jan 04 18:02:25 2024 +0100
@@ -7,57 +7,53 @@
 <body>
 <a NAME="top" ID="top"></a>
 <h1>eric7.Preferences.ConfigurationPages.NotificationsPage</h1>
-
 <p>
 Module implementing the Notifications configuration page.
 </p>
+
 <h3>Global Attributes</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Classes</h3>
-
 <table>
-
 <tr>
 <td><a href="#NotificationsPage">NotificationsPage</a></td>
 <td>Class implementing the Notifications configuration page.</td>
 </tr>
 </table>
+
 <h3>Functions</h3>
-
 <table>
-
 <tr>
 <td><a href="#create">create</a></td>
 <td>Module function to create the configuration page.</td>
 </tr>
 </table>
+
 <hr />
 <hr />
 <a NAME="NotificationsPage" ID="NotificationsPage"></a>
 <h2>NotificationsPage</h2>
-
 <p>
     Class implementing the Notifications configuration page.
 </p>
+
 <h3>Derived from</h3>
 ConfigurationPageBase, Ui_NotificationsPage
 <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="#NotificationsPage.__init__">NotificationsPage</a></td>
 <td>Constructor</td>
@@ -107,63 +103,64 @@
 <td>Public slot to save the Notifications configuration.</td>
 </tr>
 </table>
+
 <h3>Static Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
 
+
 <a NAME="NotificationsPage.__init__" ID="NotificationsPage.__init__"></a>
 <h4>NotificationsPage (Constructor)</h4>
 <b>NotificationsPage</b>(<i></i>)
-
 <p>
         Constructor
 </p>
+
 <a NAME="NotificationsPage.__moveNotification" ID="NotificationsPage.__moveNotification"></a>
 <h4>NotificationsPage.__moveNotification</h4>
 <b>__moveNotification</b>(<i></i>)
-
 <p>
         Private slot to move the notification widget.
 </p>
+
 <a NAME="NotificationsPage.on_criticalBgButton_clicked" ID="NotificationsPage.on_criticalBgButton_clicked"></a>
 <h4>NotificationsPage.on_criticalBgButton_clicked</h4>
 <b>on_criticalBgButton_clicked</b>(<i></i>)
-
 <p>
         Private slot to set the background color of the critical notifications.
 </p>
+
 <a NAME="NotificationsPage.on_criticalDefaultButton_clicked" ID="NotificationsPage.on_criticalDefaultButton_clicked"></a>
 <h4>NotificationsPage.on_criticalDefaultButton_clicked</h4>
 <b>on_criticalDefaultButton_clicked</b>(<i></i>)
-
 <p>
         Private slot to reset the colors for critical notifications to their
         default values.
 </p>
+
 <a NAME="NotificationsPage.on_criticalFgButton_clicked" ID="NotificationsPage.on_criticalFgButton_clicked"></a>
 <h4>NotificationsPage.on_criticalFgButton_clicked</h4>
 <b>on_criticalFgButton_clicked</b>(<i></i>)
-
 <p>
         Private slot to set the foreground color of the critical notifications.
 </p>
+
 <a NAME="NotificationsPage.on_criticalResetButton_clicked" ID="NotificationsPage.on_criticalResetButton_clicked"></a>
 <h4>NotificationsPage.on_criticalResetButton_clicked</h4>
 <b>on_criticalResetButton_clicked</b>(<i></i>)
-
 <p>
         Private slot to reset the colors for critical notifications to their
         current values.
 </p>
+
 <a NAME="NotificationsPage.on_visualButton_clicked" ID="NotificationsPage.on_visualButton_clicked"></a>
 <h4>NotificationsPage.on_visualButton_clicked</h4>
 <b>on_visualButton_clicked</b>(<i>checked</i>)
-
 <p>
         Private slot to select the position visually.
 </p>
+
 <dl>
 
 <dt><i>checked</i> (bool)</dt>
@@ -174,50 +171,50 @@
 <a NAME="NotificationsPage.on_warningBgButton_clicked" ID="NotificationsPage.on_warningBgButton_clicked"></a>
 <h4>NotificationsPage.on_warningBgButton_clicked</h4>
 <b>on_warningBgButton_clicked</b>(<i></i>)
-
 <p>
         Private slot to set the background color of the warning notifications.
 </p>
+
 <a NAME="NotificationsPage.on_warningDefaultButton_clicked" ID="NotificationsPage.on_warningDefaultButton_clicked"></a>
 <h4>NotificationsPage.on_warningDefaultButton_clicked</h4>
 <b>on_warningDefaultButton_clicked</b>(<i></i>)
-
 <p>
         Private slot to reset the colors for warning notifications to their
         default values.
 </p>
+
 <a NAME="NotificationsPage.on_warningFgButton_clicked" ID="NotificationsPage.on_warningFgButton_clicked"></a>
 <h4>NotificationsPage.on_warningFgButton_clicked</h4>
 <b>on_warningFgButton_clicked</b>(<i></i>)
-
 <p>
         Private slot to set the foreground color of the warning notifications.
 </p>
+
 <a NAME="NotificationsPage.on_warningResetButton_clicked" ID="NotificationsPage.on_warningResetButton_clicked"></a>
 <h4>NotificationsPage.on_warningResetButton_clicked</h4>
 <b>on_warningResetButton_clicked</b>(<i></i>)
-
 <p>
         Private slot to reset the colors for warning notifications to their
         current values.
 </p>
+
 <a NAME="NotificationsPage.save" ID="NotificationsPage.save"></a>
 <h4>NotificationsPage.save</h4>
 <b>save</b>(<i></i>)
-
 <p>
         Public slot to save the Notifications configuration.
 </p>
+
 <div align="right"><a href="#top">Up</a></div>
 <hr />
 <hr />
 <a NAME="create" ID="create"></a>
 <h2>create</h2>
 <b>create</b>(<i>dlg</i>)
-
 <p>
     Module function to create the configuration page.
 </p>
+
 <dl>
 
 <dt><i>dlg</i> (ConfigurationDialog)</dt>
@@ -239,4 +236,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