Module implementing the QRegExp wizard dialog.
None |
QRegExpWizardDialog | Class for the dialog variant. |
QRegExpWizardWidget | Class implementing the QRegExp wizard dialog. |
QRegExpWizardWindow | Main window class for the standalone dialog. |
None |
Class for the dialog variant.
None |
None |
QRegExpWizardDialog | Constructor |
getCode | Public method to get the source code. |
None |
Constructor
Public method to get the source code.
Class implementing the QRegExp wizard dialog.
None |
None |
QRegExpWizardWidget | Constructor |
__getPatternSyntaxCode | Private method to convert a pattern syntax value into a pattern syntax string. |
__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_loadButton_clicked | Private slot to load a regexp from a file. |
on_neglookaheadButton_clicked | Private slot to handle the negative lookahead 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_regexpLineEdit_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 regexp to a file. |
on_syntaxCombo_currentIndexChanged | Private slot handling the selection of a pattern syntax. |
on_validateButton_clicked | Private slot to validate the entered regexp. |
on_w3cAltnButton_clicked | Private slot to handle the alternatives toolbutton. |
on_w3cAnycharButton_clicked | Private slot to handle the W3C any character toolbutton. |
on_w3cCharButton_clicked | Private slot to handle the wildcard characters toolbutton. |
on_w3cGroupButton_clicked | Private slot to handle the W3C group toolbutton. |
on_w3cRepeatButton_clicked | Private slot to handle the W3C repeat toolbutton. |
on_wildcardAnycharButton_clicked | Private slot to handle the wildcard any character toolbutton. |
on_wildcardCharButton_clicked | Private slot to handle the wildcard characters toolbutton. |
on_wildcardRepeatButton_clicked | Private slot to handle the wildcard multiple characters toolbutton. |
on_wordboundButton_clicked | Private slot to handle the word boundary toolbutton. |
None |
Constructor
Private method to convert a pattern syntax value into a pattern syntax string.
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 eric6.
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 load a regexp from a file.
Private slot to handle the negative lookahead 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 called when the regexp changes.
Private slot to handle the repeat toolbutton.
Private slot to save the regexp to a file.
Private slot handling the selection of a pattern syntax.
Private slot to validate the entered regexp.
Private slot to handle the alternatives toolbutton.
Private slot to handle the W3C any character toolbutton.
Private slot to handle the wildcard characters toolbutton.
Private slot to handle the W3C group toolbutton.
Private slot to handle the W3C repeat toolbutton.
Private slot to handle the wildcard any character toolbutton.
Private slot to handle the wildcard characters toolbutton.
Private slot to handle the wildcard multiple characters toolbutton.
Private slot to handle the word boundary toolbutton.
Main window class for the standalone dialog.
None |
None |
QRegExpWizardWindow | Constructor |
None |
Constructor