80 <p> |
80 <p> |
81 Constructor |
81 Constructor |
82 </p> |
82 </p> |
83 <dl> |
83 <dl> |
84 |
84 |
85 <dt><i>properties</i></dt> |
85 <dt><i>properties</i> (tuple of (str, bool, bool, int, str))</dt> |
86 <dd> |
86 <dd> |
87 properties for the watch expression (tuple) |
87 properties for the watch expression |
88 (expression, temporary flag, enabled flag, ignore count, |
88 (expression, temporary flag, enabled flag, ignore count, |
89 special condition) |
89 special condition) |
90 </dd> |
90 </dd> |
91 <dt><i>parent</i></dt> |
91 <dt><i>parent</i> (QWidget)</dt> |
92 <dd> |
92 <dd> |
93 the parent of this dialog |
93 the parent of this dialog |
94 </dd> |
94 </dd> |
95 <dt><i>name</i></dt> |
95 <dt><i>name</i> (str)</dt> |
96 <dd> |
96 <dd> |
97 the widget name of this dialog |
97 the widget name of this dialog |
98 </dd> |
98 </dd> |
99 <dt><i>modal</i></dt> |
99 <dt><i>modal</i> (bool)</dt> |
100 <dd> |
100 <dd> |
101 flag indicating a modal dialog |
101 flag indicating a modal dialog |
102 </dd> |
102 </dd> |
103 </dl> |
103 </dl> |
104 <a NAME="EditWatchpointDialog.__textChanged" ID="EditWatchpointDialog.__textChanged"></a> |
104 <a NAME="EditWatchpointDialog.__textChanged" ID="EditWatchpointDialog.__textChanged"></a> |
109 Private slot to handle the text changed signal of the condition line |
109 Private slot to handle the text changed signal of the condition line |
110 edit. |
110 edit. |
111 </p> |
111 </p> |
112 <dl> |
112 <dl> |
113 |
113 |
114 <dt><i>txt</i></dt> |
114 <dt><i>txt</i> (str)</dt> |
115 <dd> |
115 <dd> |
116 text of the line edit (string) |
116 text of the line edit |
117 </dd> |
117 </dd> |
118 </dl> |
118 </dl> |
119 <a NAME="EditWatchpointDialog.getData" ID="EditWatchpointDialog.getData"></a> |
119 <a NAME="EditWatchpointDialog.getData" ID="EditWatchpointDialog.getData"></a> |
120 <h4>EditWatchpointDialog.getData</h4> |
120 <h4>EditWatchpointDialog.getData</h4> |
121 <b>getData</b>(<i></i>) |
121 <b>getData</b>(<i></i>) |
129 a tuple containing the watch expressions new properties |
129 a tuple containing the watch expressions new properties |
130 (expression, temporary flag, enabled flag, ignore count, |
130 (expression, temporary flag, enabled flag, ignore count, |
131 special condition) |
131 special condition) |
132 </dd> |
132 </dd> |
133 </dl> |
133 </dl> |
|
134 <dl> |
|
135 <dt>Return Type:</dt> |
|
136 <dd> |
|
137 tuple of (str, bool, bool, int, str) |
|
138 </dd> |
|
139 </dl> |
134 <div align="right"><a href="#top">Up</a></div> |
140 <div align="right"><a href="#top">Up</a></div> |
135 <hr /> |
141 <hr /> |
136 </body></html> |
142 </body></html> |