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

branch
eric7
changeset 10493
f795d68d8e09
parent 10479
856476537696
child 10690
fab36645aa7d
equal deleted inserted replaced
10492:53eac4c7d10b 10493:f795d68d8e09
20 <table> 20 <table>
21 <tr> 21 <tr>
22 <td><a href="#HgQueuesNewPatchDialog">HgQueuesNewPatchDialog</a></td> 22 <td><a href="#HgQueuesNewPatchDialog">HgQueuesNewPatchDialog</a></td>
23 <td>Class implementing a dialog to get the data for a new patch.</td> 23 <td>Class implementing a dialog to get the data for a new patch.</td>
24 </tr> 24 </tr>
25 <tr>
26 <td><a href="#HgQueuesNewPatchDialogMode">HgQueuesNewPatchDialogMode</a></td>
27 <td>Class defining the dialog modes.</td>
28 </tr>
25 </table> 29 </table>
26 30
27 <h3>Functions</h3> 31 <h3>Functions</h3>
28 <table> 32 <table>
29 <tr><td>None</td></tr> 33 <tr><td>None</td></tr>
39 43
40 <h3>Derived from</h3> 44 <h3>Derived from</h3>
41 QDialog, Ui_HgQueuesNewPatchDialog 45 QDialog, Ui_HgQueuesNewPatchDialog
42 <h3>Class Attributes</h3> 46 <h3>Class Attributes</h3>
43 <table> 47 <table>
44 <tr><td>NEW_MODE</td></tr> 48 <tr><td>None</td></tr>
45 <tr><td>REFRESH_MODE</td></tr>
46 </table> 49 </table>
47 50
48 <h3>Class Methods</h3> 51 <h3>Class Methods</h3>
49 <table> 52 <table>
50 <tr><td>None</td></tr> 53 <tr><td>None</td></tr>
99 Constructor 102 Constructor
100 </p> 103 </p>
101 104
102 <dl> 105 <dl>
103 106
104 <dt><i>mode</i> (int)</dt> 107 <dt><i>mode</i> (HgQueuesNewPatchDialogMode)</dt>
105 <dd> 108 <dd>
106 mode of the dialog (HgQueuesNewPatchDialog.NEW_MODE, 109 mode of the dialog
107 HgQueuesNewPatchDialog.REFRESH_MODE)
108 </dd> 110 </dd>
109 <dt><i>message</i> (str)</dt> 111 <dt><i>message</i> (str)</dt>
110 <dd> 112 <dd>
111 text to set as the commit message 113 text to set as the commit message
112 </dd> 114 </dd>
216 flag giving the checked state 218 flag giving the checked state
217 </dd> 219 </dd>
218 </dl> 220 </dl>
219 <div align="right"><a href="#top">Up</a></div> 221 <div align="right"><a href="#top">Up</a></div>
220 <hr /> 222 <hr />
223 <hr />
224 <a NAME="HgQueuesNewPatchDialogMode" ID="HgQueuesNewPatchDialogMode"></a>
225 <h2>HgQueuesNewPatchDialogMode</h2>
226 <p>
227 Class defining the dialog modes.
228 </p>
229
230 <h3>Derived from</h3>
231 enum.Enum
232 <h3>Class Attributes</h3>
233 <table>
234 <tr><td>NEW</td></tr>
235 <tr><td>REFRESH</td></tr>
236 </table>
237
238 <h3>Class Methods</h3>
239 <table>
240 <tr><td>None</td></tr>
241 </table>
242
243 <h3>Methods</h3>
244 <table>
245 <tr><td>None</td></tr>
246 </table>
247
248 <h3>Static Methods</h3>
249 <table>
250 <tr><td>None</td></tr>
251 </table>
252
253
254 <div align="right"><a href="#top">Up</a></div>
255 <hr />
221 </body></html> 256 </body></html>

eric ide

mercurial