103 <dd> |
103 <dd> |
104 reference to the parent object (QObject) |
104 reference to the parent object (QObject) |
105 </dd> |
105 </dd> |
106 </dl><a NAME="HistoryModel.columnCount" ID="HistoryModel.columnCount"></a> |
106 </dl><a NAME="HistoryModel.columnCount" ID="HistoryModel.columnCount"></a> |
107 <h4>HistoryModel.columnCount</h4> |
107 <h4>HistoryModel.columnCount</h4> |
108 <b>columnCount</b>(<i>parent=QModelIndex()</i>) |
108 <b>columnCount</b>(<i>parent=None</i>) |
109 <p> |
109 <p> |
110 Public method to get the number of columns. |
110 Public method to get the number of columns. |
111 </p><dl> |
111 </p><dl> |
112 <dt><i>parent</i></dt> |
112 <dt><i>parent</i></dt> |
113 <dd> |
113 <dd> |
177 <b>historyReset</b>(<i></i>) |
177 <b>historyReset</b>(<i></i>) |
178 <p> |
178 <p> |
179 Public slot to reset the model. |
179 Public slot to reset the model. |
180 </p><a NAME="HistoryModel.removeRows" ID="HistoryModel.removeRows"></a> |
180 </p><a NAME="HistoryModel.removeRows" ID="HistoryModel.removeRows"></a> |
181 <h4>HistoryModel.removeRows</h4> |
181 <h4>HistoryModel.removeRows</h4> |
182 <b>removeRows</b>(<i>row, count, parent=QModelIndex()</i>) |
182 <b>removeRows</b>(<i>row, count, parent=None</i>) |
183 <p> |
183 <p> |
184 Public method to remove history entries from the model. |
184 Public method to remove history entries from the model. |
185 </p><dl> |
185 </p><dl> |
186 <dt><i>row</i></dt> |
186 <dt><i>row</i></dt> |
187 <dd> |
187 <dd> |
198 <dd> |
198 <dd> |
199 flag indicating successful removal (boolean) |
199 flag indicating successful removal (boolean) |
200 </dd> |
200 </dd> |
201 </dl><a NAME="HistoryModel.rowCount" ID="HistoryModel.rowCount"></a> |
201 </dl><a NAME="HistoryModel.rowCount" ID="HistoryModel.rowCount"></a> |
202 <h4>HistoryModel.rowCount</h4> |
202 <h4>HistoryModel.rowCount</h4> |
203 <b>rowCount</b>(<i>parent=QModelIndex()</i>) |
203 <b>rowCount</b>(<i>parent=None</i>) |
204 <p> |
204 <p> |
205 Public method to determine the number of rows. |
205 Public method to determine the number of rows. |
206 </p><dl> |
206 </p><dl> |
207 <dt><i>parent</i></dt> |
207 <dt><i>parent</i></dt> |
208 <dd> |
208 <dd> |