|
1 <!DOCTYPE html> |
|
2 <html><head> |
|
3 <title>eric6.Helpviewer.UrlBar.BookmarkActionSelectionDialog</title> |
|
4 <meta charset="UTF-8"> |
|
5 <style> |
|
6 body { |
|
7 background: #EDECE6; |
|
8 margin: 0em 1em 10em 1em; |
|
9 color: black; |
|
10 } |
|
11 |
|
12 h1 { color: white; background: #85774A; } |
|
13 h2 { color: white; background: #85774A; } |
|
14 h3 { color: white; background: #9D936E; } |
|
15 h4 { color: white; background: #9D936E; } |
|
16 |
|
17 a { color: #BA6D36; } |
|
18 |
|
19 </style> |
|
20 </head> |
|
21 <body><a NAME="top" ID="top"></a> |
|
22 <h1>eric6.Helpviewer.UrlBar.BookmarkActionSelectionDialog</h1> |
|
23 <p> |
|
24 Module implementing a dialog to select the action to be performed on the |
|
25 bookmark. |
|
26 </p> |
|
27 <h3>Global Attributes</h3> |
|
28 <table> |
|
29 <tr><td>None</td></tr> |
|
30 </table> |
|
31 <h3>Classes</h3> |
|
32 <table> |
|
33 <tr> |
|
34 <td><a href="#BookmarkActionSelectionDialog">BookmarkActionSelectionDialog</a></td> |
|
35 <td>Class implementing a dialog to select the action to be performed on the bookmark.</td> |
|
36 </tr> |
|
37 </table> |
|
38 <h3>Functions</h3> |
|
39 <table> |
|
40 <tr><td>None</td></tr> |
|
41 </table> |
|
42 <hr /><hr /> |
|
43 <a NAME="BookmarkActionSelectionDialog" ID="BookmarkActionSelectionDialog"></a> |
|
44 <h2>BookmarkActionSelectionDialog</h2> |
|
45 <p> |
|
46 Class implementing a dialog to select the action to be performed on |
|
47 the bookmark. |
|
48 </p> |
|
49 <h3>Derived from</h3> |
|
50 QDialog, Ui_BookmarkActionSelectionDialog |
|
51 <h3>Class Attributes</h3> |
|
52 <table> |
|
53 <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> |
|
54 </table> |
|
55 <h3>Class Methods</h3> |
|
56 <table> |
|
57 <tr><td>None</td></tr> |
|
58 </table> |
|
59 <h3>Methods</h3> |
|
60 <table> |
|
61 <tr> |
|
62 <td><a href="#BookmarkActionSelectionDialog.__init__">BookmarkActionSelectionDialog</a></td> |
|
63 <td>Constructor</td> |
|
64 </tr><tr> |
|
65 <td><a href="#BookmarkActionSelectionDialog.getAction">getAction</a></td> |
|
66 <td>Public method to get the selected action.</td> |
|
67 </tr><tr> |
|
68 <td><a href="#BookmarkActionSelectionDialog.on_bookmarkPushButton_clicked">on_bookmarkPushButton_clicked</a></td> |
|
69 <td>Private slot handling selection of a bookmark action.</td> |
|
70 </tr><tr> |
|
71 <td><a href="#BookmarkActionSelectionDialog.on_speeddialPushButton_clicked">on_speeddialPushButton_clicked</a></td> |
|
72 <td>Private slot handling selection of a speed dial action.</td> |
|
73 </tr> |
|
74 </table> |
|
75 <h3>Static Methods</h3> |
|
76 <table> |
|
77 <tr><td>None</td></tr> |
|
78 </table> |
|
79 <a NAME="BookmarkActionSelectionDialog.__init__" ID="BookmarkActionSelectionDialog.__init__"></a> |
|
80 <h4>BookmarkActionSelectionDialog (Constructor)</h4> |
|
81 <b>BookmarkActionSelectionDialog</b>(<i>url, parent=None</i>) |
|
82 <p> |
|
83 Constructor |
|
84 </p><dl> |
|
85 <dt><i>url</i></dt> |
|
86 <dd> |
|
87 URL to be worked on (QUrl) |
|
88 </dd><dt><i>parent</i></dt> |
|
89 <dd> |
|
90 reference to the parent widget (QWidget) |
|
91 </dd> |
|
92 </dl><a NAME="BookmarkActionSelectionDialog.getAction" ID="BookmarkActionSelectionDialog.getAction"></a> |
|
93 <h4>BookmarkActionSelectionDialog.getAction</h4> |
|
94 <b>getAction</b>(<i></i>) |
|
95 <p> |
|
96 Public method to get the selected action. |
|
97 </p><dl> |
|
98 <dt>Returns:</dt> |
|
99 <dd> |
|
100 reference to the associated action |
|
101 </dd> |
|
102 </dl><a NAME="BookmarkActionSelectionDialog.on_bookmarkPushButton_clicked" ID="BookmarkActionSelectionDialog.on_bookmarkPushButton_clicked"></a> |
|
103 <h4>BookmarkActionSelectionDialog.on_bookmarkPushButton_clicked</h4> |
|
104 <b>on_bookmarkPushButton_clicked</b>(<i></i>) |
|
105 <p> |
|
106 Private slot handling selection of a bookmark action. |
|
107 </p><a NAME="BookmarkActionSelectionDialog.on_speeddialPushButton_clicked" ID="BookmarkActionSelectionDialog.on_speeddialPushButton_clicked"></a> |
|
108 <h4>BookmarkActionSelectionDialog.on_speeddialPushButton_clicked</h4> |
|
109 <b>on_speeddialPushButton_clicked</b>(<i></i>) |
|
110 <p> |
|
111 Private slot handling selection of a speed dial action. |
|
112 </p> |
|
113 <div align="right"><a href="#top">Up</a></div> |
|
114 <hr /> |
|
115 </body></html> |