org.kde.qt
public class QBrush extends Qt
| Constructor Summary | |
|---|---|
| protected | QBrush(Class dummy) |
| QBrush() | |
| QBrush(int arg1) | |
| QBrush(QColor arg1, int arg2) | |
| QBrush(QColor arg1) | |
| QBrush(QColor arg1, QPixmap arg2) | |
| QBrush(QBrush arg1) | |
| Method Summary | |
|---|---|
| QColor | color() |
| void | dispose() Delete the wrapped C++ instance ahead of finalize() |
| protected void | finalize() Deletes the wrapped C++ instance |
| boolean | isDisposed() Has the wrapped C++ instance been deleted? |
| boolean | op_equals(QBrush p) |
| boolean | op_not_equals(QBrush b) |
| QPixmap | pixmap() |
| void | setColor(QColor arg1) |
| void | setPixmap(QPixmap arg1) |
| void | setStyle(int arg1) |
| int | style() |