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><h4>Signals</h4> |
48 <dl> |
48 <dl> |
49 <dt>closeSourceWindow(string)</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 |
53 </dd><dt>showMenu(string, QMenu)</dt> |
53 </dd><dt>showMenu(str, QMenu)</dt> |
54 <dd> |
54 <dd> |
55 emitted when a menu is about to be shown. The name |
55 emitted when a menu is about to be shown. The name |
56 of the menu and a reference to the menu are given. |
56 of the menu and a reference to the menu are given. |
57 </dd> |
57 </dd> |
58 </dl> |
58 </dl> |
59 <h3>Derived from</h3> |
59 <h3>Derived from</h3> |
60 ProjectBaseBrowser |
60 ProjectBaseBrowser |
61 <h3>Class Attributes</h3> |
61 <h3>Class Attributes</h3> |
62 <table> |
62 <table> |
63 <tr><td>None</td></tr> |
63 <tr><td>closeSourceWindow</td></tr><tr><td>showMenu</td></tr><tr><td>sourceFile</td></tr> |
64 </table> |
64 </table> |
65 <h3>Methods</h3> |
65 <h3>Methods</h3> |
66 <table> |
66 <table> |
67 <tr> |
67 <tr> |
68 <td><a href="#ProjectSourcesBrowser.__init__">ProjectSourcesBrowser</a></td> |
68 <td><a href="#ProjectSourcesBrowser.__init__">ProjectSourcesBrowser</a></td> |