83 <tr> |
83 <tr> |
84 <td><a href="#Project.__flaskInfo">__flaskInfo</a></td> |
84 <td><a href="#Project.__flaskInfo">__flaskInfo</a></td> |
85 <td>Private slot to show some info about Flask.</td> |
85 <td>Private slot to show some info about Flask.</td> |
86 </tr> |
86 </tr> |
87 <tr> |
87 <tr> |
88 <td><a href="#Project.__getVirtualEnvironment">__getVirtualEnvironment</a></td> |
|
89 <td>Private method to get the path of the virtual environment.</td> |
|
90 </tr> |
|
91 <tr> |
|
92 <td><a href="#Project.__initDatabase">__initDatabase</a></td> |
|
93 <td>Private slot showing the result of the database creation.</td> |
|
94 </tr> |
|
95 <tr> |
|
96 <td><a href="#Project.__isSuitableForVariant">__isSuitableForVariant</a></td> |
88 <td><a href="#Project.__isSuitableForVariant">__isSuitableForVariant</a></td> |
97 <td>Private method to test, if a detected command file is suitable for the given Python variant.</td> |
89 <td>Private method to test, if a detected command file is suitable for the given Python variant.</td> |
98 </tr> |
90 </tr> |
99 <tr> |
91 <tr> |
100 <td><a href="#Project.__runDevelopmentServer">__runDevelopmentServer</a></td> |
92 <td><a href="#Project.__runDevelopmentServer">__runDevelopmentServer</a></td> |
149 <td>Public method to get a reference to the requested menu.</td> |
141 <td>Public method to get a reference to the requested menu.</td> |
150 </tr> |
142 </tr> |
151 <tr> |
143 <tr> |
152 <td><a href="#Project.getMenuNames">getMenuNames</a></td> |
144 <td><a href="#Project.getMenuNames">getMenuNames</a></td> |
153 <td>Public method to get the names of all menus.</td> |
145 <td>Public method to get the names of all menus.</td> |
|
146 </tr> |
|
147 <tr> |
|
148 <td><a href="#Project.getVirtualEnvironment">getVirtualEnvironment</a></td> |
|
149 <td>Public method to get the path of the virtual environment.</td> |
|
150 </tr> |
|
151 <tr> |
|
152 <td><a href="#Project.getVirtualenvInterpreter">getVirtualenvInterpreter</a></td> |
|
153 <td>Public method to get the path of the Python interpreter to be used with the current project.</td> |
154 </tr> |
154 </tr> |
155 <tr> |
155 <tr> |
156 <td><a href="#Project.hasCapability">hasCapability</a></td> |
156 <td><a href="#Project.hasCapability">hasCapability</a></td> |
157 <td>Public method to check, if a capability is available.</td> |
157 <td>Public method to check, if a capability is available.</td> |
158 </tr> |
158 </tr> |
245 <b>__flaskInfo</b>(<i></i>) |
245 <b>__flaskInfo</b>(<i></i>) |
246 |
246 |
247 <p> |
247 <p> |
248 Private slot to show some info about Flask. |
248 Private slot to show some info about Flask. |
249 </p> |
249 </p> |
250 <a NAME="Project.__getVirtualEnvironment" ID="Project.__getVirtualEnvironment"></a> |
|
251 <h4>Project.__getVirtualEnvironment</h4> |
|
252 <b>__getVirtualEnvironment</b>(<i></i>) |
|
253 |
|
254 <p> |
|
255 Private method to get the path of the virtual environment. |
|
256 </p> |
|
257 <dl> |
|
258 <dt>Returns:</dt> |
|
259 <dd> |
|
260 path of the virtual environment |
|
261 </dd> |
|
262 </dl> |
|
263 <dl> |
|
264 <dt>Return Type:</dt> |
|
265 <dd> |
|
266 str |
|
267 </dd> |
|
268 </dl> |
|
269 <a NAME="Project.__initDatabase" ID="Project.__initDatabase"></a> |
|
270 <h4>Project.__initDatabase</h4> |
|
271 <b>__initDatabase</b>(<i></i>) |
|
272 |
|
273 <p> |
|
274 Private slot showing the result of the database creation. |
|
275 </p> |
|
276 <a NAME="Project.__isSuitableForVariant" ID="Project.__isSuitableForVariant"></a> |
250 <a NAME="Project.__isSuitableForVariant" ID="Project.__isSuitableForVariant"></a> |
277 <h4>Project.__isSuitableForVariant</h4> |
251 <h4>Project.__isSuitableForVariant</h4> |
278 <b>__isSuitableForVariant</b>(<i>variant, line0</i>) |
252 <b>__isSuitableForVariant</b>(<i>variant, line0</i>) |
279 |
253 |
280 <p> |
254 <p> |
519 <dt>Return Type:</dt> |
493 <dt>Return Type:</dt> |
520 <dd> |
494 <dd> |
521 list of str |
495 list of str |
522 </dd> |
496 </dd> |
523 </dl> |
497 </dl> |
|
498 <a NAME="Project.getVirtualEnvironment" ID="Project.getVirtualEnvironment"></a> |
|
499 <h4>Project.getVirtualEnvironment</h4> |
|
500 <b>getVirtualEnvironment</b>(<i></i>) |
|
501 |
|
502 <p> |
|
503 Public method to get the path of the virtual environment. |
|
504 </p> |
|
505 <dl> |
|
506 <dt>Returns:</dt> |
|
507 <dd> |
|
508 path of the virtual environment |
|
509 </dd> |
|
510 </dl> |
|
511 <dl> |
|
512 <dt>Return Type:</dt> |
|
513 <dd> |
|
514 str |
|
515 </dd> |
|
516 </dl> |
|
517 <a NAME="Project.getVirtualenvInterpreter" ID="Project.getVirtualenvInterpreter"></a> |
|
518 <h4>Project.getVirtualenvInterpreter</h4> |
|
519 <b>getVirtualenvInterpreter</b>(<i></i>) |
|
520 |
|
521 <p> |
|
522 Public method to get the path of the Python interpreter to be used |
|
523 with the current project. |
|
524 </p> |
|
525 <dl> |
|
526 <dt>Returns:</dt> |
|
527 <dd> |
|
528 path of the Python interpreter |
|
529 </dd> |
|
530 </dl> |
|
531 <dl> |
|
532 <dt>Return Type:</dt> |
|
533 <dd> |
|
534 str |
|
535 </dd> |
|
536 </dl> |
524 <a NAME="Project.hasCapability" ID="Project.hasCapability"></a> |
537 <a NAME="Project.hasCapability" ID="Project.hasCapability"></a> |
525 <h4>Project.hasCapability</h4> |
538 <h4>Project.hasCapability</h4> |
526 <b>hasCapability</b>(<i>key</i>) |
539 <b>hasCapability</b>(<i>key</i>) |
527 |
540 |
528 <p> |
541 <p> |