KDEUI
kstandardshortcut.cpp File Reference
#include "kstandardshortcut.h"#include "kconfig.h"#include "kdebug.h"#include "kglobal.h"#include "klocale.h"#include "kshortcut.h"#include <kconfiggroup.h>#include <QtGui/QKeySequence>#include <qx11info_x11.h>Go to the source code of this file.
Define Documentation
| #define ALT | ( | x | ) | Qt::ALT+Qt::Key_##x |
Definition at line 73 of file kstandardshortcut.cpp.
| #define CTRL | ( | x | ) | Qt::CTRL+Qt::Key_##x |
Definition at line 70 of file kstandardshortcut.cpp.
| #define CTRLSHIFT | ( | x | ) | Qt::CTRL+Qt::SHIFT+Qt::Key_##x |
Definition at line 72 of file kstandardshortcut.cpp.
| #define I18N_NOOP2 | ( | comment, | |||
| x | ) | comment, x |
We need to remember the context to get the correct translation.
Definition at line 68 of file kstandardshortcut.cpp.
| #define SHIFT | ( | x | ) | Qt::SHIFT+Qt::Key_##x |
Definition at line 71 of file kstandardshortcut.cpp.
KDE 4.3 API Reference