org.kde.koala
public class KGuiItem extends Object implements QtSupport
UNKNOWN: An abstract class for GUI data such as ToolTip and Icon.
| Constructor Summary | |
|---|---|
| protected | KGuiItem(Class dummy) |
| KGuiItem() | |
| KGuiItem(String text, String iconName, String toolTip, String whatsThis) | |
| KGuiItem(String text, String iconName, String toolTip) | |
| KGuiItem(String text, String iconName) | |
| KGuiItem(String text) | |
| KGuiItem(String text, QIconSet iconSet, String toolTip, String whatsThis) | |
| KGuiItem(String text, QIconSet iconSet, String toolTip) | |
| KGuiItem(String text, QIconSet iconSet) | |
| KGuiItem(KGuiItem rhs) | |
| Method Summary | |
|---|---|
| void | dispose() Delete the wrapped C++ instance ahead of finalize() |
| protected void | finalize() Deletes the wrapped C++ instance |
| boolean | hasIcon()
returns whether an icon is defined, doesn't tell if it really exists |
| boolean | hasIconSet() |
| String | iconName() |
| QIconSet | iconSet(int arg1, int size, KInstanceInterface instance) |
| QIconSet | iconSet(int arg1, int size) |
| QIconSet | iconSet(int arg1) |
| QIconSet | iconSet() |
| boolean | isDisposed() Has the wrapped C++ instance been deleted? |
| boolean | isEnabled() |
| String | plainText() |
| void | setEnabled(boolean enable) |
| void | setIconName(String iconName) |
| void | setIconSet(QIconSet iconset) |
| void | setText(String text) |
| void | setToolTip(String tooltip) |
| void | setWhatsThis(String whatsThis) |
| String | text() |
| String | toolTip() |
| String | whatsThis() |
UNKNOWN: returns whether an icon is defined, doesn't tell if it really exists