src/eric7/Documentation/Source/eric7.Plugins.WizardPlugins.QRegularExpressionWizard.QRegularExpressionWizardDialog.html

Fri, 27 Oct 2023 14:09:40 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Fri, 27 Oct 2023 14:09:40 +0200
branch
eric7
changeset 10259
b51dfacef37f
parent 9209
b99e7fd55fd3
child 10437
2f70ca07f0af
permissions
-rw-r--r--

Regenerated the source documentation with the corrected module parser.

<!DOCTYPE html>
<html><head>
<title>eric7.Plugins.WizardPlugins.QRegularExpressionWizard.QRegularExpressionWizardDialog</title>
<meta charset="UTF-8">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<a NAME="top" ID="top"></a>
<h1>eric7.Plugins.WizardPlugins.QRegularExpressionWizard.QRegularExpressionWizardDialog</h1>

<p>
Module implementing the QRegularExpression wizard dialog.
</p>
<h3>Global Attributes</h3>

<table>
<tr><td>None</td></tr>
</table>
<h3>Classes</h3>

<table>

<tr>
<td><a href="#QRegularExpressionWizardDialog">QRegularExpressionWizardDialog</a></td>
<td>Class for the dialog variant.</td>
</tr>
<tr>
<td><a href="#QRegularExpressionWizardWidget">QRegularExpressionWizardWidget</a></td>
<td>Class implementing the QRegularExpression wizard dialog.</td>
</tr>
<tr>
<td><a href="#QRegularExpressionWizardWindow">QRegularExpressionWizardWindow</a></td>
<td>Main window class for the standalone dialog.</td>
</tr>
</table>
<h3>Functions</h3>

<table>
<tr><td>None</td></tr>
</table>
<hr />
<hr />
<a NAME="QRegularExpressionWizardDialog" ID="QRegularExpressionWizardDialog"></a>
<h2>QRegularExpressionWizardDialog</h2>

<p>
    Class for the dialog variant.
</p>
<h3>Derived from</h3>
QDialog
<h3>Class Attributes</h3>

<table>
<tr><td>None</td></tr>
</table>
<h3>Class Methods</h3>

<table>
<tr><td>None</td></tr>
</table>
<h3>Methods</h3>

<table>

<tr>
<td><a href="#QRegularExpressionWizardDialog.__init__">QRegularExpressionWizardDialog</a></td>
<td>Constructor</td>
</tr>
<tr>
<td><a href="#QRegularExpressionWizardDialog.accept">accept</a></td>
<td>Public slot to hide the dialog and set the result code to Accepted.</td>
</tr>
<tr>
<td><a href="#QRegularExpressionWizardDialog.getCode">getCode</a></td>
<td>Public method to get the source code.</td>
</tr>
<tr>
<td><a href="#QRegularExpressionWizardDialog.reject">reject</a></td>
<td>Public slot to hide the dialog and set the result code to Rejected.</td>
</tr>
</table>
<h3>Static Methods</h3>

<table>
<tr><td>None</td></tr>
</table>

<a NAME="QRegularExpressionWizardDialog.__init__" ID="QRegularExpressionWizardDialog.__init__"></a>
<h4>QRegularExpressionWizardDialog (Constructor)</h4>
<b>QRegularExpressionWizardDialog</b>(<i>parent=None, fromEric=True</i>)

<p>
        Constructor
</p>
<dl>

<dt><i>parent</i></dt>
<dd>
parent widget (QWidget)
</dd>
<dt><i>fromEric</i></dt>
<dd>
flag indicating a call from within eric
</dd>
</dl>
<a NAME="QRegularExpressionWizardDialog.accept" ID="QRegularExpressionWizardDialog.accept"></a>
<h4>QRegularExpressionWizardDialog.accept</h4>
<b>accept</b>(<i></i>)

<p>
        Public slot to hide the dialog and set the result code to Accepted.
</p>
<a NAME="QRegularExpressionWizardDialog.getCode" ID="QRegularExpressionWizardDialog.getCode"></a>
<h4>QRegularExpressionWizardDialog.getCode</h4>
<b>getCode</b>(<i>indLevel, indString</i>)

<p>
        Public method to get the source code.
</p>
<dl>

<dt><i>indLevel</i></dt>
<dd>
indentation level (int)
</dd>
<dt><i>indString</i></dt>
<dd>
string used for indentation (space or tab) (string)
</dd>
</dl>
<dl>
<dt>Return:</dt>
<dd>
generated code (string)
</dd>
</dl>
<a NAME="QRegularExpressionWizardDialog.reject" ID="QRegularExpressionWizardDialog.reject"></a>
<h4>QRegularExpressionWizardDialog.reject</h4>
<b>reject</b>(<i></i>)

<p>
        Public slot to hide the dialog and set the result code to Rejected.
</p>
<div align="right"><a href="#top">Up</a></div>
<hr />
<hr />
<a NAME="QRegularExpressionWizardWidget" ID="QRegularExpressionWizardWidget"></a>
<h2>QRegularExpressionWizardWidget</h2>

<p>
    Class implementing the QRegularExpression wizard dialog.
</p>
<h3>Derived from</h3>
QWidget, Ui_QRegularExpressionWizardDialog
<h3>Class Attributes</h3>

<table>
<tr><td>None</td></tr>
</table>
<h3>Class Methods</h3>

<table>
<tr><td>None</td></tr>
</table>
<h3>Methods</h3>

<table>

<tr>
<td><a href="#QRegularExpressionWizardWidget.__init__">QRegularExpressionWizardWidget</a></td>
<td>Constructor</td>
</tr>
<tr>
<td><a href="#QRegularExpressionWizardWidget.__insertString">__insertString</a></td>
<td>Private method to insert a string into line edit and move cursor.</td>
</tr>
<tr>
<td><a href="#QRegularExpressionWizardWidget.__receiveResponse">__receiveResponse</a></td>
<td>Private method to receive a response from the server.</td>
</tr>
<tr>
<td><a href="#QRegularExpressionWizardWidget.__sendCommand">__sendCommand</a></td>
<td>Private method to send a command to the server.</td>
</tr>
<tr>
<td><a href="#QRegularExpressionWizardWidget.getCode">getCode</a></td>
<td>Public method to get the source code.</td>
</tr>
<tr>
<td><a href="#QRegularExpressionWizardWidget.on_altnButton_clicked">on_altnButton_clicked</a></td>
<td>Private slot to handle the alternatives toolbutton.</td>
</tr>
<tr>
<td><a href="#QRegularExpressionWizardWidget.on_anycharButton_clicked">on_anycharButton_clicked</a></td>
<td>Private slot to handle the any character toolbutton.</td>
</tr>
<tr>
<td><a href="#QRegularExpressionWizardWidget.on_atomicGroupButton_clicked">on_atomicGroupButton_clicked</a></td>
<td>Private slot to handle the atomic non group toolbutton.</td>
</tr>
<tr>
<td><a href="#QRegularExpressionWizardWidget.on_beglineButton_clicked">on_beglineButton_clicked</a></td>
<td>Private slot to handle the begin line toolbutton.</td>
</tr>
<tr>
<td><a href="#QRegularExpressionWizardWidget.on_buttonBox_clicked">on_buttonBox_clicked</a></td>
<td>Private slot called by a button of the button box clicked.</td>
</tr>
<tr>
<td><a href="#QRegularExpressionWizardWidget.on_charButton_clicked">on_charButton_clicked</a></td>
<td>Private slot to handle the characters toolbutton.</td>
</tr>
<tr>
<td><a href="#QRegularExpressionWizardWidget.on_commentButton_clicked">on_commentButton_clicked</a></td>
<td>Private slot to handle the comment toolbutton.</td>
</tr>
<tr>
<td><a href="#QRegularExpressionWizardWidget.on_copyButton_clicked">on_copyButton_clicked</a></td>
<td>Private slot to copy the QRegularExpression string into the clipboard.</td>
</tr>
<tr>
<td><a href="#QRegularExpressionWizardWidget.on_endlineButton_clicked">on_endlineButton_clicked</a></td>
<td>Private slot to handle the end line toolbutton.</td>
</tr>
<tr>
<td><a href="#QRegularExpressionWizardWidget.on_executeButton_clicked">on_executeButton_clicked</a></td>
<td>Private slot to execute the entered QRegularExpression on the test text.</td>
</tr>
<tr>
<td><a href="#QRegularExpressionWizardWidget.on_groupButton_clicked">on_groupButton_clicked</a></td>
<td>Private slot to handle the group toolbutton.</td>
</tr>
<tr>
<td><a href="#QRegularExpressionWizardWidget.on_loadButton_clicked">on_loadButton_clicked</a></td>
<td>Private slot to load a QRegularExpression from a file.</td>
</tr>
<tr>
<td><a href="#QRegularExpressionWizardWidget.on_namedGroupButton_clicked">on_namedGroupButton_clicked</a></td>
<td>Private slot to handle the named group toolbutton.</td>
</tr>
<tr>
<td><a href="#QRegularExpressionWizardWidget.on_namedReferenceButton_clicked">on_namedReferenceButton_clicked</a></td>
<td>Private slot to handle the named reference toolbutton.</td>
</tr>
<tr>
<td><a href="#QRegularExpressionWizardWidget.on_neglookaheadButton_clicked">on_neglookaheadButton_clicked</a></td>
<td>Private slot to handle the negative lookahead toolbutton.</td>
</tr>
<tr>
<td><a href="#QRegularExpressionWizardWidget.on_neglookbehindButton_clicked">on_neglookbehindButton_clicked</a></td>
<td>Private slot to handle the negative lookbehind toolbutton.</td>
</tr>
<tr>
<td><a href="#QRegularExpressionWizardWidget.on_nextButton_clicked">on_nextButton_clicked</a></td>
<td>Private slot to find the next match.</td>
</tr>
<tr>
<td><a href="#QRegularExpressionWizardWidget.on_nonGroupButton_clicked">on_nonGroupButton_clicked</a></td>
<td>Private slot to handle the non group toolbutton.</td>
</tr>
<tr>
<td><a href="#QRegularExpressionWizardWidget.on_nonwordboundButton_clicked">on_nonwordboundButton_clicked</a></td>
<td>Private slot to handle the non word boundary toolbutton.</td>
</tr>
<tr>
<td><a href="#QRegularExpressionWizardWidget.on_poslookaheadButton_clicked">on_poslookaheadButton_clicked</a></td>
<td>Private slot to handle the positive lookahead toolbutton.</td>
</tr>
<tr>
<td><a href="#QRegularExpressionWizardWidget.on_poslookbehindButton_clicked">on_poslookbehindButton_clicked</a></td>
<td>Private slot to handle the positive lookbehind toolbutton.</td>
</tr>
<tr>
<td><a href="#QRegularExpressionWizardWidget.on_redoButton_clicked">on_redoButton_clicked</a></td>
<td>Private slot to handle the redo action.</td>
</tr>
<tr>
<td><a href="#QRegularExpressionWizardWidget.on_regexpTextEdit_textChanged">on_regexpTextEdit_textChanged</a></td>
<td>Private slot called when the regexp changes.</td>
</tr>
<tr>
<td><a href="#QRegularExpressionWizardWidget.on_repeatButton_clicked">on_repeatButton_clicked</a></td>
<td>Private slot to handle the repeat toolbutton.</td>
</tr>
<tr>
<td><a href="#QRegularExpressionWizardWidget.on_saveButton_clicked">on_saveButton_clicked</a></td>
<td>Private slot to save the QRegularExpression to a file.</td>
</tr>
<tr>
<td><a href="#QRegularExpressionWizardWidget.on_undoButton_clicked">on_undoButton_clicked</a></td>
<td>Private slot to handle the undo action.</td>
</tr>
<tr>
<td><a href="#QRegularExpressionWizardWidget.on_validateButton_clicked">on_validateButton_clicked</a></td>
<td>Private slot to validate the entered QRegularExpression.</td>
</tr>
<tr>
<td><a href="#QRegularExpressionWizardWidget.on_wordboundButton_clicked">on_wordboundButton_clicked</a></td>
<td>Private slot to handle the word boundary toolbutton.</td>
</tr>
<tr>
<td><a href="#QRegularExpressionWizardWidget.shutdown">shutdown</a></td>
<td>Public method to shut down the server part.</td>
</tr>
</table>
<h3>Static Methods</h3>

<table>
<tr><td>None</td></tr>
</table>

<a NAME="QRegularExpressionWizardWidget.__init__" ID="QRegularExpressionWizardWidget.__init__"></a>
<h4>QRegularExpressionWizardWidget (Constructor)</h4>
<b>QRegularExpressionWizardWidget</b>(<i>parent=None, fromEric=True</i>)

<p>
        Constructor
</p>
<dl>

<dt><i>parent</i></dt>
<dd>
parent widget (QWidget)
</dd>
<dt><i>fromEric</i></dt>
<dd>
flag indicating a call from within eric
</dd>
</dl>
<a NAME="QRegularExpressionWizardWidget.__insertString" ID="QRegularExpressionWizardWidget.__insertString"></a>
<h4>QRegularExpressionWizardWidget.__insertString</h4>
<b>__insertString</b>(<i>s, steps=0</i>)

<p>
        Private method to insert a string into line edit and move cursor.
</p>
<dl>

<dt><i>s</i></dt>
<dd>
string to be inserted into the regexp line edit
            (string)
</dd>
<dt><i>steps</i></dt>
<dd>
number of characters to move the cursor (integer).
            Negative steps moves cursor back, positives forward.
</dd>
</dl>
<a NAME="QRegularExpressionWizardWidget.__receiveResponse" ID="QRegularExpressionWizardWidget.__receiveResponse"></a>
<h4>QRegularExpressionWizardWidget.__receiveResponse</h4>
<b>__receiveResponse</b>(<i></i>)

<p>
        Private method to receive a response from the server.
</p>
<dl>
<dt>Return:</dt>
<dd>
response dictionary (dict)
</dd>
</dl>
<a NAME="QRegularExpressionWizardWidget.__sendCommand" ID="QRegularExpressionWizardWidget.__sendCommand"></a>
<h4>QRegularExpressionWizardWidget.__sendCommand</h4>
<b>__sendCommand</b>(<i>command, **kw</i>)

<p>
        Private method to send a command to the server.
</p>
<dl>

<dt><i>command</i></dt>
<dd>
dictionary with command string and related
            data (dict)
</dd>
<dt><i>kw=</i></dt>
<dd>
parameters for the command
</dd>
</dl>
<dl>
<dt>Return:</dt>
<dd>
flag indicating a successful transmission (boolean)
</dd>
</dl>
<a NAME="QRegularExpressionWizardWidget.getCode" ID="QRegularExpressionWizardWidget.getCode"></a>
<h4>QRegularExpressionWizardWidget.getCode</h4>
<b>getCode</b>(<i>indLevel, indString</i>)

<p>
        Public method to get the source code.
</p>
<dl>

<dt><i>indLevel</i></dt>
<dd>
indentation level (int)
</dd>
<dt><i>indString</i></dt>
<dd>
string used for indentation (space or tab) (string)
</dd>
</dl>
<dl>
<dt>Return:</dt>
<dd>
generated code (string)
</dd>
</dl>
<a NAME="QRegularExpressionWizardWidget.on_altnButton_clicked" ID="QRegularExpressionWizardWidget.on_altnButton_clicked"></a>
<h4>QRegularExpressionWizardWidget.on_altnButton_clicked</h4>
<b>on_altnButton_clicked</b>(<i></i>)

<p>
        Private slot to handle the alternatives toolbutton.
</p>
<a NAME="QRegularExpressionWizardWidget.on_anycharButton_clicked" ID="QRegularExpressionWizardWidget.on_anycharButton_clicked"></a>
<h4>QRegularExpressionWizardWidget.on_anycharButton_clicked</h4>
<b>on_anycharButton_clicked</b>(<i></i>)

<p>
        Private slot to handle the any character toolbutton.
</p>
<a NAME="QRegularExpressionWizardWidget.on_atomicGroupButton_clicked" ID="QRegularExpressionWizardWidget.on_atomicGroupButton_clicked"></a>
<h4>QRegularExpressionWizardWidget.on_atomicGroupButton_clicked</h4>
<b>on_atomicGroupButton_clicked</b>(<i></i>)

<p>
        Private slot to handle the atomic non group toolbutton.
</p>
<a NAME="QRegularExpressionWizardWidget.on_beglineButton_clicked" ID="QRegularExpressionWizardWidget.on_beglineButton_clicked"></a>
<h4>QRegularExpressionWizardWidget.on_beglineButton_clicked</h4>
<b>on_beglineButton_clicked</b>(<i></i>)

<p>
        Private slot to handle the begin line toolbutton.
</p>
<a NAME="QRegularExpressionWizardWidget.on_buttonBox_clicked" ID="QRegularExpressionWizardWidget.on_buttonBox_clicked"></a>
<h4>QRegularExpressionWizardWidget.on_buttonBox_clicked</h4>
<b>on_buttonBox_clicked</b>(<i>button</i>)

<p>
        Private slot called by a button of the button box clicked.
</p>
<dl>

<dt><i>button</i></dt>
<dd>
button that was clicked (QAbstractButton)
</dd>
</dl>
<a NAME="QRegularExpressionWizardWidget.on_charButton_clicked" ID="QRegularExpressionWizardWidget.on_charButton_clicked"></a>
<h4>QRegularExpressionWizardWidget.on_charButton_clicked</h4>
<b>on_charButton_clicked</b>(<i></i>)

<p>
        Private slot to handle the characters toolbutton.
</p>
<a NAME="QRegularExpressionWizardWidget.on_commentButton_clicked" ID="QRegularExpressionWizardWidget.on_commentButton_clicked"></a>
<h4>QRegularExpressionWizardWidget.on_commentButton_clicked</h4>
<b>on_commentButton_clicked</b>(<i></i>)

<p>
        Private slot to handle the comment toolbutton.
</p>
<a NAME="QRegularExpressionWizardWidget.on_copyButton_clicked" ID="QRegularExpressionWizardWidget.on_copyButton_clicked"></a>
<h4>QRegularExpressionWizardWidget.on_copyButton_clicked</h4>
<b>on_copyButton_clicked</b>(<i></i>)

<p>
        Private slot to copy the QRegularExpression string into the clipboard.
</p>
<p>
        This slot is only available, if not called from within eric.
</p>
<a NAME="QRegularExpressionWizardWidget.on_endlineButton_clicked" ID="QRegularExpressionWizardWidget.on_endlineButton_clicked"></a>
<h4>QRegularExpressionWizardWidget.on_endlineButton_clicked</h4>
<b>on_endlineButton_clicked</b>(<i></i>)

<p>
        Private slot to handle the end line toolbutton.
</p>
<a NAME="QRegularExpressionWizardWidget.on_executeButton_clicked" ID="QRegularExpressionWizardWidget.on_executeButton_clicked"></a>
<h4>QRegularExpressionWizardWidget.on_executeButton_clicked</h4>
<b>on_executeButton_clicked</b>(<i>startpos=0</i>)

<p>
        Private slot to execute the entered QRegularExpression on the test
        text.
</p>
<p>
        This slot will execute the entered QRegularExpression on the entered
        test data and will display the result in the table part of the dialog.
</p>
<dl>

<dt><i>startpos</i></dt>
<dd>
starting position for the QRegularExpression matching
</dd>
</dl>
<a NAME="QRegularExpressionWizardWidget.on_groupButton_clicked" ID="QRegularExpressionWizardWidget.on_groupButton_clicked"></a>
<h4>QRegularExpressionWizardWidget.on_groupButton_clicked</h4>
<b>on_groupButton_clicked</b>(<i></i>)

<p>
        Private slot to handle the group toolbutton.
</p>
<a NAME="QRegularExpressionWizardWidget.on_loadButton_clicked" ID="QRegularExpressionWizardWidget.on_loadButton_clicked"></a>
<h4>QRegularExpressionWizardWidget.on_loadButton_clicked</h4>
<b>on_loadButton_clicked</b>(<i></i>)

<p>
        Private slot to load a QRegularExpression from a file.
</p>
<a NAME="QRegularExpressionWizardWidget.on_namedGroupButton_clicked" ID="QRegularExpressionWizardWidget.on_namedGroupButton_clicked"></a>
<h4>QRegularExpressionWizardWidget.on_namedGroupButton_clicked</h4>
<b>on_namedGroupButton_clicked</b>(<i></i>)

<p>
        Private slot to handle the named group toolbutton.
</p>
<a NAME="QRegularExpressionWizardWidget.on_namedReferenceButton_clicked" ID="QRegularExpressionWizardWidget.on_namedReferenceButton_clicked"></a>
<h4>QRegularExpressionWizardWidget.on_namedReferenceButton_clicked</h4>
<b>on_namedReferenceButton_clicked</b>(<i></i>)

<p>
        Private slot to handle the named reference toolbutton.
</p>
<a NAME="QRegularExpressionWizardWidget.on_neglookaheadButton_clicked" ID="QRegularExpressionWizardWidget.on_neglookaheadButton_clicked"></a>
<h4>QRegularExpressionWizardWidget.on_neglookaheadButton_clicked</h4>
<b>on_neglookaheadButton_clicked</b>(<i></i>)

<p>
        Private slot to handle the negative lookahead toolbutton.
</p>
<a NAME="QRegularExpressionWizardWidget.on_neglookbehindButton_clicked" ID="QRegularExpressionWizardWidget.on_neglookbehindButton_clicked"></a>
<h4>QRegularExpressionWizardWidget.on_neglookbehindButton_clicked</h4>
<b>on_neglookbehindButton_clicked</b>(<i></i>)

<p>
        Private slot to handle the negative lookbehind toolbutton.
</p>
<a NAME="QRegularExpressionWizardWidget.on_nextButton_clicked" ID="QRegularExpressionWizardWidget.on_nextButton_clicked"></a>
<h4>QRegularExpressionWizardWidget.on_nextButton_clicked</h4>
<b>on_nextButton_clicked</b>(<i></i>)

<p>
        Private slot to find the next match.
</p>
<a NAME="QRegularExpressionWizardWidget.on_nonGroupButton_clicked" ID="QRegularExpressionWizardWidget.on_nonGroupButton_clicked"></a>
<h4>QRegularExpressionWizardWidget.on_nonGroupButton_clicked</h4>
<b>on_nonGroupButton_clicked</b>(<i></i>)

<p>
        Private slot to handle the non group toolbutton.
</p>
<a NAME="QRegularExpressionWizardWidget.on_nonwordboundButton_clicked" ID="QRegularExpressionWizardWidget.on_nonwordboundButton_clicked"></a>
<h4>QRegularExpressionWizardWidget.on_nonwordboundButton_clicked</h4>
<b>on_nonwordboundButton_clicked</b>(<i></i>)

<p>
        Private slot to handle the non word boundary toolbutton.
</p>
<a NAME="QRegularExpressionWizardWidget.on_poslookaheadButton_clicked" ID="QRegularExpressionWizardWidget.on_poslookaheadButton_clicked"></a>
<h4>QRegularExpressionWizardWidget.on_poslookaheadButton_clicked</h4>
<b>on_poslookaheadButton_clicked</b>(<i></i>)

<p>
        Private slot to handle the positive lookahead toolbutton.
</p>
<a NAME="QRegularExpressionWizardWidget.on_poslookbehindButton_clicked" ID="QRegularExpressionWizardWidget.on_poslookbehindButton_clicked"></a>
<h4>QRegularExpressionWizardWidget.on_poslookbehindButton_clicked</h4>
<b>on_poslookbehindButton_clicked</b>(<i></i>)

<p>
        Private slot to handle the positive lookbehind toolbutton.
</p>
<a NAME="QRegularExpressionWizardWidget.on_redoButton_clicked" ID="QRegularExpressionWizardWidget.on_redoButton_clicked"></a>
<h4>QRegularExpressionWizardWidget.on_redoButton_clicked</h4>
<b>on_redoButton_clicked</b>(<i></i>)

<p>
        Private slot to handle the redo action.
</p>
<a NAME="QRegularExpressionWizardWidget.on_regexpTextEdit_textChanged" ID="QRegularExpressionWizardWidget.on_regexpTextEdit_textChanged"></a>
<h4>QRegularExpressionWizardWidget.on_regexpTextEdit_textChanged</h4>
<b>on_regexpTextEdit_textChanged</b>(<i></i>)

<p>
        Private slot called when the regexp changes.
</p>
<a NAME="QRegularExpressionWizardWidget.on_repeatButton_clicked" ID="QRegularExpressionWizardWidget.on_repeatButton_clicked"></a>
<h4>QRegularExpressionWizardWidget.on_repeatButton_clicked</h4>
<b>on_repeatButton_clicked</b>(<i></i>)

<p>
        Private slot to handle the repeat toolbutton.
</p>
<a NAME="QRegularExpressionWizardWidget.on_saveButton_clicked" ID="QRegularExpressionWizardWidget.on_saveButton_clicked"></a>
<h4>QRegularExpressionWizardWidget.on_saveButton_clicked</h4>
<b>on_saveButton_clicked</b>(<i></i>)

<p>
        Private slot to save the QRegularExpression to a file.
</p>
<a NAME="QRegularExpressionWizardWidget.on_undoButton_clicked" ID="QRegularExpressionWizardWidget.on_undoButton_clicked"></a>
<h4>QRegularExpressionWizardWidget.on_undoButton_clicked</h4>
<b>on_undoButton_clicked</b>(<i></i>)

<p>
        Private slot to handle the undo action.
</p>
<a NAME="QRegularExpressionWizardWidget.on_validateButton_clicked" ID="QRegularExpressionWizardWidget.on_validateButton_clicked"></a>
<h4>QRegularExpressionWizardWidget.on_validateButton_clicked</h4>
<b>on_validateButton_clicked</b>(<i></i>)

<p>
        Private slot to validate the entered QRegularExpression.
</p>
<a NAME="QRegularExpressionWizardWidget.on_wordboundButton_clicked" ID="QRegularExpressionWizardWidget.on_wordboundButton_clicked"></a>
<h4>QRegularExpressionWizardWidget.on_wordboundButton_clicked</h4>
<b>on_wordboundButton_clicked</b>(<i></i>)

<p>
        Private slot to handle the word boundary toolbutton.
</p>
<a NAME="QRegularExpressionWizardWidget.shutdown" ID="QRegularExpressionWizardWidget.shutdown"></a>
<h4>QRegularExpressionWizardWidget.shutdown</h4>
<b>shutdown</b>(<i></i>)

<p>
        Public method to shut down the server part.
</p>
<div align="right"><a href="#top">Up</a></div>
<hr />
<hr />
<a NAME="QRegularExpressionWizardWindow" ID="QRegularExpressionWizardWindow"></a>
<h2>QRegularExpressionWizardWindow</h2>

<p>
    Main window class for the standalone dialog.
</p>
<h3>Derived from</h3>
EricMainWindow
<h3>Class Attributes</h3>

<table>
<tr><td>None</td></tr>
</table>
<h3>Class Methods</h3>

<table>
<tr><td>None</td></tr>
</table>
<h3>Methods</h3>

<table>

<tr>
<td><a href="#QRegularExpressionWizardWindow.__init__">QRegularExpressionWizardWindow</a></td>
<td>Constructor</td>
</tr>
<tr>
<td><a href="#QRegularExpressionWizardWindow.closeEvent">closeEvent</a></td>
<td>Protected method handling the close event.</td>
</tr>
</table>
<h3>Static Methods</h3>

<table>
<tr><td>None</td></tr>
</table>

<a NAME="QRegularExpressionWizardWindow.__init__" ID="QRegularExpressionWizardWindow.__init__"></a>
<h4>QRegularExpressionWizardWindow (Constructor)</h4>
<b>QRegularExpressionWizardWindow</b>(<i>parent=None</i>)

<p>
        Constructor
</p>
<dl>

<dt><i>parent</i></dt>
<dd>
reference to the parent widget (QWidget)
</dd>
</dl>
<a NAME="QRegularExpressionWizardWindow.closeEvent" ID="QRegularExpressionWizardWindow.closeEvent"></a>
<h4>QRegularExpressionWizardWindow.closeEvent</h4>
<b>closeEvent</b>(<i>evt</i>)

<p>
        Protected method handling the close event.
</p>
<dl>

<dt><i>evt</i></dt>
<dd>
close event (QCloseEvent)
</dd>
</dl>
<div align="right"><a href="#top">Up</a></div>
<hr />
</body></html>

eric ide

mercurial