#include <QBrush>
#include <QFont>
#include <QFontMetricsF>
#include <QLayout>
#include <QLayoutItem>
#include <QPen>
#include "KDChartTextAttributes.h"
#include "KDChartMarkerAttributes.h"
Include dependency graph for KDChartLayoutItems.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | KDChart |
Classes | |
class | KDChart::AbstractLayoutItem |
Base class for all layout items of KD Chart. More... | |
class | KDChart::AutoSpacerLayoutItem |
An empty layout item. More... | |
class | KDChart::HorizontalLineLayoutItem |
Layout item showing a horizontal line. More... | |
class | KDChart::LineLayoutItem |
Layout item showing a coloured line. More... | |
class | KDChart::LineWithMarkerLayoutItem |
Layout item showing a coloured line and a data point marker. More... | |
class | KDChart::MarkerLayoutItem |
Layout item showing a data point marker. More... | |
class | KDChart::TextLayoutItem |
Layout item showing a text. More... | |
class | KDChart::VerticalLineLayoutItem |
Layout item showing a vertial line. More... |