org.kde.qt

Class QKeySequence

public class QKeySequence extends Qt

Constructor Summary
protected QKeySequence(Class dummy)
QKeySequence()
QKeySequence(String key)
QKeySequence(int key)
QKeySequence(int k1, int k2, int k3, int k4)
QKeySequence(int k1, int k2, int k3)
QKeySequence(int k1, int k2)
QKeySequence(QKeySequence arg1)
Method Summary
intcount()
voiddispose()
Delete the wrapped C++ instance ahead of finalize()
protected voidfinalize()
Deletes the wrapped C++ instance
booleanisDisposed()
Has the wrapped C++ instance been deleted?
booleanisEmpty()
intmatches(QKeySequence arg1)
intop_at(int arg1)
booleanop_equals(QKeySequence arg1)
booleanop_not_equals(QKeySequence arg1)

Constructor Detail

QKeySequence

protected QKeySequence(Class dummy)

QKeySequence

public QKeySequence()

QKeySequence

public QKeySequence(String key)

QKeySequence

public QKeySequence(int key)

QKeySequence

public QKeySequence(int k1, int k2, int k3, int k4)

QKeySequence

public QKeySequence(int k1, int k2, int k3)

QKeySequence

public QKeySequence(int k1, int k2)

QKeySequence

public QKeySequence(QKeySequence arg1)

Method Detail

count

public int count()

dispose

public void dispose()
Delete the wrapped C++ instance ahead of finalize()

finalize

protected void finalize()
Deletes the wrapped C++ instance

isDisposed

public boolean isDisposed()
Has the wrapped C++ instance been deleted?

isEmpty

public boolean isEmpty()

matches

public int matches(QKeySequence arg1)

op_at

public int op_at(int arg1)

op_equals

public boolean op_equals(QKeySequence arg1)

op_not_equals

public boolean op_not_equals(QKeySequence arg1)