org.kde.qt
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 | |
|---|---|
| int | count() |
| void | dispose() Delete the wrapped C++ instance ahead of finalize() |
| protected void | finalize() Deletes the wrapped C++ instance |
| boolean | isDisposed() Has the wrapped C++ instance been deleted? |
| boolean | isEmpty() |
| int | matches(QKeySequence arg1) |
| int | op_at(int arg1) |
| boolean | op_equals(QKeySequence arg1) |
| boolean | op_not_equals(QKeySequence arg1) |