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

branch
eric7
changeset 10438
4cd7e5a8b3cf
parent 9209
b99e7fd55fd3
child 10479
856476537696
equal deleted inserted replaced
10437:2f70ca07f0af 10438:4cd7e5a8b3cf
118 <p> 118 <p>
119 Constructor 119 Constructor
120 </p> 120 </p>
121 <dl> 121 <dl>
122 122
123 <dt><i>vcs</i></dt> 123 <dt><i>vcs</i> (Subversion)</dt>
124 <dd> 124 <dd>
125 reference to the vcs object 125 reference to the vcs object
126 </dd> 126 </dd>
127 <dt><i>parent</i></dt> 127 <dt><i>parent</i> (QWidget)</dt>
128 <dd> 128 <dd>
129 parent widget (QWidget) 129 parent widget
130 </dd> 130 </dd>
131 </dl> 131 </dl>
132 <a NAME="SvnPropListDialog.__finish" ID="SvnPropListDialog.__finish"></a> 132 <a NAME="SvnPropListDialog.__finish" ID="SvnPropListDialog.__finish"></a>
133 <h4>SvnPropListDialog.__finish</h4> 133 <h4>SvnPropListDialog.__finish</h4>
134 <b>__finish</b>(<i></i>) 134 <b>__finish</b>(<i></i>)
144 <p> 144 <p>
145 Private method to generate a properties item in the properties list. 145 Private method to generate a properties item in the properties list.
146 </p> 146 </p>
147 <dl> 147 <dl>
148 148
149 <dt><i>path</i></dt> 149 <dt><i>path</i> (str)</dt>
150 <dd> 150 <dd>
151 file/directory name the property applies to (string) 151 file/directory name the property applies to
152 </dd> 152 </dd>
153 <dt><i>propName</i></dt> 153 <dt><i>propName</i> (str)</dt>
154 <dd> 154 <dd>
155 name of the property (string) 155 name of the property
156 </dd> 156 </dd>
157 <dt><i>propValue</i></dt> 157 <dt><i>propValue</i> (str)</dt>
158 <dd> 158 <dd>
159 value of the property (string) 159 value of the property
160 </dd> 160 </dd>
161 </dl> 161 </dl>
162 <a NAME="SvnPropListDialog.__procFinished" ID="SvnPropListDialog.__procFinished"></a> 162 <a NAME="SvnPropListDialog.__procFinished" ID="SvnPropListDialog.__procFinished"></a>
163 <h4>SvnPropListDialog.__procFinished</h4> 163 <h4>SvnPropListDialog.__procFinished</h4>
164 <b>__procFinished</b>(<i>exitCode, exitStatus</i>) 164 <b>__procFinished</b>(<i>exitCode, exitStatus</i>)
166 <p> 166 <p>
167 Private slot connected to the finished signal. 167 Private slot connected to the finished signal.
168 </p> 168 </p>
169 <dl> 169 <dl>
170 170
171 <dt><i>exitCode</i></dt> 171 <dt><i>exitCode</i> (int)</dt>
172 <dd> 172 <dd>
173 exit code of the process (integer) 173 exit code of the process
174 </dd> 174 </dd>
175 <dt><i>exitStatus</i></dt> 175 <dt><i>exitStatus</i> (QProcess.ExitStatus)</dt>
176 <dd> 176 <dd>
177 exit status of the process (QProcess.ExitStatus) 177 exit status of the process
178 </dd> 178 </dd>
179 </dl> 179 </dl>
180 <a NAME="SvnPropListDialog.__readStderr" ID="SvnPropListDialog.__readStderr"></a> 180 <a NAME="SvnPropListDialog.__readStderr" ID="SvnPropListDialog.__readStderr"></a>
181 <h4>SvnPropListDialog.__readStderr</h4> 181 <h4>SvnPropListDialog.__readStderr</h4>
182 <b>__readStderr</b>(<i></i>) 182 <b>__readStderr</b>(<i></i>)
220 <p> 220 <p>
221 Protected slot implementing a close event handler. 221 Protected slot implementing a close event handler.
222 </p> 222 </p>
223 <dl> 223 <dl>
224 224
225 <dt><i>e</i></dt> 225 <dt><i>e</i> (QCloseEvent)</dt>
226 <dd> 226 <dd>
227 close event (QCloseEvent) 227 close event
228 </dd> 228 </dd>
229 </dl> 229 </dl>
230 <a NAME="SvnPropListDialog.on_buttonBox_clicked" ID="SvnPropListDialog.on_buttonBox_clicked"></a> 230 <a NAME="SvnPropListDialog.on_buttonBox_clicked" ID="SvnPropListDialog.on_buttonBox_clicked"></a>
231 <h4>SvnPropListDialog.on_buttonBox_clicked</h4> 231 <h4>SvnPropListDialog.on_buttonBox_clicked</h4>
232 <b>on_buttonBox_clicked</b>(<i>button</i>) 232 <b>on_buttonBox_clicked</b>(<i>button</i>)
234 <p> 234 <p>
235 Private slot called by a button of the button box clicked. 235 Private slot called by a button of the button box clicked.
236 </p> 236 </p>
237 <dl> 237 <dl>
238 238
239 <dt><i>button</i></dt> 239 <dt><i>button</i> (QAbstractButton)</dt>
240 <dd> 240 <dd>
241 button that was clicked (QAbstractButton) 241 button that was clicked
242 </dd> 242 </dd>
243 </dl> 243 </dl>
244 <a NAME="SvnPropListDialog.on_refreshButton_clicked" ID="SvnPropListDialog.on_refreshButton_clicked"></a> 244 <a NAME="SvnPropListDialog.on_refreshButton_clicked" ID="SvnPropListDialog.on_refreshButton_clicked"></a>
245 <h4>SvnPropListDialog.on_refreshButton_clicked</h4> 245 <h4>SvnPropListDialog.on_refreshButton_clicked</h4>
246 <b>on_refreshButton_clicked</b>(<i></i>) 246 <b>on_refreshButton_clicked</b>(<i></i>)
255 <p> 255 <p>
256 Public slot to start the svn status command. 256 Public slot to start the svn status command.
257 </p> 257 </p>
258 <dl> 258 <dl>
259 259
260 <dt><i>fn</i></dt> 260 <dt><i>fn</i> (str or list of str)</dt>
261 <dd> 261 <dd>
262 filename(s) (string or list of string) 262 filename(s)
263 </dd> 263 </dd>
264 <dt><i>recursive</i></dt> 264 <dt><i>recursive</i> (bool)</dt>
265 <dd> 265 <dd>
266 flag indicating a recursive list is requested 266 flag indicating a recursive list is requested
267 </dd> 267 </dd>
268 </dl> 268 </dl>
269 <div align="right"><a href="#top">Up</a></div> 269 <div align="right"><a href="#top">Up</a></div>

eric ide

mercurial