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

changeset 7959
44e15eda6506
parent 7953
68c12f4cb876
child 7989
a21d673a8f99
equal deleted inserted replaced
7958:a70ebfad3d0e 7959:44e15eda6506
79 <tr> 79 <tr>
80 <td><a href="#NotificationsPage.__moveNotification">__moveNotification</a></td> 80 <td><a href="#NotificationsPage.__moveNotification">__moveNotification</a></td>
81 <td>Private slot to move the notification widget.</td> 81 <td>Private slot to move the notification widget.</td>
82 </tr> 82 </tr>
83 <tr> 83 <tr>
84 <td><a href="#NotificationsPage.on_criticalBgButton_clicked">on_criticalBgButton_clicked</a></td>
85 <td>Private slot to set the background color of the critical notifications.</td>
86 </tr>
87 <tr>
88 <td><a href="#NotificationsPage.on_criticalDefaultButton_clicked">on_criticalDefaultButton_clicked</a></td>
89 <td>Private slot to reset the colors for critical notifications to their default values.</td>
90 </tr>
91 <tr>
92 <td><a href="#NotificationsPage.on_criticalFgButton_clicked">on_criticalFgButton_clicked</a></td>
93 <td>Private slot to set the foreground color of the critical notifications.</td>
94 </tr>
95 <tr>
96 <td><a href="#NotificationsPage.on_criticalResetButton_clicked">on_criticalResetButton_clicked</a></td>
97 <td>Private slot to reset the colors for critical notifications to their current values.</td>
98 </tr>
99 <tr>
84 <td><a href="#NotificationsPage.on_visualButton_clicked">on_visualButton_clicked</a></td> 100 <td><a href="#NotificationsPage.on_visualButton_clicked">on_visualButton_clicked</a></td>
85 <td>Private slot to select the position visually.</td> 101 <td>Private slot to select the position visually.</td>
102 </tr>
103 <tr>
104 <td><a href="#NotificationsPage.on_warningBgButton_clicked">on_warningBgButton_clicked</a></td>
105 <td>Private slot to set the background color of the warning notifications.</td>
106 </tr>
107 <tr>
108 <td><a href="#NotificationsPage.on_warningDefaultButton_clicked">on_warningDefaultButton_clicked</a></td>
109 <td>Private slot to reset the colors for warning notifications to their default values.</td>
110 </tr>
111 <tr>
112 <td><a href="#NotificationsPage.on_warningFgButton_clicked">on_warningFgButton_clicked</a></td>
113 <td>Private slot to set the foreground color of the warning notifications.</td>
114 </tr>
115 <tr>
116 <td><a href="#NotificationsPage.on_warningResetButton_clicked">on_warningResetButton_clicked</a></td>
117 <td>Private slot to reset the colors for warning notifications to their current values.</td>
86 </tr> 118 </tr>
87 <tr> 119 <tr>
88 <td><a href="#NotificationsPage.save">save</a></td> 120 <td><a href="#NotificationsPage.save">save</a></td>
89 <td>Public slot to save the Notifications configuration.</td> 121 <td>Public slot to save the Notifications configuration.</td>
90 </tr> 122 </tr>
106 <h4>NotificationsPage.__moveNotification</h4> 138 <h4>NotificationsPage.__moveNotification</h4>
107 <b>__moveNotification</b>(<i></i>) 139 <b>__moveNotification</b>(<i></i>)
108 140
109 <p> 141 <p>
110 Private slot to move the notification widget. 142 Private slot to move the notification widget.
143 </p>
144 <a NAME="NotificationsPage.on_criticalBgButton_clicked" ID="NotificationsPage.on_criticalBgButton_clicked"></a>
145 <h4>NotificationsPage.on_criticalBgButton_clicked</h4>
146 <b>on_criticalBgButton_clicked</b>(<i></i>)
147
148 <p>
149 Private slot to set the background color of the critical notifications.
150 </p>
151 <a NAME="NotificationsPage.on_criticalDefaultButton_clicked" ID="NotificationsPage.on_criticalDefaultButton_clicked"></a>
152 <h4>NotificationsPage.on_criticalDefaultButton_clicked</h4>
153 <b>on_criticalDefaultButton_clicked</b>(<i></i>)
154
155 <p>
156 Private slot to reset the colors for critical notifications to their
157 default values.
158 </p>
159 <a NAME="NotificationsPage.on_criticalFgButton_clicked" ID="NotificationsPage.on_criticalFgButton_clicked"></a>
160 <h4>NotificationsPage.on_criticalFgButton_clicked</h4>
161 <b>on_criticalFgButton_clicked</b>(<i></i>)
162
163 <p>
164 Private slot to set the foreground color of the critical notifications.
165 </p>
166 <a NAME="NotificationsPage.on_criticalResetButton_clicked" ID="NotificationsPage.on_criticalResetButton_clicked"></a>
167 <h4>NotificationsPage.on_criticalResetButton_clicked</h4>
168 <b>on_criticalResetButton_clicked</b>(<i></i>)
169
170 <p>
171 Private slot to reset the colors for critical notifications to their
172 current values.
111 </p> 173 </p>
112 <a NAME="NotificationsPage.on_visualButton_clicked" ID="NotificationsPage.on_visualButton_clicked"></a> 174 <a NAME="NotificationsPage.on_visualButton_clicked" ID="NotificationsPage.on_visualButton_clicked"></a>
113 <h4>NotificationsPage.on_visualButton_clicked</h4> 175 <h4>NotificationsPage.on_visualButton_clicked</h4>
114 <b>on_visualButton_clicked</b>(<i>checked</i>) 176 <b>on_visualButton_clicked</b>(<i>checked</i>)
115 177
121 <dt><i>checked</i></dt> 183 <dt><i>checked</i></dt>
122 <dd> 184 <dd>
123 state of the button (boolean) 185 state of the button (boolean)
124 </dd> 186 </dd>
125 </dl> 187 </dl>
188 <a NAME="NotificationsPage.on_warningBgButton_clicked" ID="NotificationsPage.on_warningBgButton_clicked"></a>
189 <h4>NotificationsPage.on_warningBgButton_clicked</h4>
190 <b>on_warningBgButton_clicked</b>(<i></i>)
191
192 <p>
193 Private slot to set the background color of the warning notifications.
194 </p>
195 <a NAME="NotificationsPage.on_warningDefaultButton_clicked" ID="NotificationsPage.on_warningDefaultButton_clicked"></a>
196 <h4>NotificationsPage.on_warningDefaultButton_clicked</h4>
197 <b>on_warningDefaultButton_clicked</b>(<i></i>)
198
199 <p>
200 Private slot to reset the colors for warning notifications to their
201 default values.
202 </p>
203 <a NAME="NotificationsPage.on_warningFgButton_clicked" ID="NotificationsPage.on_warningFgButton_clicked"></a>
204 <h4>NotificationsPage.on_warningFgButton_clicked</h4>
205 <b>on_warningFgButton_clicked</b>(<i></i>)
206
207 <p>
208 Private slot to set the foreground color of the warning notifications.
209 </p>
210 <a NAME="NotificationsPage.on_warningResetButton_clicked" ID="NotificationsPage.on_warningResetButton_clicked"></a>
211 <h4>NotificationsPage.on_warningResetButton_clicked</h4>
212 <b>on_warningResetButton_clicked</b>(<i></i>)
213
214 <p>
215 Private slot to reset the colors for warning notifications to their
216 current values.
217 </p>
126 <a NAME="NotificationsPage.save" ID="NotificationsPage.save"></a> 218 <a NAME="NotificationsPage.save" ID="NotificationsPage.save"></a>
127 <h4>NotificationsPage.save</h4> 219 <h4>NotificationsPage.save</h4>
128 <b>save</b>(<i></i>) 220 <b>save</b>(<i></i>)
129 221
130 <p> 222 <p>

eric ide

mercurial