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