16 |
16 |
17 a { color: #BA6D36; } |
17 a { color: #BA6D36; } |
18 |
18 |
19 </style> |
19 </style> |
20 </head> |
20 </head> |
21 <body><a NAME="top" ID="top"></a> |
21 <body> |
|
22 <a NAME="top" ID="top"></a> |
22 <h1>eric6.Project.ProjectSourcesBrowser</h1> |
23 <h1>eric6.Project.ProjectSourcesBrowser</h1> |
|
24 |
23 <p> |
25 <p> |
24 Module implementing a class used to display the Sources part of the project. |
26 Module implementing a class used to display the Sources part of the project. |
25 </p> |
27 </p> |
26 <h3>Global Attributes</h3> |
28 <h3>Global Attributes</h3> |
|
29 |
27 <table> |
30 <table> |
28 <tr><td>None</td></tr> |
31 <tr><td>None</td></tr> |
29 </table> |
32 </table> |
30 <h3>Classes</h3> |
33 <h3>Classes</h3> |
31 <table> |
34 |
|
35 <table> |
|
36 |
32 <tr> |
37 <tr> |
33 <td><a href="#ProjectSourcesBrowser">ProjectSourcesBrowser</a></td> |
38 <td><a href="#ProjectSourcesBrowser">ProjectSourcesBrowser</a></td> |
34 <td>A class used to display the Sources part of the project.</td> |
39 <td>A class used to display the Sources part of the project.</td> |
35 </tr> |
40 </tr> |
36 </table> |
41 </table> |
37 <h3>Functions</h3> |
42 <h3>Functions</h3> |
|
43 |
38 <table> |
44 <table> |
39 <tr><td>None</td></tr> |
45 <tr><td>None</td></tr> |
40 </table> |
46 </table> |
41 <hr /><hr /> |
47 <hr /> |
|
48 <hr /> |
42 <a NAME="ProjectSourcesBrowser" ID="ProjectSourcesBrowser"></a> |
49 <a NAME="ProjectSourcesBrowser" ID="ProjectSourcesBrowser"></a> |
43 <h2>ProjectSourcesBrowser</h2> |
50 <h2>ProjectSourcesBrowser</h2> |
|
51 |
44 <p> |
52 <p> |
45 A class used to display the Sources part of the project. |
53 A class used to display the Sources part of the project. |
46 </p><h3>Signals</h3> |
54 </p> |
|
55 <h3>Signals</h3> |
47 <dl> |
56 <dl> |
|
57 |
48 <dt>showMenu(str, QMenu)</dt> |
58 <dt>showMenu(str, QMenu)</dt> |
49 <dd> |
59 <dd> |
50 emitted when a menu is about to be shown. |
60 emitted when a menu is about to be shown. |
51 The name of the menu and a reference to the menu are given. |
61 The name of the menu and a reference to the menu are given. |
52 </dd> |
62 </dd> |
53 </dl> |
63 </dl> |
54 <h3>Derived from</h3> |
64 <h3>Derived from</h3> |
55 ProjectBaseBrowser |
65 ProjectBaseBrowser |
56 <h3>Class Attributes</h3> |
66 <h3>Class Attributes</h3> |
|
67 |
57 <table> |
68 <table> |
58 <tr><td>None</td></tr> |
69 <tr><td>None</td></tr> |
59 </table> |
70 </table> |
60 <h3>Class Methods</h3> |
71 <h3>Class Methods</h3> |
|
72 |
61 <table> |
73 <table> |
62 <tr><td>None</td></tr> |
74 <tr><td>None</td></tr> |
63 </table> |
75 </table> |
64 <h3>Methods</h3> |
76 <h3>Methods</h3> |
65 <table> |
77 |
|
78 <table> |
|
79 |
66 <tr> |
80 <tr> |
67 <td><a href="#ProjectSourcesBrowser.__init__">ProjectSourcesBrowser</a></td> |
81 <td><a href="#ProjectSourcesBrowser.__init__">ProjectSourcesBrowser</a></td> |
68 <td>Constructor</td> |
82 <td>Constructor</td> |
69 </tr><tr> |
83 </tr> |
|
84 <tr> |
70 <td><a href="#ProjectSourcesBrowser.__addNewPackage">__addNewPackage</a></td> |
85 <td><a href="#ProjectSourcesBrowser.__addNewPackage">__addNewPackage</a></td> |
71 <td>Private method to add a new package to the project.</td> |
86 <td>Private method to add a new package to the project.</td> |
72 </tr><tr> |
87 </tr> |
|
88 <tr> |
73 <td><a href="#ProjectSourcesBrowser.__addSourceDirectory">__addSourceDirectory</a></td> |
89 <td><a href="#ProjectSourcesBrowser.__addSourceDirectory">__addSourceDirectory</a></td> |
74 <td>Private method to add source files of a directory to the project.</td> |
90 <td>Private method to add source files of a directory to the project.</td> |
75 </tr><tr> |
91 </tr> |
|
92 <tr> |
76 <td><a href="#ProjectSourcesBrowser.__addSourceFiles">__addSourceFiles</a></td> |
93 <td><a href="#ProjectSourcesBrowser.__addSourceFiles">__addSourceFiles</a></td> |
77 <td>Private method to add a source file to the project.</td> |
94 <td>Private method to add a source file to the project.</td> |
78 </tr><tr> |
95 </tr> |
|
96 <tr> |
79 <td><a href="#ProjectSourcesBrowser.__closeAllWindows">__closeAllWindows</a></td> |
97 <td><a href="#ProjectSourcesBrowser.__closeAllWindows">__closeAllWindows</a></td> |
80 <td>Private method to close all project related windows.</td> |
98 <td>Private method to close all project related windows.</td> |
81 </tr><tr> |
99 </tr> |
|
100 <tr> |
82 <td><a href="#ProjectSourcesBrowser.__createJavaScriptPopupMenus">__createJavaScriptPopupMenus</a></td> |
101 <td><a href="#ProjectSourcesBrowser.__createJavaScriptPopupMenus">__createJavaScriptPopupMenus</a></td> |
83 <td>Private method to generate the popup menus for a Python project.</td> |
102 <td>Private method to generate the popup menus for a Python project.</td> |
84 </tr><tr> |
103 </tr> |
|
104 <tr> |
85 <td><a href="#ProjectSourcesBrowser.__createPythonPopupMenus">__createPythonPopupMenus</a></td> |
105 <td><a href="#ProjectSourcesBrowser.__createPythonPopupMenus">__createPythonPopupMenus</a></td> |
86 <td>Private method to generate the popup menus for a Python project.</td> |
106 <td>Private method to generate the popup menus for a Python project.</td> |
87 </tr><tr> |
107 </tr> |
|
108 <tr> |
88 <td><a href="#ProjectSourcesBrowser.__createRubyPopupMenus">__createRubyPopupMenus</a></td> |
109 <td><a href="#ProjectSourcesBrowser.__createRubyPopupMenus">__createRubyPopupMenus</a></td> |
89 <td>Private method to generate the popup menus for a Ruby project.</td> |
110 <td>Private method to generate the popup menus for a Ruby project.</td> |
90 </tr><tr> |
111 </tr> |
|
112 <tr> |
91 <td><a href="#ProjectSourcesBrowser.__deleteFile">__deleteFile</a></td> |
113 <td><a href="#ProjectSourcesBrowser.__deleteFile">__deleteFile</a></td> |
92 <td>Private method to delete files from the project.</td> |
114 <td>Private method to delete files from the project.</td> |
93 </tr><tr> |
115 </tr> |
|
116 <tr> |
94 <td><a href="#ProjectSourcesBrowser.__loadDiagram">__loadDiagram</a></td> |
117 <td><a href="#ProjectSourcesBrowser.__loadDiagram">__loadDiagram</a></td> |
95 <td>Private slot to load a diagram from file.</td> |
118 <td>Private slot to load a diagram from file.</td> |
96 </tr><tr> |
119 </tr> |
|
120 <tr> |
97 <td><a href="#ProjectSourcesBrowser.__showApplicationDiagram">__showApplicationDiagram</a></td> |
121 <td><a href="#ProjectSourcesBrowser.__showApplicationDiagram">__showApplicationDiagram</a></td> |
98 <td>Private method to handle the application diagram context menu action.</td> |
122 <td>Private method to handle the application diagram context menu action.</td> |
99 </tr><tr> |
123 </tr> |
|
124 <tr> |
100 <td><a href="#ProjectSourcesBrowser.__showClassDiagram">__showClassDiagram</a></td> |
125 <td><a href="#ProjectSourcesBrowser.__showClassDiagram">__showClassDiagram</a></td> |
101 <td>Private method to handle the class diagram context menu action.</td> |
126 <td>Private method to handle the class diagram context menu action.</td> |
102 </tr><tr> |
127 </tr> |
|
128 <tr> |
103 <td><a href="#ProjectSourcesBrowser.__showCodeCoverage">__showCodeCoverage</a></td> |
129 <td><a href="#ProjectSourcesBrowser.__showCodeCoverage">__showCodeCoverage</a></td> |
104 <td>Private method to handle the code coverage context menu action.</td> |
130 <td>Private method to handle the code coverage context menu action.</td> |
105 </tr><tr> |
131 </tr> |
|
132 <tr> |
106 <td><a href="#ProjectSourcesBrowser.__showCodeMetrics">__showCodeMetrics</a></td> |
133 <td><a href="#ProjectSourcesBrowser.__showCodeMetrics">__showCodeMetrics</a></td> |
107 <td>Private method to handle the code metrics context menu action.</td> |
134 <td>Private method to handle the code metrics context menu action.</td> |
108 </tr><tr> |
135 </tr> |
|
136 <tr> |
109 <td><a href="#ProjectSourcesBrowser.__showContextMenu">__showContextMenu</a></td> |
137 <td><a href="#ProjectSourcesBrowser.__showContextMenu">__showContextMenu</a></td> |
110 <td>Private slot called by the sourceMenu aboutToShow signal.</td> |
138 <td>Private slot called by the sourceMenu aboutToShow signal.</td> |
111 </tr><tr> |
139 </tr> |
|
140 <tr> |
112 <td><a href="#ProjectSourcesBrowser.__showContextMenuBack">__showContextMenuBack</a></td> |
141 <td><a href="#ProjectSourcesBrowser.__showContextMenuBack">__showContextMenuBack</a></td> |
113 <td>Private slot called by the backMenu aboutToShow signal.</td> |
142 <td>Private slot called by the backMenu aboutToShow signal.</td> |
114 </tr><tr> |
143 </tr> |
|
144 <tr> |
115 <td><a href="#ProjectSourcesBrowser.__showContextMenuCheck">__showContextMenuCheck</a></td> |
145 <td><a href="#ProjectSourcesBrowser.__showContextMenuCheck">__showContextMenuCheck</a></td> |
116 <td>Private slot called before the checks menu is shown.</td> |
146 <td>Private slot called before the checks menu is shown.</td> |
117 </tr><tr> |
147 </tr> |
|
148 <tr> |
118 <td><a href="#ProjectSourcesBrowser.__showContextMenuDir">__showContextMenuDir</a></td> |
149 <td><a href="#ProjectSourcesBrowser.__showContextMenuDir">__showContextMenuDir</a></td> |
119 <td>Private slot called by the dirMenu aboutToShow signal.</td> |
150 <td>Private slot called by the dirMenu aboutToShow signal.</td> |
120 </tr><tr> |
151 </tr> |
|
152 <tr> |
121 <td><a href="#ProjectSourcesBrowser.__showContextMenuDirMulti">__showContextMenuDirMulti</a></td> |
153 <td><a href="#ProjectSourcesBrowser.__showContextMenuDirMulti">__showContextMenuDirMulti</a></td> |
122 <td>Private slot called by the dirMultiMenu aboutToShow signal.</td> |
154 <td>Private slot called by the dirMultiMenu aboutToShow signal.</td> |
123 </tr><tr> |
155 </tr> |
|
156 <tr> |
124 <td><a href="#ProjectSourcesBrowser.__showContextMenuGraphics">__showContextMenuGraphics</a></td> |
157 <td><a href="#ProjectSourcesBrowser.__showContextMenuGraphics">__showContextMenuGraphics</a></td> |
125 <td>Private slot called before the checks menu is shown.</td> |
158 <td>Private slot called before the checks menu is shown.</td> |
126 </tr><tr> |
159 </tr> |
|
160 <tr> |
127 <td><a href="#ProjectSourcesBrowser.__showContextMenuMulti">__showContextMenuMulti</a></td> |
161 <td><a href="#ProjectSourcesBrowser.__showContextMenuMulti">__showContextMenuMulti</a></td> |
128 <td>Private slot called by the multiMenu aboutToShow signal.</td> |
162 <td>Private slot called by the multiMenu aboutToShow signal.</td> |
129 </tr><tr> |
163 </tr> |
|
164 <tr> |
130 <td><a href="#ProjectSourcesBrowser.__showContextMenuShow">__showContextMenuShow</a></td> |
165 <td><a href="#ProjectSourcesBrowser.__showContextMenuShow">__showContextMenuShow</a></td> |
131 <td>Private slot called before the show menu is shown.</td> |
166 <td>Private slot called before the show menu is shown.</td> |
132 </tr><tr> |
167 </tr> |
|
168 <tr> |
133 <td><a href="#ProjectSourcesBrowser.__showImportsDiagram">__showImportsDiagram</a></td> |
169 <td><a href="#ProjectSourcesBrowser.__showImportsDiagram">__showImportsDiagram</a></td> |
134 <td>Private method to handle the imports diagram context menu action.</td> |
170 <td>Private method to handle the imports diagram context menu action.</td> |
135 </tr><tr> |
171 </tr> |
|
172 <tr> |
136 <td><a href="#ProjectSourcesBrowser.__showPackageDiagram">__showPackageDiagram</a></td> |
173 <td><a href="#ProjectSourcesBrowser.__showPackageDiagram">__showPackageDiagram</a></td> |
137 <td>Private method to handle the package diagram context menu action.</td> |
174 <td>Private method to handle the package diagram context menu action.</td> |
138 </tr><tr> |
175 </tr> |
|
176 <tr> |
139 <td><a href="#ProjectSourcesBrowser.__showProfileData">__showProfileData</a></td> |
177 <td><a href="#ProjectSourcesBrowser.__showProfileData">__showProfileData</a></td> |
140 <td>Private method to handle the show profile data context menu action.</td> |
178 <td>Private method to handle the show profile data context menu action.</td> |
141 </tr><tr> |
179 </tr> |
|
180 <tr> |
142 <td><a href="#ProjectSourcesBrowser._contextMenuRequested">_contextMenuRequested</a></td> |
181 <td><a href="#ProjectSourcesBrowser._contextMenuRequested">_contextMenuRequested</a></td> |
143 <td>Protected slot to show the context menu.</td> |
182 <td>Protected slot to show the context menu.</td> |
144 </tr><tr> |
183 </tr> |
|
184 <tr> |
145 <td><a href="#ProjectSourcesBrowser._createPopupMenus">_createPopupMenus</a></td> |
185 <td><a href="#ProjectSourcesBrowser._createPopupMenus">_createPopupMenus</a></td> |
146 <td>Protected overloaded method to generate the popup menu.</td> |
186 <td>Protected overloaded method to generate the popup menu.</td> |
147 </tr><tr> |
187 </tr> |
|
188 <tr> |
148 <td><a href="#ProjectSourcesBrowser._openItem">_openItem</a></td> |
189 <td><a href="#ProjectSourcesBrowser._openItem">_openItem</a></td> |
149 <td>Protected slot to handle the open popup menu entry.</td> |
190 <td>Protected slot to handle the open popup menu entry.</td> |
150 </tr><tr> |
191 </tr> |
|
192 <tr> |
151 <td><a href="#ProjectSourcesBrowser._projectClosed">_projectClosed</a></td> |
193 <td><a href="#ProjectSourcesBrowser._projectClosed">_projectClosed</a></td> |
152 <td>Protected slot to handle the projectClosed signal.</td> |
194 <td>Protected slot to handle the projectClosed signal.</td> |
153 </tr> |
195 </tr> |
154 </table> |
196 </table> |
155 <h3>Static Methods</h3> |
197 <h3>Static Methods</h3> |
|
198 |
156 <table> |
199 <table> |
157 <tr><td>None</td></tr> |
200 <tr><td>None</td></tr> |
158 </table> |
201 </table> |
|
202 |
159 <a NAME="ProjectSourcesBrowser.__init__" ID="ProjectSourcesBrowser.__init__"></a> |
203 <a NAME="ProjectSourcesBrowser.__init__" ID="ProjectSourcesBrowser.__init__"></a> |
160 <h4>ProjectSourcesBrowser (Constructor)</h4> |
204 <h4>ProjectSourcesBrowser (Constructor)</h4> |
161 <b>ProjectSourcesBrowser</b>(<i>project, parent=None</i>) |
205 <b>ProjectSourcesBrowser</b>(<i>project, parent=None</i>) |
|
206 |
162 <p> |
207 <p> |
163 Constructor |
208 Constructor |
164 </p><dl> |
209 </p> |
|
210 <dl> |
|
211 |
165 <dt><i>project</i></dt> |
212 <dt><i>project</i></dt> |
166 <dd> |
213 <dd> |
167 reference to the project object |
214 reference to the project object |
168 </dd><dt><i>parent</i></dt> |
215 </dd> |
|
216 <dt><i>parent</i></dt> |
169 <dd> |
217 <dd> |
170 parent widget of this browser (QWidget) |
218 parent widget of this browser (QWidget) |
171 </dd> |
219 </dd> |
172 </dl><a NAME="ProjectSourcesBrowser.__addNewPackage" ID="ProjectSourcesBrowser.__addNewPackage"></a> |
220 </dl> |
|
221 <a NAME="ProjectSourcesBrowser.__addNewPackage" ID="ProjectSourcesBrowser.__addNewPackage"></a> |
173 <h4>ProjectSourcesBrowser.__addNewPackage</h4> |
222 <h4>ProjectSourcesBrowser.__addNewPackage</h4> |
174 <b>__addNewPackage</b>(<i></i>) |
223 <b>__addNewPackage</b>(<i></i>) |
|
224 |
175 <p> |
225 <p> |
176 Private method to add a new package to the project. |
226 Private method to add a new package to the project. |
177 </p><a NAME="ProjectSourcesBrowser.__addSourceDirectory" ID="ProjectSourcesBrowser.__addSourceDirectory"></a> |
227 </p> |
|
228 <a NAME="ProjectSourcesBrowser.__addSourceDirectory" ID="ProjectSourcesBrowser.__addSourceDirectory"></a> |
178 <h4>ProjectSourcesBrowser.__addSourceDirectory</h4> |
229 <h4>ProjectSourcesBrowser.__addSourceDirectory</h4> |
179 <b>__addSourceDirectory</b>(<i></i>) |
230 <b>__addSourceDirectory</b>(<i></i>) |
|
231 |
180 <p> |
232 <p> |
181 Private method to add source files of a directory to the project. |
233 Private method to add source files of a directory to the project. |
182 </p><a NAME="ProjectSourcesBrowser.__addSourceFiles" ID="ProjectSourcesBrowser.__addSourceFiles"></a> |
234 </p> |
|
235 <a NAME="ProjectSourcesBrowser.__addSourceFiles" ID="ProjectSourcesBrowser.__addSourceFiles"></a> |
183 <h4>ProjectSourcesBrowser.__addSourceFiles</h4> |
236 <h4>ProjectSourcesBrowser.__addSourceFiles</h4> |
184 <b>__addSourceFiles</b>(<i></i>) |
237 <b>__addSourceFiles</b>(<i></i>) |
|
238 |
185 <p> |
239 <p> |
186 Private method to add a source file to the project. |
240 Private method to add a source file to the project. |
187 </p><a NAME="ProjectSourcesBrowser.__closeAllWindows" ID="ProjectSourcesBrowser.__closeAllWindows"></a> |
241 </p> |
|
242 <a NAME="ProjectSourcesBrowser.__closeAllWindows" ID="ProjectSourcesBrowser.__closeAllWindows"></a> |
188 <h4>ProjectSourcesBrowser.__closeAllWindows</h4> |
243 <h4>ProjectSourcesBrowser.__closeAllWindows</h4> |
189 <b>__closeAllWindows</b>(<i></i>) |
244 <b>__closeAllWindows</b>(<i></i>) |
|
245 |
190 <p> |
246 <p> |
191 Private method to close all project related windows. |
247 Private method to close all project related windows. |
192 </p><a NAME="ProjectSourcesBrowser.__createJavaScriptPopupMenus" ID="ProjectSourcesBrowser.__createJavaScriptPopupMenus"></a> |
248 </p> |
|
249 <a NAME="ProjectSourcesBrowser.__createJavaScriptPopupMenus" ID="ProjectSourcesBrowser.__createJavaScriptPopupMenus"></a> |
193 <h4>ProjectSourcesBrowser.__createJavaScriptPopupMenus</h4> |
250 <h4>ProjectSourcesBrowser.__createJavaScriptPopupMenus</h4> |
194 <b>__createJavaScriptPopupMenus</b>(<i></i>) |
251 <b>__createJavaScriptPopupMenus</b>(<i></i>) |
|
252 |
195 <p> |
253 <p> |
196 Private method to generate the popup menus for a Python project. |
254 Private method to generate the popup menus for a Python project. |
197 </p><a NAME="ProjectSourcesBrowser.__createPythonPopupMenus" ID="ProjectSourcesBrowser.__createPythonPopupMenus"></a> |
255 </p> |
|
256 <a NAME="ProjectSourcesBrowser.__createPythonPopupMenus" ID="ProjectSourcesBrowser.__createPythonPopupMenus"></a> |
198 <h4>ProjectSourcesBrowser.__createPythonPopupMenus</h4> |
257 <h4>ProjectSourcesBrowser.__createPythonPopupMenus</h4> |
199 <b>__createPythonPopupMenus</b>(<i></i>) |
258 <b>__createPythonPopupMenus</b>(<i></i>) |
|
259 |
200 <p> |
260 <p> |
201 Private method to generate the popup menus for a Python project. |
261 Private method to generate the popup menus for a Python project. |
202 </p><a NAME="ProjectSourcesBrowser.__createRubyPopupMenus" ID="ProjectSourcesBrowser.__createRubyPopupMenus"></a> |
262 </p> |
|
263 <a NAME="ProjectSourcesBrowser.__createRubyPopupMenus" ID="ProjectSourcesBrowser.__createRubyPopupMenus"></a> |
203 <h4>ProjectSourcesBrowser.__createRubyPopupMenus</h4> |
264 <h4>ProjectSourcesBrowser.__createRubyPopupMenus</h4> |
204 <b>__createRubyPopupMenus</b>(<i></i>) |
265 <b>__createRubyPopupMenus</b>(<i></i>) |
|
266 |
205 <p> |
267 <p> |
206 Private method to generate the popup menus for a Ruby project. |
268 Private method to generate the popup menus for a Ruby project. |
207 </p><a NAME="ProjectSourcesBrowser.__deleteFile" ID="ProjectSourcesBrowser.__deleteFile"></a> |
269 </p> |
|
270 <a NAME="ProjectSourcesBrowser.__deleteFile" ID="ProjectSourcesBrowser.__deleteFile"></a> |
208 <h4>ProjectSourcesBrowser.__deleteFile</h4> |
271 <h4>ProjectSourcesBrowser.__deleteFile</h4> |
209 <b>__deleteFile</b>(<i></i>) |
272 <b>__deleteFile</b>(<i></i>) |
|
273 |
210 <p> |
274 <p> |
211 Private method to delete files from the project. |
275 Private method to delete files from the project. |
212 </p><a NAME="ProjectSourcesBrowser.__loadDiagram" ID="ProjectSourcesBrowser.__loadDiagram"></a> |
276 </p> |
|
277 <a NAME="ProjectSourcesBrowser.__loadDiagram" ID="ProjectSourcesBrowser.__loadDiagram"></a> |
213 <h4>ProjectSourcesBrowser.__loadDiagram</h4> |
278 <h4>ProjectSourcesBrowser.__loadDiagram</h4> |
214 <b>__loadDiagram</b>(<i></i>) |
279 <b>__loadDiagram</b>(<i></i>) |
|
280 |
215 <p> |
281 <p> |
216 Private slot to load a diagram from file. |
282 Private slot to load a diagram from file. |
217 </p><a NAME="ProjectSourcesBrowser.__showApplicationDiagram" ID="ProjectSourcesBrowser.__showApplicationDiagram"></a> |
283 </p> |
|
284 <a NAME="ProjectSourcesBrowser.__showApplicationDiagram" ID="ProjectSourcesBrowser.__showApplicationDiagram"></a> |
218 <h4>ProjectSourcesBrowser.__showApplicationDiagram</h4> |
285 <h4>ProjectSourcesBrowser.__showApplicationDiagram</h4> |
219 <b>__showApplicationDiagram</b>(<i></i>) |
286 <b>__showApplicationDiagram</b>(<i></i>) |
|
287 |
220 <p> |
288 <p> |
221 Private method to handle the application diagram context menu action. |
289 Private method to handle the application diagram context menu action. |
222 </p><a NAME="ProjectSourcesBrowser.__showClassDiagram" ID="ProjectSourcesBrowser.__showClassDiagram"></a> |
290 </p> |
|
291 <a NAME="ProjectSourcesBrowser.__showClassDiagram" ID="ProjectSourcesBrowser.__showClassDiagram"></a> |
223 <h4>ProjectSourcesBrowser.__showClassDiagram</h4> |
292 <h4>ProjectSourcesBrowser.__showClassDiagram</h4> |
224 <b>__showClassDiagram</b>(<i></i>) |
293 <b>__showClassDiagram</b>(<i></i>) |
|
294 |
225 <p> |
295 <p> |
226 Private method to handle the class diagram context menu action. |
296 Private method to handle the class diagram context menu action. |
227 </p><a NAME="ProjectSourcesBrowser.__showCodeCoverage" ID="ProjectSourcesBrowser.__showCodeCoverage"></a> |
297 </p> |
|
298 <a NAME="ProjectSourcesBrowser.__showCodeCoverage" ID="ProjectSourcesBrowser.__showCodeCoverage"></a> |
228 <h4>ProjectSourcesBrowser.__showCodeCoverage</h4> |
299 <h4>ProjectSourcesBrowser.__showCodeCoverage</h4> |
229 <b>__showCodeCoverage</b>(<i></i>) |
300 <b>__showCodeCoverage</b>(<i></i>) |
|
301 |
230 <p> |
302 <p> |
231 Private method to handle the code coverage context menu action. |
303 Private method to handle the code coverage context menu action. |
232 </p><a NAME="ProjectSourcesBrowser.__showCodeMetrics" ID="ProjectSourcesBrowser.__showCodeMetrics"></a> |
304 </p> |
|
305 <a NAME="ProjectSourcesBrowser.__showCodeMetrics" ID="ProjectSourcesBrowser.__showCodeMetrics"></a> |
233 <h4>ProjectSourcesBrowser.__showCodeMetrics</h4> |
306 <h4>ProjectSourcesBrowser.__showCodeMetrics</h4> |
234 <b>__showCodeMetrics</b>(<i></i>) |
307 <b>__showCodeMetrics</b>(<i></i>) |
|
308 |
235 <p> |
309 <p> |
236 Private method to handle the code metrics context menu action. |
310 Private method to handle the code metrics context menu action. |
237 </p><a NAME="ProjectSourcesBrowser.__showContextMenu" ID="ProjectSourcesBrowser.__showContextMenu"></a> |
311 </p> |
|
312 <a NAME="ProjectSourcesBrowser.__showContextMenu" ID="ProjectSourcesBrowser.__showContextMenu"></a> |
238 <h4>ProjectSourcesBrowser.__showContextMenu</h4> |
313 <h4>ProjectSourcesBrowser.__showContextMenu</h4> |
239 <b>__showContextMenu</b>(<i></i>) |
314 <b>__showContextMenu</b>(<i></i>) |
|
315 |
240 <p> |
316 <p> |
241 Private slot called by the sourceMenu aboutToShow signal. |
317 Private slot called by the sourceMenu aboutToShow signal. |
242 </p><a NAME="ProjectSourcesBrowser.__showContextMenuBack" ID="ProjectSourcesBrowser.__showContextMenuBack"></a> |
318 </p> |
|
319 <a NAME="ProjectSourcesBrowser.__showContextMenuBack" ID="ProjectSourcesBrowser.__showContextMenuBack"></a> |
243 <h4>ProjectSourcesBrowser.__showContextMenuBack</h4> |
320 <h4>ProjectSourcesBrowser.__showContextMenuBack</h4> |
244 <b>__showContextMenuBack</b>(<i></i>) |
321 <b>__showContextMenuBack</b>(<i></i>) |
|
322 |
245 <p> |
323 <p> |
246 Private slot called by the backMenu aboutToShow signal. |
324 Private slot called by the backMenu aboutToShow signal. |
247 </p><a NAME="ProjectSourcesBrowser.__showContextMenuCheck" ID="ProjectSourcesBrowser.__showContextMenuCheck"></a> |
325 </p> |
|
326 <a NAME="ProjectSourcesBrowser.__showContextMenuCheck" ID="ProjectSourcesBrowser.__showContextMenuCheck"></a> |
248 <h4>ProjectSourcesBrowser.__showContextMenuCheck</h4> |
327 <h4>ProjectSourcesBrowser.__showContextMenuCheck</h4> |
249 <b>__showContextMenuCheck</b>(<i></i>) |
328 <b>__showContextMenuCheck</b>(<i></i>) |
|
329 |
250 <p> |
330 <p> |
251 Private slot called before the checks menu is shown. |
331 Private slot called before the checks menu is shown. |
252 </p><a NAME="ProjectSourcesBrowser.__showContextMenuDir" ID="ProjectSourcesBrowser.__showContextMenuDir"></a> |
332 </p> |
|
333 <a NAME="ProjectSourcesBrowser.__showContextMenuDir" ID="ProjectSourcesBrowser.__showContextMenuDir"></a> |
253 <h4>ProjectSourcesBrowser.__showContextMenuDir</h4> |
334 <h4>ProjectSourcesBrowser.__showContextMenuDir</h4> |
254 <b>__showContextMenuDir</b>(<i></i>) |
335 <b>__showContextMenuDir</b>(<i></i>) |
|
336 |
255 <p> |
337 <p> |
256 Private slot called by the dirMenu aboutToShow signal. |
338 Private slot called by the dirMenu aboutToShow signal. |
257 </p><a NAME="ProjectSourcesBrowser.__showContextMenuDirMulti" ID="ProjectSourcesBrowser.__showContextMenuDirMulti"></a> |
339 </p> |
|
340 <a NAME="ProjectSourcesBrowser.__showContextMenuDirMulti" ID="ProjectSourcesBrowser.__showContextMenuDirMulti"></a> |
258 <h4>ProjectSourcesBrowser.__showContextMenuDirMulti</h4> |
341 <h4>ProjectSourcesBrowser.__showContextMenuDirMulti</h4> |
259 <b>__showContextMenuDirMulti</b>(<i></i>) |
342 <b>__showContextMenuDirMulti</b>(<i></i>) |
|
343 |
260 <p> |
344 <p> |
261 Private slot called by the dirMultiMenu aboutToShow signal. |
345 Private slot called by the dirMultiMenu aboutToShow signal. |
262 </p><a NAME="ProjectSourcesBrowser.__showContextMenuGraphics" ID="ProjectSourcesBrowser.__showContextMenuGraphics"></a> |
346 </p> |
|
347 <a NAME="ProjectSourcesBrowser.__showContextMenuGraphics" ID="ProjectSourcesBrowser.__showContextMenuGraphics"></a> |
263 <h4>ProjectSourcesBrowser.__showContextMenuGraphics</h4> |
348 <h4>ProjectSourcesBrowser.__showContextMenuGraphics</h4> |
264 <b>__showContextMenuGraphics</b>(<i></i>) |
349 <b>__showContextMenuGraphics</b>(<i></i>) |
|
350 |
265 <p> |
351 <p> |
266 Private slot called before the checks menu is shown. |
352 Private slot called before the checks menu is shown. |
267 </p><a NAME="ProjectSourcesBrowser.__showContextMenuMulti" ID="ProjectSourcesBrowser.__showContextMenuMulti"></a> |
353 </p> |
|
354 <a NAME="ProjectSourcesBrowser.__showContextMenuMulti" ID="ProjectSourcesBrowser.__showContextMenuMulti"></a> |
268 <h4>ProjectSourcesBrowser.__showContextMenuMulti</h4> |
355 <h4>ProjectSourcesBrowser.__showContextMenuMulti</h4> |
269 <b>__showContextMenuMulti</b>(<i></i>) |
356 <b>__showContextMenuMulti</b>(<i></i>) |
|
357 |
270 <p> |
358 <p> |
271 Private slot called by the multiMenu aboutToShow signal. |
359 Private slot called by the multiMenu aboutToShow signal. |
272 </p><a NAME="ProjectSourcesBrowser.__showContextMenuShow" ID="ProjectSourcesBrowser.__showContextMenuShow"></a> |
360 </p> |
|
361 <a NAME="ProjectSourcesBrowser.__showContextMenuShow" ID="ProjectSourcesBrowser.__showContextMenuShow"></a> |
273 <h4>ProjectSourcesBrowser.__showContextMenuShow</h4> |
362 <h4>ProjectSourcesBrowser.__showContextMenuShow</h4> |
274 <b>__showContextMenuShow</b>(<i></i>) |
363 <b>__showContextMenuShow</b>(<i></i>) |
|
364 |
275 <p> |
365 <p> |
276 Private slot called before the show menu is shown. |
366 Private slot called before the show menu is shown. |
277 </p><a NAME="ProjectSourcesBrowser.__showImportsDiagram" ID="ProjectSourcesBrowser.__showImportsDiagram"></a> |
367 </p> |
|
368 <a NAME="ProjectSourcesBrowser.__showImportsDiagram" ID="ProjectSourcesBrowser.__showImportsDiagram"></a> |
278 <h4>ProjectSourcesBrowser.__showImportsDiagram</h4> |
369 <h4>ProjectSourcesBrowser.__showImportsDiagram</h4> |
279 <b>__showImportsDiagram</b>(<i></i>) |
370 <b>__showImportsDiagram</b>(<i></i>) |
|
371 |
280 <p> |
372 <p> |
281 Private method to handle the imports diagram context menu action. |
373 Private method to handle the imports diagram context menu action. |
282 </p><a NAME="ProjectSourcesBrowser.__showPackageDiagram" ID="ProjectSourcesBrowser.__showPackageDiagram"></a> |
374 </p> |
|
375 <a NAME="ProjectSourcesBrowser.__showPackageDiagram" ID="ProjectSourcesBrowser.__showPackageDiagram"></a> |
283 <h4>ProjectSourcesBrowser.__showPackageDiagram</h4> |
376 <h4>ProjectSourcesBrowser.__showPackageDiagram</h4> |
284 <b>__showPackageDiagram</b>(<i></i>) |
377 <b>__showPackageDiagram</b>(<i></i>) |
|
378 |
285 <p> |
379 <p> |
286 Private method to handle the package diagram context menu action. |
380 Private method to handle the package diagram context menu action. |
287 </p><a NAME="ProjectSourcesBrowser.__showProfileData" ID="ProjectSourcesBrowser.__showProfileData"></a> |
381 </p> |
|
382 <a NAME="ProjectSourcesBrowser.__showProfileData" ID="ProjectSourcesBrowser.__showProfileData"></a> |
288 <h4>ProjectSourcesBrowser.__showProfileData</h4> |
383 <h4>ProjectSourcesBrowser.__showProfileData</h4> |
289 <b>__showProfileData</b>(<i></i>) |
384 <b>__showProfileData</b>(<i></i>) |
|
385 |
290 <p> |
386 <p> |
291 Private method to handle the show profile data context menu action. |
387 Private method to handle the show profile data context menu action. |
292 </p><a NAME="ProjectSourcesBrowser._contextMenuRequested" ID="ProjectSourcesBrowser._contextMenuRequested"></a> |
388 </p> |
|
389 <a NAME="ProjectSourcesBrowser._contextMenuRequested" ID="ProjectSourcesBrowser._contextMenuRequested"></a> |
293 <h4>ProjectSourcesBrowser._contextMenuRequested</h4> |
390 <h4>ProjectSourcesBrowser._contextMenuRequested</h4> |
294 <b>_contextMenuRequested</b>(<i>coord</i>) |
391 <b>_contextMenuRequested</b>(<i>coord</i>) |
|
392 |
295 <p> |
393 <p> |
296 Protected slot to show the context menu. |
394 Protected slot to show the context menu. |
297 </p><dl> |
395 </p> |
|
396 <dl> |
|
397 |
298 <dt><i>coord</i></dt> |
398 <dt><i>coord</i></dt> |
299 <dd> |
399 <dd> |
300 the position of the mouse pointer (QPoint) |
400 the position of the mouse pointer (QPoint) |
301 </dd> |
401 </dd> |
302 </dl><a NAME="ProjectSourcesBrowser._createPopupMenus" ID="ProjectSourcesBrowser._createPopupMenus"></a> |
402 </dl> |
|
403 <a NAME="ProjectSourcesBrowser._createPopupMenus" ID="ProjectSourcesBrowser._createPopupMenus"></a> |
303 <h4>ProjectSourcesBrowser._createPopupMenus</h4> |
404 <h4>ProjectSourcesBrowser._createPopupMenus</h4> |
304 <b>_createPopupMenus</b>(<i></i>) |
405 <b>_createPopupMenus</b>(<i></i>) |
|
406 |
305 <p> |
407 <p> |
306 Protected overloaded method to generate the popup menu. |
408 Protected overloaded method to generate the popup menu. |
307 </p><a NAME="ProjectSourcesBrowser._openItem" ID="ProjectSourcesBrowser._openItem"></a> |
409 </p> |
|
410 <a NAME="ProjectSourcesBrowser._openItem" ID="ProjectSourcesBrowser._openItem"></a> |
308 <h4>ProjectSourcesBrowser._openItem</h4> |
411 <h4>ProjectSourcesBrowser._openItem</h4> |
309 <b>_openItem</b>(<i></i>) |
412 <b>_openItem</b>(<i></i>) |
|
413 |
310 <p> |
414 <p> |
311 Protected slot to handle the open popup menu entry. |
415 Protected slot to handle the open popup menu entry. |
312 </p><a NAME="ProjectSourcesBrowser._projectClosed" ID="ProjectSourcesBrowser._projectClosed"></a> |
416 </p> |
|
417 <a NAME="ProjectSourcesBrowser._projectClosed" ID="ProjectSourcesBrowser._projectClosed"></a> |
313 <h4>ProjectSourcesBrowser._projectClosed</h4> |
418 <h4>ProjectSourcesBrowser._projectClosed</h4> |
314 <b>_projectClosed</b>(<i></i>) |
419 <b>_projectClosed</b>(<i></i>) |
|
420 |
315 <p> |
421 <p> |
316 Protected slot to handle the projectClosed signal. |
422 Protected slot to handle the projectClosed signal. |
317 </p> |
423 </p> |
318 <div align="right"><a href="#top">Up</a></div> |
424 <div align="right"><a href="#top">Up</a></div> |
319 <hr /> |
425 <hr /> |