|
|
This action is a normal action everywhere, except in a toolbar where it also has a delayed popupmenu. This action is designed for history actions (back/forward, undo/redo) and for any other action that has more detail in a toolbar than in a menu (e.g. tool chooser with "Other" leading to a dialog...).
| |
Create a KToolBarPopupAction, with a text, an icon, an optionnal accelerator, parent and name.
Parameters:
| text | The text that will be displayed. |
| icon | The icon to display. |
| accel | The corresponding keyboard accelerator (shortcut). |
| parent | This action's parent. |
| name | An internal name for this action. |
| |
Create a KToolBarPopupAction, with a text, an icon, an accelerator, a slot connected to the action, parent and name.
If you do not want or have a keyboard accelerator, set the
accel param to 0.
Parameters:
| text | The text that will be displayed. |
| icon | The icon to display. |
| accel | The corresponding keyboard accelerator (shortcut). |
| receiver | The SLOT's owner. |
| slot | The SLOT to invoke to execute this action. |
| parent | This action's parent. |
| name | An internal name for this action. |
| |
[virtual]
| int |
[virtual]
Reimplemented from KAction.
| void |
[virtual]
Reimplemented from KAction.
| KPopupMenu * |
The popup menu that is shown when clicking (some time) on the toolbar button. You may want to plug items into it on creation, or connect to aboutToShow for a more dynamic menu.
Reimplemented from KAction.
| bool |
[const]
Returns true if this action creates a delayed popup menu when plugged in a KToolbar.
| void |
If set to true, this action will create a delayed popup menu when plugged in a KToolbar. Otherwise it creates a normal popup. Default: delayed.
| bool |
[const]
Returns true if this action creates a sticky popup menu. See setStickyMenu.
| void |
If set to true, this action will create a sticky popup menu when plugged in a KToolbar. "Sticky", means it's visible until a selection is made or the mouse is clicked elsewhere. This feature allows you to make a selection without having to press and hold down the mouse while making a selection. Only available if delayed() is true. Default: sticky.
| Generated by: masato@ss10 on Wed Apr 11 11:54:32 2001, using kdoc 2.0a48. |