45 <hr /><hr /> |
45 <hr /><hr /> |
46 <a NAME="HistoryMenu" ID="HistoryMenu"></a> |
46 <a NAME="HistoryMenu" ID="HistoryMenu"></a> |
47 <h2>HistoryMenu</h2> |
47 <h2>HistoryMenu</h2> |
48 <p> |
48 <p> |
49 Class implementing the history menu. |
49 Class implementing the history menu. |
50 </p><h4>Signals</h4> |
50 </p><h3>Signals</h3> |
51 <dl> |
51 <dl> |
52 <dt>newUrl(QUrl, str)</dt> |
52 <dt>newUrl(QUrl, str)</dt> |
53 <dd> |
53 <dd> |
54 emitted to open a URL in a new tab |
54 emitted to open a URL in a new tab |
55 </dd><dt>openUrl(QUrl, str)</dt> |
55 </dd><dt>openUrl(QUrl, str)</dt> |
61 E5ModelMenu |
61 E5ModelMenu |
62 <h3>Class Attributes</h3> |
62 <h3>Class Attributes</h3> |
63 <table> |
63 <table> |
64 <tr><td>None</td></tr> |
64 <tr><td>None</td></tr> |
65 </table> |
65 </table> |
|
66 <h3>Class Methods</h3> |
|
67 <table> |
|
68 <tr><td>None</td></tr> |
|
69 </table> |
66 <h3>Methods</h3> |
70 <h3>Methods</h3> |
67 <table> |
71 <table> |
68 <tr> |
72 <tr> |
69 <td><a href="#HistoryMenu.__init__">HistoryMenu</a></td> |
|
70 <td>Constructor</td> |
|
71 </tr><tr> |
|
72 <td><a href="#HistoryMenu.__activated">__activated</a></td> |
73 <td><a href="#HistoryMenu.__activated">__activated</a></td> |
73 <td>Private slot handling the activated signal.</td> |
74 <td>Private slot handling the activated signal.</td> |
74 </tr><tr> |
75 </tr><tr> |
75 <td><a href="#HistoryMenu.__clearHistoryDialog">__clearHistoryDialog</a></td> |
76 <td><a href="#HistoryMenu.__clearHistoryDialog">__clearHistoryDialog</a></td> |
76 <td>Private slot to clear the history.</td> |
77 <td>Private slot to clear the history.</td> |
85 <td>Public method to add any actions before the tree.</td> |
86 <td>Public method to add any actions before the tree.</td> |
86 </tr><tr> |
87 </tr><tr> |
87 <td><a href="#HistoryMenu.setInitialActions">setInitialActions</a></td> |
88 <td><a href="#HistoryMenu.setInitialActions">setInitialActions</a></td> |
88 <td>Public method to set the list of actions that should appear first in the menu.</td> |
89 <td>Public method to set the list of actions that should appear first in the menu.</td> |
89 </tr> |
90 </tr> |
|
91 </table> |
|
92 <h3>Static Methods</h3> |
|
93 <table> |
|
94 <tr><td>None</td></tr> |
90 </table> |
95 </table> |
91 <a NAME="HistoryMenu.__init__" ID="HistoryMenu.__init__"></a> |
96 <a NAME="HistoryMenu.__init__" ID="HistoryMenu.__init__"></a> |
92 <h4>HistoryMenu (Constructor)</h4> |
97 <h4>HistoryMenu (Constructor)</h4> |
93 <b>HistoryMenu</b>(<i>parent=None</i>) |
98 <b>HistoryMenu</b>(<i>parent=None</i>) |
94 <p> |
99 <p> |
157 QAbstractProxyModel |
162 QAbstractProxyModel |
158 <h3>Class Attributes</h3> |
163 <h3>Class Attributes</h3> |
159 <table> |
164 <table> |
160 <tr><td>MOVEDROWS</td></tr> |
165 <tr><td>MOVEDROWS</td></tr> |
161 </table> |
166 </table> |
|
167 <h3>Class Methods</h3> |
|
168 <table> |
|
169 <tr><td>None</td></tr> |
|
170 </table> |
162 <h3>Methods</h3> |
171 <h3>Methods</h3> |
163 <table> |
172 <table> |
164 <tr> |
173 <tr> |
165 <td><a href="#HistoryMenuModel.__init__">HistoryMenuModel</a></td> |
|
166 <td>Constructor</td> |
|
167 </tr><tr> |
|
168 <td><a href="#HistoryMenuModel.bumpedRows">bumpedRows</a></td> |
174 <td><a href="#HistoryMenuModel.bumpedRows">bumpedRows</a></td> |
169 <td>Public method to determine the number of rows moved to the root.</td> |
175 <td>Public method to determine the number of rows moved to the root.</td> |
170 </tr><tr> |
176 </tr><tr> |
171 <td><a href="#HistoryMenuModel.columnCount">columnCount</a></td> |
177 <td><a href="#HistoryMenuModel.columnCount">columnCount</a></td> |
172 <td>Public method to get the number of columns.</td> |
178 <td>Public method to get the number of columns.</td> |
187 <td>Public method to get the parent index.</td> |
193 <td>Public method to get the parent index.</td> |
188 </tr><tr> |
194 </tr><tr> |
189 <td><a href="#HistoryMenuModel.rowCount">rowCount</a></td> |
195 <td><a href="#HistoryMenuModel.rowCount">rowCount</a></td> |
190 <td>Public method to determine the number of rows.</td> |
196 <td>Public method to determine the number of rows.</td> |
191 </tr> |
197 </tr> |
|
198 </table> |
|
199 <h3>Static Methods</h3> |
|
200 <table> |
|
201 <tr><td>None</td></tr> |
192 </table> |
202 </table> |
193 <a NAME="HistoryMenuModel.__init__" ID="HistoryMenuModel.__init__"></a> |
203 <a NAME="HistoryMenuModel.__init__" ID="HistoryMenuModel.__init__"></a> |
194 <h4>HistoryMenuModel (Constructor)</h4> |
204 <h4>HistoryMenuModel (Constructor)</h4> |
195 <b>HistoryMenuModel</b>(<i>sourceModel, parent=None</i>) |
205 <b>HistoryMenuModel</b>(<i>sourceModel, parent=None</i>) |
196 <p> |
206 <p> |