kdeui
KActionShortcutList Class Reference
#include <kactionshortcutlist.h>
Public Member Functions | |
const KAction * | action (uint) const |
virtual uint | count () const |
virtual QVariant | getOther (Other, uint index) const |
virtual const KInstance * | instance () const |
virtual bool | isConfigurable (uint index) const |
KActionShortcutList (KActionCollection *) | |
virtual QString | label (uint index) const |
virtual QString | name (uint index) const |
virtual bool | save () const |
virtual bool | setOther (Other, uint index, QVariant) |
virtual bool | setShortcut (uint index, const KShortcut &shortcut) |
virtual const KShortcut & | shortcut (uint index) const |
virtual const KShortcut & | shortcutDefault (uint index) const |
virtual QString | whatsThis (uint index) const |
virtual | ~KActionShortcutList () |
Protected Member Functions | |
virtual void | virtual_hook (int id, void *data) |
Protected Attributes | |
KActionCollection & | m_actions |
Detailed Description
Definition at line 12 of file kactionshortcutlist.h.
Constructor & Destructor Documentation
KActionShortcutList::KActionShortcutList | ( | KActionCollection * | pColl | ) |
Definition at line 677 of file kactioncollection.cpp.
KActionShortcutList::~KActionShortcutList | ( | ) | [virtual] |
Definition at line 680 of file kactioncollection.cpp.
Member Function Documentation
Definition at line 704 of file kactioncollection.cpp.
uint KActionShortcutList::count | ( | ) | const [virtual] |
Definition at line 682 of file kactioncollection.cpp.
Definition at line 700 of file kactioncollection.cpp.
const KInstance * KActionShortcutList::instance | ( | ) | const [virtual] |
Definition at line 698 of file kactioncollection.cpp.
bool KActionShortcutList::isConfigurable | ( | uint | index | ) | const [virtual] |
Definition at line 694 of file kactioncollection.cpp.
Definition at line 686 of file kactioncollection.cpp.
Definition at line 684 of file kactioncollection.cpp.
bool KActionShortcutList::save | ( | ) | const [virtual] |
Definition at line 707 of file kactioncollection.cpp.
Definition at line 702 of file kactioncollection.cpp.
bool KActionShortcutList::setShortcut | ( | uint | index, | |
const KShortcut & | shortcut | |||
) | [virtual] |
Definition at line 696 of file kactioncollection.cpp.
const KShortcut & KActionShortcutList::shortcut | ( | uint | index | ) | const [virtual] |
Definition at line 690 of file kactioncollection.cpp.
const KShortcut & KActionShortcutList::shortcutDefault | ( | uint | index | ) | const [virtual] |
Definition at line 692 of file kactioncollection.cpp.
void KActionShortcutList::virtual_hook | ( | int | id, | |
void * | data | |||
) | [protected, virtual] |
Definition at line 790 of file kactioncollection.cpp.
Definition at line 688 of file kactioncollection.cpp.
Member Data Documentation
KActionCollection& KActionShortcutList::m_actions [protected] |
Definition at line 37 of file kactionshortcutlist.h.
The documentation for this class was generated from the following files: