65 <table> |
65 <table> |
66 <tr> |
66 <tr> |
67 <td><a href="#APIsManager.__init__">APIsManager</a></td> |
67 <td><a href="#APIsManager.__init__">APIsManager</a></td> |
68 <td>Constructor</td> |
68 <td>Constructor</td> |
69 </tr><tr> |
69 </tr><tr> |
|
70 <td><a href="#APIsManager.__apiPreparationCancelled">__apiPreparationCancelled</a></td> |
|
71 <td>Private slot handling the preparation cancelled signal of an API object.</td> |
|
72 </tr><tr> |
|
73 <td><a href="#APIsManager.__apiPreparationFinished">__apiPreparationFinished</a></td> |
|
74 <td>Private slot handling the preparation finished signal of an API object.</td> |
|
75 </tr><tr> |
|
76 <td><a href="#APIsManager.__apiPreparationStarted">__apiPreparationStarted</a></td> |
|
77 <td>Private slot handling the preparation started signal of an API object.</td> |
|
78 </tr><tr> |
|
79 <td><a href="#APIsManager.__showMessage">__showMessage</a></td> |
|
80 <td>Private message to show a message in the main windows status bar.</td> |
|
81 </tr><tr> |
70 <td><a href="#APIsManager.deactivate">deactivate</a></td> |
82 <td><a href="#APIsManager.deactivate">deactivate</a></td> |
71 <td>Public method to perform actions upon deactivation.</td> |
83 <td>Public method to perform actions upon deactivation.</td> |
72 </tr><tr> |
84 </tr><tr> |
73 <td><a href="#APIsManager.getAPIs">getAPIs</a></td> |
85 <td><a href="#APIsManager.getAPIs">getAPIs</a></td> |
74 <td>Public method to get an apis object for autocompletion/calltips.</td> |
86 <td>Public method to get an apis object for autocompletion/calltips.</td> |
81 <table> |
93 <table> |
82 <tr><td>None</td></tr> |
94 <tr><td>None</td></tr> |
83 </table> |
95 </table> |
84 <a NAME="APIsManager.__init__" ID="APIsManager.__init__"></a> |
96 <a NAME="APIsManager.__init__" ID="APIsManager.__init__"></a> |
85 <h4>APIsManager (Constructor)</h4> |
97 <h4>APIsManager (Constructor)</h4> |
86 <b>APIsManager</b>(<i>parent=None</i>) |
98 <b>APIsManager</b>(<i>mainWindow, parent=None</i>) |
87 <p> |
99 <p> |
88 Constructor |
100 Constructor |
89 </p><dl> |
101 </p><dl> |
90 <dt><i>parent</i></dt> |
102 <dt><i>mainWindow</i></dt> |
|
103 <dd> |
|
104 reference to the main eric5 window (QMainWindow) |
|
105 </dd><dt><i>parent</i></dt> |
91 <dd> |
106 <dd> |
92 reference to the parent object (QObject) |
107 reference to the parent object (QObject) |
|
108 </dd> |
|
109 </dl><a NAME="APIsManager.__apiPreparationCancelled" ID="APIsManager.__apiPreparationCancelled"></a> |
|
110 <h4>APIsManager.__apiPreparationCancelled</h4> |
|
111 <b>__apiPreparationCancelled</b>(<i>language</i>) |
|
112 <p> |
|
113 Private slot handling the preparation cancelled signal of an API object. |
|
114 </p><dl> |
|
115 <dt><i>language</i></dt> |
|
116 <dd> |
|
117 language of the API (string) |
|
118 </dd> |
|
119 </dl><a NAME="APIsManager.__apiPreparationFinished" ID="APIsManager.__apiPreparationFinished"></a> |
|
120 <h4>APIsManager.__apiPreparationFinished</h4> |
|
121 <b>__apiPreparationFinished</b>(<i>language</i>) |
|
122 <p> |
|
123 Private slot handling the preparation finished signal of an API object. |
|
124 </p><dl> |
|
125 <dt><i>language</i></dt> |
|
126 <dd> |
|
127 language of the API (string) |
|
128 </dd> |
|
129 </dl><a NAME="APIsManager.__apiPreparationStarted" ID="APIsManager.__apiPreparationStarted"></a> |
|
130 <h4>APIsManager.__apiPreparationStarted</h4> |
|
131 <b>__apiPreparationStarted</b>(<i>language</i>) |
|
132 <p> |
|
133 Private slot handling the preparation started signal of an API object. |
|
134 </p><dl> |
|
135 <dt><i>language</i></dt> |
|
136 <dd> |
|
137 language of the API (string) |
|
138 </dd> |
|
139 </dl><a NAME="APIsManager.__showMessage" ID="APIsManager.__showMessage"></a> |
|
140 <h4>APIsManager.__showMessage</h4> |
|
141 <b>__showMessage</b>(<i>msg</i>) |
|
142 <p> |
|
143 Private message to show a message in the main windows status bar. |
|
144 </p><dl> |
|
145 <dt><i>msg</i></dt> |
|
146 <dd> |
|
147 message to be shown (string) |
93 </dd> |
148 </dd> |
94 </dl><a NAME="APIsManager.deactivate" ID="APIsManager.deactivate"></a> |
149 </dl><a NAME="APIsManager.deactivate" ID="APIsManager.deactivate"></a> |
95 <h4>APIsManager.deactivate</h4> |
150 <h4>APIsManager.deactivate</h4> |
96 <b>deactivate</b>(<i></i>) |
151 <b>deactivate</b>(<i></i>) |
97 <p> |
152 <p> |
126 <h2>DbAPIs</h2> |
181 <h2>DbAPIs</h2> |
127 <p> |
182 <p> |
128 Class implementing an API storage entity. |
183 Class implementing an API storage entity. |
129 </p><h3>Signals</h3> |
184 </p><h3>Signals</h3> |
130 <dl> |
185 <dl> |
131 <dt>apiPreparationCancelled()</dt> |
186 <dt>apiPreparationCancelled(language)</dt> |
132 <dd> |
187 <dd> |
133 emitted after the API preparation has been |
188 emitted after the API preparation has been |
134 cancelled |
189 cancelled |
135 </dd><dt>apiPreparationFinished()</dt> |
190 </dd><dt>apiPreparationFinished(language)</dt> |
136 <dd> |
191 <dd> |
137 emitted after the API preparation has finished |
192 emitted after the API preparation has finished |
138 </dd><dt>apiPreparationStarted()</dt> |
193 </dd><dt>apiPreparationStarted(language)</dt> |
139 <dd> |
194 <dd> |
140 emitted after the API preparation has started |
195 emitted after the API preparation has started |
141 </dd> |
196 </dd> |
142 </dl> |
197 </dl> |
143 <h3>Derived from</h3> |
198 <h3>Derived from</h3> |