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

branch
eric7
changeset 10438
4cd7e5a8b3cf
parent 9209
b99e7fd55fd3
child 10479
856476537696
equal deleted inserted replaced
10437:2f70ca07f0af 10438:4cd7e5a8b3cf
120 <p> 120 <p>
121 Constructor 121 Constructor
122 </p> 122 </p>
123 <dl> 123 <dl>
124 124
125 <dt><i>vcs</i></dt> 125 <dt><i>vcs</i> (Git)</dt>
126 <dd> 126 <dd>
127 reference to the vcs object 127 reference to the vcs object
128 </dd> 128 </dd>
129 <dt><i>msg</i></dt> 129 <dt><i>msg</i> (str)</dt>
130 <dd> 130 <dd>
131 initial message (string) 131 initial message
132 </dd> 132 </dd>
133 <dt><i>amend</i></dt> 133 <dt><i>amend</i> (bool)</dt>
134 <dd> 134 <dd>
135 flag indicating to amend the HEAD commit (boolean) 135 flag indicating to amend the HEAD commit
136 </dd> 136 </dd>
137 <dt><i>commitAll</i></dt> 137 <dt><i>commitAll</i> (bool)</dt>
138 <dd> 138 <dd>
139 flag indicating to commit all local changes (boolean) 139 flag indicating to commit all local changes
140 </dd> 140 </dd>
141 <dt><i>parent</i></dt> 141 <dt><i>parent</i> (QWidget)</dt>
142 <dd> 142 <dd>
143 parent widget (QWidget) 143 parent widget
144 </dd> 144 </dd>
145 </dl> 145 </dl>
146 <a NAME="GitCommitDialog.amend" ID="GitCommitDialog.amend"></a> 146 <a NAME="GitCommitDialog.amend" ID="GitCommitDialog.amend"></a>
147 <h4>GitCommitDialog.amend</h4> 147 <h4>GitCommitDialog.amend</h4>
148 <b>amend</b>(<i></i>) 148 <b>amend</b>(<i></i>)
151 Public method to retrieve the state of the amend flag. 151 Public method to retrieve the state of the amend flag.
152 </p> 152 </p>
153 <dl> 153 <dl>
154 <dt>Return:</dt> 154 <dt>Return:</dt>
155 <dd> 155 <dd>
156 state of the amend flag (boolean) 156 state of the amend flag
157 </dd>
158 </dl>
159 <dl>
160 <dt>Return Type:</dt>
161 <dd>
162 bool
157 </dd> 163 </dd>
158 </dl> 164 </dl>
159 <a NAME="GitCommitDialog.logMessage" ID="GitCommitDialog.logMessage"></a> 165 <a NAME="GitCommitDialog.logMessage" ID="GitCommitDialog.logMessage"></a>
160 <h4>GitCommitDialog.logMessage</h4> 166 <h4>GitCommitDialog.logMessage</h4>
161 <b>logMessage</b>(<i></i>) 167 <b>logMessage</b>(<i></i>)
164 Public method to retrieve the log message. 170 Public method to retrieve the log message.
165 </p> 171 </p>
166 <dl> 172 <dl>
167 <dt>Return:</dt> 173 <dt>Return:</dt>
168 <dd> 174 <dd>
169 the log message (string) 175 the log message
176 </dd>
177 </dl>
178 <dl>
179 <dt>Return Type:</dt>
180 <dd>
181 str
170 </dd> 182 </dd>
171 </dl> 183 </dl>
172 <a NAME="GitCommitDialog.on_buttonBox_accepted" ID="GitCommitDialog.on_buttonBox_accepted"></a> 184 <a NAME="GitCommitDialog.on_buttonBox_accepted" ID="GitCommitDialog.on_buttonBox_accepted"></a>
173 <h4>GitCommitDialog.on_buttonBox_accepted</h4> 185 <h4>GitCommitDialog.on_buttonBox_accepted</h4>
174 <b>on_buttonBox_accepted</b>(<i></i>) 186 <b>on_buttonBox_accepted</b>(<i></i>)
183 <p> 195 <p>
184 Private slot called by a button of the button box clicked. 196 Private slot called by a button of the button box clicked.
185 </p> 197 </p>
186 <dl> 198 <dl>
187 199
188 <dt><i>button</i></dt> 200 <dt><i>button</i> (QAbstractButton)</dt>
189 <dd> 201 <dd>
190 button that was clicked (QAbstractButton) 202 button that was clicked
191 </dd> 203 </dd>
192 </dl> 204 </dl>
193 <a NAME="GitCommitDialog.on_buttonBox_rejected" ID="GitCommitDialog.on_buttonBox_rejected"></a> 205 <a NAME="GitCommitDialog.on_buttonBox_rejected" ID="GitCommitDialog.on_buttonBox_rejected"></a>
194 <h4>GitCommitDialog.on_buttonBox_rejected</h4> 206 <h4>GitCommitDialog.on_buttonBox_rejected</h4>
195 <b>on_buttonBox_rejected</b>(<i></i>) 207 <b>on_buttonBox_rejected</b>(<i></i>)
219 Public method to retrieve the state of the reset author flag. 231 Public method to retrieve the state of the reset author flag.
220 </p> 232 </p>
221 <dl> 233 <dl>
222 <dt>Return:</dt> 234 <dt>Return:</dt>
223 <dd> 235 <dd>
224 state of the reset author flag (boolean) 236 state of the reset author flag
237 </dd>
238 </dl>
239 <dl>
240 <dt>Return Type:</dt>
241 <dd>
242 bool
225 </dd> 243 </dd>
226 </dl> 244 </dl>
227 <a NAME="GitCommitDialog.showEvent" ID="GitCommitDialog.showEvent"></a> 245 <a NAME="GitCommitDialog.showEvent" ID="GitCommitDialog.showEvent"></a>
228 <h4>GitCommitDialog.showEvent</h4> 246 <h4>GitCommitDialog.showEvent</h4>
229 <b>showEvent</b>(<i>evt</i>) 247 <b>showEvent</b>(<i>evt</i>)
231 <p> 249 <p>
232 Protected method called when the dialog is about to be shown. 250 Protected method called when the dialog is about to be shown.
233 </p> 251 </p>
234 <dl> 252 <dl>
235 253
236 <dt><i>evt</i></dt> 254 <dt><i>evt</i> (QShowEvent)</dt>
237 <dd> 255 <dd>
238 the event (QShowEvent) 256 the event
239 </dd> 257 </dd>
240 </dl> 258 </dl>
241 <a NAME="GitCommitDialog.stagedOnly" ID="GitCommitDialog.stagedOnly"></a> 259 <a NAME="GitCommitDialog.stagedOnly" ID="GitCommitDialog.stagedOnly"></a>
242 <h4>GitCommitDialog.stagedOnly</h4> 260 <h4>GitCommitDialog.stagedOnly</h4>
243 <b>stagedOnly</b>(<i></i>) 261 <b>stagedOnly</b>(<i></i>)
246 Public method to retrieve the state of the staged only flag. 264 Public method to retrieve the state of the staged only flag.
247 </p> 265 </p>
248 <dl> 266 <dl>
249 <dt>Return:</dt> 267 <dt>Return:</dt>
250 <dd> 268 <dd>
251 state of the staged only flag (boolean) 269 state of the staged only flag
270 </dd>
271 </dl>
272 <dl>
273 <dt>Return Type:</dt>
274 <dd>
275 bool
252 </dd> 276 </dd>
253 </dl> 277 </dl>
254 <div align="right"><a href="#top">Up</a></div> 278 <div align="right"><a href="#top">Up</a></div>
255 <hr /> 279 <hr />
256 </body></html> 280 </body></html>

eric ide

mercurial