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