src/eric7/Documentation/Source/eric7.WebBrowser.Bookmarks.AddBookmarkDialog.html

branch
eric7
changeset 10436
f6881d10e995
parent 10259
b51dfacef37f
child 10479
856476537696
equal deleted inserted replaced
10435:c712d09cc839 10436:f6881d10e995
124 <p> 124 <p>
125 Constructor 125 Constructor
126 </p> 126 </p>
127 <dl> 127 <dl>
128 128
129 <dt><i>parent</i></dt> 129 <dt><i>parent</i> (QWidget)</dt>
130 <dd> 130 <dd>
131 reference to the parent widget (QWidget) 131 reference to the parent widget
132 </dd> 132 </dd>
133 <dt><i>bookmarksManager</i></dt> 133 <dt><i>bookmarksManager</i> (BookmarksManager)</dt>
134 <dd> 134 <dd>
135 reference to the bookmarks manager 135 reference to the bookmarks manager object
136 object (BookmarksManager)
137 </dd> 136 </dd>
138 </dl> 137 </dl>
139 <a NAME="AddBookmarkDialog.accept" ID="AddBookmarkDialog.accept"></a> 138 <a NAME="AddBookmarkDialog.accept" ID="AddBookmarkDialog.accept"></a>
140 <h4>AddBookmarkDialog.accept</h4> 139 <h4>AddBookmarkDialog.accept</h4>
141 <b>accept</b>(<i></i>) 140 <b>accept</b>(<i></i>)
151 Public method to get a reference to the added bookmark node. 150 Public method to get a reference to the added bookmark node.
152 </p> 151 </p>
153 <dl> 152 <dl>
154 <dt>Return:</dt> 153 <dt>Return:</dt>
155 <dd> 154 <dd>
156 reference to the added bookmark node (BookmarkNode) 155 reference to the added bookmark node
156 </dd>
157 </dl>
158 <dl>
159 <dt>Return Type:</dt>
160 <dd>
161 BookmarkNode
157 </dd> 162 </dd>
158 </dl> 163 </dl>
159 <a NAME="AddBookmarkDialog.currentIndex" ID="AddBookmarkDialog.currentIndex"></a> 164 <a NAME="AddBookmarkDialog.currentIndex" ID="AddBookmarkDialog.currentIndex"></a>
160 <h4>AddBookmarkDialog.currentIndex</h4> 165 <h4>AddBookmarkDialog.currentIndex</h4>
161 <b>currentIndex</b>(<i></i>) 166 <b>currentIndex</b>(<i></i>)
164 Public method to get the current index. 169 Public method to get the current index.
165 </p> 170 </p>
166 <dl> 171 <dl>
167 <dt>Return:</dt> 172 <dt>Return:</dt>
168 <dd> 173 <dd>
169 current index (QModelIndex) 174 current index
175 </dd>
176 </dl>
177 <dl>
178 <dt>Return Type:</dt>
179 <dd>
180 QModelIndex
170 </dd> 181 </dd>
171 </dl> 182 </dl>
172 <a NAME="AddBookmarkDialog.description" ID="AddBookmarkDialog.description"></a> 183 <a NAME="AddBookmarkDialog.description" ID="AddBookmarkDialog.description"></a>
173 <h4>AddBookmarkDialog.description</h4> 184 <h4>AddBookmarkDialog.description</h4>
174 <b>description</b>(<i></i>) 185 <b>description</b>(<i></i>)
177 Public method to get the description of the bookmark. 188 Public method to get the description of the bookmark.
178 </p> 189 </p>
179 <dl> 190 <dl>
180 <dt>Return:</dt> 191 <dt>Return:</dt>
181 <dd> 192 <dd>
182 description of the bookamrk (string) 193 description of the bookamrk
194 </dd>
195 </dl>
196 <dl>
197 <dt>Return Type:</dt>
198 <dd>
199 str
183 </dd> 200 </dd>
184 </dl> 201 </dl>
185 <a NAME="AddBookmarkDialog.isFolder" ID="AddBookmarkDialog.isFolder"></a> 202 <a NAME="AddBookmarkDialog.isFolder" ID="AddBookmarkDialog.isFolder"></a>
186 <h4>AddBookmarkDialog.isFolder</h4> 203 <h4>AddBookmarkDialog.isFolder</h4>
187 <b>isFolder</b>(<i></i>) 204 <b>isFolder</b>(<i></i>)
190 Public method to test, if the dialog is in "Add Folder" mode. 207 Public method to test, if the dialog is in "Add Folder" mode.
191 </p> 208 </p>
192 <dl> 209 <dl>
193 <dt>Return:</dt> 210 <dt>Return:</dt>
194 <dd> 211 <dd>
195 flag indicating "Add Folder" mode (boolean) 212 flag indicating "Add Folder" mode
213 </dd>
214 </dl>
215 <dl>
216 <dt>Return Type:</dt>
217 <dd>
218 bool
196 </dd> 219 </dd>
197 </dl> 220 </dl>
198 <a NAME="AddBookmarkDialog.setCurrentIndex" ID="AddBookmarkDialog.setCurrentIndex"></a> 221 <a NAME="AddBookmarkDialog.setCurrentIndex" ID="AddBookmarkDialog.setCurrentIndex"></a>
199 <h4>AddBookmarkDialog.setCurrentIndex</h4> 222 <h4>AddBookmarkDialog.setCurrentIndex</h4>
200 <b>setCurrentIndex</b>(<i>idx</i>) 223 <b>setCurrentIndex</b>(<i>idx</i>)
202 <p> 225 <p>
203 Public method to set the current index. 226 Public method to set the current index.
204 </p> 227 </p>
205 <dl> 228 <dl>
206 229
207 <dt><i>idx</i></dt> 230 <dt><i>idx</i> (QModelIndex)</dt>
208 <dd> 231 <dd>
209 current index to be set (QModelIndex) 232 current index to be set
210 </dd> 233 </dd>
211 </dl> 234 </dl>
212 <a NAME="AddBookmarkDialog.setDescription" ID="AddBookmarkDialog.setDescription"></a> 235 <a NAME="AddBookmarkDialog.setDescription" ID="AddBookmarkDialog.setDescription"></a>
213 <h4>AddBookmarkDialog.setDescription</h4> 236 <h4>AddBookmarkDialog.setDescription</h4>
214 <b>setDescription</b>(<i>description</i>) 237 <b>setDescription</b>(<i>description</i>)
216 <p> 239 <p>
217 Public method to set the description of the new bookmark. 240 Public method to set the description of the new bookmark.
218 </p> 241 </p>
219 <dl> 242 <dl>
220 243
221 <dt><i>description</i></dt> 244 <dt><i>description</i> (str)</dt>
222 <dd> 245 <dd>
223 description of the bookamrk (string) 246 description of the bookamrk
224 </dd> 247 </dd>
225 </dl> 248 </dl>
226 <a NAME="AddBookmarkDialog.setFolder" ID="AddBookmarkDialog.setFolder"></a> 249 <a NAME="AddBookmarkDialog.setFolder" ID="AddBookmarkDialog.setFolder"></a>
227 <h4>AddBookmarkDialog.setFolder</h4> 250 <h4>AddBookmarkDialog.setFolder</h4>
228 <b>setFolder</b>(<i>folder</i>) 251 <b>setFolder</b>(<i>folder</i>)
230 <p> 253 <p>
231 Public method to set the dialog to "Add Folder" mode. 254 Public method to set the dialog to "Add Folder" mode.
232 </p> 255 </p>
233 <dl> 256 <dl>
234 257
235 <dt><i>folder</i></dt> 258 <dt><i>folder</i> (bool)</dt>
236 <dd> 259 <dd>
237 flag indicating "Add Folder" mode (boolean) 260 flag indicating "Add Folder" mode
238 </dd> 261 </dd>
239 </dl> 262 </dl>
240 <a NAME="AddBookmarkDialog.setTitle" ID="AddBookmarkDialog.setTitle"></a> 263 <a NAME="AddBookmarkDialog.setTitle" ID="AddBookmarkDialog.setTitle"></a>
241 <h4>AddBookmarkDialog.setTitle</h4> 264 <h4>AddBookmarkDialog.setTitle</h4>
242 <b>setTitle</b>(<i>title</i>) 265 <b>setTitle</b>(<i>title</i>)
244 <p> 267 <p>
245 Public method to set the title of the new bookmark. 268 Public method to set the title of the new bookmark.
246 </p> 269 </p>
247 <dl> 270 <dl>
248 271
249 <dt><i>title</i></dt> 272 <dt><i>title</i> (str)</dt>
250 <dd> 273 <dd>
251 title of the bookmark (string) 274 title of the bookmark
252 </dd> 275 </dd>
253 </dl> 276 </dl>
254 <a NAME="AddBookmarkDialog.setUrl" ID="AddBookmarkDialog.setUrl"></a> 277 <a NAME="AddBookmarkDialog.setUrl" ID="AddBookmarkDialog.setUrl"></a>
255 <h4>AddBookmarkDialog.setUrl</h4> 278 <h4>AddBookmarkDialog.setUrl</h4>
256 <b>setUrl</b>(<i>url</i>) 279 <b>setUrl</b>(<i>url</i>)
258 <p> 281 <p>
259 Public slot to set the URL of the new bookmark. 282 Public slot to set the URL of the new bookmark.
260 </p> 283 </p>
261 <dl> 284 <dl>
262 285
263 <dt><i>url</i></dt> 286 <dt><i>url</i> (str)</dt>
264 <dd> 287 <dd>
265 URL of the bookmark (string) 288 URL of the bookmark
266 </dd> 289 </dd>
267 </dl> 290 </dl>
268 <a NAME="AddBookmarkDialog.title" ID="AddBookmarkDialog.title"></a> 291 <a NAME="AddBookmarkDialog.title" ID="AddBookmarkDialog.title"></a>
269 <h4>AddBookmarkDialog.title</h4> 292 <h4>AddBookmarkDialog.title</h4>
270 <b>title</b>(<i></i>) 293 <b>title</b>(<i></i>)
273 Public method to get the title of the bookmark. 296 Public method to get the title of the bookmark.
274 </p> 297 </p>
275 <dl> 298 <dl>
276 <dt>Return:</dt> 299 <dt>Return:</dt>
277 <dd> 300 <dd>
278 title of the bookmark (string) 301 title of the bookmark
302 </dd>
303 </dl>
304 <dl>
305 <dt>Return Type:</dt>
306 <dd>
307 str
279 </dd> 308 </dd>
280 </dl> 309 </dl>
281 <a NAME="AddBookmarkDialog.url" ID="AddBookmarkDialog.url"></a> 310 <a NAME="AddBookmarkDialog.url" ID="AddBookmarkDialog.url"></a>
282 <h4>AddBookmarkDialog.url</h4> 311 <h4>AddBookmarkDialog.url</h4>
283 <b>url</b>(<i></i>) 312 <b>url</b>(<i></i>)
286 Public method to get the URL of the bookmark. 315 Public method to get the URL of the bookmark.
287 </p> 316 </p>
288 <dl> 317 <dl>
289 <dt>Return:</dt> 318 <dt>Return:</dt>
290 <dd> 319 <dd>
291 URL of the bookmark (string) 320 URL of the bookmark
321 </dd>
322 </dl>
323 <dl>
324 <dt>Return Type:</dt>
325 <dd>
326 str
292 </dd> 327 </dd>
293 </dl> 328 </dl>
294 <div align="right"><a href="#top">Up</a></div> 329 <div align="right"><a href="#top">Up</a></div>
295 <hr /> 330 <hr />
296 <hr /> 331 <hr />
350 <p> 385 <p>
351 Constructor 386 Constructor
352 </p> 387 </p>
353 <dl> 388 <dl>
354 389
355 <dt><i>parent</i></dt> 390 <dt><i>parent</i> (QObject)</dt>
356 <dd> 391 <dd>
357 reference to the parent object (QObject) 392 reference to the parent object
358 </dd> 393 </dd>
359 </dl> 394 </dl>
360 <a NAME="AddBookmarkProxyModel.columnCount" ID="AddBookmarkProxyModel.columnCount"></a> 395 <a NAME="AddBookmarkProxyModel.columnCount" ID="AddBookmarkProxyModel.columnCount"></a>
361 <h4>AddBookmarkProxyModel.columnCount</h4> 396 <h4>AddBookmarkProxyModel.columnCount</h4>
362 <b>columnCount</b>(<i>parent</i>) 397 <b>columnCount</b>(<i>parent</i>)
364 <p> 399 <p>
365 Public method to return the number of columns. 400 Public method to return the number of columns.
366 </p> 401 </p>
367 <dl> 402 <dl>
368 403
369 <dt><i>parent</i></dt> 404 <dt><i>parent</i> (QModelIndex)</dt>
370 <dd> 405 <dd>
371 index of the parent (QModelIndex) 406 index of the parent
372 </dd> 407 </dd>
373 </dl> 408 </dl>
374 <dl> 409 <dl>
375 <dt>Return:</dt> 410 <dt>Return:</dt>
376 <dd> 411 <dd>
377 number of columns (integer) 412 number of columns
413 </dd>
414 </dl>
415 <dl>
416 <dt>Return Type:</dt>
417 <dd>
418 int
378 </dd> 419 </dd>
379 </dl> 420 </dl>
380 <a NAME="AddBookmarkProxyModel.filterAcceptsColumn" ID="AddBookmarkProxyModel.filterAcceptsColumn"></a> 421 <a NAME="AddBookmarkProxyModel.filterAcceptsColumn" ID="AddBookmarkProxyModel.filterAcceptsColumn"></a>
381 <h4>AddBookmarkProxyModel.filterAcceptsColumn</h4> 422 <h4>AddBookmarkProxyModel.filterAcceptsColumn</h4>
382 <b>filterAcceptsColumn</b>(<i>sourceColumn, sourceParent</i>) 423 <b>filterAcceptsColumn</b>(<i>sourceColumn, sourceParent</i>)
384 <p> 425 <p>
385 Public method to determine, if the column is acceptable. 426 Public method to determine, if the column is acceptable.
386 </p> 427 </p>
387 <dl> 428 <dl>
388 429
389 <dt><i>sourceColumn</i></dt> 430 <dt><i>sourceColumn</i> (int)</dt>
390 <dd> 431 <dd>
391 column number in the source model (integer) 432 column number in the source model
392 </dd> 433 </dd>
393 <dt><i>sourceParent</i></dt> 434 <dt><i>sourceParent</i> (QModelIndex)</dt>
394 <dd> 435 <dd>
395 index of the source item (QModelIndex) 436 index of the source item
396 </dd> 437 </dd>
397 </dl> 438 </dl>
398 <dl> 439 <dl>
399 <dt>Return:</dt> 440 <dt>Return:</dt>
400 <dd> 441 <dd>
401 flag indicating acceptance (boolean) 442 flag indicating acceptance
443 </dd>
444 </dl>
445 <dl>
446 <dt>Return Type:</dt>
447 <dd>
448 bool
402 </dd> 449 </dd>
403 </dl> 450 </dl>
404 <a NAME="AddBookmarkProxyModel.filterAcceptsRow" ID="AddBookmarkProxyModel.filterAcceptsRow"></a> 451 <a NAME="AddBookmarkProxyModel.filterAcceptsRow" ID="AddBookmarkProxyModel.filterAcceptsRow"></a>
405 <h4>AddBookmarkProxyModel.filterAcceptsRow</h4> 452 <h4>AddBookmarkProxyModel.filterAcceptsRow</h4>
406 <b>filterAcceptsRow</b>(<i>sourceRow, sourceParent</i>) 453 <b>filterAcceptsRow</b>(<i>sourceRow, sourceParent</i>)
408 <p> 455 <p>
409 Public method to determine, if the row is acceptable. 456 Public method to determine, if the row is acceptable.
410 </p> 457 </p>
411 <dl> 458 <dl>
412 459
413 <dt><i>sourceRow</i></dt> 460 <dt><i>sourceRow</i> (int)</dt>
414 <dd> 461 <dd>
415 row number in the source model (integer) 462 row number in the source model
416 </dd> 463 </dd>
417 <dt><i>sourceParent</i></dt> 464 <dt><i>sourceParent</i> (QModelIndex)</dt>
418 <dd> 465 <dd>
419 index of the source item (QModelIndex) 466 index of the source item
420 </dd> 467 </dd>
421 </dl> 468 </dl>
422 <dl> 469 <dl>
423 <dt>Return:</dt> 470 <dt>Return:</dt>
424 <dd> 471 <dd>
425 flag indicating acceptance (boolean) 472 flag indicating acceptance
473 </dd>
474 </dl>
475 <dl>
476 <dt>Return Type:</dt>
477 <dd>
478 bool
426 </dd> 479 </dd>
427 </dl> 480 </dl>
428 <a NAME="AddBookmarkProxyModel.hasChildren" ID="AddBookmarkProxyModel.hasChildren"></a> 481 <a NAME="AddBookmarkProxyModel.hasChildren" ID="AddBookmarkProxyModel.hasChildren"></a>
429 <h4>AddBookmarkProxyModel.hasChildren</h4> 482 <h4>AddBookmarkProxyModel.hasChildren</h4>
430 <b>hasChildren</b>(<i>parent=None</i>) 483 <b>hasChildren</b>(<i>parent=None</i>)
432 <p> 485 <p>
433 Public method to check, if a parent node has some children. 486 Public method to check, if a parent node has some children.
434 </p> 487 </p>
435 <dl> 488 <dl>
436 489
437 <dt><i>parent</i></dt> 490 <dt><i>parent</i> (QModelIndex)</dt>
438 <dd> 491 <dd>
439 index of the parent node (QModelIndex) 492 index of the parent node
440 </dd> 493 </dd>
441 </dl> 494 </dl>
442 <dl> 495 <dl>
443 <dt>Return:</dt> 496 <dt>Return:</dt>
444 <dd> 497 <dd>
445 flag indicating the presence of children (boolean) 498 flag indicating the presence of children
499 </dd>
500 </dl>
501 <dl>
502 <dt>Return Type:</dt>
503 <dd>
504 bool
446 </dd> 505 </dd>
447 </dl> 506 </dl>
448 <div align="right"><a href="#top">Up</a></div> 507 <div align="right"><a href="#top">Up</a></div>
449 <hr /> 508 <hr />
450 </body></html> 509 </body></html>

eric ide

mercurial