53 </table> |
53 </table> |
54 <h3>Methods</h3> |
54 <h3>Methods</h3> |
55 <table> |
55 <table> |
56 <tr> |
56 <tr> |
57 <td><a href="#BookmarkedFilesDialog.__init__">BookmarkedFilesDialog</a></td> |
57 <td><a href="#BookmarkedFilesDialog.__init__">BookmarkedFilesDialog</a></td> |
58 <td>Constructor</td> |
58 <td>Constructor</td> |
59 </tr><tr> |
59 </tr><tr> |
60 <td><a href="#BookmarkedFilesDialog.__swap">__swap</a></td> |
60 <td><a href="#BookmarkedFilesDialog.__swap">__swap</a></td> |
61 <td>Private method used two swap two list entries given by their index.</td> |
61 <td>Private method used two swap two list entries given by their index.</td> |
62 </tr><tr> |
62 </tr><tr> |
63 <td><a href="#BookmarkedFilesDialog.getBookmarkedFiles">getBookmarkedFiles</a></td> |
63 <td><a href="#BookmarkedFilesDialog.getBookmarkedFiles">getBookmarkedFiles</a></td> |
64 <td>Public method to retrieve the tools list.</td> |
64 <td>Public method to retrieve the tools list.</td> |
65 </tr><tr> |
65 </tr><tr> |
66 <td><a href="#BookmarkedFilesDialog.on_addButton_clicked">on_addButton_clicked</a></td> |
66 <td><a href="#BookmarkedFilesDialog.on_addButton_clicked">on_addButton_clicked</a></td> |
67 <td>Private slot to add a new entry.</td> |
67 <td>Private slot to add a new entry.</td> |
68 </tr><tr> |
68 </tr><tr> |
69 <td><a href="#BookmarkedFilesDialog.on_changeButton_clicked">on_changeButton_clicked</a></td> |
69 <td><a href="#BookmarkedFilesDialog.on_changeButton_clicked">on_changeButton_clicked</a></td> |
70 <td>Private slot to change an entry.</td> |
70 <td>Private slot to change an entry.</td> |
71 </tr><tr> |
71 </tr><tr> |
72 <td><a href="#BookmarkedFilesDialog.on_deleteButton_clicked">on_deleteButton_clicked</a></td> |
72 <td><a href="#BookmarkedFilesDialog.on_deleteButton_clicked">on_deleteButton_clicked</a></td> |
73 <td>Private slot to delete the selected entry.</td> |
73 <td>Private slot to delete the selected entry.</td> |
74 </tr><tr> |
74 </tr><tr> |
75 <td><a href="#BookmarkedFilesDialog.on_downButton_clicked">on_downButton_clicked</a></td> |
75 <td><a href="#BookmarkedFilesDialog.on_downButton_clicked">on_downButton_clicked</a></td> |
76 <td>Private slot to move an entry down in the list.</td> |
76 <td>Private slot to move an entry down in the list.</td> |
77 </tr><tr> |
77 </tr><tr> |
78 <td><a href="#BookmarkedFilesDialog.on_fileButton_clicked">on_fileButton_clicked</a></td> |
78 <td><a href="#BookmarkedFilesDialog.on_fileButton_clicked">on_fileButton_clicked</a></td> |
79 <td>Private slot to handle the file selection via a file selection dialog.</td> |
79 <td>Private slot to handle the file selection via a file selection dialog.</td> |
80 </tr><tr> |
80 </tr><tr> |
81 <td><a href="#BookmarkedFilesDialog.on_fileEdit_textChanged">on_fileEdit_textChanged</a></td> |
81 <td><a href="#BookmarkedFilesDialog.on_fileEdit_textChanged">on_fileEdit_textChanged</a></td> |
82 <td>Private slot to handle the textChanged signal of the file edit.</td> |
82 <td>Private slot to handle the textChanged signal of the file edit.</td> |
83 </tr><tr> |
83 </tr><tr> |
84 <td><a href="#BookmarkedFilesDialog.on_filesList_currentRowChanged">on_filesList_currentRowChanged</a></td> |
84 <td><a href="#BookmarkedFilesDialog.on_filesList_currentRowChanged">on_filesList_currentRowChanged</a></td> |
85 <td>Private slot to set the lineedit depending on the selected entry.</td> |
85 <td>Private slot to set the lineedit depending on the selected entry.</td> |
86 </tr><tr> |
86 </tr><tr> |
87 <td><a href="#BookmarkedFilesDialog.on_upButton_clicked">on_upButton_clicked</a></td> |
87 <td><a href="#BookmarkedFilesDialog.on_upButton_clicked">on_upButton_clicked</a></td> |
88 <td>Private slot to move an entry up in the list.</td> |
88 <td>Private slot to move an entry up in the list.</td> |
89 </tr> |
89 </tr> |
90 </table> |
90 </table> |
91 <a NAME="BookmarkedFilesDialog.__init__" ID="BookmarkedFilesDialog.__init__"></a> |
91 <a NAME="BookmarkedFilesDialog.__init__" ID="BookmarkedFilesDialog.__init__"></a> |
92 <h4>BookmarkedFilesDialog (Constructor)</h4> |
92 <h4>BookmarkedFilesDialog (Constructor)</h4> |
93 <b>BookmarkedFilesDialog</b>(<i>bookmarks, parent = None</i>) |
93 <b>BookmarkedFilesDialog</b>(<i>bookmarks, parent = None</i>) |
94 <p> |
94 <p> |
95 Constructor |
95 Constructor |
96 </p><dl> |
96 </p><dl> |
97 <dt><i>bookmarks</i></dt> |
97 <dt><i>bookmarks</i></dt> |
98 <dd> |
98 <dd> |
99 list of bookmarked files (list of strings) |
99 list of bookmarked files (list of strings) |
100 </dd><dt><i>parent</i></dt> |
100 </dd><dt><i>parent</i></dt> |
101 <dd> |
101 <dd> |
102 parent widget (QWidget) |
102 parent widget (QWidget) |
103 </dd> |
103 </dd> |
104 </dl><a NAME="BookmarkedFilesDialog.__swap" ID="BookmarkedFilesDialog.__swap"></a> |
104 </dl><a NAME="BookmarkedFilesDialog.__swap" ID="BookmarkedFilesDialog.__swap"></a> |
105 <h4>BookmarkedFilesDialog.__swap</h4> |
105 <h4>BookmarkedFilesDialog.__swap</h4> |
106 <b>__swap</b>(<i>itm1, itm2</i>) |
106 <b>__swap</b>(<i>itm1, itm2</i>) |
107 <p> |
107 <p> |
108 Private method used two swap two list entries given by their index. |
108 Private method used two swap two list entries given by their index. |
109 </p><dl> |
109 </p><dl> |
110 <dt><i>itm1</i></dt> |
110 <dt><i>itm1</i></dt> |
111 <dd> |
111 <dd> |
112 index of first entry (int) |
112 index of first entry (int) |
113 </dd><dt><i>itm2</i></dt> |
113 </dd><dt><i>itm2</i></dt> |
114 <dd> |
114 <dd> |
115 index of second entry (int) |
115 index of second entry (int) |
116 </dd> |
116 </dd> |
117 </dl><a NAME="BookmarkedFilesDialog.getBookmarkedFiles" ID="BookmarkedFilesDialog.getBookmarkedFiles"></a> |
117 </dl><a NAME="BookmarkedFilesDialog.getBookmarkedFiles" ID="BookmarkedFilesDialog.getBookmarkedFiles"></a> |
118 <h4>BookmarkedFilesDialog.getBookmarkedFiles</h4> |
118 <h4>BookmarkedFilesDialog.getBookmarkedFiles</h4> |
119 <b>getBookmarkedFiles</b>(<i></i>) |
119 <b>getBookmarkedFiles</b>(<i></i>) |
120 <p> |
120 <p> |
121 Public method to retrieve the tools list. |
121 Public method to retrieve the tools list. |
122 </p><dl> |
122 </p><dl> |
123 <dt>Returns:</dt> |
123 <dt>Returns:</dt> |
124 <dd> |
124 <dd> |
125 a list of filenames (list of strings) |
125 a list of filenames (list of strings) |
126 </dd> |
126 </dd> |
127 </dl><a NAME="BookmarkedFilesDialog.on_addButton_clicked" ID="BookmarkedFilesDialog.on_addButton_clicked"></a> |
127 </dl><a NAME="BookmarkedFilesDialog.on_addButton_clicked" ID="BookmarkedFilesDialog.on_addButton_clicked"></a> |
128 <h4>BookmarkedFilesDialog.on_addButton_clicked</h4> |
128 <h4>BookmarkedFilesDialog.on_addButton_clicked</h4> |
129 <b>on_addButton_clicked</b>(<i></i>) |
129 <b>on_addButton_clicked</b>(<i></i>) |
130 <p> |
130 <p> |
131 Private slot to add a new entry. |
131 Private slot to add a new entry. |
132 </p><a NAME="BookmarkedFilesDialog.on_changeButton_clicked" ID="BookmarkedFilesDialog.on_changeButton_clicked"></a> |
132 </p><a NAME="BookmarkedFilesDialog.on_changeButton_clicked" ID="BookmarkedFilesDialog.on_changeButton_clicked"></a> |
133 <h4>BookmarkedFilesDialog.on_changeButton_clicked</h4> |
133 <h4>BookmarkedFilesDialog.on_changeButton_clicked</h4> |
134 <b>on_changeButton_clicked</b>(<i></i>) |
134 <b>on_changeButton_clicked</b>(<i></i>) |
135 <p> |
135 <p> |
136 Private slot to change an entry. |
136 Private slot to change an entry. |
137 </p><a NAME="BookmarkedFilesDialog.on_deleteButton_clicked" ID="BookmarkedFilesDialog.on_deleteButton_clicked"></a> |
137 </p><a NAME="BookmarkedFilesDialog.on_deleteButton_clicked" ID="BookmarkedFilesDialog.on_deleteButton_clicked"></a> |
138 <h4>BookmarkedFilesDialog.on_deleteButton_clicked</h4> |
138 <h4>BookmarkedFilesDialog.on_deleteButton_clicked</h4> |
139 <b>on_deleteButton_clicked</b>(<i></i>) |
139 <b>on_deleteButton_clicked</b>(<i></i>) |
140 <p> |
140 <p> |
141 Private slot to delete the selected entry. |
141 Private slot to delete the selected entry. |
142 </p><a NAME="BookmarkedFilesDialog.on_downButton_clicked" ID="BookmarkedFilesDialog.on_downButton_clicked"></a> |
142 </p><a NAME="BookmarkedFilesDialog.on_downButton_clicked" ID="BookmarkedFilesDialog.on_downButton_clicked"></a> |
143 <h4>BookmarkedFilesDialog.on_downButton_clicked</h4> |
143 <h4>BookmarkedFilesDialog.on_downButton_clicked</h4> |
144 <b>on_downButton_clicked</b>(<i></i>) |
144 <b>on_downButton_clicked</b>(<i></i>) |
145 <p> |
145 <p> |
146 Private slot to move an entry down in the list. |
146 Private slot to move an entry down in the list. |
147 </p><a NAME="BookmarkedFilesDialog.on_fileButton_clicked" ID="BookmarkedFilesDialog.on_fileButton_clicked"></a> |
147 </p><a NAME="BookmarkedFilesDialog.on_fileButton_clicked" ID="BookmarkedFilesDialog.on_fileButton_clicked"></a> |
148 <h4>BookmarkedFilesDialog.on_fileButton_clicked</h4> |
148 <h4>BookmarkedFilesDialog.on_fileButton_clicked</h4> |
149 <b>on_fileButton_clicked</b>(<i></i>) |
149 <b>on_fileButton_clicked</b>(<i></i>) |
150 <p> |
150 <p> |
151 Private slot to handle the file selection via a file selection dialog. |
151 Private slot to handle the file selection via a file selection dialog. |
152 </p><a NAME="BookmarkedFilesDialog.on_fileEdit_textChanged" ID="BookmarkedFilesDialog.on_fileEdit_textChanged"></a> |
152 </p><a NAME="BookmarkedFilesDialog.on_fileEdit_textChanged" ID="BookmarkedFilesDialog.on_fileEdit_textChanged"></a> |
153 <h4>BookmarkedFilesDialog.on_fileEdit_textChanged</h4> |
153 <h4>BookmarkedFilesDialog.on_fileEdit_textChanged</h4> |
154 <b>on_fileEdit_textChanged</b>(<i>txt</i>) |
154 <b>on_fileEdit_textChanged</b>(<i>txt</i>) |
155 <p> |
155 <p> |
156 Private slot to handle the textChanged signal of the file edit. |
156 Private slot to handle the textChanged signal of the file edit. |
157 </p><dl> |
157 </p><dl> |
158 <dt><i>txt</i></dt> |
158 <dt><i>txt</i></dt> |
159 <dd> |
159 <dd> |
160 the text of the file edit (string) |
160 the text of the file edit (string) |
161 </dd> |
161 </dd> |
162 </dl><a NAME="BookmarkedFilesDialog.on_filesList_currentRowChanged" ID="BookmarkedFilesDialog.on_filesList_currentRowChanged"></a> |
162 </dl><a NAME="BookmarkedFilesDialog.on_filesList_currentRowChanged" ID="BookmarkedFilesDialog.on_filesList_currentRowChanged"></a> |
163 <h4>BookmarkedFilesDialog.on_filesList_currentRowChanged</h4> |
163 <h4>BookmarkedFilesDialog.on_filesList_currentRowChanged</h4> |
164 <b>on_filesList_currentRowChanged</b>(<i>row</i>) |
164 <b>on_filesList_currentRowChanged</b>(<i>row</i>) |
165 <p> |
165 <p> |
166 Private slot to set the lineedit depending on the selected entry. |
166 Private slot to set the lineedit depending on the selected entry. |
167 </p><dl> |
167 </p><dl> |
168 <dt><i>row</i></dt> |
168 <dt><i>row</i></dt> |
169 <dd> |
169 <dd> |
170 the current row (integer) |
170 the current row (integer) |
171 </dd> |
171 </dd> |
172 </dl><a NAME="BookmarkedFilesDialog.on_upButton_clicked" ID="BookmarkedFilesDialog.on_upButton_clicked"></a> |
172 </dl><a NAME="BookmarkedFilesDialog.on_upButton_clicked" ID="BookmarkedFilesDialog.on_upButton_clicked"></a> |
173 <h4>BookmarkedFilesDialog.on_upButton_clicked</h4> |
173 <h4>BookmarkedFilesDialog.on_upButton_clicked</h4> |
174 <b>on_upButton_clicked</b>(<i></i>) |
174 <b>on_upButton_clicked</b>(<i></i>) |
175 <p> |
175 <p> |
176 Private slot to move an entry up in the list. |
176 Private slot to move an entry up in the list. |
177 </p> |
177 </p> |
178 <div align="right"><a href="#top">Up</a></div> |
178 <div align="right"><a href="#top">Up</a></div> |
179 <hr /> |
179 <hr /> |
180 </body></html> |
180 </body></html> |