Main Page · Class Overview · Hierarchy · All Classes
qcp.h
1 /***************************************************************************
2 ** **
3 ** QCustomPlot, an easy to use, modern plotting widget for Qt **
4 ** Copyright (C) 2011, 2012, 2013, 2014 Emanuel Eichhammer **
5 ** **
6 ** This program is free software: you can redistribute it and/or modify **
7 ** it under the terms of the GNU General Public License as published by **
8 ** the Free Software Foundation, either version 3 of the License, or **
9 ** (at your option) any later version. **
10 ** **
11 ** This program is distributed in the hope that it will be useful, **
12 ** but WITHOUT ANY WARRANTY; without even the implied warranty of **
13 ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the **
14 ** GNU General Public License for more details. **
15 ** **
16 ** You should have received a copy of the GNU General Public License **
17 ** along with this program. If not, see http://www.gnu.org/licenses/. **
18 ** **
19 ****************************************************************************
20 ** Author: Emanuel Eichhammer **
21 ** Website/Contact: http://www.qcustomplot.com/ **
22 ** Date: 07.04.14 **
23 ** Version: 1.2.1 **
24 ****************************************************************************/
25 
26 #ifndef QCP_H
27 #define QCP_H
28 
29 #include "global.h"
30 #include "painter.h"
31 #include "layer.h"
32 #include "layout.h"
33 #include "range.h"
34 #include "axis.h"
35 #include "plottable.h"
36 #include "item.h"
37 #include "lineending.h"
38 #include "core.h"
39 #include "colorgradient.h"
44 #include "plottables/plottable-colormap.h"
45 #include "items/item-straightline.h"
46 #include "items/item-line.h"
47 #include "items/item-curve.h"
48 #include "items/item-rect.h"
49 #include "items/item-text.h"
50 #include "items/item-ellipse.h"
51 #include "items/item-pixmap.h"
52 #include "items/item-tracer.h"
53 #include "items/item-bracket.h"
54 #include "layoutelements/layoutelement-axisrect.h"
55 #include "layoutelements/layoutelement-legend.h"
56 #include "layoutelements/layoutelement-plottitle.h"
57 #include "layoutelements/layoutelement-colorscale.h"
58 
59 #endif // QCP_H