Documentation/Source/eric5.Project.ProjectInterfacesBrowser.html

changeset 3018
70924c0bdaf1
parent 2387
2d119e79ab54
child 3071
83d066710d60
equal deleted inserted replaced
3017:6a8cb7632448 3018:70924c0bdaf1
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.ProjectInterfacesBrowser</h1> 22 <h1>eric5.Project.ProjectInterfacesBrowser</h1>
23 <p> 23 <p>
24 Module implementing the a class used to display the interfaces (IDL) part of the project. 24 Module implementing the a class used to display the interfaces (IDL) part
25 of the project.
25 </p> 26 </p>
26 <h3>Global Attributes</h3> 27 <h3>Global Attributes</h3>
27 <table> 28 <table>
28 <tr><td>None</td></tr> 29 <tr><td>None</td></tr>
29 </table> 30 </table>
46 </p><h3>Signals</h3> 47 </p><h3>Signals</h3>
47 <dl> 48 <dl>
48 <dt>appendStderr(str)</dt> 49 <dt>appendStderr(str)</dt>
49 <dd> 50 <dd>
50 emitted after something was received from 51 emitted after something was received from
51 a QProcess on stderr 52 a QProcess on stderr
52 </dd><dt>appendStdout(str)</dt> 53 </dd><dt>appendStdout(str)</dt>
53 <dd> 54 <dd>
54 emitted after something was received from 55 emitted after something was received from
55 a QProcess on stdout 56 a QProcess on stdout
56 </dd><dt>closeSourceWindow(str)</dt> 57 </dd><dt>closeSourceWindow(str)</dt>
57 <dd> 58 <dd>
58 emitted after a file has been removed/deleted 59 emitted after a file has been
59 from the project 60 removed/deleted from the project
60 </dd><dt>showMenu(str, QMenu)</dt> 61 </dd><dt>showMenu(str, QMenu)</dt>
61 <dd> 62 <dd>
62 emitted when a menu is about to be shown. The name 63 emitted when a menu is about to be shown.
63 of the menu and a reference to the menu are given. 64 The name of the menu and a reference to the menu are given.
64 </dd><dt>sourceFile(str, int = 0)</dt> 65 </dd><dt>sourceFile(str, int = 0)</dt>
65 <dd> 66 <dd>
66 emitted to open a file 67 emitted to open a file
67 </dd> 68 </dd>
68 </dl> 69 </dl>
228 Private method to delete files from the project. 229 Private method to delete files from the project.
229 </p><a NAME="ProjectInterfacesBrowser.__readStderr" ID="ProjectInterfacesBrowser.__readStderr"></a> 230 </p><a NAME="ProjectInterfacesBrowser.__readStderr" ID="ProjectInterfacesBrowser.__readStderr"></a>
230 <h4>ProjectInterfacesBrowser.__readStderr</h4> 231 <h4>ProjectInterfacesBrowser.__readStderr</h4>
231 <b>__readStderr</b>(<i></i>) 232 <b>__readStderr</b>(<i></i>)
232 <p> 233 <p>
233 Private slot to handle the readyReadStandardError signal of the omniidl process. 234 Private slot to handle the readyReadStandardError signal of the
235 omniidl process.
234 </p><a NAME="ProjectInterfacesBrowser.__readStdout" ID="ProjectInterfacesBrowser.__readStdout"></a> 236 </p><a NAME="ProjectInterfacesBrowser.__readStdout" ID="ProjectInterfacesBrowser.__readStdout"></a>
235 <h4>ProjectInterfacesBrowser.__readStdout</h4> 237 <h4>ProjectInterfacesBrowser.__readStdout</h4>
236 <b>__readStdout</b>(<i></i>) 238 <b>__readStdout</b>(<i></i>)
237 <p> 239 <p>
238 Private slot to handle the readyReadStandardOutput signal of the omniidl process. 240 Private slot to handle the readyReadStandardOutput signal of the
241 omniidl process.
239 </p><a NAME="ProjectInterfacesBrowser.__showContextMenu" ID="ProjectInterfacesBrowser.__showContextMenu"></a> 242 </p><a NAME="ProjectInterfacesBrowser.__showContextMenu" ID="ProjectInterfacesBrowser.__showContextMenu"></a>
240 <h4>ProjectInterfacesBrowser.__showContextMenu</h4> 243 <h4>ProjectInterfacesBrowser.__showContextMenu</h4>
241 <b>__showContextMenu</b>(<i></i>) 244 <b>__showContextMenu</b>(<i></i>)
242 <p> 245 <p>
243 Private slot called by the menu aboutToShow signal. 246 Private slot called by the menu aboutToShow signal.

eric ide

mercurial