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

changeset 5745
4f4316e83318
parent 5656
9c21b2746218
equal deleted inserted replaced
5744:d53474dcb9e6 5745:4f4316e83318
99 <td>Private slot to clear the history.</td> 99 <td>Private slot to clear the history.</td>
100 </tr><tr> 100 </tr><tr>
101 <td><a href="#HistoryMenu.__closedTabAvailable">__closedTabAvailable</a></td> 101 <td><a href="#HistoryMenu.__closedTabAvailable">__closedTabAvailable</a></td>
102 <td>Private slot to handle changes of the availability of closed tabs.</td> 102 <td>Private slot to handle changes of the availability of closed tabs.</td>
103 </tr><tr> 103 </tr><tr>
104 <td><a href="#HistoryMenu.__showHistoryDialog">__showHistoryDialog</a></td>
105 <td>Private slot to show the history dialog.</td>
106 </tr><tr>
107 <td><a href="#HistoryMenu.postPopulated">postPopulated</a></td> 104 <td><a href="#HistoryMenu.postPopulated">postPopulated</a></td>
108 <td>Public method to add any actions after the tree.</td> 105 <td>Public method to add any actions after the tree.</td>
109 </tr><tr> 106 </tr><tr>
110 <td><a href="#HistoryMenu.prePopulated">prePopulated</a></td> 107 <td><a href="#HistoryMenu.prePopulated">prePopulated</a></td>
111 <td>Public method to add any actions before the tree.</td> 108 <td>Public method to add any actions before the tree.</td>
112 </tr><tr> 109 </tr><tr>
113 <td><a href="#HistoryMenu.setInitialActions">setInitialActions</a></td> 110 <td><a href="#HistoryMenu.setInitialActions">setInitialActions</a></td>
114 <td>Public method to set the list of actions that should appear first in the menu.</td> 111 <td>Public method to set the list of actions that should appear first in the menu.</td>
112 </tr><tr>
113 <td><a href="#HistoryMenu.showHistoryDialog">showHistoryDialog</a></td>
114 <td>Public slot to show the history dialog.</td>
115 </tr> 115 </tr>
116 </table> 116 </table>
117 <h3>Static Methods</h3> 117 <h3>Static Methods</h3>
118 <table> 118 <table>
119 <tr><td>None</td></tr> 119 <tr><td>None</td></tr>
160 </p><dl> 160 </p><dl>
161 <dt><i>avail</i></dt> 161 <dt><i>avail</i></dt>
162 <dd> 162 <dd>
163 flag indicating the availability of closed tabs (boolean) 163 flag indicating the availability of closed tabs (boolean)
164 </dd> 164 </dd>
165 </dl><a NAME="HistoryMenu.__showHistoryDialog" ID="HistoryMenu.__showHistoryDialog"></a> 165 </dl><a NAME="HistoryMenu.postPopulated" ID="HistoryMenu.postPopulated"></a>
166 <h4>HistoryMenu.__showHistoryDialog</h4>
167 <b>__showHistoryDialog</b>(<i></i>)
168 <p>
169 Private slot to show the history dialog.
170 </p><a NAME="HistoryMenu.postPopulated" ID="HistoryMenu.postPopulated"></a>
171 <h4>HistoryMenu.postPopulated</h4> 166 <h4>HistoryMenu.postPopulated</h4>
172 <b>postPopulated</b>(<i></i>) 167 <b>postPopulated</b>(<i></i>)
173 <p> 168 <p>
174 Public method to add any actions after the tree. 169 Public method to add any actions after the tree.
175 </p><a NAME="HistoryMenu.prePopulated" ID="HistoryMenu.prePopulated"></a> 170 </p><a NAME="HistoryMenu.prePopulated" ID="HistoryMenu.prePopulated"></a>
191 </p><dl> 186 </p><dl>
192 <dt><i>actions</i></dt> 187 <dt><i>actions</i></dt>
193 <dd> 188 <dd>
194 list of initial actions (list of QAction) 189 list of initial actions (list of QAction)
195 </dd> 190 </dd>
196 </dl> 191 </dl><a NAME="HistoryMenu.showHistoryDialog" ID="HistoryMenu.showHistoryDialog"></a>
192 <h4>HistoryMenu.showHistoryDialog</h4>
193 <b>showHistoryDialog</b>(<i></i>)
194 <p>
195 Public slot to show the history dialog.
196 </p>
197 <div align="right"><a href="#top">Up</a></div> 197 <div align="right"><a href="#top">Up</a></div>
198 <hr /><hr /> 198 <hr /><hr />
199 <a NAME="HistoryMenuModel" ID="HistoryMenuModel"></a> 199 <a NAME="HistoryMenuModel" ID="HistoryMenuModel"></a>
200 <h2>HistoryMenuModel</h2> 200 <h2>HistoryMenuModel</h2>
201 <p> 201 <p>

eric ide

mercurial