#include <tdeshortcutlist.h>
Public Member Functions | |
ShortcutList () | |
virtual uint | count () const |
virtual TQString | name (uint index) const |
virtual TQString | label (uint index) const |
virtual TQString | whatsThis (uint index) const |
virtual const TDEShortcut & | shortcut (uint index) const |
virtual const TDEShortcut & | shortcutDefault (uint index) const |
virtual bool | isConfigurable (uint index) const |
virtual bool | setShortcut (uint index, const TDEShortcut &shortcut) |
virtual TQVariant | getOther (Other, uint index) const |
virtual bool | setOther (Other, uint index, TQVariant) |
virtual bool | save () const |
Public Member Functions inherited from TDEShortcutList | |
TDEShortcutList () | |
virtual bool | isGlobal (uint index) const |
virtual int | index (const TQString &sName) const |
virtual int | index (const KKeySequence &keySeq) const |
virtual const TDEInstance * | instance () const |
virtual bool | readSettings (const TQString &sConfigGroup=TQString::null, TDEConfigBase *pConfig=0) |
virtual bool | writeSettings (const TQString &sConfigGroup=TQString::null, TDEConfigBase *pConfig=0, bool bWriteAll=false, bool bGlobal=false) const |
Protected Member Functions | |
virtual void | virtual_hook (int id, void *data) |
Additional Inherited Members | |
Public Types inherited from TDEShortcutList | |
enum | Other |
Detailed Description
TDEShortcutList implementation that accesses TDEStdAccel actions.
Definition at line 263 of file tdeshortcutlist.h.
Constructor & Destructor Documentation
◆ ShortcutList()
TDEStdAccel::ShortcutList::ShortcutList | ( | ) |
Creates a new ShortcutList.
Definition at line 323 of file tdestdaccel.cpp.
Member Function Documentation
◆ count()
|
virtual |
Returns the number of entries.
- Returns
- the number of entries
Implements TDEShortcutList.
Definition at line 329 of file tdestdaccel.cpp.
◆ isConfigurable()
|
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 TDEShortcutList.
Definition at line 362 of file tdestdaccel.cpp.
◆ label()
|
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 TDEShortcutList.
Definition at line 342 of file tdestdaccel.cpp.
◆ name()
|
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 TDEShortcutList.
Definition at line 339 of file tdestdaccel.cpp.
◆ save()
|
virtual |
Save the shortcut list.
- Returns
- true if successful, false otherwise
Implements TDEShortcutList.
Definition at line 374 of file tdestdaccel.cpp.
◆ setShortcut()
|
virtual |
Sets the shortcut of the given entry.
- Parameters
-
index the index of the shortcut (must be < count()) shortcut the shortcut
Implements TDEShortcutList.
Definition at line 365 of file tdestdaccel.cpp.
◆ shortcut()
|
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 TDEShortcutList.
Definition at line 348 of file tdestdaccel.cpp.
◆ shortcutDefault()
|
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 TDEShortcutList.
Definition at line 355 of file tdestdaccel.cpp.
◆ virtual_hook()
|
protectedvirtual |
used to extend the interface with virtuals without breaking binary compatibility
Reimplemented from TDEShortcutList.
Definition at line 218 of file tdeshortcutlist.cpp.
◆ whatsThis()
|
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 TDEShortcutList.
Definition at line 345 of file tdestdaccel.cpp.
The documentation for this class was generated from the following files: