70 <td><a href="#EricdocPlugin.__initialize">__initialize</a></td> |
70 <td><a href="#EricdocPlugin.__initialize">__initialize</a></td> |
71 <td>Private slot to (re)initialize the plugin.</td> |
71 <td>Private slot to (re)initialize the plugin.</td> |
72 </tr> |
72 </tr> |
73 <tr> |
73 <tr> |
74 <td><a href="#EricdocPlugin.__projectShowMenu">__projectShowMenu</a></td> |
74 <td><a href="#EricdocPlugin.__projectShowMenu">__projectShowMenu</a></td> |
75 <td></td> |
75 <td>Private slot called, when the the project menu or a submenu is about to be shown.</td> |
76 </tr> |
76 </tr> |
77 <tr> |
77 <tr> |
78 <td><a href="#EricdocPlugin.activate">activate</a></td> |
78 <td><a href="#EricdocPlugin.activate">activate</a></td> |
79 <td>Public method to activate this plugin.</td> |
79 <td>Public method to activate this plugin.</td> |
80 </tr> |
80 </tr> |
119 </p> |
119 </p> |
120 <a NAME="EricdocPlugin.__projectShowMenu" ID="EricdocPlugin.__projectShowMenu"></a> |
120 <a NAME="EricdocPlugin.__projectShowMenu" ID="EricdocPlugin.__projectShowMenu"></a> |
121 <h4>EricdocPlugin.__projectShowMenu</h4> |
121 <h4>EricdocPlugin.__projectShowMenu</h4> |
122 <b>__projectShowMenu</b>(<i>menuName, menu</i>) |
122 <b>__projectShowMenu</b>(<i>menuName, menu</i>) |
123 |
123 |
|
124 <p> |
|
125 Private slot called, when the the project menu or a submenu is |
|
126 about to be shown. |
|
127 </p> |
|
128 <dl> |
|
129 |
|
130 <dt><i>menuName</i></dt> |
|
131 <dd> |
|
132 name of the menu to be shown (string) |
|
133 </dd> |
|
134 <dt><i>menu</i></dt> |
|
135 <dd> |
|
136 reference to the menu (QMenu) |
|
137 </dd> |
|
138 </dl> |
124 <a NAME="EricdocPlugin.activate" ID="EricdocPlugin.activate"></a> |
139 <a NAME="EricdocPlugin.activate" ID="EricdocPlugin.activate"></a> |
125 <h4>EricdocPlugin.activate</h4> |
140 <h4>EricdocPlugin.activate</h4> |
126 <b>activate</b>(<i></i>) |
141 <b>activate</b>(<i></i>) |
127 |
142 |
128 <p> |
143 <p> |