src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesFoldDialog.html

branch
eric7
changeset 10479
856476537696
parent 10438
4cd7e5a8b3cf
child 10690
fab36645aa7d
equal deleted inserted replaced
10478:de9106c55c3d 10479:856476537696
5 <link rel="stylesheet" href="styles.css"> 5 <link rel="stylesheet" href="styles.css">
6 </head> 6 </head>
7 <body> 7 <body>
8 <a NAME="top" ID="top"></a> 8 <a NAME="top" ID="top"></a>
9 <h1>eric7.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesFoldDialog</h1> 9 <h1>eric7.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesFoldDialog</h1>
10
11 <p> 10 <p>
12 Module implementing a dialog to enter data to fold patches. 11 Module implementing a dialog to enter data to fold patches.
13 </p> 12 </p>
13
14 <h3>Global Attributes</h3> 14 <h3>Global Attributes</h3>
15 15 <table>
16 <table> 16 <tr><td>None</td></tr>
17 <tr><td>None</td></tr> 17 </table>
18 </table> 18
19 <h3>Classes</h3> 19 <h3>Classes</h3>
20 20 <table>
21 <table>
22
23 <tr> 21 <tr>
24 <td><a href="#HgQueuesFoldDialog">HgQueuesFoldDialog</a></td> 22 <td><a href="#HgQueuesFoldDialog">HgQueuesFoldDialog</a></td>
25 <td>Class implementing a dialog to enter data to fold patches.</td> 23 <td>Class implementing a dialog to enter data to fold patches.</td>
26 </tr> 24 </tr>
27 </table> 25 </table>
26
28 <h3>Functions</h3> 27 <h3>Functions</h3>
29 28 <table>
30 <table> 29 <tr><td>None</td></tr>
31 <tr><td>None</td></tr> 30 </table>
32 </table> 31
33 <hr /> 32 <hr />
34 <hr /> 33 <hr />
35 <a NAME="HgQueuesFoldDialog" ID="HgQueuesFoldDialog"></a> 34 <a NAME="HgQueuesFoldDialog" ID="HgQueuesFoldDialog"></a>
36 <h2>HgQueuesFoldDialog</h2> 35 <h2>HgQueuesFoldDialog</h2>
37
38 <p> 36 <p>
39 Class implementing a dialog to enter data to fold patches. 37 Class implementing a dialog to enter data to fold patches.
40 </p> 38 </p>
39
41 <h3>Derived from</h3> 40 <h3>Derived from</h3>
42 QDialog, Ui_HgQueuesFoldDialog 41 QDialog, Ui_HgQueuesFoldDialog
43 <h3>Class Attributes</h3> 42 <h3>Class Attributes</h3>
44 43 <table>
45 <table> 44 <tr><td>None</td></tr>
46 <tr><td>None</td></tr> 45 </table>
47 </table> 46
48 <h3>Class Methods</h3> 47 <h3>Class Methods</h3>
49 48 <table>
50 <table> 49 <tr><td>None</td></tr>
51 <tr><td>None</td></tr> 50 </table>
52 </table> 51
53 <h3>Methods</h3> 52 <h3>Methods</h3>
54 53 <table>
55 <table>
56
57 <tr> 54 <tr>
58 <td><a href="#HgQueuesFoldDialog.__init__">HgQueuesFoldDialog</a></td> 55 <td><a href="#HgQueuesFoldDialog.__init__">HgQueuesFoldDialog</a></td>
59 <td>Constructor</td> 56 <td>Constructor</td>
60 </tr> 57 </tr>
61 <tr> 58 <tr>
89 <tr> 86 <tr>
90 <td><a href="#HgQueuesFoldDialog.on_upButton_clicked">on_upButton_clicked</a></td> 87 <td><a href="#HgQueuesFoldDialog.on_upButton_clicked">on_upButton_clicked</a></td>
91 <td>Private slot to move a patch up in the list.</td> 88 <td>Private slot to move a patch up in the list.</td>
92 </tr> 89 </tr>
93 </table> 90 </table>
91
94 <h3>Static Methods</h3> 92 <h3>Static Methods</h3>
95 93 <table>
96 <table> 94 <tr><td>None</td></tr>
97 <tr><td>None</td></tr> 95 </table>
98 </table> 96
99 97
100 <a NAME="HgQueuesFoldDialog.__init__" ID="HgQueuesFoldDialog.__init__"></a> 98 <a NAME="HgQueuesFoldDialog.__init__" ID="HgQueuesFoldDialog.__init__"></a>
101 <h4>HgQueuesFoldDialog (Constructor)</h4> 99 <h4>HgQueuesFoldDialog (Constructor)</h4>
102 <b>HgQueuesFoldDialog</b>(<i>patchesList, parent=None</i>) 100 <b>HgQueuesFoldDialog</b>(<i>patchesList, parent=None</i>)
103
104 <p> 101 <p>
105 Constructor 102 Constructor
106 </p> 103 </p>
104
107 <dl> 105 <dl>
108 106
109 <dt><i>patchesList</i> (list of str)</dt> 107 <dt><i>patchesList</i> (list of str)</dt>
110 <dd> 108 <dd>
111 list of patches to select from 109 list of patches to select from
116 </dd> 114 </dd>
117 </dl> 115 </dl>
118 <a NAME="HgQueuesFoldDialog.__updateOkButton" ID="HgQueuesFoldDialog.__updateOkButton"></a> 116 <a NAME="HgQueuesFoldDialog.__updateOkButton" ID="HgQueuesFoldDialog.__updateOkButton"></a>
119 <h4>HgQueuesFoldDialog.__updateOkButton</h4> 117 <h4>HgQueuesFoldDialog.__updateOkButton</h4>
120 <b>__updateOkButton</b>(<i></i>) 118 <b>__updateOkButton</b>(<i></i>)
121
122 <p> 119 <p>
123 Private slot to update the status of the OK button. 120 Private slot to update the status of the OK button.
124 </p> 121 </p>
122
125 <a NAME="HgQueuesFoldDialog.getData" ID="HgQueuesFoldDialog.getData"></a> 123 <a NAME="HgQueuesFoldDialog.getData" ID="HgQueuesFoldDialog.getData"></a>
126 <h4>HgQueuesFoldDialog.getData</h4> 124 <h4>HgQueuesFoldDialog.getData</h4>
127 <b>getData</b>(<i></i>) 125 <b>getData</b>(<i></i>)
128
129 <p> 126 <p>
130 Public method to retrieve the entered data. 127 Public method to retrieve the entered data.
131 </p> 128 </p>
129
132 <dl> 130 <dl>
133 <dt>Return:</dt> 131 <dt>Return:</dt>
134 <dd> 132 <dd>
135 tuple of commit message and list of selected patches 133 tuple of commit message and list of selected patches
136 </dd> 134 </dd>
142 </dd> 140 </dd>
143 </dl> 141 </dl>
144 <a NAME="HgQueuesFoldDialog.on_addButton_clicked" ID="HgQueuesFoldDialog.on_addButton_clicked"></a> 142 <a NAME="HgQueuesFoldDialog.on_addButton_clicked" ID="HgQueuesFoldDialog.on_addButton_clicked"></a>
145 <h4>HgQueuesFoldDialog.on_addButton_clicked</h4> 143 <h4>HgQueuesFoldDialog.on_addButton_clicked</h4>
146 <b>on_addButton_clicked</b>(<i></i>) 144 <b>on_addButton_clicked</b>(<i></i>)
147
148 <p> 145 <p>
149 Private slot to add a patch to the list of selected patches. 146 Private slot to add a patch to the list of selected patches.
150 </p> 147 </p>
148
151 <a NAME="HgQueuesFoldDialog.on_downButton_clicked" ID="HgQueuesFoldDialog.on_downButton_clicked"></a> 149 <a NAME="HgQueuesFoldDialog.on_downButton_clicked" ID="HgQueuesFoldDialog.on_downButton_clicked"></a>
152 <h4>HgQueuesFoldDialog.on_downButton_clicked</h4> 150 <h4>HgQueuesFoldDialog.on_downButton_clicked</h4>
153 <b>on_downButton_clicked</b>(<i></i>) 151 <b>on_downButton_clicked</b>(<i></i>)
154
155 <p> 152 <p>
156 Private slot to move a patch down in the list. 153 Private slot to move a patch down in the list.
157 </p> 154 </p>
155
158 <a NAME="HgQueuesFoldDialog.on_removeButton_clicked" ID="HgQueuesFoldDialog.on_removeButton_clicked"></a> 156 <a NAME="HgQueuesFoldDialog.on_removeButton_clicked" ID="HgQueuesFoldDialog.on_removeButton_clicked"></a>
159 <h4>HgQueuesFoldDialog.on_removeButton_clicked</h4> 157 <h4>HgQueuesFoldDialog.on_removeButton_clicked</h4>
160 <b>on_removeButton_clicked</b>(<i></i>) 158 <b>on_removeButton_clicked</b>(<i></i>)
161
162 <p> 159 <p>
163 Private slot to remove a patch from the list of selected patches. 160 Private slot to remove a patch from the list of selected patches.
164 </p> 161 </p>
162
165 <a NAME="HgQueuesFoldDialog.on_selectedPatches_currentItemChanged" ID="HgQueuesFoldDialog.on_selectedPatches_currentItemChanged"></a> 163 <a NAME="HgQueuesFoldDialog.on_selectedPatches_currentItemChanged" ID="HgQueuesFoldDialog.on_selectedPatches_currentItemChanged"></a>
166 <h4>HgQueuesFoldDialog.on_selectedPatches_currentItemChanged</h4> 164 <h4>HgQueuesFoldDialog.on_selectedPatches_currentItemChanged</h4>
167 <b>on_selectedPatches_currentItemChanged</b>(<i>current, previous</i>) 165 <b>on_selectedPatches_currentItemChanged</b>(<i>current, previous</i>)
168
169 <p> 166 <p>
170 Private slot to react on changes of the current item of selected 167 Private slot to react on changes of the current item of selected
171 patches. 168 patches.
172 </p> 169 </p>
170
173 <dl> 171 <dl>
174 172
175 <dt><i>current</i> (QTreeWidgetItem)</dt> 173 <dt><i>current</i> (QTreeWidgetItem)</dt>
176 <dd> 174 <dd>
177 reference to the new current item 175 reference to the new current item
182 </dd> 180 </dd>
183 </dl> 181 </dl>
184 <a NAME="HgQueuesFoldDialog.on_sourcePatches_currentItemChanged" ID="HgQueuesFoldDialog.on_sourcePatches_currentItemChanged"></a> 182 <a NAME="HgQueuesFoldDialog.on_sourcePatches_currentItemChanged" ID="HgQueuesFoldDialog.on_sourcePatches_currentItemChanged"></a>
185 <h4>HgQueuesFoldDialog.on_sourcePatches_currentItemChanged</h4> 183 <h4>HgQueuesFoldDialog.on_sourcePatches_currentItemChanged</h4>
186 <b>on_sourcePatches_currentItemChanged</b>(<i>current, previous</i>) 184 <b>on_sourcePatches_currentItemChanged</b>(<i>current, previous</i>)
187
188 <p> 185 <p>
189 Private slot to react on changes of the current item of source patches. 186 Private slot to react on changes of the current item of source patches.
190 </p> 187 </p>
188
191 <dl> 189 <dl>
192 190
193 <dt><i>current</i> (QTreeWidgetItem)</dt> 191 <dt><i>current</i> (QTreeWidgetItem)</dt>
194 <dd> 192 <dd>
195 reference to the new current item 193 reference to the new current item
200 </dd> 198 </dd>
201 </dl> 199 </dl>
202 <a NAME="HgQueuesFoldDialog.on_upButton_clicked" ID="HgQueuesFoldDialog.on_upButton_clicked"></a> 200 <a NAME="HgQueuesFoldDialog.on_upButton_clicked" ID="HgQueuesFoldDialog.on_upButton_clicked"></a>
203 <h4>HgQueuesFoldDialog.on_upButton_clicked</h4> 201 <h4>HgQueuesFoldDialog.on_upButton_clicked</h4>
204 <b>on_upButton_clicked</b>(<i></i>) 202 <b>on_upButton_clicked</b>(<i></i>)
205
206 <p> 203 <p>
207 Private slot to move a patch up in the list. 204 Private slot to move a patch up in the list.
208 </p> 205 </p>
206
209 <div align="right"><a href="#top">Up</a></div> 207 <div align="right"><a href="#top">Up</a></div>
210 <hr /> 208 <hr />
211 </body></html> 209 </body></html>

eric ide

mercurial