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

branch
eric7
changeset 10438
4cd7e5a8b3cf
parent 9209
b99e7fd55fd3
child 10479
856476537696
equal deleted inserted replaced
10437:2f70ca07f0af 10438:4cd7e5a8b3cf
106 <p> 106 <p>
107 Constructor 107 Constructor
108 </p> 108 </p>
109 <dl> 109 <dl>
110 110
111 <dt><i>vcs</i></dt> 111 <dt><i>vcs</i> (Subversion)</dt>
112 <dd> 112 <dd>
113 reference to the vcs object 113 reference to the vcs object
114 </dd> 114 </dd>
115 <dt><i>parent</i></dt> 115 <dt><i>parent</i> (QWidget)</dt>
116 <dd> 116 <dd>
117 parent widget (QWidget) 117 parent widget
118 </dd> 118 </dd>
119 </dl> 119 </dl>
120 <a NAME="SvnPropListDialog.__finish" ID="SvnPropListDialog.__finish"></a> 120 <a NAME="SvnPropListDialog.__finish" ID="SvnPropListDialog.__finish"></a>
121 <h4>SvnPropListDialog.__finish</h4> 121 <h4>SvnPropListDialog.__finish</h4>
122 <b>__finish</b>(<i></i>) 122 <b>__finish</b>(<i></i>)
132 <p> 132 <p>
133 Private method to generate a properties item in the properties list. 133 Private method to generate a properties item in the properties list.
134 </p> 134 </p>
135 <dl> 135 <dl>
136 136
137 <dt><i>path</i></dt> 137 <dt><i>path</i> (str)</dt>
138 <dd> 138 <dd>
139 file/directory name the property applies to (string) 139 file/directory name the property applies to
140 </dd> 140 </dd>
141 <dt><i>propName</i></dt> 141 <dt><i>propName</i> (str)</dt>
142 <dd> 142 <dd>
143 name of the property (string) 143 name of the property
144 </dd> 144 </dd>
145 <dt><i>propValue</i></dt> 145 <dt><i>propValue</i> (str)</dt>
146 <dd> 146 <dd>
147 value of the property (string) 147 value of the property
148 </dd> 148 </dd>
149 </dl> 149 </dl>
150 <a NAME="SvnPropListDialog.__resizeColumns" ID="SvnPropListDialog.__resizeColumns"></a> 150 <a NAME="SvnPropListDialog.__resizeColumns" ID="SvnPropListDialog.__resizeColumns"></a>
151 <h4>SvnPropListDialog.__resizeColumns</h4> 151 <h4>SvnPropListDialog.__resizeColumns</h4>
152 <b>__resizeColumns</b>(<i></i>) 152 <b>__resizeColumns</b>(<i></i>)
168 <p> 168 <p>
169 Private slot to show an error message. 169 Private slot to show an error message.
170 </p> 170 </p>
171 <dl> 171 <dl>
172 172
173 <dt><i>msg</i></dt> 173 <dt><i>msg</i> (str)</dt>
174 <dd> 174 <dd>
175 error message to show (string) 175 error message to show
176 </dd> 176 </dd>
177 </dl> 177 </dl>
178 <a NAME="SvnPropListDialog.on_buttonBox_clicked" ID="SvnPropListDialog.on_buttonBox_clicked"></a> 178 <a NAME="SvnPropListDialog.on_buttonBox_clicked" ID="SvnPropListDialog.on_buttonBox_clicked"></a>
179 <h4>SvnPropListDialog.on_buttonBox_clicked</h4> 179 <h4>SvnPropListDialog.on_buttonBox_clicked</h4>
180 <b>on_buttonBox_clicked</b>(<i>button</i>) 180 <b>on_buttonBox_clicked</b>(<i>button</i>)
182 <p> 182 <p>
183 Private slot called by a button of the button box clicked. 183 Private slot called by a button of the button box clicked.
184 </p> 184 </p>
185 <dl> 185 <dl>
186 186
187 <dt><i>button</i></dt> 187 <dt><i>button</i> (QAbstractButton)</dt>
188 <dd> 188 <dd>
189 button that was clicked (QAbstractButton) 189 button that was clicked
190 </dd> 190 </dd>
191 </dl> 191 </dl>
192 <a NAME="SvnPropListDialog.on_refreshButton_clicked" ID="SvnPropListDialog.on_refreshButton_clicked"></a> 192 <a NAME="SvnPropListDialog.on_refreshButton_clicked" ID="SvnPropListDialog.on_refreshButton_clicked"></a>
193 <h4>SvnPropListDialog.on_refreshButton_clicked</h4> 193 <h4>SvnPropListDialog.on_refreshButton_clicked</h4>
194 <b>on_refreshButton_clicked</b>(<i></i>) 194 <b>on_refreshButton_clicked</b>(<i></i>)
203 <p> 203 <p>
204 Public slot to start the svn status command. 204 Public slot to start the svn status command.
205 </p> 205 </p>
206 <dl> 206 <dl>
207 207
208 <dt><i>fn</i></dt> 208 <dt><i>fn</i> (str or list of str)</dt>
209 <dd> 209 <dd>
210 filename(s) (string or list of strings) 210 filename(s)
211 </dd> 211 </dd>
212 <dt><i>recursive</i></dt> 212 <dt><i>recursive</i> (bool)</dt>
213 <dd> 213 <dd>
214 flag indicating a recursive list is requested 214 flag indicating a recursive list is requested
215 </dd> 215 </dd>
216 </dl> 216 </dl>
217 <div align="right"><a href="#top">Up</a></div> 217 <div align="right"><a href="#top">Up</a></div>

eric ide

mercurial