kdeui
kpanelmenu.h File Reference
#include <qstring.h>
#include <kpopupmenu.h>
#include <kgenericfactory.h>
Include dependency graph for kpanelmenu.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | KPanelMenu |
Base class to build dynamically loaded menu entries for the K-menu, or the panel. More... | |
Defines | |
#define | K_EXPORT_KICKER_MENUEXT(libname, classname) |
Define Documentation
#define K_EXPORT_KICKER_MENUEXT | ( | libname, | |||
classname | ) |
Value:
K_EXPORT_COMPONENT_FACTORY( \
kickermenu_##libname, \
KGenericFactory<classname>("libkickermenu_" #libname) )
Definition at line 177 of file kpanelmenu.h.