src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.HgExtensionProjectHelper.html

branch
eric7
changeset 10438
4cd7e5a8b3cf
parent 9209
b99e7fd55fd3
child 10479
856476537696
equal deleted inserted replaced
10437:2f70ca07f0af 10438:4cd7e5a8b3cf
109 Public method to get a list of all actions. 109 Public method to get a list of all actions.
110 </p> 110 </p>
111 <dl> 111 <dl>
112 <dt>Return:</dt> 112 <dt>Return:</dt>
113 <dd> 113 <dd>
114 list of all actions (list of EricAction) 114 list of all actions
115 </dd>
116 </dl>
117 <dl>
118 <dt>Return Type:</dt>
119 <dd>
120 list of EricAction
115 </dd> 121 </dd>
116 </dl> 122 </dl>
117 <a NAME="HgExtensionProjectHelper.initActions" ID="HgExtensionProjectHelper.initActions"></a> 123 <a NAME="HgExtensionProjectHelper.initActions" ID="HgExtensionProjectHelper.initActions"></a>
118 <h4>HgExtensionProjectHelper.initActions</h4> 124 <h4>HgExtensionProjectHelper.initActions</h4>
119 <b>initActions</b>(<i></i>) 125 <b>initActions</b>(<i></i>)
142 <p> 148 <p>
143 Note: Derived class must implement this method. 149 Note: Derived class must implement this method.
144 </p> 150 </p>
145 <dl> 151 <dl>
146 152
147 <dt><i>mainMenu</i></dt> 153 <dt><i>mainMenu</i> (QMenu)</dt>
148 <dd> 154 <dd>
149 reference to the main menu (QMenu) 155 reference to the main menu
150 </dd> 156 </dd>
151 </dl> 157 </dl>
152 <dl> 158 <dl>
153 <dt>Return:</dt> 159 <dt>Return:</dt>
154 <dd> 160 <dd>
155 populated menu (QMenu) 161 populated menu
162 </dd>
163 </dl>
164 <dl>
165 <dt>Return Type:</dt>
166 <dd>
167 QMenu
156 </dd> 168 </dd>
157 </dl> 169 </dl>
158 <dl> 170 <dl>
159 171
160 <dt>Raises <b>NotImplementedError</b>:</dt> 172 <dt>Raises <b>NotImplementedError</b>:</dt>
174 Note: Derived class must implement this method. 186 Note: Derived class must implement this method.
175 </p> 187 </p>
176 <dl> 188 <dl>
177 <dt>Return:</dt> 189 <dt>Return:</dt>
178 <dd> 190 <dd>
179 title of the menu (string) 191 title of the menu
192 </dd>
193 </dl>
194 <dl>
195 <dt>Return Type:</dt>
196 <dd>
197 str
180 </dd> 198 </dd>
181 </dl> 199 </dl>
182 <dl> 200 <dl>
183 201
184 <dt>Raises <b>NotImplementedError</b>:</dt> 202 <dt>Raises <b>NotImplementedError</b>:</dt>
194 <p> 212 <p>
195 Public method to set references to the vcs and project objects. 213 Public method to set references to the vcs and project objects.
196 </p> 214 </p>
197 <dl> 215 <dl>
198 216
199 <dt><i>vcsObject</i></dt> 217 <dt><i>vcsObject</i> (Hg)</dt>
200 <dd> 218 <dd>
201 reference to the vcs object 219 reference to the vcs object
202 </dd> 220 </dd>
203 <dt><i>projectObject</i></dt> 221 <dt><i>projectObject</i> (Project)</dt>
204 <dd> 222 <dd>
205 reference to the project object 223 reference to the project object
206 </dd> 224 </dd>
207 </dl> 225 </dl>
208 <a NAME="HgExtensionProjectHelper.shutdown" ID="HgExtensionProjectHelper.shutdown"></a> 226 <a NAME="HgExtensionProjectHelper.shutdown" ID="HgExtensionProjectHelper.shutdown"></a>

eric ide

mercurial