KDChartLegend.cpp File Reference
#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.
Define Documentation
#define ADD_MARKER_SPACER_FOR_HORIZONTAL_MODE |
( |
column |
|
) |
|
Value:{ \
if( orientation() != Qt::Vertical ) \
d->layout->addItem( new QSpacerItem( spacing(), 1 ), \
2, \
column ); \
}