#include <QWidget>
#include "KDChartMeasure.h"
#include <QtXml/QDomDocumentFragment>
#include <KDChartAbstractArea.h>
#include <KDChartTextAttributes.h>
#include <KDChartFrameAttributes.h>
#include <KDChartBackgroundAttributes.h>
#include <KDABLibFakes>
Include dependency graph for KDChartMeasure.cpp:
Go to the source code of this file.
Namespaces | |
| namespace | KDChart |
Functions | |
| QDebug | operator<< (QDebug dbg, const KDChart::Measure &m) |
|
||||||||||||
|
Definition at line 226 of file KDChartMeasure.cpp.
00227 {
00228 dbg << "KDChart::Measure("
00229 << "value="<<m.value()
00230 << "calculationmode="<<m.calculationMode()
00231 << "referencearea="<<m.referenceArea()
00232 << "referenceorientation="<<m.referenceOrientation()
00233 << ")";
00234 return dbg;
00235 }
|
1.3.6