eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleStatisticsDialog.html

branch
eric7
changeset 8877
548d45c3f571
parent 8596
d64760b2da50
equal deleted inserted replaced
8876:2001accf55b3 8877:548d45c3f571
71 <tr><td>None</td></tr> 71 <tr><td>None</td></tr>
72 </table> 72 </table>
73 73
74 <a NAME="CodeStyleStatisticsDialog.__init__" ID="CodeStyleStatisticsDialog.__init__"></a> 74 <a NAME="CodeStyleStatisticsDialog.__init__" ID="CodeStyleStatisticsDialog.__init__"></a>
75 <h4>CodeStyleStatisticsDialog (Constructor)</h4> 75 <h4>CodeStyleStatisticsDialog (Constructor)</h4>
76 <b>CodeStyleStatisticsDialog</b>(<i>statistics, parent=None</i>) 76 <b>CodeStyleStatisticsDialog</b>(<i>statisticData, parent=None</i>)
77 77
78 <p> 78 <p>
79 Constructor 79 Constructor
80 </p> 80 </p>
81 <dl> 81 <dl>
82 82
83 <dt><i>statistics</i> (dict)</dt> 83 <dt><i>statisticData</i> (dict)</dt>
84 <dd> 84 <dd>
85 dictionary with the statistical data 85 dictionary with the statistical data
86 </dd> 86 </dd>
87 <dt><i>parent</i> (QWidget)</dt> 87 <dt><i>parent</i> (QWidget)</dt>
88 <dd> 88 <dd>
89 reference to the parent widget 89 reference to the parent widget
90 </dd> 90 </dd>
91 </dl> 91 </dl>
92 <a NAME="CodeStyleStatisticsDialog.__createItem" ID="CodeStyleStatisticsDialog.__createItem"></a> 92 <a NAME="CodeStyleStatisticsDialog.__createItem" ID="CodeStyleStatisticsDialog.__createItem"></a>
93 <h4>CodeStyleStatisticsDialog.__createItem</h4> 93 <h4>CodeStyleStatisticsDialog.__createItem</h4>
94 <b>__createItem</b>(<i>counts, code, message</i>) 94 <b>__createItem</b>(<i>counts, msgCode, message</i>)
95 95
96 <p> 96 <p>
97 Private method to create an entry in the result list. 97 Private method to create an entry in the result list.
98 </p> 98 </p>
99 <dl> 99 <dl>
101 <dt><i>counts</i> (dict)</dt> 101 <dt><i>counts</i> (dict)</dt>
102 <dd> 102 <dd>
103 dictionary containing the total and ignored occurrences 103 dictionary containing the total and ignored occurrences
104 of the issue 104 of the issue
105 </dd> 105 </dd>
106 <dt><i>code</i> (str)</dt> 106 <dt><i>msgCode</i> (str)</dt>
107 <dd> 107 <dd>
108 of a code style issue message 108 code of a code style issue message
109 </dd> 109 </dd>
110 <dt><i>message</i> (str)</dt> 110 <dt><i>message</i> (str)</dt>
111 <dd> 111 <dd>
112 code style issue message to be shown 112 code style issue message to be shown
113 </dd> 113 </dd>

eric ide

mercurial