5 <link rel="stylesheet" href="styles.css"> |
5 <link rel="stylesheet" href="styles.css"> |
6 </head> |
6 </head> |
7 <body> |
7 <body> |
8 <a NAME="top" ID="top"></a> |
8 <a NAME="top" ID="top"></a> |
9 <h1>eric7.ViewManager.BookmarkedFilesDialog</h1> |
9 <h1>eric7.ViewManager.BookmarkedFilesDialog</h1> |
10 |
|
11 <p> |
10 <p> |
12 Module implementing a configuration dialog for the bookmarked files menu. |
11 Module implementing a configuration dialog for the bookmarked files menu. |
13 </p> |
12 </p> |
|
13 |
14 <h3>Global Attributes</h3> |
14 <h3>Global Attributes</h3> |
15 |
15 <table> |
16 <table> |
16 <tr><td>None</td></tr> |
17 <tr><td>None</td></tr> |
17 </table> |
18 </table> |
18 |
19 <h3>Classes</h3> |
19 <h3>Classes</h3> |
20 |
20 <table> |
21 <table> |
|
22 |
|
23 <tr> |
21 <tr> |
24 <td><a href="#BookmarkedFilesDialog">BookmarkedFilesDialog</a></td> |
22 <td><a href="#BookmarkedFilesDialog">BookmarkedFilesDialog</a></td> |
25 <td>Class implementing a configuration dialog for the bookmarked files menu.</td> |
23 <td>Class implementing a configuration dialog for the bookmarked files menu.</td> |
26 </tr> |
24 </tr> |
27 </table> |
25 </table> |
|
26 |
28 <h3>Functions</h3> |
27 <h3>Functions</h3> |
29 |
28 <table> |
30 <table> |
29 <tr><td>None</td></tr> |
31 <tr><td>None</td></tr> |
30 </table> |
32 </table> |
31 |
33 <hr /> |
32 <hr /> |
34 <hr /> |
33 <hr /> |
35 <a NAME="BookmarkedFilesDialog" ID="BookmarkedFilesDialog"></a> |
34 <a NAME="BookmarkedFilesDialog" ID="BookmarkedFilesDialog"></a> |
36 <h2>BookmarkedFilesDialog</h2> |
35 <h2>BookmarkedFilesDialog</h2> |
37 |
|
38 <p> |
36 <p> |
39 Class implementing a configuration dialog for the bookmarked files menu. |
37 Class implementing a configuration dialog for the bookmarked files menu. |
40 </p> |
38 </p> |
|
39 |
41 <h3>Derived from</h3> |
40 <h3>Derived from</h3> |
42 QDialog, Ui_BookmarkedFilesDialog |
41 QDialog, Ui_BookmarkedFilesDialog |
43 <h3>Class Attributes</h3> |
42 <h3>Class Attributes</h3> |
44 |
43 <table> |
45 <table> |
44 <tr><td>None</td></tr> |
46 <tr><td>None</td></tr> |
45 </table> |
47 </table> |
46 |
48 <h3>Class Methods</h3> |
47 <h3>Class Methods</h3> |
49 |
48 <table> |
50 <table> |
49 <tr><td>None</td></tr> |
51 <tr><td>None</td></tr> |
50 </table> |
52 </table> |
51 |
53 <h3>Methods</h3> |
52 <h3>Methods</h3> |
54 |
53 <table> |
55 <table> |
|
56 |
|
57 <tr> |
54 <tr> |
58 <td><a href="#BookmarkedFilesDialog.__init__">BookmarkedFilesDialog</a></td> |
55 <td><a href="#BookmarkedFilesDialog.__init__">BookmarkedFilesDialog</a></td> |
59 <td>Constructor</td> |
56 <td>Constructor</td> |
60 </tr> |
57 </tr> |
61 <tr> |
58 <tr> |
93 <tr> |
90 <tr> |
94 <td><a href="#BookmarkedFilesDialog.on_upButton_clicked">on_upButton_clicked</a></td> |
91 <td><a href="#BookmarkedFilesDialog.on_upButton_clicked">on_upButton_clicked</a></td> |
95 <td>Private slot to move an entry up in the list.</td> |
92 <td>Private slot to move an entry up in the list.</td> |
96 </tr> |
93 </tr> |
97 </table> |
94 </table> |
|
95 |
98 <h3>Static Methods</h3> |
96 <h3>Static Methods</h3> |
99 |
97 <table> |
100 <table> |
98 <tr><td>None</td></tr> |
101 <tr><td>None</td></tr> |
99 </table> |
102 </table> |
100 |
103 |
101 |
104 <a NAME="BookmarkedFilesDialog.__init__" ID="BookmarkedFilesDialog.__init__"></a> |
102 <a NAME="BookmarkedFilesDialog.__init__" ID="BookmarkedFilesDialog.__init__"></a> |
105 <h4>BookmarkedFilesDialog (Constructor)</h4> |
103 <h4>BookmarkedFilesDialog (Constructor)</h4> |
106 <b>BookmarkedFilesDialog</b>(<i>bookmarks, parent=None</i>) |
104 <b>BookmarkedFilesDialog</b>(<i>bookmarks, parent=None</i>) |
107 |
|
108 <p> |
105 <p> |
109 Constructor |
106 Constructor |
110 </p> |
107 </p> |
|
108 |
111 <dl> |
109 <dl> |
112 |
110 |
113 <dt><i>bookmarks</i> (list of str)</dt> |
111 <dt><i>bookmarks</i> (list of str)</dt> |
114 <dd> |
112 <dd> |
115 list of bookmarked files |
113 list of bookmarked files |
157 </dd> |
155 </dd> |
158 </dl> |
156 </dl> |
159 <a NAME="BookmarkedFilesDialog.on_addButton_clicked" ID="BookmarkedFilesDialog.on_addButton_clicked"></a> |
157 <a NAME="BookmarkedFilesDialog.on_addButton_clicked" ID="BookmarkedFilesDialog.on_addButton_clicked"></a> |
160 <h4>BookmarkedFilesDialog.on_addButton_clicked</h4> |
158 <h4>BookmarkedFilesDialog.on_addButton_clicked</h4> |
161 <b>on_addButton_clicked</b>(<i></i>) |
159 <b>on_addButton_clicked</b>(<i></i>) |
162 |
|
163 <p> |
160 <p> |
164 Private slot to add a new entry. |
161 Private slot to add a new entry. |
165 </p> |
162 </p> |
|
163 |
166 <a NAME="BookmarkedFilesDialog.on_changeButton_clicked" ID="BookmarkedFilesDialog.on_changeButton_clicked"></a> |
164 <a NAME="BookmarkedFilesDialog.on_changeButton_clicked" ID="BookmarkedFilesDialog.on_changeButton_clicked"></a> |
167 <h4>BookmarkedFilesDialog.on_changeButton_clicked</h4> |
165 <h4>BookmarkedFilesDialog.on_changeButton_clicked</h4> |
168 <b>on_changeButton_clicked</b>(<i></i>) |
166 <b>on_changeButton_clicked</b>(<i></i>) |
169 |
|
170 <p> |
167 <p> |
171 Private slot to change an entry. |
168 Private slot to change an entry. |
172 </p> |
169 </p> |
|
170 |
173 <a NAME="BookmarkedFilesDialog.on_deleteButton_clicked" ID="BookmarkedFilesDialog.on_deleteButton_clicked"></a> |
171 <a NAME="BookmarkedFilesDialog.on_deleteButton_clicked" ID="BookmarkedFilesDialog.on_deleteButton_clicked"></a> |
174 <h4>BookmarkedFilesDialog.on_deleteButton_clicked</h4> |
172 <h4>BookmarkedFilesDialog.on_deleteButton_clicked</h4> |
175 <b>on_deleteButton_clicked</b>(<i></i>) |
173 <b>on_deleteButton_clicked</b>(<i></i>) |
176 |
|
177 <p> |
174 <p> |
178 Private slot to delete the selected entry. |
175 Private slot to delete the selected entry. |
179 </p> |
176 </p> |
|
177 |
180 <a NAME="BookmarkedFilesDialog.on_downButton_clicked" ID="BookmarkedFilesDialog.on_downButton_clicked"></a> |
178 <a NAME="BookmarkedFilesDialog.on_downButton_clicked" ID="BookmarkedFilesDialog.on_downButton_clicked"></a> |
181 <h4>BookmarkedFilesDialog.on_downButton_clicked</h4> |
179 <h4>BookmarkedFilesDialog.on_downButton_clicked</h4> |
182 <b>on_downButton_clicked</b>(<i></i>) |
180 <b>on_downButton_clicked</b>(<i></i>) |
183 |
|
184 <p> |
181 <p> |
185 Private slot to move an entry down in the list. |
182 Private slot to move an entry down in the list. |
186 </p> |
183 </p> |
|
184 |
187 <a NAME="BookmarkedFilesDialog.on_filePicker_textChanged" ID="BookmarkedFilesDialog.on_filePicker_textChanged"></a> |
185 <a NAME="BookmarkedFilesDialog.on_filePicker_textChanged" ID="BookmarkedFilesDialog.on_filePicker_textChanged"></a> |
188 <h4>BookmarkedFilesDialog.on_filePicker_textChanged</h4> |
186 <h4>BookmarkedFilesDialog.on_filePicker_textChanged</h4> |
189 <b>on_filePicker_textChanged</b>(<i>txt</i>) |
187 <b>on_filePicker_textChanged</b>(<i>txt</i>) |
190 |
|
191 <p> |
188 <p> |
192 Private slot to handle the textChanged signal of the file edit. |
189 Private slot to handle the textChanged signal of the file edit. |
193 </p> |
190 </p> |
|
191 |
194 <dl> |
192 <dl> |
195 |
193 |
196 <dt><i>txt</i> (str)</dt> |
194 <dt><i>txt</i> (str)</dt> |
197 <dd> |
195 <dd> |
198 the text of the file edit |
196 the text of the file edit |
199 </dd> |
197 </dd> |
200 </dl> |
198 </dl> |
201 <a NAME="BookmarkedFilesDialog.on_filesList_currentRowChanged" ID="BookmarkedFilesDialog.on_filesList_currentRowChanged"></a> |
199 <a NAME="BookmarkedFilesDialog.on_filesList_currentRowChanged" ID="BookmarkedFilesDialog.on_filesList_currentRowChanged"></a> |
202 <h4>BookmarkedFilesDialog.on_filesList_currentRowChanged</h4> |
200 <h4>BookmarkedFilesDialog.on_filesList_currentRowChanged</h4> |
203 <b>on_filesList_currentRowChanged</b>(<i>row</i>) |
201 <b>on_filesList_currentRowChanged</b>(<i>row</i>) |
204 |
|
205 <p> |
202 <p> |
206 Private slot to set the lineedit depending on the selected entry. |
203 Private slot to set the lineedit depending on the selected entry. |
207 </p> |
204 </p> |
|
205 |
208 <dl> |
206 <dl> |
209 |
207 |
210 <dt><i>row</i> (int)</dt> |
208 <dt><i>row</i> (int)</dt> |
211 <dd> |
209 <dd> |
212 the current row |
210 the current row |
213 </dd> |
211 </dd> |
214 </dl> |
212 </dl> |
215 <a NAME="BookmarkedFilesDialog.on_upButton_clicked" ID="BookmarkedFilesDialog.on_upButton_clicked"></a> |
213 <a NAME="BookmarkedFilesDialog.on_upButton_clicked" ID="BookmarkedFilesDialog.on_upButton_clicked"></a> |
216 <h4>BookmarkedFilesDialog.on_upButton_clicked</h4> |
214 <h4>BookmarkedFilesDialog.on_upButton_clicked</h4> |
217 <b>on_upButton_clicked</b>(<i></i>) |
215 <b>on_upButton_clicked</b>(<i></i>) |
218 |
|
219 <p> |
216 <p> |
220 Private slot to move an entry up in the list. |
217 Private slot to move an entry up in the list. |
221 </p> |
218 </p> |
|
219 |
222 <div align="right"><a href="#top">Up</a></div> |
220 <div align="right"><a href="#top">Up</a></div> |
223 <hr /> |
221 <hr /> |
224 </body></html> |
222 </body></html> |