KDChartBackgroundAttributes.cpp File Reference

#include "KDChartBackgroundAttributes.h"
#include <QPixmap>
#include <KDABLibFakes>

Include dependency graph for KDChartBackgroundAttributes.cpp:

Go to the source code of this file.

Defines

#define d   d_func()

Functions

QDebug operator<< (QDebug dbg, const KDChart::BackgroundAttributes &ba)


Define Documentation

#define d   d_func()

Definition at line 31 of file KDChartBackgroundAttributes.cpp.


Function Documentation

QDebug operator<< ( QDebug  dbg,
const KDChart::BackgroundAttributes ba 
)

Definition at line 150 of file KDChartBackgroundAttributes.cpp.

References KDChart::BackgroundAttributes::brush(), KDChart::BackgroundAttributes::isVisible(), KDChart::BackgroundAttributes::pixmap(), and KDChart::BackgroundAttributes::pixmapMode().

00151 {
00152     dbg << "KDChart::BackgroundAttributes("
00153         << "visible="<<ba.isVisible()
00154         << "brush="<<ba.brush()
00155         << "pixmapmode="<<ba.pixmapMode()
00156         << "pixmap="<<ba.pixmap()
00157         << ")";
00158     return dbg;
00159 }


Generated on Thu Mar 4 23:20:14 2010 for KD Chart 2 by  doxygen 1.5.4