|
1 <!DOCTYPE html> |
|
2 <html><head> |
|
3 <title>eric7.WebBrowser.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> |
|
22 <a NAME="top" ID="top"></a> |
|
23 <h1>eric7.WebBrowser.UrlBar.BookmarkActionSelectionDialog</h1> |
|
24 |
|
25 <p> |
|
26 Module implementing a dialog to select the action to be performed on the |
|
27 bookmark. |
|
28 </p> |
|
29 <h3>Global Attributes</h3> |
|
30 |
|
31 <table> |
|
32 <tr><td>None</td></tr> |
|
33 </table> |
|
34 <h3>Classes</h3> |
|
35 |
|
36 <table> |
|
37 |
|
38 <tr> |
|
39 <td><a href="#BookmarkActionSelectionDialog">BookmarkActionSelectionDialog</a></td> |
|
40 <td>Class implementing a dialog to select the action to be performed on the bookmark.</td> |
|
41 </tr> |
|
42 </table> |
|
43 <h3>Functions</h3> |
|
44 |
|
45 <table> |
|
46 <tr><td>None</td></tr> |
|
47 </table> |
|
48 <hr /> |
|
49 <hr /> |
|
50 <a NAME="BookmarkActionSelectionDialog" ID="BookmarkActionSelectionDialog"></a> |
|
51 <h2>BookmarkActionSelectionDialog</h2> |
|
52 |
|
53 <p> |
|
54 Class implementing a dialog to select the action to be performed on |
|
55 the bookmark. |
|
56 </p> |
|
57 <h3>Derived from</h3> |
|
58 QDialog, Ui_BookmarkActionSelectionDialog |
|
59 <h3>Class Attributes</h3> |
|
60 |
|
61 <table> |
|
62 <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> |
|
63 </table> |
|
64 <h3>Class Methods</h3> |
|
65 |
|
66 <table> |
|
67 <tr><td>None</td></tr> |
|
68 </table> |
|
69 <h3>Methods</h3> |
|
70 |
|
71 <table> |
|
72 |
|
73 <tr> |
|
74 <td><a href="#BookmarkActionSelectionDialog.__init__">BookmarkActionSelectionDialog</a></td> |
|
75 <td>Constructor</td> |
|
76 </tr> |
|
77 <tr> |
|
78 <td><a href="#BookmarkActionSelectionDialog.getAction">getAction</a></td> |
|
79 <td>Public method to get the selected action.</td> |
|
80 </tr> |
|
81 <tr> |
|
82 <td><a href="#BookmarkActionSelectionDialog.on_bookmarkPushButton_clicked">on_bookmarkPushButton_clicked</a></td> |
|
83 <td>Private slot handling selection of a bookmark action.</td> |
|
84 </tr> |
|
85 <tr> |
|
86 <td><a href="#BookmarkActionSelectionDialog.on_speeddialPushButton_clicked">on_speeddialPushButton_clicked</a></td> |
|
87 <td>Private slot handling selection of a speed dial action.</td> |
|
88 </tr> |
|
89 </table> |
|
90 <h3>Static Methods</h3> |
|
91 |
|
92 <table> |
|
93 <tr><td>None</td></tr> |
|
94 </table> |
|
95 |
|
96 <a NAME="BookmarkActionSelectionDialog.__init__" ID="BookmarkActionSelectionDialog.__init__"></a> |
|
97 <h4>BookmarkActionSelectionDialog (Constructor)</h4> |
|
98 <b>BookmarkActionSelectionDialog</b>(<i>url, parent=None</i>) |
|
99 |
|
100 <p> |
|
101 Constructor |
|
102 </p> |
|
103 <dl> |
|
104 |
|
105 <dt><i>url</i></dt> |
|
106 <dd> |
|
107 URL to be worked on (QUrl) |
|
108 </dd> |
|
109 <dt><i>parent</i></dt> |
|
110 <dd> |
|
111 reference to the parent widget (QWidget) |
|
112 </dd> |
|
113 </dl> |
|
114 <a NAME="BookmarkActionSelectionDialog.getAction" ID="BookmarkActionSelectionDialog.getAction"></a> |
|
115 <h4>BookmarkActionSelectionDialog.getAction</h4> |
|
116 <b>getAction</b>(<i></i>) |
|
117 |
|
118 <p> |
|
119 Public method to get the selected action. |
|
120 </p> |
|
121 <dl> |
|
122 <dt>Return:</dt> |
|
123 <dd> |
|
124 reference to the associated action |
|
125 </dd> |
|
126 </dl> |
|
127 <a NAME="BookmarkActionSelectionDialog.on_bookmarkPushButton_clicked" ID="BookmarkActionSelectionDialog.on_bookmarkPushButton_clicked"></a> |
|
128 <h4>BookmarkActionSelectionDialog.on_bookmarkPushButton_clicked</h4> |
|
129 <b>on_bookmarkPushButton_clicked</b>(<i></i>) |
|
130 |
|
131 <p> |
|
132 Private slot handling selection of a bookmark action. |
|
133 </p> |
|
134 <a NAME="BookmarkActionSelectionDialog.on_speeddialPushButton_clicked" ID="BookmarkActionSelectionDialog.on_speeddialPushButton_clicked"></a> |
|
135 <h4>BookmarkActionSelectionDialog.on_speeddialPushButton_clicked</h4> |
|
136 <b>on_speeddialPushButton_clicked</b>(<i></i>) |
|
137 |
|
138 <p> |
|
139 Private slot handling selection of a speed dial action. |
|
140 </p> |
|
141 <div align="right"><a href="#top">Up</a></div> |
|
142 <hr /> |
|
143 </body></html> |