org.kde.qt
public class QPalette extends Object implements QtSupport
| Field Summary | |
|---|---|
| static int | Active |
| static int | Disabled |
| static int | Inactive |
| static int | NColorGroups |
| static int | Normal |
| Constructor Summary | |
|---|---|
| protected | QPalette(Class dummy) |
| QPalette() | |
| QPalette(QColor button) | |
| QPalette(QColor button, QColor background) | |
| QPalette(QColorGroup active, QColorGroup disabled, QColorGroup inactive) | |
| QPalette(QPalette arg1) | |
| Method Summary | |
|---|---|
| QColorGroup | active() |
| static int | backgroundRoleFromMode(int mode) |
| QBrush | brush(int arg1, int arg2) |
| QColor | color(int arg1, int arg2) |
| QPalette | copy() |
| QColorGroup | disabled() |
| void | dispose() Delete the wrapped C++ instance ahead of finalize() |
| protected void | finalize() Deletes the wrapped C++ instance |
| static int | foregroundRoleFromMode(int mode) |
| QColorGroup | inactive() |
| boolean | isCopyOf(QPalette arg1) |
| boolean | isDisposed() Has the wrapped C++ instance been deleted? |
| QColorGroup | normal() |
| boolean | op_equals(QPalette p) |
| boolean | op_not_equals(QPalette p) |
| int | serialNumber() |
| void | setActive(QColorGroup arg1) |
| void | setBrush(int arg1, int arg2, QBrush arg3) |
| void | setBrush(int arg1, QBrush arg2) |
| void | setColor(int arg1, int arg2, QColor arg3) |
| void | setColor(int arg1, QColor arg2) |
| void | setDisabled(QColorGroup arg1) |
| void | setInactive(QColorGroup arg1) |
| void | setNormal(QColorGroup cg) |