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.
Namespaces | |
| namespace | KStandardShortcut |
Macros | |
| #define | ALT(x) |
| #define | ALTSHIFT(x) |
| #define | CTRL(x) |
| #define | CTRLSHIFT(x) |
| #define | I18N_NOOP2(comment, x) |
| #define | SHIFT(x) |
Variables | |
| static KStandardShortcutInfo | KStandardShortcut::g_infoStandardShortcut [] |
Macro Definition Documentation
◆ ALT
| #define ALT | ( | x | ) |
Value:
Qt::ALT+Qt::Key_##x
Definition at line 73 of file kstandardshortcut.cpp.
◆ ALTSHIFT
| #define ALTSHIFT | ( | x | ) |
Value:
Qt::ALT+Qt::SHIFT+Qt::Key_##x
Definition at line 74 of file kstandardshortcut.cpp.
◆ CTRL
| #define CTRL | ( | x | ) |
Value:
Qt::CTRL+Qt::Key_##x
Definition at line 70 of file kstandardshortcut.cpp.
◆ CTRLSHIFT
| #define CTRLSHIFT | ( | x | ) |
Value:
Qt::CTRL+Qt::SHIFT+Qt::Key_##x
Definition at line 72 of file kstandardshortcut.cpp.
◆ I18N_NOOP2
| #define I18N_NOOP2 | ( | comment, | |
| x ) |
Value:
comment, x
We need to remember the context to get the correct translation.
Definition at line 68 of file kstandardshortcut.cpp.
◆ SHIFT
| #define SHIFT | ( | x | ) |
Value:
Qt::SHIFT+Qt::Key_##x
Definition at line 71 of file kstandardshortcut.cpp.
This file is part of the KDE documentation.
Documentation copyright © 1996-2026 The KDE developers.
Generated on by doxygen 1.15.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2026 The KDE developers.
Generated on by doxygen 1.15.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.