RefactoringRope/Documentation/source/Plugin_Refactoring_Rope.RefactoringRope.HelpDialog.html

Mon, 10 May 2021 20:13:48 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Mon, 10 May 2021 20:13:48 +0200
changeset 360
2b35968f3d02
parent 347
b5048b5ff454
child 375
c61a2f18ed78
permissions
-rw-r--r--

Version 8.0.0
- bug fixes
- removed the included 'rope' library and have it as an external dependency installed during the plug-in installation (for eric > 21.5)

<!DOCTYPE html>
<html><head>
<title>Plugin_Refactoring_Rope.RefactoringRope.HelpDialog</title>
<meta charset="UTF-8">
<style>
body {
    background: #EDECE6;
    margin: 0em 1em 10em 1em;
    color: black;
}

h1 { color: white; background: #85774A; }
h2 { color: white; background: #85774A; }
h3 { color: white; background: #9D936E; }
h4 { color: white; background: #9D936E; }
    
a { color: #BA6D36; }

</style>
</head>
<body>
<a NAME="top" ID="top"></a>
<h1>Plugin_Refactoring_Rope.RefactoringRope.HelpDialog</h1>

<p>
Module implementing a dialog to show help about rope.
</p>
<h3>Global Attributes</h3>

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

<table>

<tr>
<td><a href="#HelpDialog">HelpDialog</a></td>
<td>Class implementing a dialog to show help about rope.</td>
</tr>
</table>
<h3>Functions</h3>

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

<p>
    Class implementing a dialog to show help about rope.
</p>
<h3>Derived from</h3>
QDialog, Ui_HelpDialog
<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="#HelpDialog.__init__">HelpDialog</a></td>
<td>Constructor</td>
</tr>
<tr>
<td><a href="#HelpDialog.findNextPrev">findNextPrev</a></td>
<td>Public slot to find the next occurrence of a text.</td>
</tr>
<tr>
<td><a href="#HelpDialog.helpWidget">helpWidget</a></td>
<td>Public method to get a reference to the help widget.</td>
</tr>
<tr>
<td><a href="#HelpDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td>
<td>Private slot called by a button of the button box clicked.</td>
</tr>
</table>
<h3>Static Methods</h3>

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

<a NAME="HelpDialog.__init__" ID="HelpDialog.__init__"></a>
<h4>HelpDialog (Constructor)</h4>
<b>HelpDialog</b>(<i>title, helpfile, parent=None</i>)

<p>
        Constructor
</p>
<dl>

<dt><i>title</i> (str)</dt>
<dd>
window title
</dd>
<dt><i>helpfile</i> (str)</dt>
<dd>
filename of the helpfile
</dd>
<dt><i>parent</i> (QWidget)</dt>
<dd>
reference to the parent widget
</dd>
</dl>
<a NAME="HelpDialog.findNextPrev" ID="HelpDialog.findNextPrev"></a>
<h4>HelpDialog.findNextPrev</h4>
<b>findNextPrev</b>(<i>txt, case, word, backwards</i>)

<p>
        Public slot to find the next occurrence of a text.
</p>
<dl>

<dt><i>txt</i> (str)</dt>
<dd>
text to search for
</dd>
<dt><i>case</i> (bool)</dt>
<dd>
flag indicating a case sensitive search
</dd>
<dt><i>word</i> (bool)</dt>
<dd>
flag indicating a word based search
</dd>
<dt><i>backwards</i> (bool)</dt>
<dd>
flag indicating a backwards search
</dd>
</dl>
<dl>
<dt>Return:</dt>
<dd>
flag indicating the search found another occurrence
</dd>
</dl>
<dl>
<dt>Return Type:</dt>
<dd>
bool
</dd>
</dl>
<a NAME="HelpDialog.helpWidget" ID="HelpDialog.helpWidget"></a>
<h4>HelpDialog.helpWidget</h4>
<b>helpWidget</b>(<i></i>)

<p>
        Public method to get a reference to the help widget.
</p>
<dl>
<dt>Return:</dt>
<dd>
reference to the help widget
</dd>
</dl>
<dl>
<dt>Return Type:</dt>
<dd>
QTextEdit
</dd>
</dl>
<a NAME="HelpDialog.on_buttonBox_clicked" ID="HelpDialog.on_buttonBox_clicked"></a>
<h4>HelpDialog.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> (QAbstractButton)</dt>
<dd>
button that was clicked
</dd>
</dl>
<div align="right"><a href="#top">Up</a></div>
<hr />
</body></html>

eric ide

mercurial