src/eric7/Documentation/Source/eric7.Plugins.DocumentationPlugins.Ericapi.EricapiConfigDialog.html

branch
eric7
changeset 9212
1c5cf2022c7e
parent 9209
b99e7fd55fd3
child 10437
2f70ca07f0af
equal deleted inserted replaced
9211:99eb1cb030a5 9212:1c5cf2022c7e
92 </tr> 92 </tr>
93 <tr> 93 <tr>
94 <td><a href="#EricapiConfigDialog.on_outputFilePicker_textChanged">on_outputFilePicker_textChanged</a></td> 94 <td><a href="#EricapiConfigDialog.on_outputFilePicker_textChanged">on_outputFilePicker_textChanged</a></td>
95 <td>Private slot to enable/disable the "OK" button.</td> 95 <td>Private slot to enable/disable the "OK" button.</td>
96 </tr> 96 </tr>
97 <tr>
98 <td><a href="#EricapiConfigDialog.on_startDirPicker_pathSelected">on_startDirPicker_pathSelected</a></td>
99 <td>Private slot handling the selection of a start directory.</td>
100 </tr>
97 </table> 101 </table>
98 <h3>Static Methods</h3> 102 <h3>Static Methods</h3>
99 103
100 <table> 104 <table>
101 <tr><td>None</td></tr> 105 <tr><td>None</td></tr>
159 the default settings. 163 the default settings.
160 </p> 164 </p>
161 <dl> 165 <dl>
162 <dt>Return:</dt> 166 <dt>Return:</dt>
163 <dd> 167 <dd>
164 a tuple of the commandline parameters and non default 168 a tuple containing the commandline parameters, non default
165 parameters (list of strings, dictionary) 169 parameters and the start directory
170 </dd>
171 </dl>
172 <dl>
173 <dt>Return Type:</dt>
174 <dd>
175 tuple of (list of str, dict, str)
166 </dd> 176 </dd>
167 </dl> 177 </dl>
168 <a NAME="EricapiConfigDialog.on_addButton_clicked" ID="EricapiConfigDialog.on_addButton_clicked"></a> 178 <a NAME="EricapiConfigDialog.on_addButton_clicked" ID="EricapiConfigDialog.on_addButton_clicked"></a>
169 <h4>EricapiConfigDialog.on_addButton_clicked</h4> 179 <h4>EricapiConfigDialog.on_addButton_clicked</h4>
170 <b>on_addButton_clicked</b>(<i></i>) 180 <b>on_addButton_clicked</b>(<i></i>)
230 <dt><i>filename</i></dt> 240 <dt><i>filename</i></dt>
231 <dd> 241 <dd>
232 name of the file (string) 242 name of the file (string)
233 </dd> 243 </dd>
234 </dl> 244 </dl>
245 <a NAME="EricapiConfigDialog.on_startDirPicker_pathSelected" ID="EricapiConfigDialog.on_startDirPicker_pathSelected"></a>
246 <h4>EricapiConfigDialog.on_startDirPicker_pathSelected</h4>
247 <b>on_startDirPicker_pathSelected</b>(<i>path</i>)
248
249 <p>
250 Private slot handling the selection of a start directory.
251 </p>
252 <dl>
253
254 <dt><i>path</i> (str)</dt>
255 <dd>
256 path of the start directory
257 </dd>
258 </dl>
235 <div align="right"><a href="#top">Up</a></div> 259 <div align="right"><a href="#top">Up</a></div>
236 <hr /> 260 <hr />
237 </body></html> 261 </body></html>

eric ide

mercurial