26 #include <KDABLibFakes> 33 class BackgroundAttributes::Private
45 BackgroundAttributes::Private::Private() :
58 : _d( new Private( *r.
d ) )
107 d->visible = visible;
128 d->pixmapMode = mode;
133 return d->pixmapMode;
138 d->pixmap = backPixmap;
146 #if !defined(QT_NO_DEBUG_STREAM) 149 dbg <<
"KDChart::BackgroundAttributes(" 151 <<
"brush="<<ba.
brush()
153 <<
"pixmap="<<ba.
pixmap().cacheKey()
bool isEqualTo(const BackgroundAttributes &other, bool ignorePixmap=false) const
void setVisible(bool visible)
bool operator==(const BackgroundAttributes &) const
BackgroundAttributes & operator=(const BackgroundAttributes &)
void setPixmap(const QPixmap &backPixmap)
void setPixmapMode(BackgroundPixmapMode mode)
void setBrush(const QBrush &brush)
QDebug operator<<(QDebug stream, const DataDimension &r)
BackgroundPixmapMode pixmapMode() const
Set of attributes usable for background pixmaps.