60 <table> |
60 <table> |
61 <tr> |
61 <tr> |
62 <td><a href="#QtHelpDocumentationSelectionDialog.__init__">QtHelpDocumentationSelectionDialog</a></td> |
62 <td><a href="#QtHelpDocumentationSelectionDialog.__init__">QtHelpDocumentationSelectionDialog</a></td> |
63 <td>Constructor</td> |
63 <td>Constructor</td> |
64 </tr><tr> |
64 </tr><tr> |
|
65 <td><a href="#QtHelpDocumentationSelectionDialog.__deleteCategory">__deleteCategory</a></td> |
|
66 <td>Private method to delete a category.</td> |
|
67 </tr><tr> |
65 <td><a href="#QtHelpDocumentationSelectionDialog.getData">getData</a></td> |
68 <td><a href="#QtHelpDocumentationSelectionDialog.getData">getData</a></td> |
66 <td>Public method to retrieve the selected help documents.</td> |
69 <td>Public method to retrieve the selected help documents.</td> |
|
70 </tr><tr> |
|
71 <td><a href="#QtHelpDocumentationSelectionDialog.on_deleteAllButton_clicked">on_deleteAllButton_clicked</a></td> |
|
72 <td>Private slot to delete all documentation sets.</td> |
|
73 </tr><tr> |
|
74 <td><a href="#QtHelpDocumentationSelectionDialog.on_deleteButton_clicked">on_deleteButton_clicked</a></td> |
|
75 <td>Private slot to delete the selected documentation sets.</td> |
|
76 </tr><tr> |
|
77 <td><a href="#QtHelpDocumentationSelectionDialog.on_deleteCategoryButton_clicked">on_deleteCategoryButton_clicked</a></td> |
|
78 <td>Private slot to delete the selected documentation set categories.</td> |
|
79 </tr><tr> |
|
80 <td><a href="#QtHelpDocumentationSelectionDialog.on_documentationList_itemSelectionChanged">on_documentationList_itemSelectionChanged</a></td> |
|
81 <td>Private slot handling the selection of items.</td> |
67 </tr> |
82 </tr> |
68 </table> |
83 </table> |
69 <h3>Static Methods</h3> |
84 <h3>Static Methods</h3> |
70 <table> |
85 <table> |
71 <tr><td>None</td></tr> |
86 <tr><td>None</td></tr> |
72 </table> |
87 </table> |
73 <a NAME="QtHelpDocumentationSelectionDialog.__init__" ID="QtHelpDocumentationSelectionDialog.__init__"></a> |
88 <a NAME="QtHelpDocumentationSelectionDialog.__init__" ID="QtHelpDocumentationSelectionDialog.__init__"></a> |
74 <h4>QtHelpDocumentationSelectionDialog (Constructor)</h4> |
89 <h4>QtHelpDocumentationSelectionDialog (Constructor)</h4> |
75 <b>QtHelpDocumentationSelectionDialog</b>(<i>helpDocuments, parent=None</i>) |
90 <b>QtHelpDocumentationSelectionDialog</b>(<i>helpDocuments, mode, parent=None</i>) |
76 <p> |
91 <p> |
77 Constructor |
92 Constructor |
78 </p><dl> |
93 </p><dl> |
79 <dt><i>helpDocuments</i> (dict of lists of str)</dt> |
94 <dt><i>helpDocuments</i> (dict of lists of str)</dt> |
80 <dd> |
95 <dd> |
81 dictionary containing the lists of help documents |
96 dictionary containing the lists of help documents |
82 to be shown |
97 to be shown |
|
98 </dd><dt><i>mode</i> (str)</dt> |
|
99 <dd> |
|
100 mode of the dialog |
83 </dd><dt><i>parent</i> (QWidget)</dt> |
101 </dd><dt><i>parent</i> (QWidget)</dt> |
84 <dd> |
102 <dd> |
85 reference to the parent widget |
103 reference to the parent widget |
|
104 </dd> |
|
105 </dl><a NAME="QtHelpDocumentationSelectionDialog.__deleteCategory" ID="QtHelpDocumentationSelectionDialog.__deleteCategory"></a> |
|
106 <h4>QtHelpDocumentationSelectionDialog.__deleteCategory</h4> |
|
107 <b>__deleteCategory</b>(<i>category</i>) |
|
108 <p> |
|
109 Private method to delete a category. |
|
110 </p><dl> |
|
111 <dt><i>category</i> (QTreeWidgetItem)</dt> |
|
112 <dd> |
|
113 reference to the category item |
86 </dd> |
114 </dd> |
87 </dl><a NAME="QtHelpDocumentationSelectionDialog.getData" ID="QtHelpDocumentationSelectionDialog.getData"></a> |
115 </dl><a NAME="QtHelpDocumentationSelectionDialog.getData" ID="QtHelpDocumentationSelectionDialog.getData"></a> |
88 <h4>QtHelpDocumentationSelectionDialog.getData</h4> |
116 <h4>QtHelpDocumentationSelectionDialog.getData</h4> |
89 <b>getData</b>(<i></i>) |
117 <b>getData</b>(<i></i>) |
90 <p> |
118 <p> |
97 </dl><dl> |
125 </dl><dl> |
98 <dt>Return Type:</dt> |
126 <dt>Return Type:</dt> |
99 <dd> |
127 <dd> |
100 list of str |
128 list of str |
101 </dd> |
129 </dd> |
102 </dl> |
130 </dl><a NAME="QtHelpDocumentationSelectionDialog.on_deleteAllButton_clicked" ID="QtHelpDocumentationSelectionDialog.on_deleteAllButton_clicked"></a> |
|
131 <h4>QtHelpDocumentationSelectionDialog.on_deleteAllButton_clicked</h4> |
|
132 <b>on_deleteAllButton_clicked</b>(<i></i>) |
|
133 <p> |
|
134 Private slot to delete all documentation sets. |
|
135 </p><a NAME="QtHelpDocumentationSelectionDialog.on_deleteButton_clicked" ID="QtHelpDocumentationSelectionDialog.on_deleteButton_clicked"></a> |
|
136 <h4>QtHelpDocumentationSelectionDialog.on_deleteButton_clicked</h4> |
|
137 <b>on_deleteButton_clicked</b>(<i></i>) |
|
138 <p> |
|
139 Private slot to delete the selected documentation sets. |
|
140 </p><a NAME="QtHelpDocumentationSelectionDialog.on_deleteCategoryButton_clicked" ID="QtHelpDocumentationSelectionDialog.on_deleteCategoryButton_clicked"></a> |
|
141 <h4>QtHelpDocumentationSelectionDialog.on_deleteCategoryButton_clicked</h4> |
|
142 <b>on_deleteCategoryButton_clicked</b>(<i></i>) |
|
143 <p> |
|
144 Private slot to delete the selected documentation set categories. |
|
145 </p><a NAME="QtHelpDocumentationSelectionDialog.on_documentationList_itemSelectionChanged" ID="QtHelpDocumentationSelectionDialog.on_documentationList_itemSelectionChanged"></a> |
|
146 <h4>QtHelpDocumentationSelectionDialog.on_documentationList_itemSelectionChanged</h4> |
|
147 <b>on_documentationList_itemSelectionChanged</b>(<i></i>) |
|
148 <p> |
|
149 Private slot handling the selection of items. |
|
150 </p> |
103 <div align="right"><a href="#top">Up</a></div> |
151 <div align="right"><a href="#top">Up</a></div> |
104 <hr /> |
152 <hr /> |
105 </body></html> |
153 </body></html> |