Documentation/Source/eric5.Project.ProjectSourcesBrowser.html

changeset 1228
7afaf2fca55b
parent 945
8cd4d08fa9f6
child 1229
a8207dc73672
equal deleted inserted replaced
1227:c5db073a124f 1228:7afaf2fca55b
42 <hr /><hr /> 42 <hr /><hr />
43 <a NAME="ProjectSourcesBrowser" ID="ProjectSourcesBrowser"></a> 43 <a NAME="ProjectSourcesBrowser" ID="ProjectSourcesBrowser"></a>
44 <h2>ProjectSourcesBrowser</h2> 44 <h2>ProjectSourcesBrowser</h2>
45 <p> 45 <p>
46 A class used to display the Sources part of the project. 46 A class used to display the Sources part of the project.
47 </p><h4>Signals</h4> 47 </p><h3>Signals</h3>
48 <dl> 48 <dl>
49 <dt>closeSourceWindow(str)</dt> 49 <dt>closeSourceWindow(str)</dt>
50 <dd> 50 <dd>
51 emitted after a file has been removed/deleted 51 emitted after a file has been removed/deleted
52 from the project 52 from the project
70 ProjectBaseBrowser 70 ProjectBaseBrowser
71 <h3>Class Attributes</h3> 71 <h3>Class Attributes</h3>
72 <table> 72 <table>
73 <tr><td>None</td></tr> 73 <tr><td>None</td></tr>
74 </table> 74 </table>
75 <h3>Class Methods</h3>
76 <table>
77 <tr><td>None</td></tr>
78 </table>
75 <h3>Methods</h3> 79 <h3>Methods</h3>
76 <table> 80 <table>
77 <tr> 81 <tr>
78 <td><a href="#ProjectSourcesBrowser.__init__">ProjectSourcesBrowser</a></td>
79 <td>Constructor</td>
80 </tr><tr>
81 <td><a href="#ProjectSourcesBrowser.__addNewPackage">__addNewPackage</a></td> 82 <td><a href="#ProjectSourcesBrowser.__addNewPackage">__addNewPackage</a></td>
82 <td>Private method to add a new package to the project.</td> 83 <td>Private method to add a new package to the project.</td>
83 </tr><tr> 84 </tr><tr>
84 <td><a href="#ProjectSourcesBrowser.__addSourceDirectory">__addSourceDirectory</a></td> 85 <td><a href="#ProjectSourcesBrowser.__addSourceDirectory">__addSourceDirectory</a></td>
85 <td>Private method to add source files of a directory to the project.</td> 86 <td>Private method to add source files of a directory to the project.</td>
154 <td>Protected slot to handle the open popup menu entry.</td> 155 <td>Protected slot to handle the open popup menu entry.</td>
155 </tr><tr> 156 </tr><tr>
156 <td><a href="#ProjectSourcesBrowser._projectClosed">_projectClosed</a></td> 157 <td><a href="#ProjectSourcesBrowser._projectClosed">_projectClosed</a></td>
157 <td>Protected slot to handle the projectClosed signal.</td> 158 <td>Protected slot to handle the projectClosed signal.</td>
158 </tr> 159 </tr>
160 </table>
161 <h3>Static Methods</h3>
162 <table>
163 <tr><td>None</td></tr>
159 </table> 164 </table>
160 <a NAME="ProjectSourcesBrowser.__init__" ID="ProjectSourcesBrowser.__init__"></a> 165 <a NAME="ProjectSourcesBrowser.__init__" ID="ProjectSourcesBrowser.__init__"></a>
161 <h4>ProjectSourcesBrowser (Constructor)</h4> 166 <h4>ProjectSourcesBrowser (Constructor)</h4>
162 <b>ProjectSourcesBrowser</b>(<i>project, parent=None</i>) 167 <b>ProjectSourcesBrowser</b>(<i>project, parent=None</i>)
163 <p> 168 <p>

eric ide

mercurial