API reference - Class QBrushNotation used in Ruby API documentation Description: Binding of QBrush Public constructors
Public methods
Detailed description[const] bool !=(const QBrush b)Description: Method bool QBrush::operator!=(const QBrush &b) [const] bool ==(const QBrush b)Description: Method bool QBrush::operator==(const QBrush &b) QBrush assign(const QBrush brush)Description: Method QBrush &QBrush::operator=(const QBrush &brush) [const] void assign(const QBrush other)Description: Assign the contents of another object to self This method assigns the contents of another object to self. This is a deep copy that does not only copy the reference but the actual content. [const] QColor colorDescription: Method const QColor &QBrush::color() void color=(const QColor color)Description: Method void QBrush::setColor(const QColor &color) void color=(const Qt_GlobalColor color)Description: Method void QBrush::setColor(Qt::GlobalColor color) void createDescription: Ensures the C++ object is created Use this method to ensure the C++ object is created, for example to ensure that resources are allocated. Usually C++ objects are created on demand and not necessarily when the script object is created. void destroyDescription: Explicitly destroy the object Explicitly destroy the object on C++ side if it was owned by the Ruby interpreter. Subsequent access to this object will throw an exception. If the object is not owned by Ruby, this method will do nothing. [const] bool destroyed?Description: Returns a value indicating whether the object was already destroyed This method returns true, if the object was destroyed, either explicitly or by the C++ side. The latter may happen, if the object is owned by a C++ object which got destroyed itself. [const] QBrush dupDescription: Creates a copy of self [const] const QGradient ptr gradientDescription: Method const QGradient *QBrush::gradient() [const] bool isDetachedDescription: Method bool QBrush::isDetached() [const] bool isDetached?Description: Method bool QBrush::isDetached() [const] bool isOpaqueDescription: Method bool QBrush::isOpaque() [const] bool isOpaque?Description: Method bool QBrush::isOpaque() [const] bool is_const_object?Description: Returns a value indicating whether the reference is a const reference This method returns true, if self is a const reference. In that case, only const methods may be called on self. [const] QMatrix matrixDescription: Method const QMatrix &QBrush::matrix() void matrix=(const QMatrix mat)Description: Method void QBrush::setMatrix(const QMatrix &mat) [static] new QBrush newDescription: Constructor QBrush::QBrush() This method creates an object of class QBrush. [static] new QBrush new(const Qt_BrushStyle bs)Description: Constructor QBrush::QBrush(Qt::BrushStyle bs) This method creates an object of class QBrush. [static] new QBrush new(const QColor color,const Qt_BrushStyle bs = Qt::SolidPattern)Description: Constructor QBrush::QBrush(const QColor &color, Qt::BrushStyle bs) This method creates an object of class QBrush. [static] new QBrush new(const Qt_GlobalColor color,const Qt_BrushStyle bs = Qt::SolidPattern)Description: Constructor QBrush::QBrush(Qt::GlobalColor color, Qt::BrushStyle bs) This method creates an object of class QBrush. [static] new QBrush new(const QColor color,const QPixmap pixmap)Description: Constructor QBrush::QBrush(const QColor &color, const QPixmap &pixmap) This method creates an object of class QBrush. [static] new QBrush new(const Qt_GlobalColor color,const QPixmap pixmap)Description: Constructor QBrush::QBrush(Qt::GlobalColor color, const QPixmap &pixmap) This method creates an object of class QBrush. [static] new QBrush new(const QPixmap pixmap)Description: Constructor QBrush::QBrush(const QPixmap &pixmap) This method creates an object of class QBrush. [static] new QBrush new(const QImage image)Description: Constructor QBrush::QBrush(const QImage &image) This method creates an object of class QBrush. [static] new QBrush new(const QBrush brush)Description: Constructor QBrush::QBrush(const QBrush &brush) This method creates an object of class QBrush. [static] new QBrush new(const QGradient gradient)Description: Constructor QBrush::QBrush(const QGradient &gradient) This method creates an object of class QBrush. void setColor(const QColor color)Description: Method void QBrush::setColor(const QColor &color) void setColor(const Qt_GlobalColor color)Description: Method void QBrush::setColor(Qt::GlobalColor color) void setMatrix(const QMatrix mat)Description: Method void QBrush::setMatrix(const QMatrix &mat) void setStyle(const Qt_BrushStyle arg1)Description: Method void QBrush::setStyle(Qt::BrushStyle) void setTexture(const QPixmap pixmap)Description: Method void QBrush::setTexture(const QPixmap &pixmap) void setTextureImage(const QImage image)Description: Method void QBrush::setTextureImage(const QImage &image) void setTransform(const QTransform arg1)Description: Method void QBrush::setTransform(const QTransform &) [const] Qt_BrushStyle styleDescription: Method Qt::BrushStyle QBrush::style() void style=(const Qt_BrushStyle arg1)Description: Method void QBrush::setStyle(Qt::BrushStyle) [const] QPixmap textureDescription: Method QPixmap QBrush::texture() void texture=(const QPixmap pixmap)Description: Method void QBrush::setTexture(const QPixmap &pixmap) [const] QImage textureImageDescription: Method QImage QBrush::textureImage() void textureImage=(const QImage image)Description: Method void QBrush::setTextureImage(const QImage &image) [const] QTransform transformDescription: Method QTransform QBrush::transform() void transform=(const QTransform arg1)Description: Method void QBrush::setTransform(const QTransform &) |