src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsGit.GitApplyBundleDataDialog.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>bundleHeads</i></dt> 81 <dt><i>bundleHeads</i> (list of str)</dt>
82 <dd> 82 <dd>
83 list of heads contained in a bundle 83 list of heads contained in a bundle
84 (list of strings)
85 </dd> 84 </dd>
86 <dt><i>branches</i></dt> 85 <dt><i>branches</i> (list of str)</dt>
87 <dd> 86 <dd>
88 list of available branch names (list of strings) 87 list of available branch names
89 </dd> 88 </dd>
90 <dt><i>parent</i></dt> 89 <dt><i>parent</i> (QWidget)</dt>
91 <dd> 90 <dd>
92 reference to the parent widget (QWidget) 91 reference to the parent widget
93 </dd> 92 </dd>
94 </dl> 93 </dl>
95 <a NAME="GitApplyBundleDataDialog.getData" ID="GitApplyBundleDataDialog.getData"></a> 94 <a NAME="GitApplyBundleDataDialog.getData" ID="GitApplyBundleDataDialog.getData"></a>
96 <h4>GitApplyBundleDataDialog.getData</h4> 95 <h4>GitApplyBundleDataDialog.getData</h4>
97 <b>getData</b>(<i></i>) 96 <b>getData</b>(<i></i>)
100 Public method to get the entered data. 99 Public method to get the entered data.
101 </p> 100 </p>
102 <dl> 101 <dl>
103 <dt>Return:</dt> 102 <dt>Return:</dt>
104 <dd> 103 <dd>
105 tuple with the bundle head (string) and the local branch 104 tuple with the bundle head (string) and the local branch name
106 name (string) 105 </dd>
106 </dl>
107 <dl>
108 <dt>Return Type:</dt>
109 <dd>
110 str
107 </dd> 111 </dd>
108 </dl> 112 </dl>
109 <div align="right"><a href="#top">Up</a></div> 113 <div align="right"><a href="#top">Up</a></div>
110 <hr /> 114 <hr />
111 </body></html> 115 </body></html>

eric ide

mercurial