118 <div align="right"><a href="#top">Up</a></div> |
118 <div align="right"><a href="#top">Up</a></div> |
119 <hr /><hr /> |
119 <hr /><hr /> |
120 <a NAME="SpecialArrayElementVarItem" ID="SpecialArrayElementVarItem"></a> |
120 <a NAME="SpecialArrayElementVarItem" ID="SpecialArrayElementVarItem"></a> |
121 <h2>SpecialArrayElementVarItem</h2> |
121 <h2>SpecialArrayElementVarItem</h2> |
122 <p> |
122 <p> |
123 Class implementing a QTreeWidgetItem that represents a special array variable node. |
123 Class implementing a QTreeWidgetItem that represents a special array |
|
124 variable node. |
124 </p> |
125 </p> |
125 <h3>Derived from</h3> |
126 <h3>Derived from</h3> |
126 SpecialVarItem |
127 SpecialVarItem |
127 <h3>Class Attributes</h3> |
128 <h3>Class Attributes</h3> |
128 <table> |
129 <table> |
354 <h4>VariableItem.data</h4> |
355 <h4>VariableItem.data</h4> |
355 <b>data</b>(<i>column, role</i>) |
356 <b>data</b>(<i>column, role</i>) |
356 <p> |
357 <p> |
357 Public method to return the data for the requested role. |
358 Public method to return the data for the requested role. |
358 </p><p> |
359 </p><p> |
359 This implementation changes the original behavior in a way, that the display |
360 This implementation changes the original behavior in a way, that the |
360 data is returned as the tooltip for column 1. |
361 display data is returned as the tooltip for column 1. |
361 </p><dl> |
362 </p><dl> |
362 <dt><i>column</i></dt> |
363 <dt><i>column</i></dt> |
363 <dd> |
364 <dd> |
364 column number (integer) |
365 column number (integer) |
365 </dd><dt><i>role</i></dt> |
366 </dd><dt><i>role</i></dt> |
574 <p> |
575 <p> |
575 Private slot to handle the expanded signal. |
576 Private slot to handle the expanded signal. |
576 </p><dl> |
577 </p><dl> |
577 <dt><i>parentItem</i></dt> |
578 <dt><i>parentItem</i></dt> |
578 <dd> |
579 <dd> |
579 reference to the item being expanded (QTreeWidgetItem) |
580 reference to the item being expanded |
|
581 (QTreeWidgetItem) |
580 </dd> |
582 </dd> |
581 </dl><a NAME="VariablesViewer.__findItem" ID="VariablesViewer.__findItem"></a> |
583 </dl><a NAME="VariablesViewer.__findItem" ID="VariablesViewer.__findItem"></a> |
582 <h4>VariablesViewer.__findItem</h4> |
584 <h4>VariablesViewer.__findItem</h4> |
583 <b>__findItem</b>(<i>slist, column, node=None</i>) |
585 <b>__findItem</b>(<i>slist, column, node=None</i>) |
584 <p> |
586 <p> |
682 <p> |
685 <p> |
683 Public slot to handle the collapsed signal. |
686 Public slot to handle the collapsed signal. |
684 </p><dl> |
687 </p><dl> |
685 <dt><i>parentItem</i></dt> |
688 <dt><i>parentItem</i></dt> |
686 <dd> |
689 <dd> |
687 reference to the item being collapsed (QTreeWidgetItem) |
690 reference to the item being collapsed |
|
691 (QTreeWidgetItem) |
688 </dd> |
692 </dd> |
689 </dl><a NAME="VariablesViewer.expandItem" ID="VariablesViewer.expandItem"></a> |
693 </dl><a NAME="VariablesViewer.expandItem" ID="VariablesViewer.expandItem"></a> |
690 <h4>VariablesViewer.expandItem</h4> |
694 <h4>VariablesViewer.expandItem</h4> |
691 <b>expandItem</b>(<i>parentItem</i>) |
695 <b>expandItem</b>(<i>parentItem</i>) |
692 <p> |
696 <p> |
693 Public slot to handle the expanded signal. |
697 Public slot to handle the expanded signal. |
694 </p><dl> |
698 </p><dl> |
695 <dt><i>parentItem</i></dt> |
699 <dt><i>parentItem</i></dt> |
696 <dd> |
700 <dd> |
697 reference to the item being expanded (QTreeWidgetItem) |
701 reference to the item being expanded |
|
702 (QTreeWidgetItem) |
698 </dd> |
703 </dd> |
699 </dl><a NAME="VariablesViewer.handleResetUI" ID="VariablesViewer.handleResetUI"></a> |
704 </dl><a NAME="VariablesViewer.handleResetUI" ID="VariablesViewer.handleResetUI"></a> |
700 <h4>VariablesViewer.handleResetUI</h4> |
705 <h4>VariablesViewer.handleResetUI</h4> |
701 <b>handleResetUI</b>(<i></i>) |
706 <b>handleResetUI</b>(<i></i>) |
702 <p> |
707 <p> |
705 <h4>VariablesViewer.mouseDoubleClickEvent</h4> |
710 <h4>VariablesViewer.mouseDoubleClickEvent</h4> |
706 <b>mouseDoubleClickEvent</b>(<i>mouseEvent</i>) |
711 <b>mouseDoubleClickEvent</b>(<i>mouseEvent</i>) |
707 <p> |
712 <p> |
708 Protected method of QAbstractItemView. |
713 Protected method of QAbstractItemView. |
709 </p><p> |
714 </p><p> |
710 Reimplemented to disable expanding/collapsing |
715 Reimplemented to disable expanding/collapsing of items when |
711 of items when double-clicking. Instead the double-clicked entry is opened. |
716 double-clicking. Instead the double-clicked entry is opened. |
712 </p><dl> |
717 </p><dl> |
713 <dt><i>mouseEvent</i></dt> |
718 <dt><i>mouseEvent</i></dt> |
714 <dd> |
719 <dd> |
715 the mouse event object (QMouseEvent) |
720 the mouse event object (QMouseEvent) |
716 </dd> |
721 </dd> |