77 <table> |
77 <table> |
78 <tr> |
78 <tr> |
79 <td><a href="#HistoryMenu.__init__">HistoryMenu</a></td> |
79 <td><a href="#HistoryMenu.__init__">HistoryMenu</a></td> |
80 <td>Constructor</td> |
80 <td>Constructor</td> |
81 </tr><tr> |
81 </tr><tr> |
|
82 <td><a href="#HistoryMenu.__aboutToShowClosedTabsMenu">__aboutToShowClosedTabsMenu</a></td> |
|
83 <td>Private slot to populate the closed tabs menu.</td> |
|
84 </tr><tr> |
82 <td><a href="#HistoryMenu.__activated">__activated</a></td> |
85 <td><a href="#HistoryMenu.__activated">__activated</a></td> |
83 <td>Private slot handling the activated signal.</td> |
86 <td>Private slot handling the activated signal.</td> |
84 </tr><tr> |
87 </tr><tr> |
85 <td><a href="#HistoryMenu.__clearHistoryDialog">__clearHistoryDialog</a></td> |
88 <td><a href="#HistoryMenu.__clearHistoryDialog">__clearHistoryDialog</a></td> |
86 <td>Private slot to clear the history.</td> |
89 <td>Private slot to clear the history.</td> |
|
90 </tr><tr> |
|
91 <td><a href="#HistoryMenu.__closedTabAvailable">__closedTabAvailable</a></td> |
|
92 <td>Private slot to handle changes of the availability of closed tabs.</td> |
87 </tr><tr> |
93 </tr><tr> |
88 <td><a href="#HistoryMenu.__showHistoryDialog">__showHistoryDialog</a></td> |
94 <td><a href="#HistoryMenu.__showHistoryDialog">__showHistoryDialog</a></td> |
89 <td>Private slot to show the history dialog.</td> |
95 <td>Private slot to show the history dialog.</td> |
90 </tr><tr> |
96 </tr><tr> |
91 <td><a href="#HistoryMenu.postPopulated">postPopulated</a></td> |
97 <td><a href="#HistoryMenu.postPopulated">postPopulated</a></td> |
102 <table> |
108 <table> |
103 <tr><td>None</td></tr> |
109 <tr><td>None</td></tr> |
104 </table> |
110 </table> |
105 <a NAME="HistoryMenu.__init__" ID="HistoryMenu.__init__"></a> |
111 <a NAME="HistoryMenu.__init__" ID="HistoryMenu.__init__"></a> |
106 <h4>HistoryMenu (Constructor)</h4> |
112 <h4>HistoryMenu (Constructor)</h4> |
107 <b>HistoryMenu</b>(<i>parent=None</i>) |
113 <b>HistoryMenu</b>(<i>parent=None, tabWidget=None</i>) |
108 <p> |
114 <p> |
109 Constructor |
115 Constructor |
110 </p><dl> |
116 </p><dl> |
111 <dt><i>parent</i></dt> |
117 <dt><i>parent</i></dt> |
112 <dd> |
118 <dd> |
113 reference to the parent widget (QWidget) |
119 reference to the parent widget (QWidget) |
114 </dd> |
120 </dd><dt><i>tabWidget</i></dt> |
115 </dl><a NAME="HistoryMenu.__activated" ID="HistoryMenu.__activated"></a> |
121 <dd> |
|
122 reference to the tab widget managing the browser |
|
123 tabs (HelpTabWidget |
|
124 </dd> |
|
125 </dl><a NAME="HistoryMenu.__aboutToShowClosedTabsMenu" ID="HistoryMenu.__aboutToShowClosedTabsMenu"></a> |
|
126 <h4>HistoryMenu.__aboutToShowClosedTabsMenu</h4> |
|
127 <b>__aboutToShowClosedTabsMenu</b>(<i></i>) |
|
128 <p> |
|
129 Private slot to populate the closed tabs menu. |
|
130 </p><a NAME="HistoryMenu.__activated" ID="HistoryMenu.__activated"></a> |
116 <h4>HistoryMenu.__activated</h4> |
131 <h4>HistoryMenu.__activated</h4> |
117 <b>__activated</b>(<i>idx</i>) |
132 <b>__activated</b>(<i>idx</i>) |
118 <p> |
133 <p> |
119 Private slot handling the activated signal. |
134 Private slot handling the activated signal. |
120 </p><dl> |
135 </p><dl> |
125 </dl><a NAME="HistoryMenu.__clearHistoryDialog" ID="HistoryMenu.__clearHistoryDialog"></a> |
140 </dl><a NAME="HistoryMenu.__clearHistoryDialog" ID="HistoryMenu.__clearHistoryDialog"></a> |
126 <h4>HistoryMenu.__clearHistoryDialog</h4> |
141 <h4>HistoryMenu.__clearHistoryDialog</h4> |
127 <b>__clearHistoryDialog</b>(<i></i>) |
142 <b>__clearHistoryDialog</b>(<i></i>) |
128 <p> |
143 <p> |
129 Private slot to clear the history. |
144 Private slot to clear the history. |
130 </p><a NAME="HistoryMenu.__showHistoryDialog" ID="HistoryMenu.__showHistoryDialog"></a> |
145 </p><a NAME="HistoryMenu.__closedTabAvailable" ID="HistoryMenu.__closedTabAvailable"></a> |
|
146 <h4>HistoryMenu.__closedTabAvailable</h4> |
|
147 <b>__closedTabAvailable</b>(<i>avail</i>) |
|
148 <p> |
|
149 Private slot to handle changes of the availability of closed tabs. |
|
150 </p><dl> |
|
151 <dt><i>avail</i></dt> |
|
152 <dd> |
|
153 flag indicating the availability of closed tabs (boolean) |
|
154 </dd> |
|
155 </dl><a NAME="HistoryMenu.__showHistoryDialog" ID="HistoryMenu.__showHistoryDialog"></a> |
131 <h4>HistoryMenu.__showHistoryDialog</h4> |
156 <h4>HistoryMenu.__showHistoryDialog</h4> |
132 <b>__showHistoryDialog</b>(<i></i>) |
157 <b>__showHistoryDialog</b>(<i></i>) |
133 <p> |
158 <p> |
134 Private slot to show the history dialog. |
159 Private slot to show the history dialog. |
135 </p><a NAME="HistoryMenu.postPopulated" ID="HistoryMenu.postPopulated"></a> |
160 </p><a NAME="HistoryMenu.postPopulated" ID="HistoryMenu.postPopulated"></a> |