JKQTPlotter trunk/v5.0.0
an extensive Qt5+Qt6 Plotter framework (including a feature-richt plotter widget, a speed-optimized, but limited variant and a LaTeX equation renderer!), written fully in C/C++ and without external dependencies
Loading...
Searching...
No Matches
jkqtplotter_precomp.h
1/* THIS IS a PRECOMILED HEADER-File for JKQTCommon-Lib
2 * it is not intended for external use!
3 */
4
5#ifndef jkqtmathtext_precomp_h
6#define jkqtmathtext_precomp_h
7
8/*
9 Copyright (c) 2008-2024 Jan W. Krieger (<jan@jkrieger.de>)
10
11
12
13 This software is free software: you can redistribute it and/or modify
14 it under the terms of the GNU Lesser General Public License (LGPL) as published by
15 the Free Software Foundation, either version 2.1 of the License, or
16 (at your option) any later version.
17
18 This program is distributed in the hope that it will be useful,
19 but WITHOUT ANY WARRANTY; without even the implied warranty of
20 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21 GNU Lesser General Public License (LGPL) for more details.
22
23 You should have received a copy of the GNU Lesser General Public License (LGPL)
24 along with this program. If not, see <http://www.gnu.org/licenses/>.
25*/
26#ifndef _USE_MATH_DEFINES
27# define _USE_MATH_DEFINES
28#endif
29
30#include "jkqtcommon/jkqtpbasicimagetools.h"
31#include "jkqtcommon/jkqtpcodestructuring.h"
32#include "jkqtcommon/jkqtpdebuggingtools.h"
33#include "jkqtcommon/jkqtpdrawingtools.h"
34#include "jkqtcommon/jkqtpenhancedpainter.h"
35#include "jkqtcommon/jkqtpstringtools.h"
36#include "jkqtcommon/jkqttools.h"
37#include "jkqtmathtext/jkqtmathtext.h"
38#include "jkqtmathtext/jkqtmathtexttools.h"
39#include "jkqtmathtext/nodes/jkqtmathtextnode.h"
40#include "jkqtmathtext/nodes/jkqtmathtextnodetools.h"
41#include "jkqtplotter/gui/jkvanishqtoolbar.h"
42#include "jkqtplotter/jkqtpbaseelements.h"
43#include "jkqtplotter/jkqtpbaseplotter.h"
44#include "jkqtplotter/jkqtpbaseplotterstyle.h"
45#include "jkqtplotter/jkqtpdatastorage.h"
46#include "jkqtplotter/jkqtpgraphsbase.h"
47#include "jkqtplotter/jkqtpimagetools.h"
48#include "jkqtplotter/jkqtplotterstyle.h"
49#include "jkqtplotter/jkqtptools.h"
50#include "jkqtplotter/jkqtpgraphsbaseerrors.h"
51#include "jkqtplotter/jkqtpgraphsbasestylingmixins.h"
52
53#include <QAbstractTableModel>
54#include <QAction>
55#include <QActionGroup>
56#include <QApplication>
57#include <QBrush>
58#include <QColor>
59#include <QComboBox>
60#include <QDebug>
61#include <QDoubleSpinBox>
62#include <QElapsedTimer>
63#include <QFile>
64#include <QFont>
65#include <QFontDatabase>
66#include <QFontInfo>
67#include <QFontMetricsF>
68#include <QGridLayout>
69#include <QGuiApplication>
70#include <QHash>
71#include <QHashFunctions>
72#include <QIcon>
73#include <QImage>
74#include <QKeyEvent>
75#include <QLabel>
76#include <QLine>
77#include <QLineF>
78#include <QList>
79#include <QListWidget>
80#include <QListWidgetItem>
81#include <QLocale>
82#include <QMap>
83#include <QMouseEvent>
84#include <QObject>
85#include <QPaintDevice>
86#include <QPainter>
87#include <QPainterPath>
88#include <QPair>
89#include <QPen>
90#include <QPoint>
91#include <QPointF>
92#include <QPointer>
93#include <QPolygon>
94#include <QPolygonF>
95#include <QRect>
96#include <QRectF>
97#include <QScrollArea>
98#include <QSet>
99#include <QSettings>
100#include <QString>
101#include <QStringList>
102#include <QTextStream>
103#include <QTimer>
104#include <QToolBar>
105#include <QVBoxLayout>
106#include <QVector>
107#include <QWidget>
108#include <QtGlobal>
109#include <cfloat>
110#include <chrono>
111#include <cmath>
112#include <forward_list>
113#include <functional>
114#include <iomanip>
115#include <iostream>
116#include <limits>
117#include <memory>
118#include <sstream>
119#include <stdexcept>
120#include <stdint.h>
121#include <stdio.h>
122#include <stdlib.h>
123#include <string.h>
124#include <string>
125#include <utility>
126#include <vector>
127
128#endif // jkqtmathtext_precomp_h