KD Chart API Documentation 3.1
Loading...
Searching...
No Matches
KDChartLeveyJenningsAxis.h
Go to the documentation of this file.
1/****************************************************************************
2**
3** This file is part of the KD Chart library.
4**
5** SPDX-FileCopyrightText: 2001 Klarälvdalens Datakonsult AB, a KDAB Group company <info@kdab.com>
6**
7** SPDX-License-Identifier: MIT
8**
9****************************************************************************/
10
11#ifndef KDCHARTLEVEYJENNINGSAXIS_H
12#define KDCHARTLEVEYJENNINGSAXIS_H
13
14#include <QList>
15
17
19
20namespace KDChart {
21
22class LeveyJenningsDiagram;
23
32class KDCHART_EXPORT LeveyJenningsAxis : public CartesianAxis
33{
34 Q_OBJECT
35
36 Q_DISABLE_COPY(LeveyJenningsAxis)
38
39public:
50 explicit LeveyJenningsAxis(LeveyJenningsDiagram *diagram = nullptr);
51 ~LeveyJenningsAxis() override;
52
55
56 Qt::DateFormat dateFormat() const;
57 void setDateFormat(Qt::DateFormat format);
58
62 bool compare(const LeveyJenningsAxis *other) const;
63
65 void paintCtx(PaintContext *) override;
66
67protected:
68 virtual void paintAsOrdinate(PaintContext *);
69
70 virtual void paintAsAbscissa(PaintContext *);
71};
72
74}
75
76#endif
#define KDCHART_DECLARE_PRIVATE_DERIVED_PARENT(X, ParentType)
AbstractDiagram defines the interface for diagram classes.
LeveyDiagram defines a Levey Jennings chart.
Stores information about painting diagrams.
QList< LeveyJenningsAxis * > LeveyJenningsAxisList
DateFormat

© 2001 Klarälvdalens Datakonsult AB (KDAB)
"The Qt, C++ and OpenGL Experts"
https://www.kdab.com/
https://www.kdab.com/development-resources/qt-tools/kd-chart/
Generated on Wed May 1 2024 00:01:10 for KD Chart API Documentation by doxygen 1.9.8