121 reference to the parent widget |
121 reference to the parent widget |
122 </dd> |
122 </dd> |
123 </dl> |
123 </dl> |
124 <a NAME="BinaryModel.columnCount" ID="BinaryModel.columnCount"></a> |
124 <a NAME="BinaryModel.columnCount" ID="BinaryModel.columnCount"></a> |
125 <h4>BinaryModel.columnCount</h4> |
125 <h4>BinaryModel.columnCount</h4> |
126 <b>columnCount</b>(<i>parent</i>) |
126 <b>columnCount</b>(<i>_parent</i>) |
127 <p> |
127 <p> |
128 Public method to get the number of columns of the model. |
128 Public method to get the number of columns of the model. |
129 </p> |
129 </p> |
130 |
130 |
131 <dl> |
131 <dl> |
132 |
132 |
133 <dt><i>parent</i> (QModelIndex)</dt> |
133 <dt><i>_parent</i> (QModelIndex)</dt> |
134 <dd> |
134 <dd> |
135 parent index |
135 parent index (unused) |
136 </dd> |
136 </dd> |
137 </dl> |
137 </dl> |
138 <dl> |
138 <dl> |
139 <dt>Return:</dt> |
139 <dt>Return:</dt> |
140 <dd> |
140 <dd> |
177 Any |
177 Any |
178 </dd> |
178 </dd> |
179 </dl> |
179 </dl> |
180 <a NAME="BinaryModel.flags" ID="BinaryModel.flags"></a> |
180 <a NAME="BinaryModel.flags" ID="BinaryModel.flags"></a> |
181 <h4>BinaryModel.flags</h4> |
181 <h4>BinaryModel.flags</h4> |
182 <b>flags</b>(<i>index</i>) |
182 <b>flags</b>(<i>_index</i>) |
183 <p> |
183 <p> |
184 Public method to get flags from the model. |
184 Public method to get flags from the model. |
185 </p> |
185 </p> |
186 |
186 |
187 <dl> |
187 <dl> |
188 |
188 |
189 <dt><i>index</i> (QModelIndex)</dt> |
189 <dt><i>_index</i> (QModelIndex)</dt> |
190 <dd> |
190 <dd> |
191 index to get flags for |
191 index to get flags for (unused) |
192 </dd> |
192 </dd> |
193 </dl> |
193 </dl> |
194 <dl> |
194 <dl> |
195 <dt>Return:</dt> |
195 <dt>Return:</dt> |
196 <dd> |
196 <dd> |
256 Any |
256 Any |
257 </dd> |
257 </dd> |
258 </dl> |
258 </dl> |
259 <a NAME="BinaryModel.rowCount" ID="BinaryModel.rowCount"></a> |
259 <a NAME="BinaryModel.rowCount" ID="BinaryModel.rowCount"></a> |
260 <h4>BinaryModel.rowCount</h4> |
260 <h4>BinaryModel.rowCount</h4> |
261 <b>rowCount</b>(<i>parent</i>) |
261 <b>rowCount</b>(<i>_parent</i>) |
262 <p> |
262 <p> |
263 Public method to get the number of rows of the model. |
263 Public method to get the number of rows of the model. |
264 </p> |
264 </p> |
265 |
265 |
266 <dl> |
266 <dl> |
267 |
267 |
268 <dt><i>parent</i> (QModelIndex)</dt> |
268 <dt><i>_parent</i> (QModelIndex)</dt> |
269 <dd> |
269 <dd> |
270 parent index |
270 parent index (unused) |
271 </dd> |
271 </dd> |
272 </dl> |
272 </dl> |
273 <dl> |
273 <dl> |
274 <dt>Return:</dt> |
274 <dt>Return:</dt> |
275 <dd> |
275 <dd> |