Documentation/Source/eric5.Plugins.VcsPlugins.vcsPySvn.SvnStatusDialog.html

changeset 896
f855351d5e98
parent 440
69ace3e2dcf6
child 917
746c54b643eb
child 1278
fb0460fd00b9
equal deleted inserted replaced
894:eab7b8d39807 896:f855351d5e98
20 </style> 20 </style>
21 </head> 21 </head>
22 <body><a NAME="top" ID="top"></a> 22 <body><a NAME="top" ID="top"></a>
23 <h1>eric5.Plugins.VcsPlugins.vcsPySvn.SvnStatusDialog</h1> 23 <h1>eric5.Plugins.VcsPlugins.vcsPySvn.SvnStatusDialog</h1>
24 <p> 24 <p>
25 Module implementing a dialog to show the output of the svn status command process. 25 Module implementing a dialog to show the output of the svn status command
26 process.
26 </p> 27 </p>
27 <h3>Global Attributes</h3> 28 <h3>Global Attributes</h3>
28 <table> 29 <table>
29 <tr><td>None</td></tr> 30 <tr><td>None</td></tr>
30 </table> 31 </table>
41 </table> 42 </table>
42 <hr /><hr /> 43 <hr /><hr />
43 <a NAME="SvnStatusDialog" ID="SvnStatusDialog"></a> 44 <a NAME="SvnStatusDialog" ID="SvnStatusDialog"></a>
44 <h2>SvnStatusDialog</h2> 45 <h2>SvnStatusDialog</h2>
45 <p> 46 <p>
46 Class implementing a dialog to show the output of the svn status command process. 47 Class implementing a dialog to show the output of the svn status command
48 process.
47 </p> 49 </p>
48 <h3>Derived from</h3> 50 <h3>Derived from</h3>
49 QWidget, SvnDialogMixin, Ui_SvnStatusDialog 51 QWidget, SvnDialogMixin, Ui_SvnStatusDialog
50 <h3>Class Attributes</h3> 52 <h3>Class Attributes</h3>
51 <table> 53 <table>
170 Private slot called after the commit has finished. 172 Private slot called after the commit has finished.
171 </p><a NAME="SvnStatusDialog.__finish" ID="SvnStatusDialog.__finish"></a> 173 </p><a NAME="SvnStatusDialog.__finish" ID="SvnStatusDialog.__finish"></a>
172 <h4>SvnStatusDialog.__finish</h4> 174 <h4>SvnStatusDialog.__finish</h4>
173 <b>__finish</b>(<i></i>) 175 <b>__finish</b>(<i></i>)
174 <p> 176 <p>
175 Private slot called when the process finished or the user pressed the button. 177 Private slot called when the process finished or the user pressed
178 the button.
176 </p><a NAME="SvnStatusDialog.__generateItem" ID="SvnStatusDialog.__generateItem"></a> 179 </p><a NAME="SvnStatusDialog.__generateItem" ID="SvnStatusDialog.__generateItem"></a>
177 <h4>SvnStatusDialog.__generateItem</h4> 180 <h4>SvnStatusDialog.__generateItem</h4>
178 <b>__generateItem</b>(<i>changelist, status, propStatus, locked, history, switched, lockinfo, uptodate, revision, change, author, path</i>) 181 <b>__generateItem</b>(<i>changelist, status, propStatus, locked, history, switched, lockinfo, uptodate, revision, change, author, path</i>)
179 <p> 182 <p>
180 Private method to generate a status item in the status list. 183 Private method to generate a status item in the status list.
218 </dd> 221 </dd>
219 </dl><a NAME="SvnStatusDialog.__getChangelistItems" ID="SvnStatusDialog.__getChangelistItems"></a> 222 </dl><a NAME="SvnStatusDialog.__getChangelistItems" ID="SvnStatusDialog.__getChangelistItems"></a>
220 <h4>SvnStatusDialog.__getChangelistItems</h4> 223 <h4>SvnStatusDialog.__getChangelistItems</h4>
221 <b>__getChangelistItems</b>(<i></i>) 224 <b>__getChangelistItems</b>(<i></i>)
222 <p> 225 <p>
223 Private method to retrieve all entries, that are members of a changelist. 226 Private method to retrieve all entries, that are members of
227 a changelist.
224 </p><dl> 228 </p><dl>
225 <dt>Returns:</dt> 229 <dt>Returns:</dt>
226 <dd> 230 <dd>
227 list of all items belonging to a changelist 231 list of all items belonging to a changelist
228 </dd> 232 </dd>
248 </dd> 252 </dd>
249 </dl><a NAME="SvnStatusDialog.__getNonChangelistItems" ID="SvnStatusDialog.__getNonChangelistItems"></a> 253 </dl><a NAME="SvnStatusDialog.__getNonChangelistItems" ID="SvnStatusDialog.__getNonChangelistItems"></a>
250 <h4>SvnStatusDialog.__getNonChangelistItems</h4> 254 <h4>SvnStatusDialog.__getNonChangelistItems</h4>
251 <b>__getNonChangelistItems</b>(<i></i>) 255 <b>__getNonChangelistItems</b>(<i></i>)
252 <p> 256 <p>
253 Private method to retrieve all entries, that are not members of a changelist. 257 Private method to retrieve all entries, that are not members of
258 a changelist.
254 </p><dl> 259 </p><dl>
255 <dt>Returns:</dt> 260 <dt>Returns:</dt>
256 <dd> 261 <dd>
257 list of all items not belonging to a changelist 262 list of all items not belonging to a changelist
258 </dd> 263 </dd>
259 </dl><a NAME="SvnStatusDialog.__getUnversionedItems" ID="SvnStatusDialog.__getUnversionedItems"></a> 264 </dl><a NAME="SvnStatusDialog.__getUnversionedItems" ID="SvnStatusDialog.__getUnversionedItems"></a>
260 <h4>SvnStatusDialog.__getUnversionedItems</h4> 265 <h4>SvnStatusDialog.__getUnversionedItems</h4>
261 <b>__getUnversionedItems</b>(<i></i>) 266 <b>__getUnversionedItems</b>(<i></i>)
262 <p> 267 <p>
263 Private method to retrieve all entries, that have an unversioned status. 268 Private method to retrieve all entries, that have an
269 unversioned status.
264 </p><dl> 270 </p><dl>
265 <dt>Returns:</dt> 271 <dt>Returns:</dt>
266 <dd> 272 <dd>
267 list of all items with an unversioned status 273 list of all items with an unversioned status
268 </dd> 274 </dd>

eric ide

mercurial