kdecore Library API Documentation

kglobalaccel_emb.h

00001 #ifndef _KGLOBALACCEL_EMB_H
00002 #define _KGLOBALACCEL_EMB_H
00003 
00004 #include "kaccelbase.h"
00005 #include "kshortcut.h"
00006 
00007 class KGlobalAccelPrivate
00008 {
00009 public:
00010     KGlobalAccelPrivate();
00011 
00012     virtual void setEnabled( bool );
00013 
00014     virtual bool connectKey( KAccelAction&, KKeySequence );
00015     virtual bool disconnectKey( KAccelAction&, KKeySequence );
00016 };
00017 
00018 #endif // _KGLOBALACCEL_EMB_H
KDE Logo
This file is part of the documentation for kdelibs Version 3.1.4.
Documentation copyright © 1996-2002 the KDE developers.
Generated on Sun Feb 27 22:14:46 2005 by doxygen 1.3.4 written by Dimitri van Heesch, © 1997-2001