73 <tr> |
73 <tr> |
74 <td><a href="#HelpDocsInstaller.__installEric7Doc">__installEric7Doc</a></td> |
74 <td><a href="#HelpDocsInstaller.__installEric7Doc">__installEric7Doc</a></td> |
75 <td>Private method to install/update the eric help documentation.</td> |
75 <td>Private method to install/update the eric help documentation.</td> |
76 </tr> |
76 </tr> |
77 <tr> |
77 <tr> |
78 <td><a href="#HelpDocsInstaller.__installQtDoc">__installQtDoc</a></td> |
|
79 <td>Private method to install/update a Qt help document.</td> |
|
80 </tr> |
|
81 <tr> |
|
82 <td><a href="#HelpDocsInstaller.installDocs">installDocs</a></td> |
78 <td><a href="#HelpDocsInstaller.installDocs">installDocs</a></td> |
83 <td>Public method to start the installation procedure.</td> |
79 <td>Public method to start the installation procedure.</td> |
84 </tr> |
80 </tr> |
85 <tr> |
81 <tr> |
86 <td><a href="#HelpDocsInstaller.run">run</a></td> |
82 <td><a href="#HelpDocsInstaller.run">run</a></td> |
136 <dt>Return Type:</dt> |
132 <dt>Return Type:</dt> |
137 <dd> |
133 <dd> |
138 bool |
134 bool |
139 </dd> |
135 </dd> |
140 </dl> |
136 </dl> |
141 <a NAME="HelpDocsInstaller.__installQtDoc" ID="HelpDocsInstaller.__installQtDoc"></a> |
|
142 <h4>HelpDocsInstaller.__installQtDoc</h4> |
|
143 <b>__installQtDoc</b>(<i>name, version, engine</i>) |
|
144 <p> |
|
145 Private method to install/update a Qt help document. |
|
146 </p> |
|
147 |
|
148 <dl> |
|
149 |
|
150 <dt><i>name</i> (str)</dt> |
|
151 <dd> |
|
152 name of the Qt help document |
|
153 </dd> |
|
154 <dt><i>version</i> (int)</dt> |
|
155 <dd> |
|
156 Qt version of the help documents |
|
157 </dd> |
|
158 <dt><i>engine</i> (QHelpEngineCore)</dt> |
|
159 <dd> |
|
160 reference to the help engine |
|
161 </dd> |
|
162 </dl> |
|
163 <dl> |
|
164 <dt>Return:</dt> |
|
165 <dd> |
|
166 flag indicating success |
|
167 </dd> |
|
168 </dl> |
|
169 <dl> |
|
170 <dt>Return Type:</dt> |
|
171 <dd> |
|
172 bool |
|
173 </dd> |
|
174 </dl> |
|
175 <a NAME="HelpDocsInstaller.installDocs" ID="HelpDocsInstaller.installDocs"></a> |
137 <a NAME="HelpDocsInstaller.installDocs" ID="HelpDocsInstaller.installDocs"></a> |
176 <h4>HelpDocsInstaller.installDocs</h4> |
138 <h4>HelpDocsInstaller.installDocs</h4> |
177 <b>installDocs</b>(<i></i>) |
139 <b>installDocs</b>(<i></i>) |
178 <p> |
140 <p> |
179 Public method to start the installation procedure. |
141 Public method to start the installation procedure. |