eric6/Documentation/Source/eric6.Preferences.ConfigurationPages.NotificationsPage.html

branch
maintenance
changeset 8043
0acf98cd089a
parent 7989
a21d673a8f99
--- a/eric6/Documentation/Source/eric6.Preferences.ConfigurationPages.NotificationsPage.html	Sun Jan 17 13:53:08 2021 +0100
+++ b/eric6/Documentation/Source/eric6.Preferences.ConfigurationPages.NotificationsPage.html	Mon Feb 01 10:38:16 2021 +0100
@@ -77,10 +77,46 @@
 <td>Constructor</td>
 </tr>
 <tr>
+<td><a href="#NotificationsPage.__moveNotification">__moveNotification</a></td>
+<td>Private slot to move the notification widget.</td>
+</tr>
+<tr>
+<td><a href="#NotificationsPage.on_criticalBgButton_clicked">on_criticalBgButton_clicked</a></td>
+<td>Private slot to set the background color of the critical notifications.</td>
+</tr>
+<tr>
+<td><a href="#NotificationsPage.on_criticalDefaultButton_clicked">on_criticalDefaultButton_clicked</a></td>
+<td>Private slot to reset the colors for critical notifications to their default values.</td>
+</tr>
+<tr>
+<td><a href="#NotificationsPage.on_criticalFgButton_clicked">on_criticalFgButton_clicked</a></td>
+<td>Private slot to set the foreground color of the critical notifications.</td>
+</tr>
+<tr>
+<td><a href="#NotificationsPage.on_criticalResetButton_clicked">on_criticalResetButton_clicked</a></td>
+<td>Private slot to reset the colors for critical notifications to their current values.</td>
+</tr>
+<tr>
 <td><a href="#NotificationsPage.on_visualButton_clicked">on_visualButton_clicked</a></td>
 <td>Private slot to select the position visually.</td>
 </tr>
 <tr>
+<td><a href="#NotificationsPage.on_warningBgButton_clicked">on_warningBgButton_clicked</a></td>
+<td>Private slot to set the background color of the warning notifications.</td>
+</tr>
+<tr>
+<td><a href="#NotificationsPage.on_warningDefaultButton_clicked">on_warningDefaultButton_clicked</a></td>
+<td>Private slot to reset the colors for warning notifications to their default values.</td>
+</tr>
+<tr>
+<td><a href="#NotificationsPage.on_warningFgButton_clicked">on_warningFgButton_clicked</a></td>
+<td>Private slot to set the foreground color of the warning notifications.</td>
+</tr>
+<tr>
+<td><a href="#NotificationsPage.on_warningResetButton_clicked">on_warningResetButton_clicked</a></td>
+<td>Private slot to reset the colors for warning notifications to their current values.</td>
+</tr>
+<tr>
 <td><a href="#NotificationsPage.save">save</a></td>
 <td>Public slot to save the Notifications configuration.</td>
 </tr>
@@ -98,6 +134,43 @@
 <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>)
@@ -112,6 +185,36 @@
 state of the button (boolean)
 </dd>
 </dl>
+<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>)
@@ -137,7 +240,7 @@
 </dd>
 </dl>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 reference to the instantiated page (ConfigurationPageBase)
 </dd>

eric ide

mercurial