eric6/Documentation/Source/eric6.WebBrowser.History.HistoryManager.html

changeset 7989
a21d673a8f99
parent 7273
391d6b7b1eff
child 8215
fc5d68a6889e
equal deleted inserted replaced
7988:c4c17121eff8 7989:a21d673a8f99
139 reference to the history entry to compare against 139 reference to the history entry to compare against
140 (HistoryEntry) 140 (HistoryEntry)
141 </dd> 141 </dd>
142 </dl> 142 </dl>
143 <dl> 143 <dl>
144 <dt>Returns:</dt> 144 <dt>Return:</dt>
145 <dd> 145 <dd>
146 flag indicating equality (boolean) 146 flag indicating equality (boolean)
147 </dd> 147 </dd>
148 </dl> 148 </dl>
149 <a NAME="HistoryEntry.__lt__" ID="HistoryEntry.__lt__"></a> 149 <a NAME="HistoryEntry.__lt__" ID="HistoryEntry.__lt__"></a>
163 reference to the history entry to compare against 163 reference to the history entry to compare against
164 (HistoryEntry) 164 (HistoryEntry)
165 </dd> 165 </dd>
166 </dl> 166 </dl>
167 <dl> 167 <dl>
168 <dt>Returns:</dt> 168 <dt>Return:</dt>
169 <dd> 169 <dd>
170 flag indicating less (boolean) 170 flag indicating less (boolean)
171 </dd> 171 </dd>
172 </dl> 172 </dl>
173 <a NAME="HistoryEntry.isValid" ID="HistoryEntry.isValid"></a> 173 <a NAME="HistoryEntry.isValid" ID="HistoryEntry.isValid"></a>
176 176
177 <p> 177 <p>
178 Public method to determine validity. 178 Public method to determine validity.
179 </p> 179 </p>
180 <dl> 180 <dl>
181 <dt>Returns:</dt> 181 <dt>Return:</dt>
182 <dd> 182 <dd>
183 flag indicating validity 183 flag indicating validity
184 </dd> 184 </dd>
185 </dl> 185 </dl>
186 <dl> 186 <dl>
195 195
196 <p> 196 <p>
197 Public method to get the title of the history entry. 197 Public method to get the title of the history entry.
198 </p> 198 </p>
199 <dl> 199 <dl>
200 <dt>Returns:</dt> 200 <dt>Return:</dt>
201 <dd> 201 <dd>
202 title of the entry (string) 202 title of the entry (string)
203 </dd> 203 </dd>
204 </dl> 204 </dl>
205 <div align="right"><a href="#top">Up</a></div> 205 <div align="right"><a href="#top">Up</a></div>
402 <dd> 402 <dd>
403 original URL 403 original URL
404 </dd> 404 </dd>
405 </dl> 405 </dl>
406 <dl> 406 <dl>
407 <dt>Returns:</dt> 407 <dt>Return:</dt>
408 <dd> 408 <dd>
409 cleaned URL 409 cleaned URL
410 </dd> 410 </dd>
411 </dl> 411 </dl>
412 <dl> 412 <dl>
428 <dd> 428 <dd>
429 original URL 429 original URL
430 </dd> 430 </dd>
431 </dl> 431 </dl>
432 <dl> 432 <dl>
433 <dt>Returns:</dt> 433 <dt>Return:</dt>
434 <dd> 434 <dd>
435 cleaned URL 435 cleaned URL
436 </dd> 436 </dd>
437 </dl> 437 </dl>
438 <dl> 438 <dl>
454 <dd> 454 <dd>
455 URL to search for 455 URL to search for
456 </dd> 456 </dd>
457 </dl> 457 </dl>
458 <dl> 458 <dl>
459 <dt>Returns:</dt> 459 <dt>Return:</dt>
460 <dd> 460 <dd>
461 first entry for the given URL 461 first entry for the given URL
462 </dd> 462 </dd>
463 </dl> 463 </dl>
464 <dl> 464 <dl>
548 548
549 <p> 549 <p>
550 Public method to get the days for entry expiration. 550 Public method to get the days for entry expiration.
551 </p> 551 </p>
552 <dl> 552 <dl>
553 <dt>Returns:</dt> 553 <dt>Return:</dt>
554 <dd> 554 <dd>
555 days for entry expiration (integer) 555 days for entry expiration (integer)
556 </dd> 556 </dd>
557 </dl> 557 </dl>
558 <a NAME="HistoryManager.getFileName" ID="HistoryManager.getFileName"></a> 558 <a NAME="HistoryManager.getFileName" ID="HistoryManager.getFileName"></a>
561 561
562 <p> 562 <p>
563 Public method to get the file name of the history file. 563 Public method to get the file name of the history file.
564 </p> 564 </p>
565 <dl> 565 <dl>
566 <dt>Returns:</dt> 566 <dt>Return:</dt>
567 <dd> 567 <dd>
568 name of the history file (string) 568 name of the history file (string)
569 </dd> 569 </dd>
570 </dl> 570 </dl>
571 <a NAME="HistoryManager.history" ID="HistoryManager.history"></a> 571 <a NAME="HistoryManager.history" ID="HistoryManager.history"></a>
574 574
575 <p> 575 <p>
576 Public method to return the history. 576 Public method to return the history.
577 </p> 577 </p>
578 <dl> 578 <dl>
579 <dt>Returns:</dt> 579 <dt>Return:</dt>
580 <dd> 580 <dd>
581 reference to the list of history entries (list of HistoryEntry) 581 reference to the list of history entries (list of HistoryEntry)
582 </dd> 582 </dd>
583 </dl> 583 </dl>
584 <a NAME="HistoryManager.historyFilterModel" ID="HistoryManager.historyFilterModel"></a> 584 <a NAME="HistoryManager.historyFilterModel" ID="HistoryManager.historyFilterModel"></a>
587 587
588 <p> 588 <p>
589 Public method to get a reference to the history filter model. 589 Public method to get a reference to the history filter model.
590 </p> 590 </p>
591 <dl> 591 <dl>
592 <dt>Returns:</dt> 592 <dt>Return:</dt>
593 <dd> 593 <dd>
594 reference to the history filter model (HistoryFilterModel) 594 reference to the history filter model (HistoryFilterModel)
595 </dd> 595 </dd>
596 </dl> 596 </dl>
597 <a NAME="HistoryManager.historyModel" ID="HistoryManager.historyModel"></a> 597 <a NAME="HistoryManager.historyModel" ID="HistoryManager.historyModel"></a>
600 600
601 <p> 601 <p>
602 Public method to get a reference to the history model. 602 Public method to get a reference to the history model.
603 </p> 603 </p>
604 <dl> 604 <dl>
605 <dt>Returns:</dt> 605 <dt>Return:</dt>
606 <dd> 606 <dd>
607 reference to the history model (HistoryModel) 607 reference to the history model (HistoryModel)
608 </dd> 608 </dd>
609 </dl> 609 </dl>
610 <a NAME="HistoryManager.historyTreeModel" ID="HistoryManager.historyTreeModel"></a> 610 <a NAME="HistoryManager.historyTreeModel" ID="HistoryManager.historyTreeModel"></a>
613 613
614 <p> 614 <p>
615 Public method to get a reference to the history tree model. 615 Public method to get a reference to the history tree model.
616 </p> 616 </p>
617 <dl> 617 <dl>
618 <dt>Returns:</dt> 618 <dt>Return:</dt>
619 <dd> 619 <dd>
620 reference to the history tree model (HistoryTreeModel) 620 reference to the history tree model (HistoryTreeModel)
621 </dd> 621 </dd>
622 </dl> 622 </dl>
623 <a NAME="HistoryManager.preferencesChanged" ID="HistoryManager.preferencesChanged"></a> 623 <a NAME="HistoryManager.preferencesChanged" ID="HistoryManager.preferencesChanged"></a>
711 <dd> 711 <dd>
712 host to look for 712 host to look for
713 </dd> 713 </dd>
714 </dl> 714 </dl>
715 <dl> 715 <dl>
716 <dt>Returns:</dt> 716 <dt>Return:</dt>
717 <dd> 717 <dd>
718 number of visits to this site 718 number of visits to this site
719 </dd> 719 </dd>
720 </dl> 720 </dl>
721 <dl> 721 <dl>

eric ide

mercurial