188 <td><a href="#QRegularExpressionWizardWidget.__insertString">__insertString</a></td> |
188 <td><a href="#QRegularExpressionWizardWidget.__insertString">__insertString</a></td> |
189 <td>Private method to insert a string into line edit and move cursor.</td> |
189 <td>Private method to insert a string into line edit and move cursor.</td> |
190 </tr> |
190 </tr> |
191 <tr> |
191 <tr> |
192 <td><a href="#QRegularExpressionWizardWidget.__receiveResponse">__receiveResponse</a></td> |
192 <td><a href="#QRegularExpressionWizardWidget.__receiveResponse">__receiveResponse</a></td> |
193 <td>Private method to receive a response from the PyQt5 server.</td> |
193 <td>Private method to receive a response from the server.</td> |
194 </tr> |
194 </tr> |
195 <tr> |
195 <tr> |
196 <td><a href="#QRegularExpressionWizardWidget.__sendCommand">__sendCommand</a></td> |
196 <td><a href="#QRegularExpressionWizardWidget.__sendCommand">__sendCommand</a></td> |
197 <td>Private method to send a command to the PyQt5 server.</td> |
197 <td>Private method to send a command to the server.</td> |
198 </tr> |
198 </tr> |
199 <tr> |
199 <tr> |
200 <td><a href="#QRegularExpressionWizardWidget.getCode">getCode</a></td> |
200 <td><a href="#QRegularExpressionWizardWidget.getCode">getCode</a></td> |
201 <td>Public method to get the source code.</td> |
201 <td>Public method to get the source code.</td> |
202 </tr> |
202 </tr> |
312 <td><a href="#QRegularExpressionWizardWidget.on_wordboundButton_clicked">on_wordboundButton_clicked</a></td> |
312 <td><a href="#QRegularExpressionWizardWidget.on_wordboundButton_clicked">on_wordboundButton_clicked</a></td> |
313 <td>Private slot to handle the word boundary toolbutton.</td> |
313 <td>Private slot to handle the word boundary toolbutton.</td> |
314 </tr> |
314 </tr> |
315 <tr> |
315 <tr> |
316 <td><a href="#QRegularExpressionWizardWidget.shutdown">shutdown</a></td> |
316 <td><a href="#QRegularExpressionWizardWidget.shutdown">shutdown</a></td> |
317 <td>Public method to shut down the PyQt5 server part.</td> |
317 <td>Public method to shut down the server part.</td> |
318 </tr> |
318 </tr> |
319 </table> |
319 </table> |
320 <h3>Static Methods</h3> |
320 <h3>Static Methods</h3> |
321 |
321 |
322 <table> |
322 <table> |
364 <a NAME="QRegularExpressionWizardWidget.__receiveResponse" ID="QRegularExpressionWizardWidget.__receiveResponse"></a> |
364 <a NAME="QRegularExpressionWizardWidget.__receiveResponse" ID="QRegularExpressionWizardWidget.__receiveResponse"></a> |
365 <h4>QRegularExpressionWizardWidget.__receiveResponse</h4> |
365 <h4>QRegularExpressionWizardWidget.__receiveResponse</h4> |
366 <b>__receiveResponse</b>(<i></i>) |
366 <b>__receiveResponse</b>(<i></i>) |
367 |
367 |
368 <p> |
368 <p> |
369 Private method to receive a response from the PyQt5 server. |
369 Private method to receive a response from the server. |
370 </p> |
370 </p> |
371 <dl> |
371 <dl> |
372 <dt>Return:</dt> |
372 <dt>Return:</dt> |
373 <dd> |
373 <dd> |
374 response dictionary (dict) |
374 response dictionary (dict) |
377 <a NAME="QRegularExpressionWizardWidget.__sendCommand" ID="QRegularExpressionWizardWidget.__sendCommand"></a> |
377 <a NAME="QRegularExpressionWizardWidget.__sendCommand" ID="QRegularExpressionWizardWidget.__sendCommand"></a> |
378 <h4>QRegularExpressionWizardWidget.__sendCommand</h4> |
378 <h4>QRegularExpressionWizardWidget.__sendCommand</h4> |
379 <b>__sendCommand</b>(<i>command, **kw</i>) |
379 <b>__sendCommand</b>(<i>command, **kw</i>) |
380 |
380 |
381 <p> |
381 <p> |
382 Private method to send a command to the PyQt5 server. |
382 Private method to send a command to the server. |
383 </p> |
383 </p> |
384 <dl> |
384 <dl> |
385 |
385 |
386 <dt><i>command</i></dt> |
386 <dt><i>command</i></dt> |
387 <dd> |
387 <dd> |
644 <a NAME="QRegularExpressionWizardWidget.shutdown" ID="QRegularExpressionWizardWidget.shutdown"></a> |
644 <a NAME="QRegularExpressionWizardWidget.shutdown" ID="QRegularExpressionWizardWidget.shutdown"></a> |
645 <h4>QRegularExpressionWizardWidget.shutdown</h4> |
645 <h4>QRegularExpressionWizardWidget.shutdown</h4> |
646 <b>shutdown</b>(<i></i>) |
646 <b>shutdown</b>(<i></i>) |
647 |
647 |
648 <p> |
648 <p> |
649 Public method to shut down the PyQt5 server part. |
649 Public method to shut down the server part. |
650 </p> |
650 </p> |
651 <div align="right"><a href="#top">Up</a></div> |
651 <div align="right"><a href="#top">Up</a></div> |
652 <hr /> |
652 <hr /> |
653 <hr /> |
653 <hr /> |
654 <a NAME="QRegularExpressionWizardWindow" ID="QRegularExpressionWizardWindow"></a> |
654 <a NAME="QRegularExpressionWizardWindow" ID="QRegularExpressionWizardWindow"></a> |