src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsGit.GitStashDataDialog.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>parent</i></dt> 81 <dt><i>parent</i> (QWidget)</dt>
82 <dd> 82 <dd>
83 reference to the parent widget (QWidget) 83 reference to the parent widget
84 </dd> 84 </dd>
85 </dl> 85 </dl>
86 <a NAME="GitStashDataDialog.getData" ID="GitStashDataDialog.getData"></a> 86 <a NAME="GitStashDataDialog.getData" ID="GitStashDataDialog.getData"></a>
87 <h4>GitStashDataDialog.getData</h4> 87 <h4>GitStashDataDialog.getData</h4>
88 <b>getData</b>(<i></i>) 88 <b>getData</b>(<i></i>)
91 Public method to get the user data. 91 Public method to get the user data.
92 </p> 92 </p>
93 <dl> 93 <dl>
94 <dt>Return:</dt> 94 <dt>Return:</dt>
95 <dd> 95 <dd>
96 tuple containing the message (string), a flag indicating to 96 tuple containing the message, a flag indicating to keep changes
97 keep changes in the staging area (boolean) and an indication to 97 in the staging area and an indication to stash untracked and/or
98 stash untracked and/or ignored files (integer) 98 ignored files
99 </dd>
100 </dl>
101 <dl>
102 <dt>Return Type:</dt>
103 <dd>
104 tuple of (str, bool, int)
99 </dd> 105 </dd>
100 </dl> 106 </dl>
101 <div align="right"><a href="#top">Up</a></div> 107 <div align="right"><a href="#top">Up</a></div>
102 <hr /> 108 <hr />
103 </body></html> 109 </body></html>

eric ide

mercurial