src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.HgCommitDialog.html

branch
eric7
changeset 10438
4cd7e5a8b3cf
parent 9209
b99e7fd55fd3
child 10479
856476537696
equal deleted inserted replaced
10437:2f70ca07f0af 10438:4cd7e5a8b3cf
108 <p> 108 <p>
109 Constructor 109 Constructor
110 </p> 110 </p>
111 <dl> 111 <dl>
112 112
113 <dt><i>vcs</i></dt> 113 <dt><i>vcs</i> (Hg)</dt>
114 <dd> 114 <dd>
115 reference to the vcs object 115 reference to the vcs object
116 </dd> 116 </dd>
117 <dt><i>msg</i></dt> 117 <dt><i>msg</i> (str)</dt>
118 <dd> 118 <dd>
119 initial message (string) 119 initial message
120 </dd> 120 </dd>
121 <dt><i>mq</i></dt> 121 <dt><i>mq</i> (bool)</dt>
122 <dd> 122 <dd>
123 flag indicating a queue commit (boolean) 123 flag indicating a queue commit
124 </dd> 124 </dd>
125 <dt><i>merge</i></dt> 125 <dt><i>merge</i> (bool)</dt>
126 <dd> 126 <dd>
127 flag indicating a merge commit (boolean) 127 flag indicating a merge commit
128 </dd> 128 </dd>
129 <dt><i>parent</i></dt> 129 <dt><i>parent</i> (QWidget)</dt>
130 <dd> 130 <dd>
131 parent widget (QWidget) 131 parent widget
132 </dd> 132 </dd>
133 </dl> 133 </dl>
134 <a NAME="HgCommitDialog.getCommitData" ID="HgCommitDialog.getCommitData"></a> 134 <a NAME="HgCommitDialog.getCommitData" ID="HgCommitDialog.getCommitData"></a>
135 <h4>HgCommitDialog.getCommitData</h4> 135 <h4>HgCommitDialog.getCommitData</h4>
136 <b>getCommitData</b>(<i></i>) 136 <b>getCommitData</b>(<i></i>)
166 <p> 166 <p>
167 Private slot called by a button of the button box clicked. 167 Private slot called by a button of the button box clicked.
168 </p> 168 </p>
169 <dl> 169 <dl>
170 170
171 <dt><i>button</i></dt> 171 <dt><i>button</i> (QAbstractButton)</dt>
172 <dd> 172 <dd>
173 button that was clicked (QAbstractButton) 173 button that was clicked
174 </dd> 174 </dd>
175 </dl> 175 </dl>
176 <a NAME="HgCommitDialog.on_buttonBox_rejected" ID="HgCommitDialog.on_buttonBox_rejected"></a> 176 <a NAME="HgCommitDialog.on_buttonBox_rejected" ID="HgCommitDialog.on_buttonBox_rejected"></a>
177 <h4>HgCommitDialog.on_buttonBox_rejected</h4> 177 <h4>HgCommitDialog.on_buttonBox_rejected</h4>
178 <b>on_buttonBox_rejected</b>(<i></i>) 178 <b>on_buttonBox_rejected</b>(<i></i>)
201 <p> 201 <p>
202 Protected method called when the dialog is about to be shown. 202 Protected method called when the dialog is about to be shown.
203 </p> 203 </p>
204 <dl> 204 <dl>
205 205
206 <dt><i>evt</i></dt> 206 <dt><i>evt</i> (QShowEvent)</dt>
207 <dd> 207 <dd>
208 the event (QShowEvent) 208 the event
209 </dd> 209 </dd>
210 </dl> 210 </dl>
211 <div align="right"><a href="#top">Up</a></div> 211 <div align="right"><a href="#top">Up</a></div>
212 <hr /> 212 <hr />
213 </body></html> 213 </body></html>

eric ide

mercurial