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

changeset 1228
7afaf2fca55b
parent 945
8cd4d08fa9f6
child 1229
a8207dc73672
equal deleted inserted replaced
1227:c5db073a124f 1228:7afaf2fca55b
53 QCompleter 53 QCompleter
54 <h3>Class Attributes</h3> 54 <h3>Class Attributes</h3>
55 <table> 55 <table>
56 <tr><td>None</td></tr> 56 <tr><td>None</td></tr>
57 </table> 57 </table>
58 <h3>Class Methods</h3>
59 <table>
60 <tr><td>None</td></tr>
61 </table>
58 <h3>Methods</h3> 62 <h3>Methods</h3>
59 <table> 63 <table>
60 <tr> 64 <tr>
61 <td><a href="#HistoryCompleter.__init__">HistoryCompleter</a></td>
62 <td>Constructor</td>
63 </tr><tr>
64 <td><a href="#HistoryCompleter.__updateFilter">__updateFilter</a></td> 65 <td><a href="#HistoryCompleter.__updateFilter">__updateFilter</a></td>
65 <td>Private slot to update the search string.</td> 66 <td>Private slot to update the search string.</td>
66 </tr><tr> 67 </tr><tr>
67 <td><a href="#HistoryCompleter.pathFromIndex">pathFromIndex</a></td> 68 <td><a href="#HistoryCompleter.pathFromIndex">pathFromIndex</a></td>
68 <td>Public method to get a path for a given index.</td> 69 <td>Public method to get a path for a given index.</td>
69 </tr><tr> 70 </tr><tr>
70 <td><a href="#HistoryCompleter.splitPath">splitPath</a></td> 71 <td><a href="#HistoryCompleter.splitPath">splitPath</a></td>
71 <td>Public method to split the given path into strings, that are used to match at each level in the model.</td> 72 <td>Public method to split the given path into strings, that are used to match at each level in the model.</td>
72 </tr> 73 </tr>
74 </table>
75 <h3>Static Methods</h3>
76 <table>
77 <tr><td>None</td></tr>
73 </table> 78 </table>
74 <a NAME="HistoryCompleter.__init__" ID="HistoryCompleter.__init__"></a> 79 <a NAME="HistoryCompleter.__init__" ID="HistoryCompleter.__init__"></a>
75 <h4>HistoryCompleter (Constructor)</h4> 80 <h4>HistoryCompleter (Constructor)</h4>
76 <b>HistoryCompleter</b>(<i>model, parent=None</i>) 81 <b>HistoryCompleter</b>(<i>model, parent=None</i>)
77 <p> 82 <p>
132 QSortFilterProxyModel 137 QSortFilterProxyModel
133 <h3>Class Attributes</h3> 138 <h3>Class Attributes</h3>
134 <table> 139 <table>
135 <tr><td>HistoryCompletionRole</td></tr> 140 <tr><td>HistoryCompletionRole</td></tr>
136 </table> 141 </table>
142 <h3>Class Methods</h3>
143 <table>
144 <tr><td>None</td></tr>
145 </table>
137 <h3>Methods</h3> 146 <h3>Methods</h3>
138 <table> 147 <table>
139 <tr> 148 <tr>
140 <td><a href="#HistoryCompletionModel.__init__">HistoryCompletionModel</a></td>
141 <td>Constructor</td>
142 </tr><tr>
143 <td><a href="#HistoryCompletionModel.data">data</a></td> 149 <td><a href="#HistoryCompletionModel.data">data</a></td>
144 <td>Public method to get data from the model.</td> 150 <td>Public method to get data from the model.</td>
145 </tr><tr> 151 </tr><tr>
146 <td><a href="#HistoryCompletionModel.filterAcceptsRow">filterAcceptsRow</a></td> 152 <td><a href="#HistoryCompletionModel.filterAcceptsRow">filterAcceptsRow</a></td>
147 <td>Protected method to determine, if the row is acceptable.</td> 153 <td>Protected method to determine, if the row is acceptable.</td>
159 <td>Public method to set the current search string.</td> 165 <td>Public method to set the current search string.</td>
160 </tr><tr> 166 </tr><tr>
161 <td><a href="#HistoryCompletionModel.setValid">setValid</a></td> 167 <td><a href="#HistoryCompletionModel.setValid">setValid</a></td>
162 <td>Public method to set the model's validity.</td> 168 <td>Public method to set the model's validity.</td>
163 </tr> 169 </tr>
170 </table>
171 <h3>Static Methods</h3>
172 <table>
173 <tr><td>None</td></tr>
164 </table> 174 </table>
165 <a NAME="HistoryCompletionModel.__init__" ID="HistoryCompletionModel.__init__"></a> 175 <a NAME="HistoryCompletionModel.__init__" ID="HistoryCompletionModel.__init__"></a>
166 <h4>HistoryCompletionModel (Constructor)</h4> 176 <h4>HistoryCompletionModel (Constructor)</h4>
167 <b>HistoryCompletionModel</b>(<i>parent=None</i>) 177 <b>HistoryCompletionModel</b>(<i>parent=None</i>)
168 <p> 178 <p>
286 QTableView 296 QTableView
287 <h3>Class Attributes</h3> 297 <h3>Class Attributes</h3>
288 <table> 298 <table>
289 <tr><td>None</td></tr> 299 <tr><td>None</td></tr>
290 </table> 300 </table>
301 <h3>Class Methods</h3>
302 <table>
303 <tr><td>None</td></tr>
304 </table>
291 <h3>Methods</h3> 305 <h3>Methods</h3>
292 <table> 306 <table>
293 <tr> 307 <tr>
294 <td><a href="#HistoryCompletionView.__init__">HistoryCompletionView</a></td>
295 <td>Constructor</td>
296 </tr><tr>
297 <td><a href="#HistoryCompletionView.resizeEvent">resizeEvent</a></td> 308 <td><a href="#HistoryCompletionView.resizeEvent">resizeEvent</a></td>
298 <td>Protected method handling resize events.</td> 309 <td>Protected method handling resize events.</td>
299 </tr><tr> 310 </tr><tr>
300 <td><a href="#HistoryCompletionView.sizeHintForRow">sizeHintForRow</a></td> 311 <td><a href="#HistoryCompletionView.sizeHintForRow">sizeHintForRow</a></td>
301 <td>Public method to give a size hint for rows.</td> 312 <td>Public method to give a size hint for rows.</td>
302 </tr> 313 </tr>
314 </table>
315 <h3>Static Methods</h3>
316 <table>
317 <tr><td>None</td></tr>
303 </table> 318 </table>
304 <a NAME="HistoryCompletionView.__init__" ID="HistoryCompletionView.__init__"></a> 319 <a NAME="HistoryCompletionView.__init__" ID="HistoryCompletionView.__init__"></a>
305 <h4>HistoryCompletionView (Constructor)</h4> 320 <h4>HistoryCompletionView (Constructor)</h4>
306 <b>HistoryCompletionView</b>(<i>parent=None</i>) 321 <b>HistoryCompletionView</b>(<i>parent=None</i>)
307 <p> 322 <p>

eric ide

mercurial