|
1 <!DOCTYPE html> |
|
2 <html><head> |
|
3 <title>eric7.VCS</title> |
|
4 <meta charset="UTF-8"> |
|
5 <link rel="stylesheet" href="styles.css"> |
|
6 </head> |
|
7 <body> |
|
8 <h1>eric7.VCS</h1> |
|
9 |
|
10 <p> |
|
11 Module implementing the general part of the interface to version control |
|
12 systems. |
|
13 </p> |
|
14 <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 have to be subclasses of this base class. |
|
19 </p> |
|
20 |
|
21 |
|
22 <h3>Modules</h3> |
|
23 <table> |
|
24 |
|
25 <tr> |
|
26 <td><a href="eric7.VCS.CommandOptionsDialog.html">CommandOptionsDialog</a></td> |
|
27 <td>Module implementing the VCS command options dialog.</td> |
|
28 </tr> |
|
29 <tr> |
|
30 <td><a href="eric7.VCS.ProjectBrowserHelper.html">ProjectBrowserHelper</a></td> |
|
31 <td>Module implementing the base class of the VCS project browser helper.</td> |
|
32 </tr> |
|
33 <tr> |
|
34 <td><a href="eric7.VCS.ProjectHelper.html">ProjectHelper</a></td> |
|
35 <td>Module implementing the base class of the VCS project helper.</td> |
|
36 </tr> |
|
37 <tr> |
|
38 <td><a href="eric7.VCS.RepositoryInfoDialog.html">RepositoryInfoDialog</a></td> |
|
39 <td>Module implemting a dialog to show repository information.</td> |
|
40 </tr> |
|
41 <tr> |
|
42 <td><a href="eric7.VCS.StatusMonitorLed.html">StatusMonitorLed</a></td> |
|
43 <td>Module implementing a LED to indicate the status of the VCS status monitor thread.</td> |
|
44 </tr> |
|
45 <tr> |
|
46 <td><a href="eric7.VCS.StatusMonitorThread.html">StatusMonitorThread</a></td> |
|
47 <td>Module implementing the VCS status monitor thread base class.</td> |
|
48 </tr> |
|
49 <tr> |
|
50 <td><a href="eric7.VCS.StatusWidget.html">StatusWidget</a></td> |
|
51 <td>Module implementing a VCS Status widget for the sidebar/toolbar.</td> |
|
52 </tr> |
|
53 <tr> |
|
54 <td><a href="eric7.VCS.VersionControl.html">VersionControl</a></td> |
|
55 <td>Module implementing an abstract base class to be subclassed by all specific VCS interfaces.</td> |
|
56 </tr> |
|
57 <tr> |
|
58 <td><a href="eric7.VCS.__init__.html">VCS</a></td> |
|
59 <td>Module implementing the general part of the interface to version control systems.</td> |
|
60 </tr> |
|
61 </table> |
|
62 </body></html> |