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>

Include dependency graph for KDChartLegend.cpp:

Go to the source code of this file.

Defines

#define ADD_MARKER_SPACER_FOR_HORIZONTAL_MODE(column)
#define d   d_func()


Define Documentation

#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.


Generated on Thu Mar 4 23:21:08 2010 for KD Chart 2 by  doxygen 1.5.4