16 |
16 |
17 a { color: #BA6D36; } |
17 a { color: #BA6D36; } |
18 |
18 |
19 </style> |
19 </style> |
20 </head> |
20 </head> |
21 <body><a NAME="top" ID="top"></a> |
21 <body> |
|
22 <a NAME="top" ID="top"></a> |
22 <h1>Plugin_Project_Django.ProjectDjango.DjangoMigrationsListDialog</h1> |
23 <h1>Plugin_Project_Django.ProjectDjango.DjangoMigrationsListDialog</h1> |
|
24 |
23 <p> |
25 <p> |
24 Module implementing a dialog show a list of all available migrations. |
26 Module implementing a dialog show a list of all available migrations. |
25 </p> |
27 </p> |
26 <h3>Global Attributes</h3> |
28 <h3>Global Attributes</h3> |
|
29 |
27 <table> |
30 <table> |
28 <tr><td>None</td></tr> |
31 <tr><td>None</td></tr> |
29 </table> |
32 </table> |
30 <h3>Classes</h3> |
33 <h3>Classes</h3> |
31 <table> |
34 |
|
35 <table> |
|
36 |
32 <tr> |
37 <tr> |
33 <td><a href="#DjangoMigrationsListDialog">DjangoMigrationsListDialog</a></td> |
38 <td><a href="#DjangoMigrationsListDialog">DjangoMigrationsListDialog</a></td> |
34 <td>Class implementing a dialog show a list of all available migrations.</td> |
39 <td>Class implementing a dialog show a list of all available migrations.</td> |
35 </tr> |
40 </tr> |
36 </table> |
41 </table> |
37 <h3>Functions</h3> |
42 <h3>Functions</h3> |
|
43 |
38 <table> |
44 <table> |
39 <tr><td>None</td></tr> |
45 <tr><td>None</td></tr> |
40 </table> |
46 </table> |
41 <hr /><hr /> |
47 <hr /> |
|
48 <hr /> |
42 <a NAME="DjangoMigrationsListDialog" ID="DjangoMigrationsListDialog"></a> |
49 <a NAME="DjangoMigrationsListDialog" ID="DjangoMigrationsListDialog"></a> |
43 <h2>DjangoMigrationsListDialog</h2> |
50 <h2>DjangoMigrationsListDialog</h2> |
|
51 |
44 <p> |
52 <p> |
45 Class implementing a dialog show a list of all available migrations. |
53 Class implementing a dialog show a list of all available migrations. |
46 </p> |
54 </p> |
47 <h3>Derived from</h3> |
55 <h3>Derived from</h3> |
48 QDialog, Ui_DjangoMigrationsListDialog |
56 QDialog, Ui_DjangoMigrationsListDialog |
49 <h3>Class Attributes</h3> |
57 <h3>Class Attributes</h3> |
|
58 |
50 <table> |
59 <table> |
51 <tr><td>MigrationsListMode</td></tr><tr><td>MigrationsPlanMode</td></tr> |
60 <tr><td>MigrationsListMode</td></tr><tr><td>MigrationsPlanMode</td></tr> |
52 </table> |
61 </table> |
53 <h3>Class Methods</h3> |
62 <h3>Class Methods</h3> |
|
63 |
54 <table> |
64 <table> |
55 <tr><td>None</td></tr> |
65 <tr><td>None</td></tr> |
56 </table> |
66 </table> |
57 <h3>Methods</h3> |
67 <h3>Methods</h3> |
58 <table> |
68 |
|
69 <table> |
|
70 |
59 <tr> |
71 <tr> |
60 <td><a href="#DjangoMigrationsListDialog.__init__">DjangoMigrationsListDialog</a></td> |
72 <td><a href="#DjangoMigrationsListDialog.__init__">DjangoMigrationsListDialog</a></td> |
61 <td>Constructor</td> |
73 <td>Constructor</td> |
62 </tr><tr> |
74 </tr> |
|
75 <tr> |
63 <td><a href="#DjangoMigrationsListDialog.__applyAllMigrations">__applyAllMigrations</a></td> |
76 <td><a href="#DjangoMigrationsListDialog.__applyAllMigrations">__applyAllMigrations</a></td> |
64 <td>Private slot to apply all migrations.</td> |
77 <td>Private slot to apply all migrations.</td> |
65 </tr><tr> |
78 </tr> |
|
79 <tr> |
66 <td><a href="#DjangoMigrationsListDialog.__applyMigration">__applyMigration</a></td> |
80 <td><a href="#DjangoMigrationsListDialog.__applyMigration">__applyMigration</a></td> |
67 <td>Private slot to apply the selected migrations.</td> |
81 <td>Private slot to apply the selected migrations.</td> |
68 </tr><tr> |
82 </tr> |
|
83 <tr> |
69 <td><a href="#DjangoMigrationsListDialog.__createListItem">__createListItem</a></td> |
84 <td><a href="#DjangoMigrationsListDialog.__createListItem">__createListItem</a></td> |
70 <td>Private method to create an item for list mode.</td> |
85 <td>Private method to create an item for list mode.</td> |
71 </tr><tr> |
86 </tr> |
|
87 <tr> |
72 <td><a href="#DjangoMigrationsListDialog.__createPlanItem">__createPlanItem</a></td> |
88 <td><a href="#DjangoMigrationsListDialog.__createPlanItem">__createPlanItem</a></td> |
73 <td>Private method to create an item for plan mode.</td> |
89 <td>Private method to create an item for plan mode.</td> |
74 </tr><tr> |
90 </tr> |
|
91 <tr> |
75 <td><a href="#DjangoMigrationsListDialog.__finish">__finish</a></td> |
92 <td><a href="#DjangoMigrationsListDialog.__finish">__finish</a></td> |
76 <td>Private slot called when the process finished or the user pressed the button.</td> |
93 <td>Private slot called when the process finished or the user pressed the button.</td> |
77 </tr><tr> |
94 </tr> |
|
95 <tr> |
78 <td><a href="#DjangoMigrationsListDialog.__makeMigrations">__makeMigrations</a></td> |
96 <td><a href="#DjangoMigrationsListDialog.__makeMigrations">__makeMigrations</a></td> |
79 <td>Private slot to make migrations for the selected apps.</td> |
97 <td>Private slot to make migrations for the selected apps.</td> |
80 </tr><tr> |
98 </tr> |
|
99 <tr> |
81 <td><a href="#DjangoMigrationsListDialog.__procFinished">__procFinished</a></td> |
100 <td><a href="#DjangoMigrationsListDialog.__procFinished">__procFinished</a></td> |
82 <td>Private slot connected to the finished signal.</td> |
101 <td>Private slot connected to the finished signal.</td> |
83 </tr><tr> |
102 </tr> |
|
103 <tr> |
84 <td><a href="#DjangoMigrationsListDialog.__readStderr">__readStderr</a></td> |
104 <td><a href="#DjangoMigrationsListDialog.__readStderr">__readStderr</a></td> |
85 <td>Private slot to handle the readyReadStderr signal.</td> |
105 <td>Private slot to handle the readyReadStderr signal.</td> |
86 </tr><tr> |
106 </tr> |
|
107 <tr> |
87 <td><a href="#DjangoMigrationsListDialog.__readStdout">__readStdout</a></td> |
108 <td><a href="#DjangoMigrationsListDialog.__readStdout">__readStdout</a></td> |
88 <td>Private slot to handle the readyReadStdout signal.</td> |
109 <td>Private slot to handle the readyReadStdout signal.</td> |
89 </tr><tr> |
110 </tr> |
|
111 <tr> |
90 <td><a href="#DjangoMigrationsListDialog.__resizeColumns">__resizeColumns</a></td> |
112 <td><a href="#DjangoMigrationsListDialog.__resizeColumns">__resizeColumns</a></td> |
91 <td>Private method to resize the list columns.</td> |
113 <td>Private method to resize the list columns.</td> |
92 </tr><tr> |
114 </tr> |
|
115 <tr> |
93 <td><a href="#DjangoMigrationsListDialog.__unapplyMigration">__unapplyMigration</a></td> |
116 <td><a href="#DjangoMigrationsListDialog.__unapplyMigration">__unapplyMigration</a></td> |
94 <td>Private slot to unapply the selected migrations.</td> |
117 <td>Private slot to unapply the selected migrations.</td> |
95 </tr><tr> |
118 </tr> |
|
119 <tr> |
96 <td><a href="#DjangoMigrationsListDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td> |
120 <td><a href="#DjangoMigrationsListDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td> |
97 <td>Private slot called by a button of the button box clicked.</td> |
121 <td>Private slot called by a button of the button box clicked.</td> |
98 </tr><tr> |
122 </tr> |
|
123 <tr> |
99 <td><a href="#DjangoMigrationsListDialog.on_migrationsList_customContextMenuRequested">on_migrationsList_customContextMenuRequested</a></td> |
124 <td><a href="#DjangoMigrationsListDialog.on_migrationsList_customContextMenuRequested">on_migrationsList_customContextMenuRequested</a></td> |
100 <td>Private slot to show the context menu.</td> |
125 <td>Private slot to show the context menu.</td> |
101 </tr><tr> |
126 </tr> |
|
127 <tr> |
102 <td><a href="#DjangoMigrationsListDialog.on_refreshButton_clicked">on_refreshButton_clicked</a></td> |
128 <td><a href="#DjangoMigrationsListDialog.on_refreshButton_clicked">on_refreshButton_clicked</a></td> |
103 <td>Private slot to refresh the log.</td> |
129 <td>Private slot to refresh the log.</td> |
104 </tr><tr> |
130 </tr> |
|
131 <tr> |
105 <td><a href="#DjangoMigrationsListDialog.start">start</a></td> |
132 <td><a href="#DjangoMigrationsListDialog.start">start</a></td> |
106 <td>Public slot used to start the process.</td> |
133 <td>Public slot used to start the process.</td> |
107 </tr> |
134 </tr> |
108 </table> |
135 </table> |
109 <h3>Static Methods</h3> |
136 <h3>Static Methods</h3> |
|
137 |
110 <table> |
138 <table> |
111 <tr><td>None</td></tr> |
139 <tr><td>None</td></tr> |
112 </table> |
140 </table> |
|
141 |
113 <a NAME="DjangoMigrationsListDialog.__init__" ID="DjangoMigrationsListDialog.__init__"></a> |
142 <a NAME="DjangoMigrationsListDialog.__init__" ID="DjangoMigrationsListDialog.__init__"></a> |
114 <h4>DjangoMigrationsListDialog (Constructor)</h4> |
143 <h4>DjangoMigrationsListDialog (Constructor)</h4> |
115 <b>DjangoMigrationsListDialog</b>(<i>mode, django, parent=None</i>) |
144 <b>DjangoMigrationsListDialog</b>(<i>mode, django, parent=None</i>) |
|
145 |
116 <p> |
146 <p> |
117 Constructor |
147 Constructor |
118 </p><dl> |
148 </p> |
|
149 <dl> |
|
150 |
119 <dt><i>mode</i> (str)</dt> |
151 <dt><i>mode</i> (str)</dt> |
120 <dd> |
152 <dd> |
121 mode of the dialog |
153 mode of the dialog |
122 </dd><dt><i>django</i> (Project)</dt> |
154 </dd> |
|
155 <dt><i>django</i> (Project)</dt> |
123 <dd> |
156 <dd> |
124 reference to the Django project object |
157 reference to the Django project object |
125 </dd><dt><i>parent</i> (QWidget)</dt> |
158 </dd> |
|
159 <dt><i>parent</i> (QWidget)</dt> |
126 <dd> |
160 <dd> |
127 reference to the parent widget |
161 reference to the parent widget |
128 </dd> |
162 </dd> |
129 </dl><a NAME="DjangoMigrationsListDialog.__applyAllMigrations" ID="DjangoMigrationsListDialog.__applyAllMigrations"></a> |
163 </dl> |
|
164 <a NAME="DjangoMigrationsListDialog.__applyAllMigrations" ID="DjangoMigrationsListDialog.__applyAllMigrations"></a> |
130 <h4>DjangoMigrationsListDialog.__applyAllMigrations</h4> |
165 <h4>DjangoMigrationsListDialog.__applyAllMigrations</h4> |
131 <b>__applyAllMigrations</b>(<i></i>) |
166 <b>__applyAllMigrations</b>(<i></i>) |
|
167 |
132 <p> |
168 <p> |
133 Private slot to apply all migrations. |
169 Private slot to apply all migrations. |
134 </p><a NAME="DjangoMigrationsListDialog.__applyMigration" ID="DjangoMigrationsListDialog.__applyMigration"></a> |
170 </p> |
|
171 <a NAME="DjangoMigrationsListDialog.__applyMigration" ID="DjangoMigrationsListDialog.__applyMigration"></a> |
135 <h4>DjangoMigrationsListDialog.__applyMigration</h4> |
172 <h4>DjangoMigrationsListDialog.__applyMigration</h4> |
136 <b>__applyMigration</b>(<i></i>) |
173 <b>__applyMigration</b>(<i></i>) |
|
174 |
137 <p> |
175 <p> |
138 Private slot to apply the selected migrations. |
176 Private slot to apply the selected migrations. |
139 </p><a NAME="DjangoMigrationsListDialog.__createListItem" ID="DjangoMigrationsListDialog.__createListItem"></a> |
177 </p> |
|
178 <a NAME="DjangoMigrationsListDialog.__createListItem" ID="DjangoMigrationsListDialog.__createListItem"></a> |
140 <h4>DjangoMigrationsListDialog.__createListItem</h4> |
179 <h4>DjangoMigrationsListDialog.__createListItem</h4> |
141 <b>__createListItem</b>(<i>line</i>) |
180 <b>__createListItem</b>(<i>line</i>) |
|
181 |
142 <p> |
182 <p> |
143 Private method to create an item for list mode. |
183 Private method to create an item for list mode. |
144 </p><dl> |
184 </p> |
|
185 <dl> |
|
186 |
145 <dt><i>line</i> (str)</dt> |
187 <dt><i>line</i> (str)</dt> |
146 <dd> |
188 <dd> |
147 line of text |
189 line of text |
148 </dd> |
190 </dd> |
149 </dl><a NAME="DjangoMigrationsListDialog.__createPlanItem" ID="DjangoMigrationsListDialog.__createPlanItem"></a> |
191 </dl> |
|
192 <a NAME="DjangoMigrationsListDialog.__createPlanItem" ID="DjangoMigrationsListDialog.__createPlanItem"></a> |
150 <h4>DjangoMigrationsListDialog.__createPlanItem</h4> |
193 <h4>DjangoMigrationsListDialog.__createPlanItem</h4> |
151 <b>__createPlanItem</b>(<i>line</i>) |
194 <b>__createPlanItem</b>(<i>line</i>) |
|
195 |
152 <p> |
196 <p> |
153 Private method to create an item for plan mode. |
197 Private method to create an item for plan mode. |
154 </p><dl> |
198 </p> |
|
199 <dl> |
|
200 |
155 <dt><i>line</i> (str)</dt> |
201 <dt><i>line</i> (str)</dt> |
156 <dd> |
202 <dd> |
157 line of text |
203 line of text |
158 </dd> |
204 </dd> |
159 </dl><a NAME="DjangoMigrationsListDialog.__finish" ID="DjangoMigrationsListDialog.__finish"></a> |
205 </dl> |
|
206 <a NAME="DjangoMigrationsListDialog.__finish" ID="DjangoMigrationsListDialog.__finish"></a> |
160 <h4>DjangoMigrationsListDialog.__finish</h4> |
207 <h4>DjangoMigrationsListDialog.__finish</h4> |
161 <b>__finish</b>(<i></i>) |
208 <b>__finish</b>(<i></i>) |
|
209 |
162 <p> |
210 <p> |
163 Private slot called when the process finished or the user pressed the |
211 Private slot called when the process finished or the user pressed the |
164 button. |
212 button. |
165 </p><a NAME="DjangoMigrationsListDialog.__makeMigrations" ID="DjangoMigrationsListDialog.__makeMigrations"></a> |
213 </p> |
|
214 <a NAME="DjangoMigrationsListDialog.__makeMigrations" ID="DjangoMigrationsListDialog.__makeMigrations"></a> |
166 <h4>DjangoMigrationsListDialog.__makeMigrations</h4> |
215 <h4>DjangoMigrationsListDialog.__makeMigrations</h4> |
167 <b>__makeMigrations</b>(<i>dryRun=False, empty=False</i>) |
216 <b>__makeMigrations</b>(<i>dryRun=False, empty=False</i>) |
|
217 |
168 <p> |
218 <p> |
169 Private slot to make migrations for the selected apps. |
219 Private slot to make migrations for the selected apps. |
170 </p><dl> |
220 </p> |
|
221 <dl> |
|
222 |
171 <dt><i>dryRun</i> (bool)</dt> |
223 <dt><i>dryRun</i> (bool)</dt> |
172 <dd> |
224 <dd> |
173 flag indicating a dry-run |
225 flag indicating a dry-run |
174 </dd><dt><i>empty</i> (bool)</dt> |
226 </dd> |
|
227 <dt><i>empty</i> (bool)</dt> |
175 <dd> |
228 <dd> |
176 flag indicating an empty migration |
229 flag indicating an empty migration |
177 </dd> |
230 </dd> |
178 </dl><a NAME="DjangoMigrationsListDialog.__procFinished" ID="DjangoMigrationsListDialog.__procFinished"></a> |
231 </dl> |
|
232 <a NAME="DjangoMigrationsListDialog.__procFinished" ID="DjangoMigrationsListDialog.__procFinished"></a> |
179 <h4>DjangoMigrationsListDialog.__procFinished</h4> |
233 <h4>DjangoMigrationsListDialog.__procFinished</h4> |
180 <b>__procFinished</b>(<i>exitCode, exitStatus</i>) |
234 <b>__procFinished</b>(<i>exitCode, exitStatus</i>) |
|
235 |
181 <p> |
236 <p> |
182 Private slot connected to the finished signal. |
237 Private slot connected to the finished signal. |
183 </p><dl> |
238 </p> |
|
239 <dl> |
|
240 |
184 <dt><i>exitCode</i></dt> |
241 <dt><i>exitCode</i></dt> |
185 <dd> |
242 <dd> |
186 exit code of the process (integer) |
243 exit code of the process (integer) |
187 </dd><dt><i>exitStatus</i></dt> |
244 </dd> |
|
245 <dt><i>exitStatus</i></dt> |
188 <dd> |
246 <dd> |
189 exit status of the process (QProcess.ExitStatus) |
247 exit status of the process (QProcess.ExitStatus) |
190 </dd> |
248 </dd> |
191 </dl><a NAME="DjangoMigrationsListDialog.__readStderr" ID="DjangoMigrationsListDialog.__readStderr"></a> |
249 </dl> |
|
250 <a NAME="DjangoMigrationsListDialog.__readStderr" ID="DjangoMigrationsListDialog.__readStderr"></a> |
192 <h4>DjangoMigrationsListDialog.__readStderr</h4> |
251 <h4>DjangoMigrationsListDialog.__readStderr</h4> |
193 <b>__readStderr</b>(<i></i>) |
252 <b>__readStderr</b>(<i></i>) |
|
253 |
194 <p> |
254 <p> |
195 Private slot to handle the readyReadStderr signal. |
255 Private slot to handle the readyReadStderr signal. |
196 </p><p> |
256 </p> |
|
257 <p> |
197 It reads the error output of the process and inserts it into the |
258 It reads the error output of the process and inserts it into the |
198 error pane. |
259 error pane. |
199 </p><a NAME="DjangoMigrationsListDialog.__readStdout" ID="DjangoMigrationsListDialog.__readStdout"></a> |
260 </p> |
|
261 <a NAME="DjangoMigrationsListDialog.__readStdout" ID="DjangoMigrationsListDialog.__readStdout"></a> |
200 <h4>DjangoMigrationsListDialog.__readStdout</h4> |
262 <h4>DjangoMigrationsListDialog.__readStdout</h4> |
201 <b>__readStdout</b>(<i></i>) |
263 <b>__readStdout</b>(<i></i>) |
|
264 |
202 <p> |
265 <p> |
203 Private slot to handle the readyReadStdout signal. |
266 Private slot to handle the readyReadStdout signal. |
204 </p><p> |
267 </p> |
|
268 <p> |
205 It reads the output of the process, formats it and inserts it into |
269 It reads the output of the process, formats it and inserts it into |
206 the contents pane. |
270 the contents pane. |
207 </p><a NAME="DjangoMigrationsListDialog.__resizeColumns" ID="DjangoMigrationsListDialog.__resizeColumns"></a> |
271 </p> |
|
272 <a NAME="DjangoMigrationsListDialog.__resizeColumns" ID="DjangoMigrationsListDialog.__resizeColumns"></a> |
208 <h4>DjangoMigrationsListDialog.__resizeColumns</h4> |
273 <h4>DjangoMigrationsListDialog.__resizeColumns</h4> |
209 <b>__resizeColumns</b>(<i></i>) |
274 <b>__resizeColumns</b>(<i></i>) |
|
275 |
210 <p> |
276 <p> |
211 Private method to resize the list columns. |
277 Private method to resize the list columns. |
212 </p><a NAME="DjangoMigrationsListDialog.__unapplyMigration" ID="DjangoMigrationsListDialog.__unapplyMigration"></a> |
278 </p> |
|
279 <a NAME="DjangoMigrationsListDialog.__unapplyMigration" ID="DjangoMigrationsListDialog.__unapplyMigration"></a> |
213 <h4>DjangoMigrationsListDialog.__unapplyMigration</h4> |
280 <h4>DjangoMigrationsListDialog.__unapplyMigration</h4> |
214 <b>__unapplyMigration</b>(<i></i>) |
281 <b>__unapplyMigration</b>(<i></i>) |
|
282 |
215 <p> |
283 <p> |
216 Private slot to unapply the selected migrations. |
284 Private slot to unapply the selected migrations. |
217 </p><a NAME="DjangoMigrationsListDialog.on_buttonBox_clicked" ID="DjangoMigrationsListDialog.on_buttonBox_clicked"></a> |
285 </p> |
|
286 <a NAME="DjangoMigrationsListDialog.on_buttonBox_clicked" ID="DjangoMigrationsListDialog.on_buttonBox_clicked"></a> |
218 <h4>DjangoMigrationsListDialog.on_buttonBox_clicked</h4> |
287 <h4>DjangoMigrationsListDialog.on_buttonBox_clicked</h4> |
219 <b>on_buttonBox_clicked</b>(<i>button</i>) |
288 <b>on_buttonBox_clicked</b>(<i>button</i>) |
|
289 |
220 <p> |
290 <p> |
221 Private slot called by a button of the button box clicked. |
291 Private slot called by a button of the button box clicked. |
222 </p><dl> |
292 </p> |
|
293 <dl> |
|
294 |
223 <dt><i>button</i> (QAbstractButton)</dt> |
295 <dt><i>button</i> (QAbstractButton)</dt> |
224 <dd> |
296 <dd> |
225 button that was clicked |
297 button that was clicked |
226 </dd> |
298 </dd> |
227 </dl><a NAME="DjangoMigrationsListDialog.on_migrationsList_customContextMenuRequested" ID="DjangoMigrationsListDialog.on_migrationsList_customContextMenuRequested"></a> |
299 </dl> |
|
300 <a NAME="DjangoMigrationsListDialog.on_migrationsList_customContextMenuRequested" ID="DjangoMigrationsListDialog.on_migrationsList_customContextMenuRequested"></a> |
228 <h4>DjangoMigrationsListDialog.on_migrationsList_customContextMenuRequested</h4> |
301 <h4>DjangoMigrationsListDialog.on_migrationsList_customContextMenuRequested</h4> |
229 <b>on_migrationsList_customContextMenuRequested</b>(<i>pos</i>) |
302 <b>on_migrationsList_customContextMenuRequested</b>(<i>pos</i>) |
|
303 |
230 <p> |
304 <p> |
231 Private slot to show the context menu. |
305 Private slot to show the context menu. |
232 </p><dl> |
306 </p> |
|
307 <dl> |
|
308 |
233 <dt><i>pos</i> (QPoint)</dt> |
309 <dt><i>pos</i> (QPoint)</dt> |
234 <dd> |
310 <dd> |
235 position the context menu was requested at |
311 position the context menu was requested at |
236 </dd> |
312 </dd> |
237 </dl><a NAME="DjangoMigrationsListDialog.on_refreshButton_clicked" ID="DjangoMigrationsListDialog.on_refreshButton_clicked"></a> |
313 </dl> |
|
314 <a NAME="DjangoMigrationsListDialog.on_refreshButton_clicked" ID="DjangoMigrationsListDialog.on_refreshButton_clicked"></a> |
238 <h4>DjangoMigrationsListDialog.on_refreshButton_clicked</h4> |
315 <h4>DjangoMigrationsListDialog.on_refreshButton_clicked</h4> |
239 <b>on_refreshButton_clicked</b>(<i></i>) |
316 <b>on_refreshButton_clicked</b>(<i></i>) |
|
317 |
240 <p> |
318 <p> |
241 Private slot to refresh the log. |
319 Private slot to refresh the log. |
242 </p><a NAME="DjangoMigrationsListDialog.start" ID="DjangoMigrationsListDialog.start"></a> |
320 </p> |
|
321 <a NAME="DjangoMigrationsListDialog.start" ID="DjangoMigrationsListDialog.start"></a> |
243 <h4>DjangoMigrationsListDialog.start</h4> |
322 <h4>DjangoMigrationsListDialog.start</h4> |
244 <b>start</b>(<i>pythonExecutable, sitePath, databaseName</i>) |
323 <b>start</b>(<i>pythonExecutable, sitePath, databaseName</i>) |
|
324 |
245 <p> |
325 <p> |
246 Public slot used to start the process. |
326 Public slot used to start the process. |
247 </p><dl> |
327 </p> |
|
328 <dl> |
|
329 |
248 <dt><i>pythonExecutable</i> (str)</dt> |
330 <dt><i>pythonExecutable</i> (str)</dt> |
249 <dd> |
331 <dd> |
250 Python executable to be used |
332 Python executable to be used |
251 </dd><dt><i>sitePath</i> (str)</dt> |
333 </dd> |
|
334 <dt><i>sitePath</i> (str)</dt> |
252 <dd> |
335 <dd> |
253 path of the site |
336 path of the site |
254 </dd><dt><i>databaseName</i> (str)</dt> |
337 </dd> |
|
338 <dt><i>databaseName</i> (str)</dt> |
255 <dd> |
339 <dd> |
256 name of the database to be used |
340 name of the database to be used |
257 </dd> |
341 </dd> |
258 </dl><dl> |
342 </dl> |
|
343 <dl> |
259 <dt>Returns:</dt> |
344 <dt>Returns:</dt> |
260 <dd> |
345 <dd> |
261 flag indicating a successful start of the process |
346 flag indicating a successful start of the process |
262 </dd> |
347 </dd> |
263 </dl><dl> |
348 </dl> |
|
349 <dl> |
264 <dt>Return Type:</dt> |
350 <dt>Return Type:</dt> |
265 <dd> |
351 <dd> |
266 bool |
352 bool |
267 </dd> |
353 </dd> |
268 </dl> |
354 </dl> |