|
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.vcsPySvn.SvnInfoDialog</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.vcsPySvn.SvnInfoDialog</h1> |
|
12 <p> |
|
13 Module implementing a dialog to show repository related information for a file/directory. |
|
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="#SvnInfoDialog">SvnInfoDialog</a></td> |
|
23 <td>Class implementing a dialog to show repository related information for a file/directory.</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="SvnInfoDialog" ID="SvnInfoDialog"></a> |
|
32 <h2>SvnInfoDialog</h2> |
|
33 <p> |
|
34 Class implementing a dialog to show repository related information |
|
35 for a file/directory. |
|
36 </p> |
|
37 <h3>Derived from</h3> |
|
38 QDialog, SvnDialogMixin, Ui_VcsRepositoryInfoDialog |
|
39 <h3>Class Attributes</h3> |
|
40 <table> |
|
41 <tr><td>None</td></tr> |
|
42 </table> |
|
43 <h3>Methods</h3> |
|
44 <table> |
|
45 <tr> |
|
46 <td><a href="#SvnInfoDialog.__init__">SvnInfoDialog</a></td> |
|
47 <td>Constructor</td> |
|
48 </tr><tr> |
|
49 <td><a href="#SvnInfoDialog.__showError">__showError</a></td> |
|
50 <td>Private slot to show an error message.</td> |
|
51 </tr><tr> |
|
52 <td><a href="#SvnInfoDialog.start">start</a></td> |
|
53 <td>Public slot to start the svn info command.</td> |
|
54 </tr> |
|
55 </table> |
|
56 <a NAME="SvnInfoDialog.__init__" ID="SvnInfoDialog.__init__"></a> |
|
57 <h4>SvnInfoDialog (Constructor)</h4> |
|
58 <b>SvnInfoDialog</b>(<i>vcs, parent = None</i>) |
|
59 <p> |
|
60 Constructor |
|
61 </p><dl> |
|
62 <dt><i>vcs</i></dt> |
|
63 <dd> |
|
64 reference to the vcs object |
|
65 </dd><dt><i>parent</i></dt> |
|
66 <dd> |
|
67 parent widget (QWidget) |
|
68 </dd> |
|
69 </dl><a NAME="SvnInfoDialog.__showError" ID="SvnInfoDialog.__showError"></a> |
|
70 <h4>SvnInfoDialog.__showError</h4> |
|
71 <b>__showError</b>(<i>msg</i>) |
|
72 <p> |
|
73 Private slot to show an error message. |
|
74 </p><dl> |
|
75 <dt><i>msg</i></dt> |
|
76 <dd> |
|
77 error message to show (string) |
|
78 </dd> |
|
79 </dl><a NAME="SvnInfoDialog.start" ID="SvnInfoDialog.start"></a> |
|
80 <h4>SvnInfoDialog.start</h4> |
|
81 <b>start</b>(<i>projectPath, fn</i>) |
|
82 <p> |
|
83 Public slot to start the svn info command. |
|
84 </p><dl> |
|
85 <dt><i>projectPath</i></dt> |
|
86 <dd> |
|
87 path name of the project (string) |
|
88 </dd><dt><i>fn</i></dt> |
|
89 <dd> |
|
90 file or directory name relative to the project (string) |
|
91 </dd> |
|
92 </dl> |
|
93 <div align="right"><a href="#top">Up</a></div> |
|
94 <hr /> |
|
95 </body></html> |