eric6/Documentation/Source/eric6.Preferences.ConfigurationPages.IconsPage.html

changeset 7521
17974c348101
parent 7273
391d6b7b1eff
child 7989
a21d673a8f99
diff -r 6acaa89ff7da -r 17974c348101 eric6/Documentation/Source/eric6.Preferences.ConfigurationPages.IconsPage.html
--- a/eric6/Documentation/Source/eric6.Preferences.ConfigurationPages.IconsPage.html	Fri Apr 10 15:18:58 2020 +0200
+++ b/eric6/Documentation/Source/eric6.Preferences.ConfigurationPages.IconsPage.html	Fri Apr 10 19:27:51 2020 +0200
@@ -77,6 +77,10 @@
 <td>Constructor</td>
 </tr>
 <tr>
+<td><a href="#IconsPage.__getSelectedDefaultIconsPath">__getSelectedDefaultIconsPath</a></td>
+<td>Private method to determine the selected default icons path.</td>
+</tr>
+<tr>
 <td><a href="#IconsPage.on_addIconDirectoryButton_clicked">on_addIconDirectoryButton_clicked</a></td>
 <td>Private slot to add the icon directory displayed to the listbox.</td>
 </tr>
@@ -97,6 +101,10 @@
 <td>Private slot to handle the textChanged signal of the directory picker.</td>
 </tr>
 <tr>
+<td><a href="#IconsPage.on_showDefaultIconsButton_clicked">on_showDefaultIconsButton_clicked</a></td>
+<td>Private slot to display a preview of the selected default icons.</td>
+</tr>
+<tr>
 <td><a href="#IconsPage.on_showIconsButton_clicked">on_showIconsButton_clicked</a></td>
 <td>Private slot to display a preview of an icons directory.</td>
 </tr>
@@ -122,6 +130,25 @@
 <p>
         Constructor
 </p>
+<a NAME="IconsPage.__getSelectedDefaultIconsPath" ID="IconsPage.__getSelectedDefaultIconsPath"></a>
+<h4>IconsPage.__getSelectedDefaultIconsPath</h4>
+<b>__getSelectedDefaultIconsPath</b>(<i></i>)
+
+<p>
+        Private method to determine the selected default icons path.
+</p>
+<dl>
+<dt>Returns:</dt>
+<dd>
+selected default icons path
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+str
+</dd>
+</dl>
 <a NAME="IconsPage.on_addIconDirectoryButton_clicked" ID="IconsPage.on_addIconDirectoryButton_clicked"></a>
 <h4>IconsPage.on_addIconDirectoryButton_clicked</h4>
 <b>on_addIconDirectoryButton_clicked</b>(<i></i>)
@@ -172,6 +199,13 @@
 the text of the directory picker (string)
 </dd>
 </dl>
+<a NAME="IconsPage.on_showDefaultIconsButton_clicked" ID="IconsPage.on_showDefaultIconsButton_clicked"></a>
+<h4>IconsPage.on_showDefaultIconsButton_clicked</h4>
+<b>on_showDefaultIconsButton_clicked</b>(<i></i>)
+
+<p>
+        Private slot to display a preview of the selected default icons.
+</p>
 <a NAME="IconsPage.on_showIconsButton_clicked" ID="IconsPage.on_showIconsButton_clicked"></a>
 <h4>IconsPage.on_showIconsButton_clicked</h4>
 <b>on_showIconsButton_clicked</b>(<i></i>)

eric ide

mercurial