76 <td>Public method to get the number of rows of the model.</td> |
76 <td>Public method to get the number of rows of the model.</td> |
77 </tr> |
77 </tr> |
78 </table> |
78 </table> |
79 <a NAME="CookieModel.__init__" ID="CookieModel.__init__"></a> |
79 <a NAME="CookieModel.__init__" ID="CookieModel.__init__"></a> |
80 <h4>CookieModel (Constructor)</h4> |
80 <h4>CookieModel (Constructor)</h4> |
81 <b>CookieModel</b>(<i>cookieJar, parent = None</i>) |
81 <b>CookieModel</b>(<i>cookieJar, parent=None</i>) |
82 <p> |
82 <p> |
83 Constructor |
83 Constructor |
84 </p><dl> |
84 </p><dl> |
85 <dt><i>cookieJar</i></dt> |
85 <dt><i>cookieJar</i></dt> |
86 <dd> |
86 <dd> |
94 <b>__cookiesChanged</b>(<i></i>) |
94 <b>__cookiesChanged</b>(<i></i>) |
95 <p> |
95 <p> |
96 Private slot handling changes of the cookies list in the cookie jar. |
96 Private slot handling changes of the cookies list in the cookie jar. |
97 </p><a NAME="CookieModel.columnCount" ID="CookieModel.columnCount"></a> |
97 </p><a NAME="CookieModel.columnCount" ID="CookieModel.columnCount"></a> |
98 <h4>CookieModel.columnCount</h4> |
98 <h4>CookieModel.columnCount</h4> |
99 <b>columnCount</b>(<i>parent = QModelIndex()</i>) |
99 <b>columnCount</b>(<i>parent=QModelIndex()</i>) |
100 <p> |
100 <p> |
101 Public method to get the number of columns of the model. |
101 Public method to get the number of columns of the model. |
102 </p><dl> |
102 </p><dl> |
103 <dt><i>parent</i></dt> |
103 <dt><i>parent</i></dt> |
104 <dd> |
104 <dd> |
148 <dd> |
148 <dd> |
149 requested data |
149 requested data |
150 </dd> |
150 </dd> |
151 </dl><a NAME="CookieModel.removeRows" ID="CookieModel.removeRows"></a> |
151 </dl><a NAME="CookieModel.removeRows" ID="CookieModel.removeRows"></a> |
152 <h4>CookieModel.removeRows</h4> |
152 <h4>CookieModel.removeRows</h4> |
153 <b>removeRows</b>(<i>row, count, parent = QModelIndex()</i>) |
153 <b>removeRows</b>(<i>row, count, parent=QModelIndex()</i>) |
154 <p> |
154 <p> |
155 Public method to remove entries from the model. |
155 Public method to remove entries from the model. |
156 </p><dl> |
156 </p><dl> |
157 <dt><i>row</i></dt> |
157 <dt><i>row</i></dt> |
158 <dd> |
158 <dd> |
169 <dd> |
169 <dd> |
170 flag indicating success (boolean) |
170 flag indicating success (boolean) |
171 </dd> |
171 </dd> |
172 </dl><a NAME="CookieModel.rowCount" ID="CookieModel.rowCount"></a> |
172 </dl><a NAME="CookieModel.rowCount" ID="CookieModel.rowCount"></a> |
173 <h4>CookieModel.rowCount</h4> |
173 <h4>CookieModel.rowCount</h4> |
174 <b>rowCount</b>(<i>parent = QModelIndex()</i>) |
174 <b>rowCount</b>(<i>parent=QModelIndex()</i>) |
175 <p> |
175 <p> |
176 Public method to get the number of rows of the model. |
176 Public method to get the number of rows of the model. |
177 </p><dl> |
177 </p><dl> |
178 <dt><i>parent</i></dt> |
178 <dt><i>parent</i></dt> |
179 <dd> |
179 <dd> |