org.kde.qt
public class QPushButton extends QButton
Constructor Summary | |
---|---|
protected | QPushButton(Class dummy) |
QPushButton(QWidget parent, String name) | |
QPushButton(QWidget parent) | |
QPushButton(String text, QWidget parent, String name) | |
QPushButton(String text, QWidget parent) | |
QPushButton(QIconSet icon, String text, QWidget parent, String name) | |
QPushButton(QIconSet icon, String text, QWidget parent) |
Method Summary | |
---|---|
boolean | autoDefault() |
String | className() |
void | dispose() Delete the wrapped C++ instance ahead of finalize() |
protected void | drawButton(QPainter arg1) |
protected void | drawButtonLabel(QPainter arg1) |
protected void | finalize() Deletes the wrapped C++ instance |
protected void | focusInEvent(QFocusEvent arg1) |
protected void | focusOutEvent(QFocusEvent arg1) |
QIconSet | iconSet() |
boolean | isDefault() |
boolean | isDisposed() Has the wrapped C++ instance been deleted? |
boolean | isFlat() |
boolean | isMenuButton() |
QMetaObject | metaObject() |
void | move(int x, int y) |
void | move(QPoint p) |
QPopupMenu | popup() |
void | resize(int w, int h) |
void | resize(QSize arg1) |
protected void | resizeEvent(QResizeEvent arg1) |
void | setAutoDefault(boolean autoDef) |
void | setDefault(boolean def) |
void | setFlat(boolean arg1) |
void | setGeometry(int x, int y, int w, int h) |
void | setGeometry(QRect arg1) |
void | setIconSet(QIconSet arg1) |
void | setIsMenuButton(boolean enable) |
void | setOn(boolean arg1) |
void | setPopup(QPopupMenu popup) |
void | setToggleButton(boolean arg1) |
QSize | sizeHint() |
static String | tr(String arg1, String arg2) |
static String | tr(String arg1) |
protected void | updateMask() |