class KPanelAppMenu
|
DCop client menu class for the Kicker panel that will insert a submenu into
the KDE menu. More... |
|
|
Public Methods
- KPanelAppMenu (const QString &title, QObject *parent = 0, const char *name = 0 )
- KPanelAppMenu (const QPixmap &icon, const QString &title, QObject *parent,
const char *name)
- KPanelAppMenu (QObject *parent, const char *name)
- ~KPanelAppMenu ()
- int insertItem (const QString &text, int id = -1)
- int insertItem (const QPixmap &icon, const QString &text, int id = -1 )
- KPanelAppMenu * insertMenu (const QPixmap &icon, const QString &text, int id=-1)
- void clear ()
- bool process (const QCString &fun, const QByteArray &data,
QCString &replyType, QByteArray &reply)
Signals
Protected Methods
DCop client menu class for the Kicker panel that will insert a submenu into
the KDE menu.
KPanelAppMenu (const QString &title, QObject *parent = 0, const char *name = 0 )
| KPanelAppMenu |
Constructs a new menu with the given title.
KPanelAppMenu (const QPixmap &icon, const QString &title, QObject *parent,
const char *name)
| KPanelAppMenu |
Same as above, but with an icon for the submenu item.
KPanelAppMenu (QObject *parent, const char *name)
| KPanelAppMenu |
Constructs a new (sub)menu with a given id.
~KPanelAppMenu ()
| ~KPanelAppMenu |
Make sure you actually destroy this thing or the menu will never go
away until this application quits or Kicker restarts ;-)
int insertItem (const QString &text, int id = -1)
| insertItem |
Inserts an item into the menu.
int insertItem (const QPixmap &icon, const QString &text, int id = -1 )
| insertItem |
Inserts an item with a icon. The icon name must be a full path.
Inserts a sub menu with a icon. The icon name must be a full path.
Clears the menu.
Reimplemented from DCOPObject.
void activated (int id)
| activated |
[signal]
Emitted when the user selects an item from the Kicker menu.
[protected]
- Author: Daniel M. Duley
- Generated: caleb on tcdevel on Tue Jan 28 12:54:10 2003, using kdoc $.