68 <table> |
68 <table> |
69 <tr><td>None</td></tr> |
69 <tr><td>None</td></tr> |
70 </table> |
70 </table> |
71 <a NAME="ChangesPreviewDialog.__init__" ID="ChangesPreviewDialog.__init__"></a> |
71 <a NAME="ChangesPreviewDialog.__init__" ID="ChangesPreviewDialog.__init__"></a> |
72 <h4>ChangesPreviewDialog (Constructor)</h4> |
72 <h4>ChangesPreviewDialog (Constructor)</h4> |
73 <b>ChangesPreviewDialog</b>(<i>changes, parent</i>) |
73 <b>ChangesPreviewDialog</b>(<i>description, changes, parent</i>) |
74 <p> |
74 <p> |
75 Constructor |
75 Constructor |
76 </p><dl> |
76 </p><dl> |
77 <dt><i>changes</i></dt> |
77 <dt><i>description</i> (str)</dt> |
78 <dd> |
78 <dd> |
79 reference to the Changes object |
79 description of the changes |
80 (rope.base.change.ChangeSet) |
80 </dd><dt><i>changes</i> (list of list of (str, str))</dt> |
81 </dd><dt><i>parent</i></dt> |
|
82 <dd> |
81 <dd> |
83 reference to the parent widget (QWidget) |
82 list of lists containing the change data |
|
83 </dd><dt><i>parent</i> (QWidget)</dt> |
|
84 <dd> |
|
85 reference to the parent widget |
84 </dd> |
86 </dd> |
85 </dl><a NAME="ChangesPreviewDialog.on_changesList_currentItemChanged" ID="ChangesPreviewDialog.on_changesList_currentItemChanged"></a> |
87 </dl><a NAME="ChangesPreviewDialog.on_changesList_currentItemChanged" ID="ChangesPreviewDialog.on_changesList_currentItemChanged"></a> |
86 <h4>ChangesPreviewDialog.on_changesList_currentItemChanged</h4> |
88 <h4>ChangesPreviewDialog.on_changesList_currentItemChanged</h4> |
87 <b>on_changesList_currentItemChanged</b>(<i>current, previous</i>) |
89 <b>on_changesList_currentItemChanged</b>(<i>current, previous</i>) |
88 <p> |
90 <p> |
89 Private slot called when a change is selected. |
91 Private slot called when a change is selected. |
90 </p><dl> |
92 </p><dl> |
91 <dt><i>current</i></dt> |
93 <dt><i>current</i> (QListWidgetItem)</dt> |
92 <dd> |
94 <dd> |
93 reference to the new current item (QListWidgetItem) |
95 reference to the new current item |
94 </dd><dt><i>previous</i></dt> |
96 </dd><dt><i>previous</i> (QListWidgetItem)</dt> |
95 <dd> |
97 <dd> |
96 reference to the old current item (QListWidgetItem) |
98 reference to the old current item |
97 </dd> |
99 </dd> |
98 </dl> |
100 </dl> |
99 <div align="right"><a href="#top">Up</a></div> |
101 <div align="right"><a href="#top">Up</a></div> |
100 <hr /> |
102 <hr /> |
101 </body></html> |
103 </body></html> |