Fri, 29 Sep 2017 10:32:30 +0200
Regenerated source documentation.
44
8aa985c8dee5
Fixed an issue causing failures for files with Windows end-of-line indicators.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
17
diff
changeset
|
1 | <!DOCTYPE html> |
17 | 2 | <html><head> |
3 | <title>Plugin_Refactoring_Rope.RefactoringRope.ChangesPreviewDialog</title> | |
44
8aa985c8dee5
Fixed an issue causing failures for files with Windows end-of-line indicators.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
17
diff
changeset
|
4 | <meta charset="UTF-8"> |
17 | 5 | <style> |
6 | body { | |
7 | background: #EDECE6; | |
8 | margin: 0em 1em 10em 1em; | |
9 | color: black; | |
10 | } | |
11 | ||
12 | h1 { color: white; background: #85774A; } | |
13 | h2 { color: white; background: #85774A; } | |
14 | h3 { color: white; background: #9D936E; } | |
15 | h4 { color: white; background: #9D936E; } | |
16 | ||
17 | a { color: #BA6D36; } | |
18 | ||
19 | </style> | |
20 | </head> | |
21 | <body><a NAME="top" ID="top"></a> | |
22 | <h1>Plugin_Refactoring_Rope.RefactoringRope.ChangesPreviewDialog</h1> | |
23 | <p> | |
24 | Module implementing the Changes preview dialog. | |
25 | </p> | |
26 | <h3>Global Attributes</h3> | |
27 | <table> | |
28 | <tr><td>None</td></tr> | |
29 | </table> | |
30 | <h3>Classes</h3> | |
31 | <table> | |
32 | <tr> | |
33 | <td><a href="#ChangesPreviewDialog">ChangesPreviewDialog</a></td> | |
34 | <td>Class implementing the Changes preview dialog.</td> | |
35 | </tr> | |
36 | </table> | |
37 | <h3>Functions</h3> | |
38 | <table> | |
39 | <tr><td>None</td></tr> | |
40 | </table> | |
41 | <hr /><hr /> | |
42 | <a NAME="ChangesPreviewDialog" ID="ChangesPreviewDialog"></a> | |
43 | <h2>ChangesPreviewDialog</h2> | |
44 | <p> | |
45 | Class implementing the Changes preview dialog. | |
46 | </p> | |
47 | <h3>Derived from</h3> | |
48 | PreviewDialogBase | |
49 | <h3>Class Attributes</h3> | |
50 | <table> | |
51 | <tr><td>ChangeRole</td></tr> | |
52 | </table> | |
44
8aa985c8dee5
Fixed an issue causing failures for files with Windows end-of-line indicators.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
17
diff
changeset
|
53 | <h3>Class Methods</h3> |
8aa985c8dee5
Fixed an issue causing failures for files with Windows end-of-line indicators.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
17
diff
changeset
|
54 | <table> |
8aa985c8dee5
Fixed an issue causing failures for files with Windows end-of-line indicators.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
17
diff
changeset
|
55 | <tr><td>None</td></tr> |
8aa985c8dee5
Fixed an issue causing failures for files with Windows end-of-line indicators.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
17
diff
changeset
|
56 | </table> |
17 | 57 | <h3>Methods</h3> |
58 | <table> | |
59 | <tr> | |
60 | <td><a href="#ChangesPreviewDialog.__init__">ChangesPreviewDialog</a></td> | |
61 | <td>Constructor</td> | |
62 | </tr><tr> | |
63 | <td><a href="#ChangesPreviewDialog.on_changesList_currentItemChanged">on_changesList_currentItemChanged</a></td> | |
64 | <td>Private slot called when a change is selected.</td> | |
65 | </tr> | |
66 | </table> | |
44
8aa985c8dee5
Fixed an issue causing failures for files with Windows end-of-line indicators.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
17
diff
changeset
|
67 | <h3>Static Methods</h3> |
8aa985c8dee5
Fixed an issue causing failures for files with Windows end-of-line indicators.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
17
diff
changeset
|
68 | <table> |
8aa985c8dee5
Fixed an issue causing failures for files with Windows end-of-line indicators.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
17
diff
changeset
|
69 | <tr><td>None</td></tr> |
8aa985c8dee5
Fixed an issue causing failures for files with Windows end-of-line indicators.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
17
diff
changeset
|
70 | </table> |
17 | 71 | <a NAME="ChangesPreviewDialog.__init__" ID="ChangesPreviewDialog.__init__"></a> |
72 | <h4>ChangesPreviewDialog (Constructor)</h4> | |
204
b4bf79b956bc
Regenerated source documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
44
diff
changeset
|
73 | <b>ChangesPreviewDialog</b>(<i>description, changes, parent</i>) |
17 | 74 | <p> |
75 | Constructor | |
76 | </p><dl> | |
204
b4bf79b956bc
Regenerated source documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
44
diff
changeset
|
77 | <dt><i>description</i> (str)</dt> |
b4bf79b956bc
Regenerated source documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
44
diff
changeset
|
78 | <dd> |
b4bf79b956bc
Regenerated source documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
44
diff
changeset
|
79 | description of the changes |
b4bf79b956bc
Regenerated source documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
44
diff
changeset
|
80 | </dd><dt><i>changes</i> (list of list of (str, str))</dt> |
17 | 81 | <dd> |
204
b4bf79b956bc
Regenerated source documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
44
diff
changeset
|
82 | list of lists containing the change data |
b4bf79b956bc
Regenerated source documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
44
diff
changeset
|
83 | </dd><dt><i>parent</i> (QWidget)</dt> |
17 | 84 | <dd> |
204
b4bf79b956bc
Regenerated source documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
44
diff
changeset
|
85 | reference to the parent widget |
17 | 86 | </dd> |
87 | </dl><a NAME="ChangesPreviewDialog.on_changesList_currentItemChanged" ID="ChangesPreviewDialog.on_changesList_currentItemChanged"></a> | |
88 | <h4>ChangesPreviewDialog.on_changesList_currentItemChanged</h4> | |
89 | <b>on_changesList_currentItemChanged</b>(<i>current, previous</i>) | |
90 | <p> | |
91 | Private slot called when a change is selected. | |
92 | </p><dl> | |
204
b4bf79b956bc
Regenerated source documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
44
diff
changeset
|
93 | <dt><i>current</i> (QListWidgetItem)</dt> |
17 | 94 | <dd> |
204
b4bf79b956bc
Regenerated source documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
44
diff
changeset
|
95 | reference to the new current item |
b4bf79b956bc
Regenerated source documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
44
diff
changeset
|
96 | </dd><dt><i>previous</i> (QListWidgetItem)</dt> |
17 | 97 | <dd> |
204
b4bf79b956bc
Regenerated source documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
44
diff
changeset
|
98 | reference to the old current item |
17 | 99 | </dd> |
100 | </dl> | |
101 | <div align="right"><a href="#top">Up</a></div> | |
102 | <hr /> | |
103 | </body></html> |