Documentation/Source/eric5.Plugins.DocumentationPlugins.Ericapi.EricapiExecDialog.html

changeset 945
8cd4d08fa9f6
parent 440
69ace3e2dcf6
child 1228
7afaf2fca55b
equal deleted inserted replaced
944:1b59c4ba121e 945:8cd4d08fa9f6
76 <td>Public slot to start the ericapi command.</td> 76 <td>Public slot to start the ericapi command.</td>
77 </tr> 77 </tr>
78 </table> 78 </table>
79 <a NAME="EricapiExecDialog.__init__" ID="EricapiExecDialog.__init__"></a> 79 <a NAME="EricapiExecDialog.__init__" ID="EricapiExecDialog.__init__"></a>
80 <h4>EricapiExecDialog (Constructor)</h4> 80 <h4>EricapiExecDialog (Constructor)</h4>
81 <b>EricapiExecDialog</b>(<i>cmdname, parent = None</i>) 81 <b>EricapiExecDialog</b>(<i>cmdname, parent=None</i>)
82 <p> 82 <p>
83 Constructor 83 Constructor
84 </p><dl> 84 </p><dl>
85 <dt><i>cmdname</i></dt> 85 <dt><i>cmdname</i></dt>
86 <dd> 86 <dd>
99 the user pressed the button. 99 the user pressed the button.
100 </p><a NAME="EricapiExecDialog.__readStderr" ID="EricapiExecDialog.__readStderr"></a> 100 </p><a NAME="EricapiExecDialog.__readStderr" ID="EricapiExecDialog.__readStderr"></a>
101 <h4>EricapiExecDialog.__readStderr</h4> 101 <h4>EricapiExecDialog.__readStderr</h4>
102 <b>__readStderr</b>(<i></i>) 102 <b>__readStderr</b>(<i></i>)
103 <p> 103 <p>
104 Private slot to handle the readyReadStandardError signal. 104 Private slot to handle the readyReadStandardError signal.
105 </p><p> 105 </p><p>
106 It reads the error output of the process and inserts it into the 106 It reads the error output of the process and inserts it into the
107 error pane. 107 error pane.
108 </p><a NAME="EricapiExecDialog.__readStdout" ID="EricapiExecDialog.__readStdout"></a> 108 </p><a NAME="EricapiExecDialog.__readStdout" ID="EricapiExecDialog.__readStdout"></a>
109 <h4>EricapiExecDialog.__readStdout</h4> 109 <h4>EricapiExecDialog.__readStdout</h4>
110 <b>__readStdout</b>(<i></i>) 110 <b>__readStdout</b>(<i></i>)
111 <p> 111 <p>
112 Private slot to handle the readyReadStandardOutput signal. 112 Private slot to handle the readyReadStandardOutput signal.
113 </p><p> 113 </p><p>
114 It reads the output of the process, formats it and inserts it into 114 It reads the output of the process, formats it and inserts it into
115 the contents pane. 115 the contents pane.
116 </p><a NAME="EricapiExecDialog.on_buttonBox_clicked" ID="EricapiExecDialog.on_buttonBox_clicked"></a> 116 </p><a NAME="EricapiExecDialog.on_buttonBox_clicked" ID="EricapiExecDialog.on_buttonBox_clicked"></a>
117 <h4>EricapiExecDialog.on_buttonBox_clicked</h4> 117 <h4>EricapiExecDialog.on_buttonBox_clicked</h4>

eric ide

mercurial