#include <QDebug>
#include <QMetaType>
#include <QBrush>
#include "KDChartGlobal.h"
Go to the source code of this file.
Classes | |
class | KDChart::BackgroundAttributes |
Set of attributes usable for background pixmaps. More... | |
Namespaces | |
namespace | KDChart |
Functions | |
KDCHART_EXPORT QDebug | operator<< (QDebug, const KDChart::BackgroundAttributes &) |
Q_DECLARE_TYPEINFO (KDChart::BackgroundAttributes, Q_MOVABLE_TYPE) |
KDCHART_EXPORT QDebug operator<< | ( | QDebug | , | |
const KDChart::BackgroundAttributes & | ||||
) |
Definition at line 147 of file KDChartBackgroundAttributes.cpp.
References KDChart::BackgroundAttributes::brush(), KDChart::BackgroundAttributes::isVisible(), KDChart::BackgroundAttributes::pixmap(), and KDChart::BackgroundAttributes::pixmapMode().
Q_DECLARE_TYPEINFO | ( | KDChart::BackgroundAttributes | , | |
Q_MOVABLE_TYPE | ||||
) |