PyLint/Documentation/source/Plugin_Checker_PyLint.PyLint.PyLintConfigDialog.html

changeset 28
1dae294006e8
parent 22
68beeb22dade
child 60
971dd1b69f5b
equal deleted inserted replaced
27:ff4bcced7a34 28:1dae294006e8
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>Plugin_Checker_PyLint.PyLint.PyLintConfigDialog</h1> 22 <h1>Plugin_Checker_PyLint.PyLint.PyLintConfigDialog</h1>
23 <p> 23 <p>
24 Module implementing a dialog to configure the PyLint process 24 Module implementing a dialog to configure the PyLint process.
25 </p> 25 </p>
26 <h3>Global Attributes</h3> 26 <h3>Global Attributes</h3>
27 <table> 27 <table>
28 <tr><td>None</td></tr> 28 <tr><td>None</td></tr>
29 </table> 29 </table>
30 <h3>Classes</h3> 30 <h3>Classes</h3>
31 <table> 31 <table>
32 <tr> 32 <tr>
33 <td><a href="#PyLintConfigDialog">PyLintConfigDialog</a></td> 33 <td><a href="#PyLintConfigDialog">PyLintConfigDialog</a></td>
34 <td>Class implementing a dialog to configure the PyLint process</td> 34 <td>Class implementing a dialog to configure the PyLint process.</td>
35 </tr> 35 </tr>
36 </table> 36 </table>
37 <h3>Functions</h3> 37 <h3>Functions</h3>
38 <table> 38 <table>
39 <tr><td>None</td></tr> 39 <tr><td>None</td></tr>
40 </table> 40 </table>
41 <hr /><hr /> 41 <hr /><hr />
42 <a NAME="PyLintConfigDialog" ID="PyLintConfigDialog"></a> 42 <a NAME="PyLintConfigDialog" ID="PyLintConfigDialog"></a>
43 <h2>PyLintConfigDialog</h2> 43 <h2>PyLintConfigDialog</h2>
44 <p> 44 <p>
45 Class implementing a dialog to configure the PyLint process 45 Class implementing a dialog to configure the PyLint process.
46 </p> 46 </p>
47 <h3>Derived from</h3> 47 <h3>Derived from</h3>
48 QDialog, Ui_PyLintConfigDialog 48 QDialog, Ui_PyLintConfigDialog
49 <h3>Class Attributes</h3> 49 <h3>Class Attributes</h3>
50 <table> 50 <table>
135 parameters. 135 parameters.
136 </p><a NAME="PyLintConfigDialog.__readStderr" ID="PyLintConfigDialog.__readStderr"></a> 136 </p><a NAME="PyLintConfigDialog.__readStderr" ID="PyLintConfigDialog.__readStderr"></a>
137 <h4>PyLintConfigDialog.__readStderr</h4> 137 <h4>PyLintConfigDialog.__readStderr</h4>
138 <b>__readStderr</b>(<i></i>) 138 <b>__readStderr</b>(<i></i>)
139 <p> 139 <p>
140 Private slot to handle the readyReadStandardError signal of the pylint process. 140 Private slot to handle the readyReadStandardError signal of the
141 pylint process.
141 </p><a NAME="PyLintConfigDialog.__readStdout" ID="PyLintConfigDialog.__readStdout"></a> 142 </p><a NAME="PyLintConfigDialog.__readStdout" ID="PyLintConfigDialog.__readStdout"></a>
142 <h4>PyLintConfigDialog.__readStdout</h4> 143 <h4>PyLintConfigDialog.__readStdout</h4>
143 <b>__readStdout</b>(<i></i>) 144 <b>__readStdout</b>(<i></i>)
144 <p> 145 <p>
145 Private slot to handle the readyReadStandardOutput signal of the pylint process. 146 Private slot to handle the readyReadStandardOutput signal of the
147 pylint process.
146 </p><a NAME="PyLintConfigDialog.accept" ID="PyLintConfigDialog.accept"></a> 148 </p><a NAME="PyLintConfigDialog.accept" ID="PyLintConfigDialog.accept"></a>
147 <h4>PyLintConfigDialog.accept</h4> 149 <h4>PyLintConfigDialog.accept</h4>
148 <b>accept</b>(<i></i>) 150 <b>accept</b>(<i></i>)
149 <p> 151 <p>
150 Protected slot called by the Ok button. 152 Protected slot called by the Ok button.
160 to set the QProcess arguments for the pylint call and 162 to set the QProcess arguments for the pylint call and
161 a list containing the non default parameters. The second 163 a list containing the non default parameters. The second
162 list can be passed back upon object generation to overwrite 164 list can be passed back upon object generation to overwrite
163 the default settings. 165 the default settings.
164 </p><p> 166 </p><p>
165 <b>Note</b>: The arguments list contains the name of the pylint executable as 167 <b>Note</b>: The arguments list contains the name of the pylint
166 the first parameter. 168 executable as the first parameter.
167 </p><dl> 169 </p><dl>
168 <dt>Returns:</dt> 170 <dt>Returns:</dt>
169 <dd> 171 <dd>
170 a tuple of the commandline parameters and non default parameters 172 a tuple of the commandline parameters and non default
171 (list of strings, dictionary) 173 parameters (list of strings, dictionary)
172 </dd> 174 </dd>
173 </dl><a NAME="PyLintConfigDialog.on_configButton_clicked" ID="PyLintConfigDialog.on_configButton_clicked"></a> 175 </dl><a NAME="PyLintConfigDialog.on_configButton_clicked" ID="PyLintConfigDialog.on_configButton_clicked"></a>
174 <h4>PyLintConfigDialog.on_configButton_clicked</h4> 176 <h4>PyLintConfigDialog.on_configButton_clicked</h4>
175 <b>on_configButton_clicked</b>(<i></i>) 177 <b>on_configButton_clicked</b>(<i></i>)
176 <p> 178 <p>

eric ide

mercurial