eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.ShelveExtension.HgShelveDataDialog.html

changeset 7010
5d6f5a69a952
parent 6942
2602857055c5
child 7273
391d6b7b1eff
equal deleted inserted replaced
7009:eaf5ed6ef298 7010:5d6f5a69a952
68 <table> 68 <table>
69 <tr><td>None</td></tr> 69 <tr><td>None</td></tr>
70 </table> 70 </table>
71 <a NAME="HgShelveDataDialog.__init__" ID="HgShelveDataDialog.__init__"></a> 71 <a NAME="HgShelveDataDialog.__init__" ID="HgShelveDataDialog.__init__"></a>
72 <h4>HgShelveDataDialog (Constructor)</h4> 72 <h4>HgShelveDataDialog (Constructor)</h4>
73 <b>HgShelveDataDialog</b>(<i>parent=None</i>) 73 <b>HgShelveDataDialog</b>(<i>version, parent=None</i>)
74 <p> 74 <p>
75 Constructor 75 Constructor
76 </p><dl> 76 </p><dl>
77 <dt><i>parent</i></dt> 77 <dt><i>version</i> (tuple of three int)</dt>
78 <dd> 78 <dd>
79 reference to the parent widget (QWidget) 79 Mercurial version
80 </dd><dt><i>parent</i> (QWidget)</dt>
81 <dd>
82 reference to the parent widget
80 </dd> 83 </dd>
81 </dl><a NAME="HgShelveDataDialog.getData" ID="HgShelveDataDialog.getData"></a> 84 </dl><a NAME="HgShelveDataDialog.getData" ID="HgShelveDataDialog.getData"></a>
82 <h4>HgShelveDataDialog.getData</h4> 85 <h4>HgShelveDataDialog.getData</h4>
83 <b>getData</b>(<i></i>) 86 <b>getData</b>(<i></i>)
84 <p> 87 <p>
85 Public method to get the user data. 88 Public method to get the user data.
86 </p><dl> 89 </p><dl>
87 <dt>Returns:</dt> 90 <dt>Returns:</dt>
88 <dd> 91 <dd>
89 tuple containing the name (string), date (QDateTime), 92 tuple containing the name, date, message, a flag indicating
90 message (string) and a flag indicating to add/remove 93 to add/remove new/missing files and a flag indicating to keep the
91 new/missing files (boolean) 94 shelved changes in the working directory
95 </dd>
96 </dl><dl>
97 <dt>Return Type:</dt>
98 <dd>
99 tuple of (str, QDateTime, str, bool, bool)
92 </dd> 100 </dd>
93 </dl> 101 </dl>
94 <div align="right"><a href="#top">Up</a></div> 102 <div align="right"><a href="#top">Up</a></div>
95 <hr /> 103 <hr />
96 </body></html> 104 </body></html>

eric ide

mercurial