org.kde.qt
public class QToolButton extends QButton
| Field Summary | |
|---|---|
| static int | BelowIcon |
| static int | BesideIcon |
| static int | Right |
| static int | Under |
| Constructor Summary | |
|---|---|
| protected | QToolButton(Class dummy) |
| QToolButton(QWidget parent, String name) | |
| QToolButton(QWidget parent) | |
| QToolButton(QIconSet s, String textLabel, String grouptext, QObject receiver, String slot, QToolBar parent, String name) | |
| QToolButton(QIconSet s, String textLabel, String grouptext, QObject receiver, String slot, QToolBar parent) | |
| QToolButton(int type, QWidget parent, String name) | |
| QToolButton(int type, QWidget parent) | |
| Method Summary | |
|---|---|
| boolean | autoRaise() |
| String | className() |
| void | dispose() Delete the wrapped C++ instance ahead of finalize() |
| protected void | drawButton(QPainter arg1) |
| protected void | drawButtonLabel(QPainter arg1) |
| protected void | enterEvent(QEvent arg1) |
| boolean | eventFilter(QObject o, QEvent e) |
| protected void | finalize() Deletes the wrapped C++ instance |
| QIconSet | iconSet(boolean on) |
| QIconSet | iconSet() |
| boolean | isDisposed() Has the wrapped C++ instance been deleted? |
| protected void | leaveEvent(QEvent arg1) |
| QMetaObject | metaObject() |
| QSize | minimumSizeHint() |
| protected void | mousePressEvent(QMouseEvent arg1) |
| protected void | moveEvent(QMoveEvent arg1) |
| QIconSet | offIconSet() |
| QIconSet | onIconSet() |
| void | openPopup() |
| protected void | paletteChange(QPalette arg1) |
| QPopupMenu | popup() |
| int | popupDelay() |
| void | setAutoRaise(boolean enable) |
| void | setIconSet(QIconSet arg1, boolean on) |
| void | setIconSet(QIconSet arg1) |
| void | setOffIconSet(QIconSet arg1) |
| void | setOn(boolean enable) |
| void | setOnIconSet(QIconSet arg1) |
| void | setPopup(QPopupMenu popup) |
| void | setPopupDelay(int delay) |
| void | setText(String txt) |
| void | setTextLabel(String arg1, boolean arg2) |
| void | setTextLabel(String arg1) |
| void | setTextPosition(int pos) |
| void | setToggleButton(boolean enable) |
| void | setUsesBigPixmap(boolean enable) |
| void | setUsesTextLabel(boolean enable) |
| QSize | sizeHint() |
| String | textLabel() |
| int | textPosition() |
| void | toggle() |
| static String | tr(String arg1, String arg2) |
| static String | tr(String arg1) |
| protected boolean | uses3D() |
| boolean | usesBigPixmap() |
| boolean | usesTextLabel() |