Thu, 04 Jan 2024 18:02:25 +0100
Fine tuned the source code documentation template and regenerated the source code documentation.
<!DOCTYPE html> <html><head> <title>eric7.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleCheckerUtilities</title> <meta charset="UTF-8"> <link rel="stylesheet" href="styles.css"> </head> <body> <a NAME="top" ID="top"></a> <h1>eric7.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleCheckerUtilities</h1> <p> Module implementing utility functions for the code style checker dialogs. </p> <h3>Global Attributes</h3> <table> <tr><td>None</td></tr> </table> <h3>Classes</h3> <table> <tr><td>None</td></tr> </table> <h3>Functions</h3> <table> <tr> <td><a href="#setItemIcon">setItemIcon</a></td> <td>Function to set the icon of the passed message item.</td> </tr> </table> <hr /> <hr /> <a NAME="setItemIcon" ID="setItemIcon"></a> <h2>setItemIcon</h2> <b>setItemIcon</b>(<i>itm, column, msgCode, severity=None</i>) <p> Function to set the icon of the passed message item. </p> <dl> <dt><i>itm</i> (QTreeWidgetItem)</dt> <dd> reference to the message item </dd> <dt><i>column</i> (int)</dt> <dd> column for the icon </dd> <dt><i>msgCode</i> (str)</dt> <dd> message code </dd> <dt><i>severity</i> (str (optional))</dt> <dd> severity for message code 'S' (defaults to None) </dd> </dl> <div align="right"><a href="#top">Up</a></div> <hr /> </body></html>