eric6/Documentation/Source/eric6.Helpviewer.Bookmarks.BookmarksToolBar.html

changeset 7220
5cf645f6daab
parent 7218
eaf2cf171f3a
parent 7211
1c97f3142fa8
child 7221
0485ccdf7877
diff -r eaf2cf171f3a -r 5cf645f6daab eric6/Documentation/Source/eric6.Helpviewer.Bookmarks.BookmarksToolBar.html
--- a/eric6/Documentation/Source/eric6.Helpviewer.Bookmarks.BookmarksToolBar.html	Sat Sep 07 14:45:27 2019 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,211 +0,0 @@
-<!DOCTYPE html>
-<html><head>
-<title>eric6.Helpviewer.Bookmarks.BookmarksToolBar</title>
-<meta charset="UTF-8">
-<style>
-body {
-    background: #EDECE6;
-    margin: 0em 1em 10em 1em;
-    color: black;
-}
-
-h1 { color: white; background: #85774A; }
-h2 { color: white; background: #85774A; }
-h3 { color: white; background: #9D936E; }
-h4 { color: white; background: #9D936E; }
-    
-a { color: #BA6D36; }
-
-</style>
-</head>
-<body><a NAME="top" ID="top"></a>
-<h1>eric6.Helpviewer.Bookmarks.BookmarksToolBar</h1>
-<p>
-Module implementing a tool bar showing bookmarks.
-</p>
-<h3>Global Attributes</h3>
-<table>
-<tr><td>None</td></tr>
-</table>
-<h3>Classes</h3>
-<table>
-<tr>
-<td><a href="#BookmarksToolBar">BookmarksToolBar</a></td>
-<td>Class implementing a tool bar showing bookmarks.</td>
-</tr>
-</table>
-<h3>Functions</h3>
-<table>
-<tr><td>None</td></tr>
-</table>
-<hr /><hr />
-<a NAME="BookmarksToolBar" ID="BookmarksToolBar"></a>
-<h2>BookmarksToolBar</h2>
-<p>
-    Class implementing a tool bar showing bookmarks.
-</p><h3>Signals</h3>
-<dl>
-<dt>newUrl(QUrl, str)</dt>
-<dd>
-emitted to open a URL in a new tab
-</dd><dt>openUrl(QUrl, str)</dt>
-<dd>
-emitted to open a URL in the current tab
-</dd>
-</dl>
-<h3>Derived from</h3>
-E5ModelToolBar
-<h3>Class Attributes</h3>
-<table>
-<tr><td>None</td></tr>
-</table>
-<h3>Class Methods</h3>
-<table>
-<tr><td>None</td></tr>
-</table>
-<h3>Methods</h3>
-<table>
-<tr>
-<td><a href="#BookmarksToolBar.__init__">BookmarksToolBar</a></td>
-<td>Constructor</td>
-</tr><tr>
-<td><a href="#BookmarksToolBar.__bookmarkActivated">__bookmarkActivated</a></td>
-<td>Private slot handling the activation of a bookmark.</td>
-</tr><tr>
-<td><a href="#BookmarksToolBar.__contextMenuRequested">__contextMenuRequested</a></td>
-<td>Private slot to handle the context menu request.</td>
-</tr><tr>
-<td><a href="#BookmarksToolBar.__edit">__edit</a></td>
-<td>Private slot to edit a bookmarks properties.</td>
-</tr><tr>
-<td><a href="#BookmarksToolBar.__newBookmark">__newBookmark</a></td>
-<td>Private slot to add a new bookmark.</td>
-</tr><tr>
-<td><a href="#BookmarksToolBar.__newFolder">__newFolder</a></td>
-<td>Private slot to add a new bookmarks folder.</td>
-</tr><tr>
-<td><a href="#BookmarksToolBar.__openBookmark">__openBookmark</a></td>
-<td>Private slot to open a bookmark in the current browser tab.</td>
-</tr><tr>
-<td><a href="#BookmarksToolBar.__openBookmarkInNewTab">__openBookmarkInNewTab</a></td>
-<td>Private slot to open a bookmark in a new browser tab.</td>
-</tr><tr>
-<td><a href="#BookmarksToolBar.__rebuild">__rebuild</a></td>
-<td>Private slot to rebuild the toolbar.</td>
-</tr><tr>
-<td><a href="#BookmarksToolBar.__removeBookmark">__removeBookmark</a></td>
-<td>Private slot to remove a bookmark.</td>
-</tr><tr>
-<td><a href="#BookmarksToolBar._createMenu">_createMenu</a></td>
-<td>Protected method to create the menu for a tool bar action.</td>
-</tr>
-</table>
-<h3>Static Methods</h3>
-<table>
-<tr><td>None</td></tr>
-</table>
-<a NAME="BookmarksToolBar.__init__" ID="BookmarksToolBar.__init__"></a>
-<h4>BookmarksToolBar (Constructor)</h4>
-<b>BookmarksToolBar</b>(<i>mainWindow, model, parent=None</i>)
-<p>
-        Constructor
-</p><dl>
-<dt><i>mainWindow</i></dt>
-<dd>
-reference to the main window (HelpWindow)
-</dd><dt><i>model</i></dt>
-<dd>
-reference to the bookmarks model (BookmarksModel)
-</dd><dt><i>parent</i></dt>
-<dd>
-reference to the parent widget (QWidget)
-</dd>
-</dl><a NAME="BookmarksToolBar.__bookmarkActivated" ID="BookmarksToolBar.__bookmarkActivated"></a>
-<h4>BookmarksToolBar.__bookmarkActivated</h4>
-<b>__bookmarkActivated</b>(<i>idx</i>)
-<p>
-        Private slot handling the activation of a bookmark.
-</p><dl>
-<dt><i>idx</i></dt>
-<dd>
-index of the activated bookmark (QModelIndex)
-</dd>
-</dl><a NAME="BookmarksToolBar.__contextMenuRequested" ID="BookmarksToolBar.__contextMenuRequested"></a>
-<h4>BookmarksToolBar.__contextMenuRequested</h4>
-<b>__contextMenuRequested</b>(<i>pos</i>)
-<p>
-        Private slot to handle the context menu request.
-</p><dl>
-<dt><i>pos</i></dt>
-<dd>
-position the context menu shall be shown (QPoint)
-</dd>
-</dl><a NAME="BookmarksToolBar.__edit" ID="BookmarksToolBar.__edit"></a>
-<h4>BookmarksToolBar.__edit</h4>
-<b>__edit</b>(<i>act</i>)
-<p>
-        Private slot to edit a bookmarks properties.
-</p><dl>
-<dt><i>act</i> (QAction)</dt>
-<dd>
-reference to the triggering action
-</dd>
-</dl><a NAME="BookmarksToolBar.__newBookmark" ID="BookmarksToolBar.__newBookmark"></a>
-<h4>BookmarksToolBar.__newBookmark</h4>
-<b>__newBookmark</b>(<i></i>)
-<p>
-        Private slot to add a new bookmark.
-</p><a NAME="BookmarksToolBar.__newFolder" ID="BookmarksToolBar.__newFolder"></a>
-<h4>BookmarksToolBar.__newFolder</h4>
-<b>__newFolder</b>(<i></i>)
-<p>
-        Private slot to add a new bookmarks folder.
-</p><a NAME="BookmarksToolBar.__openBookmark" ID="BookmarksToolBar.__openBookmark"></a>
-<h4>BookmarksToolBar.__openBookmark</h4>
-<b>__openBookmark</b>(<i>act</i>)
-<p>
-        Private slot to open a bookmark in the current browser tab.
-</p><dl>
-<dt><i>act</i> (QAction)</dt>
-<dd>
-reference to the triggering action
-</dd>
-</dl><a NAME="BookmarksToolBar.__openBookmarkInNewTab" ID="BookmarksToolBar.__openBookmarkInNewTab"></a>
-<h4>BookmarksToolBar.__openBookmarkInNewTab</h4>
-<b>__openBookmarkInNewTab</b>(<i>act</i>)
-<p>
-        Private slot to open a bookmark in a new browser tab.
-</p><dl>
-<dt><i>act</i> (QAction)</dt>
-<dd>
-reference to the triggering action
-</dd>
-</dl><a NAME="BookmarksToolBar.__rebuild" ID="BookmarksToolBar.__rebuild"></a>
-<h4>BookmarksToolBar.__rebuild</h4>
-<b>__rebuild</b>(<i></i>)
-<p>
-        Private slot to rebuild the toolbar.
-</p><a NAME="BookmarksToolBar.__removeBookmark" ID="BookmarksToolBar.__removeBookmark"></a>
-<h4>BookmarksToolBar.__removeBookmark</h4>
-<b>__removeBookmark</b>(<i>act</i>)
-<p>
-        Private slot to remove a bookmark.
-</p><dl>
-<dt><i>act</i> (QAction)</dt>
-<dd>
-reference to the triggering action
-</dd>
-</dl><a NAME="BookmarksToolBar._createMenu" ID="BookmarksToolBar._createMenu"></a>
-<h4>BookmarksToolBar._createMenu</h4>
-<b>_createMenu</b>(<i></i>)
-<p>
-        Protected method to create the menu for a tool bar action.
-</p><dl>
-<dt>Returns:</dt>
-<dd>
-menu for a tool bar action (E5ModelMenu)
-</dd>
-</dl>
-<div align="right"><a href="#top">Up</a></div>
-<hr />
-</body></html>
\ No newline at end of file

eric ide

mercurial