#include <QDebug>
#include <QMetaType>
#include <QPen>
#include "KDChartGlobal.h"
Go to the source code of this file.
Classes | |
class | KDChart::FrameAttributes |
A set of attributes for frames around items. More... | |
Namespaces | |
namespace | KDChart |
Functions | |
KDCHART_EXPORT QDebug | operator<< (QDebug, const KDChart::FrameAttributes &) |
Q_DECLARE_TYPEINFO (KDChart::FrameAttributes, Q_MOVABLE_TYPE) |
KDCHART_EXPORT QDebug operator<< | ( | QDebug | , | |
const KDChart::FrameAttributes & | ||||
) |
Definition at line 121 of file KDChartFrameAttributes.cpp.
References KDChart::FrameAttributes::isVisible(), KDChart::FrameAttributes::padding(), and KDChart::FrameAttributes::pen().
Q_DECLARE_TYPEINFO | ( | KDChart::FrameAttributes | , | |
Q_MOVABLE_TYPE | ||||
) |