64 <table> |
64 <table> |
65 <tr> |
65 <tr> |
66 <td><a href="#Project.__init__">Project</a></td> |
66 <td><a href="#Project.__init__">Project</a></td> |
67 <td>Constructor</td> |
67 <td>Constructor</td> |
68 </tr><tr> |
68 </tr><tr> |
|
69 <td><a href="#Project.__adjustWorkingDirectory">__adjustWorkingDirectory</a></td> |
|
70 <td>Private method to adjust the working directory in the arguments list.</td> |
|
71 </tr><tr> |
69 <td><a href="#Project.__buildDistribution">__buildDistribution</a></td> |
72 <td><a href="#Project.__buildDistribution">__buildDistribution</a></td> |
70 <td>Private slot to build a distribution file for the current Pyramid project.</td> |
73 <td>Private slot to build a distribution file for the current Pyramid project.</td> |
71 </tr><tr> |
74 </tr><tr> |
72 <td><a href="#Project.__createProject">__createProject</a></td> |
75 <td><a href="#Project.__createProject">__createProject</a></td> |
73 <td>Private slot to create a new Pyramid project.</td> |
76 <td>Private slot to create a new Pyramid project.</td> |
164 </tr><tr> |
167 </tr><tr> |
165 <td><a href="#Project.getPyramidCommand">getPyramidCommand</a></td> |
168 <td><a href="#Project.getPyramidCommand">getPyramidCommand</a></td> |
166 <td>Public method to build a Pyramid command.</td> |
169 <td>Public method to build a Pyramid command.</td> |
167 </tr><tr> |
170 </tr><tr> |
168 <td><a href="#Project.getPyramidVersion">getPyramidVersion</a></td> |
171 <td><a href="#Project.getPyramidVersion">getPyramidVersion</a></td> |
169 <td>Public method to get the Pyramid version.</td> |
172 <td>Public method to get the Pyramid version as a tuple.</td> |
|
173 </tr><tr> |
|
174 <td><a href="#Project.getPyramidVersionString">getPyramidVersionString</a></td> |
|
175 <td>Public method to get the Pyramid version as a string.</td> |
170 </tr><tr> |
176 </tr><tr> |
171 <td><a href="#Project.getPythonCommand">getPythonCommand</a></td> |
177 <td><a href="#Project.getPythonCommand">getPythonCommand</a></td> |
172 <td>Public method to build the Python command.</td> |
178 <td>Public method to build the Python command.</td> |
173 </tr><tr> |
179 </tr><tr> |
174 <td><a href="#Project.initActions">initActions</a></td> |
180 <td><a href="#Project.initActions">initActions</a></td> |
222 <dd> |
228 <dd> |
223 reference to the plugin object |
229 reference to the plugin object |
224 </dd><dt><i>parent</i></dt> |
230 </dd><dt><i>parent</i></dt> |
225 <dd> |
231 <dd> |
226 parent (QObject) |
232 parent (QObject) |
|
233 </dd> |
|
234 </dl><a NAME="Project.__adjustWorkingDirectory" ID="Project.__adjustWorkingDirectory"></a> |
|
235 <h4>Project.__adjustWorkingDirectory</h4> |
|
236 <b>__adjustWorkingDirectory</b>(<i>args, wd</i>) |
|
237 <p> |
|
238 Private method to adjust the working directory in the arguments list. |
|
239 </p><dl> |
|
240 <dt><i>args</i> (list of str)</dt> |
|
241 <dd> |
|
242 list of arguments to be modified |
|
243 </dd><dt><i>wd</i> (str)</dt> |
|
244 <dd> |
|
245 working directory |
227 </dd> |
246 </dd> |
228 </dl><a NAME="Project.__buildDistribution" ID="Project.__buildDistribution"></a> |
247 </dl><a NAME="Project.__buildDistribution" ID="Project.__buildDistribution"></a> |
229 <h4>Project.__buildDistribution</h4> |
248 <h4>Project.__buildDistribution</h4> |
230 <b>__buildDistribution</b>(<i></i>) |
249 <b>__buildDistribution</b>(<i></i>) |
231 <p> |
250 <p> |
547 </dd> |
566 </dd> |
548 </dl><a NAME="Project.getPyramidVersion" ID="Project.getPyramidVersion"></a> |
567 </dl><a NAME="Project.getPyramidVersion" ID="Project.getPyramidVersion"></a> |
549 <h4>Project.getPyramidVersion</h4> |
568 <h4>Project.getPyramidVersion</h4> |
550 <b>getPyramidVersion</b>(<i></i>) |
569 <b>getPyramidVersion</b>(<i></i>) |
551 <p> |
570 <p> |
552 Public method to get the Pyramid version. |
571 Public method to get the Pyramid version as a tuple. |
553 </p><dl> |
572 </p><dl> |
554 <dt>Returns:</dt> |
573 <dt>Returns:</dt> |
555 <dd> |
574 <dd> |
556 Pyramid version (string) |
575 Pyramid version |
|
576 </dd> |
|
577 </dl><dl> |
|
578 <dt>Return Type:</dt> |
|
579 <dd> |
|
580 tuple of int |
|
581 </dd> |
|
582 </dl><a NAME="Project.getPyramidVersionString" ID="Project.getPyramidVersionString"></a> |
|
583 <h4>Project.getPyramidVersionString</h4> |
|
584 <b>getPyramidVersionString</b>(<i></i>) |
|
585 <p> |
|
586 Public method to get the Pyramid version as a string. |
|
587 </p><dl> |
|
588 <dt>Returns:</dt> |
|
589 <dd> |
|
590 Pyramid version |
|
591 </dd> |
|
592 </dl><dl> |
|
593 <dt>Return Type:</dt> |
|
594 <dd> |
|
595 str |
557 </dd> |
596 </dd> |
558 </dl><a NAME="Project.getPythonCommand" ID="Project.getPythonCommand"></a> |
597 </dl><a NAME="Project.getPythonCommand" ID="Project.getPythonCommand"></a> |
559 <h4>Project.getPythonCommand</h4> |
598 <h4>Project.getPythonCommand</h4> |
560 <b>getPythonCommand</b>(<i></i>) |
599 <b>getPythonCommand</b>(<i></i>) |
561 <p> |
600 <p> |