org.kde.qt
public class QMenuItem extends Object implements QtSupport
| Constructor Summary | |
|---|---|
| protected | QMenuItem(Class dummy) |
| QMenuItem() | |
| Method Summary | |
|---|---|
| QCustomMenuItem | custom() |
| void | dispose() Delete the wrapped C++ instance ahead of finalize() |
| protected void | finalize() Deletes the wrapped C++ instance |
| QIconSet | iconSet() |
| int | id() |
| boolean | isChecked() |
| boolean | isDirty() |
| boolean | isDisposed() Has the wrapped C++ instance been deleted? |
| boolean | isEnabled() |
| boolean | isEnabledAndVisible() |
| boolean | isSeparator() |
| boolean | isVisible() |
| QKeySequence | key() |
| QPixmap | pixmap() |
| QPopupMenu | popup() |
| void | setDirty(boolean dirty) |
| void | setText(String text) |
| void | setVisible(boolean visible) |
| void | setWhatsThis(String text) |
| QSignal | signal() |
| String | text() |
| String | whatsThis() |
| QWidget | widget() |