Documentation/Source/eric6.Plugins.DocumentationPlugins.Ericapi.EricapiConfigDialog.html

changeset 4602
48cc4820e2c2
parent 3673
e26d7d0c1088
equal deleted inserted replaced
4601:0017e7cb67ae 4602:48cc4820e2c2
73 <td>Private slot to add the directory displayed to the listview.</td> 73 <td>Private slot to add the directory displayed to the listview.</td>
74 </tr><tr> 74 </tr><tr>
75 <td><a href="#EricapiConfigDialog.on_deleteButton_clicked">on_deleteButton_clicked</a></td> 75 <td><a href="#EricapiConfigDialog.on_deleteButton_clicked">on_deleteButton_clicked</a></td>
76 <td>Private slot to delete the currently selected directory of the listbox.</td> 76 <td>Private slot to delete the currently selected directory of the listbox.</td>
77 </tr><tr> 77 </tr><tr>
78 <td><a href="#EricapiConfigDialog.on_ignoreDirButton_clicked">on_ignoreDirButton_clicked</a></td> 78 <td><a href="#EricapiConfigDialog.on_ignoreDirPicker_pathSelected">on_ignoreDirPicker_pathSelected</a></td>
79 <td>Private slot to select a directory to be ignored.</td> 79 <td>Private slot handling the selection of a directory to be ignored.</td>
80 </tr><tr> 80 </tr><tr>
81 <td><a href="#EricapiConfigDialog.on_outputFileButton_clicked">on_outputFileButton_clicked</a></td> 81 <td><a href="#EricapiConfigDialog.on_outputFilePicker_aboutToShowPathPickerDialog">on_outputFilePicker_aboutToShowPathPickerDialog</a></td>
82 <td>Private slot to select the output file.</td> 82 <td>Private slot called before the file selection dialog is shown.</td>
83 </tr><tr> 83 </tr><tr>
84 <td><a href="#EricapiConfigDialog.on_outputFileEdit_textChanged">on_outputFileEdit_textChanged</a></td> 84 <td><a href="#EricapiConfigDialog.on_outputFilePicker_pathSelected">on_outputFilePicker_pathSelected</a></td>
85 <td>Private slot handling the selection of an output file.</td>
86 </tr><tr>
87 <td><a href="#EricapiConfigDialog.on_outputFilePicker_textChanged">on_outputFilePicker_textChanged</a></td>
85 <td>Private slot to enable/disable the "OK" button.</td> 88 <td>Private slot to enable/disable the "OK" button.</td>
86 </tr> 89 </tr>
87 </table> 90 </table>
88 <h3>Static Methods</h3> 91 <h3>Static Methods</h3>
89 <table> 92 <table>
148 </p><a NAME="EricapiConfigDialog.on_deleteButton_clicked" ID="EricapiConfigDialog.on_deleteButton_clicked"></a> 151 </p><a NAME="EricapiConfigDialog.on_deleteButton_clicked" ID="EricapiConfigDialog.on_deleteButton_clicked"></a>
149 <h4>EricapiConfigDialog.on_deleteButton_clicked</h4> 152 <h4>EricapiConfigDialog.on_deleteButton_clicked</h4>
150 <b>on_deleteButton_clicked</b>(<i></i>) 153 <b>on_deleteButton_clicked</b>(<i></i>)
151 <p> 154 <p>
152 Private slot to delete the currently selected directory of the listbox. 155 Private slot to delete the currently selected directory of the listbox.
153 </p><a NAME="EricapiConfigDialog.on_ignoreDirButton_clicked" ID="EricapiConfigDialog.on_ignoreDirButton_clicked"></a> 156 </p><a NAME="EricapiConfigDialog.on_ignoreDirPicker_pathSelected" ID="EricapiConfigDialog.on_ignoreDirPicker_pathSelected"></a>
154 <h4>EricapiConfigDialog.on_ignoreDirButton_clicked</h4> 157 <h4>EricapiConfigDialog.on_ignoreDirPicker_pathSelected</h4>
155 <b>on_ignoreDirButton_clicked</b>(<i></i>) 158 <b>on_ignoreDirPicker_pathSelected</b>(<i>path</i>)
156 <p> 159 <p>
157 Private slot to select a directory to be ignored. 160 Private slot handling the selection of a directory to be ignored.
158 </p><p> 161 </p><dl>
159 It displays a directory selection dialog to 162 <dt><i>path</i> (str)</dt>
160 select a directory to be ignored. 163 <dd>
161 </p><a NAME="EricapiConfigDialog.on_outputFileButton_clicked" ID="EricapiConfigDialog.on_outputFileButton_clicked"></a> 164 path of the directory to be ignored
162 <h4>EricapiConfigDialog.on_outputFileButton_clicked</h4> 165 </dd>
163 <b>on_outputFileButton_clicked</b>(<i></i>) 166 </dl><a NAME="EricapiConfigDialog.on_outputFilePicker_aboutToShowPathPickerDialog" ID="EricapiConfigDialog.on_outputFilePicker_aboutToShowPathPickerDialog"></a>
167 <h4>EricapiConfigDialog.on_outputFilePicker_aboutToShowPathPickerDialog</h4>
168 <b>on_outputFilePicker_aboutToShowPathPickerDialog</b>(<i></i>)
164 <p> 169 <p>
165 Private slot to select the output file. 170 Private slot called before the file selection dialog is shown.
166 </p><p> 171 </p><a NAME="EricapiConfigDialog.on_outputFilePicker_pathSelected" ID="EricapiConfigDialog.on_outputFilePicker_pathSelected"></a>
167 It displays a file selection dialog to 172 <h4>EricapiConfigDialog.on_outputFilePicker_pathSelected</h4>
168 select the file the api is written to. 173 <b>on_outputFilePicker_pathSelected</b>(<i>path</i>)
169 </p><a NAME="EricapiConfigDialog.on_outputFileEdit_textChanged" ID="EricapiConfigDialog.on_outputFileEdit_textChanged"></a> 174 <p>
170 <h4>EricapiConfigDialog.on_outputFileEdit_textChanged</h4> 175 Private slot handling the selection of an output file.
171 <b>on_outputFileEdit_textChanged</b>(<i>filename</i>) 176 </p><dl>
177 <dt><i>path</i> (str)</dt>
178 <dd>
179 path of the output file
180 </dd>
181 </dl><a NAME="EricapiConfigDialog.on_outputFilePicker_textChanged" ID="EricapiConfigDialog.on_outputFilePicker_textChanged"></a>
182 <h4>EricapiConfigDialog.on_outputFilePicker_textChanged</h4>
183 <b>on_outputFilePicker_textChanged</b>(<i>filename</i>)
172 <p> 184 <p>
173 Private slot to enable/disable the "OK" button. 185 Private slot to enable/disable the "OK" button.
174 </p><dl> 186 </p><dl>
175 <dt><i>filename</i></dt> 187 <dt><i>filename</i></dt>
176 <dd> 188 <dd>

eric ide

mercurial