diff -r 3932069fda9c -r 5a183579f5ef RefactoringRope/Documentation/source/Plugin_Refactoring_Rope.RefactoringRope.HelpDialog.html --- a/RefactoringRope/Documentation/source/Plugin_Refactoring_Rope.RefactoringRope.HelpDialog.html Thu Dec 30 12:33:38 2021 +0100 +++ b/RefactoringRope/Documentation/source/Plugin_Refactoring_Rope.RefactoringRope.HelpDialog.html Thu Jan 06 12:25:25 2022 +0100 @@ -58,18 +58,6 @@ <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> @@ -99,77 +87,6 @@ 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> \ No newline at end of file