|
1 <?xml version="1.0" encoding="utf-8"?> |
|
2 <!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN' |
|
3 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'> |
|
4 <html><head> |
|
5 <title>eric5.Debugger.EditWatchpointDialog</title> |
|
6 <style> |
|
7 b'body {\n background:white;\n margin: 0em 1em 10em 1em;\n color: black;\n}\n\nh1 { color: white; background: #4FA4FF; }\nh2 { color: white; background: #4FA4FF; }\nh3 { color: white; background: #00557F; }\nh4 { color: white; background: #00557F; }\n \na { color: #AA5500; }\n' |
|
8 </style> |
|
9 </head> |
|
10 <body><a NAME="top" ID="top"></a> |
|
11 <h1>eric5.Debugger.EditWatchpointDialog</h1> |
|
12 <p> |
|
13 Module implementing a dialog to edit watch expression properties. |
|
14 </p> |
|
15 <h3>Global Attributes</h3> |
|
16 <table> |
|
17 <tr><td>None</td></tr> |
|
18 </table> |
|
19 <h3>Classes</h3> |
|
20 <table> |
|
21 <tr> |
|
22 <td><a href="#EditWatchpointDialog">EditWatchpointDialog</a></td> |
|
23 <td>Class implementing a dialog to edit watch expression properties.</td> |
|
24 </tr> |
|
25 </table> |
|
26 <h3>Functions</h3> |
|
27 <table> |
|
28 <tr><td>None</td></tr> |
|
29 </table> |
|
30 <hr /><hr /> |
|
31 <a NAME="EditWatchpointDialog" ID="EditWatchpointDialog"></a> |
|
32 <h2>EditWatchpointDialog</h2> |
|
33 <p> |
|
34 Class implementing a dialog to edit watch expression properties. |
|
35 </p> |
|
36 <h3>Derived from</h3> |
|
37 QDialog, Ui_EditWatchpointDialog |
|
38 <h3>Class Attributes</h3> |
|
39 <table> |
|
40 <tr><td>None</td></tr> |
|
41 </table> |
|
42 <h3>Methods</h3> |
|
43 <table> |
|
44 <tr> |
|
45 <td><a href="#EditWatchpointDialog.__init__">EditWatchpointDialog</a></td> |
|
46 <td>Constructor</td> |
|
47 </tr><tr> |
|
48 <td><a href="#EditWatchpointDialog.__textChanged">__textChanged</a></td> |
|
49 <td>Private slot to handle the text changed signal of the condition line edit.</td> |
|
50 </tr><tr> |
|
51 <td><a href="#EditWatchpointDialog.getData">getData</a></td> |
|
52 <td>Public method to retrieve the entered data.</td> |
|
53 </tr> |
|
54 </table> |
|
55 <a NAME="EditWatchpointDialog.__init__" ID="EditWatchpointDialog.__init__"></a> |
|
56 <h4>EditWatchpointDialog (Constructor)</h4> |
|
57 <b>EditWatchpointDialog</b>(<i>properties, parent = None, name = None, modal = False</i>) |
|
58 <p> |
|
59 Constructor |
|
60 </p><dl> |
|
61 <dt><i>properties</i></dt> |
|
62 <dd> |
|
63 properties for the watch expression (tuple) |
|
64 (expression, temporary flag, enabled flag, ignore count, special condition) |
|
65 </dd><dt><i>parent</i></dt> |
|
66 <dd> |
|
67 the parent of this dialog |
|
68 </dd><dt><i>name</i></dt> |
|
69 <dd> |
|
70 the widget name of this dialog |
|
71 </dd><dt><i>modal</i></dt> |
|
72 <dd> |
|
73 flag indicating a modal dialog |
|
74 </dd> |
|
75 </dl><a NAME="EditWatchpointDialog.__textChanged" ID="EditWatchpointDialog.__textChanged"></a> |
|
76 <h4>EditWatchpointDialog.__textChanged</h4> |
|
77 <b>__textChanged</b>(<i>txt</i>) |
|
78 <p> |
|
79 Private slot to handle the text changed signal of the condition line edit. |
|
80 </p><dl> |
|
81 <dt><i>txt</i></dt> |
|
82 <dd> |
|
83 text of the line edit (string) |
|
84 </dd> |
|
85 </dl><a NAME="EditWatchpointDialog.getData" ID="EditWatchpointDialog.getData"></a> |
|
86 <h4>EditWatchpointDialog.getData</h4> |
|
87 <b>getData</b>(<i></i>) |
|
88 <p> |
|
89 Public method to retrieve the entered data. |
|
90 </p><dl> |
|
91 <dt>Returns:</dt> |
|
92 <dd> |
|
93 a tuple containing the watch expressions new properties |
|
94 (expression, temporary flag, enabled flag, ignore count, special condition) |
|
95 </dd> |
|
96 </dl> |
|
97 <div align="right"><a href="#top">Up</a></div> |
|
98 <hr /> |
|
99 </body></html> |