ProjectDjango/Documentation/source/Plugin_Project_Django.PluginProjectDjango.html

changeset 32
fd79d080b065
parent 29
76d04dd67367
child 47
19da3417eb3d
equal deleted inserted replaced
31:a632d10fdb7c 32:fd79d080b065
100 <td>Public method to deactivate this plugin.</td> 100 <td>Public method to deactivate this plugin.</td>
101 </tr><tr> 101 </tr><tr>
102 <td><a href="#ProjectDjangoPlugin.fileTypesCallback">fileTypesCallback</a></td> 102 <td><a href="#ProjectDjangoPlugin.fileTypesCallback">fileTypesCallback</a></td>
103 <td>Public method get the filetype associations of the Django project type.</td> 103 <td>Public method get the filetype associations of the Django project type.</td>
104 </tr><tr> 104 </tr><tr>
105 <td><a href="#ProjectDjangoPlugin.getMenu">getMenu</a></td>
106 <td>Public method to get a reference to the requested menu.</td>
107 </tr><tr>
108 <td><a href="#ProjectDjangoPlugin.getMenuNames">getMenuNames</a></td>
109 <td>Public method to get the names of all menus.</td>
110 </tr><tr>
105 <td><a href="#ProjectDjangoPlugin.getPreferences">getPreferences</a></td> 111 <td><a href="#ProjectDjangoPlugin.getPreferences">getPreferences</a></td>
106 <td>Public method to retrieve the various settings.</td> 112 <td>Public method to retrieve the various settings.</td>
107 </tr><tr> 113 </tr><tr>
108 <td><a href="#ProjectDjangoPlugin.lexerAssociationCallback">lexerAssociationCallback</a></td> 114 <td><a href="#ProjectDjangoPlugin.lexerAssociationCallback">lexerAssociationCallback</a></td>
109 <td>Public method to get the lexer association of the Django project type for a file.</td> 115 <td>Public method to get the lexer association of the Django project type for a file.</td>
200 </p><dl> 206 </p><dl>
201 <dt>Returns:</dt> 207 <dt>Returns:</dt>
202 <dd> 208 <dd>
203 dictionary with file type associations 209 dictionary with file type associations
204 </dd> 210 </dd>
211 </dl><a NAME="ProjectDjangoPlugin.getMenu" ID="ProjectDjangoPlugin.getMenu"></a>
212 <h4>ProjectDjangoPlugin.getMenu</h4>
213 <b>getMenu</b>(<i>name</i>)
214 <p>
215 Public method to get a reference to the requested menu.
216 </p><dl>
217 <dt><i>name</i></dt>
218 <dd>
219 name of the menu (string)
220 </dd>
221 </dl><dl>
222 <dt>Returns:</dt>
223 <dd>
224 reference to the menu (QMenu) or None, if no
225 menu with the given name exists
226 </dd>
227 </dl><a NAME="ProjectDjangoPlugin.getMenuNames" ID="ProjectDjangoPlugin.getMenuNames"></a>
228 <h4>ProjectDjangoPlugin.getMenuNames</h4>
229 <b>getMenuNames</b>(<i></i>)
230 <p>
231 Public method to get the names of all menus.
232 </p><dl>
233 <dt>Returns:</dt>
234 <dd>
235 menu names (list of string)
236 </dd>
205 </dl><a NAME="ProjectDjangoPlugin.getPreferences" ID="ProjectDjangoPlugin.getPreferences"></a> 237 </dl><a NAME="ProjectDjangoPlugin.getPreferences" ID="ProjectDjangoPlugin.getPreferences"></a>
206 <h4>ProjectDjangoPlugin.getPreferences</h4> 238 <h4>ProjectDjangoPlugin.getPreferences</h4>
207 <b>getPreferences</b>(<i>key</i>) 239 <b>getPreferences</b>(<i>key</i>)
208 <p> 240 <p>
209 Public method to retrieve the various settings. 241 Public method to retrieve the various settings.

eric ide

mercurial