43 <h2>ProjectSourcesBrowser</h2> |
43 <h2>ProjectSourcesBrowser</h2> |
44 <p> |
44 <p> |
45 A class used to display the Sources part of the project. |
45 A class used to display the Sources part of the project. |
46 </p><h3>Signals</h3> |
46 </p><h3>Signals</h3> |
47 <dl> |
47 <dl> |
48 <dt>closeSourceWindow(str)</dt> |
48 <dt>showMenu(str, QMenu)</dt> |
49 <dd> |
|
50 emitted after a file has been |
|
51 removed/deleted from the project |
|
52 </dd><dt>showMenu(str, QMenu)</dt> |
|
53 <dd> |
49 <dd> |
54 emitted when a menu is about to be shown. |
50 emitted when a menu is about to be shown. |
55 The name of the menu and a reference to the menu are given. |
51 The name of the menu and a reference to the menu are given. |
56 </dd><dt>sourceFile(str)</dt> |
|
57 <dd> |
|
58 emitted to open the given file. |
|
59 </dd><dt>sourceFile(str, int)</dt> |
|
60 <dd> |
|
61 emitted to open the given file at the given |
|
62 line. |
|
63 </dd><dt>sourceFile(str, int, str)</dt> |
|
64 <dd> |
|
65 emitted to open the given file as the |
|
66 given type at the given line. |
|
67 </dd><dt>sourceFile(str, list)</dt> |
|
68 <dd> |
|
69 emitted to open a Python file giving a list |
|
70 of lines |
|
71 </dd> |
52 </dd> |
72 </dl> |
53 </dl> |
73 <h3>Derived from</h3> |
54 <h3>Derived from</h3> |
74 ProjectBaseBrowser |
55 ProjectBaseBrowser |
75 <h3>Class Attributes</h3> |
56 <h3>Class Attributes</h3> |