|
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.Plugins.VcsPlugins.vcsSubversion.ConfigurationPage.SubversionPage</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.Plugins.VcsPlugins.vcsSubversion.ConfigurationPage.SubversionPage</h1> |
|
12 <p> |
|
13 Module implementing the Subversion 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="#SubversionPage">SubversionPage</a></td> |
|
23 <td>Class implementing the Subversion configuration page.</td> |
|
24 </tr> |
|
25 </table> |
|
26 <h3>Functions</h3> |
|
27 <table> |
|
28 <tr><td>None</td></tr> |
|
29 </table> |
|
30 <hr /><hr /> |
|
31 <a NAME="SubversionPage" ID="SubversionPage"></a> |
|
32 <h2>SubversionPage</h2> |
|
33 <p> |
|
34 Class implementing the Subversion configuration page. |
|
35 </p> |
|
36 <h3>Derived from</h3> |
|
37 ConfigurationPageBase, Ui_SubversionPage |
|
38 <h3>Class Attributes</h3> |
|
39 <table> |
|
40 <tr><td>None</td></tr> |
|
41 </table> |
|
42 <h3>Methods</h3> |
|
43 <table> |
|
44 <tr> |
|
45 <td><a href="#SubversionPage.__init__">SubversionPage</a></td> |
|
46 <td>Constructor</td> |
|
47 </tr><tr> |
|
48 <td><a href="#SubversionPage.on_configButton_clicked">on_configButton_clicked</a></td> |
|
49 <td>Private slot to edit the Subversion config file.</td> |
|
50 </tr><tr> |
|
51 <td><a href="#SubversionPage.on_serversButton_clicked">on_serversButton_clicked</a></td> |
|
52 <td>Private slot to edit the Subversion servers file.</td> |
|
53 </tr><tr> |
|
54 <td><a href="#SubversionPage.save">save</a></td> |
|
55 <td>Public slot to save the Subversion configuration.</td> |
|
56 </tr> |
|
57 </table> |
|
58 <a NAME="SubversionPage.__init__" ID="SubversionPage.__init__"></a> |
|
59 <h4>SubversionPage (Constructor)</h4> |
|
60 <b>SubversionPage</b>(<i>plugin</i>) |
|
61 <p> |
|
62 Constructor |
|
63 </p><dl> |
|
64 <dt><i>plugin</i></dt> |
|
65 <dd> |
|
66 reference to the plugin object |
|
67 </dd> |
|
68 </dl><a NAME="SubversionPage.on_configButton_clicked" ID="SubversionPage.on_configButton_clicked"></a> |
|
69 <h4>SubversionPage.on_configButton_clicked</h4> |
|
70 <b>on_configButton_clicked</b>(<i></i>) |
|
71 <p> |
|
72 Private slot to edit the Subversion config file. |
|
73 </p><a NAME="SubversionPage.on_serversButton_clicked" ID="SubversionPage.on_serversButton_clicked"></a> |
|
74 <h4>SubversionPage.on_serversButton_clicked</h4> |
|
75 <b>on_serversButton_clicked</b>(<i></i>) |
|
76 <p> |
|
77 Private slot to edit the Subversion servers file. |
|
78 </p><a NAME="SubversionPage.save" ID="SubversionPage.save"></a> |
|
79 <h4>SubversionPage.save</h4> |
|
80 <b>save</b>(<i></i>) |
|
81 <p> |
|
82 Public slot to save the Subversion configuration. |
|
83 </p> |
|
84 <div align="right"><a href="#top">Up</a></div> |
|
85 <hr /> |
|
86 </body></html> |