src/eric7/Documentation/Source/eric7.WebBrowser.UrlBar.BookmarkActionSelectionDialog.html

Fri, 27 Oct 2023 14:09:40 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Fri, 27 Oct 2023 14:09:40 +0200
branch
eric7
changeset 10259
b51dfacef37f
parent 9209
b99e7fd55fd3
child 10436
f6881d10e995
permissions
-rw-r--r--

Regenerated the source documentation with the corrected module parser.

<!DOCTYPE html>
<html><head>
<title>eric7.WebBrowser.UrlBar.BookmarkActionSelectionDialog</title>
<meta charset="UTF-8">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<a NAME="top" ID="top"></a>
<h1>eric7.WebBrowser.UrlBar.BookmarkActionSelectionDialog</h1>

<p>
Module implementing a dialog to select the action to be performed on the
bookmark.
</p>
<h3>Global Attributes</h3>

<table>
<tr><td>None</td></tr>
</table>
<h3>Classes</h3>

<table>

<tr>
<td><a href="#BookmarkActionSelectionDialog">BookmarkActionSelectionDialog</a></td>
<td>Class implementing a dialog to select the action to be performed on the bookmark.</td>
</tr>
</table>
<h3>Functions</h3>

<table>
<tr><td>None</td></tr>
</table>
<hr />
<hr />
<a NAME="BookmarkActionSelectionDialog" ID="BookmarkActionSelectionDialog"></a>
<h2>BookmarkActionSelectionDialog</h2>

<p>
    Class implementing a dialog to select the action to be performed on
    the bookmark.
</p>
<h3>Derived from</h3>
QDialog, Ui_BookmarkActionSelectionDialog
<h3>Class Attributes</h3>

<table>
<tr><td>AddBookmark</td></tr><tr><td>AddSpeeddial</td></tr><tr><td>EditBookmark</td></tr><tr><td>RemoveSpeeddial</td></tr><tr><td>Undefined</td></tr>
</table>
<h3>Class Methods</h3>

<table>
<tr><td>None</td></tr>
</table>
<h3>Methods</h3>

<table>

<tr>
<td><a href="#BookmarkActionSelectionDialog.__init__">BookmarkActionSelectionDialog</a></td>
<td>Constructor</td>
</tr>
<tr>
<td><a href="#BookmarkActionSelectionDialog.getAction">getAction</a></td>
<td>Public method to get the selected action.</td>
</tr>
<tr>
<td><a href="#BookmarkActionSelectionDialog.on_bookmarkPushButton_clicked">on_bookmarkPushButton_clicked</a></td>
<td>Private slot handling selection of a bookmark action.</td>
</tr>
<tr>
<td><a href="#BookmarkActionSelectionDialog.on_speeddialPushButton_clicked">on_speeddialPushButton_clicked</a></td>
<td>Private slot handling selection of a speed dial action.</td>
</tr>
</table>
<h3>Static Methods</h3>

<table>
<tr><td>None</td></tr>
</table>

<a NAME="BookmarkActionSelectionDialog.__init__" ID="BookmarkActionSelectionDialog.__init__"></a>
<h4>BookmarkActionSelectionDialog (Constructor)</h4>
<b>BookmarkActionSelectionDialog</b>(<i>url, parent=None</i>)

<p>
        Constructor
</p>
<dl>

<dt><i>url</i></dt>
<dd>
URL to be worked on (QUrl)
</dd>
<dt><i>parent</i></dt>
<dd>
reference to the parent widget (QWidget)
</dd>
</dl>
<a NAME="BookmarkActionSelectionDialog.getAction" ID="BookmarkActionSelectionDialog.getAction"></a>
<h4>BookmarkActionSelectionDialog.getAction</h4>
<b>getAction</b>(<i></i>)

<p>
        Public method to get the selected action.
</p>
<dl>
<dt>Return:</dt>
<dd>
reference to the associated action
</dd>
</dl>
<a NAME="BookmarkActionSelectionDialog.on_bookmarkPushButton_clicked" ID="BookmarkActionSelectionDialog.on_bookmarkPushButton_clicked"></a>
<h4>BookmarkActionSelectionDialog.on_bookmarkPushButton_clicked</h4>
<b>on_bookmarkPushButton_clicked</b>(<i></i>)

<p>
        Private slot handling selection of a bookmark action.
</p>
<a NAME="BookmarkActionSelectionDialog.on_speeddialPushButton_clicked" ID="BookmarkActionSelectionDialog.on_speeddialPushButton_clicked"></a>
<h4>BookmarkActionSelectionDialog.on_speeddialPushButton_clicked</h4>
<b>on_speeddialPushButton_clicked</b>(<i></i>)

<p>
        Private slot handling selection of a speed dial action.
</p>
<div align="right"><a href="#top">Up</a></div>
<hr />
</body></html>

eric ide

mercurial