138 <p> |
138 <p> |
139 Constructor |
139 Constructor |
140 </p> |
140 </p> |
141 <dl> |
141 <dl> |
142 |
142 |
143 <dt><i>parent</i></dt> |
143 <dt><i>parent</i> (QWidget)</dt> |
144 <dd> |
144 <dd> |
145 reference to the parent widget (QWidget |
145 reference to the parent widget |
146 </dd> |
146 </dd> |
147 <dt><i>manager</i></dt> |
147 <dt><i>manager</i> (HistoryManager)</dt> |
148 <dd> |
148 <dd> |
149 reference to the history manager object (HistoryManager) |
149 reference to the history manager object |
150 </dd> |
150 </dd> |
151 </dl> |
151 </dl> |
152 <a NAME="HistoryDialog.__activated" ID="HistoryDialog.__activated"></a> |
152 <a NAME="HistoryDialog.__activated" ID="HistoryDialog.__activated"></a> |
153 <h4>HistoryDialog.__activated</h4> |
153 <h4>HistoryDialog.__activated</h4> |
154 <b>__activated</b>(<i>idx</i>) |
154 <b>__activated</b>(<i>idx</i>) |
156 <p> |
156 <p> |
157 Private slot to handle the activation of an entry. |
157 Private slot to handle the activation of an entry. |
158 </p> |
158 </p> |
159 <dl> |
159 <dl> |
160 |
160 |
161 <dt><i>idx</i></dt> |
161 <dt><i>idx</i> (QModelIndex)</dt> |
162 <dd> |
162 <dd> |
163 reference to the entry index (QModelIndex) |
163 reference to the entry index |
164 </dd> |
164 </dd> |
165 </dl> |
165 </dl> |
166 <a NAME="HistoryDialog.__copyHistory" ID="HistoryDialog.__copyHistory"></a> |
166 <a NAME="HistoryDialog.__copyHistory" ID="HistoryDialog.__copyHistory"></a> |
167 <h4>HistoryDialog.__copyHistory</h4> |
167 <h4>HistoryDialog.__copyHistory</h4> |
168 <b>__copyHistory</b>(<i></i>) |
168 <b>__copyHistory</b>(<i></i>) |
177 <p> |
177 <p> |
178 Private slot to handle the context menu request for the bookmarks tree. |
178 Private slot to handle the context menu request for the bookmarks tree. |
179 </p> |
179 </p> |
180 <dl> |
180 <dl> |
181 |
181 |
182 <dt><i>pos</i></dt> |
182 <dt><i>pos</i> (QPoint)</dt> |
183 <dd> |
183 <dd> |
184 position the context menu was requested (QPoint) |
184 position the context menu was requested |
185 </dd> |
185 </dd> |
186 </dl> |
186 </dl> |
187 <a NAME="HistoryDialog.__modelReset" ID="HistoryDialog.__modelReset"></a> |
187 <a NAME="HistoryDialog.__modelReset" ID="HistoryDialog.__modelReset"></a> |
188 <h4>HistoryDialog.__modelReset</h4> |
188 <h4>HistoryDialog.__modelReset</h4> |
189 <b>__modelReset</b>(<i></i>) |
189 <b>__modelReset</b>(<i></i>) |
215 </dd> |
215 </dd> |
216 <dt><i>privateWindow</i> (bool)</dt> |
216 <dt><i>privateWindow</i> (bool)</dt> |
217 <dd> |
217 <dd> |
218 flag indicating to open the bookmark in a new |
218 flag indicating to open the bookmark in a new |
219 private window |
219 private window |
220 (boolean) |
|
221 </dd> |
220 </dd> |
222 </dl> |
221 </dl> |
223 <a NAME="HistoryDialog.__openHistoryInCurrentTab" ID="HistoryDialog.__openHistoryInCurrentTab"></a> |
222 <a NAME="HistoryDialog.__openHistoryInCurrentTab" ID="HistoryDialog.__openHistoryInCurrentTab"></a> |
224 <h4>HistoryDialog.__openHistoryInCurrentTab</h4> |
223 <h4>HistoryDialog.__openHistoryInCurrentTab</h4> |
225 <b>__openHistoryInCurrentTab</b>(<i></i>) |
224 <b>__openHistoryInCurrentTab</b>(<i></i>) |