130 <p> |
130 <p> |
131 Constructor |
131 Constructor |
132 </p> |
132 </p> |
133 <dl> |
133 <dl> |
134 |
134 |
135 <dt><i>project</i></dt> |
135 <dt><i>project</i> (Project)</dt> |
136 <dd> |
136 <dd> |
137 reference to the project object |
137 reference to the project object |
138 (ProjectPyramid.Project.Project) |
138 </dd> |
139 </dd> |
139 <dt><i>parent</i> (QWidget)</dt> |
140 <dt><i>parent</i></dt> |
140 <dd> |
141 <dd> |
141 reference to the parent widget |
142 reference to the parent widget (QWidget) |
|
143 </dd> |
142 </dd> |
144 </dl> |
143 </dl> |
145 <a NAME="PyramidRoutesDialog.__procFinished" ID="PyramidRoutesDialog.__procFinished"></a> |
144 <a NAME="PyramidRoutesDialog.__procFinished" ID="PyramidRoutesDialog.__procFinished"></a> |
146 <h4>PyramidRoutesDialog.__procFinished</h4> |
145 <h4>PyramidRoutesDialog.__procFinished</h4> |
147 <b>__procFinished</b>(<i>exitCode, exitStatus</i>) |
146 <b>__procFinished</b>(<i>exitCode, exitStatus</i>) |
149 <p> |
148 <p> |
150 Private slot connected to the finished signal. |
149 Private slot connected to the finished signal. |
151 </p> |
150 </p> |
152 <dl> |
151 <dl> |
153 |
152 |
154 <dt><i>exitCode</i></dt> |
153 <dt><i>exitCode</i> (int)</dt> |
155 <dd> |
154 <dd> |
156 exit code of the process (integer) |
155 exit code of the process |
157 </dd> |
156 </dd> |
158 <dt><i>exitStatus</i></dt> |
157 <dt><i>exitStatus</i> (QProcess.ExitStatus)</dt> |
159 <dd> |
158 <dd> |
160 exit status of the process (QProcess.ExitStatus) |
159 exit status of the process |
161 </dd> |
160 </dd> |
162 </dl> |
161 </dl> |
163 <a NAME="PyramidRoutesDialog.__processBuffer" ID="PyramidRoutesDialog.__processBuffer"></a> |
162 <a NAME="PyramidRoutesDialog.__processBuffer" ID="PyramidRoutesDialog.__processBuffer"></a> |
164 <h4>PyramidRoutesDialog.__processBuffer</h4> |
163 <h4>PyramidRoutesDialog.__processBuffer</h4> |
165 <b>__processBuffer</b>(<i></i>) |
164 <b>__processBuffer</b>(<i></i>) |
204 <p> |
203 <p> |
205 Protected slot to handle a key press event. |
204 Protected slot to handle a key press event. |
206 </p> |
205 </p> |
207 <dl> |
206 <dl> |
208 |
207 |
209 <dt><i>evt</i></dt> |
208 <dt><i>evt</i> (QKeyEvent)</dt> |
210 <dd> |
209 <dd> |
211 the key press event (QKeyEvent) |
210 the key press event |
212 </dd> |
211 </dd> |
213 </dl> |
212 </dl> |
214 <a NAME="PyramidRoutesDialog.on_buttonBox_clicked" ID="PyramidRoutesDialog.on_buttonBox_clicked"></a> |
213 <a NAME="PyramidRoutesDialog.on_buttonBox_clicked" ID="PyramidRoutesDialog.on_buttonBox_clicked"></a> |
215 <h4>PyramidRoutesDialog.on_buttonBox_clicked</h4> |
214 <h4>PyramidRoutesDialog.on_buttonBox_clicked</h4> |
216 <b>on_buttonBox_clicked</b>(<i>button</i>) |
215 <b>on_buttonBox_clicked</b>(<i>button</i>) |
239 <p> |
238 <p> |
240 Private slot to handle the password checkbox toggled. |
239 Private slot to handle the password checkbox toggled. |
241 </p> |
240 </p> |
242 <dl> |
241 <dl> |
243 |
242 |
244 <dt><i>isOn</i></dt> |
243 <dt><i>isOn</i> (bool)</dt> |
245 <dd> |
244 <dd> |
246 flag indicating the status of the check box (boolean) |
245 flag indicating the status of the check box |
247 </dd> |
246 </dd> |
248 </dl> |
247 </dl> |
249 <a NAME="PyramidRoutesDialog.on_sendButton_clicked" ID="PyramidRoutesDialog.on_sendButton_clicked"></a> |
248 <a NAME="PyramidRoutesDialog.on_sendButton_clicked" ID="PyramidRoutesDialog.on_sendButton_clicked"></a> |
250 <h4>PyramidRoutesDialog.on_sendButton_clicked</h4> |
249 <h4>PyramidRoutesDialog.on_sendButton_clicked</h4> |
251 <b>on_sendButton_clicked</b>(<i></i>) |
250 <b>on_sendButton_clicked</b>(<i></i>) |
260 <p> |
259 <p> |
261 Public slot used to start the process. |
260 Public slot used to start the process. |
262 </p> |
261 </p> |
263 <dl> |
262 <dl> |
264 |
263 |
265 <dt><i>projectPath</i></dt> |
264 <dt><i>projectPath</i> (str)</dt> |
266 <dd> |
265 <dd> |
267 path to the Pyramid project (string) |
266 path to the Pyramid project |
268 </dd> |
267 </dd> |
269 </dl> |
268 </dl> |
270 <dl> |
269 <dl> |
271 <dt>Return:</dt> |
270 <dt>Return:</dt> |
272 <dd> |
271 <dd> |
273 flag indicating a successful start of the process |
272 flag indicating a successful start of the process |
|
273 </dd> |
|
274 </dl> |
|
275 <dl> |
|
276 <dt>Return Type:</dt> |
|
277 <dd> |
|
278 bool |
274 </dd> |
279 </dd> |
275 </dl> |
280 </dl> |
276 <div align="right"><a href="#top">Up</a></div> |
281 <div align="right"><a href="#top">Up</a></div> |
277 <hr /> |
282 <hr /> |
278 </body></html> |
283 </body></html> |