--- a/eric6/Documentation/Source/eric6.Preferences.ConfigurationPages.IconsPreviewDialog.html Fri Apr 10 15:18:58 2020 +0200 +++ b/eric6/Documentation/Source/eric6.Preferences.ConfigurationPages.IconsPreviewDialog.html Fri Apr 10 19:27:51 2020 +0200 @@ -72,6 +72,18 @@ <td><a href="#IconsPreviewDialog.__init__">IconsPreviewDialog</a></td> <td>Constructor</td> </tr> +<tr> +<td><a href="#IconsPreviewDialog.on_directoryCombo_currentTextChanged">on_directoryCombo_currentTextChanged</a></td> +<td>Private slot to show the icons of the selected icon directory.</td> +</tr> +<tr> +<td><a href="#IconsPreviewDialog.on_invertButton_toggled">on_invertButton_toggled</a></td> +<td>Private slot to show the icons on an inverted background.</td> +</tr> +<tr> +<td><a href="#IconsPreviewDialog.on_refreshButton_clicked">on_refreshButton_clicked</a></td> +<td>Private slot to refresh the view.</td> +</tr> </table> <h3>Static Methods</h3> @@ -81,22 +93,57 @@ <a NAME="IconsPreviewDialog.__init__" ID="IconsPreviewDialog.__init__"></a> <h4>IconsPreviewDialog (Constructor)</h4> -<b>IconsPreviewDialog</b>(<i>parent, dirName</i>) +<b>IconsPreviewDialog</b>(<i>directories, parent=None</i>) <p> Constructor </p> <dl> -<dt><i>parent</i></dt> +<dt><i>directories</i> (list of str)</dt> <dd> -parent widget (QWidget) +list of directories to be shown </dd> -<dt><i>dirName</i></dt> +<dt><i>parent</i> (QWidget)</dt> <dd> -name of directory to show (string) +parent widget </dd> </dl> +<a NAME="IconsPreviewDialog.on_directoryCombo_currentTextChanged" ID="IconsPreviewDialog.on_directoryCombo_currentTextChanged"></a> +<h4>IconsPreviewDialog.on_directoryCombo_currentTextChanged</h4> +<b>on_directoryCombo_currentTextChanged</b>(<i>dirName</i>) + +<p> + Private slot to show the icons of the selected icon directory. +</p> +<dl> + +<dt><i>dirName</i> (str)</dt> +<dd> +selected icon directory +</dd> +</dl> +<a NAME="IconsPreviewDialog.on_invertButton_toggled" ID="IconsPreviewDialog.on_invertButton_toggled"></a> +<h4>IconsPreviewDialog.on_invertButton_toggled</h4> +<b>on_invertButton_toggled</b>(<i>checked</i>) + +<p> + Private slot to show the icons on an inverted background. +</p> +<dl> + +<dt><i>checked</i> (bool)</dt> +<dd> +state of the button +</dd> +</dl> +<a NAME="IconsPreviewDialog.on_refreshButton_clicked" ID="IconsPreviewDialog.on_refreshButton_clicked"></a> +<h4>IconsPreviewDialog.on_refreshButton_clicked</h4> +<b>on_refreshButton_clicked</b>(<i></i>) + +<p> + Private slot to refresh the view. +</p> <div align="right"><a href="#top">Up</a></div> <hr /> </body></html> \ No newline at end of file