|
1 <!DOCTYPE html> |
|
2 <html><head> |
|
3 <title>eric7.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> |
|
22 <a NAME="top" ID="top"></a> |
|
23 <h1>eric7.Plugins.VcsPlugins.vcsPySvn.SvnInfoDialog</h1> |
|
24 |
|
25 <p> |
|
26 Module implementing a dialog to show repository related information for a |
|
27 file/directory. |
|
28 </p> |
|
29 <h3>Global Attributes</h3> |
|
30 |
|
31 <table> |
|
32 <tr><td>None</td></tr> |
|
33 </table> |
|
34 <h3>Classes</h3> |
|
35 |
|
36 <table> |
|
37 |
|
38 <tr> |
|
39 <td><a href="#SvnInfoDialog">SvnInfoDialog</a></td> |
|
40 <td>Class implementing a dialog to show repository related information for a file/directory.</td> |
|
41 </tr> |
|
42 </table> |
|
43 <h3>Functions</h3> |
|
44 |
|
45 <table> |
|
46 <tr><td>None</td></tr> |
|
47 </table> |
|
48 <hr /> |
|
49 <hr /> |
|
50 <a NAME="SvnInfoDialog" ID="SvnInfoDialog"></a> |
|
51 <h2>SvnInfoDialog</h2> |
|
52 |
|
53 <p> |
|
54 Class implementing a dialog to show repository related information |
|
55 for a file/directory. |
|
56 </p> |
|
57 <h3>Derived from</h3> |
|
58 QDialog, SvnDialogMixin, Ui_VcsRepositoryInfoDialog |
|
59 <h3>Class Attributes</h3> |
|
60 |
|
61 <table> |
|
62 <tr><td>None</td></tr> |
|
63 </table> |
|
64 <h3>Class Methods</h3> |
|
65 |
|
66 <table> |
|
67 <tr><td>None</td></tr> |
|
68 </table> |
|
69 <h3>Methods</h3> |
|
70 |
|
71 <table> |
|
72 |
|
73 <tr> |
|
74 <td><a href="#SvnInfoDialog.__init__">SvnInfoDialog</a></td> |
|
75 <td>Constructor</td> |
|
76 </tr> |
|
77 <tr> |
|
78 <td><a href="#SvnInfoDialog.__showError">__showError</a></td> |
|
79 <td>Private slot to show an error message.</td> |
|
80 </tr> |
|
81 <tr> |
|
82 <td><a href="#SvnInfoDialog.start">start</a></td> |
|
83 <td>Public slot to start the svn info command.</td> |
|
84 </tr> |
|
85 </table> |
|
86 <h3>Static Methods</h3> |
|
87 |
|
88 <table> |
|
89 <tr><td>None</td></tr> |
|
90 </table> |
|
91 |
|
92 <a NAME="SvnInfoDialog.__init__" ID="SvnInfoDialog.__init__"></a> |
|
93 <h4>SvnInfoDialog (Constructor)</h4> |
|
94 <b>SvnInfoDialog</b>(<i>vcs, parent=None</i>) |
|
95 |
|
96 <p> |
|
97 Constructor |
|
98 </p> |
|
99 <dl> |
|
100 |
|
101 <dt><i>vcs</i></dt> |
|
102 <dd> |
|
103 reference to the vcs object |
|
104 </dd> |
|
105 <dt><i>parent</i></dt> |
|
106 <dd> |
|
107 parent widget (QWidget) |
|
108 </dd> |
|
109 </dl> |
|
110 <a NAME="SvnInfoDialog.__showError" ID="SvnInfoDialog.__showError"></a> |
|
111 <h4>SvnInfoDialog.__showError</h4> |
|
112 <b>__showError</b>(<i>msg</i>) |
|
113 |
|
114 <p> |
|
115 Private slot to show an error message. |
|
116 </p> |
|
117 <dl> |
|
118 |
|
119 <dt><i>msg</i></dt> |
|
120 <dd> |
|
121 error message to show (string) |
|
122 </dd> |
|
123 </dl> |
|
124 <a NAME="SvnInfoDialog.start" ID="SvnInfoDialog.start"></a> |
|
125 <h4>SvnInfoDialog.start</h4> |
|
126 <b>start</b>(<i>projectPath, fn</i>) |
|
127 |
|
128 <p> |
|
129 Public slot to start the svn info command. |
|
130 </p> |
|
131 <dl> |
|
132 |
|
133 <dt><i>projectPath</i></dt> |
|
134 <dd> |
|
135 path name of the project (string) |
|
136 </dd> |
|
137 <dt><i>fn</i></dt> |
|
138 <dd> |
|
139 file or directory name relative to the project (string) |
|
140 </dd> |
|
141 </dl> |
|
142 <div align="right"><a href="#top">Up</a></div> |
|
143 <hr /> |
|
144 </body></html> |