1 #ifndef _KVI_SHORTCUT_CLASSFILE_H_
2 #define _KVI_SHORTCUT_CLASSFILE_H_
31 #include <QKeySequence>
43 static QShortcut * create(
const char * key, QWidget * parent,
const char * member = 0,
const char * ambiguousMember = 0, Qt::ShortcutContext context = Qt::WindowShortcut);
44 static QShortcut * create(
const QKeySequence & key, QWidget * parent,
const char * member = 0,
const char * ambiguousMember = 0, Qt::ShortcutContext context = Qt::WindowShortcut);
45 static void create(QKeySequence::StandardKey key, QWidget * parent,
const char * member = 0,
const char * ambiguousMember = 0, Qt::ShortcutContext context = Qt::WindowShortcut,
KviPointerList<QShortcut> * pBufferList =
NULL);
48 #endif //_KVI_SHORTCUT_CLASSFILE_H_
char * NULL
Definition: KviIrcNumericCodes.h:391
Definition: KviShortcut.h:36
C++ Template based double linked pointer list class.
This file contains all the keyboard shortcuts used by KVIrc.
#define KVILIB_API
Definition: kvi_settings.h:125