135 <tr> |
135 <tr> |
136 <td><a href="#PythonAstViewer.__selectItemForEditorSelection">__selectItemForEditorSelection</a></td> |
136 <td><a href="#PythonAstViewer.__selectItemForEditorSelection">__selectItemForEditorSelection</a></td> |
137 <td>Private slot to select the item corresponding to an editor selection.</td> |
137 <td>Private slot to select the item corresponding to an editor selection.</td> |
138 </tr> |
138 </tr> |
139 <tr> |
139 <tr> |
|
140 <td><a href="#PythonAstViewer.__shutdown">__shutdown</a></td> |
|
141 <td>Private method to perform shutdown actions.</td> |
|
142 </tr> |
|
143 <tr> |
140 <td><a href="#PythonAstViewer.hide">hide</a></td> |
144 <td><a href="#PythonAstViewer.hide">hide</a></td> |
141 <td>Public slot to hide the AST viewer.</td> |
145 <td>Public slot to hide the AST viewer.</td> |
142 </tr> |
146 </tr> |
143 <tr> |
147 <tr> |
144 <td><a href="#PythonAstViewer.preferencesChanged">preferencesChanged</a></td> |
148 <td><a href="#PythonAstViewer.preferencesChanged">preferencesChanged</a></td> |
150 </tr> |
154 </tr> |
151 <tr> |
155 <tr> |
152 <td><a href="#PythonAstViewer.show">show</a></td> |
156 <td><a href="#PythonAstViewer.show">show</a></td> |
153 <td>Public slot to show the AST viewer.</td> |
157 <td>Public slot to show the AST viewer.</td> |
154 </tr> |
158 </tr> |
155 <tr> |
|
156 <td><a href="#PythonAstViewer.shutdown">shutdown</a></td> |
|
157 <td>Public method to perform shutdown actions.</td> |
|
158 </tr> |
|
159 </table> |
159 </table> |
160 |
160 |
161 <h3>Static Methods</h3> |
161 <h3>Static Methods</h3> |
162 <table> |
162 <table> |
163 <tr><td>None</td></tr> |
163 <tr><td>None</td></tr> |
164 </table> |
164 </table> |
165 |
165 |
166 |
166 |
167 <a NAME="PythonAstViewer.__init__" ID="PythonAstViewer.__init__"></a> |
167 <a NAME="PythonAstViewer.__init__" ID="PythonAstViewer.__init__"></a> |
168 <h4>PythonAstViewer (Constructor)</h4> |
168 <h4>PythonAstViewer (Constructor)</h4> |
169 <b>PythonAstViewer</b>(<i>viewmanager, parent=None</i>) |
169 <b>PythonAstViewer</b>(<i>viewmanager, ui</i>) |
170 <p> |
170 <p> |
171 Constructor |
171 Constructor |
172 </p> |
172 </p> |
173 |
173 |
174 <dl> |
174 <dl> |
175 |
175 |
176 <dt><i>viewmanager</i> (ViewManager)</dt> |
176 <dt><i>viewmanager</i> (ViewManager)</dt> |
177 <dd> |
177 <dd> |
178 reference to the viewmanager object |
178 reference to the viewmanager object |
179 </dd> |
179 </dd> |
180 <dt><i>parent</i> (QWidget)</dt> |
180 <dt><i>ui</i> (QWidget)</dt> |
181 <dd> |
181 <dd> |
182 reference to the parent widget |
182 reference to the main ui widget |
183 </dd> |
183 </dd> |
184 </dl> |
184 </dl> |
185 <a NAME="PythonAstViewer.__astItemClicked" ID="PythonAstViewer.__astItemClicked"></a> |
185 <a NAME="PythonAstViewer.__astItemClicked" ID="PythonAstViewer.__astItemClicked"></a> |
186 <h4>PythonAstViewer.__astItemClicked</h4> |
186 <h4>PythonAstViewer.__astItemClicked</h4> |
187 <b>__astItemClicked</b>(<i>itm, _column</i>) |
187 <b>__astItemClicked</b>(<i>itm, _column</i>) |
513 <b>__selectItemForEditorSelection</b>(<i></i>) |
513 <b>__selectItemForEditorSelection</b>(<i></i>) |
514 <p> |
514 <p> |
515 Private slot to select the item corresponding to an editor selection. |
515 Private slot to select the item corresponding to an editor selection. |
516 </p> |
516 </p> |
517 |
517 |
|
518 <a NAME="PythonAstViewer.__shutdown" ID="PythonAstViewer.__shutdown"></a> |
|
519 <h4>PythonAstViewer.__shutdown</h4> |
|
520 <b>__shutdown</b>(<i></i>) |
|
521 <p> |
|
522 Private method to perform shutdown actions. |
|
523 </p> |
|
524 |
518 <a NAME="PythonAstViewer.hide" ID="PythonAstViewer.hide"></a> |
525 <a NAME="PythonAstViewer.hide" ID="PythonAstViewer.hide"></a> |
519 <h4>PythonAstViewer.hide</h4> |
526 <h4>PythonAstViewer.hide</h4> |
520 <b>hide</b>(<i></i>) |
527 <b>hide</b>(<i></i>) |
521 <p> |
528 <p> |
522 Public slot to hide the AST viewer. |
529 Public slot to hide the AST viewer. |