182 reference to the parent widget |
182 reference to the parent 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>) |
188 <p> |
188 <p> |
189 Private slot handling a user click on an AST node item. |
189 Private slot handling a user click on an AST node item. |
190 </p> |
190 </p> |
191 |
191 |
192 <dl> |
192 <dl> |
193 |
193 |
194 <dt><i>itm</i> (QTreeWidgetItem)</dt> |
194 <dt><i>itm</i> (QTreeWidgetItem)</dt> |
195 <dd> |
195 <dd> |
196 reference to the clicked item |
196 reference to the clicked item |
197 </dd> |
197 </dd> |
198 <dt><i>column</i> (int)</dt> |
198 <dt><i>_column</i> (int)</dt> |
199 <dd> |
199 <dd> |
200 column number of the click |
200 column number of the click (unused) |
201 </dd> |
201 </dd> |
202 </dl> |
202 </dl> |
203 <a NAME="PythonAstViewer.__astViewerStateChanged" ID="PythonAstViewer.__astViewerStateChanged"></a> |
203 <a NAME="PythonAstViewer.__astViewerStateChanged" ID="PythonAstViewer.__astViewerStateChanged"></a> |
204 <h4>PythonAstViewer.__astViewerStateChanged</h4> |
204 <h4>PythonAstViewer.__astViewerStateChanged</h4> |
205 <b>__astViewerStateChanged</b>(<i>on</i>) |
205 <b>__astViewerStateChanged</b>(<i>on</i>) |
529 Public slot handling changes of the AST viewer settings. |
529 Public slot handling changes of the AST viewer settings. |
530 </p> |
530 </p> |
531 |
531 |
532 <a NAME="PythonAstViewer.resizeEvent" ID="PythonAstViewer.resizeEvent"></a> |
532 <a NAME="PythonAstViewer.resizeEvent" ID="PythonAstViewer.resizeEvent"></a> |
533 <h4>PythonAstViewer.resizeEvent</h4> |
533 <h4>PythonAstViewer.resizeEvent</h4> |
534 <b>resizeEvent</b>(<i>evt</i>) |
534 <b>resizeEvent</b>(<i>_evt</i>) |
535 <p> |
535 <p> |
536 Protected method to handle resize events. |
536 Protected method to handle resize events. |
537 </p> |
537 </p> |
538 |
538 |
539 <dl> |
539 <dl> |
540 |
540 |
541 <dt><i>evt</i> (QResizeEvent)</dt> |
541 <dt><i>_evt</i> (QResizeEvent)</dt> |
542 <dd> |
542 <dd> |
543 resize event |
543 resize event (unused) |
544 </dd> |
544 </dd> |
545 </dl> |
545 </dl> |
546 <a NAME="PythonAstViewer.show" ID="PythonAstViewer.show"></a> |
546 <a NAME="PythonAstViewer.show" ID="PythonAstViewer.show"></a> |
547 <h4>PythonAstViewer.show</h4> |
547 <h4>PythonAstViewer.show</h4> |
548 <b>show</b>(<i></i>) |
548 <b>show</b>(<i></i>) |