class KKeySequence

class KKeySequence A KKeySequence object holds a sequence of up to 4 keys. More...

Definition#include <kshortcut.h>
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Types

Public Methods

Public Static Methods

Protected Members


Detailed Description

class KKeySequence A KKeySequence object holds a sequence of up to 4 keys. Ex: Ctrl+X,I ********************************************************************

enum { MAX_KEYS = 4 }

 KKeySequence ()

KKeySequence

 KKeySequence ( const QKeySequence& )

KKeySequence

 KKeySequence ( const KKey& )

KKeySequence

 KKeySequence ( const KKeyNative& )

KKeySequence

 KKeySequence ( const KKeySequence& )

KKeySequence

 KKeySequence ( const QString& )

KKeySequence

 ~KKeySequence ()

~KKeySequence

void  clear ()

clear

bool  init ( const QKeySequence& )

init

bool  init ( const KKey& )

init

bool  init ( const KKeyNative& )

init

bool  init ( const KKeySequence& )

init

bool  init ( const QString& )

init

KKeySequence&  operator = ( const KKeySequence& seq )

operator =

uint  count ()

count

[const]

const KKey&  key ( uint i )

key

[const]

bool  isTriggerOnRelease ()

isTriggerOnRelease

[const]

bool  setKey ( uint i, const KKey& )

setKey

void  setTriggerOnRelease ( bool )

setTriggerOnRelease

bool  isNull ()

isNull

[const]

bool  startsWith ( const KKeySequence& )

startsWith

[const]

int  compare ( const KKeySequence& )

compare

[const]

bool  operator == ( const KKeySequence& seq )

operator ==

[const]

bool  operator != ( const KKeySequence& seq )

operator !=

[const]

bool  operator < ( const KKeySequence& seq )

operator <

[const]

QKeySequence  qt ()

qt

[const]

int  keyCodeQt ()

keyCodeQt

[const]

QString  toString ()

toString

[const]

QString  toStringInternal ()

toStringInternal

[const]

KKeySequence&  null ()

null

[static]

uchar m_nKeys

m_nKeys

[protected]

uchar m_bTriggerOnRelease

m_bTriggerOnRelease

[protected]

KKey m_rgvar[MAX_KEYS]

m_rgvar[MAX_KEYS]

[protected]


Generated by: dfaure on faure on Tue Apr 16 08:49:00 2002, using kdoc 2.0a53.