#include <QDebug>
#include <QMetaType>
#include "KDChartGlobal.h"
#include "KDChartMeasure.h"
Go to the source code of this file.
Classes | |
class | KDChart::TextAttributes |
A set of text attributes. More... | |
Namespaces | |
namespace | KDChart |
Functions | |
KDCHART_EXPORT QDebug | operator<< (QDebug, const KDChart::TextAttributes &) |
Q_DECLARE_TYPEINFO (KDChart::TextAttributes, Q_MOVABLE_TYPE) |
KDCHART_EXPORT QDebug operator<< | ( | QDebug | , | |
const KDChart::TextAttributes & | ||||
) |
Definition at line 251 of file KDChartTextAttributes.cpp.
References KDChart::TextAttributes::autoRotate(), KDChart::TextAttributes::autoShrink(), KDChart::TextAttributes::font(), KDChart::TextAttributes::fontSize(), KDChart::TextAttributes::isVisible(), KDChart::TextAttributes::minimalFontSize(), KDChart::TextAttributes::pen(), and KDChart::TextAttributes::rotation().
Q_DECLARE_TYPEINFO | ( | KDChart::TextAttributes | , | |
Q_MOVABLE_TYPE | ||||
) |