src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.ShelveExtension.HgUnshelveDataDialog.html

branch
eric7
changeset 10438
4cd7e5a8b3cf
parent 9209
b99e7fd55fd3
child 10479
856476537696
equal deleted inserted replaced
10437:2f70ca07f0af 10438:4cd7e5a8b3cf
76 <p> 76 <p>
77 Constructor 77 Constructor
78 </p> 78 </p>
79 <dl> 79 <dl>
80 80
81 <dt><i>shelveNames</i></dt> 81 <dt><i>shelveNames</i> (list of str)</dt>
82 <dd> 82 <dd>
83 list of available shelves (list of string) 83 list of available shelves
84 </dd> 84 </dd>
85 <dt><i>shelveName</i></dt> 85 <dt><i>shelveName</i> (str)</dt>
86 <dd> 86 <dd>
87 name of the shelve to restore (string) 87 name of the shelve to restore
88 </dd> 88 </dd>
89 <dt><i>parent</i></dt> 89 <dt><i>parent</i> (QWidget)</dt>
90 <dd> 90 <dd>
91 reference to the parent widget (QWidget) 91 reference to the parent widget
92 </dd> 92 </dd>
93 </dl> 93 </dl>
94 <a NAME="HgUnshelveDataDialog.getData" ID="HgUnshelveDataDialog.getData"></a> 94 <a NAME="HgUnshelveDataDialog.getData" ID="HgUnshelveDataDialog.getData"></a>
95 <h4>HgUnshelveDataDialog.getData</h4> 95 <h4>HgUnshelveDataDialog.getData</h4>
96 <b>getData</b>(<i></i>) 96 <b>getData</b>(<i></i>)
99 Public method to get the user data. 99 Public method to get the user data.
100 </p> 100 </p>
101 <dl> 101 <dl>
102 <dt>Return:</dt> 102 <dt>Return:</dt>
103 <dd> 103 <dd>
104 tuple containing the name (string) and a flag indicating 104 tuple containing the name and a flag indicating to keep the
105 to keep the shelved change (boolean) 105 shelved change
106 </dd>
107 </dl>
108 <dl>
109 <dt>Return Type:</dt>
110 <dd>
111 tuple of (str, bool)
106 </dd> 112 </dd>
107 </dl> 113 </dl>
108 <div align="right"><a href="#top">Up</a></div> 114 <div align="right"><a href="#top">Up</a></div>
109 <hr /> 115 <hr />
110 </body></html> 116 </body></html>

eric ide

mercurial