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

KAccelShortcutList Class Reference

#include <kshortcutlist.h>

Inheritance diagram for KAccelShortcutList:

KShortcutList List of all members.

Public Methods

 KAccelShortcutList (KAccel *accel)
 KAccelShortcutList (KGlobalAccel *accel)
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 bool isGlobal (unsigned int index) const
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 to access KAccel and KGlobalAccel lists.

Definition at line 192 of file kshortcutlist.h.


Constructor & Destructor Documentation

KAccelShortcutList::KAccelShortcutList KAccel   accel
 

Creates a new KShortcutList that accesses the given KAccel.

Parameters:
accel  the accelerators to access

KAccelShortcutList::KAccelShortcutList KGlobalAccel   accel
 

Creates a new KShortcutList that accesses the given KGlobalAccel.

Parameters:
accel  the accelerators to access


Member Function Documentation

virtual unsigned int KAccelShortcutList::count   [virtual]
 

Returns the number of entries.

Returns:
the number of entries

Implements KShortcutList.

virtual bool KAccelShortcutList::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 bool KAccelShortcutList::isGlobal unsigned int    index const [virtual]
 

Checks whether the shortcut with the given index is saved in the global configuration.

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

Reimplemented from KShortcutList.

virtual QString KAccelShortcutList::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 KAccelShortcutList::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 KAccelShortcutList::save   [virtual]
 

Save the shortcut list.

Returns:
true if successful, false otherwise

Implements KShortcutList.

virtual bool KAccelShortcutList::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& KAccelShortcutList::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& KAccelShortcutList::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 KAccelShortcutList::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:04 2003 for kdelibs by doxygen1.2.18