|
1 <!DOCTYPE html> |
|
2 <html><head> |
|
3 <title>eric7.Plugins.VcsPlugins.vcsMercurial.ShelveBuiltin.HgShelveDataDialog</title> |
|
4 <meta charset="UTF-8"> |
|
5 <link rel="stylesheet" href="styles.css"> |
|
6 </head> |
|
7 <body> |
|
8 <a NAME="top" ID="top"></a> |
|
9 <h1>eric7.Plugins.VcsPlugins.vcsMercurial.ShelveBuiltin.HgShelveDataDialog</h1> |
|
10 <p> |
|
11 Module implementing a dialog to enter the data for a shelve operation. |
|
12 </p> |
|
13 |
|
14 <h3>Global Attributes</h3> |
|
15 <table> |
|
16 <tr><td>None</td></tr> |
|
17 </table> |
|
18 |
|
19 <h3>Classes</h3> |
|
20 <table> |
|
21 <tr> |
|
22 <td><a href="#HgShelveDataDialog">HgShelveDataDialog</a></td> |
|
23 <td>Class implementing a dialog to enter the data for a shelve operation.</td> |
|
24 </tr> |
|
25 </table> |
|
26 |
|
27 <h3>Functions</h3> |
|
28 <table> |
|
29 <tr><td>None</td></tr> |
|
30 </table> |
|
31 |
|
32 <hr /> |
|
33 <hr /> |
|
34 <a NAME="HgShelveDataDialog" ID="HgShelveDataDialog"></a> |
|
35 <h2>HgShelveDataDialog</h2> |
|
36 <p> |
|
37 Class implementing a dialog to enter the data for a shelve operation. |
|
38 </p> |
|
39 |
|
40 <h3>Derived from</h3> |
|
41 QDialog, Ui_HgShelveDataDialog |
|
42 <h3>Class Attributes</h3> |
|
43 <table> |
|
44 <tr><td>None</td></tr> |
|
45 </table> |
|
46 |
|
47 <h3>Class Methods</h3> |
|
48 <table> |
|
49 <tr><td>None</td></tr> |
|
50 </table> |
|
51 |
|
52 <h3>Methods</h3> |
|
53 <table> |
|
54 <tr> |
|
55 <td><a href="#HgShelveDataDialog.__init__">HgShelveDataDialog</a></td> |
|
56 <td>Constructor</td> |
|
57 </tr> |
|
58 <tr> |
|
59 <td><a href="#HgShelveDataDialog.getData">getData</a></td> |
|
60 <td>Public method to get the user data.</td> |
|
61 </tr> |
|
62 </table> |
|
63 |
|
64 <h3>Static Methods</h3> |
|
65 <table> |
|
66 <tr><td>None</td></tr> |
|
67 </table> |
|
68 |
|
69 |
|
70 <a NAME="HgShelveDataDialog.__init__" ID="HgShelveDataDialog.__init__"></a> |
|
71 <h4>HgShelveDataDialog (Constructor)</h4> |
|
72 <b>HgShelveDataDialog</b>(<i>version, parent=None</i>) |
|
73 <p> |
|
74 Constructor |
|
75 </p> |
|
76 |
|
77 <dl> |
|
78 |
|
79 <dt><i>version</i> (tuple of three int)</dt> |
|
80 <dd> |
|
81 Mercurial version |
|
82 </dd> |
|
83 <dt><i>parent</i> (QWidget)</dt> |
|
84 <dd> |
|
85 reference to the parent widget |
|
86 </dd> |
|
87 </dl> |
|
88 <a NAME="HgShelveDataDialog.getData" ID="HgShelveDataDialog.getData"></a> |
|
89 <h4>HgShelveDataDialog.getData</h4> |
|
90 <b>getData</b>(<i></i>) |
|
91 <p> |
|
92 Public method to get the user data. |
|
93 </p> |
|
94 |
|
95 <dl> |
|
96 <dt>Return:</dt> |
|
97 <dd> |
|
98 tuple containing the name, date, message, a flag indicating |
|
99 to add/remove new/missing files and a flag indicating to keep the |
|
100 shelved changes in the working directory |
|
101 </dd> |
|
102 </dl> |
|
103 <dl> |
|
104 <dt>Return Type:</dt> |
|
105 <dd> |
|
106 tuple of (str, QDateTime, str, bool, bool) |
|
107 </dd> |
|
108 </dl> |
|
109 <div align="right"><a href="#top">Up</a></div> |
|
110 <hr /> |
|
111 </body></html> |