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

KDChartFrameAttributes.cpp File Reference

#include "KDChartFrameAttributes.h"
#include <KDABLibFakes>

Include dependency graph for KDChartFrameAttributes.cpp:

Go to the source code of this file.

Defines

#define d   d_func()

Functions

QDebug operator<< (QDebug dbg, const KDChart::FrameAttributes &fa)


Define Documentation

#define d   d_func()
 

Definition at line 30 of file KDChartFrameAttributes.cpp.


Function Documentation

QDebug operator<< QDebug  dbg,
const KDChart::FrameAttributes fa
 

Definition at line 124 of file KDChartFrameAttributes.cpp.

00125 {
00126     dbg << "KDChart::FrameAttributes("
00127         << "visible="<<fa.isVisible()
00128         << "pen="<<fa.pen()
00129         << "padding="<<fa.padding()
00130         << ")";
00131     return dbg;
00132 }


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