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="#ProjectPyramidPlugin.fileTypesCallback">fileTypesCallback</a></td> |
102 <td><a href="#ProjectPyramidPlugin.fileTypesCallback">fileTypesCallback</a></td> |
103 <td>Public method get the filetype associations of the Pyramid project type.</td> |
103 <td>Public method get the filetype associations of the Pyramid project type.</td> |
104 </tr><tr> |
104 </tr><tr> |
|
105 <td><a href="#ProjectPyramidPlugin.getMenu">getMenu</a></td> |
|
106 <td>Public method to get a reference to the requested menu.</td> |
|
107 </tr><tr> |
|
108 <td><a href="#ProjectPyramidPlugin.getMenuNames">getMenuNames</a></td> |
|
109 <td>Public method to get the names of all menus.</td> |
|
110 </tr><tr> |
105 <td><a href="#ProjectPyramidPlugin.getPreferences">getPreferences</a></td> |
111 <td><a href="#ProjectPyramidPlugin.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="#ProjectPyramidPlugin.lexerAssociationCallback">lexerAssociationCallback</a></td> |
114 <td><a href="#ProjectPyramidPlugin.lexerAssociationCallback">lexerAssociationCallback</a></td> |
109 <td>Public method to get the lexer association of the Pyramid project type for a file.</td> |
115 <td>Public method to get the lexer association of the Pyramid project type for a file.</td> |
201 </p><dl> |
207 </p><dl> |
202 <dt>Returns:</dt> |
208 <dt>Returns:</dt> |
203 <dd> |
209 <dd> |
204 dictionary with file type associations |
210 dictionary with file type associations |
205 </dd> |
211 </dd> |
|
212 </dl><a NAME="ProjectPyramidPlugin.getMenu" ID="ProjectPyramidPlugin.getMenu"></a> |
|
213 <h4>ProjectPyramidPlugin.getMenu</h4> |
|
214 <b>getMenu</b>(<i>name</i>) |
|
215 <p> |
|
216 Public method to get a reference to the requested menu. |
|
217 </p><dl> |
|
218 <dt><i>name</i></dt> |
|
219 <dd> |
|
220 name of the menu (string) |
|
221 </dd> |
|
222 </dl><dl> |
|
223 <dt>Returns:</dt> |
|
224 <dd> |
|
225 reference to the menu (QMenu) or None, if no |
|
226 menu with the given name exists |
|
227 </dd> |
|
228 </dl><a NAME="ProjectPyramidPlugin.getMenuNames" ID="ProjectPyramidPlugin.getMenuNames"></a> |
|
229 <h4>ProjectPyramidPlugin.getMenuNames</h4> |
|
230 <b>getMenuNames</b>(<i></i>) |
|
231 <p> |
|
232 Public method to get the names of all menus. |
|
233 </p><dl> |
|
234 <dt>Returns:</dt> |
|
235 <dd> |
|
236 menu names (list of string) |
|
237 </dd> |
206 </dl><a NAME="ProjectPyramidPlugin.getPreferences" ID="ProjectPyramidPlugin.getPreferences"></a> |
238 </dl><a NAME="ProjectPyramidPlugin.getPreferences" ID="ProjectPyramidPlugin.getPreferences"></a> |
207 <h4>ProjectPyramidPlugin.getPreferences</h4> |
239 <h4>ProjectPyramidPlugin.getPreferences</h4> |
208 <b>getPreferences</b>(<i>key</i>) |
240 <b>getPreferences</b>(<i>key</i>) |
209 <p> |
241 <p> |
210 Public method to retrieve the various settings. |
242 Public method to retrieve the various settings. |