Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QBrushData Struct Reference

#include <qbrush.h>

Inheritance diagram for QBrushData:
Collaboration diagram for QBrushData:

Public Attributes

QAtomicInt ref
Qt::BrushStyle style
QColor color
QTransform transform

Protected Member Functions

 QBrushData ()=default

Detailed Description

Definition at line 131 of file qbrush.h.

Constructor & Destructor Documentation

◆ QBrushData()

QBrushData::QBrushData ( )
protecteddefault

Member Data Documentation

◆ color

QColor QBrushData::color

Definition at line 135 of file qbrush.h.

◆ ref

QAtomicInt QBrushData::ref

Definition at line 133 of file qbrush.h.

◆ style

Qt::BrushStyle QBrushData::style

Definition at line 134 of file qbrush.h.

◆ transform

QTransform QBrushData::transform

Definition at line 136 of file qbrush.h.


The documentation for this struct was generated from the following file: