Module implementing the QRegExp wizard dialog.
QRegExpWizardDialog | Class implementing the QRegExp wizard dialog. |
None |
Class implementing the QRegExp wizard dialog.
QRegExpWizardDialog | Constructor |
__insertString | Private method to insert a string into line edit and move cursor. |
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_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_copyButton_clicked | Private slot to copy the regexp string into the clipboard. |
on_endlineButton_clicked | Private slot to handle the end line toolbutton. |
on_executeButton_clicked | Private slot to execute the entered regexp on the test text. |
on_groupButton_clicked | Private slot to handle the group toolbutton. |
on_neglookaheadButton_clicked | Private slot to handle the negative lookahead toolbutton. |
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_repeatButton_clicked | Private slot to handle the repeat toolbutton. |
on_validateButton_clicked | Private slot to validate the entered regexp. |
on_wordboundButton_clicked | Private slot to handle the word boundary toolbutton. |
Constructor
Private method to insert a string into line edit and move cursor.
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 begin line toolbutton.
Private slot called by a button of the button box clicked.
Private slot to handle the characters toolbutton.
Private slot to copy the regexp string into the clipboard.
This slot is only available, if not called from within eric4.
Private slot to handle the end line toolbutton.
Private slot to execute the entered regexp on the test text.
This slot will execute the entered regexp 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 handle the negative lookahead toolbutton.
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 repeat toolbutton.
Private slot to validate the entered regexp.
Private slot to handle the word boundary toolbutton.