src/eric7/Documentation/Source/eric7.WebBrowser.SpeedDial.SpeedDial.html

branch
eric7
changeset 10436
f6881d10e995
parent 9686
2eee7a645cba
child 10479
856476537696
equal deleted inserted replaced
10435:c712d09cc839 10436:f6881d10e995
188 <p> 188 <p>
189 Constructor 189 Constructor
190 </p> 190 </p>
191 <dl> 191 <dl>
192 192
193 <dt><i>parent</i></dt> 193 <dt><i>parent</i> (QObject)</dt>
194 <dd> 194 <dd>
195 reference to the parent object (QObject) 195 reference to the parent object
196 </dd> 196 </dd>
197 </dl> 197 </dl>
198 <a NAME="SpeedDial.__escapeTitle" ID="SpeedDial.__escapeTitle"></a> 198 <a NAME="SpeedDial.__escapeTitle" ID="SpeedDial.__escapeTitle"></a>
199 <h4>SpeedDial.__escapeTitle</h4> 199 <h4>SpeedDial.__escapeTitle</h4>
200 <b>__escapeTitle</b>(<i>title</i>) 200 <b>__escapeTitle</b>(<i>title</i>)
254 <p> 254 <p>
255 Private method to generate the image file name for a URL. 255 Private method to generate the image file name for a URL.
256 </p> 256 </p>
257 <dl> 257 <dl>
258 258
259 <dt><i>url</i></dt> 259 <dt><i>url</i> (str)</dt>
260 <dd> 260 <dd>
261 URL to generate the file name from (string) 261 URL to generate the file name from
262 </dd> 262 </dd>
263 </dl> 263 </dl>
264 <dl> 264 <dl>
265 <dt>Return:</dt> 265 <dt>Return:</dt>
266 <dd> 266 <dd>
267 name of the image file (string) 267 name of the image file
268 </dd>
269 </dl>
270 <dl>
271 <dt>Return Type:</dt>
272 <dd>
273 str
268 </dd> 274 </dd>
269 </dl> 275 </dl>
270 <a NAME="SpeedDial.__initialize" ID="SpeedDial.__initialize"></a> 276 <a NAME="SpeedDial.__initialize" ID="SpeedDial.__initialize"></a>
271 <h4>SpeedDial.__initialize</h4> 277 <h4>SpeedDial.__initialize</h4>
272 <b>__initialize</b>(<i></i>) 278 <b>__initialize</b>(<i></i>)
306 <p> 312 <p>
307 Public method to add a page for the given data. 313 Public method to add a page for the given data.
308 </p> 314 </p>
309 <dl> 315 <dl>
310 316
311 <dt><i>url</i></dt> 317 <dt><i>url</i> (QUrl)</dt>
312 <dd> 318 <dd>
313 URL of the page (QUrl) 319 URL of the page
314 </dd> 320 </dd>
315 <dt><i>title</i></dt> 321 <dt><i>title</i> (str)</dt>
316 <dd> 322 <dd>
317 title of the page (string) 323 title of the page
318 </dd> 324 </dd>
319 </dl> 325 </dl>
320 <a NAME="SpeedDial.changed" ID="SpeedDial.changed"></a> 326 <a NAME="SpeedDial.changed" ID="SpeedDial.changed"></a>
321 <h4>SpeedDial.changed</h4> 327 <h4>SpeedDial.changed</h4>
322 <b>changed</b>(<i>allPages</i>) 328 <b>changed</b>(<i>allPages</i>)
324 <p> 330 <p>
325 Public slot to react on changed pages. 331 Public slot to react on changed pages.
326 </p> 332 </p>
327 <dl> 333 <dl>
328 334
329 <dt><i>allPages</i></dt> 335 <dt><i>allPages</i> (str)</dt>
330 <dd> 336 <dd>
331 string giving all pages (string) 337 string giving all pages
332 </dd> 338 </dd>
333 </dl> 339 </dl>
334 <a NAME="SpeedDial.close" ID="SpeedDial.close"></a> 340 <a NAME="SpeedDial.close" ID="SpeedDial.close"></a>
335 <h4>SpeedDial.close</h4> 341 <h4>SpeedDial.close</h4>
336 <b>close</b>(<i></i>) 342 <b>close</b>(<i></i>)
346 Public method to get the file name of the user agents file. 352 Public method to get the file name of the user agents file.
347 </p> 353 </p>
348 <dl> 354 <dl>
349 <dt>Return:</dt> 355 <dt>Return:</dt>
350 <dd> 356 <dd>
351 name of the user agents file (string) 357 name of the user agents file
358 </dd>
359 </dl>
360 <dl>
361 <dt>Return Type:</dt>
362 <dd>
363 str
352 </dd> 364 </dd>
353 </dl> 365 </dl>
354 <a NAME="SpeedDial.initialScript" ID="SpeedDial.initialScript"></a> 366 <a NAME="SpeedDial.initialScript" ID="SpeedDial.initialScript"></a>
355 <h4>SpeedDial.initialScript</h4> 367 <h4>SpeedDial.initialScript</h4>
356 <b>initialScript</b>(<i></i>) 368 <b>initialScript</b>(<i></i>)
359 Public method to get the 'initial' JavaScript script. 371 Public method to get the 'initial' JavaScript script.
360 </p> 372 </p>
361 <dl> 373 <dl>
362 <dt>Return:</dt> 374 <dt>Return:</dt>
363 <dd> 375 <dd>
364 initial JavaScript script (string) 376 initial JavaScript script
377 </dd>
378 </dl>
379 <dl>
380 <dt>Return Type:</dt>
381 <dd>
382 str
365 </dd> 383 </dd>
366 </dl> 384 </dl>
367 <a NAME="SpeedDial.loadThumbnail" ID="SpeedDial.loadThumbnail"></a> 385 <a NAME="SpeedDial.loadThumbnail" ID="SpeedDial.loadThumbnail"></a>
368 <h4>SpeedDial.loadThumbnail</h4> 386 <h4>SpeedDial.loadThumbnail</h4>
369 <b>loadThumbnail</b>(<i>urlStr, loadTitle</i>) 387 <b>loadThumbnail</b>(<i>urlStr, loadTitle</i>)
390 <p> 408 <p>
391 Public method to get the page for the given URL. 409 Public method to get the page for the given URL.
392 </p> 410 </p>
393 <dl> 411 <dl>
394 412
395 <dt><i>url</i></dt> 413 <dt><i>url</i> (QUrl)</dt>
396 <dd> 414 <dd>
397 URL to be searched for (QUrl) 415 URL to be searched for
398 </dd> 416 </dd>
399 </dl> 417 </dl>
400 <dl> 418 <dl>
401 <dt>Return:</dt> 419 <dt>Return:</dt>
402 <dd> 420 <dd>
403 page for the URL (Page) 421 page for the URL
422 </dd>
423 </dl>
424 <dl>
425 <dt>Return Type:</dt>
426 <dd>
427 Page
404 </dd> 428 </dd>
405 </dl> 429 </dl>
406 <a NAME="SpeedDial.pagesInRow" ID="SpeedDial.pagesInRow"></a> 430 <a NAME="SpeedDial.pagesInRow" ID="SpeedDial.pagesInRow"></a>
407 <h4>SpeedDial.pagesInRow</h4> 431 <h4>SpeedDial.pagesInRow</h4>
408 <b>pagesInRow</b>(<i></i>) 432 <b>pagesInRow</b>(<i></i>)
411 Public method to get the number of dials per row. 435 Public method to get the number of dials per row.
412 </p> 436 </p>
413 <dl> 437 <dl>
414 <dt>Return:</dt> 438 <dt>Return:</dt>
415 <dd> 439 <dd>
416 number of dials per row (integer) 440 number of dials per row
441 </dd>
442 </dl>
443 <dl>
444 <dt>Return Type:</dt>
445 <dd>
446 int
417 </dd> 447 </dd>
418 </dl> 448 </dl>
419 <a NAME="SpeedDial.reload" ID="SpeedDial.reload"></a> 449 <a NAME="SpeedDial.reload" ID="SpeedDial.reload"></a>
420 <h4>SpeedDial.reload</h4> 450 <h4>SpeedDial.reload</h4>
421 <b>reload</b>(<i></i>) 451 <b>reload</b>(<i></i>)
430 <p> 460 <p>
431 Public slot to remove the image for a URL. 461 Public slot to remove the image for a URL.
432 </p> 462 </p>
433 <dl> 463 <dl>
434 464
435 <dt><i>url</i></dt> 465 <dt><i>url</i> (str)</dt>
436 <dd> 466 <dd>
437 URL to remove the image for (string) 467 URL to remove the image for
438 </dd> 468 </dd>
439 </dl> 469 </dl>
440 <a NAME="SpeedDial.removePage" ID="SpeedDial.removePage"></a> 470 <a NAME="SpeedDial.removePage" ID="SpeedDial.removePage"></a>
441 <h4>SpeedDial.removePage</h4> 471 <h4>SpeedDial.removePage</h4>
442 <b>removePage</b>(<i>url</i>) 472 <b>removePage</b>(<i>url</i>)
444 <p> 474 <p>
445 Public method to remove a page. 475 Public method to remove a page.
446 </p> 476 </p>
447 <dl> 477 <dl>
448 478
449 <dt><i>url</i></dt> 479 <dt><i>url</i> (QUrl)</dt>
450 <dd> 480 <dd>
451 URL of the page (QUrl) 481 URL of the page
452 </dd> 482 </dd>
453 </dl> 483 </dl>
454 <a NAME="SpeedDial.resetDials" ID="SpeedDial.resetDials"></a> 484 <a NAME="SpeedDial.resetDials" ID="SpeedDial.resetDials"></a>
455 <h4>SpeedDial.resetDials</h4> 485 <h4>SpeedDial.resetDials</h4>
456 <b>resetDials</b>(<i></i>) 486 <b>resetDials</b>(<i></i>)
473 Public method to get the speed dial size. 503 Public method to get the speed dial size.
474 </p> 504 </p>
475 <dl> 505 <dl>
476 <dt>Return:</dt> 506 <dt>Return:</dt>
477 <dd> 507 <dd>
478 speed dial size (integer) 508 speed dial size
509 </dd>
510 </dl>
511 <dl>
512 <dt>Return Type:</dt>
513 <dd>
514 int
479 </dd> 515 </dd>
480 </dl> 516 </dl>
481 <a NAME="SpeedDial.setPagesInRow" ID="SpeedDial.setPagesInRow"></a> 517 <a NAME="SpeedDial.setPagesInRow" ID="SpeedDial.setPagesInRow"></a>
482 <h4>SpeedDial.setPagesInRow</h4> 518 <h4>SpeedDial.setPagesInRow</h4>
483 <b>setPagesInRow</b>(<i>count</i>) 519 <b>setPagesInRow</b>(<i>count</i>)
485 <p> 521 <p>
486 Public slot to set the number of pages per row. 522 Public slot to set the number of pages per row.
487 </p> 523 </p>
488 <dl> 524 <dl>
489 525
490 <dt><i>count</i></dt> 526 <dt><i>count</i> (int)</dt>
491 <dd> 527 <dd>
492 number of pages per row (integer) 528 number of pages per row
493 </dd> 529 </dd>
494 </dl> 530 </dl>
495 <a NAME="SpeedDial.setSdSize" ID="SpeedDial.setSdSize"></a> 531 <a NAME="SpeedDial.setSdSize" ID="SpeedDial.setSdSize"></a>
496 <h4>SpeedDial.setSdSize</h4> 532 <h4>SpeedDial.setSdSize</h4>
497 <b>setSdSize</b>(<i>size</i>) 533 <b>setSdSize</b>(<i>size</i>)
499 <p> 535 <p>
500 Public slot to set the size of the speed dial. 536 Public slot to set the size of the speed dial.
501 </p> 537 </p>
502 <dl> 538 <dl>
503 539
504 <dt><i>size</i></dt> 540 <dt><i>size</i> (int)</dt>
505 <dd> 541 <dd>
506 size of the speed dial (integer) 542 size of the speed dial
507 </dd> 543 </dd>
508 </dl> 544 </dl>
509 <a NAME="SpeedDial.urlForShortcut" ID="SpeedDial.urlForShortcut"></a> 545 <a NAME="SpeedDial.urlForShortcut" ID="SpeedDial.urlForShortcut"></a>
510 <h4>SpeedDial.urlForShortcut</h4> 546 <h4>SpeedDial.urlForShortcut</h4>
511 <b>urlForShortcut</b>(<i>key</i>) 547 <b>urlForShortcut</b>(<i>key</i>)
513 <p> 549 <p>
514 Public method to get the URL for the given shortcut key. 550 Public method to get the URL for the given shortcut key.
515 </p> 551 </p>
516 <dl> 552 <dl>
517 553
518 <dt><i>key</i></dt> 554 <dt><i>key</i> (int)</dt>
519 <dd> 555 <dd>
520 shortcut key (integer) 556 shortcut key
521 </dd> 557 </dd>
522 </dl> 558 </dl>
523 <dl> 559 <dl>
524 <dt>Return:</dt> 560 <dt>Return:</dt>
525 <dd> 561 <dd>
526 URL for the key (QUrl) 562 URL for the key
563 </dd>
564 </dl>
565 <dl>
566 <dt>Return Type:</dt>
567 <dd>
568 QUrl
527 </dd> 569 </dd>
528 </dl> 570 </dl>
529 <a NAME="SpeedDial.urlFromUserInput" ID="SpeedDial.urlFromUserInput"></a> 571 <a NAME="SpeedDial.urlFromUserInput" ID="SpeedDial.urlFromUserInput"></a>
530 <h4>SpeedDial.urlFromUserInput</h4> 572 <h4>SpeedDial.urlFromUserInput</h4>
531 <b>urlFromUserInput</b>(<i>url</i>) 573 <b>urlFromUserInput</b>(<i>url</i>)
533 <p> 575 <p>
534 Public slot to get the URL from user input. 576 Public slot to get the URL from user input.
535 </p> 577 </p>
536 <dl> 578 <dl>
537 579
538 <dt><i>url</i></dt> 580 <dt><i>url</i> (str)</dt>
539 <dd> 581 <dd>
540 URL entered by the user (string) 582 URL entered by the user
541 </dd> 583 </dd>
542 </dl> 584 </dl>
543 <dl> 585 <dl>
544 <dt>Return:</dt> 586 <dt>Return:</dt>
545 <dd> 587 <dd>
546 sanitized URL (string) 588 sanitized URL
589 </dd>
590 </dl>
591 <dl>
592 <dt>Return Type:</dt>
593 <dd>
594 str
547 </dd> 595 </dd>
548 </dl> 596 </dl>
549 <div align="right"><a href="#top">Up</a></div> 597 <div align="right"><a href="#top">Up</a></div>
550 <hr /> 598 <hr />
551 </body></html> 599 </body></html>

eric ide

mercurial