#include "KDChartRulerAttributes.h"
#include <limits>
#include <QPen>
#include <QDebug>
#include <KDABLibFakes>
Go to the source code of this file.
Defines | |
#define | d d_func() |
Functions | |
QDebug | operator<< (QDebug dbg, const KDChart::RulerAttributes &a) |
#define d d_func() |
Definition at line 32 of file KDChartRulerAttributes.cpp.
Referenced by KDChart::RulerAttributes::hasTickMarkPenAt(), KDChart::RulerAttributes::labelMargin(), KDChart::RulerAttributes::majorTickMarkPen(), KDChart::RulerAttributes::majorTickMarkPenIsSet(), KDChart::RulerAttributes::minorTickMarkPen(), KDChart::RulerAttributes::minorTickMarkPenIsSet(), KDChart::RulerAttributes::operator=(), KDChart::RulerAttributes::operator==(), KDChart::RulerAttributes::setLabelMargin(), KDChart::RulerAttributes::setMajorTickMarkPen(), KDChart::RulerAttributes::setMinorTickMarkPen(), KDChart::RulerAttributes::setShowMajorTickMarks(), KDChart::RulerAttributes::setShowMinorTickMarks(), KDChart::RulerAttributes::setTickMarkColor(), KDChart::RulerAttributes::setTickMarkPen(), KDChart::RulerAttributes::showMajorTickMarks(), KDChart::RulerAttributes::showMinorTickMarks(), KDChart::RulerAttributes::tickMarkColor(), KDChart::RulerAttributes::tickMarkPen(), and KDChart::RulerAttributes::tickMarkPens().
QDebug operator<< | ( | QDebug | dbg, | |
const KDChart::RulerAttributes & | a | |||
) |
Definition at line 235 of file KDChartRulerAttributes.cpp.
References KDChart::RulerAttributes::majorTickMarkPen(), KDChart::RulerAttributes::minorTickMarkPen(), KDChart::RulerAttributes::tickMarkPen(), and KDChart::RulerAttributes::tickMarkPens().