Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

KDChartAbstractThreeDAttributes.cpp File Reference

#include "KDChartAbstractThreeDAttributes.h"
#include "KDChartAbstractThreeDAttributes_p.h"
#include <QDebug>
#include <KDABLibFakes>

Include dependency graph for KDChartAbstractThreeDAttributes.cpp:

Go to the source code of this file.

Defines

#define d   d_func()

Functions

QDebug operator<< (QDebug dbg, const KDChart::AbstractThreeDAttributes &a)


Define Documentation

#define d   d_func()
 

Definition at line 33 of file KDChartAbstractThreeDAttributes.cpp.


Function Documentation

QDebug operator<< QDebug  dbg,
const KDChart::AbstractThreeDAttributes a
 

Definition at line 116 of file KDChartAbstractThreeDAttributes.cpp.

00117 {
00118     dbg << "enabled="<<a.isEnabled()
00119         << "depth="<<a.depth();
00120     return dbg;
00121 }


Generated on Thu May 10 11:06:27 2007 for KD Chart 2 by doxygen 1.3.6