org.kde.koala
public class KPopupTitle extends QWidget
UNKNOWN: KPopupMenu title widget.
Constructor Summary | |
---|---|
protected | KPopupTitle(Class dummy) |
KPopupTitle(QWidget parent, String name)
Constructs a title widget with the user specified gradient, pixmap,
and colors. | |
KPopupTitle(QWidget parent) | |
KPopupTitle() |
Method Summary | |
---|---|
protected void | calcSize() |
String | className() |
void | dispose() Delete the wrapped C++ instance ahead of finalize() |
protected void | finalize() Deletes the wrapped C++ instance |
QPixmap | icon()
Returns the current icon. |
boolean | isDisposed() Has the wrapped C++ instance been deleted? |
QMetaObject | metaObject() |
protected void | paintEvent(QPaintEvent ev) |
void | setIcon(QPixmap pix) |
void | setText(String text) |
void | setTitle(String text, QPixmap icon)
Sets the title string and optional icon for the title widget.
|
void | setTitle(String text) |
QSize | sizeHint() |
String | title()
Returns the current title. |
UNKNOWN: Constructs a title widget with the user specified gradient, pixmap, and colors.
UNKNOWN: Returns the current icon.
UNKNOWN: Sets the title string and optional icon for the title widget.
UNKNOWN: Returns the current title.