The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Qt::Gui::QBrush

PUBLIC METHODS

QBrush()
QBrush(Qt::BrushStyle bs)
QBrush(const QPixmap & pixmap)
QBrush(const QImage & image)
QBrush(const QBrush & brush)
QBrush(const QGradient & gradient)
QBrush(const QColor & color, Qt::BrushStyle bs)
QBrush(const QColor & color, Qt::BrushStyle bs = Qt::SolidPattern)
QBrush(Qt::GlobalColor color, Qt::BrushStyle bs)
QBrush(Qt::GlobalColor color, Qt::BrushStyle bs = Qt::SolidPattern)
QBrush(const QColor & color, const QPixmap & pixmap)
QBrush(Qt::GlobalColor color, const QPixmap & pixmap)
~QBrush()
const QColor & color()
const QGradient * gradient()
bool isDetached()
bool isOpaque()
const QMatrix & matrix()
QVariant operator QVariant()
bool operator!=(const QBrush & b)
QBrush & operator=(const QBrush & brush)
bool operator==(const QBrush & b)
void setColor(const QColor & color)
void setColor(Qt::GlobalColor color)
void setMatrix(const QMatrix & mat)
void setStyle(Qt::BrushStyle arg0)
void setTexture(const QPixmap & pixmap)
void setTextureImage(const QImage & image)
void setTransform(const QTransform & arg0)
Qt::BrushStyle style()
QPixmap texture()
QImage textureImage()
QTransform transform()

ENUM VALUES

EXPORT

None by default.

AUTHOR

Dongxu Ma <dongxu@cpan.org>

COPYRIGHT AND LICENSE

Copyright (C) 2011 - 2012 by Dongxu Ma

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

See http://dev.perl.org/licenses/artistic.html