--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleCheckerUtilities.html Wed Dec 29 16:54:36 2021 +0100 @@ -0,0 +1,63 @@ +<!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> \ No newline at end of file