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

changeset 30
8f4d794d8ee0
parent 22
a47afbacaeb5
child 32
68ef15fe34c3
--- a/AssistantEric/Documentation/source/Plugin_Assistant_Eric.AssistantEric.APIsManager.html	Sun May 22 11:33:46 2011 +0200
+++ b/AssistantEric/Documentation/source/Plugin_Assistant_Eric.AssistantEric.APIsManager.html	Sat Jul 30 10:46:53 2011 +0200
@@ -76,14 +76,11 @@
 </table>
 <a NAME="APIsManager.__init__" ID="APIsManager.__init__"></a>
 <h4>APIsManager (Constructor)</h4>
-<b>APIsManager</b>(<i>newStyle, parent = None</i>)
+<b>APIsManager</b>(<i>parent=None</i>)
 <p>
         Constructor
 </p><dl>
-<dt><i>newStyle</i></dt>
-<dd>
-flag indicating usage of new style signals (bool)
-</dd><dt><i>parent</i></dt>
+<dt><i>parent</i></dt>
 <dd>
 reference to the parent object (QObject)
 </dd>
@@ -98,7 +95,7 @@
 <p>
         Public method to get an apis object for autocompletion/calltips.
 </p><p>
-        This method creates and loads an APIs object dynamically upon request. 
+        This method creates and loads an APIs object dynamically upon request.
         This saves memory for languages, that might not be needed at the moment.
 </p><dl>
 <dt><i>language</i></dt>
@@ -211,16 +208,13 @@
 </table>
 <a NAME="DbAPIs.__init__" ID="DbAPIs.__init__"></a>
 <h4>DbAPIs (Constructor)</h4>
-<b>DbAPIs</b>(<i>language, newStyle, parent = None</i>)
+<b>DbAPIs</b>(<i>language, parent=None</i>)
 <p>
         Constructor
 </p><dl>
 <dt><i>language</i></dt>
 <dd>
 language of the APIs object (string)
-</dd><dt><i>newStyle</i></dt>
-<dd>
-flag indicating usage of new style signals (bool)
 </dd><dt><i>parent</i></dt>
 <dd>
 reference to the parent object (QObject)
@@ -355,7 +349,7 @@
 </dd>
 </dl><a NAME="DbAPIs.getCalltips" ID="DbAPIs.getCalltips"></a>
 <h4>DbAPIs.getCalltips</h4>
-<b>getCalltips</b>(<i>acWord, commas, context = None, fullContext = None, showContext = True</i>)
+<b>getCalltips</b>(<i>acWord, commas, context=None, fullContext=None, showContext=True</i>)
 <p>
         Public method to determine the calltips.
 </p><dl>
@@ -382,7 +376,7 @@
 </dd>
 </dl><a NAME="DbAPIs.getCompletions" ID="DbAPIs.getCompletions"></a>
 <h4>DbAPIs.getCompletions</h4>
-<b>getCompletions</b>(<i>start = None, context = None</i>)
+<b>getCompletions</b>(<i>start=None, context=None</i>)
 <p>
         Public method to determine the possible completions.
 </p><dl>
@@ -415,7 +409,7 @@
 </dd>
 </dl><a NAME="DbAPIs.prepareAPIs" ID="DbAPIs.prepareAPIs"></a>
 <h4>DbAPIs.prepareAPIs</h4>
-<b>prepareAPIs</b>(<i>rawList = None</i>)
+<b>prepareAPIs</b>(<i>rawList=None</i>)
 <p>
         Public method to prepare the APIs if neccessary.
 </p><dl>
@@ -467,7 +461,7 @@
 </table>
 <a NAME="DbAPIsWorker.__init__" ID="DbAPIsWorker.__init__"></a>
 <h4>DbAPIsWorker (Constructor)</h4>
-<b>DbAPIsWorker</b>(<i>proxy, language, apiFiles, projectPath = "", refresh = False</i>)
+<b>DbAPIsWorker</b>(<i>proxy, language, apiFiles, projectPath="", refresh=False</i>)
 <p>
         Constructor
 </p><dl>

eric ide

mercurial