Sun, 28 Oct 2018 12:30:45 +0100
CodeAssistServer: improved code completions and calltips for files belonging to a project (that may be using an interpreter different from the one used by eric or configured globally).
44
8aa985c8dee5
Fixed an issue causing failures for files with Windows end-of-line indicators.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
24
diff
changeset
|
1 | <!DOCTYPE html> |
17 | 2 | <html><head> |
3 | <title>Plugin_Refactoring_Rope.RefactoringRope.RestructureDialog</title> | |
44
8aa985c8dee5
Fixed an issue causing failures for files with Windows end-of-line indicators.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
24
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.RestructureDialog</h1> | |
23 | <p> | |
24 | Module implementing the Restructure 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="#RestructureDialog">RestructureDialog</a></td> | |
34 | <td>Class implementing the Restructure 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="RestructureDialog" ID="RestructureDialog"></a> | |
43 | <h2>RestructureDialog</h2> | |
44 | <p> | |
45 | Class implementing the Restructure dialog. | |
46 | </p> | |
47 | <h3>Derived from</h3> | |
48 | RefactoringDialogBase, Ui_RestructureDialog | |
49 | <h3>Class Attributes</h3> | |
50 | <table> | |
51 | <tr><td>history</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:
24
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:
24
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:
24
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:
24
diff
changeset
|
56 | </table> |
17 | 57 | <h3>Methods</h3> |
58 | <table> | |
59 | <tr> | |
60 | <td><a href="#RestructureDialog.__init__">RestructureDialog</a></td> | |
61 | <td>Constructor</td> | |
62 | </tr><tr> | |
63 | <td><a href="#RestructureDialog.__loadData">__loadData</a></td> | |
64 | <td>Private slot to load the history data into the dialog.</td> | |
65 | </tr><tr> | |
66 | <td><a href="#RestructureDialog.__saveData">__saveData</a></td> | |
67 | <td>Private slot to save the data for later reuse.</td> | |
68 | </tr><tr> | |
69 | <td><a href="#RestructureDialog.__updateUI">__updateUI</a></td> | |
70 | <td>Private slot to update the UI.</td> | |
71 | </tr><tr> | |
72 | <td><a href="#RestructureDialog._calculateChanges">_calculateChanges</a></td> | |
204
b4bf79b956bc
Regenerated source documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
44
diff
changeset
|
73 | <td>Protected method to initiate the calculation of the changes.</td> |
17 | 74 | </tr><tr> |
75 | <td><a href="#RestructureDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td> | |
76 | <td>Private slot to act on the button pressed.</td> | |
77 | </tr><tr> | |
78 | <td><a href="#RestructureDialog.on_goalEdit_textChanged">on_goalEdit_textChanged</a></td> | |
79 | <td>Private slot to react to changes of the goal.</td> | |
80 | </tr><tr> | |
81 | <td><a href="#RestructureDialog.on_patternEdit_textChanged">on_patternEdit_textChanged</a></td> | |
82 | <td>Private slot to react to changes of the pattern.</td> | |
83 | </tr> | |
84 | </table> | |
44
8aa985c8dee5
Fixed an issue causing failures for files with Windows end-of-line indicators.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
24
diff
changeset
|
85 | <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:
24
diff
changeset
|
86 | <table> |
8aa985c8dee5
Fixed an issue causing failures for files with Windows end-of-line indicators.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
24
diff
changeset
|
87 | <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:
24
diff
changeset
|
88 | </table> |
17 | 89 | <a NAME="RestructureDialog.__init__" ID="RestructureDialog.__init__"></a> |
90 | <h4>RestructureDialog (Constructor)</h4> | |
24
e18b36080a37
Updated source docu after making the code PEP-8 compliant.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
17
diff
changeset
|
91 | <b>RestructureDialog</b>(<i>refactoring, title, parent=None</i>) |
17 | 92 | <p> |
93 | Constructor | |
94 | </p><dl> | |
204
b4bf79b956bc
Regenerated source documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
44
diff
changeset
|
95 | <dt><i>refactoring</i> (RefactoringServer)</dt> |
17 | 96 | <dd> |
97 | reference to the main refactoring object | |
204
b4bf79b956bc
Regenerated source documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
44
diff
changeset
|
98 | </dd><dt><i>title</i> (str)</dt> |
17 | 99 | <dd> |
204
b4bf79b956bc
Regenerated source documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
44
diff
changeset
|
100 | title of the dialog |
b4bf79b956bc
Regenerated source documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
44
diff
changeset
|
101 | </dd><dt><i>parent</i> (QWidget)</dt> |
17 | 102 | <dd> |
204
b4bf79b956bc
Regenerated source documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
44
diff
changeset
|
103 | reference to the parent widget |
17 | 104 | </dd> |
105 | </dl><a NAME="RestructureDialog.__loadData" ID="RestructureDialog.__loadData"></a> | |
106 | <h4>RestructureDialog.__loadData</h4> | |
107 | <b>__loadData</b>(<i></i>) | |
108 | <p> | |
109 | Private slot to load the history data into the dialog. | |
110 | </p><a NAME="RestructureDialog.__saveData" ID="RestructureDialog.__saveData"></a> | |
111 | <h4>RestructureDialog.__saveData</h4> | |
112 | <b>__saveData</b>(<i></i>) | |
113 | <p> | |
114 | Private slot to save the data for later reuse. | |
115 | </p><a NAME="RestructureDialog.__updateUI" ID="RestructureDialog.__updateUI"></a> | |
116 | <h4>RestructureDialog.__updateUI</h4> | |
117 | <b>__updateUI</b>(<i></i>) | |
118 | <p> | |
119 | Private slot to update the UI. | |
120 | </p><a NAME="RestructureDialog._calculateChanges" ID="RestructureDialog._calculateChanges"></a> | |
121 | <h4>RestructureDialog._calculateChanges</h4> | |
204
b4bf79b956bc
Regenerated source documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
44
diff
changeset
|
122 | <b>_calculateChanges</b>(<i></i>) |
17 | 123 | <p> |
204
b4bf79b956bc
Regenerated source documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
44
diff
changeset
|
124 | Protected method to initiate the calculation of the changes. |
b4bf79b956bc
Regenerated source documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
44
diff
changeset
|
125 | </p><a NAME="RestructureDialog.on_buttonBox_clicked" ID="RestructureDialog.on_buttonBox_clicked"></a> |
17 | 126 | <h4>RestructureDialog.on_buttonBox_clicked</h4> |
127 | <b>on_buttonBox_clicked</b>(<i>button</i>) | |
128 | <p> | |
129 | Private slot to act on the button pressed. | |
130 | </p><dl> | |
204
b4bf79b956bc
Regenerated source documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
44
diff
changeset
|
131 | <dt><i>button</i> (QAbstractButton)</dt> |
17 | 132 | <dd> |
204
b4bf79b956bc
Regenerated source documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
44
diff
changeset
|
133 | reference to the button pressed |
17 | 134 | </dd> |
135 | </dl><a NAME="RestructureDialog.on_goalEdit_textChanged" ID="RestructureDialog.on_goalEdit_textChanged"></a> | |
136 | <h4>RestructureDialog.on_goalEdit_textChanged</h4> | |
137 | <b>on_goalEdit_textChanged</b>(<i></i>) | |
138 | <p> | |
139 | Private slot to react to changes of the goal. | |
140 | </p><a NAME="RestructureDialog.on_patternEdit_textChanged" ID="RestructureDialog.on_patternEdit_textChanged"></a> | |
141 | <h4>RestructureDialog.on_patternEdit_textChanged</h4> | |
142 | <b>on_patternEdit_textChanged</b>(<i></i>) | |
143 | <p> | |
144 | Private slot to react to changes of the pattern. | |
145 | </p> | |
146 | <div align="right"><a href="#top">Up</a></div> | |
147 | <hr /> | |
148 | </body></html> |