RefactoringRope/Documentation/source/Plugin_Refactoring_Rope.RefactoringRope.MatchesDialog.html

branch
server_client_variant
changeset 204
b4bf79b956bc
parent 55
d501156be247
child 321
d51e810107ec
equal deleted inserted replaced
203:c38750e1bafd 204:b4bf79b956bc
81 <h4>MatchesDialog (Constructor)</h4> 81 <h4>MatchesDialog (Constructor)</h4>
82 <b>MatchesDialog</b>(<i>ui, showConfidence, parent=None, name=None</i>) 82 <b>MatchesDialog</b>(<i>ui, showConfidence, parent=None, name=None</i>)
83 <p> 83 <p>
84 Constructor 84 Constructor
85 </p><dl> 85 </p><dl>
86 <dt><i>ui</i></dt> 86 <dt><i>ui</i> (UI.UserInterface)</dt>
87 <dd> 87 <dd>
88 reference to the UI object 88 reference to the UI object
89 </dd><dt><i>showConfidence</i></dt> 89 </dd><dt><i>showConfidence</i> (bool)</dt>
90 <dd> 90 <dd>
91 flag indicating the display of the 91 flag indicating the display of the
92 confidence column (boolean) 92 confidence column
93 </dd><dt><i>parent</i></dt> 93 </dd><dt><i>parent</i> (QWidget)</dt>
94 <dd> 94 <dd>
95 parent of this dialog (QWidget) 95 parent of this dialog
96 </dd><dt><i>name</i></dt> 96 </dd><dt><i>name</i> (str)</dt>
97 <dd> 97 <dd>
98 name of this dialog (string) 98 name of this dialog
99 </dd> 99 </dd>
100 </dl><a NAME="MatchesDialog.__resizeColumns" ID="MatchesDialog.__resizeColumns"></a> 100 </dl><a NAME="MatchesDialog.__resizeColumns" ID="MatchesDialog.__resizeColumns"></a>
101 <h4>MatchesDialog.__resizeColumns</h4> 101 <h4>MatchesDialog.__resizeColumns</h4>
102 <b>__resizeColumns</b>(<i></i>) 102 <b>__resizeColumns</b>(<i></i>)
103 <p> 103 <p>
107 <b>__resort</b>(<i></i>) 107 <b>__resort</b>(<i></i>)
108 <p> 108 <p>
109 Private method to resort the tree. 109 Private method to resort the tree.
110 </p><a NAME="MatchesDialog.addEntry" ID="MatchesDialog.addEntry"></a> 110 </p><a NAME="MatchesDialog.addEntry" ID="MatchesDialog.addEntry"></a>
111 <h4>MatchesDialog.addEntry</h4> 111 <h4>MatchesDialog.addEntry</h4>
112 <b>addEntry</b>(<i>resource, lineno, unsure=False</i>) 112 <b>addEntry</b>(<i>filename, lineno, unsure=False</i>)
113 <p> 113 <p>
114 Public slot to add an entry to the list. 114 Public slot to add an entry to the list.
115 </p><dl> 115 </p><dl>
116 <dt><i>resource</i></dt> 116 <dt><i>filename</i> (str)</dt>
117 <dd> 117 <dd>
118 reference to the resource object 118 full path of the matched file
119 (rope.base.resources.Resource) 119 </dd><dt><i>lineno</i> (int)</dt>
120 </dd><dt><i>lineno</i></dt>
121 <dd> 120 <dd>
122 linenumber of the match (integer) 121 line number of the match
123 </dd><dt><i>unsure</i></dt> 122 </dd><dt><i>unsure</i> (bool)</dt>
124 <dd> 123 <dd>
125 flag indicating an unsure match (boolean) 124 flag indicating an unsure match
126 </dd> 125 </dd>
127 </dl><a NAME="MatchesDialog.on_matchesList_itemActivated" ID="MatchesDialog.on_matchesList_itemActivated"></a> 126 </dl><a NAME="MatchesDialog.on_matchesList_itemActivated" ID="MatchesDialog.on_matchesList_itemActivated"></a>
128 <h4>MatchesDialog.on_matchesList_itemActivated</h4> 127 <h4>MatchesDialog.on_matchesList_itemActivated</h4>
129 <b>on_matchesList_itemActivated</b>(<i>item, column</i>) 128 <b>on_matchesList_itemActivated</b>(<i>item, column</i>)
130 <p> 129 <p>
131 Private slot to handle the itemActivated signal of the list. 130 Private slot to handle the itemActivated signal of the list.
132 </p><dl> 131 </p><dl>
133 <dt><i>item</i></dt> 132 <dt><i>item</i> (QTreeWidgetItem)</dt>
134 <dd> 133 <dd>
135 reference to the activated item (QTreeWidgetItem) 134 reference to the activated item
136 </dd><dt><i>column</i></dt> 135 </dd><dt><i>column</i> (int)</dt>
137 <dd> 136 <dd>
138 column the item was activated in (integer) 137 column the item was activated in
139 </dd> 138 </dd>
140 </dl> 139 </dl>
141 <div align="right"><a href="#top">Up</a></div> 140 <div align="right"><a href="#top">Up</a></div>
142 <hr /> 141 <hr />
143 </body></html> 142 </body></html>

eric ide

mercurial