Module implementing the QRegularExpression wizard dialog.
None |
QRegularExpressionWizardDialog | Class for the dialog variant. |
QRegularExpressionWizardWidget | Class implementing the QRegularExpression wizard dialog. |
QRegularExpressionWizardWindow | Main window class for the standalone dialog. |
None |
Class for the dialog variant.
None |
None |
QRegularExpressionWizardDialog | Constructor |
accept | Public slot to hide the dialog and set the result code to Accepted. |
getCode | Public method to get the source code. |
reject | Public slot to hide the dialog and set the result code to Rejected. |
None |
Constructor
Public slot to hide the dialog and set the result code to Accepted.
Public method to get the source code.
Public slot to hide the dialog and set the result code to Rejected.
Class implementing the QRegularExpression wizard dialog.
None |
None |
QRegularExpressionWizardWidget | Constructor |
__insertString | Private method to insert a string into line edit and move cursor. |
__receiveResponse | Private method to receive a response from the PyQt5 server. |
__sendCommand | Private method to send a command to the PyQt5 server. |
getCode | Public method to get the source code. |
on_altnButton_clicked | Private slot to handle the alternatives toolbutton. |
on_anycharButton_clicked | Private slot to handle the any character toolbutton. |
on_atomicGroupButton_clicked | Private slot to handle the atomic non group toolbutton. |
on_beglineButton_clicked | Private slot to handle the begin line toolbutton. |
on_buttonBox_clicked | Private slot called by a button of the button box clicked. |
on_charButton_clicked | Private slot to handle the characters toolbutton. |
on_commentButton_clicked | Private slot to handle the comment toolbutton. |
on_copyButton_clicked | Private slot to copy the QRegularExpression string into the clipboard. |
on_endlineButton_clicked | Private slot to handle the end line toolbutton. |
on_executeButton_clicked | Private slot to execute the entered QRegularExpression on the test text. |
on_groupButton_clicked | Private slot to handle the group toolbutton. |
on_loadButton_clicked | Private slot to load a QRegularExpression from a file. |
on_namedGroupButton_clicked | Private slot to handle the named group toolbutton. |
on_namedReferenceButton_clicked | Private slot to handle the named reference toolbutton. |
on_neglookaheadButton_clicked | Private slot to handle the negative lookahead toolbutton. |
on_neglookbehindButton_clicked | Private slot to handle the negative lookbehind toolbutton. |
on_nextButton_clicked | Private slot to find the next match. |
on_nonGroupButton_clicked | Private slot to handle the non group toolbutton. |
on_nonwordboundButton_clicked | Private slot to handle the non word boundary toolbutton. |
on_poslookaheadButton_clicked | Private slot to handle the positive lookahead toolbutton. |
on_poslookbehindButton_clicked | Private slot to handle the positive lookbehind toolbutton. |
on_redoButton_clicked | Private slot to handle the redo action. |
on_regexpTextEdit_textChanged | Private slot called when the regexp changes. |
on_repeatButton_clicked | Private slot to handle the repeat toolbutton. |
on_saveButton_clicked | Private slot to save the QRegularExpression to a file. |
on_undoButton_clicked | Private slot to handle the undo action. |
on_validateButton_clicked | Private slot to validate the entered QRegularExpression. |
on_wordboundButton_clicked | Private slot to handle the word boundary toolbutton. |
shutdown | Public method to shut down the PyQt5 server part. |
None |
Constructor
Private method to insert a string into line edit and move cursor.
Private method to receive a response from the PyQt5 server.
Private method to send a command to the PyQt5 server.
Public method to get the source code.
Private slot to handle the alternatives toolbutton.
Private slot to handle the any character toolbutton.
Private slot to handle the atomic non group toolbutton.
Private slot to handle the begin line toolbutton.
Private slot called by a button of the button box clicked.
Private slot to handle the characters toolbutton.
Private slot to handle the comment toolbutton.
Private slot to copy the QRegularExpression string into the clipboard.
This slot is only available, if not called from within eric6.
Private slot to handle the end line toolbutton.
Private slot to execute the entered QRegularExpression on the test text.
This slot will execute the entered QRegularExpression on the entered test data and will display the result in the table part of the dialog.
Private slot to handle the group toolbutton.
Private slot to load a QRegularExpression from a file.
Private slot to handle the named group toolbutton.
Private slot to handle the named reference toolbutton.
Private slot to handle the negative lookahead toolbutton.
Private slot to handle the negative lookbehind toolbutton.
Private slot to find the next match.
Private slot to handle the non group toolbutton.
Private slot to handle the non word boundary toolbutton.
Private slot to handle the positive lookahead toolbutton.
Private slot to handle the positive lookbehind toolbutton.
Private slot to handle the redo action.
Private slot called when the regexp changes.
Private slot to handle the repeat toolbutton.
Private slot to save the QRegularExpression to a file.
Private slot to handle the undo action.
Private slot to validate the entered QRegularExpression.
Private slot to handle the word boundary toolbutton.
Public method to shut down the PyQt5 server part.
Main window class for the standalone dialog.
None |
None |
QRegularExpressionWizardWindow | Constructor |
closeEvent | Protected method handling the close event. |
None |
Constructor
Protected method handling the close event.