Documentation/Source/eric6.WebBrowser.QtHelp.QtHelpDocumentationSelectionDialog.html

changeset 5393
9db3fd0b1c72
parent 5227
5bffd1a6741f
--- a/Documentation/Source/eric6.WebBrowser.QtHelp.QtHelpDocumentationSelectionDialog.html	Sat Dec 31 13:40:26 2016 +0100
+++ b/Documentation/Source/eric6.WebBrowser.QtHelp.QtHelpDocumentationSelectionDialog.html	Sat Dec 31 17:52:23 2016 +0100
@@ -50,7 +50,7 @@
 QDialog, Ui_QtHelpDocumentationSelectionDialog
 <h3>Class Attributes</h3>
 <table>
-<tr><td>None</td></tr>
+<tr><td>AddMode</td></tr><tr><td>ManageMode</td></tr>
 </table>
 <h3>Class Methods</h3>
 <table>
@@ -62,8 +62,23 @@
 <td><a href="#QtHelpDocumentationSelectionDialog.__init__">QtHelpDocumentationSelectionDialog</a></td>
 <td>Constructor</td>
 </tr><tr>
+<td><a href="#QtHelpDocumentationSelectionDialog.__deleteCategory">__deleteCategory</a></td>
+<td>Private method to delete a category.</td>
+</tr><tr>
 <td><a href="#QtHelpDocumentationSelectionDialog.getData">getData</a></td>
 <td>Public method to retrieve the selected help documents.</td>
+</tr><tr>
+<td><a href="#QtHelpDocumentationSelectionDialog.on_deleteAllButton_clicked">on_deleteAllButton_clicked</a></td>
+<td>Private slot to delete all documentation sets.</td>
+</tr><tr>
+<td><a href="#QtHelpDocumentationSelectionDialog.on_deleteButton_clicked">on_deleteButton_clicked</a></td>
+<td>Private slot to delete the selected documentation sets.</td>
+</tr><tr>
+<td><a href="#QtHelpDocumentationSelectionDialog.on_deleteCategoryButton_clicked">on_deleteCategoryButton_clicked</a></td>
+<td>Private slot to delete the selected documentation set categories.</td>
+</tr><tr>
+<td><a href="#QtHelpDocumentationSelectionDialog.on_documentationList_itemSelectionChanged">on_documentationList_itemSelectionChanged</a></td>
+<td>Private slot handling the selection of items.</td>
 </tr>
 </table>
 <h3>Static Methods</h3>
@@ -72,7 +87,7 @@
 </table>
 <a NAME="QtHelpDocumentationSelectionDialog.__init__" ID="QtHelpDocumentationSelectionDialog.__init__"></a>
 <h4>QtHelpDocumentationSelectionDialog (Constructor)</h4>
-<b>QtHelpDocumentationSelectionDialog</b>(<i>helpDocuments, parent=None</i>)
+<b>QtHelpDocumentationSelectionDialog</b>(<i>helpDocuments, mode, parent=None</i>)
 <p>
         Constructor
 </p><dl>
@@ -80,10 +95,23 @@
 <dd>
 dictionary containing the lists of help documents
             to be shown
+</dd><dt><i>mode</i> (str)</dt>
+<dd>
+mode of the dialog
 </dd><dt><i>parent</i> (QWidget)</dt>
 <dd>
 reference to the parent widget
 </dd>
+</dl><a NAME="QtHelpDocumentationSelectionDialog.__deleteCategory" ID="QtHelpDocumentationSelectionDialog.__deleteCategory"></a>
+<h4>QtHelpDocumentationSelectionDialog.__deleteCategory</h4>
+<b>__deleteCategory</b>(<i>category</i>)
+<p>
+        Private method to delete a category.
+</p><dl>
+<dt><i>category</i> (QTreeWidgetItem)</dt>
+<dd>
+reference to the category item
+</dd>
 </dl><a NAME="QtHelpDocumentationSelectionDialog.getData" ID="QtHelpDocumentationSelectionDialog.getData"></a>
 <h4>QtHelpDocumentationSelectionDialog.getData</h4>
 <b>getData</b>(<i></i>)
@@ -99,7 +127,27 @@
 <dd>
 list of str
 </dd>
-</dl>
+</dl><a NAME="QtHelpDocumentationSelectionDialog.on_deleteAllButton_clicked" ID="QtHelpDocumentationSelectionDialog.on_deleteAllButton_clicked"></a>
+<h4>QtHelpDocumentationSelectionDialog.on_deleteAllButton_clicked</h4>
+<b>on_deleteAllButton_clicked</b>(<i></i>)
+<p>
+        Private slot to delete all documentation sets.
+</p><a NAME="QtHelpDocumentationSelectionDialog.on_deleteButton_clicked" ID="QtHelpDocumentationSelectionDialog.on_deleteButton_clicked"></a>
+<h4>QtHelpDocumentationSelectionDialog.on_deleteButton_clicked</h4>
+<b>on_deleteButton_clicked</b>(<i></i>)
+<p>
+        Private slot to delete the selected documentation sets.
+</p><a NAME="QtHelpDocumentationSelectionDialog.on_deleteCategoryButton_clicked" ID="QtHelpDocumentationSelectionDialog.on_deleteCategoryButton_clicked"></a>
+<h4>QtHelpDocumentationSelectionDialog.on_deleteCategoryButton_clicked</h4>
+<b>on_deleteCategoryButton_clicked</b>(<i></i>)
+<p>
+        Private slot to delete the selected documentation set categories.
+</p><a NAME="QtHelpDocumentationSelectionDialog.on_documentationList_itemSelectionChanged" ID="QtHelpDocumentationSelectionDialog.on_documentationList_itemSelectionChanged"></a>
+<h4>QtHelpDocumentationSelectionDialog.on_documentationList_itemSelectionChanged</h4>
+<b>on_documentationList_itemSelectionChanged</b>(<i></i>)
+<p>
+        Private slot handling the selection of items.
+</p>
 <div align="right"><a href="#top">Up</a></div>
 <hr />
 </body></html>
\ No newline at end of file

eric ide

mercurial