84 <p> |
84 <p> |
85 Constructor |
85 Constructor |
86 </p> |
86 </p> |
87 <dl> |
87 <dl> |
88 |
88 |
89 <dt><i>breakPointId</i></dt> |
89 <dt><i>breakPointId</i> (tuple of (str, int))</dt> |
90 <dd> |
90 <dd> |
91 id of the breakpoint (tuple) |
91 id of the breakpoint (tuple of (filename, line number) |
92 (filename, linenumber) |
|
93 </dd> |
92 </dd> |
94 <dt><i>properties</i></dt> |
93 <dt><i>properties</i> (tuple of (str, bool, bool, int))</dt> |
95 <dd> |
94 <dd> |
96 properties for the breakpoint (tuple) |
95 properties for the breakpoint (tuple of (condition, |
97 (condition, temporary flag, enabled flag, ignore count) |
96 temporary flag, enabled flag, ignore count) |
98 </dd> |
97 </dd> |
99 <dt><i>condHistory</i></dt> |
98 <dt><i>condHistory</i> (list of str)</dt> |
100 <dd> |
99 <dd> |
101 the list of conditionals history (list of strings) |
100 the list of conditionals history |
102 </dd> |
101 </dd> |
103 <dt><i>parent</i></dt> |
102 <dt><i>parent</i> (QWidget)</dt> |
104 <dd> |
103 <dd> |
105 the parent of this dialog (QWidget) |
104 the parent of this dialog |
106 </dd> |
105 </dd> |
107 <dt><i>name</i></dt> |
106 <dt><i>name</i> (str)</dt> |
108 <dd> |
107 <dd> |
109 the widget name of this dialog (string) |
108 the widget name of this dialog |
110 </dd> |
109 </dd> |
111 <dt><i>modal</i></dt> |
110 <dt><i>modal</i> (bool)</dt> |
112 <dd> |
111 <dd> |
113 flag indicating a modal dialog (boolean) |
112 flag indicating a modal dialog |
114 </dd> |
113 </dd> |
115 <dt><i>addMode</i></dt> |
114 <dt><i>addMode</i> (bool)</dt> |
116 <dd> |
115 <dd> |
117 flag indicating the add mode (boolean) |
116 flag indicating the add mode |
118 </dd> |
117 </dd> |
119 <dt><i>filenameHistory</i></dt> |
118 <dt><i>filenameHistory</i> (list of str)</dt> |
120 <dd> |
119 <dd> |
121 list of recently used file names |
120 list of recently used file names |
122 (list of strings) |
|
123 </dd> |
121 </dd> |
124 </dl> |
122 </dl> |
125 <a NAME="EditBreakpointDialog.getAddData" ID="EditBreakpointDialog.getAddData"></a> |
123 <a NAME="EditBreakpointDialog.getAddData" ID="EditBreakpointDialog.getAddData"></a> |
126 <h4>EditBreakpointDialog.getAddData</h4> |
124 <h4>EditBreakpointDialog.getAddData</h4> |
127 <b>getAddData</b>(<i></i>) |
125 <b>getAddData</b>(<i></i>) |
135 a tuple containing the new breakpoints properties |
133 a tuple containing the new breakpoints properties |
136 (filename, lineno, condition, temporary flag, enabled flag, |
134 (filename, lineno, condition, temporary flag, enabled flag, |
137 ignore count) |
135 ignore count) |
138 </dd> |
136 </dd> |
139 </dl> |
137 </dl> |
|
138 <dl> |
|
139 <dt>Return Type:</dt> |
|
140 <dd> |
|
141 tuple of (str, int, str, bool, bool, int) |
|
142 </dd> |
|
143 </dl> |
140 <a NAME="EditBreakpointDialog.getData" ID="EditBreakpointDialog.getData"></a> |
144 <a NAME="EditBreakpointDialog.getData" ID="EditBreakpointDialog.getData"></a> |
141 <h4>EditBreakpointDialog.getData</h4> |
145 <h4>EditBreakpointDialog.getData</h4> |
142 <b>getData</b>(<i></i>) |
146 <b>getData</b>(<i></i>) |
143 |
147 |
144 <p> |
148 <p> |
149 <dd> |
153 <dd> |
150 a tuple containing the breakpoints new properties |
154 a tuple containing the breakpoints new properties |
151 (condition, temporary flag, enabled flag, ignore count) |
155 (condition, temporary flag, enabled flag, ignore count) |
152 </dd> |
156 </dd> |
153 </dl> |
157 </dl> |
|
158 <dl> |
|
159 <dt>Return Type:</dt> |
|
160 <dd> |
|
161 tuple of (str, bool, bool, int) |
|
162 </dd> |
|
163 </dl> |
154 <a NAME="EditBreakpointDialog.on_filenamePicker_editTextChanged" ID="EditBreakpointDialog.on_filenamePicker_editTextChanged"></a> |
164 <a NAME="EditBreakpointDialog.on_filenamePicker_editTextChanged" ID="EditBreakpointDialog.on_filenamePicker_editTextChanged"></a> |
155 <h4>EditBreakpointDialog.on_filenamePicker_editTextChanged</h4> |
165 <h4>EditBreakpointDialog.on_filenamePicker_editTextChanged</h4> |
156 <b>on_filenamePicker_editTextChanged</b>(<i>fn</i>) |
166 <b>on_filenamePicker_editTextChanged</b>(<i>fn</i>) |
157 |
167 |
158 <p> |
168 <p> |
159 Private slot to handle the change of the filename. |
169 Private slot to handle the change of the filename. |
160 </p> |
170 </p> |
161 <dl> |
171 <dl> |
162 |
172 |
163 <dt><i>fn</i></dt> |
173 <dt><i>fn</i> (str)</dt> |
164 <dd> |
174 <dd> |
165 text of the filename edit (string) |
175 text of the filename edit |
166 </dd> |
176 </dd> |
167 </dl> |
177 </dl> |
168 <div align="right"><a href="#top">Up</a></div> |
178 <div align="right"><a href="#top">Up</a></div> |
169 <hr /> |
179 <hr /> |
170 </body></html> |
180 </body></html> |