73 <table> |
73 <table> |
74 <tr> |
74 <tr> |
75 <td><a href="#RefactoringRopePlugin.__init__">RefactoringRopePlugin</a></td> |
75 <td><a href="#RefactoringRopePlugin.__init__">RefactoringRopePlugin</a></td> |
76 <td>Constructor</td> |
76 <td>Constructor</td> |
77 </tr><tr> |
77 </tr><tr> |
78 <td><a href="#RefactoringRopePlugin.__checkUiVersion">__checkUiVersion</a></td> |
|
79 <td>Private method to check, if the IDE has a suitable version.</td> |
|
80 </tr><tr> |
|
81 <td><a href="#RefactoringRopePlugin.__codeAssist">__codeAssist</a></td> |
78 <td><a href="#RefactoringRopePlugin.__codeAssist">__codeAssist</a></td> |
82 <td>Private slot to show a list with completion proposals.</td> |
79 <td>Private slot to show a list with completion proposals.</td> |
83 </tr><tr> |
80 </tr><tr> |
84 <td><a href="#RefactoringRopePlugin.__completionListSelected">__completionListSelected</a></td> |
81 <td><a href="#RefactoringRopePlugin.__completionListSelected">__completionListSelected</a></td> |
85 <td>Private slot to handle the selection from the completion list.</td> |
82 <td>Private slot to handle the selection from the completion list.</td> |
171 Constructor |
168 Constructor |
172 </p><dl> |
169 </p><dl> |
173 <dt><i>ui</i></dt> |
170 <dt><i>ui</i></dt> |
174 <dd> |
171 <dd> |
175 reference to the user interface object (UI.UserInterface) |
172 reference to the user interface object (UI.UserInterface) |
176 </dd> |
|
177 </dl><a NAME="RefactoringRopePlugin.__checkUiVersion" ID="RefactoringRopePlugin.__checkUiVersion"></a> |
|
178 <h4>RefactoringRopePlugin.__checkUiVersion</h4> |
|
179 <b>__checkUiVersion</b>(<i></i>) |
|
180 <p> |
|
181 Private method to check, if the IDE has a suitable version. |
|
182 </p><dl> |
|
183 <dt>Returns:</dt> |
|
184 <dd> |
|
185 flag indicating a suitable version (boolean) |
|
186 </dd> |
173 </dd> |
187 </dl><a NAME="RefactoringRopePlugin.__codeAssist" ID="RefactoringRopePlugin.__codeAssist"></a> |
174 </dl><a NAME="RefactoringRopePlugin.__codeAssist" ID="RefactoringRopePlugin.__codeAssist"></a> |
188 <h4>RefactoringRopePlugin.__codeAssist</h4> |
175 <h4>RefactoringRopePlugin.__codeAssist</h4> |
189 <b>__codeAssist</b>(<i></i>) |
176 <b>__codeAssist</b>(<i></i>) |
190 <p> |
177 <p> |