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
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
This file is part of the documentation for kdecore Library Version 3.4.0.