140 <p> |
140 <p> |
141 Constructor |
141 Constructor |
142 </p> |
142 </p> |
143 <dl> |
143 <dl> |
144 |
144 |
145 <dt><i>mainWindow</i></dt> |
145 <dt><i>mainWindow</i> (WebBrowserWindow)</dt> |
146 <dd> |
146 <dd> |
147 reference to the main window (WebBrowserWindow) |
147 reference to the main window |
148 </dd> |
148 </dd> |
149 <dt><i>model</i></dt> |
149 <dt><i>model</i> (BookmarksModel)</dt> |
150 <dd> |
150 <dd> |
151 reference to the bookmarks model (BookmarksModel) |
151 reference to the bookmarks model |
152 </dd> |
152 </dd> |
153 <dt><i>parent</i></dt> |
153 <dt><i>parent</i> (QWidget)</dt> |
154 <dd> |
154 <dd> |
155 reference to the parent widget (QWidget) |
155 reference to the parent widget |
156 </dd> |
156 </dd> |
157 </dl> |
157 </dl> |
158 <a NAME="BookmarksToolBar.__bookmarkActivated" ID="BookmarksToolBar.__bookmarkActivated"></a> |
158 <a NAME="BookmarksToolBar.__bookmarkActivated" ID="BookmarksToolBar.__bookmarkActivated"></a> |
159 <h4>BookmarksToolBar.__bookmarkActivated</h4> |
159 <h4>BookmarksToolBar.__bookmarkActivated</h4> |
160 <b>__bookmarkActivated</b>(<i>idx</i>) |
160 <b>__bookmarkActivated</b>(<i>idx</i>) |
162 <p> |
162 <p> |
163 Private slot handling the activation of a bookmark. |
163 Private slot handling the activation of a bookmark. |
164 </p> |
164 </p> |
165 <dl> |
165 <dl> |
166 |
166 |
167 <dt><i>idx</i></dt> |
167 <dt><i>idx</i> (QModelIndex)</dt> |
168 <dd> |
168 <dd> |
169 index of the activated bookmark (QModelIndex) |
169 index of the activated bookmark |
170 </dd> |
170 </dd> |
171 </dl> |
171 </dl> |
172 <a NAME="BookmarksToolBar.__contextMenuRequested" ID="BookmarksToolBar.__contextMenuRequested"></a> |
172 <a NAME="BookmarksToolBar.__contextMenuRequested" ID="BookmarksToolBar.__contextMenuRequested"></a> |
173 <h4>BookmarksToolBar.__contextMenuRequested</h4> |
173 <h4>BookmarksToolBar.__contextMenuRequested</h4> |
174 <b>__contextMenuRequested</b>(<i>pos</i>) |
174 <b>__contextMenuRequested</b>(<i>pos</i>) |
176 <p> |
176 <p> |
177 Private slot to handle the context menu request. |
177 Private slot to handle the context menu request. |
178 </p> |
178 </p> |
179 <dl> |
179 <dl> |
180 |
180 |
181 <dt><i>pos</i></dt> |
181 <dt><i>pos</i> (QPoint)</dt> |
182 <dd> |
182 <dd> |
183 position the context menu shall be shown (QPoint) |
183 position the context menu shall be shown |
184 </dd> |
184 </dd> |
185 </dl> |
185 </dl> |
186 <a NAME="BookmarksToolBar.__edit" ID="BookmarksToolBar.__edit"></a> |
186 <a NAME="BookmarksToolBar.__edit" ID="BookmarksToolBar.__edit"></a> |
187 <h4>BookmarksToolBar.__edit</h4> |
187 <h4>BookmarksToolBar.__edit</h4> |
188 <b>__edit</b>(<i>act</i>) |
188 <b>__edit</b>(<i>act</i>) |
295 <p> |
295 <p> |
296 Private method to update the visit count of a bookmark. |
296 Private method to update the visit count of a bookmark. |
297 </p> |
297 </p> |
298 <dl> |
298 <dl> |
299 |
299 |
300 <dt><i>idx</i></dt> |
300 <dt><i>idx</i> (QModelIndex)</dt> |
301 <dd> |
301 <dd> |
302 index of the bookmark item (QModelIndex) |
302 index of the bookmark item |
303 </dd> |
303 </dd> |
304 </dl> |
304 </dl> |
305 <a NAME="BookmarksToolBar._createMenu" ID="BookmarksToolBar._createMenu"></a> |
305 <a NAME="BookmarksToolBar._createMenu" ID="BookmarksToolBar._createMenu"></a> |
306 <h4>BookmarksToolBar._createMenu</h4> |
306 <h4>BookmarksToolBar._createMenu</h4> |
307 <b>_createMenu</b>(<i></i>) |
307 <b>_createMenu</b>(<i></i>) |