161 <p> |
161 <p> |
162 Constructor |
162 Constructor |
163 </p> |
163 </p> |
164 <dl> |
164 <dl> |
165 |
165 |
166 <dt><i>parent</i></dt> |
166 <dt><i>parent</i> (QWidge)</dt> |
167 <dd> |
167 <dd> |
168 reference to the parent widget (QWidget |
168 reference to the parent widget |
169 </dd> |
169 </dd> |
170 <dt><i>manager</i></dt> |
170 <dt><i>manager</i> (BookmarksManager)</dt> |
171 <dd> |
171 <dd> |
172 reference to the bookmarks manager object |
172 reference to the bookmarks manager object |
173 (BookmarksManager) |
|
174 </dd> |
173 </dd> |
175 </dl> |
174 </dl> |
176 <a NAME="BookmarksDialog.__activated" ID="BookmarksDialog.__activated"></a> |
175 <a NAME="BookmarksDialog.__activated" ID="BookmarksDialog.__activated"></a> |
177 <h4>BookmarksDialog.__activated</h4> |
176 <h4>BookmarksDialog.__activated</h4> |
178 <b>__activated</b>(<i>idx</i>) |
177 <b>__activated</b>(<i>idx</i>) |
180 <p> |
179 <p> |
181 Private slot to handle the activation of an entry. |
180 Private slot to handle the activation of an entry. |
182 </p> |
181 </p> |
183 <dl> |
182 <dl> |
184 |
183 |
185 <dt><i>idx</i></dt> |
184 <dt><i>idx</i> (QModelIndex)</dt> |
186 <dd> |
185 <dd> |
187 reference to the entry index (QModelIndex) |
186 reference to the entry index |
188 </dd> |
187 </dd> |
189 </dl> |
188 </dl> |
190 <a NAME="BookmarksDialog.__customContextMenuRequested" ID="BookmarksDialog.__customContextMenuRequested"></a> |
189 <a NAME="BookmarksDialog.__customContextMenuRequested" ID="BookmarksDialog.__customContextMenuRequested"></a> |
191 <h4>BookmarksDialog.__customContextMenuRequested</h4> |
190 <h4>BookmarksDialog.__customContextMenuRequested</h4> |
192 <b>__customContextMenuRequested</b>(<i>pos</i>) |
191 <b>__customContextMenuRequested</b>(<i>pos</i>) |
194 <p> |
193 <p> |
195 Private slot to handle the context menu request for the bookmarks tree. |
194 Private slot to handle the context menu request for the bookmarks tree. |
196 </p> |
195 </p> |
197 <dl> |
196 <dl> |
198 |
197 |
199 <dt><i>pos</i></dt> |
198 <dt><i>pos</i> (QPoint)</dt> |
200 <dd> |
199 <dd> |
201 position the context menu was requested (QPoint) |
200 position the context menu was requested |
202 </dd> |
201 </dd> |
203 </dl> |
202 </dl> |
204 <a NAME="BookmarksDialog.__edit" ID="BookmarksDialog.__edit"></a> |
203 <a NAME="BookmarksDialog.__edit" ID="BookmarksDialog.__edit"></a> |
205 <h4>BookmarksDialog.__edit</h4> |
204 <h4>BookmarksDialog.__edit</h4> |
206 <b>__edit</b>(<i></i>) |
205 <b>__edit</b>(<i></i>) |
229 <p> |
228 <p> |
230 Private method to expand all child nodes of a node. |
229 Private method to expand all child nodes of a node. |
231 </p> |
230 </p> |
232 <dl> |
231 <dl> |
233 |
232 |
234 <dt><i>node</i></dt> |
233 <dt><i>node</i> (BookmarkNode)</dt> |
235 <dd> |
234 <dd> |
236 reference to the bookmark node to expand (BookmarkNode) |
235 reference to the bookmark node to expand |
237 </dd> |
236 </dd> |
238 </dl> |
237 </dl> |
239 <a NAME="BookmarksDialog.__newFolder" ID="BookmarksDialog.__newFolder"></a> |
238 <a NAME="BookmarksDialog.__newFolder" ID="BookmarksDialog.__newFolder"></a> |
240 <h4>BookmarksDialog.__newFolder</h4> |
239 <h4>BookmarksDialog.__newFolder</h4> |
241 <b>__newFolder</b>(<i></i>) |
240 <b>__newFolder</b>(<i></i>) |
313 <p> |
312 <p> |
314 Private method to save the child nodes of an expanded node. |
313 Private method to save the child nodes of an expanded node. |
315 </p> |
314 </p> |
316 <dl> |
315 <dl> |
317 |
316 |
318 <dt><i>parent</i></dt> |
317 <dt><i>parent</i> (QModelIndex)</dt> |
319 <dd> |
318 <dd> |
320 index of the parent node (QModelIndex) |
319 index of the parent node |
321 </dd> |
320 </dd> |
322 </dl> |
321 </dl> |
323 <dl> |
322 <dl> |
324 <dt>Return:</dt> |
323 <dt>Return:</dt> |
325 <dd> |
324 <dd> |
326 flag indicating a change (boolean) |
325 flag indicating a change |
|
326 </dd> |
|
327 </dl> |
|
328 <dl> |
|
329 <dt>Return Type:</dt> |
|
330 <dd> |
|
331 bool |
327 </dd> |
332 </dd> |
328 </dl> |
333 </dl> |
329 <a NAME="BookmarksDialog.__shutdown" ID="BookmarksDialog.__shutdown"></a> |
334 <a NAME="BookmarksDialog.__shutdown" ID="BookmarksDialog.__shutdown"></a> |
330 <h4>BookmarksDialog.__shutdown</h4> |
335 <h4>BookmarksDialog.__shutdown</h4> |
331 <b>__shutdown</b>(<i></i>) |
336 <b>__shutdown</b>(<i></i>) |
340 <p> |
345 <p> |
341 Protected method to handle the closing of the dialog. |
346 Protected method to handle the closing of the dialog. |
342 </p> |
347 </p> |
343 <dl> |
348 <dl> |
344 |
349 |
345 <dt><i>evt</i></dt> |
350 <dt><i>evt</i> (QCloseEvent)</dt> |
346 <dd> |
351 <dd> |
347 reference to the event object (QCloseEvent) (ignored) |
352 reference to the event object (ignored) |
348 </dd> |
353 </dd> |
349 </dl> |
354 </dl> |
350 <a NAME="BookmarksDialog.reject" ID="BookmarksDialog.reject"></a> |
355 <a NAME="BookmarksDialog.reject" ID="BookmarksDialog.reject"></a> |
351 <h4>BookmarksDialog.reject</h4> |
356 <h4>BookmarksDialog.reject</h4> |
352 <b>reject</b>(<i></i>) |
357 <b>reject</b>(<i></i>) |