Main Page   Modules   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   Related Pages  

KStdAccel::ShortcutList Class Reference

#include <kshortcutlist.h>

Inheritance diagram for KStdAccel::ShortcutList:

KShortcutList List of all members.

Public Methods

 ShortcutList ()
virtual unsigned int count () const
virtual QString name (unsigned int index) const
virtual QString label (unsigned int index) const
virtual QString whatsThis (unsigned int index) const
virtual const KShortcut & shortcut (unsigned int index) const
virtual const KShortcut & shortcutDefault (unsigned int index) const
virtual bool isConfigurable (unsigned int index) const
virtual bool setShortcut (unsigned int index, const KShortcut &shortcut)
virtual QVariant getOther (Other, unsigned int index) const
virtual bool setOther (Other, unsigned int index, QVariant)
virtual bool save () const

Protected Methods

virtual void virtual_hook (int id, void *data)
 used to extend the interface with virtuals without breaking binary compatibility


Detailed Description

KShortcutList implementation that accesses KStdAccel actions.

Definition at line 255 of file kshortcutlist.h.


Constructor & Destructor Documentation

KStdAccel::ShortcutList::ShortcutList  
 

Creates a new ShortcutList.


Member Function Documentation

virtual unsigned int KStdAccel::ShortcutList::count   [virtual]
 

Returns the number of entries.

Returns:
the number of entries

Implements KShortcutList.

virtual bool KStdAccel::ShortcutList::isConfigurable unsigned int    index const [virtual]
 

Checks whether the shortcut with the given index is configurable.

Parameters:
index  the index of the shortcut (must be < count())
Returns:
true if configurable, false otherwise

Implements KShortcutList.

virtual QString KStdAccel::ShortcutList::label unsigned int    index const [virtual]
 

Returns the (i18n'd) label of the shortcut with the given index.

Parameters:
index  the index of the shortcut (must be < count())
Returns:
the label (i18n'd) of the shortcut

Implements KShortcutList.

virtual QString KStdAccel::ShortcutList::name unsigned int    index const [virtual]
 

Returns the name of the shortcut with the given index.

Parameters:
index  the index of the shortcut (must be < count())
Returns:
the name of the shortcut

Implements KShortcutList.

virtual bool KStdAccel::ShortcutList::save   [virtual]
 

Save the shortcut list.

Returns:
true if successful, false otherwise

Implements KShortcutList.

virtual bool KStdAccel::ShortcutList::setShortcut unsigned int    index,
const KShortcut &    shortcut
[virtual]
 

Sets the shortcut of the given entry

Parameters:
index  the index of the shortcut (must be < count())
shortcut  the shortcut

Implements KShortcutList.

virtual const KShortcut& KStdAccel::ShortcutList::shortcut unsigned int    index const [virtual]
 

Returns the shortcut with the given index.

Parameters:
index  the index of the shortcut (must be < count())
Returns:
the shortcut
See also:
shortcutDefault()

Implements KShortcutList.

virtual const KShortcut& KStdAccel::ShortcutList::shortcutDefault unsigned int    index const [virtual]
 

Returns default shortcut with the given index.

Parameters:
index  the index of the shortcut (must be < count())
Returns:
the default shortcut
See also:
shortcut()

Implements KShortcutList.

virtual QString KStdAccel::ShortcutList::whatsThis unsigned int    index const [virtual]
 

Returns the (i18n'd) What's This text of the shortcut with the given index.

Parameters:
index  the index of the shortcut (must be < count())
Returns:
the What's This text (i18n'd) of the shortcut

Implements KShortcutList.


The documentation for this class was generated from the following file:
Generated on Wed Aug 13 23:30:37 2003 for kdelibs by doxygen1.2.18