 |
KD Chart 2
[rev.2.8]
|
Go to the documentation of this file.
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()
void setPixmapMode(BackgroundPixmapMode mode)
BackgroundAttributes & operator=(const BackgroundAttributes &)
void setBrush(const QBrush &brush)
BackgroundPixmapMode pixmapMode() const
void setVisible(bool visible)
bool isEqualTo(const BackgroundAttributes &other, bool ignorePixmap=false) const
QDebug operator<<(QDebug stream, const DataDimension &r)
void setPixmap(const QPixmap &backPixmap)
Set of attributes usable for background pixmaps.
@ BackgroundPixmapModeNone
bool operator==(const BackgroundAttributes &) const