101 <p> |
101 <p> |
102 Constructor |
102 Constructor |
103 </p> |
103 </p> |
104 <dl> |
104 <dl> |
105 |
105 |
106 <dt><i>vcs</i></dt> |
106 <dt><i>vcs</i> (Hg)</dt> |
107 <dd> |
107 <dd> |
108 reference to the vcs object |
108 reference to the vcs object |
109 </dd> |
109 </dd> |
110 <dt><i>parent</i></dt> |
110 <dt><i>parent</i> (QWidget)</dt> |
111 <dd> |
111 <dd> |
112 parent widget (QWidget) |
112 parent widget |
113 </dd> |
113 </dd> |
114 </dl> |
114 </dl> |
115 <a NAME="HgDiffDialog.__generatorFinished" ID="HgDiffDialog.__generatorFinished"></a> |
115 <a NAME="HgDiffDialog.__generatorFinished" ID="HgDiffDialog.__generatorFinished"></a> |
116 <h4>HgDiffDialog.__generatorFinished</h4> |
116 <h4>HgDiffDialog.__generatorFinished</h4> |
117 <b>__generatorFinished</b>(<i></i>) |
117 <b>__generatorFinished</b>(<i></i>) |
126 <p> |
126 <p> |
127 Protected slot implementing a close event handler. |
127 Protected slot implementing a close event handler. |
128 </p> |
128 </p> |
129 <dl> |
129 <dl> |
130 |
130 |
131 <dt><i>e</i></dt> |
131 <dt><i>e</i> (QCloseEvent)</dt> |
132 <dd> |
132 <dd> |
133 close event (QCloseEvent) |
133 close event |
134 </dd> |
134 </dd> |
135 </dl> |
135 </dl> |
136 <a NAME="HgDiffDialog.on_buttonBox_clicked" ID="HgDiffDialog.on_buttonBox_clicked"></a> |
136 <a NAME="HgDiffDialog.on_buttonBox_clicked" ID="HgDiffDialog.on_buttonBox_clicked"></a> |
137 <h4>HgDiffDialog.on_buttonBox_clicked</h4> |
137 <h4>HgDiffDialog.on_buttonBox_clicked</h4> |
138 <b>on_buttonBox_clicked</b>(<i>button</i>) |
138 <b>on_buttonBox_clicked</b>(<i>button</i>) |
140 <p> |
140 <p> |
141 Private slot called by a button of the button box clicked. |
141 Private slot called by a button of the button box clicked. |
142 </p> |
142 </p> |
143 <dl> |
143 <dl> |
144 |
144 |
145 <dt><i>button</i></dt> |
145 <dt><i>button</i> (QAbstractButton)</dt> |
146 <dd> |
146 <dd> |
147 button that was clicked (QAbstractButton) |
147 button that was clicked |
148 </dd> |
148 </dd> |
149 </dl> |
149 </dl> |
150 <a NAME="HgDiffDialog.on_filesCombo_activated" ID="HgDiffDialog.on_filesCombo_activated"></a> |
150 <a NAME="HgDiffDialog.on_filesCombo_activated" ID="HgDiffDialog.on_filesCombo_activated"></a> |
151 <h4>HgDiffDialog.on_filesCombo_activated</h4> |
151 <h4>HgDiffDialog.on_filesCombo_activated</h4> |
152 <b>on_filesCombo_activated</b>(<i>index</i>) |
152 <b>on_filesCombo_activated</b>(<i>index</i>) |
154 <p> |
154 <p> |
155 Private slot to handle the selection of a file. |
155 Private slot to handle the selection of a file. |
156 </p> |
156 </p> |
157 <dl> |
157 <dl> |
158 |
158 |
159 <dt><i>index</i></dt> |
159 <dt><i>index</i> (int)</dt> |
160 <dd> |
160 <dd> |
161 activated row (integer) |
161 activated row |
162 </dd> |
162 </dd> |
163 </dl> |
163 </dl> |
164 <a NAME="HgDiffDialog.on_refreshButton_clicked" ID="HgDiffDialog.on_refreshButton_clicked"></a> |
164 <a NAME="HgDiffDialog.on_refreshButton_clicked" ID="HgDiffDialog.on_refreshButton_clicked"></a> |
165 <h4>HgDiffDialog.on_refreshButton_clicked</h4> |
165 <h4>HgDiffDialog.on_refreshButton_clicked</h4> |
166 <b>on_refreshButton_clicked</b>(<i></i>) |
166 <b>on_refreshButton_clicked</b>(<i></i>) |
186 <p> |
186 <p> |
187 Public slot to start the hg diff command. |
187 Public slot to start the hg diff command. |
188 </p> |
188 </p> |
189 <dl> |
189 <dl> |
190 |
190 |
191 <dt><i>fn</i></dt> |
191 <dt><i>fn</i> (str)</dt> |
192 <dd> |
192 <dd> |
193 filename to be diffed (string) |
193 filename to be diffed |
194 </dd> |
194 </dd> |
195 <dt><i>versions</i></dt> |
195 <dt><i>versions</i> (list of [str, str])</dt> |
196 <dd> |
196 <dd> |
197 list of versions to be diffed (list of up to |
197 list of versions to be diffed or None |
198 2 strings or None) |
198 </dd> |
199 </dd> |
199 <dt><i>bundle</i> (str)</dt> |
200 <dt><i>bundle</i></dt> |
200 <dd> |
201 <dd> |
201 name of a bundle file |
202 name of a bundle file (string) |
202 </dd> |
203 </dd> |
203 <dt><i>qdiff</i> (bool)</dt> |
204 <dt><i>qdiff</i></dt> |
204 <dd> |
205 <dd> |
205 flag indicating qdiff command shall be used |
206 flag indicating qdiff command shall be used (boolean) |
206 </dd> |
207 </dd> |
207 <dt><i>refreshable</i> (bool)</dt> |
208 <dt><i>refreshable</i></dt> |
208 <dd> |
209 <dd> |
209 flag indicating a refreshable diff |
210 flag indicating a refreshable diff (boolean) |
|
211 </dd> |
210 </dd> |
212 </dl> |
211 </dl> |
213 <div align="right"><a href="#top">Up</a></div> |
212 <div align="right"><a href="#top">Up</a></div> |
214 <hr /> |
213 <hr /> |
215 </body></html> |
214 </body></html> |