src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsGit.GitBranchPushDialog.html

branch
eric7
changeset 10438
4cd7e5a8b3cf
parent 9209
b99e7fd55fd3
child 10479
856476537696
equal deleted inserted replaced
10437:2f70ca07f0af 10438:4cd7e5a8b3cf
80 <p> 80 <p>
81 Constructor 81 Constructor
82 </p> 82 </p>
83 <dl> 83 <dl>
84 84
85 <dt><i>branches</i></dt> 85 <dt><i>branches</i> (list of str)</dt>
86 <dd> 86 <dd>
87 list of branch names (list of string) 87 list of branch names
88 </dd> 88 </dd>
89 <dt><i>remotes</i></dt> 89 <dt><i>remotes</i> (list of str)</dt>
90 <dd> 90 <dd>
91 list of remote names (list of string) 91 list of remote names
92 </dd> 92 </dd>
93 <dt><i>delete</i></dt> 93 <dt><i>delete</i> (bool)</dt>
94 <dd> 94 <dd>
95 flag indicating a delete branch action (boolean) 95 flag indicating a delete branch action
96 </dd> 96 </dd>
97 <dt><i>parent</i></dt> 97 <dt><i>parent</i> (QWidget)</dt>
98 <dd> 98 <dd>
99 reference to the parent widget (QWidget) 99 reference to the parent widget
100 </dd> 100 </dd>
101 </dl> 101 </dl>
102 <a NAME="GitBranchPushDialog.getData" ID="GitBranchPushDialog.getData"></a> 102 <a NAME="GitBranchPushDialog.getData" ID="GitBranchPushDialog.getData"></a>
103 <h4>GitBranchPushDialog.getData</h4> 103 <h4>GitBranchPushDialog.getData</h4>
104 <b>getData</b>(<i></i>) 104 <b>getData</b>(<i></i>)
108 </p> 108 </p>
109 <dl> 109 <dl>
110 <dt>Return:</dt> 110 <dt>Return:</dt>
111 <dd> 111 <dd>
112 tuple of selected branch name, remote name and a flag 112 tuple of selected branch name, remote name and a flag
113 indicating all branches (tuple of two strings and a boolean) 113 indicating all branches
114 </dd>
115 </dl>
116 <dl>
117 <dt>Return Type:</dt>
118 <dd>
119 tuple of (str, str, bool)
114 </dd> 120 </dd>
115 </dl> 121 </dl>
116 <a NAME="GitBranchPushDialog.on_branchComboBox_editTextChanged" ID="GitBranchPushDialog.on_branchComboBox_editTextChanged"></a> 122 <a NAME="GitBranchPushDialog.on_branchComboBox_editTextChanged" ID="GitBranchPushDialog.on_branchComboBox_editTextChanged"></a>
117 <h4>GitBranchPushDialog.on_branchComboBox_editTextChanged</h4> 123 <h4>GitBranchPushDialog.on_branchComboBox_editTextChanged</h4>
118 <b>on_branchComboBox_editTextChanged</b>(<i>txt</i>) 124 <b>on_branchComboBox_editTextChanged</b>(<i>txt</i>)
120 <p> 126 <p>
121 Private slot to handle a change of the branch name. 127 Private slot to handle a change of the branch name.
122 </p> 128 </p>
123 <dl> 129 <dl>
124 130
125 <dt><i>txt</i></dt> 131 <dt><i>txt</i> (str)</dt>
126 <dd> 132 <dd>
127 branch name (string) 133 branch name
128 </dd> 134 </dd>
129 </dl> 135 </dl>
130 <div align="right"><a href="#top">Up</a></div> 136 <div align="right"><a href="#top">Up</a></div>
131 <hr /> 137 <hr />
132 </body></html> 138 </body></html>

eric ide

mercurial