org.kde.qt

Class QBrush

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
QColorcolor()
voiddispose()
Delete the wrapped C++ instance ahead of finalize()
protected voidfinalize()
Deletes the wrapped C++ instance
booleanisDisposed()
Has the wrapped C++ instance been deleted?
booleanop_equals(QBrush p)
booleanop_not_equals(QBrush b)
QPixmappixmap()
voidsetColor(QColor arg1)
voidsetPixmap(QPixmap arg1)
voidsetStyle(int arg1)
intstyle()

Constructor Detail

QBrush

protected QBrush(Class dummy)

QBrush

public QBrush()

QBrush

public QBrush(int arg1)

QBrush

public QBrush(QColor arg1, int arg2)

QBrush

public QBrush(QColor arg1)

QBrush

public QBrush(QColor arg1, QPixmap arg2)

QBrush

public QBrush(QBrush arg1)

Method Detail

color

public QColor color()

dispose

public void dispose()
Delete the wrapped C++ instance ahead of finalize()

finalize

protected void finalize()
Deletes the wrapped C++ instance

isDisposed

public boolean isDisposed()
Has the wrapped C++ instance been deleted?

op_equals

public boolean op_equals(QBrush p)

op_not_equals

public boolean op_not_equals(QBrush b)

pixmap

public QPixmap pixmap()

setColor

public void setColor(QColor arg1)

setPixmap

public void setPixmap(QPixmap arg1)

setStyle

public void setStyle(int arg1)

style

public int style()