tdeshortcutlist.h
165 virtual bool readSettings( const TQString& sConfigGroup = TQString::null, TDEConfigBase* pConfig = 0 );
176 virtual bool writeSettings( const TQString& sConfigGroup = TQString::null, TDEConfigBase* pConfig = 0,
virtual void virtual_hook(int id, void *data)
used to extend the interface with virtuals without breaking binary compatibility
Definition: tdeshortcutlist.cpp:212
virtual bool isConfigurable(uint index) const =0
Checks whether the shortcut with the given index is configurable.
TDEGlobalAccel allows you to have global accelerators that are independent of the focused window.
Definition: kglobalaccel.h:45
TDEAction * whatsThis(const TQObject *recvr, const char *slot, TDEActionCollection *parent, const char *name=0)
TDEInstance * instance()
Shortcut to KNotifyClient::Instance::current() :)
Definition: knotifyclient.cpp:280
The TDEShortcut class is used to represent a keyboard shortcut to an action.
Definition: tdeshortcut.h:543
TDEShortcutList implementation to access TDEAccel and TDEGlobalAccel lists.
Definition: tdeshortcutlist.h:197
const TDEShortcut & shortcut(StdAccel id)
Returns the keybinding for accel.
Definition: tdestdaccel.cpp:174
virtual const TDEShortcut & shortcut(uint index) const =0
Returns the shortcut with the given index.
virtual bool isGlobal(uint index) const
Checks whether the shortcut with the given index is saved in the global configuration.
Definition: tdeshortcutlist.cpp:26
TDEShortcutList implementation that accesses TDEStdAccel actions.
Definition: tdeshortcutlist.h:262
TDEShortcutList is an abstract base class for TDEAccelShortcutList and TDEStdAccel::ShortcutList.
Definition: tdeshortcutlist.h:47
virtual bool setShortcut(uint index, const TDEShortcut &shortcut)=0
Sets the shortcut of the given entry.
TDEShortcut shortcutDefault(StdAccel id)
Returns the hardcoded default shortcut for id.
Definition: tdestdaccel.cpp:202
TQString label(StdAccel id)
Returns a localized label for user-visible display.
Definition: tdestdaccel.cpp:156
Definition: tdeshortcutlist.h:253
virtual TQString label(uint index) const =0
Returns the (i18n'd) label of the shortcut with the given index.
virtual const TDEShortcut & shortcutDefault(uint index) const =0
Returns default shortcut with the given index.
TDEAction * save(const TQObject *recvr, const char *slot, TDEActionCollection *parent, const char *name=0)
virtual TQString whatsThis(uint index) const =0
Returns the (i18n'd) What's This text of the shortcut with the given index.
virtual TQString name(uint index) const =0
Returns the name of the shortcut with the given index.
TQString whatsThis(StdAccel)
Returns an extended WhatsThis description for the given accelerator.
Definition: tdestdaccel.cpp:165
const char * name(StdAction id)
Trinity API Reference