107 <td><a href="#CodeStyleCheckerPlugin.__projectCodeStyleCheck">__projectCodeStyleCheck</a></td> |
107 <td><a href="#CodeStyleCheckerPlugin.__projectCodeStyleCheck">__projectCodeStyleCheck</a></td> |
108 <td>Private slot used to check the project files for code style.</td> |
108 <td>Private slot used to check the project files for code style.</td> |
109 </tr> |
109 </tr> |
110 <tr> |
110 <tr> |
111 <td><a href="#CodeStyleCheckerPlugin.__projectShowMenu">__projectShowMenu</a></td> |
111 <td><a href="#CodeStyleCheckerPlugin.__projectShowMenu">__projectShowMenu</a></td> |
112 <td></td> |
112 <td>Private slot called, when the the project menu or a submenu is about to be shown.</td> |
113 </tr> |
113 </tr> |
114 <tr> |
114 <tr> |
115 <td><a href="#CodeStyleCheckerPlugin.__serviceError">__serviceError</a></td> |
115 <td><a href="#CodeStyleCheckerPlugin.__serviceError">__serviceError</a></td> |
116 <td>Private slot handling service errors.</td> |
116 <td>Private slot handling service errors.</td> |
117 </tr> |
117 </tr> |
270 </p> |
270 </p> |
271 <a NAME="CodeStyleCheckerPlugin.__projectShowMenu" ID="CodeStyleCheckerPlugin.__projectShowMenu"></a> |
271 <a NAME="CodeStyleCheckerPlugin.__projectShowMenu" ID="CodeStyleCheckerPlugin.__projectShowMenu"></a> |
272 <h4>CodeStyleCheckerPlugin.__projectShowMenu</h4> |
272 <h4>CodeStyleCheckerPlugin.__projectShowMenu</h4> |
273 <b>__projectShowMenu</b>(<i>menuName, menu</i>) |
273 <b>__projectShowMenu</b>(<i>menuName, menu</i>) |
274 |
274 |
|
275 <p> |
|
276 Private slot called, when the the project menu or a submenu is |
|
277 about to be shown. |
|
278 </p> |
|
279 <dl> |
|
280 |
|
281 <dt><i>menuName</i></dt> |
|
282 <dd> |
|
283 name of the menu to be shown (string) |
|
284 </dd> |
|
285 <dt><i>menu</i></dt> |
|
286 <dd> |
|
287 reference to the menu (QMenu) |
|
288 </dd> |
|
289 </dl> |
275 <a NAME="CodeStyleCheckerPlugin.__serviceError" ID="CodeStyleCheckerPlugin.__serviceError"></a> |
290 <a NAME="CodeStyleCheckerPlugin.__serviceError" ID="CodeStyleCheckerPlugin.__serviceError"></a> |
276 <h4>CodeStyleCheckerPlugin.__serviceError</h4> |
291 <h4>CodeStyleCheckerPlugin.__serviceError</h4> |
277 <b>__serviceError</b>(<i>fn, msg</i>) |
292 <b>__serviceError</b>(<i>fn, msg</i>) |
278 |
293 |
279 <p> |
294 <p> |