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

Sat, 26 Jan 2013 12:44:46 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sat, 26 Jan 2013 12:44:46 +0100
branch
5_3_x
changeset 2374
f78ee0e8f96c
parent 1733
231e6f05d274
child 2386
bf6f0ded6071
permissions
-rw-r--r--

Regenerated the source docu with the HTML5 generator.

<!DOCTYPE html>
<html><head>
<title>eric5.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>eric5.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.__openToolBarBookmark">__openToolBarBookmark</a></td>
<td>Private slot to open a bookmark in the current 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></i>)
<p>
        Private slot to edit a bookmarks properties.
</p><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></i>)
<p>
        Private slot to open a bookmark in the current browser tab.
</p><a NAME="BookmarksToolBar.__openBookmarkInNewTab" ID="BookmarksToolBar.__openBookmarkInNewTab"></a>
<h4>BookmarksToolBar.__openBookmarkInNewTab</h4>
<b>__openBookmarkInNewTab</b>(<i></i>)
<p>
        Private slot to open a bookmark in a new browser tab.
</p><a NAME="BookmarksToolBar.__openToolBarBookmark" ID="BookmarksToolBar.__openToolBarBookmark"></a>
<h4>BookmarksToolBar.__openToolBarBookmark</h4>
<b>__openToolBarBookmark</b>(<i></i>)
<p>
        Private slot to open a bookmark in the current browser tab.
</p><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></i>)
<p>
        Private slot to remove a bookmark.
</p><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>

eric ide

mercurial