• Skip to content
  • Skip to link menu
Trinity API Reference
  • Trinity API Reference
  • kdecore
 

kdecore

  • kdecore
kglobalaccel_mac.h
1 #ifndef _KGLOBALACCEL_MAC_H
2 #define _KGLOBALACCEL_MAC_H
3 
4 #include <tqwidget.h>
5 
6 #include "kshortcut.h"
7 #include "kaccelbase.h"
8 
9 class KGlobalAccelPrivate: public KAccelBase
10 {
11 public:
12  KGlobalAccelPrivate()
13  : KAccelBase(KAccelBase::NATIVE_KEYS)
14  {}
15 
16  // reimplemented pure virtuals
17  void setEnabled( bool bEnabled )
18  { Q_UNUSED(bEnabled); }
19  bool emitSignal( Signal signal )
20  { Q_UNUSED(signal); return false; }
21  bool connectKey( KAccelAction& action, const KKeyServer::Key& key)
22  { Q_UNUSED(action); Q_UNUSED(key); return false; }
23  bool connectKey( const KKeyServer::Key& key)
24  { Q_UNUSED(key); return false; }
25  bool disconnectKey( KAccelAction&, const KKeyServer::Key& key)
26  { Q_UNUSED(key); return false; }
27  bool disconnectKey( const KKeyServer::Key& )
28  { return false; }
29 };
30 
31 #endif // _KGLOBALACCEL_EMB_H

kdecore

Skip menu "kdecore"
  • Main Page
  • Modules
  • Namespace List
  • Class Hierarchy
  • Alphabetical List
  • Class List
  • File List
  • Namespace Members
  • Class Members
  • Related Pages

kdecore

Skip menu "kdecore"
  • arts
  • dcop
  • dnssd
  • interfaces
  •     interface
  •     library
  •   kspeech
  •   ktexteditor
  • kabc
  • kate
  • kcmshell
  • kdecore
  • kded
  • kdefx
  • kdeprint
  • kdesu
  • kdeui
  • kdoctools
  • khtml
  • kimgio
  • kinit
  • kio
  •   bookmarks
  •   httpfilter
  •   kfile
  •   kio
  •   kioexec
  •   kpasswdserver
  •   kssl
  • kioslave
  •   http
  • kjs
  • kmdi
  •   kmdi
  • knewstuff
  • kparts
  • krandr
  • kresources
  • kspell2
  • kunittest
  • kutils
  • kwallet
  • libkmid
  • libkscreensaver
Generated for kdecore by doxygen 1.8.3.1
This website is maintained by Timothy Pearson.
KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. |