--- a/RefactoringRope/Documentation/source/Plugin_Refactoring_Rope.RefactoringRope.MatchesDialog.html Fri Sep 29 10:23:35 2017 +0200 +++ b/RefactoringRope/Documentation/source/Plugin_Refactoring_Rope.RefactoringRope.MatchesDialog.html Fri Sep 29 10:32:30 2017 +0200 @@ -83,19 +83,19 @@ <p> Constructor </p><dl> -<dt><i>ui</i></dt> +<dt><i>ui</i> (UI.UserInterface)</dt> <dd> reference to the UI object -</dd><dt><i>showConfidence</i></dt> +</dd><dt><i>showConfidence</i> (bool)</dt> <dd> flag indicating the display of the - confidence column (boolean) -</dd><dt><i>parent</i></dt> + confidence column +</dd><dt><i>parent</i> (QWidget)</dt> <dd> -parent of this dialog (QWidget) -</dd><dt><i>name</i></dt> +parent of this dialog +</dd><dt><i>name</i> (str)</dt> <dd> -name of this dialog (string) +name of this dialog </dd> </dl><a NAME="MatchesDialog.__resizeColumns" ID="MatchesDialog.__resizeColumns"></a> <h4>MatchesDialog.__resizeColumns</h4> @@ -109,20 +109,19 @@ Private method to resort the tree. </p><a NAME="MatchesDialog.addEntry" ID="MatchesDialog.addEntry"></a> <h4>MatchesDialog.addEntry</h4> -<b>addEntry</b>(<i>resource, lineno, unsure=False</i>) +<b>addEntry</b>(<i>filename, lineno, unsure=False</i>) <p> Public slot to add an entry to the list. </p><dl> -<dt><i>resource</i></dt> +<dt><i>filename</i> (str)</dt> +<dd> +full path of the matched file +</dd><dt><i>lineno</i> (int)</dt> <dd> -reference to the resource object - (rope.base.resources.Resource) -</dd><dt><i>lineno</i></dt> +line number of the match +</dd><dt><i>unsure</i> (bool)</dt> <dd> -linenumber of the match (integer) -</dd><dt><i>unsure</i></dt> -<dd> -flag indicating an unsure match (boolean) +flag indicating an unsure match </dd> </dl><a NAME="MatchesDialog.on_matchesList_itemActivated" ID="MatchesDialog.on_matchesList_itemActivated"></a> <h4>MatchesDialog.on_matchesList_itemActivated</h4> @@ -130,12 +129,12 @@ <p> Private slot to handle the itemActivated signal of the list. </p><dl> -<dt><i>item</i></dt> +<dt><i>item</i> (QTreeWidgetItem)</dt> <dd> -reference to the activated item (QTreeWidgetItem) -</dd><dt><i>column</i></dt> +reference to the activated item +</dd><dt><i>column</i> (int)</dt> <dd> -column the item was activated in (integer) +column the item was activated in </dd> </dl> <div align="right"><a href="#top">Up</a></div>