kdecore Library API Documentation

kglobalaccel_mac.h

00001 #ifndef _KGLOBALACCEL_MAC_H
00002 #define _KGLOBALACCEL_MAC_H
00003 
00004 #include <qwidget.h>
00005 
00006 #include "kshortcut.h"
00007 #include "kaccelbase.h"
00008 
00009 class KGlobalAccelPrivate: public KAccelBase
00010 {
00011 public:
00012     KGlobalAccelPrivate()
00013         : KAccelBase(KAccelBase::NATIVE_KEYS)
00014     {}
00015 
00016     // reimplemented pure virtuals
00017     void setEnabled( bool )
00018     {}
00019     bool emitSignal( Signal )
00020     { return false; }
00021     bool connectKey( KAccelAction&, const KKeyServer::Key& )
00022     { return false; }
00023     bool connectKey( const KKeyServer::Key& )
00024     { return false; }
00025     bool disconnectKey( KAccelAction&, const KKeyServer::Key& )
00026     { return false; }
00027     bool disconnectKey( const KKeyServer::Key& )
00028     { return false; }
00029 };
00030 
00031 #endif // _KGLOBALACCEL_EMB_H
KDE Logo
This file is part of the documentation for kdecore Library Version 3.4.1.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Sat Jul 2 13:02:20 2005 by doxygen 1.3.9.1 written by Dimitri van Heesch, © 1997-2003