org.kde.koala
public class KKeyButton extends QPushButton
UNKNOWN: A push button that looks like a keyboard key.
| Constructor Summary | |
|---|---|
| protected | KKeyButton(Class dummy) |
| KKeyButton(QWidget parent, String name)
Constructs key button widget. | |
| KKeyButton(QWidget parent) | |
| KKeyButton() | |
| Method Summary | |
|---|---|
| void | captureShortcut()
Call this method to capture a shortcut from the keyboard.
|
| String | className() |
| void | dispose() Delete the wrapped C++ instance ahead of finalize() |
| protected void | drawButton(QPainter _painter)
Reimplemented for internal reasons. |
| protected void | finalize() Deletes the wrapped C++ instance |
| boolean | isDisposed() Has the wrapped C++ instance been deleted? |
| QMetaObject | metaObject() |
| void | setShortcut(KShortcut cut, boolean bQtShortcut) |
| void | setText(String text)
Reimplemented for internal purposes. |
| KShortcut | shortcut() |
UNKNOWN: Constructs key button widget.
UNKNOWN: Call this method to capture a shortcut from the keyboard.
UNKNOWN: Reimplemented for internal reasons.
UNKNOWN: Reimplemented for internal purposes.