org.kde.qt
Class QColorGroup

java.lang.Object
  extended by org.kde.qt.QColorGroup
All Implemented Interfaces:
QtSupport

public class QColorGroup
extends java.lang.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
  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)
           
 
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()
           
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

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)
Method Detail

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?