• Skip to content
  • Skip to link menu
Trinity API Reference
  • Trinity API Reference
  • tdecore
 

tdecore

  • TDEStdAccel
  • TDEStdAccel::ShortcutList
Public Member Functions | Protected Member Functions

TDEStdAccel::ShortcutList Class Reference

TDEShortcutList implementation that accesses TDEStdAccel actions. More...

#include <tdeshortcutlist.h>

Inheritance diagram for TDEStdAccel::ShortcutList:
TDEShortcutList

List of all members.

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

Protected Member Functions

virtual void virtual_hook (int id, void *data)

Detailed Description

TDEShortcutList implementation that accesses TDEStdAccel actions.

Definition at line 263 of file tdeshortcutlist.h.


Constructor & Destructor Documentation

TDEStdAccel::ShortcutList::ShortcutList (  ) 

Creates a new ShortcutList.

Definition at line 312 of file tdestdaccel.cpp.


Member Function Documentation

uint TDEStdAccel::ShortcutList::count (  )  const [virtual]

Returns the number of entries.

Returns:
the number of entries

Implements TDEShortcutList.

Definition at line 318 of file tdestdaccel.cpp.

bool TDEStdAccel::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 TDEShortcutList.

Definition at line 351 of file tdestdaccel.cpp.

TQString TDEStdAccel::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 TDEShortcutList.

Definition at line 331 of file tdestdaccel.cpp.

TQString TDEStdAccel::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 TDEShortcutList.

Definition at line 328 of file tdestdaccel.cpp.

bool TDEStdAccel::ShortcutList::save (  )  const [virtual]

Save the shortcut list.

Returns:
true if successful, false otherwise

Implements TDEShortcutList.

Definition at line 363 of file tdestdaccel.cpp.

bool TDEStdAccel::ShortcutList::setShortcut ( uint  index,
const TDEShortcut &  shortcut 
) [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 354 of file tdestdaccel.cpp.

const TDEShortcut & TDEStdAccel::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 TDEShortcutList.

Definition at line 337 of file tdestdaccel.cpp.

const TDEShortcut & TDEStdAccel::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 TDEShortcutList.

Definition at line 344 of file tdestdaccel.cpp.

void TDEStdAccel::ShortcutList::virtual_hook ( int  id,
void *  data 
) [protected, virtual]

used to extend the interface with virtuals without breaking binary compatibility

Reimplemented from TDEShortcutList.

Definition at line 218 of file tdeshortcutlist.cpp.

TQString TDEStdAccel::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 TDEShortcutList.

Definition at line 334 of file tdestdaccel.cpp.


The documentation for this class was generated from the following files:
  • tdeshortcutlist.h
  • tdeshortcutlist.cpp
  • tdestdaccel.cpp

tdecore

Skip menu "tdecore"
  • Main Page
  • Modules
  • Namespace List
  • Class Hierarchy
  • Alphabetical List
  • Class List
  • File List
  • Namespace Members
  • Class Members
  • Related Pages

tdecore

Skip menu "tdecore"
  • arts
  • dcop
  • dnssd
  • interfaces
  •   kspeech
  •     interface
  •     library
  •   tdetexteditor
  • kate
  • kded
  • kdoctools
  • kimgio
  • kjs
  • libtdemid
  • libtdescreensaver
  • tdeabc
  • tdecmshell
  • tdecore
  • tdefx
  • tdehtml
  • tdeinit
  • tdeio
  •   bookmarks
  •   httpfilter
  •   kpasswdserver
  •   kssl
  •   tdefile
  •   tdeio
  •   tdeioexec
  • tdeioslave
  •   http
  • tdemdi
  •   tdemdi
  • tdenewstuff
  • tdeparts
  • tdeprint
  • tderandr
  • tderesources
  • tdespell2
  • tdesu
  • tdeui
  • tdeunittest
  • tdeutils
  • tdewallet
Generated for tdecore by doxygen 1.7.1
This website is maintained by Timothy Pearson.