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

branch
eric7
changeset 9209
b99e7fd55fd3
parent 8596
d64760b2da50
child 10438
4cd7e5a8b3cf
equal deleted inserted replaced
9208:3fc8dfeb6ebe 9209:b99e7fd55fd3
1 <!DOCTYPE html>
2 <html><head>
3 <title>eric7.Plugins.VcsPlugins.vcsPySvn.SvnPropListDialog</title>
4 <meta charset="UTF-8">
5 <link rel="stylesheet" href="styles.css">
6 </head>
7 <body>
8 <a NAME="top" ID="top"></a>
9 <h1>eric7.Plugins.VcsPlugins.vcsPySvn.SvnPropListDialog</h1>
10
11 <p>
12 Module implementing a dialog to show the output of the svn proplist command
13 process.
14 </p>
15 <h3>Global Attributes</h3>
16
17 <table>
18 <tr><td>None</td></tr>
19 </table>
20 <h3>Classes</h3>
21
22 <table>
23
24 <tr>
25 <td><a href="#SvnPropListDialog">SvnPropListDialog</a></td>
26 <td>Class implementing a dialog to show the output of the svn proplist command process.</td>
27 </tr>
28 </table>
29 <h3>Functions</h3>
30
31 <table>
32 <tr><td>None</td></tr>
33 </table>
34 <hr />
35 <hr />
36 <a NAME="SvnPropListDialog" ID="SvnPropListDialog"></a>
37 <h2>SvnPropListDialog</h2>
38
39 <p>
40 Class implementing a dialog to show the output of the svn proplist command
41 process.
42 </p>
43 <h3>Derived from</h3>
44 QWidget, SvnDialogMixin, Ui_SvnPropListDialog
45 <h3>Class Attributes</h3>
46
47 <table>
48 <tr><td>None</td></tr>
49 </table>
50 <h3>Class Methods</h3>
51
52 <table>
53 <tr><td>None</td></tr>
54 </table>
55 <h3>Methods</h3>
56
57 <table>
58
59 <tr>
60 <td><a href="#SvnPropListDialog.__init__">SvnPropListDialog</a></td>
61 <td>Constructor</td>
62 </tr>
63 <tr>
64 <td><a href="#SvnPropListDialog.__finish">__finish</a></td>
65 <td>Private slot called when the process finished or the user pressed the button.</td>
66 </tr>
67 <tr>
68 <td><a href="#SvnPropListDialog.__generateItem">__generateItem</a></td>
69 <td>Private method to generate a properties item in the properties list.</td>
70 </tr>
71 <tr>
72 <td><a href="#SvnPropListDialog.__resizeColumns">__resizeColumns</a></td>
73 <td>Private method to resize the list columns.</td>
74 </tr>
75 <tr>
76 <td><a href="#SvnPropListDialog.__resort">__resort</a></td>
77 <td>Private method to resort the tree.</td>
78 </tr>
79 <tr>
80 <td><a href="#SvnPropListDialog.__showError">__showError</a></td>
81 <td>Private slot to show an error message.</td>
82 </tr>
83 <tr>
84 <td><a href="#SvnPropListDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td>
85 <td>Private slot called by a button of the button box clicked.</td>
86 </tr>
87 <tr>
88 <td><a href="#SvnPropListDialog.on_refreshButton_clicked">on_refreshButton_clicked</a></td>
89 <td>Private slot to refresh the status display.</td>
90 </tr>
91 <tr>
92 <td><a href="#SvnPropListDialog.start">start</a></td>
93 <td>Public slot to start the svn status command.</td>
94 </tr>
95 </table>
96 <h3>Static Methods</h3>
97
98 <table>
99 <tr><td>None</td></tr>
100 </table>
101
102 <a NAME="SvnPropListDialog.__init__" ID="SvnPropListDialog.__init__"></a>
103 <h4>SvnPropListDialog (Constructor)</h4>
104 <b>SvnPropListDialog</b>(<i>vcs, parent=None</i>)
105
106 <p>
107 Constructor
108 </p>
109 <dl>
110
111 <dt><i>vcs</i></dt>
112 <dd>
113 reference to the vcs object
114 </dd>
115 <dt><i>parent</i></dt>
116 <dd>
117 parent widget (QWidget)
118 </dd>
119 </dl>
120 <a NAME="SvnPropListDialog.__finish" ID="SvnPropListDialog.__finish"></a>
121 <h4>SvnPropListDialog.__finish</h4>
122 <b>__finish</b>(<i></i>)
123
124 <p>
125 Private slot called when the process finished or the user pressed the
126 button.
127 </p>
128 <a NAME="SvnPropListDialog.__generateItem" ID="SvnPropListDialog.__generateItem"></a>
129 <h4>SvnPropListDialog.__generateItem</h4>
130 <b>__generateItem</b>(<i>path, propName, propValue</i>)
131
132 <p>
133 Private method to generate a properties item in the properties list.
134 </p>
135 <dl>
136
137 <dt><i>path</i></dt>
138 <dd>
139 file/directory name the property applies to (string)
140 </dd>
141 <dt><i>propName</i></dt>
142 <dd>
143 name of the property (string)
144 </dd>
145 <dt><i>propValue</i></dt>
146 <dd>
147 value of the property (string)
148 </dd>
149 </dl>
150 <a NAME="SvnPropListDialog.__resizeColumns" ID="SvnPropListDialog.__resizeColumns"></a>
151 <h4>SvnPropListDialog.__resizeColumns</h4>
152 <b>__resizeColumns</b>(<i></i>)
153
154 <p>
155 Private method to resize the list columns.
156 </p>
157 <a NAME="SvnPropListDialog.__resort" ID="SvnPropListDialog.__resort"></a>
158 <h4>SvnPropListDialog.__resort</h4>
159 <b>__resort</b>(<i></i>)
160
161 <p>
162 Private method to resort the tree.
163 </p>
164 <a NAME="SvnPropListDialog.__showError" ID="SvnPropListDialog.__showError"></a>
165 <h4>SvnPropListDialog.__showError</h4>
166 <b>__showError</b>(<i>msg</i>)
167
168 <p>
169 Private slot to show an error message.
170 </p>
171 <dl>
172
173 <dt><i>msg</i></dt>
174 <dd>
175 error message to show (string)
176 </dd>
177 </dl>
178 <a NAME="SvnPropListDialog.on_buttonBox_clicked" ID="SvnPropListDialog.on_buttonBox_clicked"></a>
179 <h4>SvnPropListDialog.on_buttonBox_clicked</h4>
180 <b>on_buttonBox_clicked</b>(<i>button</i>)
181
182 <p>
183 Private slot called by a button of the button box clicked.
184 </p>
185 <dl>
186
187 <dt><i>button</i></dt>
188 <dd>
189 button that was clicked (QAbstractButton)
190 </dd>
191 </dl>
192 <a NAME="SvnPropListDialog.on_refreshButton_clicked" ID="SvnPropListDialog.on_refreshButton_clicked"></a>
193 <h4>SvnPropListDialog.on_refreshButton_clicked</h4>
194 <b>on_refreshButton_clicked</b>(<i></i>)
195
196 <p>
197 Private slot to refresh the status display.
198 </p>
199 <a NAME="SvnPropListDialog.start" ID="SvnPropListDialog.start"></a>
200 <h4>SvnPropListDialog.start</h4>
201 <b>start</b>(<i>fn, recursive=False</i>)
202
203 <p>
204 Public slot to start the svn status command.
205 </p>
206 <dl>
207
208 <dt><i>fn</i></dt>
209 <dd>
210 filename(s) (string or list of strings)
211 </dd>
212 <dt><i>recursive</i></dt>
213 <dd>
214 flag indicating a recursive list is requested
215 </dd>
216 </dl>
217 <div align="right"><a href="#top">Up</a></div>
218 <hr />
219 </body></html>

eric ide

mercurial