|
1 <!DOCTYPE html> |
|
2 <html><head> |
|
3 <title>eric7.Plugins.VcsPlugins.vcsMercurial.ShelveBuiltin.HgUnshelveDataDialog</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.HgUnshelveDataDialog</h1> |
|
10 <p> |
|
11 Module implementing a dialog to enter the data for an unshelve 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="#HgUnshelveDataDialog">HgUnshelveDataDialog</a></td> |
|
23 <td>Class implementing a dialog to enter the data for an unshelve 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="HgUnshelveDataDialog" ID="HgUnshelveDataDialog"></a> |
|
35 <h2>HgUnshelveDataDialog</h2> |
|
36 <p> |
|
37 Class implementing a dialog to enter the data for an unshelve operation. |
|
38 </p> |
|
39 |
|
40 <h3>Derived from</h3> |
|
41 QDialog, Ui_HgUnshelveDataDialog |
|
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="#HgUnshelveDataDialog.__init__">HgUnshelveDataDialog</a></td> |
|
56 <td>Constructor</td> |
|
57 </tr> |
|
58 <tr> |
|
59 <td><a href="#HgUnshelveDataDialog.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="HgUnshelveDataDialog.__init__" ID="HgUnshelveDataDialog.__init__"></a> |
|
71 <h4>HgUnshelveDataDialog (Constructor)</h4> |
|
72 <b>HgUnshelveDataDialog</b>(<i>shelveNames, shelveName="", parent=None</i>) |
|
73 <p> |
|
74 Constructor |
|
75 </p> |
|
76 |
|
77 <dl> |
|
78 |
|
79 <dt><i>shelveNames</i> (list of str)</dt> |
|
80 <dd> |
|
81 list of available shelves |
|
82 </dd> |
|
83 <dt><i>shelveName</i> (str)</dt> |
|
84 <dd> |
|
85 name of the shelve to restore |
|
86 </dd> |
|
87 <dt><i>parent</i> (QWidget)</dt> |
|
88 <dd> |
|
89 reference to the parent widget |
|
90 </dd> |
|
91 </dl> |
|
92 <a NAME="HgUnshelveDataDialog.getData" ID="HgUnshelveDataDialog.getData"></a> |
|
93 <h4>HgUnshelveDataDialog.getData</h4> |
|
94 <b>getData</b>(<i></i>) |
|
95 <p> |
|
96 Public method to get the user data. |
|
97 </p> |
|
98 |
|
99 <dl> |
|
100 <dt>Return:</dt> |
|
101 <dd> |
|
102 tuple containing the name and a flag indicating to keep the |
|
103 shelved change |
|
104 </dd> |
|
105 </dl> |
|
106 <dl> |
|
107 <dt>Return Type:</dt> |
|
108 <dd> |
|
109 tuple of (str, bool) |
|
110 </dd> |
|
111 </dl> |
|
112 <div align="right"><a href="#top">Up</a></div> |
|
113 <hr /> |
|
114 </body></html> |