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.getDefaultPreference">getDefaultPreference</a></td> |
|
106 <td>Public method to get the default value for a setting.</td> |
|
107 </tr><tr> |
105 <td><a href="#ProjectPyramidPlugin.getMenu">getMenu</a></td> |
108 <td><a href="#ProjectPyramidPlugin.getMenu">getMenu</a></td> |
106 <td>Public method to get a reference to the requested menu.</td> |
109 <td>Public method to get a reference to the requested menu.</td> |
107 </tr><tr> |
110 </tr><tr> |
108 <td><a href="#ProjectPyramidPlugin.getMenuNames">getMenuNames</a></td> |
111 <td><a href="#ProjectPyramidPlugin.getMenuNames">getMenuNames</a></td> |
109 <td>Public method to get the names of all menus.</td> |
112 <td>Public method to get the names of all menus.</td> |
207 </p><dl> |
210 </p><dl> |
208 <dt>Returns:</dt> |
211 <dt>Returns:</dt> |
209 <dd> |
212 <dd> |
210 dictionary with file type associations |
213 dictionary with file type associations |
211 </dd> |
214 </dd> |
|
215 </dl><a NAME="ProjectPyramidPlugin.getDefaultPreference" ID="ProjectPyramidPlugin.getDefaultPreference"></a> |
|
216 <h4>ProjectPyramidPlugin.getDefaultPreference</h4> |
|
217 <b>getDefaultPreference</b>(<i>key</i>) |
|
218 <p> |
|
219 Public method to get the default value for a setting. |
|
220 </p><dl> |
|
221 <dt><i>key</i></dt> |
|
222 <dd> |
|
223 the key of the value to get |
|
224 </dd> |
|
225 </dl><dl> |
|
226 <dt>Returns:</dt> |
|
227 <dd> |
|
228 the requested setting |
|
229 </dd> |
212 </dl><a NAME="ProjectPyramidPlugin.getMenu" ID="ProjectPyramidPlugin.getMenu"></a> |
230 </dl><a NAME="ProjectPyramidPlugin.getMenu" ID="ProjectPyramidPlugin.getMenu"></a> |
213 <h4>ProjectPyramidPlugin.getMenu</h4> |
231 <h4>ProjectPyramidPlugin.getMenu</h4> |
214 <b>getMenu</b>(<i>name</i>) |
232 <b>getMenu</b>(<i>name</i>) |
215 <p> |
233 <p> |
216 Public method to get a reference to the requested menu. |
234 Public method to get a reference to the requested menu. |