src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsPySvn.SvnInfoDialog.html

branch
eric7
changeset 10479
856476537696
parent 10438
4cd7e5a8b3cf
equal deleted inserted replaced
10478:de9106c55c3d 10479:856476537696
5 <link rel="stylesheet" href="styles.css"> 5 <link rel="stylesheet" href="styles.css">
6 </head> 6 </head>
7 <body> 7 <body>
8 <a NAME="top" ID="top"></a> 8 <a NAME="top" ID="top"></a>
9 <h1>eric7.Plugins.VcsPlugins.vcsPySvn.SvnInfoDialog</h1> 9 <h1>eric7.Plugins.VcsPlugins.vcsPySvn.SvnInfoDialog</h1>
10
11 <p> 10 <p>
12 Module implementing a dialog to show repository related information for a 11 Module implementing a dialog to show repository related information for a
13 file/directory. 12 file/directory.
14 </p> 13 </p>
14
15 <h3>Global Attributes</h3> 15 <h3>Global Attributes</h3>
16
17 <table> 16 <table>
18 <tr><td>None</td></tr> 17 <tr><td>None</td></tr>
19 </table> 18 </table>
19
20 <h3>Classes</h3> 20 <h3>Classes</h3>
21
22 <table> 21 <table>
23
24 <tr> 22 <tr>
25 <td><a href="#SvnInfoDialog">SvnInfoDialog</a></td> 23 <td><a href="#SvnInfoDialog">SvnInfoDialog</a></td>
26 <td>Class implementing a dialog to show repository related information for a file/directory.</td> 24 <td>Class implementing a dialog to show repository related information for a file/directory.</td>
27 </tr> 25 </tr>
28 </table> 26 </table>
27
29 <h3>Functions</h3> 28 <h3>Functions</h3>
30
31 <table> 29 <table>
32 <tr><td>None</td></tr> 30 <tr><td>None</td></tr>
33 </table> 31 </table>
32
34 <hr /> 33 <hr />
35 <hr /> 34 <hr />
36 <a NAME="SvnInfoDialog" ID="SvnInfoDialog"></a> 35 <a NAME="SvnInfoDialog" ID="SvnInfoDialog"></a>
37 <h2>SvnInfoDialog</h2> 36 <h2>SvnInfoDialog</h2>
38
39 <p> 37 <p>
40 Class implementing a dialog to show repository related information 38 Class implementing a dialog to show repository related information
41 for a file/directory. 39 for a file/directory.
42 </p> 40 </p>
41
43 <h3>Derived from</h3> 42 <h3>Derived from</h3>
44 QDialog, SvnDialogMixin, Ui_VcsRepositoryInfoDialog 43 QDialog, SvnDialogMixin, Ui_VcsRepositoryInfoDialog
45 <h3>Class Attributes</h3> 44 <h3>Class Attributes</h3>
46
47 <table> 45 <table>
48 <tr><td>None</td></tr> 46 <tr><td>None</td></tr>
49 </table> 47 </table>
48
50 <h3>Class Methods</h3> 49 <h3>Class Methods</h3>
51
52 <table> 50 <table>
53 <tr><td>None</td></tr> 51 <tr><td>None</td></tr>
54 </table> 52 </table>
53
55 <h3>Methods</h3> 54 <h3>Methods</h3>
56
57 <table> 55 <table>
58
59 <tr> 56 <tr>
60 <td><a href="#SvnInfoDialog.__init__">SvnInfoDialog</a></td> 57 <td><a href="#SvnInfoDialog.__init__">SvnInfoDialog</a></td>
61 <td>Constructor</td> 58 <td>Constructor</td>
62 </tr> 59 </tr>
63 <tr> 60 <tr>
67 <tr> 64 <tr>
68 <td><a href="#SvnInfoDialog.start">start</a></td> 65 <td><a href="#SvnInfoDialog.start">start</a></td>
69 <td>Public slot to start the svn info command.</td> 66 <td>Public slot to start the svn info command.</td>
70 </tr> 67 </tr>
71 </table> 68 </table>
69
72 <h3>Static Methods</h3> 70 <h3>Static Methods</h3>
73
74 <table> 71 <table>
75 <tr><td>None</td></tr> 72 <tr><td>None</td></tr>
76 </table> 73 </table>
77 74
75
78 <a NAME="SvnInfoDialog.__init__" ID="SvnInfoDialog.__init__"></a> 76 <a NAME="SvnInfoDialog.__init__" ID="SvnInfoDialog.__init__"></a>
79 <h4>SvnInfoDialog (Constructor)</h4> 77 <h4>SvnInfoDialog (Constructor)</h4>
80 <b>SvnInfoDialog</b>(<i>vcs, parent=None</i>) 78 <b>SvnInfoDialog</b>(<i>vcs, parent=None</i>)
81
82 <p> 79 <p>
83 Constructor 80 Constructor
84 </p> 81 </p>
82
85 <dl> 83 <dl>
86 84
87 <dt><i>vcs</i> (Subversion)</dt> 85 <dt><i>vcs</i> (Subversion)</dt>
88 <dd> 86 <dd>
89 reference to the vcs object 87 reference to the vcs object
94 </dd> 92 </dd>
95 </dl> 93 </dl>
96 <a NAME="SvnInfoDialog.__showError" ID="SvnInfoDialog.__showError"></a> 94 <a NAME="SvnInfoDialog.__showError" ID="SvnInfoDialog.__showError"></a>
97 <h4>SvnInfoDialog.__showError</h4> 95 <h4>SvnInfoDialog.__showError</h4>
98 <b>__showError</b>(<i>msg</i>) 96 <b>__showError</b>(<i>msg</i>)
99
100 <p> 97 <p>
101 Private slot to show an error message. 98 Private slot to show an error message.
102 </p> 99 </p>
100
103 <dl> 101 <dl>
104 102
105 <dt><i>msg</i> (str)</dt> 103 <dt><i>msg</i> (str)</dt>
106 <dd> 104 <dd>
107 error message to show 105 error message to show
108 </dd> 106 </dd>
109 </dl> 107 </dl>
110 <a NAME="SvnInfoDialog.start" ID="SvnInfoDialog.start"></a> 108 <a NAME="SvnInfoDialog.start" ID="SvnInfoDialog.start"></a>
111 <h4>SvnInfoDialog.start</h4> 109 <h4>SvnInfoDialog.start</h4>
112 <b>start</b>(<i>projectPath, fn</i>) 110 <b>start</b>(<i>projectPath, fn</i>)
113
114 <p> 111 <p>
115 Public slot to start the svn info command. 112 Public slot to start the svn info command.
116 </p> 113 </p>
114
117 <dl> 115 <dl>
118 116
119 <dt><i>projectPath</i> (str)</dt> 117 <dt><i>projectPath</i> (str)</dt>
120 <dd> 118 <dd>
121 path name of the project 119 path name of the project

eric ide

mercurial