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.ProjectInterfacesBrowser</h1> |
23 <h1>eric6.Project.ProjectInterfacesBrowser</h1> |
|
24 |
23 <p> |
25 <p> |
24 Module implementing the a class used to display the interfaces (IDL) part |
26 Module implementing the a class used to display the interfaces (IDL) part |
25 of the project. |
27 of the project. |
26 </p> |
28 </p> |
27 <h3>Global Attributes</h3> |
29 <h3>Global Attributes</h3> |
|
30 |
28 <table> |
31 <table> |
29 <tr><td>None</td></tr> |
32 <tr><td>None</td></tr> |
30 </table> |
33 </table> |
31 <h3>Classes</h3> |
34 <h3>Classes</h3> |
32 <table> |
35 |
|
36 <table> |
|
37 |
33 <tr> |
38 <tr> |
34 <td><a href="#ProjectInterfacesBrowser">ProjectInterfacesBrowser</a></td> |
39 <td><a href="#ProjectInterfacesBrowser">ProjectInterfacesBrowser</a></td> |
35 <td>A class used to display the interfaces (IDL) part of the project.</td> |
40 <td>A class used to display the interfaces (IDL) part of the project.</td> |
36 </tr> |
41 </tr> |
37 </table> |
42 </table> |
38 <h3>Functions</h3> |
43 <h3>Functions</h3> |
39 <table> |
44 |
40 <tr><td>None</td></tr> |
45 <table> |
41 </table> |
46 <tr><td>None</td></tr> |
42 <hr /><hr /> |
47 </table> |
|
48 <hr /> |
|
49 <hr /> |
43 <a NAME="ProjectInterfacesBrowser" ID="ProjectInterfacesBrowser"></a> |
50 <a NAME="ProjectInterfacesBrowser" ID="ProjectInterfacesBrowser"></a> |
44 <h2>ProjectInterfacesBrowser</h2> |
51 <h2>ProjectInterfacesBrowser</h2> |
|
52 |
45 <p> |
53 <p> |
46 A class used to display the interfaces (IDL) part of the project. |
54 A class used to display the interfaces (IDL) part of the project. |
47 </p><h3>Signals</h3> |
55 </p> |
48 <dl> |
56 <h3>Signals</h3> |
|
57 <dl> |
|
58 |
49 <dt>appendStderr(str)</dt> |
59 <dt>appendStderr(str)</dt> |
50 <dd> |
60 <dd> |
51 emitted after something was received from |
61 emitted after something was received from |
52 a QProcess on stderr |
62 a QProcess on stderr |
53 </dd><dt>appendStdout(str)</dt> |
63 </dd> |
|
64 <dt>appendStdout(str)</dt> |
54 <dd> |
65 <dd> |
55 emitted after something was received from |
66 emitted after something was received from |
56 a QProcess on stdout |
67 a QProcess on stdout |
57 </dd><dt>showMenu(str, QMenu)</dt> |
68 </dd> |
|
69 <dt>showMenu(str, QMenu)</dt> |
58 <dd> |
70 <dd> |
59 emitted when a menu is about to be shown. |
71 emitted when a menu is about to be shown. |
60 The name of the menu and a reference to the menu are given. |
72 The name of the menu and a reference to the menu are given. |
61 </dd> |
73 </dd> |
62 </dl> |
74 </dl> |
63 <h3>Derived from</h3> |
75 <h3>Derived from</h3> |
64 ProjectBaseBrowser |
76 ProjectBaseBrowser |
65 <h3>Class Attributes</h3> |
77 <h3>Class Attributes</h3> |
|
78 |
66 <table> |
79 <table> |
67 <tr><td>None</td></tr> |
80 <tr><td>None</td></tr> |
68 </table> |
81 </table> |
69 <h3>Class Methods</h3> |
82 <h3>Class Methods</h3> |
|
83 |
70 <table> |
84 <table> |
71 <tr><td>None</td></tr> |
85 <tr><td>None</td></tr> |
72 </table> |
86 </table> |
73 <h3>Methods</h3> |
87 <h3>Methods</h3> |
74 <table> |
88 |
|
89 <table> |
|
90 |
75 <tr> |
91 <tr> |
76 <td><a href="#ProjectInterfacesBrowser.__init__">ProjectInterfacesBrowser</a></td> |
92 <td><a href="#ProjectInterfacesBrowser.__init__">ProjectInterfacesBrowser</a></td> |
77 <td>Constructor</td> |
93 <td>Constructor</td> |
78 </tr><tr> |
94 </tr> |
|
95 <tr> |
79 <td><a href="#ProjectInterfacesBrowser.__addInterfaceFiles">__addInterfaceFiles</a></td> |
96 <td><a href="#ProjectInterfacesBrowser.__addInterfaceFiles">__addInterfaceFiles</a></td> |
80 <td>Private method to add interface files to the project.</td> |
97 <td>Private method to add interface files to the project.</td> |
81 </tr><tr> |
98 </tr> |
|
99 <tr> |
82 <td><a href="#ProjectInterfacesBrowser.__addInterfacesDirectory">__addInterfacesDirectory</a></td> |
100 <td><a href="#ProjectInterfacesBrowser.__addInterfacesDirectory">__addInterfacesDirectory</a></td> |
83 <td>Private method to add interface files of a directory to the project.</td> |
101 <td>Private method to add interface files of a directory to the project.</td> |
84 </tr><tr> |
102 </tr> |
|
103 <tr> |
85 <td><a href="#ProjectInterfacesBrowser.__compileAllInterfaces">__compileAllInterfaces</a></td> |
104 <td><a href="#ProjectInterfacesBrowser.__compileAllInterfaces">__compileAllInterfaces</a></td> |
86 <td>Private method to compile all interfaces to python.</td> |
105 <td>Private method to compile all interfaces to python.</td> |
87 </tr><tr> |
106 </tr> |
|
107 <tr> |
88 <td><a href="#ProjectInterfacesBrowser.__compileIDL">__compileIDL</a></td> |
108 <td><a href="#ProjectInterfacesBrowser.__compileIDL">__compileIDL</a></td> |
89 <td>Private method to compile a .idl file to python.</td> |
109 <td>Private method to compile a .idl file to python.</td> |
90 </tr><tr> |
110 </tr> |
|
111 <tr> |
91 <td><a href="#ProjectInterfacesBrowser.__compileIDLDone">__compileIDLDone</a></td> |
112 <td><a href="#ProjectInterfacesBrowser.__compileIDLDone">__compileIDLDone</a></td> |
92 <td>Private slot to handle the finished signal of the omniidl process.</td> |
113 <td>Private slot to handle the finished signal of the omniidl process.</td> |
93 </tr><tr> |
114 </tr> |
|
115 <tr> |
94 <td><a href="#ProjectInterfacesBrowser.__compileInterface">__compileInterface</a></td> |
116 <td><a href="#ProjectInterfacesBrowser.__compileInterface">__compileInterface</a></td> |
95 <td>Private method to compile an interface to python.</td> |
117 <td>Private method to compile an interface to python.</td> |
96 </tr><tr> |
118 </tr> |
|
119 <tr> |
97 <td><a href="#ProjectInterfacesBrowser.__compileSelectedInterfaces">__compileSelectedInterfaces</a></td> |
120 <td><a href="#ProjectInterfacesBrowser.__compileSelectedInterfaces">__compileSelectedInterfaces</a></td> |
98 <td>Private method to compile selected interfaces to python.</td> |
121 <td>Private method to compile selected interfaces to python.</td> |
99 </tr><tr> |
122 </tr> |
|
123 <tr> |
100 <td><a href="#ProjectInterfacesBrowser.__configureCorba">__configureCorba</a></td> |
124 <td><a href="#ProjectInterfacesBrowser.__configureCorba">__configureCorba</a></td> |
101 <td>Private method to open the configuration dialog.</td> |
125 <td>Private method to open the configuration dialog.</td> |
102 </tr><tr> |
126 </tr> |
|
127 <tr> |
103 <td><a href="#ProjectInterfacesBrowser.__configureIdlCompiler">__configureIdlCompiler</a></td> |
128 <td><a href="#ProjectInterfacesBrowser.__configureIdlCompiler">__configureIdlCompiler</a></td> |
104 <td>Private method to show a dialog to configure some options for the IDL compiler.</td> |
129 <td>Private method to show a dialog to configure some options for the IDL compiler.</td> |
105 </tr><tr> |
130 </tr> |
|
131 <tr> |
106 <td><a href="#ProjectInterfacesBrowser.__deleteFile">__deleteFile</a></td> |
132 <td><a href="#ProjectInterfacesBrowser.__deleteFile">__deleteFile</a></td> |
107 <td>Private method to delete files from the project.</td> |
133 <td>Private method to delete files from the project.</td> |
108 </tr><tr> |
134 </tr> |
|
135 <tr> |
109 <td><a href="#ProjectInterfacesBrowser.__readStderr">__readStderr</a></td> |
136 <td><a href="#ProjectInterfacesBrowser.__readStderr">__readStderr</a></td> |
110 <td>Private slot to handle the readyReadStandardError signal of the omniidl process.</td> |
137 <td>Private slot to handle the readyReadStandardError signal of the omniidl process.</td> |
111 </tr><tr> |
138 </tr> |
|
139 <tr> |
112 <td><a href="#ProjectInterfacesBrowser.__readStdout">__readStdout</a></td> |
140 <td><a href="#ProjectInterfacesBrowser.__readStdout">__readStdout</a></td> |
113 <td>Private slot to handle the readyReadStandardOutput signal of the omniidl process.</td> |
141 <td>Private slot to handle the readyReadStandardOutput signal of the omniidl process.</td> |
114 </tr><tr> |
142 </tr> |
|
143 <tr> |
115 <td><a href="#ProjectInterfacesBrowser.__showContextMenu">__showContextMenu</a></td> |
144 <td><a href="#ProjectInterfacesBrowser.__showContextMenu">__showContextMenu</a></td> |
116 <td>Private slot called by the menu aboutToShow signal.</td> |
145 <td>Private slot called by the menu aboutToShow signal.</td> |
117 </tr><tr> |
146 </tr> |
|
147 <tr> |
118 <td><a href="#ProjectInterfacesBrowser.__showContextMenuBack">__showContextMenuBack</a></td> |
148 <td><a href="#ProjectInterfacesBrowser.__showContextMenuBack">__showContextMenuBack</a></td> |
119 <td>Private slot called by the backMenu aboutToShow signal.</td> |
149 <td>Private slot called by the backMenu aboutToShow signal.</td> |
120 </tr><tr> |
150 </tr> |
|
151 <tr> |
121 <td><a href="#ProjectInterfacesBrowser.__showContextMenuDir">__showContextMenuDir</a></td> |
152 <td><a href="#ProjectInterfacesBrowser.__showContextMenuDir">__showContextMenuDir</a></td> |
122 <td>Private slot called by the dirMenu aboutToShow signal.</td> |
153 <td>Private slot called by the dirMenu aboutToShow signal.</td> |
123 </tr><tr> |
154 </tr> |
|
155 <tr> |
124 <td><a href="#ProjectInterfacesBrowser.__showContextMenuDirMulti">__showContextMenuDirMulti</a></td> |
156 <td><a href="#ProjectInterfacesBrowser.__showContextMenuDirMulti">__showContextMenuDirMulti</a></td> |
125 <td>Private slot called by the dirMultiMenu aboutToShow signal.</td> |
157 <td>Private slot called by the dirMultiMenu aboutToShow signal.</td> |
126 </tr><tr> |
158 </tr> |
|
159 <tr> |
127 <td><a href="#ProjectInterfacesBrowser.__showContextMenuMulti">__showContextMenuMulti</a></td> |
160 <td><a href="#ProjectInterfacesBrowser.__showContextMenuMulti">__showContextMenuMulti</a></td> |
128 <td>Private slot called by the multiMenu aboutToShow signal.</td> |
161 <td>Private slot called by the multiMenu aboutToShow signal.</td> |
129 </tr><tr> |
162 </tr> |
|
163 <tr> |
130 <td><a href="#ProjectInterfacesBrowser._contextMenuRequested">_contextMenuRequested</a></td> |
164 <td><a href="#ProjectInterfacesBrowser._contextMenuRequested">_contextMenuRequested</a></td> |
131 <td>Protected slot to show the context menu.</td> |
165 <td>Protected slot to show the context menu.</td> |
132 </tr><tr> |
166 </tr> |
|
167 <tr> |
133 <td><a href="#ProjectInterfacesBrowser._createPopupMenus">_createPopupMenus</a></td> |
168 <td><a href="#ProjectInterfacesBrowser._createPopupMenus">_createPopupMenus</a></td> |
134 <td>Protected overloaded method to generate the popup menu.</td> |
169 <td>Protected overloaded method to generate the popup menu.</td> |
135 </tr><tr> |
170 </tr> |
|
171 <tr> |
136 <td><a href="#ProjectInterfacesBrowser._openItem">_openItem</a></td> |
172 <td><a href="#ProjectInterfacesBrowser._openItem">_openItem</a></td> |
137 <td>Protected slot to handle the open popup menu entry.</td> |
173 <td>Protected slot to handle the open popup menu entry.</td> |
138 </tr> |
174 </tr> |
139 </table> |
175 </table> |
140 <h3>Static Methods</h3> |
176 <h3>Static Methods</h3> |
141 <table> |
177 |
142 <tr><td>None</td></tr> |
178 <table> |
143 </table> |
179 <tr><td>None</td></tr> |
|
180 </table> |
|
181 |
144 <a NAME="ProjectInterfacesBrowser.__init__" ID="ProjectInterfacesBrowser.__init__"></a> |
182 <a NAME="ProjectInterfacesBrowser.__init__" ID="ProjectInterfacesBrowser.__init__"></a> |
145 <h4>ProjectInterfacesBrowser (Constructor)</h4> |
183 <h4>ProjectInterfacesBrowser (Constructor)</h4> |
146 <b>ProjectInterfacesBrowser</b>(<i>project, parent=None</i>) |
184 <b>ProjectInterfacesBrowser</b>(<i>project, parent=None</i>) |
|
185 |
147 <p> |
186 <p> |
148 Constructor |
187 Constructor |
149 </p><dl> |
188 </p> |
|
189 <dl> |
|
190 |
150 <dt><i>project</i></dt> |
191 <dt><i>project</i></dt> |
151 <dd> |
192 <dd> |
152 reference to the project object |
193 reference to the project object |
153 </dd><dt><i>parent</i></dt> |
194 </dd> |
|
195 <dt><i>parent</i></dt> |
154 <dd> |
196 <dd> |
155 parent widget of this browser (QWidget) |
197 parent widget of this browser (QWidget) |
156 </dd> |
198 </dd> |
157 </dl><a NAME="ProjectInterfacesBrowser.__addInterfaceFiles" ID="ProjectInterfacesBrowser.__addInterfaceFiles"></a> |
199 </dl> |
|
200 <a NAME="ProjectInterfacesBrowser.__addInterfaceFiles" ID="ProjectInterfacesBrowser.__addInterfaceFiles"></a> |
158 <h4>ProjectInterfacesBrowser.__addInterfaceFiles</h4> |
201 <h4>ProjectInterfacesBrowser.__addInterfaceFiles</h4> |
159 <b>__addInterfaceFiles</b>(<i></i>) |
202 <b>__addInterfaceFiles</b>(<i></i>) |
|
203 |
160 <p> |
204 <p> |
161 Private method to add interface files to the project. |
205 Private method to add interface files to the project. |
162 </p><a NAME="ProjectInterfacesBrowser.__addInterfacesDirectory" ID="ProjectInterfacesBrowser.__addInterfacesDirectory"></a> |
206 </p> |
|
207 <a NAME="ProjectInterfacesBrowser.__addInterfacesDirectory" ID="ProjectInterfacesBrowser.__addInterfacesDirectory"></a> |
163 <h4>ProjectInterfacesBrowser.__addInterfacesDirectory</h4> |
208 <h4>ProjectInterfacesBrowser.__addInterfacesDirectory</h4> |
164 <b>__addInterfacesDirectory</b>(<i></i>) |
209 <b>__addInterfacesDirectory</b>(<i></i>) |
|
210 |
165 <p> |
211 <p> |
166 Private method to add interface files of a directory to the project. |
212 Private method to add interface files of a directory to the project. |
167 </p><a NAME="ProjectInterfacesBrowser.__compileAllInterfaces" ID="ProjectInterfacesBrowser.__compileAllInterfaces"></a> |
213 </p> |
|
214 <a NAME="ProjectInterfacesBrowser.__compileAllInterfaces" ID="ProjectInterfacesBrowser.__compileAllInterfaces"></a> |
168 <h4>ProjectInterfacesBrowser.__compileAllInterfaces</h4> |
215 <h4>ProjectInterfacesBrowser.__compileAllInterfaces</h4> |
169 <b>__compileAllInterfaces</b>(<i></i>) |
216 <b>__compileAllInterfaces</b>(<i></i>) |
|
217 |
170 <p> |
218 <p> |
171 Private method to compile all interfaces to python. |
219 Private method to compile all interfaces to python. |
172 </p><a NAME="ProjectInterfacesBrowser.__compileIDL" ID="ProjectInterfacesBrowser.__compileIDL"></a> |
220 </p> |
|
221 <a NAME="ProjectInterfacesBrowser.__compileIDL" ID="ProjectInterfacesBrowser.__compileIDL"></a> |
173 <h4>ProjectInterfacesBrowser.__compileIDL</h4> |
222 <h4>ProjectInterfacesBrowser.__compileIDL</h4> |
174 <b>__compileIDL</b>(<i>fn, noDialog=False, progress=None</i>) |
223 <b>__compileIDL</b>(<i>fn, noDialog=False, progress=None</i>) |
|
224 |
175 <p> |
225 <p> |
176 Private method to compile a .idl file to python. |
226 Private method to compile a .idl file to python. |
177 </p><dl> |
227 </p> |
|
228 <dl> |
|
229 |
178 <dt><i>fn</i></dt> |
230 <dt><i>fn</i></dt> |
179 <dd> |
231 <dd> |
180 filename of the .idl file to be compiled (string) |
232 filename of the .idl file to be compiled (string) |
181 </dd><dt><i>noDialog</i></dt> |
233 </dd> |
|
234 <dt><i>noDialog</i></dt> |
182 <dd> |
235 <dd> |
183 flag indicating silent operations (boolean) |
236 flag indicating silent operations (boolean) |
184 </dd><dt><i>progress</i></dt> |
237 </dd> |
|
238 <dt><i>progress</i></dt> |
185 <dd> |
239 <dd> |
186 reference to the progress dialog (E5ProgressDialog) |
240 reference to the progress dialog (E5ProgressDialog) |
187 </dd> |
241 </dd> |
188 </dl><dl> |
242 </dl> |
|
243 <dl> |
189 <dt>Returns:</dt> |
244 <dt>Returns:</dt> |
190 <dd> |
245 <dd> |
191 reference to the compile process (QProcess) |
246 reference to the compile process (QProcess) |
192 </dd> |
247 </dd> |
193 </dl><a NAME="ProjectInterfacesBrowser.__compileIDLDone" ID="ProjectInterfacesBrowser.__compileIDLDone"></a> |
248 </dl> |
|
249 <a NAME="ProjectInterfacesBrowser.__compileIDLDone" ID="ProjectInterfacesBrowser.__compileIDLDone"></a> |
194 <h4>ProjectInterfacesBrowser.__compileIDLDone</h4> |
250 <h4>ProjectInterfacesBrowser.__compileIDLDone</h4> |
195 <b>__compileIDLDone</b>(<i>exitCode, exitStatus</i>) |
251 <b>__compileIDLDone</b>(<i>exitCode, exitStatus</i>) |
|
252 |
196 <p> |
253 <p> |
197 Private slot to handle the finished signal of the omniidl process. |
254 Private slot to handle the finished signal of the omniidl process. |
198 </p><dl> |
255 </p> |
|
256 <dl> |
|
257 |
199 <dt><i>exitCode</i></dt> |
258 <dt><i>exitCode</i></dt> |
200 <dd> |
259 <dd> |
201 exit code of the process (integer) |
260 exit code of the process (integer) |
202 </dd><dt><i>exitStatus</i></dt> |
261 </dd> |
|
262 <dt><i>exitStatus</i></dt> |
203 <dd> |
263 <dd> |
204 exit status of the process (QProcess.ExitStatus) |
264 exit status of the process (QProcess.ExitStatus) |
205 </dd> |
265 </dd> |
206 </dl><a NAME="ProjectInterfacesBrowser.__compileInterface" ID="ProjectInterfacesBrowser.__compileInterface"></a> |
266 </dl> |
|
267 <a NAME="ProjectInterfacesBrowser.__compileInterface" ID="ProjectInterfacesBrowser.__compileInterface"></a> |
207 <h4>ProjectInterfacesBrowser.__compileInterface</h4> |
268 <h4>ProjectInterfacesBrowser.__compileInterface</h4> |
208 <b>__compileInterface</b>(<i></i>) |
269 <b>__compileInterface</b>(<i></i>) |
|
270 |
209 <p> |
271 <p> |
210 Private method to compile an interface to python. |
272 Private method to compile an interface to python. |
211 </p><a NAME="ProjectInterfacesBrowser.__compileSelectedInterfaces" ID="ProjectInterfacesBrowser.__compileSelectedInterfaces"></a> |
273 </p> |
|
274 <a NAME="ProjectInterfacesBrowser.__compileSelectedInterfaces" ID="ProjectInterfacesBrowser.__compileSelectedInterfaces"></a> |
212 <h4>ProjectInterfacesBrowser.__compileSelectedInterfaces</h4> |
275 <h4>ProjectInterfacesBrowser.__compileSelectedInterfaces</h4> |
213 <b>__compileSelectedInterfaces</b>(<i></i>) |
276 <b>__compileSelectedInterfaces</b>(<i></i>) |
|
277 |
214 <p> |
278 <p> |
215 Private method to compile selected interfaces to python. |
279 Private method to compile selected interfaces to python. |
216 </p><a NAME="ProjectInterfacesBrowser.__configureCorba" ID="ProjectInterfacesBrowser.__configureCorba"></a> |
280 </p> |
|
281 <a NAME="ProjectInterfacesBrowser.__configureCorba" ID="ProjectInterfacesBrowser.__configureCorba"></a> |
217 <h4>ProjectInterfacesBrowser.__configureCorba</h4> |
282 <h4>ProjectInterfacesBrowser.__configureCorba</h4> |
218 <b>__configureCorba</b>(<i></i>) |
283 <b>__configureCorba</b>(<i></i>) |
|
284 |
219 <p> |
285 <p> |
220 Private method to open the configuration dialog. |
286 Private method to open the configuration dialog. |
221 </p><a NAME="ProjectInterfacesBrowser.__configureIdlCompiler" ID="ProjectInterfacesBrowser.__configureIdlCompiler"></a> |
287 </p> |
|
288 <a NAME="ProjectInterfacesBrowser.__configureIdlCompiler" ID="ProjectInterfacesBrowser.__configureIdlCompiler"></a> |
222 <h4>ProjectInterfacesBrowser.__configureIdlCompiler</h4> |
289 <h4>ProjectInterfacesBrowser.__configureIdlCompiler</h4> |
223 <b>__configureIdlCompiler</b>(<i></i>) |
290 <b>__configureIdlCompiler</b>(<i></i>) |
|
291 |
224 <p> |
292 <p> |
225 Private method to show a dialog to configure some options for the |
293 Private method to show a dialog to configure some options for the |
226 IDL compiler. |
294 IDL compiler. |
227 </p><a NAME="ProjectInterfacesBrowser.__deleteFile" ID="ProjectInterfacesBrowser.__deleteFile"></a> |
295 </p> |
|
296 <a NAME="ProjectInterfacesBrowser.__deleteFile" ID="ProjectInterfacesBrowser.__deleteFile"></a> |
228 <h4>ProjectInterfacesBrowser.__deleteFile</h4> |
297 <h4>ProjectInterfacesBrowser.__deleteFile</h4> |
229 <b>__deleteFile</b>(<i></i>) |
298 <b>__deleteFile</b>(<i></i>) |
|
299 |
230 <p> |
300 <p> |
231 Private method to delete files from the project. |
301 Private method to delete files from the project. |
232 </p><a NAME="ProjectInterfacesBrowser.__readStderr" ID="ProjectInterfacesBrowser.__readStderr"></a> |
302 </p> |
|
303 <a NAME="ProjectInterfacesBrowser.__readStderr" ID="ProjectInterfacesBrowser.__readStderr"></a> |
233 <h4>ProjectInterfacesBrowser.__readStderr</h4> |
304 <h4>ProjectInterfacesBrowser.__readStderr</h4> |
234 <b>__readStderr</b>(<i></i>) |
305 <b>__readStderr</b>(<i></i>) |
|
306 |
235 <p> |
307 <p> |
236 Private slot to handle the readyReadStandardError signal of the |
308 Private slot to handle the readyReadStandardError signal of the |
237 omniidl process. |
309 omniidl process. |
238 </p><a NAME="ProjectInterfacesBrowser.__readStdout" ID="ProjectInterfacesBrowser.__readStdout"></a> |
310 </p> |
|
311 <a NAME="ProjectInterfacesBrowser.__readStdout" ID="ProjectInterfacesBrowser.__readStdout"></a> |
239 <h4>ProjectInterfacesBrowser.__readStdout</h4> |
312 <h4>ProjectInterfacesBrowser.__readStdout</h4> |
240 <b>__readStdout</b>(<i></i>) |
313 <b>__readStdout</b>(<i></i>) |
|
314 |
241 <p> |
315 <p> |
242 Private slot to handle the readyReadStandardOutput signal of the |
316 Private slot to handle the readyReadStandardOutput signal of the |
243 omniidl process. |
317 omniidl process. |
244 </p><a NAME="ProjectInterfacesBrowser.__showContextMenu" ID="ProjectInterfacesBrowser.__showContextMenu"></a> |
318 </p> |
|
319 <a NAME="ProjectInterfacesBrowser.__showContextMenu" ID="ProjectInterfacesBrowser.__showContextMenu"></a> |
245 <h4>ProjectInterfacesBrowser.__showContextMenu</h4> |
320 <h4>ProjectInterfacesBrowser.__showContextMenu</h4> |
246 <b>__showContextMenu</b>(<i></i>) |
321 <b>__showContextMenu</b>(<i></i>) |
|
322 |
247 <p> |
323 <p> |
248 Private slot called by the menu aboutToShow signal. |
324 Private slot called by the menu aboutToShow signal. |
249 </p><a NAME="ProjectInterfacesBrowser.__showContextMenuBack" ID="ProjectInterfacesBrowser.__showContextMenuBack"></a> |
325 </p> |
|
326 <a NAME="ProjectInterfacesBrowser.__showContextMenuBack" ID="ProjectInterfacesBrowser.__showContextMenuBack"></a> |
250 <h4>ProjectInterfacesBrowser.__showContextMenuBack</h4> |
327 <h4>ProjectInterfacesBrowser.__showContextMenuBack</h4> |
251 <b>__showContextMenuBack</b>(<i></i>) |
328 <b>__showContextMenuBack</b>(<i></i>) |
|
329 |
252 <p> |
330 <p> |
253 Private slot called by the backMenu aboutToShow signal. |
331 Private slot called by the backMenu aboutToShow signal. |
254 </p><a NAME="ProjectInterfacesBrowser.__showContextMenuDir" ID="ProjectInterfacesBrowser.__showContextMenuDir"></a> |
332 </p> |
|
333 <a NAME="ProjectInterfacesBrowser.__showContextMenuDir" ID="ProjectInterfacesBrowser.__showContextMenuDir"></a> |
255 <h4>ProjectInterfacesBrowser.__showContextMenuDir</h4> |
334 <h4>ProjectInterfacesBrowser.__showContextMenuDir</h4> |
256 <b>__showContextMenuDir</b>(<i></i>) |
335 <b>__showContextMenuDir</b>(<i></i>) |
|
336 |
257 <p> |
337 <p> |
258 Private slot called by the dirMenu aboutToShow signal. |
338 Private slot called by the dirMenu aboutToShow signal. |
259 </p><a NAME="ProjectInterfacesBrowser.__showContextMenuDirMulti" ID="ProjectInterfacesBrowser.__showContextMenuDirMulti"></a> |
339 </p> |
|
340 <a NAME="ProjectInterfacesBrowser.__showContextMenuDirMulti" ID="ProjectInterfacesBrowser.__showContextMenuDirMulti"></a> |
260 <h4>ProjectInterfacesBrowser.__showContextMenuDirMulti</h4> |
341 <h4>ProjectInterfacesBrowser.__showContextMenuDirMulti</h4> |
261 <b>__showContextMenuDirMulti</b>(<i></i>) |
342 <b>__showContextMenuDirMulti</b>(<i></i>) |
|
343 |
262 <p> |
344 <p> |
263 Private slot called by the dirMultiMenu aboutToShow signal. |
345 Private slot called by the dirMultiMenu aboutToShow signal. |
264 </p><a NAME="ProjectInterfacesBrowser.__showContextMenuMulti" ID="ProjectInterfacesBrowser.__showContextMenuMulti"></a> |
346 </p> |
|
347 <a NAME="ProjectInterfacesBrowser.__showContextMenuMulti" ID="ProjectInterfacesBrowser.__showContextMenuMulti"></a> |
265 <h4>ProjectInterfacesBrowser.__showContextMenuMulti</h4> |
348 <h4>ProjectInterfacesBrowser.__showContextMenuMulti</h4> |
266 <b>__showContextMenuMulti</b>(<i></i>) |
349 <b>__showContextMenuMulti</b>(<i></i>) |
|
350 |
267 <p> |
351 <p> |
268 Private slot called by the multiMenu aboutToShow signal. |
352 Private slot called by the multiMenu aboutToShow signal. |
269 </p><a NAME="ProjectInterfacesBrowser._contextMenuRequested" ID="ProjectInterfacesBrowser._contextMenuRequested"></a> |
353 </p> |
|
354 <a NAME="ProjectInterfacesBrowser._contextMenuRequested" ID="ProjectInterfacesBrowser._contextMenuRequested"></a> |
270 <h4>ProjectInterfacesBrowser._contextMenuRequested</h4> |
355 <h4>ProjectInterfacesBrowser._contextMenuRequested</h4> |
271 <b>_contextMenuRequested</b>(<i>coord</i>) |
356 <b>_contextMenuRequested</b>(<i>coord</i>) |
|
357 |
272 <p> |
358 <p> |
273 Protected slot to show the context menu. |
359 Protected slot to show the context menu. |
274 </p><dl> |
360 </p> |
|
361 <dl> |
|
362 |
275 <dt><i>coord</i></dt> |
363 <dt><i>coord</i></dt> |
276 <dd> |
364 <dd> |
277 the position of the mouse pointer (QPoint) |
365 the position of the mouse pointer (QPoint) |
278 </dd> |
366 </dd> |
279 </dl><a NAME="ProjectInterfacesBrowser._createPopupMenus" ID="ProjectInterfacesBrowser._createPopupMenus"></a> |
367 </dl> |
|
368 <a NAME="ProjectInterfacesBrowser._createPopupMenus" ID="ProjectInterfacesBrowser._createPopupMenus"></a> |
280 <h4>ProjectInterfacesBrowser._createPopupMenus</h4> |
369 <h4>ProjectInterfacesBrowser._createPopupMenus</h4> |
281 <b>_createPopupMenus</b>(<i></i>) |
370 <b>_createPopupMenus</b>(<i></i>) |
|
371 |
282 <p> |
372 <p> |
283 Protected overloaded method to generate the popup menu. |
373 Protected overloaded method to generate the popup menu. |
284 </p><a NAME="ProjectInterfacesBrowser._openItem" ID="ProjectInterfacesBrowser._openItem"></a> |
374 </p> |
|
375 <a NAME="ProjectInterfacesBrowser._openItem" ID="ProjectInterfacesBrowser._openItem"></a> |
285 <h4>ProjectInterfacesBrowser._openItem</h4> |
376 <h4>ProjectInterfacesBrowser._openItem</h4> |
286 <b>_openItem</b>(<i></i>) |
377 <b>_openItem</b>(<i></i>) |
|
378 |
287 <p> |
379 <p> |
288 Protected slot to handle the open popup menu entry. |
380 Protected slot to handle the open popup menu entry. |
289 </p> |
381 </p> |
290 <div align="right"><a href="#top">Up</a></div> |
382 <div align="right"><a href="#top">Up</a></div> |
291 <hr /> |
383 <hr /> |