KDEUI
kdedglobalaccel.cpp File Reference
#include "kdedglobalaccel.h"
#include <kdebug.h>
#include "kdedglobalaccel_adaptor.h"
#include "kglobalaccel_x11.h"
#include <QtCore/QHash>
#include <QtCore/QTimer>
#include <QtGui/QX11Info>
#include <QtGui/QApplication>
#include <kconfiggroup.h>
#include <kglobal.h>
#include <ksharedconfig.h>
#include <kpluginfactory.h>
#include <kpluginloader.h>
#include "kdedglobalaccel.moc"
#include "kdedglobalaccel_adaptor.moc"
Include dependency graph for kdedglobalaccel.cpp:

Go to the source code of this file.
Enumerations | |
enum | actionIdFields { ComponentUnique = 0, ActionUnique = 1, ComponentFriendly = 2, ActionFriendly = 3, ComponentUnique = 0, ActionUnique = 1, ComponentFriendly = 2, ActionFriendly = 3 } |
Functions | |
K_PLUGIN_FACTORY (KdedGlobalAccelFactory, registerPlugin< KdedGlobalAccel >();) K_EXPORT_PLUGIN(KdedGlobalAccelFactory("globalaccel")) struct componentData |
Enumeration Type Documentation
enum actionIdFields |
- Enumerator:
-
ComponentUnique ActionUnique ComponentFriendly ActionFriendly ComponentUnique ActionUnique ComponentFriendly ActionFriendly
Definition at line 76 of file kdedglobalaccel.cpp.
Function Documentation
K_PLUGIN_FACTORY | ( | KdedGlobalAccelFactory | , | |
registerPlugin< KdedGlobalAccel >(); | ||||
) |
Definition at line 50 of file kdedglobalaccel.cpp.