#include "KDChartLegend.h"
#include "KDChartLegend_p.h"
#include <KDChartTextAttributes.h>
#include <KDChartMarkerAttributes.h>
#include <QFont>
#include <QPainter>
#include <QTextTableCell>
#include <QTextCursor>
#include <QTextCharFormat>
#include <QTextDocumentFragment>
#include <QTimer>
#include <QAbstractTextDocumentLayout>
#include <QtDebug>
#include <QLabel>
#include <KDChartAbstractDiagram.h>
#include "KDTextDocument.h"
#include <KDChartDiagramObserver.h>
#include <QGridLayout>
#include "KDChartLayoutItems.h"
#include <KDABLibFakes>

Go to the source code of this file.
Defines | |
| #define | ADD_MARKER_SPACER_FOR_HORIZONTAL_MODE(column) |
| #define | d d_func() |
| #define ADD_MARKER_SPACER_FOR_HORIZONTAL_MODE | ( | column | ) |
Value:
{ \
if( orientation() != Qt::Vertical ) \
d->layout->addItem( new QSpacerItem( spacing(), 1 ), \
2, \
column ); \
}
| #define d d_func() |
Definition at line 84 of file KDChartLegend.cpp.
1.5.4