eric6/Documentation/Source/eric6.WebBrowser.OpenSearch.OpenSearchEngine.html

changeset 7989
a21d673a8f99
parent 7273
391d6b7b1eff
equal deleted inserted replaced
7988:c4c17121eff8 7989:a21d673a8f99
245 <dd> 245 <dd>
246 template to be parsed (string) 246 template to be parsed (string)
247 </dd> 247 </dd>
248 </dl> 248 </dl>
249 <dl> 249 <dl>
250 <dt>Returns:</dt> 250 <dt>Return:</dt>
251 <dd> 251 <dd>
252 parsed template (string) 252 parsed template (string)
253 </dd> 253 </dd>
254 </dl> 254 </dl>
255 <a NAME="OpenSearchEngine.__init__" ID="OpenSearchEngine.__init__"></a> 255 <a NAME="OpenSearchEngine.__init__" ID="OpenSearchEngine.__init__"></a>
279 <dd> 279 <dd>
280 reference to an open search engine (OpenSearchEngine) 280 reference to an open search engine (OpenSearchEngine)
281 </dd> 281 </dd>
282 </dl> 282 </dl>
283 <dl> 283 <dl>
284 <dt>Returns:</dt> 284 <dt>Return:</dt>
285 <dd> 285 <dd>
286 flag indicating equality (boolean) 286 flag indicating equality (boolean)
287 </dd> 287 </dd>
288 </dl> 288 </dl>
289 <a NAME="OpenSearchEngine.__imageObtained" ID="OpenSearchEngine.__imageObtained"></a> 289 <a NAME="OpenSearchEngine.__imageObtained" ID="OpenSearchEngine.__imageObtained"></a>
313 <dd> 313 <dd>
314 reference to an open search engine (OpenSearchEngine) 314 reference to an open search engine (OpenSearchEngine)
315 </dd> 315 </dd>
316 </dl> 316 </dl>
317 <dl> 317 <dl>
318 <dt>Returns:</dt> 318 <dt>Return:</dt>
319 <dd> 319 <dd>
320 flag indicating less than (boolean) 320 flag indicating less than (boolean)
321 </dd> 321 </dd>
322 </dl> 322 </dl>
323 <a NAME="OpenSearchEngine.__suggestionsObtained" ID="OpenSearchEngine.__suggestionsObtained"></a> 323 <a NAME="OpenSearchEngine.__suggestionsObtained" ID="OpenSearchEngine.__suggestionsObtained"></a>
333 333
334 <p> 334 <p>
335 Public method to get the description of the engine. 335 Public method to get the description of the engine.
336 </p> 336 </p>
337 <dl> 337 <dl>
338 <dt>Returns:</dt> 338 <dt>Return:</dt>
339 <dd> 339 <dd>
340 description of the engine (string) 340 description of the engine (string)
341 </dd> 341 </dd>
342 </dl> 342 </dl>
343 <a NAME="OpenSearchEngine.image" ID="OpenSearchEngine.image"></a> 343 <a NAME="OpenSearchEngine.image" ID="OpenSearchEngine.image"></a>
346 346
347 <p> 347 <p>
348 Public method to get the image of the engine. 348 Public method to get the image of the engine.
349 </p> 349 </p>
350 <dl> 350 <dl>
351 <dt>Returns:</dt> 351 <dt>Return:</dt>
352 <dd> 352 <dd>
353 image of the engine (QImage) 353 image of the engine (QImage)
354 </dd> 354 </dd>
355 </dl> 355 </dl>
356 <a NAME="OpenSearchEngine.imageUrl" ID="OpenSearchEngine.imageUrl"></a> 356 <a NAME="OpenSearchEngine.imageUrl" ID="OpenSearchEngine.imageUrl"></a>
359 359
360 <p> 360 <p>
361 Public method to get the image URL of the engine. 361 Public method to get the image URL of the engine.
362 </p> 362 </p>
363 <dl> 363 <dl>
364 <dt>Returns:</dt> 364 <dt>Return:</dt>
365 <dd> 365 <dd>
366 image URL of the engine (string) 366 image URL of the engine (string)
367 </dd> 367 </dd>
368 </dl> 368 </dl>
369 <a NAME="OpenSearchEngine.isValid" ID="OpenSearchEngine.isValid"></a> 369 <a NAME="OpenSearchEngine.isValid" ID="OpenSearchEngine.isValid"></a>
372 372
373 <p> 373 <p>
374 Public method to check, if the engine is valid. 374 Public method to check, if the engine is valid.
375 </p> 375 </p>
376 <dl> 376 <dl>
377 <dt>Returns:</dt> 377 <dt>Return:</dt>
378 <dd> 378 <dd>
379 flag indicating validity (boolean) 379 flag indicating validity (boolean)
380 </dd> 380 </dd>
381 </dl> 381 </dl>
382 <a NAME="OpenSearchEngine.loadImage" ID="OpenSearchEngine.loadImage"></a> 382 <a NAME="OpenSearchEngine.loadImage" ID="OpenSearchEngine.loadImage"></a>
392 392
393 <p> 393 <p>
394 Public method to get the name of the engine. 394 Public method to get the name of the engine.
395 </p> 395 </p>
396 <dl> 396 <dl>
397 <dt>Returns:</dt> 397 <dt>Return:</dt>
398 <dd> 398 <dd>
399 name of the engine (string) 399 name of the engine (string)
400 </dd> 400 </dd>
401 </dl> 401 </dl>
402 <a NAME="OpenSearchEngine.networkAccessManager" ID="OpenSearchEngine.networkAccessManager"></a> 402 <a NAME="OpenSearchEngine.networkAccessManager" ID="OpenSearchEngine.networkAccessManager"></a>
405 405
406 <p> 406 <p>
407 Public method to get a reference to the network access manager object. 407 Public method to get a reference to the network access manager object.
408 </p> 408 </p>
409 <dl> 409 <dl>
410 <dt>Returns:</dt> 410 <dt>Return:</dt>
411 <dd> 411 <dd>
412 reference to the network access manager object 412 reference to the network access manager object
413 (QNetworkAccessManager) 413 (QNetworkAccessManager)
414 </dd> 414 </dd>
415 </dl> 415 </dl>
419 419
420 <p> 420 <p>
421 Public method to check, if the engine provides suggestions. 421 Public method to check, if the engine provides suggestions.
422 </p> 422 </p>
423 <dl> 423 <dl>
424 <dt>Returns:</dt> 424 <dt>Return:</dt>
425 <dd> 425 <dd>
426 flag indicating suggestions are provided (boolean) 426 flag indicating suggestions are provided (boolean)
427 </dd> 427 </dd>
428 </dl> 428 </dl>
429 <a NAME="OpenSearchEngine.requestSuggestions" ID="OpenSearchEngine.requestSuggestions"></a> 429 <a NAME="OpenSearchEngine.requestSuggestions" ID="OpenSearchEngine.requestSuggestions"></a>
447 <p> 447 <p>
448 Public method to get the HTTP request method used to perform search 448 Public method to get the HTTP request method used to perform search
449 requests. 449 requests.
450 </p> 450 </p>
451 <dl> 451 <dl>
452 <dt>Returns:</dt> 452 <dt>Return:</dt>
453 <dd> 453 <dd>
454 HTTP request method (string) 454 HTTP request method (string)
455 </dd> 455 </dd>
456 </dl> 456 </dl>
457 <a NAME="OpenSearchEngine.searchParameters" ID="OpenSearchEngine.searchParameters"></a> 457 <a NAME="OpenSearchEngine.searchParameters" ID="OpenSearchEngine.searchParameters"></a>
460 460
461 <p> 461 <p>
462 Public method to get the search parameters of the engine. 462 Public method to get the search parameters of the engine.
463 </p> 463 </p>
464 <dl> 464 <dl>
465 <dt>Returns:</dt> 465 <dt>Return:</dt>
466 <dd> 466 <dd>
467 search parameters of the engine (list of two tuples) 467 search parameters of the engine (list of two tuples)
468 </dd> 468 </dd>
469 </dl> 469 </dl>
470 <a NAME="OpenSearchEngine.searchUrl" ID="OpenSearchEngine.searchUrl"></a> 470 <a NAME="OpenSearchEngine.searchUrl" ID="OpenSearchEngine.searchUrl"></a>
480 <dd> 480 <dd>
481 term to search for (string) 481 term to search for (string)
482 </dd> 482 </dd>
483 </dl> 483 </dl>
484 <dl> 484 <dl>
485 <dt>Returns:</dt> 485 <dt>Return:</dt>
486 <dd> 486 <dd>
487 URL (QUrl) 487 URL (QUrl)
488 </dd> 488 </dd>
489 </dl> 489 </dl>
490 <a NAME="OpenSearchEngine.searchUrlTemplate" ID="OpenSearchEngine.searchUrlTemplate"></a> 490 <a NAME="OpenSearchEngine.searchUrlTemplate" ID="OpenSearchEngine.searchUrlTemplate"></a>
493 493
494 <p> 494 <p>
495 Public method to get the search URL template of the engine. 495 Public method to get the search URL template of the engine.
496 </p> 496 </p>
497 <dl> 497 <dl>
498 <dt>Returns:</dt> 498 <dt>Return:</dt>
499 <dd> 499 <dd>
500 search URL template of the engine (string) 500 search URL template of the engine (string)
501 </dd> 501 </dd>
502 </dl> 502 </dl>
503 <a NAME="OpenSearchEngine.setDescription" ID="OpenSearchEngine.setDescription"></a> 503 <a NAME="OpenSearchEngine.setDescription" ID="OpenSearchEngine.setDescription"></a>
706 <p> 706 <p>
707 Public method to get the HTTP request method used to perform 707 Public method to get the HTTP request method used to perform
708 suggestions requests. 708 suggestions requests.
709 </p> 709 </p>
710 <dl> 710 <dl>
711 <dt>Returns:</dt> 711 <dt>Return:</dt>
712 <dd> 712 <dd>
713 HTTP request method (string) 713 HTTP request method (string)
714 </dd> 714 </dd>
715 </dl> 715 </dl>
716 <a NAME="OpenSearchEngine.suggestionsParameters" ID="OpenSearchEngine.suggestionsParameters"></a> 716 <a NAME="OpenSearchEngine.suggestionsParameters" ID="OpenSearchEngine.suggestionsParameters"></a>
719 719
720 <p> 720 <p>
721 Public method to get the suggestions parameters of the engine. 721 Public method to get the suggestions parameters of the engine.
722 </p> 722 </p>
723 <dl> 723 <dl>
724 <dt>Returns:</dt> 724 <dt>Return:</dt>
725 <dd> 725 <dd>
726 suggestions parameters of the engine (list of two tuples) 726 suggestions parameters of the engine (list of two tuples)
727 </dd> 727 </dd>
728 </dl> 728 </dl>
729 <a NAME="OpenSearchEngine.suggestionsUrl" ID="OpenSearchEngine.suggestionsUrl"></a> 729 <a NAME="OpenSearchEngine.suggestionsUrl" ID="OpenSearchEngine.suggestionsUrl"></a>
739 <dd> 739 <dd>
740 term to search for (string) 740 term to search for (string)
741 </dd> 741 </dd>
742 </dl> 742 </dl>
743 <dl> 743 <dl>
744 <dt>Returns:</dt> 744 <dt>Return:</dt>
745 <dd> 745 <dd>
746 URL (QUrl) 746 URL (QUrl)
747 </dd> 747 </dd>
748 </dl> 748 </dl>
749 <a NAME="OpenSearchEngine.suggestionsUrlTemplate" ID="OpenSearchEngine.suggestionsUrlTemplate"></a> 749 <a NAME="OpenSearchEngine.suggestionsUrlTemplate" ID="OpenSearchEngine.suggestionsUrlTemplate"></a>
752 752
753 <p> 753 <p>
754 Public method to get the search URL template of the engine. 754 Public method to get the search URL template of the engine.
755 </p> 755 </p>
756 <dl> 756 <dl>
757 <dt>Returns:</dt> 757 <dt>Return:</dt>
758 <dd> 758 <dd>
759 search URL template of the engine (string) 759 search URL template of the engine (string)
760 </dd> 760 </dd>
761 </dl> 761 </dl>
762 <div align="right"><a href="#top">Up</a></div> 762 <div align="right"><a href="#top">Up</a></div>

eric ide

mercurial