src/eric7/Documentation/Source/eric7.WebBrowser.Bookmarks.BookmarksMenu.html

branch
eric7
changeset 10436
f6881d10e995
parent 9209
b99e7fd55fd3
child 10479
856476537696
equal deleted inserted replaced
10435:c712d09cc839 10436:f6881d10e995
143 <p> 143 <p>
144 Constructor 144 Constructor
145 </p> 145 </p>
146 <dl> 146 <dl>
147 147
148 <dt><i>parent</i></dt> 148 <dt><i>parent</i> (QWidget)</dt>
149 <dd> 149 <dd>
150 reference to the parent widget (QWidget) 150 reference to the parent widget
151 </dd> 151 </dd>
152 </dl> 152 </dl>
153 <a NAME="BookmarksMenu.__activated" ID="BookmarksMenu.__activated"></a> 153 <a NAME="BookmarksMenu.__activated" ID="BookmarksMenu.__activated"></a>
154 <h4>BookmarksMenu.__activated</h4> 154 <h4>BookmarksMenu.__activated</h4>
155 <b>__activated</b>(<i>idx</i>) 155 <b>__activated</b>(<i>idx</i>)
157 <p> 157 <p>
158 Private slot handling the activated signal. 158 Private slot handling the activated signal.
159 </p> 159 </p>
160 <dl> 160 <dl>
161 161
162 <dt><i>idx</i></dt> 162 <dt><i>idx</i> (QModelIndex)</dt>
163 <dd> 163 <dd>
164 index of the activated item (QModelIndex) 164 index of the activated item
165 </dd> 165 </dd>
166 </dl> 166 </dl>
167 <a NAME="BookmarksMenu.__contextMenuRequested" ID="BookmarksMenu.__contextMenuRequested"></a> 167 <a NAME="BookmarksMenu.__contextMenuRequested" ID="BookmarksMenu.__contextMenuRequested"></a>
168 <h4>BookmarksMenu.__contextMenuRequested</h4> 168 <h4>BookmarksMenu.__contextMenuRequested</h4>
169 <b>__contextMenuRequested</b>(<i>pos</i>) 169 <b>__contextMenuRequested</b>(<i>pos</i>)
171 <p> 171 <p>
172 Private slot to handle the context menu request. 172 Private slot to handle the context menu request.
173 </p> 173 </p>
174 <dl> 174 <dl>
175 175
176 <dt><i>pos</i></dt> 176 <dt><i>pos</i> (QPoint)</dt>
177 <dd> 177 <dd>
178 position the context menu shall be shown (QPoint) 178 position the context menu shall be shown
179 </dd> 179 </dd>
180 </dl> 180 </dl>
181 <a NAME="BookmarksMenu.__edit" ID="BookmarksMenu.__edit"></a> 181 <a NAME="BookmarksMenu.__edit" ID="BookmarksMenu.__edit"></a>
182 <h4>BookmarksMenu.__edit</h4> 182 <h4>BookmarksMenu.__edit</h4>
183 <b>__edit</b>(<i>act</i>) 183 <b>__edit</b>(<i>act</i>)
269 <p> 269 <p>
270 Private method to update the visit count of a bookmark. 270 Private method to update the visit count of a bookmark.
271 </p> 271 </p>
272 <dl> 272 <dl>
273 273
274 <dt><i>idx</i></dt> 274 <dt><i>idx</i> (QModelIndex)</dt>
275 <dd> 275 <dd>
276 index of the bookmark item (QModelIndex) 276 index of the bookmark item
277 </dd> 277 </dd>
278 </dl> 278 </dl>
279 <a NAME="BookmarksMenu.createBaseMenu" ID="BookmarksMenu.createBaseMenu"></a> 279 <a NAME="BookmarksMenu.createBaseMenu" ID="BookmarksMenu.createBaseMenu"></a>
280 <h4>BookmarksMenu.createBaseMenu</h4> 280 <h4>BookmarksMenu.createBaseMenu</h4>
281 <b>createBaseMenu</b>(<i></i>) 281 <b>createBaseMenu</b>(<i></i>)
284 Public method to get the menu that is used to populate sub menu's. 284 Public method to get the menu that is used to populate sub menu's.
285 </p> 285 </p>
286 <dl> 286 <dl>
287 <dt>Return:</dt> 287 <dt>Return:</dt>
288 <dd> 288 <dd>
289 reference to the menu (BookmarksMenu) 289 reference to the menu
290 </dd>
291 </dl>
292 <dl>
293 <dt>Return Type:</dt>
294 <dd>
295 BookmarksMenu
290 </dd> 296 </dd>
291 </dl> 297 </dl>
292 <a NAME="BookmarksMenu.openAll" ID="BookmarksMenu.openAll"></a> 298 <a NAME="BookmarksMenu.openAll" ID="BookmarksMenu.openAll"></a>
293 <h4>BookmarksMenu.openAll</h4> 299 <h4>BookmarksMenu.openAll</h4>
294 <b>openAll</b>(<i>act</i>) 300 <b>openAll</b>(<i>act</i>)
378 <p> 384 <p>
379 Constructor 385 Constructor
380 </p> 386 </p>
381 <dl> 387 <dl>
382 388
383 <dt><i>parent</i></dt> 389 <dt><i>parent</i> (QWidget)</dt>
384 <dd> 390 <dd>
385 reference to the parent widget (QWidget) 391 reference to the parent widget
386 </dd> 392 </dd>
387 </dl> 393 </dl>
388 <a NAME="BookmarksMenuBarMenu.__defaultBookmarkTriggered" ID="BookmarksMenuBarMenu.__defaultBookmarkTriggered"></a> 394 <a NAME="BookmarksMenuBarMenu.__defaultBookmarkTriggered" ID="BookmarksMenuBarMenu.__defaultBookmarkTriggered"></a>
389 <h4>BookmarksMenuBarMenu.__defaultBookmarkTriggered</h4> 395 <h4>BookmarksMenuBarMenu.__defaultBookmarkTriggered</h4>
390 <b>__defaultBookmarkTriggered</b>(<i>act</i>) 396 <b>__defaultBookmarkTriggered</b>(<i>act</i>)
414 Public method to add any actions before the tree. 420 Public method to add any actions before the tree.
415 </p> 421 </p>
416 <dl> 422 <dl>
417 <dt>Return:</dt> 423 <dt>Return:</dt>
418 <dd> 424 <dd>
419 flag indicating if any actions were added (boolean) 425 flag indicating if any actions were added
426 </dd>
427 </dl>
428 <dl>
429 <dt>Return Type:</dt>
430 <dd>
431 bool
420 </dd> 432 </dd>
421 </dl> 433 </dl>
422 <a NAME="BookmarksMenuBarMenu.setInitialActions" ID="BookmarksMenuBarMenu.setInitialActions"></a> 434 <a NAME="BookmarksMenuBarMenu.setInitialActions" ID="BookmarksMenuBarMenu.setInitialActions"></a>
423 <h4>BookmarksMenuBarMenu.setInitialActions</h4> 435 <h4>BookmarksMenuBarMenu.setInitialActions</h4>
424 <b>setInitialActions</b>(<i>actions</i>) 436 <b>setInitialActions</b>(<i>actions</i>)
427 Public method to set the list of actions that should appear first in 439 Public method to set the list of actions that should appear first in
428 the menu. 440 the menu.
429 </p> 441 </p>
430 <dl> 442 <dl>
431 443
432 <dt><i>actions</i></dt> 444 <dt><i>actions</i> (list of QAction)</dt>
433 <dd> 445 <dd>
434 list of initial actions (list of QAction) 446 list of initial actions
435 </dd> 447 </dd>
436 </dl> 448 </dl>
437 <div align="right"><a href="#top">Up</a></div> 449 <div align="right"><a href="#top">Up</a></div>
438 <hr /> 450 <hr />
439 </body></html> 451 </body></html>

eric ide

mercurial