• Skip to content
  • Skip to link menu
KDE API Reference
  • KDE API Reference
  • kdelibs API Reference
  • KDE Home
  • Contact Us
 

KDEUI

  • sources
  • kde-4.14
  • kdelibs
  • kdeui
  • shortcuts
Namespaces | Macros | Functions | Variables
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
 

Functions

const KShortcut & KStandardShortcut::addBookmark ()
 
const KShortcut & KStandardShortcut::back ()
 
const KShortcut & KStandardShortcut::backwardWord ()
 
const KShortcut & KStandardShortcut::begin ()
 
const KShortcut & KStandardShortcut::beginningOfLine ()
 
const KShortcut & KStandardShortcut::close ()
 
const KShortcut & KStandardShortcut::completion ()
 
const KShortcut & KStandardShortcut::copy ()
 
const KShortcut & KStandardShortcut::cut ()
 
const KShortcut & KStandardShortcut::deleteWordBack ()
 
const KShortcut & KStandardShortcut::deleteWordForward ()
 
const KShortcut & KStandardShortcut::end ()
 
const KShortcut & KStandardShortcut::endOfLine ()
 
StandardShortcut KStandardShortcut::find (const QKeySequence &keySeq)
 
StandardShortcut KStandardShortcut::find (const char *keyName)
 
const KShortcut & KStandardShortcut::find ()
 
const KShortcut & KStandardShortcut::findNext ()
 
const KShortcut & KStandardShortcut::findPrev ()
 
const KShortcut & KStandardShortcut::forward ()
 
const KShortcut & KStandardShortcut::forwardWord ()
 
const KShortcut & KStandardShortcut::fullScreen ()
 
const KShortcut & KStandardShortcut::gotoLine ()
 
static KStandardShortcutInfo * KStandardShortcut::guardedStandardShortcutInfo (StandardShortcut id)
 
KShortcut KStandardShortcut::hardcodedDefaultShortcut (StandardShortcut id)
 
const KShortcut & KStandardShortcut::help ()
 
const KShortcut & KStandardShortcut::home ()
 
static void KStandardShortcut::initialize (StandardShortcut id)
 
QString KStandardShortcut::label (StandardShortcut id)
 
QString KStandardShortcut::name (StandardShortcut id)
 
const KShortcut & KStandardShortcut::next ()
 
const KShortcut & KStandardShortcut::nextCompletion ()
 
const KShortcut & KStandardShortcut::open ()
 
const KShortcut & KStandardShortcut::openNew ()
 
const KShortcut & KStandardShortcut::paste ()
 
const KShortcut & KStandardShortcut::pasteSelection ()
 
const KShortcut & KStandardShortcut::prevCompletion ()
 
const KShortcut & KStandardShortcut::print ()
 
const KShortcut & KStandardShortcut::prior ()
 
const KShortcut & KStandardShortcut::quit ()
 
const KShortcut & KStandardShortcut::redo ()
 
const KShortcut & KStandardShortcut::reload ()
 
const KShortcut & KStandardShortcut::replace ()
 
const KShortcut & KStandardShortcut::rotateDown ()
 
const KShortcut & KStandardShortcut::rotateUp ()
 
const KShortcut & KStandardShortcut::save ()
 
void KStandardShortcut::saveShortcut (StandardShortcut id, const KShortcut &newShortcut)
 
const KShortcut & KStandardShortcut::selectAll ()
 
const KShortcut & KStandardShortcut::shortcut (StandardShortcut id)
 
const KShortcut & KStandardShortcut::showMenubar ()
 
const KShortcut & KStandardShortcut::substringCompletion ()
 
const KShortcut & KStandardShortcut::tabNext ()
 
const KShortcut & KStandardShortcut::tabPrev ()
 
const KShortcut & KStandardShortcut::undo ()
 
const KShortcut & KStandardShortcut::up ()
 
const KShortcut & KStandardShortcut::whatsThis ()
 
const KShortcut & KStandardShortcut::zoomIn ()
 
const KShortcut & KStandardShortcut::zoomOut ()
 

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.

#define ALTSHIFT (   x)    Qt::ALT+Qt::SHIFT+Qt::Key_##x

Definition at line 74 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.

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

KDE's Doxygen guidelines are available online.

KDEUI

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

kdelibs API Reference

Skip menu "kdelibs API Reference"
  • DNSSD
  • Interfaces
  •   KHexEdit
  •   KMediaPlayer
  •   KSpeech
  •   KTextEditor
  • kconf_update
  • KDE3Support
  •   KUnitTest
  • KDECore
  • KDED
  • KDEsu
  • KDEUI
  • KDEWebKit
  • KDocTools
  • KFile
  • KHTML
  • KImgIO
  • KInit
  • kio
  • KIOSlave
  • KJS
  •   KJS-API
  •   WTF
  • kjsembed
  • KNewStuff
  • KParts
  • KPty
  • Kross
  • KUnitConversion
  • KUtils
  • Nepomuk
  • Plasma
  • Solid
  • Sonnet
  • ThreadWeaver

Search



Report problems with this website to our bug tracking system.
Contact the specific authors with questions and comments about the page contents.

KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal