kdecore Library API Documentation

KStdAccel::ShortcutList Class Reference

KShortcutList implementation that accesses KStdAccel actions. More...

#include <kshortcutlist.h>

Inheritance diagram for KStdAccel::ShortcutList:

KShortcutList List of all members.

Public Methods

 ShortcutList ()
 Creates a new ShortcutList.

virtual uint count () const
 Returns the number of entries.

virtual QString name (uint index) const
 Returns the name of the shortcut with the given index.

virtual QString label (uint index) const
 Returns the (i18n'd) label of the shortcut with the given index.

virtual QString whatsThis (uint index) const
 Returns the (i18n'd) What's This text of the shortcut with the given index.

virtual const KShortcut & shortcut (uint index) const
 Returns the shortcut with the given index.

virtual const KShortcut & shortcutDefault (uint index) const
 Returns default shortcut with the given index.

virtual bool isConfigurable (uint index) const
 Checks whether the shortcut with the given index is configurable.

virtual bool setShortcut (uint index, const KShortcut &shortcut)
 Sets the shortcut of the given entry.

virtual QVariant getOther (Other, uint index) const
virtual bool setOther (Other, uint index, QVariant)
virtual bool save () const
 Save the shortcut list.


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 253 of file kshortcutlist.h.


Constructor & Destructor Documentation

KStdAccel::ShortcutList::ShortcutList  
 

Creates a new ShortcutList.

Definition at line 293 of file kstdaccel.cpp.


Member Function Documentation

uint KStdAccel::ShortcutList::count   [virtual]
 

Returns the number of entries.

Returns:
the number of entries

Implements KShortcutList.

Definition at line 299 of file kstdaccel.cpp.

QString KStdAccel::ShortcutList::name uint    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.

Definition at line 309 of file kstdaccel.cpp.

QString KStdAccel::ShortcutList::label uint    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.

Definition at line 312 of file kstdaccel.cpp.

QString KStdAccel::ShortcutList::whatsThis uint    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.

Definition at line 315 of file kstdaccel.cpp.

const KShortcut & KStdAccel::ShortcutList::shortcut uint    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.

Definition at line 318 of file kstdaccel.cpp.

const KShortcut & KStdAccel::ShortcutList::shortcutDefault uint    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.

Definition at line 325 of file kstdaccel.cpp.

References KStdAccel::shortcutDefault().

bool KStdAccel::ShortcutList::isConfigurable uint    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.

Definition at line 332 of file kstdaccel.cpp.

bool KStdAccel::ShortcutList::setShortcut uint    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.

Definition at line 335 of file kstdaccel.cpp.

bool KStdAccel::ShortcutList::save   [virtual]
 

Save the shortcut list.

Returns:
true if successful, false otherwise

Implements KShortcutList.

Definition at line 344 of file kstdaccel.cpp.

References KShortcutList::writeSettings().

void KStdAccel::ShortcutList::virtual_hook int    id,
void *    data
[protected, virtual]
 

used to extend the interface with virtuals without breaking binary compatibility

Reimplemented from KShortcutList.

Definition at line 202 of file kshortcutlist.cpp.

References KShortcutList::virtual_hook().


The documentation for this class was generated from the following files:
KDE Logo
This file is part of the documentation for kdelibs Version 3.1.0.
Documentation copyright © 1996-2002 the KDE developers.
Generated on Wed Oct 8 12:20:47 2003 by doxygen 1.2.18 written by Dimitri van Heesch, © 1997-2001