19 </style> |
19 </style> |
20 </head> |
20 </head> |
21 <body><a NAME="top" ID="top"></a> |
21 <body><a NAME="top" ID="top"></a> |
22 <h1>eric5.Project.ProjectOthersBrowser</h1> |
22 <h1>eric5.Project.ProjectOthersBrowser</h1> |
23 <p> |
23 <p> |
24 Module implementing a class used to display the parts of the project, that don't fit |
24 Module implementing a class used to display the parts of the project, that |
25 the other categories. |
25 don't fit the other categories. |
26 </p> |
26 </p> |
27 <h3>Global Attributes</h3> |
27 <h3>Global Attributes</h3> |
28 <table> |
28 <table> |
29 <tr><td>None</td></tr> |
29 <tr><td>None</td></tr> |
30 </table> |
30 </table> |
41 </table> |
41 </table> |
42 <hr /><hr /> |
42 <hr /><hr /> |
43 <a NAME="ProjectOthersBrowser" ID="ProjectOthersBrowser"></a> |
43 <a NAME="ProjectOthersBrowser" ID="ProjectOthersBrowser"></a> |
44 <h2>ProjectOthersBrowser</h2> |
44 <h2>ProjectOthersBrowser</h2> |
45 <p> |
45 <p> |
46 A class used to display the parts of the project, that don't fit the other categories. |
46 A class used to display the parts of the project, that don't fit the |
|
47 other categories. |
47 </p><h3>Signals</h3> |
48 </p><h3>Signals</h3> |
48 <dl> |
49 <dl> |
49 <dt>closeSourceWindow(str)</dt> |
50 <dt>closeSourceWindow(str)</dt> |
50 <dd> |
51 <dd> |
51 emitted after a file has been removed/deleted |
52 emitted after a file has been |
52 from the project |
53 removed/deleted from the project |
53 </dd><dt>pixmapEditFile(str)</dt> |
54 </dd><dt>pixmapEditFile(str)</dt> |
54 <dd> |
55 <dd> |
55 emitted to edit a pixmap file |
56 emitted to edit a pixmap file |
56 </dd><dt>pixmapFile(str)</dt> |
57 </dd><dt>pixmapFile(str)</dt> |
57 <dd> |
58 <dd> |
58 emitted to open a pixmap file |
59 emitted to open a pixmap file |
59 </dd><dt>showMenu(str, QMenu)</dt> |
60 </dd><dt>showMenu(str, QMenu)</dt> |
60 <dd> |
61 <dd> |
61 emitted when a menu is about to be shown. The name |
62 emitted when a menu is about to be shown. |
62 of the menu and a reference to the menu are given. |
63 The name of the menu and a reference to the menu are given. |
63 </dd><dt>sourceFile(str)</dt> |
64 </dd><dt>sourceFile(str)</dt> |
64 <dd> |
65 <dd> |
65 emitted to open a file |
66 emitted to open a file |
66 </dd><dt>svgFile(str)</dt> |
67 </dd><dt>svgFile(str)</dt> |
67 <dd> |
68 <dd> |
137 </dd> |
138 </dd> |
138 </dl><a NAME="ProjectOthersBrowser.__deleteItem" ID="ProjectOthersBrowser.__deleteItem"></a> |
139 </dl><a NAME="ProjectOthersBrowser.__deleteItem" ID="ProjectOthersBrowser.__deleteItem"></a> |
139 <h4>ProjectOthersBrowser.__deleteItem</h4> |
140 <h4>ProjectOthersBrowser.__deleteItem</h4> |
140 <b>__deleteItem</b>(<i></i>) |
141 <b>__deleteItem</b>(<i></i>) |
141 <p> |
142 <p> |
142 Private method to delete the selected entry from the OTHERS project data area. |
143 Private method to delete the selected entry from the OTHERS project |
|
144 data area. |
143 </p><a NAME="ProjectOthersBrowser.__refreshItem" ID="ProjectOthersBrowser.__refreshItem"></a> |
145 </p><a NAME="ProjectOthersBrowser.__refreshItem" ID="ProjectOthersBrowser.__refreshItem"></a> |
144 <h4>ProjectOthersBrowser.__refreshItem</h4> |
146 <h4>ProjectOthersBrowser.__refreshItem</h4> |
145 <b>__refreshItem</b>(<i></i>) |
147 <b>__refreshItem</b>(<i></i>) |
146 <p> |
148 <p> |
147 Private slot to refresh (repopulate) an item. |
149 Private slot to refresh (repopulate) an item. |
148 </p><a NAME="ProjectOthersBrowser.__removeItem" ID="ProjectOthersBrowser.__removeItem"></a> |
150 </p><a NAME="ProjectOthersBrowser.__removeItem" ID="ProjectOthersBrowser.__removeItem"></a> |
149 <h4>ProjectOthersBrowser.__removeItem</h4> |
151 <h4>ProjectOthersBrowser.__removeItem</h4> |
150 <b>__removeItem</b>(<i></i>) |
152 <b>__removeItem</b>(<i></i>) |
151 <p> |
153 <p> |
152 Private slot to remove the selected entry from the OTHERS project data area. |
154 Private slot to remove the selected entry from the OTHERS project |
|
155 data area. |
153 </p><a NAME="ProjectOthersBrowser.__showContextMenu" ID="ProjectOthersBrowser.__showContextMenu"></a> |
156 </p><a NAME="ProjectOthersBrowser.__showContextMenu" ID="ProjectOthersBrowser.__showContextMenu"></a> |
154 <h4>ProjectOthersBrowser.__showContextMenu</h4> |
157 <h4>ProjectOthersBrowser.__showContextMenu</h4> |
155 <b>__showContextMenu</b>(<i></i>) |
158 <b>__showContextMenu</b>(<i></i>) |
156 <p> |
159 <p> |
157 Private slot called by the menu aboutToShow signal. |
160 Private slot called by the menu aboutToShow signal. |