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

changeset 5038
df7103c3f2a6
parent 4918
71caf42a13d8
equal deleted inserted replaced
5037:b2b37d7c0791 5038:df7103c3f2a6
43 <h2>HistoryDialog</h2> 43 <h2>HistoryDialog</h2>
44 <p> 44 <p>
45 Class implementing a dialog to manage history. 45 Class implementing a dialog to manage history.
46 </p><h3>Signals</h3> 46 </p><h3>Signals</h3>
47 <dl> 47 <dl>
48 <dt>newUrl(QUrl, str)</dt> 48 <dt>newBackgroundTab(QUrl, str)</dt>
49 <dd>
50 emitted to open a URL in a new
51 background tab
52 </dd><dt>newPrivateWindow(QUrl, str)</dt>
53 <dd>
54 emitted to open a URL in a new
55 private window
56 </dd><dt>newTab(QUrl, str)</dt>
49 <dd> 57 <dd>
50 emitted to open a URL in a new tab 58 emitted to open a URL in a new tab
59 </dd><dt>newWindow(QUrl, str)</dt>
60 <dd>
61 emitted to open a URL in a new window
51 </dd><dt>openUrl(QUrl, str)</dt> 62 </dd><dt>openUrl(QUrl, str)</dt>
52 <dd> 63 <dd>
53 emitted to open a URL in the current tab 64 emitted to open a URL in the current tab
54 </dd> 65 </dd>
55 </dl> 66 </dl>
85 <td>Private method to open a history entry.</td> 96 <td>Private method to open a history entry.</td>
86 </tr><tr> 97 </tr><tr>
87 <td><a href="#HistoryDialog.__openHistoryInCurrentTab">__openHistoryInCurrentTab</a></td> 98 <td><a href="#HistoryDialog.__openHistoryInCurrentTab">__openHistoryInCurrentTab</a></td>
88 <td>Private slot to open a history entry in the current browser tab.</td> 99 <td>Private slot to open a history entry in the current browser tab.</td>
89 </tr><tr> 100 </tr><tr>
101 <td><a href="#HistoryDialog.__openHistoryInNewBackgroundTab">__openHistoryInNewBackgroundTab</a></td>
102 <td>Private slot to open a history entry in a new background tab.</td>
103 </tr><tr>
90 <td><a href="#HistoryDialog.__openHistoryInNewTab">__openHistoryInNewTab</a></td> 104 <td><a href="#HistoryDialog.__openHistoryInNewTab">__openHistoryInNewTab</a></td>
91 <td>Private slot to open a history entry in a new browser tab.</td> 105 <td>Private slot to open a history entry in a new browser tab.</td>
106 </tr><tr>
107 <td><a href="#HistoryDialog.__openHistoryInNewWindow">__openHistoryInNewWindow</a></td>
108 <td>Private slot to open a history entry in a new browser window.</td>
109 </tr><tr>
110 <td><a href="#HistoryDialog.__openHistoryInPrivateWindow">__openHistoryInPrivateWindow</a></td>
111 <td>Private slot to open a history entry in a new private browser window.</td>
92 </tr> 112 </tr>
93 </table> 113 </table>
94 <h3>Static Methods</h3> 114 <h3>Static Methods</h3>
95 <table> 115 <table>
96 <tr><td>None</td></tr> 116 <tr><td>None</td></tr>
138 <b>__modelReset</b>(<i></i>) 158 <b>__modelReset</b>(<i></i>)
139 <p> 159 <p>
140 Private slot handling a reset of the tree view's model. 160 Private slot handling a reset of the tree view's model.
141 </p><a NAME="HistoryDialog.__openHistory" ID="HistoryDialog.__openHistory"></a> 161 </p><a NAME="HistoryDialog.__openHistory" ID="HistoryDialog.__openHistory"></a>
142 <h4>HistoryDialog.__openHistory</h4> 162 <h4>HistoryDialog.__openHistory</h4>
143 <b>__openHistory</b>(<i>newTab</i>) 163 <b>__openHistory</b>(<i>newTab=False, background=False, newWindow=False, privateWindow=False</i>)
144 <p> 164 <p>
145 Private method to open a history entry. 165 Private method to open a history entry.
146 </p><dl> 166 </p><dl>
147 <dt><i>newTab</i></dt> 167 <dt><i>newTab</i> (bool)</dt>
148 <dd> 168 <dd>
149 flag indicating to open the history entry in a new tab 169 flag indicating to open the feed message in a new tab
170 </dd><dt><i>background</i> (bool)</dt>
171 <dd>
172 flag indicating to open the bookmark in a new
173 background tab
174 </dd><dt><i>newWindow</i> (bool)</dt>
175 <dd>
176 flag indicating to open the bookmark in a new window
177 </dd><dt><i>privateWindow</i> (bool)</dt>
178 <dd>
179 flag indicating to open the bookmark in a new
180 private window
150 (boolean) 181 (boolean)
151 </dd> 182 </dd>
152 </dl><a NAME="HistoryDialog.__openHistoryInCurrentTab" ID="HistoryDialog.__openHistoryInCurrentTab"></a> 183 </dl><a NAME="HistoryDialog.__openHistoryInCurrentTab" ID="HistoryDialog.__openHistoryInCurrentTab"></a>
153 <h4>HistoryDialog.__openHistoryInCurrentTab</h4> 184 <h4>HistoryDialog.__openHistoryInCurrentTab</h4>
154 <b>__openHistoryInCurrentTab</b>(<i></i>) 185 <b>__openHistoryInCurrentTab</b>(<i></i>)
155 <p> 186 <p>
156 Private slot to open a history entry in the current browser tab. 187 Private slot to open a history entry in the current browser tab.
188 </p><a NAME="HistoryDialog.__openHistoryInNewBackgroundTab" ID="HistoryDialog.__openHistoryInNewBackgroundTab"></a>
189 <h4>HistoryDialog.__openHistoryInNewBackgroundTab</h4>
190 <b>__openHistoryInNewBackgroundTab</b>(<i></i>)
191 <p>
192 Private slot to open a history entry in a new background tab.
157 </p><a NAME="HistoryDialog.__openHistoryInNewTab" ID="HistoryDialog.__openHistoryInNewTab"></a> 193 </p><a NAME="HistoryDialog.__openHistoryInNewTab" ID="HistoryDialog.__openHistoryInNewTab"></a>
158 <h4>HistoryDialog.__openHistoryInNewTab</h4> 194 <h4>HistoryDialog.__openHistoryInNewTab</h4>
159 <b>__openHistoryInNewTab</b>(<i></i>) 195 <b>__openHistoryInNewTab</b>(<i></i>)
160 <p> 196 <p>
161 Private slot to open a history entry in a new browser tab. 197 Private slot to open a history entry in a new browser tab.
198 </p><a NAME="HistoryDialog.__openHistoryInNewWindow" ID="HistoryDialog.__openHistoryInNewWindow"></a>
199 <h4>HistoryDialog.__openHistoryInNewWindow</h4>
200 <b>__openHistoryInNewWindow</b>(<i></i>)
201 <p>
202 Private slot to open a history entry in a new browser window.
203 </p><a NAME="HistoryDialog.__openHistoryInPrivateWindow" ID="HistoryDialog.__openHistoryInPrivateWindow"></a>
204 <h4>HistoryDialog.__openHistoryInPrivateWindow</h4>
205 <b>__openHistoryInPrivateWindow</b>(<i></i>)
206 <p>
207 Private slot to open a history entry in a new private browser window.
162 </p> 208 </p>
163 <div align="right"><a href="#top">Up</a></div> 209 <div align="right"><a href="#top">Up</a></div>
164 <hr /> 210 <hr />
165 </body></html> 211 </body></html>

eric ide

mercurial