25 #ifndef __PANELAPPMENU_H
26 #define __PANELAPPMENU_H "$Id$"
28 #include <dcopobject.h>
44 KPanelAppMenu(
const TQString &title, TQObject *parent = 0,
const char *name = 0 );
48 KPanelAppMenu(
const TQPixmap &icon,
const TQString &title, TQObject *parent,
64 int insertItem(
const TQString &text,
int id = -1);
68 int insertItem(
const TQPixmap &icon,
const TQString &text,
int id = -1 );
72 KPanelAppMenu *insertMenu(
const TQPixmap &icon,
const TQString &text,
int id=-1);
82 bool process(
const TQCString &fun,
const TQByteArray &data,
83 TQCString &replyType, TQByteArray &replyData);
92 void init(
const TQPixmap &icon,
const TQString &title);
virtual bool process(const TQCString &fun, const TQByteArray &data, TQCString &replyType, TQByteArray &replyData)