87 <tr> |
87 <tr> |
88 <td><a href="#FlaskCommandDialog.closeEvent">closeEvent</a></td> |
88 <td><a href="#FlaskCommandDialog.closeEvent">closeEvent</a></td> |
89 <td>Protected method handling the close event of the dialog.</td> |
89 <td>Protected method handling the close event of the dialog.</td> |
90 </tr> |
90 </tr> |
91 <tr> |
91 <tr> |
|
92 <td><a href="#FlaskCommandDialog.normalExit">normalExit</a></td> |
|
93 <td>Public method to test, if the process ended without errors.</td> |
|
94 </tr> |
|
95 <tr> |
92 <td><a href="#FlaskCommandDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td> |
96 <td><a href="#FlaskCommandDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td> |
93 <td>Private slot handling presses of the button box buttons.</td> |
97 <td>Private slot handling presses of the button box buttons.</td> |
94 </tr> |
98 </tr> |
95 <tr> |
99 <tr> |
96 <td><a href="#FlaskCommandDialog.startCommand">startCommand</a></td> |
100 <td><a href="#FlaskCommandDialog.startCommand">startCommand</a></td> |
177 <dt><i>evt</i> (QCloseEvent)</dt> |
181 <dt><i>evt</i> (QCloseEvent)</dt> |
178 <dd> |
182 <dd> |
179 reference to the close event object |
183 reference to the close event object |
180 </dd> |
184 </dd> |
181 </dl> |
185 </dl> |
|
186 <a NAME="FlaskCommandDialog.normalExit" ID="FlaskCommandDialog.normalExit"></a> |
|
187 <h4>FlaskCommandDialog.normalExit</h4> |
|
188 <b>normalExit</b>(<i></i>) |
|
189 |
|
190 <p> |
|
191 Public method to test, if the process ended without errors. |
|
192 </p> |
|
193 <dl> |
|
194 <dt>Returns:</dt> |
|
195 <dd> |
|
196 flag indicating a normal process exit |
|
197 </dd> |
|
198 </dl> |
|
199 <dl> |
|
200 <dt>Return Type:</dt> |
|
201 <dd> |
|
202 bool |
|
203 </dd> |
|
204 </dl> |
182 <a NAME="FlaskCommandDialog.on_buttonBox_clicked" ID="FlaskCommandDialog.on_buttonBox_clicked"></a> |
205 <a NAME="FlaskCommandDialog.on_buttonBox_clicked" ID="FlaskCommandDialog.on_buttonBox_clicked"></a> |
183 <h4>FlaskCommandDialog.on_buttonBox_clicked</h4> |
206 <h4>FlaskCommandDialog.on_buttonBox_clicked</h4> |
184 <b>on_buttonBox_clicked</b>(<i>button</i>) |
207 <b>on_buttonBox_clicked</b>(<i>button</i>) |
185 |
208 |
186 <p> |
209 <p> |