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

Sat, 26 Apr 2025 12:34:32 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sat, 26 Apr 2025 12:34:32 +0200
branch
eric7
changeset 11240
c48c615c04a3
parent 10493
f795d68d8e09
permissions
-rw-r--r--

MicroPython
- Added a configuration option to disable the support for the no longer produced Pimoroni Pico Wireless Pack.

<!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="#BookmarkAction">BookmarkAction</a></td>
<td>Class defining the available bookmark actions.</td>
</tr>
<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="BookmarkAction" ID="BookmarkAction"></a>
<h2>BookmarkAction</h2>
<p>
    Class defining the available bookmark actions.
</p>

<h3>Derived from</h3>
enum.Enum
<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>None</td></tr>
</table>

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


<div align="right"><a href="#top">Up</a></div>
<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>None</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> (QUrl)</dt>
<dd>
URL to be worked on
</dd>
<dt><i>parent</i> (QWidget)</dt>
<dd>
reference to the parent widget
</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>
<dl>
<dt>Return Type:</dt>
<dd>
QAction
</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