Qt.QBrush Class

public class QBrush: QtSupport, System.IDisposable

Base Types

System.Object
  QtSupport
    QBrush

This type implements System.IDisposable.

See Also

Qt Namespace

Members

QBrush Constructors

QBrush() Constructor
QBrush(Qt.BrushStyle) Constructor
QBrush(Qt.QColor, Qt.BrushStyle) Constructor
QBrush(Qt.QColor, Qt.QPixmap) Constructor
QBrush(Qt.QBrush) Constructor
QBrush(Qt.QColor) Constructor
QBrush(void *) Constructor

QBrush Methods

QBrush.Color Method
QBrush.Finalize Method
QBrush.Pixmap Method
QBrush.SetColor Method
QBrush.SetPixmap Method
QBrush.SetStyle Method
QBrush.Style Method


QBrush() Constructor

public void QBrush();

See Also

Qt.QBrush Class, Qt Namespace

QBrush(Qt.BrushStyle) Constructor

public void QBrush(Qt.BrushStyle arg1);

See Also

Qt.QBrush Class, Qt Namespace

QBrush(Qt.QColor, Qt.BrushStyle) Constructor

public void QBrush(Qt.QColor arg1, Qt.BrushStyle arg2);

See Also

Qt.QBrush Class, Qt Namespace

QBrush(Qt.QColor, Qt.QPixmap) Constructor

public void QBrush(Qt.QColor arg1, Qt.QPixmap arg2);

See Also

Qt.QBrush Class, Qt Namespace

QBrush(Qt.QBrush) Constructor

public void QBrush(Qt.QBrush arg1);

See Also

Qt.QBrush Class, Qt Namespace

QBrush(Qt.QColor) Constructor

public void QBrush(Qt.QColor arg1);

See Also

Qt.QBrush Class, Qt Namespace

QBrush(void *) Constructor

public void QBrush(void * ptr);

See Also

Qt.QBrush Class, Qt Namespace

QBrush.Color Method

public Qt.QColor Color();

See Also

Qt.QBrush Class, Qt Namespace

QBrush.Finalize Method

protected override void Finalize();

See Also

Qt.QBrush Class, Qt Namespace

QBrush.Pixmap Method

public Qt.QPixmap Pixmap();

See Also

Qt.QBrush Class, Qt Namespace

QBrush.SetColor Method

public void SetColor(Qt.QColor arg1);

See Also

Qt.QBrush Class, Qt Namespace

QBrush.SetPixmap Method

public void SetPixmap(Qt.QPixmap arg1);

See Also

Qt.QBrush Class, Qt Namespace

QBrush.SetStyle Method

public void SetStyle(Qt.BrushStyle arg1);

See Also

Qt.QBrush Class, Qt Namespace

QBrush.Style Method

public Qt.BrushStyle Style();

See Also

Qt.QBrush Class, Qt Namespace