#include <KDChartBackgroundAttributes.h>
Public Types | |
enum | BackgroundPixmapMode { BackgroundPixmapModeNone, BackgroundPixmapModeCentered, BackgroundPixmapModeScaled, BackgroundPixmapModeStretched } |
Public Member Functions | |
BackgroundAttributes (const BackgroundAttributes &) | |
BackgroundAttributes () | |
QBrush | brush () const |
bool | isEqualTo (const BackgroundAttributes &other, bool ignorePixmap=false) const |
bool | isVisible () const |
bool | operator!= (const BackgroundAttributes &other) const |
BackgroundAttributes & | operator= (const BackgroundAttributes &) |
bool | operator== (const BackgroundAttributes &) const |
QPixmap | pixmap () const |
BackgroundPixmapMode | pixmapMode () const |
void | setBrush (const QBrush &brush) |
void | setPixmap (const QPixmap &backPixmap) |
void | setPixmapMode (BackgroundPixmapMode mode) |
void | setVisible (bool visible) |
~BackgroundAttributes () |
|
Definition at line 49 of file KDChartBackgroundAttributes.h.
00049 { BackgroundPixmapModeNone, 00050 BackgroundPixmapModeCentered, 00051 BackgroundPixmapModeScaled, 00052 BackgroundPixmapModeStretched }; |
|
|
|
|
|
|
|
Referenced by operator<<(), KDChart::AbstractAreaBase::paintBackgroundAttributes(), and updateCommonBrush(). |
|
|
|
Referenced by operator<<(), KDChart::AbstractAreaBase::paintBackgroundAttributes(), and updateCommonBrush(). |
|
Definition at line 67 of file KDChartBackgroundAttributes.h.
00067 { return !operator==(other); } |
|
|
|
|
|
Referenced by operator<<(), and KDChart::AbstractAreaBase::paintBackgroundAttributes(). |
|
Referenced by operator<<(), KDChart::AbstractAreaBase::paintBackgroundAttributes(), and updateCommonBrush(). |
|
|
|
|
|
|
|
|