Module implementing a dialog for entering character classes.
None |
PyRegExpWizardCharactersDialog | Class implementing a dialog for entering character classes. |
None |
Class implementing a dialog for entering character classes.
predefinedClasses |
specialChars |
None |
PyRegExpWizardCharactersDialog | Constructor |
__addRangesLine | Private slot to add a line of entry widgets for character ranges. |
__addSinglesLine | Private slot to add a line of entry widgets for single characters. |
__formatCharacter | Private method to format the characters entered into the dialog. |
__performSelectedAction | Private method performing some actions depending on the input. |
__rangesCharTypeSelected | Private slot to handle the activated(int) signal of the char ranges combo boxes. |
__singlesCharTypeSelected | Private slot to handle the activated(int) signal of the single chars combo boxes. |
getCharacters | Public method to return the character string assembled via the dialog. |
None |
Constructor
Private slot to add a line of entry widgets for character ranges.
Private slot to add a line of entry widgets for single characters.
Private method to format the characters entered into the dialog.
Private method performing some actions depending on the input.
Private slot to handle the activated(int) signal of the char ranges combo boxes.
Private slot to handle the activated(int) signal of the single chars combo boxes.
Public method to return the character string assembled via the dialog.