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>
Include dependency graph for kstandardshortcut.cpp:
Go to the source code of this file.
Namespaces | |
KStandardShortcut | |
Macros | |
#define | ALT(x) Qt::ALT+Qt::Key_##x |
#define | ALTSHIFT(x) Qt::ALT+Qt::SHIFT+Qt::Key_##x |
#define | CTRL(x) Qt::CTRL+Qt::Key_##x |
#define | CTRLSHIFT(x) Qt::CTRL+Qt::SHIFT+Qt::Key_##x |
#define | I18N_NOOP2(comment, x) comment, x |
#define | SHIFT(x) Qt::SHIFT+Qt::Key_##x |
Variables | |
static KStandardShortcutInfo | KStandardShortcut::g_infoStandardShortcut [] |
QString | KStandardShortcut::whatsThis (StandardShortcut) |
Macro Definition Documentation
#define ALT | ( | x | ) | Qt::ALT+Qt::Key_##x |
Definition at line 73 of file kstandardshortcut.cpp.
Definition at line 74 of file kstandardshortcut.cpp.
#define CTRL | ( | x | ) | Qt::CTRL+Qt::Key_##x |
Definition at line 70 of file kstandardshortcut.cpp.
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.
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:24:01 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:24:01 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.