108 <p> |
108 <p> |
109 Constructor |
109 Constructor |
110 </p> |
110 </p> |
111 <dl> |
111 <dl> |
112 |
112 |
113 <dt><i>bookmarks</i></dt> |
113 <dt><i>bookmarks</i> (list of str)</dt> |
114 <dd> |
114 <dd> |
115 list of bookmarked files (list of strings) |
115 list of bookmarked files |
116 </dd> |
116 </dd> |
117 <dt><i>parent</i></dt> |
117 <dt><i>parent</i> (QWidget)</dt> |
118 <dd> |
118 <dd> |
119 parent widget (QWidget) |
119 parent widget |
120 </dd> |
120 </dd> |
121 </dl> |
121 </dl> |
122 <a NAME="BookmarkedFilesDialog.__swap" ID="BookmarkedFilesDialog.__swap"></a> |
122 <a NAME="BookmarkedFilesDialog.__swap" ID="BookmarkedFilesDialog.__swap"></a> |
123 <h4>BookmarkedFilesDialog.__swap</h4> |
123 <h4>BookmarkedFilesDialog.__swap</h4> |
124 <b>__swap</b>(<i>itm1, itm2</i>) |
124 <b>__swap</b>(<i>itm1, itm2</i>) |
126 <p> |
126 <p> |
127 Private method used two swap two list entries given by their index. |
127 Private method used two swap two list entries given by their index. |
128 </p> |
128 </p> |
129 <dl> |
129 <dl> |
130 |
130 |
131 <dt><i>itm1</i></dt> |
131 <dt><i>itm1</i> (int)</dt> |
132 <dd> |
132 <dd> |
133 index of first entry (int) |
133 index of first entry |
134 </dd> |
134 </dd> |
135 <dt><i>itm2</i></dt> |
135 <dt><i>itm2</i> (int)</dt> |
136 <dd> |
136 <dd> |
137 index of second entry (int) |
137 index of second entry |
138 </dd> |
138 </dd> |
139 </dl> |
139 </dl> |
140 <a NAME="BookmarkedFilesDialog.getBookmarkedFiles" ID="BookmarkedFilesDialog.getBookmarkedFiles"></a> |
140 <a NAME="BookmarkedFilesDialog.getBookmarkedFiles" ID="BookmarkedFilesDialog.getBookmarkedFiles"></a> |
141 <h4>BookmarkedFilesDialog.getBookmarkedFiles</h4> |
141 <h4>BookmarkedFilesDialog.getBookmarkedFiles</h4> |
142 <b>getBookmarkedFiles</b>(<i></i>) |
142 <b>getBookmarkedFiles</b>(<i></i>) |
145 Public method to retrieve the tools list. |
145 Public method to retrieve the tools list. |
146 </p> |
146 </p> |
147 <dl> |
147 <dl> |
148 <dt>Return:</dt> |
148 <dt>Return:</dt> |
149 <dd> |
149 <dd> |
150 a list of filenames (list of strings) |
150 a list of filenames |
|
151 </dd> |
|
152 </dl> |
|
153 <dl> |
|
154 <dt>Return Type:</dt> |
|
155 <dd> |
|
156 list of str |
151 </dd> |
157 </dd> |
152 </dl> |
158 </dl> |
153 <a NAME="BookmarkedFilesDialog.on_addButton_clicked" ID="BookmarkedFilesDialog.on_addButton_clicked"></a> |
159 <a NAME="BookmarkedFilesDialog.on_addButton_clicked" ID="BookmarkedFilesDialog.on_addButton_clicked"></a> |
154 <h4>BookmarkedFilesDialog.on_addButton_clicked</h4> |
160 <h4>BookmarkedFilesDialog.on_addButton_clicked</h4> |
155 <b>on_addButton_clicked</b>(<i></i>) |
161 <b>on_addButton_clicked</b>(<i></i>) |
185 <p> |
191 <p> |
186 Private slot to handle the textChanged signal of the file edit. |
192 Private slot to handle the textChanged signal of the file edit. |
187 </p> |
193 </p> |
188 <dl> |
194 <dl> |
189 |
195 |
190 <dt><i>txt</i></dt> |
196 <dt><i>txt</i> (str)</dt> |
191 <dd> |
197 <dd> |
192 the text of the file edit (string) |
198 the text of the file edit |
193 </dd> |
199 </dd> |
194 </dl> |
200 </dl> |
195 <a NAME="BookmarkedFilesDialog.on_filesList_currentRowChanged" ID="BookmarkedFilesDialog.on_filesList_currentRowChanged"></a> |
201 <a NAME="BookmarkedFilesDialog.on_filesList_currentRowChanged" ID="BookmarkedFilesDialog.on_filesList_currentRowChanged"></a> |
196 <h4>BookmarkedFilesDialog.on_filesList_currentRowChanged</h4> |
202 <h4>BookmarkedFilesDialog.on_filesList_currentRowChanged</h4> |
197 <b>on_filesList_currentRowChanged</b>(<i>row</i>) |
203 <b>on_filesList_currentRowChanged</b>(<i>row</i>) |
199 <p> |
205 <p> |
200 Private slot to set the lineedit depending on the selected entry. |
206 Private slot to set the lineedit depending on the selected entry. |
201 </p> |
207 </p> |
202 <dl> |
208 <dl> |
203 |
209 |
204 <dt><i>row</i></dt> |
210 <dt><i>row</i> (int)</dt> |
205 <dd> |
211 <dd> |
206 the current row (integer) |
212 the current row |
207 </dd> |
213 </dd> |
208 </dl> |
214 </dl> |
209 <a NAME="BookmarkedFilesDialog.on_upButton_clicked" ID="BookmarkedFilesDialog.on_upButton_clicked"></a> |
215 <a NAME="BookmarkedFilesDialog.on_upButton_clicked" ID="BookmarkedFilesDialog.on_upButton_clicked"></a> |
210 <h4>BookmarkedFilesDialog.on_upButton_clicked</h4> |
216 <h4>BookmarkedFilesDialog.on_upButton_clicked</h4> |
211 <b>on_upButton_clicked</b>(<i></i>) |
217 <b>on_upButton_clicked</b>(<i></i>) |