src/eric7/Documentation/Source/eric7.Project.ProjectResourcesBrowser.html

branch
eric7
changeset 9530
c30f02ea1b27
parent 9209
b99e7fd55fd3
child 9989
286c2a21f36f
equal deleted inserted replaced
9529:5ce1774b3106 9530:c30f02ea1b27
87 <tr> 87 <tr>
88 <td><a href="#ProjectResourcesBrowser.__compileAllResources">__compileAllResources</a></td> 88 <td><a href="#ProjectResourcesBrowser.__compileAllResources">__compileAllResources</a></td>
89 <td>Private method to compile all resources to source files.</td> 89 <td>Private method to compile all resources to source files.</td>
90 </tr> 90 </tr>
91 <tr> 91 <tr>
92 <td><a href="#ProjectResourcesBrowser.__compileChangedResources">__compileChangedResources</a></td>
93 <td>Private method to compile all changed resources to source files.</td>
94 </tr>
95 <tr>
92 <td><a href="#ProjectResourcesBrowser.__compileQRC">__compileQRC</a></td> 96 <td><a href="#ProjectResourcesBrowser.__compileQRC">__compileQRC</a></td>
93 <td>Private method to compile a .qrc file to a .py file.</td> 97 <td>Private method to compile a .qrc file to a .py file.</td>
94 </tr> 98 </tr>
95 <tr> 99 <tr>
96 <td><a href="#ProjectResourcesBrowser.__compileQRCDone">__compileQRCDone</a></td> 100 <td><a href="#ProjectResourcesBrowser.__compileQRCDone">__compileQRCDone</a></td>
163 <tr> 167 <tr>
164 <td><a href="#ProjectResourcesBrowser._openItem">_openItem</a></td> 168 <td><a href="#ProjectResourcesBrowser._openItem">_openItem</a></td>
165 <td>Protected slot to handle the open popup menu entry.</td> 169 <td>Protected slot to handle the open popup menu entry.</td>
166 </tr> 170 </tr>
167 <tr> 171 <tr>
168 <td><a href="#ProjectResourcesBrowser.compileChangedResources">compileChangedResources</a></td> 172 <td><a href="#ProjectResourcesBrowser.getIcon">getIcon</a></td>
169 <td>Public method to compile all changed resources to source files.</td> 173 <td>Public method to get an icon for the project browser.</td>
170 </tr> 174 </tr>
171 <tr> 175 <tr>
172 <td><a href="#ProjectResourcesBrowser.handlePreferencesChanged">handlePreferencesChanged</a></td> 176 <td><a href="#ProjectResourcesBrowser.handlePreferencesChanged">handlePreferencesChanged</a></td>
173 <td>Public slot used to handle the preferencesChanged signal.</td> 177 <td>Public slot used to handle the preferencesChanged signal.</td>
174 </tr> 178 </tr>
179 <tr><td>None</td></tr> 183 <tr><td>None</td></tr>
180 </table> 184 </table>
181 185
182 <a NAME="ProjectResourcesBrowser.__init__" ID="ProjectResourcesBrowser.__init__"></a> 186 <a NAME="ProjectResourcesBrowser.__init__" ID="ProjectResourcesBrowser.__init__"></a>
183 <h4>ProjectResourcesBrowser (Constructor)</h4> 187 <h4>ProjectResourcesBrowser (Constructor)</h4>
184 <b>ProjectResourcesBrowser</b>(<i>project, parent=None</i>) 188 <b>ProjectResourcesBrowser</b>(<i>project, projectBrowser, parent=None</i>)
185 189
186 <p> 190 <p>
187 Constructor 191 Constructor
188 </p> 192 </p>
189 <dl> 193 <dl>
190 194
191 <dt><i>project</i></dt> 195 <dt><i>project</i> (Project)</dt>
192 <dd> 196 <dd>
193 reference to the project object 197 reference to the project object
194 </dd> 198 </dd>
195 <dt><i>parent</i></dt> 199 <dt><i>projectBrowser</i> (ProjectBrowser)</dt>
196 <dd> 200 <dd>
197 parent widget of this browser (QWidget) 201 reference to the project browser object
202 </dd>
203 <dt><i>parent</i> (QWidget)</dt>
204 <dd>
205 parent widget of this browser
198 </dd> 206 </dd>
199 </dl> 207 </dl>
200 <a NAME="ProjectResourcesBrowser.__addResourceFiles" ID="ProjectResourcesBrowser.__addResourceFiles"></a> 208 <a NAME="ProjectResourcesBrowser.__addResourceFiles" ID="ProjectResourcesBrowser.__addResourceFiles"></a>
201 <h4>ProjectResourcesBrowser.__addResourceFiles</h4> 209 <h4>ProjectResourcesBrowser.__addResourceFiles</h4>
202 <b>__addResourceFiles</b>(<i></i>) 210 <b>__addResourceFiles</b>(<i></i>)
240 <h4>ProjectResourcesBrowser.__compileAllResources</h4> 248 <h4>ProjectResourcesBrowser.__compileAllResources</h4>
241 <b>__compileAllResources</b>(<i></i>) 249 <b>__compileAllResources</b>(<i></i>)
242 250
243 <p> 251 <p>
244 Private method to compile all resources to source files. 252 Private method to compile all resources to source files.
253 </p>
254 <a NAME="ProjectResourcesBrowser.__compileChangedResources" ID="ProjectResourcesBrowser.__compileChangedResources"></a>
255 <h4>ProjectResourcesBrowser.__compileChangedResources</h4>
256 <b>__compileChangedResources</b>(<i></i>)
257
258 <p>
259 Private method to compile all changed resources to source files.
245 </p> 260 </p>
246 <a NAME="ProjectResourcesBrowser.__compileQRC" ID="ProjectResourcesBrowser.__compileQRC"></a> 261 <a NAME="ProjectResourcesBrowser.__compileQRC" ID="ProjectResourcesBrowser.__compileQRC"></a>
247 <h4>ProjectResourcesBrowser.__compileQRC</h4> 262 <h4>ProjectResourcesBrowser.__compileQRC</h4>
248 <b>__compileQRC</b>(<i>fn, noDialog=False, progress=None</i>) 263 <b>__compileQRC</b>(<i>fn, noDialog=False, progress=None</i>)
249 264
431 <b>_openItem</b>(<i></i>) 446 <b>_openItem</b>(<i></i>)
432 447
433 <p> 448 <p>
434 Protected slot to handle the open popup menu entry. 449 Protected slot to handle the open popup menu entry.
435 </p> 450 </p>
436 <a NAME="ProjectResourcesBrowser.compileChangedResources" ID="ProjectResourcesBrowser.compileChangedResources"></a> 451 <a NAME="ProjectResourcesBrowser.getIcon" ID="ProjectResourcesBrowser.getIcon"></a>
437 <h4>ProjectResourcesBrowser.compileChangedResources</h4> 452 <h4>ProjectResourcesBrowser.getIcon</h4>
438 <b>compileChangedResources</b>(<i></i>) 453 <b>getIcon</b>(<i></i>)
439 454
440 <p> 455 <p>
441 Public method to compile all changed resources to source files. 456 Public method to get an icon for the project browser.
442 </p> 457 </p>
458 <dl>
459 <dt>Return:</dt>
460 <dd>
461 icon for the browser
462 </dd>
463 </dl>
464 <dl>
465 <dt>Return Type:</dt>
466 <dd>
467 QIcon
468 </dd>
469 </dl>
443 <a NAME="ProjectResourcesBrowser.handlePreferencesChanged" ID="ProjectResourcesBrowser.handlePreferencesChanged"></a> 470 <a NAME="ProjectResourcesBrowser.handlePreferencesChanged" ID="ProjectResourcesBrowser.handlePreferencesChanged"></a>
444 <h4>ProjectResourcesBrowser.handlePreferencesChanged</h4> 471 <h4>ProjectResourcesBrowser.handlePreferencesChanged</h4>
445 <b>handlePreferencesChanged</b>(<i></i>) 472 <b>handlePreferencesChanged</b>(<i></i>)
446 473
447 <p> 474 <p>

eric ide

mercurial