org.kde.qt
Class QColorGroup
java.lang.Object
org.kde.qt.QColorGroup
- All Implemented Interfaces:
- QtSupport
public class QColorGroup
- extends java.lang.Object
- implements QtSupport
Constructor Summary |
|
QColorGroup()
|
protected |
QColorGroup(java.lang.Class dummy)
|
|
QColorGroup(QBrush foreground,
QBrush button,
QBrush light,
QBrush dark,
QBrush mid,
QBrush text,
QBrush bright_text,
QBrush base,
QBrush background)
|
|
QColorGroup(QColorGroup arg1)
|
|
QColorGroup(QColor foreground,
QColor button,
QColor light,
QColor dark,
QColor mid,
QColor text,
QColor base)
|
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Foreground
public static final int Foreground
- See Also:
- Constant Field Values
Button
public static final int Button
- See Also:
- Constant Field Values
Light
public static final int Light
- See Also:
- Constant Field Values
Midlight
public static final int Midlight
- See Also:
- Constant Field Values
Dark
public static final int Dark
- See Also:
- Constant Field Values
Mid
public static final int Mid
- See Also:
- Constant Field Values
Text
public static final int Text
- See Also:
- Constant Field Values
BrightText
public static final int BrightText
- See Also:
- Constant Field Values
ButtonText
public static final int ButtonText
- See Also:
- Constant Field Values
Base
public static final int Base
- See Also:
- Constant Field Values
Background
public static final int Background
- See Also:
- Constant Field Values
Shadow
public static final int Shadow
- See Also:
- Constant Field Values
Highlight
public static final int Highlight
- See Also:
- Constant Field Values
HighlightedText
public static final int HighlightedText
- See Also:
- Constant Field Values
Link
public static final int Link
- See Also:
- Constant Field Values
LinkVisited
public static final int LinkVisited
- See Also:
- Constant Field Values
NColorRoles
public static final int NColorRoles
- See Also:
- Constant Field Values
QColorGroup
protected QColorGroup(java.lang.Class dummy)
QColorGroup
public QColorGroup()
QColorGroup
public QColorGroup(QColor foreground,
QColor button,
QColor light,
QColor dark,
QColor mid,
QColor text,
QColor base)
QColorGroup
public QColorGroup(QBrush foreground,
QBrush button,
QBrush light,
QBrush dark,
QBrush mid,
QBrush text,
QBrush bright_text,
QBrush base,
QBrush background)
QColorGroup
public QColorGroup(QColorGroup arg1)
color
public QColor color(int arg1)
brush
public QBrush brush(int arg1)
setColor
public void setColor(int arg1,
QColor arg2)
setBrush
public void setBrush(int arg1,
QBrush arg2)
foreground
public QColor foreground()
button
public QColor button()
light
public QColor light()
dark
public QColor dark()
mid
public QColor mid()
text
public QColor text()
base
public QColor base()
background
public QColor background()
midlight
public QColor midlight()
brightText
public QColor brightText()
buttonText
public QColor buttonText()
shadow
public QColor shadow()
highlight
public QColor highlight()
highlightedText
public QColor highlightedText()
link
public QColor link()
linkVisited
public QColor linkVisited()
op_equals
public boolean op_equals(QColorGroup g)
op_not_equals
public boolean op_not_equals(QColorGroup g)
finalize
protected void finalize()
throws java.lang.InternalError
- Deletes the wrapped C++ instance
- Overrides:
finalize
in class java.lang.Object
- Throws:
java.lang.InternalError
dispose
public void dispose()
- Delete the wrapped C++ instance ahead of finalize()
isDisposed
public boolean isDisposed()
- Has the wrapped C++ instance been deleted?