Documentation/Source/eric6.E5Gui.E5ToolBarManager.html

changeset 4113
feac3108a780
parent 3673
e26d7d0c1088
child 5108
f5cb9cb98e6a
equal deleted inserted replaced
4112:f15ce9247b7c 4113:feac3108a780
106 <td>Public method to get the reference to the main window.</td> 106 <td>Public method to get the reference to the main window.</td>
107 </tr><tr> 107 </tr><tr>
108 <td><a href="#E5ToolBarManager.removeAction">removeAction</a></td> 108 <td><a href="#E5ToolBarManager.removeAction">removeAction</a></td>
109 <td>Public method to remove an action from the manager.</td> 109 <td>Public method to remove an action from the manager.</td>
110 </tr><tr> 110 </tr><tr>
111 <td><a href="#E5ToolBarManager.removeCategoryActions">removeCategoryActions</a></td>
112 <td>Public method to remove the actions belonging to a category.</td>
113 </tr><tr>
111 <td><a href="#E5ToolBarManager.removeToolBar">removeToolBar</a></td> 114 <td><a href="#E5ToolBarManager.removeToolBar">removeToolBar</a></td>
112 <td>Public method to remove a toolbar added with addToolBar().</td> 115 <td>Public method to remove a toolbar added with addToolBar().</td>
113 </tr><tr> 116 </tr><tr>
114 <td><a href="#E5ToolBarManager.removeWidgetActions">removeWidgetActions</a></td> 117 <td><a href="#E5ToolBarManager.removeWidgetActions">removeWidgetActions</a></td>
115 <td>Public method to remove widget actions.</td> 118 <td>Public method to remove widget actions.</td>
273 <p> 276 <p>
274 Public method to get the actions belonging to a category. 277 Public method to get the actions belonging to a category.
275 </p><dl> 278 </p><dl>
276 <dt><i>category</i></dt> 279 <dt><i>category</i></dt>
277 <dd> 280 <dd>
278 category for the toolbar (string) 281 category for the actions (string)
279 </dd> 282 </dd>
280 </dl><dl> 283 </dl><dl>
281 <dt>Returns:</dt> 284 <dt>Returns:</dt>
282 <dd> 285 <dd>
283 list of actions (list of QAction) 286 list of actions (list of QAction)
382 Public method to remove an action from the manager. 385 Public method to remove an action from the manager.
383 </p><dl> 386 </p><dl>
384 <dt><i>action</i></dt> 387 <dt><i>action</i></dt>
385 <dd> 388 <dd>
386 reference to the action to be removed (QAction) 389 reference to the action to be removed (QAction)
390 </dd>
391 </dl><a NAME="E5ToolBarManager.removeCategoryActions" ID="E5ToolBarManager.removeCategoryActions"></a>
392 <h4>E5ToolBarManager.removeCategoryActions</h4>
393 <b>removeCategoryActions</b>(<i>category</i>)
394 <p>
395 Public method to remove the actions belonging to a category.
396 </p><dl>
397 <dt><i>category</i></dt>
398 <dd>
399 category for the actions (string)
387 </dd> 400 </dd>
388 </dl><a NAME="E5ToolBarManager.removeToolBar" ID="E5ToolBarManager.removeToolBar"></a> 401 </dl><a NAME="E5ToolBarManager.removeToolBar" ID="E5ToolBarManager.removeToolBar"></a>
389 <h4>E5ToolBarManager.removeToolBar</h4> 402 <h4>E5ToolBarManager.removeToolBar</h4>
390 <b>removeToolBar</b>(<i>toolBar</i>) 403 <b>removeToolBar</b>(<i>toolBar</i>)
391 <p> 404 <p>

eric ide

mercurial