Documentation/Source/eric5.Project.ProjectSourcesBrowser.html

changeset 3018
70924c0bdaf1
parent 2387
2d119e79ab54
child 3446
5a670e55adbb
equal deleted inserted replaced
3017:6a8cb7632448 3018:70924c0bdaf1
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>closeSourceWindow(str)</dt>
49 <dd> 49 <dd>
50 emitted after a file has been removed/deleted 50 emitted after a file has been
51 from the project 51 removed/deleted from the project
52 </dd><dt>showMenu(str, QMenu)</dt> 52 </dd><dt>showMenu(str, QMenu)</dt>
53 <dd> 53 <dd>
54 emitted when a menu is about to be shown. The name 54 emitted when a menu is about to be shown.
55 of the menu and a reference to the menu are given. 55 The name of the menu and a reference to the menu are given.
56 </dd><dt>sourceFile(str)</dt> 56 </dd><dt>sourceFile(str)</dt>
57 <dd> 57 <dd>
58 emitted to open the given file. 58 emitted to open the given file.
59 </dd><dt>sourceFile(str, int)</dt> 59 </dd><dt>sourceFile(str, int)</dt>
60 <dd> 60 <dd>
61 emitted to open the given file at the given line. 61 emitted to open the given file at the given
62 line.
62 </dd><dt>sourceFile(str, int, str)</dt> 63 </dd><dt>sourceFile(str, int, str)</dt>
63 <dd> 64 <dd>
64 emitted to open the given file as the given type 65 emitted to open the given file as the
65 at the given line. 66 given type at the given line.
66 </dd> 67 </dd>
67 </dl> 68 </dl>
68 <h3>Derived from</h3> 69 <h3>Derived from</h3>
69 ProjectBaseBrowser 70 ProjectBaseBrowser
70 <h3>Class Attributes</h3> 71 <h3>Class Attributes</h3>

eric ide

mercurial