14 #include <KDABLibFakes>
20 class BackgroundAttributes::Private
34 BackgroundAttributes::Private::Private()
44 : _d(new Private(*r.
d))
105 d->pixmapMode = mode;
110 return d->pixmapMode;
115 d->pixmap = backPixmap;
123 #if !defined(QT_NO_DEBUG_STREAM)
126 dbg <<
"KDChart::BackgroundAttributes("
128 <<
"brush=" << ba.
brush()
130 <<
"pixmap=" << ba.
pixmap().cacheKey()
void setBrush(const QBrush &brush)
BackgroundPixmapMode pixmapMode() const
BackgroundAttributes & operator=(const BackgroundAttributes &)
void setPixmap(const QPixmap &backPixmap)
void setVisible(bool visible)
void setPixmapMode(BackgroundPixmapMode mode)
@ BackgroundPixmapModeNone
bool operator==(const BackgroundAttributes &) const
bool isEqualTo(const BackgroundAttributes &other, bool ignorePixmap=false) const
QDebug operator<<(QDebug stream, const DataDimension &r)