|
1 <?xml version="1.0" encoding="utf-8"?> |
|
2 <!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN' |
|
3 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'> |
|
4 <html><head> |
|
5 <title>eric5.VCS</title> |
|
6 <style> |
|
7 b'body {\n background:white;\n margin: 0em 1em 10em 1em;\n color: black;\n}\n\nh1 { color: white; background: #4FA4FF; }\nh2 { color: white; background: #4FA4FF; }\nh3 { color: white; background: #00557F; }\nh4 { color: white; background: #00557F; }\n \na { color: #AA5500; }\n' |
|
8 </style> |
|
9 </head> |
|
10 <body> |
|
11 <h1>eric5.VCS</h1> |
|
12 <p> |
|
13 Module implementing the general part of the interface to version control systems. |
|
14 </p><p> |
|
15 The general part of the VCS interface defines classes to implement common |
|
16 dialogs. These are a dialog to enter command options, a dialog to display |
|
17 some repository information and an abstract base class. The individual |
|
18 interfaces (i.e. CVS) have to be subclasses of this base class. |
|
19 </p> |
|
20 |
|
21 |
|
22 <h3>Modules</h3> |
|
23 <table> |
|
24 <tr> |
|
25 <td><a href="eric5.VCS.CommandOptionsDialog.html">CommandOptionsDialog</a></td> |
|
26 <td>Module implementing the VCS command options dialog.</td> |
|
27 </tr><tr> |
|
28 <td><a href="eric5.VCS.ProjectBrowserHelper.html">ProjectBrowserHelper</a></td> |
|
29 <td>Module implementing the base class of the VCS project browser helper.</td> |
|
30 </tr><tr> |
|
31 <td><a href="eric5.VCS.ProjectHelper.html">ProjectHelper</a></td> |
|
32 <td>Module implementing the base class of the VCS project helper.</td> |
|
33 </tr><tr> |
|
34 <td><a href="eric5.VCS.RepositoryInfoDialog.html">RepositoryInfoDialog</a></td> |
|
35 <td>Module implemting a dialog to show repository information.</td> |
|
36 </tr><tr> |
|
37 <td><a href="eric5.VCS.StatusMonitorLed.html">StatusMonitorLed</a></td> |
|
38 <td>Module implementing a LED to indicate the status of the VCS status monitor thread.</td> |
|
39 </tr><tr> |
|
40 <td><a href="eric5.VCS.StatusMonitorThread.html">StatusMonitorThread</a></td> |
|
41 <td>Module implementing the VCS status monitor thread base class.</td> |
|
42 </tr><tr> |
|
43 <td><a href="eric5.VCS.VersionControl.html">VersionControl</a></td> |
|
44 <td>Module implementing an abstract base class to be subclassed by all specific VCS interfaces.</td> |
|
45 </tr><tr> |
|
46 <td><a href="eric5.VCS.__init__.html">VCS</a></td> |
|
47 <td>Module implementing the general part of the interface to version control systems.</td> |
|
48 </tr> |
|
49 </table> |
|
50 </body></html> |