|
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.Preferences.ConfigurationPages.VcsPage</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><a NAME="top" ID="top"></a> |
|
11 <h1>eric5.Preferences.ConfigurationPages.VcsPage</h1> |
|
12 <p> |
|
13 Module implementing the VCS configuration page. |
|
14 </p> |
|
15 <h3>Global Attributes</h3> |
|
16 <table> |
|
17 <tr><td>None</td></tr> |
|
18 </table> |
|
19 <h3>Classes</h3> |
|
20 <table> |
|
21 <tr> |
|
22 <td><a href="#VcsPage">VcsPage</a></td> |
|
23 <td>Class implementing the VCS configuration page.</td> |
|
24 </tr> |
|
25 </table> |
|
26 <h3>Functions</h3> |
|
27 <table> |
|
28 <tr> |
|
29 <td><a href="#create">create</a></td> |
|
30 <td>Module function to create the configuration page.</td> |
|
31 </tr> |
|
32 </table> |
|
33 <hr /><hr /> |
|
34 <a NAME="VcsPage" ID="VcsPage"></a> |
|
35 <h2>VcsPage</h2> |
|
36 <p> |
|
37 Class implementing the VCS configuration page. |
|
38 </p> |
|
39 <h3>Derived from</h3> |
|
40 ConfigurationPageBase, Ui_VcsPage |
|
41 <h3>Class Attributes</h3> |
|
42 <table> |
|
43 <tr><td>None</td></tr> |
|
44 </table> |
|
45 <h3>Methods</h3> |
|
46 <table> |
|
47 <tr> |
|
48 <td><a href="#VcsPage.__init__">VcsPage</a></td> |
|
49 <td>Constructor</td> |
|
50 </tr><tr> |
|
51 <td><a href="#VcsPage.on_pbVcsAddedButton_clicked">on_pbVcsAddedButton_clicked</a></td> |
|
52 <td>Private slot to set the background colour for entries with VCS status "added".</td> |
|
53 </tr><tr> |
|
54 <td><a href="#VcsPage.on_pbVcsConflictButton_clicked">on_pbVcsConflictButton_clicked</a></td> |
|
55 <td>Private slot to set the background colour for entries with VCS status "conflict".</td> |
|
56 </tr><tr> |
|
57 <td><a href="#VcsPage.on_pbVcsModifiedButton_clicked">on_pbVcsModifiedButton_clicked</a></td> |
|
58 <td>Private slot to set the background colour for entries with VCS status "modified".</td> |
|
59 </tr><tr> |
|
60 <td><a href="#VcsPage.on_pbVcsReplacedButton_clicked">on_pbVcsReplacedButton_clicked</a></td> |
|
61 <td>Private slot to set the background colour for entries with VCS status "replaced".</td> |
|
62 </tr><tr> |
|
63 <td><a href="#VcsPage.on_pbVcsUpdateButton_clicked">on_pbVcsUpdateButton_clicked</a></td> |
|
64 <td>Private slot to set the background colour for entries with VCS status "needs update".</td> |
|
65 </tr><tr> |
|
66 <td><a href="#VcsPage.save">save</a></td> |
|
67 <td>Public slot to save the VCS configuration.</td> |
|
68 </tr> |
|
69 </table> |
|
70 <a NAME="VcsPage.__init__" ID="VcsPage.__init__"></a> |
|
71 <h4>VcsPage (Constructor)</h4> |
|
72 <b>VcsPage</b>(<i></i>) |
|
73 <p> |
|
74 Constructor |
|
75 </p><a NAME="VcsPage.on_pbVcsAddedButton_clicked" ID="VcsPage.on_pbVcsAddedButton_clicked"></a> |
|
76 <h4>VcsPage.on_pbVcsAddedButton_clicked</h4> |
|
77 <b>on_pbVcsAddedButton_clicked</b>(<i></i>) |
|
78 <p> |
|
79 Private slot to set the background colour for entries with VCS |
|
80 status "added". |
|
81 </p><a NAME="VcsPage.on_pbVcsConflictButton_clicked" ID="VcsPage.on_pbVcsConflictButton_clicked"></a> |
|
82 <h4>VcsPage.on_pbVcsConflictButton_clicked</h4> |
|
83 <b>on_pbVcsConflictButton_clicked</b>(<i></i>) |
|
84 <p> |
|
85 Private slot to set the background colour for entries with VCS |
|
86 status "conflict". |
|
87 </p><a NAME="VcsPage.on_pbVcsModifiedButton_clicked" ID="VcsPage.on_pbVcsModifiedButton_clicked"></a> |
|
88 <h4>VcsPage.on_pbVcsModifiedButton_clicked</h4> |
|
89 <b>on_pbVcsModifiedButton_clicked</b>(<i></i>) |
|
90 <p> |
|
91 Private slot to set the background colour for entries with VCS |
|
92 status "modified". |
|
93 </p><a NAME="VcsPage.on_pbVcsReplacedButton_clicked" ID="VcsPage.on_pbVcsReplacedButton_clicked"></a> |
|
94 <h4>VcsPage.on_pbVcsReplacedButton_clicked</h4> |
|
95 <b>on_pbVcsReplacedButton_clicked</b>(<i></i>) |
|
96 <p> |
|
97 Private slot to set the background colour for entries with VCS |
|
98 status "replaced". |
|
99 </p><a NAME="VcsPage.on_pbVcsUpdateButton_clicked" ID="VcsPage.on_pbVcsUpdateButton_clicked"></a> |
|
100 <h4>VcsPage.on_pbVcsUpdateButton_clicked</h4> |
|
101 <b>on_pbVcsUpdateButton_clicked</b>(<i></i>) |
|
102 <p> |
|
103 Private slot to set the background colour for entries with VCS |
|
104 status "needs update". |
|
105 </p><a NAME="VcsPage.save" ID="VcsPage.save"></a> |
|
106 <h4>VcsPage.save</h4> |
|
107 <b>save</b>(<i></i>) |
|
108 <p> |
|
109 Public slot to save the VCS configuration. |
|
110 </p> |
|
111 <div align="right"><a href="#top">Up</a></div> |
|
112 <hr /><hr /> |
|
113 <a NAME="create" ID="create"></a> |
|
114 <h2>create</h2> |
|
115 <b>create</b>(<i>dlg</i>) |
|
116 <p> |
|
117 Module function to create the configuration page. |
|
118 </p><dl> |
|
119 <dt><i>dlg</i></dt> |
|
120 <dd> |
|
121 reference to the configuration dialog |
|
122 </dd> |
|
123 </dl> |
|
124 <div align="right"><a href="#top">Up</a></div> |
|
125 <hr /> |
|
126 </body></html> |