AssistantEric/Documentation/source/Plugin_Assistant_Eric.AssistantEric.APIsManager.html

changeset 54
89d28458ff40
parent 39
7b6ca9397ecc
child 66
f57b151c9761
--- a/AssistantEric/Documentation/source/Plugin_Assistant_Eric.AssistantEric.APIsManager.html	Sun Feb 05 16:31:50 2012 +0100
+++ b/AssistantEric/Documentation/source/Plugin_Assistant_Eric.AssistantEric.APIsManager.html	Sat May 19 18:32:26 2012 +0200
@@ -163,6 +163,9 @@
 <td><a href="#DbAPIs.__enoughCommas">__enoughCommas</a></td>
 <td>Private method to determine, if the given string contains enough commas.</td>
 </tr><tr>
+<td><a href="#DbAPIs.__getProjectFormSources">__getProjectFormSources</a></td>
+<td>Private method to get the source files for the project forms.</td>
+</tr><tr>
 <td><a href="#DbAPIs.__initAsLanguage">__initAsLanguage</a></td>
 <td>Private method to initialize as a language API object.</td>
 </tr><tr>
@@ -184,6 +187,9 @@
 <td><a href="#DbAPIs.__projectClosed">__projectClosed</a></td>
 <td>Private slot to perform actions after a project has been closed.</td>
 </tr><tr>
+<td><a href="#DbAPIs.__projectFormCompiled">__projectFormCompiled</a></td>
+<td>Private slot to handle the projectFormCompiled signal.</td>
+</tr><tr>
 <td><a href="#DbAPIs.__projectOpened">__projectOpened</a></td>
 <td>Private slot to perform actions after a project has been opened.</td>
 </tr><tr>
@@ -258,6 +264,21 @@
 <dd>
 flag indicating, that there are enough commas (boolean)
 </dd>
+</dl><a NAME="DbAPIs.__getProjectFormSources" ID="DbAPIs.__getProjectFormSources"></a>
+<h4>DbAPIs.__getProjectFormSources</h4>
+<b>__getProjectFormSources</b>(<i>normalized=False</i>)
+<p>
+        Private method to get the source files for the project forms.
+</p><dl>
+<dt><i>normalized=</i></dt>
+<dd>
+flag indicating a normalized filename is wanted (boolean)
+</dd>
+</dl><dl>
+<dt>Returns:</dt>
+<dd>
+list of project form sources (list of strings)
+</dd>
 </dl><a NAME="DbAPIs.__initAsLanguage" ID="DbAPIs.__initAsLanguage"></a>
 <h4>DbAPIs.__initAsLanguage</h4>
 <b>__initAsLanguage</b>(<i></i>)
@@ -298,7 +319,17 @@
 <b>__projectClosed</b>(<i></i>)
 <p>
         Private slot to perform actions after a project has been closed.
-</p><a NAME="DbAPIs.__projectOpened" ID="DbAPIs.__projectOpened"></a>
+</p><a NAME="DbAPIs.__projectFormCompiled" ID="DbAPIs.__projectFormCompiled"></a>
+<h4>DbAPIs.__projectFormCompiled</h4>
+<b>__projectFormCompiled</b>(<i>filename</i>)
+<p>
+        Private slot to handle the projectFormCompiled signal.
+</p><dl>
+<dt><i>filename</i></dt>
+<dd>
+name of the form file that was compiled (string)
+</dd>
+</dl><a NAME="DbAPIs.__projectOpened" ID="DbAPIs.__projectOpened"></a>
 <h4>DbAPIs.__projectOpened</h4>
 <b>__projectOpened</b>(<i></i>)
 <p>
@@ -468,6 +499,9 @@
 <td><a href="#DbAPIsWorker.__autoCompletionWordSeparators">__autoCompletionWordSeparators</a></td>
 <td>Private method to get the word separator characters for a language.</td>
 </tr><tr>
+<td><a href="#DbAPIsWorker.__classesAttributesApi">__classesAttributesApi</a></td>
+<td>Private method to generate class api section for class attributes.</td>
+</tr><tr>
 <td><a href="#DbAPIsWorker.__deleteApiFile">__deleteApiFile</a></td>
 <td>Private method to delete all references to an api file.</td>
 </tr><tr>
@@ -529,6 +563,21 @@
 <dd>
 word separator characters (list of strings)
 </dd>
+</dl><a NAME="DbAPIsWorker.__classesAttributesApi" ID="DbAPIsWorker.__classesAttributesApi"></a>
+<h4>DbAPIsWorker.__classesAttributesApi</h4>
+<b>__classesAttributesApi</b>(<i>module</i>)
+<p>
+        Private method to generate class api section for class attributes.
+</p><dl>
+<dt><i>module</i></dt>
+<dd>
+module object to get the info from (Module)
+</dd>
+</dl><dl>
+<dt>Returns:</dt>
+<dd>
+API information (list of strings)
+</dd>
 </dl><a NAME="DbAPIsWorker.__deleteApiFile" ID="DbAPIsWorker.__deleteApiFile"></a>
 <h4>DbAPIsWorker.__deleteApiFile</h4>
 <b>__deleteApiFile</b>(<i>apiFile</i>)

eric ide

mercurial