src/eric7/Documentation/Source/eric7.UI.NotificationWidget.html

branch
eric7
changeset 10433
328f3ec4b77a
parent 9209
b99e7fd55fd3
child 10479
856476537696
equal deleted inserted replaced
10432:2fe91fe443dd 10433:328f3ec4b77a
302 <p> 302 <p>
303 Protected method to handle dragging the window. 303 Protected method to handle dragging the window.
304 </p> 304 </p>
305 <dl> 305 <dl>
306 306
307 <dt><i>evt</i></dt> 307 <dt><i>evt</i> (QMouseEvent)</dt>
308 <dd> 308 <dd>
309 reference to the mouse event (QMouseEvent) 309 reference to the mouse event
310 </dd> 310 </dd>
311 </dl> 311 </dl>
312 <a NAME="NotificationWidget.mousePressEvent" ID="NotificationWidget.mousePressEvent"></a> 312 <a NAME="NotificationWidget.mousePressEvent" ID="NotificationWidget.mousePressEvent"></a>
313 <h4>NotificationWidget.mousePressEvent</h4> 313 <h4>NotificationWidget.mousePressEvent</h4>
314 <b>mousePressEvent</b>(<i>evt</i>) 314 <b>mousePressEvent</b>(<i>evt</i>)
316 <p> 316 <p>
317 Protected method to handle presses of a mouse button. 317 Protected method to handle presses of a mouse button.
318 </p> 318 </p>
319 <dl> 319 <dl>
320 320
321 <dt><i>evt</i></dt> 321 <dt><i>evt</i> (QMouseEvent)</dt>
322 <dd> 322 <dd>
323 reference to the mouse event (QMouseEvent) 323 reference to the mouse event
324 </dd> 324 </dd>
325 </dl> 325 </dl>
326 <a NAME="NotificationWidget.mouseReleaseEvent" ID="NotificationWidget.mouseReleaseEvent"></a> 326 <a NAME="NotificationWidget.mouseReleaseEvent" ID="NotificationWidget.mouseReleaseEvent"></a>
327 <h4>NotificationWidget.mouseReleaseEvent</h4> 327 <h4>NotificationWidget.mouseReleaseEvent</h4>
328 <b>mouseReleaseEvent</b>(<i>evt</i>) 328 <b>mouseReleaseEvent</b>(<i>evt</i>)
330 <p> 330 <p>
331 Protected method to handle releases of a mouse button. 331 Protected method to handle releases of a mouse button.
332 </p> 332 </p>
333 <dl> 333 <dl>
334 334
335 <dt><i>evt</i></dt> 335 <dt><i>evt</i> (QMouseEvent)</dt>
336 <dd> 336 <dd>
337 reference to the mouse event (QMouseEvent) 337 reference to the mouse event
338 </dd> 338 </dd>
339 </dl> 339 </dl>
340 <a NAME="NotificationWidget.showNotification" ID="NotificationWidget.showNotification"></a> 340 <a NAME="NotificationWidget.showNotification" ID="NotificationWidget.showNotification"></a>
341 <h4>NotificationWidget.showNotification</h4> 341 <h4>NotificationWidget.showNotification</h4>
342 <b>showNotification</b>(<i>icon, heading, text, kind=NotificationTypes.INFORMATION, timeout=0</i>) 342 <b>showNotification</b>(<i>icon, heading, text, kind=NotificationTypes.INFORMATION, timeout=0</i>)

eric ide

mercurial