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 kdecore Library Version 3.2.3.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Sat Jun 12 15:07:58 2004 by doxygen 1.3.7 written by Dimitri van Heesch, © 1997-2003