117 <h4>WatchPointModel (Constructor)</h4> |
117 <h4>WatchPointModel (Constructor)</h4> |
118 <b>WatchPointModel</b>(<i>parent=None</i>) |
118 <b>WatchPointModel</b>(<i>parent=None</i>) |
119 <p> |
119 <p> |
120 Constructor |
120 Constructor |
121 </p><dl> |
121 </p><dl> |
122 <dt><i>reference</i></dt> |
122 <dt><i>parent</i></dt> |
123 <dd> |
123 <dd> |
124 to the parent widget (QObject) |
124 reference to the parent widget (QObject) |
125 </dd> |
125 </dd> |
126 </dl><a NAME="WatchPointModel.addWatchPoint" ID="WatchPointModel.addWatchPoint"></a> |
126 </dl><a NAME="WatchPointModel.addWatchPoint" ID="WatchPointModel.addWatchPoint"></a> |
127 <h4>WatchPointModel.addWatchPoint</h4> |
127 <h4>WatchPointModel.addWatchPoint</h4> |
128 <b>addWatchPoint</b>(<i>cond, special, properties</i>) |
128 <b>addWatchPoint</b>(<i>cond, special, properties</i>) |
129 <p> |
129 <p> |
144 <h4>WatchPointModel.columnCount</h4> |
144 <h4>WatchPointModel.columnCount</h4> |
145 <b>columnCount</b>(<i>parent=QModelIndex()</i>) |
145 <b>columnCount</b>(<i>parent=QModelIndex()</i>) |
146 <p> |
146 <p> |
147 Public method to get the current column count. |
147 Public method to get the current column count. |
148 </p><dl> |
148 </p><dl> |
|
149 <dt><i>parent</i></dt> |
|
150 <dd> |
|
151 index of the parent item (QModelIndex) |
|
152 </dd> |
|
153 </dl><dl> |
149 <dt>Returns:</dt> |
154 <dt>Returns:</dt> |
150 <dd> |
155 <dd> |
151 column count (integer) |
156 column count (integer) |
152 </dd> |
157 </dd> |
153 </dl><a NAME="WatchPointModel.data" ID="WatchPointModel.data"></a> |
158 </dl><a NAME="WatchPointModel.data" ID="WatchPointModel.data"></a> |
318 <h4>WatchPointModel.rowCount</h4> |
323 <h4>WatchPointModel.rowCount</h4> |
319 <b>rowCount</b>(<i>parent=QModelIndex()</i>) |
324 <b>rowCount</b>(<i>parent=QModelIndex()</i>) |
320 <p> |
325 <p> |
321 Public method to get the current row count. |
326 Public method to get the current row count. |
322 </p><dl> |
327 </p><dl> |
|
328 <dt><i>parent</i></dt> |
|
329 <dd> |
|
330 index of the parent item (QModelIndex) |
|
331 </dd> |
|
332 </dl><dl> |
323 <dt>Returns:</dt> |
333 <dt>Returns:</dt> |
324 <dd> |
334 <dd> |
325 row count (integer) |
335 row count (integer) |
326 </dd> |
336 </dd> |
327 </dl><a NAME="WatchPointModel.setWatchPointByIndex" ID="WatchPointModel.setWatchPointByIndex"></a> |
337 </dl><a NAME="WatchPointModel.setWatchPointByIndex" ID="WatchPointModel.setWatchPointByIndex"></a> |