--- a/AssistantEric/Documentation/source/Plugin_Assistant_Eric.AssistantEric.APIsManager.html Sun Feb 24 15:03:27 2013 +0100 +++ b/AssistantEric/Documentation/source/Plugin_Assistant_Eric.AssistantEric.APIsManager.html Tue Apr 02 19:32:26 2013 +0200 @@ -67,6 +67,18 @@ <td><a href="#APIsManager.__init__">APIsManager</a></td> <td>Constructor</td> </tr><tr> +<td><a href="#APIsManager.__apiPreparationCancelled">__apiPreparationCancelled</a></td> +<td>Private slot handling the preparation cancelled signal of an API object.</td> +</tr><tr> +<td><a href="#APIsManager.__apiPreparationFinished">__apiPreparationFinished</a></td> +<td>Private slot handling the preparation finished signal of an API object.</td> +</tr><tr> +<td><a href="#APIsManager.__apiPreparationStarted">__apiPreparationStarted</a></td> +<td>Private slot handling the preparation started signal of an API object.</td> +</tr><tr> +<td><a href="#APIsManager.__showMessage">__showMessage</a></td> +<td>Private message to show a message in the main windows status bar.</td> +</tr><tr> <td><a href="#APIsManager.deactivate">deactivate</a></td> <td>Public method to perform actions upon deactivation.</td> </tr><tr> @@ -83,14 +95,57 @@ </table> <a NAME="APIsManager.__init__" ID="APIsManager.__init__"></a> <h4>APIsManager (Constructor)</h4> -<b>APIsManager</b>(<i>parent=None</i>) +<b>APIsManager</b>(<i>mainWindow, parent=None</i>) <p> Constructor </p><dl> -<dt><i>parent</i></dt> +<dt><i>mainWindow</i></dt> +<dd> +reference to the main eric5 window (QMainWindow) +</dd><dt><i>parent</i></dt> <dd> reference to the parent object (QObject) </dd> +</dl><a NAME="APIsManager.__apiPreparationCancelled" ID="APIsManager.__apiPreparationCancelled"></a> +<h4>APIsManager.__apiPreparationCancelled</h4> +<b>__apiPreparationCancelled</b>(<i>language</i>) +<p> + Private slot handling the preparation cancelled signal of an API object. +</p><dl> +<dt><i>language</i></dt> +<dd> +language of the API (string) +</dd> +</dl><a NAME="APIsManager.__apiPreparationFinished" ID="APIsManager.__apiPreparationFinished"></a> +<h4>APIsManager.__apiPreparationFinished</h4> +<b>__apiPreparationFinished</b>(<i>language</i>) +<p> + Private slot handling the preparation finished signal of an API object. +</p><dl> +<dt><i>language</i></dt> +<dd> +language of the API (string) +</dd> +</dl><a NAME="APIsManager.__apiPreparationStarted" ID="APIsManager.__apiPreparationStarted"></a> +<h4>APIsManager.__apiPreparationStarted</h4> +<b>__apiPreparationStarted</b>(<i>language</i>) +<p> + Private slot handling the preparation started signal of an API object. +</p><dl> +<dt><i>language</i></dt> +<dd> +language of the API (string) +</dd> +</dl><a NAME="APIsManager.__showMessage" ID="APIsManager.__showMessage"></a> +<h4>APIsManager.__showMessage</h4> +<b>__showMessage</b>(<i>msg</i>) +<p> + Private message to show a message in the main windows status bar. +</p><dl> +<dt><i>msg</i></dt> +<dd> +message to be shown (string) +</dd> </dl><a NAME="APIsManager.deactivate" ID="APIsManager.deactivate"></a> <h4>APIsManager.deactivate</h4> <b>deactivate</b>(<i></i>) @@ -128,14 +183,14 @@ Class implementing an API storage entity. </p><h3>Signals</h3> <dl> -<dt>apiPreparationCancelled()</dt> +<dt>apiPreparationCancelled(language)</dt> <dd> emitted after the API preparation has been cancelled -</dd><dt>apiPreparationFinished()</dt> +</dd><dt>apiPreparationFinished(language)</dt> <dd> emitted after the API preparation has finished -</dd><dt>apiPreparationStarted()</dt> +</dd><dt>apiPreparationStarted(language)</dt> <dd> emitted after the API preparation has started </dd>