src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsPySvn.SvnPropListDialog.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.SvnPropListDialog</h1> 9 <h1>eric7.Plugins.VcsPlugins.vcsPySvn.SvnPropListDialog</h1>
10
11 <p> 10 <p>
12 Module implementing a dialog to show the output of the svn proplist command 11 Module implementing a dialog to show the output of the svn proplist command
13 process. 12 process.
14 </p> 13 </p>
14
15 <h3>Global Attributes</h3> 15 <h3>Global Attributes</h3>
16 16 <table>
17 <table> 17 <tr><td>None</td></tr>
18 <tr><td>None</td></tr> 18 </table>
19 </table> 19
20 <h3>Classes</h3> 20 <h3>Classes</h3>
21 21 <table>
22 <table>
23
24 <tr> 22 <tr>
25 <td><a href="#SvnPropListDialog">SvnPropListDialog</a></td> 23 <td><a href="#SvnPropListDialog">SvnPropListDialog</a></td>
26 <td>Class implementing a dialog to show the output of the svn proplist command process.</td> 24 <td>Class implementing a dialog to show the output of the svn proplist command process.</td>
27 </tr> 25 </tr>
28 </table> 26 </table>
27
29 <h3>Functions</h3> 28 <h3>Functions</h3>
30 29 <table>
31 <table> 30 <tr><td>None</td></tr>
32 <tr><td>None</td></tr> 31 </table>
33 </table> 32
34 <hr /> 33 <hr />
35 <hr /> 34 <hr />
36 <a NAME="SvnPropListDialog" ID="SvnPropListDialog"></a> 35 <a NAME="SvnPropListDialog" ID="SvnPropListDialog"></a>
37 <h2>SvnPropListDialog</h2> 36 <h2>SvnPropListDialog</h2>
38
39 <p> 37 <p>
40 Class implementing a dialog to show the output of the svn proplist command 38 Class implementing a dialog to show the output of the svn proplist command
41 process. 39 process.
42 </p> 40 </p>
41
43 <h3>Derived from</h3> 42 <h3>Derived from</h3>
44 QWidget, SvnDialogMixin, Ui_SvnPropListDialog 43 QWidget, SvnDialogMixin, Ui_SvnPropListDialog
45 <h3>Class Attributes</h3> 44 <h3>Class Attributes</h3>
46 45 <table>
47 <table> 46 <tr><td>None</td></tr>
48 <tr><td>None</td></tr> 47 </table>
49 </table> 48
50 <h3>Class Methods</h3> 49 <h3>Class Methods</h3>
51 50 <table>
52 <table> 51 <tr><td>None</td></tr>
53 <tr><td>None</td></tr> 52 </table>
54 </table> 53
55 <h3>Methods</h3> 54 <h3>Methods</h3>
56 55 <table>
57 <table>
58
59 <tr> 56 <tr>
60 <td><a href="#SvnPropListDialog.__init__">SvnPropListDialog</a></td> 57 <td><a href="#SvnPropListDialog.__init__">SvnPropListDialog</a></td>
61 <td>Constructor</td> 58 <td>Constructor</td>
62 </tr> 59 </tr>
63 <tr> 60 <tr>
91 <tr> 88 <tr>
92 <td><a href="#SvnPropListDialog.start">start</a></td> 89 <td><a href="#SvnPropListDialog.start">start</a></td>
93 <td>Public slot to start the svn status command.</td> 90 <td>Public slot to start the svn status command.</td>
94 </tr> 91 </tr>
95 </table> 92 </table>
93
96 <h3>Static Methods</h3> 94 <h3>Static Methods</h3>
97 95 <table>
98 <table> 96 <tr><td>None</td></tr>
99 <tr><td>None</td></tr> 97 </table>
100 </table> 98
101 99
102 <a NAME="SvnPropListDialog.__init__" ID="SvnPropListDialog.__init__"></a> 100 <a NAME="SvnPropListDialog.__init__" ID="SvnPropListDialog.__init__"></a>
103 <h4>SvnPropListDialog (Constructor)</h4> 101 <h4>SvnPropListDialog (Constructor)</h4>
104 <b>SvnPropListDialog</b>(<i>vcs, parent=None</i>) 102 <b>SvnPropListDialog</b>(<i>vcs, parent=None</i>)
105
106 <p> 103 <p>
107 Constructor 104 Constructor
108 </p> 105 </p>
106
109 <dl> 107 <dl>
110 108
111 <dt><i>vcs</i> (Subversion)</dt> 109 <dt><i>vcs</i> (Subversion)</dt>
112 <dd> 110 <dd>
113 reference to the vcs object 111 reference to the vcs object
118 </dd> 116 </dd>
119 </dl> 117 </dl>
120 <a NAME="SvnPropListDialog.__finish" ID="SvnPropListDialog.__finish"></a> 118 <a NAME="SvnPropListDialog.__finish" ID="SvnPropListDialog.__finish"></a>
121 <h4>SvnPropListDialog.__finish</h4> 119 <h4>SvnPropListDialog.__finish</h4>
122 <b>__finish</b>(<i></i>) 120 <b>__finish</b>(<i></i>)
123
124 <p> 121 <p>
125 Private slot called when the process finished or the user pressed the 122 Private slot called when the process finished or the user pressed the
126 button. 123 button.
127 </p> 124 </p>
125
128 <a NAME="SvnPropListDialog.__generateItem" ID="SvnPropListDialog.__generateItem"></a> 126 <a NAME="SvnPropListDialog.__generateItem" ID="SvnPropListDialog.__generateItem"></a>
129 <h4>SvnPropListDialog.__generateItem</h4> 127 <h4>SvnPropListDialog.__generateItem</h4>
130 <b>__generateItem</b>(<i>path, propName, propValue</i>) 128 <b>__generateItem</b>(<i>path, propName, propValue</i>)
131
132 <p> 129 <p>
133 Private method to generate a properties item in the properties list. 130 Private method to generate a properties item in the properties list.
134 </p> 131 </p>
132
135 <dl> 133 <dl>
136 134
137 <dt><i>path</i> (str)</dt> 135 <dt><i>path</i> (str)</dt>
138 <dd> 136 <dd>
139 file/directory name the property applies to 137 file/directory name the property applies to
148 </dd> 146 </dd>
149 </dl> 147 </dl>
150 <a NAME="SvnPropListDialog.__resizeColumns" ID="SvnPropListDialog.__resizeColumns"></a> 148 <a NAME="SvnPropListDialog.__resizeColumns" ID="SvnPropListDialog.__resizeColumns"></a>
151 <h4>SvnPropListDialog.__resizeColumns</h4> 149 <h4>SvnPropListDialog.__resizeColumns</h4>
152 <b>__resizeColumns</b>(<i></i>) 150 <b>__resizeColumns</b>(<i></i>)
153
154 <p> 151 <p>
155 Private method to resize the list columns. 152 Private method to resize the list columns.
156 </p> 153 </p>
154
157 <a NAME="SvnPropListDialog.__resort" ID="SvnPropListDialog.__resort"></a> 155 <a NAME="SvnPropListDialog.__resort" ID="SvnPropListDialog.__resort"></a>
158 <h4>SvnPropListDialog.__resort</h4> 156 <h4>SvnPropListDialog.__resort</h4>
159 <b>__resort</b>(<i></i>) 157 <b>__resort</b>(<i></i>)
160
161 <p> 158 <p>
162 Private method to resort the tree. 159 Private method to resort the tree.
163 </p> 160 </p>
161
164 <a NAME="SvnPropListDialog.__showError" ID="SvnPropListDialog.__showError"></a> 162 <a NAME="SvnPropListDialog.__showError" ID="SvnPropListDialog.__showError"></a>
165 <h4>SvnPropListDialog.__showError</h4> 163 <h4>SvnPropListDialog.__showError</h4>
166 <b>__showError</b>(<i>msg</i>) 164 <b>__showError</b>(<i>msg</i>)
167
168 <p> 165 <p>
169 Private slot to show an error message. 166 Private slot to show an error message.
170 </p> 167 </p>
168
171 <dl> 169 <dl>
172 170
173 <dt><i>msg</i> (str)</dt> 171 <dt><i>msg</i> (str)</dt>
174 <dd> 172 <dd>
175 error message to show 173 error message to show
176 </dd> 174 </dd>
177 </dl> 175 </dl>
178 <a NAME="SvnPropListDialog.on_buttonBox_clicked" ID="SvnPropListDialog.on_buttonBox_clicked"></a> 176 <a NAME="SvnPropListDialog.on_buttonBox_clicked" ID="SvnPropListDialog.on_buttonBox_clicked"></a>
179 <h4>SvnPropListDialog.on_buttonBox_clicked</h4> 177 <h4>SvnPropListDialog.on_buttonBox_clicked</h4>
180 <b>on_buttonBox_clicked</b>(<i>button</i>) 178 <b>on_buttonBox_clicked</b>(<i>button</i>)
181
182 <p> 179 <p>
183 Private slot called by a button of the button box clicked. 180 Private slot called by a button of the button box clicked.
184 </p> 181 </p>
182
185 <dl> 183 <dl>
186 184
187 <dt><i>button</i> (QAbstractButton)</dt> 185 <dt><i>button</i> (QAbstractButton)</dt>
188 <dd> 186 <dd>
189 button that was clicked 187 button that was clicked
190 </dd> 188 </dd>
191 </dl> 189 </dl>
192 <a NAME="SvnPropListDialog.on_refreshButton_clicked" ID="SvnPropListDialog.on_refreshButton_clicked"></a> 190 <a NAME="SvnPropListDialog.on_refreshButton_clicked" ID="SvnPropListDialog.on_refreshButton_clicked"></a>
193 <h4>SvnPropListDialog.on_refreshButton_clicked</h4> 191 <h4>SvnPropListDialog.on_refreshButton_clicked</h4>
194 <b>on_refreshButton_clicked</b>(<i></i>) 192 <b>on_refreshButton_clicked</b>(<i></i>)
195
196 <p> 193 <p>
197 Private slot to refresh the status display. 194 Private slot to refresh the status display.
198 </p> 195 </p>
196
199 <a NAME="SvnPropListDialog.start" ID="SvnPropListDialog.start"></a> 197 <a NAME="SvnPropListDialog.start" ID="SvnPropListDialog.start"></a>
200 <h4>SvnPropListDialog.start</h4> 198 <h4>SvnPropListDialog.start</h4>
201 <b>start</b>(<i>fn, recursive=False</i>) 199 <b>start</b>(<i>fn, recursive=False</i>)
202
203 <p> 200 <p>
204 Public slot to start the svn status command. 201 Public slot to start the svn status command.
205 </p> 202 </p>
203
206 <dl> 204 <dl>
207 205
208 <dt><i>fn</i> (str or list of str)</dt> 206 <dt><i>fn</i> (str or list of str)</dt>
209 <dd> 207 <dd>
210 filename(s) 208 filename(s)

eric ide

mercurial