org.kde.qt
public class QColorGroup extends Object implements QtSupport
Field Summary | |
---|---|
static int | Background |
static int | Base |
static int | BrightText |
static int | Button |
static int | ButtonText |
static int | Dark |
static int | Foreground |
static int | Highlight |
static int | HighlightedText |
static int | Light |
static int | Link |
static int | LinkVisited |
static int | Mid |
static int | Midlight |
static int | NColorRoles |
static int | Shadow |
static int | Text |
Constructor Summary | |
---|---|
protected | QColorGroup(Class dummy) |
QColorGroup() | |
QColorGroup(QColor foreground, QColor button, QColor light, QColor dark, QColor mid, QColor text, QColor base) | |
QColorGroup(QBrush foreground, QBrush button, QBrush light, QBrush dark, QBrush mid, QBrush text, QBrush bright_text, QBrush base, QBrush background) | |
QColorGroup(QColorGroup arg1) |
Method Summary | |
---|---|
QColor | background() |
QColor | base() |
QColor | brightText() |
QBrush | brush(int arg1) |
QColor | button() |
QColor | buttonText() |
QColor | color(int arg1) |
QColor | dark() |
void | dispose() Delete the wrapped C++ instance ahead of finalize() |
protected void | finalize() Deletes the wrapped C++ instance |
QColor | foreground() |
QColor | highlight() |
QColor | highlightedText() |
boolean | isDisposed() Has the wrapped C++ instance been deleted? |
QColor | light() |
QColor | link() |
QColor | linkVisited() |
QColor | mid() |
QColor | midlight() |
boolean | op_equals(QColorGroup g) |
boolean | op_not_equals(QColorGroup g) |
void | setBrush(int arg1, QBrush arg2) |
void | setColor(int arg1, QColor arg2) |
QColor | shadow() |
QColor | text() |