class KShortcut
|
The KShortcut class is used to represent a keyboard shortcut to an action. More... |
|
|
Public Types
- enum { MAX_SEQUENCES = 2 }
Public Methods
Public Static Methods
Protected Members
The KShortcut class is used to represent a keyboard shortcut to an action.
A shortcut is normally a single key with modifiers, such as Ctrl+V.
A KShortcut object may also contain an alternate key which will also
activate the action it's associated to, as long as no other actions have
defined that key as their primary key. Ex: Ctrl+V;Shift+Insert.
********************************************************************
enum { MAX_SEQUENCES = 2 }
|
|
KShortcut ( int keyQt )
| KShortcut |
KShortcut ( const KKey& )
| KShortcut |
KShortcut ( const char* )
| KShortcut |
KShortcut ( const QString& )
| KShortcut |
bool init ( int keyQt )
| init |
bool init ( const KKey& )
| init |
[const]
[const]
int keyCodeQt ()
| keyCodeQt |
[const]
[const]
[const]
bool operator == ( const KShortcut& cut )
| operator == |
[const]
bool operator != ( const KShortcut& cut )
| operator != |
[const]
bool operator < ( const KShortcut& cut )
| operator < |
[const]
bool contains ( const KKey& )
| contains |
[const]
[const]
[const]
operator QKeySequence ()
| QKeySequence |
[const]
[const]
[const]
[static]
[protected]
[protected]
[const]
Generated by: dfaure on faure on Tue Apr 16 08:49:00 2002, using kdoc 2.0a53. |