eric6/Documentation/Source/eric6.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleCodeSelectionDialog.html

changeset 7609
d5aff4fd0ef8
parent 7273
391d6b7b1eff
child 7989
a21d673a8f99
equal deleted inserted replaced
7606:a3a4760b59ec 7609:d5aff4fd0ef8
83 <tr><td>None</td></tr> 83 <tr><td>None</td></tr>
84 </table> 84 </table>
85 85
86 <a NAME="CodeStyleCodeSelectionDialog.__init__" ID="CodeStyleCodeSelectionDialog.__init__"></a> 86 <a NAME="CodeStyleCodeSelectionDialog.__init__" ID="CodeStyleCodeSelectionDialog.__init__"></a>
87 <h4>CodeStyleCodeSelectionDialog (Constructor)</h4> 87 <h4>CodeStyleCodeSelectionDialog (Constructor)</h4>
88 <b>CodeStyleCodeSelectionDialog</b>(<i>codes, showFixCodes, parent=None</i>) 88 <b>CodeStyleCodeSelectionDialog</b>(<i>codes, categories, showFixCodes, parent=None</i>)
89 89
90 <p> 90 <p>
91 Constructor 91 Constructor
92 </p> 92 </p>
93 <dl> 93 <dl>
94 94
95 <dt><i>codes</i></dt> 95 <dt><i>codes</i> (str)</dt>
96 <dd> 96 <dd>
97 comma separated list of selected codes (string) 97 comma separated list of selected codes
98 </dd> 98 </dd>
99 <dt><i>showFixCodes</i></dt> 99 <dt><i>categories</i> (list of str)</dt>
100 <dd>
101 list of message categories to omit
102 </dd>
103 <dt><i>showFixCodes</i> (bool)</dt>
100 <dd> 104 <dd>
101 flag indicating to show a list of fixable 105 flag indicating to show a list of fixable
102 issues (boolean) 106 issues
103 </dd> 107 </dd>
104 <dt><i>parent</i></dt> 108 <dt><i>parent</i> (QWidget)</dt>
105 <dd> 109 <dd>
106 reference to the parent widget (QWidget) 110 reference to the parent widget
107 </dd> 111 </dd>
108 </dl> 112 </dl>
109 <a NAME="CodeStyleCodeSelectionDialog.getSelectedCodes" ID="CodeStyleCodeSelectionDialog.getSelectedCodes"></a> 113 <a NAME="CodeStyleCodeSelectionDialog.getSelectedCodes" ID="CodeStyleCodeSelectionDialog.getSelectedCodes"></a>
110 <h4>CodeStyleCodeSelectionDialog.getSelectedCodes</h4> 114 <h4>CodeStyleCodeSelectionDialog.getSelectedCodes</h4>
111 <b>getSelectedCodes</b>(<i></i>) 115 <b>getSelectedCodes</b>(<i></i>)
114 Public method to get a comma separated list of codes selected. 118 Public method to get a comma separated list of codes selected.
115 </p> 119 </p>
116 <dl> 120 <dl>
117 <dt>Returns:</dt> 121 <dt>Returns:</dt>
118 <dd> 122 <dd>
119 comma separated list of selected codes (string) 123 comma separated list of selected codes
124 </dd>
125 </dl>
126 <dl>
127 <dt>Return Type:</dt>
128 <dd>
129 str
120 </dd> 130 </dd>
121 </dl> 131 </dl>
122 <div align="right"><a href="#top">Up</a></div> 132 <div align="right"><a href="#top">Up</a></div>
123 <hr /> 133 <hr />
124 </body></html> 134 </body></html>

eric ide

mercurial