|
1 <!DOCTYPE html> |
|
2 <html><head> |
|
3 <title>eric6.Plugins.VcsPlugins.vcsPySvn.SvnInfoDialog</title> |
|
4 <meta charset="UTF-8"> |
|
5 <style> |
|
6 body { |
|
7 background: #EDECE6; |
|
8 margin: 0em 1em 10em 1em; |
|
9 color: black; |
|
10 } |
|
11 |
|
12 h1 { color: white; background: #85774A; } |
|
13 h2 { color: white; background: #85774A; } |
|
14 h3 { color: white; background: #9D936E; } |
|
15 h4 { color: white; background: #9D936E; } |
|
16 |
|
17 a { color: #BA6D36; } |
|
18 |
|
19 </style> |
|
20 </head> |
|
21 <body><a NAME="top" ID="top"></a> |
|
22 <h1>eric6.Plugins.VcsPlugins.vcsPySvn.SvnInfoDialog</h1> |
|
23 <p> |
|
24 Module implementing a dialog to show repository related information for a |
|
25 file/directory. |
|
26 </p> |
|
27 <h3>Global Attributes</h3> |
|
28 <table> |
|
29 <tr><td>None</td></tr> |
|
30 </table> |
|
31 <h3>Classes</h3> |
|
32 <table> |
|
33 <tr> |
|
34 <td><a href="#SvnInfoDialog">SvnInfoDialog</a></td> |
|
35 <td>Class implementing a dialog to show repository related information for a file/directory.</td> |
|
36 </tr> |
|
37 </table> |
|
38 <h3>Functions</h3> |
|
39 <table> |
|
40 <tr><td>None</td></tr> |
|
41 </table> |
|
42 <hr /><hr /> |
|
43 <a NAME="SvnInfoDialog" ID="SvnInfoDialog"></a> |
|
44 <h2>SvnInfoDialog</h2> |
|
45 <p> |
|
46 Class implementing a dialog to show repository related information |
|
47 for a file/directory. |
|
48 </p> |
|
49 <h3>Derived from</h3> |
|
50 QDialog, SvnDialogMixin, Ui_VcsRepositoryInfoDialog |
|
51 <h3>Class Attributes</h3> |
|
52 <table> |
|
53 <tr><td>None</td></tr> |
|
54 </table> |
|
55 <h3>Class Methods</h3> |
|
56 <table> |
|
57 <tr><td>None</td></tr> |
|
58 </table> |
|
59 <h3>Methods</h3> |
|
60 <table> |
|
61 <tr> |
|
62 <td><a href="#SvnInfoDialog.__init__">SvnInfoDialog</a></td> |
|
63 <td>Constructor</td> |
|
64 </tr><tr> |
|
65 <td><a href="#SvnInfoDialog.__showError">__showError</a></td> |
|
66 <td>Private slot to show an error message.</td> |
|
67 </tr><tr> |
|
68 <td><a href="#SvnInfoDialog.start">start</a></td> |
|
69 <td>Public slot to start the svn info command.</td> |
|
70 </tr> |
|
71 </table> |
|
72 <h3>Static Methods</h3> |
|
73 <table> |
|
74 <tr><td>None</td></tr> |
|
75 </table> |
|
76 <a NAME="SvnInfoDialog.__init__" ID="SvnInfoDialog.__init__"></a> |
|
77 <h4>SvnInfoDialog (Constructor)</h4> |
|
78 <b>SvnInfoDialog</b>(<i>vcs, parent=None</i>) |
|
79 <p> |
|
80 Constructor |
|
81 </p><dl> |
|
82 <dt><i>vcs</i></dt> |
|
83 <dd> |
|
84 reference to the vcs object |
|
85 </dd><dt><i>parent</i></dt> |
|
86 <dd> |
|
87 parent widget (QWidget) |
|
88 </dd> |
|
89 </dl><a NAME="SvnInfoDialog.__showError" ID="SvnInfoDialog.__showError"></a> |
|
90 <h4>SvnInfoDialog.__showError</h4> |
|
91 <b>__showError</b>(<i>msg</i>) |
|
92 <p> |
|
93 Private slot to show an error message. |
|
94 </p><dl> |
|
95 <dt><i>msg</i></dt> |
|
96 <dd> |
|
97 error message to show (string) |
|
98 </dd> |
|
99 </dl><a NAME="SvnInfoDialog.start" ID="SvnInfoDialog.start"></a> |
|
100 <h4>SvnInfoDialog.start</h4> |
|
101 <b>start</b>(<i>projectPath, fn</i>) |
|
102 <p> |
|
103 Public slot to start the svn info command. |
|
104 </p><dl> |
|
105 <dt><i>projectPath</i></dt> |
|
106 <dd> |
|
107 path name of the project (string) |
|
108 </dd><dt><i>fn</i></dt> |
|
109 <dd> |
|
110 file or directory name relative to the project (string) |
|
111 </dd> |
|
112 </dl> |
|
113 <div align="right"><a href="#top">Up</a></div> |
|
114 <hr /> |
|
115 </body></html> |