108 <b>__enginesChanged</b>(<i></i>) |
108 <b>__enginesChanged</b>(<i></i>) |
109 <p> |
109 <p> |
110 Private slot handling a change of the registered engines. |
110 Private slot handling a change of the registered engines. |
111 </p><a NAME="OpenSearchEngineModel.columnCount" ID="OpenSearchEngineModel.columnCount"></a> |
111 </p><a NAME="OpenSearchEngineModel.columnCount" ID="OpenSearchEngineModel.columnCount"></a> |
112 <h4>OpenSearchEngineModel.columnCount</h4> |
112 <h4>OpenSearchEngineModel.columnCount</h4> |
113 <b>columnCount</b>(<i>parent=QModelIndex()</i>) |
113 <b>columnCount</b>(<i>parent=None</i>) |
114 <p> |
114 <p> |
115 Public method to get the number of columns of the model. |
115 Public method to get the number of columns of the model. |
116 </p><dl> |
116 </p><dl> |
117 <dt><i>parent</i></dt> |
117 <dt><i>parent</i></dt> |
118 <dd> |
118 <dd> |
119 parent index (QModelIndex) |
119 parent index (QModelIndex) (Unused) |
120 </dd> |
120 </dd> |
121 </dl><dl> |
121 </dl><dl> |
122 <dt>Returns:</dt> |
122 <dt>Returns:</dt> |
123 <dd> |
123 <dd> |
124 number of columns (integer) |
124 number of columns (integer) |
177 <dd> |
177 <dd> |
178 header data |
178 header data |
179 </dd> |
179 </dd> |
180 </dl><a NAME="OpenSearchEngineModel.removeRows" ID="OpenSearchEngineModel.removeRows"></a> |
180 </dl><a NAME="OpenSearchEngineModel.removeRows" ID="OpenSearchEngineModel.removeRows"></a> |
181 <h4>OpenSearchEngineModel.removeRows</h4> |
181 <h4>OpenSearchEngineModel.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 entries from the model. |
184 Public method to remove 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 success (boolean) |
199 flag indicating success (boolean) |
200 </dd> |
200 </dd> |
201 </dl><a NAME="OpenSearchEngineModel.rowCount" ID="OpenSearchEngineModel.rowCount"></a> |
201 </dl><a NAME="OpenSearchEngineModel.rowCount" ID="OpenSearchEngineModel.rowCount"></a> |
202 <h4>OpenSearchEngineModel.rowCount</h4> |
202 <h4>OpenSearchEngineModel.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 get the number of rows of the model. |
205 Public method to get the number of rows of the model. |
206 </p><dl> |
206 </p><dl> |
207 <dt><i>parent</i></dt> |
207 <dt><i>parent</i></dt> |
208 <dd> |
208 <dd> |