16 |
16 |
17 a { color: #BA6D36; } |
17 a { color: #BA6D36; } |
18 |
18 |
19 </style> |
19 </style> |
20 </head> |
20 </head> |
21 <body><a NAME="top" ID="top"></a> |
21 <body> |
|
22 <a NAME="top" ID="top"></a> |
22 <h1>eric6.Plugins.VcsPlugins.vcsMercurial.HisteditExtension.HgHisteditPlanEditor</h1> |
23 <h1>eric6.Plugins.VcsPlugins.vcsMercurial.HisteditExtension.HgHisteditPlanEditor</h1> |
|
24 |
23 <p> |
25 <p> |
24 Module implementing a dialog to edit the history modification plan. |
26 Module implementing a dialog to edit the history modification plan. |
25 </p> |
27 </p> |
26 <h3>Global Attributes</h3> |
28 <h3>Global Attributes</h3> |
|
29 |
27 <table> |
30 <table> |
28 <tr><td>None</td></tr> |
31 <tr><td>None</td></tr> |
29 </table> |
32 </table> |
30 <h3>Classes</h3> |
33 <h3>Classes</h3> |
31 <table> |
34 |
|
35 <table> |
|
36 |
32 <tr> |
37 <tr> |
33 <td><a href="#HgHisteditPlanActionComboBox">HgHisteditPlanActionComboBox</a></td> |
38 <td><a href="#HgHisteditPlanActionComboBox">HgHisteditPlanActionComboBox</a></td> |
34 <td>Class implementing a combo box to select the action in the plan tree.</td> |
39 <td>Class implementing a combo box to select the action in the plan tree.</td> |
35 </tr><tr> |
40 </tr> |
|
41 <tr> |
36 <td><a href="#HgHisteditPlanEditor">HgHisteditPlanEditor</a></td> |
42 <td><a href="#HgHisteditPlanEditor">HgHisteditPlanEditor</a></td> |
37 <td>Class implementing a dialog to edit the history modification plan.</td> |
43 <td>Class implementing a dialog to edit the history modification plan.</td> |
38 </tr> |
44 </tr> |
39 </table> |
45 </table> |
40 <h3>Functions</h3> |
46 <h3>Functions</h3> |
41 <table> |
47 |
42 <tr><td>None</td></tr> |
48 <table> |
43 </table> |
49 <tr><td>None</td></tr> |
44 <hr /><hr /> |
50 </table> |
|
51 <hr /> |
|
52 <hr /> |
45 <a NAME="HgHisteditPlanActionComboBox" ID="HgHisteditPlanActionComboBox"></a> |
53 <a NAME="HgHisteditPlanActionComboBox" ID="HgHisteditPlanActionComboBox"></a> |
46 <h2>HgHisteditPlanActionComboBox</h2> |
54 <h2>HgHisteditPlanActionComboBox</h2> |
|
55 |
47 <p> |
56 <p> |
48 Class implementing a combo box to select the action in the plan tree. |
57 Class implementing a combo box to select the action in the plan tree. |
49 </p> |
58 </p> |
50 <h3>Derived from</h3> |
59 <h3>Derived from</h3> |
51 QComboBox |
60 QComboBox |
52 <h3>Class Attributes</h3> |
61 <h3>Class Attributes</h3> |
|
62 |
53 <table> |
63 <table> |
54 <tr><td>None</td></tr> |
64 <tr><td>None</td></tr> |
55 </table> |
65 </table> |
56 <h3>Class Methods</h3> |
66 <h3>Class Methods</h3> |
|
67 |
57 <table> |
68 <table> |
58 <tr><td>None</td></tr> |
69 <tr><td>None</td></tr> |
59 </table> |
70 </table> |
60 <h3>Methods</h3> |
71 <h3>Methods</h3> |
61 <table> |
72 |
|
73 <table> |
|
74 |
62 <tr> |
75 <tr> |
63 <td><a href="#HgHisteditPlanActionComboBox.__init__">HgHisteditPlanActionComboBox</a></td> |
76 <td><a href="#HgHisteditPlanActionComboBox.__init__">HgHisteditPlanActionComboBox</a></td> |
64 <td>Constructor</td> |
77 <td>Constructor</td> |
65 </tr><tr> |
78 </tr> |
|
79 <tr> |
66 <td><a href="#HgHisteditPlanActionComboBox.__changeItem">__changeItem</a></td> |
80 <td><a href="#HgHisteditPlanActionComboBox.__changeItem">__changeItem</a></td> |
67 <td>Private slot to handle the selection of a plan action.</td> |
81 <td>Private slot to handle the selection of a plan action.</td> |
68 </tr><tr> |
82 </tr> |
|
83 <tr> |
69 <td><a href="#HgHisteditPlanActionComboBox.showPopup">showPopup</a></td> |
84 <td><a href="#HgHisteditPlanActionComboBox.showPopup">showPopup</a></td> |
70 <td>Public method to show the list of items of the combo box.</td> |
85 <td>Public method to show the list of items of the combo box.</td> |
71 </tr> |
86 </tr> |
72 </table> |
87 </table> |
73 <h3>Static Methods</h3> |
88 <h3>Static Methods</h3> |
74 <table> |
89 |
75 <tr><td>None</td></tr> |
90 <table> |
76 </table> |
91 <tr><td>None</td></tr> |
|
92 </table> |
|
93 |
77 <a NAME="HgHisteditPlanActionComboBox.__init__" ID="HgHisteditPlanActionComboBox.__init__"></a> |
94 <a NAME="HgHisteditPlanActionComboBox.__init__" ID="HgHisteditPlanActionComboBox.__init__"></a> |
78 <h4>HgHisteditPlanActionComboBox (Constructor)</h4> |
95 <h4>HgHisteditPlanActionComboBox (Constructor)</h4> |
79 <b>HgHisteditPlanActionComboBox</b>(<i>item, column</i>) |
96 <b>HgHisteditPlanActionComboBox</b>(<i>item, column</i>) |
|
97 |
80 <p> |
98 <p> |
81 Constructor |
99 Constructor |
82 </p><dl> |
100 </p> |
|
101 <dl> |
|
102 |
83 <dt><i>item</i> (QTreeWidgetItem)</dt> |
103 <dt><i>item</i> (QTreeWidgetItem)</dt> |
84 <dd> |
104 <dd> |
85 reference to the item |
105 reference to the item |
86 </dd><dt><i>column</i> (int)</dt> |
106 </dd> |
|
107 <dt><i>column</i> (int)</dt> |
87 <dd> |
108 <dd> |
88 column number inside the tree widget item |
109 column number inside the tree widget item |
89 </dd> |
110 </dd> |
90 </dl><a NAME="HgHisteditPlanActionComboBox.__changeItem" ID="HgHisteditPlanActionComboBox.__changeItem"></a> |
111 </dl> |
|
112 <a NAME="HgHisteditPlanActionComboBox.__changeItem" ID="HgHisteditPlanActionComboBox.__changeItem"></a> |
91 <h4>HgHisteditPlanActionComboBox.__changeItem</h4> |
113 <h4>HgHisteditPlanActionComboBox.__changeItem</h4> |
92 <b>__changeItem</b>(<i>index</i>) |
114 <b>__changeItem</b>(<i>index</i>) |
|
115 |
93 <p> |
116 <p> |
94 Private slot to handle the selection of a plan action. |
117 Private slot to handle the selection of a plan action. |
95 </p><p> |
118 </p> |
|
119 <p> |
96 This method sets the text of the associated item for the specified |
120 This method sets the text of the associated item for the specified |
97 cell in order to be able to retrieve it with a call of the text() |
121 cell in order to be able to retrieve it with a call of the text() |
98 method of the item. |
122 method of the item. |
99 </p><dl> |
123 </p> |
|
124 <dl> |
|
125 |
100 <dt><i>index</i> (int)</dt> |
126 <dt><i>index</i> (int)</dt> |
101 <dd> |
127 <dd> |
102 index of the selected action |
128 index of the selected action |
103 </dd> |
129 </dd> |
104 </dl><a NAME="HgHisteditPlanActionComboBox.showPopup" ID="HgHisteditPlanActionComboBox.showPopup"></a> |
130 </dl> |
|
131 <a NAME="HgHisteditPlanActionComboBox.showPopup" ID="HgHisteditPlanActionComboBox.showPopup"></a> |
105 <h4>HgHisteditPlanActionComboBox.showPopup</h4> |
132 <h4>HgHisteditPlanActionComboBox.showPopup</h4> |
106 <b>showPopup</b>(<i></i>) |
133 <b>showPopup</b>(<i></i>) |
|
134 |
107 <p> |
135 <p> |
108 Public method to show the list of items of the combo box. |
136 Public method to show the list of items of the combo box. |
109 </p><p> |
137 </p> |
|
138 <p> |
110 This is reimplemented in order to set the associated item as the |
139 This is reimplemented in order to set the associated item as the |
111 current item of the tree widget. |
140 current item of the tree widget. |
112 </p> |
141 </p> |
113 <div align="right"><a href="#top">Up</a></div> |
142 <div align="right"><a href="#top">Up</a></div> |
114 <hr /><hr /> |
143 <hr /> |
|
144 <hr /> |
115 <a NAME="HgHisteditPlanEditor" ID="HgHisteditPlanEditor"></a> |
145 <a NAME="HgHisteditPlanEditor" ID="HgHisteditPlanEditor"></a> |
116 <h2>HgHisteditPlanEditor</h2> |
146 <h2>HgHisteditPlanEditor</h2> |
|
147 |
117 <p> |
148 <p> |
118 Class implementing a dialog to edit the history modification plan. |
149 Class implementing a dialog to edit the history modification plan. |
119 </p> |
150 </p> |
120 <h3>Derived from</h3> |
151 <h3>Derived from</h3> |
121 QDialog, Ui_HgHisteditPlanEditor |
152 QDialog, Ui_HgHisteditPlanEditor |
122 <h3>Class Attributes</h3> |
153 <h3>Class Attributes</h3> |
|
154 |
123 <table> |
155 <table> |
124 <tr><td>None</td></tr> |
156 <tr><td>None</td></tr> |
125 </table> |
157 </table> |
126 <h3>Class Methods</h3> |
158 <h3>Class Methods</h3> |
|
159 |
127 <table> |
160 <table> |
128 <tr><td>None</td></tr> |
161 <tr><td>None</td></tr> |
129 </table> |
162 </table> |
130 <h3>Methods</h3> |
163 <h3>Methods</h3> |
131 <table> |
164 |
|
165 <table> |
|
166 |
132 <tr> |
167 <tr> |
133 <td><a href="#HgHisteditPlanEditor.__init__">HgHisteditPlanEditor</a></td> |
168 <td><a href="#HgHisteditPlanEditor.__init__">HgHisteditPlanEditor</a></td> |
134 <td>Constructor</td> |
169 <td>Constructor</td> |
135 </tr><tr> |
170 </tr> |
|
171 <tr> |
136 <td><a href="#HgHisteditPlanEditor.__addActionCombo">__addActionCombo</a></td> |
172 <td><a href="#HgHisteditPlanEditor.__addActionCombo">__addActionCombo</a></td> |
137 <td>Private method to add an edit action combo to an item.</td> |
173 <td>Private method to add an edit action combo to an item.</td> |
138 </tr><tr> |
174 </tr> |
|
175 <tr> |
139 <td><a href="#HgHisteditPlanEditor.__assembleEditPlan">__assembleEditPlan</a></td> |
176 <td><a href="#HgHisteditPlanEditor.__assembleEditPlan">__assembleEditPlan</a></td> |
140 <td>Private method to assemble the edit plan into text suitable for the histedit file.</td> |
177 <td>Private method to assemble the edit plan into text suitable for the histedit file.</td> |
141 </tr><tr> |
178 </tr> |
|
179 <tr> |
142 <td><a href="#HgHisteditPlanEditor.__createPlanItem">__createPlanItem</a></td> |
180 <td><a href="#HgHisteditPlanEditor.__createPlanItem">__createPlanItem</a></td> |
143 <td>Private method to create an edit plan tree item.</td> |
181 <td>Private method to create an edit plan tree item.</td> |
144 </tr><tr> |
182 </tr> |
|
183 <tr> |
145 <td><a href="#HgHisteditPlanEditor.__readFile">__readFile</a></td> |
184 <td><a href="#HgHisteditPlanEditor.__readFile">__readFile</a></td> |
146 <td>Private method to read the file containing the edit plan and populate the dialog.</td> |
185 <td>Private method to read the file containing the edit plan and populate the dialog.</td> |
147 </tr><tr> |
186 </tr> |
|
187 <tr> |
148 <td><a href="#HgHisteditPlanEditor.__resizeSections">__resizeSections</a></td> |
188 <td><a href="#HgHisteditPlanEditor.__resizeSections">__resizeSections</a></td> |
149 <td>Private method to resize the tree widget sections.</td> |
189 <td>Private method to resize the tree widget sections.</td> |
150 </tr><tr> |
190 </tr> |
|
191 <tr> |
151 <td><a href="#HgHisteditPlanEditor.__updateButtons">__updateButtons</a></td> |
192 <td><a href="#HgHisteditPlanEditor.__updateButtons">__updateButtons</a></td> |
152 <td>Private method to set the enabled state of the up and down buttons.</td> |
193 <td>Private method to set the enabled state of the up and down buttons.</td> |
153 </tr><tr> |
194 </tr> |
|
195 <tr> |
154 <td><a href="#HgHisteditPlanEditor.on_buttonBox_accepted">on_buttonBox_accepted</a></td> |
196 <td><a href="#HgHisteditPlanEditor.on_buttonBox_accepted">on_buttonBox_accepted</a></td> |
155 <td>Private slot called by the buttonBox accepted signal.</td> |
197 <td>Private slot called by the buttonBox accepted signal.</td> |
156 </tr><tr> |
198 </tr> |
|
199 <tr> |
157 <td><a href="#HgHisteditPlanEditor.on_buttonBox_rejected">on_buttonBox_rejected</a></td> |
200 <td><a href="#HgHisteditPlanEditor.on_buttonBox_rejected">on_buttonBox_rejected</a></td> |
158 <td>Private slot called by the buttonBox rejected signal.</td> |
201 <td>Private slot called by the buttonBox rejected signal.</td> |
159 </tr><tr> |
202 </tr> |
|
203 <tr> |
160 <td><a href="#HgHisteditPlanEditor.on_downButton_clicked">on_downButton_clicked</a></td> |
204 <td><a href="#HgHisteditPlanEditor.on_downButton_clicked">on_downButton_clicked</a></td> |
161 <td>Private slot to move the current entry down one line.</td> |
205 <td>Private slot to move the current entry down one line.</td> |
162 </tr><tr> |
206 </tr> |
|
207 <tr> |
163 <td><a href="#HgHisteditPlanEditor.on_planTreeWidget_currentItemChanged">on_planTreeWidget_currentItemChanged</a></td> |
208 <td><a href="#HgHisteditPlanEditor.on_planTreeWidget_currentItemChanged">on_planTreeWidget_currentItemChanged</a></td> |
164 <td>Private slot handling the change of the current edit plan item.</td> |
209 <td>Private slot handling the change of the current edit plan item.</td> |
165 </tr><tr> |
210 </tr> |
|
211 <tr> |
166 <td><a href="#HgHisteditPlanEditor.on_upButton_clicked">on_upButton_clicked</a></td> |
212 <td><a href="#HgHisteditPlanEditor.on_upButton_clicked">on_upButton_clicked</a></td> |
167 <td>Private slot to move the current entry up one line.</td> |
213 <td>Private slot to move the current entry up one line.</td> |
168 </tr> |
214 </tr> |
169 </table> |
215 </table> |
170 <h3>Static Methods</h3> |
216 <h3>Static Methods</h3> |
171 <table> |
217 |
172 <tr><td>None</td></tr> |
218 <table> |
173 </table> |
219 <tr><td>None</td></tr> |
|
220 </table> |
|
221 |
174 <a NAME="HgHisteditPlanEditor.__init__" ID="HgHisteditPlanEditor.__init__"></a> |
222 <a NAME="HgHisteditPlanEditor.__init__" ID="HgHisteditPlanEditor.__init__"></a> |
175 <h4>HgHisteditPlanEditor (Constructor)</h4> |
223 <h4>HgHisteditPlanEditor (Constructor)</h4> |
176 <b>HgHisteditPlanEditor</b>(<i>fileName, parent=None</i>) |
224 <b>HgHisteditPlanEditor</b>(<i>fileName, parent=None</i>) |
|
225 |
177 <p> |
226 <p> |
178 Constructor |
227 Constructor |
179 </p><dl> |
228 </p> |
|
229 <dl> |
|
230 |
180 <dt><i>fileName</i> (str)</dt> |
231 <dt><i>fileName</i> (str)</dt> |
181 <dd> |
232 <dd> |
182 name of the file containing the history edit plan |
233 name of the file containing the history edit plan |
183 to be edited |
234 to be edited |
184 </dd><dt><i>parent</i> (QWidget)</dt> |
235 </dd> |
|
236 <dt><i>parent</i> (QWidget)</dt> |
185 <dd> |
237 <dd> |
186 reference to the parent widget |
238 reference to the parent widget |
187 </dd> |
239 </dd> |
188 </dl><a NAME="HgHisteditPlanEditor.__addActionCombo" ID="HgHisteditPlanEditor.__addActionCombo"></a> |
240 </dl> |
|
241 <a NAME="HgHisteditPlanEditor.__addActionCombo" ID="HgHisteditPlanEditor.__addActionCombo"></a> |
189 <h4>HgHisteditPlanEditor.__addActionCombo</h4> |
242 <h4>HgHisteditPlanEditor.__addActionCombo</h4> |
190 <b>__addActionCombo</b>(<i>item</i>) |
243 <b>__addActionCombo</b>(<i>item</i>) |
|
244 |
191 <p> |
245 <p> |
192 Private method to add an edit action combo to an item. |
246 Private method to add an edit action combo to an item. |
193 </p><dl> |
247 </p> |
|
248 <dl> |
|
249 |
194 <dt><i>item</i> (QTreeWidgetItem)</dt> |
250 <dt><i>item</i> (QTreeWidgetItem)</dt> |
195 <dd> |
251 <dd> |
196 reference to the tree widget item |
252 reference to the tree widget item |
197 </dd> |
253 </dd> |
198 </dl><a NAME="HgHisteditPlanEditor.__assembleEditPlan" ID="HgHisteditPlanEditor.__assembleEditPlan"></a> |
254 </dl> |
|
255 <a NAME="HgHisteditPlanEditor.__assembleEditPlan" ID="HgHisteditPlanEditor.__assembleEditPlan"></a> |
199 <h4>HgHisteditPlanEditor.__assembleEditPlan</h4> |
256 <h4>HgHisteditPlanEditor.__assembleEditPlan</h4> |
200 <b>__assembleEditPlan</b>(<i></i>) |
257 <b>__assembleEditPlan</b>(<i></i>) |
|
258 |
201 <p> |
259 <p> |
202 Private method to assemble the edit plan into text suitable for the |
260 Private method to assemble the edit plan into text suitable for the |
203 histedit file. |
261 histedit file. |
204 </p><dl> |
262 </p> |
|
263 <dl> |
205 <dt>Returns:</dt> |
264 <dt>Returns:</dt> |
206 <dd> |
265 <dd> |
207 assembled edit plan text |
266 assembled edit plan text |
208 </dd> |
267 </dd> |
209 </dl><dl> |
268 </dl> |
|
269 <dl> |
210 <dt>Return Type:</dt> |
270 <dt>Return Type:</dt> |
211 <dd> |
271 <dd> |
212 str |
272 str |
213 </dd> |
273 </dd> |
214 </dl><a NAME="HgHisteditPlanEditor.__createPlanItem" ID="HgHisteditPlanEditor.__createPlanItem"></a> |
274 </dl> |
|
275 <a NAME="HgHisteditPlanEditor.__createPlanItem" ID="HgHisteditPlanEditor.__createPlanItem"></a> |
215 <h4>HgHisteditPlanEditor.__createPlanItem</h4> |
276 <h4>HgHisteditPlanEditor.__createPlanItem</h4> |
216 <b>__createPlanItem</b>(<i>text</i>) |
277 <b>__createPlanItem</b>(<i>text</i>) |
|
278 |
217 <p> |
279 <p> |
218 Private method to create an edit plan tree item. |
280 Private method to create an edit plan tree item. |
219 </p><dl> |
281 </p> |
|
282 <dl> |
|
283 |
220 <dt><i>text</i> (str)</dt> |
284 <dt><i>text</i> (str)</dt> |
221 <dd> |
285 <dd> |
222 line of text to be parsed |
286 line of text to be parsed |
223 </dd> |
287 </dd> |
224 </dl><a NAME="HgHisteditPlanEditor.__readFile" ID="HgHisteditPlanEditor.__readFile"></a> |
288 </dl> |
|
289 <a NAME="HgHisteditPlanEditor.__readFile" ID="HgHisteditPlanEditor.__readFile"></a> |
225 <h4>HgHisteditPlanEditor.__readFile</h4> |
290 <h4>HgHisteditPlanEditor.__readFile</h4> |
226 <b>__readFile</b>(<i></i>) |
291 <b>__readFile</b>(<i></i>) |
|
292 |
227 <p> |
293 <p> |
228 Private method to read the file containing the edit plan and |
294 Private method to read the file containing the edit plan and |
229 populate the dialog. |
295 populate the dialog. |
230 </p><a NAME="HgHisteditPlanEditor.__resizeSections" ID="HgHisteditPlanEditor.__resizeSections"></a> |
296 </p> |
|
297 <a NAME="HgHisteditPlanEditor.__resizeSections" ID="HgHisteditPlanEditor.__resizeSections"></a> |
231 <h4>HgHisteditPlanEditor.__resizeSections</h4> |
298 <h4>HgHisteditPlanEditor.__resizeSections</h4> |
232 <b>__resizeSections</b>(<i></i>) |
299 <b>__resizeSections</b>(<i></i>) |
|
300 |
233 <p> |
301 <p> |
234 Private method to resize the tree widget sections. |
302 Private method to resize the tree widget sections. |
235 </p><a NAME="HgHisteditPlanEditor.__updateButtons" ID="HgHisteditPlanEditor.__updateButtons"></a> |
303 </p> |
|
304 <a NAME="HgHisteditPlanEditor.__updateButtons" ID="HgHisteditPlanEditor.__updateButtons"></a> |
236 <h4>HgHisteditPlanEditor.__updateButtons</h4> |
305 <h4>HgHisteditPlanEditor.__updateButtons</h4> |
237 <b>__updateButtons</b>(<i></i>) |
306 <b>__updateButtons</b>(<i></i>) |
|
307 |
238 <p> |
308 <p> |
239 Private method to set the enabled state of the up and down buttons. |
309 Private method to set the enabled state of the up and down buttons. |
240 </p><a NAME="HgHisteditPlanEditor.on_buttonBox_accepted" ID="HgHisteditPlanEditor.on_buttonBox_accepted"></a> |
310 </p> |
|
311 <a NAME="HgHisteditPlanEditor.on_buttonBox_accepted" ID="HgHisteditPlanEditor.on_buttonBox_accepted"></a> |
241 <h4>HgHisteditPlanEditor.on_buttonBox_accepted</h4> |
312 <h4>HgHisteditPlanEditor.on_buttonBox_accepted</h4> |
242 <b>on_buttonBox_accepted</b>(<i></i>) |
313 <b>on_buttonBox_accepted</b>(<i></i>) |
|
314 |
243 <p> |
315 <p> |
244 Private slot called by the buttonBox accepted signal. |
316 Private slot called by the buttonBox accepted signal. |
245 </p><a NAME="HgHisteditPlanEditor.on_buttonBox_rejected" ID="HgHisteditPlanEditor.on_buttonBox_rejected"></a> |
317 </p> |
|
318 <a NAME="HgHisteditPlanEditor.on_buttonBox_rejected" ID="HgHisteditPlanEditor.on_buttonBox_rejected"></a> |
246 <h4>HgHisteditPlanEditor.on_buttonBox_rejected</h4> |
319 <h4>HgHisteditPlanEditor.on_buttonBox_rejected</h4> |
247 <b>on_buttonBox_rejected</b>(<i></i>) |
320 <b>on_buttonBox_rejected</b>(<i></i>) |
|
321 |
248 <p> |
322 <p> |
249 Private slot called by the buttonBox rejected signal. |
323 Private slot called by the buttonBox rejected signal. |
250 </p><a NAME="HgHisteditPlanEditor.on_downButton_clicked" ID="HgHisteditPlanEditor.on_downButton_clicked"></a> |
324 </p> |
|
325 <a NAME="HgHisteditPlanEditor.on_downButton_clicked" ID="HgHisteditPlanEditor.on_downButton_clicked"></a> |
251 <h4>HgHisteditPlanEditor.on_downButton_clicked</h4> |
326 <h4>HgHisteditPlanEditor.on_downButton_clicked</h4> |
252 <b>on_downButton_clicked</b>(<i></i>) |
327 <b>on_downButton_clicked</b>(<i></i>) |
|
328 |
253 <p> |
329 <p> |
254 Private slot to move the current entry down one line. |
330 Private slot to move the current entry down one line. |
255 </p><a NAME="HgHisteditPlanEditor.on_planTreeWidget_currentItemChanged" ID="HgHisteditPlanEditor.on_planTreeWidget_currentItemChanged"></a> |
331 </p> |
|
332 <a NAME="HgHisteditPlanEditor.on_planTreeWidget_currentItemChanged" ID="HgHisteditPlanEditor.on_planTreeWidget_currentItemChanged"></a> |
256 <h4>HgHisteditPlanEditor.on_planTreeWidget_currentItemChanged</h4> |
333 <h4>HgHisteditPlanEditor.on_planTreeWidget_currentItemChanged</h4> |
257 <b>on_planTreeWidget_currentItemChanged</b>(<i>current, previous</i>) |
334 <b>on_planTreeWidget_currentItemChanged</b>(<i>current, previous</i>) |
|
335 |
258 <p> |
336 <p> |
259 Private slot handling the change of the current edit plan item. |
337 Private slot handling the change of the current edit plan item. |
260 </p><dl> |
338 </p> |
|
339 <dl> |
|
340 |
261 <dt><i>current</i> (QTreeWidgetItem)</dt> |
341 <dt><i>current</i> (QTreeWidgetItem)</dt> |
262 <dd> |
342 <dd> |
263 reference to the current edit plan item |
343 reference to the current edit plan item |
264 </dd><dt><i>previous</i> (QTreeWidgetItem)</dt> |
344 </dd> |
|
345 <dt><i>previous</i> (QTreeWidgetItem)</dt> |
265 <dd> |
346 <dd> |
266 reference to the previous current edit plan item |
347 reference to the previous current edit plan item |
267 </dd> |
348 </dd> |
268 </dl><a NAME="HgHisteditPlanEditor.on_upButton_clicked" ID="HgHisteditPlanEditor.on_upButton_clicked"></a> |
349 </dl> |
|
350 <a NAME="HgHisteditPlanEditor.on_upButton_clicked" ID="HgHisteditPlanEditor.on_upButton_clicked"></a> |
269 <h4>HgHisteditPlanEditor.on_upButton_clicked</h4> |
351 <h4>HgHisteditPlanEditor.on_upButton_clicked</h4> |
270 <b>on_upButton_clicked</b>(<i></i>) |
352 <b>on_upButton_clicked</b>(<i></i>) |
|
353 |
271 <p> |
354 <p> |
272 Private slot to move the current entry up one line. |
355 Private slot to move the current entry up one line. |
273 </p> |
356 </p> |
274 <div align="right"><a href="#top">Up</a></div> |
357 <div align="right"><a href="#top">Up</a></div> |
275 <hr /> |
358 <hr /> |