KIO
KBookmarkAction Class Reference
#include <kbookmarkmenu.h>
Inheritance diagram for KBookmarkAction:
Public Slots | |
| void | slotSelected (Qt::MouseButtons mb, Qt::KeyboardModifiers km) |
Public Member Functions | |
| KBookmarkAction (const KBookmark &bk, KBookmarkOwner *owner, QObject *parent) | |
| virtual | ~KBookmarkAction () |
Public Member Functions inherited from KAction | |
| KAction (QObject *parent) | |
| KAction (const QString &text, QObject *parent) | |
| KAction (const KIcon &icon, const QString &text, QObject *parent) | |
| virtual | ~KAction () |
| KAuth::Action * | authAction () const |
| bool | event (QEvent *) |
| void | forgetGlobalShortcut () |
| const KShortcut & | globalShortcut (ShortcutTypes type=ActiveShortcut) const |
| bool | globalShortcutAllowed () const |
| bool | isGlobalShortcutEnabled () const |
| bool | isShortcutConfigurable () const |
| KRockerGesture | rockerGesture (ShortcutTypes type=ActiveShortcut) const |
| void | setAuthAction (KAuth::Action *action) |
| void | setAuthAction (const QString &actionName) |
| void | setGlobalShortcut (const KShortcut &shortcut, ShortcutTypes type=ShortcutTypes(ActiveShortcut|DefaultShortcut), GlobalShortcutLoading loading=Autoloading) |
| void | setGlobalShortcutAllowed (bool allowed, GlobalShortcutLoading loading=Autoloading) |
| void | setHelpText (const QString &text) |
| void | setRockerGesture (const KRockerGesture &gest, ShortcutTypes type=ShortcutTypes(ActiveShortcut|DefaultShortcut)) |
| void | setShapeGesture (const KShapeGesture &gest, ShortcutTypes type=ShortcutTypes(ActiveShortcut|DefaultShortcut)) |
| void | setShortcut (const KShortcut &shortcut, ShortcutTypes type=ShortcutTypes(ActiveShortcut|DefaultShortcut)) |
| void | setShortcut (const QKeySequence &shortcut, ShortcutTypes type=ShortcutTypes(ActiveShortcut|DefaultShortcut)) |
| void | setShortcutConfigurable (bool configurable) |
| void | setShortcuts (const QList< QKeySequence > &shortcuts, ShortcutTypes type=ShortcutTypes(ActiveShortcut|DefaultShortcut)) |
| KShapeGesture | shapeGesture (ShortcutTypes type=ActiveShortcut) const |
| KShortcut | shortcut (ShortcutTypes types=ActiveShortcut) const |
Public Member Functions inherited from KBookmarkActionInterface | |
| KBookmarkActionInterface (const KBookmark &bk) | |
| virtual | ~KBookmarkActionInterface () |
| const KBookmark | bookmark () const |
Additional Inherited Members | |
Public Types inherited from KAction | |
| enum | GlobalShortcutLoading |
| enum | ShortcutType |
Signals inherited from KAction | |
| void | authorized (KAuth::Action *action) |
| void | globalShortcutChanged (const QKeySequence &) |
| void | triggered (Qt::MouseButtons buttons, Qt::KeyboardModifiers modifiers) |
Public Attributes inherited from KAction | |
| ActiveShortcut | |
| Autoloading | |
| DefaultShortcut | |
| NoAutoloading | |
Properties inherited from KAction | |
| KShortcut | globalShortcut |
| bool | globalShortcutAllowed |
| bool | globalShortcutEnabled |
| KShortcut | shortcut |
| bool | shortcutConfigurable |
Detailed Description
Definition at line 255 of file kbookmarkmenu.h.
Constructor & Destructor Documentation
◆ KBookmarkAction()
| KBookmarkAction::KBookmarkAction | ( | const KBookmark & | bk, |
| KBookmarkOwner * | owner, | ||
| QObject * | parent | ||
| ) |
Definition at line 722 of file kbookmarkmenu.cc.
◆ ~KBookmarkAction()
|
virtual |
Definition at line 737 of file kbookmarkmenu.cc.
Member Function Documentation
◆ slotSelected
|
slot |
Definition at line 741 of file kbookmarkmenu.cc.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Sat Jan 18 2020 19:02:22 by doxygen 1.8.15 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Sat Jan 18 2020 19:02:22 by doxygen 1.8.15 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
Public Member Functions inherited from