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>) |