39 |
39 |
40 class ProjectInterfacesBrowser(ProjectBaseBrowser): |
40 class ProjectInterfacesBrowser(ProjectBaseBrowser): |
41 """ |
41 """ |
42 A class used to display the interfaces (IDL) part of the project. |
42 A class used to display the interfaces (IDL) part of the project. |
43 |
43 |
44 @signal sourceFile(str, int = 0) emitted to open a file |
|
45 @signal closeSourceWindow(str) emitted after a file has been |
|
46 removed/deleted from the project |
|
47 @signal appendStdout(str) emitted after something was received from |
44 @signal appendStdout(str) emitted after something was received from |
48 a QProcess on stdout |
45 a QProcess on stdout |
49 @signal appendStderr(str) emitted after something was received from |
46 @signal appendStderr(str) emitted after something was received from |
50 a QProcess on stderr |
47 a QProcess on stderr |
51 @signal showMenu(str, QMenu) emitted when a menu is about to be shown. |
48 @signal showMenu(str, QMenu) emitted when a menu is about to be shown. |