#include <QMetaType>
#include "KDChartGlobal.h"
#include "KDChartEnums.h"
Go to the source code of this file.
Classes | |
class | KDChart::GridAttributes |
A set of attributes controlling the appearance of grids. More... | |
Namespaces | |
namespace | KDChart |
Functions | |
KDCHART_EXPORT QDebug | operator<< (QDebug, const KDChart::GridAttributes &) |
Q_DECLARE_TYPEINFO (KDChart::GridAttributes, Q_MOVABLE_TYPE) |
KDCHART_EXPORT QDebug operator<< | ( | QDebug | , | |
const KDChart::GridAttributes & | ||||
) |
Definition at line 276 of file KDChartGridAttributes.cpp.
References KDChart::GridAttributes::gridPen(), KDChart::GridAttributes::gridStepWidth(), KDChart::GridAttributes::gridSubStepWidth(), KDChart::GridAttributes::isGridVisible(), KDChart::GridAttributes::isSubGridVisible(), KDChart::GridAttributes::subGridPen(), and KDChart::GridAttributes::zeroLinePen().
Q_DECLARE_TYPEINFO | ( | KDChart::GridAttributes | , | |
Q_MOVABLE_TYPE | ||||
) |