Documentation/Source/eric4.Helpviewer.QtHelpDocumentationDialog.html

changeset 3
0d9daebf5b8c
diff -r bc6196164237 -r 0d9daebf5b8c Documentation/Source/eric4.Helpviewer.QtHelpDocumentationDialog.html
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Documentation/Source/eric4.Helpviewer.QtHelpDocumentationDialog.html	Mon Dec 28 16:18:43 2009 +0000
@@ -0,0 +1,127 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN'
+'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'>
+<html><head>
+<title>eric4.Helpviewer.QtHelpDocumentationDialog</title>
+<style>
+body {
+    background:white;
+    margin: 0em 1em 10em 1em;
+    color: black;
+}
+
+h1 { color: white; background: #4FA4FF; }
+h2 { color: white; background: #4FA4FF; }
+h3 { color: white; background: #00557F; }
+h4 { color: white; background: #00557F; }
+    
+a { color: #AA5500; }
+
+</style>
+</head>
+<body><a NAME="top" ID="top"></a>
+<h1>eric4.Helpviewer.QtHelpDocumentationDialog</h1>
+<p>
+Module implementing a dialog to manage the QtHelp documentation database.
+</p>
+<h3>Global Attributes</h3>
+<table>
+<tr><td>None</td></tr>
+</table>
+<h3>Classes</h3>
+<table>
+<tr>
+<td><a href="#QtHelpDocumentationDialog">QtHelpDocumentationDialog</a></td>
+<td>Class implementing a dialog to manage the QtHelp documentation database.</td>
+</tr>
+</table>
+<h3>Functions</h3>
+<table>
+<tr><td>None</td></tr>
+</table>
+<hr /><hr />
+<a NAME="QtHelpDocumentationDialog" ID="QtHelpDocumentationDialog"></a>
+<h2>QtHelpDocumentationDialog</h2>
+<p>
+    Class implementing a dialog to manage the QtHelp documentation database.
+</p>
+<h3>Derived from</h3>
+QDialog, Ui_QtHelpDocumentationDialog
+<h3>Class Attributes</h3>
+<table>
+<tr><td>None</td></tr>
+</table>
+<h3>Methods</h3>
+<table>
+<tr>
+<td><a href="#QtHelpDocumentationDialog.__init__">QtHelpDocumentationDialog</a></td>
+<td>Constructor</td>
+</tr><tr>
+<td><a href="#QtHelpDocumentationDialog.getTabsToClose">getTabsToClose</a></td>
+<td>Public method to get the list of tabs to close.</td>
+</tr><tr>
+<td><a href="#QtHelpDocumentationDialog.hasChanges">hasChanges</a></td>
+<td>Public slot to test the dialog for changes.</td>
+</tr><tr>
+<td><a href="#QtHelpDocumentationDialog.on_addButton_clicked">on_addButton_clicked</a></td>
+<td>Private slot to add documents to the help database.</td>
+</tr><tr>
+<td><a href="#QtHelpDocumentationDialog.on_documentsList_itemSelectionChanged">on_documentsList_itemSelectionChanged</a></td>
+<td>Private slot handling a change of the documents selection.</td>
+</tr><tr>
+<td><a href="#QtHelpDocumentationDialog.on_removeButton_clicked">on_removeButton_clicked</a></td>
+<td>Private slot to remove a document from the help database.</td>
+</tr>
+</table>
+<a NAME="QtHelpDocumentationDialog.__init__" ID="QtHelpDocumentationDialog.__init__"></a>
+<h4>QtHelpDocumentationDialog (Constructor)</h4>
+<b>QtHelpDocumentationDialog</b>(<i>engine, parent</i>)
+<p>
+        Constructor
+</p><dl>
+<dt><i>engine</i></dt>
+<dd>
+reference to the help engine (QHelpEngine)
+</dd><dt><i>parent</i></dt>
+<dd>
+reference to the parent widget (QWidget)
+</dd>
+</dl><a NAME="QtHelpDocumentationDialog.getTabsToClose" ID="QtHelpDocumentationDialog.getTabsToClose"></a>
+<h4>QtHelpDocumentationDialog.getTabsToClose</h4>
+<b>getTabsToClose</b>(<i></i>)
+<p>
+        Public method to get the list of tabs to close.
+</p><dl>
+<dt>Returns:</dt>
+<dd>
+list of tab ids to be closed (list of integers)
+</dd>
+</dl><a NAME="QtHelpDocumentationDialog.hasChanges" ID="QtHelpDocumentationDialog.hasChanges"></a>
+<h4>QtHelpDocumentationDialog.hasChanges</h4>
+<b>hasChanges</b>(<i></i>)
+<p>
+        Public slot to test the dialog for changes.
+</p><dl>
+<dt>Returns:</dt>
+<dd>
+flag indicating presence of changes
+</dd>
+</dl><a NAME="QtHelpDocumentationDialog.on_addButton_clicked" ID="QtHelpDocumentationDialog.on_addButton_clicked"></a>
+<h4>QtHelpDocumentationDialog.on_addButton_clicked</h4>
+<b>on_addButton_clicked</b>(<i></i>)
+<p>
+        Private slot to add documents to the help database.
+</p><a NAME="QtHelpDocumentationDialog.on_documentsList_itemSelectionChanged" ID="QtHelpDocumentationDialog.on_documentsList_itemSelectionChanged"></a>
+<h4>QtHelpDocumentationDialog.on_documentsList_itemSelectionChanged</h4>
+<b>on_documentsList_itemSelectionChanged</b>(<i></i>)
+<p>
+        Private slot handling a change of the documents selection.
+</p><a NAME="QtHelpDocumentationDialog.on_removeButton_clicked" ID="QtHelpDocumentationDialog.on_removeButton_clicked"></a>
+<h4>QtHelpDocumentationDialog.on_removeButton_clicked</h4>
+<b>on_removeButton_clicked</b>(<i></i>)
+<p>
+        Private slot to remove a document from the help database.
+</p>
+<div align="right"><a href="#top">Up</a></div>
+<hr />
+</body></html>
\ No newline at end of file

eric ide

mercurial