Documentation/Source/eric6.Helpviewer.QtHelpDocumentationDialog.html

changeset 5227
5bffd1a6741f
parent 3673
e26d7d0c1088
child 5393
9db3fd0b1c72
equal deleted inserted replaced
5226:7d8cee42ab86 5227:5bffd1a6741f
58 <table> 58 <table>
59 <tr> 59 <tr>
60 <td><a href="#QtHelpDocumentationDialog.__init__">QtHelpDocumentationDialog</a></td> 60 <td><a href="#QtHelpDocumentationDialog.__init__">QtHelpDocumentationDialog</a></td>
61 <td>Constructor</td> 61 <td>Constructor</td>
62 </tr><tr> 62 </tr><tr>
63 <td><a href="#QtHelpDocumentationDialog.__registerDocumentations">__registerDocumentations</a></td>
64 <td>Private method to register a given list of documentations.</td>
65 </tr><tr>
63 <td><a href="#QtHelpDocumentationDialog.getTabsToClose">getTabsToClose</a></td> 66 <td><a href="#QtHelpDocumentationDialog.getTabsToClose">getTabsToClose</a></td>
64 <td>Public method to get the list of tabs to close.</td> 67 <td>Public method to get the list of tabs to close.</td>
65 </tr><tr> 68 </tr><tr>
66 <td><a href="#QtHelpDocumentationDialog.hasChanges">hasChanges</a></td> 69 <td><a href="#QtHelpDocumentationDialog.hasChanges">hasChanges</a></td>
67 <td>Public slot to test the dialog for changes.</td> 70 <td>Public slot to test the dialog for changes.</td>
68 </tr><tr> 71 </tr><tr>
69 <td><a href="#QtHelpDocumentationDialog.on_addButton_clicked">on_addButton_clicked</a></td> 72 <td><a href="#QtHelpDocumentationDialog.on_addButton_clicked">on_addButton_clicked</a></td>
70 <td>Private slot to add documents to the help database.</td> 73 <td>Private slot to add QtHelp documents to the help database.</td>
74 </tr><tr>
75 <td><a href="#QtHelpDocumentationDialog.on_addPluginButton_clicked">on_addPluginButton_clicked</a></td>
76 <td>Private slot to add QtHelp documents provided by plug-ins to the help database.</td>
71 </tr><tr> 77 </tr><tr>
72 <td><a href="#QtHelpDocumentationDialog.on_documentsList_itemSelectionChanged">on_documentsList_itemSelectionChanged</a></td> 78 <td><a href="#QtHelpDocumentationDialog.on_documentsList_itemSelectionChanged">on_documentsList_itemSelectionChanged</a></td>
73 <td>Private slot handling a change of the documents selection.</td> 79 <td>Private slot handling a change of the documents selection.</td>
74 </tr><tr> 80 </tr><tr>
75 <td><a href="#QtHelpDocumentationDialog.on_removeButton_clicked">on_removeButton_clicked</a></td> 81 <td><a href="#QtHelpDocumentationDialog.on_removeButton_clicked">on_removeButton_clicked</a></td>
91 reference to the help engine (QHelpEngine) 97 reference to the help engine (QHelpEngine)
92 </dd><dt><i>parent</i></dt> 98 </dd><dt><i>parent</i></dt>
93 <dd> 99 <dd>
94 reference to the parent widget (QWidget) 100 reference to the parent widget (QWidget)
95 </dd> 101 </dd>
102 </dl><a NAME="QtHelpDocumentationDialog.__registerDocumentations" ID="QtHelpDocumentationDialog.__registerDocumentations"></a>
103 <h4>QtHelpDocumentationDialog.__registerDocumentations</h4>
104 <b>__registerDocumentations</b>(<i>fileNames</i>)
105 <p>
106 Private method to register a given list of documentations.
107 </p><dl>
108 <dt><i>fileNames</i> (list of str)</dt>
109 <dd>
110 list of documentation files to be registered
111 </dd>
96 </dl><a NAME="QtHelpDocumentationDialog.getTabsToClose" ID="QtHelpDocumentationDialog.getTabsToClose"></a> 112 </dl><a NAME="QtHelpDocumentationDialog.getTabsToClose" ID="QtHelpDocumentationDialog.getTabsToClose"></a>
97 <h4>QtHelpDocumentationDialog.getTabsToClose</h4> 113 <h4>QtHelpDocumentationDialog.getTabsToClose</h4>
98 <b>getTabsToClose</b>(<i></i>) 114 <b>getTabsToClose</b>(<i></i>)
99 <p> 115 <p>
100 Public method to get the list of tabs to close. 116 Public method to get the list of tabs to close.
115 </dd> 131 </dd>
116 </dl><a NAME="QtHelpDocumentationDialog.on_addButton_clicked" ID="QtHelpDocumentationDialog.on_addButton_clicked"></a> 132 </dl><a NAME="QtHelpDocumentationDialog.on_addButton_clicked" ID="QtHelpDocumentationDialog.on_addButton_clicked"></a>
117 <h4>QtHelpDocumentationDialog.on_addButton_clicked</h4> 133 <h4>QtHelpDocumentationDialog.on_addButton_clicked</h4>
118 <b>on_addButton_clicked</b>(<i></i>) 134 <b>on_addButton_clicked</b>(<i></i>)
119 <p> 135 <p>
120 Private slot to add documents to the help database. 136 Private slot to add QtHelp documents to the help database.
137 </p><a NAME="QtHelpDocumentationDialog.on_addPluginButton_clicked" ID="QtHelpDocumentationDialog.on_addPluginButton_clicked"></a>
138 <h4>QtHelpDocumentationDialog.on_addPluginButton_clicked</h4>
139 <b>on_addPluginButton_clicked</b>(<i></i>)
140 <p>
141 Private slot to add QtHelp documents provided by plug-ins to
142 the help database.
121 </p><a NAME="QtHelpDocumentationDialog.on_documentsList_itemSelectionChanged" ID="QtHelpDocumentationDialog.on_documentsList_itemSelectionChanged"></a> 143 </p><a NAME="QtHelpDocumentationDialog.on_documentsList_itemSelectionChanged" ID="QtHelpDocumentationDialog.on_documentsList_itemSelectionChanged"></a>
122 <h4>QtHelpDocumentationDialog.on_documentsList_itemSelectionChanged</h4> 144 <h4>QtHelpDocumentationDialog.on_documentsList_itemSelectionChanged</h4>
123 <b>on_documentsList_itemSelectionChanged</b>(<i></i>) 145 <b>on_documentsList_itemSelectionChanged</b>(<i></i>)
124 <p> 146 <p>
125 Private slot handling a change of the documents selection. 147 Private slot handling a change of the documents selection.

eric ide

mercurial