Documentation/Source/eric5.Helpviewer.History.HistoryManager.html

changeset 3018
70924c0bdaf1
parent 2387
2d119e79ab54
equal deleted inserted replaced
3017:6a8cb7632448 3018:70924c0bdaf1
99 <p> 99 <p>
100 Special method determining equality. 100 Special method determining equality.
101 </p><dl> 101 </p><dl>
102 <dt><i>other</i></dt> 102 <dt><i>other</i></dt>
103 <dd> 103 <dd>
104 reference to the history entry to compare against (HistoryEntry) 104 reference to the history entry to compare against
105 (HistoryEntry)
105 </dd> 106 </dd>
106 </dl><dl> 107 </dl><dl>
107 <dt>Returns:</dt> 108 <dt>Returns:</dt>
108 <dd> 109 <dd>
109 flag indicating equality (boolean) 110 flag indicating equality (boolean)
116 </p><p> 117 </p><p>
117 Note: History is sorted in reverse order by date and time 118 Note: History is sorted in reverse order by date and time
118 </p><dl> 119 </p><dl>
119 <dt><i>other</i></dt> 120 <dt><i>other</i></dt>
120 <dd> 121 <dd>
121 reference to the history entry to compare against (HistoryEntry) 122 reference to the history entry to compare against
123 (HistoryEntry)
122 </dd> 124 </dd>
123 </dl><dl> 125 </dl><dl>
124 <dt>Returns:</dt> 126 <dt>Returns:</dt>
125 <dd> 127 <dd>
126 flag indicating less (boolean) 128 flag indicating less (boolean)
144 Class implementing the history manager. 146 Class implementing the history manager.
145 </p><h3>Signals</h3> 147 </p><h3>Signals</h3>
146 <dl> 148 <dl>
147 <dt>entryAdded(HistoryEntry)</dt> 149 <dt>entryAdded(HistoryEntry)</dt>
148 <dd> 150 <dd>
149 emitted after a history entry has been added 151 emitted after a history entry has been
152 added
150 </dd><dt>entryRemoved(HistoryEntry)</dt> 153 </dd><dt>entryRemoved(HistoryEntry)</dt>
151 <dd> 154 <dd>
152 emitted after a history entry has been removed 155 emitted after a history entry has been
156 removed
153 </dd><dt>entryUpdated(int)</dt> 157 </dd><dt>entryUpdated(int)</dt>
154 <dd> 158 <dd>
155 emitted after a history entry has been updated 159 emitted after a history entry has been updated
156 </dd><dt>historyCleared()</dt> 160 </dd><dt>historyCleared()</dt>
157 <dd> 161 <dd>
452 <dd> 456 <dd>
453 reference to the list of history entries to be set 457 reference to the list of history entries to be set
454 (list of HistoryEntry) 458 (list of HistoryEntry)
455 </dd><dt><i>loadedAndSorted</i></dt> 459 </dd><dt><i>loadedAndSorted</i></dt>
456 <dd> 460 <dd>
457 flag indicating that the list is sorted (boolean) 461 flag indicating that the list is sorted
462 (boolean)
458 </dd> 463 </dd>
459 </dl><a NAME="HistoryManager.updateHistoryEntry" ID="HistoryManager.updateHistoryEntry"></a> 464 </dl><a NAME="HistoryManager.updateHistoryEntry" ID="HistoryManager.updateHistoryEntry"></a>
460 <h4>HistoryManager.updateHistoryEntry</h4> 465 <h4>HistoryManager.updateHistoryEntry</h4>
461 <b>updateHistoryEntry</b>(<i>url, title</i>) 466 <b>updateHistoryEntry</b>(<i>url, title</i>)
462 <p> 467 <p>

eric ide

mercurial