Documentation/Source/eric5.Debugger.EditWatchpointDialog.html

changeset 3018
70924c0bdaf1
parent 2387
2d119e79ab54
equal deleted inserted replaced
3017:6a8cb7632448 3018:70924c0bdaf1
78 Constructor 78 Constructor
79 </p><dl> 79 </p><dl>
80 <dt><i>properties</i></dt> 80 <dt><i>properties</i></dt>
81 <dd> 81 <dd>
82 properties for the watch expression (tuple) 82 properties for the watch expression (tuple)
83 (expression, temporary flag, enabled flag, ignore count, special condition) 83 (expression, temporary flag, enabled flag, ignore count,
84 special condition)
84 </dd><dt><i>parent</i></dt> 85 </dd><dt><i>parent</i></dt>
85 <dd> 86 <dd>
86 the parent of this dialog 87 the parent of this dialog
87 </dd><dt><i>name</i></dt> 88 </dd><dt><i>name</i></dt>
88 <dd> 89 <dd>
93 </dd> 94 </dd>
94 </dl><a NAME="EditWatchpointDialog.__textChanged" ID="EditWatchpointDialog.__textChanged"></a> 95 </dl><a NAME="EditWatchpointDialog.__textChanged" ID="EditWatchpointDialog.__textChanged"></a>
95 <h4>EditWatchpointDialog.__textChanged</h4> 96 <h4>EditWatchpointDialog.__textChanged</h4>
96 <b>__textChanged</b>(<i>txt</i>) 97 <b>__textChanged</b>(<i>txt</i>)
97 <p> 98 <p>
98 Private slot to handle the text changed signal of the condition line edit. 99 Private slot to handle the text changed signal of the condition line
100 edit.
99 </p><dl> 101 </p><dl>
100 <dt><i>txt</i></dt> 102 <dt><i>txt</i></dt>
101 <dd> 103 <dd>
102 text of the line edit (string) 104 text of the line edit (string)
103 </dd> 105 </dd>
108 Public method to retrieve the entered data. 110 Public method to retrieve the entered data.
109 </p><dl> 111 </p><dl>
110 <dt>Returns:</dt> 112 <dt>Returns:</dt>
111 <dd> 113 <dd>
112 a tuple containing the watch expressions new properties 114 a tuple containing the watch expressions new properties
113 (expression, temporary flag, enabled flag, ignore count, special condition) 115 (expression, temporary flag, enabled flag, ignore count,
116 special condition)
114 </dd> 117 </dd>
115 </dl> 118 </dl>
116 <div align="right"><a href="#top">Up</a></div> 119 <div align="right"><a href="#top">Up</a></div>
117 <hr /> 120 <hr />
118 </body></html> 121 </body></html>

eric ide

mercurial