48 Class implementing an API storage entity. |
48 Class implementing an API storage entity. |
49 </p><h3>Signals</h3> |
49 </p><h3>Signals</h3> |
50 <dl> |
50 <dl> |
51 <dt>apiPreparationCancelled()</dt> |
51 <dt>apiPreparationCancelled()</dt> |
52 <dd> |
52 <dd> |
53 emitted after the API preparation has been cancelled |
53 emitted after the API preparation has |
|
54 been cancelled |
54 </dd><dt>apiPreparationFinished()</dt> |
55 </dd><dt>apiPreparationFinished()</dt> |
55 <dd> |
56 <dd> |
56 emitted after the API preparation has finished |
57 emitted after the API preparation has |
|
58 finished |
57 </dd><dt>apiPreparationStarted()</dt> |
59 </dd><dt>apiPreparationStarted()</dt> |
58 <dd> |
60 <dd> |
59 emitted after the API preparation has started |
61 emitted after the API preparation has |
|
62 started |
60 </dd> |
63 </dd> |
61 </dl> |
64 </dl> |
62 <h3>Derived from</h3> |
65 <h3>Derived from</h3> |
63 QObject |
66 QObject |
64 <h3>Class Attributes</h3> |
67 <h3>Class Attributes</h3> |
129 </dd> |
132 </dd> |
130 </dl><a NAME="APIs.__apiPreparationCancelled" ID="APIs.__apiPreparationCancelled"></a> |
133 </dl><a NAME="APIs.__apiPreparationCancelled" ID="APIs.__apiPreparationCancelled"></a> |
131 <h4>APIs.__apiPreparationCancelled</h4> |
134 <h4>APIs.__apiPreparationCancelled</h4> |
132 <b>__apiPreparationCancelled</b>(<i></i>) |
135 <b>__apiPreparationCancelled</b>(<i></i>) |
133 <p> |
136 <p> |
134 Private method called, after the API preparation process has been cancelled. |
137 Private method called, after the API preparation process has been |
|
138 cancelled. |
135 </p><a NAME="APIs.__apiPreparationFinished" ID="APIs.__apiPreparationFinished"></a> |
139 </p><a NAME="APIs.__apiPreparationFinished" ID="APIs.__apiPreparationFinished"></a> |
136 <h4>APIs.__apiPreparationFinished</h4> |
140 <h4>APIs.__apiPreparationFinished</h4> |
137 <b>__apiPreparationFinished</b>(<i></i>) |
141 <b>__apiPreparationFinished</b>(<i></i>) |
138 <p> |
142 <p> |
139 Private method called to save an API, after it has been prepared. |
143 Private method called to save an API, after it has been prepared. |
251 <b>getAPIs</b>(<i>language, forPreparation=False</i>) |
255 <b>getAPIs</b>(<i>language, forPreparation=False</i>) |
252 <p> |
256 <p> |
253 Public method to get an apis object for autocompletion/calltips. |
257 Public method to get an apis object for autocompletion/calltips. |
254 </p><p> |
258 </p><p> |
255 This method creates and loads an APIs object dynamically upon request. |
259 This method creates and loads an APIs object dynamically upon request. |
256 This saves memory for languages, that might not be needed at the moment. |
260 This saves memory for languages, that might not be needed at the |
|
261 moment. |
257 </p><dl> |
262 </p><dl> |
258 <dt><i>language</i></dt> |
263 <dt><i>language</i></dt> |
259 <dd> |
264 <dd> |
260 the language of the requested api object (string) |
265 the language of the requested api object (string) |
261 </dd><dt><i>forPreparation</i></dt> |
266 </dd><dt><i>forPreparation</i></dt> |
262 <dd> |
267 <dd> |
263 flag indicating the requested api object is just needed |
268 flag indicating the requested api object is just |
264 for a preparation process (boolean) |
269 needed for a preparation process (boolean) |
265 </dd> |
270 </dd> |
266 </dl><dl> |
271 </dl><dl> |
267 <dt>Returns:</dt> |
272 <dt>Returns:</dt> |
268 <dd> |
273 <dd> |
269 the apis object (APIs) |
274 the apis object (APIs) |