Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HgCommitDialog.html

changeset 5329
ebec303b4e50
parent 3673
e26d7d0c1088
child 5330
381665763704
equal deleted inserted replaced
5328:9c11e9285a46 5329:ebec303b4e50
67 <table> 67 <table>
68 <tr> 68 <tr>
69 <td><a href="#HgCommitDialog.__init__">HgCommitDialog</a></td> 69 <td><a href="#HgCommitDialog.__init__">HgCommitDialog</a></td>
70 <td>Constructor</td> 70 <td>Constructor</td>
71 </tr><tr> 71 </tr><tr>
72 <td><a href="#HgCommitDialog.amend">amend</a></td> 72 <td><a href="#HgCommitDialog.getCommitData">getCommitData</a></td>
73 <td>Public method to retrieve the state of the amend flag.</td> 73 <td>Public method to retrieve the entered data for the commit.</td>
74 </tr><tr>
75 <td><a href="#HgCommitDialog.commitSubrepositories">commitSubrepositories</a></td>
76 <td>Public method to retrieve the state of the commit sub-repositories flag.</td>
77 </tr><tr>
78 <td><a href="#HgCommitDialog.logMessage">logMessage</a></td>
79 <td>Public method to retrieve the log message.</td>
80 </tr><tr> 74 </tr><tr>
81 <td><a href="#HgCommitDialog.on_buttonBox_accepted">on_buttonBox_accepted</a></td> 75 <td><a href="#HgCommitDialog.on_buttonBox_accepted">on_buttonBox_accepted</a></td>
82 <td>Private slot called by the buttonBox accepted signal.</td> 76 <td>Private slot called by the buttonBox accepted signal.</td>
83 </tr><tr> 77 </tr><tr>
84 <td><a href="#HgCommitDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td> 78 <td><a href="#HgCommitDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td>
115 flag indicating a queue commit (boolean) 109 flag indicating a queue commit (boolean)
116 </dd><dt><i>parent</i></dt> 110 </dd><dt><i>parent</i></dt>
117 <dd> 111 <dd>
118 parent widget (QWidget) 112 parent widget (QWidget)
119 </dd> 113 </dd>
120 </dl><a NAME="HgCommitDialog.amend" ID="HgCommitDialog.amend"></a> 114 </dl><a NAME="HgCommitDialog.getCommitData" ID="HgCommitDialog.getCommitData"></a>
121 <h4>HgCommitDialog.amend</h4> 115 <h4>HgCommitDialog.getCommitData</h4>
122 <b>amend</b>(<i></i>) 116 <b>getCommitData</b>(<i></i>)
123 <p> 117 <p>
124 Public method to retrieve the state of the amend flag. 118 Public method to retrieve the entered data for the commit.
125 </p><dl> 119 </p><dl>
126 <dt>Returns:</dt> 120 <dt>Returns:</dt>
127 <dd> 121 <dd>
128 state of the amend flag (boolean) 122 tuple containing the log message, a flag indicating to amend
123 the last commit and a flag indicating to commit subrepositories
124 as well
129 </dd> 125 </dd>
130 </dl><a NAME="HgCommitDialog.commitSubrepositories" ID="HgCommitDialog.commitSubrepositories"></a> 126 </dl><dl>
131 <h4>HgCommitDialog.commitSubrepositories</h4> 127 <dt>Return Type:</dt>
132 <b>commitSubrepositories</b>(<i></i>)
133 <p>
134 Public method to retrieve the state of the commit sub-repositories
135 flag.
136 </p><dl>
137 <dt>Returns:</dt>
138 <dd> 128 <dd>
139 state of the sub-repositories flag (boolean) 129 tuple of str, bool, bool
140 </dd>
141 </dl><a NAME="HgCommitDialog.logMessage" ID="HgCommitDialog.logMessage"></a>
142 <h4>HgCommitDialog.logMessage</h4>
143 <b>logMessage</b>(<i></i>)
144 <p>
145 Public method to retrieve the log message.
146 </p><dl>
147 <dt>Returns:</dt>
148 <dd>
149 the log message (string)
150 </dd> 130 </dd>
151 </dl><a NAME="HgCommitDialog.on_buttonBox_accepted" ID="HgCommitDialog.on_buttonBox_accepted"></a> 131 </dl><a NAME="HgCommitDialog.on_buttonBox_accepted" ID="HgCommitDialog.on_buttonBox_accepted"></a>
152 <h4>HgCommitDialog.on_buttonBox_accepted</h4> 132 <h4>HgCommitDialog.on_buttonBox_accepted</h4>
153 <b>on_buttonBox_accepted</b>(<i></i>) 133 <b>on_buttonBox_accepted</b>(<i></i>)
154 <p> 134 <p>

eric ide

mercurial