KIO
KImportedBookmarkActionMenu Class Reference
#include <kbookmarkmenu_p.h>
Inheritance diagram for KImportedBookmarkActionMenu:
Public Member Functions | |
| KImportedBookmarkActionMenu (const KIcon &icon, const QString &text, QObject *parent) | |
| ~KImportedBookmarkActionMenu () | |
| Public Member Functions inherited from KActionMenu | |
| KActionMenu (const KIcon &icon, const QString &text, QObject *parent) | |
| KActionMenu (const QString &text, QObject *parent) | |
| KActionMenu (QObject *parent) | |
| virtual | ~KActionMenu () |
| void | addAction (QAction *action) |
| QAction * | addSeparator () |
| virtual QWidget * | createWidget (QWidget *parent) |
| bool | delayed () const |
| void | insertAction (QAction *before, QAction *action) |
| QAction * | insertSeparator (QAction *before) |
| KMenu * | menu () |
| KMenu * | popupMenu () |
| void | remove (KAction *) |
| void | removeAction (QAction *action) |
| void | setDelayed (bool delayed) |
| void | setMenu (KMenu *menu) |
| void | setStickyMenu (bool sticky) |
| bool | stickyMenu () const |
| Public Member Functions inherited from KAction | |
| KAction (const KIcon &icon, const QString &text, QObject *parent) | |
| KAction (const QString &text, QObject *parent) | |
| KAction (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 (const QString &actionName) |
| void | setAuthAction (KAuth::Action *action) |
| 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 KActionMenu | |
| bool | delayed |
| bool | stickyMenu |
| Properties inherited from KAction | |
| KShortcut | globalShortcut |
| bool | globalShortcutAllowed |
| bool | globalShortcutEnabled |
| KShortcut | shortcut |
| bool | shortcutConfigurable |
Detailed Description
Definition at line 119 of file kbookmarkmenu_p.h.
Constructor & Destructor Documentation
◆ KImportedBookmarkActionMenu()
|
inline |
Definition at line 122 of file kbookmarkmenu_p.h.
◆ ~KImportedBookmarkActionMenu()
|
inline |
Definition at line 127 of file kbookmarkmenu_p.h.
The documentation for this class was generated from the following file:
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.