From 7fd127b0754388fdf334050f87f3ab1d84af9916 Mon Sep 17 00:00:00 2001 From: YikeStone Date: Sat, 29 Apr 2017 23:02:01 +0530 Subject: [PATCH] First commit --- .../v1/BlueC/BlueC.pro | 24 + .../v1/BlueC/BlueC.pro.user | 257 + .../v1/BlueC/BlueC.pro.user.5d2c252 | 257 + .../v1/BlueC/BlueC.pro.user.e1fc755 | 257 + .../v1/BlueC/main.cpp | 18 + .../v1/BlueC/mainwindow.cpp | 400 + .../v1/BlueC/mainwindow.h | 57 + .../v1/BlueC/mainwindow.ui | 633 + .../v1/BlueC/qcustomplot.cpp | 23539 ++++++++++++++++ .../v1/BlueC/qcustomplot.h | 3767 +++ .../Makefile | 346 + .../Makefile.Debug | 1535 + .../Makefile.Release | 1535 + .../debug/BlueC.exe | Bin 0 -> 5328670 bytes .../debug/main.o | Bin 0 -> 328873 bytes .../debug/mainwindow.o | Bin 0 -> 557845 bytes .../debug/moc_mainwindow.cpp | 189 + .../debug/moc_mainwindow.o | Bin 0 -> 187715 bytes .../debug/moc_qcustomplot.cpp | 6448 +++++ .../debug/moc_qcustomplot.o | Bin 0 -> 1949621 bytes .../debug/qcustomplot.o | Bin 0 -> 3729774 bytes .../ui_mainwindow.h | 465 + .../v2/BControl/BControl.pro | 27 + .../v2/BControl/BControl.pro.user | 257 + .../v2/BControl/BControl.pro.user.5d2c252 | 257 + .../v2/BControl/BControl.pro.user.e1fc755 | 257 + .../v2/BControl/IMUfilter.cpp | 247 + .../v2/BControl/IMUfilter.h | 166 + .../v2/BControl/bs.cpp | 30 + .../Com Port Comm+graph Plot/v2/BControl/bs.h | 21 + .../v2/BControl/macrodefs.h | 56 + .../v2/BControl/main.cpp | 20 + .../v2/BControl/mainwindow.cpp | 489 + .../v2/BControl/mainwindow.h | 58 + .../v2/BControl/mainwindow.ui | 650 + .../v2/BControl/qcustomplot.cpp | 23538 +++++++++++++++ .../v2/BControl/qcustomplot.h | 3767 +++ .../Makefile | 346 + .../Makefile.Debug | 1870 ++ .../Makefile.Release | 1870 ++ .../debug/BControl.exe | Bin 0 -> 5346627 bytes .../debug/IMUfilter.o | Bin 0 -> 8014 bytes .../debug/main.o | Bin 0 -> 332581 bytes .../debug/mainwindow.o | Bin 0 -> 564736 bytes .../debug/moc_mainwindow.cpp | 193 + .../debug/moc_mainwindow.o | Bin 0 -> 187930 bytes .../debug/moc_qcustomplot.cpp | 6448 +++++ .../debug/moc_qcustomplot.o | Bin 0 -> 1949625 bytes .../debug/qcustomplot.o | Bin 0 -> 3729974 bytes .../ui_mainwindow.h | 472 + Com Port UART Control/Graph plotter/B/B.pro | 27 + .../Graph plotter/B/B.pro.user | 257 + .../Graph plotter/B/B.pro.user.5d2c252 | 257 + .../Graph plotter/B/B.pro.user.e1fc755 | 257 + .../Graph plotter/B/IMUfilter.cpp | 247 + .../Graph plotter/B/IMUfilter.h | 166 + Com Port UART Control/Graph plotter/B/bs.cpp | 30 + Com Port UART Control/Graph plotter/B/bs.h | 21 + .../Graph plotter/B/macrodefs.h | 56 + .../Graph plotter/B/main.cpp | 20 + .../Graph plotter/B/mainwindow.cpp | 315 + .../Graph plotter/B/mainwindow.h | 38 + .../Graph plotter/B/mainwindow.ui | 99 + .../Graph plotter/B/qcustomplot.cpp | 23538 +++++++++++++++ .../Graph plotter/B/qcustomplot.h | 3767 +++ .../Makefile | 346 + .../Makefile.Debug | 1876 ++ .../Makefile.Release | 1876 ++ .../debug/B.exe | Bin 0 -> 5346114 bytes .../debug/IMUfilter.o | Bin 0 -> 8014 bytes .../debug/bs.o | Bin 0 -> 178937 bytes .../debug/main.o | Bin 0 -> 332581 bytes .../debug/mainwindow.o | Bin 0 -> 563815 bytes .../debug/moc_mainwindow.cpp | 193 + .../debug/moc_mainwindow.o | Bin 0 -> 187922 bytes .../debug/moc_qcustomplot.cpp | 6448 +++++ .../debug/moc_qcustomplot.o | Bin 0 -> 1949625 bytes .../debug/qcustomplot.o | Bin 0 -> 3729974 bytes .../ui_mainwindow.h | 472 + .../Makefile | 332 + .../Makefile.Debug | 249 + .../Makefile.Release | 249 + .../debug/Loop.o | Bin 0 -> 202420 bytes .../debug/main.o | Bin 0 -> 155226 bytes .../debug/mindwave.exe | Bin 0 -> 372423 bytes Neurosky Mindwave Mobile/mindwave/Loop.cpp | 99 + Neurosky Mindwave Mobile/mindwave/Loop.h | 32 + Neurosky Mindwave Mobile/mindwave/main.cpp | 11 + .../mindwave/mindwave.pro | 24 + .../mindwave/mindwave.pro.user | 257 + README.md | 2 + 91 files changed, 122327 insertions(+) create mode 100644 Com Port UART Control/Com Port Comm+graph Plot/v1/BlueC/BlueC.pro create mode 100644 Com Port UART Control/Com Port Comm+graph Plot/v1/BlueC/BlueC.pro.user create mode 100644 Com Port UART Control/Com Port Comm+graph Plot/v1/BlueC/BlueC.pro.user.5d2c252 create mode 100644 Com Port UART Control/Com Port Comm+graph Plot/v1/BlueC/BlueC.pro.user.e1fc755 create mode 100644 Com Port UART Control/Com Port Comm+graph Plot/v1/BlueC/main.cpp create mode 100644 Com Port UART Control/Com Port Comm+graph Plot/v1/BlueC/mainwindow.cpp create mode 100644 Com Port UART Control/Com Port Comm+graph Plot/v1/BlueC/mainwindow.h create mode 100644 Com Port UART Control/Com Port Comm+graph Plot/v1/BlueC/mainwindow.ui create mode 100644 Com Port UART Control/Com Port Comm+graph Plot/v1/BlueC/qcustomplot.cpp create mode 100644 Com Port UART Control/Com Port Comm+graph Plot/v1/BlueC/qcustomplot.h create mode 100644 Com Port UART Control/Com Port Comm+graph Plot/v1/build-BlueC-Desktop_Qt_5_4_1_MinGW_32bit-Debug/Makefile create mode 100644 Com Port UART Control/Com Port Comm+graph Plot/v1/build-BlueC-Desktop_Qt_5_4_1_MinGW_32bit-Debug/Makefile.Debug create mode 100644 Com Port UART Control/Com Port Comm+graph Plot/v1/build-BlueC-Desktop_Qt_5_4_1_MinGW_32bit-Debug/Makefile.Release create mode 100644 Com Port UART Control/Com Port Comm+graph Plot/v1/build-BlueC-Desktop_Qt_5_4_1_MinGW_32bit-Debug/debug/BlueC.exe create mode 100644 Com Port UART Control/Com Port Comm+graph Plot/v1/build-BlueC-Desktop_Qt_5_4_1_MinGW_32bit-Debug/debug/main.o create mode 100644 Com Port UART Control/Com Port Comm+graph Plot/v1/build-BlueC-Desktop_Qt_5_4_1_MinGW_32bit-Debug/debug/mainwindow.o create mode 100644 Com Port UART Control/Com Port Comm+graph Plot/v1/build-BlueC-Desktop_Qt_5_4_1_MinGW_32bit-Debug/debug/moc_mainwindow.cpp create mode 100644 Com Port UART Control/Com Port Comm+graph Plot/v1/build-BlueC-Desktop_Qt_5_4_1_MinGW_32bit-Debug/debug/moc_mainwindow.o create mode 100644 Com Port UART Control/Com Port Comm+graph Plot/v1/build-BlueC-Desktop_Qt_5_4_1_MinGW_32bit-Debug/debug/moc_qcustomplot.cpp create mode 100644 Com Port UART Control/Com Port Comm+graph Plot/v1/build-BlueC-Desktop_Qt_5_4_1_MinGW_32bit-Debug/debug/moc_qcustomplot.o create mode 100644 Com Port UART Control/Com Port Comm+graph Plot/v1/build-BlueC-Desktop_Qt_5_4_1_MinGW_32bit-Debug/debug/qcustomplot.o create mode 100644 Com Port UART Control/Com Port Comm+graph Plot/v1/build-BlueC-Desktop_Qt_5_4_1_MinGW_32bit-Debug/ui_mainwindow.h create mode 100644 Com Port UART Control/Com Port Comm+graph Plot/v2/BControl/BControl.pro create mode 100644 Com Port UART Control/Com Port Comm+graph Plot/v2/BControl/BControl.pro.user create mode 100644 Com Port UART Control/Com Port Comm+graph Plot/v2/BControl/BControl.pro.user.5d2c252 create mode 100644 Com Port UART Control/Com Port Comm+graph Plot/v2/BControl/BControl.pro.user.e1fc755 create mode 100644 Com Port UART Control/Com Port Comm+graph Plot/v2/BControl/IMUfilter.cpp create mode 100644 Com Port UART Control/Com Port Comm+graph Plot/v2/BControl/IMUfilter.h create mode 100644 Com Port UART Control/Com Port Comm+graph Plot/v2/BControl/bs.cpp create mode 100644 Com Port UART Control/Com Port Comm+graph Plot/v2/BControl/bs.h create mode 100644 Com Port UART Control/Com Port Comm+graph Plot/v2/BControl/macrodefs.h create mode 100644 Com Port UART Control/Com Port Comm+graph Plot/v2/BControl/main.cpp create mode 100644 Com Port UART Control/Com Port Comm+graph Plot/v2/BControl/mainwindow.cpp create mode 100644 Com Port UART Control/Com Port Comm+graph Plot/v2/BControl/mainwindow.h create mode 100644 Com Port UART Control/Com Port Comm+graph Plot/v2/BControl/mainwindow.ui create mode 100644 Com Port UART Control/Com Port Comm+graph Plot/v2/BControl/qcustomplot.cpp create mode 100644 Com Port UART Control/Com Port Comm+graph Plot/v2/BControl/qcustomplot.h create mode 100644 Com Port UART Control/Com Port Comm+graph Plot/v2/build-BControl-Desktop_Qt_5_4_1_MinGW_32bit-Debug/Makefile create mode 100644 Com Port UART Control/Com Port Comm+graph Plot/v2/build-BControl-Desktop_Qt_5_4_1_MinGW_32bit-Debug/Makefile.Debug create mode 100644 Com Port UART Control/Com Port Comm+graph Plot/v2/build-BControl-Desktop_Qt_5_4_1_MinGW_32bit-Debug/Makefile.Release create mode 100644 Com Port UART Control/Com Port Comm+graph Plot/v2/build-BControl-Desktop_Qt_5_4_1_MinGW_32bit-Debug/debug/BControl.exe create mode 100644 Com Port UART Control/Com Port Comm+graph Plot/v2/build-BControl-Desktop_Qt_5_4_1_MinGW_32bit-Debug/debug/IMUfilter.o create mode 100644 Com Port UART Control/Com Port Comm+graph Plot/v2/build-BControl-Desktop_Qt_5_4_1_MinGW_32bit-Debug/debug/main.o create mode 100644 Com Port UART Control/Com Port Comm+graph Plot/v2/build-BControl-Desktop_Qt_5_4_1_MinGW_32bit-Debug/debug/mainwindow.o create mode 100644 Com Port UART Control/Com Port Comm+graph Plot/v2/build-BControl-Desktop_Qt_5_4_1_MinGW_32bit-Debug/debug/moc_mainwindow.cpp create mode 100644 Com Port UART Control/Com Port Comm+graph Plot/v2/build-BControl-Desktop_Qt_5_4_1_MinGW_32bit-Debug/debug/moc_mainwindow.o create mode 100644 Com Port UART Control/Com Port Comm+graph Plot/v2/build-BControl-Desktop_Qt_5_4_1_MinGW_32bit-Debug/debug/moc_qcustomplot.cpp create mode 100644 Com Port UART Control/Com Port Comm+graph Plot/v2/build-BControl-Desktop_Qt_5_4_1_MinGW_32bit-Debug/debug/moc_qcustomplot.o create mode 100644 Com Port UART Control/Com Port Comm+graph Plot/v2/build-BControl-Desktop_Qt_5_4_1_MinGW_32bit-Debug/debug/qcustomplot.o create mode 100644 Com Port UART Control/Com Port Comm+graph Plot/v2/build-BControl-Desktop_Qt_5_4_1_MinGW_32bit-Debug/ui_mainwindow.h create mode 100644 Com Port UART Control/Graph plotter/B/B.pro create mode 100644 Com Port UART Control/Graph plotter/B/B.pro.user create mode 100644 Com Port UART Control/Graph plotter/B/B.pro.user.5d2c252 create mode 100644 Com Port UART Control/Graph plotter/B/B.pro.user.e1fc755 create mode 100644 Com Port UART Control/Graph plotter/B/IMUfilter.cpp create mode 100644 Com Port UART Control/Graph plotter/B/IMUfilter.h create mode 100644 Com Port UART Control/Graph plotter/B/bs.cpp create mode 100644 Com Port UART Control/Graph plotter/B/bs.h create mode 100644 Com Port UART Control/Graph plotter/B/macrodefs.h create mode 100644 Com Port UART Control/Graph plotter/B/main.cpp create mode 100644 Com Port UART Control/Graph plotter/B/mainwindow.cpp create mode 100644 Com Port UART Control/Graph plotter/B/mainwindow.h create mode 100644 Com Port UART Control/Graph plotter/B/mainwindow.ui create mode 100644 Com Port UART Control/Graph plotter/B/qcustomplot.cpp create mode 100644 Com Port UART Control/Graph plotter/B/qcustomplot.h create mode 100644 Com Port UART Control/Graph plotter/build-B-Desktop_Qt_5_4_1_MinGW_32bit-Debug/Makefile create mode 100644 Com Port UART Control/Graph plotter/build-B-Desktop_Qt_5_4_1_MinGW_32bit-Debug/Makefile.Debug create mode 100644 Com Port UART Control/Graph plotter/build-B-Desktop_Qt_5_4_1_MinGW_32bit-Debug/Makefile.Release create mode 100644 Com Port UART Control/Graph plotter/build-B-Desktop_Qt_5_4_1_MinGW_32bit-Debug/debug/B.exe create mode 100644 Com Port UART Control/Graph plotter/build-B-Desktop_Qt_5_4_1_MinGW_32bit-Debug/debug/IMUfilter.o create mode 100644 Com Port UART Control/Graph plotter/build-B-Desktop_Qt_5_4_1_MinGW_32bit-Debug/debug/bs.o create mode 100644 Com Port UART Control/Graph plotter/build-B-Desktop_Qt_5_4_1_MinGW_32bit-Debug/debug/main.o create mode 100644 Com Port UART Control/Graph plotter/build-B-Desktop_Qt_5_4_1_MinGW_32bit-Debug/debug/mainwindow.o create mode 100644 Com Port UART Control/Graph plotter/build-B-Desktop_Qt_5_4_1_MinGW_32bit-Debug/debug/moc_mainwindow.cpp create mode 100644 Com Port UART Control/Graph plotter/build-B-Desktop_Qt_5_4_1_MinGW_32bit-Debug/debug/moc_mainwindow.o create mode 100644 Com Port UART Control/Graph plotter/build-B-Desktop_Qt_5_4_1_MinGW_32bit-Debug/debug/moc_qcustomplot.cpp create mode 100644 Com Port UART Control/Graph plotter/build-B-Desktop_Qt_5_4_1_MinGW_32bit-Debug/debug/moc_qcustomplot.o create mode 100644 Com Port UART Control/Graph plotter/build-B-Desktop_Qt_5_4_1_MinGW_32bit-Debug/debug/qcustomplot.o create mode 100644 Com Port UART Control/Graph plotter/build-B-Desktop_Qt_5_4_1_MinGW_32bit-Debug/ui_mainwindow.h create mode 100644 Neurosky Mindwave Mobile/build-mindwave-Desktop_Qt_5_4_1_MinGW_32bit-Debug/Makefile create mode 100644 Neurosky Mindwave Mobile/build-mindwave-Desktop_Qt_5_4_1_MinGW_32bit-Debug/Makefile.Debug create mode 100644 Neurosky Mindwave Mobile/build-mindwave-Desktop_Qt_5_4_1_MinGW_32bit-Debug/Makefile.Release create mode 100644 Neurosky Mindwave Mobile/build-mindwave-Desktop_Qt_5_4_1_MinGW_32bit-Debug/debug/Loop.o create mode 100644 Neurosky Mindwave Mobile/build-mindwave-Desktop_Qt_5_4_1_MinGW_32bit-Debug/debug/main.o create mode 100644 Neurosky Mindwave Mobile/build-mindwave-Desktop_Qt_5_4_1_MinGW_32bit-Debug/debug/mindwave.exe create mode 100644 Neurosky Mindwave Mobile/mindwave/Loop.cpp create mode 100644 Neurosky Mindwave Mobile/mindwave/Loop.h create mode 100644 Neurosky Mindwave Mobile/mindwave/main.cpp create mode 100644 Neurosky Mindwave Mobile/mindwave/mindwave.pro create mode 100644 Neurosky Mindwave Mobile/mindwave/mindwave.pro.user create mode 100644 README.md diff --git a/Com Port UART Control/Com Port Comm+graph Plot/v1/BlueC/BlueC.pro b/Com Port UART Control/Com Port Comm+graph Plot/v1/BlueC/BlueC.pro new file mode 100644 index 0000000..a2f725d --- /dev/null +++ b/Com Port UART Control/Com Port Comm+graph Plot/v1/BlueC/BlueC.pro @@ -0,0 +1,24 @@ +#------------------------------------------------- +# +# Project created by QtCreator 2016-06-20T21:38:18 +# +#------------------------------------------------- + +QT += core gui + +greaterThan(QT_MAJOR_VERSION, 4): QT += widgets printsupport + +TARGET = BlueC +TEMPLATE = app + + +SOURCES += main.cpp\ + mainwindow.cpp \ + qcustomplot.cpp \ + +HEADERS += mainwindow.h \ + qcustomplot.h \ + +FORMS += mainwindow.ui + +QT += serialport diff --git a/Com Port UART Control/Com Port Comm+graph Plot/v1/BlueC/BlueC.pro.user b/Com Port UART Control/Com Port Comm+graph Plot/v1/BlueC/BlueC.pro.user new file mode 100644 index 0000000..b97ddd7 --- /dev/null +++ b/Com Port UART Control/Com Port Comm+graph Plot/v1/BlueC/BlueC.pro.user @@ -0,0 +1,257 @@ + + + + + + EnvironmentId + {071d3636-4530-4e79-9e5c-eb70a03bf55f} + + + ProjectExplorer.Project.ActiveTarget + 0 + + + ProjectExplorer.Project.EditorSettings + + true + false + true + + Cpp + + CppGlobal + + + + QmlJS + + QmlJSGlobal + + + 2 + UTF-8 + false + 4 + false + 80 + true + true + 1 + true + false + 0 + true + 0 + 8 + true + 1 + true + true + true + false + + + + ProjectExplorer.Project.PluginSettings + + + + ProjectExplorer.Project.Target.0 + + Desktop Qt 5.4.1 MinGW 32bit + Desktop Qt 5.4.1 MinGW 32bit + qt.54.win32_mingw491_kit + 0 + 0 + 0 + + C:/Users/yikes/OneDrive/Documents/build-BlueC-Desktop_Qt_5_4_1_MinGW_32bit-Debug + + + true + qmake + + QtProjectManager.QMakeBuildStep + false + true + + false + false + + + true + Make + + Qt4ProjectManager.MakeStep + + false + + + + 2 + Build + + ProjectExplorer.BuildSteps.Build + + + + true + Make + + Qt4ProjectManager.MakeStep + + true + clean + + + 1 + Clean + + ProjectExplorer.BuildSteps.Clean + + 2 + false + + Debug + + Qt4ProjectManager.Qt4BuildConfiguration + 2 + true + + + C:/Users/yikes/OneDrive/Documents/build-BlueC-Desktop_Qt_5_4_1_MinGW_32bit-Release + + + true + qmake + + QtProjectManager.QMakeBuildStep + false + true + + false + false + + + true + Make + + Qt4ProjectManager.MakeStep + + false + + + + 2 + Build + + ProjectExplorer.BuildSteps.Build + + + + true + Make + + Qt4ProjectManager.MakeStep + + true + clean + + + 1 + Clean + + ProjectExplorer.BuildSteps.Clean + + 2 + false + + Release + + Qt4ProjectManager.Qt4BuildConfiguration + 0 + true + + 2 + + + 0 + Deploy + + ProjectExplorer.BuildSteps.Deploy + + 1 + Deploy locally + + ProjectExplorer.DefaultDeployConfiguration + + 1 + + + + false + false + false + false + true + 0.01 + 10 + true + 1 + 25 + + 1 + true + false + true + valgrind + + 0 + 1 + 2 + 3 + 4 + 5 + 6 + 7 + 8 + 9 + 10 + 11 + 12 + 13 + 14 + + 2 + + BlueC + + Qt4ProjectManager.Qt4RunConfiguration:C:/Users/yikes/OneDrive/Documents/BlueC/BlueC.pro + + BlueC.pro + false + false + + 3768 + false + true + false + false + true + + 1 + + + + ProjectExplorer.Project.TargetCount + 1 + + + ProjectExplorer.Project.Updater.FileVersion + 18 + + + Version + 18 + + diff --git a/Com Port UART Control/Com Port Comm+graph Plot/v1/BlueC/BlueC.pro.user.5d2c252 b/Com Port UART Control/Com Port Comm+graph Plot/v1/BlueC/BlueC.pro.user.5d2c252 new file mode 100644 index 0000000..6e03672 --- /dev/null +++ b/Com Port UART Control/Com Port Comm+graph Plot/v1/BlueC/BlueC.pro.user.5d2c252 @@ -0,0 +1,257 @@ + + + + + + EnvironmentId + {5d2c2528-3a67-4b34-9757-af8305407b5f} + + + ProjectExplorer.Project.ActiveTarget + 0 + + + ProjectExplorer.Project.EditorSettings + + true + false + true + + Cpp + + CppGlobal + + + + QmlJS + + QmlJSGlobal + + + 2 + UTF-8 + false + 4 + false + 80 + true + true + 1 + true + false + 0 + true + 0 + 8 + true + 1 + true + true + true + false + + + + ProjectExplorer.Project.PluginSettings + + + + ProjectExplorer.Project.Target.0 + + Desktop Qt 5.4.1 MinGW 32bit + Desktop Qt 5.4.1 MinGW 32bit + qt.54.win32_mingw491_kit + 0 + 0 + 0 + + C:/Users/yikes/OneDrive/Documents/build-BlueC-Desktop_Qt_5_4_1_MinGW_32bit-Debug + + + true + qmake + + QtProjectManager.QMakeBuildStep + false + true + + false + false + + + true + Make + + Qt4ProjectManager.MakeStep + + false + + + + 2 + Build + + ProjectExplorer.BuildSteps.Build + + + + true + Make + + Qt4ProjectManager.MakeStep + + true + clean + + + 1 + Clean + + ProjectExplorer.BuildSteps.Clean + + 2 + false + + Debug + + Qt4ProjectManager.Qt4BuildConfiguration + 2 + true + + + C:/Users/yikes/OneDrive/Documents/build-BlueC-Desktop_Qt_5_4_1_MinGW_32bit-Release + + + true + qmake + + QtProjectManager.QMakeBuildStep + false + true + + false + false + + + true + Make + + Qt4ProjectManager.MakeStep + + false + + + + 2 + Build + + ProjectExplorer.BuildSteps.Build + + + + true + Make + + Qt4ProjectManager.MakeStep + + true + clean + + + 1 + Clean + + ProjectExplorer.BuildSteps.Clean + + 2 + false + + Release + + Qt4ProjectManager.Qt4BuildConfiguration + 0 + true + + 2 + + + 0 + Deploy + + ProjectExplorer.BuildSteps.Deploy + + 1 + Deploy locally + + ProjectExplorer.DefaultDeployConfiguration + + 1 + + + + false + false + false + false + true + 0.01 + 10 + true + 1 + 25 + + 1 + true + false + true + valgrind + + 0 + 1 + 2 + 3 + 4 + 5 + 6 + 7 + 8 + 9 + 10 + 11 + 12 + 13 + 14 + + 2 + + BlueC + + Qt4ProjectManager.Qt4RunConfiguration:C:/Users/yikes/OneDrive/Documents/BlueC/BlueC.pro + + BlueC.pro + false + false + + 3768 + false + true + false + false + true + + 1 + + + + ProjectExplorer.Project.TargetCount + 1 + + + ProjectExplorer.Project.Updater.FileVersion + 18 + + + Version + 18 + + diff --git a/Com Port UART Control/Com Port Comm+graph Plot/v1/BlueC/BlueC.pro.user.e1fc755 b/Com Port UART Control/Com Port Comm+graph Plot/v1/BlueC/BlueC.pro.user.e1fc755 new file mode 100644 index 0000000..51a557e --- /dev/null +++ b/Com Port UART Control/Com Port Comm+graph Plot/v1/BlueC/BlueC.pro.user.e1fc755 @@ -0,0 +1,257 @@ + + + + + + EnvironmentId + {e1fc7551-0b1d-48c2-8cf8-e6d502bbac8d} + + + ProjectExplorer.Project.ActiveTarget + 0 + + + ProjectExplorer.Project.EditorSettings + + true + false + true + + Cpp + + CppGlobal + + + + QmlJS + + QmlJSGlobal + + + 2 + UTF-8 + false + 4 + false + 80 + true + true + 1 + true + false + 0 + true + 0 + 8 + true + 1 + true + true + true + false + + + + ProjectExplorer.Project.PluginSettings + + + + ProjectExplorer.Project.Target.0 + + Desktop Qt 5.4.1 MinGW 32bit + Desktop Qt 5.4.1 MinGW 32bit + qt.54.win32_mingw491_kit + 0 + 0 + 0 + + C:/Users/yikes/OneDrive/Documents/build-BlueC-Desktop_Qt_5_4_1_MinGW_32bit-Debug + + + true + qmake + + QtProjectManager.QMakeBuildStep + false + true + + false + false + + + true + Make + + Qt4ProjectManager.MakeStep + + false + + + + 2 + Build + + ProjectExplorer.BuildSteps.Build + + + + true + Make + + Qt4ProjectManager.MakeStep + + true + clean + + + 1 + Clean + + ProjectExplorer.BuildSteps.Clean + + 2 + false + + Debug + + Qt4ProjectManager.Qt4BuildConfiguration + 2 + true + + + C:/Users/yikes/OneDrive/Documents/build-BlueC-Desktop_Qt_5_4_1_MinGW_32bit-Release + + + true + qmake + + QtProjectManager.QMakeBuildStep + false + true + + false + false + + + true + Make + + Qt4ProjectManager.MakeStep + + false + + + + 2 + Build + + ProjectExplorer.BuildSteps.Build + + + + true + Make + + Qt4ProjectManager.MakeStep + + true + clean + + + 1 + Clean + + ProjectExplorer.BuildSteps.Clean + + 2 + false + + Release + + Qt4ProjectManager.Qt4BuildConfiguration + 0 + true + + 2 + + + 0 + Deploy + + ProjectExplorer.BuildSteps.Deploy + + 1 + Deploy locally + + ProjectExplorer.DefaultDeployConfiguration + + 1 + + + + false + false + false + false + true + 0.01 + 10 + true + 1 + 25 + + 1 + true + false + true + valgrind + + 0 + 1 + 2 + 3 + 4 + 5 + 6 + 7 + 8 + 9 + 10 + 11 + 12 + 13 + 14 + + 2 + + BlueC + + Qt4ProjectManager.Qt4RunConfiguration:C:/Users/yikes/OneDrive/Documents/BlueC/BlueC.pro + + BlueC.pro + false + false + + 3768 + false + true + false + false + true + + 1 + + + + ProjectExplorer.Project.TargetCount + 1 + + + ProjectExplorer.Project.Updater.FileVersion + 18 + + + Version + 18 + + diff --git a/Com Port UART Control/Com Port Comm+graph Plot/v1/BlueC/main.cpp b/Com Port UART Control/Com Port Comm+graph Plot/v1/BlueC/main.cpp new file mode 100644 index 0000000..909e871 --- /dev/null +++ b/Com Port UART Control/Com Port Comm+graph Plot/v1/BlueC/main.cpp @@ -0,0 +1,18 @@ +#include "mainwindow.h" +#include +int main(int argc, char *argv[]) +{ + QApplication a(argc, argv); + //MainWindow w; + MainWindow t; + t.show(); + + int c=a.exec(); + //qDebug()<<"close"; + t.serial->disconnect(); + t.serial->close(); + //QThread::currentThread()->usleep(1); + + //QThread::currentThread()->msleep(10); + return c; +} diff --git a/Com Port UART Control/Com Port Comm+graph Plot/v1/BlueC/mainwindow.cpp b/Com Port UART Control/Com Port Comm+graph Plot/v1/BlueC/mainwindow.cpp new file mode 100644 index 0000000..a838ec6 --- /dev/null +++ b/Com Port UART Control/Com Port Comm+graph Plot/v1/BlueC/mainwindow.cpp @@ -0,0 +1,400 @@ +#include "mainwindow.h" +#include "ui_mainwindow.h" +#include "QKeyEvent" +#include "QDebug" +#include +#include +//#include "bs.h" +int KP[44];double kp=0,ki=0,kd=0;int kp1=0,ki1=0,kd1=0;int pwm_left,pwm_right; +int a=-1; +double xa=0,ya=0,za=0; +double xg=0,yg=0,zg=0; +double xxa,yya,zza;double kp2 = 10; +double ki2 = 0; +double kd2 = 0; +double ra=0,rollg=0;const float alpha = 0.5; +QElapsedTimer f; +QByteArray ba("Hello\n"); +int outMax = 255; +int outMin = -255; +float lastInput = 0; +double ITerm =0; +double Setpoint = 11; +double Compute(double input) +{ + double error = Setpoint - input ; + //qDebug()< outMax) ITerm= outMax; + else if(ITerm < outMin) ITerm= outMin; + double dInput = (input - lastInput); + double output = kp * error + ITerm + kd * dInput; + if(output > outMax) output = outMax; + else if(output < outMin) output = outMin; + lastInput = input; + return output; +} +char blankString[] = QT_TRANSLATE_NOOP("SettingsDialog", "N/A"); +MainWindow::MainWindow(QWidget *parent) : + QMainWindow(parent), + ui(new Ui::MainWindow) +{ + f.start(); + ui->setupUi(this); + serial = new QSerialPort(this); + serial2 = new QSerialPort(this); + QSerialPortInfo info1=QSerialPortInfo::availablePorts().at(1); + QSerialPortInfo info=QSerialPortInfo::availablePorts().at(0); + // Check info of the port + qDebug() << "Name : " << info.portName(); + /*qDebug() << "Manufacturer: " << info.manufacturer(); //if showing manufacturer, means Qstring &name is good + qDebug() << "Busy: " << info.isBusy() << endl; + */// Initialize Serial + qDebug()<setPortName("COM8"); + serial->setPortName("COM17"); + //serial->open(QIODevice::ReadWrite); + serial->setBaudRate(QSerialPort::Baud115200); + serial->setDataBits(QSerialPort::Data8); + serial->setParity(QSerialPort::NoParity); + serial->setStopBits(QSerialPort::OneStop); + serial->setFlowControl(QSerialPort::NoFlowControl); + if(serial->open(QIODevice::ReadWrite)); + serial2->setBaudRate(QSerialPort::Baud115200); + serial2->setDataBits(QSerialPort::Data8); + serial2->setParity(QSerialPort::NoParity); + serial2->setStopBits(QSerialPort::OneStop); + serial2->setFlowControl(QSerialPort::NoFlowControl); + if(serial2->open(QIODevice::ReadWrite)); + /*QString description; + QString manufacturer; + QString serialNumber;int i=0; + /*foreach (const QSerialPortInfo &info, QSerialPortInfo::availablePorts()) { + cout<textBrowser->setText("Key(s) Pressed:"); + connect(ui->horizontalSlider,SIGNAL(valueChanged(int)),this,SLOT(value0(int))); + connect(ui->horizontalSlider_2,SIGNAL(valueChanged(int)),this,SLOT(value1(int))); + connect(ui->horizontalSlider_3,SIGNAL(valueChanged(int)),this,SLOT(value2(int))); + connect(ui->horizontalSlider_5,SIGNAL(valueChanged(int)),this,SLOT(value3(int))); + connect(ui->horizontalSlider_4,SIGNAL(valueChanged(int)),this,SLOT(value4(int))); + connect(ui->horizontalSlider_6,SIGNAL(valueChanged(int)),this,SLOT(value5(int))); + connect(ui->horizontalSlider_7,SIGNAL(valueChanged(int)),this,SLOT(value6(int))); + connect(ui->horizontalSlider_8,SIGNAL(valueChanged(int)),this,SLOT(value7(int))); + connect(ui->lineEdit,SIGNAL(returnPressed()),this,SLOT(value8())); + connect(ui->lineEdit_2,SIGNAL(returnPressed()),this,SLOT(value9())); + connect(ui->lineEdit_3,SIGNAL(returnPressed()),this,SLOT(value10())); + connect(ui->lineEdit_4,SIGNAL(returnPressed()),this,SLOT(value11())); + connect(ui->lineEdit_5,SIGNAL(returnPressed()),this,SLOT(value12())); + connect(ui->lineEdit_6,SIGNAL(returnPressed()),this,SLOT(value13())); + connect(ui->lineEdit_7,SIGNAL(returnPressed()),this,SLOT(value14())); + connect(ui->lineEdit_8,SIGNAL(returnPressed()),this,SLOT(value15())); + connect(ui->radioButton,SIGNAL(pressed()),this,SLOT(value16())); + connect(ui->radioButton_2,SIGNAL(pressed()),this,SLOT(value17())); + connect(serial, SIGNAL(readyRead()), this, SLOT(readData())); + connect(serial2, SIGNAL(readyRead()), this, SLOT(readData1())); + for(int i=0;i<44;i++) + KP[i]=0; + /*QVector x(101), y(101); // initialize with entries 0..100 + for (int i=0; i<101; ++i) + { + x[i] = i/50.0 - 1; // x goes from -1 to 1 + y[i] = x[i]*x[i]; // let's plot a quadratic function + }*/ + // create graph and assign data to it: + ui->widget->addGraph(); + ui->widget->setInteractions(QCP::iRangeDrag | QCP::iRangeZoom); + ui->widget->axisRect()->setRangeZoom(Qt::Horizontal); + ui->widget->axisRect()->setRangeZoomFactor(1.5); + //ui->widget->graph(0)->setData(x, y); + ui->widget->xAxis->setLabel("X Axis"); + ui->widget->yAxis->setLabel("Y Axis"); + ui->widget->xAxis->setRange(0,1000); + ui->widget->yAxis->setRange(-90,90); +} + +MainWindow::~MainWindow() +{ + + delete ui; +} +void MainWindow::BlueP() +{ + QString b(""); + for(int i=0;i<44;i++) + if(KP[i]==1)b.append(i+47); + b.append("\n"); + ba.clear(); + ui->textBrowser->setText("Key(s) Pressed:"+b); + + if(a==-1) + { + if(b.length()>1){ + ba.append(b.toUtf8()); + } + else + { + ba.append("stop\n"); + } + } + else{ + QString s(""); + /*s.append("l"); + s.append(QString::number(pwm_left,'g',9)); + s.append("\nr"); + s.append(QString::number(pwm_right,'g',9)); + //s.append("\n");//only for pwm + s.append("\n");*/ + s.append("p"); + s.append(QString::number(kp,'g',9)); + s.append(",i"); + s.append(QString::number(ki,'g',9)); + s.append(",d"); + s.append(QString::number(kd,'g',9)); + s.append(","); + ba=s.toUtf8(); + } + + if (serial->isOpen() && serial->isWritable()) + { + serial->write(ba); + if (serial->bytesToWrite() > 0) + { + serial->flush(); + serial->bytesWritten(ba.length()); + } + } + else + { + cout<< "An error occured" << endl; + } + //QThread::currentThread()->msleep(1000); +} +void MainWindow::keyPressEvent(QKeyEvent * event) +{ + int p=event->key(); + if(p>46&&p<91){ + KP[p-47]=1; + BlueP(); + } +} +void MainWindow::keyReleaseEvent(QKeyEvent * event) +{ + int r=event->key(); + if(r>46&&r<91){ + KP[r-47]=0; + BlueP();} +} + +void MainWindow::value0(int k) +{ + pwm_left=k-255; + ui->lineEdit->setText(QString::number(pwm_left)); + BlueP(); +} + +void MainWindow::value1(int k) +{ + + pwm_right=k-255; + ui->lineEdit_2->setText(QString::number(pwm_right)); + BlueP(); +} +void MainWindow::value2(int k) +{ + + kp=k/10000000.0+kp1; + ui->lineEdit_3->setText(QString::number(kp,'g',9)); + BlueP(); +} +void MainWindow::value3(int k) +{ + + ki=k/10000000.0+ki1; + ui->lineEdit_5->setText(QString::number(ki,'g',9)); + BlueP(); +} +void MainWindow::value4(int k) +{ + + kd=k/10000000.0+kd1; + ui->lineEdit_4->setText(QString::number(kd,'g',9)); + BlueP(); +} +void MainWindow::value5(int k) +{ + + kp=kp-kp1+k; + kp1=k; + ui->lineEdit_8->setText(QString::number(kp1)); + ui->lineEdit_3->setText(QString::number(kp,'g',9)); + BlueP(); +} + +void MainWindow::value6(int k) +{ + + ki=ki-ki1+k; + ki1=k; + ui->lineEdit_7->setText(QString::number(ki1)); + ui->lineEdit_5->setText(QString::number(ki,'g',9)); + BlueP(); +} + +void MainWindow::value7(int k) +{ + + kd=kd-kd1+k; + kd1=k; + ui->lineEdit_6->setText(QString::number(kd1)); + ui->lineEdit_4->setText(QString::number(kd,'g',9)); + BlueP(); +} + +void MainWindow::value8() +{ + QString s=ui->lineEdit->text(); + pwm_left=s.toInt(); + ui->horizontalSlider->setSliderPosition(pwm_left+255); +} +void MainWindow::value9() +{ + QString s=ui->lineEdit_2->text(); + pwm_right=s.toInt(); + ui->horizontalSlider_2->setSliderPosition(pwm_right+255); + +} +void MainWindow::value10() +{ + QString s=ui->lineEdit_3->text(); + kp=s.toDouble(); + kp1=(int)kp; + ui->horizontalSlider_3->setSliderPosition((kp-kp1)*10000000); + ui->horizontalSlider_6->setSliderPosition(kp1); +} +void MainWindow::value11() +{ + QString s=ui->lineEdit_4->text(); + ki=s.toDouble(); + ki1=(int)ki; + ui->horizontalSlider_4->setSliderPosition((ki-ki1)*10000000); + ui->horizontalSlider_8->setSliderPosition(ki1); +} +void MainWindow::value12() +{ + QString s=ui->lineEdit_5->text(); + kd=s.toDouble(); + kd1=(int)kd; + ui->horizontalSlider_5->setSliderPosition((kd-kd1)*10000000); + ui->horizontalSlider_7->setSliderPosition(kd1); +} +void MainWindow::value13() +{ + QString s=ui->lineEdit_6->text(); + int k=s.toInt(); + kd=kd-kd1+k; + kd1=k; + ui->horizontalSlider_8->setSliderPosition(kd1); +} +void MainWindow::value14() +{ + QString s=ui->lineEdit_7->text(); + int k=s.toInt(); + ki=ki-ki1+k; + ki1=k; + ui->horizontalSlider_7->setSliderPosition(ki1); + +} +void MainWindow::value15() +{ + QString s=ui->lineEdit_8->text(); + int k=s.toInt(); + kp=kp-kp1+k; + kp1=k; + ui->horizontalSlider_6->setSliderPosition(kp1); +} +void MainWindow::value16() +{ + a=1;BlueP(); +} +void MainWindow::value17() +{ + a=-1;BlueP(); +} +void MainWindow::newData(double x,double y) +{ + ui->widget->graph(0)->addData(y,x); + ui->widget->replot(); +} +void MainWindow::readData() +{ + + //QThread::currentThread()->sleep(10); + QByteArray data = serial->readLine(); + int i = data.indexOf(',',3); + int j = data.indexOf(',',i+1); + int k = data.indexOf(',',j+1); + if(data[1]=='1') + { + xa=data.mid(i+1,j-i-1).toDouble(); + ya=data.mid(j+1,k-j-1).toDouble(); + za=data.mid(k+1,data.length()-k-2).toDouble(); + } + else + { + xg=data.mid(i+1,j-i-1).toDouble(); + yg=data.mid(j+1,k-j-1).toDouble(); + zg=data.mid(k+1,data.length()-k-1).toDouble(); + } + yg*=0.07; + rollg+=yg; + xxa = xa * alpha + (xxa * (1.0 - alpha)); + zza = za * alpha + (zza * (1.0 - alpha)); + xa=xxa;ya=yya; + ra= 0.98* (rollg) + ((qAtan2(-zza, xxa)*180.0))/(3.141592653); + //qDebug()<0&&zzz<10)?10:zzz); + //zzz=((zzz<0&&zzz>-10)?-10:zzz); + QByteArray ba="";ba.append(","); + ba.append(QString::number(zzz)); + if (serial2->isOpen() && serial2->isWritable()) + { + serial2->write(data); + if (serial2->bytesToWrite() > 0) + { + serial2->flush(); + serial2->bytesWritten(data.length()); + } + } + else + { + //cout<< "2 An error occured" << endl; + } + // qDebug()<readAll()<<"hj"; + qDebug()<readAll(); + +} +/*void MainWindow::mouseWheel() +{ + //ui->widget->replot(); + +} +*/ diff --git a/Com Port UART Control/Com Port Comm+graph Plot/v1/BlueC/mainwindow.h b/Com Port UART Control/Com Port Comm+graph Plot/v1/BlueC/mainwindow.h new file mode 100644 index 0000000..a561ca6 --- /dev/null +++ b/Com Port UART Control/Com Port Comm+graph Plot/v1/BlueC/mainwindow.h @@ -0,0 +1,57 @@ +#ifndef MAINWINDOW_H +#define MAINWINDOW_H +#include +#include +#include +#include +#include +#include +//#include "bs.h" +using namespace std; +namespace Ui { +class MainWindow; +} +class MainWindow : public QMainWindow +{ + Q_OBJECT + +public: + QSerialPort *serial; + QSerialPort *serial2; + explicit MainWindow(QWidget *parent = 0); + ~MainWindow(); + +private: + + Ui::MainWindow *ui; + void keyPressEvent(QKeyEvent *); + void keyReleaseEvent(QKeyEvent *); + void BlueP(); +protected: + void newData(double x, double y); + +private slots: + void value0(int); + void value1(int); + void value2(int); + void value3(int); + void value4(int); + void value5(int); + void value6(int); + void value7(int); + void value8(); + void value9(); + void value10(); + void value11(); + void value12(); + void value13(); + void value14(); + void value15(); + void value16(); + void value17(); + void readData(); + void readData1(); + //void mouseWheel(); +}; + +#endif // MAINWINDOW_H diff --git a/Com Port UART Control/Com Port Comm+graph Plot/v1/BlueC/mainwindow.ui b/Com Port UART Control/Com Port Comm+graph Plot/v1/BlueC/mainwindow.ui new file mode 100644 index 0000000..088e479 --- /dev/null +++ b/Com Port UART Control/Com Port Comm+graph Plot/v1/BlueC/mainwindow.ui @@ -0,0 +1,633 @@ + + + MainWindow + + + + 0 + 0 + 691 + 513 + + + + MainWindow + + + + + + 0 + 0 + 671 + 441 + + + + QFrame::StyledPanel + + + QFrame::Raised + + + + + 0 + 0 + 671 + 121 + + + + + QLayout::SetMinAndMaxSize + + + + + QLayout::SetMinAndMaxSize + + + + + QLayout::SetMinAndMaxSize + + + + + + 0 + 75 + + + + + 16777215 + 75 + + + + PWM_Left + + + Qt::AlignCenter + + + + + + + + + QLayout::SetMinAndMaxSize + + + + + + 0 + 0 + + + + + 16777215 + 22 + + + + 510 + + + 255 + + + 255 + + + Qt::Horizontal + + + + + + + + 0 + 0 + + + + + 35 + 35 + + + + 0 + + + 4 + + + false + + + + + + + + + + + QLayout::SetMinAndMaxSize + + + + + QLayout::SetMinAndMaxSize + + + + + + 0 + 75 + + + + + 16777215 + 75 + + + + PWM_Right + + + Qt::AlignCenter + + + + + + + + + QLayout::SetMinAndMaxSize + + + + + + 0 + 0 + + + + + 16777215 + 22 + + + + 510 + + + 255 + + + Qt::Horizontal + + + + + + + + 0 + 0 + + + + + 35 + 35 + + + + 0 + + + 4 + + + false + + + + + + + + + + + + + 0 + 120 + 671 + 251 + + + + + + + + + + 0 + 0 + + + + + 16777215 + 35 + + + + KP + + + Qt::AlignCenter + + + + + + + + 50 + 16777215 + + + + 99 + + + Qt::Horizontal + + + + + + + + 50 + 16777215 + + + + 0 + + + 3 + + + + + + + + + + + 10000000 + + + Qt::Horizontal + + + QSlider::NoTicks + + + + + + + + 0 + 0 + + + + + 100 + 35 + + + + 0 + + + 20 + + + + + + + + + + + + 0 + 0 + + + + + 16777215 + 35 + + + + KI + + + Qt::AlignCenter + + + + + + + + 50 + 16777215 + + + + 99 + + + Qt::Horizontal + + + + + + + + 50 + 16777215 + + + + 0 + + + 3 + + + + + + + + + + + 10000000 + + + Qt::Horizontal + + + + + + + + 0 + 0 + + + + + 100 + 35 + + + + 0 + + + 20 + + + + + + + + + + + + 0 + 0 + + + + + 16777215 + 35 + + + + KD + + + Qt::AlignCenter + + + + + + + + 50 + 16777215 + + + + 99 + + + Qt::Horizontal + + + + + + + + 50 + 16777215 + + + + 0 + + + 3 + + + + + + + + + + + 10000000 + + + Qt::Horizontal + + + + + + + + 0 + 0 + + + + + 100 + 35 + + + + 0 + + + 20 + + + + + + + + + + + 0 + 410 + 671 + 31 + + + + Qt::ScrollBarAlwaysOff + + + Qt::ScrollBarAlwaysOff + + + + + + 0 + 360 + 671 + 41 + + + + + + + Qt::LeftToRight + + + Key Mode + + + true + + + + + + + PWM/ PID mode + + + false + + + + + + + + + + 679 + 9 + 1091 + 581 + + + + frame + widget + textBrowser + radioButton_2 + radioButton + horizontalLayoutWidget_2 + + + + + 0 + 0 + 691 + 26 + + + + + + TopToolBarArea + + + false + + + + + + + + QCustomPlot + QWidget +
../../qcustomplot.h
+ 1 +
+
+ + +
diff --git a/Com Port UART Control/Com Port Comm+graph Plot/v1/BlueC/qcustomplot.cpp b/Com Port UART Control/Com Port Comm+graph Plot/v1/BlueC/qcustomplot.cpp new file mode 100644 index 0000000..5381627 --- /dev/null +++ b/Com Port UART Control/Com Port Comm+graph Plot/v1/BlueC/qcustomplot.cpp @@ -0,0 +1,23539 @@ + +/*************************************************************************** +** ** +** QCustomPlot, an easy to use, modern plotting widget for Qt ** +** Copyright (C) 2011-2015 Emanuel Eichhammer ** +** ** +** This program is free software: you can redistribute it and/or modify ** +** it under the terms of the GNU General Public License as published by ** +** the Free Software Foundation, either version 3 of the License, or ** +** (at your option) any later version. ** +** ** +** This program is distributed in the hope that it will be useful, ** +** but WITHOUT ANY WARRANTY; without even the implied warranty of ** +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ** +** GNU General Public License for more details. ** +** ** +** You should have received a copy of the GNU General Public License ** +** along with this program. If not, see http://www.gnu.org/licenses/. ** +** ** +**************************************************************************** +** Author: Emanuel Eichhammer ** +** Website/Contact: http://www.qcustomplot.com/ ** +** Date: 25.04.15 ** +** Version: 1.3.1 ** +****************************************************************************/ + +#include "qcustomplot.h" + + + +//////////////////////////////////////////////////////////////////////////////////////////////////// +//////////////////// QCPPainter +//////////////////////////////////////////////////////////////////////////////////////////////////// + +/*! \class QCPPainter + \brief QPainter subclass used internally + + This QPainter subclass is used to provide some extended functionality e.g. for tweaking position + consistency between antialiased and non-antialiased painting. Further it provides workarounds + for QPainter quirks. + + \warning This class intentionally hides non-virtual functions of QPainter, e.g. setPen, save and + restore. So while it is possible to pass a QCPPainter instance to a function that expects a + QPainter pointer, some of the workarounds and tweaks will be unavailable to the function (because + it will call the base class implementations of the functions actually hidden by QCPPainter). +*/ + +/*! + Creates a new QCPPainter instance and sets default values +*/ +QCPPainter::QCPPainter() : + QPainter(), + mModes(pmDefault), + mIsAntialiasing(false) +{ + // don't setRenderHint(QPainter::NonCosmeticDefautPen) here, because painter isn't active yet and + // a call to begin() will follow +} + +/*! + Creates a new QCPPainter instance on the specified paint \a device and sets default values. Just + like the analogous QPainter constructor, begins painting on \a device immediately. + + Like \ref begin, this method sets QPainter::NonCosmeticDefaultPen in Qt versions before Qt5. +*/ +QCPPainter::QCPPainter(QPaintDevice *device) : + QPainter(device), + mModes(pmDefault), + mIsAntialiasing(false) +{ +#if QT_VERSION < QT_VERSION_CHECK(5, 0, 0) // before Qt5, default pens used to be cosmetic if NonCosmeticDefaultPen flag isn't set. So we set it to get consistency across Qt versions. + if (isActive()) + setRenderHint(QPainter::NonCosmeticDefaultPen); +#endif +} + +QCPPainter::~QCPPainter() +{ +} + +/*! + Sets the pen of the painter and applies certain fixes to it, depending on the mode of this + QCPPainter. + + \note this function hides the non-virtual base class implementation. +*/ +void QCPPainter::setPen(const QPen &pen) +{ + QPainter::setPen(pen); + if (mModes.testFlag(pmNonCosmetic)) + makeNonCosmetic(); +} + +/*! \overload + + Sets the pen (by color) of the painter and applies certain fixes to it, depending on the mode of + this QCPPainter. + + \note this function hides the non-virtual base class implementation. +*/ +void QCPPainter::setPen(const QColor &color) +{ + QPainter::setPen(color); + if (mModes.testFlag(pmNonCosmetic)) + makeNonCosmetic(); +} + +/*! \overload + + Sets the pen (by style) of the painter and applies certain fixes to it, depending on the mode of + this QCPPainter. + + \note this function hides the non-virtual base class implementation. +*/ +void QCPPainter::setPen(Qt::PenStyle penStyle) +{ + QPainter::setPen(penStyle); + if (mModes.testFlag(pmNonCosmetic)) + makeNonCosmetic(); +} + +/*! \overload + + Works around a Qt bug introduced with Qt 4.8 which makes drawing QLineF unpredictable when + antialiasing is disabled. Thus when antialiasing is disabled, it rounds the \a line to + integer coordinates and then passes it to the original drawLine. + + \note this function hides the non-virtual base class implementation. +*/ +void QCPPainter::drawLine(const QLineF &line) +{ + if (mIsAntialiasing || mModes.testFlag(pmVectorized)) + QPainter::drawLine(line); + else + QPainter::drawLine(line.toLine()); +} + +/*! + Sets whether painting uses antialiasing or not. Use this method instead of using setRenderHint + with QPainter::Antialiasing directly, as it allows QCPPainter to regain pixel exactness between + antialiased and non-antialiased painting (Since Qt < 5.0 uses slightly different coordinate systems for + AA/Non-AA painting). +*/ +void QCPPainter::setAntialiasing(bool enabled) +{ + setRenderHint(QPainter::Antialiasing, enabled); + if (mIsAntialiasing != enabled) + { + mIsAntialiasing = enabled; + if (!mModes.testFlag(pmVectorized)) // antialiasing half-pixel shift only needed for rasterized outputs + { + if (mIsAntialiasing) + translate(0.5, 0.5); + else + translate(-0.5, -0.5); + } + } +} + +/*! + Sets the mode of the painter. This controls whether the painter shall adjust its + fixes/workarounds optimized for certain output devices. +*/ +void QCPPainter::setModes(QCPPainter::PainterModes modes) +{ + mModes = modes; +} + +/*! + Sets the QPainter::NonCosmeticDefaultPen in Qt versions before Qt5 after beginning painting on \a + device. This is necessary to get cosmetic pen consistency across Qt versions, because since Qt5, + all pens are non-cosmetic by default, and in Qt4 this render hint must be set to get that + behaviour. + + The Constructor \ref QCPPainter(QPaintDevice *device) which directly starts painting also sets + the render hint as appropriate. + + \note this function hides the non-virtual base class implementation. +*/ +bool QCPPainter::begin(QPaintDevice *device) +{ + bool result = QPainter::begin(device); +#if QT_VERSION < QT_VERSION_CHECK(5, 0, 0) // before Qt5, default pens used to be cosmetic if NonCosmeticDefaultPen flag isn't set. So we set it to get consistency across Qt versions. + if (result) + setRenderHint(QPainter::NonCosmeticDefaultPen); +#endif + return result; +} + +/*! \overload + + Sets the mode of the painter. This controls whether the painter shall adjust its + fixes/workarounds optimized for certain output devices. +*/ +void QCPPainter::setMode(QCPPainter::PainterMode mode, bool enabled) +{ + if (!enabled && mModes.testFlag(mode)) + mModes &= ~mode; + else if (enabled && !mModes.testFlag(mode)) + mModes |= mode; +} + +/*! + Saves the painter (see QPainter::save). Since QCPPainter adds some new internal state to + QPainter, the save/restore functions are reimplemented to also save/restore those members. + + \note this function hides the non-virtual base class implementation. + + \see restore +*/ +void QCPPainter::save() +{ + mAntialiasingStack.push(mIsAntialiasing); + QPainter::save(); +} + +/*! + Restores the painter (see QPainter::restore). Since QCPPainter adds some new internal state to + QPainter, the save/restore functions are reimplemented to also save/restore those members. + + \note this function hides the non-virtual base class implementation. + + \see save +*/ +void QCPPainter::restore() +{ + if (!mAntialiasingStack.isEmpty()) + mIsAntialiasing = mAntialiasingStack.pop(); + else + qDebug() << Q_FUNC_INFO << "Unbalanced save/restore"; + QPainter::restore(); +} + +/*! + Changes the pen width to 1 if it currently is 0. This function is called in the \ref setPen + overrides when the \ref pmNonCosmetic mode is set. +*/ +void QCPPainter::makeNonCosmetic() +{ + if (qFuzzyIsNull(pen().widthF())) + { + QPen p = pen(); + p.setWidth(1); + QPainter::setPen(p); + } +} + + +//////////////////////////////////////////////////////////////////////////////////////////////////// +//////////////////// QCPScatterStyle +//////////////////////////////////////////////////////////////////////////////////////////////////// + +/*! \class QCPScatterStyle + \brief Represents the visual appearance of scatter points + + This class holds information about shape, color and size of scatter points. In plottables like + QCPGraph it is used to store how scatter points shall be drawn. For example, \ref + QCPGraph::setScatterStyle takes a QCPScatterStyle instance. + + A scatter style consists of a shape (\ref setShape), a line color (\ref setPen) and possibly a + fill (\ref setBrush), if the shape provides a fillable area. Further, the size of the shape can + be controlled with \ref setSize. + + \section QCPScatterStyle-defining Specifying a scatter style + + You can set all these configurations either by calling the respective functions on an instance: + \snippet documentation/doc-code-snippets/mainwindow.cpp qcpscatterstyle-creation-1 + + Or you can use one of the various constructors that take different parameter combinations, making + it easy to specify a scatter style in a single call, like so: + \snippet documentation/doc-code-snippets/mainwindow.cpp qcpscatterstyle-creation-2 + + \section QCPScatterStyle-undefinedpen Leaving the color/pen up to the plottable + + There are two constructors which leave the pen undefined: \ref QCPScatterStyle() and \ref + QCPScatterStyle(ScatterShape shape, double size). If those constructors are used, a call to \ref + isPenDefined will return false. It leads to scatter points that inherit the pen from the + plottable that uses the scatter style. Thus, if such a scatter style is passed to QCPGraph, the line + color of the graph (\ref QCPGraph::setPen) will be used by the scatter points. This makes + it very convenient to set up typical scatter settings: + + \snippet documentation/doc-code-snippets/mainwindow.cpp qcpscatterstyle-shortcreation + + Notice that it wasn't even necessary to explicitly call a QCPScatterStyle constructor. This works + because QCPScatterStyle provides a constructor that can transform a \ref ScatterShape directly + into a QCPScatterStyle instance (that's the \ref QCPScatterStyle(ScatterShape shape, double size) + constructor with a default for \a size). In those cases, C++ allows directly supplying a \ref + ScatterShape, where actually a QCPScatterStyle is expected. + + \section QCPScatterStyle-custompath-and-pixmap Custom shapes and pixmaps + + QCPScatterStyle supports drawing custom shapes and arbitrary pixmaps as scatter points. + + For custom shapes, you can provide a QPainterPath with the desired shape to the \ref + setCustomPath function or call the constructor that takes a painter path. The scatter shape will + automatically be set to \ref ssCustom. + + For pixmaps, you call \ref setPixmap with the desired QPixmap. Alternatively you can use the + constructor that takes a QPixmap. The scatter shape will automatically be set to \ref ssPixmap. + Note that \ref setSize does not influence the appearance of the pixmap. +*/ + +/* start documentation of inline functions */ + +/*! \fn bool QCPScatterStyle::isNone() const + + Returns whether the scatter shape is \ref ssNone. + + \see setShape +*/ + +/*! \fn bool QCPScatterStyle::isPenDefined() const + + Returns whether a pen has been defined for this scatter style. + + The pen is undefined if a constructor is called that does not carry \a pen as parameter. Those are + \ref QCPScatterStyle() and \ref QCPScatterStyle(ScatterShape shape, double size). If the pen is + left undefined, the scatter color will be inherited from the plottable that uses this scatter + style. + + \see setPen +*/ + +/* end documentation of inline functions */ + +/*! + Creates a new QCPScatterStyle instance with size set to 6. No shape, pen or brush is defined. + + Since the pen is undefined (\ref isPenDefined returns false), the scatter color will be inherited + from the plottable that uses this scatter style. +*/ +QCPScatterStyle::QCPScatterStyle() : + mSize(6), + mShape(ssNone), + mPen(Qt::NoPen), + mBrush(Qt::NoBrush), + mPenDefined(false) +{ +} + +/*! + Creates a new QCPScatterStyle instance with shape set to \a shape and size to \a size. No pen or + brush is defined. + + Since the pen is undefined (\ref isPenDefined returns false), the scatter color will be inherited + from the plottable that uses this scatter style. +*/ +QCPScatterStyle::QCPScatterStyle(ScatterShape shape, double size) : + mSize(size), + mShape(shape), + mPen(Qt::NoPen), + mBrush(Qt::NoBrush), + mPenDefined(false) +{ +} + +/*! + Creates a new QCPScatterStyle instance with shape set to \a shape, the pen color set to \a color, + and size to \a size. No brush is defined, i.e. the scatter point will not be filled. +*/ +QCPScatterStyle::QCPScatterStyle(ScatterShape shape, const QColor &color, double size) : + mSize(size), + mShape(shape), + mPen(QPen(color)), + mBrush(Qt::NoBrush), + mPenDefined(true) +{ +} + +/*! + Creates a new QCPScatterStyle instance with shape set to \a shape, the pen color set to \a color, + the brush color to \a fill (with a solid pattern), and size to \a size. +*/ +QCPScatterStyle::QCPScatterStyle(ScatterShape shape, const QColor &color, const QColor &fill, double size) : + mSize(size), + mShape(shape), + mPen(QPen(color)), + mBrush(QBrush(fill)), + mPenDefined(true) +{ +} + +/*! + Creates a new QCPScatterStyle instance with shape set to \a shape, the pen set to \a pen, the + brush to \a brush, and size to \a size. + + \warning In some cases it might be tempting to directly use a pen style like Qt::NoPen as \a pen + and a color like Qt::blue as \a brush. Notice however, that the corresponding call\n + QCPScatterStyle(QCPScatterShape::ssCircle, Qt::NoPen, Qt::blue, 5)\n + doesn't necessarily lead C++ to use this constructor in some cases, but might mistake + Qt::NoPen for a QColor and use the + \ref QCPScatterStyle(ScatterShape shape, const QColor &color, const QColor &fill, double size) + constructor instead (which will lead to an unexpected look of the scatter points). To prevent + this, be more explicit with the parameter types. For example, use QBrush(Qt::blue) + instead of just Qt::blue, to clearly point out to the compiler that this constructor is + wanted. +*/ +QCPScatterStyle::QCPScatterStyle(ScatterShape shape, const QPen &pen, const QBrush &brush, double size) : + mSize(size), + mShape(shape), + mPen(pen), + mBrush(brush), + mPenDefined(pen.style() != Qt::NoPen) +{ +} + +/*! + Creates a new QCPScatterStyle instance which will show the specified \a pixmap. The scatter shape + is set to \ref ssPixmap. +*/ +QCPScatterStyle::QCPScatterStyle(const QPixmap &pixmap) : + mSize(5), + mShape(ssPixmap), + mPen(Qt::NoPen), + mBrush(Qt::NoBrush), + mPixmap(pixmap), + mPenDefined(false) +{ +} + +/*! + Creates a new QCPScatterStyle instance with a custom shape that is defined via \a customPath. The + scatter shape is set to \ref ssCustom. + + The custom shape line will be drawn with \a pen and filled with \a brush. The size has a slightly + different meaning than for built-in scatter points: The custom path will be drawn scaled by a + factor of \a size/6.0. Since the default \a size is 6, the custom path will appear at a its + natural size by default. To double the size of the path for example, set \a size to 12. +*/ +QCPScatterStyle::QCPScatterStyle(const QPainterPath &customPath, const QPen &pen, const QBrush &brush, double size) : + mSize(size), + mShape(ssCustom), + mPen(pen), + mBrush(brush), + mCustomPath(customPath), + mPenDefined(pen.style() != Qt::NoPen) +{ +} + +/*! + Sets the size (pixel diameter) of the drawn scatter points to \a size. + + \see setShape +*/ +void QCPScatterStyle::setSize(double size) +{ + mSize = size; +} + +/*! + Sets the shape to \a shape. + + Note that the calls \ref setPixmap and \ref setCustomPath automatically set the shape to \ref + ssPixmap and \ref ssCustom, respectively. + + \see setSize +*/ +void QCPScatterStyle::setShape(QCPScatterStyle::ScatterShape shape) +{ + mShape = shape; +} + +/*! + Sets the pen that will be used to draw scatter points to \a pen. + + If the pen was previously undefined (see \ref isPenDefined), the pen is considered defined after + a call to this function, even if \a pen is Qt::NoPen. + + \see setBrush +*/ +void QCPScatterStyle::setPen(const QPen &pen) +{ + mPenDefined = true; + mPen = pen; +} + +/*! + Sets the brush that will be used to fill scatter points to \a brush. Note that not all scatter + shapes have fillable areas. For example, \ref ssPlus does not while \ref ssCircle does. + + \see setPen +*/ +void QCPScatterStyle::setBrush(const QBrush &brush) +{ + mBrush = brush; +} + +/*! + Sets the pixmap that will be drawn as scatter point to \a pixmap. + + Note that \ref setSize does not influence the appearance of the pixmap. + + The scatter shape is automatically set to \ref ssPixmap. +*/ +void QCPScatterStyle::setPixmap(const QPixmap &pixmap) +{ + setShape(ssPixmap); + mPixmap = pixmap; +} + +/*! + Sets the custom shape that will be drawn as scatter point to \a customPath. + + The scatter shape is automatically set to \ref ssCustom. +*/ +void QCPScatterStyle::setCustomPath(const QPainterPath &customPath) +{ + setShape(ssCustom); + mCustomPath = customPath; +} + +/*! + Applies the pen and the brush of this scatter style to \a painter. If this scatter style has an + undefined pen (\ref isPenDefined), sets the pen of \a painter to \a defaultPen instead. + + This function is used by plottables (or any class that wants to draw scatters) just before a + number of scatters with this style shall be drawn with the \a painter. + + \see drawShape +*/ +void QCPScatterStyle::applyTo(QCPPainter *painter, const QPen &defaultPen) const +{ + painter->setPen(mPenDefined ? mPen : defaultPen); + painter->setBrush(mBrush); +} + +/*! + Draws the scatter shape with \a painter at position \a pos. + + This function does not modify the pen or the brush on the painter, as \ref applyTo is meant to be + called before scatter points are drawn with \ref drawShape. + + \see applyTo +*/ +void QCPScatterStyle::drawShape(QCPPainter *painter, QPointF pos) const +{ + drawShape(painter, pos.x(), pos.y()); +} + +/*! \overload + Draws the scatter shape with \a painter at position \a x and \a y. +*/ +void QCPScatterStyle::drawShape(QCPPainter *painter, double x, double y) const +{ + double w = mSize/2.0; + switch (mShape) + { + case ssNone: break; + case ssDot: + { + painter->drawLine(QPointF(x, y), QPointF(x+0.0001, y)); + break; + } + case ssCross: + { + painter->drawLine(QLineF(x-w, y-w, x+w, y+w)); + painter->drawLine(QLineF(x-w, y+w, x+w, y-w)); + break; + } + case ssPlus: + { + painter->drawLine(QLineF(x-w, y, x+w, y)); + painter->drawLine(QLineF( x, y+w, x, y-w)); + break; + } + case ssCircle: + { + painter->drawEllipse(QPointF(x , y), w, w); + break; + } + case ssDisc: + { + QBrush b = painter->brush(); + painter->setBrush(painter->pen().color()); + painter->drawEllipse(QPointF(x , y), w, w); + painter->setBrush(b); + break; + } + case ssSquare: + { + painter->drawRect(QRectF(x-w, y-w, mSize, mSize)); + break; + } + case ssDiamond: + { + painter->drawLine(QLineF(x-w, y, x, y-w)); + painter->drawLine(QLineF( x, y-w, x+w, y)); + painter->drawLine(QLineF(x+w, y, x, y+w)); + painter->drawLine(QLineF( x, y+w, x-w, y)); + break; + } + case ssStar: + { + painter->drawLine(QLineF(x-w, y, x+w, y)); + painter->drawLine(QLineF( x, y+w, x, y-w)); + painter->drawLine(QLineF(x-w*0.707, y-w*0.707, x+w*0.707, y+w*0.707)); + painter->drawLine(QLineF(x-w*0.707, y+w*0.707, x+w*0.707, y-w*0.707)); + break; + } + case ssTriangle: + { + painter->drawLine(QLineF(x-w, y+0.755*w, x+w, y+0.755*w)); + painter->drawLine(QLineF(x+w, y+0.755*w, x, y-0.977*w)); + painter->drawLine(QLineF( x, y-0.977*w, x-w, y+0.755*w)); + break; + } + case ssTriangleInverted: + { + painter->drawLine(QLineF(x-w, y-0.755*w, x+w, y-0.755*w)); + painter->drawLine(QLineF(x+w, y-0.755*w, x, y+0.977*w)); + painter->drawLine(QLineF( x, y+0.977*w, x-w, y-0.755*w)); + break; + } + case ssCrossSquare: + { + painter->drawLine(QLineF(x-w, y-w, x+w*0.95, y+w*0.95)); + painter->drawLine(QLineF(x-w, y+w*0.95, x+w*0.95, y-w)); + painter->drawRect(QRectF(x-w, y-w, mSize, mSize)); + break; + } + case ssPlusSquare: + { + painter->drawLine(QLineF(x-w, y, x+w*0.95, y)); + painter->drawLine(QLineF( x, y+w, x, y-w)); + painter->drawRect(QRectF(x-w, y-w, mSize, mSize)); + break; + } + case ssCrossCircle: + { + painter->drawLine(QLineF(x-w*0.707, y-w*0.707, x+w*0.670, y+w*0.670)); + painter->drawLine(QLineF(x-w*0.707, y+w*0.670, x+w*0.670, y-w*0.707)); + painter->drawEllipse(QPointF(x, y), w, w); + break; + } + case ssPlusCircle: + { + painter->drawLine(QLineF(x-w, y, x+w, y)); + painter->drawLine(QLineF( x, y+w, x, y-w)); + painter->drawEllipse(QPointF(x, y), w, w); + break; + } + case ssPeace: + { + painter->drawLine(QLineF(x, y-w, x, y+w)); + painter->drawLine(QLineF(x, y, x-w*0.707, y+w*0.707)); + painter->drawLine(QLineF(x, y, x+w*0.707, y+w*0.707)); + painter->drawEllipse(QPointF(x, y), w, w); + break; + } + case ssPixmap: + { + painter->drawPixmap(x-mPixmap.width()*0.5, y-mPixmap.height()*0.5, mPixmap); + break; + } + case ssCustom: + { + QTransform oldTransform = painter->transform(); + painter->translate(x, y); + painter->scale(mSize/6.0, mSize/6.0); + painter->drawPath(mCustomPath); + painter->setTransform(oldTransform); + break; + } + } +} + + +//////////////////////////////////////////////////////////////////////////////////////////////////// +//////////////////// QCPLayer +//////////////////////////////////////////////////////////////////////////////////////////////////// + +/*! \class QCPLayer + \brief A layer that may contain objects, to control the rendering order + + The Layering system of QCustomPlot is the mechanism to control the rendering order of the + elements inside the plot. + + It is based on the two classes QCPLayer and QCPLayerable. QCustomPlot holds an ordered list of + one or more instances of QCPLayer (see QCustomPlot::addLayer, QCustomPlot::layer, + QCustomPlot::moveLayer, etc.). When replotting, QCustomPlot goes through the list of layers + bottom to top and successively draws the layerables of the layers. + + A QCPLayer contains an ordered list of QCPLayerable instances. QCPLayerable is an abstract base + class from which almost all visible objects derive, like axes, grids, graphs, items, etc. + + Initially, QCustomPlot has five layers: "background", "grid", "main", "axes" and "legend" (in + that order). The top two layers "axes" and "legend" contain the default axes and legend, so they + will be drawn on top. In the middle, there is the "main" layer. It is initially empty and set as + the current layer (see QCustomPlot::setCurrentLayer). This means, all new plottables, items etc. + are created on this layer by default. Then comes the "grid" layer which contains the QCPGrid + instances (which belong tightly to QCPAxis, see \ref QCPAxis::grid). The Axis rect background + shall be drawn behind everything else, thus the default QCPAxisRect instance is placed on the + "background" layer. Of course, the layer affiliation of the individual objects can be changed as + required (\ref QCPLayerable::setLayer). + + Controlling the ordering of objects is easy: Create a new layer in the position you want it to + be, e.g. above "main", with QCustomPlot::addLayer. Then set the current layer with + QCustomPlot::setCurrentLayer to that new layer and finally create the objects normally. They will + be placed on the new layer automatically, due to the current layer setting. Alternatively you + could have also ignored the current layer setting and just moved the objects with + QCPLayerable::setLayer to the desired layer after creating them. + + It is also possible to move whole layers. For example, If you want the grid to be shown in front + of all plottables/items on the "main" layer, just move it above "main" with + QCustomPlot::moveLayer. + + The rendering order within one layer is simply by order of creation or insertion. The item + created last (or added last to the layer), is drawn on top of all other objects on that layer. + + When a layer is deleted, the objects on it are not deleted with it, but fall on the layer below + the deleted layer, see QCustomPlot::removeLayer. +*/ + +/* start documentation of inline functions */ + +/*! \fn QList QCPLayer::children() const + + Returns a list of all layerables on this layer. The order corresponds to the rendering order: + layerables with higher indices are drawn above layerables with lower indices. +*/ + +/*! \fn int QCPLayer::index() const + + Returns the index this layer has in the QCustomPlot. The index is the integer number by which this layer can be + accessed via \ref QCustomPlot::layer. + + Layers with higher indices will be drawn above layers with lower indices. +*/ + +/* end documentation of inline functions */ + +/*! + Creates a new QCPLayer instance. + + Normally you shouldn't directly instantiate layers, use \ref QCustomPlot::addLayer instead. + + \warning It is not checked that \a layerName is actually a unique layer name in \a parentPlot. + This check is only performed by \ref QCustomPlot::addLayer. +*/ +QCPLayer::QCPLayer(QCustomPlot *parentPlot, const QString &layerName) : + QObject(parentPlot), + mParentPlot(parentPlot), + mName(layerName), + mIndex(-1), // will be set to a proper value by the QCustomPlot layer creation function + mVisible(true) +{ + // Note: no need to make sure layerName is unique, because layer + // management is done with QCustomPlot functions. +} + +QCPLayer::~QCPLayer() +{ + // If child layerables are still on this layer, detach them, so they don't try to reach back to this + // then invalid layer once they get deleted/moved themselves. This only happens when layers are deleted + // directly, like in the QCustomPlot destructor. (The regular layer removal procedure for the user is to + // call QCustomPlot::removeLayer, which moves all layerables off this layer before deleting it.) + + while (!mChildren.isEmpty()) + mChildren.last()->setLayer(0); // removes itself from mChildren via removeChild() + + if (mParentPlot->currentLayer() == this) + qDebug() << Q_FUNC_INFO << "The parent plot's mCurrentLayer will be a dangling pointer. Should have been set to a valid layer or 0 beforehand."; +} + +/*! + Sets whether this layer is visible or not. If \a visible is set to false, all layerables on this + layer will be invisible. + + This function doesn't change the visibility property of the layerables (\ref + QCPLayerable::setVisible), but the \ref QCPLayerable::realVisibility of each layerable takes the + visibility of the parent layer into account. +*/ +void QCPLayer::setVisible(bool visible) +{ + mVisible = visible; +} + +/*! \internal + + Adds the \a layerable to the list of this layer. If \a prepend is set to true, the layerable will + be prepended to the list, i.e. be drawn beneath the other layerables already in the list. + + This function does not change the \a mLayer member of \a layerable to this layer. (Use + QCPLayerable::setLayer to change the layer of an object, not this function.) + + \see removeChild +*/ +void QCPLayer::addChild(QCPLayerable *layerable, bool prepend) +{ + if (!mChildren.contains(layerable)) + { + if (prepend) + mChildren.prepend(layerable); + else + mChildren.append(layerable); + } else + qDebug() << Q_FUNC_INFO << "layerable is already child of this layer" << reinterpret_cast(layerable); +} + +/*! \internal + + Removes the \a layerable from the list of this layer. + + This function does not change the \a mLayer member of \a layerable. (Use QCPLayerable::setLayer + to change the layer of an object, not this function.) + + \see addChild +*/ +void QCPLayer::removeChild(QCPLayerable *layerable) +{ + if (!mChildren.removeOne(layerable)) + qDebug() << Q_FUNC_INFO << "layerable is not child of this layer" << reinterpret_cast(layerable); +} + + +//////////////////////////////////////////////////////////////////////////////////////////////////// +//////////////////// QCPLayerable +//////////////////////////////////////////////////////////////////////////////////////////////////// + +/*! \class QCPLayerable + \brief Base class for all drawable objects + + This is the abstract base class most visible objects derive from, e.g. plottables, axes, grid + etc. + + Every layerable is on a layer (QCPLayer) which allows controlling the rendering order by stacking + the layers accordingly. + + For details about the layering mechanism, see the QCPLayer documentation. +*/ + +/* start documentation of inline functions */ + +/*! \fn QCPLayerable *QCPLayerable::parentLayerable() const + + Returns the parent layerable of this layerable. The parent layerable is used to provide + visibility hierarchies in conjunction with the method \ref realVisibility. This way, layerables + only get drawn if their parent layerables are visible, too. + + Note that a parent layerable is not necessarily also the QObject parent for memory management. + Further, a layerable doesn't always have a parent layerable, so this function may return 0. + + A parent layerable is set implicitly with when placed inside layout elements and doesn't need to be + set manually by the user. +*/ + +/* end documentation of inline functions */ +/* start documentation of pure virtual functions */ + +/*! \fn virtual void QCPLayerable::applyDefaultAntialiasingHint(QCPPainter *painter) const = 0 + \internal + + This function applies the default antialiasing setting to the specified \a painter, using the + function \ref applyAntialiasingHint. It is the antialiasing state the painter is put in, when + \ref draw is called on the layerable. If the layerable has multiple entities whose antialiasing + setting may be specified individually, this function should set the antialiasing state of the + most prominent entity. In this case however, the \ref draw function usually calls the specialized + versions of this function before drawing each entity, effectively overriding the setting of the + default antialiasing hint. + + First example: QCPGraph has multiple entities that have an antialiasing setting: The graph + line, fills, scatters and error bars. Those can be configured via QCPGraph::setAntialiased, + QCPGraph::setAntialiasedFill, QCPGraph::setAntialiasedScatters etc. Consequently, there isn't + only the QCPGraph::applyDefaultAntialiasingHint function (which corresponds to the graph line's + antialiasing), but specialized ones like QCPGraph::applyFillAntialiasingHint and + QCPGraph::applyScattersAntialiasingHint. So before drawing one of those entities, QCPGraph::draw + calls the respective specialized applyAntialiasingHint function. + + Second example: QCPItemLine consists only of a line so there is only one antialiasing + setting which can be controlled with QCPItemLine::setAntialiased. (This function is inherited by + all layerables. The specialized functions, as seen on QCPGraph, must be added explicitly to the + respective layerable subclass.) Consequently it only has the normal + QCPItemLine::applyDefaultAntialiasingHint. The \ref QCPItemLine::draw function doesn't need to + care about setting any antialiasing states, because the default antialiasing hint is already set + on the painter when the \ref draw function is called, and that's the state it wants to draw the + line with. +*/ + +/*! \fn virtual void QCPLayerable::draw(QCPPainter *painter) const = 0 + \internal + + This function draws the layerable with the specified \a painter. It is only called by + QCustomPlot, if the layerable is visible (\ref setVisible). + + Before this function is called, the painter's antialiasing state is set via \ref + applyDefaultAntialiasingHint, see the documentation there. Further, the clipping rectangle was + set to \ref clipRect. +*/ + +/* end documentation of pure virtual functions */ +/* start documentation of signals */ + +/*! \fn void QCPLayerable::layerChanged(QCPLayer *newLayer); + + This signal is emitted when the layer of this layerable changes, i.e. this layerable is moved to + a different layer. + + \see setLayer +*/ + +/* end documentation of signals */ + +/*! + Creates a new QCPLayerable instance. + + Since QCPLayerable is an abstract base class, it can't be instantiated directly. Use one of the + derived classes. + + If \a plot is provided, it automatically places itself on the layer named \a targetLayer. If \a + targetLayer is an empty string, it places itself on the current layer of the plot (see \ref + QCustomPlot::setCurrentLayer). + + It is possible to provide 0 as \a plot. In that case, you should assign a parent plot at a later + time with \ref initializeParentPlot. + + The layerable's parent layerable is set to \a parentLayerable, if provided. Direct layerable parents + are mainly used to control visibility in a hierarchy of layerables. This means a layerable is + only drawn, if all its ancestor layerables are also visible. Note that \a parentLayerable does + not become the QObject-parent (for memory management) of this layerable, \a plot does. +*/ +QCPLayerable::QCPLayerable(QCustomPlot *plot, QString targetLayer, QCPLayerable *parentLayerable) : + QObject(plot), + mVisible(true), + mParentPlot(plot), + mParentLayerable(parentLayerable), + mLayer(0), + mAntialiased(true) +{ + if (mParentPlot) + { + if (targetLayer.isEmpty()) + setLayer(mParentPlot->currentLayer()); + else if (!setLayer(targetLayer)) + qDebug() << Q_FUNC_INFO << "setting QCPlayerable initial layer to" << targetLayer << "failed."; + } +} + +QCPLayerable::~QCPLayerable() +{ + if (mLayer) + { + mLayer->removeChild(this); + mLayer = 0; + } +} + +/*! + Sets the visibility of this layerable object. If an object is not visible, it will not be drawn + on the QCustomPlot surface, and user interaction with it (e.g. click and selection) is not + possible. +*/ +void QCPLayerable::setVisible(bool on) +{ + mVisible = on; +} + +/*! + Sets the \a layer of this layerable object. The object will be placed on top of the other objects + already on \a layer. + + Returns true on success, i.e. if \a layer is a valid layer. +*/ +bool QCPLayerable::setLayer(QCPLayer *layer) +{ + return moveToLayer(layer, false); +} + +/*! \overload + Sets the layer of this layerable object by name + + Returns true on success, i.e. if \a layerName is a valid layer name. +*/ +bool QCPLayerable::setLayer(const QString &layerName) +{ + if (!mParentPlot) + { + qDebug() << Q_FUNC_INFO << "no parent QCustomPlot set"; + return false; + } + if (QCPLayer *layer = mParentPlot->layer(layerName)) + { + return setLayer(layer); + } else + { + qDebug() << Q_FUNC_INFO << "there is no layer with name" << layerName; + return false; + } +} + +/*! + Sets whether this object will be drawn antialiased or not. + + Note that antialiasing settings may be overridden by QCustomPlot::setAntialiasedElements and + QCustomPlot::setNotAntialiasedElements. +*/ +void QCPLayerable::setAntialiased(bool enabled) +{ + mAntialiased = enabled; +} + +/*! + Returns whether this layerable is visible, taking the visibility of the layerable parent and the + visibility of the layer this layerable is on into account. This is the method that is consulted + to decide whether a layerable shall be drawn or not. + + If this layerable has a direct layerable parent (usually set via hierarchies implemented in + subclasses, like in the case of QCPLayoutElement), this function returns true only if this + layerable has its visibility set to true and the parent layerable's \ref realVisibility returns + true. + + If this layerable doesn't have a direct layerable parent, returns the state of this layerable's + visibility. +*/ +bool QCPLayerable::realVisibility() const +{ + return mVisible && (!mLayer || mLayer->visible()) && (!mParentLayerable || mParentLayerable.data()->realVisibility()); +} + +/*! + This function is used to decide whether a click hits a layerable object or not. + + \a pos is a point in pixel coordinates on the QCustomPlot surface. This function returns the + shortest pixel distance of this point to the object. If the object is either invisible or the + distance couldn't be determined, -1.0 is returned. Further, if \a onlySelectable is true and the + object is not selectable, -1.0 is returned, too. + + If the object is represented not by single lines but by an area like a \ref QCPItemText or the + bars of a \ref QCPBars plottable, a click inside the area should also be considered a hit. In + these cases this function thus returns a constant value greater zero but still below the parent + plot's selection tolerance. (typically the selectionTolerance multiplied by 0.99). + + Providing a constant value for area objects allows selecting line objects even when they are + obscured by such area objects, by clicking close to the lines (i.e. closer than + 0.99*selectionTolerance). + + The actual setting of the selection state is not done by this function. This is handled by the + parent QCustomPlot when the mouseReleaseEvent occurs, and the finally selected object is notified + via the selectEvent/deselectEvent methods. + + \a details is an optional output parameter. Every layerable subclass may place any information + in \a details. This information will be passed to \ref selectEvent when the parent QCustomPlot + decides on the basis of this selectTest call, that the object was successfully selected. The + subsequent call to \ref selectEvent will carry the \a details. This is useful for multi-part + objects (like QCPAxis). This way, a possibly complex calculation to decide which part was clicked + is only done once in \ref selectTest. The result (i.e. the actually clicked part) can then be + placed in \a details. So in the subsequent \ref selectEvent, the decision which part was + selected doesn't have to be done a second time for a single selection operation. + + You may pass 0 as \a details to indicate that you are not interested in those selection details. + + \see selectEvent, deselectEvent, QCustomPlot::setInteractions +*/ +double QCPLayerable::selectTest(const QPointF &pos, bool onlySelectable, QVariant *details) const +{ + Q_UNUSED(pos) + Q_UNUSED(onlySelectable) + Q_UNUSED(details) + return -1.0; +} + +/*! \internal + + Sets the parent plot of this layerable. Use this function once to set the parent plot if you have + passed 0 in the constructor. It can not be used to move a layerable from one QCustomPlot to + another one. + + Note that, unlike when passing a non-null parent plot in the constructor, this function does not + make \a parentPlot the QObject-parent of this layerable. If you want this, call + QObject::setParent(\a parentPlot) in addition to this function. + + Further, you will probably want to set a layer (\ref setLayer) after calling this function, to + make the layerable appear on the QCustomPlot. + + The parent plot change will be propagated to subclasses via a call to \ref parentPlotInitialized + so they can react accordingly (e.g. also initialize the parent plot of child layerables, like + QCPLayout does). +*/ +void QCPLayerable::initializeParentPlot(QCustomPlot *parentPlot) +{ + if (mParentPlot) + { + qDebug() << Q_FUNC_INFO << "called with mParentPlot already initialized"; + return; + } + + if (!parentPlot) + qDebug() << Q_FUNC_INFO << "called with parentPlot zero"; + + mParentPlot = parentPlot; + parentPlotInitialized(mParentPlot); +} + +/*! \internal + + Sets the parent layerable of this layerable to \a parentLayerable. Note that \a parentLayerable does not + become the QObject-parent (for memory management) of this layerable. + + The parent layerable has influence on the return value of the \ref realVisibility method. Only + layerables with a fully visible parent tree will return true for \ref realVisibility, and thus be + drawn. + + \see realVisibility +*/ +void QCPLayerable::setParentLayerable(QCPLayerable *parentLayerable) +{ + mParentLayerable = parentLayerable; +} + +/*! \internal + + Moves this layerable object to \a layer. If \a prepend is true, this object will be prepended to + the new layer's list, i.e. it will be drawn below the objects already on the layer. If it is + false, the object will be appended. + + Returns true on success, i.e. if \a layer is a valid layer. +*/ +bool QCPLayerable::moveToLayer(QCPLayer *layer, bool prepend) +{ + if (layer && !mParentPlot) + { + qDebug() << Q_FUNC_INFO << "no parent QCustomPlot set"; + return false; + } + if (layer && layer->parentPlot() != mParentPlot) + { + qDebug() << Q_FUNC_INFO << "layer" << layer->name() << "is not in same QCustomPlot as this layerable"; + return false; + } + + QCPLayer *oldLayer = mLayer; + if (mLayer) + mLayer->removeChild(this); + mLayer = layer; + if (mLayer) + mLayer->addChild(this, prepend); + if (mLayer != oldLayer) + emit layerChanged(mLayer); + return true; +} + +/*! \internal + + Sets the QCPainter::setAntialiasing state on the provided \a painter, depending on the \a + localAntialiased value as well as the overrides \ref QCustomPlot::setAntialiasedElements and \ref + QCustomPlot::setNotAntialiasedElements. Which override enum this function takes into account is + controlled via \a overrideElement. +*/ +void QCPLayerable::applyAntialiasingHint(QCPPainter *painter, bool localAntialiased, QCP::AntialiasedElement overrideElement) const +{ + if (mParentPlot && mParentPlot->notAntialiasedElements().testFlag(overrideElement)) + painter->setAntialiasing(false); + else if (mParentPlot && mParentPlot->antialiasedElements().testFlag(overrideElement)) + painter->setAntialiasing(true); + else + painter->setAntialiasing(localAntialiased); +} + +/*! \internal + + This function is called by \ref initializeParentPlot, to allow subclasses to react on the setting + of a parent plot. This is the case when 0 was passed as parent plot in the constructor, and the + parent plot is set at a later time. + + For example, QCPLayoutElement/QCPLayout hierarchies may be created independently of any + QCustomPlot at first. When they are then added to a layout inside the QCustomPlot, the top level + element of the hierarchy gets its parent plot initialized with \ref initializeParentPlot. To + propagate the parent plot to all the children of the hierarchy, the top level element then uses + this function to pass the parent plot on to its child elements. + + The default implementation does nothing. + + \see initializeParentPlot +*/ +void QCPLayerable::parentPlotInitialized(QCustomPlot *parentPlot) +{ + Q_UNUSED(parentPlot) +} + +/*! \internal + + Returns the selection category this layerable shall belong to. The selection category is used in + conjunction with \ref QCustomPlot::setInteractions to control which objects are selectable and + which aren't. + + Subclasses that don't fit any of the normal \ref QCP::Interaction values can use \ref + QCP::iSelectOther. This is what the default implementation returns. + + \see QCustomPlot::setInteractions +*/ +QCP::Interaction QCPLayerable::selectionCategory() const +{ + return QCP::iSelectOther; +} + +/*! \internal + + Returns the clipping rectangle of this layerable object. By default, this is the viewport of the + parent QCustomPlot. Specific subclasses may reimplement this function to provide different + clipping rects. + + The returned clipping rect is set on the painter before the draw function of the respective + object is called. +*/ +QRect QCPLayerable::clipRect() const +{ + if (mParentPlot) + return mParentPlot->viewport(); + else + return QRect(); +} + +/*! \internal + + This event is called when the layerable shall be selected, as a consequence of a click by the + user. Subclasses should react to it by setting their selection state appropriately. The default + implementation does nothing. + + \a event is the mouse event that caused the selection. \a additive indicates, whether the user + was holding the multi-select-modifier while performing the selection (see \ref + QCustomPlot::setMultiSelectModifier). if \a additive is true, the selection state must be toggled + (i.e. become selected when unselected and unselected when selected). + + Every selectEvent is preceded by a call to \ref selectTest, which has returned positively (i.e. + returned a value greater than 0 and less than the selection tolerance of the parent QCustomPlot). + The \a details data you output from \ref selectTest is fed back via \a details here. You may + use it to transport any kind of information from the selectTest to the possibly subsequent + selectEvent. Usually \a details is used to transfer which part was clicked, if it is a layerable + that has multiple individually selectable parts (like QCPAxis). This way selectEvent doesn't need + to do the calculation again to find out which part was actually clicked. + + \a selectionStateChanged is an output parameter. If the pointer is non-null, this function must + set the value either to true or false, depending on whether the selection state of this layerable + was actually changed. For layerables that only are selectable as a whole and not in parts, this + is simple: if \a additive is true, \a selectionStateChanged must also be set to true, because the + selection toggles. If \a additive is false, \a selectionStateChanged is only set to true, if the + layerable was previously unselected and now is switched to the selected state. + + \see selectTest, deselectEvent +*/ +void QCPLayerable::selectEvent(QMouseEvent *event, bool additive, const QVariant &details, bool *selectionStateChanged) +{ + Q_UNUSED(event) + Q_UNUSED(additive) + Q_UNUSED(details) + Q_UNUSED(selectionStateChanged) +} + +/*! \internal + + This event is called when the layerable shall be deselected, either as consequence of a user + interaction or a call to \ref QCustomPlot::deselectAll. Subclasses should react to it by + unsetting their selection appropriately. + + just as in \ref selectEvent, the output parameter \a selectionStateChanged (if non-null), must + return true or false when the selection state of this layerable has changed or not changed, + respectively. + + \see selectTest, selectEvent +*/ +void QCPLayerable::deselectEvent(bool *selectionStateChanged) +{ + Q_UNUSED(selectionStateChanged) +} + + +//////////////////////////////////////////////////////////////////////////////////////////////////// +//////////////////// QCPRange +//////////////////////////////////////////////////////////////////////////////////////////////////// +/*! \class QCPRange + \brief Represents the range an axis is encompassing. + + contains a \a lower and \a upper double value and provides convenience input, output and + modification functions. + + \see QCPAxis::setRange +*/ + +/*! + Minimum range size (\a upper - \a lower) the range changing functions will accept. Smaller + intervals would cause errors due to the 11-bit exponent of double precision numbers, + corresponding to a minimum magnitude of roughly 1e-308. + \see validRange, maxRange +*/ +const double QCPRange::minRange = 1e-280; + +/*! + Maximum values (negative and positive) the range will accept in range-changing functions. + Larger absolute values would cause errors due to the 11-bit exponent of double precision numbers, + corresponding to a maximum magnitude of roughly 1e308. + Since the number of planck-volumes in the entire visible universe is only ~1e183, this should + be enough. + \see validRange, minRange +*/ +const double QCPRange::maxRange = 1e250; + +/*! + Constructs a range with \a lower and \a upper set to zero. +*/ +QCPRange::QCPRange() : + lower(0), + upper(0) +{ +} + +/*! \overload + Constructs a range with the specified \a lower and \a upper values. +*/ +QCPRange::QCPRange(double lower, double upper) : + lower(lower), + upper(upper) +{ + normalize(); +} + +/*! + Returns the size of the range, i.e. \a upper-\a lower +*/ +double QCPRange::size() const +{ + return upper-lower; +} + +/*! + Returns the center of the range, i.e. (\a upper+\a lower)*0.5 +*/ +double QCPRange::center() const +{ + return (upper+lower)*0.5; +} + +/*! + Makes sure \a lower is numerically smaller than \a upper. If this is not the case, the values + are swapped. +*/ +void QCPRange::normalize() +{ + if (lower > upper) + qSwap(lower, upper); +} + +/*! + Expands this range such that \a otherRange is contained in the new range. It is assumed that both + this range and \a otherRange are normalized (see \ref normalize). + + If \a otherRange is already inside the current range, this function does nothing. + + \see expanded +*/ +void QCPRange::expand(const QCPRange &otherRange) +{ + if (lower > otherRange.lower) + lower = otherRange.lower; + if (upper < otherRange.upper) + upper = otherRange.upper; +} + + +/*! + Returns an expanded range that contains this and \a otherRange. It is assumed that both this + range and \a otherRange are normalized (see \ref normalize). + + \see expand +*/ +QCPRange QCPRange::expanded(const QCPRange &otherRange) const +{ + QCPRange result = *this; + result.expand(otherRange); + return result; +} + +/*! + Returns a sanitized version of the range. Sanitized means for logarithmic scales, that + the range won't span the positive and negative sign domain, i.e. contain zero. Further + \a lower will always be numerically smaller (or equal) to \a upper. + + If the original range does span positive and negative sign domains or contains zero, + the returned range will try to approximate the original range as good as possible. + If the positive interval of the original range is wider than the negative interval, the + returned range will only contain the positive interval, with lower bound set to \a rangeFac or + \a rangeFac *\a upper, whichever is closer to zero. Same procedure is used if the negative interval + is wider than the positive interval, this time by changing the \a upper bound. +*/ +QCPRange QCPRange::sanitizedForLogScale() const +{ + double rangeFac = 1e-3; + QCPRange sanitizedRange(lower, upper); + sanitizedRange.normalize(); + // can't have range spanning negative and positive values in log plot, so change range to fix it + //if (qFuzzyCompare(sanitizedRange.lower+1, 1) && !qFuzzyCompare(sanitizedRange.upper+1, 1)) + if (sanitizedRange.lower == 0.0 && sanitizedRange.upper != 0.0) + { + // case lower is 0 + if (rangeFac < sanitizedRange.upper*rangeFac) + sanitizedRange.lower = rangeFac; + else + sanitizedRange.lower = sanitizedRange.upper*rangeFac; + } //else if (!qFuzzyCompare(lower+1, 1) && qFuzzyCompare(upper+1, 1)) + else if (sanitizedRange.lower != 0.0 && sanitizedRange.upper == 0.0) + { + // case upper is 0 + if (-rangeFac > sanitizedRange.lower*rangeFac) + sanitizedRange.upper = -rangeFac; + else + sanitizedRange.upper = sanitizedRange.lower*rangeFac; + } else if (sanitizedRange.lower < 0 && sanitizedRange.upper > 0) + { + // find out whether negative or positive interval is wider to decide which sign domain will be chosen + if (-sanitizedRange.lower > sanitizedRange.upper) + { + // negative is wider, do same as in case upper is 0 + if (-rangeFac > sanitizedRange.lower*rangeFac) + sanitizedRange.upper = -rangeFac; + else + sanitizedRange.upper = sanitizedRange.lower*rangeFac; + } else + { + // positive is wider, do same as in case lower is 0 + if (rangeFac < sanitizedRange.upper*rangeFac) + sanitizedRange.lower = rangeFac; + else + sanitizedRange.lower = sanitizedRange.upper*rangeFac; + } + } + // due to normalization, case lower>0 && upper<0 should never occur, because that implies upper= lower && value <= upper; +} + +/*! + Checks, whether the specified range is within valid bounds, which are defined + as QCPRange::maxRange and QCPRange::minRange. + A valid range means: + \li range bounds within -maxRange and maxRange + \li range size above minRange + \li range size below maxRange +*/ +bool QCPRange::validRange(double lower, double upper) +{ + /* + return (lower > -maxRange && + upper < maxRange && + qAbs(lower-upper) > minRange && + (lower < -minRange || lower > minRange) && + (upper < -minRange || upper > minRange)); + */ + return (lower > -maxRange && + upper < maxRange && + qAbs(lower-upper) > minRange && + qAbs(lower-upper) < maxRange); +} + +/*! + \overload + Checks, whether the specified range is within valid bounds, which are defined + as QCPRange::maxRange and QCPRange::minRange. + A valid range means: + \li range bounds within -maxRange and maxRange + \li range size above minRange + \li range size below maxRange +*/ +bool QCPRange::validRange(const QCPRange &range) +{ + /* + return (range.lower > -maxRange && + range.upper < maxRange && + qAbs(range.lower-range.upper) > minRange && + qAbs(range.lower-range.upper) < maxRange && + (range.lower < -minRange || range.lower > minRange) && + (range.upper < -minRange || range.upper > minRange)); + */ + return (range.lower > -maxRange && + range.upper < maxRange && + qAbs(range.lower-range.upper) > minRange && + qAbs(range.lower-range.upper) < maxRange); +} + + +//////////////////////////////////////////////////////////////////////////////////////////////////// +//////////////////// QCPMarginGroup +//////////////////////////////////////////////////////////////////////////////////////////////////// + +/*! \class QCPMarginGroup + \brief A margin group allows synchronization of margin sides if working with multiple layout elements. + + QCPMarginGroup allows you to tie a margin side of two or more layout elements together, such that + they will all have the same size, based on the largest required margin in the group. + + \n + \image html QCPMarginGroup.png "Demonstration of QCPMarginGroup" + \n + + In certain situations it is desirable that margins at specific sides are synchronized across + layout elements. For example, if one QCPAxisRect is below another one in a grid layout, it will + provide a cleaner look to the user if the left and right margins of the two axis rects are of the + same size. The left axis of the top axis rect will then be at the same horizontal position as the + left axis of the lower axis rect, making them appear aligned. The same applies for the right + axes. This is what QCPMarginGroup makes possible. + + To add/remove a specific side of a layout element to/from a margin group, use the \ref + QCPLayoutElement::setMarginGroup method. To completely break apart the margin group, either call + \ref clear, or just delete the margin group. + + \section QCPMarginGroup-example Example + + First create a margin group: + \snippet documentation/doc-code-snippets/mainwindow.cpp qcpmargingroup-creation-1 + Then set this group on the layout element sides: + \snippet documentation/doc-code-snippets/mainwindow.cpp qcpmargingroup-creation-2 + Here, we've used the first two axis rects of the plot and synchronized their left margins with + each other and their right margins with each other. +*/ + +/* start documentation of inline functions */ + +/*! \fn QList QCPMarginGroup::elements(QCP::MarginSide side) const + + Returns a list of all layout elements that have their margin \a side associated with this margin + group. +*/ + +/* end documentation of inline functions */ + +/*! + Creates a new QCPMarginGroup instance in \a parentPlot. +*/ +QCPMarginGroup::QCPMarginGroup(QCustomPlot *parentPlot) : + QObject(parentPlot), + mParentPlot(parentPlot) +{ + mChildren.insert(QCP::msLeft, QList()); + mChildren.insert(QCP::msRight, QList()); + mChildren.insert(QCP::msTop, QList()); + mChildren.insert(QCP::msBottom, QList()); +} + +QCPMarginGroup::~QCPMarginGroup() +{ + clear(); +} + +/*! + Returns whether this margin group is empty. If this function returns true, no layout elements use + this margin group to synchronize margin sides. +*/ +bool QCPMarginGroup::isEmpty() const +{ + QHashIterator > it(mChildren); + while (it.hasNext()) + { + it.next(); + if (!it.value().isEmpty()) + return false; + } + return true; +} + +/*! + Clears this margin group. The synchronization of the margin sides that use this margin group is + lifted and they will use their individual margin sizes again. +*/ +void QCPMarginGroup::clear() +{ + // make all children remove themselves from this margin group: + QHashIterator > it(mChildren); + while (it.hasNext()) + { + it.next(); + const QList elements = it.value(); + for (int i=elements.size()-1; i>=0; --i) + elements.at(i)->setMarginGroup(it.key(), 0); // removes itself from mChildren via removeChild + } +} + +/*! \internal + + Returns the synchronized common margin for \a side. This is the margin value that will be used by + the layout element on the respective side, if it is part of this margin group. + + The common margin is calculated by requesting the automatic margin (\ref + QCPLayoutElement::calculateAutoMargin) of each element associated with \a side in this margin + group, and choosing the largest returned value. (QCPLayoutElement::minimumMargins is taken into + account, too.) +*/ +int QCPMarginGroup::commonMargin(QCP::MarginSide side) const +{ + // query all automatic margins of the layout elements in this margin group side and find maximum: + int result = 0; + const QList elements = mChildren.value(side); + for (int i=0; iautoMargins().testFlag(side)) + continue; + int m = qMax(elements.at(i)->calculateAutoMargin(side), QCP::getMarginValue(elements.at(i)->minimumMargins(), side)); + if (m > result) + result = m; + } + return result; +} + +/*! \internal + + Adds \a element to the internal list of child elements, for the margin \a side. + + This function does not modify the margin group property of \a element. +*/ +void QCPMarginGroup::addChild(QCP::MarginSide side, QCPLayoutElement *element) +{ + if (!mChildren[side].contains(element)) + mChildren[side].append(element); + else + qDebug() << Q_FUNC_INFO << "element is already child of this margin group side" << reinterpret_cast(element); +} + +/*! \internal + + Removes \a element from the internal list of child elements, for the margin \a side. + + This function does not modify the margin group property of \a element. +*/ +void QCPMarginGroup::removeChild(QCP::MarginSide side, QCPLayoutElement *element) +{ + if (!mChildren[side].removeOne(element)) + qDebug() << Q_FUNC_INFO << "element is not child of this margin group side" << reinterpret_cast(element); +} + + +//////////////////////////////////////////////////////////////////////////////////////////////////// +//////////////////// QCPLayoutElement +//////////////////////////////////////////////////////////////////////////////////////////////////// + +/*! \class QCPLayoutElement + \brief The abstract base class for all objects that form \ref thelayoutsystem "the layout system". + + This is an abstract base class. As such, it can't be instantiated directly, rather use one of its subclasses. + + A Layout element is a rectangular object which can be placed in layouts. It has an outer rect + (QCPLayoutElement::outerRect) and an inner rect (\ref QCPLayoutElement::rect). The difference + between outer and inner rect is called its margin. The margin can either be set to automatic or + manual (\ref setAutoMargins) on a per-side basis. If a side is set to manual, that margin can be + set explicitly with \ref setMargins and will stay fixed at that value. If it's set to automatic, + the layout element subclass will control the value itself (via \ref calculateAutoMargin). + + Layout elements can be placed in layouts (base class QCPLayout) like QCPLayoutGrid. The top level + layout is reachable via \ref QCustomPlot::plotLayout, and is a \ref QCPLayoutGrid. Since \ref + QCPLayout itself derives from \ref QCPLayoutElement, layouts can be nested. + + Thus in QCustomPlot one can divide layout elements into two categories: The ones that are + invisible by themselves, because they don't draw anything. Their only purpose is to manage the + position and size of other layout elements. This category of layout elements usually use + QCPLayout as base class. Then there is the category of layout elements which actually draw + something. For example, QCPAxisRect, QCPLegend and QCPPlotTitle are of this category. This does + not necessarily mean that the latter category can't have child layout elements. QCPLegend for + instance, actually derives from QCPLayoutGrid and the individual legend items are child layout + elements in the grid layout. +*/ + +/* start documentation of inline functions */ + +/*! \fn QCPLayout *QCPLayoutElement::layout() const + + Returns the parent layout of this layout element. +*/ + +/*! \fn QRect QCPLayoutElement::rect() const + + Returns the inner rect of this layout element. The inner rect is the outer rect (\ref + setOuterRect) shrinked by the margins (\ref setMargins, \ref setAutoMargins). + + In some cases, the area between outer and inner rect is left blank. In other cases the margin + area is used to display peripheral graphics while the main content is in the inner rect. This is + where automatic margin calculation becomes interesting because it allows the layout element to + adapt the margins to the peripheral graphics it wants to draw. For example, \ref QCPAxisRect + draws the axis labels and tick labels in the margin area, thus needs to adjust the margins (if + \ref setAutoMargins is enabled) according to the space required by the labels of the axes. +*/ + +/*! \fn virtual void QCPLayoutElement::mousePressEvent(QMouseEvent *event) + + This event is called, if the mouse was pressed while being inside the outer rect of this layout + element. +*/ + +/*! \fn virtual void QCPLayoutElement::mouseMoveEvent(QMouseEvent *event) + + This event is called, if the mouse is moved inside the outer rect of this layout element. +*/ + +/*! \fn virtual void QCPLayoutElement::mouseReleaseEvent(QMouseEvent *event) + + This event is called, if the mouse was previously pressed inside the outer rect of this layout + element and is now released. +*/ + +/*! \fn virtual void QCPLayoutElement::mouseDoubleClickEvent(QMouseEvent *event) + + This event is called, if the mouse is double-clicked inside the outer rect of this layout + element. +*/ + +/*! \fn virtual void QCPLayoutElement::wheelEvent(QWheelEvent *event) + + This event is called, if the mouse wheel is scrolled while the cursor is inside the rect of this + layout element. +*/ + +/* end documentation of inline functions */ + +/*! + Creates an instance of QCPLayoutElement and sets default values. +*/ +QCPLayoutElement::QCPLayoutElement(QCustomPlot *parentPlot) : + QCPLayerable(parentPlot), // parenthood is changed as soon as layout element gets inserted into a layout (except for top level layout) + mParentLayout(0), + mMinimumSize(), + mMaximumSize(QWIDGETSIZE_MAX, QWIDGETSIZE_MAX), + mRect(0, 0, 0, 0), + mOuterRect(0, 0, 0, 0), + mMargins(0, 0, 0, 0), + mMinimumMargins(0, 0, 0, 0), + mAutoMargins(QCP::msAll) +{ +} + +QCPLayoutElement::~QCPLayoutElement() +{ + setMarginGroup(QCP::msAll, 0); // unregister at margin groups, if there are any + // unregister at layout: + if (qobject_cast(mParentLayout)) // the qobject_cast is just a safeguard in case the layout forgets to call clear() in its dtor and this dtor is called by QObject dtor + mParentLayout->take(this); +} + +/*! + Sets the outer rect of this layout element. If the layout element is inside a layout, the layout + sets the position and size of this layout element using this function. + + Calling this function externally has no effect, since the layout will overwrite any changes to + the outer rect upon the next replot. + + The layout element will adapt its inner \ref rect by applying the margins inward to the outer rect. + + \see rect +*/ +void QCPLayoutElement::setOuterRect(const QRect &rect) +{ + if (mOuterRect != rect) + { + mOuterRect = rect; + mRect = mOuterRect.adjusted(mMargins.left(), mMargins.top(), -mMargins.right(), -mMargins.bottom()); + } +} + +/*! + Sets the margins of this layout element. If \ref setAutoMargins is disabled for some or all + sides, this function is used to manually set the margin on those sides. Sides that are still set + to be handled automatically are ignored and may have any value in \a margins. + + The margin is the distance between the outer rect (controlled by the parent layout via \ref + setOuterRect) and the inner \ref rect (which usually contains the main content of this layout + element). + + \see setAutoMargins +*/ +void QCPLayoutElement::setMargins(const QMargins &margins) +{ + if (mMargins != margins) + { + mMargins = margins; + mRect = mOuterRect.adjusted(mMargins.left(), mMargins.top(), -mMargins.right(), -mMargins.bottom()); + } +} + +/*! + If \ref setAutoMargins is enabled on some or all margins, this function is used to provide + minimum values for those margins. + + The minimum values are not enforced on margin sides that were set to be under manual control via + \ref setAutoMargins. + + \see setAutoMargins +*/ +void QCPLayoutElement::setMinimumMargins(const QMargins &margins) +{ + if (mMinimumMargins != margins) + { + mMinimumMargins = margins; + } +} + +/*! + Sets on which sides the margin shall be calculated automatically. If a side is calculated + automatically, a minimum margin value may be provided with \ref setMinimumMargins. If a side is + set to be controlled manually, the value may be specified with \ref setMargins. + + Margin sides that are under automatic control may participate in a \ref QCPMarginGroup (see \ref + setMarginGroup), to synchronize (align) it with other layout elements in the plot. + + \see setMinimumMargins, setMargins +*/ +void QCPLayoutElement::setAutoMargins(QCP::MarginSides sides) +{ + mAutoMargins = sides; +} + +/*! + Sets the minimum size for the inner \ref rect of this layout element. A parent layout tries to + respect the \a size here by changing row/column sizes in the layout accordingly. + + If the parent layout size is not sufficient to satisfy all minimum size constraints of its child + layout elements, the layout may set a size that is actually smaller than \a size. QCustomPlot + propagates the layout's size constraints to the outside by setting its own minimum QWidget size + accordingly, so violations of \a size should be exceptions. +*/ +void QCPLayoutElement::setMinimumSize(const QSize &size) +{ + if (mMinimumSize != size) + { + mMinimumSize = size; + if (mParentLayout) + mParentLayout->sizeConstraintsChanged(); + } +} + +/*! \overload + + Sets the minimum size for the inner \ref rect of this layout element. +*/ +void QCPLayoutElement::setMinimumSize(int width, int height) +{ + setMinimumSize(QSize(width, height)); +} + +/*! + Sets the maximum size for the inner \ref rect of this layout element. A parent layout tries to + respect the \a size here by changing row/column sizes in the layout accordingly. +*/ +void QCPLayoutElement::setMaximumSize(const QSize &size) +{ + if (mMaximumSize != size) + { + mMaximumSize = size; + if (mParentLayout) + mParentLayout->sizeConstraintsChanged(); + } +} + +/*! \overload + + Sets the maximum size for the inner \ref rect of this layout element. +*/ +void QCPLayoutElement::setMaximumSize(int width, int height) +{ + setMaximumSize(QSize(width, height)); +} + +/*! + Sets the margin \a group of the specified margin \a sides. + + Margin groups allow synchronizing specified margins across layout elements, see the documentation + of \ref QCPMarginGroup. + + To unset the margin group of \a sides, set \a group to 0. + + Note that margin groups only work for margin sides that are set to automatic (\ref + setAutoMargins). +*/ +void QCPLayoutElement::setMarginGroup(QCP::MarginSides sides, QCPMarginGroup *group) +{ + QVector sideVector; + if (sides.testFlag(QCP::msLeft)) sideVector.append(QCP::msLeft); + if (sides.testFlag(QCP::msRight)) sideVector.append(QCP::msRight); + if (sides.testFlag(QCP::msTop)) sideVector.append(QCP::msTop); + if (sides.testFlag(QCP::msBottom)) sideVector.append(QCP::msBottom); + + for (int i=0; iremoveChild(side, this); + + if (!group) // if setting to 0, remove hash entry. Else set hash entry to new group and register there + { + mMarginGroups.remove(side); + } else // setting to a new group + { + mMarginGroups[side] = group; + group->addChild(side, this); + } + } + } +} + +/*! + Updates the layout element and sub-elements. This function is automatically called before every + replot by the parent layout element. It is called multiple times, once for every \ref + UpdatePhase. The phases are run through in the order of the enum values. For details about what + happens at the different phases, see the documentation of \ref UpdatePhase. + + Layout elements that have child elements should call the \ref update method of their child + elements, and pass the current \a phase unchanged. + + The default implementation executes the automatic margin mechanism in the \ref upMargins phase. + Subclasses should make sure to call the base class implementation. +*/ +void QCPLayoutElement::update(UpdatePhase phase) +{ + if (phase == upMargins) + { + if (mAutoMargins != QCP::msNone) + { + // set the margins of this layout element according to automatic margin calculation, either directly or via a margin group: + QMargins newMargins = mMargins; + QList allMarginSides = QList() << QCP::msLeft << QCP::msRight << QCP::msTop << QCP::msBottom; + foreach (QCP::MarginSide side, allMarginSides) + { + if (mAutoMargins.testFlag(side)) // this side's margin shall be calculated automatically + { + if (mMarginGroups.contains(side)) + QCP::setMarginValue(newMargins, side, mMarginGroups[side]->commonMargin(side)); // this side is part of a margin group, so get the margin value from that group + else + QCP::setMarginValue(newMargins, side, calculateAutoMargin(side)); // this side is not part of a group, so calculate the value directly + // apply minimum margin restrictions: + if (QCP::getMarginValue(newMargins, side) < QCP::getMarginValue(mMinimumMargins, side)) + QCP::setMarginValue(newMargins, side, QCP::getMarginValue(mMinimumMargins, side)); + } + } + setMargins(newMargins); + } + } +} + +/*! + Returns the minimum size this layout element (the inner \ref rect) may be compressed to. + + if a minimum size (\ref setMinimumSize) was not set manually, parent layouts consult this + function to determine the minimum allowed size of this layout element. (A manual minimum size is + considered set if it is non-zero.) +*/ +QSize QCPLayoutElement::minimumSizeHint() const +{ + return mMinimumSize; +} + +/*! + Returns the maximum size this layout element (the inner \ref rect) may be expanded to. + + if a maximum size (\ref setMaximumSize) was not set manually, parent layouts consult this + function to determine the maximum allowed size of this layout element. (A manual maximum size is + considered set if it is smaller than Qt's QWIDGETSIZE_MAX.) +*/ +QSize QCPLayoutElement::maximumSizeHint() const +{ + return mMaximumSize; +} + +/*! + Returns a list of all child elements in this layout element. If \a recursive is true, all + sub-child elements are included in the list, too. + + \warning There may be entries with value 0 in the returned list. (For example, QCPLayoutGrid may have + empty cells which yield 0 at the respective index.) +*/ +QList QCPLayoutElement::elements(bool recursive) const +{ + Q_UNUSED(recursive) + return QList(); +} + +/*! + Layout elements are sensitive to events inside their outer rect. If \a pos is within the outer + rect, this method returns a value corresponding to 0.99 times the parent plot's selection + tolerance. However, layout elements are not selectable by default. So if \a onlySelectable is + true, -1.0 is returned. + + See \ref QCPLayerable::selectTest for a general explanation of this virtual method. + + QCPLayoutElement subclasses may reimplement this method to provide more specific selection test + behaviour. +*/ +double QCPLayoutElement::selectTest(const QPointF &pos, bool onlySelectable, QVariant *details) const +{ + Q_UNUSED(details) + + if (onlySelectable) + return -1; + + if (QRectF(mOuterRect).contains(pos)) + { + if (mParentPlot) + return mParentPlot->selectionTolerance()*0.99; + else + { + qDebug() << Q_FUNC_INFO << "parent plot not defined"; + return -1; + } + } else + return -1; +} + +/*! \internal + + propagates the parent plot initialization to all child elements, by calling \ref + QCPLayerable::initializeParentPlot on them. +*/ +void QCPLayoutElement::parentPlotInitialized(QCustomPlot *parentPlot) +{ + foreach (QCPLayoutElement* el, elements(false)) + { + if (!el->parentPlot()) + el->initializeParentPlot(parentPlot); + } +} + +/*! \internal + + Returns the margin size for this \a side. It is used if automatic margins is enabled for this \a + side (see \ref setAutoMargins). If a minimum margin was set with \ref setMinimumMargins, the + returned value will not be smaller than the specified minimum margin. + + The default implementation just returns the respective manual margin (\ref setMargins) or the + minimum margin, whichever is larger. +*/ +int QCPLayoutElement::calculateAutoMargin(QCP::MarginSide side) +{ + return qMax(QCP::getMarginValue(mMargins, side), QCP::getMarginValue(mMinimumMargins, side)); +} + +//////////////////////////////////////////////////////////////////////////////////////////////////// +//////////////////// QCPLayout +//////////////////////////////////////////////////////////////////////////////////////////////////// + +/*! \class QCPLayout + \brief The abstract base class for layouts + + This is an abstract base class for layout elements whose main purpose is to define the position + and size of other child layout elements. In most cases, layouts don't draw anything themselves + (but there are exceptions to this, e.g. QCPLegend). + + QCPLayout derives from QCPLayoutElement, and thus can itself be nested in other layouts. + + QCPLayout introduces a common interface for accessing and manipulating the child elements. Those + functions are most notably \ref elementCount, \ref elementAt, \ref takeAt, \ref take, \ref + simplify, \ref removeAt, \ref remove and \ref clear. Individual subclasses may add more functions + to this interface which are more specialized to the form of the layout. For example, \ref + QCPLayoutGrid adds functions that take row and column indices to access cells of the layout grid + more conveniently. + + Since this is an abstract base class, you can't instantiate it directly. Rather use one of its + subclasses like QCPLayoutGrid or QCPLayoutInset. + + For a general introduction to the layout system, see the dedicated documentation page \ref + thelayoutsystem "The Layout System". +*/ + +/* start documentation of pure virtual functions */ + +/*! \fn virtual int QCPLayout::elementCount() const = 0 + + Returns the number of elements/cells in the layout. + + \see elements, elementAt +*/ + +/*! \fn virtual QCPLayoutElement* QCPLayout::elementAt(int index) const = 0 + + Returns the element in the cell with the given \a index. If \a index is invalid, returns 0. + + Note that even if \a index is valid, the respective cell may be empty in some layouts (e.g. + QCPLayoutGrid), so this function may return 0 in those cases. You may use this function to check + whether a cell is empty or not. + + \see elements, elementCount, takeAt +*/ + +/*! \fn virtual QCPLayoutElement* QCPLayout::takeAt(int index) = 0 + + Removes the element with the given \a index from the layout and returns it. + + If the \a index is invalid or the cell with that index is empty, returns 0. + + Note that some layouts don't remove the respective cell right away but leave an empty cell after + successful removal of the layout element. To collapse empty cells, use \ref simplify. + + \see elementAt, take +*/ + +/*! \fn virtual bool QCPLayout::take(QCPLayoutElement* element) = 0 + + Removes the specified \a element from the layout and returns true on success. + + If the \a element isn't in this layout, returns false. + + Note that some layouts don't remove the respective cell right away but leave an empty cell after + successful removal of the layout element. To collapse empty cells, use \ref simplify. + + \see takeAt +*/ + +/* end documentation of pure virtual functions */ + +/*! + Creates an instance of QCPLayout and sets default values. Note that since QCPLayout + is an abstract base class, it can't be instantiated directly. +*/ +QCPLayout::QCPLayout() +{ +} + +/*! + First calls the QCPLayoutElement::update base class implementation to update the margins on this + layout. + + Then calls \ref updateLayout which subclasses reimplement to reposition and resize their cells. + + Finally, \ref update is called on all child elements. +*/ +void QCPLayout::update(UpdatePhase phase) +{ + QCPLayoutElement::update(phase); + + // set child element rects according to layout: + if (phase == upLayout) + updateLayout(); + + // propagate update call to child elements: + const int elCount = elementCount(); + for (int i=0; iupdate(phase); + } +} + +/* inherits documentation from base class */ +QList QCPLayout::elements(bool recursive) const +{ + const int c = elementCount(); + QList result; +#if QT_VERSION >= QT_VERSION_CHECK(4, 7, 0) + result.reserve(c); +#endif + for (int i=0; ielements(recursive); + } + } + return result; +} + +/*! + Simplifies the layout by collapsing empty cells. The exact behavior depends on subclasses, the + default implementation does nothing. + + Not all layouts need simplification. For example, QCPLayoutInset doesn't use explicit + simplification while QCPLayoutGrid does. +*/ +void QCPLayout::simplify() +{ +} + +/*! + Removes and deletes the element at the provided \a index. Returns true on success. If \a index is + invalid or points to an empty cell, returns false. + + This function internally uses \ref takeAt to remove the element from the layout and then deletes + the returned element. Note that some layouts don't remove the respective cell right away but leave an + empty cell after successful removal of the layout element. To collapse empty cells, use \ref + simplify. + + \see remove, takeAt +*/ +bool QCPLayout::removeAt(int index) +{ + if (QCPLayoutElement *el = takeAt(index)) + { + delete el; + return true; + } else + return false; +} + +/*! + Removes and deletes the provided \a element. Returns true on success. If \a element is not in the + layout, returns false. + + This function internally uses \ref takeAt to remove the element from the layout and then deletes + the element. Note that some layouts don't remove the respective cell right away but leave an + empty cell after successful removal of the layout element. To collapse empty cells, use \ref + simplify. + + \see removeAt, take +*/ +bool QCPLayout::remove(QCPLayoutElement *element) +{ + if (take(element)) + { + delete element; + return true; + } else + return false; +} + +/*! + Removes and deletes all layout elements in this layout. Finally calls \ref simplify to make sure + all empty cells are collapsed. + + \see remove, removeAt +*/ +void QCPLayout::clear() +{ + for (int i=elementCount()-1; i>=0; --i) + { + if (elementAt(i)) + removeAt(i); + } + simplify(); +} + +/*! + Subclasses call this method to report changed (minimum/maximum) size constraints. + + If the parent of this layout is again a QCPLayout, forwards the call to the parent's \ref + sizeConstraintsChanged. If the parent is a QWidget (i.e. is the \ref QCustomPlot::plotLayout of + QCustomPlot), calls QWidget::updateGeometry, so if the QCustomPlot widget is inside a Qt QLayout, + it may update itself and resize cells accordingly. +*/ +void QCPLayout::sizeConstraintsChanged() const +{ + if (QWidget *w = qobject_cast(parent())) + w->updateGeometry(); + else if (QCPLayout *l = qobject_cast(parent())) + l->sizeConstraintsChanged(); +} + +/*! \internal + + Subclasses reimplement this method to update the position and sizes of the child elements/cells + via calling their \ref QCPLayoutElement::setOuterRect. The default implementation does nothing. + + The geometry used as a reference is the inner \ref rect of this layout. Child elements should stay + within that rect. + + \ref getSectionSizes may help with the reimplementation of this function. + + \see update +*/ +void QCPLayout::updateLayout() +{ +} + + +/*! \internal + + Associates \a el with this layout. This is done by setting the \ref QCPLayoutElement::layout, the + \ref QCPLayerable::parentLayerable and the QObject parent to this layout. + + Further, if \a el didn't previously have a parent plot, calls \ref + QCPLayerable::initializeParentPlot on \a el to set the paret plot. + + This method is used by subclass specific methods that add elements to the layout. Note that this + method only changes properties in \a el. The removal from the old layout and the insertion into + the new layout must be done additionally. +*/ +void QCPLayout::adoptElement(QCPLayoutElement *el) +{ + if (el) + { + el->mParentLayout = this; + el->setParentLayerable(this); + el->setParent(this); + if (!el->parentPlot()) + el->initializeParentPlot(mParentPlot); + } else + qDebug() << Q_FUNC_INFO << "Null element passed"; +} + +/*! \internal + + Disassociates \a el from this layout. This is done by setting the \ref QCPLayoutElement::layout + and the \ref QCPLayerable::parentLayerable to zero. The QObject parent is set to the parent + QCustomPlot. + + This method is used by subclass specific methods that remove elements from the layout (e.g. \ref + take or \ref takeAt). Note that this method only changes properties in \a el. The removal from + the old layout must be done additionally. +*/ +void QCPLayout::releaseElement(QCPLayoutElement *el) +{ + if (el) + { + el->mParentLayout = 0; + el->setParentLayerable(0); + el->setParent(mParentPlot); + // Note: Don't initializeParentPlot(0) here, because layout element will stay in same parent plot + } else + qDebug() << Q_FUNC_INFO << "Null element passed"; +} + +/*! \internal + + This is a helper function for the implementation of \ref updateLayout in subclasses. + + It calculates the sizes of one-dimensional sections with provided constraints on maximum section + sizes, minimum section sizes, relative stretch factors and the final total size of all sections. + + The QVector entries refer to the sections. Thus all QVectors must have the same size. + + \a maxSizes gives the maximum allowed size of each section. If there shall be no maximum size + imposed, set all vector values to Qt's QWIDGETSIZE_MAX. + + \a minSizes gives the minimum allowed size of each section. If there shall be no minimum size + imposed, set all vector values to zero. If the \a minSizes entries add up to a value greater than + \a totalSize, sections will be scaled smaller than the proposed minimum sizes. (In other words, + not exceeding the allowed total size is taken to be more important than not going below minimum + section sizes.) + + \a stretchFactors give the relative proportions of the sections to each other. If all sections + shall be scaled equally, set all values equal. If the first section shall be double the size of + each individual other section, set the first number of \a stretchFactors to double the value of + the other individual values (e.g. {2, 1, 1, 1}). + + \a totalSize is the value that the final section sizes will add up to. Due to rounding, the + actual sum may differ slightly. If you want the section sizes to sum up to exactly that value, + you could distribute the remaining difference on the sections. + + The return value is a QVector containing the section sizes. +*/ +QVector QCPLayout::getSectionSizes(QVector maxSizes, QVector minSizes, QVector stretchFactors, int totalSize) const +{ + if (maxSizes.size() != minSizes.size() || minSizes.size() != stretchFactors.size()) + { + qDebug() << Q_FUNC_INFO << "Passed vector sizes aren't equal:" << maxSizes << minSizes << stretchFactors; + return QVector(); + } + if (stretchFactors.isEmpty()) + return QVector(); + int sectionCount = stretchFactors.size(); + QVector sectionSizes(sectionCount); + // if provided total size is forced smaller than total minimum size, ignore minimum sizes (squeeze sections): + int minSizeSum = 0; + for (int i=0; i minimumLockedSections; + QList unfinishedSections; + for (int i=0; i result(sectionCount); + for (int i=0; i= 0 && row < mElements.size()) + { + if (column >= 0 && column < mElements.first().size()) + { + if (QCPLayoutElement *result = mElements.at(row).at(column)) + return result; + else + qDebug() << Q_FUNC_INFO << "Requested cell is empty. Row:" << row << "Column:" << column; + } else + qDebug() << Q_FUNC_INFO << "Invalid column. Row:" << row << "Column:" << column; + } else + qDebug() << Q_FUNC_INFO << "Invalid row. Row:" << row << "Column:" << column; + return 0; +} + +/*! + Returns the number of rows in the layout. + + \see columnCount +*/ +int QCPLayoutGrid::rowCount() const +{ + return mElements.size(); +} + +/*! + Returns the number of columns in the layout. + + \see rowCount +*/ +int QCPLayoutGrid::columnCount() const +{ + if (mElements.size() > 0) + return mElements.first().size(); + else + return 0; +} + +/*! + Adds the \a element to cell with \a row and \a column. If \a element is already in a layout, it + is first removed from there. If \a row or \a column don't exist yet, the layout is expanded + accordingly. + + Returns true if the element was added successfully, i.e. if the cell at \a row and \a column + didn't already have an element. + + \see element, hasElement, take, remove +*/ +bool QCPLayoutGrid::addElement(int row, int column, QCPLayoutElement *element) +{ + if (element) + { + if (!hasElement(row, column)) + { + if (element->layout()) // remove from old layout first + element->layout()->take(element); + expandTo(row+1, column+1); + mElements[row][column] = element; + adoptElement(element); + return true; + } else + qDebug() << Q_FUNC_INFO << "There is already an element in the specified row/column:" << row << column; + } else + qDebug() << Q_FUNC_INFO << "Can't add null element to row/column:" << row << column; + return false; +} + +/*! + Returns whether the cell at \a row and \a column exists and contains a valid element, i.e. isn't + empty. + + \see element +*/ +bool QCPLayoutGrid::hasElement(int row, int column) +{ + if (row >= 0 && row < rowCount() && column >= 0 && column < columnCount()) + return mElements.at(row).at(column); + else + return false; +} + +/*! + Sets the stretch \a factor of \a column. + + Stretch factors control the relative sizes of rows and columns. Cells will not be resized beyond + their minimum and maximum widths/heights (\ref QCPLayoutElement::setMinimumSize, \ref + QCPLayoutElement::setMaximumSize), regardless of the stretch factor. + + The default stretch factor of newly created rows/columns is 1. + + \see setColumnStretchFactors, setRowStretchFactor +*/ +void QCPLayoutGrid::setColumnStretchFactor(int column, double factor) +{ + if (column >= 0 && column < columnCount()) + { + if (factor > 0) + mColumnStretchFactors[column] = factor; + else + qDebug() << Q_FUNC_INFO << "Invalid stretch factor, must be positive:" << factor; + } else + qDebug() << Q_FUNC_INFO << "Invalid column:" << column; +} + +/*! + Sets the stretch \a factors of all columns. \a factors must have the size \ref columnCount. + + Stretch factors control the relative sizes of rows and columns. Cells will not be resized beyond + their minimum and maximum widths/heights (\ref QCPLayoutElement::setMinimumSize, \ref + QCPLayoutElement::setMaximumSize), regardless of the stretch factor. + + The default stretch factor of newly created rows/columns is 1. + + \see setColumnStretchFactor, setRowStretchFactors +*/ +void QCPLayoutGrid::setColumnStretchFactors(const QList &factors) +{ + if (factors.size() == mColumnStretchFactors.size()) + { + mColumnStretchFactors = factors; + for (int i=0; i= 0 && row < rowCount()) + { + if (factor > 0) + mRowStretchFactors[row] = factor; + else + qDebug() << Q_FUNC_INFO << "Invalid stretch factor, must be positive:" << factor; + } else + qDebug() << Q_FUNC_INFO << "Invalid row:" << row; +} + +/*! + Sets the stretch \a factors of all rows. \a factors must have the size \ref rowCount. + + Stretch factors control the relative sizes of rows and columns. Cells will not be resized beyond + their minimum and maximum widths/heights (\ref QCPLayoutElement::setMinimumSize, \ref + QCPLayoutElement::setMaximumSize), regardless of the stretch factor. + + The default stretch factor of newly created rows/columns is 1. + + \see setRowStretchFactor, setColumnStretchFactors +*/ +void QCPLayoutGrid::setRowStretchFactors(const QList &factors) +{ + if (factors.size() == mRowStretchFactors.size()) + { + mRowStretchFactors = factors; + for (int i=0; i()); + mRowStretchFactors.append(1); + } + // go through rows and expand columns as necessary: + int newColCount = qMax(columnCount(), newColumnCount); + for (int i=0; i rowCount()) + newIndex = rowCount(); + + mRowStretchFactors.insert(newIndex, 1); + QList newRow; + for (int col=0; col columnCount()) + newIndex = columnCount(); + + mColumnStretchFactors.insert(newIndex, 1); + for (int row=0; row minColWidths, minRowHeights, maxColWidths, maxRowHeights; + getMinimumRowColSizes(&minColWidths, &minRowHeights); + getMaximumRowColSizes(&maxColWidths, &maxRowHeights); + + int totalRowSpacing = (rowCount()-1) * mRowSpacing; + int totalColSpacing = (columnCount()-1) * mColumnSpacing; + QVector colWidths = getSectionSizes(maxColWidths, minColWidths, mColumnStretchFactors.toVector(), mRect.width()-totalColSpacing); + QVector rowHeights = getSectionSizes(maxRowHeights, minRowHeights, mRowStretchFactors.toVector(), mRect.height()-totalRowSpacing); + + // go through cells and set rects accordingly: + int yOffset = mRect.top(); + for (int row=0; row 0) + yOffset += rowHeights.at(row-1)+mRowSpacing; + int xOffset = mRect.left(); + for (int col=0; col 0) + xOffset += colWidths.at(col-1)+mColumnSpacing; + if (mElements.at(row).at(col)) + mElements.at(row).at(col)->setOuterRect(QRect(xOffset, yOffset, colWidths.at(col), rowHeights.at(row))); + } + } +} + +/* inherits documentation from base class */ +int QCPLayoutGrid::elementCount() const +{ + return rowCount()*columnCount(); +} + +/* inherits documentation from base class */ +QCPLayoutElement *QCPLayoutGrid::elementAt(int index) const +{ + if (index >= 0 && index < elementCount()) + return mElements.at(index / columnCount()).at(index % columnCount()); + else + return 0; +} + +/* inherits documentation from base class */ +QCPLayoutElement *QCPLayoutGrid::takeAt(int index) +{ + if (QCPLayoutElement *el = elementAt(index)) + { + releaseElement(el); + mElements[index / columnCount()][index % columnCount()] = 0; + return el; + } else + { + qDebug() << Q_FUNC_INFO << "Attempt to take invalid index:" << index; + return 0; + } +} + +/* inherits documentation from base class */ +bool QCPLayoutGrid::take(QCPLayoutElement *element) +{ + if (element) + { + for (int i=0; i QCPLayoutGrid::elements(bool recursive) const +{ + QList result; + int colC = columnCount(); + int rowC = rowCount(); +#if QT_VERSION >= QT_VERSION_CHECK(4, 7, 0) + result.reserve(colC*rowC); +#endif + for (int row=0; rowelements(recursive); + } + } + return result; +} + +/*! + Simplifies the layout by collapsing rows and columns which only contain empty cells. +*/ +void QCPLayoutGrid::simplify() +{ + // remove rows with only empty cells: + for (int row=rowCount()-1; row>=0; --row) + { + bool hasElements = false; + for (int col=0; col=0; --col) + { + bool hasElements = false; + for (int row=0; row minColWidths, minRowHeights; + getMinimumRowColSizes(&minColWidths, &minRowHeights); + QSize result(0, 0); + for (int i=0; i maxColWidths, maxRowHeights; + getMaximumRowColSizes(&maxColWidths, &maxRowHeights); + + QSize result(0, 0); + for (int i=0; i *minColWidths, QVector *minRowHeights) const +{ + *minColWidths = QVector(columnCount(), 0); + *minRowHeights = QVector(rowCount(), 0); + for (int row=0; rowminimumSizeHint(); + QSize min = mElements.at(row).at(col)->minimumSize(); + QSize final(min.width() > 0 ? min.width() : minHint.width(), min.height() > 0 ? min.height() : minHint.height()); + if (minColWidths->at(col) < final.width()) + (*minColWidths)[col] = final.width(); + if (minRowHeights->at(row) < final.height()) + (*minRowHeights)[row] = final.height(); + } + } + } +} + +/*! \internal + + Places the maximum column widths and row heights into \a maxColWidths and \a maxRowHeights + respectively. + + The maximum height of a row is the smallest maximum height of any element in that row. The + maximum width of a column is the smallest maximum width of any element in that column. + + This is a helper function for \ref updateLayout. + + \see getMinimumRowColSizes +*/ +void QCPLayoutGrid::getMaximumRowColSizes(QVector *maxColWidths, QVector *maxRowHeights) const +{ + *maxColWidths = QVector(columnCount(), QWIDGETSIZE_MAX); + *maxRowHeights = QVector(rowCount(), QWIDGETSIZE_MAX); + for (int row=0; rowmaximumSizeHint(); + QSize max = mElements.at(row).at(col)->maximumSize(); + QSize final(max.width() < QWIDGETSIZE_MAX ? max.width() : maxHint.width(), max.height() < QWIDGETSIZE_MAX ? max.height() : maxHint.height()); + if (maxColWidths->at(col) > final.width()) + (*maxColWidths)[col] = final.width(); + if (maxRowHeights->at(row) > final.height()) + (*maxRowHeights)[row] = final.height(); + } + } + } +} + + +//////////////////////////////////////////////////////////////////////////////////////////////////// +//////////////////// QCPLayoutInset +//////////////////////////////////////////////////////////////////////////////////////////////////// +/*! \class QCPLayoutInset + \brief A layout that places child elements aligned to the border or arbitrarily positioned + + Elements are placed either aligned to the border or at arbitrary position in the area of the + layout. Which placement applies is controlled with the \ref InsetPlacement (\ref + setInsetPlacement). + + Elements are added via \ref addElement(QCPLayoutElement *element, Qt::Alignment alignment) or + addElement(QCPLayoutElement *element, const QRectF &rect). If the first method is used, the inset + placement will default to \ref ipBorderAligned and the element will be aligned according to the + \a alignment parameter. The second method defaults to \ref ipFree and allows placing elements at + arbitrary position and size, defined by \a rect. + + The alignment or rect can be set via \ref setInsetAlignment or \ref setInsetRect, respectively. + + This is the layout that every QCPAxisRect has as \ref QCPAxisRect::insetLayout. +*/ + +/* start documentation of inline functions */ + +/*! \fn virtual void QCPLayoutInset::simplify() + + The QCPInsetLayout does not need simplification since it can never have empty cells due to its + linear index structure. This method does nothing. +*/ + +/* end documentation of inline functions */ + +/*! + Creates an instance of QCPLayoutInset and sets default values. +*/ +QCPLayoutInset::QCPLayoutInset() +{ +} + +QCPLayoutInset::~QCPLayoutInset() +{ + // clear all child layout elements. This is important because only the specific layouts know how + // to handle removing elements (clear calls virtual removeAt method to do that). + clear(); +} + +/*! + Returns the placement type of the element with the specified \a index. +*/ +QCPLayoutInset::InsetPlacement QCPLayoutInset::insetPlacement(int index) const +{ + if (elementAt(index)) + return mInsetPlacement.at(index); + else + { + qDebug() << Q_FUNC_INFO << "Invalid element index:" << index; + return ipFree; + } +} + +/*! + Returns the alignment of the element with the specified \a index. The alignment only has a + meaning, if the inset placement (\ref setInsetPlacement) is \ref ipBorderAligned. +*/ +Qt::Alignment QCPLayoutInset::insetAlignment(int index) const +{ + if (elementAt(index)) + return mInsetAlignment.at(index); + else + { + qDebug() << Q_FUNC_INFO << "Invalid element index:" << index; + return 0; + } +} + +/*! + Returns the rect of the element with the specified \a index. The rect only has a + meaning, if the inset placement (\ref setInsetPlacement) is \ref ipFree. +*/ +QRectF QCPLayoutInset::insetRect(int index) const +{ + if (elementAt(index)) + return mInsetRect.at(index); + else + { + qDebug() << Q_FUNC_INFO << "Invalid element index:" << index; + return QRectF(); + } +} + +/*! + Sets the inset placement type of the element with the specified \a index to \a placement. + + \see InsetPlacement +*/ +void QCPLayoutInset::setInsetPlacement(int index, QCPLayoutInset::InsetPlacement placement) +{ + if (elementAt(index)) + mInsetPlacement[index] = placement; + else + qDebug() << Q_FUNC_INFO << "Invalid element index:" << index; +} + +/*! + If the inset placement (\ref setInsetPlacement) is \ref ipBorderAligned, this function + is used to set the alignment of the element with the specified \a index to \a alignment. + + \a alignment is an or combination of the following alignment flags: Qt::AlignLeft, + Qt::AlignHCenter, Qt::AlighRight, Qt::AlignTop, Qt::AlignVCenter, Qt::AlignBottom. Any other + alignment flags will be ignored. +*/ +void QCPLayoutInset::setInsetAlignment(int index, Qt::Alignment alignment) +{ + if (elementAt(index)) + mInsetAlignment[index] = alignment; + else + qDebug() << Q_FUNC_INFO << "Invalid element index:" << index; +} + +/*! + If the inset placement (\ref setInsetPlacement) is \ref ipFree, this function is used to set the + position and size of the element with the specified \a index to \a rect. + + \a rect is given in fractions of the whole inset layout rect. So an inset with rect (0, 0, 1, 1) + will span the entire layout. An inset with rect (0.6, 0.1, 0.35, 0.35) will be in the top right + corner of the layout, with 35% width and height of the parent layout. + + Note that the minimum and maximum sizes of the embedded element (\ref + QCPLayoutElement::setMinimumSize, \ref QCPLayoutElement::setMaximumSize) are enforced. +*/ +void QCPLayoutInset::setInsetRect(int index, const QRectF &rect) +{ + if (elementAt(index)) + mInsetRect[index] = rect; + else + qDebug() << Q_FUNC_INFO << "Invalid element index:" << index; +} + +/* inherits documentation from base class */ +void QCPLayoutInset::updateLayout() +{ + for (int i=0; iminimumSizeHint(); + QSize maxSizeHint = mElements.at(i)->maximumSizeHint(); + finalMinSize.setWidth(mElements.at(i)->minimumSize().width() > 0 ? mElements.at(i)->minimumSize().width() : minSizeHint.width()); + finalMinSize.setHeight(mElements.at(i)->minimumSize().height() > 0 ? mElements.at(i)->minimumSize().height() : minSizeHint.height()); + finalMaxSize.setWidth(mElements.at(i)->maximumSize().width() < QWIDGETSIZE_MAX ? mElements.at(i)->maximumSize().width() : maxSizeHint.width()); + finalMaxSize.setHeight(mElements.at(i)->maximumSize().height() < QWIDGETSIZE_MAX ? mElements.at(i)->maximumSize().height() : maxSizeHint.height()); + if (mInsetPlacement.at(i) == ipFree) + { + insetRect = QRect(rect().x()+rect().width()*mInsetRect.at(i).x(), + rect().y()+rect().height()*mInsetRect.at(i).y(), + rect().width()*mInsetRect.at(i).width(), + rect().height()*mInsetRect.at(i).height()); + if (insetRect.size().width() < finalMinSize.width()) + insetRect.setWidth(finalMinSize.width()); + if (insetRect.size().height() < finalMinSize.height()) + insetRect.setHeight(finalMinSize.height()); + if (insetRect.size().width() > finalMaxSize.width()) + insetRect.setWidth(finalMaxSize.width()); + if (insetRect.size().height() > finalMaxSize.height()) + insetRect.setHeight(finalMaxSize.height()); + } else if (mInsetPlacement.at(i) == ipBorderAligned) + { + insetRect.setSize(finalMinSize); + Qt::Alignment al = mInsetAlignment.at(i); + if (al.testFlag(Qt::AlignLeft)) insetRect.moveLeft(rect().x()); + else if (al.testFlag(Qt::AlignRight)) insetRect.moveRight(rect().x()+rect().width()); + else insetRect.moveLeft(rect().x()+rect().width()*0.5-finalMinSize.width()*0.5); // default to Qt::AlignHCenter + if (al.testFlag(Qt::AlignTop)) insetRect.moveTop(rect().y()); + else if (al.testFlag(Qt::AlignBottom)) insetRect.moveBottom(rect().y()+rect().height()); + else insetRect.moveTop(rect().y()+rect().height()*0.5-finalMinSize.height()*0.5); // default to Qt::AlignVCenter + } + mElements.at(i)->setOuterRect(insetRect); + } +} + +/* inherits documentation from base class */ +int QCPLayoutInset::elementCount() const +{ + return mElements.size(); +} + +/* inherits documentation from base class */ +QCPLayoutElement *QCPLayoutInset::elementAt(int index) const +{ + if (index >= 0 && index < mElements.size()) + return mElements.at(index); + else + return 0; +} + +/* inherits documentation from base class */ +QCPLayoutElement *QCPLayoutInset::takeAt(int index) +{ + if (QCPLayoutElement *el = elementAt(index)) + { + releaseElement(el); + mElements.removeAt(index); + mInsetPlacement.removeAt(index); + mInsetAlignment.removeAt(index); + mInsetRect.removeAt(index); + return el; + } else + { + qDebug() << Q_FUNC_INFO << "Attempt to take invalid index:" << index; + return 0; + } +} + +/* inherits documentation from base class */ +bool QCPLayoutInset::take(QCPLayoutElement *element) +{ + if (element) + { + for (int i=0; irealVisibility() && mElements.at(i)->selectTest(pos, onlySelectable) >= 0) + return mParentPlot->selectionTolerance()*0.99; + } + return -1; +} + +/*! + Adds the specified \a element to the layout as an inset aligned at the border (\ref + setInsetAlignment is initialized with \ref ipBorderAligned). The alignment is set to \a + alignment. + + \a alignment is an or combination of the following alignment flags: Qt::AlignLeft, + Qt::AlignHCenter, Qt::AlighRight, Qt::AlignTop, Qt::AlignVCenter, Qt::AlignBottom. Any other + alignment flags will be ignored. + + \see addElement(QCPLayoutElement *element, const QRectF &rect) +*/ +void QCPLayoutInset::addElement(QCPLayoutElement *element, Qt::Alignment alignment) +{ + if (element) + { + if (element->layout()) // remove from old layout first + element->layout()->take(element); + mElements.append(element); + mInsetPlacement.append(ipBorderAligned); + mInsetAlignment.append(alignment); + mInsetRect.append(QRectF(0.6, 0.6, 0.4, 0.4)); + adoptElement(element); + } else + qDebug() << Q_FUNC_INFO << "Can't add null element"; +} + +/*! + Adds the specified \a element to the layout as an inset with free positioning/sizing (\ref + setInsetAlignment is initialized with \ref ipFree). The position and size is set to \a + rect. + + \a rect is given in fractions of the whole inset layout rect. So an inset with rect (0, 0, 1, 1) + will span the entire layout. An inset with rect (0.6, 0.1, 0.35, 0.35) will be in the top right + corner of the layout, with 35% width and height of the parent layout. + + \see addElement(QCPLayoutElement *element, Qt::Alignment alignment) +*/ +void QCPLayoutInset::addElement(QCPLayoutElement *element, const QRectF &rect) +{ + if (element) + { + if (element->layout()) // remove from old layout first + element->layout()->take(element); + mElements.append(element); + mInsetPlacement.append(ipFree); + mInsetAlignment.append(Qt::AlignRight|Qt::AlignTop); + mInsetRect.append(rect); + adoptElement(element); + } else + qDebug() << Q_FUNC_INFO << "Can't add null element"; +} + + +//////////////////////////////////////////////////////////////////////////////////////////////////// +//////////////////// QCPLineEnding +//////////////////////////////////////////////////////////////////////////////////////////////////// + +/*! \class QCPLineEnding + \brief Handles the different ending decorations for line-like items + + \image html QCPLineEnding.png "The various ending styles currently supported" + + For every ending a line-like item has, an instance of this class exists. For example, QCPItemLine + has two endings which can be set with QCPItemLine::setHead and QCPItemLine::setTail. + + The styles themselves are defined via the enum QCPLineEnding::EndingStyle. Most decorations can + be modified regarding width and length, see \ref setWidth and \ref setLength. The direction of + the ending decoration (e.g. direction an arrow is pointing) is controlled by the line-like item. + For example, when both endings of a QCPItemLine are set to be arrows, they will point to opposite + directions, e.g. "outward". This can be changed by \ref setInverted, which would make the + respective arrow point inward. + + Note that due to the overloaded QCPLineEnding constructor, you may directly specify a + QCPLineEnding::EndingStyle where actually a QCPLineEnding is expected, e.g. + \snippet documentation/doc-code-snippets/mainwindow.cpp qcplineending-sethead +*/ + +/*! + Creates a QCPLineEnding instance with default values (style \ref esNone). +*/ +QCPLineEnding::QCPLineEnding() : + mStyle(esNone), + mWidth(8), + mLength(10), + mInverted(false) +{ +} + +/*! + Creates a QCPLineEnding instance with the specified values. +*/ +QCPLineEnding::QCPLineEnding(QCPLineEnding::EndingStyle style, double width, double length, bool inverted) : + mStyle(style), + mWidth(width), + mLength(length), + mInverted(inverted) +{ +} + +/*! + Sets the style of the ending decoration. +*/ +void QCPLineEnding::setStyle(QCPLineEnding::EndingStyle style) +{ + mStyle = style; +} + +/*! + Sets the width of the ending decoration, if the style supports it. On arrows, for example, the + width defines the size perpendicular to the arrow's pointing direction. + + \see setLength +*/ +void QCPLineEnding::setWidth(double width) +{ + mWidth = width; +} + +/*! + Sets the length of the ending decoration, if the style supports it. On arrows, for example, the + length defines the size in pointing direction. + + \see setWidth +*/ +void QCPLineEnding::setLength(double length) +{ + mLength = length; +} + +/*! + Sets whether the ending decoration shall be inverted. For example, an arrow decoration will point + inward when \a inverted is set to true. + + Note that also the \a width direction is inverted. For symmetrical ending styles like arrows or + discs, this doesn't make a difference. However, asymmetric styles like \ref esHalfBar are + affected by it, which can be used to control to which side the half bar points to. +*/ +void QCPLineEnding::setInverted(bool inverted) +{ + mInverted = inverted; +} + +/*! \internal + + Returns the maximum pixel radius the ending decoration might cover, starting from the position + the decoration is drawn at (typically a line ending/\ref QCPItemPosition of an item). + + This is relevant for clipping. Only omit painting of the decoration when the position where the + decoration is supposed to be drawn is farther away from the clipping rect than the returned + distance. +*/ +double QCPLineEnding::boundingDistance() const +{ + switch (mStyle) + { + case esNone: + return 0; + + case esFlatArrow: + case esSpikeArrow: + case esLineArrow: + case esSkewedBar: + return qSqrt(mWidth*mWidth+mLength*mLength); // items that have width and length + + case esDisc: + case esSquare: + case esDiamond: + case esBar: + case esHalfBar: + return mWidth*1.42; // items that only have a width -> width*sqrt(2) + + } + return 0; +} + +/*! + Starting from the origin of this line ending (which is style specific), returns the length + covered by the line ending symbol, in backward direction. + + For example, the \ref esSpikeArrow has a shorter real length than a \ref esFlatArrow, even if + both have the same \ref setLength value, because the spike arrow has an inward curved back, which + reduces the length along its center axis (the drawing origin for arrows is at the tip). + + This function is used for precise, style specific placement of line endings, for example in + QCPAxes. +*/ +double QCPLineEnding::realLength() const +{ + switch (mStyle) + { + case esNone: + case esLineArrow: + case esSkewedBar: + case esBar: + case esHalfBar: + return 0; + + case esFlatArrow: + return mLength; + + case esDisc: + case esSquare: + case esDiamond: + return mWidth*0.5; + + case esSpikeArrow: + return mLength*0.8; + } + return 0; +} + +/*! \internal + + Draws the line ending with the specified \a painter at the position \a pos. The direction of the + line ending is controlled with \a dir. +*/ +void QCPLineEnding::draw(QCPPainter *painter, const QVector2D &pos, const QVector2D &dir) const +{ + if (mStyle == esNone) + return; + + QVector2D lengthVec(dir.normalized()); + if (lengthVec.isNull()) + lengthVec = QVector2D(1, 0); + QVector2D widthVec(-lengthVec.y(), lengthVec.x()); + lengthVec *= (float)(mLength*(mInverted ? -1 : 1)); + widthVec *= (float)(mWidth*0.5*(mInverted ? -1 : 1)); + + QPen penBackup = painter->pen(); + QBrush brushBackup = painter->brush(); + QPen miterPen = penBackup; + miterPen.setJoinStyle(Qt::MiterJoin); // to make arrow heads spikey + QBrush brush(painter->pen().color(), Qt::SolidPattern); + switch (mStyle) + { + case esNone: break; + case esFlatArrow: + { + QPointF points[3] = {pos.toPointF(), + (pos-lengthVec+widthVec).toPointF(), + (pos-lengthVec-widthVec).toPointF() + }; + painter->setPen(miterPen); + painter->setBrush(brush); + painter->drawConvexPolygon(points, 3); + painter->setBrush(brushBackup); + painter->setPen(penBackup); + break; + } + case esSpikeArrow: + { + QPointF points[4] = {pos.toPointF(), + (pos-lengthVec+widthVec).toPointF(), + (pos-lengthVec*0.8f).toPointF(), + (pos-lengthVec-widthVec).toPointF() + }; + painter->setPen(miterPen); + painter->setBrush(brush); + painter->drawConvexPolygon(points, 4); + painter->setBrush(brushBackup); + painter->setPen(penBackup); + break; + } + case esLineArrow: + { + QPointF points[3] = {(pos-lengthVec+widthVec).toPointF(), + pos.toPointF(), + (pos-lengthVec-widthVec).toPointF() + }; + painter->setPen(miterPen); + painter->drawPolyline(points, 3); + painter->setPen(penBackup); + break; + } + case esDisc: + { + painter->setBrush(brush); + painter->drawEllipse(pos.toPointF(), mWidth*0.5, mWidth*0.5); + painter->setBrush(brushBackup); + break; + } + case esSquare: + { + QVector2D widthVecPerp(-widthVec.y(), widthVec.x()); + QPointF points[4] = {(pos-widthVecPerp+widthVec).toPointF(), + (pos-widthVecPerp-widthVec).toPointF(), + (pos+widthVecPerp-widthVec).toPointF(), + (pos+widthVecPerp+widthVec).toPointF() + }; + painter->setPen(miterPen); + painter->setBrush(brush); + painter->drawConvexPolygon(points, 4); + painter->setBrush(brushBackup); + painter->setPen(penBackup); + break; + } + case esDiamond: + { + QVector2D widthVecPerp(-widthVec.y(), widthVec.x()); + QPointF points[4] = {(pos-widthVecPerp).toPointF(), + (pos-widthVec).toPointF(), + (pos+widthVecPerp).toPointF(), + (pos+widthVec).toPointF() + }; + painter->setPen(miterPen); + painter->setBrush(brush); + painter->drawConvexPolygon(points, 4); + painter->setBrush(brushBackup); + painter->setPen(penBackup); + break; + } + case esBar: + { + painter->drawLine((pos+widthVec).toPointF(), (pos-widthVec).toPointF()); + break; + } + case esHalfBar: + { + painter->drawLine((pos+widthVec).toPointF(), pos.toPointF()); + break; + } + case esSkewedBar: + { + if (qFuzzyIsNull(painter->pen().widthF()) && !painter->modes().testFlag(QCPPainter::pmNonCosmetic)) + { + // if drawing with cosmetic pen (perfectly thin stroke, happens only in vector exports), draw bar exactly on tip of line + painter->drawLine((pos+widthVec+lengthVec*0.2f*(mInverted?-1:1)).toPointF(), + (pos-widthVec-lengthVec*0.2f*(mInverted?-1:1)).toPointF()); + } else + { + // if drawing with thick (non-cosmetic) pen, shift bar a little in line direction to prevent line from sticking through bar slightly + painter->drawLine((pos+widthVec+lengthVec*0.2f*(mInverted?-1:1)+dir.normalized()*qMax(1.0f, (float)painter->pen().widthF())*0.5f).toPointF(), + (pos-widthVec-lengthVec*0.2f*(mInverted?-1:1)+dir.normalized()*qMax(1.0f, (float)painter->pen().widthF())*0.5f).toPointF()); + } + break; + } + } +} + +/*! \internal + \overload + + Draws the line ending. The direction is controlled with the \a angle parameter in radians. +*/ +void QCPLineEnding::draw(QCPPainter *painter, const QVector2D &pos, double angle) const +{ + draw(painter, pos, QVector2D(qCos(angle), qSin(angle))); +} + + +//////////////////////////////////////////////////////////////////////////////////////////////////// +//////////////////// QCPGrid +//////////////////////////////////////////////////////////////////////////////////////////////////// + +/*! \class QCPGrid + \brief Responsible for drawing the grid of a QCPAxis. + + This class is tightly bound to QCPAxis. Every axis owns a grid instance and uses it to draw the + grid lines, sub grid lines and zero-line. You can interact with the grid of an axis via \ref + QCPAxis::grid. Normally, you don't need to create an instance of QCPGrid yourself. + + The axis and grid drawing was split into two classes to allow them to be placed on different + layers (both QCPAxis and QCPGrid inherit from QCPLayerable). Thus it is possible to have the grid + in the background and the axes in the foreground, and any plottables/items in between. This + described situation is the default setup, see the QCPLayer documentation. +*/ + +/*! + Creates a QCPGrid instance and sets default values. + + You shouldn't instantiate grids on their own, since every QCPAxis brings its own QCPGrid. +*/ +QCPGrid::QCPGrid(QCPAxis *parentAxis) : + QCPLayerable(parentAxis->parentPlot(), QString(), parentAxis), + mParentAxis(parentAxis) +{ + // warning: this is called in QCPAxis constructor, so parentAxis members should not be accessed/called + setParent(parentAxis); + setPen(QPen(QColor(200,200,200), 0, Qt::DotLine)); + setSubGridPen(QPen(QColor(220,220,220), 0, Qt::DotLine)); + setZeroLinePen(QPen(QColor(200,200,200), 0, Qt::SolidLine)); + setSubGridVisible(false); + setAntialiased(false); + setAntialiasedSubGrid(false); + setAntialiasedZeroLine(false); +} + +/*! + Sets whether grid lines at sub tick marks are drawn. + + \see setSubGridPen +*/ +void QCPGrid::setSubGridVisible(bool visible) +{ + mSubGridVisible = visible; +} + +/*! + Sets whether sub grid lines are drawn antialiased. +*/ +void QCPGrid::setAntialiasedSubGrid(bool enabled) +{ + mAntialiasedSubGrid = enabled; +} + +/*! + Sets whether zero lines are drawn antialiased. +*/ +void QCPGrid::setAntialiasedZeroLine(bool enabled) +{ + mAntialiasedZeroLine = enabled; +} + +/*! + Sets the pen with which (major) grid lines are drawn. +*/ +void QCPGrid::setPen(const QPen &pen) +{ + mPen = pen; +} + +/*! + Sets the pen with which sub grid lines are drawn. +*/ +void QCPGrid::setSubGridPen(const QPen &pen) +{ + mSubGridPen = pen; +} + +/*! + Sets the pen with which zero lines are drawn. + + Zero lines are lines at value coordinate 0 which may be drawn with a different pen than other grid + lines. To disable zero lines and just draw normal grid lines at zero, set \a pen to Qt::NoPen. +*/ +void QCPGrid::setZeroLinePen(const QPen &pen) +{ + mZeroLinePen = pen; +} + +/*! \internal + + A convenience function to easily set the QPainter::Antialiased hint on the provided \a painter + before drawing the major grid lines. + + This is the antialiasing state the painter passed to the \ref draw method is in by default. + + This function takes into account the local setting of the antialiasing flag as well as the + overrides set with \ref QCustomPlot::setAntialiasedElements and \ref + QCustomPlot::setNotAntialiasedElements. + + \see setAntialiased +*/ +void QCPGrid::applyDefaultAntialiasingHint(QCPPainter *painter) const +{ + applyAntialiasingHint(painter, mAntialiased, QCP::aeGrid); +} + +/*! \internal + + Draws grid lines and sub grid lines at the positions of (sub) ticks of the parent axis, spanning + over the complete axis rect. Also draws the zero line, if appropriate (\ref setZeroLinePen). +*/ +void QCPGrid::draw(QCPPainter *painter) +{ + if (!mParentAxis) { qDebug() << Q_FUNC_INFO << "invalid parent axis"; return; } + + if (mSubGridVisible) + drawSubGridLines(painter); + drawGridLines(painter); +} + +/*! \internal + + Draws the main grid lines and possibly a zero line with the specified painter. + + This is a helper function called by \ref draw. +*/ +void QCPGrid::drawGridLines(QCPPainter *painter) const +{ + if (!mParentAxis) { qDebug() << Q_FUNC_INFO << "invalid parent axis"; return; } + + int lowTick = mParentAxis->mLowestVisibleTick; + int highTick = mParentAxis->mHighestVisibleTick; + double t; // helper variable, result of coordinate-to-pixel transforms + if (mParentAxis->orientation() == Qt::Horizontal) + { + // draw zeroline: + int zeroLineIndex = -1; + if (mZeroLinePen.style() != Qt::NoPen && mParentAxis->mRange.lower < 0 && mParentAxis->mRange.upper > 0) + { + applyAntialiasingHint(painter, mAntialiasedZeroLine, QCP::aeZeroLine); + painter->setPen(mZeroLinePen); + double epsilon = mParentAxis->range().size()*1E-6; // for comparing double to zero + for (int i=lowTick; i <= highTick; ++i) + { + if (qAbs(mParentAxis->mTickVector.at(i)) < epsilon) + { + zeroLineIndex = i; + t = mParentAxis->coordToPixel(mParentAxis->mTickVector.at(i)); // x + painter->drawLine(QLineF(t, mParentAxis->mAxisRect->bottom(), t, mParentAxis->mAxisRect->top())); + break; + } + } + } + // draw grid lines: + applyDefaultAntialiasingHint(painter); + painter->setPen(mPen); + for (int i=lowTick; i <= highTick; ++i) + { + if (i == zeroLineIndex) continue; // don't draw a gridline on top of the zeroline + t = mParentAxis->coordToPixel(mParentAxis->mTickVector.at(i)); // x + painter->drawLine(QLineF(t, mParentAxis->mAxisRect->bottom(), t, mParentAxis->mAxisRect->top())); + } + } else + { + // draw zeroline: + int zeroLineIndex = -1; + if (mZeroLinePen.style() != Qt::NoPen && mParentAxis->mRange.lower < 0 && mParentAxis->mRange.upper > 0) + { + applyAntialiasingHint(painter, mAntialiasedZeroLine, QCP::aeZeroLine); + painter->setPen(mZeroLinePen); + double epsilon = mParentAxis->mRange.size()*1E-6; // for comparing double to zero + for (int i=lowTick; i <= highTick; ++i) + { + if (qAbs(mParentAxis->mTickVector.at(i)) < epsilon) + { + zeroLineIndex = i; + t = mParentAxis->coordToPixel(mParentAxis->mTickVector.at(i)); // y + painter->drawLine(QLineF(mParentAxis->mAxisRect->left(), t, mParentAxis->mAxisRect->right(), t)); + break; + } + } + } + // draw grid lines: + applyDefaultAntialiasingHint(painter); + painter->setPen(mPen); + for (int i=lowTick; i <= highTick; ++i) + { + if (i == zeroLineIndex) continue; // don't draw a gridline on top of the zeroline + t = mParentAxis->coordToPixel(mParentAxis->mTickVector.at(i)); // y + painter->drawLine(QLineF(mParentAxis->mAxisRect->left(), t, mParentAxis->mAxisRect->right(), t)); + } + } +} + +/*! \internal + + Draws the sub grid lines with the specified painter. + + This is a helper function called by \ref draw. +*/ +void QCPGrid::drawSubGridLines(QCPPainter *painter) const +{ + if (!mParentAxis) { qDebug() << Q_FUNC_INFO << "invalid parent axis"; return; } + + applyAntialiasingHint(painter, mAntialiasedSubGrid, QCP::aeSubGrid); + double t; // helper variable, result of coordinate-to-pixel transforms + painter->setPen(mSubGridPen); + if (mParentAxis->orientation() == Qt::Horizontal) + { + for (int i=0; imSubTickVector.size(); ++i) + { + t = mParentAxis->coordToPixel(mParentAxis->mSubTickVector.at(i)); // x + painter->drawLine(QLineF(t, mParentAxis->mAxisRect->bottom(), t, mParentAxis->mAxisRect->top())); + } + } else + { + for (int i=0; imSubTickVector.size(); ++i) + { + t = mParentAxis->coordToPixel(mParentAxis->mSubTickVector.at(i)); // y + painter->drawLine(QLineF(mParentAxis->mAxisRect->left(), t, mParentAxis->mAxisRect->right(), t)); + } + } +} + + +//////////////////////////////////////////////////////////////////////////////////////////////////// +//////////////////// QCPAxis +//////////////////////////////////////////////////////////////////////////////////////////////////// + +/*! \class QCPAxis + \brief Manages a single axis inside a QCustomPlot. + + Usually doesn't need to be instantiated externally. Access %QCustomPlot's default four axes via + QCustomPlot::xAxis (bottom), QCustomPlot::yAxis (left), QCustomPlot::xAxis2 (top) and + QCustomPlot::yAxis2 (right). + + Axes are always part of an axis rect, see QCPAxisRect. + \image html AxisNamesOverview.png +
Naming convention of axis parts
+ \n + + \image html AxisRectSpacingOverview.png +
Overview of the spacings and paddings that define the geometry of an axis. The dashed gray line + on the left represents the QCustomPlot widget border.
+ +*/ + +/* start of documentation of inline functions */ + +/*! \fn Qt::Orientation QCPAxis::orientation() const + + Returns the orientation of this axis. The axis orientation (horizontal or vertical) is deduced + from the axis type (left, top, right or bottom). + + \see orientation(AxisType type) +*/ + +/*! \fn QCPGrid *QCPAxis::grid() const + + Returns the \ref QCPGrid instance belonging to this axis. Access it to set details about the way the + grid is displayed. +*/ + +/*! \fn static Qt::Orientation QCPAxis::orientation(AxisType type) + + Returns the orientation of the specified axis type + + \see orientation() +*/ + +/* end of documentation of inline functions */ +/* start of documentation of signals */ + +/*! \fn void QCPAxis::ticksRequest() + + This signal is emitted when \ref setAutoTicks is false and the axis is about to generate tick + labels for a replot. + + Modifying the tick positions can be done with \ref setTickVector. If you also want to control the + tick labels, set \ref setAutoTickLabels to false and also provide the labels with \ref + setTickVectorLabels. + + If you only want static ticks you probably don't need this signal, since you can just set the + tick vector (and possibly tick label vector) once. However, if you want to provide ticks (and + maybe labels) dynamically, e.g. depending on the current axis range, connect a slot to this + signal and set the vector/vectors there. +*/ + +/*! \fn void QCPAxis::rangeChanged(const QCPRange &newRange) + + This signal is emitted when the range of this axis has changed. You can connect it to the \ref + setRange slot of another axis to communicate the new range to the other axis, in order for it to + be synchronized. + + You may also manipulate/correct the range with \ref setRange in a slot connected to this signal. + This is useful if for example a maximum range span shall not be exceeded, or if the lower/upper + range shouldn't go beyond certain values. For example, the following slot would limit the x axis + to only positive ranges: + \code + if (newRange.lower < 0) + plot->xAxis->setRange(0, newRange.size()); + \endcode +*/ + +/*! \fn void QCPAxis::rangeChanged(const QCPRange &newRange, const QCPRange &oldRange) + \overload + + Additionally to the new range, this signal also provides the previous range held by the axis as + \a oldRange. +*/ + +/*! \fn void QCPAxis::scaleTypeChanged(QCPAxis::ScaleType scaleType); + + This signal is emitted when the scale type changes, by calls to \ref setScaleType +*/ + +/*! \fn void QCPAxis::selectionChanged(QCPAxis::SelectableParts selection) + + This signal is emitted when the selection state of this axis has changed, either by user interaction + or by a direct call to \ref setSelectedParts. +*/ + +/*! \fn void QCPAxis::selectableChanged(const QCPAxis::SelectableParts &parts); + + This signal is emitted when the selectability changes, by calls to \ref setSelectableParts +*/ + +/* end of documentation of signals */ + +/*! + Constructs an Axis instance of Type \a type for the axis rect \a parent. + + Usually it isn't necessary to instantiate axes directly, because you can let QCustomPlot create + them for you with \ref QCPAxisRect::addAxis. If you want to use own QCPAxis-subclasses however, + create them manually and then inject them also via \ref QCPAxisRect::addAxis. +*/ +QCPAxis::QCPAxis(QCPAxisRect *parent, AxisType type) : + QCPLayerable(parent->parentPlot(), QString(), parent), + // axis base: + mAxisType(type), + mAxisRect(parent), + mPadding(5), + mOrientation(orientation(type)), + mSelectableParts(spAxis | spTickLabels | spAxisLabel), + mSelectedParts(spNone), + mBasePen(QPen(Qt::black, 0, Qt::SolidLine, Qt::SquareCap)), + mSelectedBasePen(QPen(Qt::blue, 2)), + // axis label: + mLabel(), + mLabelFont(mParentPlot->font()), + mSelectedLabelFont(QFont(mLabelFont.family(), mLabelFont.pointSize(), QFont::Bold)), + mLabelColor(Qt::black), + mSelectedLabelColor(Qt::blue), + // tick labels: + mTickLabels(true), + mAutoTickLabels(true), + mTickLabelType(ltNumber), + mTickLabelFont(mParentPlot->font()), + mSelectedTickLabelFont(QFont(mTickLabelFont.family(), mTickLabelFont.pointSize(), QFont::Bold)), + mTickLabelColor(Qt::black), + mSelectedTickLabelColor(Qt::blue), + mDateTimeFormat(QLatin1String("hh:mm:ss\ndd.MM.yy")), + mDateTimeSpec(Qt::LocalTime), + mNumberPrecision(6), + mNumberFormatChar('g'), + mNumberBeautifulPowers(true), + // ticks and subticks: + mTicks(true), + mTickStep(1), + mSubTickCount(4), + mAutoTickCount(6), + mAutoTicks(true), + mAutoTickStep(true), + mAutoSubTicks(true), + mTickPen(QPen(Qt::black, 0, Qt::SolidLine, Qt::SquareCap)), + mSelectedTickPen(QPen(Qt::blue, 2)), + mSubTickPen(QPen(Qt::black, 0, Qt::SolidLine, Qt::SquareCap)), + mSelectedSubTickPen(QPen(Qt::blue, 2)), + // scale and range: + mRange(0, 5), + mRangeReversed(false), + mScaleType(stLinear), + mScaleLogBase(10), + mScaleLogBaseLogInv(1.0/qLn(mScaleLogBase)), + // internal members: + mGrid(new QCPGrid(this)), + mAxisPainter(new QCPAxisPainterPrivate(parent->parentPlot())), + mLowestVisibleTick(0), + mHighestVisibleTick(-1), + mCachedMarginValid(false), + mCachedMargin(0) +{ + mGrid->setVisible(false); + setAntialiased(false); + setLayer(mParentPlot->currentLayer()); // it's actually on that layer already, but we want it in front of the grid, so we place it on there again + + if (type == atTop) + { + setTickLabelPadding(3); + setLabelPadding(6); + } else if (type == atRight) + { + setTickLabelPadding(7); + setLabelPadding(12); + } else if (type == atBottom) + { + setTickLabelPadding(3); + setLabelPadding(3); + } else if (type == atLeft) + { + setTickLabelPadding(5); + setLabelPadding(10); + } +} + +QCPAxis::~QCPAxis() +{ + delete mAxisPainter; + delete mGrid; // delete grid here instead of via parent ~QObject for better defined deletion order +} + +/* No documentation as it is a property getter */ +int QCPAxis::tickLabelPadding() const +{ + return mAxisPainter->tickLabelPadding; +} + +/* No documentation as it is a property getter */ +double QCPAxis::tickLabelRotation() const +{ + return mAxisPainter->tickLabelRotation; +} + +/* No documentation as it is a property getter */ +QCPAxis::LabelSide QCPAxis::tickLabelSide() const +{ + return mAxisPainter->tickLabelSide; +} + +/* No documentation as it is a property getter */ +QString QCPAxis::numberFormat() const +{ + QString result; + result.append(mNumberFormatChar); + if (mNumberBeautifulPowers) + { + result.append(QLatin1Char('b')); + if (mAxisPainter->numberMultiplyCross) + result.append(QLatin1Char('c')); + } + return result; +} + +/* No documentation as it is a property getter */ +int QCPAxis::tickLengthIn() const +{ + return mAxisPainter->tickLengthIn; +} + +/* No documentation as it is a property getter */ +int QCPAxis::tickLengthOut() const +{ + return mAxisPainter->tickLengthOut; +} + +/* No documentation as it is a property getter */ +int QCPAxis::subTickLengthIn() const +{ + return mAxisPainter->subTickLengthIn; +} + +/* No documentation as it is a property getter */ +int QCPAxis::subTickLengthOut() const +{ + return mAxisPainter->subTickLengthOut; +} + +/* No documentation as it is a property getter */ +int QCPAxis::labelPadding() const +{ + return mAxisPainter->labelPadding; +} + +/* No documentation as it is a property getter */ +int QCPAxis::offset() const +{ + return mAxisPainter->offset; +} + +/* No documentation as it is a property getter */ +QCPLineEnding QCPAxis::lowerEnding() const +{ + return mAxisPainter->lowerEnding; +} + +/* No documentation as it is a property getter */ +QCPLineEnding QCPAxis::upperEnding() const +{ + return mAxisPainter->upperEnding; +} + +/*! + Sets whether the axis uses a linear scale or a logarithmic scale. If \a type is set to \ref + stLogarithmic, the logarithm base can be set with \ref setScaleLogBase. In logarithmic axis + scaling, major tick marks appear at all powers of the logarithm base. Properties like tick step + (\ref setTickStep) don't apply in logarithmic scaling. If you wish a decimal base but less major + ticks, consider choosing a logarithm base of 100, 1000 or even higher. + + If \a type is \ref stLogarithmic and the number format (\ref setNumberFormat) uses the 'b' option + (beautifully typeset decimal powers), the display usually is "1 [multiplication sign] 10 + [superscript] n", which looks unnatural for logarithmic scaling (the "1 [multiplication sign]" + part). To only display the decimal power, set the number precision to zero with + \ref setNumberPrecision. +*/ +void QCPAxis::setScaleType(QCPAxis::ScaleType type) +{ + if (mScaleType != type) + { + mScaleType = type; + if (mScaleType == stLogarithmic) + setRange(mRange.sanitizedForLogScale()); + mCachedMarginValid = false; + emit scaleTypeChanged(mScaleType); + } +} + +/*! + If \ref setScaleType is set to \ref stLogarithmic, \a base will be the logarithm base of the + scaling. In logarithmic axis scaling, major tick marks appear at all powers of \a base. + + Properties like tick step (\ref setTickStep) don't apply in logarithmic scaling. If you wish a decimal base but + less major ticks, consider choosing \a base 100, 1000 or even higher. +*/ +void QCPAxis::setScaleLogBase(double base) +{ + if (base > 1) + { + mScaleLogBase = base; + mScaleLogBaseLogInv = 1.0/qLn(mScaleLogBase); // buffer for faster baseLog() calculation + mCachedMarginValid = false; + } else + qDebug() << Q_FUNC_INFO << "Invalid logarithmic scale base (must be greater 1):" << base; +} + +/*! + Sets the range of the axis. + + This slot may be connected with the \ref rangeChanged signal of another axis so this axis + is always synchronized with the other axis range, when it changes. + + To invert the direction of an axis, use \ref setRangeReversed. +*/ +void QCPAxis::setRange(const QCPRange &range) +{ + if (range.lower == mRange.lower && range.upper == mRange.upper) + return; + + if (!QCPRange::validRange(range)) return; + QCPRange oldRange = mRange; + if (mScaleType == stLogarithmic) + { + mRange = range.sanitizedForLogScale(); + } else + { + mRange = range.sanitizedForLinScale(); + } + mCachedMarginValid = false; + emit rangeChanged(mRange); + emit rangeChanged(mRange, oldRange); +} + +/*! + Sets whether the user can (de-)select the parts in \a selectable by clicking on the QCustomPlot surface. + (When \ref QCustomPlot::setInteractions contains iSelectAxes.) + + However, even when \a selectable is set to a value not allowing the selection of a specific part, + it is still possible to set the selection of this part manually, by calling \ref setSelectedParts + directly. + + \see SelectablePart, setSelectedParts +*/ +void QCPAxis::setSelectableParts(const SelectableParts &selectable) +{ + if (mSelectableParts != selectable) + { + mSelectableParts = selectable; + emit selectableChanged(mSelectableParts); + } +} + +/*! + Sets the selected state of the respective axis parts described by \ref SelectablePart. When a part + is selected, it uses a different pen/font. + + The entire selection mechanism for axes is handled automatically when \ref + QCustomPlot::setInteractions contains iSelectAxes. You only need to call this function when you + wish to change the selection state manually. + + This function can change the selection state of a part, independent of the \ref setSelectableParts setting. + + emits the \ref selectionChanged signal when \a selected is different from the previous selection state. + + \see SelectablePart, setSelectableParts, selectTest, setSelectedBasePen, setSelectedTickPen, setSelectedSubTickPen, + setSelectedTickLabelFont, setSelectedLabelFont, setSelectedTickLabelColor, setSelectedLabelColor +*/ +void QCPAxis::setSelectedParts(const SelectableParts &selected) +{ + if (mSelectedParts != selected) + { + mSelectedParts = selected; + emit selectionChanged(mSelectedParts); + } +} + +/*! + \overload + + Sets the lower and upper bound of the axis range. + + To invert the direction of an axis, use \ref setRangeReversed. + + There is also a slot to set a range, see \ref setRange(const QCPRange &range). +*/ +void QCPAxis::setRange(double lower, double upper) +{ + if (lower == mRange.lower && upper == mRange.upper) + return; + + if (!QCPRange::validRange(lower, upper)) return; + QCPRange oldRange = mRange; + mRange.lower = lower; + mRange.upper = upper; + if (mScaleType == stLogarithmic) + { + mRange = mRange.sanitizedForLogScale(); + } else + { + mRange = mRange.sanitizedForLinScale(); + } + mCachedMarginValid = false; + emit rangeChanged(mRange); + emit rangeChanged(mRange, oldRange); +} + +/*! + \overload + + Sets the range of the axis. + + The \a position coordinate indicates together with the \a alignment parameter, where the new + range will be positioned. \a size defines the size of the new axis range. \a alignment may be + Qt::AlignLeft, Qt::AlignRight or Qt::AlignCenter. This will cause the left border, right border, + or center of the range to be aligned with \a position. Any other values of \a alignment will + default to Qt::AlignCenter. +*/ +void QCPAxis::setRange(double position, double size, Qt::AlignmentFlag alignment) +{ + if (alignment == Qt::AlignLeft) + setRange(position, position+size); + else if (alignment == Qt::AlignRight) + setRange(position-size, position); + else // alignment == Qt::AlignCenter + setRange(position-size/2.0, position+size/2.0); +} + +/*! + Sets the lower bound of the axis range. The upper bound is not changed. + \see setRange +*/ +void QCPAxis::setRangeLower(double lower) +{ + if (mRange.lower == lower) + return; + + QCPRange oldRange = mRange; + mRange.lower = lower; + if (mScaleType == stLogarithmic) + { + mRange = mRange.sanitizedForLogScale(); + } else + { + mRange = mRange.sanitizedForLinScale(); + } + mCachedMarginValid = false; + emit rangeChanged(mRange); + emit rangeChanged(mRange, oldRange); +} + +/*! + Sets the upper bound of the axis range. The lower bound is not changed. + \see setRange +*/ +void QCPAxis::setRangeUpper(double upper) +{ + if (mRange.upper == upper) + return; + + QCPRange oldRange = mRange; + mRange.upper = upper; + if (mScaleType == stLogarithmic) + { + mRange = mRange.sanitizedForLogScale(); + } else + { + mRange = mRange.sanitizedForLinScale(); + } + mCachedMarginValid = false; + emit rangeChanged(mRange); + emit rangeChanged(mRange, oldRange); +} + +/*! + Sets whether the axis range (direction) is displayed reversed. Normally, the values on horizontal + axes increase left to right, on vertical axes bottom to top. When \a reversed is set to true, the + direction of increasing values is inverted. + + Note that the range and data interface stays the same for reversed axes, e.g. the \a lower part + of the \ref setRange interface will still reference the mathematically smaller number than the \a + upper part. +*/ +void QCPAxis::setRangeReversed(bool reversed) +{ + if (mRangeReversed != reversed) + { + mRangeReversed = reversed; + mCachedMarginValid = false; + } +} + +/*! + Sets whether the tick positions should be calculated automatically (either from an automatically + generated tick step or a tick step provided manually via \ref setTickStep, see \ref setAutoTickStep). + + If \a on is set to false, you must provide the tick positions manually via \ref setTickVector. + For these manual ticks you may let QCPAxis generate the appropriate labels automatically by + leaving \ref setAutoTickLabels set to true. If you also wish to control the displayed labels + manually, set \ref setAutoTickLabels to false and provide the label strings with \ref + setTickVectorLabels. + + If you need dynamically calculated tick vectors (and possibly tick label vectors), set the + vectors in a slot connected to the \ref ticksRequest signal. + + \see setAutoTickLabels, setAutoSubTicks, setAutoTickCount, setAutoTickStep +*/ +void QCPAxis::setAutoTicks(bool on) +{ + if (mAutoTicks != on) + { + mAutoTicks = on; + mCachedMarginValid = false; + } +} + +/*! + When \ref setAutoTickStep is true, \a approximateCount determines how many ticks should be + generated in the visible range, approximately. + + It's not guaranteed that this number of ticks is met exactly, but approximately within a + tolerance of about two. + + Only values greater than zero are accepted as \a approximateCount. + + \see setAutoTickStep, setAutoTicks, setAutoSubTicks +*/ +void QCPAxis::setAutoTickCount(int approximateCount) +{ + if (mAutoTickCount != approximateCount) + { + if (approximateCount > 0) + { + mAutoTickCount = approximateCount; + mCachedMarginValid = false; + } else + qDebug() << Q_FUNC_INFO << "approximateCount must be greater than zero:" << approximateCount; + } +} + +/*! + Sets whether the tick labels are generated automatically. Depending on the tick label type (\ref + ltNumber or \ref ltDateTime), the labels will either show the coordinate as floating point + number (\ref setNumberFormat), or a date/time formatted according to \ref setDateTimeFormat. + + If \a on is set to false, you should provide the tick labels via \ref setTickVectorLabels. This + is usually used in a combination with \ref setAutoTicks set to false for complete control over + tick positions and labels, e.g. when the ticks should be at multiples of pi and show "2pi", "3pi" + etc. as tick labels. + + If you need dynamically calculated tick vectors (and possibly tick label vectors), set the + vectors in a slot connected to the \ref ticksRequest signal. + + \see setAutoTicks +*/ +void QCPAxis::setAutoTickLabels(bool on) +{ + if (mAutoTickLabels != on) + { + mAutoTickLabels = on; + mCachedMarginValid = false; + } +} + +/*! + Sets whether the tick step, i.e. the interval between two (major) ticks, is calculated + automatically. If \a on is set to true, the axis finds a tick step that is reasonable for human + readable plots. + + The number of ticks the algorithm aims for within the visible range can be specified with \ref + setAutoTickCount. + + If \a on is set to false, you may set the tick step manually with \ref setTickStep. + + \see setAutoTicks, setAutoSubTicks, setAutoTickCount +*/ +void QCPAxis::setAutoTickStep(bool on) +{ + if (mAutoTickStep != on) + { + mAutoTickStep = on; + mCachedMarginValid = false; + } +} + +/*! + Sets whether the number of sub ticks in one tick interval is determined automatically. This + works, as long as the tick step mantissa is a multiple of 0.5. When \ref setAutoTickStep is + enabled, this is always the case. + + When \a on is set to false, you may set the sub tick count with \ref setSubTickCount manually. + + \see setAutoTickCount, setAutoTicks, setAutoTickStep +*/ +void QCPAxis::setAutoSubTicks(bool on) +{ + if (mAutoSubTicks != on) + { + mAutoSubTicks = on; + mCachedMarginValid = false; + } +} + +/*! + Sets whether tick marks are displayed. + + Note that setting \a show to false does not imply that tick labels are invisible, too. To achieve + that, see \ref setTickLabels. +*/ +void QCPAxis::setTicks(bool show) +{ + if (mTicks != show) + { + mTicks = show; + mCachedMarginValid = false; + } +} + +/*! + Sets whether tick labels are displayed. Tick labels are the numbers drawn next to tick marks. +*/ +void QCPAxis::setTickLabels(bool show) +{ + if (mTickLabels != show) + { + mTickLabels = show; + mCachedMarginValid = false; + } +} + +/*! + Sets the distance between the axis base line (including any outward ticks) and the tick labels. + \see setLabelPadding, setPadding +*/ +void QCPAxis::setTickLabelPadding(int padding) +{ + if (mAxisPainter->tickLabelPadding != padding) + { + mAxisPainter->tickLabelPadding = padding; + mCachedMarginValid = false; + } +} + +/*! + Sets whether the tick labels display numbers or dates/times. + + If \a type is set to \ref ltNumber, the format specifications of \ref setNumberFormat apply. + + If \a type is set to \ref ltDateTime, the format specifications of \ref setDateTimeFormat apply. + + In QCustomPlot, date/time coordinates are double numbers representing the seconds since + 1970-01-01T00:00:00 UTC. This format can be retrieved from QDateTime objects with the + QDateTime::toTime_t() function. Since this only gives a resolution of one second, there is also + the QDateTime::toMSecsSinceEpoch() function which returns the timespan described above in + milliseconds. Divide its return value by 1000.0 to get a value with the format needed for + date/time plotting, with a resolution of one millisecond. + + Using the toMSecsSinceEpoch function allows dates that go back to 2nd January 4713 B.C. + (represented by a negative number), unlike the toTime_t function, which works with unsigned + integers and thus only goes back to 1st January 1970. So both for range and accuracy, use of + toMSecsSinceEpoch()/1000.0 should be preferred as key coordinate for date/time axes. + + \see setTickLabels +*/ +void QCPAxis::setTickLabelType(LabelType type) +{ + if (mTickLabelType != type) + { + mTickLabelType = type; + mCachedMarginValid = false; + } +} + +/*! + Sets the font of the tick labels. + + \see setTickLabels, setTickLabelColor +*/ +void QCPAxis::setTickLabelFont(const QFont &font) +{ + if (font != mTickLabelFont) + { + mTickLabelFont = font; + mCachedMarginValid = false; + } +} + +/*! + Sets the color of the tick labels. + + \see setTickLabels, setTickLabelFont +*/ +void QCPAxis::setTickLabelColor(const QColor &color) +{ + if (color != mTickLabelColor) + { + mTickLabelColor = color; + mCachedMarginValid = false; + } +} + +/*! + Sets the rotation of the tick labels. If \a degrees is zero, the labels are drawn normally. Else, + the tick labels are drawn rotated by \a degrees clockwise. The specified angle is bound to values + from -90 to 90 degrees. + + If \a degrees is exactly -90, 0 or 90, the tick labels are centered on the tick coordinate. For + other angles, the label is drawn with an offset such that it seems to point toward or away from + the tick mark. +*/ +void QCPAxis::setTickLabelRotation(double degrees) +{ + if (!qFuzzyIsNull(degrees-mAxisPainter->tickLabelRotation)) + { + mAxisPainter->tickLabelRotation = qBound(-90.0, degrees, 90.0); + mCachedMarginValid = false; + } +} + +/*! + Sets whether the tick labels (numbers) shall appear inside or outside the axis rect. + + The usual and default setting is \ref lsOutside. Very compact plots sometimes require tick labels + to be inside the axis rect, to save space. If \a side is set to \ref lsInside, the tick labels + appear on the inside are additionally clipped to the axis rect. +*/ +void QCPAxis::setTickLabelSide(LabelSide side) +{ + mAxisPainter->tickLabelSide = side; + mCachedMarginValid = false; +} + +/*! + Sets the format in which dates and times are displayed as tick labels, if \ref setTickLabelType is \ref ltDateTime. + for details about the \a format string, see the documentation of QDateTime::toString(). + + Newlines can be inserted with "\n". + + \see setDateTimeSpec +*/ +void QCPAxis::setDateTimeFormat(const QString &format) +{ + if (mDateTimeFormat != format) + { + mDateTimeFormat = format; + mCachedMarginValid = false; + } +} + +/*! + Sets the time spec that is used for the date time values when \ref setTickLabelType is \ref + ltDateTime. + + The default value of QDateTime objects (and also QCustomPlot) is Qt::LocalTime. However, + if the date time values passed to QCustomPlot are given in the UTC spec, set \a + timeSpec to Qt::UTC to get the correct axis labels. + + \see setDateTimeFormat +*/ +void QCPAxis::setDateTimeSpec(const Qt::TimeSpec &timeSpec) +{ + mDateTimeSpec = timeSpec; +} + +/*! + Sets the number format for the numbers drawn as tick labels (if tick label type is \ref + ltNumber). This \a formatCode is an extended version of the format code used e.g. by + QString::number() and QLocale::toString(). For reference about that, see the "Argument Formats" + section in the detailed description of the QString class. \a formatCode is a string of one, two + or three characters. The first character is identical to the normal format code used by Qt. In + short, this means: 'e'/'E' scientific format, 'f' fixed format, 'g'/'G' scientific or fixed, + whichever is shorter. + + The second and third characters are optional and specific to QCustomPlot:\n + If the first char was 'e' or 'g', numbers are/might be displayed in the scientific format, e.g. + "5.5e9", which is ugly in a plot. So when the second char of \a formatCode is set to 'b' (for + "beautiful"), those exponential numbers are formatted in a more natural way, i.e. "5.5 + [multiplication sign] 10 [superscript] 9". By default, the multiplication sign is a centered dot. + If instead a cross should be shown (as is usual in the USA), the third char of \a formatCode can + be set to 'c'. The inserted multiplication signs are the UTF-8 characters 215 (0xD7) for the + cross and 183 (0xB7) for the dot. + + If the scale type (\ref setScaleType) is \ref stLogarithmic and the \a formatCode uses the 'b' + option (beautifully typeset decimal powers), the display usually is "1 [multiplication sign] 10 + [superscript] n", which looks unnatural for logarithmic scaling (the "1 [multiplication sign]" + part). To only display the decimal power, set the number precision to zero with \ref + setNumberPrecision. + + Examples for \a formatCode: + \li \c g normal format code behaviour. If number is small, fixed format is used, if number is large, + normal scientific format is used + \li \c gb If number is small, fixed format is used, if number is large, scientific format is used with + beautifully typeset decimal powers and a dot as multiplication sign + \li \c ebc All numbers are in scientific format with beautifully typeset decimal power and a cross as + multiplication sign + \li \c fb illegal format code, since fixed format doesn't support (or need) beautifully typeset decimal + powers. Format code will be reduced to 'f'. + \li \c hello illegal format code, since first char is not 'e', 'E', 'f', 'g' or 'G'. Current format + code will not be changed. +*/ +void QCPAxis::setNumberFormat(const QString &formatCode) +{ + if (formatCode.isEmpty()) + { + qDebug() << Q_FUNC_INFO << "Passed formatCode is empty"; + return; + } + mCachedMarginValid = false; + + // interpret first char as number format char: + QString allowedFormatChars(QLatin1String("eEfgG")); + if (allowedFormatChars.contains(formatCode.at(0))) + { + mNumberFormatChar = QLatin1Char(formatCode.at(0).toLatin1()); + } else + { + qDebug() << Q_FUNC_INFO << "Invalid number format code (first char not in 'eEfgG'):" << formatCode; + return; + } + if (formatCode.length() < 2) + { + mNumberBeautifulPowers = false; + mAxisPainter->numberMultiplyCross = false; + return; + } + + // interpret second char as indicator for beautiful decimal powers: + if (formatCode.at(1) == QLatin1Char('b') && (mNumberFormatChar == QLatin1Char('e') || mNumberFormatChar == QLatin1Char('g'))) + { + mNumberBeautifulPowers = true; + } else + { + qDebug() << Q_FUNC_INFO << "Invalid number format code (second char not 'b' or first char neither 'e' nor 'g'):" << formatCode; + return; + } + if (formatCode.length() < 3) + { + mAxisPainter->numberMultiplyCross = false; + return; + } + + // interpret third char as indicator for dot or cross multiplication symbol: + if (formatCode.at(2) == QLatin1Char('c')) + { + mAxisPainter->numberMultiplyCross = true; + } else if (formatCode.at(2) == QLatin1Char('d')) + { + mAxisPainter->numberMultiplyCross = false; + } else + { + qDebug() << Q_FUNC_INFO << "Invalid number format code (third char neither 'c' nor 'd'):" << formatCode; + return; + } +} + +/*! + Sets the precision of the tick label numbers. See QLocale::toString(double i, char f, int prec) + for details. The effect of precisions are most notably for number Formats starting with 'e', see + \ref setNumberFormat + + If the scale type (\ref setScaleType) is \ref stLogarithmic and the number format (\ref + setNumberFormat) uses the 'b' format code (beautifully typeset decimal powers), the display + usually is "1 [multiplication sign] 10 [superscript] n", which looks unnatural for logarithmic + scaling (the redundant "1 [multiplication sign]" part). To only display the decimal power "10 + [superscript] n", set \a precision to zero. +*/ +void QCPAxis::setNumberPrecision(int precision) +{ + if (mNumberPrecision != precision) + { + mNumberPrecision = precision; + mCachedMarginValid = false; + } +} + +/*! + If \ref setAutoTickStep is set to false, use this function to set the tick step manually. + The tick step is the interval between (major) ticks, in plot coordinates. + \see setSubTickCount +*/ +void QCPAxis::setTickStep(double step) +{ + if (mTickStep != step) + { + mTickStep = step; + mCachedMarginValid = false; + } +} + +/*! + If you want full control over what ticks (and possibly labels) the axes show, this function is + used to set the coordinates at which ticks will appear.\ref setAutoTicks must be disabled, else + the provided tick vector will be overwritten with automatically generated tick coordinates upon + replot. The labels of the ticks can be generated automatically when \ref setAutoTickLabels is + left enabled. If it is disabled, you can set the labels manually with \ref setTickVectorLabels. + + \a vec is a vector containing the positions of the ticks, in plot coordinates. + + \warning \a vec must be sorted in ascending order, no additional checks are made to ensure this. + + \see setTickVectorLabels +*/ +void QCPAxis::setTickVector(const QVector &vec) +{ + // don't check whether mTickVector != vec here, because it takes longer than we would save + mTickVector = vec; + mCachedMarginValid = false; +} + +/*! + If you want full control over what ticks and labels the axes show, this function is used to set a + number of QStrings that will be displayed at the tick positions which you need to provide with + \ref setTickVector. These two vectors should have the same size. (Note that you need to disable + \ref setAutoTicks and \ref setAutoTickLabels first.) + + \a vec is a vector containing the labels of the ticks. The entries correspond to the respective + indices in the tick vector, passed via \ref setTickVector. + + \see setTickVector +*/ +void QCPAxis::setTickVectorLabels(const QVector &vec) +{ + // don't check whether mTickVectorLabels != vec here, because it takes longer than we would save + mTickVectorLabels = vec; + mCachedMarginValid = false; +} + +/*! + Sets the length of the ticks in pixels. \a inside is the length the ticks will reach inside the + plot and \a outside is the length they will reach outside the plot. If \a outside is greater than + zero, the tick labels and axis label will increase their distance to the axis accordingly, so + they won't collide with the ticks. + + \see setSubTickLength, setTickLengthIn, setTickLengthOut +*/ +void QCPAxis::setTickLength(int inside, int outside) +{ + setTickLengthIn(inside); + setTickLengthOut(outside); +} + +/*! + Sets the length of the inward ticks in pixels. \a inside is the length the ticks will reach + inside the plot. + + \see setTickLengthOut, setTickLength, setSubTickLength +*/ +void QCPAxis::setTickLengthIn(int inside) +{ + if (mAxisPainter->tickLengthIn != inside) + { + mAxisPainter->tickLengthIn = inside; + } +} + +/*! + Sets the length of the outward ticks in pixels. \a outside is the length the ticks will reach + outside the plot. If \a outside is greater than zero, the tick labels and axis label will + increase their distance to the axis accordingly, so they won't collide with the ticks. + + \see setTickLengthIn, setTickLength, setSubTickLength +*/ +void QCPAxis::setTickLengthOut(int outside) +{ + if (mAxisPainter->tickLengthOut != outside) + { + mAxisPainter->tickLengthOut = outside; + mCachedMarginValid = false; // only outside tick length can change margin + } +} + +/*! + Sets the number of sub ticks in one (major) tick step. A sub tick count of three for example, + divides the tick intervals in four sub intervals. + + By default, the number of sub ticks is chosen automatically in a reasonable manner as long as the + mantissa of the tick step is a multiple of 0.5. When \ref setAutoTickStep is enabled, this is + always the case. + + If you want to disable automatic sub tick count and use this function to set the count manually, + see \ref setAutoSubTicks. +*/ +void QCPAxis::setSubTickCount(int count) +{ + mSubTickCount = count; +} + +/*! + Sets the length of the subticks in pixels. \a inside is the length the subticks will reach inside + the plot and \a outside is the length they will reach outside the plot. If \a outside is greater + than zero, the tick labels and axis label will increase their distance to the axis accordingly, + so they won't collide with the ticks. + + \see setTickLength, setSubTickLengthIn, setSubTickLengthOut +*/ +void QCPAxis::setSubTickLength(int inside, int outside) +{ + setSubTickLengthIn(inside); + setSubTickLengthOut(outside); +} + +/*! + Sets the length of the inward subticks in pixels. \a inside is the length the subticks will reach inside + the plot. + + \see setSubTickLengthOut, setSubTickLength, setTickLength +*/ +void QCPAxis::setSubTickLengthIn(int inside) +{ + if (mAxisPainter->subTickLengthIn != inside) + { + mAxisPainter->subTickLengthIn = inside; + } +} + +/*! + Sets the length of the outward subticks in pixels. \a outside is the length the subticks will reach + outside the plot. If \a outside is greater than zero, the tick labels will increase their + distance to the axis accordingly, so they won't collide with the ticks. + + \see setSubTickLengthIn, setSubTickLength, setTickLength +*/ +void QCPAxis::setSubTickLengthOut(int outside) +{ + if (mAxisPainter->subTickLengthOut != outside) + { + mAxisPainter->subTickLengthOut = outside; + mCachedMarginValid = false; // only outside tick length can change margin + } +} + +/*! + Sets the pen, the axis base line is drawn with. + + \see setTickPen, setSubTickPen +*/ +void QCPAxis::setBasePen(const QPen &pen) +{ + mBasePen = pen; +} + +/*! + Sets the pen, tick marks will be drawn with. + + \see setTickLength, setBasePen +*/ +void QCPAxis::setTickPen(const QPen &pen) +{ + mTickPen = pen; +} + +/*! + Sets the pen, subtick marks will be drawn with. + + \see setSubTickCount, setSubTickLength, setBasePen +*/ +void QCPAxis::setSubTickPen(const QPen &pen) +{ + mSubTickPen = pen; +} + +/*! + Sets the font of the axis label. + + \see setLabelColor +*/ +void QCPAxis::setLabelFont(const QFont &font) +{ + if (mLabelFont != font) + { + mLabelFont = font; + mCachedMarginValid = false; + } +} + +/*! + Sets the color of the axis label. + + \see setLabelFont +*/ +void QCPAxis::setLabelColor(const QColor &color) +{ + mLabelColor = color; +} + +/*! + Sets the text of the axis label that will be shown below/above or next to the axis, depending on + its orientation. To disable axis labels, pass an empty string as \a str. +*/ +void QCPAxis::setLabel(const QString &str) +{ + if (mLabel != str) + { + mLabel = str; + mCachedMarginValid = false; + } +} + +/*! + Sets the distance between the tick labels and the axis label. + + \see setTickLabelPadding, setPadding +*/ +void QCPAxis::setLabelPadding(int padding) +{ + if (mAxisPainter->labelPadding != padding) + { + mAxisPainter->labelPadding = padding; + mCachedMarginValid = false; + } +} + +/*! + Sets the padding of the axis. + + When \ref QCPAxisRect::setAutoMargins is enabled, the padding is the additional outer most space, + that is left blank. + + The axis padding has no meaning if \ref QCPAxisRect::setAutoMargins is disabled. + + \see setLabelPadding, setTickLabelPadding +*/ +void QCPAxis::setPadding(int padding) +{ + if (mPadding != padding) + { + mPadding = padding; + mCachedMarginValid = false; + } +} + +/*! + Sets the offset the axis has to its axis rect side. + + If an axis rect side has multiple axes and automatic margin calculation is enabled for that side, + only the offset of the inner most axis has meaning (even if it is set to be invisible). The + offset of the other, outer axes is controlled automatically, to place them at appropriate + positions. +*/ +void QCPAxis::setOffset(int offset) +{ + mAxisPainter->offset = offset; +} + +/*! + Sets the font that is used for tick labels when they are selected. + + \see setTickLabelFont, setSelectableParts, setSelectedParts, QCustomPlot::setInteractions +*/ +void QCPAxis::setSelectedTickLabelFont(const QFont &font) +{ + if (font != mSelectedTickLabelFont) + { + mSelectedTickLabelFont = font; + // don't set mCachedMarginValid to false here because margin calculation is always done with non-selected fonts + } +} + +/*! + Sets the font that is used for the axis label when it is selected. + + \see setLabelFont, setSelectableParts, setSelectedParts, QCustomPlot::setInteractions +*/ +void QCPAxis::setSelectedLabelFont(const QFont &font) +{ + mSelectedLabelFont = font; + // don't set mCachedMarginValid to false here because margin calculation is always done with non-selected fonts +} + +/*! + Sets the color that is used for tick labels when they are selected. + + \see setTickLabelColor, setSelectableParts, setSelectedParts, QCustomPlot::setInteractions +*/ +void QCPAxis::setSelectedTickLabelColor(const QColor &color) +{ + if (color != mSelectedTickLabelColor) + { + mSelectedTickLabelColor = color; + } +} + +/*! + Sets the color that is used for the axis label when it is selected. + + \see setLabelColor, setSelectableParts, setSelectedParts, QCustomPlot::setInteractions +*/ +void QCPAxis::setSelectedLabelColor(const QColor &color) +{ + mSelectedLabelColor = color; +} + +/*! + Sets the pen that is used to draw the axis base line when selected. + + \see setBasePen, setSelectableParts, setSelectedParts, QCustomPlot::setInteractions +*/ +void QCPAxis::setSelectedBasePen(const QPen &pen) +{ + mSelectedBasePen = pen; +} + +/*! + Sets the pen that is used to draw the (major) ticks when selected. + + \see setTickPen, setSelectableParts, setSelectedParts, QCustomPlot::setInteractions +*/ +void QCPAxis::setSelectedTickPen(const QPen &pen) +{ + mSelectedTickPen = pen; +} + +/*! + Sets the pen that is used to draw the subticks when selected. + + \see setSubTickPen, setSelectableParts, setSelectedParts, QCustomPlot::setInteractions +*/ +void QCPAxis::setSelectedSubTickPen(const QPen &pen) +{ + mSelectedSubTickPen = pen; +} + +/*! + Sets the style for the lower axis ending. See the documentation of QCPLineEnding for available + styles. + + For horizontal axes, this method refers to the left ending, for vertical axes the bottom ending. + Note that this meaning does not change when the axis range is reversed with \ref + setRangeReversed. + + \see setUpperEnding +*/ +void QCPAxis::setLowerEnding(const QCPLineEnding &ending) +{ + mAxisPainter->lowerEnding = ending; +} + +/*! + Sets the style for the upper axis ending. See the documentation of QCPLineEnding for available + styles. + + For horizontal axes, this method refers to the right ending, for vertical axes the top ending. + Note that this meaning does not change when the axis range is reversed with \ref + setRangeReversed. + + \see setLowerEnding +*/ +void QCPAxis::setUpperEnding(const QCPLineEnding &ending) +{ + mAxisPainter->upperEnding = ending; +} + +/*! + If the scale type (\ref setScaleType) is \ref stLinear, \a diff is added to the lower and upper + bounds of the range. The range is simply moved by \a diff. + + If the scale type is \ref stLogarithmic, the range bounds are multiplied by \a diff. This + corresponds to an apparent "linear" move in logarithmic scaling by a distance of log(diff). +*/ +void QCPAxis::moveRange(double diff) +{ + QCPRange oldRange = mRange; + if (mScaleType == stLinear) + { + mRange.lower += diff; + mRange.upper += diff; + } else // mScaleType == stLogarithmic + { + mRange.lower *= diff; + mRange.upper *= diff; + } + mCachedMarginValid = false; + emit rangeChanged(mRange); + emit rangeChanged(mRange, oldRange); +} + +/*! + Scales the range of this axis by \a factor around the coordinate \a center. For example, if \a + factor is 2.0, \a center is 1.0, then the axis range will double its size, and the point at + coordinate 1.0 won't have changed its position in the QCustomPlot widget (i.e. coordinates + around 1.0 will have moved symmetrically closer to 1.0). +*/ +void QCPAxis::scaleRange(double factor, double center) +{ + QCPRange oldRange = mRange; + if (mScaleType == stLinear) + { + QCPRange newRange; + newRange.lower = (mRange.lower-center)*factor + center; + newRange.upper = (mRange.upper-center)*factor + center; + if (QCPRange::validRange(newRange)) + mRange = newRange.sanitizedForLinScale(); + } else // mScaleType == stLogarithmic + { + if ((mRange.upper < 0 && center < 0) || (mRange.upper > 0 && center > 0)) // make sure center has same sign as range + { + QCPRange newRange; + newRange.lower = qPow(mRange.lower/center, factor)*center; + newRange.upper = qPow(mRange.upper/center, factor)*center; + if (QCPRange::validRange(newRange)) + mRange = newRange.sanitizedForLogScale(); + } else + qDebug() << Q_FUNC_INFO << "Center of scaling operation doesn't lie in same logarithmic sign domain as range:" << center; + } + mCachedMarginValid = false; + emit rangeChanged(mRange); + emit rangeChanged(mRange, oldRange); +} + +/*! + Scales the range of this axis to have a certain scale \a ratio to \a otherAxis. The scaling will + be done around the center of the current axis range. + + For example, if \a ratio is 1, this axis is the \a yAxis and \a otherAxis is \a xAxis, graphs + plotted with those axes will appear in a 1:1 aspect ratio, independent of the aspect ratio the + axis rect has. + + This is an operation that changes the range of this axis once, it doesn't fix the scale ratio + indefinitely. Note that calling this function in the constructor of the QCustomPlot's parent + won't have the desired effect, since the widget dimensions aren't defined yet, and a resizeEvent + will follow. +*/ +void QCPAxis::setScaleRatio(const QCPAxis *otherAxis, double ratio) +{ + int otherPixelSize, ownPixelSize; + + if (otherAxis->orientation() == Qt::Horizontal) + otherPixelSize = otherAxis->axisRect()->width(); + else + otherPixelSize = otherAxis->axisRect()->height(); + + if (orientation() == Qt::Horizontal) + ownPixelSize = axisRect()->width(); + else + ownPixelSize = axisRect()->height(); + + double newRangeSize = ratio*otherAxis->range().size()*ownPixelSize/(double)otherPixelSize; + setRange(range().center(), newRangeSize, Qt::AlignCenter); +} + +/*! + Changes the axis range such that all plottables associated with this axis are fully visible in + that dimension. + + \see QCPAbstractPlottable::rescaleAxes, QCustomPlot::rescaleAxes +*/ +void QCPAxis::rescale(bool onlyVisiblePlottables) +{ + QList p = plottables(); + QCPRange newRange; + bool haveRange = false; + for (int i=0; irealVisibility() && onlyVisiblePlottables) + continue; + QCPRange plottableRange; + bool currentFoundRange; + QCPAbstractPlottable::SignDomain signDomain = QCPAbstractPlottable::sdBoth; + if (mScaleType == stLogarithmic) + signDomain = (mRange.upper < 0 ? QCPAbstractPlottable::sdNegative : QCPAbstractPlottable::sdPositive); + if (p.at(i)->keyAxis() == this) + plottableRange = p.at(i)->getKeyRange(currentFoundRange, signDomain); + else + plottableRange = p.at(i)->getValueRange(currentFoundRange, signDomain); + if (currentFoundRange) + { + if (!haveRange) + newRange = plottableRange; + else + newRange.expand(plottableRange); + haveRange = true; + } + } + if (haveRange) + { + if (!QCPRange::validRange(newRange)) // likely due to range being zero (plottable has only constant data in this axis dimension), shift current range to at least center the plottable + { + double center = (newRange.lower+newRange.upper)*0.5; // upper and lower should be equal anyway, but just to make sure, incase validRange returned false for other reason + if (mScaleType == stLinear) + { + newRange.lower = center-mRange.size()/2.0; + newRange.upper = center+mRange.size()/2.0; + } else // mScaleType == stLogarithmic + { + newRange.lower = center/qSqrt(mRange.upper/mRange.lower); + newRange.upper = center*qSqrt(mRange.upper/mRange.lower); + } + } + setRange(newRange); + } +} + +/*! + Transforms \a value, in pixel coordinates of the QCustomPlot widget, to axis coordinates. +*/ +double QCPAxis::pixelToCoord(double value) const +{ + if (orientation() == Qt::Horizontal) + { + if (mScaleType == stLinear) + { + if (!mRangeReversed) + return (value-mAxisRect->left())/(double)mAxisRect->width()*mRange.size()+mRange.lower; + else + return -(value-mAxisRect->left())/(double)mAxisRect->width()*mRange.size()+mRange.upper; + } else // mScaleType == stLogarithmic + { + if (!mRangeReversed) + return qPow(mRange.upper/mRange.lower, (value-mAxisRect->left())/(double)mAxisRect->width())*mRange.lower; + else + return qPow(mRange.upper/mRange.lower, (mAxisRect->left()-value)/(double)mAxisRect->width())*mRange.upper; + } + } else // orientation() == Qt::Vertical + { + if (mScaleType == stLinear) + { + if (!mRangeReversed) + return (mAxisRect->bottom()-value)/(double)mAxisRect->height()*mRange.size()+mRange.lower; + else + return -(mAxisRect->bottom()-value)/(double)mAxisRect->height()*mRange.size()+mRange.upper; + } else // mScaleType == stLogarithmic + { + if (!mRangeReversed) + return qPow(mRange.upper/mRange.lower, (mAxisRect->bottom()-value)/(double)mAxisRect->height())*mRange.lower; + else + return qPow(mRange.upper/mRange.lower, (value-mAxisRect->bottom())/(double)mAxisRect->height())*mRange.upper; + } + } +} + +/*! + Transforms \a value, in coordinates of the axis, to pixel coordinates of the QCustomPlot widget. +*/ +double QCPAxis::coordToPixel(double value) const +{ + if (orientation() == Qt::Horizontal) + { + if (mScaleType == stLinear) + { + if (!mRangeReversed) + return (value-mRange.lower)/mRange.size()*mAxisRect->width()+mAxisRect->left(); + else + return (mRange.upper-value)/mRange.size()*mAxisRect->width()+mAxisRect->left(); + } else // mScaleType == stLogarithmic + { + if (value >= 0 && mRange.upper < 0) // invalid value for logarithmic scale, just draw it outside visible range + return !mRangeReversed ? mAxisRect->right()+200 : mAxisRect->left()-200; + else if (value <= 0 && mRange.upper > 0) // invalid value for logarithmic scale, just draw it outside visible range + return !mRangeReversed ? mAxisRect->left()-200 : mAxisRect->right()+200; + else + { + if (!mRangeReversed) + return baseLog(value/mRange.lower)/baseLog(mRange.upper/mRange.lower)*mAxisRect->width()+mAxisRect->left(); + else + return baseLog(mRange.upper/value)/baseLog(mRange.upper/mRange.lower)*mAxisRect->width()+mAxisRect->left(); + } + } + } else // orientation() == Qt::Vertical + { + if (mScaleType == stLinear) + { + if (!mRangeReversed) + return mAxisRect->bottom()-(value-mRange.lower)/mRange.size()*mAxisRect->height(); + else + return mAxisRect->bottom()-(mRange.upper-value)/mRange.size()*mAxisRect->height(); + } else // mScaleType == stLogarithmic + { + if (value >= 0 && mRange.upper < 0) // invalid value for logarithmic scale, just draw it outside visible range + return !mRangeReversed ? mAxisRect->top()-200 : mAxisRect->bottom()+200; + else if (value <= 0 && mRange.upper > 0) // invalid value for logarithmic scale, just draw it outside visible range + return !mRangeReversed ? mAxisRect->bottom()+200 : mAxisRect->top()-200; + else + { + if (!mRangeReversed) + return mAxisRect->bottom()-baseLog(value/mRange.lower)/baseLog(mRange.upper/mRange.lower)*mAxisRect->height(); + else + return mAxisRect->bottom()-baseLog(mRange.upper/value)/baseLog(mRange.upper/mRange.lower)*mAxisRect->height(); + } + } + } +} + +/*! + Returns the part of the axis that is hit by \a pos (in pixels). The return value of this function + is independent of the user-selectable parts defined with \ref setSelectableParts. Further, this + function does not change the current selection state of the axis. + + If the axis is not visible (\ref setVisible), this function always returns \ref spNone. + + \see setSelectedParts, setSelectableParts, QCustomPlot::setInteractions +*/ +QCPAxis::SelectablePart QCPAxis::getPartAt(const QPointF &pos) const +{ + if (!mVisible) + return spNone; + + if (mAxisPainter->axisSelectionBox().contains(pos.toPoint())) + return spAxis; + else if (mAxisPainter->tickLabelsSelectionBox().contains(pos.toPoint())) + return spTickLabels; + else if (mAxisPainter->labelSelectionBox().contains(pos.toPoint())) + return spAxisLabel; + else + return spNone; +} + +/* inherits documentation from base class */ +double QCPAxis::selectTest(const QPointF &pos, bool onlySelectable, QVariant *details) const +{ + if (!mParentPlot) return -1; + SelectablePart part = getPartAt(pos); + if ((onlySelectable && !mSelectableParts.testFlag(part)) || part == spNone) + return -1; + + if (details) + details->setValue(part); + return mParentPlot->selectionTolerance()*0.99; +} + +/*! + Returns a list of all the plottables that have this axis as key or value axis. + + If you are only interested in plottables of type QCPGraph, see \ref graphs. + + \see graphs, items +*/ +QList QCPAxis::plottables() const +{ + QList result; + if (!mParentPlot) return result; + + for (int i=0; imPlottables.size(); ++i) + { + if (mParentPlot->mPlottables.at(i)->keyAxis() == this ||mParentPlot->mPlottables.at(i)->valueAxis() == this) + result.append(mParentPlot->mPlottables.at(i)); + } + return result; +} + +/*! + Returns a list of all the graphs that have this axis as key or value axis. + + \see plottables, items +*/ +QList QCPAxis::graphs() const +{ + QList result; + if (!mParentPlot) return result; + + for (int i=0; imGraphs.size(); ++i) + { + if (mParentPlot->mGraphs.at(i)->keyAxis() == this || mParentPlot->mGraphs.at(i)->valueAxis() == this) + result.append(mParentPlot->mGraphs.at(i)); + } + return result; +} + +/*! + Returns a list of all the items that are associated with this axis. An item is considered + associated with an axis if at least one of its positions uses the axis as key or value axis. + + \see plottables, graphs +*/ +QList QCPAxis::items() const +{ + QList result; + if (!mParentPlot) return result; + + for (int itemId=0; itemIdmItems.size(); ++itemId) + { + QList positions = mParentPlot->mItems.at(itemId)->positions(); + for (int posId=0; posIdkeyAxis() == this || positions.at(posId)->valueAxis() == this) + { + result.append(mParentPlot->mItems.at(itemId)); + break; + } + } + } + return result; +} + +/*! + Transforms a margin side to the logically corresponding axis type. (QCP::msLeft to + QCPAxis::atLeft, QCP::msRight to QCPAxis::atRight, etc.) +*/ +QCPAxis::AxisType QCPAxis::marginSideToAxisType(QCP::MarginSide side) +{ + switch (side) + { + case QCP::msLeft: return atLeft; + case QCP::msRight: return atRight; + case QCP::msTop: return atTop; + case QCP::msBottom: return atBottom; + default: break; + } + qDebug() << Q_FUNC_INFO << "Invalid margin side passed:" << (int)side; + return atLeft; +} + +/*! + Returns the axis type that describes the opposite axis of an axis with the specified \a type. +*/ +QCPAxis::AxisType QCPAxis::opposite(QCPAxis::AxisType type) +{ + switch (type) + { + case atLeft: return atRight; break; + case atRight: return atLeft; break; + case atBottom: return atTop; break; + case atTop: return atBottom; break; + default: qDebug() << Q_FUNC_INFO << "invalid axis type"; return atLeft; break; + } +} + +/*! \internal + + This function is called to prepare the tick vector, sub tick vector and tick label vector. If + \ref setAutoTicks is set to true, appropriate tick values are determined automatically via \ref + generateAutoTicks. If it's set to false, the signal ticksRequest is emitted, which can be used to + provide external tick positions. Then the sub tick vectors and tick label vectors are created. +*/ +void QCPAxis::setupTickVectors() +{ + if (!mParentPlot) return; + if ((!mTicks && !mTickLabels && !mGrid->visible()) || mRange.size() <= 0) return; + + // fill tick vectors, either by auto generating or by notifying user to fill the vectors himself + if (mAutoTicks) + { + generateAutoTicks(); + } else + { + emit ticksRequest(); + } + + visibleTickBounds(mLowestVisibleTick, mHighestVisibleTick); + if (mTickVector.isEmpty()) + { + mSubTickVector.clear(); + return; + } + + // generate subticks between ticks: + mSubTickVector.resize((mTickVector.size()-1)*mSubTickCount); + if (mSubTickCount > 0) + { + double subTickStep = 0; + double subTickPosition = 0; + int subTickIndex = 0; + bool done = false; + int lowTick = mLowestVisibleTick > 0 ? mLowestVisibleTick-1 : mLowestVisibleTick; + int highTick = mHighestVisibleTick < mTickVector.size()-1 ? mHighestVisibleTick+1 : mHighestVisibleTick; + for (int i=lowTick+1; i<=highTick; ++i) + { + subTickStep = (mTickVector.at(i)-mTickVector.at(i-1))/(double)(mSubTickCount+1); + for (int k=1; k<=mSubTickCount; ++k) + { + subTickPosition = mTickVector.at(i-1) + k*subTickStep; + if (subTickPosition < mRange.lower) + continue; + if (subTickPosition > mRange.upper) + { + done = true; + break; + } + mSubTickVector[subTickIndex] = subTickPosition; + subTickIndex++; + } + if (done) break; + } + mSubTickVector.resize(subTickIndex); + } + + // generate tick labels according to tick positions: + if (mAutoTickLabels) + { + int vecsize = mTickVector.size(); + mTickVectorLabels.resize(vecsize); + if (mTickLabelType == ltNumber) + { + for (int i=mLowestVisibleTick; i<=mHighestVisibleTick; ++i) + mTickVectorLabels[i] = mParentPlot->locale().toString(mTickVector.at(i), mNumberFormatChar.toLatin1(), mNumberPrecision); + } else if (mTickLabelType == ltDateTime) + { + for (int i=mLowestVisibleTick; i<=mHighestVisibleTick; ++i) + { +#if QT_VERSION < QT_VERSION_CHECK(4, 7, 0) // use fromMSecsSinceEpoch function if available, to gain sub-second accuracy on tick labels (e.g. for format "hh:mm:ss:zzz") + mTickVectorLabels[i] = mParentPlot->locale().toString(QDateTime::fromTime_t(mTickVector.at(i)).toTimeSpec(mDateTimeSpec), mDateTimeFormat); +#else + mTickVectorLabels[i] = mParentPlot->locale().toString(QDateTime::fromMSecsSinceEpoch(mTickVector.at(i)*1000).toTimeSpec(mDateTimeSpec), mDateTimeFormat); +#endif + } + } + } else // mAutoTickLabels == false + { + if (mAutoTicks) // ticks generated automatically, but not ticklabels, so emit ticksRequest here for labels + { + emit ticksRequest(); + } + // make sure provided tick label vector has correct (minimal) length: + if (mTickVectorLabels.size() < mTickVector.size()) + mTickVectorLabels.resize(mTickVector.size()); + } +} + +/*! \internal + + If \ref setAutoTicks is set to true, this function is called by \ref setupTickVectors to + generate reasonable tick positions (and subtick count). The algorithm tries to create + approximately mAutoTickCount ticks (set via \ref setAutoTickCount). + + If the scale is logarithmic, \ref setAutoTickCount is ignored, and one tick is generated at every + power of the current logarithm base, set via \ref setScaleLogBase. +*/ +void QCPAxis::generateAutoTicks() +{ + if (mScaleType == stLinear) + { + if (mAutoTickStep) + { + // Generate tick positions according to linear scaling: + mTickStep = mRange.size()/(double)(mAutoTickCount+1e-10); // mAutoTickCount ticks on average, the small addition is to prevent jitter on exact integers + double magnitudeFactor = qPow(10.0, qFloor(qLn(mTickStep)/qLn(10.0))); // get magnitude factor e.g. 0.01, 1, 10, 1000 etc. + double tickStepMantissa = mTickStep/magnitudeFactor; + if (tickStepMantissa < 5) + { + // round digit after decimal point to 0.5 + mTickStep = (int)(tickStepMantissa*2)/2.0*magnitudeFactor; + } else + { + // round to first digit in multiples of 2 + mTickStep = (int)(tickStepMantissa/2.0)*2.0*magnitudeFactor; + } + } + if (mAutoSubTicks) + mSubTickCount = calculateAutoSubTickCount(mTickStep); + // Generate tick positions according to mTickStep: + qint64 firstStep = floor(mRange.lower/mTickStep); // do not use qFloor here, or we'll lose 64 bit precision + qint64 lastStep = ceil(mRange.upper/mTickStep); // do not use qCeil here, or we'll lose 64 bit precision + int tickcount = lastStep-firstStep+1; + if (tickcount < 0) tickcount = 0; + mTickVector.resize(tickcount); + for (int i=0; i 0 && mRange.upper > 0) // positive range + { + double lowerMag = basePow(qFloor(baseLog(mRange.lower))); + double currentMag = lowerMag; + mTickVector.clear(); + mTickVector.append(currentMag); + while (currentMag < mRange.upper && currentMag > 0) // currentMag might be zero for ranges ~1e-300, just cancel in that case + { + currentMag *= mScaleLogBase; + mTickVector.append(currentMag); + } + } else if (mRange.lower < 0 && mRange.upper < 0) // negative range + { + double lowerMag = -basePow(qCeil(baseLog(-mRange.lower))); + double currentMag = lowerMag; + mTickVector.clear(); + mTickVector.append(currentMag); + while (currentMag < mRange.upper && currentMag < 0) // currentMag might be zero for ranges ~1e-300, just cancel in that case + { + currentMag /= mScaleLogBase; + mTickVector.append(currentMag); + } + } else // invalid range for logarithmic scale, because lower and upper have different sign + { + mTickVector.clear(); + qDebug() << Q_FUNC_INFO << "Invalid range for logarithmic plot: " << mRange.lower << "-" << mRange.upper; + } + } +} + +/*! \internal + + Called by generateAutoTicks when \ref setAutoSubTicks is set to true. Depending on the \a + tickStep between two major ticks on the axis, a different number of sub ticks is appropriate. For + Example taking 4 sub ticks for a \a tickStep of 1 makes more sense than taking 5 sub ticks, + because this corresponds to a sub tick step of 0.2, instead of the less intuitive 0.16667. Note + that a subtick count of 4 means dividing the major tick step into 5 sections. + + This is implemented by a hand made lookup for integer tick steps as well as fractional tick steps + with a fractional part of (approximately) 0.5. If a tick step is different (i.e. has no + fractional part close to 0.5), the currently set sub tick count (\ref setSubTickCount) is + returned. +*/ +int QCPAxis::calculateAutoSubTickCount(double tickStep) const +{ + int result = mSubTickCount; // default to current setting, if no proper value can be found + + // get mantissa of tickstep: + double magnitudeFactor = qPow(10.0, qFloor(qLn(tickStep)/qLn(10.0))); // get magnitude factor e.g. 0.01, 1, 10, 1000 etc. + double tickStepMantissa = tickStep/magnitudeFactor; + + // separate integer and fractional part of mantissa: + double epsilon = 0.01; + double intPartf; + int intPart; + double fracPart = modf(tickStepMantissa, &intPartf); + intPart = intPartf; + + // handle cases with (almost) integer mantissa: + if (fracPart < epsilon || 1.0-fracPart < epsilon) + { + if (1.0-fracPart < epsilon) + ++intPart; + switch (intPart) + { + case 1: result = 4; break; // 1.0 -> 0.2 substep + case 2: result = 3; break; // 2.0 -> 0.5 substep + case 3: result = 2; break; // 3.0 -> 1.0 substep + case 4: result = 3; break; // 4.0 -> 1.0 substep + case 5: result = 4; break; // 5.0 -> 1.0 substep + case 6: result = 2; break; // 6.0 -> 2.0 substep + case 7: result = 6; break; // 7.0 -> 1.0 substep + case 8: result = 3; break; // 8.0 -> 2.0 substep + case 9: result = 2; break; // 9.0 -> 3.0 substep + } + } else + { + // handle cases with significantly fractional mantissa: + if (qAbs(fracPart-0.5) < epsilon) // *.5 mantissa + { + switch (intPart) + { + case 1: result = 2; break; // 1.5 -> 0.5 substep + case 2: result = 4; break; // 2.5 -> 0.5 substep + case 3: result = 4; break; // 3.5 -> 0.7 substep + case 4: result = 2; break; // 4.5 -> 1.5 substep + case 5: result = 4; break; // 5.5 -> 1.1 substep (won't occur with autoTickStep from here on) + case 6: result = 4; break; // 6.5 -> 1.3 substep + case 7: result = 2; break; // 7.5 -> 2.5 substep + case 8: result = 4; break; // 8.5 -> 1.7 substep + case 9: result = 4; break; // 9.5 -> 1.9 substep + } + } + // if mantissa fraction isnt 0.0 or 0.5, don't bother finding good sub tick marks, leave default + } + + return result; +} + +/* inherits documentation from base class */ +void QCPAxis::selectEvent(QMouseEvent *event, bool additive, const QVariant &details, bool *selectionStateChanged) +{ + Q_UNUSED(event) + SelectablePart part = details.value(); + if (mSelectableParts.testFlag(part)) + { + SelectableParts selBefore = mSelectedParts; + setSelectedParts(additive ? mSelectedParts^part : part); + if (selectionStateChanged) + *selectionStateChanged = mSelectedParts != selBefore; + } +} + +/* inherits documentation from base class */ +void QCPAxis::deselectEvent(bool *selectionStateChanged) +{ + SelectableParts selBefore = mSelectedParts; + setSelectedParts(mSelectedParts & ~mSelectableParts); + if (selectionStateChanged) + *selectionStateChanged = mSelectedParts != selBefore; +} + +/*! \internal + + A convenience function to easily set the QPainter::Antialiased hint on the provided \a painter + before drawing axis lines. + + This is the antialiasing state the painter passed to the \ref draw method is in by default. + + This function takes into account the local setting of the antialiasing flag as well as the + overrides set with \ref QCustomPlot::setAntialiasedElements and \ref + QCustomPlot::setNotAntialiasedElements. + + \see setAntialiased +*/ +void QCPAxis::applyDefaultAntialiasingHint(QCPPainter *painter) const +{ + applyAntialiasingHint(painter, mAntialiased, QCP::aeAxes); +} + +/*! \internal + + Draws the axis with the specified \a painter, using the internal QCPAxisPainterPrivate instance. + +*/ +void QCPAxis::draw(QCPPainter *painter) +{ + const int lowTick = mLowestVisibleTick; + const int highTick = mHighestVisibleTick; + QVector subTickPositions; // the final coordToPixel transformed vector passed to QCPAxisPainter + QVector tickPositions; // the final coordToPixel transformed vector passed to QCPAxisPainter + QVector tickLabels; // the final vector passed to QCPAxisPainter + tickPositions.reserve(highTick-lowTick+1); + tickLabels.reserve(highTick-lowTick+1); + subTickPositions.reserve(mSubTickVector.size()); + + if (mTicks) + { + for (int i=lowTick; i<=highTick; ++i) + { + tickPositions.append(coordToPixel(mTickVector.at(i))); + if (mTickLabels) + tickLabels.append(mTickVectorLabels.at(i)); + } + + if (mSubTickCount > 0) + { + const int subTickCount = mSubTickVector.size(); + for (int i=0; itype = mAxisType; + mAxisPainter->basePen = getBasePen(); + mAxisPainter->labelFont = getLabelFont(); + mAxisPainter->labelColor = getLabelColor(); + mAxisPainter->label = mLabel; + mAxisPainter->substituteExponent = mAutoTickLabels && mNumberBeautifulPowers && mTickLabelType == ltNumber; + mAxisPainter->tickPen = getTickPen(); + mAxisPainter->subTickPen = getSubTickPen(); + mAxisPainter->tickLabelFont = getTickLabelFont(); + mAxisPainter->tickLabelColor = getTickLabelColor(); + mAxisPainter->axisRect = mAxisRect->rect(); + mAxisPainter->viewportRect = mParentPlot->viewport(); + mAxisPainter->abbreviateDecimalPowers = mScaleType == stLogarithmic; + mAxisPainter->reversedEndings = mRangeReversed; + mAxisPainter->tickPositions = tickPositions; + mAxisPainter->tickLabels = tickLabels; + mAxisPainter->subTickPositions = subTickPositions; + mAxisPainter->draw(painter); +} + +/*! \internal + + Returns via \a lowIndex and \a highIndex, which ticks in the current tick vector are visible in + the current range. The return values are indices of the tick vector, not the positions of the + ticks themselves. + + The actual use of this function is when an external tick vector is provided, since it might + exceed far beyond the currently displayed range, and would cause unnecessary calculations e.g. of + subticks. + + If all ticks are outside the axis range, an inverted range is returned, i.e. highIndex will be + smaller than lowIndex. There is one case, where this function returns indices that are not really + visible in the current axis range: When the tick spacing is larger than the axis range size and + one tick is below the axis range and the next tick is already above the axis range. Because in + such cases it is usually desirable to know the tick pair, to draw proper subticks. +*/ +void QCPAxis::visibleTickBounds(int &lowIndex, int &highIndex) const +{ + bool lowFound = false; + bool highFound = false; + lowIndex = 0; + highIndex = -1; + + for (int i=0; i < mTickVector.size(); ++i) + { + if (mTickVector.at(i) >= mRange.lower) + { + lowFound = true; + lowIndex = i; + break; + } + } + for (int i=mTickVector.size()-1; i >= 0; --i) + { + if (mTickVector.at(i) <= mRange.upper) + { + highFound = true; + highIndex = i; + break; + } + } + + if (!lowFound && highFound) + lowIndex = highIndex+1; + else if (lowFound && !highFound) + highIndex = lowIndex-1; +} + +/*! \internal + + A log function with the base mScaleLogBase, used mostly for coordinate transforms in logarithmic + scales with arbitrary log base. Uses the buffered mScaleLogBaseLogInv for faster calculation. + This is set to 1.0/qLn(mScaleLogBase) in \ref setScaleLogBase. + + \see basePow, setScaleLogBase, setScaleType +*/ +double QCPAxis::baseLog(double value) const +{ + return qLn(value)*mScaleLogBaseLogInv; +} + +/*! \internal + + A power function with the base mScaleLogBase, used mostly for coordinate transforms in + logarithmic scales with arbitrary log base. + + \see baseLog, setScaleLogBase, setScaleType +*/ +double QCPAxis::basePow(double value) const +{ + return qPow(mScaleLogBase, value); +} + +/*! \internal + + Returns the pen that is used to draw the axis base line. Depending on the selection state, this + is either mSelectedBasePen or mBasePen. +*/ +QPen QCPAxis::getBasePen() const +{ + return mSelectedParts.testFlag(spAxis) ? mSelectedBasePen : mBasePen; +} + +/*! \internal + + Returns the pen that is used to draw the (major) ticks. Depending on the selection state, this + is either mSelectedTickPen or mTickPen. +*/ +QPen QCPAxis::getTickPen() const +{ + return mSelectedParts.testFlag(spAxis) ? mSelectedTickPen : mTickPen; +} + +/*! \internal + + Returns the pen that is used to draw the subticks. Depending on the selection state, this + is either mSelectedSubTickPen or mSubTickPen. +*/ +QPen QCPAxis::getSubTickPen() const +{ + return mSelectedParts.testFlag(spAxis) ? mSelectedSubTickPen : mSubTickPen; +} + +/*! \internal + + Returns the font that is used to draw the tick labels. Depending on the selection state, this + is either mSelectedTickLabelFont or mTickLabelFont. +*/ +QFont QCPAxis::getTickLabelFont() const +{ + return mSelectedParts.testFlag(spTickLabels) ? mSelectedTickLabelFont : mTickLabelFont; +} + +/*! \internal + + Returns the font that is used to draw the axis label. Depending on the selection state, this + is either mSelectedLabelFont or mLabelFont. +*/ +QFont QCPAxis::getLabelFont() const +{ + return mSelectedParts.testFlag(spAxisLabel) ? mSelectedLabelFont : mLabelFont; +} + +/*! \internal + + Returns the color that is used to draw the tick labels. Depending on the selection state, this + is either mSelectedTickLabelColor or mTickLabelColor. +*/ +QColor QCPAxis::getTickLabelColor() const +{ + return mSelectedParts.testFlag(spTickLabels) ? mSelectedTickLabelColor : mTickLabelColor; +} + +/*! \internal + + Returns the color that is used to draw the axis label. Depending on the selection state, this + is either mSelectedLabelColor or mLabelColor. +*/ +QColor QCPAxis::getLabelColor() const +{ + return mSelectedParts.testFlag(spAxisLabel) ? mSelectedLabelColor : mLabelColor; +} + +/*! \internal + + Returns the appropriate outward margin for this axis. It is needed if \ref + QCPAxisRect::setAutoMargins is set to true on the parent axis rect. An axis with axis type \ref + atLeft will return an appropriate left margin, \ref atBottom will return an appropriate bottom + margin and so forth. For the calculation, this function goes through similar steps as \ref draw, + so changing one function likely requires the modification of the other one as well. + + The margin consists of the outward tick length, tick label padding, tick label size, label + padding, label size, and padding. + + The margin is cached internally, so repeated calls while leaving the axis range, fonts, etc. + unchanged are very fast. +*/ +int QCPAxis::calculateMargin() +{ + if (!mVisible) // if not visible, directly return 0, don't cache 0 because we can't react to setVisible in QCPAxis + return 0; + + if (mCachedMarginValid) + return mCachedMargin; + + // run through similar steps as QCPAxis::draw, and caluclate margin needed to fit axis and its labels + int margin = 0; + + int lowTick, highTick; + visibleTickBounds(lowTick, highTick); + QVector tickPositions; // the final coordToPixel transformed vector passed to QCPAxisPainter + QVector tickLabels; // the final vector passed to QCPAxisPainter + tickPositions.reserve(highTick-lowTick+1); + tickLabels.reserve(highTick-lowTick+1); + if (mTicks) + { + for (int i=lowTick; i<=highTick; ++i) + { + tickPositions.append(coordToPixel(mTickVector.at(i))); + if (mTickLabels) + tickLabels.append(mTickVectorLabels.at(i)); + } + } + // transfer all properties of this axis to QCPAxisPainterPrivate which it needs to calculate the size. + // Note that some axis painter properties are already set by direct feed-through with QCPAxis setters + mAxisPainter->type = mAxisType; + mAxisPainter->labelFont = getLabelFont(); + mAxisPainter->label = mLabel; + mAxisPainter->tickLabelFont = mTickLabelFont; + mAxisPainter->axisRect = mAxisRect->rect(); + mAxisPainter->viewportRect = mParentPlot->viewport(); + mAxisPainter->tickPositions = tickPositions; + mAxisPainter->tickLabels = tickLabels; + margin += mAxisPainter->size(); + margin += mPadding; + + mCachedMargin = margin; + mCachedMarginValid = true; + return margin; +} + +/* inherits documentation from base class */ +QCP::Interaction QCPAxis::selectionCategory() const +{ + return QCP::iSelectAxes; +} + + +//////////////////////////////////////////////////////////////////////////////////////////////////// +//////////////////// QCPAxisPainterPrivate +//////////////////////////////////////////////////////////////////////////////////////////////////// + +/*! \class QCPAxisPainterPrivate + + \internal + \brief (Private) + + This is a private class and not part of the public QCustomPlot interface. + + It is used by QCPAxis to do the low-level drawing of axis backbone, tick marks, tick labels and + axis label. It also buffers the labels to reduce replot times. The parameters are configured by + directly accessing the public member variables. +*/ + +/*! + Constructs a QCPAxisPainterPrivate instance. Make sure to not create a new instance on every + redraw, to utilize the caching mechanisms. +*/ +QCPAxisPainterPrivate::QCPAxisPainterPrivate(QCustomPlot *parentPlot) : + type(QCPAxis::atLeft), + basePen(QPen(Qt::black, 0, Qt::SolidLine, Qt::SquareCap)), + lowerEnding(QCPLineEnding::esNone), + upperEnding(QCPLineEnding::esNone), + labelPadding(0), + tickLabelPadding(0), + tickLabelRotation(0), + tickLabelSide(QCPAxis::lsOutside), + substituteExponent(true), + numberMultiplyCross(false), + tickLengthIn(5), + tickLengthOut(0), + subTickLengthIn(2), + subTickLengthOut(0), + tickPen(QPen(Qt::black, 0, Qt::SolidLine, Qt::SquareCap)), + subTickPen(QPen(Qt::black, 0, Qt::SolidLine, Qt::SquareCap)), + offset(0), + abbreviateDecimalPowers(false), + reversedEndings(false), + mParentPlot(parentPlot), + mLabelCache(16) // cache at most 16 (tick) labels +{ +} + +QCPAxisPainterPrivate::~QCPAxisPainterPrivate() +{ +} + +/*! \internal + + Draws the axis with the specified \a painter. + + The selection boxes (mAxisSelectionBox, mTickLabelsSelectionBox, mLabelSelectionBox) are set + here, too. +*/ +void QCPAxisPainterPrivate::draw(QCPPainter *painter) +{ + QByteArray newHash = generateLabelParameterHash(); + if (newHash != mLabelParameterHash) + { + mLabelCache.clear(); + mLabelParameterHash = newHash; + } + + QPoint origin; + switch (type) + { + case QCPAxis::atLeft: origin = axisRect.bottomLeft() +QPoint(-offset, 0); break; + case QCPAxis::atRight: origin = axisRect.bottomRight()+QPoint(+offset, 0); break; + case QCPAxis::atTop: origin = axisRect.topLeft() +QPoint(0, -offset); break; + case QCPAxis::atBottom: origin = axisRect.bottomLeft() +QPoint(0, +offset); break; + } + + double xCor = 0, yCor = 0; // paint system correction, for pixel exact matches (affects baselines and ticks of top/right axes) + switch (type) + { + case QCPAxis::atTop: yCor = -1; break; + case QCPAxis::atRight: xCor = 1; break; + default: break; + } + int margin = 0; + // draw baseline: + QLineF baseLine; + painter->setPen(basePen); + if (QCPAxis::orientation(type) == Qt::Horizontal) + baseLine.setPoints(origin+QPointF(xCor, yCor), origin+QPointF(axisRect.width()+xCor, yCor)); + else + baseLine.setPoints(origin+QPointF(xCor, yCor), origin+QPointF(xCor, -axisRect.height()+yCor)); + if (reversedEndings) + baseLine = QLineF(baseLine.p2(), baseLine.p1()); // won't make a difference for line itself, but for line endings later + painter->drawLine(baseLine); + + // draw ticks: + if (!tickPositions.isEmpty()) + { + painter->setPen(tickPen); + int tickDir = (type == QCPAxis::atBottom || type == QCPAxis::atRight) ? -1 : 1; // direction of ticks ("inward" is right for left axis and left for right axis) + if (QCPAxis::orientation(type) == Qt::Horizontal) + { + for (int i=0; idrawLine(QLineF(tickPositions.at(i)+xCor, origin.y()-tickLengthOut*tickDir+yCor, tickPositions.at(i)+xCor, origin.y()+tickLengthIn*tickDir+yCor)); + } else + { + for (int i=0; idrawLine(QLineF(origin.x()-tickLengthOut*tickDir+xCor, tickPositions.at(i)+yCor, origin.x()+tickLengthIn*tickDir+xCor, tickPositions.at(i)+yCor)); + } + } + + // draw subticks: + if (!subTickPositions.isEmpty()) + { + painter->setPen(subTickPen); + // direction of ticks ("inward" is right for left axis and left for right axis) + int tickDir = (type == QCPAxis::atBottom || type == QCPAxis::atRight) ? -1 : 1; + if (QCPAxis::orientation(type) == Qt::Horizontal) + { + for (int i=0; idrawLine(QLineF(subTickPositions.at(i)+xCor, origin.y()-subTickLengthOut*tickDir+yCor, subTickPositions.at(i)+xCor, origin.y()+subTickLengthIn*tickDir+yCor)); + } else + { + for (int i=0; idrawLine(QLineF(origin.x()-subTickLengthOut*tickDir+xCor, subTickPositions.at(i)+yCor, origin.x()+subTickLengthIn*tickDir+xCor, subTickPositions.at(i)+yCor)); + } + } + margin += qMax(0, qMax(tickLengthOut, subTickLengthOut)); + + // draw axis base endings: + bool antialiasingBackup = painter->antialiasing(); + painter->setAntialiasing(true); // always want endings to be antialiased, even if base and ticks themselves aren't + painter->setBrush(QBrush(basePen.color())); + QVector2D baseLineVector(baseLine.dx(), baseLine.dy()); + if (lowerEnding.style() != QCPLineEnding::esNone) + lowerEnding.draw(painter, QVector2D(baseLine.p1())-baseLineVector.normalized()*lowerEnding.realLength()*(lowerEnding.inverted()?-1:1), -baseLineVector); + if (upperEnding.style() != QCPLineEnding::esNone) + upperEnding.draw(painter, QVector2D(baseLine.p2())+baseLineVector.normalized()*upperEnding.realLength()*(upperEnding.inverted()?-1:1), baseLineVector); + painter->setAntialiasing(antialiasingBackup); + + // tick labels: + QRect oldClipRect; + if (tickLabelSide == QCPAxis::lsInside) // if using inside labels, clip them to the axis rect + { + oldClipRect = painter->clipRegion().boundingRect(); + painter->setClipRect(axisRect); + } + QSize tickLabelsSize(0, 0); // size of largest tick label, for offset calculation of axis label + if (!tickLabels.isEmpty()) + { + if (tickLabelSide == QCPAxis::lsOutside) + margin += tickLabelPadding; + painter->setFont(tickLabelFont); + painter->setPen(QPen(tickLabelColor)); + const int maxLabelIndex = qMin(tickPositions.size(), tickLabels.size()); + int distanceToAxis = margin; + if (tickLabelSide == QCPAxis::lsInside) + distanceToAxis = -(qMax(tickLengthIn, subTickLengthIn)+tickLabelPadding); + for (int i=0; isetClipRect(oldClipRect); + + // axis label: + QRect labelBounds; + if (!label.isEmpty()) + { + margin += labelPadding; + painter->setFont(labelFont); + painter->setPen(QPen(labelColor)); + labelBounds = painter->fontMetrics().boundingRect(0, 0, 0, 0, Qt::TextDontClip, label); + if (type == QCPAxis::atLeft) + { + QTransform oldTransform = painter->transform(); + painter->translate((origin.x()-margin-labelBounds.height()), origin.y()); + painter->rotate(-90); + painter->drawText(0, 0, axisRect.height(), labelBounds.height(), Qt::TextDontClip | Qt::AlignCenter, label); + painter->setTransform(oldTransform); + } + else if (type == QCPAxis::atRight) + { + QTransform oldTransform = painter->transform(); + painter->translate((origin.x()+margin+labelBounds.height()), origin.y()-axisRect.height()); + painter->rotate(90); + painter->drawText(0, 0, axisRect.height(), labelBounds.height(), Qt::TextDontClip | Qt::AlignCenter, label); + painter->setTransform(oldTransform); + } + else if (type == QCPAxis::atTop) + painter->drawText(origin.x(), origin.y()-margin-labelBounds.height(), axisRect.width(), labelBounds.height(), Qt::TextDontClip | Qt::AlignCenter, label); + else if (type == QCPAxis::atBottom) + painter->drawText(origin.x(), origin.y()+margin, axisRect.width(), labelBounds.height(), Qt::TextDontClip | Qt::AlignCenter, label); + } + + // set selection boxes: + int selectionTolerance = 0; + if (mParentPlot) + selectionTolerance = mParentPlot->selectionTolerance(); + else + qDebug() << Q_FUNC_INFO << "mParentPlot is null"; + int selAxisOutSize = qMax(qMax(tickLengthOut, subTickLengthOut), selectionTolerance); + int selAxisInSize = selectionTolerance; + int selTickLabelSize; + int selTickLabelOffset; + if (tickLabelSide == QCPAxis::lsOutside) + { + selTickLabelSize = (QCPAxis::orientation(type) == Qt::Horizontal ? tickLabelsSize.height() : tickLabelsSize.width()); + selTickLabelOffset = qMax(tickLengthOut, subTickLengthOut)+tickLabelPadding; + } else + { + selTickLabelSize = -(QCPAxis::orientation(type) == Qt::Horizontal ? tickLabelsSize.height() : tickLabelsSize.width()); + selTickLabelOffset = -(qMax(tickLengthIn, subTickLengthIn)+tickLabelPadding); + } + int selLabelSize = labelBounds.height(); + int selLabelOffset = qMax(tickLengthOut, subTickLengthOut)+(!tickLabels.isEmpty() && tickLabelSide == QCPAxis::lsOutside ? tickLabelPadding+selTickLabelSize : 0)+labelPadding; + if (type == QCPAxis::atLeft) + { + mAxisSelectionBox.setCoords(origin.x()-selAxisOutSize, axisRect.top(), origin.x()+selAxisInSize, axisRect.bottom()); + mTickLabelsSelectionBox.setCoords(origin.x()-selTickLabelOffset-selTickLabelSize, axisRect.top(), origin.x()-selTickLabelOffset, axisRect.bottom()); + mLabelSelectionBox.setCoords(origin.x()-selLabelOffset-selLabelSize, axisRect.top(), origin.x()-selLabelOffset, axisRect.bottom()); + } else if (type == QCPAxis::atRight) + { + mAxisSelectionBox.setCoords(origin.x()-selAxisInSize, axisRect.top(), origin.x()+selAxisOutSize, axisRect.bottom()); + mTickLabelsSelectionBox.setCoords(origin.x()+selTickLabelOffset+selTickLabelSize, axisRect.top(), origin.x()+selTickLabelOffset, axisRect.bottom()); + mLabelSelectionBox.setCoords(origin.x()+selLabelOffset+selLabelSize, axisRect.top(), origin.x()+selLabelOffset, axisRect.bottom()); + } else if (type == QCPAxis::atTop) + { + mAxisSelectionBox.setCoords(axisRect.left(), origin.y()-selAxisOutSize, axisRect.right(), origin.y()+selAxisInSize); + mTickLabelsSelectionBox.setCoords(axisRect.left(), origin.y()-selTickLabelOffset-selTickLabelSize, axisRect.right(), origin.y()-selTickLabelOffset); + mLabelSelectionBox.setCoords(axisRect.left(), origin.y()-selLabelOffset-selLabelSize, axisRect.right(), origin.y()-selLabelOffset); + } else if (type == QCPAxis::atBottom) + { + mAxisSelectionBox.setCoords(axisRect.left(), origin.y()-selAxisInSize, axisRect.right(), origin.y()+selAxisOutSize); + mTickLabelsSelectionBox.setCoords(axisRect.left(), origin.y()+selTickLabelOffset+selTickLabelSize, axisRect.right(), origin.y()+selTickLabelOffset); + mLabelSelectionBox.setCoords(axisRect.left(), origin.y()+selLabelOffset+selLabelSize, axisRect.right(), origin.y()+selLabelOffset); + } + mAxisSelectionBox = mAxisSelectionBox.normalized(); + mTickLabelsSelectionBox = mTickLabelsSelectionBox.normalized(); + mLabelSelectionBox = mLabelSelectionBox.normalized(); + // draw hitboxes for debug purposes: + //painter->setBrush(Qt::NoBrush); + //painter->drawRects(QVector() << mAxisSelectionBox << mTickLabelsSelectionBox << mLabelSelectionBox); +} + +/*! \internal + + Returns the size ("margin" in QCPAxisRect context, so measured perpendicular to the axis backbone + direction) needed to fit the axis. +*/ +int QCPAxisPainterPrivate::size() const +{ + int result = 0; + + // get length of tick marks pointing outwards: + if (!tickPositions.isEmpty()) + result += qMax(0, qMax(tickLengthOut, subTickLengthOut)); + + // calculate size of tick labels: + if (tickLabelSide == QCPAxis::lsOutside) + { + QSize tickLabelsSize(0, 0); + if (!tickLabels.isEmpty()) + { + for (int i=0; iplottingHints().testFlag(QCP::phCacheLabels) && !painter->modes().testFlag(QCPPainter::pmNoCaching)) // label caching enabled + { + CachedLabel *cachedLabel = mLabelCache.take(text); // attempt to get label from cache + if (!cachedLabel) // no cached label existed, create it + { + cachedLabel = new CachedLabel; + TickLabelData labelData = getTickLabelData(painter->font(), text); + cachedLabel->offset = getTickLabelDrawOffset(labelData)+labelData.rotatedTotalBounds.topLeft(); + cachedLabel->pixmap = QPixmap(labelData.rotatedTotalBounds.size()); + cachedLabel->pixmap.fill(Qt::transparent); + QCPPainter cachePainter(&cachedLabel->pixmap); + cachePainter.setPen(painter->pen()); + drawTickLabel(&cachePainter, -labelData.rotatedTotalBounds.topLeft().x(), -labelData.rotatedTotalBounds.topLeft().y(), labelData); + } + // if label would be partly clipped by widget border on sides, don't draw it (only for outside tick labels): + bool labelClippedByBorder = false; + if (tickLabelSide == QCPAxis::lsOutside) + { + if (QCPAxis::orientation(type) == Qt::Horizontal) + labelClippedByBorder = labelAnchor.x()+cachedLabel->offset.x()+cachedLabel->pixmap.width() > viewportRect.right() || labelAnchor.x()+cachedLabel->offset.x() < viewportRect.left(); + else + labelClippedByBorder = labelAnchor.y()+cachedLabel->offset.y()+cachedLabel->pixmap.height() > viewportRect.bottom() || labelAnchor.y()+cachedLabel->offset.y() < viewportRect.top(); + } + if (!labelClippedByBorder) + { + painter->drawPixmap(labelAnchor+cachedLabel->offset, cachedLabel->pixmap); + finalSize = cachedLabel->pixmap.size(); + } + mLabelCache.insert(text, cachedLabel); // return label to cache or insert for the first time if newly created + } else // label caching disabled, draw text directly on surface: + { + TickLabelData labelData = getTickLabelData(painter->font(), text); + QPointF finalPosition = labelAnchor + getTickLabelDrawOffset(labelData); + // if label would be partly clipped by widget border on sides, don't draw it (only for outside tick labels): + bool labelClippedByBorder = false; + if (tickLabelSide == QCPAxis::lsOutside) + { + if (QCPAxis::orientation(type) == Qt::Horizontal) + labelClippedByBorder = finalPosition.x()+(labelData.rotatedTotalBounds.width()+labelData.rotatedTotalBounds.left()) > viewportRect.right() || finalPosition.x()+labelData.rotatedTotalBounds.left() < viewportRect.left(); + else + labelClippedByBorder = finalPosition.y()+(labelData.rotatedTotalBounds.height()+labelData.rotatedTotalBounds.top()) > viewportRect.bottom() || finalPosition.y()+labelData.rotatedTotalBounds.top() < viewportRect.top(); + } + if (!labelClippedByBorder) + { + drawTickLabel(painter, finalPosition.x(), finalPosition.y(), labelData); + finalSize = labelData.rotatedTotalBounds.size(); + } + } + + // expand passed tickLabelsSize if current tick label is larger: + if (finalSize.width() > tickLabelsSize->width()) + tickLabelsSize->setWidth(finalSize.width()); + if (finalSize.height() > tickLabelsSize->height()) + tickLabelsSize->setHeight(finalSize.height()); +} + +/*! \internal + + This is a \ref placeTickLabel helper function. + + Draws the tick label specified in \a labelData with \a painter at the pixel positions \a x and \a + y. This function is used by \ref placeTickLabel to create new tick labels for the cache, or to + directly draw the labels on the QCustomPlot surface when label caching is disabled, i.e. when + QCP::phCacheLabels plotting hint is not set. +*/ +void QCPAxisPainterPrivate::drawTickLabel(QCPPainter *painter, double x, double y, const TickLabelData &labelData) const +{ + // backup painter settings that we're about to change: + QTransform oldTransform = painter->transform(); + QFont oldFont = painter->font(); + + // transform painter to position/rotation: + painter->translate(x, y); + if (!qFuzzyIsNull(tickLabelRotation)) + painter->rotate(tickLabelRotation); + + // draw text: + if (!labelData.expPart.isEmpty()) // indicator that beautiful powers must be used + { + painter->setFont(labelData.baseFont); + painter->drawText(0, 0, 0, 0, Qt::TextDontClip, labelData.basePart); + painter->setFont(labelData.expFont); + painter->drawText(labelData.baseBounds.width()+1, 0, labelData.expBounds.width(), labelData.expBounds.height(), Qt::TextDontClip, labelData.expPart); + } else + { + painter->setFont(labelData.baseFont); + painter->drawText(0, 0, labelData.totalBounds.width(), labelData.totalBounds.height(), Qt::TextDontClip | Qt::AlignHCenter, labelData.basePart); + } + + // reset painter settings to what it was before: + painter->setTransform(oldTransform); + painter->setFont(oldFont); +} + +/*! \internal + + This is a \ref placeTickLabel helper function. + + Transforms the passed \a text and \a font to a tickLabelData structure that can then be further + processed by \ref getTickLabelDrawOffset and \ref drawTickLabel. It splits the text into base and + exponent if necessary (member substituteExponent) and calculates appropriate bounding boxes. +*/ +QCPAxisPainterPrivate::TickLabelData QCPAxisPainterPrivate::getTickLabelData(const QFont &font, const QString &text) const +{ + TickLabelData result; + + // determine whether beautiful decimal powers should be used + bool useBeautifulPowers = false; + int ePos = -1; + if (substituteExponent) + { + ePos = text.indexOf(QLatin1Char('e')); + if (ePos > -1) + useBeautifulPowers = true; + } + + // calculate text bounding rects and do string preparation for beautiful decimal powers: + result.baseFont = font; + if (result.baseFont.pointSizeF() > 0) // might return -1 if specified with setPixelSize, in that case we can't do correction in next line + result.baseFont.setPointSizeF(result.baseFont.pointSizeF()+0.05); // QFontMetrics.boundingRect has a bug for exact point sizes that make the results oscillate due to internal rounding + if (useBeautifulPowers) + { + // split text into parts of number/symbol that will be drawn normally and part that will be drawn as exponent: + result.basePart = text.left(ePos); + // in log scaling, we want to turn "1*10^n" into "10^n", else add multiplication sign and decimal base: + if (abbreviateDecimalPowers && result.basePart == QLatin1String("1")) + result.basePart = QLatin1String("10"); + else + result.basePart += (numberMultiplyCross ? QString(QChar(215)) : QString(QChar(183))) + QLatin1String("10"); + result.expPart = text.mid(ePos+1); + // clip "+" and leading zeros off expPart: + while (result.expPart.length() > 2 && result.expPart.at(1) == QLatin1Char('0')) // length > 2 so we leave one zero when numberFormatChar is 'e' + result.expPart.remove(1, 1); + if (!result.expPart.isEmpty() && result.expPart.at(0) == QLatin1Char('+')) + result.expPart.remove(0, 1); + // prepare smaller font for exponent: + result.expFont = font; + if (result.expFont.pointSize() > 0) + result.expFont.setPointSize(result.expFont.pointSize()*0.75); + else + result.expFont.setPixelSize(result.expFont.pixelSize()*0.75); + // calculate bounding rects of base part, exponent part and total one: + result.baseBounds = QFontMetrics(result.baseFont).boundingRect(0, 0, 0, 0, Qt::TextDontClip, result.basePart); + result.expBounds = QFontMetrics(result.expFont).boundingRect(0, 0, 0, 0, Qt::TextDontClip, result.expPart); + result.totalBounds = result.baseBounds.adjusted(0, 0, result.expBounds.width()+2, 0); // +2 consists of the 1 pixel spacing between base and exponent (see drawTickLabel) and an extra pixel to include AA + } else // useBeautifulPowers == false + { + result.basePart = text; + result.totalBounds = QFontMetrics(result.baseFont).boundingRect(0, 0, 0, 0, Qt::TextDontClip | Qt::AlignHCenter, result.basePart); + } + result.totalBounds.moveTopLeft(QPoint(0, 0)); // want bounding box aligned top left at origin, independent of how it was created, to make further processing simpler + + // calculate possibly different bounding rect after rotation: + result.rotatedTotalBounds = result.totalBounds; + if (!qFuzzyIsNull(tickLabelRotation)) + { + QTransform transform; + transform.rotate(tickLabelRotation); + result.rotatedTotalBounds = transform.mapRect(result.rotatedTotalBounds); + } + + return result; +} + +/*! \internal + + This is a \ref placeTickLabel helper function. + + Calculates the offset at which the top left corner of the specified tick label shall be drawn. + The offset is relative to a point right next to the tick the label belongs to. + + This function is thus responsible for e.g. centering tick labels under ticks and positioning them + appropriately when they are rotated. +*/ +QPointF QCPAxisPainterPrivate::getTickLabelDrawOffset(const TickLabelData &labelData) const +{ + /* + calculate label offset from base point at tick (non-trivial, for best visual appearance): short + explanation for bottom axis: The anchor, i.e. the point in the label that is placed + horizontally under the corresponding tick is always on the label side that is closer to the + axis (e.g. the left side of the text when we're rotating clockwise). On that side, the height + is halved and the resulting point is defined the anchor. This way, a 90 degree rotated text + will be centered under the tick (i.e. displaced horizontally by half its height). At the same + time, a 45 degree rotated text will "point toward" its tick, as is typical for rotated tick + labels. + */ + bool doRotation = !qFuzzyIsNull(tickLabelRotation); + bool flip = qFuzzyCompare(qAbs(tickLabelRotation), 90.0); // perfect +/-90 degree flip. Indicates vertical label centering on vertical axes. + double radians = tickLabelRotation/180.0*M_PI; + int x=0, y=0; + if ((type == QCPAxis::atLeft && tickLabelSide == QCPAxis::lsOutside) || (type == QCPAxis::atRight && tickLabelSide == QCPAxis::lsInside)) // Anchor at right side of tick label + { + if (doRotation) + { + if (tickLabelRotation > 0) + { + x = -qCos(radians)*labelData.totalBounds.width(); + y = flip ? -labelData.totalBounds.width()/2.0 : -qSin(radians)*labelData.totalBounds.width()-qCos(radians)*labelData.totalBounds.height()/2.0; + } else + { + x = -qCos(-radians)*labelData.totalBounds.width()-qSin(-radians)*labelData.totalBounds.height(); + y = flip ? +labelData.totalBounds.width()/2.0 : +qSin(-radians)*labelData.totalBounds.width()-qCos(-radians)*labelData.totalBounds.height()/2.0; + } + } else + { + x = -labelData.totalBounds.width(); + y = -labelData.totalBounds.height()/2.0; + } + } else if ((type == QCPAxis::atRight && tickLabelSide == QCPAxis::lsOutside) || (type == QCPAxis::atLeft && tickLabelSide == QCPAxis::lsInside)) // Anchor at left side of tick label + { + if (doRotation) + { + if (tickLabelRotation > 0) + { + x = +qSin(radians)*labelData.totalBounds.height(); + y = flip ? -labelData.totalBounds.width()/2.0 : -qCos(radians)*labelData.totalBounds.height()/2.0; + } else + { + x = 0; + y = flip ? +labelData.totalBounds.width()/2.0 : -qCos(-radians)*labelData.totalBounds.height()/2.0; + } + } else + { + x = 0; + y = -labelData.totalBounds.height()/2.0; + } + } else if ((type == QCPAxis::atTop && tickLabelSide == QCPAxis::lsOutside) || (type == QCPAxis::atBottom && tickLabelSide == QCPAxis::lsInside)) // Anchor at bottom side of tick label + { + if (doRotation) + { + if (tickLabelRotation > 0) + { + x = -qCos(radians)*labelData.totalBounds.width()+qSin(radians)*labelData.totalBounds.height()/2.0; + y = -qSin(radians)*labelData.totalBounds.width()-qCos(radians)*labelData.totalBounds.height(); + } else + { + x = -qSin(-radians)*labelData.totalBounds.height()/2.0; + y = -qCos(-radians)*labelData.totalBounds.height(); + } + } else + { + x = -labelData.totalBounds.width()/2.0; + y = -labelData.totalBounds.height(); + } + } else if ((type == QCPAxis::atBottom && tickLabelSide == QCPAxis::lsOutside) || (type == QCPAxis::atTop && tickLabelSide == QCPAxis::lsInside)) // Anchor at top side of tick label + { + if (doRotation) + { + if (tickLabelRotation > 0) + { + x = +qSin(radians)*labelData.totalBounds.height()/2.0; + y = 0; + } else + { + x = -qCos(-radians)*labelData.totalBounds.width()-qSin(-radians)*labelData.totalBounds.height()/2.0; + y = +qSin(-radians)*labelData.totalBounds.width(); + } + } else + { + x = -labelData.totalBounds.width()/2.0; + y = 0; + } + } + + return QPointF(x, y); +} + +/*! \internal + + Simulates the steps done by \ref placeTickLabel by calculating bounding boxes of the text label + to be drawn, depending on number format etc. Since only the largest tick label is wanted for the + margin calculation, the passed \a tickLabelsSize is only expanded, if it's currently set to a + smaller width/height. +*/ +void QCPAxisPainterPrivate::getMaxTickLabelSize(const QFont &font, const QString &text, QSize *tickLabelsSize) const +{ + // note: this function must return the same tick label sizes as the placeTickLabel function. + QSize finalSize; + if (mParentPlot->plottingHints().testFlag(QCP::phCacheLabels) && mLabelCache.contains(text)) // label caching enabled and have cached label + { + const CachedLabel *cachedLabel = mLabelCache.object(text); + finalSize = cachedLabel->pixmap.size(); + } else // label caching disabled or no label with this text cached: + { + TickLabelData labelData = getTickLabelData(font, text); + finalSize = labelData.rotatedTotalBounds.size(); + } + + // expand passed tickLabelsSize if current tick label is larger: + if (finalSize.width() > tickLabelsSize->width()) + tickLabelsSize->setWidth(finalSize.width()); + if (finalSize.height() > tickLabelsSize->height()) + tickLabelsSize->setHeight(finalSize.height()); +} + + +//////////////////////////////////////////////////////////////////////////////////////////////////// +//////////////////// QCPAbstractPlottable +//////////////////////////////////////////////////////////////////////////////////////////////////// + +/*! \class QCPAbstractPlottable + \brief The abstract base class for all data representing objects in a plot. + + It defines a very basic interface like name, pen, brush, visibility etc. Since this class is + abstract, it can't be instantiated. Use one of the subclasses or create a subclass yourself to + create new ways of displaying data (see "Creating own plottables" below). + + All further specifics are in the subclasses, for example: + \li A normal graph with possibly a line, scatter points and error bars: \ref QCPGraph + (typically created with \ref QCustomPlot::addGraph) + \li A parametric curve: \ref QCPCurve + \li A bar chart: \ref QCPBars + \li A statistical box plot: \ref QCPStatisticalBox + \li A color encoded two-dimensional map: \ref QCPColorMap + \li An OHLC/Candlestick chart: \ref QCPFinancial + + \section plottables-subclassing Creating own plottables + + To create an own plottable, you implement a subclass of QCPAbstractPlottable. These are the pure + virtual functions, you must implement: + \li \ref clearData + \li \ref selectTest + \li \ref draw + \li \ref drawLegendIcon + \li \ref getKeyRange + \li \ref getValueRange + + See the documentation of those functions for what they need to do. + + For drawing your plot, you can use the \ref coordsToPixels functions to translate a point in plot + coordinates to pixel coordinates. This function is quite convenient, because it takes the + orientation of the key and value axes into account for you (x and y are swapped when the key axis + is vertical and the value axis horizontal). If you are worried about performance (i.e. you need + to translate many points in a loop like QCPGraph), you can directly use \ref + QCPAxis::coordToPixel. However, you must then take care about the orientation of the axis + yourself. + + Here are some important members you inherit from QCPAbstractPlottable: + + + + + + + + + + + + + + + + + + + + + + + + + + +
QCustomPlot *\b mParentPlotA pointer to the parent QCustomPlot instance. The parent plot is inferred from the axes that are passed in the constructor.
QString \b mNameThe name of the plottable.
QPen \b mPenThe generic pen of the plottable. You should use this pen for the most prominent data representing lines in the plottable (e.g QCPGraph uses this pen for its graph lines and scatters)
QPen \b mSelectedPenThe generic pen that should be used when the plottable is selected (hint: \ref mainPen gives you the right pen, depending on selection state).
QBrush \b mBrushThe generic brush of the plottable. You should use this brush for the most prominent fillable structures in the plottable (e.g. QCPGraph uses this brush to control filling under the graph)
QBrush \b mSelectedBrushThe generic brush that should be used when the plottable is selected (hint: \ref mainBrush gives you the right brush, depending on selection state).
QPointer\b mKeyAxis, \b mValueAxisThe key and value axes this plottable is attached to. Call their QCPAxis::coordToPixel functions to translate coordinates to pixels in either the key or value dimension. + Make sure to check whether the pointer is null before using it. If one of the axes is null, don't draw the plottable.
bool \b mSelectedindicates whether the plottable is selected or not.
+*/ + +/* start of documentation of pure virtual functions */ + +/*! \fn void QCPAbstractPlottable::clearData() = 0 + Clears all data in the plottable. +*/ + +/*! \fn void QCPAbstractPlottable::drawLegendIcon(QCPPainter *painter, const QRect &rect) const = 0 + \internal + + called by QCPLegend::draw (via QCPPlottableLegendItem::draw) to create a graphical representation + of this plottable inside \a rect, next to the plottable name. + + The passed \a painter has its cliprect set to \a rect, so painting outside of \a rect won't + appear outside the legend icon border. +*/ + +/*! \fn QCPRange QCPAbstractPlottable::getKeyRange(bool &foundRange, SignDomain inSignDomain) const = 0 + \internal + + called by rescaleAxes functions to get the full data key bounds. For logarithmic plots, one can + set \a inSignDomain to either \ref sdNegative or \ref sdPositive in order to restrict the + returned range to that sign domain. E.g. when only negative range is wanted, set \a inSignDomain + to \ref sdNegative and all positive points will be ignored for range calculation. For no + restriction, just set \a inSignDomain to \ref sdBoth (default). \a foundRange is an output + parameter that indicates whether a range could be found or not. If this is false, you shouldn't + use the returned range (e.g. no points in data). + + Note that \a foundRange is not the same as \ref QCPRange::validRange, since the range returned by + this function may have size zero, which wouldn't count as a valid range. + + \see rescaleAxes, getValueRange +*/ + +/*! \fn QCPRange QCPAbstractPlottable::getValueRange(bool &foundRange, SignDomain inSignDomain) const = 0 + \internal + + called by rescaleAxes functions to get the full data value bounds. For logarithmic plots, one can + set \a inSignDomain to either \ref sdNegative or \ref sdPositive in order to restrict the + returned range to that sign domain. E.g. when only negative range is wanted, set \a inSignDomain + to \ref sdNegative and all positive points will be ignored for range calculation. For no + restriction, just set \a inSignDomain to \ref sdBoth (default). \a foundRange is an output + parameter that indicates whether a range could be found or not. If this is false, you shouldn't + use the returned range (e.g. no points in data). + + Note that \a foundRange is not the same as \ref QCPRange::validRange, since the range returned by + this function may have size zero, which wouldn't count as a valid range. + + \see rescaleAxes, getKeyRange +*/ + +/* end of documentation of pure virtual functions */ +/* start of documentation of signals */ + +/*! \fn void QCPAbstractPlottable::selectionChanged(bool selected) + + This signal is emitted when the selection state of this plottable has changed, either by user + interaction or by a direct call to \ref setSelected. +*/ + +/*! \fn void QCPAbstractPlottable::selectableChanged(bool selectable); + + This signal is emitted when the selectability of this plottable has changed. + + \see setSelectable +*/ + +/* end of documentation of signals */ + +/*! + Constructs an abstract plottable which uses \a keyAxis as its key axis ("x") and \a valueAxis as + its value axis ("y"). \a keyAxis and \a valueAxis must reside in the same QCustomPlot instance + and have perpendicular orientations. If either of these restrictions is violated, a corresponding + message is printed to the debug output (qDebug), the construction is not aborted, though. + + Since QCPAbstractPlottable is an abstract class that defines the basic interface to plottables, + it can't be directly instantiated. + + You probably want one of the subclasses like \ref QCPGraph or \ref QCPCurve instead. +*/ +QCPAbstractPlottable::QCPAbstractPlottable(QCPAxis *keyAxis, QCPAxis *valueAxis) : + QCPLayerable(keyAxis->parentPlot(), QString(), keyAxis->axisRect()), + mName(), + mAntialiasedFill(true), + mAntialiasedScatters(true), + mAntialiasedErrorBars(false), + mPen(Qt::black), + mSelectedPen(Qt::black), + mBrush(Qt::NoBrush), + mSelectedBrush(Qt::NoBrush), + mKeyAxis(keyAxis), + mValueAxis(valueAxis), + mSelectable(true), + mSelected(false) +{ + if (keyAxis->parentPlot() != valueAxis->parentPlot()) + qDebug() << Q_FUNC_INFO << "Parent plot of keyAxis is not the same as that of valueAxis."; + if (keyAxis->orientation() == valueAxis->orientation()) + qDebug() << Q_FUNC_INFO << "keyAxis and valueAxis must be orthogonal to each other."; +} + +/*! + The name is the textual representation of this plottable as it is displayed in the legend + (\ref QCPLegend). It may contain any UTF-8 characters, including newlines. +*/ +void QCPAbstractPlottable::setName(const QString &name) +{ + mName = name; +} + +/*! + Sets whether fills of this plottable are drawn antialiased or not. + + Note that this setting may be overridden by \ref QCustomPlot::setAntialiasedElements and \ref + QCustomPlot::setNotAntialiasedElements. +*/ +void QCPAbstractPlottable::setAntialiasedFill(bool enabled) +{ + mAntialiasedFill = enabled; +} + +/*! + Sets whether the scatter symbols of this plottable are drawn antialiased or not. + + Note that this setting may be overridden by \ref QCustomPlot::setAntialiasedElements and \ref + QCustomPlot::setNotAntialiasedElements. +*/ +void QCPAbstractPlottable::setAntialiasedScatters(bool enabled) +{ + mAntialiasedScatters = enabled; +} + +/*! + Sets whether the error bars of this plottable are drawn antialiased or not. + + Note that this setting may be overridden by \ref QCustomPlot::setAntialiasedElements and \ref + QCustomPlot::setNotAntialiasedElements. +*/ +void QCPAbstractPlottable::setAntialiasedErrorBars(bool enabled) +{ + mAntialiasedErrorBars = enabled; +} + + +/*! + The pen is used to draw basic lines that make up the plottable representation in the + plot. + + For example, the \ref QCPGraph subclass draws its graph lines with this pen. + + \see setBrush +*/ +void QCPAbstractPlottable::setPen(const QPen &pen) +{ + mPen = pen; +} + +/*! + When the plottable is selected, this pen is used to draw basic lines instead of the normal + pen set via \ref setPen. + + \see setSelected, setSelectable, setSelectedBrush, selectTest +*/ +void QCPAbstractPlottable::setSelectedPen(const QPen &pen) +{ + mSelectedPen = pen; +} + +/*! + The brush is used to draw basic fills of the plottable representation in the + plot. The Fill can be a color, gradient or texture, see the usage of QBrush. + + For example, the \ref QCPGraph subclass draws the fill under the graph with this brush, when + it's not set to Qt::NoBrush. + + \see setPen +*/ +void QCPAbstractPlottable::setBrush(const QBrush &brush) +{ + mBrush = brush; +} + +/*! + When the plottable is selected, this brush is used to draw fills instead of the normal + brush set via \ref setBrush. + + \see setSelected, setSelectable, setSelectedPen, selectTest +*/ +void QCPAbstractPlottable::setSelectedBrush(const QBrush &brush) +{ + mSelectedBrush = brush; +} + +/*! + The key axis of a plottable can be set to any axis of a QCustomPlot, as long as it is orthogonal + to the plottable's value axis. This function performs no checks to make sure this is the case. + The typical mathematical choice is to use the x-axis (QCustomPlot::xAxis) as key axis and the + y-axis (QCustomPlot::yAxis) as value axis. + + Normally, the key and value axes are set in the constructor of the plottable (or \ref + QCustomPlot::addGraph when working with QCPGraphs through the dedicated graph interface). + + \see setValueAxis +*/ +void QCPAbstractPlottable::setKeyAxis(QCPAxis *axis) +{ + mKeyAxis = axis; +} + +/*! + The value axis of a plottable can be set to any axis of a QCustomPlot, as long as it is + orthogonal to the plottable's key axis. This function performs no checks to make sure this is the + case. The typical mathematical choice is to use the x-axis (QCustomPlot::xAxis) as key axis and + the y-axis (QCustomPlot::yAxis) as value axis. + + Normally, the key and value axes are set in the constructor of the plottable (or \ref + QCustomPlot::addGraph when working with QCPGraphs through the dedicated graph interface). + + \see setKeyAxis +*/ +void QCPAbstractPlottable::setValueAxis(QCPAxis *axis) +{ + mValueAxis = axis; +} + +/*! + Sets whether the user can (de-)select this plottable by clicking on the QCustomPlot surface. + (When \ref QCustomPlot::setInteractions contains iSelectPlottables.) + + However, even when \a selectable was set to false, it is possible to set the selection manually, + by calling \ref setSelected directly. + + \see setSelected +*/ +void QCPAbstractPlottable::setSelectable(bool selectable) +{ + if (mSelectable != selectable) + { + mSelectable = selectable; + emit selectableChanged(mSelectable); + } +} + +/*! + Sets whether this plottable is selected or not. When selected, it uses a different pen and brush + to draw its lines and fills, see \ref setSelectedPen and \ref setSelectedBrush. + + The entire selection mechanism for plottables is handled automatically when \ref + QCustomPlot::setInteractions contains iSelectPlottables. You only need to call this function when + you wish to change the selection state manually. + + This function can change the selection state even when \ref setSelectable was set to false. + + emits the \ref selectionChanged signal when \a selected is different from the previous selection state. + + \see setSelectable, selectTest +*/ +void QCPAbstractPlottable::setSelected(bool selected) +{ + if (mSelected != selected) + { + mSelected = selected; + emit selectionChanged(mSelected); + } +} + +/*! + Rescales the key and value axes associated with this plottable to contain all displayed data, so + the whole plottable is visible. If the scaling of an axis is logarithmic, rescaleAxes will make + sure not to rescale to an illegal range i.e. a range containing different signs and/or zero. + Instead it will stay in the current sign domain and ignore all parts of the plottable that lie + outside of that domain. + + \a onlyEnlarge makes sure the ranges are only expanded, never reduced. So it's possible to show + multiple plottables in their entirety by multiple calls to rescaleAxes where the first call has + \a onlyEnlarge set to false (the default), and all subsequent set to true. + + \see rescaleKeyAxis, rescaleValueAxis, QCustomPlot::rescaleAxes, QCPAxis::rescale +*/ +void QCPAbstractPlottable::rescaleAxes(bool onlyEnlarge) const +{ + rescaleKeyAxis(onlyEnlarge); + rescaleValueAxis(onlyEnlarge); +} + +/*! + Rescales the key axis of the plottable so the whole plottable is visible. + + See \ref rescaleAxes for detailed behaviour. +*/ +void QCPAbstractPlottable::rescaleKeyAxis(bool onlyEnlarge) const +{ + QCPAxis *keyAxis = mKeyAxis.data(); + if (!keyAxis) { qDebug() << Q_FUNC_INFO << "invalid key axis"; return; } + + SignDomain signDomain = sdBoth; + if (keyAxis->scaleType() == QCPAxis::stLogarithmic) + signDomain = (keyAxis->range().upper < 0 ? sdNegative : sdPositive); + + bool foundRange; + QCPRange newRange = getKeyRange(foundRange, signDomain); + if (foundRange) + { + if (onlyEnlarge) + newRange.expand(keyAxis->range()); + if (!QCPRange::validRange(newRange)) // likely due to range being zero (plottable has only constant data in this axis dimension), shift current range to at least center the plottable + { + double center = (newRange.lower+newRange.upper)*0.5; // upper and lower should be equal anyway, but just to make sure, incase validRange returned false for other reason + if (keyAxis->scaleType() == QCPAxis::stLinear) + { + newRange.lower = center-keyAxis->range().size()/2.0; + newRange.upper = center+keyAxis->range().size()/2.0; + } else // scaleType() == stLogarithmic + { + newRange.lower = center/qSqrt(keyAxis->range().upper/keyAxis->range().lower); + newRange.upper = center*qSqrt(keyAxis->range().upper/keyAxis->range().lower); + } + } + keyAxis->setRange(newRange); + } +} + +/*! + Rescales the value axis of the plottable so the whole plottable is visible. + + Returns true if the axis was actually scaled. This might not be the case if this plottable has an + invalid range, e.g. because it has no data points. + + See \ref rescaleAxes for detailed behaviour. +*/ +void QCPAbstractPlottable::rescaleValueAxis(bool onlyEnlarge) const +{ + QCPAxis *valueAxis = mValueAxis.data(); + if (!valueAxis) { qDebug() << Q_FUNC_INFO << "invalid value axis"; return; } + + SignDomain signDomain = sdBoth; + if (valueAxis->scaleType() == QCPAxis::stLogarithmic) + signDomain = (valueAxis->range().upper < 0 ? sdNegative : sdPositive); + + bool foundRange; + QCPRange newRange = getValueRange(foundRange, signDomain); + if (foundRange) + { + if (onlyEnlarge) + newRange.expand(valueAxis->range()); + if (!QCPRange::validRange(newRange)) // likely due to range being zero (plottable has only constant data in this axis dimension), shift current range to at least center the plottable + { + double center = (newRange.lower+newRange.upper)*0.5; // upper and lower should be equal anyway, but just to make sure, incase validRange returned false for other reason + if (valueAxis->scaleType() == QCPAxis::stLinear) + { + newRange.lower = center-valueAxis->range().size()/2.0; + newRange.upper = center+valueAxis->range().size()/2.0; + } else // scaleType() == stLogarithmic + { + newRange.lower = center/qSqrt(valueAxis->range().upper/valueAxis->range().lower); + newRange.upper = center*qSqrt(valueAxis->range().upper/valueAxis->range().lower); + } + } + valueAxis->setRange(newRange); + } +} + +/*! + Adds this plottable to the legend of the parent QCustomPlot (QCustomPlot::legend). + + Normally, a QCPPlottableLegendItem is created and inserted into the legend. If the plottable + needs a more specialized representation in the legend, this function will take this into account + and instead create the specialized subclass of QCPAbstractLegendItem. + + Returns true on success, i.e. when the legend exists and a legend item associated with this plottable isn't already in + the legend. + + \see removeFromLegend, QCPLegend::addItem +*/ +bool QCPAbstractPlottable::addToLegend() +{ + if (!mParentPlot || !mParentPlot->legend) + return false; + + if (!mParentPlot->legend->hasItemWithPlottable(this)) + { + mParentPlot->legend->addItem(new QCPPlottableLegendItem(mParentPlot->legend, this)); + return true; + } else + return false; +} + +/*! + Removes the plottable from the legend of the parent QCustomPlot. This means the + QCPAbstractLegendItem (usually a QCPPlottableLegendItem) that is associated with this plottable + is removed. + + Returns true on success, i.e. if the legend exists and a legend item associated with this + plottable was found and removed. + + \see addToLegend, QCPLegend::removeItem +*/ +bool QCPAbstractPlottable::removeFromLegend() const +{ + if (!mParentPlot->legend) + return false; + + if (QCPPlottableLegendItem *lip = mParentPlot->legend->itemWithPlottable(this)) + return mParentPlot->legend->removeItem(lip); + else + return false; +} + +/* inherits documentation from base class */ +QRect QCPAbstractPlottable::clipRect() const +{ + if (mKeyAxis && mValueAxis) + return mKeyAxis.data()->axisRect()->rect() & mValueAxis.data()->axisRect()->rect(); + else + return QRect(); +} + +/* inherits documentation from base class */ +QCP::Interaction QCPAbstractPlottable::selectionCategory() const +{ + return QCP::iSelectPlottables; +} + +/*! \internal + + Convenience function for transforming a key/value pair to pixels on the QCustomPlot surface, + taking the orientations of the axes associated with this plottable into account (e.g. whether key + represents x or y). + + \a key and \a value are transformed to the coodinates in pixels and are written to \a x and \a y. + + \see pixelsToCoords, QCPAxis::coordToPixel +*/ +void QCPAbstractPlottable::coordsToPixels(double key, double value, double &x, double &y) const +{ + QCPAxis *keyAxis = mKeyAxis.data(); + QCPAxis *valueAxis = mValueAxis.data(); + if (!keyAxis || !valueAxis) { qDebug() << Q_FUNC_INFO << "invalid key or value axis"; return; } + + if (keyAxis->orientation() == Qt::Horizontal) + { + x = keyAxis->coordToPixel(key); + y = valueAxis->coordToPixel(value); + } else + { + y = keyAxis->coordToPixel(key); + x = valueAxis->coordToPixel(value); + } +} + +/*! \internal + \overload + + Returns the input as pixel coordinates in a QPointF. +*/ +const QPointF QCPAbstractPlottable::coordsToPixels(double key, double value) const +{ + QCPAxis *keyAxis = mKeyAxis.data(); + QCPAxis *valueAxis = mValueAxis.data(); + if (!keyAxis || !valueAxis) { qDebug() << Q_FUNC_INFO << "invalid key or value axis"; return QPointF(); } + + if (keyAxis->orientation() == Qt::Horizontal) + return QPointF(keyAxis->coordToPixel(key), valueAxis->coordToPixel(value)); + else + return QPointF(valueAxis->coordToPixel(value), keyAxis->coordToPixel(key)); +} + +/*! \internal + + Convenience function for transforming a x/y pixel pair on the QCustomPlot surface to plot coordinates, + taking the orientations of the axes associated with this plottable into account (e.g. whether key + represents x or y). + + \a x and \a y are transformed to the plot coodinates and are written to \a key and \a value. + + \see coordsToPixels, QCPAxis::coordToPixel +*/ +void QCPAbstractPlottable::pixelsToCoords(double x, double y, double &key, double &value) const +{ + QCPAxis *keyAxis = mKeyAxis.data(); + QCPAxis *valueAxis = mValueAxis.data(); + if (!keyAxis || !valueAxis) { qDebug() << Q_FUNC_INFO << "invalid key or value axis"; return; } + + if (keyAxis->orientation() == Qt::Horizontal) + { + key = keyAxis->pixelToCoord(x); + value = valueAxis->pixelToCoord(y); + } else + { + key = keyAxis->pixelToCoord(y); + value = valueAxis->pixelToCoord(x); + } +} + +/*! \internal + \overload + + Returns the pixel input \a pixelPos as plot coordinates \a key and \a value. +*/ +void QCPAbstractPlottable::pixelsToCoords(const QPointF &pixelPos, double &key, double &value) const +{ + pixelsToCoords(pixelPos.x(), pixelPos.y(), key, value); +} + +/*! \internal + + Returns the pen that should be used for drawing lines of the plottable. Returns mPen when the + graph is not selected and mSelectedPen when it is. +*/ +QPen QCPAbstractPlottable::mainPen() const +{ + return mSelected ? mSelectedPen : mPen; +} + +/*! \internal + + Returns the brush that should be used for drawing fills of the plottable. Returns mBrush when the + graph is not selected and mSelectedBrush when it is. +*/ +QBrush QCPAbstractPlottable::mainBrush() const +{ + return mSelected ? mSelectedBrush : mBrush; +} + +/*! \internal + + A convenience function to easily set the QPainter::Antialiased hint on the provided \a painter + before drawing plottable lines. + + This is the antialiasing state the painter passed to the \ref draw method is in by default. + + This function takes into account the local setting of the antialiasing flag as well as the + overrides set with \ref QCustomPlot::setAntialiasedElements and \ref + QCustomPlot::setNotAntialiasedElements. + + \see setAntialiased, applyFillAntialiasingHint, applyScattersAntialiasingHint, applyErrorBarsAntialiasingHint +*/ +void QCPAbstractPlottable::applyDefaultAntialiasingHint(QCPPainter *painter) const +{ + applyAntialiasingHint(painter, mAntialiased, QCP::aePlottables); +} + +/*! \internal + + A convenience function to easily set the QPainter::Antialiased hint on the provided \a painter + before drawing plottable fills. + + This function takes into account the local setting of the antialiasing flag as well as the + overrides set with \ref QCustomPlot::setAntialiasedElements and \ref + QCustomPlot::setNotAntialiasedElements. + + \see setAntialiased, applyDefaultAntialiasingHint, applyScattersAntialiasingHint, applyErrorBarsAntialiasingHint +*/ +void QCPAbstractPlottable::applyFillAntialiasingHint(QCPPainter *painter) const +{ + applyAntialiasingHint(painter, mAntialiasedFill, QCP::aeFills); +} + +/*! \internal + + A convenience function to easily set the QPainter::Antialiased hint on the provided \a painter + before drawing plottable scatter points. + + This function takes into account the local setting of the antialiasing flag as well as the + overrides set with \ref QCustomPlot::setAntialiasedElements and \ref + QCustomPlot::setNotAntialiasedElements. + + \see setAntialiased, applyFillAntialiasingHint, applyDefaultAntialiasingHint, applyErrorBarsAntialiasingHint +*/ +void QCPAbstractPlottable::applyScattersAntialiasingHint(QCPPainter *painter) const +{ + applyAntialiasingHint(painter, mAntialiasedScatters, QCP::aeScatters); +} + +/*! \internal + + A convenience function to easily set the QPainter::Antialiased hint on the provided \a painter + before drawing plottable error bars. + + This function takes into account the local setting of the antialiasing flag as well as the + overrides set with \ref QCustomPlot::setAntialiasedElements and \ref + QCustomPlot::setNotAntialiasedElements. + + \see setAntialiased, applyFillAntialiasingHint, applyScattersAntialiasingHint, applyDefaultAntialiasingHint +*/ +void QCPAbstractPlottable::applyErrorBarsAntialiasingHint(QCPPainter *painter) const +{ + applyAntialiasingHint(painter, mAntialiasedErrorBars, QCP::aeErrorBars); +} + +/*! \internal + + Finds the shortest squared distance of \a point to the line segment defined by \a start and \a + end. + + This function may be used to help with the implementation of the \ref selectTest function for + specific plottables. + + \note This function is identical to QCPAbstractItem::distSqrToLine +*/ +double QCPAbstractPlottable::distSqrToLine(const QPointF &start, const QPointF &end, const QPointF &point) const +{ + QVector2D a(start); + QVector2D b(end); + QVector2D p(point); + QVector2D v(b-a); + + double vLengthSqr = v.lengthSquared(); + if (!qFuzzyIsNull(vLengthSqr)) + { + double mu = QVector2D::dotProduct(p-a, v)/vLengthSqr; + if (mu < 0) + return (a-p).lengthSquared(); + else if (mu > 1) + return (b-p).lengthSquared(); + else + return ((a + mu*v)-p).lengthSquared(); + } else + return (a-p).lengthSquared(); +} + +/* inherits documentation from base class */ +void QCPAbstractPlottable::selectEvent(QMouseEvent *event, bool additive, const QVariant &details, bool *selectionStateChanged) +{ + Q_UNUSED(event) + Q_UNUSED(details) + if (mSelectable) + { + bool selBefore = mSelected; + setSelected(additive ? !mSelected : true); + if (selectionStateChanged) + *selectionStateChanged = mSelected != selBefore; + } +} + +/* inherits documentation from base class */ +void QCPAbstractPlottable::deselectEvent(bool *selectionStateChanged) +{ + if (mSelectable) + { + bool selBefore = mSelected; + setSelected(false); + if (selectionStateChanged) + *selectionStateChanged = mSelected != selBefore; + } +} + + +//////////////////////////////////////////////////////////////////////////////////////////////////// +//////////////////// QCPItemAnchor +//////////////////////////////////////////////////////////////////////////////////////////////////// + +/*! \class QCPItemAnchor + \brief An anchor of an item to which positions can be attached to. + + An item (QCPAbstractItem) may have one or more anchors. Unlike QCPItemPosition, an anchor doesn't + control anything on its item, but provides a way to tie other items via their positions to the + anchor. + + For example, a QCPItemRect is defined by its positions \a topLeft and \a bottomRight. + Additionally it has various anchors like \a top, \a topRight or \a bottomLeft etc. So you can + attach the \a start (which is a QCPItemPosition) of a QCPItemLine to one of the anchors by + calling QCPItemPosition::setParentAnchor on \a start, passing the wanted anchor of the + QCPItemRect. This way the start of the line will now always follow the respective anchor location + on the rect item. + + Note that QCPItemPosition derives from QCPItemAnchor, so every position can also serve as an + anchor to other positions. + + To learn how to provide anchors in your own item subclasses, see the subclassing section of the + QCPAbstractItem documentation. +*/ + +/* start documentation of inline functions */ + +/*! \fn virtual QCPItemPosition *QCPItemAnchor::toQCPItemPosition() + + Returns 0 if this instance is merely a QCPItemAnchor, and a valid pointer of type QCPItemPosition* if + it actually is a QCPItemPosition (which is a subclass of QCPItemAnchor). + + This safe downcast functionality could also be achieved with a dynamic_cast. However, QCustomPlot avoids + dynamic_cast to work with projects that don't have RTTI support enabled (e.g. -fno-rtti flag with + gcc compiler). +*/ + +/* end documentation of inline functions */ + +/*! + Creates a new QCPItemAnchor. You shouldn't create QCPItemAnchor instances directly, even if + you want to make a new item subclass. Use \ref QCPAbstractItem::createAnchor instead, as + explained in the subclassing section of the QCPAbstractItem documentation. +*/ +QCPItemAnchor::QCPItemAnchor(QCustomPlot *parentPlot, QCPAbstractItem *parentItem, const QString name, int anchorId) : + mName(name), + mParentPlot(parentPlot), + mParentItem(parentItem), + mAnchorId(anchorId) +{ +} + +QCPItemAnchor::~QCPItemAnchor() +{ + // unregister as parent at children: + foreach (QCPItemPosition *child, mChildrenX.toList()) + { + if (child->parentAnchorX() == this) + child->setParentAnchorX(0); // this acts back on this anchor and child removes itself from mChildrenX + } + foreach (QCPItemPosition *child, mChildrenY.toList()) + { + if (child->parentAnchorY() == this) + child->setParentAnchorY(0); // this acts back on this anchor and child removes itself from mChildrenY + } +} + +/*! + Returns the final absolute pixel position of the QCPItemAnchor on the QCustomPlot surface. + + The pixel information is internally retrieved via QCPAbstractItem::anchorPixelPosition of the + parent item, QCPItemAnchor is just an intermediary. +*/ +QPointF QCPItemAnchor::pixelPoint() const +{ + if (mParentItem) + { + if (mAnchorId > -1) + { + return mParentItem->anchorPixelPoint(mAnchorId); + } else + { + qDebug() << Q_FUNC_INFO << "no valid anchor id set:" << mAnchorId; + return QPointF(); + } + } else + { + qDebug() << Q_FUNC_INFO << "no parent item set"; + return QPointF(); + } +} + +/*! \internal + + Adds \a pos to the childX list of this anchor, which keeps track of which children use this + anchor as parent anchor for the respective coordinate. This is necessary to notify the children + prior to destruction of the anchor. + + Note that this function does not change the parent setting in \a pos. +*/ +void QCPItemAnchor::addChildX(QCPItemPosition *pos) +{ + if (!mChildrenX.contains(pos)) + mChildrenX.insert(pos); + else + qDebug() << Q_FUNC_INFO << "provided pos is child already" << reinterpret_cast(pos); +} + +/*! \internal + + Removes \a pos from the childX list of this anchor. + + Note that this function does not change the parent setting in \a pos. +*/ +void QCPItemAnchor::removeChildX(QCPItemPosition *pos) +{ + if (!mChildrenX.remove(pos)) + qDebug() << Q_FUNC_INFO << "provided pos isn't child" << reinterpret_cast(pos); +} + +/*! \internal + + Adds \a pos to the childY list of this anchor, which keeps track of which children use this + anchor as parent anchor for the respective coordinate. This is necessary to notify the children + prior to destruction of the anchor. + + Note that this function does not change the parent setting in \a pos. +*/ +void QCPItemAnchor::addChildY(QCPItemPosition *pos) +{ + if (!mChildrenY.contains(pos)) + mChildrenY.insert(pos); + else + qDebug() << Q_FUNC_INFO << "provided pos is child already" << reinterpret_cast(pos); +} + +/*! \internal + + Removes \a pos from the childY list of this anchor. + + Note that this function does not change the parent setting in \a pos. +*/ +void QCPItemAnchor::removeChildY(QCPItemPosition *pos) +{ + if (!mChildrenY.remove(pos)) + qDebug() << Q_FUNC_INFO << "provided pos isn't child" << reinterpret_cast(pos); +} + + +//////////////////////////////////////////////////////////////////////////////////////////////////// +//////////////////// QCPItemPosition +//////////////////////////////////////////////////////////////////////////////////////////////////// + +/*! \class QCPItemPosition + \brief Manages the position of an item. + + Every item has at least one public QCPItemPosition member pointer which provides ways to position the + item on the QCustomPlot surface. Some items have multiple positions, for example QCPItemRect has two: + \a topLeft and \a bottomRight. + + QCPItemPosition has a type (\ref PositionType) that can be set with \ref setType. This type + defines how coordinates passed to \ref setCoords are to be interpreted, e.g. as absolute pixel + coordinates, as plot coordinates of certain axes, etc. For more advanced plots it is also + possible to assign different types per X/Y coordinate of the position (see \ref setTypeX, \ref + setTypeY). This way an item could be positioned at a fixed pixel distance from the top in the Y + direction, while following a plot coordinate in the X direction. + + A QCPItemPosition may have a parent QCPItemAnchor, see \ref setParentAnchor. This way you can tie + multiple items together. If the QCPItemPosition has a parent, its coordinates (\ref setCoords) + are considered to be absolute pixels in the reference frame of the parent anchor, where (0, 0) + means directly ontop of the parent anchor. For example, You could attach the \a start position of + a QCPItemLine to the \a bottom anchor of a QCPItemText to make the starting point of the line + always be centered under the text label, no matter where the text is moved to. For more advanced + plots, it is possible to assign different parent anchors per X/Y coordinate of the position, see + \ref setParentAnchorX, \ref setParentAnchorY. This way an item could follow another item in the X + direction but stay at a fixed position in the Y direction. Or even follow item A in X, and item B + in Y. + + Note that every QCPItemPosition inherits from QCPItemAnchor and thus can itself be used as parent + anchor for other positions. + + To set the apparent pixel position on the QCustomPlot surface directly, use \ref setPixelPoint. This + works no matter what type this QCPItemPosition is or what parent-child situation it is in, as \ref + setPixelPoint transforms the coordinates appropriately, to make the position appear at the specified + pixel values. +*/ + +/* start documentation of inline functions */ + +/*! \fn QCPItemPosition::PositionType *QCPItemPosition::type() const + + Returns the current position type. + + If different types were set for X and Y (\ref setTypeX, \ref setTypeY), this method returns the + type of the X coordinate. In that case rather use \a typeX() and \a typeY(). + + \see setType +*/ + +/*! \fn QCPItemAnchor *QCPItemPosition::parentAnchor() const + + Returns the current parent anchor. + + If different parent anchors were set for X and Y (\ref setParentAnchorX, \ref setParentAnchorY), + this method returns the parent anchor of the Y coordinate. In that case rather use \a + parentAnchorX() and \a parentAnchorY(). + + \see setParentAnchor +*/ + +/* end documentation of inline functions */ + +/*! + Creates a new QCPItemPosition. You shouldn't create QCPItemPosition instances directly, even if + you want to make a new item subclass. Use \ref QCPAbstractItem::createPosition instead, as + explained in the subclassing section of the QCPAbstractItem documentation. +*/ +QCPItemPosition::QCPItemPosition(QCustomPlot *parentPlot, QCPAbstractItem *parentItem, const QString name) : + QCPItemAnchor(parentPlot, parentItem, name), + mPositionTypeX(ptAbsolute), + mPositionTypeY(ptAbsolute), + mKey(0), + mValue(0), + mParentAnchorX(0), + mParentAnchorY(0) +{ +} + +QCPItemPosition::~QCPItemPosition() +{ + // unregister as parent at children: + // Note: this is done in ~QCPItemAnchor again, but it's important QCPItemPosition does it itself, because only then + // the setParentAnchor(0) call the correct QCPItemPosition::pixelPoint function instead of QCPItemAnchor::pixelPoint + foreach (QCPItemPosition *child, mChildrenX.toList()) + { + if (child->parentAnchorX() == this) + child->setParentAnchorX(0); // this acts back on this anchor and child removes itself from mChildrenX + } + foreach (QCPItemPosition *child, mChildrenY.toList()) + { + if (child->parentAnchorY() == this) + child->setParentAnchorY(0); // this acts back on this anchor and child removes itself from mChildrenY + } + // unregister as child in parent: + if (mParentAnchorX) + mParentAnchorX->removeChildX(this); + if (mParentAnchorY) + mParentAnchorY->removeChildY(this); +} + +/* can't make this a header inline function, because QPointer breaks with forward declared types, see QTBUG-29588 */ +QCPAxisRect *QCPItemPosition::axisRect() const +{ + return mAxisRect.data(); +} + +/*! + Sets the type of the position. The type defines how the coordinates passed to \ref setCoords + should be handled and how the QCPItemPosition should behave in the plot. + + The possible values for \a type can be separated in two main categories: + + \li The position is regarded as a point in plot coordinates. This corresponds to \ref ptPlotCoords + and requires two axes that define the plot coordinate system. They can be specified with \ref setAxes. + By default, the QCustomPlot's x- and yAxis are used. + + \li The position is fixed on the QCustomPlot surface, i.e. independent of axis ranges. This + corresponds to all other types, i.e. \ref ptAbsolute, \ref ptViewportRatio and \ref + ptAxisRectRatio. They differ only in the way the absolute position is described, see the + documentation of \ref PositionType for details. For \ref ptAxisRectRatio, note that you can specify + the axis rect with \ref setAxisRect. By default this is set to the main axis rect. + + Note that the position type \ref ptPlotCoords is only available (and sensible) when the position + has no parent anchor (\ref setParentAnchor). + + If the type is changed, the apparent pixel position on the plot is preserved. This means + the coordinates as retrieved with coords() and set with \ref setCoords may change in the process. + + This method sets the type for both X and Y directions. It is also possible to set different types + for X and Y, see \ref setTypeX, \ref setTypeY. +*/ +void QCPItemPosition::setType(QCPItemPosition::PositionType type) +{ + setTypeX(type); + setTypeY(type); +} + +/*! + This method sets the position type of the X coordinate to \a type. + + For a detailed description of what a position type is, see the documentation of \ref setType. + + \see setType, setTypeY +*/ +void QCPItemPosition::setTypeX(QCPItemPosition::PositionType type) +{ + if (mPositionTypeX != type) + { + // if switching from or to coordinate type that isn't valid (e.g. because axes or axis rect + // were deleted), don't try to recover the pixelPoint() because it would output a qDebug warning. + bool retainPixelPosition = true; + if ((mPositionTypeX == ptPlotCoords || type == ptPlotCoords) && (!mKeyAxis || !mValueAxis)) + retainPixelPosition = false; + if ((mPositionTypeX == ptAxisRectRatio || type == ptAxisRectRatio) && (!mAxisRect)) + retainPixelPosition = false; + + QPointF pixel; + if (retainPixelPosition) + pixel = pixelPoint(); + + mPositionTypeX = type; + + if (retainPixelPosition) + setPixelPoint(pixel); + } +} + +/*! + This method sets the position type of the Y coordinate to \a type. + + For a detailed description of what a position type is, see the documentation of \ref setType. + + \see setType, setTypeX +*/ +void QCPItemPosition::setTypeY(QCPItemPosition::PositionType type) +{ + if (mPositionTypeY != type) + { + // if switching from or to coordinate type that isn't valid (e.g. because axes or axis rect + // were deleted), don't try to recover the pixelPoint() because it would output a qDebug warning. + bool retainPixelPosition = true; + if ((mPositionTypeY == ptPlotCoords || type == ptPlotCoords) && (!mKeyAxis || !mValueAxis)) + retainPixelPosition = false; + if ((mPositionTypeY == ptAxisRectRatio || type == ptAxisRectRatio) && (!mAxisRect)) + retainPixelPosition = false; + + QPointF pixel; + if (retainPixelPosition) + pixel = pixelPoint(); + + mPositionTypeY = type; + + if (retainPixelPosition) + setPixelPoint(pixel); + } +} + +/*! + Sets the parent of this QCPItemPosition to \a parentAnchor. This means the position will now + follow any position changes of the anchor. The local coordinate system of positions with a parent + anchor always is absolute pixels, with (0, 0) being exactly on top of the parent anchor. (Hence + the type shouldn't be set to \ref ptPlotCoords for positions with parent anchors.) + + if \a keepPixelPosition is true, the current pixel position of the QCPItemPosition is preserved + during reparenting. If it's set to false, the coordinates are set to (0, 0), i.e. the position + will be exactly on top of the parent anchor. + + To remove this QCPItemPosition from any parent anchor, set \a parentAnchor to 0. + + If the QCPItemPosition previously had no parent and the type is \ref ptPlotCoords, the type is + set to \ref ptAbsolute, to keep the position in a valid state. + + This method sets the parent anchor for both X and Y directions. It is also possible to set + different parents for X and Y, see \ref setParentAnchorX, \ref setParentAnchorY. +*/ +bool QCPItemPosition::setParentAnchor(QCPItemAnchor *parentAnchor, bool keepPixelPosition) +{ + bool successX = setParentAnchorX(parentAnchor, keepPixelPosition); + bool successY = setParentAnchorY(parentAnchor, keepPixelPosition); + return successX && successY; +} + +/*! + This method sets the parent anchor of the X coordinate to \a parentAnchor. + + For a detailed description of what a parent anchor is, see the documentation of \ref setParentAnchor. + + \see setParentAnchor, setParentAnchorY +*/ +bool QCPItemPosition::setParentAnchorX(QCPItemAnchor *parentAnchor, bool keepPixelPosition) +{ + // make sure self is not assigned as parent: + if (parentAnchor == this) + { + qDebug() << Q_FUNC_INFO << "can't set self as parent anchor" << reinterpret_cast(parentAnchor); + return false; + } + // make sure no recursive parent-child-relationships are created: + QCPItemAnchor *currentParent = parentAnchor; + while (currentParent) + { + if (QCPItemPosition *currentParentPos = currentParent->toQCPItemPosition()) + { + // is a QCPItemPosition, might have further parent, so keep iterating + if (currentParentPos == this) + { + qDebug() << Q_FUNC_INFO << "can't create recursive parent-child-relationship" << reinterpret_cast(parentAnchor); + return false; + } + currentParent = currentParentPos->parentAnchorX(); + } else + { + // is a QCPItemAnchor, can't have further parent. Now make sure the parent items aren't the + // same, to prevent a position being child of an anchor which itself depends on the position, + // because they're both on the same item: + if (currentParent->mParentItem == mParentItem) + { + qDebug() << Q_FUNC_INFO << "can't set parent to be an anchor which itself depends on this position" << reinterpret_cast(parentAnchor); + return false; + } + break; + } + } + + // if previously no parent set and PosType is still ptPlotCoords, set to ptAbsolute: + if (!mParentAnchorX && mPositionTypeX == ptPlotCoords) + setTypeX(ptAbsolute); + + // save pixel position: + QPointF pixelP; + if (keepPixelPosition) + pixelP = pixelPoint(); + // unregister at current parent anchor: + if (mParentAnchorX) + mParentAnchorX->removeChildX(this); + // register at new parent anchor: + if (parentAnchor) + parentAnchor->addChildX(this); + mParentAnchorX = parentAnchor; + // restore pixel position under new parent: + if (keepPixelPosition) + setPixelPoint(pixelP); + else + setCoords(0, coords().y()); + return true; +} + +/*! + This method sets the parent anchor of the Y coordinate to \a parentAnchor. + + For a detailed description of what a parent anchor is, see the documentation of \ref setParentAnchor. + + \see setParentAnchor, setParentAnchorX +*/ +bool QCPItemPosition::setParentAnchorY(QCPItemAnchor *parentAnchor, bool keepPixelPosition) +{ + // make sure self is not assigned as parent: + if (parentAnchor == this) + { + qDebug() << Q_FUNC_INFO << "can't set self as parent anchor" << reinterpret_cast(parentAnchor); + return false; + } + // make sure no recursive parent-child-relationships are created: + QCPItemAnchor *currentParent = parentAnchor; + while (currentParent) + { + if (QCPItemPosition *currentParentPos = currentParent->toQCPItemPosition()) + { + // is a QCPItemPosition, might have further parent, so keep iterating + if (currentParentPos == this) + { + qDebug() << Q_FUNC_INFO << "can't create recursive parent-child-relationship" << reinterpret_cast(parentAnchor); + return false; + } + currentParent = currentParentPos->parentAnchorY(); + } else + { + // is a QCPItemAnchor, can't have further parent. Now make sure the parent items aren't the + // same, to prevent a position being child of an anchor which itself depends on the position, + // because they're both on the same item: + if (currentParent->mParentItem == mParentItem) + { + qDebug() << Q_FUNC_INFO << "can't set parent to be an anchor which itself depends on this position" << reinterpret_cast(parentAnchor); + return false; + } + break; + } + } + + // if previously no parent set and PosType is still ptPlotCoords, set to ptAbsolute: + if (!mParentAnchorY && mPositionTypeY == ptPlotCoords) + setTypeY(ptAbsolute); + + // save pixel position: + QPointF pixelP; + if (keepPixelPosition) + pixelP = pixelPoint(); + // unregister at current parent anchor: + if (mParentAnchorY) + mParentAnchorY->removeChildY(this); + // register at new parent anchor: + if (parentAnchor) + parentAnchor->addChildY(this); + mParentAnchorY = parentAnchor; + // restore pixel position under new parent: + if (keepPixelPosition) + setPixelPoint(pixelP); + else + setCoords(coords().x(), 0); + return true; +} + +/*! + Sets the coordinates of this QCPItemPosition. What the coordinates mean, is defined by the type + (\ref setType, \ref setTypeX, \ref setTypeY). + + For example, if the type is \ref ptAbsolute, \a key and \a value mean the x and y pixel position + on the QCustomPlot surface. In that case the origin (0, 0) is in the top left corner of the + QCustomPlot viewport. If the type is \ref ptPlotCoords, \a key and \a value mean a point in the + plot coordinate system defined by the axes set by \ref setAxes. By default those are the + QCustomPlot's xAxis and yAxis. See the documentation of \ref setType for other available + coordinate types and their meaning. + + If different types were configured for X and Y (\ref setTypeX, \ref setTypeY), \a key and \a + value must also be provided in the different coordinate systems. Here, the X type refers to \a + key, and the Y type refers to \a value. + + \see setPixelPoint +*/ +void QCPItemPosition::setCoords(double key, double value) +{ + mKey = key; + mValue = value; +} + +/*! \overload + + Sets the coordinates as a QPointF \a pos where pos.x has the meaning of \a key and pos.y the + meaning of \a value of the \ref setCoords(double key, double value) method. +*/ +void QCPItemPosition::setCoords(const QPointF &pos) +{ + setCoords(pos.x(), pos.y()); +} + +/*! + Returns the final absolute pixel position of the QCPItemPosition on the QCustomPlot surface. It + includes all effects of type (\ref setType) and possible parent anchors (\ref setParentAnchor). + + \see setPixelPoint +*/ +QPointF QCPItemPosition::pixelPoint() const +{ + QPointF result; + + // determine X: + switch (mPositionTypeX) + { + case ptAbsolute: + { + result.rx() = mKey; + if (mParentAnchorX) + result.rx() += mParentAnchorX->pixelPoint().x(); + break; + } + case ptViewportRatio: + { + result.rx() = mKey*mParentPlot->viewport().width(); + if (mParentAnchorX) + result.rx() += mParentAnchorX->pixelPoint().x(); + else + result.rx() += mParentPlot->viewport().left(); + break; + } + case ptAxisRectRatio: + { + if (mAxisRect) + { + result.rx() = mKey*mAxisRect.data()->width(); + if (mParentAnchorX) + result.rx() += mParentAnchorX->pixelPoint().x(); + else + result.rx() += mAxisRect.data()->left(); + } else + qDebug() << Q_FUNC_INFO << "Item position type x is ptAxisRectRatio, but no axis rect was defined"; + break; + } + case ptPlotCoords: + { + if (mKeyAxis && mKeyAxis.data()->orientation() == Qt::Horizontal) + result.rx() = mKeyAxis.data()->coordToPixel(mKey); + else if (mValueAxis && mValueAxis.data()->orientation() == Qt::Horizontal) + result.rx() = mValueAxis.data()->coordToPixel(mValue); + else + qDebug() << Q_FUNC_INFO << "Item position type x is ptPlotCoords, but no axes were defined"; + break; + } + } + + // determine Y: + switch (mPositionTypeY) + { + case ptAbsolute: + { + result.ry() = mValue; + if (mParentAnchorY) + result.ry() += mParentAnchorY->pixelPoint().y(); + break; + } + case ptViewportRatio: + { + result.ry() = mValue*mParentPlot->viewport().height(); + if (mParentAnchorY) + result.ry() += mParentAnchorY->pixelPoint().y(); + else + result.ry() += mParentPlot->viewport().top(); + break; + } + case ptAxisRectRatio: + { + if (mAxisRect) + { + result.ry() = mValue*mAxisRect.data()->height(); + if (mParentAnchorY) + result.ry() += mParentAnchorY->pixelPoint().y(); + else + result.ry() += mAxisRect.data()->top(); + } else + qDebug() << Q_FUNC_INFO << "Item position type y is ptAxisRectRatio, but no axis rect was defined"; + break; + } + case ptPlotCoords: + { + if (mKeyAxis && mKeyAxis.data()->orientation() == Qt::Vertical) + result.ry() = mKeyAxis.data()->coordToPixel(mKey); + else if (mValueAxis && mValueAxis.data()->orientation() == Qt::Vertical) + result.ry() = mValueAxis.data()->coordToPixel(mValue); + else + qDebug() << Q_FUNC_INFO << "Item position type y is ptPlotCoords, but no axes were defined"; + break; + } + } + + return result; +} + +/*! + When \ref setType is \ref ptPlotCoords, this function may be used to specify the axes the + coordinates set with \ref setCoords relate to. By default they are set to the initial xAxis and + yAxis of the QCustomPlot. +*/ +void QCPItemPosition::setAxes(QCPAxis *keyAxis, QCPAxis *valueAxis) +{ + mKeyAxis = keyAxis; + mValueAxis = valueAxis; +} + +/*! + When \ref setType is \ref ptAxisRectRatio, this function may be used to specify the axis rect the + coordinates set with \ref setCoords relate to. By default this is set to the main axis rect of + the QCustomPlot. +*/ +void QCPItemPosition::setAxisRect(QCPAxisRect *axisRect) +{ + mAxisRect = axisRect; +} + +/*! + Sets the apparent pixel position. This works no matter what type (\ref setType) this + QCPItemPosition is or what parent-child situation it is in, as coordinates are transformed + appropriately, to make the position finally appear at the specified pixel values. + + Only if the type is \ref ptAbsolute and no parent anchor is set, this function's effect is + identical to that of \ref setCoords. + + \see pixelPoint, setCoords +*/ +void QCPItemPosition::setPixelPoint(const QPointF &pixelPoint) +{ + double x = pixelPoint.x(); + double y = pixelPoint.y(); + + switch (mPositionTypeX) + { + case ptAbsolute: + { + if (mParentAnchorX) + x -= mParentAnchorX->pixelPoint().x(); + break; + } + case ptViewportRatio: + { + if (mParentAnchorX) + x -= mParentAnchorX->pixelPoint().x(); + else + x -= mParentPlot->viewport().left(); + x /= (double)mParentPlot->viewport().width(); + break; + } + case ptAxisRectRatio: + { + if (mAxisRect) + { + if (mParentAnchorX) + x -= mParentAnchorX->pixelPoint().x(); + else + x -= mAxisRect.data()->left(); + x /= (double)mAxisRect.data()->width(); + } else + qDebug() << Q_FUNC_INFO << "Item position type x is ptAxisRectRatio, but no axis rect was defined"; + break; + } + case ptPlotCoords: + { + if (mKeyAxis && mKeyAxis.data()->orientation() == Qt::Horizontal) + x = mKeyAxis.data()->pixelToCoord(x); + else if (mValueAxis && mValueAxis.data()->orientation() == Qt::Horizontal) + y = mValueAxis.data()->pixelToCoord(x); + else + qDebug() << Q_FUNC_INFO << "Item position type x is ptPlotCoords, but no axes were defined"; + break; + } + } + + switch (mPositionTypeY) + { + case ptAbsolute: + { + if (mParentAnchorY) + y -= mParentAnchorY->pixelPoint().y(); + break; + } + case ptViewportRatio: + { + if (mParentAnchorY) + y -= mParentAnchorY->pixelPoint().y(); + else + y -= mParentPlot->viewport().top(); + y /= (double)mParentPlot->viewport().height(); + break; + } + case ptAxisRectRatio: + { + if (mAxisRect) + { + if (mParentAnchorY) + y -= mParentAnchorY->pixelPoint().y(); + else + y -= mAxisRect.data()->top(); + y /= (double)mAxisRect.data()->height(); + } else + qDebug() << Q_FUNC_INFO << "Item position type y is ptAxisRectRatio, but no axis rect was defined"; + break; + } + case ptPlotCoords: + { + if (mKeyAxis && mKeyAxis.data()->orientation() == Qt::Vertical) + x = mKeyAxis.data()->pixelToCoord(y); + else if (mValueAxis && mValueAxis.data()->orientation() == Qt::Vertical) + y = mValueAxis.data()->pixelToCoord(y); + else + qDebug() << Q_FUNC_INFO << "Item position type y is ptPlotCoords, but no axes were defined"; + break; + } + } + + setCoords(x, y); +} + + +//////////////////////////////////////////////////////////////////////////////////////////////////// +//////////////////// QCPAbstractItem +//////////////////////////////////////////////////////////////////////////////////////////////////// + +/*! \class QCPAbstractItem + \brief The abstract base class for all items in a plot. + + In QCustomPlot, items are supplemental graphical elements that are neither plottables + (QCPAbstractPlottable) nor axes (QCPAxis). While plottables are always tied to two axes and thus + plot coordinates, items can also be placed in absolute coordinates independent of any axes. Each + specific item has at least one QCPItemPosition member which controls the positioning. Some items + are defined by more than one coordinate and thus have two or more QCPItemPosition members (For + example, QCPItemRect has \a topLeft and \a bottomRight). + + This abstract base class defines a very basic interface like visibility and clipping. Since this + class is abstract, it can't be instantiated. Use one of the subclasses or create a subclass + yourself to create new items. + + The built-in items are: + + + + + + + + + + +
QCPItemLineA line defined by a start and an end point. May have different ending styles on each side (e.g. arrows).
QCPItemStraightLineA straight line defined by a start and a direction point. Unlike QCPItemLine, the straight line is infinitely long and has no endings.
QCPItemCurveA curve defined by start, end and two intermediate control points. May have different ending styles on each side (e.g. arrows).
QCPItemRectA rectangle
QCPItemEllipseAn ellipse
QCPItemPixmapAn arbitrary pixmap
QCPItemTextA text label
QCPItemBracketA bracket which may be used to reference/highlight certain parts in the plot.
QCPItemTracerAn item that can be attached to a QCPGraph and sticks to its data points, given a key coordinate.
+ + \section items-clipping Clipping + + Items are by default clipped to the main axis rect (they are only visible inside the axis rect). + To make an item visible outside that axis rect, disable clipping via \ref setClipToAxisRect + "setClipToAxisRect(false)". + + On the other hand if you want the item to be clipped to a different axis rect, specify it via + \ref setClipAxisRect. This clipAxisRect property of an item is only used for clipping behaviour, and + in principle is independent of the coordinate axes the item might be tied to via its position + members (\ref QCPItemPosition::setAxes). However, it is common that the axis rect for clipping + also contains the axes used for the item positions. + + \section items-using Using items + + First you instantiate the item you want to use and add it to the plot: + \snippet documentation/doc-code-snippets/mainwindow.cpp qcpitemline-creation-1 + by default, the positions of the item are bound to the x- and y-Axis of the plot. So we can just + set the plot coordinates where the line should start/end: + \snippet documentation/doc-code-snippets/mainwindow.cpp qcpitemline-creation-2 + If we don't want the line to be positioned in plot coordinates but a different coordinate system, + e.g. absolute pixel positions on the QCustomPlot surface, we need to change the position type like this: + \snippet documentation/doc-code-snippets/mainwindow.cpp qcpitemline-creation-3 + Then we can set the coordinates, this time in pixels: + \snippet documentation/doc-code-snippets/mainwindow.cpp qcpitemline-creation-4 + and make the line visible on the entire QCustomPlot, by disabling clipping to the axis rect: + \snippet documentation/doc-code-snippets/mainwindow.cpp qcpitemline-creation-5 + + For more advanced plots, it is even possible to set different types and parent anchors per X/Y + coordinate of an item position, using for example \ref QCPItemPosition::setTypeX or \ref + QCPItemPosition::setParentAnchorX. For details, see the documentation of \ref QCPItemPosition. + + \section items-subclassing Creating own items + + To create an own item, you implement a subclass of QCPAbstractItem. These are the pure + virtual functions, you must implement: + \li \ref selectTest + \li \ref draw + + See the documentation of those functions for what they need to do. + + \subsection items-positioning Allowing the item to be positioned + + As mentioned, item positions are represented by QCPItemPosition members. Let's assume the new item shall + have only one point as its position (as opposed to two like a rect or multiple like a polygon). You then add + a public member of type QCPItemPosition like so: + + \code QCPItemPosition * const myPosition;\endcode + + the const makes sure the pointer itself can't be modified from the user of your new item (the QCPItemPosition + instance it points to, can be modified, of course). + The initialization of this pointer is made easy with the \ref createPosition function. Just assign + the return value of this function to each QCPItemPosition in the constructor of your item. \ref createPosition + takes a string which is the name of the position, typically this is identical to the variable name. + For example, the constructor of QCPItemExample could look like this: + + \code + QCPItemExample::QCPItemExample(QCustomPlot *parentPlot) : + QCPAbstractItem(parentPlot), + myPosition(createPosition("myPosition")) + { + // other constructor code + } + \endcode + + \subsection items-drawing The draw function + + To give your item a visual representation, reimplement the \ref draw function and use the passed + QCPPainter to draw the item. You can retrieve the item position in pixel coordinates from the + position member(s) via \ref QCPItemPosition::pixelPoint. + + To optimize performance you should calculate a bounding rect first (don't forget to take the pen + width into account), check whether it intersects the \ref clipRect, and only draw the item at all + if this is the case. + + \subsection items-selection The selectTest function + + Your implementation of the \ref selectTest function may use the helpers \ref distSqrToLine and + \ref rectSelectTest. With these, the implementation of the selection test becomes significantly + simpler for most items. See the documentation of \ref selectTest for what the function parameters + mean and what the function should return. + + \subsection anchors Providing anchors + + Providing anchors (QCPItemAnchor) starts off like adding a position. First you create a public + member, e.g. + + \code QCPItemAnchor * const bottom;\endcode + + and create it in the constructor with the \ref createAnchor function, assigning it a name and an + anchor id (an integer enumerating all anchors on the item, you may create an own enum for this). + Since anchors can be placed anywhere, relative to the item's position(s), your item needs to + provide the position of every anchor with the reimplementation of the \ref anchorPixelPoint(int + anchorId) function. + + In essence the QCPItemAnchor is merely an intermediary that itself asks your item for the pixel + position when anything attached to the anchor needs to know the coordinates. +*/ + +/* start of documentation of inline functions */ + +/*! \fn QList QCPAbstractItem::positions() const + + Returns all positions of the item in a list. + + \see anchors, position +*/ + +/*! \fn QList QCPAbstractItem::anchors() const + + Returns all anchors of the item in a list. Note that since a position (QCPItemPosition) is always + also an anchor, the list will also contain the positions of this item. + + \see positions, anchor +*/ + +/* end of documentation of inline functions */ +/* start documentation of pure virtual functions */ + +/*! \fn void QCPAbstractItem::draw(QCPPainter *painter) = 0 + \internal + + Draws this item with the provided \a painter. + + The cliprect of the provided painter is set to the rect returned by \ref clipRect before this + function is called. The clipRect depends on the clipping settings defined by \ref + setClipToAxisRect and \ref setClipAxisRect. +*/ + +/* end documentation of pure virtual functions */ +/* start documentation of signals */ + +/*! \fn void QCPAbstractItem::selectionChanged(bool selected) + This signal is emitted when the selection state of this item has changed, either by user interaction + or by a direct call to \ref setSelected. +*/ + +/* end documentation of signals */ + +/*! + Base class constructor which initializes base class members. +*/ +QCPAbstractItem::QCPAbstractItem(QCustomPlot *parentPlot) : + QCPLayerable(parentPlot), + mClipToAxisRect(false), + mSelectable(true), + mSelected(false) +{ + QList rects = parentPlot->axisRects(); + if (rects.size() > 0) + { + setClipToAxisRect(true); + setClipAxisRect(rects.first()); + } +} + +QCPAbstractItem::~QCPAbstractItem() +{ + // don't delete mPositions because every position is also an anchor and thus in mAnchors + qDeleteAll(mAnchors); +} + +/* can't make this a header inline function, because QPointer breaks with forward declared types, see QTBUG-29588 */ +QCPAxisRect *QCPAbstractItem::clipAxisRect() const +{ + return mClipAxisRect.data(); +} + +/*! + Sets whether the item shall be clipped to an axis rect or whether it shall be visible on the + entire QCustomPlot. The axis rect can be set with \ref setClipAxisRect. + + \see setClipAxisRect +*/ +void QCPAbstractItem::setClipToAxisRect(bool clip) +{ + mClipToAxisRect = clip; + if (mClipToAxisRect) + setParentLayerable(mClipAxisRect.data()); +} + +/*! + Sets the clip axis rect. It defines the rect that will be used to clip the item when \ref + setClipToAxisRect is set to true. + + \see setClipToAxisRect +*/ +void QCPAbstractItem::setClipAxisRect(QCPAxisRect *rect) +{ + mClipAxisRect = rect; + if (mClipToAxisRect) + setParentLayerable(mClipAxisRect.data()); +} + +/*! + Sets whether the user can (de-)select this item by clicking on the QCustomPlot surface. + (When \ref QCustomPlot::setInteractions contains QCustomPlot::iSelectItems.) + + However, even when \a selectable was set to false, it is possible to set the selection manually, + by calling \ref setSelected. + + \see QCustomPlot::setInteractions, setSelected +*/ +void QCPAbstractItem::setSelectable(bool selectable) +{ + if (mSelectable != selectable) + { + mSelectable = selectable; + emit selectableChanged(mSelectable); + } +} + +/*! + Sets whether this item is selected or not. When selected, it might use a different visual + appearance (e.g. pen and brush), this depends on the specific item though. + + The entire selection mechanism for items is handled automatically when \ref + QCustomPlot::setInteractions contains QCustomPlot::iSelectItems. You only need to call this + function when you wish to change the selection state manually. + + This function can change the selection state even when \ref setSelectable was set to false. + + emits the \ref selectionChanged signal when \a selected is different from the previous selection state. + + \see setSelectable, selectTest +*/ +void QCPAbstractItem::setSelected(bool selected) +{ + if (mSelected != selected) + { + mSelected = selected; + emit selectionChanged(mSelected); + } +} + +/*! + Returns the QCPItemPosition with the specified \a name. If this item doesn't have a position by + that name, returns 0. + + This function provides an alternative way to access item positions. Normally, you access + positions direcly by their member pointers (which typically have the same variable name as \a + name). + + \see positions, anchor +*/ +QCPItemPosition *QCPAbstractItem::position(const QString &name) const +{ + for (int i=0; iname() == name) + return mPositions.at(i); + } + qDebug() << Q_FUNC_INFO << "position with name not found:" << name; + return 0; +} + +/*! + Returns the QCPItemAnchor with the specified \a name. If this item doesn't have an anchor by + that name, returns 0. + + This function provides an alternative way to access item anchors. Normally, you access + anchors direcly by their member pointers (which typically have the same variable name as \a + name). + + \see anchors, position +*/ +QCPItemAnchor *QCPAbstractItem::anchor(const QString &name) const +{ + for (int i=0; iname() == name) + return mAnchors.at(i); + } + qDebug() << Q_FUNC_INFO << "anchor with name not found:" << name; + return 0; +} + +/*! + Returns whether this item has an anchor with the specified \a name. + + Note that you can check for positions with this function, too. This is because every position is + also an anchor (QCPItemPosition inherits from QCPItemAnchor). + + \see anchor, position +*/ +bool QCPAbstractItem::hasAnchor(const QString &name) const +{ + for (int i=0; iname() == name) + return true; + } + return false; +} + +/*! \internal + + Returns the rect the visual representation of this item is clipped to. This depends on the + current setting of \ref setClipToAxisRect as well as the axis rect set with \ref setClipAxisRect. + + If the item is not clipped to an axis rect, the \ref QCustomPlot::viewport rect is returned. + + \see draw +*/ +QRect QCPAbstractItem::clipRect() const +{ + if (mClipToAxisRect && mClipAxisRect) + return mClipAxisRect.data()->rect(); + else + return mParentPlot->viewport(); +} + +/*! \internal + + A convenience function to easily set the QPainter::Antialiased hint on the provided \a painter + before drawing item lines. + + This is the antialiasing state the painter passed to the \ref draw method is in by default. + + This function takes into account the local setting of the antialiasing flag as well as the + overrides set with \ref QCustomPlot::setAntialiasedElements and \ref + QCustomPlot::setNotAntialiasedElements. + + \see setAntialiased +*/ +void QCPAbstractItem::applyDefaultAntialiasingHint(QCPPainter *painter) const +{ + applyAntialiasingHint(painter, mAntialiased, QCP::aeItems); +} + +/*! \internal + + Finds the shortest squared distance of \a point to the line segment defined by \a start and \a + end. + + This function may be used to help with the implementation of the \ref selectTest function for + specific items. + + \note This function is identical to QCPAbstractPlottable::distSqrToLine + + \see rectSelectTest +*/ +double QCPAbstractItem::distSqrToLine(const QPointF &start, const QPointF &end, const QPointF &point) const +{ + QVector2D a(start); + QVector2D b(end); + QVector2D p(point); + QVector2D v(b-a); + + double vLengthSqr = v.lengthSquared(); + if (!qFuzzyIsNull(vLengthSqr)) + { + double mu = QVector2D::dotProduct(p-a, v)/vLengthSqr; + if (mu < 0) + return (a-p).lengthSquared(); + else if (mu > 1) + return (b-p).lengthSquared(); + else + return ((a + mu*v)-p).lengthSquared(); + } else + return (a-p).lengthSquared(); +} + +/*! \internal + + A convenience function which returns the selectTest value for a specified \a rect and a specified + click position \a pos. \a filledRect defines whether a click inside the rect should also be + considered a hit or whether only the rect border is sensitive to hits. + + This function may be used to help with the implementation of the \ref selectTest function for + specific items. + + For example, if your item consists of four rects, call this function four times, once for each + rect, in your \ref selectTest reimplementation. Finally, return the minimum of all four returned + values. + + \see distSqrToLine +*/ +double QCPAbstractItem::rectSelectTest(const QRectF &rect, const QPointF &pos, bool filledRect) const +{ + double result = -1; + + // distance to border: + QList lines; + lines << QLineF(rect.topLeft(), rect.topRight()) << QLineF(rect.bottomLeft(), rect.bottomRight()) + << QLineF(rect.topLeft(), rect.bottomLeft()) << QLineF(rect.topRight(), rect.bottomRight()); + double minDistSqr = std::numeric_limits::max(); + for (int i=0; i mParentPlot->selectionTolerance()*0.99) + { + if (rect.contains(pos)) + result = mParentPlot->selectionTolerance()*0.99; + } + return result; +} + +/*! \internal + + Returns the pixel position of the anchor with Id \a anchorId. This function must be reimplemented in + item subclasses if they want to provide anchors (QCPItemAnchor). + + For example, if the item has two anchors with id 0 and 1, this function takes one of these anchor + ids and returns the respective pixel points of the specified anchor. + + \see createAnchor +*/ +QPointF QCPAbstractItem::anchorPixelPoint(int anchorId) const +{ + qDebug() << Q_FUNC_INFO << "called on item which shouldn't have any anchors (this method not reimplemented). anchorId" << anchorId; + return QPointF(); +} + +/*! \internal + + Creates a QCPItemPosition, registers it with this item and returns a pointer to it. The specified + \a name must be a unique string that is usually identical to the variable name of the position + member (This is needed to provide the name-based \ref position access to positions). + + Don't delete positions created by this function manually, as the item will take care of it. + + Use this function in the constructor (initialization list) of the specific item subclass to + create each position member. Don't create QCPItemPositions with \b new yourself, because they + won't be registered with the item properly. + + \see createAnchor +*/ +QCPItemPosition *QCPAbstractItem::createPosition(const QString &name) +{ + if (hasAnchor(name)) + qDebug() << Q_FUNC_INFO << "anchor/position with name exists already:" << name; + QCPItemPosition *newPosition = new QCPItemPosition(mParentPlot, this, name); + mPositions.append(newPosition); + mAnchors.append(newPosition); // every position is also an anchor + newPosition->setAxes(mParentPlot->xAxis, mParentPlot->yAxis); + newPosition->setType(QCPItemPosition::ptPlotCoords); + if (mParentPlot->axisRect()) + newPosition->setAxisRect(mParentPlot->axisRect()); + newPosition->setCoords(0, 0); + return newPosition; +} + +/*! \internal + + Creates a QCPItemAnchor, registers it with this item and returns a pointer to it. The specified + \a name must be a unique string that is usually identical to the variable name of the anchor + member (This is needed to provide the name based \ref anchor access to anchors). + + The \a anchorId must be a number identifying the created anchor. It is recommended to create an + enum (e.g. "AnchorIndex") for this on each item that uses anchors. This id is used by the anchor + to identify itself when it calls QCPAbstractItem::anchorPixelPoint. That function then returns + the correct pixel coordinates for the passed anchor id. + + Don't delete anchors created by this function manually, as the item will take care of it. + + Use this function in the constructor (initialization list) of the specific item subclass to + create each anchor member. Don't create QCPItemAnchors with \b new yourself, because then they + won't be registered with the item properly. + + \see createPosition +*/ +QCPItemAnchor *QCPAbstractItem::createAnchor(const QString &name, int anchorId) +{ + if (hasAnchor(name)) + qDebug() << Q_FUNC_INFO << "anchor/position with name exists already:" << name; + QCPItemAnchor *newAnchor = new QCPItemAnchor(mParentPlot, this, name, anchorId); + mAnchors.append(newAnchor); + return newAnchor; +} + +/* inherits documentation from base class */ +void QCPAbstractItem::selectEvent(QMouseEvent *event, bool additive, const QVariant &details, bool *selectionStateChanged) +{ + Q_UNUSED(event) + Q_UNUSED(details) + if (mSelectable) + { + bool selBefore = mSelected; + setSelected(additive ? !mSelected : true); + if (selectionStateChanged) + *selectionStateChanged = mSelected != selBefore; + } +} + +/* inherits documentation from base class */ +void QCPAbstractItem::deselectEvent(bool *selectionStateChanged) +{ + if (mSelectable) + { + bool selBefore = mSelected; + setSelected(false); + if (selectionStateChanged) + *selectionStateChanged = mSelected != selBefore; + } +} + +/* inherits documentation from base class */ +QCP::Interaction QCPAbstractItem::selectionCategory() const +{ + return QCP::iSelectItems; +} + + +/*! \file */ + + + +//////////////////////////////////////////////////////////////////////////////////////////////////// +//////////////////// QCustomPlot +//////////////////////////////////////////////////////////////////////////////////////////////////// + +/*! \class QCustomPlot + + \brief The central class of the library. This is the QWidget which displays the plot and + interacts with the user. + + For tutorials on how to use QCustomPlot, see the website\n + http://www.qcustomplot.com/ +*/ + +/* start of documentation of inline functions */ + +/*! \fn QRect QCustomPlot::viewport() const + + Returns the viewport rect of this QCustomPlot instance. The viewport is the area the plot is + drawn in, all mechanisms, e.g. margin caluclation take the viewport to be the outer border of the + plot. The viewport normally is the rect() of the QCustomPlot widget, i.e. a rect with top left + (0, 0) and size of the QCustomPlot widget. + + Don't confuse the viewport with the axis rect (QCustomPlot::axisRect). An axis rect is typically + an area enclosed by four axes, where the graphs/plottables are drawn in. The viewport is larger + and contains also the axes themselves, their tick numbers, their labels, the plot title etc. + + Only when saving to a file (see \ref savePng, \ref savePdf etc.) the viewport is temporarily + modified to allow saving plots with sizes independent of the current widget size. +*/ + +/*! \fn QCPLayoutGrid *QCustomPlot::plotLayout() const + + Returns the top level layout of this QCustomPlot instance. It is a \ref QCPLayoutGrid, initially containing just + one cell with the main QCPAxisRect inside. +*/ + +/* end of documentation of inline functions */ +/* start of documentation of signals */ + +/*! \fn void QCustomPlot::mouseDoubleClick(QMouseEvent *event) + + This signal is emitted when the QCustomPlot receives a mouse double click event. +*/ + +/*! \fn void QCustomPlot::mousePress(QMouseEvent *event) + + This signal is emitted when the QCustomPlot receives a mouse press event. + + It is emitted before QCustomPlot handles any other mechanism like range dragging. So a slot + connected to this signal can still influence the behaviour e.g. with \ref QCPAxisRect::setRangeDrag or \ref + QCPAxisRect::setRangeDragAxes. +*/ + +/*! \fn void QCustomPlot::mouseMove(QMouseEvent *event) + + This signal is emitted when the QCustomPlot receives a mouse move event. + + It is emitted before QCustomPlot handles any other mechanism like range dragging. So a slot + connected to this signal can still influence the behaviour e.g. with \ref QCPAxisRect::setRangeDrag or \ref + QCPAxisRect::setRangeDragAxes. + + \warning It is discouraged to change the drag-axes with \ref QCPAxisRect::setRangeDragAxes here, + because the dragging starting point was saved the moment the mouse was pressed. Thus it only has + a meaning for the range drag axes that were set at that moment. If you want to change the drag + axes, consider doing this in the \ref mousePress signal instead. +*/ + +/*! \fn void QCustomPlot::mouseRelease(QMouseEvent *event) + + This signal is emitted when the QCustomPlot receives a mouse release event. + + It is emitted before QCustomPlot handles any other mechanisms like object selection. So a + slot connected to this signal can still influence the behaviour e.g. with \ref setInteractions or + \ref QCPAbstractPlottable::setSelectable. +*/ + +/*! \fn void QCustomPlot::mouseWheel(QMouseEvent *event) + + This signal is emitted when the QCustomPlot receives a mouse wheel event. + + It is emitted before QCustomPlot handles any other mechanisms like range zooming. So a slot + connected to this signal can still influence the behaviour e.g. with \ref QCPAxisRect::setRangeZoom, \ref + QCPAxisRect::setRangeZoomAxes or \ref QCPAxisRect::setRangeZoomFactor. +*/ + +/*! \fn void QCustomPlot::plottableClick(QCPAbstractPlottable *plottable, QMouseEvent *event) + + This signal is emitted when a plottable is clicked. + + \a event is the mouse event that caused the click and \a plottable is the plottable that received + the click. + + \see plottableDoubleClick +*/ + +/*! \fn void QCustomPlot::plottableDoubleClick(QCPAbstractPlottable *plottable, QMouseEvent *event) + + This signal is emitted when a plottable is double clicked. + + \a event is the mouse event that caused the click and \a plottable is the plottable that received + the click. + + \see plottableClick +*/ + +/*! \fn void QCustomPlot::itemClick(QCPAbstractItem *item, QMouseEvent *event) + + This signal is emitted when an item is clicked. + + \a event is the mouse event that caused the click and \a item is the item that received the + click. + + \see itemDoubleClick +*/ + +/*! \fn void QCustomPlot::itemDoubleClick(QCPAbstractItem *item, QMouseEvent *event) + + This signal is emitted when an item is double clicked. + + \a event is the mouse event that caused the click and \a item is the item that received the + click. + + \see itemClick +*/ + +/*! \fn void QCustomPlot::axisClick(QCPAxis *axis, QCPAxis::SelectablePart part, QMouseEvent *event) + + This signal is emitted when an axis is clicked. + + \a event is the mouse event that caused the click, \a axis is the axis that received the click and + \a part indicates the part of the axis that was clicked. + + \see axisDoubleClick +*/ + +/*! \fn void QCustomPlot::axisDoubleClick(QCPAxis *axis, QCPAxis::SelectablePart part, QMouseEvent *event) + + This signal is emitted when an axis is double clicked. + + \a event is the mouse event that caused the click, \a axis is the axis that received the click and + \a part indicates the part of the axis that was clicked. + + \see axisClick +*/ + +/*! \fn void QCustomPlot::legendClick(QCPLegend *legend, QCPAbstractLegendItem *item, QMouseEvent *event) + + This signal is emitted when a legend (item) is clicked. + + \a event is the mouse event that caused the click, \a legend is the legend that received the + click and \a item is the legend item that received the click. If only the legend and no item is + clicked, \a item is 0. This happens for a click inside the legend padding or the space between + two items. + + \see legendDoubleClick +*/ + +/*! \fn void QCustomPlot::legendDoubleClick(QCPLegend *legend, QCPAbstractLegendItem *item, QMouseEvent *event) + + This signal is emitted when a legend (item) is double clicked. + + \a event is the mouse event that caused the click, \a legend is the legend that received the + click and \a item is the legend item that received the click. If only the legend and no item is + clicked, \a item is 0. This happens for a click inside the legend padding or the space between + two items. + + \see legendClick +*/ + +/*! \fn void QCustomPlot:: titleClick(QMouseEvent *event, QCPPlotTitle *title) + + This signal is emitted when a plot title is clicked. + + \a event is the mouse event that caused the click and \a title is the plot title that received + the click. + + \see titleDoubleClick +*/ + +/*! \fn void QCustomPlot::titleDoubleClick(QMouseEvent *event, QCPPlotTitle *title) + + This signal is emitted when a plot title is double clicked. + + \a event is the mouse event that caused the click and \a title is the plot title that received + the click. + + \see titleClick +*/ + +/*! \fn void QCustomPlot::selectionChangedByUser() + + This signal is emitted after the user has changed the selection in the QCustomPlot, e.g. by + clicking. It is not emitted when the selection state of an object has changed programmatically by + a direct call to setSelected() on an object or by calling \ref deselectAll. + + In addition to this signal, selectable objects also provide individual signals, for example + QCPAxis::selectionChanged or QCPAbstractPlottable::selectionChanged. Note that those signals are + emitted even if the selection state is changed programmatically. + + See the documentation of \ref setInteractions for details about the selection mechanism. + + \see selectedPlottables, selectedGraphs, selectedItems, selectedAxes, selectedLegends +*/ + +/*! \fn void QCustomPlot::beforeReplot() + + This signal is emitted immediately before a replot takes place (caused by a call to the slot \ref + replot). + + It is safe to mutually connect the replot slot with this signal on two QCustomPlots to make them + replot synchronously, it won't cause an infinite recursion. + + \see replot, afterReplot +*/ + +/*! \fn void QCustomPlot::afterReplot() + + This signal is emitted immediately after a replot has taken place (caused by a call to the slot \ref + replot). + + It is safe to mutually connect the replot slot with this signal on two QCustomPlots to make them + replot synchronously, it won't cause an infinite recursion. + + \see replot, beforeReplot +*/ + +/* end of documentation of signals */ +/* start of documentation of public members */ + +/*! \var QCPAxis *QCustomPlot::xAxis + + A pointer to the primary x Axis (bottom) of the main axis rect of the plot. + + QCustomPlot offers convenient pointers to the axes (\ref xAxis, \ref yAxis, \ref xAxis2, \ref + yAxis2) and the \ref legend. They make it very easy working with plots that only have a single + axis rect and at most one axis at each axis rect side. If you use \link thelayoutsystem the + layout system\endlink to add multiple axis rects or multiple axes to one side, use the \ref + QCPAxisRect::axis interface to access the new axes. If one of the four default axes or the + default legend is removed due to manipulation of the layout system (e.g. by removing the main + axis rect), the corresponding pointers become 0. +*/ + +/*! \var QCPAxis *QCustomPlot::yAxis + + A pointer to the primary y Axis (left) of the main axis rect of the plot. + + QCustomPlot offers convenient pointers to the axes (\ref xAxis, \ref yAxis, \ref xAxis2, \ref + yAxis2) and the \ref legend. They make it very easy working with plots that only have a single + axis rect and at most one axis at each axis rect side. If you use \link thelayoutsystem the + layout system\endlink to add multiple axis rects or multiple axes to one side, use the \ref + QCPAxisRect::axis interface to access the new axes. If one of the four default axes or the + default legend is removed due to manipulation of the layout system (e.g. by removing the main + axis rect), the corresponding pointers become 0. +*/ + +/*! \var QCPAxis *QCustomPlot::xAxis2 + + A pointer to the secondary x Axis (top) of the main axis rect of the plot. Secondary axes are + invisible by default. Use QCPAxis::setVisible to change this (or use \ref + QCPAxisRect::setupFullAxesBox). + + QCustomPlot offers convenient pointers to the axes (\ref xAxis, \ref yAxis, \ref xAxis2, \ref + yAxis2) and the \ref legend. They make it very easy working with plots that only have a single + axis rect and at most one axis at each axis rect side. If you use \link thelayoutsystem the + layout system\endlink to add multiple axis rects or multiple axes to one side, use the \ref + QCPAxisRect::axis interface to access the new axes. If one of the four default axes or the + default legend is removed due to manipulation of the layout system (e.g. by removing the main + axis rect), the corresponding pointers become 0. +*/ + +/*! \var QCPAxis *QCustomPlot::yAxis2 + + A pointer to the secondary y Axis (right) of the main axis rect of the plot. Secondary axes are + invisible by default. Use QCPAxis::setVisible to change this (or use \ref + QCPAxisRect::setupFullAxesBox). + + QCustomPlot offers convenient pointers to the axes (\ref xAxis, \ref yAxis, \ref xAxis2, \ref + yAxis2) and the \ref legend. They make it very easy working with plots that only have a single + axis rect and at most one axis at each axis rect side. If you use \link thelayoutsystem the + layout system\endlink to add multiple axis rects or multiple axes to one side, use the \ref + QCPAxisRect::axis interface to access the new axes. If one of the four default axes or the + default legend is removed due to manipulation of the layout system (e.g. by removing the main + axis rect), the corresponding pointers become 0. +*/ + +/*! \var QCPLegend *QCustomPlot::legend + + A pointer to the default legend of the main axis rect. The legend is invisible by default. Use + QCPLegend::setVisible to change this. + + QCustomPlot offers convenient pointers to the axes (\ref xAxis, \ref yAxis, \ref xAxis2, \ref + yAxis2) and the \ref legend. They make it very easy working with plots that only have a single + axis rect and at most one axis at each axis rect side. If you use \link thelayoutsystem the + layout system\endlink to add multiple legends to the plot, use the layout system interface to + access the new legend. For example, legends can be placed inside an axis rect's \ref + QCPAxisRect::insetLayout "inset layout", and must then also be accessed via the inset layout. If + the default legend is removed due to manipulation of the layout system (e.g. by removing the main + axis rect), the corresponding pointer becomes 0. +*/ + +/* end of documentation of public members */ + +/*! + Constructs a QCustomPlot and sets reasonable default values. +*/ +QCustomPlot::QCustomPlot(QWidget *parent) : + QWidget(parent), + xAxis(0), + yAxis(0), + xAxis2(0), + yAxis2(0), + legend(0), + mPlotLayout(0), + mAutoAddPlottableToLegend(true), + mAntialiasedElements(QCP::aeNone), + mNotAntialiasedElements(QCP::aeNone), + mInteractions(0), + mSelectionTolerance(8), + mNoAntialiasingOnDrag(false), + mBackgroundBrush(Qt::white, Qt::SolidPattern), + mBackgroundScaled(true), + mBackgroundScaledMode(Qt::KeepAspectRatioByExpanding), + mCurrentLayer(0), + mPlottingHints(QCP::phCacheLabels|QCP::phForceRepaint), + mMultiSelectModifier(Qt::ControlModifier), + mPaintBuffer(size()), + mMouseEventElement(0), + mReplotting(false) +{ + setAttribute(Qt::WA_NoMousePropagation); + setAttribute(Qt::WA_OpaquePaintEvent); + setMouseTracking(true); + QLocale currentLocale = locale(); + currentLocale.setNumberOptions(QLocale::OmitGroupSeparator); + setLocale(currentLocale); + + // create initial layers: + mLayers.append(new QCPLayer(this, QLatin1String("background"))); + mLayers.append(new QCPLayer(this, QLatin1String("grid"))); + mLayers.append(new QCPLayer(this, QLatin1String("main"))); + mLayers.append(new QCPLayer(this, QLatin1String("axes"))); + mLayers.append(new QCPLayer(this, QLatin1String("legend"))); + updateLayerIndices(); + setCurrentLayer(QLatin1String("main")); + + // create initial layout, axis rect and legend: + mPlotLayout = new QCPLayoutGrid; + mPlotLayout->initializeParentPlot(this); + mPlotLayout->setParent(this); // important because if parent is QWidget, QCPLayout::sizeConstraintsChanged will call QWidget::updateGeometry + mPlotLayout->setLayer(QLatin1String("main")); + QCPAxisRect *defaultAxisRect = new QCPAxisRect(this, true); + mPlotLayout->addElement(0, 0, defaultAxisRect); + xAxis = defaultAxisRect->axis(QCPAxis::atBottom); + yAxis = defaultAxisRect->axis(QCPAxis::atLeft); + xAxis2 = defaultAxisRect->axis(QCPAxis::atTop); + yAxis2 = defaultAxisRect->axis(QCPAxis::atRight); + legend = new QCPLegend; + legend->setVisible(false); + defaultAxisRect->insetLayout()->addElement(legend, Qt::AlignRight|Qt::AlignTop); + defaultAxisRect->insetLayout()->setMargins(QMargins(12, 12, 12, 12)); + + defaultAxisRect->setLayer(QLatin1String("background")); + xAxis->setLayer(QLatin1String("axes")); + yAxis->setLayer(QLatin1String("axes")); + xAxis2->setLayer(QLatin1String("axes")); + yAxis2->setLayer(QLatin1String("axes")); + xAxis->grid()->setLayer(QLatin1String("grid")); + yAxis->grid()->setLayer(QLatin1String("grid")); + xAxis2->grid()->setLayer(QLatin1String("grid")); + yAxis2->grid()->setLayer(QLatin1String("grid")); + legend->setLayer(QLatin1String("legend")); + + setViewport(rect()); // needs to be called after mPlotLayout has been created + + replot(); +} + +QCustomPlot::~QCustomPlot() +{ + clearPlottables(); + clearItems(); + + if (mPlotLayout) + { + delete mPlotLayout; + mPlotLayout = 0; + } + + mCurrentLayer = 0; + qDeleteAll(mLayers); // don't use removeLayer, because it would prevent the last layer to be removed + mLayers.clear(); +} + +/*! + Sets which elements are forcibly drawn antialiased as an \a or combination of QCP::AntialiasedElement. + + This overrides the antialiasing settings for whole element groups, normally controlled with the + \a setAntialiasing function on the individual elements. If an element is neither specified in + \ref setAntialiasedElements nor in \ref setNotAntialiasedElements, the antialiasing setting on + each individual element instance is used. + + For example, if \a antialiasedElements contains \ref QCP::aePlottables, all plottables will be + drawn antialiased, no matter what the specific QCPAbstractPlottable::setAntialiased value was set + to. + + if an element in \a antialiasedElements is already set in \ref setNotAntialiasedElements, it is + removed from there. + + \see setNotAntialiasedElements +*/ +void QCustomPlot::setAntialiasedElements(const QCP::AntialiasedElements &antialiasedElements) +{ + mAntialiasedElements = antialiasedElements; + + // make sure elements aren't in mNotAntialiasedElements and mAntialiasedElements simultaneously: + if ((mNotAntialiasedElements & mAntialiasedElements) != 0) + mNotAntialiasedElements |= ~mAntialiasedElements; +} + +/*! + Sets whether the specified \a antialiasedElement is forcibly drawn antialiased. + + See \ref setAntialiasedElements for details. + + \see setNotAntialiasedElement +*/ +void QCustomPlot::setAntialiasedElement(QCP::AntialiasedElement antialiasedElement, bool enabled) +{ + if (!enabled && mAntialiasedElements.testFlag(antialiasedElement)) + mAntialiasedElements &= ~antialiasedElement; + else if (enabled && !mAntialiasedElements.testFlag(antialiasedElement)) + mAntialiasedElements |= antialiasedElement; + + // make sure elements aren't in mNotAntialiasedElements and mAntialiasedElements simultaneously: + if ((mNotAntialiasedElements & mAntialiasedElements) != 0) + mNotAntialiasedElements |= ~mAntialiasedElements; +} + +/*! + Sets which elements are forcibly drawn not antialiased as an \a or combination of + QCP::AntialiasedElement. + + This overrides the antialiasing settings for whole element groups, normally controlled with the + \a setAntialiasing function on the individual elements. If an element is neither specified in + \ref setAntialiasedElements nor in \ref setNotAntialiasedElements, the antialiasing setting on + each individual element instance is used. + + For example, if \a notAntialiasedElements contains \ref QCP::aePlottables, no plottables will be + drawn antialiased, no matter what the specific QCPAbstractPlottable::setAntialiased value was set + to. + + if an element in \a notAntialiasedElements is already set in \ref setAntialiasedElements, it is + removed from there. + + \see setAntialiasedElements +*/ +void QCustomPlot::setNotAntialiasedElements(const QCP::AntialiasedElements ¬AntialiasedElements) +{ + mNotAntialiasedElements = notAntialiasedElements; + + // make sure elements aren't in mNotAntialiasedElements and mAntialiasedElements simultaneously: + if ((mNotAntialiasedElements & mAntialiasedElements) != 0) + mAntialiasedElements |= ~mNotAntialiasedElements; +} + +/*! + Sets whether the specified \a notAntialiasedElement is forcibly drawn not antialiased. + + See \ref setNotAntialiasedElements for details. + + \see setAntialiasedElement +*/ +void QCustomPlot::setNotAntialiasedElement(QCP::AntialiasedElement notAntialiasedElement, bool enabled) +{ + if (!enabled && mNotAntialiasedElements.testFlag(notAntialiasedElement)) + mNotAntialiasedElements &= ~notAntialiasedElement; + else if (enabled && !mNotAntialiasedElements.testFlag(notAntialiasedElement)) + mNotAntialiasedElements |= notAntialiasedElement; + + // make sure elements aren't in mNotAntialiasedElements and mAntialiasedElements simultaneously: + if ((mNotAntialiasedElements & mAntialiasedElements) != 0) + mAntialiasedElements |= ~mNotAntialiasedElements; +} + +/*! + If set to true, adding a plottable (e.g. a graph) to the QCustomPlot automatically also adds the + plottable to the legend (QCustomPlot::legend). + + \see addPlottable, addGraph, QCPLegend::addItem +*/ +void QCustomPlot::setAutoAddPlottableToLegend(bool on) +{ + mAutoAddPlottableToLegend = on; +} + +/*! + Sets the possible interactions of this QCustomPlot as an or-combination of \ref QCP::Interaction + enums. There are the following types of interactions: + + Axis range manipulation is controlled via \ref QCP::iRangeDrag and \ref QCP::iRangeZoom. When the + respective interaction is enabled, the user may drag axes ranges and zoom with the mouse wheel. + For details how to control which axes the user may drag/zoom and in what orientations, see \ref + QCPAxisRect::setRangeDrag, \ref QCPAxisRect::setRangeZoom, \ref QCPAxisRect::setRangeDragAxes, + \ref QCPAxisRect::setRangeZoomAxes. + + Plottable selection is controlled by \ref QCP::iSelectPlottables. If \ref QCP::iSelectPlottables is + set, the user may select plottables (graphs, curves, bars,...) by clicking on them or in their + vicinity (\ref setSelectionTolerance). Whether the user can actually select a plottable can + further be restricted with the \ref QCPAbstractPlottable::setSelectable function on the specific + plottable. To find out whether a specific plottable is selected, call + QCPAbstractPlottable::selected(). To retrieve a list of all currently selected plottables, call + \ref selectedPlottables. If you're only interested in QCPGraphs, you may use the convenience + function \ref selectedGraphs. + + Item selection is controlled by \ref QCP::iSelectItems. If \ref QCP::iSelectItems is set, the user + may select items (QCPItemLine, QCPItemText,...) by clicking on them or in their vicinity. To find + out whether a specific item is selected, call QCPAbstractItem::selected(). To retrieve a list of + all currently selected items, call \ref selectedItems. + + Axis selection is controlled with \ref QCP::iSelectAxes. If \ref QCP::iSelectAxes is set, the user + may select parts of the axes by clicking on them. What parts exactly (e.g. Axis base line, tick + labels, axis label) are selectable can be controlled via \ref QCPAxis::setSelectableParts for + each axis. To retrieve a list of all axes that currently contain selected parts, call \ref + selectedAxes. Which parts of an axis are selected, can be retrieved with QCPAxis::selectedParts(). + + Legend selection is controlled with \ref QCP::iSelectLegend. If this is set, the user may + select the legend itself or individual items by clicking on them. What parts exactly are + selectable can be controlled via \ref QCPLegend::setSelectableParts. To find out whether the + legend or any of its child items are selected, check the value of QCPLegend::selectedParts. To + find out which child items are selected, call \ref QCPLegend::selectedItems. + + All other selectable elements The selection of all other selectable objects (e.g. + QCPPlotTitle, or your own layerable subclasses) is controlled with \ref QCP::iSelectOther. If set, the + user may select those objects by clicking on them. To find out which are currently selected, you + need to check their selected state explicitly. + + If the selection state has changed by user interaction, the \ref selectionChangedByUser signal is + emitted. Each selectable object additionally emits an individual selectionChanged signal whenever + their selection state has changed, i.e. not only by user interaction. + + To allow multiple objects to be selected by holding the selection modifier (\ref + setMultiSelectModifier), set the flag \ref QCP::iMultiSelect. + + \note In addition to the selection mechanism presented here, QCustomPlot always emits + corresponding signals, when an object is clicked or double clicked. see \ref plottableClick and + \ref plottableDoubleClick for example. + + \see setInteraction, setSelectionTolerance +*/ +void QCustomPlot::setInteractions(const QCP::Interactions &interactions) +{ + mInteractions = interactions; +} + +/*! + Sets the single \a interaction of this QCustomPlot to \a enabled. + + For details about the interaction system, see \ref setInteractions. + + \see setInteractions +*/ +void QCustomPlot::setInteraction(const QCP::Interaction &interaction, bool enabled) +{ + if (!enabled && mInteractions.testFlag(interaction)) + mInteractions &= ~interaction; + else if (enabled && !mInteractions.testFlag(interaction)) + mInteractions |= interaction; +} + +/*! + Sets the tolerance that is used to decide whether a click selects an object (e.g. a plottable) or + not. + + If the user clicks in the vicinity of the line of e.g. a QCPGraph, it's only regarded as a + potential selection when the minimum distance between the click position and the graph line is + smaller than \a pixels. Objects that are defined by an area (e.g. QCPBars) only react to clicks + directly inside the area and ignore this selection tolerance. In other words, it only has meaning + for parts of objects that are too thin to exactly hit with a click and thus need such a + tolerance. + + \see setInteractions, QCPLayerable::selectTest +*/ +void QCustomPlot::setSelectionTolerance(int pixels) +{ + mSelectionTolerance = pixels; +} + +/*! + Sets whether antialiasing is disabled for this QCustomPlot while the user is dragging axes + ranges. If many objects, especially plottables, are drawn antialiased, this greatly improves + performance during dragging. Thus it creates a more responsive user experience. As soon as the + user stops dragging, the last replot is done with normal antialiasing, to restore high image + quality. + + \see setAntialiasedElements, setNotAntialiasedElements +*/ +void QCustomPlot::setNoAntialiasingOnDrag(bool enabled) +{ + mNoAntialiasingOnDrag = enabled; +} + +/*! + Sets the plotting hints for this QCustomPlot instance as an \a or combination of QCP::PlottingHint. + + \see setPlottingHint +*/ +void QCustomPlot::setPlottingHints(const QCP::PlottingHints &hints) +{ + mPlottingHints = hints; +} + +/*! + Sets the specified plotting \a hint to \a enabled. + + \see setPlottingHints +*/ +void QCustomPlot::setPlottingHint(QCP::PlottingHint hint, bool enabled) +{ + QCP::PlottingHints newHints = mPlottingHints; + if (!enabled) + newHints &= ~hint; + else + newHints |= hint; + + if (newHints != mPlottingHints) + setPlottingHints(newHints); +} + +/*! + Sets the keyboard modifier that will be recognized as multi-select-modifier. + + If \ref QCP::iMultiSelect is specified in \ref setInteractions, the user may select multiple objects + by clicking on them one after the other while holding down \a modifier. + + By default the multi-select-modifier is set to Qt::ControlModifier. + + \see setInteractions +*/ +void QCustomPlot::setMultiSelectModifier(Qt::KeyboardModifier modifier) +{ + mMultiSelectModifier = modifier; +} + +/*! + Sets the viewport of this QCustomPlot. The Viewport is the area that the top level layout + (QCustomPlot::plotLayout()) uses as its rect. Normally, the viewport is the entire widget rect. + + This function is used to allow arbitrary size exports with \ref toPixmap, \ref savePng, \ref + savePdf, etc. by temporarily changing the viewport size. +*/ +void QCustomPlot::setViewport(const QRect &rect) +{ + mViewport = rect; + if (mPlotLayout) + mPlotLayout->setOuterRect(mViewport); +} + +/*! + Sets \a pm as the viewport background pixmap (see \ref setViewport). The pixmap is always drawn + below all other objects in the plot. + + For cases where the provided pixmap doesn't have the same size as the viewport, scaling can be + enabled with \ref setBackgroundScaled and the scaling mode (whether and how the aspect ratio is + preserved) can be set with \ref setBackgroundScaledMode. To set all these options in one call, + consider using the overloaded version of this function. + + If a background brush was set with \ref setBackground(const QBrush &brush), the viewport will + first be filled with that brush, before drawing the background pixmap. This can be useful for + background pixmaps with translucent areas. + + \see setBackgroundScaled, setBackgroundScaledMode +*/ +void QCustomPlot::setBackground(const QPixmap &pm) +{ + mBackgroundPixmap = pm; + mScaledBackgroundPixmap = QPixmap(); +} + +/*! + Sets the background brush of the viewport (see \ref setViewport). + + Before drawing everything else, the background is filled with \a brush. If a background pixmap + was set with \ref setBackground(const QPixmap &pm), this brush will be used to fill the viewport + before the background pixmap is drawn. This can be useful for background pixmaps with translucent + areas. + + Set \a brush to Qt::NoBrush or Qt::Transparent to leave background transparent. This can be + useful for exporting to image formats which support transparency, e.g. \ref savePng. + + \see setBackgroundScaled, setBackgroundScaledMode +*/ +void QCustomPlot::setBackground(const QBrush &brush) +{ + mBackgroundBrush = brush; +} + +/*! \overload + + Allows setting the background pixmap of the viewport, whether it shall be scaled and how it + shall be scaled in one call. + + \see setBackground(const QPixmap &pm), setBackgroundScaled, setBackgroundScaledMode +*/ +void QCustomPlot::setBackground(const QPixmap &pm, bool scaled, Qt::AspectRatioMode mode) +{ + mBackgroundPixmap = pm; + mScaledBackgroundPixmap = QPixmap(); + mBackgroundScaled = scaled; + mBackgroundScaledMode = mode; +} + +/*! + Sets whether the viewport background pixmap shall be scaled to fit the viewport. If \a scaled is + set to true, control whether and how the aspect ratio of the original pixmap is preserved with + \ref setBackgroundScaledMode. + + Note that the scaled version of the original pixmap is buffered, so there is no performance + penalty on replots. (Except when the viewport dimensions are changed continuously.) + + \see setBackground, setBackgroundScaledMode +*/ +void QCustomPlot::setBackgroundScaled(bool scaled) +{ + mBackgroundScaled = scaled; +} + +/*! + If scaling of the viewport background pixmap is enabled (\ref setBackgroundScaled), use this + function to define whether and how the aspect ratio of the original pixmap is preserved. + + \see setBackground, setBackgroundScaled +*/ +void QCustomPlot::setBackgroundScaledMode(Qt::AspectRatioMode mode) +{ + mBackgroundScaledMode = mode; +} + +/*! + Returns the plottable with \a index. If the index is invalid, returns 0. + + There is an overloaded version of this function with no parameter which returns the last added + plottable, see QCustomPlot::plottable() + + \see plottableCount, addPlottable +*/ +QCPAbstractPlottable *QCustomPlot::plottable(int index) +{ + if (index >= 0 && index < mPlottables.size()) + { + return mPlottables.at(index); + } else + { + qDebug() << Q_FUNC_INFO << "index out of bounds:" << index; + return 0; + } +} + +/*! \overload + + Returns the last plottable that was added with \ref addPlottable. If there are no plottables in + the plot, returns 0. + + \see plottableCount, addPlottable +*/ +QCPAbstractPlottable *QCustomPlot::plottable() +{ + if (!mPlottables.isEmpty()) + { + return mPlottables.last(); + } else + return 0; +} + +/*! + Adds the specified plottable to the plot and, if \ref setAutoAddPlottableToLegend is enabled, to + the legend (QCustomPlot::legend). QCustomPlot takes ownership of the plottable. + + Returns true on success, i.e. when \a plottable isn't already in the plot and the parent plot of + \a plottable is this QCustomPlot (the latter is controlled by what axes were passed in the + plottable's constructor). + + \see plottable, plottableCount, removePlottable, clearPlottables +*/ +bool QCustomPlot::addPlottable(QCPAbstractPlottable *plottable) +{ + if (mPlottables.contains(plottable)) + { + qDebug() << Q_FUNC_INFO << "plottable already added to this QCustomPlot:" << reinterpret_cast(plottable); + return false; + } + if (plottable->parentPlot() != this) + { + qDebug() << Q_FUNC_INFO << "plottable not created with this QCustomPlot as parent:" << reinterpret_cast(plottable); + return false; + } + + mPlottables.append(plottable); + // possibly add plottable to legend: + if (mAutoAddPlottableToLegend) + plottable->addToLegend(); + // special handling for QCPGraphs to maintain the simple graph interface: + if (QCPGraph *graph = qobject_cast(plottable)) + mGraphs.append(graph); + if (!plottable->layer()) // usually the layer is already set in the constructor of the plottable (via QCPLayerable constructor) + plottable->setLayer(currentLayer()); + return true; +} + +/*! + Removes the specified plottable from the plot and, if necessary, from the legend (QCustomPlot::legend). + + Returns true on success. + + \see addPlottable, clearPlottables +*/ +bool QCustomPlot::removePlottable(QCPAbstractPlottable *plottable) +{ + if (!mPlottables.contains(plottable)) + { + qDebug() << Q_FUNC_INFO << "plottable not in list:" << reinterpret_cast(plottable); + return false; + } + + // remove plottable from legend: + plottable->removeFromLegend(); + // special handling for QCPGraphs to maintain the simple graph interface: + if (QCPGraph *graph = qobject_cast(plottable)) + mGraphs.removeOne(graph); + // remove plottable: + delete plottable; + mPlottables.removeOne(plottable); + return true; +} + +/*! \overload + + Removes the plottable by its \a index. +*/ +bool QCustomPlot::removePlottable(int index) +{ + if (index >= 0 && index < mPlottables.size()) + return removePlottable(mPlottables[index]); + else + { + qDebug() << Q_FUNC_INFO << "index out of bounds:" << index; + return false; + } +} + +/*! + Removes all plottables from the plot (and the QCustomPlot::legend, if necessary). + + Returns the number of plottables removed. + + \see removePlottable +*/ +int QCustomPlot::clearPlottables() +{ + int c = mPlottables.size(); + for (int i=c-1; i >= 0; --i) + removePlottable(mPlottables[i]); + return c; +} + +/*! + Returns the number of currently existing plottables in the plot + + \see plottable, addPlottable +*/ +int QCustomPlot::plottableCount() const +{ + return mPlottables.size(); +} + +/*! + Returns a list of the selected plottables. If no plottables are currently selected, the list is empty. + + There is a convenience function if you're only interested in selected graphs, see \ref selectedGraphs. + + \see setInteractions, QCPAbstractPlottable::setSelectable, QCPAbstractPlottable::setSelected +*/ +QList QCustomPlot::selectedPlottables() const +{ + QList result; + foreach (QCPAbstractPlottable *plottable, mPlottables) + { + if (plottable->selected()) + result.append(plottable); + } + return result; +} + +/*! + Returns the plottable at the pixel position \a pos. Plottables that only consist of single lines + (like graphs) have a tolerance band around them, see \ref setSelectionTolerance. If multiple + plottables come into consideration, the one closest to \a pos is returned. + + If \a onlySelectable is true, only plottables that are selectable + (QCPAbstractPlottable::setSelectable) are considered. + + If there is no plottable at \a pos, the return value is 0. + + \see itemAt, layoutElementAt +*/ +QCPAbstractPlottable *QCustomPlot::plottableAt(const QPointF &pos, bool onlySelectable) const +{ + QCPAbstractPlottable *resultPlottable = 0; + double resultDistance = mSelectionTolerance; // only regard clicks with distances smaller than mSelectionTolerance as selections, so initialize with that value + + foreach (QCPAbstractPlottable *plottable, mPlottables) + { + if (onlySelectable && !plottable->selectable()) // we could have also passed onlySelectable to the selectTest function, but checking here is faster, because we have access to QCPabstractPlottable::selectable + continue; + if ((plottable->keyAxis()->axisRect()->rect() & plottable->valueAxis()->axisRect()->rect()).contains(pos.toPoint())) // only consider clicks inside the rect that is spanned by the plottable's key/value axes + { + double currentDistance = plottable->selectTest(pos, false); + if (currentDistance >= 0 && currentDistance < resultDistance) + { + resultPlottable = plottable; + resultDistance = currentDistance; + } + } + } + + return resultPlottable; +} + +/*! + Returns whether this QCustomPlot instance contains the \a plottable. + + \see addPlottable +*/ +bool QCustomPlot::hasPlottable(QCPAbstractPlottable *plottable) const +{ + return mPlottables.contains(plottable); +} + +/*! + Returns the graph with \a index. If the index is invalid, returns 0. + + There is an overloaded version of this function with no parameter which returns the last created + graph, see QCustomPlot::graph() + + \see graphCount, addGraph +*/ +QCPGraph *QCustomPlot::graph(int index) const +{ + if (index >= 0 && index < mGraphs.size()) + { + return mGraphs.at(index); + } else + { + qDebug() << Q_FUNC_INFO << "index out of bounds:" << index; + return 0; + } +} + +/*! \overload + + Returns the last graph, that was created with \ref addGraph. If there are no graphs in the plot, + returns 0. + + \see graphCount, addGraph +*/ +QCPGraph *QCustomPlot::graph() const +{ + if (!mGraphs.isEmpty()) + { + return mGraphs.last(); + } else + return 0; +} + +/*! + Creates a new graph inside the plot. If \a keyAxis and \a valueAxis are left unspecified (0), the + bottom (xAxis) is used as key and the left (yAxis) is used as value axis. If specified, \a + keyAxis and \a valueAxis must reside in this QCustomPlot. + + \a keyAxis will be used as key axis (typically "x") and \a valueAxis as value axis (typically + "y") for the graph. + + Returns a pointer to the newly created graph, or 0 if adding the graph failed. + + \see graph, graphCount, removeGraph, clearGraphs +*/ +QCPGraph *QCustomPlot::addGraph(QCPAxis *keyAxis, QCPAxis *valueAxis) +{ + if (!keyAxis) keyAxis = xAxis; + if (!valueAxis) valueAxis = yAxis; + if (!keyAxis || !valueAxis) + { + qDebug() << Q_FUNC_INFO << "can't use default QCustomPlot xAxis or yAxis, because at least one is invalid (has been deleted)"; + return 0; + } + if (keyAxis->parentPlot() != this || valueAxis->parentPlot() != this) + { + qDebug() << Q_FUNC_INFO << "passed keyAxis or valueAxis doesn't have this QCustomPlot as parent"; + return 0; + } + + QCPGraph *newGraph = new QCPGraph(keyAxis, valueAxis); + if (addPlottable(newGraph)) + { + newGraph->setName(QLatin1String("Graph ")+QString::number(mGraphs.size())); + return newGraph; + } else + { + delete newGraph; + return 0; + } +} + +/*! + Removes the specified \a graph from the plot and, if necessary, from the QCustomPlot::legend. If + any other graphs in the plot have a channel fill set towards the removed graph, the channel fill + property of those graphs is reset to zero (no channel fill). + + Returns true on success. + + \see clearGraphs +*/ +bool QCustomPlot::removeGraph(QCPGraph *graph) +{ + return removePlottable(graph); +} + +/*! \overload + + Removes the graph by its \a index. +*/ +bool QCustomPlot::removeGraph(int index) +{ + if (index >= 0 && index < mGraphs.size()) + return removeGraph(mGraphs[index]); + else + return false; +} + +/*! + Removes all graphs from the plot (and the QCustomPlot::legend, if necessary). + + Returns the number of graphs removed. + + \see removeGraph +*/ +int QCustomPlot::clearGraphs() +{ + int c = mGraphs.size(); + for (int i=c-1; i >= 0; --i) + removeGraph(mGraphs[i]); + return c; +} + +/*! + Returns the number of currently existing graphs in the plot + + \see graph, addGraph +*/ +int QCustomPlot::graphCount() const +{ + return mGraphs.size(); +} + +/*! + Returns a list of the selected graphs. If no graphs are currently selected, the list is empty. + + If you are not only interested in selected graphs but other plottables like QCPCurve, QCPBars, + etc., use \ref selectedPlottables. + + \see setInteractions, selectedPlottables, QCPAbstractPlottable::setSelectable, QCPAbstractPlottable::setSelected +*/ +QList QCustomPlot::selectedGraphs() const +{ + QList result; + foreach (QCPGraph *graph, mGraphs) + { + if (graph->selected()) + result.append(graph); + } + return result; +} + +/*! + Returns the item with \a index. If the index is invalid, returns 0. + + There is an overloaded version of this function with no parameter which returns the last added + item, see QCustomPlot::item() + + \see itemCount, addItem +*/ +QCPAbstractItem *QCustomPlot::item(int index) const +{ + if (index >= 0 && index < mItems.size()) + { + return mItems.at(index); + } else + { + qDebug() << Q_FUNC_INFO << "index out of bounds:" << index; + return 0; + } +} + +/*! \overload + + Returns the last item, that was added with \ref addItem. If there are no items in the plot, + returns 0. + + \see itemCount, addItem +*/ +QCPAbstractItem *QCustomPlot::item() const +{ + if (!mItems.isEmpty()) + { + return mItems.last(); + } else + return 0; +} + +/*! + Adds the specified item to the plot. QCustomPlot takes ownership of the item. + + Returns true on success, i.e. when \a item wasn't already in the plot and the parent plot of \a + item is this QCustomPlot. + + \see item, itemCount, removeItem, clearItems +*/ +bool QCustomPlot::addItem(QCPAbstractItem *item) +{ + if (!mItems.contains(item) && item->parentPlot() == this) + { + mItems.append(item); + return true; + } else + { + qDebug() << Q_FUNC_INFO << "item either already in list or not created with this QCustomPlot as parent:" << reinterpret_cast(item); + return false; + } +} + +/*! + Removes the specified item from the plot. + + Returns true on success. + + \see addItem, clearItems +*/ +bool QCustomPlot::removeItem(QCPAbstractItem *item) +{ + if (mItems.contains(item)) + { + delete item; + mItems.removeOne(item); + return true; + } else + { + qDebug() << Q_FUNC_INFO << "item not in list:" << reinterpret_cast(item); + return false; + } +} + +/*! \overload + + Removes the item by its \a index. +*/ +bool QCustomPlot::removeItem(int index) +{ + if (index >= 0 && index < mItems.size()) + return removeItem(mItems[index]); + else + { + qDebug() << Q_FUNC_INFO << "index out of bounds:" << index; + return false; + } +} + +/*! + Removes all items from the plot. + + Returns the number of items removed. + + \see removeItem +*/ +int QCustomPlot::clearItems() +{ + int c = mItems.size(); + for (int i=c-1; i >= 0; --i) + removeItem(mItems[i]); + return c; +} + +/*! + Returns the number of currently existing items in the plot + + \see item, addItem +*/ +int QCustomPlot::itemCount() const +{ + return mItems.size(); +} + +/*! + Returns a list of the selected items. If no items are currently selected, the list is empty. + + \see setInteractions, QCPAbstractItem::setSelectable, QCPAbstractItem::setSelected +*/ +QList QCustomPlot::selectedItems() const +{ + QList result; + foreach (QCPAbstractItem *item, mItems) + { + if (item->selected()) + result.append(item); + } + return result; +} + +/*! + Returns the item at the pixel position \a pos. Items that only consist of single lines (e.g. \ref + QCPItemLine or \ref QCPItemCurve) have a tolerance band around them, see \ref + setSelectionTolerance. If multiple items come into consideration, the one closest to \a pos is + returned. + + If \a onlySelectable is true, only items that are selectable (QCPAbstractItem::setSelectable) are + considered. + + If there is no item at \a pos, the return value is 0. + + \see plottableAt, layoutElementAt +*/ +QCPAbstractItem *QCustomPlot::itemAt(const QPointF &pos, bool onlySelectable) const +{ + QCPAbstractItem *resultItem = 0; + double resultDistance = mSelectionTolerance; // only regard clicks with distances smaller than mSelectionTolerance as selections, so initialize with that value + + foreach (QCPAbstractItem *item, mItems) + { + if (onlySelectable && !item->selectable()) // we could have also passed onlySelectable to the selectTest function, but checking here is faster, because we have access to QCPAbstractItem::selectable + continue; + if (!item->clipToAxisRect() || item->clipRect().contains(pos.toPoint())) // only consider clicks inside axis cliprect of the item if actually clipped to it + { + double currentDistance = item->selectTest(pos, false); + if (currentDistance >= 0 && currentDistance < resultDistance) + { + resultItem = item; + resultDistance = currentDistance; + } + } + } + + return resultItem; +} + +/*! + Returns whether this QCustomPlot contains the \a item. + + \see addItem +*/ +bool QCustomPlot::hasItem(QCPAbstractItem *item) const +{ + return mItems.contains(item); +} + +/*! + Returns the layer with the specified \a name. If there is no layer with the specified name, 0 is + returned. + + Layer names are case-sensitive. + + \see addLayer, moveLayer, removeLayer +*/ +QCPLayer *QCustomPlot::layer(const QString &name) const +{ + foreach (QCPLayer *layer, mLayers) + { + if (layer->name() == name) + return layer; + } + return 0; +} + +/*! \overload + + Returns the layer by \a index. If the index is invalid, 0 is returned. + + \see addLayer, moveLayer, removeLayer +*/ +QCPLayer *QCustomPlot::layer(int index) const +{ + if (index >= 0 && index < mLayers.size()) + { + return mLayers.at(index); + } else + { + qDebug() << Q_FUNC_INFO << "index out of bounds:" << index; + return 0; + } +} + +/*! + Returns the layer that is set as current layer (see \ref setCurrentLayer). +*/ +QCPLayer *QCustomPlot::currentLayer() const +{ + return mCurrentLayer; +} + +/*! + Sets the layer with the specified \a name to be the current layer. All layerables (\ref + QCPLayerable), e.g. plottables and items, are created on the current layer. + + Returns true on success, i.e. if there is a layer with the specified \a name in the QCustomPlot. + + Layer names are case-sensitive. + + \see addLayer, moveLayer, removeLayer, QCPLayerable::setLayer +*/ +bool QCustomPlot::setCurrentLayer(const QString &name) +{ + if (QCPLayer *newCurrentLayer = layer(name)) + { + return setCurrentLayer(newCurrentLayer); + } else + { + qDebug() << Q_FUNC_INFO << "layer with name doesn't exist:" << name; + return false; + } +} + +/*! \overload + + Sets the provided \a layer to be the current layer. + + Returns true on success, i.e. when \a layer is a valid layer in the QCustomPlot. + + \see addLayer, moveLayer, removeLayer +*/ +bool QCustomPlot::setCurrentLayer(QCPLayer *layer) +{ + if (!mLayers.contains(layer)) + { + qDebug() << Q_FUNC_INFO << "layer not a layer of this QCustomPlot:" << reinterpret_cast(layer); + return false; + } + + mCurrentLayer = layer; + return true; +} + +/*! + Returns the number of currently existing layers in the plot + + \see layer, addLayer +*/ +int QCustomPlot::layerCount() const +{ + return mLayers.size(); +} + +/*! + Adds a new layer to this QCustomPlot instance. The new layer will have the name \a name, which + must be unique. Depending on \a insertMode, it is positioned either below or above \a otherLayer. + + Returns true on success, i.e. if there is no other layer named \a name and \a otherLayer is a + valid layer inside this QCustomPlot. + + If \a otherLayer is 0, the highest layer in the QCustomPlot will be used. + + For an explanation of what layers are in QCustomPlot, see the documentation of \ref QCPLayer. + + \see layer, moveLayer, removeLayer +*/ +bool QCustomPlot::addLayer(const QString &name, QCPLayer *otherLayer, QCustomPlot::LayerInsertMode insertMode) +{ + if (!otherLayer) + otherLayer = mLayers.last(); + if (!mLayers.contains(otherLayer)) + { + qDebug() << Q_FUNC_INFO << "otherLayer not a layer of this QCustomPlot:" << reinterpret_cast(otherLayer); + return false; + } + if (layer(name)) + { + qDebug() << Q_FUNC_INFO << "A layer exists already with the name" << name; + return false; + } + + QCPLayer *newLayer = new QCPLayer(this, name); + mLayers.insert(otherLayer->index() + (insertMode==limAbove ? 1:0), newLayer); + updateLayerIndices(); + return true; +} + +/*! + Removes the specified \a layer and returns true on success. + + All layerables (e.g. plottables and items) on the removed layer will be moved to the layer below + \a layer. If \a layer is the bottom layer, the layerables are moved to the layer above. In both + cases, the total rendering order of all layerables in the QCustomPlot is preserved. + + If \a layer is the current layer (\ref setCurrentLayer), the layer below (or above, if bottom + layer) becomes the new current layer. + + It is not possible to remove the last layer of the plot. + + \see layer, addLayer, moveLayer +*/ +bool QCustomPlot::removeLayer(QCPLayer *layer) +{ + if (!mLayers.contains(layer)) + { + qDebug() << Q_FUNC_INFO << "layer not a layer of this QCustomPlot:" << reinterpret_cast(layer); + return false; + } + if (mLayers.size() < 2) + { + qDebug() << Q_FUNC_INFO << "can't remove last layer"; + return false; + } + + // append all children of this layer to layer below (if this is lowest layer, prepend to layer above) + int removedIndex = layer->index(); + bool isFirstLayer = removedIndex==0; + QCPLayer *targetLayer = isFirstLayer ? mLayers.at(removedIndex+1) : mLayers.at(removedIndex-1); + QList children = layer->children(); + if (isFirstLayer) // prepend in reverse order (so order relative to each other stays the same) + { + for (int i=children.size()-1; i>=0; --i) + children.at(i)->moveToLayer(targetLayer, true); + } else // append normally + { + for (int i=0; imoveToLayer(targetLayer, false); + } + // if removed layer is current layer, change current layer to layer below/above: + if (layer == mCurrentLayer) + setCurrentLayer(targetLayer); + // remove layer: + delete layer; + mLayers.removeOne(layer); + updateLayerIndices(); + return true; +} + +/*! + Moves the specified \a layer either above or below \a otherLayer. Whether it's placed above or + below is controlled with \a insertMode. + + Returns true on success, i.e. when both \a layer and \a otherLayer are valid layers in the + QCustomPlot. + + \see layer, addLayer, moveLayer +*/ +bool QCustomPlot::moveLayer(QCPLayer *layer, QCPLayer *otherLayer, QCustomPlot::LayerInsertMode insertMode) +{ + if (!mLayers.contains(layer)) + { + qDebug() << Q_FUNC_INFO << "layer not a layer of this QCustomPlot:" << reinterpret_cast(layer); + return false; + } + if (!mLayers.contains(otherLayer)) + { + qDebug() << Q_FUNC_INFO << "otherLayer not a layer of this QCustomPlot:" << reinterpret_cast(otherLayer); + return false; + } + + mLayers.move(layer->index(), otherLayer->index() + (insertMode==limAbove ? 1:0)); + updateLayerIndices(); + return true; +} + +/*! + Returns the number of axis rects in the plot. + + All axis rects can be accessed via QCustomPlot::axisRect(). + + Initially, only one axis rect exists in the plot. + + \see axisRect, axisRects +*/ +int QCustomPlot::axisRectCount() const +{ + return axisRects().size(); +} + +/*! + Returns the axis rect with \a index. + + Initially, only one axis rect (with index 0) exists in the plot. If multiple axis rects were + added, all of them may be accessed with this function in a linear fashion (even when they are + nested in a layout hierarchy or inside other axis rects via QCPAxisRect::insetLayout). + + \see axisRectCount, axisRects +*/ +QCPAxisRect *QCustomPlot::axisRect(int index) const +{ + const QList rectList = axisRects(); + if (index >= 0 && index < rectList.size()) + { + return rectList.at(index); + } else + { + qDebug() << Q_FUNC_INFO << "invalid axis rect index" << index; + return 0; + } +} + +/*! + Returns all axis rects in the plot. + + \see axisRectCount, axisRect +*/ +QList QCustomPlot::axisRects() const +{ + QList result; + QStack elementStack; + if (mPlotLayout) + elementStack.push(mPlotLayout); + + while (!elementStack.isEmpty()) + { + foreach (QCPLayoutElement *element, elementStack.pop()->elements(false)) + { + if (element) + { + elementStack.push(element); + if (QCPAxisRect *ar = qobject_cast(element)) + result.append(ar); + } + } + } + + return result; +} + +/*! + Returns the layout element at pixel position \a pos. If there is no element at that position, + returns 0. + + Only visible elements are used. If \ref QCPLayoutElement::setVisible on the element itself or on + any of its parent elements is set to false, it will not be considered. + + \see itemAt, plottableAt +*/ +QCPLayoutElement *QCustomPlot::layoutElementAt(const QPointF &pos) const +{ + QCPLayoutElement *currentElement = mPlotLayout; + bool searchSubElements = true; + while (searchSubElements && currentElement) + { + searchSubElements = false; + foreach (QCPLayoutElement *subElement, currentElement->elements(false)) + { + if (subElement && subElement->realVisibility() && subElement->selectTest(pos, false) >= 0) + { + currentElement = subElement; + searchSubElements = true; + break; + } + } + } + return currentElement; +} + +/*! + Returns the axes that currently have selected parts, i.e. whose selection state is not \ref + QCPAxis::spNone. + + \see selectedPlottables, selectedLegends, setInteractions, QCPAxis::setSelectedParts, + QCPAxis::setSelectableParts +*/ +QList QCustomPlot::selectedAxes() const +{ + QList result, allAxes; + foreach (QCPAxisRect *rect, axisRects()) + allAxes << rect->axes(); + + foreach (QCPAxis *axis, allAxes) + { + if (axis->selectedParts() != QCPAxis::spNone) + result.append(axis); + } + + return result; +} + +/*! + Returns the legends that currently have selected parts, i.e. whose selection state is not \ref + QCPLegend::spNone. + + \see selectedPlottables, selectedAxes, setInteractions, QCPLegend::setSelectedParts, + QCPLegend::setSelectableParts, QCPLegend::selectedItems +*/ +QList QCustomPlot::selectedLegends() const +{ + QList result; + + QStack elementStack; + if (mPlotLayout) + elementStack.push(mPlotLayout); + + while (!elementStack.isEmpty()) + { + foreach (QCPLayoutElement *subElement, elementStack.pop()->elements(false)) + { + if (subElement) + { + elementStack.push(subElement); + if (QCPLegend *leg = qobject_cast(subElement)) + { + if (leg->selectedParts() != QCPLegend::spNone) + result.append(leg); + } + } + } + } + + return result; +} + +/*! + Deselects all layerables (plottables, items, axes, legends,...) of the QCustomPlot. + + Since calling this function is not a user interaction, this does not emit the \ref + selectionChangedByUser signal. The individual selectionChanged signals are emitted though, if the + objects were previously selected. + + \see setInteractions, selectedPlottables, selectedItems, selectedAxes, selectedLegends +*/ +void QCustomPlot::deselectAll() +{ + foreach (QCPLayer *layer, mLayers) + { + foreach (QCPLayerable *layerable, layer->children()) + layerable->deselectEvent(0); + } +} + +/*! + Causes a complete replot into the internal buffer. Finally, update() is called, to redraw the + buffer on the QCustomPlot widget surface. This is the method that must be called to make changes, + for example on the axis ranges or data points of graphs, visible. + + Under a few circumstances, QCustomPlot causes a replot by itself. Those are resize events of the + QCustomPlot widget and user interactions (object selection and range dragging/zooming). + + Before the replot happens, the signal \ref beforeReplot is emitted. After the replot, \ref + afterReplot is emitted. It is safe to mutually connect the replot slot with any of those two + signals on two QCustomPlots to make them replot synchronously, it won't cause an infinite + recursion. +*/ +void QCustomPlot::replot(QCustomPlot::RefreshPriority refreshPriority) +{ + if (mReplotting) // incase signals loop back to replot slot + return; + mReplotting = true; + emit beforeReplot(); + + mPaintBuffer.fill(mBackgroundBrush.style() == Qt::SolidPattern ? mBackgroundBrush.color() : Qt::transparent); + QCPPainter painter; + painter.begin(&mPaintBuffer); + if (painter.isActive()) + { + painter.setRenderHint(QPainter::HighQualityAntialiasing); // to make Antialiasing look good if using the OpenGL graphicssystem + if (mBackgroundBrush.style() != Qt::SolidPattern && mBackgroundBrush.style() != Qt::NoBrush) + painter.fillRect(mViewport, mBackgroundBrush); + draw(&painter); + painter.end(); + if ((refreshPriority == rpHint && mPlottingHints.testFlag(QCP::phForceRepaint)) || refreshPriority==rpImmediate) + repaint(); + else + update(); + } else // might happen if QCustomPlot has width or height zero + qDebug() << Q_FUNC_INFO << "Couldn't activate painter on buffer. This usually happens because QCustomPlot has width or height zero."; + + emit afterReplot(); + mReplotting = false; +} + +/*! + Rescales the axes such that all plottables (like graphs) in the plot are fully visible. + + if \a onlyVisiblePlottables is set to true, only the plottables that have their visibility set to true + (QCPLayerable::setVisible), will be used to rescale the axes. + + \see QCPAbstractPlottable::rescaleAxes, QCPAxis::rescale +*/ +void QCustomPlot::rescaleAxes(bool onlyVisiblePlottables) +{ + QList allAxes; + foreach (QCPAxisRect *rect, axisRects()) + allAxes << rect->axes(); + + foreach (QCPAxis *axis, allAxes) + axis->rescale(onlyVisiblePlottables); +} + +/*! + Saves a PDF with the vectorized plot to the file \a fileName. The axis ratio as well as the scale + of texts and lines will be derived from the specified \a width and \a height. This means, the + output will look like the normal on-screen output of a QCustomPlot widget with the corresponding + pixel width and height. If either \a width or \a height is zero, the exported image will have the + same dimensions as the QCustomPlot widget currently has. + + \a noCosmeticPen disables the use of cosmetic pens when drawing to the PDF file. Cosmetic pens + are pens with numerical width 0, which are always drawn as a one pixel wide line, no matter what + zoom factor is set in the PDF-Viewer. For more information about cosmetic pens, see the QPainter + and QPen documentation. + + The objects of the plot will appear in the current selection state. If you don't want any + selected objects to be painted in their selected look, deselect everything with \ref deselectAll + before calling this function. + + Returns true on success. + + \warning + \li If you plan on editing the exported PDF file with a vector graphics editor like + Inkscape, it is advised to set \a noCosmeticPen to true to avoid losing those cosmetic lines + (which might be quite many, because cosmetic pens are the default for e.g. axes and tick marks). + \li If calling this function inside the constructor of the parent of the QCustomPlot widget + (i.e. the MainWindow constructor, if QCustomPlot is inside the MainWindow), always provide + explicit non-zero widths and heights. If you leave \a width or \a height as 0 (default), this + function uses the current width and height of the QCustomPlot widget. However, in Qt, these + aren't defined yet inside the constructor, so you would get an image that has strange + widths/heights. + + \a pdfCreator and \a pdfTitle may be used to set the according metadata fields in the resulting + PDF file. + + \note On Android systems, this method does nothing and issues an according qDebug warning + message. This is also the case if for other reasons the define flag QT_NO_PRINTER is set. + + \see savePng, saveBmp, saveJpg, saveRastered +*/ +bool QCustomPlot::savePdf(const QString &fileName, bool noCosmeticPen, int width, int height, const QString &pdfCreator, const QString &pdfTitle) +{ + bool success = false; +#ifdef QT_NO_PRINTER + Q_UNUSED(fileName) + Q_UNUSED(noCosmeticPen) + Q_UNUSED(width) + Q_UNUSED(height) + Q_UNUSED(pdfCreator) + Q_UNUSED(pdfTitle) + qDebug() << Q_FUNC_INFO << "Qt was built without printer support (QT_NO_PRINTER). PDF not created."; +#else + int newWidth, newHeight; + if (width == 0 || height == 0) + { + newWidth = this->width(); + newHeight = this->height(); + } else + { + newWidth = width; + newHeight = height; + } + + QPrinter printer(QPrinter::ScreenResolution); + printer.setOutputFileName(fileName); + printer.setOutputFormat(QPrinter::PdfFormat); + printer.setColorMode(QPrinter::Color); + printer.printEngine()->setProperty(QPrintEngine::PPK_Creator, pdfCreator); + printer.printEngine()->setProperty(QPrintEngine::PPK_DocumentName, pdfTitle); + QRect oldViewport = viewport(); + setViewport(QRect(0, 0, newWidth, newHeight)); +#if QT_VERSION < QT_VERSION_CHECK(5, 3, 0) + printer.setFullPage(true); + printer.setPaperSize(viewport().size(), QPrinter::DevicePixel); +#else + QPageLayout pageLayout; + pageLayout.setMode(QPageLayout::FullPageMode); + pageLayout.setOrientation(QPageLayout::Portrait); + pageLayout.setMargins(QMarginsF(0, 0, 0, 0)); + pageLayout.setPageSize(QPageSize(viewport().size(), QPageSize::Point, QString(), QPageSize::ExactMatch)); + printer.setPageLayout(pageLayout); +#endif + QCPPainter printpainter; + if (printpainter.begin(&printer)) + { + printpainter.setMode(QCPPainter::pmVectorized); + printpainter.setMode(QCPPainter::pmNoCaching); + printpainter.setMode(QCPPainter::pmNonCosmetic, noCosmeticPen); + printpainter.setWindow(mViewport); + if (mBackgroundBrush.style() != Qt::NoBrush && + mBackgroundBrush.color() != Qt::white && + mBackgroundBrush.color() != Qt::transparent && + mBackgroundBrush.color().alpha() > 0) // draw pdf background color if not white/transparent + printpainter.fillRect(viewport(), mBackgroundBrush); + draw(&printpainter); + printpainter.end(); + success = true; + } + setViewport(oldViewport); +#endif // QT_NO_PRINTER + return success; +} + +/*! + Saves a PNG image file to \a fileName on disc. The output plot will have the dimensions \a width + and \a height in pixels. If either \a width or \a height is zero, the exported image will have + the same dimensions as the QCustomPlot widget currently has. Line widths and texts etc. are not + scaled up when larger widths/heights are used. If you want that effect, use the \a scale parameter. + + For example, if you set both \a width and \a height to 100 and \a scale to 2, you will end up with an + image file of size 200*200 in which all graphical elements are scaled up by factor 2 (line widths, + texts, etc.). This scaling is not done by stretching a 100*100 image, the result will have full + 200*200 pixel resolution. + + If you use a high scaling factor, it is recommended to enable antialiasing for all elements via + temporarily setting \ref QCustomPlot::setAntialiasedElements to \ref QCP::aeAll as this allows + QCustomPlot to place objects with sub-pixel accuracy. + + \warning If calling this function inside the constructor of the parent of the QCustomPlot widget + (i.e. the MainWindow constructor, if QCustomPlot is inside the MainWindow), always provide + explicit non-zero widths and heights. If you leave \a width or \a height as 0 (default), this + function uses the current width and height of the QCustomPlot widget. However, in Qt, these + aren't defined yet inside the constructor, so you would get an image that has strange + widths/heights. + + The objects of the plot will appear in the current selection state. If you don't want any selected + objects to be painted in their selected look, deselect everything with \ref deselectAll before calling + this function. + + If you want the PNG to have a transparent background, call \ref setBackground(const QBrush + &brush) with no brush (Qt::NoBrush) or a transparent color (Qt::transparent), before saving. + + PNG compression can be controlled with the \a quality parameter which must be between 0 and 100 or + -1 to use the default setting. + + Returns true on success. If this function fails, most likely the PNG format isn't supported by + the system, see Qt docs about QImageWriter::supportedImageFormats(). + + \see savePdf, saveBmp, saveJpg, saveRastered +*/ +bool QCustomPlot::savePng(const QString &fileName, int width, int height, double scale, int quality) +{ + return saveRastered(fileName, width, height, scale, "PNG", quality); +} + +/*! + Saves a JPG image file to \a fileName on disc. The output plot will have the dimensions \a width + and \a height in pixels. If either \a width or \a height is zero, the exported image will have + the same dimensions as the QCustomPlot widget currently has. Line widths and texts etc. are not + scaled up when larger widths/heights are used. If you want that effect, use the \a scale parameter. + + For example, if you set both \a width and \a height to 100 and \a scale to 2, you will end up with an + image file of size 200*200 in which all graphical elements are scaled up by factor 2 (line widths, + texts, etc.). This scaling is not done by stretching a 100*100 image, the result will have full + 200*200 pixel resolution. + + If you use a high scaling factor, it is recommended to enable antialiasing for all elements via + temporarily setting \ref QCustomPlot::setAntialiasedElements to \ref QCP::aeAll as this allows + QCustomPlot to place objects with sub-pixel accuracy. + + \warning If calling this function inside the constructor of the parent of the QCustomPlot widget + (i.e. the MainWindow constructor, if QCustomPlot is inside the MainWindow), always provide + explicit non-zero widths and heights. If you leave \a width or \a height as 0 (default), this + function uses the current width and height of the QCustomPlot widget. However, in Qt, these + aren't defined yet inside the constructor, so you would get an image that has strange + widths/heights. + + The objects of the plot will appear in the current selection state. If you don't want any selected + objects to be painted in their selected look, deselect everything with \ref deselectAll before calling + this function. + + JPG compression can be controlled with the \a quality parameter which must be between 0 and 100 or + -1 to use the default setting. + + Returns true on success. If this function fails, most likely the JPG format isn't supported by + the system, see Qt docs about QImageWriter::supportedImageFormats(). + + \see savePdf, savePng, saveBmp, saveRastered +*/ +bool QCustomPlot::saveJpg(const QString &fileName, int width, int height, double scale, int quality) +{ + return saveRastered(fileName, width, height, scale, "JPG", quality); +} + +/*! + Saves a BMP image file to \a fileName on disc. The output plot will have the dimensions \a width + and \a height in pixels. If either \a width or \a height is zero, the exported image will have + the same dimensions as the QCustomPlot widget currently has. Line widths and texts etc. are not + scaled up when larger widths/heights are used. If you want that effect, use the \a scale parameter. + + For example, if you set both \a width and \a height to 100 and \a scale to 2, you will end up with an + image file of size 200*200 in which all graphical elements are scaled up by factor 2 (line widths, + texts, etc.). This scaling is not done by stretching a 100*100 image, the result will have full + 200*200 pixel resolution. + + If you use a high scaling factor, it is recommended to enable antialiasing for all elements via + temporarily setting \ref QCustomPlot::setAntialiasedElements to \ref QCP::aeAll as this allows + QCustomPlot to place objects with sub-pixel accuracy. + + \warning If calling this function inside the constructor of the parent of the QCustomPlot widget + (i.e. the MainWindow constructor, if QCustomPlot is inside the MainWindow), always provide + explicit non-zero widths and heights. If you leave \a width or \a height as 0 (default), this + function uses the current width and height of the QCustomPlot widget. However, in Qt, these + aren't defined yet inside the constructor, so you would get an image that has strange + widths/heights. + + The objects of the plot will appear in the current selection state. If you don't want any selected + objects to be painted in their selected look, deselect everything with \ref deselectAll before calling + this function. + + Returns true on success. If this function fails, most likely the BMP format isn't supported by + the system, see Qt docs about QImageWriter::supportedImageFormats(). + + \see savePdf, savePng, saveJpg, saveRastered +*/ +bool QCustomPlot::saveBmp(const QString &fileName, int width, int height, double scale) +{ + return saveRastered(fileName, width, height, scale, "BMP"); +} + +/*! \internal + + Returns a minimum size hint that corresponds to the minimum size of the top level layout + (\ref plotLayout). To prevent QCustomPlot from being collapsed to size/width zero, set a minimum + size (setMinimumSize) either on the whole QCustomPlot or on any layout elements inside the plot. + This is especially important, when placed in a QLayout where other components try to take in as + much space as possible (e.g. QMdiArea). +*/ +QSize QCustomPlot::minimumSizeHint() const +{ + return mPlotLayout->minimumSizeHint(); +} + +/*! \internal + + Returns a size hint that is the same as \ref minimumSizeHint. + +*/ +QSize QCustomPlot::sizeHint() const +{ + return mPlotLayout->minimumSizeHint(); +} + +/*! \internal + + Event handler for when the QCustomPlot widget needs repainting. This does not cause a \ref replot, but + draws the internal buffer on the widget surface. +*/ +void QCustomPlot::paintEvent(QPaintEvent *event) +{ + Q_UNUSED(event); + QPainter painter(this); + painter.drawPixmap(0, 0, mPaintBuffer); +} + +/*! \internal + + Event handler for a resize of the QCustomPlot widget. Causes the internal buffer to be resized to + the new size. The viewport (which becomes the outer rect of mPlotLayout) is resized + appropriately. Finally a \ref replot is performed. +*/ +void QCustomPlot::resizeEvent(QResizeEvent *event) +{ + // resize and repaint the buffer: + mPaintBuffer = QPixmap(event->size()); + setViewport(rect()); + replot(rpQueued); // queued update is important here, to prevent painting issues in some contexts +} + +/*! \internal + + Event handler for when a double click occurs. Emits the \ref mouseDoubleClick signal, then emits + the specialized signals when certain objecs are clicked (e.g. \ref plottableDoubleClick, \ref + axisDoubleClick, etc.). Finally determines the affected layout element and forwards the event to + it. + + \see mousePressEvent, mouseReleaseEvent +*/ +void QCustomPlot::mouseDoubleClickEvent(QMouseEvent *event) +{ + emit mouseDoubleClick(event); + + QVariant details; + QCPLayerable *clickedLayerable = layerableAt(event->pos(), false, &details); + + // emit specialized object double click signals: + if (QCPAbstractPlottable *ap = qobject_cast(clickedLayerable)) + emit plottableDoubleClick(ap, event); + else if (QCPAxis *ax = qobject_cast(clickedLayerable)) + emit axisDoubleClick(ax, details.value(), event); + else if (QCPAbstractItem *ai = qobject_cast(clickedLayerable)) + emit itemDoubleClick(ai, event); + else if (QCPLegend *lg = qobject_cast(clickedLayerable)) + emit legendDoubleClick(lg, 0, event); + else if (QCPAbstractLegendItem *li = qobject_cast(clickedLayerable)) + emit legendDoubleClick(li->parentLegend(), li, event); + else if (QCPPlotTitle *pt = qobject_cast(clickedLayerable)) + emit titleDoubleClick(event, pt); + + // call double click event of affected layout element: + if (QCPLayoutElement *el = layoutElementAt(event->pos())) + el->mouseDoubleClickEvent(event); + + // call release event of affected layout element (as in mouseReleaseEvent, since the mouseDoubleClick replaces the second release event in double click case): + if (mMouseEventElement) + { + mMouseEventElement->mouseReleaseEvent(event); + mMouseEventElement = 0; + } + + //QWidget::mouseDoubleClickEvent(event); don't call base class implementation because it would just cause a mousePress/ReleaseEvent, which we don't want. +} + +/*! \internal + + Event handler for when a mouse button is pressed. Emits the mousePress signal. Then determines + the affected layout element and forwards the event to it. + + \see mouseMoveEvent, mouseReleaseEvent +*/ +void QCustomPlot::mousePressEvent(QMouseEvent *event) +{ + emit mousePress(event); + mMousePressPos = event->pos(); // need this to determine in releaseEvent whether it was a click (no position change between press and release) + + // call event of affected layout element: + mMouseEventElement = layoutElementAt(event->pos()); + if (mMouseEventElement) + mMouseEventElement->mousePressEvent(event); + + QWidget::mousePressEvent(event); +} + +/*! \internal + + Event handler for when the cursor is moved. Emits the \ref mouseMove signal. + + If a layout element has mouse capture focus (a mousePressEvent happened on top of the layout + element before), the mouseMoveEvent is forwarded to that element. + + \see mousePressEvent, mouseReleaseEvent +*/ +void QCustomPlot::mouseMoveEvent(QMouseEvent *event) +{ + emit mouseMove(event); + + // call event of affected layout element: + if (mMouseEventElement) + mMouseEventElement->mouseMoveEvent(event); + + QWidget::mouseMoveEvent(event); +} + +/*! \internal + + Event handler for when a mouse button is released. Emits the \ref mouseRelease signal. + + If the mouse was moved less than a certain threshold in any direction since the \ref + mousePressEvent, it is considered a click which causes the selection mechanism (if activated via + \ref setInteractions) to possibly change selection states accordingly. Further, specialized mouse + click signals are emitted (e.g. \ref plottableClick, \ref axisClick, etc.) + + If a layout element has mouse capture focus (a \ref mousePressEvent happened on top of the layout + element before), the \ref mouseReleaseEvent is forwarded to that element. + + \see mousePressEvent, mouseMoveEvent +*/ +void QCustomPlot::mouseReleaseEvent(QMouseEvent *event) +{ + emit mouseRelease(event); + bool doReplot = false; + + if ((mMousePressPos-event->pos()).manhattanLength() < 5) // determine whether it was a click operation + { + if (event->button() == Qt::LeftButton) + { + // handle selection mechanism: + QVariant details; + QCPLayerable *clickedLayerable = layerableAt(event->pos(), true, &details); + bool selectionStateChanged = false; + bool additive = mInteractions.testFlag(QCP::iMultiSelect) && event->modifiers().testFlag(mMultiSelectModifier); + // deselect all other layerables if not additive selection: + if (!additive) + { + foreach (QCPLayer *layer, mLayers) + { + foreach (QCPLayerable *layerable, layer->children()) + { + if (layerable != clickedLayerable && mInteractions.testFlag(layerable->selectionCategory())) + { + bool selChanged = false; + layerable->deselectEvent(&selChanged); + selectionStateChanged |= selChanged; + } + } + } + } + if (clickedLayerable && mInteractions.testFlag(clickedLayerable->selectionCategory())) + { + // a layerable was actually clicked, call its selectEvent: + bool selChanged = false; + clickedLayerable->selectEvent(event, additive, details, &selChanged); + selectionStateChanged |= selChanged; + } + if (selectionStateChanged) + { + doReplot = true; + emit selectionChangedByUser(); + } + } + + // emit specialized object click signals: + QVariant details; + QCPLayerable *clickedLayerable = layerableAt(event->pos(), false, &details); // for these signals, selectability is ignored, that's why we call this again with onlySelectable set to false + if (QCPAbstractPlottable *ap = qobject_cast(clickedLayerable)) + emit plottableClick(ap, event); + else if (QCPAxis *ax = qobject_cast(clickedLayerable)) + emit axisClick(ax, details.value(), event); + else if (QCPAbstractItem *ai = qobject_cast(clickedLayerable)) + emit itemClick(ai, event); + else if (QCPLegend *lg = qobject_cast(clickedLayerable)) + emit legendClick(lg, 0, event); + else if (QCPAbstractLegendItem *li = qobject_cast(clickedLayerable)) + emit legendClick(li->parentLegend(), li, event); + else if (QCPPlotTitle *pt = qobject_cast(clickedLayerable)) + emit titleClick(event, pt); + } + + // call event of affected layout element: + if (mMouseEventElement) + { + mMouseEventElement->mouseReleaseEvent(event); + mMouseEventElement = 0; + } + + if (doReplot || noAntialiasingOnDrag()) + replot(); + + QWidget::mouseReleaseEvent(event); +} + +/*! \internal + + Event handler for mouse wheel events. First, the \ref mouseWheel signal is emitted. Then + determines the affected layout element and forwards the event to it. + +*/ +void QCustomPlot::wheelEvent(QWheelEvent *event) +{ + emit mouseWheel(event); + + // call event of affected layout element: + if (QCPLayoutElement *el = layoutElementAt(event->pos())) + el->wheelEvent(event); + + QWidget::wheelEvent(event); +} + +/*! \internal + + This is the main draw function. It draws the entire plot, including background pixmap, with the + specified \a painter. Note that it does not fill the background with the background brush (as the + user may specify with \ref setBackground(const QBrush &brush)), this is up to the respective + functions calling this method (e.g. \ref replot, \ref toPixmap and \ref toPainter). +*/ +void QCustomPlot::draw(QCPPainter *painter) +{ + // run through layout phases: + mPlotLayout->update(QCPLayoutElement::upPreparation); + mPlotLayout->update(QCPLayoutElement::upMargins); + mPlotLayout->update(QCPLayoutElement::upLayout); + + // draw viewport background pixmap: + drawBackground(painter); + + // draw all layered objects (grid, axes, plottables, items, legend,...): + foreach (QCPLayer *layer, mLayers) + { + foreach (QCPLayerable *child, layer->children()) + { + if (child->realVisibility()) + { + painter->save(); + painter->setClipRect(child->clipRect().translated(0, -1)); + child->applyDefaultAntialiasingHint(painter); + child->draw(painter); + painter->restore(); + } + } + } + + /* Debug code to draw all layout element rects + foreach (QCPLayoutElement* el, findChildren()) + { + painter->setBrush(Qt::NoBrush); + painter->setPen(QPen(QColor(0, 0, 0, 100), 0, Qt::DashLine)); + painter->drawRect(el->rect()); + painter->setPen(QPen(QColor(255, 0, 0, 100), 0, Qt::DashLine)); + painter->drawRect(el->outerRect()); + } + */ +} + +/*! \internal + + Draws the viewport background pixmap of the plot. + + If a pixmap was provided via \ref setBackground, this function buffers the scaled version + depending on \ref setBackgroundScaled and \ref setBackgroundScaledMode and then draws it inside + the viewport with the provided \a painter. The scaled version is buffered in + mScaledBackgroundPixmap to prevent expensive rescaling at every redraw. It is only updated, when + the axis rect has changed in a way that requires a rescale of the background pixmap (this is + dependent on the \ref setBackgroundScaledMode), or when a differend axis background pixmap was + set. + + Note that this function does not draw a fill with the background brush (\ref setBackground(const + QBrush &brush)) beneath the pixmap. + + \see setBackground, setBackgroundScaled, setBackgroundScaledMode +*/ +void QCustomPlot::drawBackground(QCPPainter *painter) +{ + // Note: background color is handled in individual replot/save functions + + // draw background pixmap (on top of fill, if brush specified): + if (!mBackgroundPixmap.isNull()) + { + if (mBackgroundScaled) + { + // check whether mScaledBackground needs to be updated: + QSize scaledSize(mBackgroundPixmap.size()); + scaledSize.scale(mViewport.size(), mBackgroundScaledMode); + if (mScaledBackgroundPixmap.size() != scaledSize) + mScaledBackgroundPixmap = mBackgroundPixmap.scaled(mViewport.size(), mBackgroundScaledMode, Qt::SmoothTransformation); + painter->drawPixmap(mViewport.topLeft(), mScaledBackgroundPixmap, QRect(0, 0, mViewport.width(), mViewport.height()) & mScaledBackgroundPixmap.rect()); + } else + { + painter->drawPixmap(mViewport.topLeft(), mBackgroundPixmap, QRect(0, 0, mViewport.width(), mViewport.height())); + } + } +} + + +/*! \internal + + This method is used by \ref QCPAxisRect::removeAxis to report removed axes to the QCustomPlot + so it may clear its QCustomPlot::xAxis, yAxis, xAxis2 and yAxis2 members accordingly. +*/ +void QCustomPlot::axisRemoved(QCPAxis *axis) +{ + if (xAxis == axis) + xAxis = 0; + if (xAxis2 == axis) + xAxis2 = 0; + if (yAxis == axis) + yAxis = 0; + if (yAxis2 == axis) + yAxis2 = 0; + + // Note: No need to take care of range drag axes and range zoom axes, because they are stored in smart pointers +} + +/*! \internal + + This method is used by the QCPLegend destructor to report legend removal to the QCustomPlot so + it may clear its QCustomPlot::legend member accordingly. +*/ +void QCustomPlot::legendRemoved(QCPLegend *legend) +{ + if (this->legend == legend) + this->legend = 0; +} + +/*! \internal + + Assigns all layers their index (QCPLayer::mIndex) in the mLayers list. This method is thus called + after every operation that changes the layer indices, like layer removal, layer creation, layer + moving. +*/ +void QCustomPlot::updateLayerIndices() const +{ + for (int i=0; imIndex = i; +} + +/*! \internal + + Returns the layerable at pixel position \a pos. If \a onlySelectable is set to true, only those + layerables that are selectable will be considered. (Layerable subclasses communicate their + selectability via the QCPLayerable::selectTest method, by returning -1.) + + \a selectionDetails is an output parameter that contains selection specifics of the affected + layerable. This is useful if the respective layerable shall be given a subsequent + QCPLayerable::selectEvent (like in \ref mouseReleaseEvent). \a selectionDetails usually contains + information about which part of the layerable was hit, in multi-part layerables (e.g. + QCPAxis::SelectablePart). +*/ +QCPLayerable *QCustomPlot::layerableAt(const QPointF &pos, bool onlySelectable, QVariant *selectionDetails) const +{ + for (int layerIndex=mLayers.size()-1; layerIndex>=0; --layerIndex) + { + const QList layerables = mLayers.at(layerIndex)->children(); + double minimumDistance = selectionTolerance()*1.1; + QCPLayerable *minimumDistanceLayerable = 0; + for (int i=layerables.size()-1; i>=0; --i) + { + if (!layerables.at(i)->realVisibility()) + continue; + QVariant details; + double dist = layerables.at(i)->selectTest(pos, onlySelectable, &details); + if (dist >= 0 && dist < minimumDistance) + { + minimumDistance = dist; + minimumDistanceLayerable = layerables.at(i); + if (selectionDetails) *selectionDetails = details; + } + } + if (minimumDistance < selectionTolerance()) + return minimumDistanceLayerable; + } + return 0; +} + +/*! + Saves the plot to a rastered image file \a fileName in the image format \a format. The plot is + sized to \a width and \a height in pixels and scaled with \a scale. (width 100 and scale 2.0 lead + to a full resolution file with width 200.) If the \a format supports compression, \a quality may + be between 0 and 100 to control it. + + Returns true on success. If this function fails, most likely the given \a format isn't supported + by the system, see Qt docs about QImageWriter::supportedImageFormats(). + + \see saveBmp, saveJpg, savePng, savePdf +*/ +bool QCustomPlot::saveRastered(const QString &fileName, int width, int height, double scale, const char *format, int quality) +{ + QPixmap buffer = toPixmap(width, height, scale); + if (!buffer.isNull()) + return buffer.save(fileName, format, quality); + else + return false; +} + +/*! + Renders the plot to a pixmap and returns it. + + The plot is sized to \a width and \a height in pixels and scaled with \a scale. (width 100 and + scale 2.0 lead to a full resolution pixmap with width 200.) + + \see toPainter, saveRastered, saveBmp, savePng, saveJpg, savePdf +*/ +QPixmap QCustomPlot::toPixmap(int width, int height, double scale) +{ + // this method is somewhat similar to toPainter. Change something here, and a change in toPainter might be necessary, too. + int newWidth, newHeight; + if (width == 0 || height == 0) + { + newWidth = this->width(); + newHeight = this->height(); + } else + { + newWidth = width; + newHeight = height; + } + int scaledWidth = qRound(scale*newWidth); + int scaledHeight = qRound(scale*newHeight); + + QPixmap result(scaledWidth, scaledHeight); + result.fill(mBackgroundBrush.style() == Qt::SolidPattern ? mBackgroundBrush.color() : Qt::transparent); // if using non-solid pattern, make transparent now and draw brush pattern later + QCPPainter painter; + painter.begin(&result); + if (painter.isActive()) + { + QRect oldViewport = viewport(); + setViewport(QRect(0, 0, newWidth, newHeight)); + painter.setMode(QCPPainter::pmNoCaching); + if (!qFuzzyCompare(scale, 1.0)) + { + if (scale > 1.0) // for scale < 1 we always want cosmetic pens where possible, because else lines might disappear for very small scales + painter.setMode(QCPPainter::pmNonCosmetic); + painter.scale(scale, scale); + } + if (mBackgroundBrush.style() != Qt::SolidPattern && mBackgroundBrush.style() != Qt::NoBrush) // solid fills were done a few lines above with QPixmap::fill + painter.fillRect(mViewport, mBackgroundBrush); + draw(&painter); + setViewport(oldViewport); + painter.end(); + } else // might happen if pixmap has width or height zero + { + qDebug() << Q_FUNC_INFO << "Couldn't activate painter on pixmap"; + return QPixmap(); + } + return result; +} + +/*! + Renders the plot using the passed \a painter. + + The plot is sized to \a width and \a height in pixels. If the \a painter's scale is not 1.0, the resulting plot will + appear scaled accordingly. + + \note If you are restricted to using a QPainter (instead of QCPPainter), create a temporary QPicture and open a QCPPainter + on it. Then call \ref toPainter with this QCPPainter. After ending the paint operation on the picture, draw it with + the QPainter. This will reproduce the painter actions the QCPPainter took, with a QPainter. + + \see toPixmap +*/ +void QCustomPlot::toPainter(QCPPainter *painter, int width, int height) +{ + // this method is somewhat similar to toPixmap. Change something here, and a change in toPixmap might be necessary, too. + int newWidth, newHeight; + if (width == 0 || height == 0) + { + newWidth = this->width(); + newHeight = this->height(); + } else + { + newWidth = width; + newHeight = height; + } + + if (painter->isActive()) + { + QRect oldViewport = viewport(); + setViewport(QRect(0, 0, newWidth, newHeight)); + painter->setMode(QCPPainter::pmNoCaching); + if (mBackgroundBrush.style() != Qt::NoBrush) // unlike in toPixmap, we can't do QPixmap::fill for Qt::SolidPattern brush style, so we also draw solid fills with fillRect here + painter->fillRect(mViewport, mBackgroundBrush); + draw(painter); + setViewport(oldViewport); + } else + qDebug() << Q_FUNC_INFO << "Passed painter is not active"; +} + + +//////////////////////////////////////////////////////////////////////////////////////////////////// +//////////////////// QCPColorGradient +//////////////////////////////////////////////////////////////////////////////////////////////////// + +/*! \class QCPColorGradient + \brief Defines a color gradient for use with e.g. \ref QCPColorMap + + This class describes a color gradient which can be used to encode data with color. For example, + QCPColorMap and QCPColorScale have \ref QCPColorMap::setGradient "setGradient" methods which + take an instance of this class. Colors are set with \ref setColorStopAt(double position, const QColor &color) + with a \a position from 0 to 1. In between these defined color positions, the + color will be interpolated linearly either in RGB or HSV space, see \ref setColorInterpolation. + + Alternatively, load one of the preset color gradients shown in the image below, with \ref + loadPreset, or by directly specifying the preset in the constructor. + + \image html QCPColorGradient.png + + The fact that the \ref QCPColorGradient(GradientPreset preset) constructor allows directly + converting a \ref GradientPreset to a QCPColorGradient, you can also directly pass \ref + GradientPreset to all the \a setGradient methods, e.g.: + \snippet documentation/doc-code-snippets/mainwindow.cpp qcpcolorgradient-setgradient + + The total number of levels used in the gradient can be set with \ref setLevelCount. Whether the + color gradient shall be applied periodically (wrapping around) to data values that lie outside + the data range specified on the plottable instance can be controlled with \ref setPeriodic. +*/ + +/*! + Constructs a new QCPColorGradient initialized with the colors and color interpolation according + to \a preset. + + The color level count is initialized to 350. +*/ +QCPColorGradient::QCPColorGradient(GradientPreset preset) : + mLevelCount(350), + mColorInterpolation(ciRGB), + mPeriodic(false), + mColorBufferInvalidated(true) +{ + mColorBuffer.fill(qRgb(0, 0, 0), mLevelCount); + loadPreset(preset); +} + +/* undocumented operator */ +bool QCPColorGradient::operator==(const QCPColorGradient &other) const +{ + return ((other.mLevelCount == this->mLevelCount) && + (other.mColorInterpolation == this->mColorInterpolation) && + (other.mPeriodic == this->mPeriodic) && + (other.mColorStops == this->mColorStops)); +} + +/*! + Sets the number of discretization levels of the color gradient to \a n. The default is 350 which + is typically enough to create a smooth appearance. + + \image html QCPColorGradient-levelcount.png +*/ +void QCPColorGradient::setLevelCount(int n) +{ + if (n < 2) + { + qDebug() << Q_FUNC_INFO << "n must be greater or equal 2 but was" << n; + n = 2; + } + if (n != mLevelCount) + { + mLevelCount = n; + mColorBufferInvalidated = true; + } +} + +/*! + Sets at which positions from 0 to 1 which color shall occur. The positions are the keys, the + colors are the values of the passed QMap \a colorStops. In between these color stops, the color + is interpolated according to \ref setColorInterpolation. + + A more convenient way to create a custom gradient may be to clear all color stops with \ref + clearColorStops and then adding them one by one with \ref setColorStopAt. + + \see clearColorStops +*/ +void QCPColorGradient::setColorStops(const QMap &colorStops) +{ + mColorStops = colorStops; + mColorBufferInvalidated = true; +} + +/*! + Sets the \a color the gradient will have at the specified \a position (from 0 to 1). In between + these color stops, the color is interpolated according to \ref setColorInterpolation. + + \see setColorStops, clearColorStops +*/ +void QCPColorGradient::setColorStopAt(double position, const QColor &color) +{ + mColorStops.insert(position, color); + mColorBufferInvalidated = true; +} + +/*! + Sets whether the colors in between the configured color stops (see \ref setColorStopAt) shall be + interpolated linearly in RGB or in HSV color space. + + For example, a sweep in RGB space from red to green will have a muddy brown intermediate color, + whereas in HSV space the intermediate color is yellow. +*/ +void QCPColorGradient::setColorInterpolation(QCPColorGradient::ColorInterpolation interpolation) +{ + if (interpolation != mColorInterpolation) + { + mColorInterpolation = interpolation; + mColorBufferInvalidated = true; + } +} + +/*! + Sets whether data points that are outside the configured data range (e.g. \ref + QCPColorMap::setDataRange) are colored by periodically repeating the color gradient or whether + they all have the same color, corresponding to the respective gradient boundary color. + + \image html QCPColorGradient-periodic.png + + As shown in the image above, gradients that have the same start and end color are especially + suitable for a periodic gradient mapping, since they produce smooth color transitions throughout + the color map. A preset that has this property is \ref gpHues. + + In practice, using periodic color gradients makes sense when the data corresponds to a periodic + dimension, such as an angle or a phase. If this is not the case, the color encoding might become + ambiguous, because multiple different data values are shown as the same color. +*/ +void QCPColorGradient::setPeriodic(bool enabled) +{ + mPeriodic = enabled; +} + +/*! + This method is used to quickly convert a \a data array to colors. The colors will be output in + the array \a scanLine. Both \a data and \a scanLine must have the length \a n when passed to this + function. The data range that shall be used for mapping the data value to the gradient is passed + in \a range. \a logarithmic indicates whether the data values shall be mapped to colors + logarithmically. + + if \a data actually contains 2D-data linearized via [row*columnCount + column], you can + set \a dataIndexFactor to columnCount to convert a column instead of a row of the data + array, in \a scanLine. \a scanLine will remain a regular (1D) array. This works because \a data + is addressed data[i*dataIndexFactor]. +*/ +void QCPColorGradient::colorize(const double *data, const QCPRange &range, QRgb *scanLine, int n, int dataIndexFactor, bool logarithmic) +{ + // If you change something here, make sure to also adapt ::color() + if (!data) + { + qDebug() << Q_FUNC_INFO << "null pointer given as data"; + return; + } + if (!scanLine) + { + qDebug() << Q_FUNC_INFO << "null pointer given as scanLine"; + return; + } + if (mColorBufferInvalidated) + updateColorBuffer(); + + if (!logarithmic) + { + const double posToIndexFactor = (mLevelCount-1)/range.size(); + if (mPeriodic) + { + for (int i=0; i= mLevelCount) + index = mLevelCount-1; + scanLine[i] = mColorBuffer.at(index); + } + } + } else // logarithmic == true + { + if (mPeriodic) + { + for (int i=0; i= mLevelCount) + index = mLevelCount-1; + scanLine[i] = mColorBuffer.at(index); + } + } + } +} + +/*! \internal + + This method is used to colorize a single data value given in \a position, to colors. The data + range that shall be used for mapping the data value to the gradient is passed in \a range. \a + logarithmic indicates whether the data value shall be mapped to a color logarithmically. + + If an entire array of data values shall be converted, rather use \ref colorize, for better + performance. +*/ +QRgb QCPColorGradient::color(double position, const QCPRange &range, bool logarithmic) +{ + // If you change something here, make sure to also adapt ::colorize() + if (mColorBufferInvalidated) + updateColorBuffer(); + int index = 0; + if (!logarithmic) + index = (position-range.lower)*(mLevelCount-1)/range.size(); + else + index = qLn(position/range.lower)/qLn(range.upper/range.lower)*(mLevelCount-1); + if (mPeriodic) + { + index = index % mLevelCount; + if (index < 0) + index += mLevelCount; + } else + { + if (index < 0) + index = 0; + else if (index >= mLevelCount) + index = mLevelCount-1; + } + return mColorBuffer.at(index); +} + +/*! + Clears the current color stops and loads the specified \a preset. A preset consists of predefined + color stops and the corresponding color interpolation method. + + The available presets are: + \image html QCPColorGradient.png +*/ +void QCPColorGradient::loadPreset(GradientPreset preset) +{ + clearColorStops(); + switch (preset) + { + case gpGrayscale: + setColorInterpolation(ciRGB); + setColorStopAt(0, Qt::black); + setColorStopAt(1, Qt::white); + break; + case gpHot: + setColorInterpolation(ciRGB); + setColorStopAt(0, QColor(50, 0, 0)); + setColorStopAt(0.2, QColor(180, 10, 0)); + setColorStopAt(0.4, QColor(245, 50, 0)); + setColorStopAt(0.6, QColor(255, 150, 10)); + setColorStopAt(0.8, QColor(255, 255, 50)); + setColorStopAt(1, QColor(255, 255, 255)); + break; + case gpCold: + setColorInterpolation(ciRGB); + setColorStopAt(0, QColor(0, 0, 50)); + setColorStopAt(0.2, QColor(0, 10, 180)); + setColorStopAt(0.4, QColor(0, 50, 245)); + setColorStopAt(0.6, QColor(10, 150, 255)); + setColorStopAt(0.8, QColor(50, 255, 255)); + setColorStopAt(1, QColor(255, 255, 255)); + break; + case gpNight: + setColorInterpolation(ciHSV); + setColorStopAt(0, QColor(10, 20, 30)); + setColorStopAt(1, QColor(250, 255, 250)); + break; + case gpCandy: + setColorInterpolation(ciHSV); + setColorStopAt(0, QColor(0, 0, 255)); + setColorStopAt(1, QColor(255, 250, 250)); + break; + case gpGeography: + setColorInterpolation(ciRGB); + setColorStopAt(0, QColor(70, 170, 210)); + setColorStopAt(0.20, QColor(90, 160, 180)); + setColorStopAt(0.25, QColor(45, 130, 175)); + setColorStopAt(0.30, QColor(100, 140, 125)); + setColorStopAt(0.5, QColor(100, 140, 100)); + setColorStopAt(0.6, QColor(130, 145, 120)); + setColorStopAt(0.7, QColor(140, 130, 120)); + setColorStopAt(0.9, QColor(180, 190, 190)); + setColorStopAt(1, QColor(210, 210, 230)); + break; + case gpIon: + setColorInterpolation(ciHSV); + setColorStopAt(0, QColor(50, 10, 10)); + setColorStopAt(0.45, QColor(0, 0, 255)); + setColorStopAt(0.8, QColor(0, 255, 255)); + setColorStopAt(1, QColor(0, 255, 0)); + break; + case gpThermal: + setColorInterpolation(ciRGB); + setColorStopAt(0, QColor(0, 0, 50)); + setColorStopAt(0.15, QColor(20, 0, 120)); + setColorStopAt(0.33, QColor(200, 30, 140)); + setColorStopAt(0.6, QColor(255, 100, 0)); + setColorStopAt(0.85, QColor(255, 255, 40)); + setColorStopAt(1, QColor(255, 255, 255)); + break; + case gpPolar: + setColorInterpolation(ciRGB); + setColorStopAt(0, QColor(50, 255, 255)); + setColorStopAt(0.18, QColor(10, 70, 255)); + setColorStopAt(0.28, QColor(10, 10, 190)); + setColorStopAt(0.5, QColor(0, 0, 0)); + setColorStopAt(0.72, QColor(190, 10, 10)); + setColorStopAt(0.82, QColor(255, 70, 10)); + setColorStopAt(1, QColor(255, 255, 50)); + break; + case gpSpectrum: + setColorInterpolation(ciHSV); + setColorStopAt(0, QColor(50, 0, 50)); + setColorStopAt(0.15, QColor(0, 0, 255)); + setColorStopAt(0.35, QColor(0, 255, 255)); + setColorStopAt(0.6, QColor(255, 255, 0)); + setColorStopAt(0.75, QColor(255, 30, 0)); + setColorStopAt(1, QColor(50, 0, 0)); + break; + case gpJet: + setColorInterpolation(ciRGB); + setColorStopAt(0, QColor(0, 0, 100)); + setColorStopAt(0.15, QColor(0, 50, 255)); + setColorStopAt(0.35, QColor(0, 255, 255)); + setColorStopAt(0.65, QColor(255, 255, 0)); + setColorStopAt(0.85, QColor(255, 30, 0)); + setColorStopAt(1, QColor(100, 0, 0)); + break; + case gpHues: + setColorInterpolation(ciHSV); + setColorStopAt(0, QColor(255, 0, 0)); + setColorStopAt(1.0/3.0, QColor(0, 0, 255)); + setColorStopAt(2.0/3.0, QColor(0, 255, 0)); + setColorStopAt(1, QColor(255, 0, 0)); + break; + } +} + +/*! + Clears all color stops. + + \see setColorStops, setColorStopAt +*/ +void QCPColorGradient::clearColorStops() +{ + mColorStops.clear(); + mColorBufferInvalidated = true; +} + +/*! + Returns an inverted gradient. The inverted gradient has all properties as this \ref + QCPColorGradient, but the order of the color stops is inverted. + + \see setColorStops, setColorStopAt +*/ +QCPColorGradient QCPColorGradient::inverted() const +{ + QCPColorGradient result(*this); + result.clearColorStops(); + for (QMap::const_iterator it=mColorStops.constBegin(); it!=mColorStops.constEnd(); ++it) + result.setColorStopAt(1.0-it.key(), it.value()); + return result; +} + +/*! \internal + + Updates the internal color buffer which will be used by \ref colorize and \ref color, to quickly + convert positions to colors. This is where the interpolation between color stops is calculated. +*/ +void QCPColorGradient::updateColorBuffer() +{ + if (mColorBuffer.size() != mLevelCount) + mColorBuffer.resize(mLevelCount); + if (mColorStops.size() > 1) + { + double indexToPosFactor = 1.0/(double)(mLevelCount-1); + for (int i=0; i::const_iterator it = mColorStops.lowerBound(position); + if (it == mColorStops.constEnd()) // position is on or after last stop, use color of last stop + { + mColorBuffer[i] = (it-1).value().rgb(); + } else if (it == mColorStops.constBegin()) // position is on or before first stop, use color of first stop + { + mColorBuffer[i] = it.value().rgb(); + } else // position is in between stops (or on an intermediate stop), interpolate color + { + QMap::const_iterator high = it; + QMap::const_iterator low = it-1; + double t = (position-low.key())/(high.key()-low.key()); // interpolation factor 0..1 + switch (mColorInterpolation) + { + case ciRGB: + { + mColorBuffer[i] = qRgb((1-t)*low.value().red() + t*high.value().red(), + (1-t)*low.value().green() + t*high.value().green(), + (1-t)*low.value().blue() + t*high.value().blue()); + break; + } + case ciHSV: + { + QColor lowHsv = low.value().toHsv(); + QColor highHsv = high.value().toHsv(); + double hue = 0; + double hueDiff = highHsv.hueF()-lowHsv.hueF(); + if (hueDiff > 0.5) + hue = lowHsv.hueF() - t*(1.0-hueDiff); + else if (hueDiff < -0.5) + hue = lowHsv.hueF() + t*(1.0+hueDiff); + else + hue = lowHsv.hueF() + t*hueDiff; + if (hue < 0) hue += 1.0; + else if (hue >= 1.0) hue -= 1.0; + mColorBuffer[i] = QColor::fromHsvF(hue, (1-t)*lowHsv.saturationF() + t*highHsv.saturationF(), (1-t)*lowHsv.valueF() + t*highHsv.valueF()).rgb(); + break; + } + } + } + } + } else if (mColorStops.size() == 1) + { + mColorBuffer.fill(mColorStops.constBegin().value().rgb()); + } else // mColorStops is empty, fill color buffer with black + { + mColorBuffer.fill(qRgb(0, 0, 0)); + } + mColorBufferInvalidated = false; +} + + +//////////////////////////////////////////////////////////////////////////////////////////////////// +//////////////////// QCPAxisRect +//////////////////////////////////////////////////////////////////////////////////////////////////// + +/*! \class QCPAxisRect + \brief Holds multiple axes and arranges them in a rectangular shape. + + This class represents an axis rect, a rectangular area that is bounded on all sides with an + arbitrary number of axes. + + Initially QCustomPlot has one axis rect, accessible via QCustomPlot::axisRect(). However, the + layout system allows to have multiple axis rects, e.g. arranged in a grid layout + (QCustomPlot::plotLayout). + + By default, QCPAxisRect comes with four axes, at bottom, top, left and right. They can be + accessed via \ref axis by providing the respective axis type (\ref QCPAxis::AxisType) and index. + If you need all axes in the axis rect, use \ref axes. The top and right axes are set to be + invisible initially (QCPAxis::setVisible). To add more axes to a side, use \ref addAxis or \ref + addAxes. To remove an axis, use \ref removeAxis. + + The axis rect layerable itself only draws a background pixmap or color, if specified (\ref + setBackground). It is placed on the "background" layer initially (see \ref QCPLayer for an + explanation of the QCustomPlot layer system). The axes that are held by the axis rect can be + placed on other layers, independently of the axis rect. + + Every axis rect has a child layout of type \ref QCPLayoutInset. It is accessible via \ref + insetLayout and can be used to have other layout elements (or even other layouts with multiple + elements) hovering inside the axis rect. + + If an axis rect is clicked and dragged, it processes this by moving certain axis ranges. The + behaviour can be controlled with \ref setRangeDrag and \ref setRangeDragAxes. If the mouse wheel + is scrolled while the cursor is on the axis rect, certain axes are scaled. This is controllable + via \ref setRangeZoom, \ref setRangeZoomAxes and \ref setRangeZoomFactor. These interactions are + only enabled if \ref QCustomPlot::setInteractions contains \ref QCP::iRangeDrag and \ref + QCP::iRangeZoom. + + \image html AxisRectSpacingOverview.png +
Overview of the spacings and paddings that define the geometry of an axis. The dashed + line on the far left indicates the viewport/widget border.
+*/ + +/* start documentation of inline functions */ + +/*! \fn QCPLayoutInset *QCPAxisRect::insetLayout() const + + Returns the inset layout of this axis rect. It can be used to place other layout elements (or + even layouts with multiple other elements) inside/on top of an axis rect. + + \see QCPLayoutInset +*/ + +/*! \fn int QCPAxisRect::left() const + + Returns the pixel position of the left border of this axis rect. Margins are not taken into + account here, so the returned value is with respect to the inner \ref rect. +*/ + +/*! \fn int QCPAxisRect::right() const + + Returns the pixel position of the right border of this axis rect. Margins are not taken into + account here, so the returned value is with respect to the inner \ref rect. +*/ + +/*! \fn int QCPAxisRect::top() const + + Returns the pixel position of the top border of this axis rect. Margins are not taken into + account here, so the returned value is with respect to the inner \ref rect. +*/ + +/*! \fn int QCPAxisRect::bottom() const + + Returns the pixel position of the bottom border of this axis rect. Margins are not taken into + account here, so the returned value is with respect to the inner \ref rect. +*/ + +/*! \fn int QCPAxisRect::width() const + + Returns the pixel width of this axis rect. Margins are not taken into account here, so the + returned value is with respect to the inner \ref rect. +*/ + +/*! \fn int QCPAxisRect::height() const + + Returns the pixel height of this axis rect. Margins are not taken into account here, so the + returned value is with respect to the inner \ref rect. +*/ + +/*! \fn QSize QCPAxisRect::size() const + + Returns the pixel size of this axis rect. Margins are not taken into account here, so the + returned value is with respect to the inner \ref rect. +*/ + +/*! \fn QPoint QCPAxisRect::topLeft() const + + Returns the top left corner of this axis rect in pixels. Margins are not taken into account here, + so the returned value is with respect to the inner \ref rect. +*/ + +/*! \fn QPoint QCPAxisRect::topRight() const + + Returns the top right corner of this axis rect in pixels. Margins are not taken into account + here, so the returned value is with respect to the inner \ref rect. +*/ + +/*! \fn QPoint QCPAxisRect::bottomLeft() const + + Returns the bottom left corner of this axis rect in pixels. Margins are not taken into account + here, so the returned value is with respect to the inner \ref rect. +*/ + +/*! \fn QPoint QCPAxisRect::bottomRight() const + + Returns the bottom right corner of this axis rect in pixels. Margins are not taken into account + here, so the returned value is with respect to the inner \ref rect. +*/ + +/*! \fn QPoint QCPAxisRect::center() const + + Returns the center of this axis rect in pixels. Margins are not taken into account here, so the + returned value is with respect to the inner \ref rect. +*/ + +/* end documentation of inline functions */ + +/*! + Creates a QCPAxisRect instance and sets default values. An axis is added for each of the four + sides, the top and right axes are set invisible initially. +*/ +QCPAxisRect::QCPAxisRect(QCustomPlot *parentPlot, bool setupDefaultAxes) : + QCPLayoutElement(parentPlot), + mBackgroundBrush(Qt::NoBrush), + mBackgroundScaled(true), + mBackgroundScaledMode(Qt::KeepAspectRatioByExpanding), + mInsetLayout(new QCPLayoutInset), + mRangeDrag(Qt::Horizontal|Qt::Vertical), + mRangeZoom(Qt::Horizontal|Qt::Vertical), + mRangeZoomFactorHorz(0.85), + mRangeZoomFactorVert(0.85), + mDragging(false) +{ + mInsetLayout->initializeParentPlot(mParentPlot); + mInsetLayout->setParentLayerable(this); + mInsetLayout->setParent(this); + + setMinimumSize(50, 50); + setMinimumMargins(QMargins(15, 15, 15, 15)); + mAxes.insert(QCPAxis::atLeft, QList()); + mAxes.insert(QCPAxis::atRight, QList()); + mAxes.insert(QCPAxis::atTop, QList()); + mAxes.insert(QCPAxis::atBottom, QList()); + + if (setupDefaultAxes) + { + QCPAxis *xAxis = addAxis(QCPAxis::atBottom); + QCPAxis *yAxis = addAxis(QCPAxis::atLeft); + QCPAxis *xAxis2 = addAxis(QCPAxis::atTop); + QCPAxis *yAxis2 = addAxis(QCPAxis::atRight); + setRangeDragAxes(xAxis, yAxis); + setRangeZoomAxes(xAxis, yAxis); + xAxis2->setVisible(false); + yAxis2->setVisible(false); + xAxis->grid()->setVisible(true); + yAxis->grid()->setVisible(true); + xAxis2->grid()->setVisible(false); + yAxis2->grid()->setVisible(false); + xAxis2->grid()->setZeroLinePen(Qt::NoPen); + yAxis2->grid()->setZeroLinePen(Qt::NoPen); + xAxis2->grid()->setVisible(false); + yAxis2->grid()->setVisible(false); + } +} + +QCPAxisRect::~QCPAxisRect() +{ + delete mInsetLayout; + mInsetLayout = 0; + + QList axesList = axes(); + for (int i=0; i ax(mAxes.value(type)); + if (index >= 0 && index < ax.size()) + { + return ax.at(index); + } else + { + qDebug() << Q_FUNC_INFO << "Axis index out of bounds:" << index; + return 0; + } +} + +/*! + Returns all axes on the axis rect sides specified with \a types. + + \a types may be a single \ref QCPAxis::AxisType or an or-combination, to get the axes of + multiple sides. + + \see axis +*/ +QList QCPAxisRect::axes(QCPAxis::AxisTypes types) const +{ + QList result; + if (types.testFlag(QCPAxis::atLeft)) + result << mAxes.value(QCPAxis::atLeft); + if (types.testFlag(QCPAxis::atRight)) + result << mAxes.value(QCPAxis::atRight); + if (types.testFlag(QCPAxis::atTop)) + result << mAxes.value(QCPAxis::atTop); + if (types.testFlag(QCPAxis::atBottom)) + result << mAxes.value(QCPAxis::atBottom); + return result; +} + +/*! \overload + + Returns all axes of this axis rect. +*/ +QList QCPAxisRect::axes() const +{ + QList result; + QHashIterator > it(mAxes); + while (it.hasNext()) + { + it.next(); + result << it.value(); + } + return result; +} + +/*! + Adds a new axis to the axis rect side specified with \a type, and returns it. If \a axis is 0, a + new QCPAxis instance is created internally. + + You may inject QCPAxis instances (or sublasses of QCPAxis) by setting \a axis to an axis that was + previously created outside QCustomPlot. It is important to note that QCustomPlot takes ownership + of the axis, so you may not delete it afterwards. Further, the \a axis must have been created + with this axis rect as parent and with the same axis type as specified in \a type. If this is not + the case, a debug output is generated, the axis is not added, and the method returns 0. + + This method can not be used to move \a axis between axis rects. The same \a axis instance must + not be added multiple times to the same or different axis rects. + + If an axis rect side already contains one or more axes, the lower and upper endings of the new + axis (\ref QCPAxis::setLowerEnding, \ref QCPAxis::setUpperEnding) are set to \ref + QCPLineEnding::esHalfBar. + + \see addAxes, setupFullAxesBox +*/ +QCPAxis *QCPAxisRect::addAxis(QCPAxis::AxisType type, QCPAxis *axis) +{ + QCPAxis *newAxis = axis; + if (!newAxis) + { + newAxis = new QCPAxis(this, type); + } else // user provided existing axis instance, do some sanity checks + { + if (newAxis->axisType() != type) + { + qDebug() << Q_FUNC_INFO << "passed axis has different axis type than specified in type parameter"; + return 0; + } + if (newAxis->axisRect() != this) + { + qDebug() << Q_FUNC_INFO << "passed axis doesn't have this axis rect as parent axis rect"; + return 0; + } + if (axes().contains(newAxis)) + { + qDebug() << Q_FUNC_INFO << "passed axis is already owned by this axis rect"; + return 0; + } + } + if (mAxes[type].size() > 0) // multiple axes on one side, add half-bar axis ending to additional axes with offset + { + bool invert = (type == QCPAxis::atRight) || (type == QCPAxis::atBottom); + newAxis->setLowerEnding(QCPLineEnding(QCPLineEnding::esHalfBar, 6, 10, !invert)); + newAxis->setUpperEnding(QCPLineEnding(QCPLineEnding::esHalfBar, 6, 10, invert)); + } + mAxes[type].append(newAxis); + return newAxis; +} + +/*! + Adds a new axis with \ref addAxis to each axis rect side specified in \a types. This may be an + or-combination of QCPAxis::AxisType, so axes can be added to multiple sides at once. + + Returns a list of the added axes. + + \see addAxis, setupFullAxesBox +*/ +QList QCPAxisRect::addAxes(QCPAxis::AxisTypes types) +{ + QList result; + if (types.testFlag(QCPAxis::atLeft)) + result << addAxis(QCPAxis::atLeft); + if (types.testFlag(QCPAxis::atRight)) + result << addAxis(QCPAxis::atRight); + if (types.testFlag(QCPAxis::atTop)) + result << addAxis(QCPAxis::atTop); + if (types.testFlag(QCPAxis::atBottom)) + result << addAxis(QCPAxis::atBottom); + return result; +} + +/*! + Removes the specified \a axis from the axis rect and deletes it. + + Returns true on success, i.e. if \a axis was a valid axis in this axis rect. + + \see addAxis +*/ +bool QCPAxisRect::removeAxis(QCPAxis *axis) +{ + // don't access axis->axisType() to provide safety when axis is an invalid pointer, rather go through all axis containers: + QHashIterator > it(mAxes); + while (it.hasNext()) + { + it.next(); + if (it.value().contains(axis)) + { + mAxes[it.key()].removeOne(axis); + if (qobject_cast(parentPlot())) // make sure this isn't called from QObject dtor when QCustomPlot is already destructed (happens when the axis rect is not in any layout and thus QObject-child of QCustomPlot) + parentPlot()->axisRemoved(axis); + delete axis; + return true; + } + } + qDebug() << Q_FUNC_INFO << "Axis isn't in axis rect:" << reinterpret_cast(axis); + return false; +} + +/*! + Convenience function to create an axis on each side that doesn't have any axes yet and set their + visibility to true. Further, the top/right axes are assigned the following properties of the + bottom/left axes: + + \li range (\ref QCPAxis::setRange) + \li range reversed (\ref QCPAxis::setRangeReversed) + \li scale type (\ref QCPAxis::setScaleType) + \li scale log base (\ref QCPAxis::setScaleLogBase) + \li ticks (\ref QCPAxis::setTicks) + \li auto (major) tick count (\ref QCPAxis::setAutoTickCount) + \li sub tick count (\ref QCPAxis::setSubTickCount) + \li auto sub ticks (\ref QCPAxis::setAutoSubTicks) + \li tick step (\ref QCPAxis::setTickStep) + \li auto tick step (\ref QCPAxis::setAutoTickStep) + \li number format (\ref QCPAxis::setNumberFormat) + \li number precision (\ref QCPAxis::setNumberPrecision) + \li tick label type (\ref QCPAxis::setTickLabelType) + \li date time format (\ref QCPAxis::setDateTimeFormat) + \li date time spec (\ref QCPAxis::setDateTimeSpec) + + Tick labels (\ref QCPAxis::setTickLabels) of the right and top axes are set to false. + + If \a connectRanges is true, the \ref QCPAxis::rangeChanged "rangeChanged" signals of the bottom + and left axes are connected to the \ref QCPAxis::setRange slots of the top and right axes. +*/ +void QCPAxisRect::setupFullAxesBox(bool connectRanges) +{ + QCPAxis *xAxis, *yAxis, *xAxis2, *yAxis2; + if (axisCount(QCPAxis::atBottom) == 0) + xAxis = addAxis(QCPAxis::atBottom); + else + xAxis = axis(QCPAxis::atBottom); + + if (axisCount(QCPAxis::atLeft) == 0) + yAxis = addAxis(QCPAxis::atLeft); + else + yAxis = axis(QCPAxis::atLeft); + + if (axisCount(QCPAxis::atTop) == 0) + xAxis2 = addAxis(QCPAxis::atTop); + else + xAxis2 = axis(QCPAxis::atTop); + + if (axisCount(QCPAxis::atRight) == 0) + yAxis2 = addAxis(QCPAxis::atRight); + else + yAxis2 = axis(QCPAxis::atRight); + + xAxis->setVisible(true); + yAxis->setVisible(true); + xAxis2->setVisible(true); + yAxis2->setVisible(true); + xAxis2->setTickLabels(false); + yAxis2->setTickLabels(false); + + xAxis2->setRange(xAxis->range()); + xAxis2->setRangeReversed(xAxis->rangeReversed()); + xAxis2->setScaleType(xAxis->scaleType()); + xAxis2->setScaleLogBase(xAxis->scaleLogBase()); + xAxis2->setTicks(xAxis->ticks()); + xAxis2->setAutoTickCount(xAxis->autoTickCount()); + xAxis2->setSubTickCount(xAxis->subTickCount()); + xAxis2->setAutoSubTicks(xAxis->autoSubTicks()); + xAxis2->setTickStep(xAxis->tickStep()); + xAxis2->setAutoTickStep(xAxis->autoTickStep()); + xAxis2->setNumberFormat(xAxis->numberFormat()); + xAxis2->setNumberPrecision(xAxis->numberPrecision()); + xAxis2->setTickLabelType(xAxis->tickLabelType()); + xAxis2->setDateTimeFormat(xAxis->dateTimeFormat()); + xAxis2->setDateTimeSpec(xAxis->dateTimeSpec()); + + yAxis2->setRange(yAxis->range()); + yAxis2->setRangeReversed(yAxis->rangeReversed()); + yAxis2->setScaleType(yAxis->scaleType()); + yAxis2->setScaleLogBase(yAxis->scaleLogBase()); + yAxis2->setTicks(yAxis->ticks()); + yAxis2->setAutoTickCount(yAxis->autoTickCount()); + yAxis2->setSubTickCount(yAxis->subTickCount()); + yAxis2->setAutoSubTicks(yAxis->autoSubTicks()); + yAxis2->setTickStep(yAxis->tickStep()); + yAxis2->setAutoTickStep(yAxis->autoTickStep()); + yAxis2->setNumberFormat(yAxis->numberFormat()); + yAxis2->setNumberPrecision(yAxis->numberPrecision()); + yAxis2->setTickLabelType(yAxis->tickLabelType()); + yAxis2->setDateTimeFormat(yAxis->dateTimeFormat()); + yAxis2->setDateTimeSpec(yAxis->dateTimeSpec()); + + if (connectRanges) + { + connect(xAxis, SIGNAL(rangeChanged(QCPRange)), xAxis2, SLOT(setRange(QCPRange))); + connect(yAxis, SIGNAL(rangeChanged(QCPRange)), yAxis2, SLOT(setRange(QCPRange))); + } +} + +/*! + Returns a list of all the plottables that are associated with this axis rect. + + A plottable is considered associated with an axis rect if its key or value axis (or both) is in + this axis rect. + + \see graphs, items +*/ +QList QCPAxisRect::plottables() const +{ + // Note: don't append all QCPAxis::plottables() into a list, because we might get duplicate entries + QList result; + for (int i=0; imPlottables.size(); ++i) + { + if (mParentPlot->mPlottables.at(i)->keyAxis()->axisRect() == this ||mParentPlot->mPlottables.at(i)->valueAxis()->axisRect() == this) + result.append(mParentPlot->mPlottables.at(i)); + } + return result; +} + +/*! + Returns a list of all the graphs that are associated with this axis rect. + + A graph is considered associated with an axis rect if its key or value axis (or both) is in + this axis rect. + + \see plottables, items +*/ +QList QCPAxisRect::graphs() const +{ + // Note: don't append all QCPAxis::graphs() into a list, because we might get duplicate entries + QList result; + for (int i=0; imGraphs.size(); ++i) + { + if (mParentPlot->mGraphs.at(i)->keyAxis()->axisRect() == this || mParentPlot->mGraphs.at(i)->valueAxis()->axisRect() == this) + result.append(mParentPlot->mGraphs.at(i)); + } + return result; +} + +/*! + Returns a list of all the items that are associated with this axis rect. + + An item is considered associated with an axis rect if any of its positions has key or value axis + set to an axis that is in this axis rect, or if any of its positions has \ref + QCPItemPosition::setAxisRect set to the axis rect, or if the clip axis rect (\ref + QCPAbstractItem::setClipAxisRect) is set to this axis rect. + + \see plottables, graphs +*/ +QList QCPAxisRect::items() const +{ + // Note: don't just append all QCPAxis::items() into a list, because we might get duplicate entries + // and miss those items that have this axis rect as clipAxisRect. + QList result; + for (int itemId=0; itemIdmItems.size(); ++itemId) + { + if (mParentPlot->mItems.at(itemId)->clipAxisRect() == this) + { + result.append(mParentPlot->mItems.at(itemId)); + continue; + } + QList positions = mParentPlot->mItems.at(itemId)->positions(); + for (int posId=0; posIdaxisRect() == this || + positions.at(posId)->keyAxis()->axisRect() == this || + positions.at(posId)->valueAxis()->axisRect() == this) + { + result.append(mParentPlot->mItems.at(itemId)); + break; + } + } + } + return result; +} + +/*! + This method is called automatically upon replot and doesn't need to be called by users of + QCPAxisRect. + + Calls the base class implementation to update the margins (see \ref QCPLayoutElement::update), + and finally passes the \ref rect to the inset layout (\ref insetLayout) and calls its + QCPInsetLayout::update function. +*/ +void QCPAxisRect::update(UpdatePhase phase) +{ + QCPLayoutElement::update(phase); + + switch (phase) + { + case upPreparation: + { + QList allAxes = axes(); + for (int i=0; isetupTickVectors(); + break; + } + case upLayout: + { + mInsetLayout->setOuterRect(rect()); + break; + } + default: break; + } + + // pass update call on to inset layout (doesn't happen automatically, because QCPAxisRect doesn't derive from QCPLayout): + mInsetLayout->update(phase); +} + +/* inherits documentation from base class */ +QList QCPAxisRect::elements(bool recursive) const +{ + QList result; + if (mInsetLayout) + { + result << mInsetLayout; + if (recursive) + result << mInsetLayout->elements(recursive); + } + return result; +} + +/* inherits documentation from base class */ +void QCPAxisRect::applyDefaultAntialiasingHint(QCPPainter *painter) const +{ + painter->setAntialiasing(false); +} + +/* inherits documentation from base class */ +void QCPAxisRect::draw(QCPPainter *painter) +{ + drawBackground(painter); +} + +/*! + Sets \a pm as the axis background pixmap. The axis background pixmap will be drawn inside the + axis rect. Since axis rects place themselves on the "background" layer by default, the axis rect + backgrounds are usually drawn below everything else. + + For cases where the provided pixmap doesn't have the same size as the axis rect, scaling can be + enabled with \ref setBackgroundScaled and the scaling mode (i.e. whether and how the aspect ratio + is preserved) can be set with \ref setBackgroundScaledMode. To set all these options in one call, + consider using the overloaded version of this function. + + Below the pixmap, the axis rect may be optionally filled with a brush, if specified with \ref + setBackground(const QBrush &brush). + + \see setBackgroundScaled, setBackgroundScaledMode, setBackground(const QBrush &brush) +*/ +void QCPAxisRect::setBackground(const QPixmap &pm) +{ + mBackgroundPixmap = pm; + mScaledBackgroundPixmap = QPixmap(); +} + +/*! \overload + + Sets \a brush as the background brush. The axis rect background will be filled with this brush. + Since axis rects place themselves on the "background" layer by default, the axis rect backgrounds + are usually drawn below everything else. + + The brush will be drawn before (under) any background pixmap, which may be specified with \ref + setBackground(const QPixmap &pm). + + To disable drawing of a background brush, set \a brush to Qt::NoBrush. + + \see setBackground(const QPixmap &pm) +*/ +void QCPAxisRect::setBackground(const QBrush &brush) +{ + mBackgroundBrush = brush; +} + +/*! \overload + + Allows setting the background pixmap of the axis rect, whether it shall be scaled and how it + shall be scaled in one call. + + \see setBackground(const QPixmap &pm), setBackgroundScaled, setBackgroundScaledMode +*/ +void QCPAxisRect::setBackground(const QPixmap &pm, bool scaled, Qt::AspectRatioMode mode) +{ + mBackgroundPixmap = pm; + mScaledBackgroundPixmap = QPixmap(); + mBackgroundScaled = scaled; + mBackgroundScaledMode = mode; +} + +/*! + Sets whether the axis background pixmap shall be scaled to fit the axis rect or not. If \a scaled + is set to true, you may control whether and how the aspect ratio of the original pixmap is + preserved with \ref setBackgroundScaledMode. + + Note that the scaled version of the original pixmap is buffered, so there is no performance + penalty on replots. (Except when the axis rect dimensions are changed continuously.) + + \see setBackground, setBackgroundScaledMode +*/ +void QCPAxisRect::setBackgroundScaled(bool scaled) +{ + mBackgroundScaled = scaled; +} + +/*! + If scaling of the axis background pixmap is enabled (\ref setBackgroundScaled), use this function to + define whether and how the aspect ratio of the original pixmap passed to \ref setBackground is preserved. + \see setBackground, setBackgroundScaled +*/ +void QCPAxisRect::setBackgroundScaledMode(Qt::AspectRatioMode mode) +{ + mBackgroundScaledMode = mode; +} + +/*! + Returns the range drag axis of the \a orientation provided. + + \see setRangeDragAxes +*/ +QCPAxis *QCPAxisRect::rangeDragAxis(Qt::Orientation orientation) +{ + return (orientation == Qt::Horizontal ? mRangeDragHorzAxis.data() : mRangeDragVertAxis.data()); +} + +/*! + Returns the range zoom axis of the \a orientation provided. + + \see setRangeZoomAxes +*/ +QCPAxis *QCPAxisRect::rangeZoomAxis(Qt::Orientation orientation) +{ + return (orientation == Qt::Horizontal ? mRangeZoomHorzAxis.data() : mRangeZoomVertAxis.data()); +} + +/*! + Returns the range zoom factor of the \a orientation provided. + + \see setRangeZoomFactor +*/ +double QCPAxisRect::rangeZoomFactor(Qt::Orientation orientation) +{ + return (orientation == Qt::Horizontal ? mRangeZoomFactorHorz : mRangeZoomFactorVert); +} + +/*! + Sets which axis orientation may be range dragged by the user with mouse interaction. + What orientation corresponds to which specific axis can be set with + \ref setRangeDragAxes(QCPAxis *horizontal, QCPAxis *vertical). By + default, the horizontal axis is the bottom axis (xAxis) and the vertical axis + is the left axis (yAxis). + + To disable range dragging entirely, pass 0 as \a orientations or remove \ref QCP::iRangeDrag from \ref + QCustomPlot::setInteractions. To enable range dragging for both directions, pass Qt::Horizontal | + Qt::Vertical as \a orientations. + + In addition to setting \a orientations to a non-zero value, make sure \ref QCustomPlot::setInteractions + contains \ref QCP::iRangeDrag to enable the range dragging interaction. + + \see setRangeZoom, setRangeDragAxes, QCustomPlot::setNoAntialiasingOnDrag +*/ +void QCPAxisRect::setRangeDrag(Qt::Orientations orientations) +{ + mRangeDrag = orientations; +} + +/*! + Sets which axis orientation may be zoomed by the user with the mouse wheel. What orientation + corresponds to which specific axis can be set with \ref setRangeZoomAxes(QCPAxis *horizontal, + QCPAxis *vertical). By default, the horizontal axis is the bottom axis (xAxis) and the vertical + axis is the left axis (yAxis). + + To disable range zooming entirely, pass 0 as \a orientations or remove \ref QCP::iRangeZoom from \ref + QCustomPlot::setInteractions. To enable range zooming for both directions, pass Qt::Horizontal | + Qt::Vertical as \a orientations. + + In addition to setting \a orientations to a non-zero value, make sure \ref QCustomPlot::setInteractions + contains \ref QCP::iRangeZoom to enable the range zooming interaction. + + \see setRangeZoomFactor, setRangeZoomAxes, setRangeDrag +*/ +void QCPAxisRect::setRangeZoom(Qt::Orientations orientations) +{ + mRangeZoom = orientations; +} + +/*! + Sets the axes whose range will be dragged when \ref setRangeDrag enables mouse range dragging + on the QCustomPlot widget. + + \see setRangeZoomAxes +*/ +void QCPAxisRect::setRangeDragAxes(QCPAxis *horizontal, QCPAxis *vertical) +{ + mRangeDragHorzAxis = horizontal; + mRangeDragVertAxis = vertical; +} + +/*! + Sets the axes whose range will be zoomed when \ref setRangeZoom enables mouse wheel zooming on the + QCustomPlot widget. The two axes can be zoomed with different strengths, when different factors + are passed to \ref setRangeZoomFactor(double horizontalFactor, double verticalFactor). + + \see setRangeDragAxes +*/ +void QCPAxisRect::setRangeZoomAxes(QCPAxis *horizontal, QCPAxis *vertical) +{ + mRangeZoomHorzAxis = horizontal; + mRangeZoomVertAxis = vertical; +} + +/*! + Sets how strong one rotation step of the mouse wheel zooms, when range zoom was activated with + \ref setRangeZoom. The two parameters \a horizontalFactor and \a verticalFactor provide a way to + let the horizontal axis zoom at different rates than the vertical axis. Which axis is horizontal + and which is vertical, can be set with \ref setRangeZoomAxes. + + When the zoom factor is greater than one, scrolling the mouse wheel backwards (towards the user) + will zoom in (make the currently visible range smaller). For zoom factors smaller than one, the + same scrolling direction will zoom out. +*/ +void QCPAxisRect::setRangeZoomFactor(double horizontalFactor, double verticalFactor) +{ + mRangeZoomFactorHorz = horizontalFactor; + mRangeZoomFactorVert = verticalFactor; +} + +/*! \overload + + Sets both the horizontal and vertical zoom \a factor. +*/ +void QCPAxisRect::setRangeZoomFactor(double factor) +{ + mRangeZoomFactorHorz = factor; + mRangeZoomFactorVert = factor; +} + +/*! \internal + + Draws the background of this axis rect. It may consist of a background fill (a QBrush) and a + pixmap. + + If a brush was given via \ref setBackground(const QBrush &brush), this function first draws an + according filling inside the axis rect with the provided \a painter. + + Then, if a pixmap was provided via \ref setBackground, this function buffers the scaled version + depending on \ref setBackgroundScaled and \ref setBackgroundScaledMode and then draws it inside + the axis rect with the provided \a painter. The scaled version is buffered in + mScaledBackgroundPixmap to prevent expensive rescaling at every redraw. It is only updated, when + the axis rect has changed in a way that requires a rescale of the background pixmap (this is + dependant on the \ref setBackgroundScaledMode), or when a differend axis backgroud pixmap was + set. + + \see setBackground, setBackgroundScaled, setBackgroundScaledMode +*/ +void QCPAxisRect::drawBackground(QCPPainter *painter) +{ + // draw background fill: + if (mBackgroundBrush != Qt::NoBrush) + painter->fillRect(mRect, mBackgroundBrush); + + // draw background pixmap (on top of fill, if brush specified): + if (!mBackgroundPixmap.isNull()) + { + if (mBackgroundScaled) + { + // check whether mScaledBackground needs to be updated: + QSize scaledSize(mBackgroundPixmap.size()); + scaledSize.scale(mRect.size(), mBackgroundScaledMode); + if (mScaledBackgroundPixmap.size() != scaledSize) + mScaledBackgroundPixmap = mBackgroundPixmap.scaled(mRect.size(), mBackgroundScaledMode, Qt::SmoothTransformation); + painter->drawPixmap(mRect.topLeft()+QPoint(0, -1), mScaledBackgroundPixmap, QRect(0, 0, mRect.width(), mRect.height()) & mScaledBackgroundPixmap.rect()); + } else + { + painter->drawPixmap(mRect.topLeft()+QPoint(0, -1), mBackgroundPixmap, QRect(0, 0, mRect.width(), mRect.height())); + } + } +} + +/*! \internal + + This function makes sure multiple axes on the side specified with \a type don't collide, but are + distributed according to their respective space requirement (QCPAxis::calculateMargin). + + It does this by setting an appropriate offset (\ref QCPAxis::setOffset) on all axes except the + one with index zero. + + This function is called by \ref calculateAutoMargin. +*/ +void QCPAxisRect::updateAxesOffset(QCPAxis::AxisType type) +{ + const QList axesList = mAxes.value(type); + if (axesList.isEmpty()) + return; + + bool isFirstVisible = !axesList.first()->visible(); // if the first axis is visible, the second axis (which is where the loop starts) isn't the first visible axis, so initialize with false + for (int i=1; ioffset() + axesList.at(i-1)->calculateMargin(); + if (axesList.at(i)->visible()) // only add inner tick length to offset if this axis is visible and it's not the first visible one (might happen if true first axis is invisible) + { + if (!isFirstVisible) + offset += axesList.at(i)->tickLengthIn(); + isFirstVisible = false; + } + axesList.at(i)->setOffset(offset); + } +} + +/* inherits documentation from base class */ +int QCPAxisRect::calculateAutoMargin(QCP::MarginSide side) +{ + if (!mAutoMargins.testFlag(side)) + qDebug() << Q_FUNC_INFO << "Called with side that isn't specified as auto margin"; + + updateAxesOffset(QCPAxis::marginSideToAxisType(side)); + + // note: only need to look at the last (outer most) axis to determine the total margin, due to updateAxisOffset call + const QList axesList = mAxes.value(QCPAxis::marginSideToAxisType(side)); + if (axesList.size() > 0) + return axesList.last()->offset() + axesList.last()->calculateMargin(); + else + return 0; +} + +/*! \internal + + Event handler for when a mouse button is pressed on the axis rect. If the left mouse button is + pressed, the range dragging interaction is initialized (the actual range manipulation happens in + the \ref mouseMoveEvent). + + The mDragging flag is set to true and some anchor points are set that are needed to determine the + distance the mouse was dragged in the mouse move/release events later. + + \see mouseMoveEvent, mouseReleaseEvent +*/ +void QCPAxisRect::mousePressEvent(QMouseEvent *event) +{ + mDragStart = event->pos(); // need this even when not LeftButton is pressed, to determine in releaseEvent whether it was a full click (no position change between press and release) + if (event->buttons() & Qt::LeftButton) + { + mDragging = true; + // initialize antialiasing backup in case we start dragging: + if (mParentPlot->noAntialiasingOnDrag()) + { + mAADragBackup = mParentPlot->antialiasedElements(); + mNotAADragBackup = mParentPlot->notAntialiasedElements(); + } + // Mouse range dragging interaction: + if (mParentPlot->interactions().testFlag(QCP::iRangeDrag)) + { + if (mRangeDragHorzAxis) + mDragStartHorzRange = mRangeDragHorzAxis.data()->range(); + if (mRangeDragVertAxis) + mDragStartVertRange = mRangeDragVertAxis.data()->range(); + } + } +} + +/*! \internal + + Event handler for when the mouse is moved on the axis rect. If range dragging was activated in a + preceding \ref mousePressEvent, the range is moved accordingly. + + \see mousePressEvent, mouseReleaseEvent +*/ +void QCPAxisRect::mouseMoveEvent(QMouseEvent *event) +{ + // Mouse range dragging interaction: + if (mDragging && mParentPlot->interactions().testFlag(QCP::iRangeDrag)) + { + if (mRangeDrag.testFlag(Qt::Horizontal)) + { + if (QCPAxis *rangeDragHorzAxis = mRangeDragHorzAxis.data()) + { + if (rangeDragHorzAxis->mScaleType == QCPAxis::stLinear) + { + double diff = rangeDragHorzAxis->pixelToCoord(mDragStart.x()) - rangeDragHorzAxis->pixelToCoord(event->pos().x()); + rangeDragHorzAxis->setRange(mDragStartHorzRange.lower+diff, mDragStartHorzRange.upper+diff); + } else if (rangeDragHorzAxis->mScaleType == QCPAxis::stLogarithmic) + { + double diff = rangeDragHorzAxis->pixelToCoord(mDragStart.x()) / rangeDragHorzAxis->pixelToCoord(event->pos().x()); + rangeDragHorzAxis->setRange(mDragStartHorzRange.lower*diff, mDragStartHorzRange.upper*diff); + } + } + } + if (mRangeDrag.testFlag(Qt::Vertical)) + { + if (QCPAxis *rangeDragVertAxis = mRangeDragVertAxis.data()) + { + if (rangeDragVertAxis->mScaleType == QCPAxis::stLinear) + { + double diff = rangeDragVertAxis->pixelToCoord(mDragStart.y()) - rangeDragVertAxis->pixelToCoord(event->pos().y()); + rangeDragVertAxis->setRange(mDragStartVertRange.lower+diff, mDragStartVertRange.upper+diff); + } else if (rangeDragVertAxis->mScaleType == QCPAxis::stLogarithmic) + { + double diff = rangeDragVertAxis->pixelToCoord(mDragStart.y()) / rangeDragVertAxis->pixelToCoord(event->pos().y()); + rangeDragVertAxis->setRange(mDragStartVertRange.lower*diff, mDragStartVertRange.upper*diff); + } + } + } + if (mRangeDrag != 0) // if either vertical or horizontal drag was enabled, do a replot + { + if (mParentPlot->noAntialiasingOnDrag()) + mParentPlot->setNotAntialiasedElements(QCP::aeAll); + mParentPlot->replot(); + } + } +} + +/* inherits documentation from base class */ +void QCPAxisRect::mouseReleaseEvent(QMouseEvent *event) +{ + Q_UNUSED(event) + mDragging = false; + if (mParentPlot->noAntialiasingOnDrag()) + { + mParentPlot->setAntialiasedElements(mAADragBackup); + mParentPlot->setNotAntialiasedElements(mNotAADragBackup); + } +} + +/*! \internal + + Event handler for mouse wheel events. If rangeZoom is Qt::Horizontal, Qt::Vertical or both, the + ranges of the axes defined as rangeZoomHorzAxis and rangeZoomVertAxis are scaled. The center of + the scaling operation is the current cursor position inside the axis rect. The scaling factor is + dependant on the mouse wheel delta (which direction the wheel was rotated) to provide a natural + zooming feel. The Strength of the zoom can be controlled via \ref setRangeZoomFactor. + + Note, that event->delta() is usually +/-120 for single rotation steps. However, if the mouse + wheel is turned rapidly, many steps may bunch up to one event, so the event->delta() may then be + multiples of 120. This is taken into account here, by calculating \a wheelSteps and using it as + exponent of the range zoom factor. This takes care of the wheel direction automatically, by + inverting the factor, when the wheel step is negative (f^-1 = 1/f). +*/ +void QCPAxisRect::wheelEvent(QWheelEvent *event) +{ + // Mouse range zooming interaction: + if (mParentPlot->interactions().testFlag(QCP::iRangeZoom)) + { + if (mRangeZoom != 0) + { + double factor; + double wheelSteps = event->delta()/120.0; // a single step delta is +/-120 usually + if (mRangeZoom.testFlag(Qt::Horizontal)) + { + factor = qPow(mRangeZoomFactorHorz, wheelSteps); + if (mRangeZoomHorzAxis.data()) + mRangeZoomHorzAxis.data()->scaleRange(factor, mRangeZoomHorzAxis.data()->pixelToCoord(event->pos().x())); + } + if (mRangeZoom.testFlag(Qt::Vertical)) + { + factor = qPow(mRangeZoomFactorVert, wheelSteps); + if (mRangeZoomVertAxis.data()) + mRangeZoomVertAxis.data()->scaleRange(factor, mRangeZoomVertAxis.data()->pixelToCoord(event->pos().y())); + } + mParentPlot->replot(); + } + } +} + + +//////////////////////////////////////////////////////////////////////////////////////////////////// +//////////////////// QCPAbstractLegendItem +//////////////////////////////////////////////////////////////////////////////////////////////////// + +/*! \class QCPAbstractLegendItem + \brief The abstract base class for all entries in a QCPLegend. + + It defines a very basic interface for entries in a QCPLegend. For representing plottables in the + legend, the subclass \ref QCPPlottableLegendItem is more suitable. + + Only derive directly from this class when you need absolute freedom (e.g. a custom legend entry + that's not even associated with a plottable). + + You must implement the following pure virtual functions: + \li \ref draw (from QCPLayerable) + + You inherit the following members you may use: + + + + + + + + +
QCPLegend *\b mParentLegendA pointer to the parent QCPLegend.
QFont \b mFontThe generic font of the item. You should use this font for all or at least the most prominent text of the item.
+*/ + +/* start of documentation of signals */ + +/*! \fn void QCPAbstractLegendItem::selectionChanged(bool selected) + + This signal is emitted when the selection state of this legend item has changed, either by user + interaction or by a direct call to \ref setSelected. +*/ + +/* end of documentation of signals */ + +/*! + Constructs a QCPAbstractLegendItem and associates it with the QCPLegend \a parent. This does not + cause the item to be added to \a parent, so \ref QCPLegend::addItem must be called separately. +*/ +QCPAbstractLegendItem::QCPAbstractLegendItem(QCPLegend *parent) : + QCPLayoutElement(parent->parentPlot()), + mParentLegend(parent), + mFont(parent->font()), + mTextColor(parent->textColor()), + mSelectedFont(parent->selectedFont()), + mSelectedTextColor(parent->selectedTextColor()), + mSelectable(true), + mSelected(false) +{ + setLayer(QLatin1String("legend")); + setMargins(QMargins(8, 2, 8, 2)); +} + +/*! + Sets the default font of this specific legend item to \a font. + + \see setTextColor, QCPLegend::setFont +*/ +void QCPAbstractLegendItem::setFont(const QFont &font) +{ + mFont = font; +} + +/*! + Sets the default text color of this specific legend item to \a color. + + \see setFont, QCPLegend::setTextColor +*/ +void QCPAbstractLegendItem::setTextColor(const QColor &color) +{ + mTextColor = color; +} + +/*! + When this legend item is selected, \a font is used to draw generic text, instead of the normal + font set with \ref setFont. + + \see setFont, QCPLegend::setSelectedFont +*/ +void QCPAbstractLegendItem::setSelectedFont(const QFont &font) +{ + mSelectedFont = font; +} + +/*! + When this legend item is selected, \a color is used to draw generic text, instead of the normal + color set with \ref setTextColor. + + \see setTextColor, QCPLegend::setSelectedTextColor +*/ +void QCPAbstractLegendItem::setSelectedTextColor(const QColor &color) +{ + mSelectedTextColor = color; +} + +/*! + Sets whether this specific legend item is selectable. + + \see setSelectedParts, QCustomPlot::setInteractions +*/ +void QCPAbstractLegendItem::setSelectable(bool selectable) +{ + if (mSelectable != selectable) + { + mSelectable = selectable; + emit selectableChanged(mSelectable); + } +} + +/*! + Sets whether this specific legend item is selected. + + It is possible to set the selection state of this item by calling this function directly, even if + setSelectable is set to false. + + \see setSelectableParts, QCustomPlot::setInteractions +*/ +void QCPAbstractLegendItem::setSelected(bool selected) +{ + if (mSelected != selected) + { + mSelected = selected; + emit selectionChanged(mSelected); + } +} + +/* inherits documentation from base class */ +double QCPAbstractLegendItem::selectTest(const QPointF &pos, bool onlySelectable, QVariant *details) const +{ + Q_UNUSED(details) + if (!mParentPlot) return -1; + if (onlySelectable && (!mSelectable || !mParentLegend->selectableParts().testFlag(QCPLegend::spItems))) + return -1; + + if (mRect.contains(pos.toPoint())) + return mParentPlot->selectionTolerance()*0.99; + else + return -1; +} + +/* inherits documentation from base class */ +void QCPAbstractLegendItem::applyDefaultAntialiasingHint(QCPPainter *painter) const +{ + applyAntialiasingHint(painter, mAntialiased, QCP::aeLegendItems); +} + +/* inherits documentation from base class */ +QRect QCPAbstractLegendItem::clipRect() const +{ + return mOuterRect; +} + +/* inherits documentation from base class */ +void QCPAbstractLegendItem::selectEvent(QMouseEvent *event, bool additive, const QVariant &details, bool *selectionStateChanged) +{ + Q_UNUSED(event) + Q_UNUSED(details) + if (mSelectable && mParentLegend->selectableParts().testFlag(QCPLegend::spItems)) + { + bool selBefore = mSelected; + setSelected(additive ? !mSelected : true); + if (selectionStateChanged) + *selectionStateChanged = mSelected != selBefore; + } +} + +/* inherits documentation from base class */ +void QCPAbstractLegendItem::deselectEvent(bool *selectionStateChanged) +{ + if (mSelectable && mParentLegend->selectableParts().testFlag(QCPLegend::spItems)) + { + bool selBefore = mSelected; + setSelected(false); + if (selectionStateChanged) + *selectionStateChanged = mSelected != selBefore; + } +} + +//////////////////////////////////////////////////////////////////////////////////////////////////// +//////////////////// QCPPlottableLegendItem +//////////////////////////////////////////////////////////////////////////////////////////////////// + +/*! \class QCPPlottableLegendItem + \brief A legend item representing a plottable with an icon and the plottable name. + + This is the standard legend item for plottables. It displays an icon of the plottable next to the + plottable name. The icon is drawn by the respective plottable itself (\ref + QCPAbstractPlottable::drawLegendIcon), and tries to give an intuitive symbol for the plottable. + For example, the QCPGraph draws a centered horizontal line and/or a single scatter point in the + middle. + + Legend items of this type are always associated with one plottable (retrievable via the + plottable() function and settable with the constructor). You may change the font of the plottable + name with \ref setFont. Icon padding and border pen is taken from the parent QCPLegend, see \ref + QCPLegend::setIconBorderPen and \ref QCPLegend::setIconTextPadding. + + The function \ref QCPAbstractPlottable::addToLegend/\ref QCPAbstractPlottable::removeFromLegend + creates/removes legend items of this type in the default implementation. However, these functions + may be reimplemented such that a different kind of legend item (e.g a direct subclass of + QCPAbstractLegendItem) is used for that plottable. + + Since QCPLegend is based on QCPLayoutGrid, a legend item itself is just a subclass of + QCPLayoutElement. While it could be added to a legend (or any other layout) via the normal layout + interface, QCPLegend has specialized functions for handling legend items conveniently, see the + documentation of \ref QCPLegend. +*/ + +/*! + Creates a new legend item associated with \a plottable. + + Once it's created, it can be added to the legend via \ref QCPLegend::addItem. + + A more convenient way of adding/removing a plottable to/from the legend is via the functions \ref + QCPAbstractPlottable::addToLegend and \ref QCPAbstractPlottable::removeFromLegend. +*/ +QCPPlottableLegendItem::QCPPlottableLegendItem(QCPLegend *parent, QCPAbstractPlottable *plottable) : + QCPAbstractLegendItem(parent), + mPlottable(plottable) +{ +} + +/*! \internal + + Returns the pen that shall be used to draw the icon border, taking into account the selection + state of this item. +*/ +QPen QCPPlottableLegendItem::getIconBorderPen() const +{ + return mSelected ? mParentLegend->selectedIconBorderPen() : mParentLegend->iconBorderPen(); +} + +/*! \internal + + Returns the text color that shall be used to draw text, taking into account the selection state + of this item. +*/ +QColor QCPPlottableLegendItem::getTextColor() const +{ + return mSelected ? mSelectedTextColor : mTextColor; +} + +/*! \internal + + Returns the font that shall be used to draw text, taking into account the selection state of this + item. +*/ +QFont QCPPlottableLegendItem::getFont() const +{ + return mSelected ? mSelectedFont : mFont; +} + +/*! \internal + + Draws the item with \a painter. The size and position of the drawn legend item is defined by the + parent layout (typically a \ref QCPLegend) and the \ref minimumSizeHint and \ref maximumSizeHint + of this legend item. +*/ +void QCPPlottableLegendItem::draw(QCPPainter *painter) +{ + if (!mPlottable) return; + painter->setFont(getFont()); + painter->setPen(QPen(getTextColor())); + QSizeF iconSize = mParentLegend->iconSize(); + QRectF textRect = painter->fontMetrics().boundingRect(0, 0, 0, iconSize.height(), Qt::TextDontClip, mPlottable->name()); + QRectF iconRect(mRect.topLeft(), iconSize); + int textHeight = qMax(textRect.height(), iconSize.height()); // if text has smaller height than icon, center text vertically in icon height, else align tops + painter->drawText(mRect.x()+iconSize.width()+mParentLegend->iconTextPadding(), mRect.y(), textRect.width(), textHeight, Qt::TextDontClip, mPlottable->name()); + // draw icon: + painter->save(); + painter->setClipRect(iconRect, Qt::IntersectClip); + mPlottable->drawLegendIcon(painter, iconRect); + painter->restore(); + // draw icon border: + if (getIconBorderPen().style() != Qt::NoPen) + { + painter->setPen(getIconBorderPen()); + painter->setBrush(Qt::NoBrush); + painter->drawRect(iconRect); + } +} + +/*! \internal + + Calculates and returns the size of this item. This includes the icon, the text and the padding in + between. +*/ +QSize QCPPlottableLegendItem::minimumSizeHint() const +{ + if (!mPlottable) return QSize(); + QSize result(0, 0); + QRect textRect; + QFontMetrics fontMetrics(getFont()); + QSize iconSize = mParentLegend->iconSize(); + textRect = fontMetrics.boundingRect(0, 0, 0, iconSize.height(), Qt::TextDontClip, mPlottable->name()); + result.setWidth(iconSize.width() + mParentLegend->iconTextPadding() + textRect.width() + mMargins.left() + mMargins.right()); + result.setHeight(qMax(textRect.height(), iconSize.height()) + mMargins.top() + mMargins.bottom()); + return result; +} + + +//////////////////////////////////////////////////////////////////////////////////////////////////// +//////////////////// QCPLegend +//////////////////////////////////////////////////////////////////////////////////////////////////// + +/*! \class QCPLegend + \brief Manages a legend inside a QCustomPlot. + + A legend is a small box somewhere in the plot which lists plottables with their name and icon. + + Normally, the legend is populated by calling \ref QCPAbstractPlottable::addToLegend. The + respective legend item can be removed with \ref QCPAbstractPlottable::removeFromLegend. However, + QCPLegend also offers an interface to add and manipulate legend items directly: \ref item, \ref + itemWithPlottable, \ref itemCount, \ref addItem, \ref removeItem, etc. + + The QCPLegend derives from QCPLayoutGrid and as such can be placed in any position a + QCPLayoutElement may be positioned. The legend items are themselves QCPLayoutElements which are + placed in the grid layout of the legend. QCPLegend only adds an interface specialized for + handling child elements of type QCPAbstractLegendItem, as mentioned above. In principle, any + other layout elements may also be added to a legend via the normal \ref QCPLayoutGrid interface. + However, the QCPAbstractLegendItem-Interface will ignore those elements (e.g. \ref itemCount will + only return the number of items with QCPAbstractLegendItems type). + + By default, every QCustomPlot has one legend (QCustomPlot::legend) which is placed in the inset + layout of the main axis rect (\ref QCPAxisRect::insetLayout). To move the legend to another + position inside the axis rect, use the methods of the \ref QCPLayoutInset. To move the legend + outside of the axis rect, place it anywhere else with the QCPLayout/QCPLayoutElement interface. +*/ + +/* start of documentation of signals */ + +/*! \fn void QCPLegend::selectionChanged(QCPLegend::SelectableParts selection); + + This signal is emitted when the selection state of this legend has changed. + + \see setSelectedParts, setSelectableParts +*/ + +/* end of documentation of signals */ + +/*! + Constructs a new QCPLegend instance with \a parentPlot as the containing plot and default values. + + Note that by default, QCustomPlot already contains a legend ready to be used as + QCustomPlot::legend +*/ +QCPLegend::QCPLegend() +{ + setRowSpacing(0); + setColumnSpacing(10); + setMargins(QMargins(2, 3, 2, 2)); + setAntialiased(false); + setIconSize(32, 18); + + setIconTextPadding(7); + + setSelectableParts(spLegendBox | spItems); + setSelectedParts(spNone); + + setBorderPen(QPen(Qt::black)); + setSelectedBorderPen(QPen(Qt::blue, 2)); + setIconBorderPen(Qt::NoPen); + setSelectedIconBorderPen(QPen(Qt::blue, 2)); + setBrush(Qt::white); + setSelectedBrush(Qt::white); + setTextColor(Qt::black); + setSelectedTextColor(Qt::blue); +} + +QCPLegend::~QCPLegend() +{ + clearItems(); + if (qobject_cast(mParentPlot)) // make sure this isn't called from QObject dtor when QCustomPlot is already destructed (happens when the legend is not in any layout and thus QObject-child of QCustomPlot) + mParentPlot->legendRemoved(this); +} + +/* no doc for getter, see setSelectedParts */ +QCPLegend::SelectableParts QCPLegend::selectedParts() const +{ + // check whether any legend elements selected, if yes, add spItems to return value + bool hasSelectedItems = false; + for (int i=0; iselected()) + { + hasSelectedItems = true; + break; + } + } + if (hasSelectedItems) + return mSelectedParts | spItems; + else + return mSelectedParts & ~spItems; +} + +/*! + Sets the pen, the border of the entire legend is drawn with. +*/ +void QCPLegend::setBorderPen(const QPen &pen) +{ + mBorderPen = pen; +} + +/*! + Sets the brush of the legend background. +*/ +void QCPLegend::setBrush(const QBrush &brush) +{ + mBrush = brush; +} + +/*! + Sets the default font of legend text. Legend items that draw text (e.g. the name of a graph) will + use this font by default. However, a different font can be specified on a per-item-basis by + accessing the specific legend item. + + This function will also set \a font on all already existing legend items. + + \see QCPAbstractLegendItem::setFont +*/ +void QCPLegend::setFont(const QFont &font) +{ + mFont = font; + for (int i=0; isetFont(mFont); + } +} + +/*! + Sets the default color of legend text. Legend items that draw text (e.g. the name of a graph) + will use this color by default. However, a different colors can be specified on a per-item-basis + by accessing the specific legend item. + + This function will also set \a color on all already existing legend items. + + \see QCPAbstractLegendItem::setTextColor +*/ +void QCPLegend::setTextColor(const QColor &color) +{ + mTextColor = color; + for (int i=0; isetTextColor(color); + } +} + +/*! + Sets the size of legend icons. Legend items that draw an icon (e.g. a visual + representation of the graph) will use this size by default. +*/ +void QCPLegend::setIconSize(const QSize &size) +{ + mIconSize = size; +} + +/*! \overload +*/ +void QCPLegend::setIconSize(int width, int height) +{ + mIconSize.setWidth(width); + mIconSize.setHeight(height); +} + +/*! + Sets the horizontal space in pixels between the legend icon and the text next to it. + Legend items that draw an icon (e.g. a visual representation of the graph) and text (e.g. the + name of the graph) will use this space by default. +*/ +void QCPLegend::setIconTextPadding(int padding) +{ + mIconTextPadding = padding; +} + +/*! + Sets the pen used to draw a border around each legend icon. Legend items that draw an + icon (e.g. a visual representation of the graph) will use this pen by default. + + If no border is wanted, set this to \a Qt::NoPen. +*/ +void QCPLegend::setIconBorderPen(const QPen &pen) +{ + mIconBorderPen = pen; +} + +/*! + Sets whether the user can (de-)select the parts in \a selectable by clicking on the QCustomPlot surface. + (When \ref QCustomPlot::setInteractions contains \ref QCP::iSelectLegend.) + + However, even when \a selectable is set to a value not allowing the selection of a specific part, + it is still possible to set the selection of this part manually, by calling \ref setSelectedParts + directly. + + \see SelectablePart, setSelectedParts +*/ +void QCPLegend::setSelectableParts(const SelectableParts &selectable) +{ + if (mSelectableParts != selectable) + { + mSelectableParts = selectable; + emit selectableChanged(mSelectableParts); + } +} + +/*! + Sets the selected state of the respective legend parts described by \ref SelectablePart. When a part + is selected, it uses a different pen/font and brush. If some legend items are selected and \a selected + doesn't contain \ref spItems, those items become deselected. + + The entire selection mechanism is handled automatically when \ref QCustomPlot::setInteractions + contains iSelectLegend. You only need to call this function when you wish to change the selection + state manually. + + This function can change the selection state of a part even when \ref setSelectableParts was set to a + value that actually excludes the part. + + emits the \ref selectionChanged signal when \a selected is different from the previous selection state. + + Note that it doesn't make sense to set the selected state \ref spItems here when it wasn't set + before, because there's no way to specify which exact items to newly select. Do this by calling + \ref QCPAbstractLegendItem::setSelected directly on the legend item you wish to select. + + \see SelectablePart, setSelectableParts, selectTest, setSelectedBorderPen, setSelectedIconBorderPen, setSelectedBrush, + setSelectedFont +*/ +void QCPLegend::setSelectedParts(const SelectableParts &selected) +{ + SelectableParts newSelected = selected; + mSelectedParts = this->selectedParts(); // update mSelectedParts in case item selection changed + + if (mSelectedParts != newSelected) + { + if (!mSelectedParts.testFlag(spItems) && newSelected.testFlag(spItems)) // attempt to set spItems flag (can't do that) + { + qDebug() << Q_FUNC_INFO << "spItems flag can not be set, it can only be unset with this function"; + newSelected &= ~spItems; + } + if (mSelectedParts.testFlag(spItems) && !newSelected.testFlag(spItems)) // spItems flag was unset, so clear item selection + { + for (int i=0; isetSelected(false); + } + } + mSelectedParts = newSelected; + emit selectionChanged(mSelectedParts); + } +} + +/*! + When the legend box is selected, this pen is used to draw the border instead of the normal pen + set via \ref setBorderPen. + + \see setSelectedParts, setSelectableParts, setSelectedBrush +*/ +void QCPLegend::setSelectedBorderPen(const QPen &pen) +{ + mSelectedBorderPen = pen; +} + +/*! + Sets the pen legend items will use to draw their icon borders, when they are selected. + + \see setSelectedParts, setSelectableParts, setSelectedFont +*/ +void QCPLegend::setSelectedIconBorderPen(const QPen &pen) +{ + mSelectedIconBorderPen = pen; +} + +/*! + When the legend box is selected, this brush is used to draw the legend background instead of the normal brush + set via \ref setBrush. + + \see setSelectedParts, setSelectableParts, setSelectedBorderPen +*/ +void QCPLegend::setSelectedBrush(const QBrush &brush) +{ + mSelectedBrush = brush; +} + +/*! + Sets the default font that is used by legend items when they are selected. + + This function will also set \a font on all already existing legend items. + + \see setFont, QCPAbstractLegendItem::setSelectedFont +*/ +void QCPLegend::setSelectedFont(const QFont &font) +{ + mSelectedFont = font; + for (int i=0; isetSelectedFont(font); + } +} + +/*! + Sets the default text color that is used by legend items when they are selected. + + This function will also set \a color on all already existing legend items. + + \see setTextColor, QCPAbstractLegendItem::setSelectedTextColor +*/ +void QCPLegend::setSelectedTextColor(const QColor &color) +{ + mSelectedTextColor = color; + for (int i=0; isetSelectedTextColor(color); + } +} + +/*! + Returns the item with index \a i. + + \see itemCount +*/ +QCPAbstractLegendItem *QCPLegend::item(int index) const +{ + return qobject_cast(elementAt(index)); +} + +/*! + Returns the QCPPlottableLegendItem which is associated with \a plottable (e.g. a \ref QCPGraph*). + If such an item isn't in the legend, returns 0. + + \see hasItemWithPlottable +*/ +QCPPlottableLegendItem *QCPLegend::itemWithPlottable(const QCPAbstractPlottable *plottable) const +{ + for (int i=0; i(item(i))) + { + if (pli->plottable() == plottable) + return pli; + } + } + return 0; +} + +/*! + Returns the number of items currently in the legend. + \see item +*/ +int QCPLegend::itemCount() const +{ + return elementCount(); +} + +/*! + Returns whether the legend contains \a itm. +*/ +bool QCPLegend::hasItem(QCPAbstractLegendItem *item) const +{ + for (int i=0; iitem(i)) + return true; + } + return false; +} + +/*! + Returns whether the legend contains a QCPPlottableLegendItem which is associated with \a plottable (e.g. a \ref QCPGraph*). + If such an item isn't in the legend, returns false. + + \see itemWithPlottable +*/ +bool QCPLegend::hasItemWithPlottable(const QCPAbstractPlottable *plottable) const +{ + return itemWithPlottable(plottable); +} + +/*! + Adds \a item to the legend, if it's not present already. + + Returns true on sucess, i.e. if the item wasn't in the list already and has been successfuly added. + + The legend takes ownership of the item. +*/ +bool QCPLegend::addItem(QCPAbstractLegendItem *item) +{ + if (!hasItem(item)) + { + return addElement(rowCount(), 0, item); + } else + return false; +} + +/*! + Removes the item with index \a index from the legend. + + Returns true, if successful. + + \see itemCount, clearItems +*/ +bool QCPLegend::removeItem(int index) +{ + if (QCPAbstractLegendItem *ali = item(index)) + { + bool success = remove(ali); + simplify(); + return success; + } else + return false; +} + +/*! \overload + + Removes \a item from the legend. + + Returns true, if successful. + + \see clearItems +*/ +bool QCPLegend::removeItem(QCPAbstractLegendItem *item) +{ + bool success = remove(item); + simplify(); + return success; +} + +/*! + Removes all items from the legend. +*/ +void QCPLegend::clearItems() +{ + for (int i=itemCount()-1; i>=0; --i) + removeItem(i); +} + +/*! + Returns the legend items that are currently selected. If no items are selected, + the list is empty. + + \see QCPAbstractLegendItem::setSelected, setSelectable +*/ +QList QCPLegend::selectedItems() const +{ + QList result; + for (int i=0; iselected()) + result.append(ali); + } + } + return result; +} + +/*! \internal + + A convenience function to easily set the QPainter::Antialiased hint on the provided \a painter + before drawing main legend elements. + + This is the antialiasing state the painter passed to the \ref draw method is in by default. + + This function takes into account the local setting of the antialiasing flag as well as the + overrides set with \ref QCustomPlot::setAntialiasedElements and \ref + QCustomPlot::setNotAntialiasedElements. + + \see setAntialiased +*/ +void QCPLegend::applyDefaultAntialiasingHint(QCPPainter *painter) const +{ + applyAntialiasingHint(painter, mAntialiased, QCP::aeLegend); +} + +/*! \internal + + Returns the pen used to paint the border of the legend, taking into account the selection state + of the legend box. +*/ +QPen QCPLegend::getBorderPen() const +{ + return mSelectedParts.testFlag(spLegendBox) ? mSelectedBorderPen : mBorderPen; +} + +/*! \internal + + Returns the brush used to paint the background of the legend, taking into account the selection + state of the legend box. +*/ +QBrush QCPLegend::getBrush() const +{ + return mSelectedParts.testFlag(spLegendBox) ? mSelectedBrush : mBrush; +} + +/*! \internal + + Draws the legend box with the provided \a painter. The individual legend items are layerables + themselves, thus are drawn independently. +*/ +void QCPLegend::draw(QCPPainter *painter) +{ + // draw background rect: + painter->setBrush(getBrush()); + painter->setPen(getBorderPen()); + painter->drawRect(mOuterRect); +} + +/* inherits documentation from base class */ +double QCPLegend::selectTest(const QPointF &pos, bool onlySelectable, QVariant *details) const +{ + if (!mParentPlot) return -1; + if (onlySelectable && !mSelectableParts.testFlag(spLegendBox)) + return -1; + + if (mOuterRect.contains(pos.toPoint())) + { + if (details) details->setValue(spLegendBox); + return mParentPlot->selectionTolerance()*0.99; + } + return -1; +} + +/* inherits documentation from base class */ +void QCPLegend::selectEvent(QMouseEvent *event, bool additive, const QVariant &details, bool *selectionStateChanged) +{ + Q_UNUSED(event) + mSelectedParts = selectedParts(); // in case item selection has changed + if (details.value() == spLegendBox && mSelectableParts.testFlag(spLegendBox)) + { + SelectableParts selBefore = mSelectedParts; + setSelectedParts(additive ? mSelectedParts^spLegendBox : mSelectedParts|spLegendBox); // no need to unset spItems in !additive case, because they will be deselected by QCustomPlot (they're normal QCPLayerables with own deselectEvent) + if (selectionStateChanged) + *selectionStateChanged = mSelectedParts != selBefore; + } +} + +/* inherits documentation from base class */ +void QCPLegend::deselectEvent(bool *selectionStateChanged) +{ + mSelectedParts = selectedParts(); // in case item selection has changed + if (mSelectableParts.testFlag(spLegendBox)) + { + SelectableParts selBefore = mSelectedParts; + setSelectedParts(selectedParts() & ~spLegendBox); + if (selectionStateChanged) + *selectionStateChanged = mSelectedParts != selBefore; + } +} + +/* inherits documentation from base class */ +QCP::Interaction QCPLegend::selectionCategory() const +{ + return QCP::iSelectLegend; +} + +/* inherits documentation from base class */ +QCP::Interaction QCPAbstractLegendItem::selectionCategory() const +{ + return QCP::iSelectLegend; +} + +/* inherits documentation from base class */ +void QCPLegend::parentPlotInitialized(QCustomPlot *parentPlot) +{ + Q_UNUSED(parentPlot) +} + + +//////////////////////////////////////////////////////////////////////////////////////////////////// +//////////////////// QCPPlotTitle +//////////////////////////////////////////////////////////////////////////////////////////////////// + +/*! \class QCPPlotTitle + \brief A layout element displaying a plot title text + + The text may be specified with \ref setText, theformatting can be controlled with \ref setFont + and \ref setTextColor. + + A plot title can be added as follows: + \snippet documentation/doc-code-snippets/mainwindow.cpp qcpplottitle-creation + + Since a plot title is a common requirement, QCustomPlot offers specialized selection signals for + easy interaction with QCPPlotTitle. If a layout element of type QCPPlotTitle is clicked, the + signal \ref QCustomPlot::titleClick is emitted. A double click emits the \ref + QCustomPlot::titleDoubleClick signal. +*/ + +/* start documentation of signals */ + +/*! \fn void QCPPlotTitle::selectionChanged(bool selected) + + This signal is emitted when the selection state has changed to \a selected, either by user + interaction or by a direct call to \ref setSelected. + + \see setSelected, setSelectable +*/ + +/* end documentation of signals */ + +/*! + Creates a new QCPPlotTitle instance and sets default values. The initial text is empty (\ref setText). + + To set the title text in the constructor, rather use \ref QCPPlotTitle(QCustomPlot *parentPlot, const QString &text). +*/ +QCPPlotTitle::QCPPlotTitle(QCustomPlot *parentPlot) : + QCPLayoutElement(parentPlot), + mFont(QFont(QLatin1String("sans serif"), 13*1.5, QFont::Bold)), + mTextColor(Qt::black), + mSelectedFont(QFont(QLatin1String("sans serif"), 13*1.6, QFont::Bold)), + mSelectedTextColor(Qt::blue), + mSelectable(false), + mSelected(false) +{ + if (parentPlot) + { + setLayer(parentPlot->currentLayer()); + mFont = QFont(parentPlot->font().family(), parentPlot->font().pointSize()*1.5, QFont::Bold); + mSelectedFont = QFont(parentPlot->font().family(), parentPlot->font().pointSize()*1.6, QFont::Bold); + } + setMargins(QMargins(5, 5, 5, 0)); +} + +/*! \overload + + Creates a new QCPPlotTitle instance and sets default values. The initial text is set to \a text. +*/ +QCPPlotTitle::QCPPlotTitle(QCustomPlot *parentPlot, const QString &text) : + QCPLayoutElement(parentPlot), + mText(text), + mFont(QFont(parentPlot->font().family(), parentPlot->font().pointSize()*1.5, QFont::Bold)), + mTextColor(Qt::black), + mSelectedFont(QFont(parentPlot->font().family(), parentPlot->font().pointSize()*1.6, QFont::Bold)), + mSelectedTextColor(Qt::blue), + mSelectable(false), + mSelected(false) +{ + setLayer(QLatin1String("axes")); + setMargins(QMargins(5, 5, 5, 0)); +} + +/*! + Sets the text that will be displayed to \a text. Multiple lines can be created by insertion of "\n". + + \see setFont, setTextColor +*/ +void QCPPlotTitle::setText(const QString &text) +{ + mText = text; +} + +/*! + Sets the \a font of the title text. + + \see setTextColor, setSelectedFont +*/ +void QCPPlotTitle::setFont(const QFont &font) +{ + mFont = font; +} + +/*! + Sets the \a color of the title text. + + \see setFont, setSelectedTextColor +*/ +void QCPPlotTitle::setTextColor(const QColor &color) +{ + mTextColor = color; +} + +/*! + Sets the \a font of the title text that will be used if the plot title is selected (\ref setSelected). + + \see setFont +*/ +void QCPPlotTitle::setSelectedFont(const QFont &font) +{ + mSelectedFont = font; +} + +/*! + Sets the \a color of the title text that will be used if the plot title is selected (\ref setSelected). + + \see setTextColor +*/ +void QCPPlotTitle::setSelectedTextColor(const QColor &color) +{ + mSelectedTextColor = color; +} + +/*! + Sets whether the user may select this plot title to \a selectable. + + Note that even when \a selectable is set to false, the selection state may be changed + programmatically via \ref setSelected. +*/ +void QCPPlotTitle::setSelectable(bool selectable) +{ + if (mSelectable != selectable) + { + mSelectable = selectable; + emit selectableChanged(mSelectable); + } +} + +/*! + Sets the selection state of this plot title to \a selected. If the selection has changed, \ref + selectionChanged is emitted. + + Note that this function can change the selection state independently of the current \ref + setSelectable state. +*/ +void QCPPlotTitle::setSelected(bool selected) +{ + if (mSelected != selected) + { + mSelected = selected; + emit selectionChanged(mSelected); + } +} + +/* inherits documentation from base class */ +void QCPPlotTitle::applyDefaultAntialiasingHint(QCPPainter *painter) const +{ + applyAntialiasingHint(painter, mAntialiased, QCP::aeNone); +} + +/* inherits documentation from base class */ +void QCPPlotTitle::draw(QCPPainter *painter) +{ + painter->setFont(mainFont()); + painter->setPen(QPen(mainTextColor())); + painter->drawText(mRect, Qt::AlignCenter, mText, &mTextBoundingRect); +} + +/* inherits documentation from base class */ +QSize QCPPlotTitle::minimumSizeHint() const +{ + QFontMetrics metrics(mFont); + QSize result = metrics.boundingRect(0, 0, 0, 0, Qt::AlignCenter, mText).size(); + result.rwidth() += mMargins.left() + mMargins.right(); + result.rheight() += mMargins.top() + mMargins.bottom(); + return result; +} + +/* inherits documentation from base class */ +QSize QCPPlotTitle::maximumSizeHint() const +{ + QFontMetrics metrics(mFont); + QSize result = metrics.boundingRect(0, 0, 0, 0, Qt::AlignCenter, mText).size(); + result.rheight() += mMargins.top() + mMargins.bottom(); + result.setWidth(QWIDGETSIZE_MAX); + return result; +} + +/* inherits documentation from base class */ +void QCPPlotTitle::selectEvent(QMouseEvent *event, bool additive, const QVariant &details, bool *selectionStateChanged) +{ + Q_UNUSED(event) + Q_UNUSED(details) + if (mSelectable) + { + bool selBefore = mSelected; + setSelected(additive ? !mSelected : true); + if (selectionStateChanged) + *selectionStateChanged = mSelected != selBefore; + } +} + +/* inherits documentation from base class */ +void QCPPlotTitle::deselectEvent(bool *selectionStateChanged) +{ + if (mSelectable) + { + bool selBefore = mSelected; + setSelected(false); + if (selectionStateChanged) + *selectionStateChanged = mSelected != selBefore; + } +} + +/* inherits documentation from base class */ +double QCPPlotTitle::selectTest(const QPointF &pos, bool onlySelectable, QVariant *details) const +{ + Q_UNUSED(details) + if (onlySelectable && !mSelectable) + return -1; + + if (mTextBoundingRect.contains(pos.toPoint())) + return mParentPlot->selectionTolerance()*0.99; + else + return -1; +} + +/*! \internal + + Returns the main font to be used. This is mSelectedFont if \ref setSelected is set to + true, else mFont is returned. +*/ +QFont QCPPlotTitle::mainFont() const +{ + return mSelected ? mSelectedFont : mFont; +} + +/*! \internal + + Returns the main color to be used. This is mSelectedTextColor if \ref setSelected is set to + true, else mTextColor is returned. +*/ +QColor QCPPlotTitle::mainTextColor() const +{ + return mSelected ? mSelectedTextColor : mTextColor; +} + + +//////////////////////////////////////////////////////////////////////////////////////////////////// +//////////////////// QCPColorScale +//////////////////////////////////////////////////////////////////////////////////////////////////// + +/*! \class QCPColorScale + \brief A color scale for use with color coding data such as QCPColorMap + + This layout element can be placed on the plot to correlate a color gradient with data values. It + is usually used in combination with one or multiple \ref QCPColorMap "QCPColorMaps". + + \image html QCPColorScale.png + + The color scale can be either horizontal or vertical, as shown in the image above. The + orientation and the side where the numbers appear is controlled with \ref setType. + + Use \ref QCPColorMap::setColorScale to connect a color map with a color scale. Once they are + connected, they share their gradient, data range and data scale type (\ref setGradient, \ref + setDataRange, \ref setDataScaleType). Multiple color maps may be associated with a single color + scale, to make them all synchronize these properties. + + To have finer control over the number display and axis behaviour, you can directly access the + \ref axis. See the documentation of QCPAxis for details about configuring axes. For example, if + you want to change the number of automatically generated ticks, call + \snippet documentation/doc-code-snippets/mainwindow.cpp qcpcolorscale-autotickcount + + Placing a color scale next to the main axis rect works like with any other layout element: + \snippet documentation/doc-code-snippets/mainwindow.cpp qcpcolorscale-creation + In this case we have placed it to the right of the default axis rect, so it wasn't necessary to + call \ref setType, since \ref QCPAxis::atRight is already the default. The text next to the color + scale can be set with \ref setLabel. + + For optimum appearance (like in the image above), it may be desirable to line up the axis rect and + the borders of the color scale. Use a \ref QCPMarginGroup to achieve this: + \snippet documentation/doc-code-snippets/mainwindow.cpp qcpcolorscale-margingroup + + Color scales are initialized with a non-zero minimum top and bottom margin (\ref + setMinimumMargins), because vertical color scales are most common and the minimum top/bottom + margin makes sure it keeps some distance to the top/bottom widget border. So if you change to a + horizontal color scale by setting \ref setType to \ref QCPAxis::atBottom or \ref QCPAxis::atTop, you + might want to also change the minimum margins accordingly, e.g. setMinimumMargins(QMargins(6, 0, 6, 0)). +*/ + +/* start documentation of inline functions */ + +/*! \fn QCPAxis *QCPColorScale::axis() const + + Returns the internal \ref QCPAxis instance of this color scale. You can access it to alter the + appearance and behaviour of the axis. \ref QCPColorScale duplicates some properties in its + interface for convenience. Those are \ref setDataRange (\ref QCPAxis::setRange), \ref + setDataScaleType (\ref QCPAxis::setScaleType), and the method \ref setLabel (\ref + QCPAxis::setLabel). As they each are connected, it does not matter whether you use the method on + the QCPColorScale or on its QCPAxis. + + If the type of the color scale is changed with \ref setType, the axis returned by this method + will change, too, to either the left, right, bottom or top axis, depending on which type was set. +*/ + +/* end documentation of signals */ +/* start documentation of signals */ + +/*! \fn void QCPColorScale::dataRangeChanged(QCPRange newRange); + + This signal is emitted when the data range changes. + + \see setDataRange +*/ + +/*! \fn void QCPColorScale::dataScaleTypeChanged(QCPAxis::ScaleType scaleType); + + This signal is emitted when the data scale type changes. + + \see setDataScaleType +*/ + +/*! \fn void QCPColorScale::gradientChanged(QCPColorGradient newGradient); + + This signal is emitted when the gradient changes. + + \see setGradient +*/ + +/* end documentation of signals */ + +/*! + Constructs a new QCPColorScale. +*/ +QCPColorScale::QCPColorScale(QCustomPlot *parentPlot) : + QCPLayoutElement(parentPlot), + mType(QCPAxis::atTop), // set to atTop such that setType(QCPAxis::atRight) below doesn't skip work because it thinks it's already atRight + mDataScaleType(QCPAxis::stLinear), + mBarWidth(20), + mAxisRect(new QCPColorScaleAxisRectPrivate(this)) +{ + setMinimumMargins(QMargins(0, 6, 0, 6)); // for default right color scale types, keep some room at bottom and top (important if no margin group is used) + setType(QCPAxis::atRight); + setDataRange(QCPRange(0, 6)); +} + +QCPColorScale::~QCPColorScale() +{ + delete mAxisRect; +} + +/* undocumented getter */ +QString QCPColorScale::label() const +{ + if (!mColorAxis) + { + qDebug() << Q_FUNC_INFO << "internal color axis undefined"; + return QString(); + } + + return mColorAxis.data()->label(); +} + +/* undocumented getter */ +bool QCPColorScale::rangeDrag() const +{ + if (!mAxisRect) + { + qDebug() << Q_FUNC_INFO << "internal axis rect was deleted"; + return false; + } + + return mAxisRect.data()->rangeDrag().testFlag(QCPAxis::orientation(mType)) && + mAxisRect.data()->rangeDragAxis(QCPAxis::orientation(mType)) && + mAxisRect.data()->rangeDragAxis(QCPAxis::orientation(mType))->orientation() == QCPAxis::orientation(mType); +} + +/* undocumented getter */ +bool QCPColorScale::rangeZoom() const +{ + if (!mAxisRect) + { + qDebug() << Q_FUNC_INFO << "internal axis rect was deleted"; + return false; + } + + return mAxisRect.data()->rangeZoom().testFlag(QCPAxis::orientation(mType)) && + mAxisRect.data()->rangeZoomAxis(QCPAxis::orientation(mType)) && + mAxisRect.data()->rangeZoomAxis(QCPAxis::orientation(mType))->orientation() == QCPAxis::orientation(mType); +} + +/*! + Sets at which side of the color scale the axis is placed, and thus also its orientation. + + Note that after setting \a type to a different value, the axis returned by \ref axis() will + be a different one. The new axis will adopt the following properties from the previous axis: The + range, scale type, log base and label. +*/ +void QCPColorScale::setType(QCPAxis::AxisType type) +{ + if (!mAxisRect) + { + qDebug() << Q_FUNC_INFO << "internal axis rect was deleted"; + return; + } + if (mType != type) + { + mType = type; + QCPRange rangeTransfer(0, 6); + double logBaseTransfer = 10; + QString labelTransfer; + // revert some settings on old axis: + if (mColorAxis) + { + rangeTransfer = mColorAxis.data()->range(); + labelTransfer = mColorAxis.data()->label(); + logBaseTransfer = mColorAxis.data()->scaleLogBase(); + mColorAxis.data()->setLabel(QString()); + disconnect(mColorAxis.data(), SIGNAL(rangeChanged(QCPRange)), this, SLOT(setDataRange(QCPRange))); + disconnect(mColorAxis.data(), SIGNAL(scaleTypeChanged(QCPAxis::ScaleType)), this, SLOT(setDataScaleType(QCPAxis::ScaleType))); + } + QList allAxisTypes = QList() << QCPAxis::atLeft << QCPAxis::atRight << QCPAxis::atBottom << QCPAxis::atTop; + foreach (QCPAxis::AxisType atype, allAxisTypes) + { + mAxisRect.data()->axis(atype)->setTicks(atype == mType); + mAxisRect.data()->axis(atype)->setTickLabels(atype== mType); + } + // set new mColorAxis pointer: + mColorAxis = mAxisRect.data()->axis(mType); + // transfer settings to new axis: + mColorAxis.data()->setRange(rangeTransfer); // transfer range of old axis to new one (necessary if axis changes from vertical to horizontal or vice versa) + mColorAxis.data()->setLabel(labelTransfer); + mColorAxis.data()->setScaleLogBase(logBaseTransfer); // scaleType is synchronized among axes in realtime via signals (connected in QCPColorScale ctor), so we only need to take care of log base here + connect(mColorAxis.data(), SIGNAL(rangeChanged(QCPRange)), this, SLOT(setDataRange(QCPRange))); + connect(mColorAxis.data(), SIGNAL(scaleTypeChanged(QCPAxis::ScaleType)), this, SLOT(setDataScaleType(QCPAxis::ScaleType))); + mAxisRect.data()->setRangeDragAxes(QCPAxis::orientation(mType) == Qt::Horizontal ? mColorAxis.data() : 0, + QCPAxis::orientation(mType) == Qt::Vertical ? mColorAxis.data() : 0); + } +} + +/*! + Sets the range spanned by the color gradient and that is shown by the axis in the color scale. + + It is equivalent to calling QCPColorMap::setDataRange on any of the connected color maps. It is + also equivalent to directly accessing the \ref axis and setting its range with \ref + QCPAxis::setRange. + + \see setDataScaleType, setGradient, rescaleDataRange +*/ +void QCPColorScale::setDataRange(const QCPRange &dataRange) +{ + if (mDataRange.lower != dataRange.lower || mDataRange.upper != dataRange.upper) + { + mDataRange = dataRange; + if (mColorAxis) + mColorAxis.data()->setRange(mDataRange); + emit dataRangeChanged(mDataRange); + } +} + +/*! + Sets the scale type of the color scale, i.e. whether values are linearly associated with colors + or logarithmically. + + It is equivalent to calling QCPColorMap::setDataScaleType on any of the connected color maps. It is + also equivalent to directly accessing the \ref axis and setting its scale type with \ref + QCPAxis::setScaleType. + + \see setDataRange, setGradient +*/ +void QCPColorScale::setDataScaleType(QCPAxis::ScaleType scaleType) +{ + if (mDataScaleType != scaleType) + { + mDataScaleType = scaleType; + if (mColorAxis) + mColorAxis.data()->setScaleType(mDataScaleType); + if (mDataScaleType == QCPAxis::stLogarithmic) + setDataRange(mDataRange.sanitizedForLogScale()); + emit dataScaleTypeChanged(mDataScaleType); + } +} + +/*! + Sets the color gradient that will be used to represent data values. + + It is equivalent to calling QCPColorMap::setGradient on any of the connected color maps. + + \see setDataRange, setDataScaleType +*/ +void QCPColorScale::setGradient(const QCPColorGradient &gradient) +{ + if (mGradient != gradient) + { + mGradient = gradient; + if (mAxisRect) + mAxisRect.data()->mGradientImageInvalidated = true; + emit gradientChanged(mGradient); + } +} + +/*! + Sets the axis label of the color scale. This is equivalent to calling \ref QCPAxis::setLabel on + the internal \ref axis. +*/ +void QCPColorScale::setLabel(const QString &str) +{ + if (!mColorAxis) + { + qDebug() << Q_FUNC_INFO << "internal color axis undefined"; + return; + } + + mColorAxis.data()->setLabel(str); +} + +/*! + Sets the width (or height, for horizontal color scales) the bar where the gradient is displayed + will have. +*/ +void QCPColorScale::setBarWidth(int width) +{ + mBarWidth = width; +} + +/*! + Sets whether the user can drag the data range (\ref setDataRange). + + Note that \ref QCP::iRangeDrag must be in the QCustomPlot's interactions (\ref + QCustomPlot::setInteractions) to allow range dragging. +*/ +void QCPColorScale::setRangeDrag(bool enabled) +{ + if (!mAxisRect) + { + qDebug() << Q_FUNC_INFO << "internal axis rect was deleted"; + return; + } + + if (enabled) + mAxisRect.data()->setRangeDrag(QCPAxis::orientation(mType)); + else + mAxisRect.data()->setRangeDrag(0); +} + +/*! + Sets whether the user can zoom the data range (\ref setDataRange) by scrolling the mouse wheel. + + Note that \ref QCP::iRangeZoom must be in the QCustomPlot's interactions (\ref + QCustomPlot::setInteractions) to allow range dragging. +*/ +void QCPColorScale::setRangeZoom(bool enabled) +{ + if (!mAxisRect) + { + qDebug() << Q_FUNC_INFO << "internal axis rect was deleted"; + return; + } + + if (enabled) + mAxisRect.data()->setRangeZoom(QCPAxis::orientation(mType)); + else + mAxisRect.data()->setRangeZoom(0); +} + +/*! + Returns a list of all the color maps associated with this color scale. +*/ +QList QCPColorScale::colorMaps() const +{ + QList result; + for (int i=0; iplottableCount(); ++i) + { + if (QCPColorMap *cm = qobject_cast(mParentPlot->plottable(i))) + if (cm->colorScale() == this) + result.append(cm); + } + return result; +} + +/*! + Changes the data range such that all color maps associated with this color scale are fully mapped + to the gradient in the data dimension. + + \see setDataRange +*/ +void QCPColorScale::rescaleDataRange(bool onlyVisibleMaps) +{ + QList maps = colorMaps(); + QCPRange newRange; + bool haveRange = false; + int sign = 0; // TODO: should change this to QCPAbstractPlottable::SignDomain later (currently is protected, maybe move to QCP namespace) + if (mDataScaleType == QCPAxis::stLogarithmic) + sign = (mDataRange.upper < 0 ? -1 : 1); + for (int i=0; irealVisibility() && onlyVisibleMaps) + continue; + QCPRange mapRange; + if (maps.at(i)->colorScale() == this) + { + bool currentFoundRange = true; + mapRange = maps.at(i)->data()->dataBounds(); + if (sign == 1) + { + if (mapRange.lower <= 0 && mapRange.upper > 0) + mapRange.lower = mapRange.upper*1e-3; + else if (mapRange.lower <= 0 && mapRange.upper <= 0) + currentFoundRange = false; + } else if (sign == -1) + { + if (mapRange.upper >= 0 && mapRange.lower < 0) + mapRange.upper = mapRange.lower*1e-3; + else if (mapRange.upper >= 0 && mapRange.lower >= 0) + currentFoundRange = false; + } + if (currentFoundRange) + { + if (!haveRange) + newRange = mapRange; + else + newRange.expand(mapRange); + haveRange = true; + } + } + } + if (haveRange) + { + if (!QCPRange::validRange(newRange)) // likely due to range being zero (plottable has only constant data in this dimension), shift current range to at least center the data + { + double center = (newRange.lower+newRange.upper)*0.5; // upper and lower should be equal anyway, but just to make sure, incase validRange returned false for other reason + if (mDataScaleType == QCPAxis::stLinear) + { + newRange.lower = center-mDataRange.size()/2.0; + newRange.upper = center+mDataRange.size()/2.0; + } else // mScaleType == stLogarithmic + { + newRange.lower = center/qSqrt(mDataRange.upper/mDataRange.lower); + newRange.upper = center*qSqrt(mDataRange.upper/mDataRange.lower); + } + } + setDataRange(newRange); + } +} + +/* inherits documentation from base class */ +void QCPColorScale::update(UpdatePhase phase) +{ + QCPLayoutElement::update(phase); + if (!mAxisRect) + { + qDebug() << Q_FUNC_INFO << "internal axis rect was deleted"; + return; + } + + mAxisRect.data()->update(phase); + + switch (phase) + { + case upMargins: + { + if (mType == QCPAxis::atBottom || mType == QCPAxis::atTop) + { + setMaximumSize(QWIDGETSIZE_MAX, mBarWidth+mAxisRect.data()->margins().top()+mAxisRect.data()->margins().bottom()+margins().top()+margins().bottom()); + setMinimumSize(0, mBarWidth+mAxisRect.data()->margins().top()+mAxisRect.data()->margins().bottom()+margins().top()+margins().bottom()); + } else + { + setMaximumSize(mBarWidth+mAxisRect.data()->margins().left()+mAxisRect.data()->margins().right()+margins().left()+margins().right(), QWIDGETSIZE_MAX); + setMinimumSize(mBarWidth+mAxisRect.data()->margins().left()+mAxisRect.data()->margins().right()+margins().left()+margins().right(), 0); + } + break; + } + case upLayout: + { + mAxisRect.data()->setOuterRect(rect()); + break; + } + default: break; + } +} + +/* inherits documentation from base class */ +void QCPColorScale::applyDefaultAntialiasingHint(QCPPainter *painter) const +{ + painter->setAntialiasing(false); +} + +/* inherits documentation from base class */ +void QCPColorScale::mousePressEvent(QMouseEvent *event) +{ + if (!mAxisRect) + { + qDebug() << Q_FUNC_INFO << "internal axis rect was deleted"; + return; + } + mAxisRect.data()->mousePressEvent(event); +} + +/* inherits documentation from base class */ +void QCPColorScale::mouseMoveEvent(QMouseEvent *event) +{ + if (!mAxisRect) + { + qDebug() << Q_FUNC_INFO << "internal axis rect was deleted"; + return; + } + mAxisRect.data()->mouseMoveEvent(event); +} + +/* inherits documentation from base class */ +void QCPColorScale::mouseReleaseEvent(QMouseEvent *event) +{ + if (!mAxisRect) + { + qDebug() << Q_FUNC_INFO << "internal axis rect was deleted"; + return; + } + mAxisRect.data()->mouseReleaseEvent(event); +} + +/* inherits documentation from base class */ +void QCPColorScale::wheelEvent(QWheelEvent *event) +{ + if (!mAxisRect) + { + qDebug() << Q_FUNC_INFO << "internal axis rect was deleted"; + return; + } + mAxisRect.data()->wheelEvent(event); +} + +//////////////////////////////////////////////////////////////////////////////////////////////////// +//////////////////// QCPColorScaleAxisRectPrivate +//////////////////////////////////////////////////////////////////////////////////////////////////// + +/*! \class QCPColorScaleAxisRectPrivate + + \internal + \brief An axis rect subclass for use in a QCPColorScale + + This is a private class and not part of the public QCustomPlot interface. + + It provides the axis rect functionality for the QCPColorScale class. +*/ + + +/*! + Creates a new instance, as a child of \a parentColorScale. +*/ +QCPColorScaleAxisRectPrivate::QCPColorScaleAxisRectPrivate(QCPColorScale *parentColorScale) : + QCPAxisRect(parentColorScale->parentPlot(), true), + mParentColorScale(parentColorScale), + mGradientImageInvalidated(true) +{ + setParentLayerable(parentColorScale); + setMinimumMargins(QMargins(0, 0, 0, 0)); + QList allAxisTypes = QList() << QCPAxis::atBottom << QCPAxis::atTop << QCPAxis::atLeft << QCPAxis::atRight; + foreach (QCPAxis::AxisType type, allAxisTypes) + { + axis(type)->setVisible(true); + axis(type)->grid()->setVisible(false); + axis(type)->setPadding(0); + connect(axis(type), SIGNAL(selectionChanged(QCPAxis::SelectableParts)), this, SLOT(axisSelectionChanged(QCPAxis::SelectableParts))); + connect(axis(type), SIGNAL(selectableChanged(QCPAxis::SelectableParts)), this, SLOT(axisSelectableChanged(QCPAxis::SelectableParts))); + } + + connect(axis(QCPAxis::atLeft), SIGNAL(rangeChanged(QCPRange)), axis(QCPAxis::atRight), SLOT(setRange(QCPRange))); + connect(axis(QCPAxis::atRight), SIGNAL(rangeChanged(QCPRange)), axis(QCPAxis::atLeft), SLOT(setRange(QCPRange))); + connect(axis(QCPAxis::atBottom), SIGNAL(rangeChanged(QCPRange)), axis(QCPAxis::atTop), SLOT(setRange(QCPRange))); + connect(axis(QCPAxis::atTop), SIGNAL(rangeChanged(QCPRange)), axis(QCPAxis::atBottom), SLOT(setRange(QCPRange))); + connect(axis(QCPAxis::atLeft), SIGNAL(scaleTypeChanged(QCPAxis::ScaleType)), axis(QCPAxis::atRight), SLOT(setScaleType(QCPAxis::ScaleType))); + connect(axis(QCPAxis::atRight), SIGNAL(scaleTypeChanged(QCPAxis::ScaleType)), axis(QCPAxis::atLeft), SLOT(setScaleType(QCPAxis::ScaleType))); + connect(axis(QCPAxis::atBottom), SIGNAL(scaleTypeChanged(QCPAxis::ScaleType)), axis(QCPAxis::atTop), SLOT(setScaleType(QCPAxis::ScaleType))); + connect(axis(QCPAxis::atTop), SIGNAL(scaleTypeChanged(QCPAxis::ScaleType)), axis(QCPAxis::atBottom), SLOT(setScaleType(QCPAxis::ScaleType))); + + // make layer transfers of color scale transfer to axis rect and axes + // the axes must be set after axis rect, such that they appear above color gradient drawn by axis rect: + connect(parentColorScale, SIGNAL(layerChanged(QCPLayer*)), this, SLOT(setLayer(QCPLayer*))); + foreach (QCPAxis::AxisType type, allAxisTypes) + connect(parentColorScale, SIGNAL(layerChanged(QCPLayer*)), axis(type), SLOT(setLayer(QCPLayer*))); +} + +/*! \internal + Updates the color gradient image if necessary, by calling \ref updateGradientImage, then draws + it. Then the axes are drawn by calling the \ref QCPAxisRect::draw base class implementation. +*/ +void QCPColorScaleAxisRectPrivate::draw(QCPPainter *painter) +{ + if (mGradientImageInvalidated) + updateGradientImage(); + + bool mirrorHorz = false; + bool mirrorVert = false; + if (mParentColorScale->mColorAxis) + { + mirrorHorz = mParentColorScale->mColorAxis.data()->rangeReversed() && (mParentColorScale->type() == QCPAxis::atBottom || mParentColorScale->type() == QCPAxis::atTop); + mirrorVert = mParentColorScale->mColorAxis.data()->rangeReversed() && (mParentColorScale->type() == QCPAxis::atLeft || mParentColorScale->type() == QCPAxis::atRight); + } + + painter->drawImage(rect().adjusted(0, -1, 0, -1), mGradientImage.mirrored(mirrorHorz, mirrorVert)); + QCPAxisRect::draw(painter); +} + +/*! \internal + + Uses the current gradient of the parent \ref QCPColorScale (specified in the constructor) to + generate a gradient image. This gradient image will be used in the \ref draw method. +*/ +void QCPColorScaleAxisRectPrivate::updateGradientImage() +{ + if (rect().isEmpty()) + return; + + int n = mParentColorScale->mGradient.levelCount(); + int w, h; + QVector data(n); + for (int i=0; imType == QCPAxis::atBottom || mParentColorScale->mType == QCPAxis::atTop) + { + w = n; + h = rect().height(); + mGradientImage = QImage(w, h, QImage::Format_RGB32); + QVector pixels; + for (int y=0; y(mGradientImage.scanLine(y))); + mParentColorScale->mGradient.colorize(data.constData(), QCPRange(0, n-1), pixels.first(), n); + for (int y=1; y(mGradientImage.scanLine(y)); + const QRgb lineColor = mParentColorScale->mGradient.color(data[h-1-y], QCPRange(0, n-1)); + for (int x=0; x allAxisTypes = QList() << QCPAxis::atBottom << QCPAxis::atTop << QCPAxis::atLeft << QCPAxis::atRight; + foreach (QCPAxis::AxisType type, allAxisTypes) + { + if (QCPAxis *senderAxis = qobject_cast(sender())) + if (senderAxis->axisType() == type) + continue; + + if (axis(type)->selectableParts().testFlag(QCPAxis::spAxis)) + { + if (selectedParts.testFlag(QCPAxis::spAxis)) + axis(type)->setSelectedParts(axis(type)->selectedParts() | QCPAxis::spAxis); + else + axis(type)->setSelectedParts(axis(type)->selectedParts() & ~QCPAxis::spAxis); + } + } +} + +/*! \internal + + This slot is connected to the selectableChanged signals of the four axes in the constructor. It + synchronizes the selectability of the axes. +*/ +void QCPColorScaleAxisRectPrivate::axisSelectableChanged(QCPAxis::SelectableParts selectableParts) +{ + // synchronize axis base selectability: + QList allAxisTypes = QList() << QCPAxis::atBottom << QCPAxis::atTop << QCPAxis::atLeft << QCPAxis::atRight; + foreach (QCPAxis::AxisType type, allAxisTypes) + { + if (QCPAxis *senderAxis = qobject_cast(sender())) + if (senderAxis->axisType() == type) + continue; + + if (axis(type)->selectableParts().testFlag(QCPAxis::spAxis)) + { + if (selectableParts.testFlag(QCPAxis::spAxis)) + axis(type)->setSelectableParts(axis(type)->selectableParts() | QCPAxis::spAxis); + else + axis(type)->setSelectableParts(axis(type)->selectableParts() & ~QCPAxis::spAxis); + } + } +} + + +//////////////////////////////////////////////////////////////////////////////////////////////////// +//////////////////// QCPData +//////////////////////////////////////////////////////////////////////////////////////////////////// + +/*! \class QCPData + \brief Holds the data of one single data point for QCPGraph. + + The container for storing multiple data points is \ref QCPDataMap. + + The stored data is: + \li \a key: coordinate on the key axis of this data point + \li \a value: coordinate on the value axis of this data point + \li \a keyErrorMinus: negative error in the key dimension (for error bars) + \li \a keyErrorPlus: positive error in the key dimension (for error bars) + \li \a valueErrorMinus: negative error in the value dimension (for error bars) + \li \a valueErrorPlus: positive error in the value dimension (for error bars) + + \see QCPDataMap +*/ + +/*! + Constructs a data point with key, value and all errors set to zero. +*/ +QCPData::QCPData() : + key(0), + value(0), + keyErrorPlus(0), + keyErrorMinus(0), + valueErrorPlus(0), + valueErrorMinus(0) +{ +} + +/*! + Constructs a data point with the specified \a key and \a value. All errors are set to zero. +*/ +QCPData::QCPData(double key, double value) : + key(key), + value(value), + keyErrorPlus(0), + keyErrorMinus(0), + valueErrorPlus(0), + valueErrorMinus(0) +{ +} + + +//////////////////////////////////////////////////////////////////////////////////////////////////// +//////////////////// QCPGraph +//////////////////////////////////////////////////////////////////////////////////////////////////// + +/*! \class QCPGraph + \brief A plottable representing a graph in a plot. + + \image html QCPGraph.png + + Usually QCustomPlot creates graphs internally via QCustomPlot::addGraph and the resulting + instance is accessed via QCustomPlot::graph. + + To plot data, assign it with the \ref setData or \ref addData functions. Alternatively, you can + also access and modify the graph's data via the \ref data method, which returns a pointer to the + internal \ref QCPDataMap. + + Graphs are used to display single-valued data. Single-valued means that there should only be one + data point per unique key coordinate. In other words, the graph can't have \a loops. If you do + want to plot non-single-valued curves, rather use the QCPCurve plottable. + + Gaps in the graph line can be created by adding data points with NaN as value + (qQNaN() or std::numeric_limits::quiet_NaN()) in between the two data points that shall be + separated. + + \section appearance Changing the appearance + + The appearance of the graph is mainly determined by the line style, scatter style, brush and pen + of the graph (\ref setLineStyle, \ref setScatterStyle, \ref setBrush, \ref setPen). + + \subsection filling Filling under or between graphs + + QCPGraph knows two types of fills: Normal graph fills towards the zero-value-line parallel to + the key axis of the graph, and fills between two graphs, called channel fills. To enable a fill, + just set a brush with \ref setBrush which is neither Qt::NoBrush nor fully transparent. + + By default, a normal fill towards the zero-value-line will be drawn. To set up a channel fill + between this graph and another one, call \ref setChannelFillGraph with the other graph as + parameter. + + \see QCustomPlot::addGraph, QCustomPlot::graph +*/ + +/* start of documentation of inline functions */ + +/*! \fn QCPDataMap *QCPGraph::data() const + + Returns a pointer to the internal data storage of type \ref QCPDataMap. You may use it to + directly manipulate the data, which may be more convenient and faster than using the regular \ref + setData or \ref addData methods, in certain situations. +*/ + +/* end of documentation of inline functions */ + +/*! + Constructs a graph which uses \a keyAxis as its key axis ("x") and \a valueAxis as its value + axis ("y"). \a keyAxis and \a valueAxis must reside in the same QCustomPlot instance and not have + the same orientation. If either of these restrictions is violated, a corresponding message is + printed to the debug output (qDebug), the construction is not aborted, though. + + The constructed QCPGraph can be added to the plot with QCustomPlot::addPlottable, QCustomPlot + then takes ownership of the graph. + + To directly create a graph inside a plot, you can also use the simpler QCustomPlot::addGraph function. +*/ +QCPGraph::QCPGraph(QCPAxis *keyAxis, QCPAxis *valueAxis) : + QCPAbstractPlottable(keyAxis, valueAxis) +{ + mData = new QCPDataMap; + + setPen(QPen(Qt::blue, 0)); + setErrorPen(QPen(Qt::black)); + setBrush(Qt::NoBrush); + setSelectedPen(QPen(QColor(80, 80, 255), 2.5)); + setSelectedBrush(Qt::NoBrush); + + setLineStyle(lsLine); + setErrorType(etNone); + setErrorBarSize(6); + setErrorBarSkipSymbol(true); + setChannelFillGraph(0); + setAdaptiveSampling(true); +} + +QCPGraph::~QCPGraph() +{ + delete mData; +} + +/*! + Replaces the current data with the provided \a data. + + If \a copy is set to true, data points in \a data will only be copied. if false, the graph + takes ownership of the passed data and replaces the internal data pointer with it. This is + significantly faster than copying for large datasets. + + Alternatively, you can also access and modify the graph's data via the \ref data method, which + returns a pointer to the internal \ref QCPDataMap. +*/ +void QCPGraph::setData(QCPDataMap *data, bool copy) +{ + if (mData == data) + { + qDebug() << Q_FUNC_INFO << "The data pointer is already in (and owned by) this plottable" << reinterpret_cast(data); + return; + } + if (copy) + { + *mData = *data; + } else + { + delete mData; + mData = data; + } +} + +/*! \overload + + Replaces the current data with the provided points in \a key and \a value pairs. The provided + vectors should have equal length. Else, the number of added points will be the size of the + smallest vector. +*/ +void QCPGraph::setData(const QVector &key, const QVector &value) +{ + mData->clear(); + int n = key.size(); + n = qMin(n, value.size()); + QCPData newData; + for (int i=0; iinsertMulti(newData.key, newData); + } +} + +/*! + Replaces the current data with the provided points in \a key and \a value pairs. Additionally the + symmetrical value error of the data points are set to the values in \a valueError. + For error bars to show appropriately, see \ref setErrorType. + The provided vectors should have equal length. Else, the number of added points will be the size of the + smallest vector. + + For asymmetrical errors (plus different from minus), see the overloaded version of this function. +*/ +void QCPGraph::setDataValueError(const QVector &key, const QVector &value, const QVector &valueError) +{ + mData->clear(); + int n = key.size(); + n = qMin(n, value.size()); + n = qMin(n, valueError.size()); + QCPData newData; + for (int i=0; iinsertMulti(key[i], newData); + } +} + +/*! + \overload + Replaces the current data with the provided points in \a key and \a value pairs. Additionally the + negative value error of the data points are set to the values in \a valueErrorMinus, the positive + value error to \a valueErrorPlus. + For error bars to show appropriately, see \ref setErrorType. + The provided vectors should have equal length. Else, the number of added points will be the size of the + smallest vector. +*/ +void QCPGraph::setDataValueError(const QVector &key, const QVector &value, const QVector &valueErrorMinus, const QVector &valueErrorPlus) +{ + mData->clear(); + int n = key.size(); + n = qMin(n, value.size()); + n = qMin(n, valueErrorMinus.size()); + n = qMin(n, valueErrorPlus.size()); + QCPData newData; + for (int i=0; iinsertMulti(key[i], newData); + } +} + +/*! + Replaces the current data with the provided points in \a key and \a value pairs. Additionally the + symmetrical key error of the data points are set to the values in \a keyError. + For error bars to show appropriately, see \ref setErrorType. + The provided vectors should have equal length. Else, the number of added points will be the size of the + smallest vector. + + For asymmetrical errors (plus different from minus), see the overloaded version of this function. +*/ +void QCPGraph::setDataKeyError(const QVector &key, const QVector &value, const QVector &keyError) +{ + mData->clear(); + int n = key.size(); + n = qMin(n, value.size()); + n = qMin(n, keyError.size()); + QCPData newData; + for (int i=0; iinsertMulti(key[i], newData); + } +} + +/*! + \overload + Replaces the current data with the provided points in \a key and \a value pairs. Additionally the + negative key error of the data points are set to the values in \a keyErrorMinus, the positive + key error to \a keyErrorPlus. + For error bars to show appropriately, see \ref setErrorType. + The provided vectors should have equal length. Else, the number of added points will be the size of the + smallest vector. +*/ +void QCPGraph::setDataKeyError(const QVector &key, const QVector &value, const QVector &keyErrorMinus, const QVector &keyErrorPlus) +{ + mData->clear(); + int n = key.size(); + n = qMin(n, value.size()); + n = qMin(n, keyErrorMinus.size()); + n = qMin(n, keyErrorPlus.size()); + QCPData newData; + for (int i=0; iinsertMulti(key[i], newData); + } +} + +/*! + Replaces the current data with the provided points in \a key and \a value pairs. Additionally the + symmetrical key and value errors of the data points are set to the values in \a keyError and \a valueError. + For error bars to show appropriately, see \ref setErrorType. + The provided vectors should have equal length. Else, the number of added points will be the size of the + smallest vector. + + For asymmetrical errors (plus different from minus), see the overloaded version of this function. +*/ +void QCPGraph::setDataBothError(const QVector &key, const QVector &value, const QVector &keyError, const QVector &valueError) +{ + mData->clear(); + int n = key.size(); + n = qMin(n, value.size()); + n = qMin(n, valueError.size()); + n = qMin(n, keyError.size()); + QCPData newData; + for (int i=0; iinsertMulti(key[i], newData); + } +} + +/*! + \overload + Replaces the current data with the provided points in \a key and \a value pairs. Additionally the + negative key and value errors of the data points are set to the values in \a keyErrorMinus and \a valueErrorMinus. The positive + key and value errors are set to the values in \a keyErrorPlus \a valueErrorPlus. + For error bars to show appropriately, see \ref setErrorType. + The provided vectors should have equal length. Else, the number of added points will be the size of the + smallest vector. +*/ +void QCPGraph::setDataBothError(const QVector &key, const QVector &value, const QVector &keyErrorMinus, const QVector &keyErrorPlus, const QVector &valueErrorMinus, const QVector &valueErrorPlus) +{ + mData->clear(); + int n = key.size(); + n = qMin(n, value.size()); + n = qMin(n, valueErrorMinus.size()); + n = qMin(n, valueErrorPlus.size()); + n = qMin(n, keyErrorMinus.size()); + n = qMin(n, keyErrorPlus.size()); + QCPData newData; + for (int i=0; iinsertMulti(key[i], newData); + } +} + + +/*! + Sets how the single data points are connected in the plot. For scatter-only plots, set \a ls to + \ref lsNone and \ref setScatterStyle to the desired scatter style. + + \see setScatterStyle +*/ +void QCPGraph::setLineStyle(LineStyle ls) +{ + mLineStyle = ls; +} + +/*! + Sets the visual appearance of single data points in the plot. If set to \ref QCPScatterStyle::ssNone, no scatter points + are drawn (e.g. for line-only-plots with appropriate line style). + + \see QCPScatterStyle, setLineStyle +*/ +void QCPGraph::setScatterStyle(const QCPScatterStyle &style) +{ + mScatterStyle = style; +} + +/*! + Sets which kind of error bars (Key Error, Value Error or both) should be drawn on each data + point. If you set \a errorType to something other than \ref etNone, make sure to actually pass + error data via the specific setData functions along with the data points (e.g. \ref + setDataValueError, \ref setDataKeyError, \ref setDataBothError). + + \see ErrorType +*/ +void QCPGraph::setErrorType(ErrorType errorType) +{ + mErrorType = errorType; +} + +/*! + Sets the pen with which the error bars will be drawn. + \see setErrorBarSize, setErrorType +*/ +void QCPGraph::setErrorPen(const QPen &pen) +{ + mErrorPen = pen; +} + +/*! + Sets the width of the handles at both ends of an error bar in pixels. +*/ +void QCPGraph::setErrorBarSize(double size) +{ + mErrorBarSize = size; +} + +/*! + If \a enabled is set to true, the error bar will not be drawn as a solid line under the scatter symbol but + leave some free space around the symbol. + + This feature uses the current scatter size (\ref QCPScatterStyle::setSize) to determine the size + of the area to leave blank. So when drawing Pixmaps as scatter points (\ref + QCPScatterStyle::ssPixmap), the scatter size must be set manually to a value corresponding to the + size of the Pixmap, if the error bars should leave gaps to its boundaries. + + \ref setErrorType, setErrorBarSize, setScatterStyle +*/ +void QCPGraph::setErrorBarSkipSymbol(bool enabled) +{ + mErrorBarSkipSymbol = enabled; +} + +/*! + Sets the target graph for filling the area between this graph and \a targetGraph with the current + brush (\ref setBrush). + + When \a targetGraph is set to 0, a normal graph fill to the zero-value-line will be shown. To + disable any filling, set the brush to Qt::NoBrush. + + \see setBrush +*/ +void QCPGraph::setChannelFillGraph(QCPGraph *targetGraph) +{ + // prevent setting channel target to this graph itself: + if (targetGraph == this) + { + qDebug() << Q_FUNC_INFO << "targetGraph is this graph itself"; + mChannelFillGraph = 0; + return; + } + // prevent setting channel target to a graph not in the plot: + if (targetGraph && targetGraph->mParentPlot != mParentPlot) + { + qDebug() << Q_FUNC_INFO << "targetGraph not in same plot"; + mChannelFillGraph = 0; + return; + } + + mChannelFillGraph = targetGraph; +} + +/*! + Sets whether adaptive sampling shall be used when plotting this graph. QCustomPlot's adaptive + sampling technique can drastically improve the replot performance for graphs with a larger number + of points (e.g. above 10,000), without notably changing the appearance of the graph. + + By default, adaptive sampling is enabled. Even if enabled, QCustomPlot decides whether adaptive + sampling shall actually be used on a per-graph basis. So leaving adaptive sampling enabled has no + disadvantage in almost all cases. + + \image html adaptive-sampling-line.png "A line plot of 500,000 points without and with adaptive sampling" + + As can be seen, line plots experience no visual degradation from adaptive sampling. Outliers are + reproduced reliably, as well as the overall shape of the data set. The replot time reduces + dramatically though. This allows QCustomPlot to display large amounts of data in realtime. + + \image html adaptive-sampling-scatter.png "A scatter plot of 100,000 points without and with adaptive sampling" + + Care must be taken when using high-density scatter plots in combination with adaptive sampling. + The adaptive sampling algorithm treats scatter plots more carefully than line plots which still + gives a significant reduction of replot times, but not quite as much as for line plots. This is + because scatter plots inherently need more data points to be preserved in order to still resemble + the original, non-adaptive-sampling plot. As shown above, the results still aren't quite + identical, as banding occurs for the outer data points. This is in fact intentional, such that + the boundaries of the data cloud stay visible to the viewer. How strong the banding appears, + depends on the point density, i.e. the number of points in the plot. + + For some situations with scatter plots it might thus be desirable to manually turn adaptive + sampling off. For example, when saving the plot to disk. This can be achieved by setting \a + enabled to false before issuing a command like \ref QCustomPlot::savePng, and setting \a enabled + back to true afterwards. +*/ +void QCPGraph::setAdaptiveSampling(bool enabled) +{ + mAdaptiveSampling = enabled; +} + +/*! + Adds the provided data points in \a dataMap to the current data. + + Alternatively, you can also access and modify the graph's data via the \ref data method, which + returns a pointer to the internal \ref QCPDataMap. + + \see removeData +*/ +void QCPGraph::addData(const QCPDataMap &dataMap) +{ + mData->unite(dataMap); +} + +/*! \overload + Adds the provided single data point in \a data to the current data. + + Alternatively, you can also access and modify the graph's data via the \ref data method, which + returns a pointer to the internal \ref QCPDataMap. + + \see removeData +*/ +void QCPGraph::addData(const QCPData &data) +{ + mData->insertMulti(data.key, data); +} + +/*! \overload + Adds the provided single data point as \a key and \a value pair to the current data. + + Alternatively, you can also access and modify the graph's data via the \ref data method, which + returns a pointer to the internal \ref QCPDataMap. + + \see removeData +*/ +void QCPGraph::addData(double key, double value) +{ + QCPData newData; + newData.key = key; + newData.value = value; + mData->insertMulti(newData.key, newData); +} + +/*! \overload + Adds the provided data points as \a key and \a value pairs to the current data. + + Alternatively, you can also access and modify the graph's data via the \ref data method, which + returns a pointer to the internal \ref QCPDataMap. + + \see removeData +*/ +void QCPGraph::addData(const QVector &keys, const QVector &values) +{ + int n = qMin(keys.size(), values.size()); + QCPData newData; + for (int i=0; iinsertMulti(newData.key, newData); + } +} + +/*! + Removes all data points with keys smaller than \a key. + \see addData, clearData +*/ +void QCPGraph::removeDataBefore(double key) +{ + QCPDataMap::iterator it = mData->begin(); + while (it != mData->end() && it.key() < key) + it = mData->erase(it); +} + +/*! + Removes all data points with keys greater than \a key. + \see addData, clearData +*/ +void QCPGraph::removeDataAfter(double key) +{ + if (mData->isEmpty()) return; + QCPDataMap::iterator it = mData->upperBound(key); + while (it != mData->end()) + it = mData->erase(it); +} + +/*! + Removes all data points with keys between \a fromKey and \a toKey. + if \a fromKey is greater or equal to \a toKey, the function does nothing. To remove + a single data point with known key, use \ref removeData(double key). + + \see addData, clearData +*/ +void QCPGraph::removeData(double fromKey, double toKey) +{ + if (fromKey >= toKey || mData->isEmpty()) return; + QCPDataMap::iterator it = mData->upperBound(fromKey); + QCPDataMap::iterator itEnd = mData->upperBound(toKey); + while (it != itEnd) + it = mData->erase(it); +} + +/*! \overload + + Removes a single data point at \a key. If the position is not known with absolute precision, + consider using \ref removeData(double fromKey, double toKey) with a small fuzziness interval around + the suspected position, depeding on the precision with which the key is known. + + \see addData, clearData +*/ +void QCPGraph::removeData(double key) +{ + mData->remove(key); +} + +/*! + Removes all data points. + \see removeData, removeDataAfter, removeDataBefore +*/ +void QCPGraph::clearData() +{ + mData->clear(); +} + +/* inherits documentation from base class */ +double QCPGraph::selectTest(const QPointF &pos, bool onlySelectable, QVariant *details) const +{ + Q_UNUSED(details) + if ((onlySelectable && !mSelectable) || mData->isEmpty()) + return -1; + if (!mKeyAxis || !mValueAxis) { qDebug() << Q_FUNC_INFO << "invalid key or value axis"; return -1; } + + if (mKeyAxis.data()->axisRect()->rect().contains(pos.toPoint())) + return pointDistance(pos); + else + return -1; +} + +/*! \overload + + Allows to define whether error bars are taken into consideration when determining the new axis + range. + + \see rescaleKeyAxis, rescaleValueAxis, QCPAbstractPlottable::rescaleAxes, QCustomPlot::rescaleAxes +*/ +void QCPGraph::rescaleAxes(bool onlyEnlarge, bool includeErrorBars) const +{ + rescaleKeyAxis(onlyEnlarge, includeErrorBars); + rescaleValueAxis(onlyEnlarge, includeErrorBars); +} + +/*! \overload + + Allows to define whether error bars (of kind \ref QCPGraph::etKey) are taken into consideration + when determining the new axis range. + + \see rescaleAxes, QCPAbstractPlottable::rescaleKeyAxis +*/ +void QCPGraph::rescaleKeyAxis(bool onlyEnlarge, bool includeErrorBars) const +{ + // this code is a copy of QCPAbstractPlottable::rescaleKeyAxis with the only change + // that getKeyRange is passed the includeErrorBars value. + if (mData->isEmpty()) return; + + QCPAxis *keyAxis = mKeyAxis.data(); + if (!keyAxis) { qDebug() << Q_FUNC_INFO << "invalid key axis"; return; } + + SignDomain signDomain = sdBoth; + if (keyAxis->scaleType() == QCPAxis::stLogarithmic) + signDomain = (keyAxis->range().upper < 0 ? sdNegative : sdPositive); + + bool foundRange; + QCPRange newRange = getKeyRange(foundRange, signDomain, includeErrorBars); + + if (foundRange) + { + if (onlyEnlarge) + { + if (keyAxis->range().lower < newRange.lower) + newRange.lower = keyAxis->range().lower; + if (keyAxis->range().upper > newRange.upper) + newRange.upper = keyAxis->range().upper; + } + keyAxis->setRange(newRange); + } +} + +/*! \overload + + Allows to define whether error bars (of kind \ref QCPGraph::etValue) are taken into consideration + when determining the new axis range. + + \see rescaleAxes, QCPAbstractPlottable::rescaleValueAxis +*/ +void QCPGraph::rescaleValueAxis(bool onlyEnlarge, bool includeErrorBars) const +{ + // this code is a copy of QCPAbstractPlottable::rescaleValueAxis with the only change + // is that getValueRange is passed the includeErrorBars value. + if (mData->isEmpty()) return; + + QCPAxis *valueAxis = mValueAxis.data(); + if (!valueAxis) { qDebug() << Q_FUNC_INFO << "invalid value axis"; return; } + + SignDomain signDomain = sdBoth; + if (valueAxis->scaleType() == QCPAxis::stLogarithmic) + signDomain = (valueAxis->range().upper < 0 ? sdNegative : sdPositive); + + bool foundRange; + QCPRange newRange = getValueRange(foundRange, signDomain, includeErrorBars); + + if (foundRange) + { + if (onlyEnlarge) + { + if (valueAxis->range().lower < newRange.lower) + newRange.lower = valueAxis->range().lower; + if (valueAxis->range().upper > newRange.upper) + newRange.upper = valueAxis->range().upper; + } + valueAxis->setRange(newRange); + } +} + +/* inherits documentation from base class */ +void QCPGraph::draw(QCPPainter *painter) +{ + if (!mKeyAxis || !mValueAxis) { qDebug() << Q_FUNC_INFO << "invalid key or value axis"; return; } + if (mKeyAxis.data()->range().size() <= 0 || mData->isEmpty()) return; + if (mLineStyle == lsNone && mScatterStyle.isNone()) return; + + // allocate line and (if necessary) point vectors: + QVector *lineData = new QVector; + QVector *scatterData = 0; + if (!mScatterStyle.isNone()) + scatterData = new QVector; + + // fill vectors with data appropriate to plot style: + getPlotData(lineData, scatterData); + + // check data validity if flag set: +#ifdef QCUSTOMPLOT_CHECK_DATA + QCPDataMap::const_iterator it; + for (it = mData->constBegin(); it != mData->constEnd(); ++it) + { + if (QCP::isInvalidData(it.value().key, it.value().value) || + QCP::isInvalidData(it.value().keyErrorPlus, it.value().keyErrorMinus) || + QCP::isInvalidData(it.value().valueErrorPlus, it.value().valueErrorPlus)) + qDebug() << Q_FUNC_INFO << "Data point at" << it.key() << "invalid." << "Plottable name:" << name(); + } +#endif + + // draw fill of graph: + drawFill(painter, lineData); + + // draw line: + if (mLineStyle == lsImpulse) + drawImpulsePlot(painter, lineData); + else if (mLineStyle != lsNone) + drawLinePlot(painter, lineData); // also step plots can be drawn as a line plot + + // draw scatters: + if (scatterData) + drawScatterPlot(painter, scatterData); + + // free allocated line and point vectors: + delete lineData; + if (scatterData) + delete scatterData; +} + +/* inherits documentation from base class */ +void QCPGraph::drawLegendIcon(QCPPainter *painter, const QRectF &rect) const +{ + // draw fill: + if (mBrush.style() != Qt::NoBrush) + { + applyFillAntialiasingHint(painter); + painter->fillRect(QRectF(rect.left(), rect.top()+rect.height()/2.0, rect.width(), rect.height()/3.0), mBrush); + } + // draw line vertically centered: + if (mLineStyle != lsNone) + { + applyDefaultAntialiasingHint(painter); + painter->setPen(mPen); + painter->drawLine(QLineF(rect.left(), rect.top()+rect.height()/2.0, rect.right()+5, rect.top()+rect.height()/2.0)); // +5 on x2 else last segment is missing from dashed/dotted pens + } + // draw scatter symbol: + if (!mScatterStyle.isNone()) + { + applyScattersAntialiasingHint(painter); + // scale scatter pixmap if it's too large to fit in legend icon rect: + if (mScatterStyle.shape() == QCPScatterStyle::ssPixmap && (mScatterStyle.pixmap().size().width() > rect.width() || mScatterStyle.pixmap().size().height() > rect.height())) + { + QCPScatterStyle scaledStyle(mScatterStyle); + scaledStyle.setPixmap(scaledStyle.pixmap().scaled(rect.size().toSize(), Qt::KeepAspectRatio, Qt::SmoothTransformation)); + scaledStyle.applyTo(painter, mPen); + scaledStyle.drawShape(painter, QRectF(rect).center()); + } else + { + mScatterStyle.applyTo(painter, mPen); + mScatterStyle.drawShape(painter, QRectF(rect).center()); + } + } +} + +/*! \internal + + This function branches out to the line style specific "get(...)PlotData" functions, according to + the line style of the graph. + + \a lineData will be filled with raw points that will be drawn with the according draw functions, + e.g. \ref drawLinePlot and \ref drawImpulsePlot. These aren't necessarily the original data + points, since for step plots for example, additional points are needed for drawing lines that + make up steps. If the line style of the graph is \ref lsNone, the \a lineData vector will be left + untouched. + + \a scatterData will be filled with the original data points so \ref drawScatterPlot can draw the + scatter symbols accordingly. If no scatters need to be drawn, i.e. the scatter style's shape is + \ref QCPScatterStyle::ssNone, pass 0 as \a scatterData, and this step will be skipped. + + \see getScatterPlotData, getLinePlotData, getStepLeftPlotData, getStepRightPlotData, + getStepCenterPlotData, getImpulsePlotData +*/ +void QCPGraph::getPlotData(QVector *lineData, QVector *scatterData) const +{ + switch(mLineStyle) + { + case lsNone: getScatterPlotData(scatterData); break; + case lsLine: getLinePlotData(lineData, scatterData); break; + case lsStepLeft: getStepLeftPlotData(lineData, scatterData); break; + case lsStepRight: getStepRightPlotData(lineData, scatterData); break; + case lsStepCenter: getStepCenterPlotData(lineData, scatterData); break; + case lsImpulse: getImpulsePlotData(lineData, scatterData); break; + } +} + +/*! \internal + + If line style is \ref lsNone and the scatter style's shape is not \ref QCPScatterStyle::ssNone, + this function serves at providing the visible data points in \a scatterData, so the \ref + drawScatterPlot function can draw the scatter points accordingly. + + If line style is not \ref lsNone, this function is not called and the data for the scatter points + are (if needed) calculated inside the corresponding other "get(...)PlotData" functions. + + \see drawScatterPlot +*/ +void QCPGraph::getScatterPlotData(QVector *scatterData) const +{ + getPreparedData(0, scatterData); +} + +/*! \internal + + Places the raw data points needed for a normal linearly connected graph in \a linePixelData. + + As for all plot data retrieval functions, \a scatterData just contains all unaltered data (scatter) + points that are visible for drawing scatter points, if necessary. If drawing scatter points is + disabled (i.e. the scatter style's shape is \ref QCPScatterStyle::ssNone), pass 0 as \a + scatterData, and the function will skip filling the vector. + + \see drawLinePlot +*/ +void QCPGraph::getLinePlotData(QVector *linePixelData, QVector *scatterData) const +{ + QCPAxis *keyAxis = mKeyAxis.data(); + QCPAxis *valueAxis = mValueAxis.data(); + if (!keyAxis || !valueAxis) { qDebug() << Q_FUNC_INFO << "invalid key or value axis"; return; } + if (!linePixelData) { qDebug() << Q_FUNC_INFO << "null pointer passed as linePixelData"; return; } + + QVector lineData; + getPreparedData(&lineData, scatterData); + linePixelData->reserve(lineData.size()+2); // added 2 to reserve memory for lower/upper fill base points that might be needed for fill + linePixelData->resize(lineData.size()); + + // transform lineData points to pixels: + if (keyAxis->orientation() == Qt::Vertical) + { + for (int i=0; icoordToPixel(lineData.at(i).value)); + (*linePixelData)[i].setY(keyAxis->coordToPixel(lineData.at(i).key)); + } + } else // key axis is horizontal + { + for (int i=0; icoordToPixel(lineData.at(i).key)); + (*linePixelData)[i].setY(valueAxis->coordToPixel(lineData.at(i).value)); + } + } +} + +/*! + \internal + Places the raw data points needed for a step plot with left oriented steps in \a lineData. + + As for all plot data retrieval functions, \a scatterData just contains all unaltered data (scatter) + points that are visible for drawing scatter points, if necessary. If drawing scatter points is + disabled (i.e. the scatter style's shape is \ref QCPScatterStyle::ssNone), pass 0 as \a + scatterData, and the function will skip filling the vector. + + \see drawLinePlot +*/ +void QCPGraph::getStepLeftPlotData(QVector *linePixelData, QVector *scatterData) const +{ + QCPAxis *keyAxis = mKeyAxis.data(); + QCPAxis *valueAxis = mValueAxis.data(); + if (!keyAxis || !valueAxis) { qDebug() << Q_FUNC_INFO << "invalid key or value axis"; return; } + if (!linePixelData) { qDebug() << Q_FUNC_INFO << "null pointer passed as lineData"; return; } + + QVector lineData; + getPreparedData(&lineData, scatterData); + linePixelData->reserve(lineData.size()*2+2); // added 2 to reserve memory for lower/upper fill base points that might be needed for fill + linePixelData->resize(lineData.size()*2); + + // calculate steps from lineData and transform to pixel coordinates: + if (keyAxis->orientation() == Qt::Vertical) + { + double lastValue = valueAxis->coordToPixel(lineData.first().value); + double key; + for (int i=0; icoordToPixel(lineData.at(i).key); + (*linePixelData)[i*2+0].setX(lastValue); + (*linePixelData)[i*2+0].setY(key); + lastValue = valueAxis->coordToPixel(lineData.at(i).value); + (*linePixelData)[i*2+1].setX(lastValue); + (*linePixelData)[i*2+1].setY(key); + } + } else // key axis is horizontal + { + double lastValue = valueAxis->coordToPixel(lineData.first().value); + double key; + for (int i=0; icoordToPixel(lineData.at(i).key); + (*linePixelData)[i*2+0].setX(key); + (*linePixelData)[i*2+0].setY(lastValue); + lastValue = valueAxis->coordToPixel(lineData.at(i).value); + (*linePixelData)[i*2+1].setX(key); + (*linePixelData)[i*2+1].setY(lastValue); + } + } +} + +/*! + \internal + Places the raw data points needed for a step plot with right oriented steps in \a lineData. + + As for all plot data retrieval functions, \a scatterData just contains all unaltered data (scatter) + points that are visible for drawing scatter points, if necessary. If drawing scatter points is + disabled (i.e. the scatter style's shape is \ref QCPScatterStyle::ssNone), pass 0 as \a + scatterData, and the function will skip filling the vector. + + \see drawLinePlot +*/ +void QCPGraph::getStepRightPlotData(QVector *linePixelData, QVector *scatterData) const +{ + QCPAxis *keyAxis = mKeyAxis.data(); + QCPAxis *valueAxis = mValueAxis.data(); + if (!keyAxis || !valueAxis) { qDebug() << Q_FUNC_INFO << "invalid key or value axis"; return; } + if (!linePixelData) { qDebug() << Q_FUNC_INFO << "null pointer passed as lineData"; return; } + + QVector lineData; + getPreparedData(&lineData, scatterData); + linePixelData->reserve(lineData.size()*2+2); // added 2 to reserve memory for lower/upper fill base points that might be needed for fill + linePixelData->resize(lineData.size()*2); + + // calculate steps from lineData and transform to pixel coordinates: + if (keyAxis->orientation() == Qt::Vertical) + { + double lastKey = keyAxis->coordToPixel(lineData.first().key); + double value; + for (int i=0; icoordToPixel(lineData.at(i).value); + (*linePixelData)[i*2+0].setX(value); + (*linePixelData)[i*2+0].setY(lastKey); + lastKey = keyAxis->coordToPixel(lineData.at(i).key); + (*linePixelData)[i*2+1].setX(value); + (*linePixelData)[i*2+1].setY(lastKey); + } + } else // key axis is horizontal + { + double lastKey = keyAxis->coordToPixel(lineData.first().key); + double value; + for (int i=0; icoordToPixel(lineData.at(i).value); + (*linePixelData)[i*2+0].setX(lastKey); + (*linePixelData)[i*2+0].setY(value); + lastKey = keyAxis->coordToPixel(lineData.at(i).key); + (*linePixelData)[i*2+1].setX(lastKey); + (*linePixelData)[i*2+1].setY(value); + } + } +} + +/*! + \internal + Places the raw data points needed for a step plot with centered steps in \a lineData. + + As for all plot data retrieval functions, \a scatterData just contains all unaltered data (scatter) + points that are visible for drawing scatter points, if necessary. If drawing scatter points is + disabled (i.e. the scatter style's shape is \ref QCPScatterStyle::ssNone), pass 0 as \a + scatterData, and the function will skip filling the vector. + + \see drawLinePlot +*/ +void QCPGraph::getStepCenterPlotData(QVector *linePixelData, QVector *scatterData) const +{ + QCPAxis *keyAxis = mKeyAxis.data(); + QCPAxis *valueAxis = mValueAxis.data(); + if (!keyAxis || !valueAxis) { qDebug() << Q_FUNC_INFO << "invalid key or value axis"; return; } + if (!linePixelData) { qDebug() << Q_FUNC_INFO << "null pointer passed as lineData"; return; } + + QVector lineData; + getPreparedData(&lineData, scatterData); + linePixelData->reserve(lineData.size()*2+2); // added 2 to reserve memory for lower/upper fill base points that might be needed for fill + linePixelData->resize(lineData.size()*2); + // calculate steps from lineData and transform to pixel coordinates: + if (keyAxis->orientation() == Qt::Vertical) + { + double lastKey = keyAxis->coordToPixel(lineData.first().key); + double lastValue = valueAxis->coordToPixel(lineData.first().value); + double key; + (*linePixelData)[0].setX(lastValue); + (*linePixelData)[0].setY(lastKey); + for (int i=1; icoordToPixel(lineData.at(i).key)+lastKey)*0.5; + (*linePixelData)[i*2-1].setX(lastValue); + (*linePixelData)[i*2-1].setY(key); + lastValue = valueAxis->coordToPixel(lineData.at(i).value); + lastKey = keyAxis->coordToPixel(lineData.at(i).key); + (*linePixelData)[i*2+0].setX(lastValue); + (*linePixelData)[i*2+0].setY(key); + } + (*linePixelData)[lineData.size()*2-1].setX(lastValue); + (*linePixelData)[lineData.size()*2-1].setY(lastKey); + } else // key axis is horizontal + { + double lastKey = keyAxis->coordToPixel(lineData.first().key); + double lastValue = valueAxis->coordToPixel(lineData.first().value); + double key; + (*linePixelData)[0].setX(lastKey); + (*linePixelData)[0].setY(lastValue); + for (int i=1; icoordToPixel(lineData.at(i).key)+lastKey)*0.5; + (*linePixelData)[i*2-1].setX(key); + (*linePixelData)[i*2-1].setY(lastValue); + lastValue = valueAxis->coordToPixel(lineData.at(i).value); + lastKey = keyAxis->coordToPixel(lineData.at(i).key); + (*linePixelData)[i*2+0].setX(key); + (*linePixelData)[i*2+0].setY(lastValue); + } + (*linePixelData)[lineData.size()*2-1].setX(lastKey); + (*linePixelData)[lineData.size()*2-1].setY(lastValue); + } + +} + +/*! + \internal + Places the raw data points needed for an impulse plot in \a lineData. + + As for all plot data retrieval functions, \a scatterData just contains all unaltered data (scatter) + points that are visible for drawing scatter points, if necessary. If drawing scatter points is + disabled (i.e. the scatter style's shape is \ref QCPScatterStyle::ssNone), pass 0 as \a + scatterData, and the function will skip filling the vector. + + \see drawImpulsePlot +*/ +void QCPGraph::getImpulsePlotData(QVector *linePixelData, QVector *scatterData) const +{ + QCPAxis *keyAxis = mKeyAxis.data(); + QCPAxis *valueAxis = mValueAxis.data(); + if (!keyAxis || !valueAxis) { qDebug() << Q_FUNC_INFO << "invalid key or value axis"; return; } + if (!linePixelData) { qDebug() << Q_FUNC_INFO << "null pointer passed as linePixelData"; return; } + + QVector lineData; + getPreparedData(&lineData, scatterData); + linePixelData->resize(lineData.size()*2); // no need to reserve 2 extra points because impulse plot has no fill + + // transform lineData points to pixels: + if (keyAxis->orientation() == Qt::Vertical) + { + double zeroPointX = valueAxis->coordToPixel(0); + double key; + for (int i=0; icoordToPixel(lineData.at(i).key); + (*linePixelData)[i*2+0].setX(zeroPointX); + (*linePixelData)[i*2+0].setY(key); + (*linePixelData)[i*2+1].setX(valueAxis->coordToPixel(lineData.at(i).value)); + (*linePixelData)[i*2+1].setY(key); + } + } else // key axis is horizontal + { + double zeroPointY = valueAxis->coordToPixel(0); + double key; + for (int i=0; icoordToPixel(lineData.at(i).key); + (*linePixelData)[i*2+0].setX(key); + (*linePixelData)[i*2+0].setY(zeroPointY); + (*linePixelData)[i*2+1].setX(key); + (*linePixelData)[i*2+1].setY(valueAxis->coordToPixel(lineData.at(i).value)); + } + } +} + +/*! \internal + + Draws the fill of the graph with the specified brush. + + If the fill is a normal fill towards the zero-value-line, only the \a lineData is required (and + two extra points at the zero-value-line, which are added by \ref addFillBasePoints and removed by + \ref removeFillBasePoints after the fill drawing is done). + + If the fill is a channel fill between this QCPGraph and another QCPGraph (mChannelFillGraph), the + more complex polygon is calculated with the \ref getChannelFillPolygon function. + + \see drawLinePlot +*/ +void QCPGraph::drawFill(QCPPainter *painter, QVector *lineData) const +{ + if (mLineStyle == lsImpulse) return; // fill doesn't make sense for impulse plot + if (mainBrush().style() == Qt::NoBrush || mainBrush().color().alpha() == 0) return; + + applyFillAntialiasingHint(painter); + if (!mChannelFillGraph) + { + // draw base fill under graph, fill goes all the way to the zero-value-line: + addFillBasePoints(lineData); + painter->setPen(Qt::NoPen); + painter->setBrush(mainBrush()); + painter->drawPolygon(QPolygonF(*lineData)); + removeFillBasePoints(lineData); + } else + { + // draw channel fill between this graph and mChannelFillGraph: + painter->setPen(Qt::NoPen); + painter->setBrush(mainBrush()); + painter->drawPolygon(getChannelFillPolygon(lineData)); + } +} + +/*! \internal + + Draws scatter symbols at every data point passed in \a scatterData. scatter symbols are independent + of the line style and are always drawn if the scatter style's shape is not \ref + QCPScatterStyle::ssNone. Hence, the \a scatterData vector is outputted by all "get(...)PlotData" + functions, together with the (line style dependent) line data. + + \see drawLinePlot, drawImpulsePlot +*/ +void QCPGraph::drawScatterPlot(QCPPainter *painter, QVector *scatterData) const +{ + QCPAxis *keyAxis = mKeyAxis.data(); + QCPAxis *valueAxis = mValueAxis.data(); + if (!keyAxis || !valueAxis) { qDebug() << Q_FUNC_INFO << "invalid key or value axis"; return; } + + // draw error bars: + if (mErrorType != etNone) + { + applyErrorBarsAntialiasingHint(painter); + painter->setPen(mErrorPen); + if (keyAxis->orientation() == Qt::Vertical) + { + for (int i=0; isize(); ++i) + drawError(painter, valueAxis->coordToPixel(scatterData->at(i).value), keyAxis->coordToPixel(scatterData->at(i).key), scatterData->at(i)); + } else + { + for (int i=0; isize(); ++i) + drawError(painter, keyAxis->coordToPixel(scatterData->at(i).key), valueAxis->coordToPixel(scatterData->at(i).value), scatterData->at(i)); + } + } + + // draw scatter point symbols: + applyScattersAntialiasingHint(painter); + mScatterStyle.applyTo(painter, mPen); + if (keyAxis->orientation() == Qt::Vertical) + { + for (int i=0; isize(); ++i) + if (!qIsNaN(scatterData->at(i).value)) + mScatterStyle.drawShape(painter, valueAxis->coordToPixel(scatterData->at(i).value), keyAxis->coordToPixel(scatterData->at(i).key)); + } else + { + for (int i=0; isize(); ++i) + if (!qIsNaN(scatterData->at(i).value)) + mScatterStyle.drawShape(painter, keyAxis->coordToPixel(scatterData->at(i).key), valueAxis->coordToPixel(scatterData->at(i).value)); + } +} + +/*! \internal + + Draws line graphs from the provided data. It connects all points in \a lineData, which was + created by one of the "get(...)PlotData" functions for line styles that require simple line + connections between the point vector they create. These are for example \ref getLinePlotData, + \ref getStepLeftPlotData, \ref getStepRightPlotData and \ref getStepCenterPlotData. + + \see drawScatterPlot, drawImpulsePlot +*/ +void QCPGraph::drawLinePlot(QCPPainter *painter, QVector *lineData) const +{ + // draw line of graph: + if (mainPen().style() != Qt::NoPen && mainPen().color().alpha() != 0) + { + applyDefaultAntialiasingHint(painter); + painter->setPen(mainPen()); + painter->setBrush(Qt::NoBrush); + + /* Draws polyline in batches, currently not used: + int p = 0; + while (p < lineData->size()) + { + int batch = qMin(25, lineData->size()-p); + if (p != 0) + { + ++batch; + --p; // to draw the connection lines between two batches + } + painter->drawPolyline(lineData->constData()+p, batch); + p += batch; + } + */ + + // if drawing solid line and not in PDF, use much faster line drawing instead of polyline: + if (mParentPlot->plottingHints().testFlag(QCP::phFastPolylines) && + painter->pen().style() == Qt::SolidLine && + !painter->modes().testFlag(QCPPainter::pmVectorized) && + !painter->modes().testFlag(QCPPainter::pmNoCaching)) + { + int i = 0; + bool lastIsNan = false; + const int lineDataSize = lineData->size(); + while (i < lineDataSize && (qIsNaN(lineData->at(i).y()) || qIsNaN(lineData->at(i).x()))) // make sure first point is not NaN + ++i; + ++i; // because drawing works in 1 point retrospect + while (i < lineDataSize) + { + if (!qIsNaN(lineData->at(i).y()) && !qIsNaN(lineData->at(i).x())) // NaNs create a gap in the line + { + if (!lastIsNan) + painter->drawLine(lineData->at(i-1), lineData->at(i)); + else + lastIsNan = false; + } else + lastIsNan = true; + ++i; + } + } else + { + int segmentStart = 0; + int i = 0; + const int lineDataSize = lineData->size(); + while (i < lineDataSize) + { + if (qIsNaN(lineData->at(i).y()) || qIsNaN(lineData->at(i).x())) // NaNs create a gap in the line + { + painter->drawPolyline(lineData->constData()+segmentStart, i-segmentStart); // i, because we don't want to include the current NaN point + segmentStart = i+1; + } + ++i; + } + // draw last segment: + painter->drawPolyline(lineData->constData()+segmentStart, lineDataSize-segmentStart); + } + } +} + +/*! \internal + + Draws impulses from the provided data, i.e. it connects all line pairs in \a lineData, which was + created by \ref getImpulsePlotData. + + \see drawScatterPlot, drawLinePlot +*/ +void QCPGraph::drawImpulsePlot(QCPPainter *painter, QVector *lineData) const +{ + // draw impulses: + if (mainPen().style() != Qt::NoPen && mainPen().color().alpha() != 0) + { + applyDefaultAntialiasingHint(painter); + QPen pen = mainPen(); + pen.setCapStyle(Qt::FlatCap); // so impulse line doesn't reach beyond zero-line + painter->setPen(pen); + painter->setBrush(Qt::NoBrush); + painter->drawLines(*lineData); + } +} + +/*! \internal + + Returns the \a lineData and \a scatterData that need to be plotted for this graph taking into + consideration the current axis ranges and, if \ref setAdaptiveSampling is enabled, local point + densities. + + 0 may be passed as \a lineData or \a scatterData to indicate that the respective dataset isn't + needed. For example, if the scatter style (\ref setScatterStyle) is \ref QCPScatterStyle::ssNone, \a + scatterData should be 0 to prevent unnecessary calculations. + + This method is used by the various "get(...)PlotData" methods to get the basic working set of data. +*/ +void QCPGraph::getPreparedData(QVector *lineData, QVector *scatterData) const +{ + QCPAxis *keyAxis = mKeyAxis.data(); + QCPAxis *valueAxis = mValueAxis.data(); + if (!keyAxis || !valueAxis) { qDebug() << Q_FUNC_INFO << "invalid key or value axis"; return; } + // get visible data range: + QCPDataMap::const_iterator lower, upper; // note that upper is the actual upper point, and not 1 step after the upper point + getVisibleDataBounds(lower, upper); + if (lower == mData->constEnd() || upper == mData->constEnd()) + return; + + // count points in visible range, taking into account that we only need to count to the limit maxCount if using adaptive sampling: + int maxCount = std::numeric_limits::max(); + if (mAdaptiveSampling) + { + int keyPixelSpan = qAbs(keyAxis->coordToPixel(lower.key())-keyAxis->coordToPixel(upper.key())); + maxCount = 2*keyPixelSpan+2; + } + int dataCount = countDataInBounds(lower, upper, maxCount); + + if (mAdaptiveSampling && dataCount >= maxCount) // use adaptive sampling only if there are at least two points per pixel on average + { + if (lineData) + { + QCPDataMap::const_iterator it = lower; + QCPDataMap::const_iterator upperEnd = upper+1; + double minValue = it.value().value; + double maxValue = it.value().value; + QCPDataMap::const_iterator currentIntervalFirstPoint = it; + int reversedFactor = keyAxis->rangeReversed() != (keyAxis->orientation()==Qt::Vertical) ? -1 : 1; // is used to calculate keyEpsilon pixel into the correct direction + int reversedRound = keyAxis->rangeReversed() != (keyAxis->orientation()==Qt::Vertical) ? 1 : 0; // is used to switch between floor (normal) and ceil (reversed) rounding of currentIntervalStartKey + double currentIntervalStartKey = keyAxis->pixelToCoord((int)(keyAxis->coordToPixel(lower.key())+reversedRound)); + double lastIntervalEndKey = currentIntervalStartKey; + double keyEpsilon = qAbs(currentIntervalStartKey-keyAxis->pixelToCoord(keyAxis->coordToPixel(currentIntervalStartKey)+1.0*reversedFactor)); // interval of one pixel on screen when mapped to plot key coordinates + bool keyEpsilonVariable = keyAxis->scaleType() == QCPAxis::stLogarithmic; // indicates whether keyEpsilon needs to be updated after every interval (for log axes) + int intervalDataCount = 1; + ++it; // advance iterator to second data point because adaptive sampling works in 1 point retrospect + while (it != upperEnd) + { + if (it.key() < currentIntervalStartKey+keyEpsilon) // data point is still within same pixel, so skip it and expand value span of this cluster if necessary + { + if (it.value().value < minValue) + minValue = it.value().value; + else if (it.value().value > maxValue) + maxValue = it.value().value; + ++intervalDataCount; + } else // new pixel interval started + { + if (intervalDataCount >= 2) // last pixel had multiple data points, consolidate them to a cluster + { + if (lastIntervalEndKey < currentIntervalStartKey-keyEpsilon) // last point is further away, so first point of this cluster must be at a real data point + lineData->append(QCPData(currentIntervalStartKey+keyEpsilon*0.2, currentIntervalFirstPoint.value().value)); + lineData->append(QCPData(currentIntervalStartKey+keyEpsilon*0.25, minValue)); + lineData->append(QCPData(currentIntervalStartKey+keyEpsilon*0.75, maxValue)); + if (it.key() > currentIntervalStartKey+keyEpsilon*2) // new pixel started further away from previous cluster, so make sure the last point of the cluster is at a real data point + lineData->append(QCPData(currentIntervalStartKey+keyEpsilon*0.8, (it-1).value().value)); + } else + lineData->append(QCPData(currentIntervalFirstPoint.key(), currentIntervalFirstPoint.value().value)); + lastIntervalEndKey = (it-1).value().key; + minValue = it.value().value; + maxValue = it.value().value; + currentIntervalFirstPoint = it; + currentIntervalStartKey = keyAxis->pixelToCoord((int)(keyAxis->coordToPixel(it.key())+reversedRound)); + if (keyEpsilonVariable) + keyEpsilon = qAbs(currentIntervalStartKey-keyAxis->pixelToCoord(keyAxis->coordToPixel(currentIntervalStartKey)+1.0*reversedFactor)); + intervalDataCount = 1; + } + ++it; + } + // handle last interval: + if (intervalDataCount >= 2) // last pixel had multiple data points, consolidate them to a cluster + { + if (lastIntervalEndKey < currentIntervalStartKey-keyEpsilon) // last point wasn't a cluster, so first point of this cluster must be at a real data point + lineData->append(QCPData(currentIntervalStartKey+keyEpsilon*0.2, currentIntervalFirstPoint.value().value)); + lineData->append(QCPData(currentIntervalStartKey+keyEpsilon*0.25, minValue)); + lineData->append(QCPData(currentIntervalStartKey+keyEpsilon*0.75, maxValue)); + } else + lineData->append(QCPData(currentIntervalFirstPoint.key(), currentIntervalFirstPoint.value().value)); + } + + if (scatterData) + { + double valueMaxRange = valueAxis->range().upper; + double valueMinRange = valueAxis->range().lower; + QCPDataMap::const_iterator it = lower; + QCPDataMap::const_iterator upperEnd = upper+1; + double minValue = it.value().value; + double maxValue = it.value().value; + QCPDataMap::const_iterator minValueIt = it; + QCPDataMap::const_iterator maxValueIt = it; + QCPDataMap::const_iterator currentIntervalStart = it; + int reversedFactor = keyAxis->rangeReversed() ? -1 : 1; // is used to calculate keyEpsilon pixel into the correct direction + int reversedRound = keyAxis->rangeReversed() ? 1 : 0; // is used to switch between floor (normal) and ceil (reversed) rounding of currentIntervalStartKey + double currentIntervalStartKey = keyAxis->pixelToCoord((int)(keyAxis->coordToPixel(lower.key())+reversedRound)); + double keyEpsilon = qAbs(currentIntervalStartKey-keyAxis->pixelToCoord(keyAxis->coordToPixel(currentIntervalStartKey)+1.0*reversedFactor)); // interval of one pixel on screen when mapped to plot key coordinates + bool keyEpsilonVariable = keyAxis->scaleType() == QCPAxis::stLogarithmic; // indicates whether keyEpsilon needs to be updated after every interval (for log axes) + int intervalDataCount = 1; + ++it; // advance iterator to second data point because adaptive sampling works in 1 point retrospect + while (it != upperEnd) + { + if (it.key() < currentIntervalStartKey+keyEpsilon) // data point is still within same pixel, so skip it and expand value span of this pixel if necessary + { + if (it.value().value < minValue && it.value().value > valueMinRange && it.value().value < valueMaxRange) + { + minValue = it.value().value; + minValueIt = it; + } else if (it.value().value > maxValue && it.value().value > valueMinRange && it.value().value < valueMaxRange) + { + maxValue = it.value().value; + maxValueIt = it; + } + ++intervalDataCount; + } else // new pixel started + { + if (intervalDataCount >= 2) // last pixel had multiple data points, consolidate them + { + // determine value pixel span and add as many points in interval to maintain certain vertical data density (this is specific to scatter plot): + double valuePixelSpan = qAbs(valueAxis->coordToPixel(minValue)-valueAxis->coordToPixel(maxValue)); + int dataModulo = qMax(1, qRound(intervalDataCount/(valuePixelSpan/4.0))); // approximately every 4 value pixels one data point on average + QCPDataMap::const_iterator intervalIt = currentIntervalStart; + int c = 0; + while (intervalIt != it) + { + if ((c % dataModulo == 0 || intervalIt == minValueIt || intervalIt == maxValueIt) && intervalIt.value().value > valueMinRange && intervalIt.value().value < valueMaxRange) + scatterData->append(intervalIt.value()); + ++c; + ++intervalIt; + } + } else if (currentIntervalStart.value().value > valueMinRange && currentIntervalStart.value().value < valueMaxRange) + scatterData->append(currentIntervalStart.value()); + minValue = it.value().value; + maxValue = it.value().value; + currentIntervalStart = it; + currentIntervalStartKey = keyAxis->pixelToCoord((int)(keyAxis->coordToPixel(it.key())+reversedRound)); + if (keyEpsilonVariable) + keyEpsilon = qAbs(currentIntervalStartKey-keyAxis->pixelToCoord(keyAxis->coordToPixel(currentIntervalStartKey)+1.0*reversedFactor)); + intervalDataCount = 1; + } + ++it; + } + // handle last interval: + if (intervalDataCount >= 2) // last pixel had multiple data points, consolidate them + { + // determine value pixel span and add as many points in interval to maintain certain vertical data density (this is specific to scatter plot): + double valuePixelSpan = qAbs(valueAxis->coordToPixel(minValue)-valueAxis->coordToPixel(maxValue)); + int dataModulo = qMax(1, qRound(intervalDataCount/(valuePixelSpan/4.0))); // approximately every 4 value pixels one data point on average + QCPDataMap::const_iterator intervalIt = currentIntervalStart; + int c = 0; + while (intervalIt != it) + { + if ((c % dataModulo == 0 || intervalIt == minValueIt || intervalIt == maxValueIt) && intervalIt.value().value > valueMinRange && intervalIt.value().value < valueMaxRange) + scatterData->append(intervalIt.value()); + ++c; + ++intervalIt; + } + } else if (currentIntervalStart.value().value > valueMinRange && currentIntervalStart.value().value < valueMaxRange) + scatterData->append(currentIntervalStart.value()); + } + } else // don't use adaptive sampling algorithm, transfer points one-to-one from the map into the output parameters + { + QVector *dataVector = 0; + if (lineData) + dataVector = lineData; + else if (scatterData) + dataVector = scatterData; + if (dataVector) + { + QCPDataMap::const_iterator it = lower; + QCPDataMap::const_iterator upperEnd = upper+1; + dataVector->reserve(dataCount+2); // +2 for possible fill end points + while (it != upperEnd) + { + dataVector->append(it.value()); + ++it; + } + } + if (lineData && scatterData) + *scatterData = *dataVector; + } +} + +/*! \internal + + called by the scatter drawing function (\ref drawScatterPlot) to draw the error bars on one data + point. \a x and \a y pixel positions of the data point are passed since they are already known in + pixel coordinates in the drawing function, so we save some extra coordToPixel transforms here. \a + data is therefore only used for the errors, not key and value. +*/ +void QCPGraph::drawError(QCPPainter *painter, double x, double y, const QCPData &data) const +{ + if (qIsNaN(data.value)) + return; + QCPAxis *keyAxis = mKeyAxis.data(); + QCPAxis *valueAxis = mValueAxis.data(); + if (!keyAxis || !valueAxis) { qDebug() << Q_FUNC_INFO << "invalid key or value axis"; return; } + + double a, b; // positions of error bar bounds in pixels + double barWidthHalf = mErrorBarSize*0.5; + double skipSymbolMargin = mScatterStyle.size(); // pixels left blank per side, when mErrorBarSkipSymbol is true + + if (keyAxis->orientation() == Qt::Vertical) + { + // draw key error vertically and value error horizontally + if (mErrorType == etKey || mErrorType == etBoth) + { + a = keyAxis->coordToPixel(data.key-data.keyErrorMinus); + b = keyAxis->coordToPixel(data.key+data.keyErrorPlus); + if (keyAxis->rangeReversed()) + qSwap(a,b); + // draw spine: + if (mErrorBarSkipSymbol) + { + if (a-y > skipSymbolMargin) // don't draw spine if error is so small it's within skipSymbolmargin + painter->drawLine(QLineF(x, a, x, y+skipSymbolMargin)); + if (y-b > skipSymbolMargin) + painter->drawLine(QLineF(x, y-skipSymbolMargin, x, b)); + } else + painter->drawLine(QLineF(x, a, x, b)); + // draw handles: + painter->drawLine(QLineF(x-barWidthHalf, a, x+barWidthHalf, a)); + painter->drawLine(QLineF(x-barWidthHalf, b, x+barWidthHalf, b)); + } + if (mErrorType == etValue || mErrorType == etBoth) + { + a = valueAxis->coordToPixel(data.value-data.valueErrorMinus); + b = valueAxis->coordToPixel(data.value+data.valueErrorPlus); + if (valueAxis->rangeReversed()) + qSwap(a,b); + // draw spine: + if (mErrorBarSkipSymbol) + { + if (x-a > skipSymbolMargin) // don't draw spine if error is so small it's within skipSymbolmargin + painter->drawLine(QLineF(a, y, x-skipSymbolMargin, y)); + if (b-x > skipSymbolMargin) + painter->drawLine(QLineF(x+skipSymbolMargin, y, b, y)); + } else + painter->drawLine(QLineF(a, y, b, y)); + // draw handles: + painter->drawLine(QLineF(a, y-barWidthHalf, a, y+barWidthHalf)); + painter->drawLine(QLineF(b, y-barWidthHalf, b, y+barWidthHalf)); + } + } else // mKeyAxis->orientation() is Qt::Horizontal + { + // draw value error vertically and key error horizontally + if (mErrorType == etKey || mErrorType == etBoth) + { + a = keyAxis->coordToPixel(data.key-data.keyErrorMinus); + b = keyAxis->coordToPixel(data.key+data.keyErrorPlus); + if (keyAxis->rangeReversed()) + qSwap(a,b); + // draw spine: + if (mErrorBarSkipSymbol) + { + if (x-a > skipSymbolMargin) // don't draw spine if error is so small it's within skipSymbolmargin + painter->drawLine(QLineF(a, y, x-skipSymbolMargin, y)); + if (b-x > skipSymbolMargin) + painter->drawLine(QLineF(x+skipSymbolMargin, y, b, y)); + } else + painter->drawLine(QLineF(a, y, b, y)); + // draw handles: + painter->drawLine(QLineF(a, y-barWidthHalf, a, y+barWidthHalf)); + painter->drawLine(QLineF(b, y-barWidthHalf, b, y+barWidthHalf)); + } + if (mErrorType == etValue || mErrorType == etBoth) + { + a = valueAxis->coordToPixel(data.value-data.valueErrorMinus); + b = valueAxis->coordToPixel(data.value+data.valueErrorPlus); + if (valueAxis->rangeReversed()) + qSwap(a,b); + // draw spine: + if (mErrorBarSkipSymbol) + { + if (a-y > skipSymbolMargin) // don't draw spine if error is so small it's within skipSymbolmargin + painter->drawLine(QLineF(x, a, x, y+skipSymbolMargin)); + if (y-b > skipSymbolMargin) + painter->drawLine(QLineF(x, y-skipSymbolMargin, x, b)); + } else + painter->drawLine(QLineF(x, a, x, b)); + // draw handles: + painter->drawLine(QLineF(x-barWidthHalf, a, x+barWidthHalf, a)); + painter->drawLine(QLineF(x-barWidthHalf, b, x+barWidthHalf, b)); + } + } +} + +/*! \internal + + called by \ref getPreparedData to determine which data (key) range is visible at the current key + axis range setting, so only that needs to be processed. + + \a lower returns an iterator to the lowest data point that needs to be taken into account when + plotting. Note that in order to get a clean plot all the way to the edge of the axis rect, \a + lower may still be just outside the visible range. + + \a upper returns an iterator to the highest data point. Same as before, \a upper may also lie + just outside of the visible range. + + if the graph contains no data, both \a lower and \a upper point to constEnd. +*/ +void QCPGraph::getVisibleDataBounds(QCPDataMap::const_iterator &lower, QCPDataMap::const_iterator &upper) const +{ + if (!mKeyAxis) { qDebug() << Q_FUNC_INFO << "invalid key axis"; return; } + if (mData->isEmpty()) + { + lower = mData->constEnd(); + upper = mData->constEnd(); + return; + } + + // get visible data range as QMap iterators + QCPDataMap::const_iterator lbound = mData->lowerBound(mKeyAxis.data()->range().lower); + QCPDataMap::const_iterator ubound = mData->upperBound(mKeyAxis.data()->range().upper); + bool lowoutlier = lbound != mData->constBegin(); // indicates whether there exist points below axis range + bool highoutlier = ubound != mData->constEnd(); // indicates whether there exist points above axis range + + lower = (lowoutlier ? lbound-1 : lbound); // data point range that will be actually drawn + upper = (highoutlier ? ubound : ubound-1); // data point range that will be actually drawn +} + +/*! \internal + + Counts the number of data points between \a lower and \a upper (including them), up to a maximum + of \a maxCount. + + This function is used by \ref getPreparedData to determine whether adaptive sampling shall be + used (if enabled via \ref setAdaptiveSampling) or not. This is also why counting of data points + only needs to be done until \a maxCount is reached, which should be set to the number of data + points at which adaptive sampling sets in. +*/ +int QCPGraph::countDataInBounds(const QCPDataMap::const_iterator &lower, const QCPDataMap::const_iterator &upper, int maxCount) const +{ + if (upper == mData->constEnd() && lower == mData->constEnd()) + return 0; + QCPDataMap::const_iterator it = lower; + int count = 1; + while (it != upper && count < maxCount) + { + ++it; + ++count; + } + return count; +} + +/*! \internal + + The line data vector generated by e.g. getLinePlotData contains only the line that connects the + data points. If the graph needs to be filled, two additional points need to be added at the + value-zero-line in the lower and upper key positions of the graph. This function calculates these + points and adds them to the end of \a lineData. Since the fill is typically drawn before the line + stroke, these added points need to be removed again after the fill is done, with the + removeFillBasePoints function. + + The expanding of \a lineData by two points will not cause unnecessary memory reallocations, + because the data vector generation functions (getLinePlotData etc.) reserve two extra points when + they allocate memory for \a lineData. + + \see removeFillBasePoints, lowerFillBasePoint, upperFillBasePoint +*/ +void QCPGraph::addFillBasePoints(QVector *lineData) const +{ + if (!mKeyAxis) { qDebug() << Q_FUNC_INFO << "invalid key axis"; return; } + + // append points that close the polygon fill at the key axis: + if (mKeyAxis.data()->orientation() == Qt::Vertical) + { + *lineData << upperFillBasePoint(lineData->last().y()); + *lineData << lowerFillBasePoint(lineData->first().y()); + } else + { + *lineData << upperFillBasePoint(lineData->last().x()); + *lineData << lowerFillBasePoint(lineData->first().x()); + } +} + +/*! \internal + + removes the two points from \a lineData that were added by \ref addFillBasePoints. + + \see addFillBasePoints, lowerFillBasePoint, upperFillBasePoint +*/ +void QCPGraph::removeFillBasePoints(QVector *lineData) const +{ + lineData->remove(lineData->size()-2, 2); +} + +/*! \internal + + called by \ref addFillBasePoints to conveniently assign the point which closes the fill polygon + on the lower side of the zero-value-line parallel to the key axis. The logarithmic axis scale + case is a bit special, since the zero-value-line in pixel coordinates is in positive or negative + infinity. So this case is handled separately by just closing the fill polygon on the axis which + lies in the direction towards the zero value. + + \a lowerKey will be the the key (in pixels) of the returned point. Depending on whether the key + axis is horizontal or vertical, \a lowerKey will end up as the x or y value of the returned + point, respectively. + + \see upperFillBasePoint, addFillBasePoints +*/ +QPointF QCPGraph::lowerFillBasePoint(double lowerKey) const +{ + QCPAxis *keyAxis = mKeyAxis.data(); + QCPAxis *valueAxis = mValueAxis.data(); + if (!keyAxis || !valueAxis) { qDebug() << Q_FUNC_INFO << "invalid key or value axis"; return QPointF(); } + + QPointF point; + if (valueAxis->scaleType() == QCPAxis::stLinear) + { + if (keyAxis->axisType() == QCPAxis::atLeft) + { + point.setX(valueAxis->coordToPixel(0)); + point.setY(lowerKey); + } else if (keyAxis->axisType() == QCPAxis::atRight) + { + point.setX(valueAxis->coordToPixel(0)); + point.setY(lowerKey); + } else if (keyAxis->axisType() == QCPAxis::atTop) + { + point.setX(lowerKey); + point.setY(valueAxis->coordToPixel(0)); + } else if (keyAxis->axisType() == QCPAxis::atBottom) + { + point.setX(lowerKey); + point.setY(valueAxis->coordToPixel(0)); + } + } else // valueAxis->mScaleType == QCPAxis::stLogarithmic + { + // In logarithmic scaling we can't just draw to value zero so we just fill all the way + // to the axis which is in the direction towards zero + if (keyAxis->orientation() == Qt::Vertical) + { + if ((valueAxis->range().upper < 0 && !valueAxis->rangeReversed()) || + (valueAxis->range().upper > 0 && valueAxis->rangeReversed())) // if range is negative, zero is on opposite side of key axis + point.setX(keyAxis->axisRect()->right()); + else + point.setX(keyAxis->axisRect()->left()); + point.setY(lowerKey); + } else if (keyAxis->axisType() == QCPAxis::atTop || keyAxis->axisType() == QCPAxis::atBottom) + { + point.setX(lowerKey); + if ((valueAxis->range().upper < 0 && !valueAxis->rangeReversed()) || + (valueAxis->range().upper > 0 && valueAxis->rangeReversed())) // if range is negative, zero is on opposite side of key axis + point.setY(keyAxis->axisRect()->top()); + else + point.setY(keyAxis->axisRect()->bottom()); + } + } + return point; +} + +/*! \internal + + called by \ref addFillBasePoints to conveniently assign the point which closes the fill + polygon on the upper side of the zero-value-line parallel to the key axis. The logarithmic axis + scale case is a bit special, since the zero-value-line in pixel coordinates is in positive or + negative infinity. So this case is handled separately by just closing the fill polygon on the + axis which lies in the direction towards the zero value. + + \a upperKey will be the the key (in pixels) of the returned point. Depending on whether the key + axis is horizontal or vertical, \a upperKey will end up as the x or y value of the returned + point, respectively. + + \see lowerFillBasePoint, addFillBasePoints +*/ +QPointF QCPGraph::upperFillBasePoint(double upperKey) const +{ + QCPAxis *keyAxis = mKeyAxis.data(); + QCPAxis *valueAxis = mValueAxis.data(); + if (!keyAxis || !valueAxis) { qDebug() << Q_FUNC_INFO << "invalid key or value axis"; return QPointF(); } + + QPointF point; + if (valueAxis->scaleType() == QCPAxis::stLinear) + { + if (keyAxis->axisType() == QCPAxis::atLeft) + { + point.setX(valueAxis->coordToPixel(0)); + point.setY(upperKey); + } else if (keyAxis->axisType() == QCPAxis::atRight) + { + point.setX(valueAxis->coordToPixel(0)); + point.setY(upperKey); + } else if (keyAxis->axisType() == QCPAxis::atTop) + { + point.setX(upperKey); + point.setY(valueAxis->coordToPixel(0)); + } else if (keyAxis->axisType() == QCPAxis::atBottom) + { + point.setX(upperKey); + point.setY(valueAxis->coordToPixel(0)); + } + } else // valueAxis->mScaleType == QCPAxis::stLogarithmic + { + // In logarithmic scaling we can't just draw to value 0 so we just fill all the way + // to the axis which is in the direction towards 0 + if (keyAxis->orientation() == Qt::Vertical) + { + if ((valueAxis->range().upper < 0 && !valueAxis->rangeReversed()) || + (valueAxis->range().upper > 0 && valueAxis->rangeReversed())) // if range is negative, zero is on opposite side of key axis + point.setX(keyAxis->axisRect()->right()); + else + point.setX(keyAxis->axisRect()->left()); + point.setY(upperKey); + } else if (keyAxis->axisType() == QCPAxis::atTop || keyAxis->axisType() == QCPAxis::atBottom) + { + point.setX(upperKey); + if ((valueAxis->range().upper < 0 && !valueAxis->rangeReversed()) || + (valueAxis->range().upper > 0 && valueAxis->rangeReversed())) // if range is negative, zero is on opposite side of key axis + point.setY(keyAxis->axisRect()->top()); + else + point.setY(keyAxis->axisRect()->bottom()); + } + } + return point; +} + +/*! \internal + + Generates the polygon needed for drawing channel fills between this graph (data passed via \a + lineData) and the graph specified by mChannelFillGraph (data generated by calling its \ref + getPlotData function). May return an empty polygon if the key ranges have no overlap or fill + target graph and this graph don't have same orientation (i.e. both key axes horizontal or both + key axes vertical). For increased performance (due to implicit sharing), keep the returned + QPolygonF const. +*/ +const QPolygonF QCPGraph::getChannelFillPolygon(const QVector *lineData) const +{ + if (!mChannelFillGraph) + return QPolygonF(); + + QCPAxis *keyAxis = mKeyAxis.data(); + QCPAxis *valueAxis = mValueAxis.data(); + if (!keyAxis || !valueAxis) { qDebug() << Q_FUNC_INFO << "invalid key or value axis"; return QPolygonF(); } + if (!mChannelFillGraph.data()->mKeyAxis) { qDebug() << Q_FUNC_INFO << "channel fill target key axis invalid"; return QPolygonF(); } + + if (mChannelFillGraph.data()->mKeyAxis.data()->orientation() != keyAxis->orientation()) + return QPolygonF(); // don't have same axis orientation, can't fill that (Note: if keyAxis fits, valueAxis will fit too, because it's always orthogonal to keyAxis) + + if (lineData->isEmpty()) return QPolygonF(); + QVector otherData; + mChannelFillGraph.data()->getPlotData(&otherData, 0); + if (otherData.isEmpty()) return QPolygonF(); + QVector thisData; + thisData.reserve(lineData->size()+otherData.size()); // because we will join both vectors at end of this function + for (int i=0; isize(); ++i) // don't use the vector<<(vector), it squeezes internally, which ruins the performance tuning with reserve() + thisData << lineData->at(i); + + // pointers to be able to swap them, depending which data range needs cropping: + QVector *staticData = &thisData; + QVector *croppedData = &otherData; + + // crop both vectors to ranges in which the keys overlap (which coord is key, depends on axisType): + if (keyAxis->orientation() == Qt::Horizontal) + { + // x is key + // if an axis range is reversed, the data point keys will be descending. Reverse them, since following algorithm assumes ascending keys: + if (staticData->first().x() > staticData->last().x()) + { + int size = staticData->size(); + for (int i=0; ifirst().x() > croppedData->last().x()) + { + int size = croppedData->size(); + for (int i=0; ifirst().x() < croppedData->first().x()) // other one must be cropped + qSwap(staticData, croppedData); + int lowBound = findIndexBelowX(croppedData, staticData->first().x()); + if (lowBound == -1) return QPolygonF(); // key ranges have no overlap + croppedData->remove(0, lowBound); + // set lowest point of cropped data to fit exactly key position of first static data + // point via linear interpolation: + if (croppedData->size() < 2) return QPolygonF(); // need at least two points for interpolation + double slope; + if (croppedData->at(1).x()-croppedData->at(0).x() != 0) + slope = (croppedData->at(1).y()-croppedData->at(0).y())/(croppedData->at(1).x()-croppedData->at(0).x()); + else + slope = 0; + (*croppedData)[0].setY(croppedData->at(0).y()+slope*(staticData->first().x()-croppedData->at(0).x())); + (*croppedData)[0].setX(staticData->first().x()); + + // crop upper bound: + if (staticData->last().x() > croppedData->last().x()) // other one must be cropped + qSwap(staticData, croppedData); + int highBound = findIndexAboveX(croppedData, staticData->last().x()); + if (highBound == -1) return QPolygonF(); // key ranges have no overlap + croppedData->remove(highBound+1, croppedData->size()-(highBound+1)); + // set highest point of cropped data to fit exactly key position of last static data + // point via linear interpolation: + if (croppedData->size() < 2) return QPolygonF(); // need at least two points for interpolation + int li = croppedData->size()-1; // last index + if (croppedData->at(li).x()-croppedData->at(li-1).x() != 0) + slope = (croppedData->at(li).y()-croppedData->at(li-1).y())/(croppedData->at(li).x()-croppedData->at(li-1).x()); + else + slope = 0; + (*croppedData)[li].setY(croppedData->at(li-1).y()+slope*(staticData->last().x()-croppedData->at(li-1).x())); + (*croppedData)[li].setX(staticData->last().x()); + } else // mKeyAxis->orientation() == Qt::Vertical + { + // y is key + // similar to "x is key" but switched x,y. Further, lower/upper meaning is inverted compared to x, + // because in pixel coordinates, y increases from top to bottom, not bottom to top like data coordinate. + // if an axis range is reversed, the data point keys will be descending. Reverse them, since following algorithm assumes ascending keys: + if (staticData->first().y() < staticData->last().y()) + { + int size = staticData->size(); + for (int i=0; ifirst().y() < croppedData->last().y()) + { + int size = croppedData->size(); + for (int i=0; ifirst().y() > croppedData->first().y()) // other one must be cropped + qSwap(staticData, croppedData); + int lowBound = findIndexAboveY(croppedData, staticData->first().y()); + if (lowBound == -1) return QPolygonF(); // key ranges have no overlap + croppedData->remove(0, lowBound); + // set lowest point of cropped data to fit exactly key position of first static data + // point via linear interpolation: + if (croppedData->size() < 2) return QPolygonF(); // need at least two points for interpolation + double slope; + if (croppedData->at(1).y()-croppedData->at(0).y() != 0) // avoid division by zero in step plots + slope = (croppedData->at(1).x()-croppedData->at(0).x())/(croppedData->at(1).y()-croppedData->at(0).y()); + else + slope = 0; + (*croppedData)[0].setX(croppedData->at(0).x()+slope*(staticData->first().y()-croppedData->at(0).y())); + (*croppedData)[0].setY(staticData->first().y()); + + // crop upper bound: + if (staticData->last().y() < croppedData->last().y()) // other one must be cropped + qSwap(staticData, croppedData); + int highBound = findIndexBelowY(croppedData, staticData->last().y()); + if (highBound == -1) return QPolygonF(); // key ranges have no overlap + croppedData->remove(highBound+1, croppedData->size()-(highBound+1)); + // set highest point of cropped data to fit exactly key position of last static data + // point via linear interpolation: + if (croppedData->size() < 2) return QPolygonF(); // need at least two points for interpolation + int li = croppedData->size()-1; // last index + if (croppedData->at(li).y()-croppedData->at(li-1).y() != 0) // avoid division by zero in step plots + slope = (croppedData->at(li).x()-croppedData->at(li-1).x())/(croppedData->at(li).y()-croppedData->at(li-1).y()); + else + slope = 0; + (*croppedData)[li].setX(croppedData->at(li-1).x()+slope*(staticData->last().y()-croppedData->at(li-1).y())); + (*croppedData)[li].setY(staticData->last().y()); + } + + // return joined: + for (int i=otherData.size()-1; i>=0; --i) // insert reversed, otherwise the polygon will be twisted + thisData << otherData.at(i); + return QPolygonF(thisData); +} + +/*! \internal + + Finds the smallest index of \a data, whose points x value is just above \a x. Assumes x values in + \a data points are ordered ascending, as is the case when plotting with horizontal key axis. + + Used to calculate the channel fill polygon, see \ref getChannelFillPolygon. +*/ +int QCPGraph::findIndexAboveX(const QVector *data, double x) const +{ + for (int i=data->size()-1; i>=0; --i) + { + if (data->at(i).x() < x) + { + if (isize()-1) + return i+1; + else + return data->size()-1; + } + } + return -1; +} + +/*! \internal + + Finds the highest index of \a data, whose points x value is just below \a x. Assumes x values in + \a data points are ordered ascending, as is the case when plotting with horizontal key axis. + + Used to calculate the channel fill polygon, see \ref getChannelFillPolygon. +*/ +int QCPGraph::findIndexBelowX(const QVector *data, double x) const +{ + for (int i=0; isize(); ++i) + { + if (data->at(i).x() > x) + { + if (i>0) + return i-1; + else + return 0; + } + } + return -1; +} + +/*! \internal + + Finds the smallest index of \a data, whose points y value is just above \a y. Assumes y values in + \a data points are ordered descending, as is the case when plotting with vertical key axis. + + Used to calculate the channel fill polygon, see \ref getChannelFillPolygon. +*/ +int QCPGraph::findIndexAboveY(const QVector *data, double y) const +{ + for (int i=0; isize(); ++i) + { + if (data->at(i).y() < y) + { + if (i>0) + return i-1; + else + return 0; + } + } + return -1; +} + +/*! \internal + + Calculates the (minimum) distance (in pixels) the graph's representation has from the given \a + pixelPoint in pixels. This is used to determine whether the graph was clicked or not, e.g. in + \ref selectTest. + + If either the graph has no data or if the line style is \ref lsNone and the scatter style's shape + is \ref QCPScatterStyle::ssNone (i.e. there is no visual representation of the graph), returns -1.0. +*/ +double QCPGraph::pointDistance(const QPointF &pixelPoint) const +{ + if (mData->isEmpty()) + return -1.0; + if (mLineStyle == lsNone && mScatterStyle.isNone()) + return -1.0; + + // calculate minimum distances to graph representation: + if (mLineStyle == lsNone) + { + // no line displayed, only calculate distance to scatter points: + QVector scatterData; + getScatterPlotData(&scatterData); + if (scatterData.size() > 0) + { + double minDistSqr = std::numeric_limits::max(); + for (int i=0; i lineData; + getPlotData(&lineData, 0); // unlike with getScatterPlotData we get pixel coordinates here + if (lineData.size() > 1) // at least one line segment, compare distance to line segments + { + double minDistSqr = std::numeric_limits::max(); + if (mLineStyle == lsImpulse) + { + // impulse plot differs from other line styles in that the lineData points are only pairwise connected: + for (int i=0; i 0) // only single data point, calculate distance to that point + { + return QVector2D(lineData.at(0)-pixelPoint).length(); + } else // no data available in view to calculate distance to + return -1.0; + } +} + +/*! \internal + + Finds the highest index of \a data, whose points y value is just below \a y. Assumes y values in + \a data points are ordered descending, as is the case when plotting with vertical key axis (since + keys are ordered ascending). + + Used to calculate the channel fill polygon, see \ref getChannelFillPolygon. +*/ +int QCPGraph::findIndexBelowY(const QVector *data, double y) const +{ + for (int i=data->size()-1; i>=0; --i) + { + if (data->at(i).y() > y) + { + if (isize()-1) + return i+1; + else + return data->size()-1; + } + } + return -1; +} + +/* inherits documentation from base class */ +QCPRange QCPGraph::getKeyRange(bool &foundRange, SignDomain inSignDomain) const +{ + // just call the specialized version which takes an additional argument whether error bars + // should also be taken into consideration for range calculation. We set this to true here. + return getKeyRange(foundRange, inSignDomain, true); +} + +/* inherits documentation from base class */ +QCPRange QCPGraph::getValueRange(bool &foundRange, SignDomain inSignDomain) const +{ + // just call the specialized version which takes an additional argument whether error bars + // should also be taken into consideration for range calculation. We set this to true here. + return getValueRange(foundRange, inSignDomain, true); +} + +/*! \overload + + Allows to specify whether the error bars should be included in the range calculation. + + \see getKeyRange(bool &foundRange, SignDomain inSignDomain) +*/ +QCPRange QCPGraph::getKeyRange(bool &foundRange, SignDomain inSignDomain, bool includeErrors) const +{ + QCPRange range; + bool haveLower = false; + bool haveUpper = false; + + double current, currentErrorMinus, currentErrorPlus; + + if (inSignDomain == sdBoth) // range may be anywhere + { + QCPDataMap::const_iterator it = mData->constBegin(); + while (it != mData->constEnd()) + { + if (!qIsNaN(it.value().value)) + { + current = it.value().key; + currentErrorMinus = (includeErrors ? it.value().keyErrorMinus : 0); + currentErrorPlus = (includeErrors ? it.value().keyErrorPlus : 0); + if (current-currentErrorMinus < range.lower || !haveLower) + { + range.lower = current-currentErrorMinus; + haveLower = true; + } + if (current+currentErrorPlus > range.upper || !haveUpper) + { + range.upper = current+currentErrorPlus; + haveUpper = true; + } + } + ++it; + } + } else if (inSignDomain == sdNegative) // range may only be in the negative sign domain + { + QCPDataMap::const_iterator it = mData->constBegin(); + while (it != mData->constEnd()) + { + if (!qIsNaN(it.value().value)) + { + current = it.value().key; + currentErrorMinus = (includeErrors ? it.value().keyErrorMinus : 0); + currentErrorPlus = (includeErrors ? it.value().keyErrorPlus : 0); + if ((current-currentErrorMinus < range.lower || !haveLower) && current-currentErrorMinus < 0) + { + range.lower = current-currentErrorMinus; + haveLower = true; + } + if ((current+currentErrorPlus > range.upper || !haveUpper) && current+currentErrorPlus < 0) + { + range.upper = current+currentErrorPlus; + haveUpper = true; + } + if (includeErrors) // in case point is in valid sign domain but errobars stretch beyond it, we still want to geht that point. + { + if ((current < range.lower || !haveLower) && current < 0) + { + range.lower = current; + haveLower = true; + } + if ((current > range.upper || !haveUpper) && current < 0) + { + range.upper = current; + haveUpper = true; + } + } + } + ++it; + } + } else if (inSignDomain == sdPositive) // range may only be in the positive sign domain + { + QCPDataMap::const_iterator it = mData->constBegin(); + while (it != mData->constEnd()) + { + if (!qIsNaN(it.value().value)) + { + current = it.value().key; + currentErrorMinus = (includeErrors ? it.value().keyErrorMinus : 0); + currentErrorPlus = (includeErrors ? it.value().keyErrorPlus : 0); + if ((current-currentErrorMinus < range.lower || !haveLower) && current-currentErrorMinus > 0) + { + range.lower = current-currentErrorMinus; + haveLower = true; + } + if ((current+currentErrorPlus > range.upper || !haveUpper) && current+currentErrorPlus > 0) + { + range.upper = current+currentErrorPlus; + haveUpper = true; + } + if (includeErrors) // in case point is in valid sign domain but errobars stretch beyond it, we still want to get that point. + { + if ((current < range.lower || !haveLower) && current > 0) + { + range.lower = current; + haveLower = true; + } + if ((current > range.upper || !haveUpper) && current > 0) + { + range.upper = current; + haveUpper = true; + } + } + } + ++it; + } + } + + foundRange = haveLower && haveUpper; + return range; +} + +/*! \overload + + Allows to specify whether the error bars should be included in the range calculation. + + \see getValueRange(bool &foundRange, SignDomain inSignDomain) +*/ +QCPRange QCPGraph::getValueRange(bool &foundRange, SignDomain inSignDomain, bool includeErrors) const +{ + QCPRange range; + bool haveLower = false; + bool haveUpper = false; + + double current, currentErrorMinus, currentErrorPlus; + + if (inSignDomain == sdBoth) // range may be anywhere + { + QCPDataMap::const_iterator it = mData->constBegin(); + while (it != mData->constEnd()) + { + current = it.value().value; + if (!qIsNaN(current)) + { + currentErrorMinus = (includeErrors ? it.value().valueErrorMinus : 0); + currentErrorPlus = (includeErrors ? it.value().valueErrorPlus : 0); + if (current-currentErrorMinus < range.lower || !haveLower) + { + range.lower = current-currentErrorMinus; + haveLower = true; + } + if (current+currentErrorPlus > range.upper || !haveUpper) + { + range.upper = current+currentErrorPlus; + haveUpper = true; + } + } + ++it; + } + } else if (inSignDomain == sdNegative) // range may only be in the negative sign domain + { + QCPDataMap::const_iterator it = mData->constBegin(); + while (it != mData->constEnd()) + { + current = it.value().value; + if (!qIsNaN(current)) + { + currentErrorMinus = (includeErrors ? it.value().valueErrorMinus : 0); + currentErrorPlus = (includeErrors ? it.value().valueErrorPlus : 0); + if ((current-currentErrorMinus < range.lower || !haveLower) && current-currentErrorMinus < 0) + { + range.lower = current-currentErrorMinus; + haveLower = true; + } + if ((current+currentErrorPlus > range.upper || !haveUpper) && current+currentErrorPlus < 0) + { + range.upper = current+currentErrorPlus; + haveUpper = true; + } + if (includeErrors) // in case point is in valid sign domain but errobars stretch beyond it, we still want to get that point. + { + if ((current < range.lower || !haveLower) && current < 0) + { + range.lower = current; + haveLower = true; + } + if ((current > range.upper || !haveUpper) && current < 0) + { + range.upper = current; + haveUpper = true; + } + } + } + ++it; + } + } else if (inSignDomain == sdPositive) // range may only be in the positive sign domain + { + QCPDataMap::const_iterator it = mData->constBegin(); + while (it != mData->constEnd()) + { + current = it.value().value; + if (!qIsNaN(current)) + { + currentErrorMinus = (includeErrors ? it.value().valueErrorMinus : 0); + currentErrorPlus = (includeErrors ? it.value().valueErrorPlus : 0); + if ((current-currentErrorMinus < range.lower || !haveLower) && current-currentErrorMinus > 0) + { + range.lower = current-currentErrorMinus; + haveLower = true; + } + if ((current+currentErrorPlus > range.upper || !haveUpper) && current+currentErrorPlus > 0) + { + range.upper = current+currentErrorPlus; + haveUpper = true; + } + if (includeErrors) // in case point is in valid sign domain but errobars stretch beyond it, we still want to geht that point. + { + if ((current < range.lower || !haveLower) && current > 0) + { + range.lower = current; + haveLower = true; + } + if ((current > range.upper || !haveUpper) && current > 0) + { + range.upper = current; + haveUpper = true; + } + } + } + ++it; + } + } + + foundRange = haveLower && haveUpper; + return range; +} + + +//////////////////////////////////////////////////////////////////////////////////////////////////// +//////////////////// QCPCurveData +//////////////////////////////////////////////////////////////////////////////////////////////////// + +/*! \class QCPCurveData + \brief Holds the data of one single data point for QCPCurve. + + The container for storing multiple data points is \ref QCPCurveDataMap. + + The stored data is: + \li \a t: the free parameter of the curve at this curve point (cp. the mathematical vector (x(t), y(t))) + \li \a key: coordinate on the key axis of this curve point + \li \a value: coordinate on the value axis of this curve point + + \see QCPCurveDataMap +*/ + +/*! + Constructs a curve data point with t, key and value set to zero. +*/ +QCPCurveData::QCPCurveData() : + t(0), + key(0), + value(0) +{ +} + +/*! + Constructs a curve data point with the specified \a t, \a key and \a value. +*/ +QCPCurveData::QCPCurveData(double t, double key, double value) : + t(t), + key(key), + value(value) +{ +} + + +//////////////////////////////////////////////////////////////////////////////////////////////////// +//////////////////// QCPCurve +//////////////////////////////////////////////////////////////////////////////////////////////////// + +/*! \class QCPCurve + \brief A plottable representing a parametric curve in a plot. + + \image html QCPCurve.png + + Unlike QCPGraph, plottables of this type may have multiple points with the same key coordinate, + so their visual representation can have \a loops. This is realized by introducing a third + coordinate \a t, which defines the order of the points described by the other two coordinates \a + x and \a y. + + To plot data, assign it with the \ref setData or \ref addData functions. + + Gaps in the curve can be created by adding data points with NaN as key and value + (qQNaN() or std::numeric_limits::quiet_NaN()) in between the two data points that shall be + separated. + + \section appearance Changing the appearance + + The appearance of the curve is determined by the pen and the brush (\ref setPen, \ref setBrush). + \section usage Usage + + Like all data representing objects in QCustomPlot, the QCPCurve is a plottable (QCPAbstractPlottable). So + the plottable-interface of QCustomPlot applies (QCustomPlot::plottable, QCustomPlot::addPlottable, QCustomPlot::removePlottable, etc.) + + Usually, you first create an instance and add it to the customPlot: + \snippet documentation/doc-code-snippets/mainwindow.cpp qcpcurve-creation-1 + and then modify the properties of the newly created plottable, e.g.: + \snippet documentation/doc-code-snippets/mainwindow.cpp qcpcurve-creation-2 +*/ + +/*! + Constructs a curve which uses \a keyAxis as its key axis ("x") and \a valueAxis as its value + axis ("y"). \a keyAxis and \a valueAxis must reside in the same QCustomPlot instance and not have + the same orientation. If either of these restrictions is violated, a corresponding message is + printed to the debug output (qDebug), the construction is not aborted, though. + + The constructed QCPCurve can be added to the plot with QCustomPlot::addPlottable, QCustomPlot + then takes ownership of the graph. +*/ +QCPCurve::QCPCurve(QCPAxis *keyAxis, QCPAxis *valueAxis) : + QCPAbstractPlottable(keyAxis, valueAxis) +{ + mData = new QCPCurveDataMap; + mPen.setColor(Qt::blue); + mPen.setStyle(Qt::SolidLine); + mBrush.setColor(Qt::blue); + mBrush.setStyle(Qt::NoBrush); + mSelectedPen = mPen; + mSelectedPen.setWidthF(2.5); + mSelectedPen.setColor(QColor(80, 80, 255)); // lighter than Qt::blue of mPen + mSelectedBrush = mBrush; + + setScatterStyle(QCPScatterStyle()); + setLineStyle(lsLine); +} + +QCPCurve::~QCPCurve() +{ + delete mData; +} + +/*! + Replaces the current data with the provided \a data. + + If \a copy is set to true, data points in \a data will only be copied. if false, the plottable + takes ownership of the passed data and replaces the internal data pointer with it. This is + significantly faster than copying for large datasets. +*/ +void QCPCurve::setData(QCPCurveDataMap *data, bool copy) +{ + if (mData == data) + { + qDebug() << Q_FUNC_INFO << "The data pointer is already in (and owned by) this plottable" << reinterpret_cast(data); + return; + } + if (copy) + { + *mData = *data; + } else + { + delete mData; + mData = data; + } +} + +/*! \overload + + Replaces the current data with the provided points in \a t, \a key and \a value tuples. The + provided vectors should have equal length. Else, the number of added points will be the size of + the smallest vector. +*/ +void QCPCurve::setData(const QVector &t, const QVector &key, const QVector &value) +{ + mData->clear(); + int n = t.size(); + n = qMin(n, key.size()); + n = qMin(n, value.size()); + QCPCurveData newData; + for (int i=0; iinsertMulti(newData.t, newData); + } +} + +/*! \overload + + Replaces the current data with the provided \a key and \a value pairs. The t parameter + of each data point will be set to the integer index of the respective key/value pair. +*/ +void QCPCurve::setData(const QVector &key, const QVector &value) +{ + mData->clear(); + int n = key.size(); + n = qMin(n, value.size()); + QCPCurveData newData; + for (int i=0; iinsertMulti(newData.t, newData); + } +} + +/*! + Sets the visual appearance of single data points in the plot. If set to \ref + QCPScatterStyle::ssNone, no scatter points are drawn (e.g. for line-only plots with appropriate + line style). + + \see QCPScatterStyle, setLineStyle +*/ +void QCPCurve::setScatterStyle(const QCPScatterStyle &style) +{ + mScatterStyle = style; +} + +/*! + Sets how the single data points are connected in the plot or how they are represented visually + apart from the scatter symbol. For scatter-only plots, set \a style to \ref lsNone and \ref + setScatterStyle to the desired scatter style. + + \see setScatterStyle +*/ +void QCPCurve::setLineStyle(QCPCurve::LineStyle style) +{ + mLineStyle = style; +} + +/*! + Adds the provided data points in \a dataMap to the current data. + \see removeData +*/ +void QCPCurve::addData(const QCPCurveDataMap &dataMap) +{ + mData->unite(dataMap); +} + +/*! \overload + Adds the provided single data point in \a data to the current data. + \see removeData +*/ +void QCPCurve::addData(const QCPCurveData &data) +{ + mData->insertMulti(data.t, data); +} + +/*! \overload + Adds the provided single data point as \a t, \a key and \a value tuple to the current data + \see removeData +*/ +void QCPCurve::addData(double t, double key, double value) +{ + QCPCurveData newData; + newData.t = t; + newData.key = key; + newData.value = value; + mData->insertMulti(newData.t, newData); +} + +/*! \overload + + Adds the provided single data point as \a key and \a value pair to the current data The t + parameter of the data point is set to the t of the last data point plus 1. If there is no last + data point, t will be set to 0. + + \see removeData +*/ +void QCPCurve::addData(double key, double value) +{ + QCPCurveData newData; + if (!mData->isEmpty()) + newData.t = (mData->constEnd()-1).key()+1; + else + newData.t = 0; + newData.key = key; + newData.value = value; + mData->insertMulti(newData.t, newData); +} + +/*! \overload + Adds the provided data points as \a t, \a key and \a value tuples to the current data. + \see removeData +*/ +void QCPCurve::addData(const QVector &ts, const QVector &keys, const QVector &values) +{ + int n = ts.size(); + n = qMin(n, keys.size()); + n = qMin(n, values.size()); + QCPCurveData newData; + for (int i=0; iinsertMulti(newData.t, newData); + } +} + +/*! + Removes all data points with curve parameter t smaller than \a t. + \see addData, clearData +*/ +void QCPCurve::removeDataBefore(double t) +{ + QCPCurveDataMap::iterator it = mData->begin(); + while (it != mData->end() && it.key() < t) + it = mData->erase(it); +} + +/*! + Removes all data points with curve parameter t greater than \a t. + \see addData, clearData +*/ +void QCPCurve::removeDataAfter(double t) +{ + if (mData->isEmpty()) return; + QCPCurveDataMap::iterator it = mData->upperBound(t); + while (it != mData->end()) + it = mData->erase(it); +} + +/*! + Removes all data points with curve parameter t between \a fromt and \a tot. if \a fromt is + greater or equal to \a tot, the function does nothing. To remove a single data point with known + t, use \ref removeData(double t). + + \see addData, clearData +*/ +void QCPCurve::removeData(double fromt, double tot) +{ + if (fromt >= tot || mData->isEmpty()) return; + QCPCurveDataMap::iterator it = mData->upperBound(fromt); + QCPCurveDataMap::iterator itEnd = mData->upperBound(tot); + while (it != itEnd) + it = mData->erase(it); +} + +/*! \overload + + Removes a single data point at curve parameter \a t. If the position is not known with absolute + precision, consider using \ref removeData(double fromt, double tot) with a small fuzziness + interval around the suspected position, depeding on the precision with which the curve parameter + is known. + + \see addData, clearData +*/ +void QCPCurve::removeData(double t) +{ + mData->remove(t); +} + +/*! + Removes all data points. + \see removeData, removeDataAfter, removeDataBefore +*/ +void QCPCurve::clearData() +{ + mData->clear(); +} + +/* inherits documentation from base class */ +double QCPCurve::selectTest(const QPointF &pos, bool onlySelectable, QVariant *details) const +{ + Q_UNUSED(details) + if ((onlySelectable && !mSelectable) || mData->isEmpty()) + return -1; + if (!mKeyAxis || !mValueAxis) { qDebug() << Q_FUNC_INFO << "invalid key or value axis"; return -1; } + + if (mKeyAxis.data()->axisRect()->rect().contains(pos.toPoint())) + return pointDistance(pos); + else + return -1; +} + +/* inherits documentation from base class */ +void QCPCurve::draw(QCPPainter *painter) +{ + if (mData->isEmpty()) return; + + // allocate line vector: + QVector *lineData = new QVector; + + // fill with curve data: + getCurveData(lineData); + + // check data validity if flag set: +#ifdef QCUSTOMPLOT_CHECK_DATA + QCPCurveDataMap::const_iterator it; + for (it = mData->constBegin(); it != mData->constEnd(); ++it) + { + if (QCP::isInvalidData(it.value().t) || + QCP::isInvalidData(it.value().key, it.value().value)) + qDebug() << Q_FUNC_INFO << "Data point at" << it.key() << "invalid." << "Plottable name:" << name(); + } +#endif + + // draw curve fill: + if (mainBrush().style() != Qt::NoBrush && mainBrush().color().alpha() != 0) + { + applyFillAntialiasingHint(painter); + painter->setPen(Qt::NoPen); + painter->setBrush(mainBrush()); + painter->drawPolygon(QPolygonF(*lineData)); + } + + // draw curve line: + if (mLineStyle != lsNone && mainPen().style() != Qt::NoPen && mainPen().color().alpha() != 0) + { + applyDefaultAntialiasingHint(painter); + painter->setPen(mainPen()); + painter->setBrush(Qt::NoBrush); + // if drawing solid line and not in PDF, use much faster line drawing instead of polyline: + if (mParentPlot->plottingHints().testFlag(QCP::phFastPolylines) && + painter->pen().style() == Qt::SolidLine && + !painter->modes().testFlag(QCPPainter::pmVectorized) && + !painter->modes().testFlag(QCPPainter::pmNoCaching)) + { + int i = 0; + bool lastIsNan = false; + const int lineDataSize = lineData->size(); + while (i < lineDataSize && (qIsNaN(lineData->at(i).y()) || qIsNaN(lineData->at(i).x()))) // make sure first point is not NaN + ++i; + ++i; // because drawing works in 1 point retrospect + while (i < lineDataSize) + { + if (!qIsNaN(lineData->at(i).y()) && !qIsNaN(lineData->at(i).x())) // NaNs create a gap in the line + { + if (!lastIsNan) + painter->drawLine(lineData->at(i-1), lineData->at(i)); + else + lastIsNan = false; + } else + lastIsNan = true; + ++i; + } + } else + { + int segmentStart = 0; + int i = 0; + const int lineDataSize = lineData->size(); + while (i < lineDataSize) + { + if (qIsNaN(lineData->at(i).y()) || qIsNaN(lineData->at(i).x())) // NaNs create a gap in the line + { + painter->drawPolyline(lineData->constData()+segmentStart, i-segmentStart); // i, because we don't want to include the current NaN point + segmentStart = i+1; + } + ++i; + } + // draw last segment: + painter->drawPolyline(lineData->constData()+segmentStart, lineDataSize-segmentStart); + } + } + + // draw scatters: + if (!mScatterStyle.isNone()) + drawScatterPlot(painter, lineData); + + // free allocated line data: + delete lineData; +} + +/* inherits documentation from base class */ +void QCPCurve::drawLegendIcon(QCPPainter *painter, const QRectF &rect) const +{ + // draw fill: + if (mBrush.style() != Qt::NoBrush) + { + applyFillAntialiasingHint(painter); + painter->fillRect(QRectF(rect.left(), rect.top()+rect.height()/2.0, rect.width(), rect.height()/3.0), mBrush); + } + // draw line vertically centered: + if (mLineStyle != lsNone) + { + applyDefaultAntialiasingHint(painter); + painter->setPen(mPen); + painter->drawLine(QLineF(rect.left(), rect.top()+rect.height()/2.0, rect.right()+5, rect.top()+rect.height()/2.0)); // +5 on x2 else last segment is missing from dashed/dotted pens + } + // draw scatter symbol: + if (!mScatterStyle.isNone()) + { + applyScattersAntialiasingHint(painter); + // scale scatter pixmap if it's too large to fit in legend icon rect: + if (mScatterStyle.shape() == QCPScatterStyle::ssPixmap && (mScatterStyle.pixmap().size().width() > rect.width() || mScatterStyle.pixmap().size().height() > rect.height())) + { + QCPScatterStyle scaledStyle(mScatterStyle); + scaledStyle.setPixmap(scaledStyle.pixmap().scaled(rect.size().toSize(), Qt::KeepAspectRatio, Qt::SmoothTransformation)); + scaledStyle.applyTo(painter, mPen); + scaledStyle.drawShape(painter, QRectF(rect).center()); + } else + { + mScatterStyle.applyTo(painter, mPen); + mScatterStyle.drawShape(painter, QRectF(rect).center()); + } + } +} + +/*! \internal + + Draws scatter symbols at every data point passed in \a pointData. scatter symbols are independent of + the line style and are always drawn if scatter shape is not \ref QCPScatterStyle::ssNone. +*/ +void QCPCurve::drawScatterPlot(QCPPainter *painter, const QVector *pointData) const +{ + // draw scatter point symbols: + applyScattersAntialiasingHint(painter); + mScatterStyle.applyTo(painter, mPen); + for (int i=0; isize(); ++i) + if (!qIsNaN(pointData->at(i).x()) && !qIsNaN(pointData->at(i).y())) + mScatterStyle.drawShape(painter, pointData->at(i)); +} + +/*! \internal + + called by QCPCurve::draw to generate a point vector (in pixel coordinates) which represents the + line of the curve. + + Line segments that aren't visible in the current axis rect are handled in an optimized way. They + are projected onto a rectangle slightly larger than the visible axis rect and simplified + regarding point count. The algorithm makes sure to preserve appearance of lines and fills inside + the visible axis rect by generating new temporary points on the outer rect if necessary. + + Methods that are also involved in the algorithm are: \ref getRegion, \ref getOptimizedPoint, \ref + getOptimizedCornerPoints \ref mayTraverse, \ref getTraverse, \ref getTraverseCornerPoints. +*/ +void QCPCurve::getCurveData(QVector *lineData) const +{ + QCPAxis *keyAxis = mKeyAxis.data(); + QCPAxis *valueAxis = mValueAxis.data(); + if (!keyAxis || !valueAxis) { qDebug() << Q_FUNC_INFO << "invalid key or value axis"; return; } + + // add margins to rect to compensate for stroke width + double strokeMargin = qMax(qreal(1.0), qreal(mainPen().widthF()*0.75)); // stroke radius + 50% safety + if (!mScatterStyle.isNone()) + strokeMargin = qMax(strokeMargin, mScatterStyle.size()); + double rectLeft = keyAxis->pixelToCoord(keyAxis->coordToPixel(keyAxis->range().lower)-strokeMargin*((keyAxis->orientation()==Qt::Vertical)!=keyAxis->rangeReversed()?-1:1)); + double rectRight = keyAxis->pixelToCoord(keyAxis->coordToPixel(keyAxis->range().upper)+strokeMargin*((keyAxis->orientation()==Qt::Vertical)!=keyAxis->rangeReversed()?-1:1)); + double rectBottom = valueAxis->pixelToCoord(valueAxis->coordToPixel(valueAxis->range().lower)+strokeMargin*((valueAxis->orientation()==Qt::Horizontal)!=valueAxis->rangeReversed()?-1:1)); + double rectTop = valueAxis->pixelToCoord(valueAxis->coordToPixel(valueAxis->range().upper)-strokeMargin*((valueAxis->orientation()==Qt::Horizontal)!=valueAxis->rangeReversed()?-1:1)); + int currentRegion; + QCPCurveDataMap::const_iterator it = mData->constBegin(); + QCPCurveDataMap::const_iterator prevIt = mData->constEnd()-1; + int prevRegion = getRegion(prevIt.value().key, prevIt.value().value, rectLeft, rectTop, rectRight, rectBottom); + QVector trailingPoints; // points that must be applied after all other points (are generated only when handling first point to get virtual segment between last and first point right) + while (it != mData->constEnd()) + { + currentRegion = getRegion(it.value().key, it.value().value, rectLeft, rectTop, rectRight, rectBottom); + if (currentRegion != prevRegion) // changed region, possibly need to add some optimized edge points or original points if entering R + { + if (currentRegion != 5) // segment doesn't end in R, so it's a candidate for removal + { + QPointF crossA, crossB; + if (prevRegion == 5) // we're coming from R, so add this point optimized + { + lineData->append(getOptimizedPoint(currentRegion, it.value().key, it.value().value, prevIt.value().key, prevIt.value().value, rectLeft, rectTop, rectRight, rectBottom)); + // in the situations 5->1/7/9/3 the segment may leave R and directly cross through two outer regions. In these cases we need to add an additional corner point + *lineData << getOptimizedCornerPoints(prevRegion, currentRegion, prevIt.value().key, prevIt.value().value, it.value().key, it.value().value, rectLeft, rectTop, rectRight, rectBottom); + } else if (mayTraverse(prevRegion, currentRegion) && + getTraverse(prevIt.value().key, prevIt.value().value, it.value().key, it.value().value, rectLeft, rectTop, rectRight, rectBottom, crossA, crossB)) + { + // add the two cross points optimized if segment crosses R and if segment isn't virtual zeroth segment between last and first curve point: + QVector beforeTraverseCornerPoints, afterTraverseCornerPoints; + getTraverseCornerPoints(prevRegion, currentRegion, rectLeft, rectTop, rectRight, rectBottom, beforeTraverseCornerPoints, afterTraverseCornerPoints); + if (it != mData->constBegin()) + { + *lineData << beforeTraverseCornerPoints; + lineData->append(crossA); + lineData->append(crossB); + *lineData << afterTraverseCornerPoints; + } else + { + lineData->append(crossB); + *lineData << afterTraverseCornerPoints; + trailingPoints << beforeTraverseCornerPoints << crossA ; + } + } else // doesn't cross R, line is just moving around in outside regions, so only need to add optimized point(s) at the boundary corner(s) + { + *lineData << getOptimizedCornerPoints(prevRegion, currentRegion, prevIt.value().key, prevIt.value().value, it.value().key, it.value().value, rectLeft, rectTop, rectRight, rectBottom); + } + } else // segment does end in R, so we add previous point optimized and this point at original position + { + if (it == mData->constBegin()) // it is first point in curve and prevIt is last one. So save optimized point for adding it to the lineData in the end + trailingPoints << getOptimizedPoint(prevRegion, prevIt.value().key, prevIt.value().value, it.value().key, it.value().value, rectLeft, rectTop, rectRight, rectBottom); + else + lineData->append(getOptimizedPoint(prevRegion, prevIt.value().key, prevIt.value().value, it.value().key, it.value().value, rectLeft, rectTop, rectRight, rectBottom)); + lineData->append(coordsToPixels(it.value().key, it.value().value)); + } + } else // region didn't change + { + if (currentRegion == 5) // still in R, keep adding original points + { + lineData->append(coordsToPixels(it.value().key, it.value().value)); + } else // still outside R, no need to add anything + { + // see how this is not doing anything? That's the main optimization... + } + } + prevIt = it; + prevRegion = currentRegion; + ++it; + } + *lineData << trailingPoints; +} + +/*! \internal + + This function is part of the curve optimization algorithm of \ref getCurveData. + + It returns the region of the given point (\a x, \a y) with respect to a rectangle defined by \a + rectLeft, \a rectTop, \a rectRight, and \a rectBottom. + + The regions are enumerated from top to bottom and left to right: + + + + + +
147
258
369
+ + With the rectangle being region 5, and the outer regions extending infinitely outwards. In the + curve optimization algorithm, region 5 is considered to be the visible portion of the plot. +*/ +int QCPCurve::getRegion(double x, double y, double rectLeft, double rectTop, double rectRight, double rectBottom) const +{ + if (x < rectLeft) // region 123 + { + if (y > rectTop) + return 1; + else if (y < rectBottom) + return 3; + else + return 2; + } else if (x > rectRight) // region 789 + { + if (y > rectTop) + return 7; + else if (y < rectBottom) + return 9; + else + return 8; + } else // region 456 + { + if (y > rectTop) + return 4; + else if (y < rectBottom) + return 6; + else + return 5; + } +} + +/*! \internal + + This function is part of the curve optimization algorithm of \ref getCurveData. + + This method is used in case the current segment passes from inside the visible rect (region 5, + see \ref getRegion) to any of the outer regions (\a otherRegion). The current segment is given by + the line connecting (\a key, \a value) with (\a otherKey, \a otherValue). + + It returns the intersection point of the segment with the border of region 5. + + For this function it doesn't matter whether (\a key, \a value) is the point inside region 5 or + whether it's (\a otherKey, \a otherValue), i.e. whether the segment is coming from region 5 or + leaving it. It is important though that \a otherRegion correctly identifies the other region not + equal to 5. +*/ +QPointF QCPCurve::getOptimizedPoint(int otherRegion, double otherKey, double otherValue, double key, double value, double rectLeft, double rectTop, double rectRight, double rectBottom) const +{ + double intersectKey = rectLeft; // initial value is just fail-safe + double intersectValue = rectTop; // initial value is just fail-safe + switch (otherRegion) + { + case 1: // top and left edge + { + intersectValue = rectTop; + intersectKey = otherKey + (key-otherKey)/(value-otherValue)*(intersectValue-otherValue); + if (intersectKey < rectLeft || intersectKey > rectRight) // doesn't intersect, so must intersect other: + { + intersectKey = rectLeft; + intersectValue = otherValue + (value-otherValue)/(key-otherKey)*(intersectKey-otherKey); + } + break; + } + case 2: // left edge + { + intersectKey = rectLeft; + intersectValue = otherValue + (value-otherValue)/(key-otherKey)*(intersectKey-otherKey); + break; + } + case 3: // bottom and left edge + { + intersectValue = rectBottom; + intersectKey = otherKey + (key-otherKey)/(value-otherValue)*(intersectValue-otherValue); + if (intersectKey < rectLeft || intersectKey > rectRight) // doesn't intersect, so must intersect other: + { + intersectKey = rectLeft; + intersectValue = otherValue + (value-otherValue)/(key-otherKey)*(intersectKey-otherKey); + } + break; + } + case 4: // top edge + { + intersectValue = rectTop; + intersectKey = otherKey + (key-otherKey)/(value-otherValue)*(intersectValue-otherValue); + break; + } + case 5: + { + break; // case 5 shouldn't happen for this function but we add it anyway to prevent potential discontinuity in branch table + } + case 6: // bottom edge + { + intersectValue = rectBottom; + intersectKey = otherKey + (key-otherKey)/(value-otherValue)*(intersectValue-otherValue); + break; + } + case 7: // top and right edge + { + intersectValue = rectTop; + intersectKey = otherKey + (key-otherKey)/(value-otherValue)*(intersectValue-otherValue); + if (intersectKey < rectLeft || intersectKey > rectRight) // doesn't intersect, so must intersect other: + { + intersectKey = rectRight; + intersectValue = otherValue + (value-otherValue)/(key-otherKey)*(intersectKey-otherKey); + } + break; + } + case 8: // right edge + { + intersectKey = rectRight; + intersectValue = otherValue + (value-otherValue)/(key-otherKey)*(intersectKey-otherKey); + break; + } + case 9: // bottom and right edge + { + intersectValue = rectBottom; + intersectKey = otherKey + (key-otherKey)/(value-otherValue)*(intersectValue-otherValue); + if (intersectKey < rectLeft || intersectKey > rectRight) // doesn't intersect, so must intersect other: + { + intersectKey = rectRight; + intersectValue = otherValue + (value-otherValue)/(key-otherKey)*(intersectKey-otherKey); + } + break; + } + } + return coordsToPixels(intersectKey, intersectValue); +} + +/*! \internal + + This function is part of the curve optimization algorithm of \ref getCurveData. + + In situations where a single segment skips over multiple regions it might become necessary to add + extra points at the corners of region 5 (see \ref getRegion) such that the optimized segment + doesn't unintentionally cut through the visible area of the axis rect and create plot artifacts. + This method provides these points that must be added, assuming the original segment doesn't + start, end, or traverse region 5. (Corner points where region 5 is traversed are calculated by + \ref getTraverseCornerPoints.) + + For example, consider a segment which directly goes from region 4 to 2 but originally is far out + to the top left such that it doesn't cross region 5. Naively optimizing these points by + projecting them on the top and left borders of region 5 will create a segment that surely crosses + 5, creating a visual artifact in the plot. This method prevents this by providing extra points at + the top left corner, making the optimized curve correctly pass from region 4 to 1 to 2 without + traversing 5. +*/ +QVector QCPCurve::getOptimizedCornerPoints(int prevRegion, int currentRegion, double prevKey, double prevValue, double key, double value, double rectLeft, double rectTop, double rectRight, double rectBottom) const +{ + QVector result; + switch (prevRegion) + { + case 1: + { + switch (currentRegion) + { + case 2: { result << coordsToPixels(rectLeft, rectTop); break; } + case 4: { result << coordsToPixels(rectLeft, rectTop); break; } + case 3: { result << coordsToPixels(rectLeft, rectTop) << coordsToPixels(rectLeft, rectBottom); break; } + case 7: { result << coordsToPixels(rectLeft, rectTop) << coordsToPixels(rectRight, rectTop); break; } + case 6: { result << coordsToPixels(rectLeft, rectTop) << coordsToPixels(rectLeft, rectBottom); result.append(result.last()); break; } + case 8: { result << coordsToPixels(rectLeft, rectTop) << coordsToPixels(rectRight, rectTop); result.append(result.last()); break; } + case 9: { // in this case we need another distinction of cases: segment may pass below or above rect, requiring either bottom right or top left corner points + if ((value-prevValue)/(key-prevKey)*(rectLeft-key)+value < rectBottom) // segment passes below R + { result << coordsToPixels(rectLeft, rectTop) << coordsToPixels(rectLeft, rectBottom); result.append(result.last()); result << coordsToPixels(rectRight, rectBottom); } + else + { result << coordsToPixels(rectLeft, rectTop) << coordsToPixels(rectRight, rectTop); result.append(result.last()); result << coordsToPixels(rectRight, rectBottom); } + break; + } + } + break; + } + case 2: + { + switch (currentRegion) + { + case 1: { result << coordsToPixels(rectLeft, rectTop); break; } + case 3: { result << coordsToPixels(rectLeft, rectBottom); break; } + case 4: { result << coordsToPixels(rectLeft, rectTop); result.append(result.last()); break; } + case 6: { result << coordsToPixels(rectLeft, rectBottom); result.append(result.last()); break; } + case 7: { result << coordsToPixels(rectLeft, rectTop); result.append(result.last()); result << coordsToPixels(rectRight, rectTop); break; } + case 9: { result << coordsToPixels(rectLeft, rectBottom); result.append(result.last()); result << coordsToPixels(rectRight, rectBottom); break; } + } + break; + } + case 3: + { + switch (currentRegion) + { + case 2: { result << coordsToPixels(rectLeft, rectBottom); break; } + case 6: { result << coordsToPixels(rectLeft, rectBottom); break; } + case 1: { result << coordsToPixels(rectLeft, rectBottom) << coordsToPixels(rectLeft, rectTop); break; } + case 9: { result << coordsToPixels(rectLeft, rectBottom) << coordsToPixels(rectRight, rectBottom); break; } + case 4: { result << coordsToPixels(rectLeft, rectBottom) << coordsToPixels(rectLeft, rectTop); result.append(result.last()); break; } + case 8: { result << coordsToPixels(rectLeft, rectBottom) << coordsToPixels(rectRight, rectBottom); result.append(result.last()); break; } + case 7: { // in this case we need another distinction of cases: segment may pass below or above rect, requiring either bottom right or top left corner points + if ((value-prevValue)/(key-prevKey)*(rectRight-key)+value < rectBottom) // segment passes below R + { result << coordsToPixels(rectLeft, rectBottom) << coordsToPixels(rectRight, rectBottom); result.append(result.last()); result << coordsToPixels(rectRight, rectTop); } + else + { result << coordsToPixels(rectLeft, rectBottom) << coordsToPixels(rectLeft, rectTop); result.append(result.last()); result << coordsToPixels(rectRight, rectTop); } + break; + } + } + break; + } + case 4: + { + switch (currentRegion) + { + case 1: { result << coordsToPixels(rectLeft, rectTop); break; } + case 7: { result << coordsToPixels(rectRight, rectTop); break; } + case 2: { result << coordsToPixels(rectLeft, rectTop); result.append(result.last()); break; } + case 8: { result << coordsToPixels(rectRight, rectTop); result.append(result.last()); break; } + case 3: { result << coordsToPixels(rectLeft, rectTop); result.append(result.last()); result << coordsToPixels(rectLeft, rectBottom); break; } + case 9: { result << coordsToPixels(rectRight, rectTop); result.append(result.last()); result << coordsToPixels(rectRight, rectBottom); break; } + } + break; + } + case 5: + { + switch (currentRegion) + { + case 1: { result << coordsToPixels(rectLeft, rectTop); break; } + case 7: { result << coordsToPixels(rectRight, rectTop); break; } + case 9: { result << coordsToPixels(rectRight, rectBottom); break; } + case 3: { result << coordsToPixels(rectLeft, rectBottom); break; } + } + break; + } + case 6: + { + switch (currentRegion) + { + case 3: { result << coordsToPixels(rectLeft, rectBottom); break; } + case 9: { result << coordsToPixels(rectRight, rectBottom); break; } + case 2: { result << coordsToPixels(rectLeft, rectBottom); result.append(result.last()); break; } + case 8: { result << coordsToPixels(rectRight, rectBottom); result.append(result.last()); break; } + case 1: { result << coordsToPixels(rectLeft, rectBottom); result.append(result.last()); result << coordsToPixels(rectLeft, rectTop); break; } + case 7: { result << coordsToPixels(rectRight, rectBottom); result.append(result.last()); result << coordsToPixels(rectRight, rectTop); break; } + } + break; + } + case 7: + { + switch (currentRegion) + { + case 4: { result << coordsToPixels(rectRight, rectTop); break; } + case 8: { result << coordsToPixels(rectRight, rectTop); break; } + case 1: { result << coordsToPixels(rectRight, rectTop) << coordsToPixels(rectLeft, rectTop); break; } + case 9: { result << coordsToPixels(rectRight, rectTop) << coordsToPixels(rectRight, rectBottom); break; } + case 2: { result << coordsToPixels(rectRight, rectTop) << coordsToPixels(rectLeft, rectTop); result.append(result.last()); break; } + case 6: { result << coordsToPixels(rectRight, rectTop) << coordsToPixels(rectRight, rectBottom); result.append(result.last()); break; } + case 3: { // in this case we need another distinction of cases: segment may pass below or above rect, requiring either bottom right or top left corner points + if ((value-prevValue)/(key-prevKey)*(rectRight-key)+value < rectBottom) // segment passes below R + { result << coordsToPixels(rectRight, rectTop) << coordsToPixels(rectRight, rectBottom); result.append(result.last()); result << coordsToPixels(rectLeft, rectBottom); } + else + { result << coordsToPixels(rectRight, rectTop) << coordsToPixels(rectLeft, rectTop); result.append(result.last()); result << coordsToPixels(rectLeft, rectBottom); } + break; + } + } + break; + } + case 8: + { + switch (currentRegion) + { + case 7: { result << coordsToPixels(rectRight, rectTop); break; } + case 9: { result << coordsToPixels(rectRight, rectBottom); break; } + case 4: { result << coordsToPixels(rectRight, rectTop); result.append(result.last()); break; } + case 6: { result << coordsToPixels(rectRight, rectBottom); result.append(result.last()); break; } + case 1: { result << coordsToPixels(rectRight, rectTop); result.append(result.last()); result << coordsToPixels(rectLeft, rectTop); break; } + case 3: { result << coordsToPixels(rectRight, rectBottom); result.append(result.last()); result << coordsToPixels(rectLeft, rectBottom); break; } + } + break; + } + case 9: + { + switch (currentRegion) + { + case 6: { result << coordsToPixels(rectRight, rectBottom); break; } + case 8: { result << coordsToPixels(rectRight, rectBottom); break; } + case 3: { result << coordsToPixels(rectRight, rectBottom) << coordsToPixels(rectLeft, rectBottom); break; } + case 7: { result << coordsToPixels(rectRight, rectBottom) << coordsToPixels(rectRight, rectTop); break; } + case 2: { result << coordsToPixels(rectRight, rectBottom) << coordsToPixels(rectLeft, rectBottom); result.append(result.last()); break; } + case 4: { result << coordsToPixels(rectRight, rectBottom) << coordsToPixels(rectRight, rectTop); result.append(result.last()); break; } + case 1: { // in this case we need another distinction of cases: segment may pass below or above rect, requiring either bottom right or top left corner points + if ((value-prevValue)/(key-prevKey)*(rectLeft-key)+value < rectBottom) // segment passes below R + { result << coordsToPixels(rectRight, rectBottom) << coordsToPixels(rectLeft, rectBottom); result.append(result.last()); result << coordsToPixels(rectLeft, rectTop); } + else + { result << coordsToPixels(rectRight, rectBottom) << coordsToPixels(rectRight, rectTop); result.append(result.last()); result << coordsToPixels(rectLeft, rectTop); } + break; + } + } + break; + } + } + return result; +} + +/*! \internal + + This function is part of the curve optimization algorithm of \ref getCurveData. + + This method returns whether a segment going from \a prevRegion to \a currentRegion (see \ref + getRegion) may traverse the visible region 5. This function assumes that neither \a prevRegion + nor \a currentRegion is 5 itself. + + If this method returns false, the segment for sure doesn't pass region 5. If it returns true, the + segment may or may not pass region 5 and a more fine-grained calculation must be used (\ref + getTraverse). +*/ +bool QCPCurve::mayTraverse(int prevRegion, int currentRegion) const +{ + switch (prevRegion) + { + case 1: + { + switch (currentRegion) + { + case 4: + case 7: + case 2: + case 3: return false; + default: return true; + } + } + case 2: + { + switch (currentRegion) + { + case 1: + case 3: return false; + default: return true; + } + } + case 3: + { + switch (currentRegion) + { + case 1: + case 2: + case 6: + case 9: return false; + default: return true; + } + } + case 4: + { + switch (currentRegion) + { + case 1: + case 7: return false; + default: return true; + } + } + case 5: return false; // should never occur + case 6: + { + switch (currentRegion) + { + case 3: + case 9: return false; + default: return true; + } + } + case 7: + { + switch (currentRegion) + { + case 1: + case 4: + case 8: + case 9: return false; + default: return true; + } + } + case 8: + { + switch (currentRegion) + { + case 7: + case 9: return false; + default: return true; + } + } + case 9: + { + switch (currentRegion) + { + case 3: + case 6: + case 8: + case 7: return false; + default: return true; + } + } + default: return true; + } +} + + +/*! \internal + + This function is part of the curve optimization algorithm of \ref getCurveData. + + This method assumes that the \ref mayTraverse test has returned true, so there is a chance the + segment defined by (\a prevKey, \a prevValue) and (\a key, \a value) goes through the visible + region 5. + + The return value of this method indicates whether the segment actually traverses region 5 or not. + + If the segment traverses 5, the output parameters \a crossA and \a crossB indicate the entry and + exit points of region 5. They will become the optimized points for that segment. +*/ +bool QCPCurve::getTraverse(double prevKey, double prevValue, double key, double value, double rectLeft, double rectTop, double rectRight, double rectBottom, QPointF &crossA, QPointF &crossB) const +{ + QList intersections; // x of QPointF corresponds to key and y to value + if (qFuzzyIsNull(key-prevKey)) // line is parallel to value axis + { + // due to region filter in mayTraverseR(), if line is parallel to value or key axis, R is traversed here + intersections.append(QPointF(key, rectBottom)); // direction will be taken care of at end of method + intersections.append(QPointF(key, rectTop)); + } else if (qFuzzyIsNull(value-prevValue)) // line is parallel to key axis + { + // due to region filter in mayTraverseR(), if line is parallel to value or key axis, R is traversed here + intersections.append(QPointF(rectLeft, value)); // direction will be taken care of at end of method + intersections.append(QPointF(rectRight, value)); + } else // line is skewed + { + double gamma; + double keyPerValue = (key-prevKey)/(value-prevValue); + // check top of rect: + gamma = prevKey + (rectTop-prevValue)*keyPerValue; + if (gamma >= rectLeft && gamma <= rectRight) + intersections.append(QPointF(gamma, rectTop)); + // check bottom of rect: + gamma = prevKey + (rectBottom-prevValue)*keyPerValue; + if (gamma >= rectLeft && gamma <= rectRight) + intersections.append(QPointF(gamma, rectBottom)); + double valuePerKey = 1.0/keyPerValue; + // check left of rect: + gamma = prevValue + (rectLeft-prevKey)*valuePerKey; + if (gamma >= rectBottom && gamma <= rectTop) + intersections.append(QPointF(rectLeft, gamma)); + // check right of rect: + gamma = prevValue + (rectRight-prevKey)*valuePerKey; + if (gamma >= rectBottom && gamma <= rectTop) + intersections.append(QPointF(rectRight, gamma)); + } + + // handle cases where found points isn't exactly 2: + if (intersections.size() > 2) + { + // line probably goes through corner of rect, and we got duplicate points there. single out the point pair with greatest distance in between: + double distSqrMax = 0; + QPointF pv1, pv2; + for (int i=0; i distSqrMax) + { + pv1 = intersections.at(i); + pv2 = intersections.at(k); + distSqrMax = distSqr; + } + } + } + intersections = QList() << pv1 << pv2; + } else if (intersections.size() != 2) + { + // one or even zero points found (shouldn't happen unless line perfectly tangent to corner), no need to draw segment + return false; + } + + // possibly re-sort points so optimized point segment has same direction as original segment: + if ((key-prevKey)*(intersections.at(1).x()-intersections.at(0).x()) + (value-prevValue)*(intersections.at(1).y()-intersections.at(0).y()) < 0) // scalar product of both segments < 0 -> opposite direction + intersections.move(0, 1); + crossA = coordsToPixels(intersections.at(0).x(), intersections.at(0).y()); + crossB = coordsToPixels(intersections.at(1).x(), intersections.at(1).y()); + return true; +} + +/*! \internal + + This function is part of the curve optimization algorithm of \ref getCurveData. + + This method assumes that the \ref getTraverse test has returned true, so the segment definitely + traverses the visible region 5 when going from \a prevRegion to \a currentRegion. + + In certain situations it is not sufficient to merely generate the entry and exit points of the + segment into/out of region 5, as \ref getTraverse provides. It may happen that a single segment, in + addition to traversing region 5, skips another region outside of region 5, which makes it + necessary to add an optimized corner point there (very similar to the job \ref + getOptimizedCornerPoints does for segments that are completely in outside regions and don't + traverse 5). + + As an example, consider a segment going from region 1 to region 6, traversing the lower left + corner of region 5. In this configuration, the segment additionally crosses the border between + region 1 and 2 before entering region 5. This makes it necessary to add an additional point in + the top left corner, before adding the optimized traverse points. So in this case, the output + parameter \a beforeTraverse will contain the top left corner point, and \a afterTraverse will be + empty. + + In some cases, such as when going from region 1 to 9, it may even be necessary to add additional + corner points before and after the traverse. Then both \a beforeTraverse and \a afterTraverse + return the respective corner points. +*/ +void QCPCurve::getTraverseCornerPoints(int prevRegion, int currentRegion, double rectLeft, double rectTop, double rectRight, double rectBottom, QVector &beforeTraverse, QVector &afterTraverse) const +{ + switch (prevRegion) + { + case 1: + { + switch (currentRegion) + { + case 6: { beforeTraverse << coordsToPixels(rectLeft, rectTop); break; } + case 9: { beforeTraverse << coordsToPixels(rectLeft, rectTop); afterTraverse << coordsToPixels(rectRight, rectBottom); break; } + case 8: { beforeTraverse << coordsToPixels(rectLeft, rectTop); break; } + } + break; + } + case 2: + { + switch (currentRegion) + { + case 7: { afterTraverse << coordsToPixels(rectRight, rectTop); break; } + case 9: { afterTraverse << coordsToPixels(rectRight, rectBottom); break; } + } + break; + } + case 3: + { + switch (currentRegion) + { + case 4: { beforeTraverse << coordsToPixels(rectLeft, rectBottom); break; } + case 7: { beforeTraverse << coordsToPixels(rectLeft, rectBottom); afterTraverse << coordsToPixels(rectRight, rectTop); break; } + case 8: { beforeTraverse << coordsToPixels(rectLeft, rectBottom); break; } + } + break; + } + case 4: + { + switch (currentRegion) + { + case 3: { afterTraverse << coordsToPixels(rectLeft, rectBottom); break; } + case 9: { afterTraverse << coordsToPixels(rectRight, rectBottom); break; } + } + break; + } + case 5: { break; } // shouldn't happen because this method only handles full traverses + case 6: + { + switch (currentRegion) + { + case 1: { afterTraverse << coordsToPixels(rectLeft, rectTop); break; } + case 7: { afterTraverse << coordsToPixels(rectRight, rectTop); break; } + } + break; + } + case 7: + { + switch (currentRegion) + { + case 2: { beforeTraverse << coordsToPixels(rectRight, rectTop); break; } + case 3: { beforeTraverse << coordsToPixels(rectRight, rectTop); afterTraverse << coordsToPixels(rectLeft, rectBottom); break; } + case 6: { beforeTraverse << coordsToPixels(rectRight, rectTop); break; } + } + break; + } + case 8: + { + switch (currentRegion) + { + case 1: { afterTraverse << coordsToPixels(rectLeft, rectTop); break; } + case 3: { afterTraverse << coordsToPixels(rectLeft, rectBottom); break; } + } + break; + } + case 9: + { + switch (currentRegion) + { + case 2: { beforeTraverse << coordsToPixels(rectRight, rectBottom); break; } + case 1: { beforeTraverse << coordsToPixels(rectRight, rectBottom); afterTraverse << coordsToPixels(rectLeft, rectTop); break; } + case 4: { beforeTraverse << coordsToPixels(rectRight, rectBottom); break; } + } + break; + } + } +} + +/*! \internal + + Calculates the (minimum) distance (in pixels) the curve's representation has from the given \a + pixelPoint in pixels. This is used to determine whether the curve was clicked or not, e.g. in + \ref selectTest. +*/ +double QCPCurve::pointDistance(const QPointF &pixelPoint) const +{ + if (mData->isEmpty()) + { + qDebug() << Q_FUNC_INFO << "requested point distance on curve" << mName << "without data"; + return 500; + } + if (mData->size() == 1) + { + QPointF dataPoint = coordsToPixels(mData->constBegin().key(), mData->constBegin().value().value); + return QVector2D(dataPoint-pixelPoint).length(); + } + + // calculate minimum distance to line segments: + QVector *lineData = new QVector; + getCurveData(lineData); + double minDistSqr = std::numeric_limits::max(); + for (int i=0; isize()-1; ++i) + { + double currentDistSqr = distSqrToLine(lineData->at(i), lineData->at(i+1), pixelPoint); + if (currentDistSqr < minDistSqr) + minDistSqr = currentDistSqr; + } + delete lineData; + return qSqrt(minDistSqr); +} + +/* inherits documentation from base class */ +QCPRange QCPCurve::getKeyRange(bool &foundRange, SignDomain inSignDomain) const +{ + QCPRange range; + bool haveLower = false; + bool haveUpper = false; + + double current; + + QCPCurveDataMap::const_iterator it = mData->constBegin(); + while (it != mData->constEnd()) + { + current = it.value().key; + if (!qIsNaN(current) && !qIsNaN(it.value().value)) + { + if (inSignDomain == sdBoth || (inSignDomain == sdNegative && current < 0) || (inSignDomain == sdPositive && current > 0)) + { + if (current < range.lower || !haveLower) + { + range.lower = current; + haveLower = true; + } + if (current > range.upper || !haveUpper) + { + range.upper = current; + haveUpper = true; + } + } + } + ++it; + } + + foundRange = haveLower && haveUpper; + return range; +} + +/* inherits documentation from base class */ +QCPRange QCPCurve::getValueRange(bool &foundRange, SignDomain inSignDomain) const +{ + QCPRange range; + bool haveLower = false; + bool haveUpper = false; + + double current; + + QCPCurveDataMap::const_iterator it = mData->constBegin(); + while (it != mData->constEnd()) + { + current = it.value().value; + if (!qIsNaN(current) && !qIsNaN(it.value().key)) + { + if (inSignDomain == sdBoth || (inSignDomain == sdNegative && current < 0) || (inSignDomain == sdPositive && current > 0)) + { + if (current < range.lower || !haveLower) + { + range.lower = current; + haveLower = true; + } + if (current > range.upper || !haveUpper) + { + range.upper = current; + haveUpper = true; + } + } + } + ++it; + } + + foundRange = haveLower && haveUpper; + return range; +} + + +//////////////////////////////////////////////////////////////////////////////////////////////////// +//////////////////// QCPBarsGroup +//////////////////////////////////////////////////////////////////////////////////////////////////// + +/*! \class QCPBarsGroup + \brief Groups multiple QCPBars together so they appear side by side + + \image html QCPBarsGroup.png + + When showing multiple QCPBars in one plot which have bars at identical keys, it may be desirable + to have them appearing next to each other at each key. This is what adding the respective QCPBars + plottables to a QCPBarsGroup achieves. (An alternative approach is to stack them on top of each + other, see \ref QCPBars::moveAbove.) + + \section qcpbarsgroup-usage Usage + + To add a QCPBars plottable to the group, create a new group and then add the respective bars + intances: + \snippet documentation/doc-code-snippets/mainwindow.cpp qcpbarsgroup-creation + Alternatively to appending to the group like shown above, you can also set the group on the + QCPBars plottable via \ref QCPBars::setBarsGroup. + + The spacing between the bars can be configured via \ref setSpacingType and \ref setSpacing. The + bars in this group appear in the plot in the order they were appended. To insert a bars plottable + at a certain index position, or to reposition a bars plottable which is already in the group, use + \ref insert. + + To remove specific bars from the group, use either \ref remove or call \ref + QCPBars::setBarsGroup "QCPBars::setBarsGroup(0)" on the respective bars plottable. + + To clear the entire group, call \ref clear, or simply delete the group. + + \section qcpbarsgroup-example Example + + The image above is generated with the following code: + \snippet documentation/doc-image-generator/mainwindow.cpp qcpbarsgroup-example +*/ + +/* start of documentation of inline functions */ + +/*! \fn QList QCPBarsGroup::bars() const + + Returns all bars currently in this group. + + \see bars(int index) +*/ + +/*! \fn int QCPBarsGroup::size() const + + Returns the number of QCPBars plottables that are part of this group. + +*/ + +/*! \fn bool QCPBarsGroup::isEmpty() const + + Returns whether this bars group is empty. + + \see size +*/ + +/*! \fn bool QCPBarsGroup::contains(QCPBars *bars) + + Returns whether the specified \a bars plottable is part of this group. + +*/ + +/* end of documentation of inline functions */ + +/*! + Constructs a new bars group for the specified QCustomPlot instance. +*/ +QCPBarsGroup::QCPBarsGroup(QCustomPlot *parentPlot) : + QObject(parentPlot), + mParentPlot(parentPlot), + mSpacingType(stAbsolute), + mSpacing(4) +{ +} + +QCPBarsGroup::~QCPBarsGroup() +{ + clear(); +} + +/*! + Sets how the spacing between adjacent bars is interpreted. See \ref SpacingType. + + The actual spacing can then be specified with \ref setSpacing. + + \see setSpacing +*/ +void QCPBarsGroup::setSpacingType(SpacingType spacingType) +{ + mSpacingType = spacingType; +} + +/*! + Sets the spacing between adjacent bars. What the number passed as \a spacing actually means, is + defined by the current \ref SpacingType, which can be set with \ref setSpacingType. + + \see setSpacingType +*/ +void QCPBarsGroup::setSpacing(double spacing) +{ + mSpacing = spacing; +} + +/*! + Returns the QCPBars instance with the specified \a index in this group. If no such QCPBars + exists, returns 0. + + \see bars(), size +*/ +QCPBars *QCPBarsGroup::bars(int index) const +{ + if (index >= 0 && index < mBars.size()) + { + return mBars.at(index); + } else + { + qDebug() << Q_FUNC_INFO << "index out of bounds:" << index; + return 0; + } +} + +/*! + Removes all QCPBars plottables from this group. + + \see isEmpty +*/ +void QCPBarsGroup::clear() +{ + foreach (QCPBars *bars, mBars) // since foreach takes a copy, removing bars in the loop is okay + bars->setBarsGroup(0); // removes itself via removeBars +} + +/*! + Adds the specified \a bars plottable to this group. Alternatively, you can also use \ref + QCPBars::setBarsGroup on the \a bars instance. + + \see insert, remove +*/ +void QCPBarsGroup::append(QCPBars *bars) +{ + if (!bars) + { + qDebug() << Q_FUNC_INFO << "bars is 0"; + return; + } + + if (!mBars.contains(bars)) + bars->setBarsGroup(this); + else + qDebug() << Q_FUNC_INFO << "bars plottable is already in this bars group:" << reinterpret_cast(bars); +} + +/*! + Inserts the specified \a bars plottable into this group at the specified index position \a i. + This gives you full control over the ordering of the bars. + + \a bars may already be part of this group. In that case, \a bars is just moved to the new index + position. + + \see append, remove +*/ +void QCPBarsGroup::insert(int i, QCPBars *bars) +{ + if (!bars) + { + qDebug() << Q_FUNC_INFO << "bars is 0"; + return; + } + + // first append to bars list normally: + if (!mBars.contains(bars)) + bars->setBarsGroup(this); + // then move to according position: + mBars.move(mBars.indexOf(bars), qBound(0, i, mBars.size()-1)); +} + +/*! + Removes the specified \a bars plottable from this group. + + \see contains, clear +*/ +void QCPBarsGroup::remove(QCPBars *bars) +{ + if (!bars) + { + qDebug() << Q_FUNC_INFO << "bars is 0"; + return; + } + + if (mBars.contains(bars)) + bars->setBarsGroup(0); + else + qDebug() << Q_FUNC_INFO << "bars plottable is not in this bars group:" << reinterpret_cast(bars); +} + +/*! \internal + + Adds the specified \a bars to the internal mBars list of bars. This method does not change the + barsGroup property on \a bars. + + \see unregisterBars +*/ +void QCPBarsGroup::registerBars(QCPBars *bars) +{ + if (!mBars.contains(bars)) + mBars.append(bars); +} + +/*! \internal + + Removes the specified \a bars from the internal mBars list of bars. This method does not change + the barsGroup property on \a bars. + + \see registerBars +*/ +void QCPBarsGroup::unregisterBars(QCPBars *bars) +{ + mBars.removeOne(bars); +} + +/*! \internal + + Returns the pixel offset in the key dimension the specified \a bars plottable should have at the + given key coordinate \a keyCoord. The offset is relative to the pixel position of the key + coordinate \a keyCoord. +*/ +double QCPBarsGroup::keyPixelOffset(const QCPBars *bars, double keyCoord) +{ + // find list of all base bars in case some mBars are stacked: + QList baseBars; + foreach (const QCPBars *b, mBars) + { + while (b->barBelow()) + b = b->barBelow(); + if (!baseBars.contains(b)) + baseBars.append(b); + } + // find base bar this "bars" is stacked on: + const QCPBars *thisBase = bars; + while (thisBase->barBelow()) + thisBase = thisBase->barBelow(); + + // determine key pixel offset of this base bars considering all other base bars in this barsgroup: + double result = 0; + int index = baseBars.indexOf(thisBase); + if (index >= 0) + { + int startIndex; + double lowerPixelWidth, upperPixelWidth; + if (baseBars.size() % 2 == 1 && index == (baseBars.size()-1)/2) // is center bar (int division on purpose) + { + return result; + } else if (index < (baseBars.size()-1)/2.0) // bar is to the left of center + { + if (baseBars.size() % 2 == 0) // even number of bars + { + startIndex = baseBars.size()/2-1; + result -= getPixelSpacing(baseBars.at(startIndex), keyCoord)*0.5; // half of middle spacing + } else // uneven number of bars + { + startIndex = (baseBars.size()-1)/2-1; + baseBars.at((baseBars.size()-1)/2)->getPixelWidth(keyCoord, lowerPixelWidth, upperPixelWidth); + result -= qAbs(upperPixelWidth-lowerPixelWidth)*0.5; // half of center bar + result -= getPixelSpacing(baseBars.at((baseBars.size()-1)/2), keyCoord); // center bar spacing + } + for (int i=startIndex; i>index; --i) // add widths and spacings of bars in between center and our bars + { + baseBars.at(i)->getPixelWidth(keyCoord, lowerPixelWidth, upperPixelWidth); + result -= qAbs(upperPixelWidth-lowerPixelWidth); + result -= getPixelSpacing(baseBars.at(i), keyCoord); + } + // finally half of our bars width: + baseBars.at(index)->getPixelWidth(keyCoord, lowerPixelWidth, upperPixelWidth); + result -= qAbs(upperPixelWidth-lowerPixelWidth)*0.5; + } else // bar is to the right of center + { + if (baseBars.size() % 2 == 0) // even number of bars + { + startIndex = baseBars.size()/2; + result += getPixelSpacing(baseBars.at(startIndex), keyCoord)*0.5; // half of middle spacing + } else // uneven number of bars + { + startIndex = (baseBars.size()-1)/2+1; + baseBars.at((baseBars.size()-1)/2)->getPixelWidth(keyCoord, lowerPixelWidth, upperPixelWidth); + result += qAbs(upperPixelWidth-lowerPixelWidth)*0.5; // half of center bar + result += getPixelSpacing(baseBars.at((baseBars.size()-1)/2), keyCoord); // center bar spacing + } + for (int i=startIndex; igetPixelWidth(keyCoord, lowerPixelWidth, upperPixelWidth); + result += qAbs(upperPixelWidth-lowerPixelWidth); + result += getPixelSpacing(baseBars.at(i), keyCoord); + } + // finally half of our bars width: + baseBars.at(index)->getPixelWidth(keyCoord, lowerPixelWidth, upperPixelWidth); + result += qAbs(upperPixelWidth-lowerPixelWidth)*0.5; + } + } + return result; +} + +/*! \internal + + Returns the spacing in pixels which is between this \a bars and the following one, both at the + key coordinate \a keyCoord. + + \note Typically the returned value doesn't depend on \a bars or \a keyCoord. \a bars is only + needed to get acces to the key axis transformation and axis rect for the modes \ref + stAxisRectRatio and \ref stPlotCoords. The \a keyCoord is only relevant for spacings given in + \ref stPlotCoords on a logarithmic axis. +*/ +double QCPBarsGroup::getPixelSpacing(const QCPBars *bars, double keyCoord) +{ + switch (mSpacingType) + { + case stAbsolute: + { + return mSpacing; + } + case stAxisRectRatio: + { + if (bars->keyAxis()->orientation() == Qt::Horizontal) + return bars->keyAxis()->axisRect()->width()*mSpacing; + else + return bars->keyAxis()->axisRect()->height()*mSpacing; + } + case stPlotCoords: + { + double keyPixel = bars->keyAxis()->coordToPixel(keyCoord); + return bars->keyAxis()->coordToPixel(keyCoord+mSpacing)-keyPixel; + } + } + return 0; +} + + +//////////////////////////////////////////////////////////////////////////////////////////////////// +//////////////////// QCPBarData +//////////////////////////////////////////////////////////////////////////////////////////////////// + +/*! \class QCPBarData + \brief Holds the data of one single data point (one bar) for QCPBars. + + The container for storing multiple data points is \ref QCPBarDataMap. + + The stored data is: + \li \a key: coordinate on the key axis of this bar + \li \a value: height coordinate on the value axis of this bar + + \see QCPBarDataaMap +*/ + +/*! + Constructs a bar data point with key and value set to zero. +*/ +QCPBarData::QCPBarData() : + key(0), + value(0) +{ +} + +/*! + Constructs a bar data point with the specified \a key and \a value. +*/ +QCPBarData::QCPBarData(double key, double value) : + key(key), + value(value) +{ +} + + +//////////////////////////////////////////////////////////////////////////////////////////////////// +//////////////////// QCPBars +//////////////////////////////////////////////////////////////////////////////////////////////////// + +/*! \class QCPBars + \brief A plottable representing a bar chart in a plot. + + \image html QCPBars.png + + To plot data, assign it with the \ref setData or \ref addData functions. + + \section appearance Changing the appearance + + The appearance of the bars is determined by the pen and the brush (\ref setPen, \ref setBrush). + The width of the individual bars can be controlled with \ref setWidthType and \ref setWidth. + + Bar charts are stackable. This means, two QCPBars plottables can be placed on top of each other + (see \ref QCPBars::moveAbove). So when two bars are at the same key position, they will appear + stacked. + + If you would like to group multiple QCPBars plottables together so they appear side by side as + shown below, use QCPBarsGroup. + + \image html QCPBarsGroup.png + + \section usage Usage + + Like all data representing objects in QCustomPlot, the QCPBars is a plottable + (QCPAbstractPlottable). So the plottable-interface of QCustomPlot applies + (QCustomPlot::plottable, QCustomPlot::addPlottable, QCustomPlot::removePlottable, etc.) + + Usually, you first create an instance: + \snippet documentation/doc-code-snippets/mainwindow.cpp qcpbars-creation-1 + add it to the customPlot with QCustomPlot::addPlottable: + \snippet documentation/doc-code-snippets/mainwindow.cpp qcpbars-creation-2 + and then modify the properties of the newly created plottable, e.g.: + \snippet documentation/doc-code-snippets/mainwindow.cpp qcpbars-creation-3 +*/ + +/* start of documentation of inline functions */ + +/*! \fn QCPBars *QCPBars::barBelow() const + Returns the bars plottable that is directly below this bars plottable. + If there is no such plottable, returns 0. + + \see barAbove, moveBelow, moveAbove +*/ + +/*! \fn QCPBars *QCPBars::barAbove() const + Returns the bars plottable that is directly above this bars plottable. + If there is no such plottable, returns 0. + + \see barBelow, moveBelow, moveAbove +*/ + +/* end of documentation of inline functions */ + +/*! + Constructs a bar chart which uses \a keyAxis as its key axis ("x") and \a valueAxis as its value + axis ("y"). \a keyAxis and \a valueAxis must reside in the same QCustomPlot instance and not have + the same orientation. If either of these restrictions is violated, a corresponding message is + printed to the debug output (qDebug), the construction is not aborted, though. + + The constructed QCPBars can be added to the plot with QCustomPlot::addPlottable, QCustomPlot + then takes ownership of the bar chart. +*/ +QCPBars::QCPBars(QCPAxis *keyAxis, QCPAxis *valueAxis) : + QCPAbstractPlottable(keyAxis, valueAxis), + mData(new QCPBarDataMap), + mWidth(0.75), + mWidthType(wtPlotCoords), + mBarsGroup(0), + mBaseValue(0) +{ + // modify inherited properties from abstract plottable: + mPen.setColor(Qt::blue); + mPen.setStyle(Qt::SolidLine); + mBrush.setColor(QColor(40, 50, 255, 30)); + mBrush.setStyle(Qt::SolidPattern); + mSelectedPen = mPen; + mSelectedPen.setWidthF(2.5); + mSelectedPen.setColor(QColor(80, 80, 255)); // lighter than Qt::blue of mPen + mSelectedBrush = mBrush; +} + +QCPBars::~QCPBars() +{ + setBarsGroup(0); + if (mBarBelow || mBarAbove) + connectBars(mBarBelow.data(), mBarAbove.data()); // take this bar out of any stacking + delete mData; +} + +/*! + Sets the width of the bars. + + How the number passed as \a width is interpreted (e.g. screen pixels, plot coordinates,...), + depends on the currently set width type, see \ref setWidthType and \ref WidthType. +*/ +void QCPBars::setWidth(double width) +{ + mWidth = width; +} + +/*! + Sets how the width of the bars is defined. See the documentation of \ref WidthType for an + explanation of the possible values for \a widthType. + + The default value is \ref wtPlotCoords. + + \see setWidth +*/ +void QCPBars::setWidthType(QCPBars::WidthType widthType) +{ + mWidthType = widthType; +} + +/*! + Sets to which QCPBarsGroup this QCPBars instance belongs to. Alternatively, you can also use \ref + QCPBarsGroup::append. + + To remove this QCPBars from any group, set \a barsGroup to 0. +*/ +void QCPBars::setBarsGroup(QCPBarsGroup *barsGroup) +{ + // deregister at old group: + if (mBarsGroup) + mBarsGroup->unregisterBars(this); + mBarsGroup = barsGroup; + // register at new group: + if (mBarsGroup) + mBarsGroup->registerBars(this); +} + +/*! + Sets the base value of this bars plottable. + + The base value defines where on the value coordinate the bars start. How far the bars extend from + the base value is given by their individual value data. For example, if the base value is set to + 1, a bar with data value 2 will have its lowest point at value coordinate 1 and highest point at + 3. + + For stacked bars, only the base value of the bottom-most QCPBars has meaning. + + The default base value is 0. +*/ +void QCPBars::setBaseValue(double baseValue) +{ + mBaseValue = baseValue; +} + +/*! + Replaces the current data with the provided \a data. + + If \a copy is set to true, data points in \a data will only be copied. if false, the plottable + takes ownership of the passed data and replaces the internal data pointer with it. This is + significantly faster than copying for large datasets. +*/ +void QCPBars::setData(QCPBarDataMap *data, bool copy) +{ + if (mData == data) + { + qDebug() << Q_FUNC_INFO << "The data pointer is already in (and owned by) this plottable" << reinterpret_cast(data); + return; + } + if (copy) + { + *mData = *data; + } else + { + delete mData; + mData = data; + } +} + +/*! \overload + + Replaces the current data with the provided points in \a key and \a value tuples. The + provided vectors should have equal length. Else, the number of added points will be the size of + the smallest vector. +*/ +void QCPBars::setData(const QVector &key, const QVector &value) +{ + mData->clear(); + int n = key.size(); + n = qMin(n, value.size()); + QCPBarData newData; + for (int i=0; iinsertMulti(newData.key, newData); + } +} + +/*! + Moves this bars plottable below \a bars. In other words, the bars of this plottable will appear + below the bars of \a bars. The move target \a bars must use the same key and value axis as this + plottable. + + Inserting into and removing from existing bar stacking is handled gracefully. If \a bars already + has a bars object below itself, this bars object is inserted between the two. If this bars object + is already between two other bars, the two other bars will be stacked on top of each other after + the operation. + + To remove this bars plottable from any stacking, set \a bars to 0. + + \see moveBelow, barAbove, barBelow +*/ +void QCPBars::moveBelow(QCPBars *bars) +{ + if (bars == this) return; + if (bars && (bars->keyAxis() != mKeyAxis.data() || bars->valueAxis() != mValueAxis.data())) + { + qDebug() << Q_FUNC_INFO << "passed QCPBars* doesn't have same key and value axis as this QCPBars"; + return; + } + // remove from stacking: + connectBars(mBarBelow.data(), mBarAbove.data()); // Note: also works if one (or both) of them is 0 + // if new bar given, insert this bar below it: + if (bars) + { + if (bars->mBarBelow) + connectBars(bars->mBarBelow.data(), this); + connectBars(this, bars); + } +} + +/*! + Moves this bars plottable above \a bars. In other words, the bars of this plottable will appear + above the bars of \a bars. The move target \a bars must use the same key and value axis as this + plottable. + + Inserting into and removing from existing bar stacking is handled gracefully. If \a bars already + has a bars object below itself, this bars object is inserted between the two. If this bars object + is already between two other bars, the two other bars will be stacked on top of each other after + the operation. + + To remove this bars plottable from any stacking, set \a bars to 0. + + \see moveBelow, barBelow, barAbove +*/ +void QCPBars::moveAbove(QCPBars *bars) +{ + if (bars == this) return; + if (bars && (bars->keyAxis() != mKeyAxis.data() || bars->valueAxis() != mValueAxis.data())) + { + qDebug() << Q_FUNC_INFO << "passed QCPBars* doesn't have same key and value axis as this QCPBars"; + return; + } + // remove from stacking: + connectBars(mBarBelow.data(), mBarAbove.data()); // Note: also works if one (or both) of them is 0 + // if new bar given, insert this bar above it: + if (bars) + { + if (bars->mBarAbove) + connectBars(this, bars->mBarAbove.data()); + connectBars(bars, this); + } +} + +/*! + Adds the provided data points in \a dataMap to the current data. + \see removeData +*/ +void QCPBars::addData(const QCPBarDataMap &dataMap) +{ + mData->unite(dataMap); +} + +/*! \overload + Adds the provided single data point in \a data to the current data. + \see removeData +*/ +void QCPBars::addData(const QCPBarData &data) +{ + mData->insertMulti(data.key, data); +} + +/*! \overload + Adds the provided single data point as \a key and \a value tuple to the current data + \see removeData +*/ +void QCPBars::addData(double key, double value) +{ + QCPBarData newData; + newData.key = key; + newData.value = value; + mData->insertMulti(newData.key, newData); +} + +/*! \overload + Adds the provided data points as \a key and \a value tuples to the current data. + \see removeData +*/ +void QCPBars::addData(const QVector &keys, const QVector &values) +{ + int n = keys.size(); + n = qMin(n, values.size()); + QCPBarData newData; + for (int i=0; iinsertMulti(newData.key, newData); + } +} + +/*! + Removes all data points with key smaller than \a key. + \see addData, clearData +*/ +void QCPBars::removeDataBefore(double key) +{ + QCPBarDataMap::iterator it = mData->begin(); + while (it != mData->end() && it.key() < key) + it = mData->erase(it); +} + +/*! + Removes all data points with key greater than \a key. + \see addData, clearData +*/ +void QCPBars::removeDataAfter(double key) +{ + if (mData->isEmpty()) return; + QCPBarDataMap::iterator it = mData->upperBound(key); + while (it != mData->end()) + it = mData->erase(it); +} + +/*! + Removes all data points with key between \a fromKey and \a toKey. if \a fromKey is + greater or equal to \a toKey, the function does nothing. To remove a single data point with known + key, use \ref removeData(double key). + + \see addData, clearData +*/ +void QCPBars::removeData(double fromKey, double toKey) +{ + if (fromKey >= toKey || mData->isEmpty()) return; + QCPBarDataMap::iterator it = mData->upperBound(fromKey); + QCPBarDataMap::iterator itEnd = mData->upperBound(toKey); + while (it != itEnd) + it = mData->erase(it); +} + +/*! \overload + + Removes a single data point at \a key. If the position is not known with absolute precision, + consider using \ref removeData(double fromKey, double toKey) with a small fuzziness interval + around the suspected position, depeding on the precision with which the key is known. + + \see addData, clearData +*/ +void QCPBars::removeData(double key) +{ + mData->remove(key); +} + +/*! + Removes all data points. + \see removeData, removeDataAfter, removeDataBefore +*/ +void QCPBars::clearData() +{ + mData->clear(); +} + +/* inherits documentation from base class */ +double QCPBars::selectTest(const QPointF &pos, bool onlySelectable, QVariant *details) const +{ + Q_UNUSED(details) + if (onlySelectable && !mSelectable) + return -1; + if (!mKeyAxis || !mValueAxis) { qDebug() << Q_FUNC_INFO << "invalid key or value axis"; return -1; } + + if (mKeyAxis.data()->axisRect()->rect().contains(pos.toPoint())) + { + QCPBarDataMap::ConstIterator it; + for (it = mData->constBegin(); it != mData->constEnd(); ++it) + { + if (getBarPolygon(it.value().key, it.value().value).boundingRect().contains(pos)) + return mParentPlot->selectionTolerance()*0.99; + } + } + return -1; +} + +/* inherits documentation from base class */ +void QCPBars::draw(QCPPainter *painter) +{ + if (!mKeyAxis || !mValueAxis) { qDebug() << Q_FUNC_INFO << "invalid key or value axis"; return; } + if (mData->isEmpty()) return; + + QCPBarDataMap::const_iterator it, lower, upperEnd; + getVisibleDataBounds(lower, upperEnd); + for (it = lower; it != upperEnd; ++it) + { + // check data validity if flag set: +#ifdef QCUSTOMPLOT_CHECK_DATA + if (QCP::isInvalidData(it.value().key, it.value().value)) + qDebug() << Q_FUNC_INFO << "Data point at" << it.key() << "of drawn range invalid." << "Plottable name:" << name(); +#endif + QPolygonF barPolygon = getBarPolygon(it.key(), it.value().value); + // draw bar fill: + if (mainBrush().style() != Qt::NoBrush && mainBrush().color().alpha() != 0) + { + applyFillAntialiasingHint(painter); + painter->setPen(Qt::NoPen); + painter->setBrush(mainBrush()); + painter->drawPolygon(barPolygon); + } + // draw bar line: + if (mainPen().style() != Qt::NoPen && mainPen().color().alpha() != 0) + { + applyDefaultAntialiasingHint(painter); + painter->setPen(mainPen()); + painter->setBrush(Qt::NoBrush); + painter->drawPolyline(barPolygon); + } + } +} + +/* inherits documentation from base class */ +void QCPBars::drawLegendIcon(QCPPainter *painter, const QRectF &rect) const +{ + // draw filled rect: + applyDefaultAntialiasingHint(painter); + painter->setBrush(mBrush); + painter->setPen(mPen); + QRectF r = QRectF(0, 0, rect.width()*0.67, rect.height()*0.67); + r.moveCenter(rect.center()); + painter->drawRect(r); +} + +/*! \internal + + called by \ref draw to determine which data (key) range is visible at the current key axis range + setting, so only that needs to be processed. It also takes into account the bar width. + + \a lower returns an iterator to the lowest data point that needs to be taken into account when + plotting. Note that in order to get a clean plot all the way to the edge of the axis rect, \a + lower may still be just outside the visible range. + + \a upperEnd returns an iterator one higher than the highest visible data point. Same as before, \a + upperEnd may also lie just outside of the visible range. + + if the bars plottable contains no data, both \a lower and \a upperEnd point to constEnd. +*/ +void QCPBars::getVisibleDataBounds(QCPBarDataMap::const_iterator &lower, QCPBarDataMap::const_iterator &upperEnd) const +{ + if (!mKeyAxis) { qDebug() << Q_FUNC_INFO << "invalid key axis"; return; } + if (mData->isEmpty()) + { + lower = mData->constEnd(); + upperEnd = mData->constEnd(); + return; + } + + // get visible data range as QMap iterators + lower = mData->lowerBound(mKeyAxis.data()->range().lower); + upperEnd = mData->upperBound(mKeyAxis.data()->range().upper); + double lowerPixelBound = mKeyAxis.data()->coordToPixel(mKeyAxis.data()->range().lower); + double upperPixelBound = mKeyAxis.data()->coordToPixel(mKeyAxis.data()->range().upper); + bool isVisible = false; + // walk left from lbound to find lower bar that actually is completely outside visible pixel range: + QCPBarDataMap::const_iterator it = lower; + while (it != mData->constBegin()) + { + --it; + QRectF barBounds = getBarPolygon(it.value().key, it.value().value).boundingRect(); + if (mKeyAxis.data()->orientation() == Qt::Horizontal) + isVisible = ((!mKeyAxis.data()->rangeReversed() && barBounds.right() >= lowerPixelBound) || (mKeyAxis.data()->rangeReversed() && barBounds.left() <= lowerPixelBound)); + else // keyaxis is vertical + isVisible = ((!mKeyAxis.data()->rangeReversed() && barBounds.top() <= lowerPixelBound) || (mKeyAxis.data()->rangeReversed() && barBounds.bottom() >= lowerPixelBound)); + if (isVisible) + lower = it; + else + break; + } + // walk right from ubound to find upper bar that actually is completely outside visible pixel range: + it = upperEnd; + while (it != mData->constEnd()) + { + QRectF barBounds = getBarPolygon(upperEnd.value().key, upperEnd.value().value).boundingRect(); + if (mKeyAxis.data()->orientation() == Qt::Horizontal) + isVisible = ((!mKeyAxis.data()->rangeReversed() && barBounds.left() <= upperPixelBound) || (mKeyAxis.data()->rangeReversed() && barBounds.right() >= upperPixelBound)); + else // keyaxis is vertical + isVisible = ((!mKeyAxis.data()->rangeReversed() && barBounds.bottom() >= upperPixelBound) || (mKeyAxis.data()->rangeReversed() && barBounds.top() <= upperPixelBound)); + if (isVisible) + upperEnd = it+1; + else + break; + ++it; + } +} + +/*! \internal + + Returns the polygon of a single bar with \a key and \a value. The Polygon is open at the bottom + and shifted according to the bar stacking (see \ref moveAbove) and base value (see \ref + setBaseValue). +*/ +QPolygonF QCPBars::getBarPolygon(double key, double value) const +{ + QCPAxis *keyAxis = mKeyAxis.data(); + QCPAxis *valueAxis = mValueAxis.data(); + if (!keyAxis || !valueAxis) { qDebug() << Q_FUNC_INFO << "invalid key or value axis"; return QPolygonF(); } + + QPolygonF result; + double lowerPixelWidth, upperPixelWidth; + getPixelWidth(key, lowerPixelWidth, upperPixelWidth); + double base = getStackedBaseValue(key, value >= 0); + double basePixel = valueAxis->coordToPixel(base); + double valuePixel = valueAxis->coordToPixel(base+value); + double keyPixel = keyAxis->coordToPixel(key); + if (mBarsGroup) + keyPixel += mBarsGroup->keyPixelOffset(this, key); + if (keyAxis->orientation() == Qt::Horizontal) + { + result << QPointF(keyPixel+lowerPixelWidth, basePixel); + result << QPointF(keyPixel+lowerPixelWidth, valuePixel); + result << QPointF(keyPixel+upperPixelWidth, valuePixel); + result << QPointF(keyPixel+upperPixelWidth, basePixel); + } else + { + result << QPointF(basePixel, keyPixel+lowerPixelWidth); + result << QPointF(valuePixel, keyPixel+lowerPixelWidth); + result << QPointF(valuePixel, keyPixel+upperPixelWidth); + result << QPointF(basePixel, keyPixel+upperPixelWidth); + } + return result; +} + +/*! \internal + + This function is used to determine the width of the bar at coordinate \a key, according to the + specified width (\ref setWidth) and width type (\ref setWidthType). + + The output parameters \a lower and \a upper return the number of pixels the bar extends to lower + and higher keys, relative to the \a key coordinate (so with a non-reversed horizontal axis, \a + lower is negative and \a upper positive). +*/ +void QCPBars::getPixelWidth(double key, double &lower, double &upper) const +{ + switch (mWidthType) + { + case wtAbsolute: + { + upper = mWidth*0.5; + lower = -upper; + if (mKeyAxis && (mKeyAxis.data()->rangeReversed() ^ (mKeyAxis.data()->orientation() == Qt::Vertical))) + qSwap(lower, upper); + break; + } + case wtAxisRectRatio: + { + if (mKeyAxis && mKeyAxis.data()->axisRect()) + { + if (mKeyAxis.data()->orientation() == Qt::Horizontal) + upper = mKeyAxis.data()->axisRect()->width()*mWidth*0.5; + else + upper = mKeyAxis.data()->axisRect()->height()*mWidth*0.5; + lower = -upper; + if (mKeyAxis && (mKeyAxis.data()->rangeReversed() ^ (mKeyAxis.data()->orientation() == Qt::Vertical))) + qSwap(lower, upper); + } else + qDebug() << Q_FUNC_INFO << "No key axis or axis rect defined"; + break; + } + case wtPlotCoords: + { + if (mKeyAxis) + { + double keyPixel = mKeyAxis.data()->coordToPixel(key); + upper = mKeyAxis.data()->coordToPixel(key+mWidth*0.5)-keyPixel; + lower = mKeyAxis.data()->coordToPixel(key-mWidth*0.5)-keyPixel; + // no need to qSwap(lower, higher) when range reversed, because higher/lower are gained by + // coordinate transform which includes range direction + } else + qDebug() << Q_FUNC_INFO << "No key axis defined"; + break; + } + } +} + +/*! \internal + + This function is called to find at which value to start drawing the base of a bar at \a key, when + it is stacked on top of another QCPBars (e.g. with \ref moveAbove). + + positive and negative bars are separated per stack (positive are stacked above baseValue upwards, + negative are stacked below baseValue downwards). This can be indicated with \a positive. So if the + bar for which we need the base value is negative, set \a positive to false. +*/ +double QCPBars::getStackedBaseValue(double key, bool positive) const +{ + if (mBarBelow) + { + double max = 0; // don't use mBaseValue here because only base value of bottom-most bar has meaning in a bar stack + // find bars of mBarBelow that are approximately at key and find largest one: + double epsilon = qAbs(key)*1e-6; // should be safe even when changed to use float at some point + if (key == 0) + epsilon = 1e-6; + QCPBarDataMap::const_iterator it = mBarBelow.data()->mData->lowerBound(key-epsilon); + QCPBarDataMap::const_iterator itEnd = mBarBelow.data()->mData->upperBound(key+epsilon); + while (it != itEnd) + { + if ((positive && it.value().value > max) || + (!positive && it.value().value < max)) + max = it.value().value; + ++it; + } + // recurse down the bar-stack to find the total height: + return max + mBarBelow.data()->getStackedBaseValue(key, positive); + } else + return mBaseValue; +} + +/*! \internal + + Connects \a below and \a above to each other via their mBarAbove/mBarBelow properties. The bar(s) + currently above lower and below upper will become disconnected to lower/upper. + + If lower is zero, upper will be disconnected at the bottom. + If upper is zero, lower will be disconnected at the top. +*/ +void QCPBars::connectBars(QCPBars *lower, QCPBars *upper) +{ + if (!lower && !upper) return; + + if (!lower) // disconnect upper at bottom + { + // disconnect old bar below upper: + if (upper->mBarBelow && upper->mBarBelow.data()->mBarAbove.data() == upper) + upper->mBarBelow.data()->mBarAbove = 0; + upper->mBarBelow = 0; + } else if (!upper) // disconnect lower at top + { + // disconnect old bar above lower: + if (lower->mBarAbove && lower->mBarAbove.data()->mBarBelow.data() == lower) + lower->mBarAbove.data()->mBarBelow = 0; + lower->mBarAbove = 0; + } else // connect lower and upper + { + // disconnect old bar above lower: + if (lower->mBarAbove && lower->mBarAbove.data()->mBarBelow.data() == lower) + lower->mBarAbove.data()->mBarBelow = 0; + // disconnect old bar below upper: + if (upper->mBarBelow && upper->mBarBelow.data()->mBarAbove.data() == upper) + upper->mBarBelow.data()->mBarAbove = 0; + lower->mBarAbove = upper; + upper->mBarBelow = lower; + } +} + +/* inherits documentation from base class */ +QCPRange QCPBars::getKeyRange(bool &foundRange, SignDomain inSignDomain) const +{ + QCPRange range; + bool haveLower = false; + bool haveUpper = false; + + double current; + QCPBarDataMap::const_iterator it = mData->constBegin(); + while (it != mData->constEnd()) + { + current = it.value().key; + if (inSignDomain == sdBoth || (inSignDomain == sdNegative && current < 0) || (inSignDomain == sdPositive && current > 0)) + { + if (current < range.lower || !haveLower) + { + range.lower = current; + haveLower = true; + } + if (current > range.upper || !haveUpper) + { + range.upper = current; + haveUpper = true; + } + } + ++it; + } + // determine exact range of bars by including bar width and barsgroup offset: + if (haveLower && mKeyAxis) + { + double lowerPixelWidth, upperPixelWidth, keyPixel; + getPixelWidth(range.lower, lowerPixelWidth, upperPixelWidth); + keyPixel = mKeyAxis.data()->coordToPixel(range.lower) + lowerPixelWidth; + if (mBarsGroup) + keyPixel += mBarsGroup->keyPixelOffset(this, range.lower); + range.lower = mKeyAxis.data()->pixelToCoord(keyPixel); + } + if (haveUpper && mKeyAxis) + { + double lowerPixelWidth, upperPixelWidth, keyPixel; + getPixelWidth(range.upper, lowerPixelWidth, upperPixelWidth); + keyPixel = mKeyAxis.data()->coordToPixel(range.upper) + upperPixelWidth; + if (mBarsGroup) + keyPixel += mBarsGroup->keyPixelOffset(this, range.upper); + range.upper = mKeyAxis.data()->pixelToCoord(keyPixel); + } + foundRange = haveLower && haveUpper; + return range; +} + +/* inherits documentation from base class */ +QCPRange QCPBars::getValueRange(bool &foundRange, SignDomain inSignDomain) const +{ + QCPRange range; + range.lower = mBaseValue; + range.upper = mBaseValue; + bool haveLower = true; // set to true, because baseValue should always be visible in bar charts + bool haveUpper = true; // set to true, because baseValue should always be visible in bar charts + double current; + + QCPBarDataMap::const_iterator it = mData->constBegin(); + while (it != mData->constEnd()) + { + current = it.value().value + getStackedBaseValue(it.value().key, it.value().value >= 0); + if (inSignDomain == sdBoth || (inSignDomain == sdNegative && current < 0) || (inSignDomain == sdPositive && current > 0)) + { + if (current < range.lower || !haveLower) + { + range.lower = current; + haveLower = true; + } + if (current > range.upper || !haveUpper) + { + range.upper = current; + haveUpper = true; + } + } + ++it; + } + + foundRange = true; // return true because bar charts always have the 0-line visible + return range; +} + + +//////////////////////////////////////////////////////////////////////////////////////////////////// +//////////////////// QCPStatisticalBox +//////////////////////////////////////////////////////////////////////////////////////////////////// + +/*! \class QCPStatisticalBox + \brief A plottable representing a single statistical box in a plot. + + \image html QCPStatisticalBox.png + + To plot data, assign it with the individual parameter functions or use \ref setData to set all + parameters at once. The individual functions are: + \li \ref setMinimum + \li \ref setLowerQuartile + \li \ref setMedian + \li \ref setUpperQuartile + \li \ref setMaximum + + Additionally you can define a list of outliers, drawn as scatter datapoints: + \li \ref setOutliers + + \section appearance Changing the appearance + + The appearance of the box itself is controlled via \ref setPen and \ref setBrush. You may change + the width of the box with \ref setWidth in plot coordinates (not pixels). + + Analog functions exist for the minimum/maximum-whiskers: \ref setWhiskerPen, \ref + setWhiskerBarPen, \ref setWhiskerWidth. The whisker width is the width of the bar at the top + (maximum) and bottom (minimum). + + The median indicator line has its own pen, \ref setMedianPen. + + If the whisker backbone pen is changed, make sure to set the capStyle to Qt::FlatCap. Else, the + backbone line might exceed the whisker bars by a few pixels due to the pen cap being not + perfectly flat. + + The Outlier data points are drawn as normal scatter points. Their look can be controlled with + \ref setOutlierStyle + + \section usage Usage + + Like all data representing objects in QCustomPlot, the QCPStatisticalBox is a plottable. + Usually, you first create an instance and add it to the customPlot: + \snippet documentation/doc-code-snippets/mainwindow.cpp qcpstatisticalbox-creation-1 + and then modify the properties of the newly created plottable, e.g.: + \snippet documentation/doc-code-snippets/mainwindow.cpp qcpstatisticalbox-creation-2 +*/ + +/*! + Constructs a statistical box which uses \a keyAxis as its key axis ("x") and \a valueAxis as its + value axis ("y"). \a keyAxis and \a valueAxis must reside in the same QCustomPlot instance and + not have the same orientation. If either of these restrictions is violated, a corresponding + message is printed to the debug output (qDebug), the construction is not aborted, though. + + The constructed statistical box can be added to the plot with QCustomPlot::addPlottable, + QCustomPlot then takes ownership of the statistical box. +*/ +QCPStatisticalBox::QCPStatisticalBox(QCPAxis *keyAxis, QCPAxis *valueAxis) : + QCPAbstractPlottable(keyAxis, valueAxis), + mKey(0), + mMinimum(0), + mLowerQuartile(0), + mMedian(0), + mUpperQuartile(0), + mMaximum(0) +{ + setOutlierStyle(QCPScatterStyle(QCPScatterStyle::ssCircle, Qt::blue, 6)); + setWhiskerWidth(0.2); + setWidth(0.5); + + setPen(QPen(Qt::black)); + setSelectedPen(QPen(Qt::blue, 2.5)); + setMedianPen(QPen(Qt::black, 3, Qt::SolidLine, Qt::FlatCap)); + setWhiskerPen(QPen(Qt::black, 0, Qt::DashLine, Qt::FlatCap)); + setWhiskerBarPen(QPen(Qt::black)); + setBrush(Qt::NoBrush); + setSelectedBrush(Qt::NoBrush); +} + +/*! + Sets the key coordinate of the statistical box. +*/ +void QCPStatisticalBox::setKey(double key) +{ + mKey = key; +} + +/*! + Sets the parameter "minimum" of the statistical box plot. This is the position of the lower + whisker, typically the minimum measurement of the sample that's not considered an outlier. + + \see setMaximum, setWhiskerPen, setWhiskerBarPen, setWhiskerWidth +*/ +void QCPStatisticalBox::setMinimum(double value) +{ + mMinimum = value; +} + +/*! + Sets the parameter "lower Quartile" of the statistical box plot. This is the lower end of the + box. The lower and the upper quartiles are the two statistical quartiles around the median of the + sample, they contain 50% of the sample data. + + \see setUpperQuartile, setPen, setBrush, setWidth +*/ +void QCPStatisticalBox::setLowerQuartile(double value) +{ + mLowerQuartile = value; +} + +/*! + Sets the parameter "median" of the statistical box plot. This is the value of the median mark + inside the quartile box. The median separates the sample data in half (50% of the sample data is + below/above the median). + + \see setMedianPen +*/ +void QCPStatisticalBox::setMedian(double value) +{ + mMedian = value; +} + +/*! + Sets the parameter "upper Quartile" of the statistical box plot. This is the upper end of the + box. The lower and the upper quartiles are the two statistical quartiles around the median of the + sample, they contain 50% of the sample data. + + \see setLowerQuartile, setPen, setBrush, setWidth +*/ +void QCPStatisticalBox::setUpperQuartile(double value) +{ + mUpperQuartile = value; +} + +/*! + Sets the parameter "maximum" of the statistical box plot. This is the position of the upper + whisker, typically the maximum measurement of the sample that's not considered an outlier. + + \see setMinimum, setWhiskerPen, setWhiskerBarPen, setWhiskerWidth +*/ +void QCPStatisticalBox::setMaximum(double value) +{ + mMaximum = value; +} + +/*! + Sets a vector of outlier values that will be drawn as scatters. Any data points in the sample + that are not within the whiskers (\ref setMinimum, \ref setMaximum) should be considered outliers + and displayed as such. + + \see setOutlierStyle +*/ +void QCPStatisticalBox::setOutliers(const QVector &values) +{ + mOutliers = values; +} + +/*! + Sets all parameters of the statistical box plot at once. + + \see setKey, setMinimum, setLowerQuartile, setMedian, setUpperQuartile, setMaximum +*/ +void QCPStatisticalBox::setData(double key, double minimum, double lowerQuartile, double median, double upperQuartile, double maximum) +{ + setKey(key); + setMinimum(minimum); + setLowerQuartile(lowerQuartile); + setMedian(median); + setUpperQuartile(upperQuartile); + setMaximum(maximum); +} + +/*! + Sets the width of the box in key coordinates. + + \see setWhiskerWidth +*/ +void QCPStatisticalBox::setWidth(double width) +{ + mWidth = width; +} + +/*! + Sets the width of the whiskers (\ref setMinimum, \ref setMaximum) in key coordinates. + + \see setWidth +*/ +void QCPStatisticalBox::setWhiskerWidth(double width) +{ + mWhiskerWidth = width; +} + +/*! + Sets the pen used for drawing the whisker backbone (That's the line parallel to the value axis). + + Make sure to set the \a pen capStyle to Qt::FlatCap to prevent the whisker backbone from reaching + a few pixels past the whisker bars, when using a non-zero pen width. + + \see setWhiskerBarPen +*/ +void QCPStatisticalBox::setWhiskerPen(const QPen &pen) +{ + mWhiskerPen = pen; +} + +/*! + Sets the pen used for drawing the whisker bars (Those are the lines parallel to the key axis at + each end of the whisker backbone). + + \see setWhiskerPen +*/ +void QCPStatisticalBox::setWhiskerBarPen(const QPen &pen) +{ + mWhiskerBarPen = pen; +} + +/*! + Sets the pen used for drawing the median indicator line inside the statistical box. +*/ +void QCPStatisticalBox::setMedianPen(const QPen &pen) +{ + mMedianPen = pen; +} + +/*! + Sets the appearance of the outlier data points. + + \see setOutliers +*/ +void QCPStatisticalBox::setOutlierStyle(const QCPScatterStyle &style) +{ + mOutlierStyle = style; +} + +/* inherits documentation from base class */ +void QCPStatisticalBox::clearData() +{ + setOutliers(QVector()); + setKey(0); + setMinimum(0); + setLowerQuartile(0); + setMedian(0); + setUpperQuartile(0); + setMaximum(0); +} + +/* inherits documentation from base class */ +double QCPStatisticalBox::selectTest(const QPointF &pos, bool onlySelectable, QVariant *details) const +{ + Q_UNUSED(details) + if (onlySelectable && !mSelectable) + return -1; + if (!mKeyAxis || !mValueAxis) { qDebug() << Q_FUNC_INFO << "invalid key or value axis"; return -1; } + + if (mKeyAxis.data()->axisRect()->rect().contains(pos.toPoint())) + { + double posKey, posValue; + pixelsToCoords(pos, posKey, posValue); + // quartile box: + QCPRange keyRange(mKey-mWidth*0.5, mKey+mWidth*0.5); + QCPRange valueRange(mLowerQuartile, mUpperQuartile); + if (keyRange.contains(posKey) && valueRange.contains(posValue)) + return mParentPlot->selectionTolerance()*0.99; + + // min/max whiskers: + if (QCPRange(mMinimum, mMaximum).contains(posValue)) + return qAbs(mKeyAxis.data()->coordToPixel(mKey)-mKeyAxis.data()->coordToPixel(posKey)); + } + return -1; +} + +/* inherits documentation from base class */ +void QCPStatisticalBox::draw(QCPPainter *painter) +{ + if (!mKeyAxis || !mValueAxis) { qDebug() << Q_FUNC_INFO << "invalid key or value axis"; return; } + + // check data validity if flag set: +#ifdef QCUSTOMPLOT_CHECK_DATA + if (QCP::isInvalidData(mKey, mMedian) || + QCP::isInvalidData(mLowerQuartile, mUpperQuartile) || + QCP::isInvalidData(mMinimum, mMaximum)) + qDebug() << Q_FUNC_INFO << "Data point at" << mKey << "of drawn range has invalid data." << "Plottable name:" << name(); + for (int i=0; isave(); + painter->setClipRect(quartileBox, Qt::IntersectClip); + drawMedian(painter); + painter->restore(); + + drawWhiskers(painter); + drawOutliers(painter); +} + +/* inherits documentation from base class */ +void QCPStatisticalBox::drawLegendIcon(QCPPainter *painter, const QRectF &rect) const +{ + // draw filled rect: + applyDefaultAntialiasingHint(painter); + painter->setPen(mPen); + painter->setBrush(mBrush); + QRectF r = QRectF(0, 0, rect.width()*0.67, rect.height()*0.67); + r.moveCenter(rect.center()); + painter->drawRect(r); +} + +/*! \internal + + Draws the quartile box. \a box is an output parameter that returns the quartile box (in pixel + coordinates) which is used to set the clip rect of the painter before calling \ref drawMedian (so + the median doesn't draw outside the quartile box). +*/ +void QCPStatisticalBox::drawQuartileBox(QCPPainter *painter, QRectF *quartileBox) const +{ + QRectF box; + box.setTopLeft(coordsToPixels(mKey-mWidth*0.5, mUpperQuartile)); + box.setBottomRight(coordsToPixels(mKey+mWidth*0.5, mLowerQuartile)); + applyDefaultAntialiasingHint(painter); + painter->setPen(mainPen()); + painter->setBrush(mainBrush()); + painter->drawRect(box); + if (quartileBox) + *quartileBox = box; +} + +/*! \internal + + Draws the median line inside the quartile box. +*/ +void QCPStatisticalBox::drawMedian(QCPPainter *painter) const +{ + QLineF medianLine; + medianLine.setP1(coordsToPixels(mKey-mWidth*0.5, mMedian)); + medianLine.setP2(coordsToPixels(mKey+mWidth*0.5, mMedian)); + applyDefaultAntialiasingHint(painter); + painter->setPen(mMedianPen); + painter->drawLine(medianLine); +} + +/*! \internal + + Draws both whisker backbones and bars. +*/ +void QCPStatisticalBox::drawWhiskers(QCPPainter *painter) const +{ + QLineF backboneMin, backboneMax, barMin, barMax; + backboneMax.setPoints(coordsToPixels(mKey, mUpperQuartile), coordsToPixels(mKey, mMaximum)); + backboneMin.setPoints(coordsToPixels(mKey, mLowerQuartile), coordsToPixels(mKey, mMinimum)); + barMax.setPoints(coordsToPixels(mKey-mWhiskerWidth*0.5, mMaximum), coordsToPixels(mKey+mWhiskerWidth*0.5, mMaximum)); + barMin.setPoints(coordsToPixels(mKey-mWhiskerWidth*0.5, mMinimum), coordsToPixels(mKey+mWhiskerWidth*0.5, mMinimum)); + applyErrorBarsAntialiasingHint(painter); + painter->setPen(mWhiskerPen); + painter->drawLine(backboneMin); + painter->drawLine(backboneMax); + painter->setPen(mWhiskerBarPen); + painter->drawLine(barMin); + painter->drawLine(barMax); +} + +/*! \internal + + Draws the outlier scatter points. +*/ +void QCPStatisticalBox::drawOutliers(QCPPainter *painter) const +{ + applyScattersAntialiasingHint(painter); + mOutlierStyle.applyTo(painter, mPen); + for (int i=0; i 0) + return QCPRange(mKey-mWidth*0.5, mKey+mWidth*0.5); + else if (mKey > 0) + return QCPRange(mKey, mKey+mWidth*0.5); + else + { + foundRange = false; + return QCPRange(); + } + } + foundRange = false; + return QCPRange(); +} + +/* inherits documentation from base class */ +QCPRange QCPStatisticalBox::getValueRange(bool &foundRange, SignDomain inSignDomain) const +{ + QVector values; // values that must be considered (i.e. all outliers and the five box-parameters) + values.reserve(mOutliers.size() + 5); + values << mMaximum << mUpperQuartile << mMedian << mLowerQuartile << mMinimum; + values << mOutliers; + // go through values and find the ones in legal range: + bool haveUpper = false; + bool haveLower = false; + double upper = 0; + double lower = 0; + for (int i=0; i 0) || + (inSignDomain == sdBoth)) + { + if (values.at(i) > upper || !haveUpper) + { + upper = values.at(i); + haveUpper = true; + } + if (values.at(i) < lower || !haveLower) + { + lower = values.at(i); + haveLower = true; + } + } + } + // return the bounds if we found some sensible values: + if (haveLower && haveUpper) + { + foundRange = true; + return QCPRange(lower, upper); + } else // might happen if all values are in other sign domain + { + foundRange = false; + return QCPRange(); + } +} + + +//////////////////////////////////////////////////////////////////////////////////////////////////// +//////////////////// QCPColorMapData +//////////////////////////////////////////////////////////////////////////////////////////////////// + +/*! \class QCPColorMapData + \brief Holds the two-dimensional data of a QCPColorMap plottable. + + This class is a data storage for \ref QCPColorMap. It holds a two-dimensional array, which \ref + QCPColorMap then displays as a 2D image in the plot, where the array values are represented by a + color, depending on the value. + + The size of the array can be controlled via \ref setSize (or \ref setKeySize, \ref setValueSize). + Which plot coordinates these cells correspond to can be configured with \ref setRange (or \ref + setKeyRange, \ref setValueRange). + + The data cells can be accessed in two ways: They can be directly addressed by an integer index + with \ref setCell. This is the fastest method. Alternatively, they can be addressed by their plot + coordinate with \ref setData. plot coordinate to cell index transformations and vice versa are + provided by the functions \ref coordToCell and \ref cellToCoord. + + This class also buffers the minimum and maximum values that are in the data set, to provide + QCPColorMap::rescaleDataRange with the necessary information quickly. Setting a cell to a value + that is greater than the current maximum increases this maximum to the new value. However, + setting the cell that currently holds the maximum value to a smaller value doesn't decrease the + maximum again, because finding the true new maximum would require going through the entire data + array, which might be time consuming. The same holds for the data minimum. This functionality is + given by \ref recalculateDataBounds, such that you can decide when it is sensible to find the + true current minimum and maximum. The method QCPColorMap::rescaleDataRange offers a convenience + parameter \a recalculateDataBounds which may be set to true to automatically call \ref + recalculateDataBounds internally. +*/ + +/* start of documentation of inline functions */ + +/*! \fn bool QCPColorMapData::isEmpty() const + + Returns whether this instance carries no data. This is equivalent to having a size where at least + one of the dimensions is 0 (see \ref setSize). +*/ + +/* end of documentation of inline functions */ + +/*! + Constructs a new QCPColorMapData instance. The instance has \a keySize cells in the key direction + and \a valueSize cells in the value direction. These cells will be displayed by the \ref QCPColorMap + at the coordinates \a keyRange and \a valueRange. + + \see setSize, setKeySize, setValueSize, setRange, setKeyRange, setValueRange +*/ +QCPColorMapData::QCPColorMapData(int keySize, int valueSize, const QCPRange &keyRange, const QCPRange &valueRange) : + mKeySize(0), + mValueSize(0), + mKeyRange(keyRange), + mValueRange(valueRange), + mIsEmpty(true), + mData(0), + mDataModified(true) +{ + setSize(keySize, valueSize); + fill(0); +} + +QCPColorMapData::~QCPColorMapData() +{ + if (mData) + delete[] mData; +} + +/*! + Constructs a new QCPColorMapData instance copying the data and range of \a other. +*/ +QCPColorMapData::QCPColorMapData(const QCPColorMapData &other) : + mKeySize(0), + mValueSize(0), + mIsEmpty(true), + mData(0), + mDataModified(true) +{ + *this = other; +} + +/*! + Overwrites this color map data instance with the data stored in \a other. +*/ +QCPColorMapData &QCPColorMapData::operator=(const QCPColorMapData &other) +{ + if (&other != this) + { + const int keySize = other.keySize(); + const int valueSize = other.valueSize(); + setSize(keySize, valueSize); + setRange(other.keyRange(), other.valueRange()); + if (!mIsEmpty) + memcpy(mData, other.mData, sizeof(mData[0])*keySize*valueSize); + mDataBounds = other.mDataBounds; + mDataModified = true; + } + return *this; +} + +/* undocumented getter */ +double QCPColorMapData::data(double key, double value) +{ + int keyCell = (key-mKeyRange.lower)/(mKeyRange.upper-mKeyRange.lower)*(mKeySize-1)+0.5; + int valueCell = (value-mValueRange.lower)/(mValueRange.upper-mValueRange.lower)*(mValueSize-1)+0.5; + if (keyCell >= 0 && keyCell < mKeySize && valueCell >= 0 && valueCell < mValueSize) + return mData[valueCell*mKeySize + keyCell]; + else + return 0; +} + +/* undocumented getter */ +double QCPColorMapData::cell(int keyIndex, int valueIndex) +{ + if (keyIndex >= 0 && keyIndex < mKeySize && valueIndex >= 0 && valueIndex < mValueSize) + return mData[valueIndex*mKeySize + keyIndex]; + else + return 0; +} + +/*! + Resizes the data array to have \a keySize cells in the key dimension and \a valueSize cells in + the value dimension. + + The current data is discarded and the map cells are set to 0, unless the map had already the + requested size. + + Setting at least one of \a keySize or \a valueSize to zero frees the internal data array and \ref + isEmpty returns true. + + \see setRange, setKeySize, setValueSize +*/ +void QCPColorMapData::setSize(int keySize, int valueSize) +{ + if (keySize != mKeySize || valueSize != mValueSize) + { + mKeySize = keySize; + mValueSize = valueSize; + if (mData) + delete[] mData; + mIsEmpty = mKeySize == 0 || mValueSize == 0; + if (!mIsEmpty) + { +#ifdef __EXCEPTIONS + try { // 2D arrays get memory intensive fast. So if the allocation fails, at least output debug message +#endif + mData = new double[mKeySize*mValueSize]; +#ifdef __EXCEPTIONS + } catch (...) { mData = 0; } +#endif + if (mData) + fill(0); + else + qDebug() << Q_FUNC_INFO << "out of memory for data dimensions "<< mKeySize << "*" << mValueSize; + } else + mData = 0; + mDataModified = true; + } +} + +/*! + Resizes the data array to have \a keySize cells in the key dimension. + + The current data is discarded and the map cells are set to 0, unless the map had already the + requested size. + + Setting \a keySize to zero frees the internal data array and \ref isEmpty returns true. + + \see setKeyRange, setSize, setValueSize +*/ +void QCPColorMapData::setKeySize(int keySize) +{ + setSize(keySize, mValueSize); +} + +/*! + Resizes the data array to have \a valueSize cells in the value dimension. + + The current data is discarded and the map cells are set to 0, unless the map had already the + requested size. + + Setting \a valueSize to zero frees the internal data array and \ref isEmpty returns true. + + \see setValueRange, setSize, setKeySize +*/ +void QCPColorMapData::setValueSize(int valueSize) +{ + setSize(mKeySize, valueSize); +} + +/*! + Sets the coordinate ranges the data shall be distributed over. This defines the rectangular area + covered by the color map in plot coordinates. + + The outer cells will be centered on the range boundaries given to this function. For example, if + the key size (\ref setKeySize) is 3 and \a keyRange is set to QCPRange(2, 3) there will + be cells centered on the key coordinates 2, 2.5 and 3. + + \see setSize +*/ +void QCPColorMapData::setRange(const QCPRange &keyRange, const QCPRange &valueRange) +{ + setKeyRange(keyRange); + setValueRange(valueRange); +} + +/*! + Sets the coordinate range the data shall be distributed over in the key dimension. Together with + the value range, This defines the rectangular area covered by the color map in plot coordinates. + + The outer cells will be centered on the range boundaries given to this function. For example, if + the key size (\ref setKeySize) is 3 and \a keyRange is set to QCPRange(2, 3) there will + be cells centered on the key coordinates 2, 2.5 and 3. + + \see setRange, setValueRange, setSize +*/ +void QCPColorMapData::setKeyRange(const QCPRange &keyRange) +{ + mKeyRange = keyRange; +} + +/*! + Sets the coordinate range the data shall be distributed over in the value dimension. Together with + the key range, This defines the rectangular area covered by the color map in plot coordinates. + + The outer cells will be centered on the range boundaries given to this function. For example, if + the value size (\ref setValueSize) is 3 and \a valueRange is set to QCPRange(2, 3) there + will be cells centered on the value coordinates 2, 2.5 and 3. + + \see setRange, setKeyRange, setSize +*/ +void QCPColorMapData::setValueRange(const QCPRange &valueRange) +{ + mValueRange = valueRange; +} + +/*! + Sets the data of the cell, which lies at the plot coordinates given by \a key and \a value, to \a + z. + + \note The QCPColorMap always displays the data at equal key/value intervals, even if the key or + value axis is set to a logarithmic scaling. If you want to use QCPColorMap with logarithmic axes, + you shouldn't use the \ref QCPColorMapData::setData method as it uses a linear transformation to + determine the cell index. Rather directly access the cell index with \ref + QCPColorMapData::setCell. + + \see setCell, setRange +*/ +void QCPColorMapData::setData(double key, double value, double z) +{ + int keyCell = (key-mKeyRange.lower)/(mKeyRange.upper-mKeyRange.lower)*(mKeySize-1)+0.5; + int valueCell = (value-mValueRange.lower)/(mValueRange.upper-mValueRange.lower)*(mValueSize-1)+0.5; + if (keyCell >= 0 && keyCell < mKeySize && valueCell >= 0 && valueCell < mValueSize) + { + mData[valueCell*mKeySize + keyCell] = z; + if (z < mDataBounds.lower) + mDataBounds.lower = z; + if (z > mDataBounds.upper) + mDataBounds.upper = z; + mDataModified = true; + } +} + +/*! + Sets the data of the cell with indices \a keyIndex and \a valueIndex to \a z. The indices + enumerate the cells starting from zero, up to the map's size-1 in the respective dimension (see + \ref setSize). + + In the standard plot configuration (horizontal key axis and vertical value axis, both not + range-reversed), the cell with indices (0, 0) is in the bottom left corner and the cell with + indices (keySize-1, valueSize-1) is in the top right corner of the color map. + + \see setData, setSize +*/ +void QCPColorMapData::setCell(int keyIndex, int valueIndex, double z) +{ + if (keyIndex >= 0 && keyIndex < mKeySize && valueIndex >= 0 && valueIndex < mValueSize) + { + mData[valueIndex*mKeySize + keyIndex] = z; + if (z < mDataBounds.lower) + mDataBounds.lower = z; + if (z > mDataBounds.upper) + mDataBounds.upper = z; + mDataModified = true; + } +} + +/*! + Goes through the data and updates the buffered minimum and maximum data values. + + Calling this method is only advised if you are about to call \ref QCPColorMap::rescaleDataRange + and can not guarantee that the cells holding the maximum or minimum data haven't been overwritten + with a smaller or larger value respectively, since the buffered maximum/minimum values have been + updated the last time. Why this is the case is explained in the class description (\ref + QCPColorMapData). + + Note that the method \ref QCPColorMap::rescaleDataRange provides a parameter \a + recalculateDataBounds for convenience. Setting this to true will call this method for you, before + doing the rescale. +*/ +void QCPColorMapData::recalculateDataBounds() +{ + if (mKeySize > 0 && mValueSize > 0) + { + double minHeight = mData[0]; + double maxHeight = mData[0]; + const int dataCount = mValueSize*mKeySize; + for (int i=0; i maxHeight) + maxHeight = mData[i]; + if (mData[i] < minHeight) + minHeight = mData[i]; + } + mDataBounds.lower = minHeight; + mDataBounds.upper = maxHeight; + } +} + +/*! + Frees the internal data memory. + + This is equivalent to calling \ref setSize "setSize(0, 0)". +*/ +void QCPColorMapData::clear() +{ + setSize(0, 0); +} + +/*! + Sets all cells to the value \a z. +*/ +void QCPColorMapData::fill(double z) +{ + const int dataCount = mValueSize*mKeySize; + for (int i=0; i(data); + return; + } + if (copy) + { + *mMapData = *data; + } else + { + delete mMapData; + mMapData = data; + } + mMapImageInvalidated = true; +} + +/*! + Sets the data range of this color map to \a dataRange. The data range defines which data values + are mapped to the color gradient. + + To make the data range span the full range of the data set, use \ref rescaleDataRange. + + \see QCPColorScale::setDataRange +*/ +void QCPColorMap::setDataRange(const QCPRange &dataRange) +{ + if (!QCPRange::validRange(dataRange)) return; + if (mDataRange.lower != dataRange.lower || mDataRange.upper != dataRange.upper) + { + if (mDataScaleType == QCPAxis::stLogarithmic) + mDataRange = dataRange.sanitizedForLogScale(); + else + mDataRange = dataRange.sanitizedForLinScale(); + mMapImageInvalidated = true; + emit dataRangeChanged(mDataRange); + } +} + +/*! + Sets whether the data is correlated with the color gradient linearly or logarithmically. + + \see QCPColorScale::setDataScaleType +*/ +void QCPColorMap::setDataScaleType(QCPAxis::ScaleType scaleType) +{ + if (mDataScaleType != scaleType) + { + mDataScaleType = scaleType; + mMapImageInvalidated = true; + emit dataScaleTypeChanged(mDataScaleType); + if (mDataScaleType == QCPAxis::stLogarithmic) + setDataRange(mDataRange.sanitizedForLogScale()); + } +} + +/*! + Sets the color gradient that is used to represent the data. For more details on how to create an + own gradient or use one of the preset gradients, see \ref QCPColorGradient. + + The colors defined by the gradient will be used to represent data values in the currently set + data range, see \ref setDataRange. Data points that are outside this data range will either be + colored uniformly with the respective gradient boundary color, or the gradient will repeat, + depending on \ref QCPColorGradient::setPeriodic. + + \see QCPColorScale::setGradient +*/ +void QCPColorMap::setGradient(const QCPColorGradient &gradient) +{ + if (mGradient != gradient) + { + mGradient = gradient; + mMapImageInvalidated = true; + emit gradientChanged(mGradient); + } +} + +/*! + Sets whether the color map image shall use bicubic interpolation when displaying the color map + shrinked or expanded, and not at a 1:1 pixel-to-data scale. + + \image html QCPColorMap-interpolate.png "A 10*10 color map, with interpolation and without interpolation enabled" +*/ +void QCPColorMap::setInterpolate(bool enabled) +{ + mInterpolate = enabled; + mMapImageInvalidated = true; // because oversampling factors might need to change +} + +/*! + Sets whether the outer most data rows and columns are clipped to the specified key and value + range (see \ref QCPColorMapData::setKeyRange, \ref QCPColorMapData::setValueRange). + + if \a enabled is set to false, the data points at the border of the color map are drawn with the + same width and height as all other data points. Since the data points are represented by + rectangles of one color centered on the data coordinate, this means that the shown color map + extends by half a data point over the specified key/value range in each direction. + + \image html QCPColorMap-tightboundary.png "A color map, with tight boundary enabled and disabled" +*/ +void QCPColorMap::setTightBoundary(bool enabled) +{ + mTightBoundary = enabled; +} + +/*! + Associates the color scale \a colorScale with this color map. + + This means that both the color scale and the color map synchronize their gradient, data range and + data scale type (\ref setGradient, \ref setDataRange, \ref setDataScaleType). Multiple color maps + can be associated with one single color scale. This causes the color maps to also synchronize + those properties, via the mutual color scale. + + This function causes the color map to adopt the current color gradient, data range and data scale + type of \a colorScale. After this call, you may change these properties at either the color map + or the color scale, and the setting will be applied to both. + + Pass 0 as \a colorScale to disconnect the color scale from this color map again. +*/ +void QCPColorMap::setColorScale(QCPColorScale *colorScale) +{ + if (mColorScale) // unconnect signals from old color scale + { + disconnect(this, SIGNAL(dataRangeChanged(QCPRange)), mColorScale.data(), SLOT(setDataRange(QCPRange))); + disconnect(this, SIGNAL(dataScaleTypeChanged(QCPAxis::ScaleType)), mColorScale.data(), SLOT(setDataScaleType(QCPAxis::ScaleType))); + disconnect(this, SIGNAL(gradientChanged(QCPColorGradient)), mColorScale.data(), SLOT(setGradient(QCPColorGradient))); + disconnect(mColorScale.data(), SIGNAL(dataRangeChanged(QCPRange)), this, SLOT(setDataRange(QCPRange))); + disconnect(mColorScale.data(), SIGNAL(gradientChanged(QCPColorGradient)), this, SLOT(setGradient(QCPColorGradient))); + disconnect(mColorScale.data(), SIGNAL(dataScaleTypeChanged(QCPAxis::ScaleType)), this, SLOT(setDataScaleType(QCPAxis::ScaleType))); + } + mColorScale = colorScale; + if (mColorScale) // connect signals to new color scale + { + setGradient(mColorScale.data()->gradient()); + setDataRange(mColorScale.data()->dataRange()); + setDataScaleType(mColorScale.data()->dataScaleType()); + connect(this, SIGNAL(dataRangeChanged(QCPRange)), mColorScale.data(), SLOT(setDataRange(QCPRange))); + connect(this, SIGNAL(dataScaleTypeChanged(QCPAxis::ScaleType)), mColorScale.data(), SLOT(setDataScaleType(QCPAxis::ScaleType))); + connect(this, SIGNAL(gradientChanged(QCPColorGradient)), mColorScale.data(), SLOT(setGradient(QCPColorGradient))); + connect(mColorScale.data(), SIGNAL(dataRangeChanged(QCPRange)), this, SLOT(setDataRange(QCPRange))); + connect(mColorScale.data(), SIGNAL(gradientChanged(QCPColorGradient)), this, SLOT(setGradient(QCPColorGradient))); + connect(mColorScale.data(), SIGNAL(dataScaleTypeChanged(QCPAxis::ScaleType)), this, SLOT(setDataScaleType(QCPAxis::ScaleType))); + } +} + +/*! + Sets the data range (\ref setDataRange) to span the minimum and maximum values that occur in the + current data set. This corresponds to the \ref rescaleKeyAxis or \ref rescaleValueAxis methods, + only for the third data dimension of the color map. + + The minimum and maximum values of the data set are buffered in the internal QCPColorMapData + instance (\ref data). As data is updated via its \ref QCPColorMapData::setCell or \ref + QCPColorMapData::setData, the buffered minimum and maximum values are updated, too. For + performance reasons, however, they are only updated in an expanding fashion. So the buffered + maximum can only increase and the buffered minimum can only decrease. In consequence, changes to + the data that actually lower the maximum of the data set (by overwriting the cell holding the + current maximum with a smaller value), aren't recognized and the buffered maximum overestimates + the true maximum of the data set. The same happens for the buffered minimum. To recalculate the + true minimum and maximum by explicitly looking at each cell, the method + QCPColorMapData::recalculateDataBounds can be used. For convenience, setting the parameter \a + recalculateDataBounds calls this method before setting the data range to the buffered minimum and + maximum. + + \see setDataRange +*/ +void QCPColorMap::rescaleDataRange(bool recalculateDataBounds) +{ + if (recalculateDataBounds) + mMapData->recalculateDataBounds(); + setDataRange(mMapData->dataBounds()); +} + +/*! + Takes the current appearance of the color map and updates the legend icon, which is used to + represent this color map in the legend (see \ref QCPLegend). + + The \a transformMode specifies whether the rescaling is done by a faster, low quality image + scaling algorithm (Qt::FastTransformation) or by a slower, higher quality algorithm + (Qt::SmoothTransformation). + + The current color map appearance is scaled down to \a thumbSize. Ideally, this should be equal to + the size of the legend icon (see \ref QCPLegend::setIconSize). If it isn't exactly the configured + legend icon size, the thumb will be rescaled during drawing of the legend item. + + \see setDataRange +*/ +void QCPColorMap::updateLegendIcon(Qt::TransformationMode transformMode, const QSize &thumbSize) +{ + if (mMapImage.isNull() && !data()->isEmpty()) + updateMapImage(); // try to update map image if it's null (happens if no draw has happened yet) + + if (!mMapImage.isNull()) // might still be null, e.g. if data is empty, so check here again + { + bool mirrorX = (keyAxis()->orientation() == Qt::Horizontal ? keyAxis() : valueAxis())->rangeReversed(); + bool mirrorY = (valueAxis()->orientation() == Qt::Vertical ? valueAxis() : keyAxis())->rangeReversed(); + mLegendIcon = QPixmap::fromImage(mMapImage.mirrored(mirrorX, mirrorY)).scaled(thumbSize, Qt::KeepAspectRatio, transformMode); + } +} + +/*! + Clears the colormap data by calling \ref QCPColorMapData::clear() on the internal data. This also + resizes the map to 0x0 cells. +*/ +void QCPColorMap::clearData() +{ + mMapData->clear(); +} + +/* inherits documentation from base class */ +double QCPColorMap::selectTest(const QPointF &pos, bool onlySelectable, QVariant *details) const +{ + Q_UNUSED(details) + if (onlySelectable && !mSelectable) + return -1; + if (!mKeyAxis || !mValueAxis) { qDebug() << Q_FUNC_INFO << "invalid key or value axis"; return -1; } + + if (mKeyAxis.data()->axisRect()->rect().contains(pos.toPoint())) + { + double posKey, posValue; + pixelsToCoords(pos, posKey, posValue); + if (mMapData->keyRange().contains(posKey) && mMapData->valueRange().contains(posValue)) + return mParentPlot->selectionTolerance()*0.99; + } + return -1; +} + +/*! \internal + + Updates the internal map image buffer by going through the internal \ref QCPColorMapData and + turning the data values into color pixels with \ref QCPColorGradient::colorize. + + This method is called by \ref QCPColorMap::draw if either the data has been modified or the map image + has been invalidated for a different reason (e.g. a change of the data range with \ref + setDataRange). + + If the map cell count is low, the image created will be oversampled in order to avoid a + QPainter::drawImage bug which makes inner pixel boundaries jitter when stretch-drawing images + without smooth transform enabled. Accordingly, oversampling isn't performed if \ref + setInterpolate is true. +*/ +void QCPColorMap::updateMapImage() +{ + QCPAxis *keyAxis = mKeyAxis.data(); + if (!keyAxis) return; + if (mMapData->isEmpty()) return; + + const int keySize = mMapData->keySize(); + const int valueSize = mMapData->valueSize(); + int keyOversamplingFactor = mInterpolate ? 1 : (int)(1.0+100.0/(double)keySize); // make mMapImage have at least size 100, factor becomes 1 if size > 200 or interpolation is on + int valueOversamplingFactor = mInterpolate ? 1 : (int)(1.0+100.0/(double)valueSize); // make mMapImage have at least size 100, factor becomes 1 if size > 200 or interpolation is on + + // resize mMapImage to correct dimensions including possible oversampling factors, according to key/value axes orientation: + if (keyAxis->orientation() == Qt::Horizontal && (mMapImage.width() != keySize*keyOversamplingFactor || mMapImage.height() != valueSize*valueOversamplingFactor)) + mMapImage = QImage(QSize(keySize*keyOversamplingFactor, valueSize*valueOversamplingFactor), QImage::Format_RGB32); + else if (keyAxis->orientation() == Qt::Vertical && (mMapImage.width() != valueSize*valueOversamplingFactor || mMapImage.height() != keySize*keyOversamplingFactor)) + mMapImage = QImage(QSize(valueSize*valueOversamplingFactor, keySize*keyOversamplingFactor), QImage::Format_RGB32); + + QImage *localMapImage = &mMapImage; // this is the image on which the colorization operates. Either the final mMapImage, or if we need oversampling, mUndersampledMapImage + if (keyOversamplingFactor > 1 || valueOversamplingFactor > 1) + { + // resize undersampled map image to actual key/value cell sizes: + if (keyAxis->orientation() == Qt::Horizontal && (mUndersampledMapImage.width() != keySize || mUndersampledMapImage.height() != valueSize)) + mUndersampledMapImage = QImage(QSize(keySize, valueSize), QImage::Format_RGB32); + else if (keyAxis->orientation() == Qt::Vertical && (mUndersampledMapImage.width() != valueSize || mUndersampledMapImage.height() != keySize)) + mUndersampledMapImage = QImage(QSize(valueSize, keySize), QImage::Format_RGB32); + localMapImage = &mUndersampledMapImage; // make the colorization run on the undersampled image + } else if (!mUndersampledMapImage.isNull()) + mUndersampledMapImage = QImage(); // don't need oversampling mechanism anymore (map size has changed) but mUndersampledMapImage still has nonzero size, free it + + const double *rawData = mMapData->mData; + if (keyAxis->orientation() == Qt::Horizontal) + { + const int lineCount = valueSize; + const int rowCount = keySize; + for (int line=0; line(localMapImage->scanLine(lineCount-1-line)); // invert scanline index because QImage counts scanlines from top, but our vertical index counts from bottom (mathematical coordinate system) + mGradient.colorize(rawData+line*rowCount, mDataRange, pixels, rowCount, 1, mDataScaleType==QCPAxis::stLogarithmic); + } + } else // keyAxis->orientation() == Qt::Vertical + { + const int lineCount = keySize; + const int rowCount = valueSize; + for (int line=0; line(localMapImage->scanLine(lineCount-1-line)); // invert scanline index because QImage counts scanlines from top, but our vertical index counts from bottom (mathematical coordinate system) + mGradient.colorize(rawData+line, mDataRange, pixels, rowCount, lineCount, mDataScaleType==QCPAxis::stLogarithmic); + } + } + + if (keyOversamplingFactor > 1 || valueOversamplingFactor > 1) + { + if (keyAxis->orientation() == Qt::Horizontal) + mMapImage = mUndersampledMapImage.scaled(keySize*keyOversamplingFactor, valueSize*valueOversamplingFactor, Qt::IgnoreAspectRatio, Qt::FastTransformation); + else + mMapImage = mUndersampledMapImage.scaled(valueSize*valueOversamplingFactor, keySize*keyOversamplingFactor, Qt::IgnoreAspectRatio, Qt::FastTransformation); + } + mMapData->mDataModified = false; + mMapImageInvalidated = false; +} + +/* inherits documentation from base class */ +void QCPColorMap::draw(QCPPainter *painter) +{ + if (mMapData->isEmpty()) return; + if (!mKeyAxis || !mValueAxis) return; + applyDefaultAntialiasingHint(painter); + + if (mMapData->mDataModified || mMapImageInvalidated) + updateMapImage(); + + // use buffer if painting vectorized (PDF): + bool useBuffer = painter->modes().testFlag(QCPPainter::pmVectorized); + QCPPainter *localPainter = painter; // will be redirected to paint on mapBuffer if painting vectorized + QRectF mapBufferTarget; // the rect in absolute widget coordinates where the visible map portion/buffer will end up in + QPixmap mapBuffer; + double mapBufferPixelRatio = 3; // factor by which DPI is increased in embedded bitmaps + if (useBuffer) + { + mapBufferTarget = painter->clipRegion().boundingRect(); + mapBuffer = QPixmap((mapBufferTarget.size()*mapBufferPixelRatio).toSize()); + mapBuffer.fill(Qt::transparent); + localPainter = new QCPPainter(&mapBuffer); + localPainter->scale(mapBufferPixelRatio, mapBufferPixelRatio); + localPainter->translate(-mapBufferTarget.topLeft()); + } + + QRectF imageRect = QRectF(coordsToPixels(mMapData->keyRange().lower, mMapData->valueRange().lower), + coordsToPixels(mMapData->keyRange().upper, mMapData->valueRange().upper)).normalized(); + // extend imageRect to contain outer halves/quarters of bordering/cornering pixels (cells are centered on map range boundary): + double halfCellWidth = 0; // in pixels + double halfCellHeight = 0; // in pixels + if (keyAxis()->orientation() == Qt::Horizontal) + { + if (mMapData->keySize() > 1) + halfCellWidth = 0.5*imageRect.width()/(double)(mMapData->keySize()-1); + if (mMapData->valueSize() > 1) + halfCellHeight = 0.5*imageRect.height()/(double)(mMapData->valueSize()-1); + } else // keyAxis orientation is Qt::Vertical + { + if (mMapData->keySize() > 1) + halfCellHeight = 0.5*imageRect.height()/(double)(mMapData->keySize()-1); + if (mMapData->valueSize() > 1) + halfCellWidth = 0.5*imageRect.width()/(double)(mMapData->valueSize()-1); + } + imageRect.adjust(-halfCellWidth, -halfCellHeight, halfCellWidth, halfCellHeight); + bool mirrorX = (keyAxis()->orientation() == Qt::Horizontal ? keyAxis() : valueAxis())->rangeReversed(); + bool mirrorY = (valueAxis()->orientation() == Qt::Vertical ? valueAxis() : keyAxis())->rangeReversed(); + bool smoothBackup = localPainter->renderHints().testFlag(QPainter::SmoothPixmapTransform); + localPainter->setRenderHint(QPainter::SmoothPixmapTransform, mInterpolate); + QRegion clipBackup; + if (mTightBoundary) + { + clipBackup = localPainter->clipRegion(); + QRectF tightClipRect = QRectF(coordsToPixels(mMapData->keyRange().lower, mMapData->valueRange().lower), + coordsToPixels(mMapData->keyRange().upper, mMapData->valueRange().upper)).normalized(); + localPainter->setClipRect(tightClipRect, Qt::IntersectClip); + } + localPainter->drawImage(imageRect, mMapImage.mirrored(mirrorX, mirrorY)); + if (mTightBoundary) + localPainter->setClipRegion(clipBackup); + localPainter->setRenderHint(QPainter::SmoothPixmapTransform, smoothBackup); + + if (useBuffer) // localPainter painted to mapBuffer, so now draw buffer with original painter + { + delete localPainter; + painter->drawPixmap(mapBufferTarget.toRect(), mapBuffer); + } +} + +/* inherits documentation from base class */ +void QCPColorMap::drawLegendIcon(QCPPainter *painter, const QRectF &rect) const +{ + applyDefaultAntialiasingHint(painter); + // draw map thumbnail: + if (!mLegendIcon.isNull()) + { + QPixmap scaledIcon = mLegendIcon.scaled(rect.size().toSize(), Qt::KeepAspectRatio, Qt::FastTransformation); + QRectF iconRect = QRectF(0, 0, scaledIcon.width(), scaledIcon.height()); + iconRect.moveCenter(rect.center()); + painter->drawPixmap(iconRect.topLeft(), scaledIcon); + } + /* + // draw frame: + painter->setBrush(Qt::NoBrush); + painter->setPen(Qt::black); + painter->drawRect(rect.adjusted(1, 1, 0, 0)); + */ +} + +/* inherits documentation from base class */ +QCPRange QCPColorMap::getKeyRange(bool &foundRange, SignDomain inSignDomain) const +{ + foundRange = true; + QCPRange result = mMapData->keyRange(); + result.normalize(); + if (inSignDomain == QCPAbstractPlottable::sdPositive) + { + if (result.lower <= 0 && result.upper > 0) + result.lower = result.upper*1e-3; + else if (result.lower <= 0 && result.upper <= 0) + foundRange = false; + } else if (inSignDomain == QCPAbstractPlottable::sdNegative) + { + if (result.upper >= 0 && result.lower < 0) + result.upper = result.lower*1e-3; + else if (result.upper >= 0 && result.lower >= 0) + foundRange = false; + } + return result; +} + +/* inherits documentation from base class */ +QCPRange QCPColorMap::getValueRange(bool &foundRange, SignDomain inSignDomain) const +{ + foundRange = true; + QCPRange result = mMapData->valueRange(); + result.normalize(); + if (inSignDomain == QCPAbstractPlottable::sdPositive) + { + if (result.lower <= 0 && result.upper > 0) + result.lower = result.upper*1e-3; + else if (result.lower <= 0 && result.upper <= 0) + foundRange = false; + } else if (inSignDomain == QCPAbstractPlottable::sdNegative) + { + if (result.upper >= 0 && result.lower < 0) + result.upper = result.lower*1e-3; + else if (result.upper >= 0 && result.lower >= 0) + foundRange = false; + } + return result; +} + + +//////////////////////////////////////////////////////////////////////////////////////////////////// +//////////////////// QCPFinancialData +//////////////////////////////////////////////////////////////////////////////////////////////////// + +/*! \class QCPFinancialData + \brief Holds the data of one single data point for QCPFinancial. + + The container for storing multiple data points is \ref QCPFinancialDataMap. + + The stored data is: + \li \a key: coordinate on the key axis of this data point + \li \a open: The opening value at the data point + \li \a high: The high/maximum value at the data point + \li \a low: The low/minimum value at the data point + \li \a close: The closing value at the data point + + \see QCPFinancialDataMap +*/ + +/*! + Constructs a data point with key and all values set to zero. +*/ +QCPFinancialData::QCPFinancialData() : + key(0), + open(0), + high(0), + low(0), + close(0) +{ +} + +/*! + Constructs a data point with the specified \a key and OHLC values. +*/ +QCPFinancialData::QCPFinancialData(double key, double open, double high, double low, double close) : + key(key), + open(open), + high(high), + low(low), + close(close) +{ +} + + +//////////////////////////////////////////////////////////////////////////////////////////////////// +//////////////////// QCPFinancial +//////////////////////////////////////////////////////////////////////////////////////////////////// + +/*! \class QCPFinancial + \brief A plottable representing a financial stock chart + + \image html QCPFinancial.png + + This plottable represents time series data binned to certain intervals, mainly used for stock + charts. The two common representations OHLC (Open-High-Low-Close) bars and Candlesticks can be + set via \ref setChartStyle. + + The data is passed via \ref setData as a set of open/high/low/close values at certain keys + (typically times). This means the data must be already binned appropriately. If data is only + available as a series of values (e.g. \a price against \a time), you can use the static + convenience function \ref timeSeriesToOhlc to generate binned OHLC-data which can then be passed + to \ref setData. + + The width of the OHLC bars/candlesticks can be controlled with \ref setWidth and is given in plot + key coordinates. A typical choice is to set it to (or slightly less than) one bin interval width. + + \section appearance Changing the appearance + + Charts can be either single- or two-colored (\ref setTwoColored). If set to be single-colored, + lines are drawn with the plottable's pen (\ref setPen) and fills with the brush (\ref setBrush). + + If set to two-colored, positive changes of the value during an interval (\a close >= \a open) are + represented with a different pen and brush than negative changes (\a close < \a open). These can + be configured with \ref setPenPositive, \ref setPenNegative, \ref setBrushPositive, and \ref + setBrushNegative. In two-colored mode, the normal plottable pen/brush is ignored. Upon selection + however, the normal selected pen/brush (\ref setSelectedPen, \ref setSelectedBrush) is used, + irrespective of whether the chart is single- or two-colored. + +*/ + +/* start of documentation of inline functions */ + +/*! \fn QCPFinancialDataMap *QCPFinancial::data() const + + Returns a pointer to the internal data storage of type \ref QCPFinancialDataMap. You may use it to + directly manipulate the data, which may be more convenient and faster than using the regular \ref + setData or \ref addData methods, in certain situations. +*/ + +/* end of documentation of inline functions */ + +/*! + Constructs a financial chart which uses \a keyAxis as its key axis ("x") and \a valueAxis as its value + axis ("y"). \a keyAxis and \a valueAxis must reside in the same QCustomPlot instance and not have + the same orientation. If either of these restrictions is violated, a corresponding message is + printed to the debug output (qDebug), the construction is not aborted, though. + + The constructed QCPFinancial can be added to the plot with QCustomPlot::addPlottable, QCustomPlot + then takes ownership of the financial chart. +*/ +QCPFinancial::QCPFinancial(QCPAxis *keyAxis, QCPAxis *valueAxis) : + QCPAbstractPlottable(keyAxis, valueAxis), + mData(0), + mChartStyle(csOhlc), + mWidth(0.5), + mTwoColored(false), + mBrushPositive(QBrush(QColor(210, 210, 255))), + mBrushNegative(QBrush(QColor(255, 210, 210))), + mPenPositive(QPen(QColor(10, 40, 180))), + mPenNegative(QPen(QColor(180, 40, 10))) +{ + mData = new QCPFinancialDataMap; + + setSelectedPen(QPen(QColor(80, 80, 255), 2.5)); + setSelectedBrush(QBrush(QColor(80, 80, 255))); +} + +QCPFinancial::~QCPFinancial() +{ + delete mData; +} + +/*! + Replaces the current data with the provided \a data. + + If \a copy is set to true, data points in \a data will only be copied. if false, the plottable + takes ownership of the passed data and replaces the internal data pointer with it. This is + significantly faster than copying for large datasets. + + Alternatively, you can also access and modify the plottable's data via the \ref data method, which + returns a pointer to the internal \ref QCPFinancialDataMap. + + \see timeSeriesToOhlc +*/ +void QCPFinancial::setData(QCPFinancialDataMap *data, bool copy) +{ + if (mData == data) + { + qDebug() << Q_FUNC_INFO << "The data pointer is already in (and owned by) this plottable" << reinterpret_cast(data); + return; + } + if (copy) + { + *mData = *data; + } else + { + delete mData; + mData = data; + } +} + +/*! \overload + + Replaces the current data with the provided open/high/low/close data. The provided vectors should + have equal length. Else, the number of added points will be the size of the smallest vector. + + \see timeSeriesToOhlc +*/ +void QCPFinancial::setData(const QVector &key, const QVector &open, const QVector &high, const QVector &low, const QVector &close) +{ + mData->clear(); + int n = key.size(); + n = qMin(n, open.size()); + n = qMin(n, high.size()); + n = qMin(n, low.size()); + n = qMin(n, close.size()); + for (int i=0; iinsertMulti(key[i], QCPFinancialData(key[i], open[i], high[i], low[i], close[i])); + } +} + +/*! + Sets which representation style shall be used to display the OHLC data. +*/ +void QCPFinancial::setChartStyle(QCPFinancial::ChartStyle style) +{ + mChartStyle = style; +} + +/*! + Sets the width of the individual bars/candlesticks to \a width in plot key coordinates. + + A typical choice is to set it to (or slightly less than) one bin interval width. +*/ +void QCPFinancial::setWidth(double width) +{ + mWidth = width; +} + +/*! + Sets whether this chart shall contrast positive from negative trends per data point by using two + separate colors to draw the respective bars/candlesticks. + + If \a twoColored is false, the normal plottable's pen and brush are used (\ref setPen, \ref + setBrush). + + \see setPenPositive, setPenNegative, setBrushPositive, setBrushNegative +*/ +void QCPFinancial::setTwoColored(bool twoColored) +{ + mTwoColored = twoColored; +} + +/*! + If \ref setTwoColored is set to true, this function controls the brush that is used to draw fills + of data points with a positive trend (i.e. bars/candlesticks with close >= open). + + If \a twoColored is false, the normal plottable's pen and brush are used (\ref setPen, \ref + setBrush). + + \see setBrushNegative, setPenPositive, setPenNegative +*/ +void QCPFinancial::setBrushPositive(const QBrush &brush) +{ + mBrushPositive = brush; +} + +/*! + If \ref setTwoColored is set to true, this function controls the brush that is used to draw fills + of data points with a negative trend (i.e. bars/candlesticks with close < open). + + If \a twoColored is false, the normal plottable's pen and brush are used (\ref setPen, \ref + setBrush). + + \see setBrushPositive, setPenNegative, setPenPositive +*/ +void QCPFinancial::setBrushNegative(const QBrush &brush) +{ + mBrushNegative = brush; +} + +/*! + If \ref setTwoColored is set to true, this function controls the pen that is used to draw + outlines of data points with a positive trend (i.e. bars/candlesticks with close >= open). + + If \a twoColored is false, the normal plottable's pen and brush are used (\ref setPen, \ref + setBrush). + + \see setPenNegative, setBrushPositive, setBrushNegative +*/ +void QCPFinancial::setPenPositive(const QPen &pen) +{ + mPenPositive = pen; +} + +/*! + If \ref setTwoColored is set to true, this function controls the pen that is used to draw + outlines of data points with a negative trend (i.e. bars/candlesticks with close < open). + + If \a twoColored is false, the normal plottable's pen and brush are used (\ref setPen, \ref + setBrush). + + \see setPenPositive, setBrushNegative, setBrushPositive +*/ +void QCPFinancial::setPenNegative(const QPen &pen) +{ + mPenNegative = pen; +} + +/*! + Adds the provided data points in \a dataMap to the current data. + + Alternatively, you can also access and modify the data via the \ref data method, which returns a + pointer to the internal \ref QCPFinancialDataMap. + + \see removeData +*/ +void QCPFinancial::addData(const QCPFinancialDataMap &dataMap) +{ + mData->unite(dataMap); +} + +/*! \overload + + Adds the provided single data point in \a data to the current data. + + Alternatively, you can also access and modify the data via the \ref data method, which returns a + pointer to the internal \ref QCPFinancialData. + + \see removeData +*/ +void QCPFinancial::addData(const QCPFinancialData &data) +{ + mData->insertMulti(data.key, data); +} + +/*! \overload + + Adds the provided single data point given by \a key, \a open, \a high, \a low, and \a close to + the current data. + + Alternatively, you can also access and modify the data via the \ref data method, which returns a + pointer to the internal \ref QCPFinancialData. + + \see removeData +*/ +void QCPFinancial::addData(double key, double open, double high, double low, double close) +{ + mData->insertMulti(key, QCPFinancialData(key, open, high, low, close)); +} + +/*! \overload + + Adds the provided open/high/low/close data to the current data. + + Alternatively, you can also access and modify the data via the \ref data method, which returns a + pointer to the internal \ref QCPFinancialData. + + \see removeData +*/ +void QCPFinancial::addData(const QVector &key, const QVector &open, const QVector &high, const QVector &low, const QVector &close) +{ + int n = key.size(); + n = qMin(n, open.size()); + n = qMin(n, high.size()); + n = qMin(n, low.size()); + n = qMin(n, close.size()); + for (int i=0; iinsertMulti(key[i], QCPFinancialData(key[i], open[i], high[i], low[i], close[i])); + } +} + +/*! + Removes all data points with keys smaller than \a key. + + \see addData, clearData +*/ +void QCPFinancial::removeDataBefore(double key) +{ + QCPFinancialDataMap::iterator it = mData->begin(); + while (it != mData->end() && it.key() < key) + it = mData->erase(it); +} + +/*! + Removes all data points with keys greater than \a key. + + \see addData, clearData +*/ +void QCPFinancial::removeDataAfter(double key) +{ + if (mData->isEmpty()) return; + QCPFinancialDataMap::iterator it = mData->upperBound(key); + while (it != mData->end()) + it = mData->erase(it); +} + +/*! + Removes all data points with keys between \a fromKey and \a toKey. if \a fromKey is greater or + equal to \a toKey, the function does nothing. To remove a single data point with known key, use + \ref removeData(double key). + + \see addData, clearData +*/ +void QCPFinancial::removeData(double fromKey, double toKey) +{ + if (fromKey >= toKey || mData->isEmpty()) return; + QCPFinancialDataMap::iterator it = mData->upperBound(fromKey); + QCPFinancialDataMap::iterator itEnd = mData->upperBound(toKey); + while (it != itEnd) + it = mData->erase(it); +} + +/*! \overload + + Removes a single data point at \a key. If the position is not known with absolute precision, + consider using \ref removeData(double fromKey, double toKey) with a small fuzziness interval + around the suspected position, depeding on the precision with which the key is known. + + \see addData, clearData +*/ +void QCPFinancial::removeData(double key) +{ + mData->remove(key); +} + +/*! + Removes all data points. + + \see removeData, removeDataAfter, removeDataBefore +*/ +void QCPFinancial::clearData() +{ + mData->clear(); +} + +/* inherits documentation from base class */ +double QCPFinancial::selectTest(const QPointF &pos, bool onlySelectable, QVariant *details) const +{ + Q_UNUSED(details) + if (onlySelectable && !mSelectable) + return -1; + if (!mKeyAxis || !mValueAxis) { qDebug() << Q_FUNC_INFO << "invalid key or value axis"; return -1; } + + if (mKeyAxis.data()->axisRect()->rect().contains(pos.toPoint())) + { + // get visible data range: + QCPFinancialDataMap::const_iterator lower, upper; // note that upper is the actual upper point, and not 1 step after the upper point + getVisibleDataBounds(lower, upper); + if (lower == mData->constEnd() || upper == mData->constEnd()) + return -1; + // perform select test according to configured style: + switch (mChartStyle) + { + case QCPFinancial::csOhlc: + return ohlcSelectTest(pos, lower, upper+1); break; + case QCPFinancial::csCandlestick: + return candlestickSelectTest(pos, lower, upper+1); break; + } + } + return -1; +} + +/*! + A convenience function that converts time series data (\a value against \a time) to OHLC binned + data points. The return value can then be passed on to \ref setData. + + The size of the bins can be controlled with \a timeBinSize in the same units as \a time is given. + For example, if the unit of \a time is seconds and single OHLC/Candlesticks should span an hour + each, set \a timeBinSize to 3600. + + \a timeBinOffset allows to control precisely at what \a time coordinate a bin should start. The + value passed as \a timeBinOffset doesn't need to be in the range encompassed by the \a time keys. + It merely defines the mathematical offset/phase of the bins that will be used to process the + data. +*/ +QCPFinancialDataMap QCPFinancial::timeSeriesToOhlc(const QVector &time, const QVector &value, double timeBinSize, double timeBinOffset) +{ + QCPFinancialDataMap map; + int count = qMin(time.size(), value.size()); + if (count == 0) + return QCPFinancialDataMap(); + + QCPFinancialData currentBinData(0, value.first(), value.first(), value.first(), value.first()); + int currentBinIndex = qFloor((time.first()-timeBinOffset)/timeBinSize+0.5); + for (int i=0; i currentBinData.high) currentBinData.high = value.at(i); + if (i == count-1) // last data point is in current bin, finalize bin: + { + currentBinData.close = value.at(i); + currentBinData.key = timeBinOffset+(index)*timeBinSize; + map.insert(currentBinData.key, currentBinData); + } + } else // data point not anymore in current bin, set close of old and open of new bin, and add old to map: + { + // finalize current bin: + currentBinData.close = value.at(i-1); + currentBinData.key = timeBinOffset+(index-1)*timeBinSize; + map.insert(currentBinData.key, currentBinData); + // start next bin: + currentBinIndex = index; + currentBinData.open = value.at(i); + currentBinData.high = value.at(i); + currentBinData.low = value.at(i); + } + } + + return map; +} + +/* inherits documentation from base class */ +void QCPFinancial::draw(QCPPainter *painter) +{ + // get visible data range: + QCPFinancialDataMap::const_iterator lower, upper; // note that upper is the actual upper point, and not 1 step after the upper point + getVisibleDataBounds(lower, upper); + if (lower == mData->constEnd() || upper == mData->constEnd()) + return; + + // draw visible data range according to configured style: + switch (mChartStyle) + { + case QCPFinancial::csOhlc: + drawOhlcPlot(painter, lower, upper+1); break; + case QCPFinancial::csCandlestick: + drawCandlestickPlot(painter, lower, upper+1); break; + } +} + +/* inherits documentation from base class */ +void QCPFinancial::drawLegendIcon(QCPPainter *painter, const QRectF &rect) const +{ + painter->setAntialiasing(false); // legend icon especially of csCandlestick looks better without antialiasing + if (mChartStyle == csOhlc) + { + if (mTwoColored) + { + // draw upper left half icon with positive color: + painter->setBrush(mBrushPositive); + painter->setPen(mPenPositive); + painter->setClipRegion(QRegion(QPolygon() << rect.bottomLeft().toPoint() << rect.topRight().toPoint() << rect.topLeft().toPoint())); + painter->drawLine(QLineF(0, rect.height()*0.5, rect.width(), rect.height()*0.5).translated(rect.topLeft())); + painter->drawLine(QLineF(rect.width()*0.2, rect.height()*0.3, rect.width()*0.2, rect.height()*0.5).translated(rect.topLeft())); + painter->drawLine(QLineF(rect.width()*0.8, rect.height()*0.5, rect.width()*0.8, rect.height()*0.7).translated(rect.topLeft())); + // draw bottom right hald icon with negative color: + painter->setBrush(mBrushNegative); + painter->setPen(mPenNegative); + painter->setClipRegion(QRegion(QPolygon() << rect.bottomLeft().toPoint() << rect.topRight().toPoint() << rect.bottomRight().toPoint())); + painter->drawLine(QLineF(0, rect.height()*0.5, rect.width(), rect.height()*0.5).translated(rect.topLeft())); + painter->drawLine(QLineF(rect.width()*0.2, rect.height()*0.3, rect.width()*0.2, rect.height()*0.5).translated(rect.topLeft())); + painter->drawLine(QLineF(rect.width()*0.8, rect.height()*0.5, rect.width()*0.8, rect.height()*0.7).translated(rect.topLeft())); + } else + { + painter->setBrush(mBrush); + painter->setPen(mPen); + painter->drawLine(QLineF(0, rect.height()*0.5, rect.width(), rect.height()*0.5).translated(rect.topLeft())); + painter->drawLine(QLineF(rect.width()*0.2, rect.height()*0.3, rect.width()*0.2, rect.height()*0.5).translated(rect.topLeft())); + painter->drawLine(QLineF(rect.width()*0.8, rect.height()*0.5, rect.width()*0.8, rect.height()*0.7).translated(rect.topLeft())); + } + } else if (mChartStyle == csCandlestick) + { + if (mTwoColored) + { + // draw upper left half icon with positive color: + painter->setBrush(mBrushPositive); + painter->setPen(mPenPositive); + painter->setClipRegion(QRegion(QPolygon() << rect.bottomLeft().toPoint() << rect.topRight().toPoint() << rect.topLeft().toPoint())); + painter->drawLine(QLineF(0, rect.height()*0.5, rect.width()*0.25, rect.height()*0.5).translated(rect.topLeft())); + painter->drawLine(QLineF(rect.width()*0.75, rect.height()*0.5, rect.width(), rect.height()*0.5).translated(rect.topLeft())); + painter->drawRect(QRectF(rect.width()*0.25, rect.height()*0.25, rect.width()*0.5, rect.height()*0.5).translated(rect.topLeft())); + // draw bottom right hald icon with negative color: + painter->setBrush(mBrushNegative); + painter->setPen(mPenNegative); + painter->setClipRegion(QRegion(QPolygon() << rect.bottomLeft().toPoint() << rect.topRight().toPoint() << rect.bottomRight().toPoint())); + painter->drawLine(QLineF(0, rect.height()*0.5, rect.width()*0.25, rect.height()*0.5).translated(rect.topLeft())); + painter->drawLine(QLineF(rect.width()*0.75, rect.height()*0.5, rect.width(), rect.height()*0.5).translated(rect.topLeft())); + painter->drawRect(QRectF(rect.width()*0.25, rect.height()*0.25, rect.width()*0.5, rect.height()*0.5).translated(rect.topLeft())); + } else + { + painter->setBrush(mBrush); + painter->setPen(mPen); + painter->drawLine(QLineF(0, rect.height()*0.5, rect.width()*0.25, rect.height()*0.5).translated(rect.topLeft())); + painter->drawLine(QLineF(rect.width()*0.75, rect.height()*0.5, rect.width(), rect.height()*0.5).translated(rect.topLeft())); + painter->drawRect(QRectF(rect.width()*0.25, rect.height()*0.25, rect.width()*0.5, rect.height()*0.5).translated(rect.topLeft())); + } + } +} + +/* inherits documentation from base class */ +QCPRange QCPFinancial::getKeyRange(bool &foundRange, QCPAbstractPlottable::SignDomain inSignDomain) const +{ + QCPRange range; + bool haveLower = false; + bool haveUpper = false; + + double current; + QCPFinancialDataMap::const_iterator it = mData->constBegin(); + while (it != mData->constEnd()) + { + current = it.value().key; + if (inSignDomain == sdBoth || (inSignDomain == sdNegative && current < 0) || (inSignDomain == sdPositive && current > 0)) + { + if (current < range.lower || !haveLower) + { + range.lower = current; + haveLower = true; + } + if (current > range.upper || !haveUpper) + { + range.upper = current; + haveUpper = true; + } + } + ++it; + } + // determine exact range by including width of bars/flags: + if (haveLower && mKeyAxis) + range.lower = range.lower-mWidth*0.5; + if (haveUpper && mKeyAxis) + range.upper = range.upper+mWidth*0.5; + foundRange = haveLower && haveUpper; + return range; +} + +/* inherits documentation from base class */ +QCPRange QCPFinancial::getValueRange(bool &foundRange, QCPAbstractPlottable::SignDomain inSignDomain) const +{ + QCPRange range; + bool haveLower = false; + bool haveUpper = false; + + QCPFinancialDataMap::const_iterator it = mData->constBegin(); + while (it != mData->constEnd()) + { + // high: + if (inSignDomain == sdBoth || (inSignDomain == sdNegative && it.value().high < 0) || (inSignDomain == sdPositive && it.value().high > 0)) + { + if (it.value().high < range.lower || !haveLower) + { + range.lower = it.value().high; + haveLower = true; + } + if (it.value().high > range.upper || !haveUpper) + { + range.upper = it.value().high; + haveUpper = true; + } + } + // low: + if (inSignDomain == sdBoth || (inSignDomain == sdNegative && it.value().low < 0) || (inSignDomain == sdPositive && it.value().low > 0)) + { + if (it.value().low < range.lower || !haveLower) + { + range.lower = it.value().low; + haveLower = true; + } + if (it.value().low > range.upper || !haveUpper) + { + range.upper = it.value().low; + haveUpper = true; + } + } + ++it; + } + + foundRange = haveLower && haveUpper; + return range; +} + +/*! \internal + + Draws the data from \a begin to \a end as OHLC bars with the provided \a painter. + + This method is a helper function for \ref draw. It is used when the chart style is \ref csOhlc. +*/ +void QCPFinancial::drawOhlcPlot(QCPPainter *painter, const QCPFinancialDataMap::const_iterator &begin, const QCPFinancialDataMap::const_iterator &end) +{ + QCPAxis *keyAxis = mKeyAxis.data(); + QCPAxis *valueAxis = mValueAxis.data(); + if (!keyAxis || !valueAxis) { qDebug() << Q_FUNC_INFO << "invalid key or value axis"; return; } + + QPen linePen; + + if (keyAxis->orientation() == Qt::Horizontal) + { + for (QCPFinancialDataMap::const_iterator it = begin; it != end; ++it) + { + if (mSelected) + linePen = mSelectedPen; + else if (mTwoColored) + linePen = it.value().close >= it.value().open ? mPenPositive : mPenNegative; + else + linePen = mPen; + painter->setPen(linePen); + double keyPixel = keyAxis->coordToPixel(it.value().key); + double openPixel = valueAxis->coordToPixel(it.value().open); + double closePixel = valueAxis->coordToPixel(it.value().close); + // draw backbone: + painter->drawLine(QPointF(keyPixel, valueAxis->coordToPixel(it.value().high)), QPointF(keyPixel, valueAxis->coordToPixel(it.value().low))); + // draw open: + double keyWidthPixels = keyPixel-keyAxis->coordToPixel(it.value().key-mWidth*0.5); // sign of this makes sure open/close are on correct sides + painter->drawLine(QPointF(keyPixel-keyWidthPixels, openPixel), QPointF(keyPixel, openPixel)); + // draw close: + painter->drawLine(QPointF(keyPixel, closePixel), QPointF(keyPixel+keyWidthPixels, closePixel)); + } + } else + { + for (QCPFinancialDataMap::const_iterator it = begin; it != end; ++it) + { + if (mSelected) + linePen = mSelectedPen; + else if (mTwoColored) + linePen = it.value().close >= it.value().open ? mPenPositive : mPenNegative; + else + linePen = mPen; + painter->setPen(linePen); + double keyPixel = keyAxis->coordToPixel(it.value().key); + double openPixel = valueAxis->coordToPixel(it.value().open); + double closePixel = valueAxis->coordToPixel(it.value().close); + // draw backbone: + painter->drawLine(QPointF(valueAxis->coordToPixel(it.value().high), keyPixel), QPointF(valueAxis->coordToPixel(it.value().low), keyPixel)); + // draw open: + double keyWidthPixels = keyPixel-keyAxis->coordToPixel(it.value().key-mWidth*0.5); // sign of this makes sure open/close are on correct sides + painter->drawLine(QPointF(openPixel, keyPixel-keyWidthPixels), QPointF(openPixel, keyPixel)); + // draw close: + painter->drawLine(QPointF(closePixel, keyPixel), QPointF(closePixel, keyPixel+keyWidthPixels)); + } + } +} + +/*! \internal + + Draws the data from \a begin to \a end as Candlesticks with the provided \a painter. + + This method is a helper function for \ref draw. It is used when the chart style is \ref csCandlestick. +*/ +void QCPFinancial::drawCandlestickPlot(QCPPainter *painter, const QCPFinancialDataMap::const_iterator &begin, const QCPFinancialDataMap::const_iterator &end) +{ + QCPAxis *keyAxis = mKeyAxis.data(); + QCPAxis *valueAxis = mValueAxis.data(); + if (!keyAxis || !valueAxis) { qDebug() << Q_FUNC_INFO << "invalid key or value axis"; return; } + + QPen linePen; + QBrush boxBrush; + + if (keyAxis->orientation() == Qt::Horizontal) + { + for (QCPFinancialDataMap::const_iterator it = begin; it != end; ++it) + { + if (mSelected) + { + linePen = mSelectedPen; + boxBrush = mSelectedBrush; + } else if (mTwoColored) + { + if (it.value().close >= it.value().open) + { + linePen = mPenPositive; + boxBrush = mBrushPositive; + } else + { + linePen = mPenNegative; + boxBrush = mBrushNegative; + } + } else + { + linePen = mPen; + boxBrush = mBrush; + } + painter->setPen(linePen); + painter->setBrush(boxBrush); + double keyPixel = keyAxis->coordToPixel(it.value().key); + double openPixel = valueAxis->coordToPixel(it.value().open); + double closePixel = valueAxis->coordToPixel(it.value().close); + // draw high: + painter->drawLine(QPointF(keyPixel, valueAxis->coordToPixel(it.value().high)), QPointF(keyPixel, valueAxis->coordToPixel(qMax(it.value().open, it.value().close)))); + // draw low: + painter->drawLine(QPointF(keyPixel, valueAxis->coordToPixel(it.value().low)), QPointF(keyPixel, valueAxis->coordToPixel(qMin(it.value().open, it.value().close)))); + // draw open-close box: + double keyWidthPixels = keyPixel-keyAxis->coordToPixel(it.value().key-mWidth*0.5); + painter->drawRect(QRectF(QPointF(keyPixel-keyWidthPixels, closePixel), QPointF(keyPixel+keyWidthPixels, openPixel))); + } + } else // keyAxis->orientation() == Qt::Vertical + { + for (QCPFinancialDataMap::const_iterator it = begin; it != end; ++it) + { + if (mSelected) + { + linePen = mSelectedPen; + boxBrush = mSelectedBrush; + } else if (mTwoColored) + { + if (it.value().close >= it.value().open) + { + linePen = mPenPositive; + boxBrush = mBrushPositive; + } else + { + linePen = mPenNegative; + boxBrush = mBrushNegative; + } + } else + { + linePen = mPen; + boxBrush = mBrush; + } + painter->setPen(linePen); + painter->setBrush(boxBrush); + double keyPixel = keyAxis->coordToPixel(it.value().key); + double openPixel = valueAxis->coordToPixel(it.value().open); + double closePixel = valueAxis->coordToPixel(it.value().close); + // draw high: + painter->drawLine(QPointF(valueAxis->coordToPixel(it.value().high), keyPixel), QPointF(valueAxis->coordToPixel(qMax(it.value().open, it.value().close)), keyPixel)); + // draw low: + painter->drawLine(QPointF(valueAxis->coordToPixel(it.value().low), keyPixel), QPointF(valueAxis->coordToPixel(qMin(it.value().open, it.value().close)), keyPixel)); + // draw open-close box: + double keyWidthPixels = keyPixel-keyAxis->coordToPixel(it.value().key-mWidth*0.5); + painter->drawRect(QRectF(QPointF(closePixel, keyPixel-keyWidthPixels), QPointF(openPixel, keyPixel+keyWidthPixels))); + } + } +} + +/*! \internal + + This method is a helper function for \ref selectTest. It is used to test for selection when the + chart style is \ref csOhlc. It only tests against the data points between \a begin and \a end. +*/ +double QCPFinancial::ohlcSelectTest(const QPointF &pos, const QCPFinancialDataMap::const_iterator &begin, const QCPFinancialDataMap::const_iterator &end) const +{ + QCPAxis *keyAxis = mKeyAxis.data(); + QCPAxis *valueAxis = mValueAxis.data(); + if (!keyAxis || !valueAxis) { qDebug() << Q_FUNC_INFO << "invalid key or value axis"; return -1; } + + double minDistSqr = std::numeric_limits::max(); + QCPFinancialDataMap::const_iterator it; + if (keyAxis->orientation() == Qt::Horizontal) + { + for (it = begin; it != end; ++it) + { + double keyPixel = keyAxis->coordToPixel(it.value().key); + // calculate distance to backbone: + double currentDistSqr = distSqrToLine(QPointF(keyPixel, valueAxis->coordToPixel(it.value().high)), QPointF(keyPixel, valueAxis->coordToPixel(it.value().low)), pos); + if (currentDistSqr < minDistSqr) + minDistSqr = currentDistSqr; + } + } else // keyAxis->orientation() == Qt::Vertical + { + for (it = begin; it != end; ++it) + { + double keyPixel = keyAxis->coordToPixel(it.value().key); + // calculate distance to backbone: + double currentDistSqr = distSqrToLine(QPointF(valueAxis->coordToPixel(it.value().high), keyPixel), QPointF(valueAxis->coordToPixel(it.value().low), keyPixel), pos); + if (currentDistSqr < minDistSqr) + minDistSqr = currentDistSqr; + } + } + return qSqrt(minDistSqr); +} + +/*! \internal + + This method is a helper function for \ref selectTest. It is used to test for selection when the + chart style is \ref csCandlestick. It only tests against the data points between \a begin and \a + end. +*/ +double QCPFinancial::candlestickSelectTest(const QPointF &pos, const QCPFinancialDataMap::const_iterator &begin, const QCPFinancialDataMap::const_iterator &end) const +{ + QCPAxis *keyAxis = mKeyAxis.data(); + QCPAxis *valueAxis = mValueAxis.data(); + if (!keyAxis || !valueAxis) { qDebug() << Q_FUNC_INFO << "invalid key or value axis"; return -1; } + + double minDistSqr = std::numeric_limits::max(); + QCPFinancialDataMap::const_iterator it; + if (keyAxis->orientation() == Qt::Horizontal) + { + for (it = begin; it != end; ++it) + { + double currentDistSqr; + // determine whether pos is in open-close-box: + QCPRange boxKeyRange(it.value().key-mWidth*0.5, it.value().key+mWidth*0.5); + QCPRange boxValueRange(it.value().close, it.value().open); + double posKey, posValue; + pixelsToCoords(pos, posKey, posValue); + if (boxKeyRange.contains(posKey) && boxValueRange.contains(posValue)) // is in open-close-box + { + currentDistSqr = mParentPlot->selectionTolerance()*0.99 * mParentPlot->selectionTolerance()*0.99; + } else + { + // calculate distance to high/low lines: + double keyPixel = keyAxis->coordToPixel(it.value().key); + double highLineDistSqr = distSqrToLine(QPointF(keyPixel, valueAxis->coordToPixel(it.value().high)), QPointF(keyPixel, valueAxis->coordToPixel(qMax(it.value().open, it.value().close))), pos); + double lowLineDistSqr = distSqrToLine(QPointF(keyPixel, valueAxis->coordToPixel(it.value().low)), QPointF(keyPixel, valueAxis->coordToPixel(qMin(it.value().open, it.value().close))), pos); + currentDistSqr = qMin(highLineDistSqr, lowLineDistSqr); + } + if (currentDistSqr < minDistSqr) + minDistSqr = currentDistSqr; + } + } else // keyAxis->orientation() == Qt::Vertical + { + for (it = begin; it != end; ++it) + { + double currentDistSqr; + // determine whether pos is in open-close-box: + QCPRange boxKeyRange(it.value().key-mWidth*0.5, it.value().key+mWidth*0.5); + QCPRange boxValueRange(it.value().close, it.value().open); + double posKey, posValue; + pixelsToCoords(pos, posKey, posValue); + if (boxKeyRange.contains(posKey) && boxValueRange.contains(posValue)) // is in open-close-box + { + currentDistSqr = mParentPlot->selectionTolerance()*0.99 * mParentPlot->selectionTolerance()*0.99; + } else + { + // calculate distance to high/low lines: + double keyPixel = keyAxis->coordToPixel(it.value().key); + double highLineDistSqr = distSqrToLine(QPointF(valueAxis->coordToPixel(it.value().high), keyPixel), QPointF(valueAxis->coordToPixel(qMax(it.value().open, it.value().close)), keyPixel), pos); + double lowLineDistSqr = distSqrToLine(QPointF(valueAxis->coordToPixel(it.value().low), keyPixel), QPointF(valueAxis->coordToPixel(qMin(it.value().open, it.value().close)), keyPixel), pos); + currentDistSqr = qMin(highLineDistSqr, lowLineDistSqr); + } + if (currentDistSqr < minDistSqr) + minDistSqr = currentDistSqr; + } + } + return qSqrt(minDistSqr); +} + +/*! \internal + + called by the drawing methods to determine which data (key) range is visible at the current key + axis range setting, so only that needs to be processed. + + \a lower returns an iterator to the lowest data point that needs to be taken into account when + plotting. Note that in order to get a clean plot all the way to the edge of the axis rect, \a + lower may still be just outside the visible range. + + \a upper returns an iterator to the highest data point. Same as before, \a upper may also lie + just outside of the visible range. + + if the plottable contains no data, both \a lower and \a upper point to constEnd. + + \see QCPGraph::getVisibleDataBounds +*/ +void QCPFinancial::getVisibleDataBounds(QCPFinancialDataMap::const_iterator &lower, QCPFinancialDataMap::const_iterator &upper) const +{ + if (!mKeyAxis) { qDebug() << Q_FUNC_INFO << "invalid key axis"; return; } + if (mData->isEmpty()) + { + lower = mData->constEnd(); + upper = mData->constEnd(); + return; + } + + // get visible data range as QMap iterators + QCPFinancialDataMap::const_iterator lbound = mData->lowerBound(mKeyAxis.data()->range().lower); + QCPFinancialDataMap::const_iterator ubound = mData->upperBound(mKeyAxis.data()->range().upper); + bool lowoutlier = lbound != mData->constBegin(); // indicates whether there exist points below axis range + bool highoutlier = ubound != mData->constEnd(); // indicates whether there exist points above axis range + + lower = (lowoutlier ? lbound-1 : lbound); // data point range that will be actually drawn + upper = (highoutlier ? ubound : ubound-1); // data point range that will be actually drawn +} + + +//////////////////////////////////////////////////////////////////////////////////////////////////// +//////////////////// QCPItemStraightLine +//////////////////////////////////////////////////////////////////////////////////////////////////// + +/*! \class QCPItemStraightLine + \brief A straight line that spans infinitely in both directions + + \image html QCPItemStraightLine.png "Straight line example. Blue dotted circles are anchors, solid blue discs are positions." + + It has two positions, \a point1 and \a point2, which define the straight line. +*/ + +/*! + Creates a straight line item and sets default values. + + The constructed item can be added to the plot with QCustomPlot::addItem. +*/ +QCPItemStraightLine::QCPItemStraightLine(QCustomPlot *parentPlot) : + QCPAbstractItem(parentPlot), + point1(createPosition(QLatin1String("point1"))), + point2(createPosition(QLatin1String("point2"))) +{ + point1->setCoords(0, 0); + point2->setCoords(1, 1); + + setPen(QPen(Qt::black)); + setSelectedPen(QPen(Qt::blue,2)); +} + +QCPItemStraightLine::~QCPItemStraightLine() +{ +} + +/*! + Sets the pen that will be used to draw the line + + \see setSelectedPen +*/ +void QCPItemStraightLine::setPen(const QPen &pen) +{ + mPen = pen; +} + +/*! + Sets the pen that will be used to draw the line when selected + + \see setPen, setSelected +*/ +void QCPItemStraightLine::setSelectedPen(const QPen &pen) +{ + mSelectedPen = pen; +} + +/* inherits documentation from base class */ +double QCPItemStraightLine::selectTest(const QPointF &pos, bool onlySelectable, QVariant *details) const +{ + Q_UNUSED(details) + if (onlySelectable && !mSelectable) + return -1; + + return distToStraightLine(QVector2D(point1->pixelPoint()), QVector2D(point2->pixelPoint()-point1->pixelPoint()), QVector2D(pos)); +} + +/* inherits documentation from base class */ +void QCPItemStraightLine::draw(QCPPainter *painter) +{ + QVector2D start(point1->pixelPoint()); + QVector2D end(point2->pixelPoint()); + // get visible segment of straight line inside clipRect: + double clipPad = mainPen().widthF(); + QLineF line = getRectClippedStraightLine(start, end-start, clipRect().adjusted(-clipPad, -clipPad, clipPad, clipPad)); + // paint visible segment, if existent: + if (!line.isNull()) + { + painter->setPen(mainPen()); + painter->drawLine(line); + } +} + +/*! \internal + + finds the shortest distance of \a point to the straight line defined by the base point \a + base and the direction vector \a vec. + + This is a helper function for \ref selectTest. +*/ +double QCPItemStraightLine::distToStraightLine(const QVector2D &base, const QVector2D &vec, const QVector2D &point) const +{ + return qAbs((base.y()-point.y())*vec.x()-(base.x()-point.x())*vec.y())/vec.length(); +} + +/*! \internal + + Returns the section of the straight line defined by \a base and direction vector \a + vec, that is visible in the specified \a rect. + + This is a helper function for \ref draw. +*/ +QLineF QCPItemStraightLine::getRectClippedStraightLine(const QVector2D &base, const QVector2D &vec, const QRect &rect) const +{ + double bx, by; + double gamma; + QLineF result; + if (vec.x() == 0 && vec.y() == 0) + return result; + if (qFuzzyIsNull(vec.x())) // line is vertical + { + // check top of rect: + bx = rect.left(); + by = rect.top(); + gamma = base.x()-bx + (by-base.y())*vec.x()/vec.y(); + if (gamma >= 0 && gamma <= rect.width()) + result.setLine(bx+gamma, rect.top(), bx+gamma, rect.bottom()); // no need to check bottom because we know line is vertical + } else if (qFuzzyIsNull(vec.y())) // line is horizontal + { + // check left of rect: + bx = rect.left(); + by = rect.top(); + gamma = base.y()-by + (bx-base.x())*vec.y()/vec.x(); + if (gamma >= 0 && gamma <= rect.height()) + result.setLine(rect.left(), by+gamma, rect.right(), by+gamma); // no need to check right because we know line is horizontal + } else // line is skewed + { + QList pointVectors; + // check top of rect: + bx = rect.left(); + by = rect.top(); + gamma = base.x()-bx + (by-base.y())*vec.x()/vec.y(); + if (gamma >= 0 && gamma <= rect.width()) + pointVectors.append(QVector2D(bx+gamma, by)); + // check bottom of rect: + bx = rect.left(); + by = rect.bottom(); + gamma = base.x()-bx + (by-base.y())*vec.x()/vec.y(); + if (gamma >= 0 && gamma <= rect.width()) + pointVectors.append(QVector2D(bx+gamma, by)); + // check left of rect: + bx = rect.left(); + by = rect.top(); + gamma = base.y()-by + (bx-base.x())*vec.y()/vec.x(); + if (gamma >= 0 && gamma <= rect.height()) + pointVectors.append(QVector2D(bx, by+gamma)); + // check right of rect: + bx = rect.right(); + by = rect.top(); + gamma = base.y()-by + (bx-base.x())*vec.y()/vec.x(); + if (gamma >= 0 && gamma <= rect.height()) + pointVectors.append(QVector2D(bx, by+gamma)); + + // evaluate points: + if (pointVectors.size() == 2) + { + result.setPoints(pointVectors.at(0).toPointF(), pointVectors.at(1).toPointF()); + } else if (pointVectors.size() > 2) + { + // line probably goes through corner of rect, and we got two points there. single out the point pair with greatest distance: + double distSqrMax = 0; + QVector2D pv1, pv2; + for (int i=0; i distSqrMax) + { + pv1 = pointVectors.at(i); + pv2 = pointVectors.at(k); + distSqrMax = distSqr; + } + } + } + result.setPoints(pv1.toPointF(), pv2.toPointF()); + } + } + return result; +} + +/*! \internal + + Returns the pen that should be used for drawing lines. Returns mPen when the + item is not selected and mSelectedPen when it is. +*/ +QPen QCPItemStraightLine::mainPen() const +{ + return mSelected ? mSelectedPen : mPen; +} + + +//////////////////////////////////////////////////////////////////////////////////////////////////// +//////////////////// QCPItemLine +//////////////////////////////////////////////////////////////////////////////////////////////////// + +/*! \class QCPItemLine + \brief A line from one point to another + + \image html QCPItemLine.png "Line example. Blue dotted circles are anchors, solid blue discs are positions." + + It has two positions, \a start and \a end, which define the end points of the line. + + With \ref setHead and \ref setTail you may set different line ending styles, e.g. to create an arrow. +*/ + +/*! + Creates a line item and sets default values. + + The constructed item can be added to the plot with QCustomPlot::addItem. +*/ +QCPItemLine::QCPItemLine(QCustomPlot *parentPlot) : + QCPAbstractItem(parentPlot), + start(createPosition(QLatin1String("start"))), + end(createPosition(QLatin1String("end"))) +{ + start->setCoords(0, 0); + end->setCoords(1, 1); + + setPen(QPen(Qt::black)); + setSelectedPen(QPen(Qt::blue,2)); +} + +QCPItemLine::~QCPItemLine() +{ +} + +/*! + Sets the pen that will be used to draw the line + + \see setSelectedPen +*/ +void QCPItemLine::setPen(const QPen &pen) +{ + mPen = pen; +} + +/*! + Sets the pen that will be used to draw the line when selected + + \see setPen, setSelected +*/ +void QCPItemLine::setSelectedPen(const QPen &pen) +{ + mSelectedPen = pen; +} + +/*! + Sets the line ending style of the head. The head corresponds to the \a end position. + + Note that due to the overloaded QCPLineEnding constructor, you may directly specify + a QCPLineEnding::EndingStyle here, e.g. \code setHead(QCPLineEnding::esSpikeArrow) \endcode + + \see setTail +*/ +void QCPItemLine::setHead(const QCPLineEnding &head) +{ + mHead = head; +} + +/*! + Sets the line ending style of the tail. The tail corresponds to the \a start position. + + Note that due to the overloaded QCPLineEnding constructor, you may directly specify + a QCPLineEnding::EndingStyle here, e.g. \code setTail(QCPLineEnding::esSpikeArrow) \endcode + + \see setHead +*/ +void QCPItemLine::setTail(const QCPLineEnding &tail) +{ + mTail = tail; +} + +/* inherits documentation from base class */ +double QCPItemLine::selectTest(const QPointF &pos, bool onlySelectable, QVariant *details) const +{ + Q_UNUSED(details) + if (onlySelectable && !mSelectable) + return -1; + + return qSqrt(distSqrToLine(start->pixelPoint(), end->pixelPoint(), pos)); +} + +/* inherits documentation from base class */ +void QCPItemLine::draw(QCPPainter *painter) +{ + QVector2D startVec(start->pixelPoint()); + QVector2D endVec(end->pixelPoint()); + if (startVec.toPoint() == endVec.toPoint()) + return; + // get visible segment of straight line inside clipRect: + double clipPad = qMax(mHead.boundingDistance(), mTail.boundingDistance()); + clipPad = qMax(clipPad, (double)mainPen().widthF()); + QLineF line = getRectClippedLine(startVec, endVec, clipRect().adjusted(-clipPad, -clipPad, clipPad, clipPad)); + // paint visible segment, if existent: + if (!line.isNull()) + { + painter->setPen(mainPen()); + painter->drawLine(line); + painter->setBrush(Qt::SolidPattern); + if (mTail.style() != QCPLineEnding::esNone) + mTail.draw(painter, startVec, startVec-endVec); + if (mHead.style() != QCPLineEnding::esNone) + mHead.draw(painter, endVec, endVec-startVec); + } +} + +/*! \internal + + Returns the section of the line defined by \a start and \a end, that is visible in the specified + \a rect. + + This is a helper function for \ref draw. +*/ +QLineF QCPItemLine::getRectClippedLine(const QVector2D &start, const QVector2D &end, const QRect &rect) const +{ + bool containsStart = rect.contains(start.x(), start.y()); + bool containsEnd = rect.contains(end.x(), end.y()); + if (containsStart && containsEnd) + return QLineF(start.toPointF(), end.toPointF()); + + QVector2D base = start; + QVector2D vec = end-start; + double bx, by; + double gamma, mu; + QLineF result; + QList pointVectors; + + if (!qFuzzyIsNull(vec.y())) // line is not horizontal + { + // check top of rect: + bx = rect.left(); + by = rect.top(); + mu = (by-base.y())/vec.y(); + if (mu >= 0 && mu <= 1) + { + gamma = base.x()-bx + mu*vec.x(); + if (gamma >= 0 && gamma <= rect.width()) + pointVectors.append(QVector2D(bx+gamma, by)); + } + // check bottom of rect: + bx = rect.left(); + by = rect.bottom(); + mu = (by-base.y())/vec.y(); + if (mu >= 0 && mu <= 1) + { + gamma = base.x()-bx + mu*vec.x(); + if (gamma >= 0 && gamma <= rect.width()) + pointVectors.append(QVector2D(bx+gamma, by)); + } + } + if (!qFuzzyIsNull(vec.x())) // line is not vertical + { + // check left of rect: + bx = rect.left(); + by = rect.top(); + mu = (bx-base.x())/vec.x(); + if (mu >= 0 && mu <= 1) + { + gamma = base.y()-by + mu*vec.y(); + if (gamma >= 0 && gamma <= rect.height()) + pointVectors.append(QVector2D(bx, by+gamma)); + } + // check right of rect: + bx = rect.right(); + by = rect.top(); + mu = (bx-base.x())/vec.x(); + if (mu >= 0 && mu <= 1) + { + gamma = base.y()-by + mu*vec.y(); + if (gamma >= 0 && gamma <= rect.height()) + pointVectors.append(QVector2D(bx, by+gamma)); + } + } + + if (containsStart) + pointVectors.append(start); + if (containsEnd) + pointVectors.append(end); + + // evaluate points: + if (pointVectors.size() == 2) + { + result.setPoints(pointVectors.at(0).toPointF(), pointVectors.at(1).toPointF()); + } else if (pointVectors.size() > 2) + { + // line probably goes through corner of rect, and we got two points there. single out the point pair with greatest distance: + double distSqrMax = 0; + QVector2D pv1, pv2; + for (int i=0; i distSqrMax) + { + pv1 = pointVectors.at(i); + pv2 = pointVectors.at(k); + distSqrMax = distSqr; + } + } + } + result.setPoints(pv1.toPointF(), pv2.toPointF()); + } + return result; +} + +/*! \internal + + Returns the pen that should be used for drawing lines. Returns mPen when the + item is not selected and mSelectedPen when it is. +*/ +QPen QCPItemLine::mainPen() const +{ + return mSelected ? mSelectedPen : mPen; +} + + +//////////////////////////////////////////////////////////////////////////////////////////////////// +//////////////////// QCPItemCurve +//////////////////////////////////////////////////////////////////////////////////////////////////// + +/*! \class QCPItemCurve + \brief A curved line from one point to another + + \image html QCPItemCurve.png "Curve example. Blue dotted circles are anchors, solid blue discs are positions." + + It has four positions, \a start and \a end, which define the end points of the line, and two + control points which define the direction the line exits from the start and the direction from + which it approaches the end: \a startDir and \a endDir. + + With \ref setHead and \ref setTail you may set different line ending styles, e.g. to create an + arrow. + + Often it is desirable for the control points to stay at fixed relative positions to the start/end + point. This can be achieved by setting the parent anchor e.g. of \a startDir simply to \a start, + and then specify the desired pixel offset with QCPItemPosition::setCoords on \a startDir. +*/ + +/*! + Creates a curve item and sets default values. + + The constructed item can be added to the plot with QCustomPlot::addItem. +*/ +QCPItemCurve::QCPItemCurve(QCustomPlot *parentPlot) : + QCPAbstractItem(parentPlot), + start(createPosition(QLatin1String("start"))), + startDir(createPosition(QLatin1String("startDir"))), + endDir(createPosition(QLatin1String("endDir"))), + end(createPosition(QLatin1String("end"))) +{ + start->setCoords(0, 0); + startDir->setCoords(0.5, 0); + endDir->setCoords(0, 0.5); + end->setCoords(1, 1); + + setPen(QPen(Qt::black)); + setSelectedPen(QPen(Qt::blue,2)); +} + +QCPItemCurve::~QCPItemCurve() +{ +} + +/*! + Sets the pen that will be used to draw the line + + \see setSelectedPen +*/ +void QCPItemCurve::setPen(const QPen &pen) +{ + mPen = pen; +} + +/*! + Sets the pen that will be used to draw the line when selected + + \see setPen, setSelected +*/ +void QCPItemCurve::setSelectedPen(const QPen &pen) +{ + mSelectedPen = pen; +} + +/*! + Sets the line ending style of the head. The head corresponds to the \a end position. + + Note that due to the overloaded QCPLineEnding constructor, you may directly specify + a QCPLineEnding::EndingStyle here, e.g. \code setHead(QCPLineEnding::esSpikeArrow) \endcode + + \see setTail +*/ +void QCPItemCurve::setHead(const QCPLineEnding &head) +{ + mHead = head; +} + +/*! + Sets the line ending style of the tail. The tail corresponds to the \a start position. + + Note that due to the overloaded QCPLineEnding constructor, you may directly specify + a QCPLineEnding::EndingStyle here, e.g. \code setTail(QCPLineEnding::esSpikeArrow) \endcode + + \see setHead +*/ +void QCPItemCurve::setTail(const QCPLineEnding &tail) +{ + mTail = tail; +} + +/* inherits documentation from base class */ +double QCPItemCurve::selectTest(const QPointF &pos, bool onlySelectable, QVariant *details) const +{ + Q_UNUSED(details) + if (onlySelectable && !mSelectable) + return -1; + + QPointF startVec(start->pixelPoint()); + QPointF startDirVec(startDir->pixelPoint()); + QPointF endDirVec(endDir->pixelPoint()); + QPointF endVec(end->pixelPoint()); + + QPainterPath cubicPath(startVec); + cubicPath.cubicTo(startDirVec, endDirVec, endVec); + + QPolygonF polygon = cubicPath.toSubpathPolygons().first(); + double minDistSqr = std::numeric_limits::max(); + for (int i=1; ipixelPoint()); + QPointF startDirVec(startDir->pixelPoint()); + QPointF endDirVec(endDir->pixelPoint()); + QPointF endVec(end->pixelPoint()); + if (QVector2D(endVec-startVec).length() > 1e10f) // too large curves cause crash + return; + + QPainterPath cubicPath(startVec); + cubicPath.cubicTo(startDirVec, endDirVec, endVec); + + // paint visible segment, if existent: + QRect clip = clipRect().adjusted(-mainPen().widthF(), -mainPen().widthF(), mainPen().widthF(), mainPen().widthF()); + QRect cubicRect = cubicPath.controlPointRect().toRect(); + if (cubicRect.isEmpty()) // may happen when start and end exactly on same x or y position + cubicRect.adjust(0, 0, 1, 1); + if (clip.intersects(cubicRect)) + { + painter->setPen(mainPen()); + painter->drawPath(cubicPath); + painter->setBrush(Qt::SolidPattern); + if (mTail.style() != QCPLineEnding::esNone) + mTail.draw(painter, QVector2D(startVec), M_PI-cubicPath.angleAtPercent(0)/180.0*M_PI); + if (mHead.style() != QCPLineEnding::esNone) + mHead.draw(painter, QVector2D(endVec), -cubicPath.angleAtPercent(1)/180.0*M_PI); + } +} + +/*! \internal + + Returns the pen that should be used for drawing lines. Returns mPen when the + item is not selected and mSelectedPen when it is. +*/ +QPen QCPItemCurve::mainPen() const +{ + return mSelected ? mSelectedPen : mPen; +} + + +//////////////////////////////////////////////////////////////////////////////////////////////////// +//////////////////// QCPItemRect +//////////////////////////////////////////////////////////////////////////////////////////////////// + +/*! \class QCPItemRect + \brief A rectangle + + \image html QCPItemRect.png "Rectangle example. Blue dotted circles are anchors, solid blue discs are positions." + + It has two positions, \a topLeft and \a bottomRight, which define the rectangle. +*/ + +/*! + Creates a rectangle item and sets default values. + + The constructed item can be added to the plot with QCustomPlot::addItem. +*/ +QCPItemRect::QCPItemRect(QCustomPlot *parentPlot) : + QCPAbstractItem(parentPlot), + topLeft(createPosition(QLatin1String("topLeft"))), + bottomRight(createPosition(QLatin1String("bottomRight"))), + top(createAnchor(QLatin1String("top"), aiTop)), + topRight(createAnchor(QLatin1String("topRight"), aiTopRight)), + right(createAnchor(QLatin1String("right"), aiRight)), + bottom(createAnchor(QLatin1String("bottom"), aiBottom)), + bottomLeft(createAnchor(QLatin1String("bottomLeft"), aiBottomLeft)), + left(createAnchor(QLatin1String("left"), aiLeft)) +{ + topLeft->setCoords(0, 1); + bottomRight->setCoords(1, 0); + + setPen(QPen(Qt::black)); + setSelectedPen(QPen(Qt::blue,2)); + setBrush(Qt::NoBrush); + setSelectedBrush(Qt::NoBrush); +} + +QCPItemRect::~QCPItemRect() +{ +} + +/*! + Sets the pen that will be used to draw the line of the rectangle + + \see setSelectedPen, setBrush +*/ +void QCPItemRect::setPen(const QPen &pen) +{ + mPen = pen; +} + +/*! + Sets the pen that will be used to draw the line of the rectangle when selected + + \see setPen, setSelected +*/ +void QCPItemRect::setSelectedPen(const QPen &pen) +{ + mSelectedPen = pen; +} + +/*! + Sets the brush that will be used to fill the rectangle. To disable filling, set \a brush to + Qt::NoBrush. + + \see setSelectedBrush, setPen +*/ +void QCPItemRect::setBrush(const QBrush &brush) +{ + mBrush = brush; +} + +/*! + Sets the brush that will be used to fill the rectangle when selected. To disable filling, set \a + brush to Qt::NoBrush. + + \see setBrush +*/ +void QCPItemRect::setSelectedBrush(const QBrush &brush) +{ + mSelectedBrush = brush; +} + +/* inherits documentation from base class */ +double QCPItemRect::selectTest(const QPointF &pos, bool onlySelectable, QVariant *details) const +{ + Q_UNUSED(details) + if (onlySelectable && !mSelectable) + return -1; + + QRectF rect = QRectF(topLeft->pixelPoint(), bottomRight->pixelPoint()).normalized(); + bool filledRect = mBrush.style() != Qt::NoBrush && mBrush.color().alpha() != 0; + return rectSelectTest(rect, pos, filledRect); +} + +/* inherits documentation from base class */ +void QCPItemRect::draw(QCPPainter *painter) +{ + QPointF p1 = topLeft->pixelPoint(); + QPointF p2 = bottomRight->pixelPoint(); + if (p1.toPoint() == p2.toPoint()) + return; + QRectF rect = QRectF(p1, p2).normalized(); + double clipPad = mainPen().widthF(); + QRectF boundingRect = rect.adjusted(-clipPad, -clipPad, clipPad, clipPad); + if (boundingRect.intersects(clipRect())) // only draw if bounding rect of rect item is visible in cliprect + { + painter->setPen(mainPen()); + painter->setBrush(mainBrush()); + painter->drawRect(rect); + } +} + +/* inherits documentation from base class */ +QPointF QCPItemRect::anchorPixelPoint(int anchorId) const +{ + QRectF rect = QRectF(topLeft->pixelPoint(), bottomRight->pixelPoint()); + switch (anchorId) + { + case aiTop: return (rect.topLeft()+rect.topRight())*0.5; + case aiTopRight: return rect.topRight(); + case aiRight: return (rect.topRight()+rect.bottomRight())*0.5; + case aiBottom: return (rect.bottomLeft()+rect.bottomRight())*0.5; + case aiBottomLeft: return rect.bottomLeft(); + case aiLeft: return (rect.topLeft()+rect.bottomLeft())*0.5; + } + + qDebug() << Q_FUNC_INFO << "invalid anchorId" << anchorId; + return QPointF(); +} + +/*! \internal + + Returns the pen that should be used for drawing lines. Returns mPen when the item is not selected + and mSelectedPen when it is. +*/ +QPen QCPItemRect::mainPen() const +{ + return mSelected ? mSelectedPen : mPen; +} + +/*! \internal + + Returns the brush that should be used for drawing fills of the item. Returns mBrush when the item + is not selected and mSelectedBrush when it is. +*/ +QBrush QCPItemRect::mainBrush() const +{ + return mSelected ? mSelectedBrush : mBrush; +} + + +//////////////////////////////////////////////////////////////////////////////////////////////////// +//////////////////// QCPItemText +//////////////////////////////////////////////////////////////////////////////////////////////////// + +/*! \class QCPItemText + \brief A text label + + \image html QCPItemText.png "Text example. Blue dotted circles are anchors, solid blue discs are positions." + + Its position is defined by the member \a position and the setting of \ref setPositionAlignment. + The latter controls which part of the text rect shall be aligned with \a position. + + The text alignment itself (i.e. left, center, right) can be controlled with \ref + setTextAlignment. + + The text may be rotated around the \a position point with \ref setRotation. +*/ + +/*! + Creates a text item and sets default values. + + The constructed item can be added to the plot with QCustomPlot::addItem. +*/ +QCPItemText::QCPItemText(QCustomPlot *parentPlot) : + QCPAbstractItem(parentPlot), + position(createPosition(QLatin1String("position"))), + topLeft(createAnchor(QLatin1String("topLeft"), aiTopLeft)), + top(createAnchor(QLatin1String("top"), aiTop)), + topRight(createAnchor(QLatin1String("topRight"), aiTopRight)), + right(createAnchor(QLatin1String("right"), aiRight)), + bottomRight(createAnchor(QLatin1String("bottomRight"), aiBottomRight)), + bottom(createAnchor(QLatin1String("bottom"), aiBottom)), + bottomLeft(createAnchor(QLatin1String("bottomLeft"), aiBottomLeft)), + left(createAnchor(QLatin1String("left"), aiLeft)) +{ + position->setCoords(0, 0); + + setRotation(0); + setTextAlignment(Qt::AlignTop|Qt::AlignHCenter); + setPositionAlignment(Qt::AlignCenter); + setText(QLatin1String("text")); + + setPen(Qt::NoPen); + setSelectedPen(Qt::NoPen); + setBrush(Qt::NoBrush); + setSelectedBrush(Qt::NoBrush); + setColor(Qt::black); + setSelectedColor(Qt::blue); +} + +QCPItemText::~QCPItemText() +{ +} + +/*! + Sets the color of the text. +*/ +void QCPItemText::setColor(const QColor &color) +{ + mColor = color; +} + +/*! + Sets the color of the text that will be used when the item is selected. +*/ +void QCPItemText::setSelectedColor(const QColor &color) +{ + mSelectedColor = color; +} + +/*! + Sets the pen that will be used do draw a rectangular border around the text. To disable the + border, set \a pen to Qt::NoPen. + + \see setSelectedPen, setBrush, setPadding +*/ +void QCPItemText::setPen(const QPen &pen) +{ + mPen = pen; +} + +/*! + Sets the pen that will be used do draw a rectangular border around the text, when the item is + selected. To disable the border, set \a pen to Qt::NoPen. + + \see setPen +*/ +void QCPItemText::setSelectedPen(const QPen &pen) +{ + mSelectedPen = pen; +} + +/*! + Sets the brush that will be used do fill the background of the text. To disable the + background, set \a brush to Qt::NoBrush. + + \see setSelectedBrush, setPen, setPadding +*/ +void QCPItemText::setBrush(const QBrush &brush) +{ + mBrush = brush; +} + +/*! + Sets the brush that will be used do fill the background of the text, when the item is selected. To disable the + background, set \a brush to Qt::NoBrush. + + \see setBrush +*/ +void QCPItemText::setSelectedBrush(const QBrush &brush) +{ + mSelectedBrush = brush; +} + +/*! + Sets the font of the text. + + \see setSelectedFont, setColor +*/ +void QCPItemText::setFont(const QFont &font) +{ + mFont = font; +} + +/*! + Sets the font of the text that will be used when the item is selected. + + \see setFont +*/ +void QCPItemText::setSelectedFont(const QFont &font) +{ + mSelectedFont = font; +} + +/*! + Sets the text that will be displayed. Multi-line texts are supported by inserting a line break + character, e.g. '\n'. + + \see setFont, setColor, setTextAlignment +*/ +void QCPItemText::setText(const QString &text) +{ + mText = text; +} + +/*! + Sets which point of the text rect shall be aligned with \a position. + + Examples: + \li If \a alignment is Qt::AlignHCenter | Qt::AlignTop, the text will be positioned such + that the top of the text rect will be horizontally centered on \a position. + \li If \a alignment is Qt::AlignLeft | Qt::AlignBottom, \a position will indicate the + bottom left corner of the text rect. + + If you want to control the alignment of (multi-lined) text within the text rect, use \ref + setTextAlignment. +*/ +void QCPItemText::setPositionAlignment(Qt::Alignment alignment) +{ + mPositionAlignment = alignment; +} + +/*! + Controls how (multi-lined) text is aligned inside the text rect (typically Qt::AlignLeft, Qt::AlignCenter or Qt::AlignRight). +*/ +void QCPItemText::setTextAlignment(Qt::Alignment alignment) +{ + mTextAlignment = alignment; +} + +/*! + Sets the angle in degrees by which the text (and the text rectangle, if visible) will be rotated + around \a position. +*/ +void QCPItemText::setRotation(double degrees) +{ + mRotation = degrees; +} + +/*! + Sets the distance between the border of the text rectangle and the text. The appearance (and + visibility) of the text rectangle can be controlled with \ref setPen and \ref setBrush. +*/ +void QCPItemText::setPadding(const QMargins &padding) +{ + mPadding = padding; +} + +/* inherits documentation from base class */ +double QCPItemText::selectTest(const QPointF &pos, bool onlySelectable, QVariant *details) const +{ + Q_UNUSED(details) + if (onlySelectable && !mSelectable) + return -1; + + // The rect may be rotated, so we transform the actual clicked pos to the rotated + // coordinate system, so we can use the normal rectSelectTest function for non-rotated rects: + QPointF positionPixels(position->pixelPoint()); + QTransform inputTransform; + inputTransform.translate(positionPixels.x(), positionPixels.y()); + inputTransform.rotate(-mRotation); + inputTransform.translate(-positionPixels.x(), -positionPixels.y()); + QPointF rotatedPos = inputTransform.map(pos); + QFontMetrics fontMetrics(mFont); + QRect textRect = fontMetrics.boundingRect(0, 0, 0, 0, Qt::TextDontClip|mTextAlignment, mText); + QRect textBoxRect = textRect.adjusted(-mPadding.left(), -mPadding.top(), mPadding.right(), mPadding.bottom()); + QPointF textPos = getTextDrawPoint(positionPixels, textBoxRect, mPositionAlignment); + textBoxRect.moveTopLeft(textPos.toPoint()); + + return rectSelectTest(textBoxRect, rotatedPos, true); +} + +/* inherits documentation from base class */ +void QCPItemText::draw(QCPPainter *painter) +{ + QPointF pos(position->pixelPoint()); + QTransform transform = painter->transform(); + transform.translate(pos.x(), pos.y()); + if (!qFuzzyIsNull(mRotation)) + transform.rotate(mRotation); + painter->setFont(mainFont()); + QRect textRect = painter->fontMetrics().boundingRect(0, 0, 0, 0, Qt::TextDontClip|mTextAlignment, mText); + QRect textBoxRect = textRect.adjusted(-mPadding.left(), -mPadding.top(), mPadding.right(), mPadding.bottom()); + QPointF textPos = getTextDrawPoint(QPointF(0, 0), textBoxRect, mPositionAlignment); // 0, 0 because the transform does the translation + textRect.moveTopLeft(textPos.toPoint()+QPoint(mPadding.left(), mPadding.top())); + textBoxRect.moveTopLeft(textPos.toPoint()); + double clipPad = mainPen().widthF(); + QRect boundingRect = textBoxRect.adjusted(-clipPad, -clipPad, clipPad, clipPad); + if (transform.mapRect(boundingRect).intersects(painter->transform().mapRect(clipRect()))) + { + painter->setTransform(transform); + if ((mainBrush().style() != Qt::NoBrush && mainBrush().color().alpha() != 0) || + (mainPen().style() != Qt::NoPen && mainPen().color().alpha() != 0)) + { + painter->setPen(mainPen()); + painter->setBrush(mainBrush()); + painter->drawRect(textBoxRect); + } + painter->setBrush(Qt::NoBrush); + painter->setPen(QPen(mainColor())); + painter->drawText(textRect, Qt::TextDontClip|mTextAlignment, mText); + } +} + +/* inherits documentation from base class */ +QPointF QCPItemText::anchorPixelPoint(int anchorId) const +{ + // get actual rect points (pretty much copied from draw function): + QPointF pos(position->pixelPoint()); + QTransform transform; + transform.translate(pos.x(), pos.y()); + if (!qFuzzyIsNull(mRotation)) + transform.rotate(mRotation); + QFontMetrics fontMetrics(mainFont()); + QRect textRect = fontMetrics.boundingRect(0, 0, 0, 0, Qt::TextDontClip|mTextAlignment, mText); + QRectF textBoxRect = textRect.adjusted(-mPadding.left(), -mPadding.top(), mPadding.right(), mPadding.bottom()); + QPointF textPos = getTextDrawPoint(QPointF(0, 0), textBoxRect, mPositionAlignment); // 0, 0 because the transform does the translation + textBoxRect.moveTopLeft(textPos.toPoint()); + QPolygonF rectPoly = transform.map(QPolygonF(textBoxRect)); + + switch (anchorId) + { + case aiTopLeft: return rectPoly.at(0); + case aiTop: return (rectPoly.at(0)+rectPoly.at(1))*0.5; + case aiTopRight: return rectPoly.at(1); + case aiRight: return (rectPoly.at(1)+rectPoly.at(2))*0.5; + case aiBottomRight: return rectPoly.at(2); + case aiBottom: return (rectPoly.at(2)+rectPoly.at(3))*0.5; + case aiBottomLeft: return rectPoly.at(3); + case aiLeft: return (rectPoly.at(3)+rectPoly.at(0))*0.5; + } + + qDebug() << Q_FUNC_INFO << "invalid anchorId" << anchorId; + return QPointF(); +} + +/*! \internal + + Returns the point that must be given to the QPainter::drawText function (which expects the top + left point of the text rect), according to the position \a pos, the text bounding box \a rect and + the requested \a positionAlignment. + + For example, if \a positionAlignment is Qt::AlignLeft | Qt::AlignBottom the returned point + will be shifted upward by the height of \a rect, starting from \a pos. So if the text is finally + drawn at that point, the lower left corner of the resulting text rect is at \a pos. +*/ +QPointF QCPItemText::getTextDrawPoint(const QPointF &pos, const QRectF &rect, Qt::Alignment positionAlignment) const +{ + if (positionAlignment == 0 || positionAlignment == (Qt::AlignLeft|Qt::AlignTop)) + return pos; + + QPointF result = pos; // start at top left + if (positionAlignment.testFlag(Qt::AlignHCenter)) + result.rx() -= rect.width()/2.0; + else if (positionAlignment.testFlag(Qt::AlignRight)) + result.rx() -= rect.width(); + if (positionAlignment.testFlag(Qt::AlignVCenter)) + result.ry() -= rect.height()/2.0; + else if (positionAlignment.testFlag(Qt::AlignBottom)) + result.ry() -= rect.height(); + return result; +} + +/*! \internal + + Returns the font that should be used for drawing text. Returns mFont when the item is not selected + and mSelectedFont when it is. +*/ +QFont QCPItemText::mainFont() const +{ + return mSelected ? mSelectedFont : mFont; +} + +/*! \internal + + Returns the color that should be used for drawing text. Returns mColor when the item is not + selected and mSelectedColor when it is. +*/ +QColor QCPItemText::mainColor() const +{ + return mSelected ? mSelectedColor : mColor; +} + +/*! \internal + + Returns the pen that should be used for drawing lines. Returns mPen when the item is not selected + and mSelectedPen when it is. +*/ +QPen QCPItemText::mainPen() const +{ + return mSelected ? mSelectedPen : mPen; +} + +/*! \internal + + Returns the brush that should be used for drawing fills of the item. Returns mBrush when the item + is not selected and mSelectedBrush when it is. +*/ +QBrush QCPItemText::mainBrush() const +{ + return mSelected ? mSelectedBrush : mBrush; +} + + +//////////////////////////////////////////////////////////////////////////////////////////////////// +//////////////////// QCPItemEllipse +//////////////////////////////////////////////////////////////////////////////////////////////////// + +/*! \class QCPItemEllipse + \brief An ellipse + + \image html QCPItemEllipse.png "Ellipse example. Blue dotted circles are anchors, solid blue discs are positions." + + It has two positions, \a topLeft and \a bottomRight, which define the rect the ellipse will be drawn in. +*/ + +/*! + Creates an ellipse item and sets default values. + + The constructed item can be added to the plot with QCustomPlot::addItem. +*/ +QCPItemEllipse::QCPItemEllipse(QCustomPlot *parentPlot) : + QCPAbstractItem(parentPlot), + topLeft(createPosition(QLatin1String("topLeft"))), + bottomRight(createPosition(QLatin1String("bottomRight"))), + topLeftRim(createAnchor(QLatin1String("topLeftRim"), aiTopLeftRim)), + top(createAnchor(QLatin1String("top"), aiTop)), + topRightRim(createAnchor(QLatin1String("topRightRim"), aiTopRightRim)), + right(createAnchor(QLatin1String("right"), aiRight)), + bottomRightRim(createAnchor(QLatin1String("bottomRightRim"), aiBottomRightRim)), + bottom(createAnchor(QLatin1String("bottom"), aiBottom)), + bottomLeftRim(createAnchor(QLatin1String("bottomLeftRim"), aiBottomLeftRim)), + left(createAnchor(QLatin1String("left"), aiLeft)), + center(createAnchor(QLatin1String("center"), aiCenter)) +{ + topLeft->setCoords(0, 1); + bottomRight->setCoords(1, 0); + + setPen(QPen(Qt::black)); + setSelectedPen(QPen(Qt::blue, 2)); + setBrush(Qt::NoBrush); + setSelectedBrush(Qt::NoBrush); +} + +QCPItemEllipse::~QCPItemEllipse() +{ +} + +/*! + Sets the pen that will be used to draw the line of the ellipse + + \see setSelectedPen, setBrush +*/ +void QCPItemEllipse::setPen(const QPen &pen) +{ + mPen = pen; +} + +/*! + Sets the pen that will be used to draw the line of the ellipse when selected + + \see setPen, setSelected +*/ +void QCPItemEllipse::setSelectedPen(const QPen &pen) +{ + mSelectedPen = pen; +} + +/*! + Sets the brush that will be used to fill the ellipse. To disable filling, set \a brush to + Qt::NoBrush. + + \see setSelectedBrush, setPen +*/ +void QCPItemEllipse::setBrush(const QBrush &brush) +{ + mBrush = brush; +} + +/*! + Sets the brush that will be used to fill the ellipse when selected. To disable filling, set \a + brush to Qt::NoBrush. + + \see setBrush +*/ +void QCPItemEllipse::setSelectedBrush(const QBrush &brush) +{ + mSelectedBrush = brush; +} + +/* inherits documentation from base class */ +double QCPItemEllipse::selectTest(const QPointF &pos, bool onlySelectable, QVariant *details) const +{ + Q_UNUSED(details) + if (onlySelectable && !mSelectable) + return -1; + + double result = -1; + QPointF p1 = topLeft->pixelPoint(); + QPointF p2 = bottomRight->pixelPoint(); + QPointF center((p1+p2)/2.0); + double a = qAbs(p1.x()-p2.x())/2.0; + double b = qAbs(p1.y()-p2.y())/2.0; + double x = pos.x()-center.x(); + double y = pos.y()-center.y(); + + // distance to border: + double c = 1.0/qSqrt(x*x/(a*a)+y*y/(b*b)); + result = qAbs(c-1)*qSqrt(x*x+y*y); + // filled ellipse, allow click inside to count as hit: + if (result > mParentPlot->selectionTolerance()*0.99 && mBrush.style() != Qt::NoBrush && mBrush.color().alpha() != 0) + { + if (x*x/(a*a) + y*y/(b*b) <= 1) + result = mParentPlot->selectionTolerance()*0.99; + } + return result; +} + +/* inherits documentation from base class */ +void QCPItemEllipse::draw(QCPPainter *painter) +{ + QPointF p1 = topLeft->pixelPoint(); + QPointF p2 = bottomRight->pixelPoint(); + if (p1.toPoint() == p2.toPoint()) + return; + QRectF ellipseRect = QRectF(p1, p2).normalized(); + QRect clip = clipRect().adjusted(-mainPen().widthF(), -mainPen().widthF(), mainPen().widthF(), mainPen().widthF()); + if (ellipseRect.intersects(clip)) // only draw if bounding rect of ellipse is visible in cliprect + { + painter->setPen(mainPen()); + painter->setBrush(mainBrush()); +#ifdef __EXCEPTIONS + try // drawEllipse sometimes throws exceptions if ellipse is too big + { +#endif + painter->drawEllipse(ellipseRect); +#ifdef __EXCEPTIONS + } catch (...) + { + qDebug() << Q_FUNC_INFO << "Item too large for memory, setting invisible"; + setVisible(false); + } +#endif + } +} + +/* inherits documentation from base class */ +QPointF QCPItemEllipse::anchorPixelPoint(int anchorId) const +{ + QRectF rect = QRectF(topLeft->pixelPoint(), bottomRight->pixelPoint()); + switch (anchorId) + { + case aiTopLeftRim: return rect.center()+(rect.topLeft()-rect.center())*1/qSqrt(2); + case aiTop: return (rect.topLeft()+rect.topRight())*0.5; + case aiTopRightRim: return rect.center()+(rect.topRight()-rect.center())*1/qSqrt(2); + case aiRight: return (rect.topRight()+rect.bottomRight())*0.5; + case aiBottomRightRim: return rect.center()+(rect.bottomRight()-rect.center())*1/qSqrt(2); + case aiBottom: return (rect.bottomLeft()+rect.bottomRight())*0.5; + case aiBottomLeftRim: return rect.center()+(rect.bottomLeft()-rect.center())*1/qSqrt(2); + case aiLeft: return (rect.topLeft()+rect.bottomLeft())*0.5; + case aiCenter: return (rect.topLeft()+rect.bottomRight())*0.5; + } + + qDebug() << Q_FUNC_INFO << "invalid anchorId" << anchorId; + return QPointF(); +} + +/*! \internal + + Returns the pen that should be used for drawing lines. Returns mPen when the item is not selected + and mSelectedPen when it is. +*/ +QPen QCPItemEllipse::mainPen() const +{ + return mSelected ? mSelectedPen : mPen; +} + +/*! \internal + + Returns the brush that should be used for drawing fills of the item. Returns mBrush when the item + is not selected and mSelectedBrush when it is. +*/ +QBrush QCPItemEllipse::mainBrush() const +{ + return mSelected ? mSelectedBrush : mBrush; +} + + +//////////////////////////////////////////////////////////////////////////////////////////////////// +//////////////////// QCPItemPixmap +//////////////////////////////////////////////////////////////////////////////////////////////////// + +/*! \class QCPItemPixmap + \brief An arbitrary pixmap + + \image html QCPItemPixmap.png "Pixmap example. Blue dotted circles are anchors, solid blue discs are positions." + + It has two positions, \a topLeft and \a bottomRight, which define the rectangle the pixmap will + be drawn in. Depending on the scale setting (\ref setScaled), the pixmap will be either scaled to + fit the rectangle or be drawn aligned to the topLeft position. + + If scaling is enabled and \a topLeft is further to the bottom/right than \a bottomRight (as shown + on the right side of the example image), the pixmap will be flipped in the respective + orientations. +*/ + +/*! + Creates a rectangle item and sets default values. + + The constructed item can be added to the plot with QCustomPlot::addItem. +*/ +QCPItemPixmap::QCPItemPixmap(QCustomPlot *parentPlot) : + QCPAbstractItem(parentPlot), + topLeft(createPosition(QLatin1String("topLeft"))), + bottomRight(createPosition(QLatin1String("bottomRight"))), + top(createAnchor(QLatin1String("top"), aiTop)), + topRight(createAnchor(QLatin1String("topRight"), aiTopRight)), + right(createAnchor(QLatin1String("right"), aiRight)), + bottom(createAnchor(QLatin1String("bottom"), aiBottom)), + bottomLeft(createAnchor(QLatin1String("bottomLeft"), aiBottomLeft)), + left(createAnchor(QLatin1String("left"), aiLeft)) +{ + topLeft->setCoords(0, 1); + bottomRight->setCoords(1, 0); + + setPen(Qt::NoPen); + setSelectedPen(QPen(Qt::blue)); + setScaled(false, Qt::KeepAspectRatio, Qt::SmoothTransformation); +} + +QCPItemPixmap::~QCPItemPixmap() +{ +} + +/*! + Sets the pixmap that will be displayed. +*/ +void QCPItemPixmap::setPixmap(const QPixmap &pixmap) +{ + mPixmap = pixmap; + if (mPixmap.isNull()) + qDebug() << Q_FUNC_INFO << "pixmap is null"; +} + +/*! + Sets whether the pixmap will be scaled to fit the rectangle defined by the \a topLeft and \a + bottomRight positions. +*/ +void QCPItemPixmap::setScaled(bool scaled, Qt::AspectRatioMode aspectRatioMode, Qt::TransformationMode transformationMode) +{ + mScaled = scaled; + mAspectRatioMode = aspectRatioMode; + mTransformationMode = transformationMode; + updateScaledPixmap(); +} + +/*! + Sets the pen that will be used to draw a border around the pixmap. + + \see setSelectedPen, setBrush +*/ +void QCPItemPixmap::setPen(const QPen &pen) +{ + mPen = pen; +} + +/*! + Sets the pen that will be used to draw a border around the pixmap when selected + + \see setPen, setSelected +*/ +void QCPItemPixmap::setSelectedPen(const QPen &pen) +{ + mSelectedPen = pen; +} + +/* inherits documentation from base class */ +double QCPItemPixmap::selectTest(const QPointF &pos, bool onlySelectable, QVariant *details) const +{ + Q_UNUSED(details) + if (onlySelectable && !mSelectable) + return -1; + + return rectSelectTest(getFinalRect(), pos, true); +} + +/* inherits documentation from base class */ +void QCPItemPixmap::draw(QCPPainter *painter) +{ + bool flipHorz = false; + bool flipVert = false; + QRect rect = getFinalRect(&flipHorz, &flipVert); + double clipPad = mainPen().style() == Qt::NoPen ? 0 : mainPen().widthF(); + QRect boundingRect = rect.adjusted(-clipPad, -clipPad, clipPad, clipPad); + if (boundingRect.intersects(clipRect())) + { + updateScaledPixmap(rect, flipHorz, flipVert); + painter->drawPixmap(rect.topLeft(), mScaled ? mScaledPixmap : mPixmap); + QPen pen = mainPen(); + if (pen.style() != Qt::NoPen) + { + painter->setPen(pen); + painter->setBrush(Qt::NoBrush); + painter->drawRect(rect); + } + } +} + +/* inherits documentation from base class */ +QPointF QCPItemPixmap::anchorPixelPoint(int anchorId) const +{ + bool flipHorz; + bool flipVert; + QRect rect = getFinalRect(&flipHorz, &flipVert); + // we actually want denormal rects (negative width/height) here, so restore + // the flipped state: + if (flipHorz) + rect.adjust(rect.width(), 0, -rect.width(), 0); + if (flipVert) + rect.adjust(0, rect.height(), 0, -rect.height()); + + switch (anchorId) + { + case aiTop: return (rect.topLeft()+rect.topRight())*0.5; + case aiTopRight: return rect.topRight(); + case aiRight: return (rect.topRight()+rect.bottomRight())*0.5; + case aiBottom: return (rect.bottomLeft()+rect.bottomRight())*0.5; + case aiBottomLeft: return rect.bottomLeft(); + case aiLeft: return (rect.topLeft()+rect.bottomLeft())*0.5;; + } + + qDebug() << Q_FUNC_INFO << "invalid anchorId" << anchorId; + return QPointF(); +} + +/*! \internal + + Creates the buffered scaled image (\a mScaledPixmap) to fit the specified \a finalRect. The + parameters \a flipHorz and \a flipVert control whether the resulting image shall be flipped + horizontally or vertically. (This is used when \a topLeft is further to the bottom/right than \a + bottomRight.) + + This function only creates the scaled pixmap when the buffered pixmap has a different size than + the expected result, so calling this function repeatedly, e.g. in the \ref draw function, does + not cause expensive rescaling every time. + + If scaling is disabled, sets mScaledPixmap to a null QPixmap. +*/ +void QCPItemPixmap::updateScaledPixmap(QRect finalRect, bool flipHorz, bool flipVert) +{ + if (mPixmap.isNull()) + return; + + if (mScaled) + { + if (finalRect.isNull()) + finalRect = getFinalRect(&flipHorz, &flipVert); + if (finalRect.size() != mScaledPixmap.size()) + { + mScaledPixmap = mPixmap.scaled(finalRect.size(), mAspectRatioMode, mTransformationMode); + if (flipHorz || flipVert) + mScaledPixmap = QPixmap::fromImage(mScaledPixmap.toImage().mirrored(flipHorz, flipVert)); + } + } else if (!mScaledPixmap.isNull()) + mScaledPixmap = QPixmap(); +} + +/*! \internal + + Returns the final (tight) rect the pixmap is drawn in, depending on the current item positions + and scaling settings. + + The output parameters \a flippedHorz and \a flippedVert return whether the pixmap should be drawn + flipped horizontally or vertically in the returned rect. (The returned rect itself is always + normalized, i.e. the top left corner of the rect is actually further to the top/left than the + bottom right corner). This is the case when the item position \a topLeft is further to the + bottom/right than \a bottomRight. + + If scaling is disabled, returns a rect with size of the original pixmap and the top left corner + aligned with the item position \a topLeft. The position \a bottomRight is ignored. +*/ +QRect QCPItemPixmap::getFinalRect(bool *flippedHorz, bool *flippedVert) const +{ + QRect result; + bool flipHorz = false; + bool flipVert = false; + QPoint p1 = topLeft->pixelPoint().toPoint(); + QPoint p2 = bottomRight->pixelPoint().toPoint(); + if (p1 == p2) + return QRect(p1, QSize(0, 0)); + if (mScaled) + { + QSize newSize = QSize(p2.x()-p1.x(), p2.y()-p1.y()); + QPoint topLeft = p1; + if (newSize.width() < 0) + { + flipHorz = true; + newSize.rwidth() *= -1; + topLeft.setX(p2.x()); + } + if (newSize.height() < 0) + { + flipVert = true; + newSize.rheight() *= -1; + topLeft.setY(p2.y()); + } + QSize scaledSize = mPixmap.size(); + scaledSize.scale(newSize, mAspectRatioMode); + result = QRect(topLeft, scaledSize); + } else + { + result = QRect(p1, mPixmap.size()); + } + if (flippedHorz) + *flippedHorz = flipHorz; + if (flippedVert) + *flippedVert = flipVert; + return result; +} + +/*! \internal + + Returns the pen that should be used for drawing lines. Returns mPen when the item is not selected + and mSelectedPen when it is. +*/ +QPen QCPItemPixmap::mainPen() const +{ + return mSelected ? mSelectedPen : mPen; +} + + +//////////////////////////////////////////////////////////////////////////////////////////////////// +//////////////////// QCPItemTracer +//////////////////////////////////////////////////////////////////////////////////////////////////// + +/*! \class QCPItemTracer + \brief Item that sticks to QCPGraph data points + + \image html QCPItemTracer.png "Tracer example. Blue dotted circles are anchors, solid blue discs are positions." + + The tracer can be connected with a QCPGraph via \ref setGraph. Then it will automatically adopt + the coordinate axes of the graph and update its \a position to be on the graph's data. This means + the key stays controllable via \ref setGraphKey, but the value will follow the graph data. If a + QCPGraph is connected, note that setting the coordinates of the tracer item directly via \a + position will have no effect because they will be overriden in the next redraw (this is when the + coordinate update happens). + + If the specified key in \ref setGraphKey is outside the key bounds of the graph, the tracer will + stay at the corresponding end of the graph. + + With \ref setInterpolating you may specify whether the tracer may only stay exactly on data + points or whether it interpolates data points linearly, if given a key that lies between two data + points of the graph. + + The tracer has different visual styles, see \ref setStyle. It is also possible to make the tracer + have no own visual appearance (set the style to \ref tsNone), and just connect other item + positions to the tracer \a position (used as an anchor) via \ref + QCPItemPosition::setParentAnchor. + + \note The tracer position is only automatically updated upon redraws. So when the data of the + graph changes and immediately afterwards (without a redraw) the a position coordinates of the + tracer are retrieved, they will not reflect the updated data of the graph. In this case \ref + updatePosition must be called manually, prior to reading the tracer coordinates. +*/ + +/*! + Creates a tracer item and sets default values. + + The constructed item can be added to the plot with QCustomPlot::addItem. +*/ +QCPItemTracer::QCPItemTracer(QCustomPlot *parentPlot) : + QCPAbstractItem(parentPlot), + position(createPosition(QLatin1String("position"))), + mGraph(0) +{ + position->setCoords(0, 0); + + setBrush(Qt::NoBrush); + setSelectedBrush(Qt::NoBrush); + setPen(QPen(Qt::black)); + setSelectedPen(QPen(Qt::blue, 2)); + setStyle(tsCrosshair); + setSize(6); + setInterpolating(false); + setGraphKey(0); +} + +QCPItemTracer::~QCPItemTracer() +{ +} + +/*! + Sets the pen that will be used to draw the line of the tracer + + \see setSelectedPen, setBrush +*/ +void QCPItemTracer::setPen(const QPen &pen) +{ + mPen = pen; +} + +/*! + Sets the pen that will be used to draw the line of the tracer when selected + + \see setPen, setSelected +*/ +void QCPItemTracer::setSelectedPen(const QPen &pen) +{ + mSelectedPen = pen; +} + +/*! + Sets the brush that will be used to draw any fills of the tracer + + \see setSelectedBrush, setPen +*/ +void QCPItemTracer::setBrush(const QBrush &brush) +{ + mBrush = brush; +} + +/*! + Sets the brush that will be used to draw any fills of the tracer, when selected. + + \see setBrush, setSelected +*/ +void QCPItemTracer::setSelectedBrush(const QBrush &brush) +{ + mSelectedBrush = brush; +} + +/*! + Sets the size of the tracer in pixels, if the style supports setting a size (e.g. \ref tsSquare + does, \ref tsCrosshair does not). +*/ +void QCPItemTracer::setSize(double size) +{ + mSize = size; +} + +/*! + Sets the style/visual appearance of the tracer. + + If you only want to use the tracer \a position as an anchor for other items, set \a style to + \ref tsNone. +*/ +void QCPItemTracer::setStyle(QCPItemTracer::TracerStyle style) +{ + mStyle = style; +} + +/*! + Sets the QCPGraph this tracer sticks to. The tracer \a position will be set to type + QCPItemPosition::ptPlotCoords and the axes will be set to the axes of \a graph. + + To free the tracer from any graph, set \a graph to 0. The tracer \a position can then be placed + freely like any other item position. This is the state the tracer will assume when its graph gets + deleted while still attached to it. + + \see setGraphKey +*/ +void QCPItemTracer::setGraph(QCPGraph *graph) +{ + if (graph) + { + if (graph->parentPlot() == mParentPlot) + { + position->setType(QCPItemPosition::ptPlotCoords); + position->setAxes(graph->keyAxis(), graph->valueAxis()); + mGraph = graph; + updatePosition(); + } else + qDebug() << Q_FUNC_INFO << "graph isn't in same QCustomPlot instance as this item"; + } else + { + mGraph = 0; + } +} + +/*! + Sets the key of the graph's data point the tracer will be positioned at. This is the only free + coordinate of a tracer when attached to a graph. + + Depending on \ref setInterpolating, the tracer will be either positioned on the data point + closest to \a key, or will stay exactly at \a key and interpolate the value linearly. + + \see setGraph, setInterpolating +*/ +void QCPItemTracer::setGraphKey(double key) +{ + mGraphKey = key; +} + +/*! + Sets whether the value of the graph's data points shall be interpolated, when positioning the + tracer. + + If \a enabled is set to false and a key is given with \ref setGraphKey, the tracer is placed on + the data point of the graph which is closest to the key, but which is not necessarily exactly + there. If \a enabled is true, the tracer will be positioned exactly at the specified key, and + the appropriate value will be interpolated from the graph's data points linearly. + + \see setGraph, setGraphKey +*/ +void QCPItemTracer::setInterpolating(bool enabled) +{ + mInterpolating = enabled; +} + +/* inherits documentation from base class */ +double QCPItemTracer::selectTest(const QPointF &pos, bool onlySelectable, QVariant *details) const +{ + Q_UNUSED(details) + if (onlySelectable && !mSelectable) + return -1; + + QPointF center(position->pixelPoint()); + double w = mSize/2.0; + QRect clip = clipRect(); + switch (mStyle) + { + case tsNone: return -1; + case tsPlus: + { + if (clipRect().intersects(QRectF(center-QPointF(w, w), center+QPointF(w, w)).toRect())) + return qSqrt(qMin(distSqrToLine(center+QPointF(-w, 0), center+QPointF(w, 0), pos), + distSqrToLine(center+QPointF(0, -w), center+QPointF(0, w), pos))); + break; + } + case tsCrosshair: + { + return qSqrt(qMin(distSqrToLine(QPointF(clip.left(), center.y()), QPointF(clip.right(), center.y()), pos), + distSqrToLine(QPointF(center.x(), clip.top()), QPointF(center.x(), clip.bottom()), pos))); + } + case tsCircle: + { + if (clip.intersects(QRectF(center-QPointF(w, w), center+QPointF(w, w)).toRect())) + { + // distance to border: + double centerDist = QVector2D(center-pos).length(); + double circleLine = w; + double result = qAbs(centerDist-circleLine); + // filled ellipse, allow click inside to count as hit: + if (result > mParentPlot->selectionTolerance()*0.99 && mBrush.style() != Qt::NoBrush && mBrush.color().alpha() != 0) + { + if (centerDist <= circleLine) + result = mParentPlot->selectionTolerance()*0.99; + } + return result; + } + break; + } + case tsSquare: + { + if (clip.intersects(QRectF(center-QPointF(w, w), center+QPointF(w, w)).toRect())) + { + QRectF rect = QRectF(center-QPointF(w, w), center+QPointF(w, w)); + bool filledRect = mBrush.style() != Qt::NoBrush && mBrush.color().alpha() != 0; + return rectSelectTest(rect, pos, filledRect); + } + break; + } + } + return -1; +} + +/* inherits documentation from base class */ +void QCPItemTracer::draw(QCPPainter *painter) +{ + updatePosition(); + if (mStyle == tsNone) + return; + + painter->setPen(mainPen()); + painter->setBrush(mainBrush()); + QPointF center(position->pixelPoint()); + double w = mSize/2.0; + QRect clip = clipRect(); + switch (mStyle) + { + case tsNone: return; + case tsPlus: + { + if (clip.intersects(QRectF(center-QPointF(w, w), center+QPointF(w, w)).toRect())) + { + painter->drawLine(QLineF(center+QPointF(-w, 0), center+QPointF(w, 0))); + painter->drawLine(QLineF(center+QPointF(0, -w), center+QPointF(0, w))); + } + break; + } + case tsCrosshair: + { + if (center.y() > clip.top() && center.y() < clip.bottom()) + painter->drawLine(QLineF(clip.left(), center.y(), clip.right(), center.y())); + if (center.x() > clip.left() && center.x() < clip.right()) + painter->drawLine(QLineF(center.x(), clip.top(), center.x(), clip.bottom())); + break; + } + case tsCircle: + { + if (clip.intersects(QRectF(center-QPointF(w, w), center+QPointF(w, w)).toRect())) + painter->drawEllipse(center, w, w); + break; + } + case tsSquare: + { + if (clip.intersects(QRectF(center-QPointF(w, w), center+QPointF(w, w)).toRect())) + painter->drawRect(QRectF(center-QPointF(w, w), center+QPointF(w, w))); + break; + } + } +} + +/*! + If the tracer is connected with a graph (\ref setGraph), this function updates the tracer's \a + position to reside on the graph data, depending on the configured key (\ref setGraphKey). + + It is called automatically on every redraw and normally doesn't need to be called manually. One + exception is when you want to read the tracer coordinates via \a position and are not sure that + the graph's data (or the tracer key with \ref setGraphKey) hasn't changed since the last redraw. + In that situation, call this function before accessing \a position, to make sure you don't get + out-of-date coordinates. + + If there is no graph set on this tracer, this function does nothing. +*/ +void QCPItemTracer::updatePosition() +{ + if (mGraph) + { + if (mParentPlot->hasPlottable(mGraph)) + { + if (mGraph->data()->size() > 1) + { + QCPDataMap::const_iterator first = mGraph->data()->constBegin(); + QCPDataMap::const_iterator last = mGraph->data()->constEnd()-1; + if (mGraphKey < first.key()) + position->setCoords(first.key(), first.value().value); + else if (mGraphKey > last.key()) + position->setCoords(last.key(), last.value().value); + else + { + QCPDataMap::const_iterator it = mGraph->data()->lowerBound(mGraphKey); + if (it != first) // mGraphKey is somewhere between iterators + { + QCPDataMap::const_iterator prevIt = it-1; + if (mInterpolating) + { + // interpolate between iterators around mGraphKey: + double slope = 0; + if (!qFuzzyCompare((double)it.key(), (double)prevIt.key())) + slope = (it.value().value-prevIt.value().value)/(it.key()-prevIt.key()); + position->setCoords(mGraphKey, (mGraphKey-prevIt.key())*slope+prevIt.value().value); + } else + { + // find iterator with key closest to mGraphKey: + if (mGraphKey < (prevIt.key()+it.key())*0.5) + it = prevIt; + position->setCoords(it.key(), it.value().value); + } + } else // mGraphKey is exactly on first iterator + position->setCoords(it.key(), it.value().value); + } + } else if (mGraph->data()->size() == 1) + { + QCPDataMap::const_iterator it = mGraph->data()->constBegin(); + position->setCoords(it.key(), it.value().value); + } else + qDebug() << Q_FUNC_INFO << "graph has no data"; + } else + qDebug() << Q_FUNC_INFO << "graph not contained in QCustomPlot instance (anymore)"; + } +} + +/*! \internal + + Returns the pen that should be used for drawing lines. Returns mPen when the item is not selected + and mSelectedPen when it is. +*/ +QPen QCPItemTracer::mainPen() const +{ + return mSelected ? mSelectedPen : mPen; +} + +/*! \internal + + Returns the brush that should be used for drawing fills of the item. Returns mBrush when the item + is not selected and mSelectedBrush when it is. +*/ +QBrush QCPItemTracer::mainBrush() const +{ + return mSelected ? mSelectedBrush : mBrush; +} + + +//////////////////////////////////////////////////////////////////////////////////////////////////// +//////////////////// QCPItemBracket +//////////////////////////////////////////////////////////////////////////////////////////////////// + +/*! \class QCPItemBracket + \brief A bracket for referencing/highlighting certain parts in the plot. + + \image html QCPItemBracket.png "Bracket example. Blue dotted circles are anchors, solid blue discs are positions." + + It has two positions, \a left and \a right, which define the span of the bracket. If \a left is + actually farther to the left than \a right, the bracket is opened to the bottom, as shown in the + example image. + + The bracket supports multiple styles via \ref setStyle. The length, i.e. how far the bracket + stretches away from the embraced span, can be controlled with \ref setLength. + + \image html QCPItemBracket-length.png +
Demonstrating the effect of different values for \ref setLength, for styles \ref + bsCalligraphic and \ref bsSquare. Anchors and positions are displayed for reference.
+ + It provides an anchor \a center, to allow connection of other items, e.g. an arrow (QCPItemLine + or QCPItemCurve) or a text label (QCPItemText), to the bracket. +*/ + +/*! + Creates a bracket item and sets default values. + + The constructed item can be added to the plot with QCustomPlot::addItem. +*/ +QCPItemBracket::QCPItemBracket(QCustomPlot *parentPlot) : + QCPAbstractItem(parentPlot), + left(createPosition(QLatin1String("left"))), + right(createPosition(QLatin1String("right"))), + center(createAnchor(QLatin1String("center"), aiCenter)) +{ + left->setCoords(0, 0); + right->setCoords(1, 1); + + setPen(QPen(Qt::black)); + setSelectedPen(QPen(Qt::blue, 2)); + setLength(8); + setStyle(bsCalligraphic); +} + +QCPItemBracket::~QCPItemBracket() +{ +} + +/*! + Sets the pen that will be used to draw the bracket. + + Note that when the style is \ref bsCalligraphic, only the color will be taken from the pen, the + stroke and width are ignored. To change the apparent stroke width of a calligraphic bracket, use + \ref setLength, which has a similar effect. + + \see setSelectedPen +*/ +void QCPItemBracket::setPen(const QPen &pen) +{ + mPen = pen; +} + +/*! + Sets the pen that will be used to draw the bracket when selected + + \see setPen, setSelected +*/ +void QCPItemBracket::setSelectedPen(const QPen &pen) +{ + mSelectedPen = pen; +} + +/*! + Sets the \a length in pixels how far the bracket extends in the direction towards the embraced + span of the bracket (i.e. perpendicular to the left-right-direction) + + \image html QCPItemBracket-length.png +
Demonstrating the effect of different values for \ref setLength, for styles \ref + bsCalligraphic and \ref bsSquare. Anchors and positions are displayed for reference.
+*/ +void QCPItemBracket::setLength(double length) +{ + mLength = length; +} + +/*! + Sets the style of the bracket, i.e. the shape/visual appearance. + + \see setPen +*/ +void QCPItemBracket::setStyle(QCPItemBracket::BracketStyle style) +{ + mStyle = style; +} + +/* inherits documentation from base class */ +double QCPItemBracket::selectTest(const QPointF &pos, bool onlySelectable, QVariant *details) const +{ + Q_UNUSED(details) + if (onlySelectable && !mSelectable) + return -1; + + QVector2D leftVec(left->pixelPoint()); + QVector2D rightVec(right->pixelPoint()); + if (leftVec.toPoint() == rightVec.toPoint()) + return -1; + + QVector2D widthVec = (rightVec-leftVec)*0.5f; + QVector2D lengthVec(-widthVec.y(), widthVec.x()); + lengthVec = lengthVec.normalized()*mLength; + QVector2D centerVec = (rightVec+leftVec)*0.5f-lengthVec; + + switch (mStyle) + { + case QCPItemBracket::bsSquare: + case QCPItemBracket::bsRound: + { + double a = distSqrToLine((centerVec-widthVec).toPointF(), (centerVec+widthVec).toPointF(), pos); + double b = distSqrToLine((centerVec-widthVec+lengthVec).toPointF(), (centerVec-widthVec).toPointF(), pos); + double c = distSqrToLine((centerVec+widthVec+lengthVec).toPointF(), (centerVec+widthVec).toPointF(), pos); + return qSqrt(qMin(qMin(a, b), c)); + } + case QCPItemBracket::bsCurly: + case QCPItemBracket::bsCalligraphic: + { + double a = distSqrToLine((centerVec-widthVec*0.75f+lengthVec*0.15f).toPointF(), (centerVec+lengthVec*0.3f).toPointF(), pos); + double b = distSqrToLine((centerVec-widthVec+lengthVec*0.7f).toPointF(), (centerVec-widthVec*0.75f+lengthVec*0.15f).toPointF(), pos); + double c = distSqrToLine((centerVec+widthVec*0.75f+lengthVec*0.15f).toPointF(), (centerVec+lengthVec*0.3f).toPointF(), pos); + double d = distSqrToLine((centerVec+widthVec+lengthVec*0.7f).toPointF(), (centerVec+widthVec*0.75f+lengthVec*0.15f).toPointF(), pos); + return qSqrt(qMin(qMin(a, b), qMin(c, d))); + } + } + return -1; +} + +/* inherits documentation from base class */ +void QCPItemBracket::draw(QCPPainter *painter) +{ + QVector2D leftVec(left->pixelPoint()); + QVector2D rightVec(right->pixelPoint()); + if (leftVec.toPoint() == rightVec.toPoint()) + return; + + QVector2D widthVec = (rightVec-leftVec)*0.5f; + QVector2D lengthVec(-widthVec.y(), widthVec.x()); + lengthVec = lengthVec.normalized()*mLength; + QVector2D centerVec = (rightVec+leftVec)*0.5f-lengthVec; + + QPolygon boundingPoly; + boundingPoly << leftVec.toPoint() << rightVec.toPoint() + << (rightVec-lengthVec).toPoint() << (leftVec-lengthVec).toPoint(); + QRect clip = clipRect().adjusted(-mainPen().widthF(), -mainPen().widthF(), mainPen().widthF(), mainPen().widthF()); + if (clip.intersects(boundingPoly.boundingRect())) + { + painter->setPen(mainPen()); + switch (mStyle) + { + case bsSquare: + { + painter->drawLine((centerVec+widthVec).toPointF(), (centerVec-widthVec).toPointF()); + painter->drawLine((centerVec+widthVec).toPointF(), (centerVec+widthVec+lengthVec).toPointF()); + painter->drawLine((centerVec-widthVec).toPointF(), (centerVec-widthVec+lengthVec).toPointF()); + break; + } + case bsRound: + { + painter->setBrush(Qt::NoBrush); + QPainterPath path; + path.moveTo((centerVec+widthVec+lengthVec).toPointF()); + path.cubicTo((centerVec+widthVec).toPointF(), (centerVec+widthVec).toPointF(), centerVec.toPointF()); + path.cubicTo((centerVec-widthVec).toPointF(), (centerVec-widthVec).toPointF(), (centerVec-widthVec+lengthVec).toPointF()); + painter->drawPath(path); + break; + } + case bsCurly: + { + painter->setBrush(Qt::NoBrush); + QPainterPath path; + path.moveTo((centerVec+widthVec+lengthVec).toPointF()); + path.cubicTo((centerVec+widthVec-lengthVec*0.8f).toPointF(), (centerVec+0.4f*widthVec+lengthVec).toPointF(), centerVec.toPointF()); + path.cubicTo((centerVec-0.4f*widthVec+lengthVec).toPointF(), (centerVec-widthVec-lengthVec*0.8f).toPointF(), (centerVec-widthVec+lengthVec).toPointF()); + painter->drawPath(path); + break; + } + case bsCalligraphic: + { + painter->setPen(Qt::NoPen); + painter->setBrush(QBrush(mainPen().color())); + QPainterPath path; + path.moveTo((centerVec+widthVec+lengthVec).toPointF()); + + path.cubicTo((centerVec+widthVec-lengthVec*0.8f).toPointF(), (centerVec+0.4f*widthVec+0.8f*lengthVec).toPointF(), centerVec.toPointF()); + path.cubicTo((centerVec-0.4f*widthVec+0.8f*lengthVec).toPointF(), (centerVec-widthVec-lengthVec*0.8f).toPointF(), (centerVec-widthVec+lengthVec).toPointF()); + + path.cubicTo((centerVec-widthVec-lengthVec*0.5f).toPointF(), (centerVec-0.2f*widthVec+1.2f*lengthVec).toPointF(), (centerVec+lengthVec*0.2f).toPointF()); + path.cubicTo((centerVec+0.2f*widthVec+1.2f*lengthVec).toPointF(), (centerVec+widthVec-lengthVec*0.5f).toPointF(), (centerVec+widthVec+lengthVec).toPointF()); + + painter->drawPath(path); + break; + } + } + } +} + +/* inherits documentation from base class */ +QPointF QCPItemBracket::anchorPixelPoint(int anchorId) const +{ + QVector2D leftVec(left->pixelPoint()); + QVector2D rightVec(right->pixelPoint()); + if (leftVec.toPoint() == rightVec.toPoint()) + return leftVec.toPointF(); + + QVector2D widthVec = (rightVec-leftVec)*0.5f; + QVector2D lengthVec(-widthVec.y(), widthVec.x()); + lengthVec = lengthVec.normalized()*mLength; + QVector2D centerVec = (rightVec+leftVec)*0.5f-lengthVec; + + switch (anchorId) + { + case aiCenter: + return centerVec.toPointF(); + } + qDebug() << Q_FUNC_INFO << "invalid anchorId" << anchorId; + return QPointF(); +} + +/*! \internal + + Returns the pen that should be used for drawing lines. Returns mPen when the + item is not selected and mSelectedPen when it is. +*/ +QPen QCPItemBracket::mainPen() const +{ + return mSelected ? mSelectedPen : mPen; +} + diff --git a/Com Port UART Control/Com Port Comm+graph Plot/v1/BlueC/qcustomplot.h b/Com Port UART Control/Com Port Comm+graph Plot/v1/BlueC/qcustomplot.h new file mode 100644 index 0000000..0531091 --- /dev/null +++ b/Com Port UART Control/Com Port Comm+graph Plot/v1/BlueC/qcustomplot.h @@ -0,0 +1,3767 @@ +/*************************************************************************** +** ** +** QCustomPlot, an easy to use, modern plotting widget for Qt ** +** Copyright (C) 2011-2015 Emanuel Eichhammer ** +** ** +** This program is free software: you can redistribute it and/or modify ** +** it under the terms of the GNU General Public License as published by ** +** the Free Software Foundation, either version 3 of the License, or ** +** (at your option) any later version. ** +** ** +** This program is distributed in the hope that it will be useful, ** +** but WITHOUT ANY WARRANTY; without even the implied warranty of ** +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ** +** GNU General Public License for more details. ** +** ** +** You should have received a copy of the GNU General Public License ** +** along with this program. If not, see http://www.gnu.org/licenses/. ** +** ** +**************************************************************************** +** Author: Emanuel Eichhammer ** +** Website/Contact: http://www.qcustomplot.com/ ** +** Date: 25.04.15 ** +** Version: 1.3.1 ** +****************************************************************************/ + +#ifndef QCUSTOMPLOT_H +#define QCUSTOMPLOT_H + +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#if QT_VERSION < QT_VERSION_CHECK(5, 0, 0) +# include +# include +# include +#else +# include +# include +#endif + +class QCPPainter; +class QCustomPlot; +class QCPLayerable; +class QCPLayoutElement; +class QCPLayout; +class QCPAxis; +class QCPAxisRect; +class QCPAxisPainterPrivate; +class QCPAbstractPlottable; +class QCPGraph; +class QCPAbstractItem; +class QCPItemPosition; +class QCPLayer; +class QCPPlotTitle; +class QCPLegend; +class QCPAbstractLegendItem; +class QCPColorMap; +class QCPColorScale; +class QCPBars; + + +/*! \file */ + + +// decl definitions for shared library compilation/usage: +#if defined(QCUSTOMPLOT_COMPILE_LIBRARY) +# define QCP_LIB_DECL Q_DECL_EXPORT +#elif defined(QCUSTOMPLOT_USE_LIBRARY) +# define QCP_LIB_DECL Q_DECL_IMPORT +#else +# define QCP_LIB_DECL +#endif + +/*! + The QCP Namespace contains general enums and QFlags used throughout the QCustomPlot library +*/ +namespace QCP +{ +/*! + Defines the sides of a rectangular entity to which margins can be applied. + + \see QCPLayoutElement::setAutoMargins, QCPAxisRect::setAutoMargins +*/ +enum MarginSide { msLeft = 0x01 ///< 0x01 left margin + ,msRight = 0x02 ///< 0x02 right margin + ,msTop = 0x04 ///< 0x04 top margin + ,msBottom = 0x08 ///< 0x08 bottom margin + ,msAll = 0xFF ///< 0xFF all margins + ,msNone = 0x00 ///< 0x00 no margin + }; +Q_DECLARE_FLAGS(MarginSides, MarginSide) + +/*! + Defines what objects of a plot can be forcibly drawn antialiased/not antialiased. If an object is + neither forcibly drawn antialiased nor forcibly drawn not antialiased, it is up to the respective + element how it is drawn. Typically it provides a \a setAntialiased function for this. + + \c AntialiasedElements is a flag of or-combined elements of this enum type. + + \see QCustomPlot::setAntialiasedElements, QCustomPlot::setNotAntialiasedElements +*/ +enum AntialiasedElement { aeAxes = 0x0001 ///< 0x0001 Axis base line and tick marks + ,aeGrid = 0x0002 ///< 0x0002 Grid lines + ,aeSubGrid = 0x0004 ///< 0x0004 Sub grid lines + ,aeLegend = 0x0008 ///< 0x0008 Legend box + ,aeLegendItems = 0x0010 ///< 0x0010 Legend items + ,aePlottables = 0x0020 ///< 0x0020 Main lines of plottables (excluding error bars, see element \ref aeErrorBars) + ,aeItems = 0x0040 ///< 0x0040 Main lines of items + ,aeScatters = 0x0080 ///< 0x0080 Scatter symbols of plottables (excluding scatter symbols of type ssPixmap) + ,aeErrorBars = 0x0100 ///< 0x0100 Error bars + ,aeFills = 0x0200 ///< 0x0200 Borders of fills (e.g. under or between graphs) + ,aeZeroLine = 0x0400 ///< 0x0400 Zero-lines, see \ref QCPGrid::setZeroLinePen + ,aeAll = 0xFFFF ///< 0xFFFF All elements + ,aeNone = 0x0000 ///< 0x0000 No elements + }; +Q_DECLARE_FLAGS(AntialiasedElements, AntialiasedElement) + +/*! + Defines plotting hints that control various aspects of the quality and speed of plotting. + + \see QCustomPlot::setPlottingHints +*/ +enum PlottingHint { phNone = 0x000 ///< 0x000 No hints are set + ,phFastPolylines = 0x001 ///< 0x001 Graph/Curve lines are drawn with a faster method. This reduces the quality + ///< especially of the line segment joins. (Only relevant for solid line pens.) + ,phForceRepaint = 0x002 ///< 0x002 causes an immediate repaint() instead of a soft update() when QCustomPlot::replot() is called with parameter \ref QCustomPlot::rpHint. + ///< This is set by default to prevent the plot from freezing on fast consecutive replots (e.g. user drags ranges with mouse). + ,phCacheLabels = 0x004 ///< 0x004 axis (tick) labels will be cached as pixmaps, increasing replot performance. + }; +Q_DECLARE_FLAGS(PlottingHints, PlottingHint) + +/*! + Defines the mouse interactions possible with QCustomPlot. + + \c Interactions is a flag of or-combined elements of this enum type. + + \see QCustomPlot::setInteractions +*/ +enum Interaction { iRangeDrag = 0x001 ///< 0x001 Axis ranges are draggable (see \ref QCPAxisRect::setRangeDrag, \ref QCPAxisRect::setRangeDragAxes) + ,iRangeZoom = 0x002 ///< 0x002 Axis ranges are zoomable with the mouse wheel (see \ref QCPAxisRect::setRangeZoom, \ref QCPAxisRect::setRangeZoomAxes) + ,iMultiSelect = 0x004 ///< 0x004 The user can select multiple objects by holding the modifier set by \ref QCustomPlot::setMultiSelectModifier while clicking + ,iSelectPlottables = 0x008 ///< 0x008 Plottables are selectable (e.g. graphs, curves, bars,... see QCPAbstractPlottable) + ,iSelectAxes = 0x010 ///< 0x010 Axes are selectable (or parts of them, see QCPAxis::setSelectableParts) + ,iSelectLegend = 0x020 ///< 0x020 Legends are selectable (or their child items, see QCPLegend::setSelectableParts) + ,iSelectItems = 0x040 ///< 0x040 Items are selectable (Rectangles, Arrows, Textitems, etc. see \ref QCPAbstractItem) + ,iSelectOther = 0x080 ///< 0x080 All other objects are selectable (e.g. your own derived layerables, the plot title,...) + }; +Q_DECLARE_FLAGS(Interactions, Interaction) + +/*! \internal + + Returns whether the specified \a value is considered an invalid data value for plottables (i.e. + is \e nan or \e +/-inf). This function is used to check data validity upon replots, when the + compiler flag \c QCUSTOMPLOT_CHECK_DATA is set. +*/ +inline bool isInvalidData(double value) +{ + return qIsNaN(value) || qIsInf(value); +} + +/*! \internal + \overload + + Checks two arguments instead of one. +*/ +inline bool isInvalidData(double value1, double value2) +{ + return isInvalidData(value1) || isInvalidData(value2); +} + +/*! \internal + + Sets the specified \a side of \a margins to \a value + + \see getMarginValue +*/ +inline void setMarginValue(QMargins &margins, QCP::MarginSide side, int value) +{ + switch (side) + { + case QCP::msLeft: margins.setLeft(value); break; + case QCP::msRight: margins.setRight(value); break; + case QCP::msTop: margins.setTop(value); break; + case QCP::msBottom: margins.setBottom(value); break; + case QCP::msAll: margins = QMargins(value, value, value, value); break; + default: break; + } +} + +/*! \internal + + Returns the value of the specified \a side of \a margins. If \a side is \ref QCP::msNone or + \ref QCP::msAll, returns 0. + + \see setMarginValue +*/ +inline int getMarginValue(const QMargins &margins, QCP::MarginSide side) +{ + switch (side) + { + case QCP::msLeft: return margins.left(); + case QCP::msRight: return margins.right(); + case QCP::msTop: return margins.top(); + case QCP::msBottom: return margins.bottom(); + default: break; + } + return 0; +} + +} // end of namespace QCP + +Q_DECLARE_OPERATORS_FOR_FLAGS(QCP::AntialiasedElements) +Q_DECLARE_OPERATORS_FOR_FLAGS(QCP::PlottingHints) +Q_DECLARE_OPERATORS_FOR_FLAGS(QCP::MarginSides) +Q_DECLARE_OPERATORS_FOR_FLAGS(QCP::Interactions) + + +class QCP_LIB_DECL QCPScatterStyle +{ + Q_GADGET +public: + /*! + Defines the shape used for scatter points. + + On plottables/items that draw scatters, the sizes of these visualizations (with exception of + \ref ssDot and \ref ssPixmap) can be controlled with the \ref setSize function. Scatters are + drawn with the pen and brush specified with \ref setPen and \ref setBrush. + */ + Q_ENUMS(ScatterShape) + enum ScatterShape { ssNone ///< no scatter symbols are drawn (e.g. in QCPGraph, data only represented with lines) + ,ssDot ///< \enumimage{ssDot.png} a single pixel (use \ref ssDisc or \ref ssCircle if you want a round shape with a certain radius) + ,ssCross ///< \enumimage{ssCross.png} a cross + ,ssPlus ///< \enumimage{ssPlus.png} a plus + ,ssCircle ///< \enumimage{ssCircle.png} a circle + ,ssDisc ///< \enumimage{ssDisc.png} a circle which is filled with the pen's color (not the brush as with ssCircle) + ,ssSquare ///< \enumimage{ssSquare.png} a square + ,ssDiamond ///< \enumimage{ssDiamond.png} a diamond + ,ssStar ///< \enumimage{ssStar.png} a star with eight arms, i.e. a combination of cross and plus + ,ssTriangle ///< \enumimage{ssTriangle.png} an equilateral triangle, standing on baseline + ,ssTriangleInverted ///< \enumimage{ssTriangleInverted.png} an equilateral triangle, standing on corner + ,ssCrossSquare ///< \enumimage{ssCrossSquare.png} a square with a cross inside + ,ssPlusSquare ///< \enumimage{ssPlusSquare.png} a square with a plus inside + ,ssCrossCircle ///< \enumimage{ssCrossCircle.png} a circle with a cross inside + ,ssPlusCircle ///< \enumimage{ssPlusCircle.png} a circle with a plus inside + ,ssPeace ///< \enumimage{ssPeace.png} a circle, with one vertical and two downward diagonal lines + ,ssPixmap ///< a custom pixmap specified by \ref setPixmap, centered on the data point coordinates + ,ssCustom ///< custom painter operations are performed per scatter (As QPainterPath, see \ref setCustomPath) + }; + + QCPScatterStyle(); + QCPScatterStyle(ScatterShape shape, double size=6); + QCPScatterStyle(ScatterShape shape, const QColor &color, double size); + QCPScatterStyle(ScatterShape shape, const QColor &color, const QColor &fill, double size); + QCPScatterStyle(ScatterShape shape, const QPen &pen, const QBrush &brush, double size); + QCPScatterStyle(const QPixmap &pixmap); + QCPScatterStyle(const QPainterPath &customPath, const QPen &pen, const QBrush &brush=Qt::NoBrush, double size=6); + + // getters: + double size() const { return mSize; } + ScatterShape shape() const { return mShape; } + QPen pen() const { return mPen; } + QBrush brush() const { return mBrush; } + QPixmap pixmap() const { return mPixmap; } + QPainterPath customPath() const { return mCustomPath; } + + // setters: + void setSize(double size); + void setShape(ScatterShape shape); + void setPen(const QPen &pen); + void setBrush(const QBrush &brush); + void setPixmap(const QPixmap &pixmap); + void setCustomPath(const QPainterPath &customPath); + + // non-property methods: + bool isNone() const { return mShape == ssNone; } + bool isPenDefined() const { return mPenDefined; } + void applyTo(QCPPainter *painter, const QPen &defaultPen) const; + void drawShape(QCPPainter *painter, QPointF pos) const; + void drawShape(QCPPainter *painter, double x, double y) const; + +protected: + // property members: + double mSize; + ScatterShape mShape; + QPen mPen; + QBrush mBrush; + QPixmap mPixmap; + QPainterPath mCustomPath; + + // non-property members: + bool mPenDefined; +}; +Q_DECLARE_TYPEINFO(QCPScatterStyle, Q_MOVABLE_TYPE); + + +class QCP_LIB_DECL QCPPainter : public QPainter +{ + Q_GADGET +public: + /*! + Defines special modes the painter can operate in. They disable or enable certain subsets of features/fixes/workarounds, + depending on whether they are wanted on the respective output device. + */ + enum PainterMode { pmDefault = 0x00 ///< 0x00 Default mode for painting on screen devices + ,pmVectorized = 0x01 ///< 0x01 Mode for vectorized painting (e.g. PDF export). For example, this prevents some antialiasing fixes. + ,pmNoCaching = 0x02 ///< 0x02 Mode for all sorts of exports (e.g. PNG, PDF,...). For example, this prevents using cached pixmap labels + ,pmNonCosmetic = 0x04 ///< 0x04 Turns pen widths 0 to 1, i.e. disables cosmetic pens. (A cosmetic pen is always drawn with width 1 pixel in the vector image/pdf viewer, independent of zoom.) + }; + Q_FLAGS(PainterMode PainterModes) + Q_DECLARE_FLAGS(PainterModes, PainterMode) + + QCPPainter(); + QCPPainter(QPaintDevice *device); + ~QCPPainter(); + + // getters: + bool antialiasing() const { return testRenderHint(QPainter::Antialiasing); } + PainterModes modes() const { return mModes; } + + // setters: + void setAntialiasing(bool enabled); + void setMode(PainterMode mode, bool enabled=true); + void setModes(PainterModes modes); + + // methods hiding non-virtual base class functions (QPainter bug workarounds): + bool begin(QPaintDevice *device); + void setPen(const QPen &pen); + void setPen(const QColor &color); + void setPen(Qt::PenStyle penStyle); + void drawLine(const QLineF &line); + void drawLine(const QPointF &p1, const QPointF &p2) {drawLine(QLineF(p1, p2));} + void save(); + void restore(); + + // non-virtual methods: + void makeNonCosmetic(); + +protected: + // property members: + PainterModes mModes; + bool mIsAntialiasing; + + // non-property members: + QStack mAntialiasingStack; +}; +Q_DECLARE_OPERATORS_FOR_FLAGS(QCPPainter::PainterModes) + + +class QCP_LIB_DECL QCPLayer : public QObject +{ + Q_OBJECT + /// \cond INCLUDE_QPROPERTIES + Q_PROPERTY(QCustomPlot* parentPlot READ parentPlot) + Q_PROPERTY(QString name READ name) + Q_PROPERTY(int index READ index) + Q_PROPERTY(QList children READ children) + Q_PROPERTY(bool visible READ visible WRITE setVisible) + /// \endcond +public: + QCPLayer(QCustomPlot* parentPlot, const QString &layerName); + ~QCPLayer(); + + // getters: + QCustomPlot *parentPlot() const { return mParentPlot; } + QString name() const { return mName; } + int index() const { return mIndex; } + QList children() const { return mChildren; } + bool visible() const { return mVisible; } + + // setters: + void setVisible(bool visible); + +protected: + // property members: + QCustomPlot *mParentPlot; + QString mName; + int mIndex; + QList mChildren; + bool mVisible; + + // non-virtual methods: + void addChild(QCPLayerable *layerable, bool prepend); + void removeChild(QCPLayerable *layerable); + +private: + Q_DISABLE_COPY(QCPLayer) + + friend class QCustomPlot; + friend class QCPLayerable; +}; + +class QCP_LIB_DECL QCPLayerable : public QObject +{ + Q_OBJECT + /// \cond INCLUDE_QPROPERTIES + Q_PROPERTY(bool visible READ visible WRITE setVisible) + Q_PROPERTY(QCustomPlot* parentPlot READ parentPlot) + Q_PROPERTY(QCPLayerable* parentLayerable READ parentLayerable) + Q_PROPERTY(QCPLayer* layer READ layer WRITE setLayer NOTIFY layerChanged) + Q_PROPERTY(bool antialiased READ antialiased WRITE setAntialiased) + /// \endcond +public: + QCPLayerable(QCustomPlot *plot, QString targetLayer=QString(), QCPLayerable *parentLayerable=0); + ~QCPLayerable(); + + // getters: + bool visible() const { return mVisible; } + QCustomPlot *parentPlot() const { return mParentPlot; } + QCPLayerable *parentLayerable() const { return mParentLayerable.data(); } + QCPLayer *layer() const { return mLayer; } + bool antialiased() const { return mAntialiased; } + + // setters: + void setVisible(bool on); + Q_SLOT bool setLayer(QCPLayer *layer); + bool setLayer(const QString &layerName); + void setAntialiased(bool enabled); + + // introduced virtual methods: + virtual double selectTest(const QPointF &pos, bool onlySelectable, QVariant *details=0) const; + + // non-property methods: + bool realVisibility() const; + +signals: + void layerChanged(QCPLayer *newLayer); + +protected: + // property members: + bool mVisible; + QCustomPlot *mParentPlot; + QPointer mParentLayerable; + QCPLayer *mLayer; + bool mAntialiased; + + // introduced virtual methods: + virtual void parentPlotInitialized(QCustomPlot *parentPlot); + virtual QCP::Interaction selectionCategory() const; + virtual QRect clipRect() const; + virtual void applyDefaultAntialiasingHint(QCPPainter *painter) const = 0; + virtual void draw(QCPPainter *painter) = 0; + // events: + virtual void selectEvent(QMouseEvent *event, bool additive, const QVariant &details, bool *selectionStateChanged); + virtual void deselectEvent(bool *selectionStateChanged); + + // non-property methods: + void initializeParentPlot(QCustomPlot *parentPlot); + void setParentLayerable(QCPLayerable* parentLayerable); + bool moveToLayer(QCPLayer *layer, bool prepend); + void applyAntialiasingHint(QCPPainter *painter, bool localAntialiased, QCP::AntialiasedElement overrideElement) const; + +private: + Q_DISABLE_COPY(QCPLayerable) + + friend class QCustomPlot; + friend class QCPAxisRect; +}; + + +class QCP_LIB_DECL QCPRange +{ +public: + double lower, upper; + + QCPRange(); + QCPRange(double lower, double upper); + + bool operator==(const QCPRange& other) const { return lower == other.lower && upper == other.upper; } + bool operator!=(const QCPRange& other) const { return !(*this == other); } + + QCPRange &operator+=(const double& value) { lower+=value; upper+=value; return *this; } + QCPRange &operator-=(const double& value) { lower-=value; upper-=value; return *this; } + QCPRange &operator*=(const double& value) { lower*=value; upper*=value; return *this; } + QCPRange &operator/=(const double& value) { lower/=value; upper/=value; return *this; } + friend inline const QCPRange operator+(const QCPRange&, double); + friend inline const QCPRange operator+(double, const QCPRange&); + friend inline const QCPRange operator-(const QCPRange& range, double value); + friend inline const QCPRange operator*(const QCPRange& range, double value); + friend inline const QCPRange operator*(double value, const QCPRange& range); + friend inline const QCPRange operator/(const QCPRange& range, double value); + + double size() const; + double center() const; + void normalize(); + void expand(const QCPRange &otherRange); + QCPRange expanded(const QCPRange &otherRange) const; + QCPRange sanitizedForLogScale() const; + QCPRange sanitizedForLinScale() const; + bool contains(double value) const; + + static bool validRange(double lower, double upper); + static bool validRange(const QCPRange &range); + static const double minRange; //1e-280; + static const double maxRange; //1e280; + +}; +Q_DECLARE_TYPEINFO(QCPRange, Q_MOVABLE_TYPE); + +/* documentation of inline functions */ + +/*! \fn QCPRange &QCPRange::operator+=(const double& value) + + Adds \a value to both boundaries of the range. +*/ + +/*! \fn QCPRange &QCPRange::operator-=(const double& value) + + Subtracts \a value from both boundaries of the range. +*/ + +/*! \fn QCPRange &QCPRange::operator*=(const double& value) + + Multiplies both boundaries of the range by \a value. +*/ + +/*! \fn QCPRange &QCPRange::operator/=(const double& value) + + Divides both boundaries of the range by \a value. +*/ + +/* end documentation of inline functions */ + +/*! + Adds \a value to both boundaries of the range. +*/ +inline const QCPRange operator+(const QCPRange& range, double value) +{ + QCPRange result(range); + result += value; + return result; +} + +/*! + Adds \a value to both boundaries of the range. +*/ +inline const QCPRange operator+(double value, const QCPRange& range) +{ + QCPRange result(range); + result += value; + return result; +} + +/*! + Subtracts \a value from both boundaries of the range. +*/ +inline const QCPRange operator-(const QCPRange& range, double value) +{ + QCPRange result(range); + result -= value; + return result; +} + +/*! + Multiplies both boundaries of the range by \a value. +*/ +inline const QCPRange operator*(const QCPRange& range, double value) +{ + QCPRange result(range); + result *= value; + return result; +} + +/*! + Multiplies both boundaries of the range by \a value. +*/ +inline const QCPRange operator*(double value, const QCPRange& range) +{ + QCPRange result(range); + result *= value; + return result; +} + +/*! + Divides both boundaries of the range by \a value. +*/ +inline const QCPRange operator/(const QCPRange& range, double value) +{ + QCPRange result(range); + result /= value; + return result; +} + + +class QCP_LIB_DECL QCPMarginGroup : public QObject +{ + Q_OBJECT +public: + QCPMarginGroup(QCustomPlot *parentPlot); + ~QCPMarginGroup(); + + // non-virtual methods: + QList elements(QCP::MarginSide side) const { return mChildren.value(side); } + bool isEmpty() const; + void clear(); + +protected: + // non-property members: + QCustomPlot *mParentPlot; + QHash > mChildren; + + // non-virtual methods: + int commonMargin(QCP::MarginSide side) const; + void addChild(QCP::MarginSide side, QCPLayoutElement *element); + void removeChild(QCP::MarginSide side, QCPLayoutElement *element); + +private: + Q_DISABLE_COPY(QCPMarginGroup) + + friend class QCPLayoutElement; +}; + + +class QCP_LIB_DECL QCPLayoutElement : public QCPLayerable +{ + Q_OBJECT + /// \cond INCLUDE_QPROPERTIES + Q_PROPERTY(QCPLayout* layout READ layout) + Q_PROPERTY(QRect rect READ rect) + Q_PROPERTY(QRect outerRect READ outerRect WRITE setOuterRect) + Q_PROPERTY(QMargins margins READ margins WRITE setMargins) + Q_PROPERTY(QMargins minimumMargins READ minimumMargins WRITE setMinimumMargins) + Q_PROPERTY(QSize minimumSize READ minimumSize WRITE setMinimumSize) + Q_PROPERTY(QSize maximumSize READ maximumSize WRITE setMaximumSize) + /// \endcond +public: + /*! + Defines the phases of the update process, that happens just before a replot. At each phase, + \ref update is called with the according UpdatePhase value. + */ + enum UpdatePhase { upPreparation ///< Phase used for any type of preparation that needs to be done before margin calculation and layout + ,upMargins ///< Phase in which the margins are calculated and set + ,upLayout ///< Final phase in which the layout system places the rects of the elements + }; + Q_ENUMS(UpdatePhase) + + explicit QCPLayoutElement(QCustomPlot *parentPlot=0); + virtual ~QCPLayoutElement(); + + // getters: + QCPLayout *layout() const { return mParentLayout; } + QRect rect() const { return mRect; } + QRect outerRect() const { return mOuterRect; } + QMargins margins() const { return mMargins; } + QMargins minimumMargins() const { return mMinimumMargins; } + QCP::MarginSides autoMargins() const { return mAutoMargins; } + QSize minimumSize() const { return mMinimumSize; } + QSize maximumSize() const { return mMaximumSize; } + QCPMarginGroup *marginGroup(QCP::MarginSide side) const { return mMarginGroups.value(side, (QCPMarginGroup*)0); } + QHash marginGroups() const { return mMarginGroups; } + + // setters: + void setOuterRect(const QRect &rect); + void setMargins(const QMargins &margins); + void setMinimumMargins(const QMargins &margins); + void setAutoMargins(QCP::MarginSides sides); + void setMinimumSize(const QSize &size); + void setMinimumSize(int width, int height); + void setMaximumSize(const QSize &size); + void setMaximumSize(int width, int height); + void setMarginGroup(QCP::MarginSides sides, QCPMarginGroup *group); + + // introduced virtual methods: + virtual void update(UpdatePhase phase); + virtual QSize minimumSizeHint() const; + virtual QSize maximumSizeHint() const; + virtual QList elements(bool recursive) const; + + // reimplemented virtual methods: + virtual double selectTest(const QPointF &pos, bool onlySelectable, QVariant *details=0) const; + +protected: + // property members: + QCPLayout *mParentLayout; + QSize mMinimumSize, mMaximumSize; + QRect mRect, mOuterRect; + QMargins mMargins, mMinimumMargins; + QCP::MarginSides mAutoMargins; + QHash mMarginGroups; + + // introduced virtual methods: + virtual int calculateAutoMargin(QCP::MarginSide side); + // events: + virtual void mousePressEvent(QMouseEvent *event) {Q_UNUSED(event)} + virtual void mouseMoveEvent(QMouseEvent *event) {Q_UNUSED(event)} + virtual void mouseReleaseEvent(QMouseEvent *event) {Q_UNUSED(event)} + virtual void mouseDoubleClickEvent(QMouseEvent *event) {Q_UNUSED(event)} + virtual void wheelEvent(QWheelEvent *event) {Q_UNUSED(event)} + + // reimplemented virtual methods: + virtual void applyDefaultAntialiasingHint(QCPPainter *painter) const { Q_UNUSED(painter) } + virtual void draw(QCPPainter *painter) { Q_UNUSED(painter) } + virtual void parentPlotInitialized(QCustomPlot *parentPlot); + +private: + Q_DISABLE_COPY(QCPLayoutElement) + + friend class QCustomPlot; + friend class QCPLayout; + friend class QCPMarginGroup; +}; + + +class QCP_LIB_DECL QCPLayout : public QCPLayoutElement +{ + Q_OBJECT +public: + explicit QCPLayout(); + + // reimplemented virtual methods: + virtual void update(UpdatePhase phase); + virtual QList elements(bool recursive) const; + + // introduced virtual methods: + virtual int elementCount() const = 0; + virtual QCPLayoutElement* elementAt(int index) const = 0; + virtual QCPLayoutElement* takeAt(int index) = 0; + virtual bool take(QCPLayoutElement* element) = 0; + virtual void simplify(); + + // non-virtual methods: + bool removeAt(int index); + bool remove(QCPLayoutElement* element); + void clear(); + +protected: + // introduced virtual methods: + virtual void updateLayout(); + + // non-virtual methods: + void sizeConstraintsChanged() const; + void adoptElement(QCPLayoutElement *el); + void releaseElement(QCPLayoutElement *el); + QVector getSectionSizes(QVector maxSizes, QVector minSizes, QVector stretchFactors, int totalSize) const; + +private: + Q_DISABLE_COPY(QCPLayout) + friend class QCPLayoutElement; +}; + + +class QCP_LIB_DECL QCPLayoutGrid : public QCPLayout +{ + Q_OBJECT + /// \cond INCLUDE_QPROPERTIES + Q_PROPERTY(int rowCount READ rowCount) + Q_PROPERTY(int columnCount READ columnCount) + Q_PROPERTY(QList columnStretchFactors READ columnStretchFactors WRITE setColumnStretchFactors) + Q_PROPERTY(QList rowStretchFactors READ rowStretchFactors WRITE setRowStretchFactors) + Q_PROPERTY(int columnSpacing READ columnSpacing WRITE setColumnSpacing) + Q_PROPERTY(int rowSpacing READ rowSpacing WRITE setRowSpacing) + /// \endcond +public: + explicit QCPLayoutGrid(); + virtual ~QCPLayoutGrid(); + + // getters: + int rowCount() const; + int columnCount() const; + QList columnStretchFactors() const { return mColumnStretchFactors; } + QList rowStretchFactors() const { return mRowStretchFactors; } + int columnSpacing() const { return mColumnSpacing; } + int rowSpacing() const { return mRowSpacing; } + + // setters: + void setColumnStretchFactor(int column, double factor); + void setColumnStretchFactors(const QList &factors); + void setRowStretchFactor(int row, double factor); + void setRowStretchFactors(const QList &factors); + void setColumnSpacing(int pixels); + void setRowSpacing(int pixels); + + // reimplemented virtual methods: + virtual void updateLayout(); + virtual int elementCount() const; + virtual QCPLayoutElement* elementAt(int index) const; + virtual QCPLayoutElement* takeAt(int index); + virtual bool take(QCPLayoutElement* element); + virtual QList elements(bool recursive) const; + virtual void simplify(); + virtual QSize minimumSizeHint() const; + virtual QSize maximumSizeHint() const; + + // non-virtual methods: + QCPLayoutElement *element(int row, int column) const; + bool addElement(int row, int column, QCPLayoutElement *element); + bool hasElement(int row, int column); + void expandTo(int newRowCount, int newColumnCount); + void insertRow(int newIndex); + void insertColumn(int newIndex); + +protected: + // property members: + QList > mElements; + QList mColumnStretchFactors; + QList mRowStretchFactors; + int mColumnSpacing, mRowSpacing; + + // non-virtual methods: + void getMinimumRowColSizes(QVector *minColWidths, QVector *minRowHeights) const; + void getMaximumRowColSizes(QVector *maxColWidths, QVector *maxRowHeights) const; + +private: + Q_DISABLE_COPY(QCPLayoutGrid) +}; + + +class QCP_LIB_DECL QCPLayoutInset : public QCPLayout +{ + Q_OBJECT +public: + /*! + Defines how the placement and sizing is handled for a certain element in a QCPLayoutInset. + */ + enum InsetPlacement { ipFree ///< The element may be positioned/sized arbitrarily, see \ref setInsetRect + ,ipBorderAligned ///< The element is aligned to one of the layout sides, see \ref setInsetAlignment + }; + + explicit QCPLayoutInset(); + virtual ~QCPLayoutInset(); + + // getters: + InsetPlacement insetPlacement(int index) const; + Qt::Alignment insetAlignment(int index) const; + QRectF insetRect(int index) const; + + // setters: + void setInsetPlacement(int index, InsetPlacement placement); + void setInsetAlignment(int index, Qt::Alignment alignment); + void setInsetRect(int index, const QRectF &rect); + + // reimplemented virtual methods: + virtual void updateLayout(); + virtual int elementCount() const; + virtual QCPLayoutElement* elementAt(int index) const; + virtual QCPLayoutElement* takeAt(int index); + virtual bool take(QCPLayoutElement* element); + virtual void simplify() {} + virtual double selectTest(const QPointF &pos, bool onlySelectable, QVariant *details=0) const; + + // non-virtual methods: + void addElement(QCPLayoutElement *element, Qt::Alignment alignment); + void addElement(QCPLayoutElement *element, const QRectF &rect); + +protected: + // property members: + QList mElements; + QList mInsetPlacement; + QList mInsetAlignment; + QList mInsetRect; + +private: + Q_DISABLE_COPY(QCPLayoutInset) +}; + + +class QCP_LIB_DECL QCPLineEnding +{ + Q_GADGET +public: + /*! + Defines the type of ending decoration for line-like items, e.g. an arrow. + + \image html QCPLineEnding.png + + The width and length of these decorations can be controlled with the functions \ref setWidth + and \ref setLength. Some decorations like \ref esDisc, \ref esSquare, \ref esDiamond and \ref esBar only + support a width, the length property is ignored. + + \see QCPItemLine::setHead, QCPItemLine::setTail, QCPItemCurve::setHead, QCPItemCurve::setTail, QCPAxis::setLowerEnding, QCPAxis::setUpperEnding + */ + Q_ENUMS(EndingStyle) + enum EndingStyle { esNone ///< No ending decoration + ,esFlatArrow ///< A filled arrow head with a straight/flat back (a triangle) + ,esSpikeArrow ///< A filled arrow head with an indented back + ,esLineArrow ///< A non-filled arrow head with open back + ,esDisc ///< A filled circle + ,esSquare ///< A filled square + ,esDiamond ///< A filled diamond (45° rotated square) + ,esBar ///< A bar perpendicular to the line + ,esHalfBar ///< A bar perpendicular to the line, pointing out to only one side (to which side can be changed with \ref setInverted) + ,esSkewedBar ///< A bar that is skewed (skew controllable via \ref setLength) + }; + + QCPLineEnding(); + QCPLineEnding(EndingStyle style, double width=8, double length=10, bool inverted=false); + + // getters: + EndingStyle style() const { return mStyle; } + double width() const { return mWidth; } + double length() const { return mLength; } + bool inverted() const { return mInverted; } + + // setters: + void setStyle(EndingStyle style); + void setWidth(double width); + void setLength(double length); + void setInverted(bool inverted); + + // non-property methods: + double boundingDistance() const; + double realLength() const; + void draw(QCPPainter *painter, const QVector2D &pos, const QVector2D &dir) const; + void draw(QCPPainter *painter, const QVector2D &pos, double angle) const; + +protected: + // property members: + EndingStyle mStyle; + double mWidth, mLength; + bool mInverted; +}; +Q_DECLARE_TYPEINFO(QCPLineEnding, Q_MOVABLE_TYPE); + + +class QCP_LIB_DECL QCPGrid :public QCPLayerable +{ + Q_OBJECT + /// \cond INCLUDE_QPROPERTIES + Q_PROPERTY(bool subGridVisible READ subGridVisible WRITE setSubGridVisible) + Q_PROPERTY(bool antialiasedSubGrid READ antialiasedSubGrid WRITE setAntialiasedSubGrid) + Q_PROPERTY(bool antialiasedZeroLine READ antialiasedZeroLine WRITE setAntialiasedZeroLine) + Q_PROPERTY(QPen pen READ pen WRITE setPen) + Q_PROPERTY(QPen subGridPen READ subGridPen WRITE setSubGridPen) + Q_PROPERTY(QPen zeroLinePen READ zeroLinePen WRITE setZeroLinePen) + /// \endcond +public: + QCPGrid(QCPAxis *parentAxis); + + // getters: + bool subGridVisible() const { return mSubGridVisible; } + bool antialiasedSubGrid() const { return mAntialiasedSubGrid; } + bool antialiasedZeroLine() const { return mAntialiasedZeroLine; } + QPen pen() const { return mPen; } + QPen subGridPen() const { return mSubGridPen; } + QPen zeroLinePen() const { return mZeroLinePen; } + + // setters: + void setSubGridVisible(bool visible); + void setAntialiasedSubGrid(bool enabled); + void setAntialiasedZeroLine(bool enabled); + void setPen(const QPen &pen); + void setSubGridPen(const QPen &pen); + void setZeroLinePen(const QPen &pen); + +protected: + // property members: + bool mSubGridVisible; + bool mAntialiasedSubGrid, mAntialiasedZeroLine; + QPen mPen, mSubGridPen, mZeroLinePen; + // non-property members: + QCPAxis *mParentAxis; + + // reimplemented virtual methods: + virtual void applyDefaultAntialiasingHint(QCPPainter *painter) const; + virtual void draw(QCPPainter *painter); + + // non-virtual methods: + void drawGridLines(QCPPainter *painter) const; + void drawSubGridLines(QCPPainter *painter) const; + + friend class QCPAxis; +}; + + +class QCP_LIB_DECL QCPAxis : public QCPLayerable +{ + Q_OBJECT + /// \cond INCLUDE_QPROPERTIES + Q_PROPERTY(AxisType axisType READ axisType) + Q_PROPERTY(QCPAxisRect* axisRect READ axisRect) + Q_PROPERTY(ScaleType scaleType READ scaleType WRITE setScaleType NOTIFY scaleTypeChanged) + Q_PROPERTY(double scaleLogBase READ scaleLogBase WRITE setScaleLogBase) + Q_PROPERTY(QCPRange range READ range WRITE setRange NOTIFY rangeChanged) + Q_PROPERTY(bool rangeReversed READ rangeReversed WRITE setRangeReversed) + Q_PROPERTY(bool autoTicks READ autoTicks WRITE setAutoTicks) + Q_PROPERTY(int autoTickCount READ autoTickCount WRITE setAutoTickCount) + Q_PROPERTY(bool autoTickLabels READ autoTickLabels WRITE setAutoTickLabels) + Q_PROPERTY(bool autoTickStep READ autoTickStep WRITE setAutoTickStep) + Q_PROPERTY(bool autoSubTicks READ autoSubTicks WRITE setAutoSubTicks) + Q_PROPERTY(bool ticks READ ticks WRITE setTicks) + Q_PROPERTY(bool tickLabels READ tickLabels WRITE setTickLabels) + Q_PROPERTY(int tickLabelPadding READ tickLabelPadding WRITE setTickLabelPadding) + Q_PROPERTY(LabelType tickLabelType READ tickLabelType WRITE setTickLabelType) + Q_PROPERTY(QFont tickLabelFont READ tickLabelFont WRITE setTickLabelFont) + Q_PROPERTY(QColor tickLabelColor READ tickLabelColor WRITE setTickLabelColor) + Q_PROPERTY(double tickLabelRotation READ tickLabelRotation WRITE setTickLabelRotation) + Q_PROPERTY(LabelSide tickLabelSide READ tickLabelSide WRITE setTickLabelSide) + Q_PROPERTY(QString dateTimeFormat READ dateTimeFormat WRITE setDateTimeFormat) + Q_PROPERTY(Qt::TimeSpec dateTimeSpec READ dateTimeSpec WRITE setDateTimeSpec) + Q_PROPERTY(QString numberFormat READ numberFormat WRITE setNumberFormat) + Q_PROPERTY(int numberPrecision READ numberPrecision WRITE setNumberPrecision) + Q_PROPERTY(double tickStep READ tickStep WRITE setTickStep) + Q_PROPERTY(QVector tickVector READ tickVector WRITE setTickVector) + Q_PROPERTY(QVector tickVectorLabels READ tickVectorLabels WRITE setTickVectorLabels) + Q_PROPERTY(int tickLengthIn READ tickLengthIn WRITE setTickLengthIn) + Q_PROPERTY(int tickLengthOut READ tickLengthOut WRITE setTickLengthOut) + Q_PROPERTY(int subTickCount READ subTickCount WRITE setSubTickCount) + Q_PROPERTY(int subTickLengthIn READ subTickLengthIn WRITE setSubTickLengthIn) + Q_PROPERTY(int subTickLengthOut READ subTickLengthOut WRITE setSubTickLengthOut) + Q_PROPERTY(QPen basePen READ basePen WRITE setBasePen) + Q_PROPERTY(QPen tickPen READ tickPen WRITE setTickPen) + Q_PROPERTY(QPen subTickPen READ subTickPen WRITE setSubTickPen) + Q_PROPERTY(QFont labelFont READ labelFont WRITE setLabelFont) + Q_PROPERTY(QColor labelColor READ labelColor WRITE setLabelColor) + Q_PROPERTY(QString label READ label WRITE setLabel) + Q_PROPERTY(int labelPadding READ labelPadding WRITE setLabelPadding) + Q_PROPERTY(int padding READ padding WRITE setPadding) + Q_PROPERTY(int offset READ offset WRITE setOffset) + Q_PROPERTY(SelectableParts selectedParts READ selectedParts WRITE setSelectedParts NOTIFY selectionChanged) + Q_PROPERTY(SelectableParts selectableParts READ selectableParts WRITE setSelectableParts NOTIFY selectableChanged) + Q_PROPERTY(QFont selectedTickLabelFont READ selectedTickLabelFont WRITE setSelectedTickLabelFont) + Q_PROPERTY(QFont selectedLabelFont READ selectedLabelFont WRITE setSelectedLabelFont) + Q_PROPERTY(QColor selectedTickLabelColor READ selectedTickLabelColor WRITE setSelectedTickLabelColor) + Q_PROPERTY(QColor selectedLabelColor READ selectedLabelColor WRITE setSelectedLabelColor) + Q_PROPERTY(QPen selectedBasePen READ selectedBasePen WRITE setSelectedBasePen) + Q_PROPERTY(QPen selectedTickPen READ selectedTickPen WRITE setSelectedTickPen) + Q_PROPERTY(QPen selectedSubTickPen READ selectedSubTickPen WRITE setSelectedSubTickPen) + Q_PROPERTY(QCPLineEnding lowerEnding READ lowerEnding WRITE setLowerEnding) + Q_PROPERTY(QCPLineEnding upperEnding READ upperEnding WRITE setUpperEnding) + Q_PROPERTY(QCPGrid* grid READ grid) + /// \endcond +public: + /*! + Defines at which side of the axis rect the axis will appear. This also affects how the tick + marks are drawn, on which side the labels are placed etc. + */ + enum AxisType { atLeft = 0x01 ///< 0x01 Axis is vertical and on the left side of the axis rect + ,atRight = 0x02 ///< 0x02 Axis is vertical and on the right side of the axis rect + ,atTop = 0x04 ///< 0x04 Axis is horizontal and on the top side of the axis rect + ,atBottom = 0x08 ///< 0x08 Axis is horizontal and on the bottom side of the axis rect + }; + Q_FLAGS(AxisType AxisTypes) + Q_DECLARE_FLAGS(AxisTypes, AxisType) + /*! + When automatic tick label generation is enabled (\ref setAutoTickLabels), defines how the + coordinate of the tick is interpreted, i.e. translated into a string. + + \see setTickLabelType + */ + enum LabelType { ltNumber ///< Tick coordinate is regarded as normal number and will be displayed as such. (see \ref setNumberFormat) + ,ltDateTime ///< Tick coordinate is regarded as a date/time (seconds since 1970-01-01T00:00:00 UTC) and will be displayed and formatted as such. (for details, see \ref setDateTimeFormat) + }; + Q_ENUMS(LabelType) + /*! + Defines on which side of the axis the tick labels (numbers) shall appear. + + \see setTickLabelSide + */ + enum LabelSide { lsInside ///< Tick labels will be displayed inside the axis rect and clipped to the inner axis rect + ,lsOutside ///< Tick labels will be displayed outside the axis rect + }; + Q_ENUMS(LabelSide) + /*! + Defines the scale of an axis. + \see setScaleType + */ + enum ScaleType { stLinear ///< Linear scaling + ,stLogarithmic ///< Logarithmic scaling with correspondingly transformed plots and (major) tick marks at every base power (see \ref setScaleLogBase). + }; + Q_ENUMS(ScaleType) + /*! + Defines the selectable parts of an axis. + \see setSelectableParts, setSelectedParts + */ + enum SelectablePart { spNone = 0 ///< None of the selectable parts + ,spAxis = 0x001 ///< The axis backbone and tick marks + ,spTickLabels = 0x002 ///< Tick labels (numbers) of this axis (as a whole, not individually) + ,spAxisLabel = 0x004 ///< The axis label + }; + Q_FLAGS(SelectablePart SelectableParts) + Q_DECLARE_FLAGS(SelectableParts, SelectablePart) + + explicit QCPAxis(QCPAxisRect *parent, AxisType type); + virtual ~QCPAxis(); + + // getters: + AxisType axisType() const { return mAxisType; } + QCPAxisRect *axisRect() const { return mAxisRect; } + ScaleType scaleType() const { return mScaleType; } + double scaleLogBase() const { return mScaleLogBase; } + const QCPRange range() const { return mRange; } + bool rangeReversed() const { return mRangeReversed; } + bool autoTicks() const { return mAutoTicks; } + int autoTickCount() const { return mAutoTickCount; } + bool autoTickLabels() const { return mAutoTickLabels; } + bool autoTickStep() const { return mAutoTickStep; } + bool autoSubTicks() const { return mAutoSubTicks; } + bool ticks() const { return mTicks; } + bool tickLabels() const { return mTickLabels; } + int tickLabelPadding() const; + LabelType tickLabelType() const { return mTickLabelType; } + QFont tickLabelFont() const { return mTickLabelFont; } + QColor tickLabelColor() const { return mTickLabelColor; } + double tickLabelRotation() const; + LabelSide tickLabelSide() const; + QString dateTimeFormat() const { return mDateTimeFormat; } + Qt::TimeSpec dateTimeSpec() const { return mDateTimeSpec; } + QString numberFormat() const; + int numberPrecision() const { return mNumberPrecision; } + double tickStep() const { return mTickStep; } + QVector tickVector() const { return mTickVector; } + QVector tickVectorLabels() const { return mTickVectorLabels; } + int tickLengthIn() const; + int tickLengthOut() const; + int subTickCount() const { return mSubTickCount; } + int subTickLengthIn() const; + int subTickLengthOut() const; + QPen basePen() const { return mBasePen; } + QPen tickPen() const { return mTickPen; } + QPen subTickPen() const { return mSubTickPen; } + QFont labelFont() const { return mLabelFont; } + QColor labelColor() const { return mLabelColor; } + QString label() const { return mLabel; } + int labelPadding() const; + int padding() const { return mPadding; } + int offset() const; + SelectableParts selectedParts() const { return mSelectedParts; } + SelectableParts selectableParts() const { return mSelectableParts; } + QFont selectedTickLabelFont() const { return mSelectedTickLabelFont; } + QFont selectedLabelFont() const { return mSelectedLabelFont; } + QColor selectedTickLabelColor() const { return mSelectedTickLabelColor; } + QColor selectedLabelColor() const { return mSelectedLabelColor; } + QPen selectedBasePen() const { return mSelectedBasePen; } + QPen selectedTickPen() const { return mSelectedTickPen; } + QPen selectedSubTickPen() const { return mSelectedSubTickPen; } + QCPLineEnding lowerEnding() const; + QCPLineEnding upperEnding() const; + QCPGrid *grid() const { return mGrid; } + + // setters: + Q_SLOT void setScaleType(QCPAxis::ScaleType type); + void setScaleLogBase(double base); + Q_SLOT void setRange(const QCPRange &range); + void setRange(double lower, double upper); + void setRange(double position, double size, Qt::AlignmentFlag alignment); + void setRangeLower(double lower); + void setRangeUpper(double upper); + void setRangeReversed(bool reversed); + void setAutoTicks(bool on); + void setAutoTickCount(int approximateCount); + void setAutoTickLabels(bool on); + void setAutoTickStep(bool on); + void setAutoSubTicks(bool on); + void setTicks(bool show); + void setTickLabels(bool show); + void setTickLabelPadding(int padding); + void setTickLabelType(LabelType type); + void setTickLabelFont(const QFont &font); + void setTickLabelColor(const QColor &color); + void setTickLabelRotation(double degrees); + void setTickLabelSide(LabelSide side); + void setDateTimeFormat(const QString &format); + void setDateTimeSpec(const Qt::TimeSpec &timeSpec); + void setNumberFormat(const QString &formatCode); + void setNumberPrecision(int precision); + void setTickStep(double step); + void setTickVector(const QVector &vec); + void setTickVectorLabels(const QVector &vec); + void setTickLength(int inside, int outside=0); + void setTickLengthIn(int inside); + void setTickLengthOut(int outside); + void setSubTickCount(int count); + void setSubTickLength(int inside, int outside=0); + void setSubTickLengthIn(int inside); + void setSubTickLengthOut(int outside); + void setBasePen(const QPen &pen); + void setTickPen(const QPen &pen); + void setSubTickPen(const QPen &pen); + void setLabelFont(const QFont &font); + void setLabelColor(const QColor &color); + void setLabel(const QString &str); + void setLabelPadding(int padding); + void setPadding(int padding); + void setOffset(int offset); + void setSelectedTickLabelFont(const QFont &font); + void setSelectedLabelFont(const QFont &font); + void setSelectedTickLabelColor(const QColor &color); + void setSelectedLabelColor(const QColor &color); + void setSelectedBasePen(const QPen &pen); + void setSelectedTickPen(const QPen &pen); + void setSelectedSubTickPen(const QPen &pen); + Q_SLOT void setSelectableParts(const QCPAxis::SelectableParts &selectableParts); + Q_SLOT void setSelectedParts(const QCPAxis::SelectableParts &selectedParts); + void setLowerEnding(const QCPLineEnding &ending); + void setUpperEnding(const QCPLineEnding &ending); + + // reimplemented virtual methods: + virtual double selectTest(const QPointF &pos, bool onlySelectable, QVariant *details=0) const; + + // non-property methods: + Qt::Orientation orientation() const { return mOrientation; } + void moveRange(double diff); + void scaleRange(double factor, double center); + void setScaleRatio(const QCPAxis *otherAxis, double ratio=1.0); + void rescale(bool onlyVisiblePlottables=false); + double pixelToCoord(double value) const; + double coordToPixel(double value) const; + SelectablePart getPartAt(const QPointF &pos) const; + QList plottables() const; + QList graphs() const; + QList items() const; + + static AxisType marginSideToAxisType(QCP::MarginSide side); + static Qt::Orientation orientation(AxisType type) { return type==atBottom||type==atTop ? Qt::Horizontal : Qt::Vertical; } + static AxisType opposite(AxisType type); + +signals: + void ticksRequest(); + void rangeChanged(const QCPRange &newRange); + void rangeChanged(const QCPRange &newRange, const QCPRange &oldRange); + void scaleTypeChanged(QCPAxis::ScaleType scaleType); + void selectionChanged(const QCPAxis::SelectableParts &parts); + void selectableChanged(const QCPAxis::SelectableParts &parts); + +protected: + // property members: + // axis base: + AxisType mAxisType; + QCPAxisRect *mAxisRect; + //int mOffset; // in QCPAxisPainter + int mPadding; + Qt::Orientation mOrientation; + SelectableParts mSelectableParts, mSelectedParts; + QPen mBasePen, mSelectedBasePen; + //QCPLineEnding mLowerEnding, mUpperEnding; // in QCPAxisPainter + // axis label: + //int mLabelPadding; // in QCPAxisPainter + QString mLabel; + QFont mLabelFont, mSelectedLabelFont; + QColor mLabelColor, mSelectedLabelColor; + // tick labels: + //int mTickLabelPadding; // in QCPAxisPainter + bool mTickLabels, mAutoTickLabels; + //double mTickLabelRotation; // in QCPAxisPainter + LabelType mTickLabelType; + QFont mTickLabelFont, mSelectedTickLabelFont; + QColor mTickLabelColor, mSelectedTickLabelColor; + QString mDateTimeFormat; + Qt::TimeSpec mDateTimeSpec; + int mNumberPrecision; + QLatin1Char mNumberFormatChar; + bool mNumberBeautifulPowers; + //bool mNumberMultiplyCross; // QCPAxisPainter + // ticks and subticks: + bool mTicks; + double mTickStep; + int mSubTickCount, mAutoTickCount; + bool mAutoTicks, mAutoTickStep, mAutoSubTicks; + //int mTickLengthIn, mTickLengthOut, mSubTickLengthIn, mSubTickLengthOut; // QCPAxisPainter + QPen mTickPen, mSelectedTickPen; + QPen mSubTickPen, mSelectedSubTickPen; + // scale and range: + QCPRange mRange; + bool mRangeReversed; + ScaleType mScaleType; + double mScaleLogBase, mScaleLogBaseLogInv; + + // non-property members: + QCPGrid *mGrid; + QCPAxisPainterPrivate *mAxisPainter; + int mLowestVisibleTick, mHighestVisibleTick; + QVector mTickVector; + QVector mTickVectorLabels; + QVector mSubTickVector; + bool mCachedMarginValid; + int mCachedMargin; + + // introduced virtual methods: + virtual void setupTickVectors(); + virtual void generateAutoTicks(); + virtual int calculateAutoSubTickCount(double tickStep) const; + virtual int calculateMargin(); + + // reimplemented virtual methods: + virtual void applyDefaultAntialiasingHint(QCPPainter *painter) const; + virtual void draw(QCPPainter *painter); + virtual QCP::Interaction selectionCategory() const; + // events: + virtual void selectEvent(QMouseEvent *event, bool additive, const QVariant &details, bool *selectionStateChanged); + virtual void deselectEvent(bool *selectionStateChanged); + + // non-virtual methods: + void visibleTickBounds(int &lowIndex, int &highIndex) const; + double baseLog(double value) const; + double basePow(double value) const; + QPen getBasePen() const; + QPen getTickPen() const; + QPen getSubTickPen() const; + QFont getTickLabelFont() const; + QFont getLabelFont() const; + QColor getTickLabelColor() const; + QColor getLabelColor() const; + +private: + Q_DISABLE_COPY(QCPAxis) + + friend class QCustomPlot; + friend class QCPGrid; + friend class QCPAxisRect; +}; +Q_DECLARE_OPERATORS_FOR_FLAGS(QCPAxis::SelectableParts) +Q_DECLARE_OPERATORS_FOR_FLAGS(QCPAxis::AxisTypes) +Q_DECLARE_METATYPE(QCPAxis::SelectablePart) + + +class QCPAxisPainterPrivate +{ +public: + explicit QCPAxisPainterPrivate(QCustomPlot *parentPlot); + virtual ~QCPAxisPainterPrivate(); + + virtual void draw(QCPPainter *painter); + virtual int size() const; + void clearCache(); + + QRect axisSelectionBox() const { return mAxisSelectionBox; } + QRect tickLabelsSelectionBox() const { return mTickLabelsSelectionBox; } + QRect labelSelectionBox() const { return mLabelSelectionBox; } + + // public property members: + QCPAxis::AxisType type; + QPen basePen; + QCPLineEnding lowerEnding, upperEnding; // directly accessed by QCPAxis setters/getters + int labelPadding; // directly accessed by QCPAxis setters/getters + QFont labelFont; + QColor labelColor; + QString label; + int tickLabelPadding; // directly accessed by QCPAxis setters/getters + double tickLabelRotation; // directly accessed by QCPAxis setters/getters + QCPAxis::LabelSide tickLabelSide; // directly accessed by QCPAxis setters/getters + bool substituteExponent; + bool numberMultiplyCross; // directly accessed by QCPAxis setters/getters + int tickLengthIn, tickLengthOut, subTickLengthIn, subTickLengthOut; // directly accessed by QCPAxis setters/getters + QPen tickPen, subTickPen; + QFont tickLabelFont; + QColor tickLabelColor; + QRect axisRect, viewportRect; + double offset; // directly accessed by QCPAxis setters/getters + bool abbreviateDecimalPowers; + bool reversedEndings; + + QVector subTickPositions; + QVector tickPositions; + QVector tickLabels; + +protected: + struct CachedLabel + { + QPointF offset; + QPixmap pixmap; + }; + struct TickLabelData + { + QString basePart, expPart; + QRect baseBounds, expBounds, totalBounds, rotatedTotalBounds; + QFont baseFont, expFont; + }; + QCustomPlot *mParentPlot; + QByteArray mLabelParameterHash; // to determine whether mLabelCache needs to be cleared due to changed parameters + QCache mLabelCache; + QRect mAxisSelectionBox, mTickLabelsSelectionBox, mLabelSelectionBox; + + virtual QByteArray generateLabelParameterHash() const; + + virtual void placeTickLabel(QCPPainter *painter, double position, int distanceToAxis, const QString &text, QSize *tickLabelsSize); + virtual void drawTickLabel(QCPPainter *painter, double x, double y, const TickLabelData &labelData) const; + virtual TickLabelData getTickLabelData(const QFont &font, const QString &text) const; + virtual QPointF getTickLabelDrawOffset(const TickLabelData &labelData) const; + virtual void getMaxTickLabelSize(const QFont &font, const QString &text, QSize *tickLabelsSize) const; +}; + + +class QCP_LIB_DECL QCPAbstractPlottable : public QCPLayerable +{ + Q_OBJECT + /// \cond INCLUDE_QPROPERTIES + Q_PROPERTY(QString name READ name WRITE setName) + Q_PROPERTY(bool antialiasedFill READ antialiasedFill WRITE setAntialiasedFill) + Q_PROPERTY(bool antialiasedScatters READ antialiasedScatters WRITE setAntialiasedScatters) + Q_PROPERTY(bool antialiasedErrorBars READ antialiasedErrorBars WRITE setAntialiasedErrorBars) + Q_PROPERTY(QPen pen READ pen WRITE setPen) + Q_PROPERTY(QPen selectedPen READ selectedPen WRITE setSelectedPen) + Q_PROPERTY(QBrush brush READ brush WRITE setBrush) + Q_PROPERTY(QBrush selectedBrush READ selectedBrush WRITE setSelectedBrush) + Q_PROPERTY(QCPAxis* keyAxis READ keyAxis WRITE setKeyAxis) + Q_PROPERTY(QCPAxis* valueAxis READ valueAxis WRITE setValueAxis) + Q_PROPERTY(bool selectable READ selectable WRITE setSelectable NOTIFY selectableChanged) + Q_PROPERTY(bool selected READ selected WRITE setSelected NOTIFY selectionChanged) + /// \endcond +public: + QCPAbstractPlottable(QCPAxis *keyAxis, QCPAxis *valueAxis); + + // getters: + QString name() const { return mName; } + bool antialiasedFill() const { return mAntialiasedFill; } + bool antialiasedScatters() const { return mAntialiasedScatters; } + bool antialiasedErrorBars() const { return mAntialiasedErrorBars; } + QPen pen() const { return mPen; } + QPen selectedPen() const { return mSelectedPen; } + QBrush brush() const { return mBrush; } + QBrush selectedBrush() const { return mSelectedBrush; } + QCPAxis *keyAxis() const { return mKeyAxis.data(); } + QCPAxis *valueAxis() const { return mValueAxis.data(); } + bool selectable() const { return mSelectable; } + bool selected() const { return mSelected; } + + // setters: + void setName(const QString &name); + void setAntialiasedFill(bool enabled); + void setAntialiasedScatters(bool enabled); + void setAntialiasedErrorBars(bool enabled); + void setPen(const QPen &pen); + void setSelectedPen(const QPen &pen); + void setBrush(const QBrush &brush); + void setSelectedBrush(const QBrush &brush); + void setKeyAxis(QCPAxis *axis); + void setValueAxis(QCPAxis *axis); + Q_SLOT void setSelectable(bool selectable); + Q_SLOT void setSelected(bool selected); + + // introduced virtual methods: + virtual void clearData() = 0; + virtual double selectTest(const QPointF &pos, bool onlySelectable, QVariant *details=0) const = 0; + virtual bool addToLegend(); + virtual bool removeFromLegend() const; + + // non-property methods: + void rescaleAxes(bool onlyEnlarge=false) const; + void rescaleKeyAxis(bool onlyEnlarge=false) const; + void rescaleValueAxis(bool onlyEnlarge=false) const; + +signals: + void selectionChanged(bool selected); + void selectableChanged(bool selectable); + +protected: + /*! + Represents negative and positive sign domain for passing to \ref getKeyRange and \ref getValueRange. + */ + enum SignDomain { sdNegative ///< The negative sign domain, i.e. numbers smaller than zero + ,sdBoth ///< Both sign domains, including zero, i.e. all (rational) numbers + ,sdPositive ///< The positive sign domain, i.e. numbers greater than zero + }; + + // property members: + QString mName; + bool mAntialiasedFill, mAntialiasedScatters, mAntialiasedErrorBars; + QPen mPen, mSelectedPen; + QBrush mBrush, mSelectedBrush; + QPointer mKeyAxis, mValueAxis; + bool mSelectable, mSelected; + + // reimplemented virtual methods: + virtual QRect clipRect() const; + virtual void draw(QCPPainter *painter) = 0; + virtual QCP::Interaction selectionCategory() const; + void applyDefaultAntialiasingHint(QCPPainter *painter) const; + // events: + virtual void selectEvent(QMouseEvent *event, bool additive, const QVariant &details, bool *selectionStateChanged); + virtual void deselectEvent(bool *selectionStateChanged); + + // introduced virtual methods: + virtual void drawLegendIcon(QCPPainter *painter, const QRectF &rect) const = 0; + virtual QCPRange getKeyRange(bool &foundRange, SignDomain inSignDomain=sdBoth) const = 0; + virtual QCPRange getValueRange(bool &foundRange, SignDomain inSignDomain=sdBoth) const = 0; + + // non-virtual methods: + void coordsToPixels(double key, double value, double &x, double &y) const; + const QPointF coordsToPixels(double key, double value) const; + void pixelsToCoords(double x, double y, double &key, double &value) const; + void pixelsToCoords(const QPointF &pixelPos, double &key, double &value) const; + QPen mainPen() const; + QBrush mainBrush() const; + void applyFillAntialiasingHint(QCPPainter *painter) const; + void applyScattersAntialiasingHint(QCPPainter *painter) const; + void applyErrorBarsAntialiasingHint(QCPPainter *painter) const; + double distSqrToLine(const QPointF &start, const QPointF &end, const QPointF &point) const; + +private: + Q_DISABLE_COPY(QCPAbstractPlottable) + + friend class QCustomPlot; + friend class QCPAxis; + friend class QCPPlottableLegendItem; +}; + + +class QCP_LIB_DECL QCPItemAnchor +{ +public: + QCPItemAnchor(QCustomPlot *parentPlot, QCPAbstractItem *parentItem, const QString name, int anchorId=-1); + virtual ~QCPItemAnchor(); + + // getters: + QString name() const { return mName; } + virtual QPointF pixelPoint() const; + +protected: + // property members: + QString mName; + + // non-property members: + QCustomPlot *mParentPlot; + QCPAbstractItem *mParentItem; + int mAnchorId; + QSet mChildrenX, mChildrenY; + + // introduced virtual methods: + virtual QCPItemPosition *toQCPItemPosition() { return 0; } + + // non-virtual methods: + void addChildX(QCPItemPosition* pos); // called from pos when this anchor is set as parent + void removeChildX(QCPItemPosition *pos); // called from pos when its parent anchor is reset or pos deleted + void addChildY(QCPItemPosition* pos); // called from pos when this anchor is set as parent + void removeChildY(QCPItemPosition *pos); // called from pos when its parent anchor is reset or pos deleted + +private: + Q_DISABLE_COPY(QCPItemAnchor) + + friend class QCPItemPosition; +}; + + + +class QCP_LIB_DECL QCPItemPosition : public QCPItemAnchor +{ +public: + /*! + Defines the ways an item position can be specified. Thus it defines what the numbers passed to + \ref setCoords actually mean. + + \see setType + */ + enum PositionType { ptAbsolute ///< Static positioning in pixels, starting from the top left corner of the viewport/widget. + ,ptViewportRatio ///< Static positioning given by a fraction of the viewport size. For example, if you call setCoords(0, 0), the position will be at the top + ///< left corner of the viewport/widget. setCoords(1, 1) will be at the bottom right corner, setCoords(0.5, 0) will be horizontally centered and + ///< vertically at the top of the viewport/widget, etc. + ,ptAxisRectRatio ///< Static positioning given by a fraction of the axis rect size (see \ref setAxisRect). For example, if you call setCoords(0, 0), the position will be at the top + ///< left corner of the axis rect. setCoords(1, 1) will be at the bottom right corner, setCoords(0.5, 0) will be horizontally centered and + ///< vertically at the top of the axis rect, etc. You can also go beyond the axis rect by providing negative coordinates or coordinates larger than 1. + ,ptPlotCoords ///< Dynamic positioning at a plot coordinate defined by two axes (see \ref setAxes). + }; + + QCPItemPosition(QCustomPlot *parentPlot, QCPAbstractItem *parentItem, const QString name); + virtual ~QCPItemPosition(); + + // getters: + PositionType type() const { return typeX(); } + PositionType typeX() const { return mPositionTypeX; } + PositionType typeY() const { return mPositionTypeY; } + QCPItemAnchor *parentAnchor() const { return parentAnchorX(); } + QCPItemAnchor *parentAnchorX() const { return mParentAnchorX; } + QCPItemAnchor *parentAnchorY() const { return mParentAnchorY; } + double key() const { return mKey; } + double value() const { return mValue; } + QPointF coords() const { return QPointF(mKey, mValue); } + QCPAxis *keyAxis() const { return mKeyAxis.data(); } + QCPAxis *valueAxis() const { return mValueAxis.data(); } + QCPAxisRect *axisRect() const; + virtual QPointF pixelPoint() const; + + // setters: + void setType(PositionType type); + void setTypeX(PositionType type); + void setTypeY(PositionType type); + bool setParentAnchor(QCPItemAnchor *parentAnchor, bool keepPixelPosition=false); + bool setParentAnchorX(QCPItemAnchor *parentAnchor, bool keepPixelPosition=false); + bool setParentAnchorY(QCPItemAnchor *parentAnchor, bool keepPixelPosition=false); + void setCoords(double key, double value); + void setCoords(const QPointF &coords); + void setAxes(QCPAxis* keyAxis, QCPAxis* valueAxis); + void setAxisRect(QCPAxisRect *axisRect); + void setPixelPoint(const QPointF &pixelPoint); + +protected: + // property members: + PositionType mPositionTypeX, mPositionTypeY; + QPointer mKeyAxis, mValueAxis; + QPointer mAxisRect; + double mKey, mValue; + QCPItemAnchor *mParentAnchorX, *mParentAnchorY; + + // reimplemented virtual methods: + virtual QCPItemPosition *toQCPItemPosition() { return this; } + +private: + Q_DISABLE_COPY(QCPItemPosition) + +}; + + +class QCP_LIB_DECL QCPAbstractItem : public QCPLayerable +{ + Q_OBJECT + /// \cond INCLUDE_QPROPERTIES + Q_PROPERTY(bool clipToAxisRect READ clipToAxisRect WRITE setClipToAxisRect) + Q_PROPERTY(QCPAxisRect* clipAxisRect READ clipAxisRect WRITE setClipAxisRect) + Q_PROPERTY(bool selectable READ selectable WRITE setSelectable NOTIFY selectableChanged) + Q_PROPERTY(bool selected READ selected WRITE setSelected NOTIFY selectionChanged) + /// \endcond +public: + QCPAbstractItem(QCustomPlot *parentPlot); + virtual ~QCPAbstractItem(); + + // getters: + bool clipToAxisRect() const { return mClipToAxisRect; } + QCPAxisRect *clipAxisRect() const; + bool selectable() const { return mSelectable; } + bool selected() const { return mSelected; } + + // setters: + void setClipToAxisRect(bool clip); + void setClipAxisRect(QCPAxisRect *rect); + Q_SLOT void setSelectable(bool selectable); + Q_SLOT void setSelected(bool selected); + + // reimplemented virtual methods: + virtual double selectTest(const QPointF &pos, bool onlySelectable, QVariant *details=0) const = 0; + + // non-virtual methods: + QList positions() const { return mPositions; } + QList anchors() const { return mAnchors; } + QCPItemPosition *position(const QString &name) const; + QCPItemAnchor *anchor(const QString &name) const; + bool hasAnchor(const QString &name) const; + +signals: + void selectionChanged(bool selected); + void selectableChanged(bool selectable); + +protected: + // property members: + bool mClipToAxisRect; + QPointer mClipAxisRect; + QList mPositions; + QList mAnchors; + bool mSelectable, mSelected; + + // reimplemented virtual methods: + virtual QCP::Interaction selectionCategory() const; + virtual QRect clipRect() const; + virtual void applyDefaultAntialiasingHint(QCPPainter *painter) const; + virtual void draw(QCPPainter *painter) = 0; + // events: + virtual void selectEvent(QMouseEvent *event, bool additive, const QVariant &details, bool *selectionStateChanged); + virtual void deselectEvent(bool *selectionStateChanged); + + // introduced virtual methods: + virtual QPointF anchorPixelPoint(int anchorId) const; + + // non-virtual methods: + double distSqrToLine(const QPointF &start, const QPointF &end, const QPointF &point) const; + double rectSelectTest(const QRectF &rect, const QPointF &pos, bool filledRect) const; + QCPItemPosition *createPosition(const QString &name); + QCPItemAnchor *createAnchor(const QString &name, int anchorId); + +private: + Q_DISABLE_COPY(QCPAbstractItem) + + friend class QCustomPlot; + friend class QCPItemAnchor; +}; + + +class QCP_LIB_DECL QCustomPlot : public QWidget +{ + Q_OBJECT + /// \cond INCLUDE_QPROPERTIES + Q_PROPERTY(QRect viewport READ viewport WRITE setViewport) + Q_PROPERTY(QPixmap background READ background WRITE setBackground) + Q_PROPERTY(bool backgroundScaled READ backgroundScaled WRITE setBackgroundScaled) + Q_PROPERTY(Qt::AspectRatioMode backgroundScaledMode READ backgroundScaledMode WRITE setBackgroundScaledMode) + Q_PROPERTY(QCPLayoutGrid* plotLayout READ plotLayout) + Q_PROPERTY(bool autoAddPlottableToLegend READ autoAddPlottableToLegend WRITE setAutoAddPlottableToLegend) + Q_PROPERTY(int selectionTolerance READ selectionTolerance WRITE setSelectionTolerance) + Q_PROPERTY(bool noAntialiasingOnDrag READ noAntialiasingOnDrag WRITE setNoAntialiasingOnDrag) + Q_PROPERTY(Qt::KeyboardModifier multiSelectModifier READ multiSelectModifier WRITE setMultiSelectModifier) + /// \endcond +public: + /*! + Defines how a layer should be inserted relative to an other layer. + + \see addLayer, moveLayer + */ + enum LayerInsertMode { limBelow ///< Layer is inserted below other layer + ,limAbove ///< Layer is inserted above other layer + }; + Q_ENUMS(LayerInsertMode) + + /*! + Defines with what timing the QCustomPlot surface is refreshed after a replot. + + \see replot + */ + enum RefreshPriority { rpImmediate ///< The QCustomPlot surface is immediately refreshed, by calling QWidget::repaint() after the replot + ,rpQueued ///< Queues the refresh such that it is performed at a slightly delayed point in time after the replot, by calling QWidget::update() after the replot + ,rpHint ///< Whether to use immediate repaint or queued update depends on whether the plotting hint \ref QCP::phForceRepaint is set, see \ref setPlottingHints. + }; + + explicit QCustomPlot(QWidget *parent = 0); + virtual ~QCustomPlot(); + + // getters: + QRect viewport() const { return mViewport; } + QPixmap background() const { return mBackgroundPixmap; } + bool backgroundScaled() const { return mBackgroundScaled; } + Qt::AspectRatioMode backgroundScaledMode() const { return mBackgroundScaledMode; } + QCPLayoutGrid *plotLayout() const { return mPlotLayout; } + QCP::AntialiasedElements antialiasedElements() const { return mAntialiasedElements; } + QCP::AntialiasedElements notAntialiasedElements() const { return mNotAntialiasedElements; } + bool autoAddPlottableToLegend() const { return mAutoAddPlottableToLegend; } + const QCP::Interactions interactions() const { return mInteractions; } + int selectionTolerance() const { return mSelectionTolerance; } + bool noAntialiasingOnDrag() const { return mNoAntialiasingOnDrag; } + QCP::PlottingHints plottingHints() const { return mPlottingHints; } + Qt::KeyboardModifier multiSelectModifier() const { return mMultiSelectModifier; } + + // setters: + void setViewport(const QRect &rect); + void setBackground(const QPixmap &pm); + void setBackground(const QPixmap &pm, bool scaled, Qt::AspectRatioMode mode=Qt::KeepAspectRatioByExpanding); + void setBackground(const QBrush &brush); + void setBackgroundScaled(bool scaled); + void setBackgroundScaledMode(Qt::AspectRatioMode mode); + void setAntialiasedElements(const QCP::AntialiasedElements &antialiasedElements); + void setAntialiasedElement(QCP::AntialiasedElement antialiasedElement, bool enabled=true); + void setNotAntialiasedElements(const QCP::AntialiasedElements ¬AntialiasedElements); + void setNotAntialiasedElement(QCP::AntialiasedElement notAntialiasedElement, bool enabled=true); + void setAutoAddPlottableToLegend(bool on); + void setInteractions(const QCP::Interactions &interactions); + void setInteraction(const QCP::Interaction &interaction, bool enabled=true); + void setSelectionTolerance(int pixels); + void setNoAntialiasingOnDrag(bool enabled); + void setPlottingHints(const QCP::PlottingHints &hints); + void setPlottingHint(QCP::PlottingHint hint, bool enabled=true); + void setMultiSelectModifier(Qt::KeyboardModifier modifier); + + // non-property methods: + // plottable interface: + QCPAbstractPlottable *plottable(int index); + QCPAbstractPlottable *plottable(); + bool addPlottable(QCPAbstractPlottable *plottable); + bool removePlottable(QCPAbstractPlottable *plottable); + bool removePlottable(int index); + int clearPlottables(); + int plottableCount() const; + QList selectedPlottables() const; + QCPAbstractPlottable *plottableAt(const QPointF &pos, bool onlySelectable=false) const; + bool hasPlottable(QCPAbstractPlottable *plottable) const; + + // specialized interface for QCPGraph: + QCPGraph *graph(int index) const; + QCPGraph *graph() const; + QCPGraph *addGraph(QCPAxis *keyAxis=0, QCPAxis *valueAxis=0); + bool removeGraph(QCPGraph *graph); + bool removeGraph(int index); + int clearGraphs(); + int graphCount() const; + QList selectedGraphs() const; + + // item interface: + QCPAbstractItem *item(int index) const; + QCPAbstractItem *item() const; + bool addItem(QCPAbstractItem* item); + bool removeItem(QCPAbstractItem *item); + bool removeItem(int index); + int clearItems(); + int itemCount() const; + QList selectedItems() const; + QCPAbstractItem *itemAt(const QPointF &pos, bool onlySelectable=false) const; + bool hasItem(QCPAbstractItem *item) const; + + // layer interface: + QCPLayer *layer(const QString &name) const; + QCPLayer *layer(int index) const; + QCPLayer *currentLayer() const; + bool setCurrentLayer(const QString &name); + bool setCurrentLayer(QCPLayer *layer); + int layerCount() const; + bool addLayer(const QString &name, QCPLayer *otherLayer=0, LayerInsertMode insertMode=limAbove); + bool removeLayer(QCPLayer *layer); + bool moveLayer(QCPLayer *layer, QCPLayer *otherLayer, LayerInsertMode insertMode=limAbove); + + // axis rect/layout interface: + int axisRectCount() const; + QCPAxisRect* axisRect(int index=0) const; + QList axisRects() const; + QCPLayoutElement* layoutElementAt(const QPointF &pos) const; + Q_SLOT void rescaleAxes(bool onlyVisiblePlottables=false); + + QList selectedAxes() const; + QList selectedLegends() const; + Q_SLOT void deselectAll(); + + bool savePdf(const QString &fileName, bool noCosmeticPen=false, int width=0, int height=0, const QString &pdfCreator=QString(), const QString &pdfTitle=QString()); + bool savePng(const QString &fileName, int width=0, int height=0, double scale=1.0, int quality=-1); + bool saveJpg(const QString &fileName, int width=0, int height=0, double scale=1.0, int quality=-1); + bool saveBmp(const QString &fileName, int width=0, int height=0, double scale=1.0); + bool saveRastered(const QString &fileName, int width, int height, double scale, const char *format, int quality=-1); + QPixmap toPixmap(int width=0, int height=0, double scale=1.0); + void toPainter(QCPPainter *painter, int width=0, int height=0); + Q_SLOT void replot(QCustomPlot::RefreshPriority refreshPriority=QCustomPlot::rpHint); + + QCPAxis *xAxis, *yAxis, *xAxis2, *yAxis2; + QCPLegend *legend; + +signals: + void mouseDoubleClick(QMouseEvent *event); + void mousePress(QMouseEvent *event); + void mouseMove(QMouseEvent *event); + void mouseRelease(QMouseEvent *event); + void mouseWheel(QWheelEvent *event); + + void plottableClick(QCPAbstractPlottable *plottable, QMouseEvent *event); + void plottableDoubleClick(QCPAbstractPlottable *plottable, QMouseEvent *event); + void itemClick(QCPAbstractItem *item, QMouseEvent *event); + void itemDoubleClick(QCPAbstractItem *item, QMouseEvent *event); + void axisClick(QCPAxis *axis, QCPAxis::SelectablePart part, QMouseEvent *event); + void axisDoubleClick(QCPAxis *axis, QCPAxis::SelectablePart part, QMouseEvent *event); + void legendClick(QCPLegend *legend, QCPAbstractLegendItem *item, QMouseEvent *event); + void legendDoubleClick(QCPLegend *legend, QCPAbstractLegendItem *item, QMouseEvent *event); + void titleClick(QMouseEvent *event, QCPPlotTitle *title); + void titleDoubleClick(QMouseEvent *event, QCPPlotTitle *title); + + void selectionChangedByUser(); + void beforeReplot(); + void afterReplot(); + +protected: + // property members: + QRect mViewport; + QCPLayoutGrid *mPlotLayout; + bool mAutoAddPlottableToLegend; + QList mPlottables; + QList mGraphs; // extra list of plottables also in mPlottables that are of type QCPGraph + QList mItems; + QList mLayers; + QCP::AntialiasedElements mAntialiasedElements, mNotAntialiasedElements; + QCP::Interactions mInteractions; + int mSelectionTolerance; + bool mNoAntialiasingOnDrag; + QBrush mBackgroundBrush; + QPixmap mBackgroundPixmap; + QPixmap mScaledBackgroundPixmap; + bool mBackgroundScaled; + Qt::AspectRatioMode mBackgroundScaledMode; + QCPLayer *mCurrentLayer; + QCP::PlottingHints mPlottingHints; + Qt::KeyboardModifier mMultiSelectModifier; + + // non-property members: + QPixmap mPaintBuffer; + QPoint mMousePressPos; + QPointer mMouseEventElement; + bool mReplotting; + + // reimplemented virtual methods: + virtual QSize minimumSizeHint() const; + virtual QSize sizeHint() const; + virtual void paintEvent(QPaintEvent *event); + virtual void resizeEvent(QResizeEvent *event); + virtual void mouseDoubleClickEvent(QMouseEvent *event); + virtual void mousePressEvent(QMouseEvent *event); + virtual void mouseMoveEvent(QMouseEvent *event); + virtual void mouseReleaseEvent(QMouseEvent *event); + virtual void wheelEvent(QWheelEvent *event); + + // introduced virtual methods: + virtual void draw(QCPPainter *painter); + virtual void axisRemoved(QCPAxis *axis); + virtual void legendRemoved(QCPLegend *legend); + + // non-virtual methods: + void updateLayerIndices() const; + QCPLayerable *layerableAt(const QPointF &pos, bool onlySelectable, QVariant *selectionDetails=0) const; + void drawBackground(QCPPainter *painter); + + friend class QCPLegend; + friend class QCPAxis; + friend class QCPLayer; + friend class QCPAxisRect; +}; + + +class QCP_LIB_DECL QCPColorGradient +{ + Q_GADGET +public: + /*! + Defines the color spaces in which color interpolation between gradient stops can be performed. + + \see setColorInterpolation + */ + enum ColorInterpolation { ciRGB ///< Color channels red, green and blue are linearly interpolated + ,ciHSV ///< Color channels hue, saturation and value are linearly interpolated (The hue is interpolated over the shortest angle distance) + }; + Q_ENUMS(ColorInterpolation) + + /*! + Defines the available presets that can be loaded with \ref loadPreset. See the documentation + there for an image of the presets. + */ + enum GradientPreset { gpGrayscale ///< Continuous lightness from black to white (suited for non-biased data representation) + ,gpHot ///< Continuous lightness from black over firey colors to white (suited for non-biased data representation) + ,gpCold ///< Continuous lightness from black over icey colors to white (suited for non-biased data representation) + ,gpNight ///< Continuous lightness from black over weak blueish colors to white (suited for non-biased data representation) + ,gpCandy ///< Blue over pink to white + ,gpGeography ///< Colors suitable to represent different elevations on geographical maps + ,gpIon ///< Half hue spectrum from black over purple to blue and finally green (creates banding illusion but allows more precise magnitude estimates) + ,gpThermal ///< Colors suitable for thermal imaging, ranging from dark blue over purple to orange, yellow and white + ,gpPolar ///< Colors suitable to emphasize polarity around the center, with blue for negative, black in the middle and red for positive values + ,gpSpectrum ///< An approximation of the visible light spectrum (creates banding illusion but allows more precise magnitude estimates) + ,gpJet ///< Hue variation similar to a spectrum, often used in numerical visualization (creates banding illusion but allows more precise magnitude estimates) + ,gpHues ///< Full hue cycle, with highest and lowest color red (suitable for periodic data, such as angles and phases, see \ref setPeriodic) + }; + Q_ENUMS(GradientPreset) + + QCPColorGradient(GradientPreset preset=gpCold); + bool operator==(const QCPColorGradient &other) const; + bool operator!=(const QCPColorGradient &other) const { return !(*this == other); } + + // getters: + int levelCount() const { return mLevelCount; } + QMap colorStops() const { return mColorStops; } + ColorInterpolation colorInterpolation() const { return mColorInterpolation; } + bool periodic() const { return mPeriodic; } + + // setters: + void setLevelCount(int n); + void setColorStops(const QMap &colorStops); + void setColorStopAt(double position, const QColor &color); + void setColorInterpolation(ColorInterpolation interpolation); + void setPeriodic(bool enabled); + + // non-property methods: + void colorize(const double *data, const QCPRange &range, QRgb *scanLine, int n, int dataIndexFactor=1, bool logarithmic=false); + QRgb color(double position, const QCPRange &range, bool logarithmic=false); + void loadPreset(GradientPreset preset); + void clearColorStops(); + QCPColorGradient inverted() const; + +protected: + void updateColorBuffer(); + + // property members: + int mLevelCount; + QMap mColorStops; + ColorInterpolation mColorInterpolation; + bool mPeriodic; + + // non-property members: + QVector mColorBuffer; + bool mColorBufferInvalidated; +}; + + +class QCP_LIB_DECL QCPAxisRect : public QCPLayoutElement +{ + Q_OBJECT + /// \cond INCLUDE_QPROPERTIES + Q_PROPERTY(QPixmap background READ background WRITE setBackground) + Q_PROPERTY(bool backgroundScaled READ backgroundScaled WRITE setBackgroundScaled) + Q_PROPERTY(Qt::AspectRatioMode backgroundScaledMode READ backgroundScaledMode WRITE setBackgroundScaledMode) + Q_PROPERTY(Qt::Orientations rangeDrag READ rangeDrag WRITE setRangeDrag) + Q_PROPERTY(Qt::Orientations rangeZoom READ rangeZoom WRITE setRangeZoom) + /// \endcond +public: + explicit QCPAxisRect(QCustomPlot *parentPlot, bool setupDefaultAxes=true); + virtual ~QCPAxisRect(); + + // getters: + QPixmap background() const { return mBackgroundPixmap; } + bool backgroundScaled() const { return mBackgroundScaled; } + Qt::AspectRatioMode backgroundScaledMode() const { return mBackgroundScaledMode; } + Qt::Orientations rangeDrag() const { return mRangeDrag; } + Qt::Orientations rangeZoom() const { return mRangeZoom; } + QCPAxis *rangeDragAxis(Qt::Orientation orientation); + QCPAxis *rangeZoomAxis(Qt::Orientation orientation); + double rangeZoomFactor(Qt::Orientation orientation); + + // setters: + void setBackground(const QPixmap &pm); + void setBackground(const QPixmap &pm, bool scaled, Qt::AspectRatioMode mode=Qt::KeepAspectRatioByExpanding); + void setBackground(const QBrush &brush); + void setBackgroundScaled(bool scaled); + void setBackgroundScaledMode(Qt::AspectRatioMode mode); + void setRangeDrag(Qt::Orientations orientations); + void setRangeZoom(Qt::Orientations orientations); + void setRangeDragAxes(QCPAxis *horizontal, QCPAxis *vertical); + void setRangeZoomAxes(QCPAxis *horizontal, QCPAxis *vertical); + void setRangeZoomFactor(double horizontalFactor, double verticalFactor); + void setRangeZoomFactor(double factor); + + // non-property methods: + int axisCount(QCPAxis::AxisType type) const; + QCPAxis *axis(QCPAxis::AxisType type, int index=0) const; + QList axes(QCPAxis::AxisTypes types) const; + QList axes() const; + QCPAxis *addAxis(QCPAxis::AxisType type, QCPAxis *axis=0); + QList addAxes(QCPAxis::AxisTypes types); + bool removeAxis(QCPAxis *axis); + QCPLayoutInset *insetLayout() const { return mInsetLayout; } + + void setupFullAxesBox(bool connectRanges=false); + QList plottables() const; + QList graphs() const; + QList items() const; + + // read-only interface imitating a QRect: + int left() const { return mRect.left(); } + int right() const { return mRect.right(); } + int top() const { return mRect.top(); } + int bottom() const { return mRect.bottom(); } + int width() const { return mRect.width(); } + int height() const { return mRect.height(); } + QSize size() const { return mRect.size(); } + QPoint topLeft() const { return mRect.topLeft(); } + QPoint topRight() const { return mRect.topRight(); } + QPoint bottomLeft() const { return mRect.bottomLeft(); } + QPoint bottomRight() const { return mRect.bottomRight(); } + QPoint center() const { return mRect.center(); } + + // reimplemented virtual methods: + virtual void update(UpdatePhase phase); + virtual QList elements(bool recursive) const; + +protected: + // property members: + QBrush mBackgroundBrush; + QPixmap mBackgroundPixmap; + QPixmap mScaledBackgroundPixmap; + bool mBackgroundScaled; + Qt::AspectRatioMode mBackgroundScaledMode; + QCPLayoutInset *mInsetLayout; + Qt::Orientations mRangeDrag, mRangeZoom; + QPointer mRangeDragHorzAxis, mRangeDragVertAxis, mRangeZoomHorzAxis, mRangeZoomVertAxis; + double mRangeZoomFactorHorz, mRangeZoomFactorVert; + // non-property members: + QCPRange mDragStartHorzRange, mDragStartVertRange; + QCP::AntialiasedElements mAADragBackup, mNotAADragBackup; + QPoint mDragStart; + bool mDragging; + QHash > mAxes; + + // reimplemented virtual methods: + virtual void applyDefaultAntialiasingHint(QCPPainter *painter) const; + virtual void draw(QCPPainter *painter); + virtual int calculateAutoMargin(QCP::MarginSide side); + // events: + virtual void mousePressEvent(QMouseEvent *event); + virtual void mouseMoveEvent(QMouseEvent *event); + virtual void mouseReleaseEvent(QMouseEvent *event); + virtual void wheelEvent(QWheelEvent *event); + + // non-property methods: + void drawBackground(QCPPainter *painter); + void updateAxesOffset(QCPAxis::AxisType type); + +private: + Q_DISABLE_COPY(QCPAxisRect) + + friend class QCustomPlot; +}; + + +class QCP_LIB_DECL QCPAbstractLegendItem : public QCPLayoutElement +{ + Q_OBJECT + /// \cond INCLUDE_QPROPERTIES + Q_PROPERTY(QCPLegend* parentLegend READ parentLegend) + Q_PROPERTY(QFont font READ font WRITE setFont) + Q_PROPERTY(QColor textColor READ textColor WRITE setTextColor) + Q_PROPERTY(QFont selectedFont READ selectedFont WRITE setSelectedFont) + Q_PROPERTY(QColor selectedTextColor READ selectedTextColor WRITE setSelectedTextColor) + Q_PROPERTY(bool selectable READ selectable WRITE setSelectable NOTIFY selectionChanged) + Q_PROPERTY(bool selected READ selected WRITE setSelected NOTIFY selectableChanged) + /// \endcond +public: + explicit QCPAbstractLegendItem(QCPLegend *parent); + + // getters: + QCPLegend *parentLegend() const { return mParentLegend; } + QFont font() const { return mFont; } + QColor textColor() const { return mTextColor; } + QFont selectedFont() const { return mSelectedFont; } + QColor selectedTextColor() const { return mSelectedTextColor; } + bool selectable() const { return mSelectable; } + bool selected() const { return mSelected; } + + // setters: + void setFont(const QFont &font); + void setTextColor(const QColor &color); + void setSelectedFont(const QFont &font); + void setSelectedTextColor(const QColor &color); + Q_SLOT void setSelectable(bool selectable); + Q_SLOT void setSelected(bool selected); + + // reimplemented virtual methods: + virtual double selectTest(const QPointF &pos, bool onlySelectable, QVariant *details=0) const; + +signals: + void selectionChanged(bool selected); + void selectableChanged(bool selectable); + +protected: + // property members: + QCPLegend *mParentLegend; + QFont mFont; + QColor mTextColor; + QFont mSelectedFont; + QColor mSelectedTextColor; + bool mSelectable, mSelected; + + // reimplemented virtual methods: + virtual QCP::Interaction selectionCategory() const; + virtual void applyDefaultAntialiasingHint(QCPPainter *painter) const; + virtual QRect clipRect() const; + virtual void draw(QCPPainter *painter) = 0; + // events: + virtual void selectEvent(QMouseEvent *event, bool additive, const QVariant &details, bool *selectionStateChanged); + virtual void deselectEvent(bool *selectionStateChanged); + +private: + Q_DISABLE_COPY(QCPAbstractLegendItem) + + friend class QCPLegend; +}; + + +class QCP_LIB_DECL QCPPlottableLegendItem : public QCPAbstractLegendItem +{ + Q_OBJECT +public: + QCPPlottableLegendItem(QCPLegend *parent, QCPAbstractPlottable *plottable); + + // getters: + QCPAbstractPlottable *plottable() { return mPlottable; } + +protected: + // property members: + QCPAbstractPlottable *mPlottable; + + // reimplemented virtual methods: + virtual void draw(QCPPainter *painter); + virtual QSize minimumSizeHint() const; + + // non-virtual methods: + QPen getIconBorderPen() const; + QColor getTextColor() const; + QFont getFont() const; +}; + + +class QCP_LIB_DECL QCPLegend : public QCPLayoutGrid +{ + Q_OBJECT + /// \cond INCLUDE_QPROPERTIES + Q_PROPERTY(QPen borderPen READ borderPen WRITE setBorderPen) + Q_PROPERTY(QBrush brush READ brush WRITE setBrush) + Q_PROPERTY(QFont font READ font WRITE setFont) + Q_PROPERTY(QColor textColor READ textColor WRITE setTextColor) + Q_PROPERTY(QSize iconSize READ iconSize WRITE setIconSize) + Q_PROPERTY(int iconTextPadding READ iconTextPadding WRITE setIconTextPadding) + Q_PROPERTY(QPen iconBorderPen READ iconBorderPen WRITE setIconBorderPen) + Q_PROPERTY(SelectableParts selectableParts READ selectableParts WRITE setSelectableParts NOTIFY selectionChanged) + Q_PROPERTY(SelectableParts selectedParts READ selectedParts WRITE setSelectedParts NOTIFY selectableChanged) + Q_PROPERTY(QPen selectedBorderPen READ selectedBorderPen WRITE setSelectedBorderPen) + Q_PROPERTY(QPen selectedIconBorderPen READ selectedIconBorderPen WRITE setSelectedIconBorderPen) + Q_PROPERTY(QBrush selectedBrush READ selectedBrush WRITE setSelectedBrush) + Q_PROPERTY(QFont selectedFont READ selectedFont WRITE setSelectedFont) + Q_PROPERTY(QColor selectedTextColor READ selectedTextColor WRITE setSelectedTextColor) + /// \endcond +public: + /*! + Defines the selectable parts of a legend + + \see setSelectedParts, setSelectableParts + */ + enum SelectablePart { spNone = 0x000 ///< 0x000 None + ,spLegendBox = 0x001 ///< 0x001 The legend box (frame) + ,spItems = 0x002 ///< 0x002 Legend items individually (see \ref selectedItems) + }; + Q_FLAGS(SelectablePart SelectableParts) + Q_DECLARE_FLAGS(SelectableParts, SelectablePart) + + explicit QCPLegend(); + virtual ~QCPLegend(); + + // getters: + QPen borderPen() const { return mBorderPen; } + QBrush brush() const { return mBrush; } + QFont font() const { return mFont; } + QColor textColor() const { return mTextColor; } + QSize iconSize() const { return mIconSize; } + int iconTextPadding() const { return mIconTextPadding; } + QPen iconBorderPen() const { return mIconBorderPen; } + SelectableParts selectableParts() const { return mSelectableParts; } + SelectableParts selectedParts() const; + QPen selectedBorderPen() const { return mSelectedBorderPen; } + QPen selectedIconBorderPen() const { return mSelectedIconBorderPen; } + QBrush selectedBrush() const { return mSelectedBrush; } + QFont selectedFont() const { return mSelectedFont; } + QColor selectedTextColor() const { return mSelectedTextColor; } + + // setters: + void setBorderPen(const QPen &pen); + void setBrush(const QBrush &brush); + void setFont(const QFont &font); + void setTextColor(const QColor &color); + void setIconSize(const QSize &size); + void setIconSize(int width, int height); + void setIconTextPadding(int padding); + void setIconBorderPen(const QPen &pen); + Q_SLOT void setSelectableParts(const SelectableParts &selectableParts); + Q_SLOT void setSelectedParts(const SelectableParts &selectedParts); + void setSelectedBorderPen(const QPen &pen); + void setSelectedIconBorderPen(const QPen &pen); + void setSelectedBrush(const QBrush &brush); + void setSelectedFont(const QFont &font); + void setSelectedTextColor(const QColor &color); + + // reimplemented virtual methods: + virtual double selectTest(const QPointF &pos, bool onlySelectable, QVariant *details=0) const; + + // non-virtual methods: + QCPAbstractLegendItem *item(int index) const; + QCPPlottableLegendItem *itemWithPlottable(const QCPAbstractPlottable *plottable) const; + int itemCount() const; + bool hasItem(QCPAbstractLegendItem *item) const; + bool hasItemWithPlottable(const QCPAbstractPlottable *plottable) const; + bool addItem(QCPAbstractLegendItem *item); + bool removeItem(int index); + bool removeItem(QCPAbstractLegendItem *item); + void clearItems(); + QList selectedItems() const; + +signals: + void selectionChanged(QCPLegend::SelectableParts parts); + void selectableChanged(QCPLegend::SelectableParts parts); + +protected: + // property members: + QPen mBorderPen, mIconBorderPen; + QBrush mBrush; + QFont mFont; + QColor mTextColor; + QSize mIconSize; + int mIconTextPadding; + SelectableParts mSelectedParts, mSelectableParts; + QPen mSelectedBorderPen, mSelectedIconBorderPen; + QBrush mSelectedBrush; + QFont mSelectedFont; + QColor mSelectedTextColor; + + // reimplemented virtual methods: + virtual void parentPlotInitialized(QCustomPlot *parentPlot); + virtual QCP::Interaction selectionCategory() const; + virtual void applyDefaultAntialiasingHint(QCPPainter *painter) const; + virtual void draw(QCPPainter *painter); + // events: + virtual void selectEvent(QMouseEvent *event, bool additive, const QVariant &details, bool *selectionStateChanged); + virtual void deselectEvent(bool *selectionStateChanged); + + // non-virtual methods: + QPen getBorderPen() const; + QBrush getBrush() const; + +private: + Q_DISABLE_COPY(QCPLegend) + + friend class QCustomPlot; + friend class QCPAbstractLegendItem; +}; +Q_DECLARE_OPERATORS_FOR_FLAGS(QCPLegend::SelectableParts) +Q_DECLARE_METATYPE(QCPLegend::SelectablePart) + + +class QCP_LIB_DECL QCPPlotTitle : public QCPLayoutElement +{ + Q_OBJECT + /// \cond INCLUDE_QPROPERTIES + Q_PROPERTY(QString text READ text WRITE setText) + Q_PROPERTY(QFont font READ font WRITE setFont) + Q_PROPERTY(QColor textColor READ textColor WRITE setTextColor) + Q_PROPERTY(QFont selectedFont READ selectedFont WRITE setSelectedFont) + Q_PROPERTY(QColor selectedTextColor READ selectedTextColor WRITE setSelectedTextColor) + Q_PROPERTY(bool selectable READ selectable WRITE setSelectable NOTIFY selectableChanged) + Q_PROPERTY(bool selected READ selected WRITE setSelected NOTIFY selectionChanged) + /// \endcond +public: + explicit QCPPlotTitle(QCustomPlot *parentPlot); + explicit QCPPlotTitle(QCustomPlot *parentPlot, const QString &text); + + // getters: + QString text() const { return mText; } + QFont font() const { return mFont; } + QColor textColor() const { return mTextColor; } + QFont selectedFont() const { return mSelectedFont; } + QColor selectedTextColor() const { return mSelectedTextColor; } + bool selectable() const { return mSelectable; } + bool selected() const { return mSelected; } + + // setters: + void setText(const QString &text); + void setFont(const QFont &font); + void setTextColor(const QColor &color); + void setSelectedFont(const QFont &font); + void setSelectedTextColor(const QColor &color); + Q_SLOT void setSelectable(bool selectable); + Q_SLOT void setSelected(bool selected); + + // reimplemented virtual methods: + virtual double selectTest(const QPointF &pos, bool onlySelectable, QVariant *details=0) const; + +signals: + void selectionChanged(bool selected); + void selectableChanged(bool selectable); + +protected: + // property members: + QString mText; + QFont mFont; + QColor mTextColor; + QFont mSelectedFont; + QColor mSelectedTextColor; + QRect mTextBoundingRect; + bool mSelectable, mSelected; + + // reimplemented virtual methods: + virtual void applyDefaultAntialiasingHint(QCPPainter *painter) const; + virtual void draw(QCPPainter *painter); + virtual QSize minimumSizeHint() const; + virtual QSize maximumSizeHint() const; + // events: + virtual void selectEvent(QMouseEvent *event, bool additive, const QVariant &details, bool *selectionStateChanged); + virtual void deselectEvent(bool *selectionStateChanged); + + // non-virtual methods: + QFont mainFont() const; + QColor mainTextColor() const; + +private: + Q_DISABLE_COPY(QCPPlotTitle) +}; + + +class QCPColorScaleAxisRectPrivate : public QCPAxisRect +{ + Q_OBJECT +public: + explicit QCPColorScaleAxisRectPrivate(QCPColorScale *parentColorScale); +protected: + QCPColorScale *mParentColorScale; + QImage mGradientImage; + bool mGradientImageInvalidated; + // re-using some methods of QCPAxisRect to make them available to friend class QCPColorScale + using QCPAxisRect::calculateAutoMargin; + using QCPAxisRect::mousePressEvent; + using QCPAxisRect::mouseMoveEvent; + using QCPAxisRect::mouseReleaseEvent; + using QCPAxisRect::wheelEvent; + using QCPAxisRect::update; + virtual void draw(QCPPainter *painter); + void updateGradientImage(); + Q_SLOT void axisSelectionChanged(QCPAxis::SelectableParts selectedParts); + Q_SLOT void axisSelectableChanged(QCPAxis::SelectableParts selectableParts); + friend class QCPColorScale; +}; + + +class QCP_LIB_DECL QCPColorScale : public QCPLayoutElement +{ + Q_OBJECT + /// \cond INCLUDE_QPROPERTIES + Q_PROPERTY(QCPAxis::AxisType type READ type WRITE setType) + Q_PROPERTY(QCPRange dataRange READ dataRange WRITE setDataRange NOTIFY dataRangeChanged) + Q_PROPERTY(QCPAxis::ScaleType dataScaleType READ dataScaleType WRITE setDataScaleType NOTIFY dataScaleTypeChanged) + Q_PROPERTY(QCPColorGradient gradient READ gradient WRITE setGradient NOTIFY gradientChanged) + Q_PROPERTY(QString label READ label WRITE setLabel) + Q_PROPERTY(int barWidth READ barWidth WRITE setBarWidth) + Q_PROPERTY(bool rangeDrag READ rangeDrag WRITE setRangeDrag) + Q_PROPERTY(bool rangeZoom READ rangeZoom WRITE setRangeZoom) + /// \endcond +public: + explicit QCPColorScale(QCustomPlot *parentPlot); + virtual ~QCPColorScale(); + + // getters: + QCPAxis *axis() const { return mColorAxis.data(); } + QCPAxis::AxisType type() const { return mType; } + QCPRange dataRange() const { return mDataRange; } + QCPAxis::ScaleType dataScaleType() const { return mDataScaleType; } + QCPColorGradient gradient() const { return mGradient; } + QString label() const; + int barWidth () const { return mBarWidth; } + bool rangeDrag() const; + bool rangeZoom() const; + + // setters: + void setType(QCPAxis::AxisType type); + Q_SLOT void setDataRange(const QCPRange &dataRange); + Q_SLOT void setDataScaleType(QCPAxis::ScaleType scaleType); + Q_SLOT void setGradient(const QCPColorGradient &gradient); + void setLabel(const QString &str); + void setBarWidth(int width); + void setRangeDrag(bool enabled); + void setRangeZoom(bool enabled); + + // non-property methods: + QList colorMaps() const; + void rescaleDataRange(bool onlyVisibleMaps); + + // reimplemented virtual methods: + virtual void update(UpdatePhase phase); + +signals: + void dataRangeChanged(QCPRange newRange); + void dataScaleTypeChanged(QCPAxis::ScaleType scaleType); + void gradientChanged(QCPColorGradient newGradient); + +protected: + // property members: + QCPAxis::AxisType mType; + QCPRange mDataRange; + QCPAxis::ScaleType mDataScaleType; + QCPColorGradient mGradient; + int mBarWidth; + + // non-property members: + QPointer mAxisRect; + QPointer mColorAxis; + + // reimplemented virtual methods: + virtual void applyDefaultAntialiasingHint(QCPPainter *painter) const; + // events: + virtual void mousePressEvent(QMouseEvent *event); + virtual void mouseMoveEvent(QMouseEvent *event); + virtual void mouseReleaseEvent(QMouseEvent *event); + virtual void wheelEvent(QWheelEvent *event); + +private: + Q_DISABLE_COPY(QCPColorScale) + + friend class QCPColorScaleAxisRectPrivate; +}; + + +/*! \file */ + + + +class QCP_LIB_DECL QCPData +{ +public: + QCPData(); + QCPData(double key, double value); + double key, value; + double keyErrorPlus, keyErrorMinus; + double valueErrorPlus, valueErrorMinus; +}; +Q_DECLARE_TYPEINFO(QCPData, Q_MOVABLE_TYPE); + +/*! \typedef QCPDataMap + Container for storing \ref QCPData items in a sorted fashion. The key of the map + is the key member of the QCPData instance. + + This is the container in which QCPGraph holds its data. + \see QCPData, QCPGraph::setData +*/ +typedef QMap QCPDataMap; +typedef QMapIterator QCPDataMapIterator; +typedef QMutableMapIterator QCPDataMutableMapIterator; + + +class QCP_LIB_DECL QCPGraph : public QCPAbstractPlottable +{ + Q_OBJECT + /// \cond INCLUDE_QPROPERTIES + Q_PROPERTY(LineStyle lineStyle READ lineStyle WRITE setLineStyle) + Q_PROPERTY(QCPScatterStyle scatterStyle READ scatterStyle WRITE setScatterStyle) + Q_PROPERTY(ErrorType errorType READ errorType WRITE setErrorType) + Q_PROPERTY(QPen errorPen READ errorPen WRITE setErrorPen) + Q_PROPERTY(double errorBarSize READ errorBarSize WRITE setErrorBarSize) + Q_PROPERTY(bool errorBarSkipSymbol READ errorBarSkipSymbol WRITE setErrorBarSkipSymbol) + Q_PROPERTY(QCPGraph* channelFillGraph READ channelFillGraph WRITE setChannelFillGraph) + Q_PROPERTY(bool adaptiveSampling READ adaptiveSampling WRITE setAdaptiveSampling) + /// \endcond +public: + /*! + Defines how the graph's line is represented visually in the plot. The line is drawn with the + current pen of the graph (\ref setPen). + \see setLineStyle + */ + enum LineStyle { lsNone ///< data points are not connected with any lines (e.g. data only represented + ///< with symbols according to the scatter style, see \ref setScatterStyle) + ,lsLine ///< data points are connected by a straight line + ,lsStepLeft ///< line is drawn as steps where the step height is the value of the left data point + ,lsStepRight ///< line is drawn as steps where the step height is the value of the right data point + ,lsStepCenter ///< line is drawn as steps where the step is in between two data points + ,lsImpulse ///< each data point is represented by a line parallel to the value axis, which reaches from the data point to the zero-value-line + }; + Q_ENUMS(LineStyle) + /*! + Defines what kind of error bars are drawn for each data point + */ + enum ErrorType { etNone ///< No error bars are shown + ,etKey ///< Error bars for the key dimension of the data point are shown + ,etValue ///< Error bars for the value dimension of the data point are shown + ,etBoth ///< Error bars for both key and value dimensions of the data point are shown + }; + Q_ENUMS(ErrorType) + + explicit QCPGraph(QCPAxis *keyAxis, QCPAxis *valueAxis); + virtual ~QCPGraph(); + + // getters: + QCPDataMap *data() const { return mData; } + LineStyle lineStyle() const { return mLineStyle; } + QCPScatterStyle scatterStyle() const { return mScatterStyle; } + ErrorType errorType() const { return mErrorType; } + QPen errorPen() const { return mErrorPen; } + double errorBarSize() const { return mErrorBarSize; } + bool errorBarSkipSymbol() const { return mErrorBarSkipSymbol; } + QCPGraph *channelFillGraph() const { return mChannelFillGraph.data(); } + bool adaptiveSampling() const { return mAdaptiveSampling; } + + // setters: + void setData(QCPDataMap *data, bool copy=false); + void setData(const QVector &key, const QVector &value); + void setDataKeyError(const QVector &key, const QVector &value, const QVector &keyError); + void setDataKeyError(const QVector &key, const QVector &value, const QVector &keyErrorMinus, const QVector &keyErrorPlus); + void setDataValueError(const QVector &key, const QVector &value, const QVector &valueError); + void setDataValueError(const QVector &key, const QVector &value, const QVector &valueErrorMinus, const QVector &valueErrorPlus); + void setDataBothError(const QVector &key, const QVector &value, const QVector &keyError, const QVector &valueError); + void setDataBothError(const QVector &key, const QVector &value, const QVector &keyErrorMinus, const QVector &keyErrorPlus, const QVector &valueErrorMinus, const QVector &valueErrorPlus); + void setLineStyle(LineStyle ls); + void setScatterStyle(const QCPScatterStyle &style); + void setErrorType(ErrorType errorType); + void setErrorPen(const QPen &pen); + void setErrorBarSize(double size); + void setErrorBarSkipSymbol(bool enabled); + void setChannelFillGraph(QCPGraph *targetGraph); + void setAdaptiveSampling(bool enabled); + + // non-property methods: + void addData(const QCPDataMap &dataMap); + void addData(const QCPData &data); + void addData(double key, double value); + void addData(const QVector &keys, const QVector &values); + void removeDataBefore(double key); + void removeDataAfter(double key); + void removeData(double fromKey, double toKey); + void removeData(double key); + + // reimplemented virtual methods: + virtual void clearData(); + virtual double selectTest(const QPointF &pos, bool onlySelectable, QVariant *details=0) const; + using QCPAbstractPlottable::rescaleAxes; + using QCPAbstractPlottable::rescaleKeyAxis; + using QCPAbstractPlottable::rescaleValueAxis; + void rescaleAxes(bool onlyEnlarge, bool includeErrorBars) const; // overloads base class interface + void rescaleKeyAxis(bool onlyEnlarge, bool includeErrorBars) const; // overloads base class interface + void rescaleValueAxis(bool onlyEnlarge, bool includeErrorBars) const; // overloads base class interface + +protected: + // property members: + QCPDataMap *mData; + QPen mErrorPen; + LineStyle mLineStyle; + QCPScatterStyle mScatterStyle; + ErrorType mErrorType; + double mErrorBarSize; + bool mErrorBarSkipSymbol; + QPointer mChannelFillGraph; + bool mAdaptiveSampling; + + // reimplemented virtual methods: + virtual void draw(QCPPainter *painter); + virtual void drawLegendIcon(QCPPainter *painter, const QRectF &rect) const; + virtual QCPRange getKeyRange(bool &foundRange, SignDomain inSignDomain=sdBoth) const; + virtual QCPRange getValueRange(bool &foundRange, SignDomain inSignDomain=sdBoth) const; + virtual QCPRange getKeyRange(bool &foundRange, SignDomain inSignDomain, bool includeErrors) const; // overloads base class interface + virtual QCPRange getValueRange(bool &foundRange, SignDomain inSignDomain, bool includeErrors) const; // overloads base class interface + + // introduced virtual methods: + virtual void drawFill(QCPPainter *painter, QVector *lineData) const; + virtual void drawScatterPlot(QCPPainter *painter, QVector *scatterData) const; + virtual void drawLinePlot(QCPPainter *painter, QVector *lineData) const; + virtual void drawImpulsePlot(QCPPainter *painter, QVector *lineData) const; + + // non-virtual methods: + void getPreparedData(QVector *lineData, QVector *scatterData) const; + void getPlotData(QVector *lineData, QVector *scatterData) const; + void getScatterPlotData(QVector *scatterData) const; + void getLinePlotData(QVector *linePixelData, QVector *scatterData) const; + void getStepLeftPlotData(QVector *linePixelData, QVector *scatterData) const; + void getStepRightPlotData(QVector *linePixelData, QVector *scatterData) const; + void getStepCenterPlotData(QVector *linePixelData, QVector *scatterData) const; + void getImpulsePlotData(QVector *linePixelData, QVector *scatterData) const; + void drawError(QCPPainter *painter, double x, double y, const QCPData &data) const; + void getVisibleDataBounds(QCPDataMap::const_iterator &lower, QCPDataMap::const_iterator &upper) const; + int countDataInBounds(const QCPDataMap::const_iterator &lower, const QCPDataMap::const_iterator &upper, int maxCount) const; + void addFillBasePoints(QVector *lineData) const; + void removeFillBasePoints(QVector *lineData) const; + QPointF lowerFillBasePoint(double lowerKey) const; + QPointF upperFillBasePoint(double upperKey) const; + const QPolygonF getChannelFillPolygon(const QVector *lineData) const; + int findIndexBelowX(const QVector *data, double x) const; + int findIndexAboveX(const QVector *data, double x) const; + int findIndexBelowY(const QVector *data, double y) const; + int findIndexAboveY(const QVector *data, double y) const; + double pointDistance(const QPointF &pixelPoint) const; + + friend class QCustomPlot; + friend class QCPLegend; +}; + + +/*! \file */ + + + +class QCP_LIB_DECL QCPCurveData +{ +public: + QCPCurveData(); + QCPCurveData(double t, double key, double value); + double t, key, value; +}; +Q_DECLARE_TYPEINFO(QCPCurveData, Q_MOVABLE_TYPE); + +/*! \typedef QCPCurveDataMap + Container for storing \ref QCPCurveData items in a sorted fashion. The key of the map + is the t member of the QCPCurveData instance. + + This is the container in which QCPCurve holds its data. + \see QCPCurveData, QCPCurve::setData +*/ + +typedef QMap QCPCurveDataMap; +typedef QMapIterator QCPCurveDataMapIterator; +typedef QMutableMapIterator QCPCurveDataMutableMapIterator; + + +class QCP_LIB_DECL QCPCurve : public QCPAbstractPlottable +{ + Q_OBJECT + /// \cond INCLUDE_QPROPERTIES + Q_PROPERTY(QCPScatterStyle scatterStyle READ scatterStyle WRITE setScatterStyle) + Q_PROPERTY(LineStyle lineStyle READ lineStyle WRITE setLineStyle) + /// \endcond +public: + /*! + Defines how the curve's line is represented visually in the plot. The line is drawn with the + current pen of the curve (\ref setPen). + \see setLineStyle + */ + enum LineStyle { lsNone ///< No line is drawn between data points (e.g. only scatters) + ,lsLine ///< Data points are connected with a straight line + }; + explicit QCPCurve(QCPAxis *keyAxis, QCPAxis *valueAxis); + virtual ~QCPCurve(); + + // getters: + QCPCurveDataMap *data() const { return mData; } + QCPScatterStyle scatterStyle() const { return mScatterStyle; } + LineStyle lineStyle() const { return mLineStyle; } + + // setters: + void setData(QCPCurveDataMap *data, bool copy=false); + void setData(const QVector &t, const QVector &key, const QVector &value); + void setData(const QVector &key, const QVector &value); + void setScatterStyle(const QCPScatterStyle &style); + void setLineStyle(LineStyle style); + + // non-property methods: + void addData(const QCPCurveDataMap &dataMap); + void addData(const QCPCurveData &data); + void addData(double t, double key, double value); + void addData(double key, double value); + void addData(const QVector &ts, const QVector &keys, const QVector &values); + void removeDataBefore(double t); + void removeDataAfter(double t); + void removeData(double fromt, double tot); + void removeData(double t); + + // reimplemented virtual methods: + virtual void clearData(); + virtual double selectTest(const QPointF &pos, bool onlySelectable, QVariant *details=0) const; + +protected: + // property members: + QCPCurveDataMap *mData; + QCPScatterStyle mScatterStyle; + LineStyle mLineStyle; + + // reimplemented virtual methods: + virtual void draw(QCPPainter *painter); + virtual void drawLegendIcon(QCPPainter *painter, const QRectF &rect) const; + virtual QCPRange getKeyRange(bool &foundRange, SignDomain inSignDomain=sdBoth) const; + virtual QCPRange getValueRange(bool &foundRange, SignDomain inSignDomain=sdBoth) const; + + // introduced virtual methods: + virtual void drawScatterPlot(QCPPainter *painter, const QVector *pointData) const; + + // non-virtual methods: + void getCurveData(QVector *lineData) const; + int getRegion(double x, double y, double rectLeft, double rectTop, double rectRight, double rectBottom) const; + QPointF getOptimizedPoint(int prevRegion, double prevKey, double prevValue, double key, double value, double rectLeft, double rectTop, double rectRight, double rectBottom) const; + QVector getOptimizedCornerPoints(int prevRegion, int currentRegion, double prevKey, double prevValue, double key, double value, double rectLeft, double rectTop, double rectRight, double rectBottom) const; + bool mayTraverse(int prevRegion, int currentRegion) const; + bool getTraverse(double prevKey, double prevValue, double key, double value, double rectLeft, double rectTop, double rectRight, double rectBottom, QPointF &crossA, QPointF &crossB) const; + void getTraverseCornerPoints(int prevRegion, int currentRegion, double rectLeft, double rectTop, double rectRight, double rectBottom, QVector &beforeTraverse, QVector &afterTraverse) const; + double pointDistance(const QPointF &pixelPoint) const; + + friend class QCustomPlot; + friend class QCPLegend; +}; + + +/*! \file */ + + + +class QCP_LIB_DECL QCPBarsGroup : public QObject +{ + Q_OBJECT + /// \cond INCLUDE_QPROPERTIES + Q_PROPERTY(SpacingType spacingType READ spacingType WRITE setSpacingType) + Q_PROPERTY(double spacing READ spacing WRITE setSpacing) + /// \endcond +public: + /*! + Defines the ways the spacing between bars in the group can be specified. Thus it defines what + the number passed to \ref setSpacing actually means. + + \see setSpacingType, setSpacing + */ + enum SpacingType { stAbsolute ///< Bar spacing is in absolute pixels + ,stAxisRectRatio ///< Bar spacing is given by a fraction of the axis rect size + ,stPlotCoords ///< Bar spacing is in key coordinates and thus scales with the key axis range + }; + QCPBarsGroup(QCustomPlot *parentPlot); + ~QCPBarsGroup(); + + // getters: + SpacingType spacingType() const { return mSpacingType; } + double spacing() const { return mSpacing; } + + // setters: + void setSpacingType(SpacingType spacingType); + void setSpacing(double spacing); + + // non-virtual methods: + QList bars() const { return mBars; } + QCPBars* bars(int index) const; + int size() const { return mBars.size(); } + bool isEmpty() const { return mBars.isEmpty(); } + void clear(); + bool contains(QCPBars *bars) const { return mBars.contains(bars); } + void append(QCPBars *bars); + void insert(int i, QCPBars *bars); + void remove(QCPBars *bars); + +protected: + // non-property members: + QCustomPlot *mParentPlot; + SpacingType mSpacingType; + double mSpacing; + QList mBars; + + // non-virtual methods: + void registerBars(QCPBars *bars); + void unregisterBars(QCPBars *bars); + + // virtual methods: + double keyPixelOffset(const QCPBars *bars, double keyCoord); + double getPixelSpacing(const QCPBars *bars, double keyCoord); + +private: + Q_DISABLE_COPY(QCPBarsGroup) + + friend class QCPBars; +}; + + +class QCP_LIB_DECL QCPBarData +{ +public: + QCPBarData(); + QCPBarData(double key, double value); + double key, value; +}; +Q_DECLARE_TYPEINFO(QCPBarData, Q_MOVABLE_TYPE); + +/*! \typedef QCPBarDataMap + Container for storing \ref QCPBarData items in a sorted fashion. The key of the map + is the key member of the QCPBarData instance. + + This is the container in which QCPBars holds its data. + \see QCPBarData, QCPBars::setData +*/ +typedef QMap QCPBarDataMap; +typedef QMapIterator QCPBarDataMapIterator; +typedef QMutableMapIterator QCPBarDataMutableMapIterator; + + +class QCP_LIB_DECL QCPBars : public QCPAbstractPlottable +{ + Q_OBJECT + /// \cond INCLUDE_QPROPERTIES + Q_PROPERTY(double width READ width WRITE setWidth) + Q_PROPERTY(WidthType widthType READ widthType WRITE setWidthType) + Q_PROPERTY(QCPBarsGroup* barsGroup READ barsGroup WRITE setBarsGroup) + Q_PROPERTY(double baseValue READ baseValue WRITE setBaseValue) + Q_PROPERTY(QCPBars* barBelow READ barBelow) + Q_PROPERTY(QCPBars* barAbove READ barAbove) + /// \endcond +public: + /*! + Defines the ways the width of the bar can be specified. Thus it defines what the number passed + to \ref setWidth actually means. + + \see setWidthType, setWidth + */ + enum WidthType { wtAbsolute ///< Bar width is in absolute pixels + ,wtAxisRectRatio ///< Bar width is given by a fraction of the axis rect size + ,wtPlotCoords ///< Bar width is in key coordinates and thus scales with the key axis range + }; + Q_ENUMS(WidthType) + + explicit QCPBars(QCPAxis *keyAxis, QCPAxis *valueAxis); + virtual ~QCPBars(); + + // getters: + double width() const { return mWidth; } + WidthType widthType() const { return mWidthType; } + QCPBarsGroup *barsGroup() const { return mBarsGroup; } + double baseValue() const { return mBaseValue; } + QCPBars *barBelow() const { return mBarBelow.data(); } + QCPBars *barAbove() const { return mBarAbove.data(); } + QCPBarDataMap *data() const { return mData; } + + // setters: + void setWidth(double width); + void setWidthType(WidthType widthType); + void setBarsGroup(QCPBarsGroup *barsGroup); + void setBaseValue(double baseValue); + void setData(QCPBarDataMap *data, bool copy=false); + void setData(const QVector &key, const QVector &value); + + // non-property methods: + void moveBelow(QCPBars *bars); + void moveAbove(QCPBars *bars); + void addData(const QCPBarDataMap &dataMap); + void addData(const QCPBarData &data); + void addData(double key, double value); + void addData(const QVector &keys, const QVector &values); + void removeDataBefore(double key); + void removeDataAfter(double key); + void removeData(double fromKey, double toKey); + void removeData(double key); + + // reimplemented virtual methods: + virtual void clearData(); + virtual double selectTest(const QPointF &pos, bool onlySelectable, QVariant *details=0) const; + +protected: + // property members: + QCPBarDataMap *mData; + double mWidth; + WidthType mWidthType; + QCPBarsGroup *mBarsGroup; + double mBaseValue; + QPointer mBarBelow, mBarAbove; + + // reimplemented virtual methods: + virtual void draw(QCPPainter *painter); + virtual void drawLegendIcon(QCPPainter *painter, const QRectF &rect) const; + virtual QCPRange getKeyRange(bool &foundRange, SignDomain inSignDomain=sdBoth) const; + virtual QCPRange getValueRange(bool &foundRange, SignDomain inSignDomain=sdBoth) const; + + // non-virtual methods: + void getVisibleDataBounds(QCPBarDataMap::const_iterator &lower, QCPBarDataMap::const_iterator &upperEnd) const; + QPolygonF getBarPolygon(double key, double value) const; + void getPixelWidth(double key, double &lower, double &upper) const; + double getStackedBaseValue(double key, bool positive) const; + static void connectBars(QCPBars* lower, QCPBars* upper); + + friend class QCustomPlot; + friend class QCPLegend; + friend class QCPBarsGroup; +}; + + +/*! \file */ + + + +class QCP_LIB_DECL QCPStatisticalBox : public QCPAbstractPlottable +{ + Q_OBJECT + /// \cond INCLUDE_QPROPERTIES + Q_PROPERTY(double key READ key WRITE setKey) + Q_PROPERTY(double minimum READ minimum WRITE setMinimum) + Q_PROPERTY(double lowerQuartile READ lowerQuartile WRITE setLowerQuartile) + Q_PROPERTY(double median READ median WRITE setMedian) + Q_PROPERTY(double upperQuartile READ upperQuartile WRITE setUpperQuartile) + Q_PROPERTY(double maximum READ maximum WRITE setMaximum) + Q_PROPERTY(QVector outliers READ outliers WRITE setOutliers) + Q_PROPERTY(double width READ width WRITE setWidth) + Q_PROPERTY(double whiskerWidth READ whiskerWidth WRITE setWhiskerWidth) + Q_PROPERTY(QPen whiskerPen READ whiskerPen WRITE setWhiskerPen) + Q_PROPERTY(QPen whiskerBarPen READ whiskerBarPen WRITE setWhiskerBarPen) + Q_PROPERTY(QPen medianPen READ medianPen WRITE setMedianPen) + Q_PROPERTY(QCPScatterStyle outlierStyle READ outlierStyle WRITE setOutlierStyle) + /// \endcond +public: + explicit QCPStatisticalBox(QCPAxis *keyAxis, QCPAxis *valueAxis); + + // getters: + double key() const { return mKey; } + double minimum() const { return mMinimum; } + double lowerQuartile() const { return mLowerQuartile; } + double median() const { return mMedian; } + double upperQuartile() const { return mUpperQuartile; } + double maximum() const { return mMaximum; } + QVector outliers() const { return mOutliers; } + double width() const { return mWidth; } + double whiskerWidth() const { return mWhiskerWidth; } + QPen whiskerPen() const { return mWhiskerPen; } + QPen whiskerBarPen() const { return mWhiskerBarPen; } + QPen medianPen() const { return mMedianPen; } + QCPScatterStyle outlierStyle() const { return mOutlierStyle; } + + // setters: + void setKey(double key); + void setMinimum(double value); + void setLowerQuartile(double value); + void setMedian(double value); + void setUpperQuartile(double value); + void setMaximum(double value); + void setOutliers(const QVector &values); + void setData(double key, double minimum, double lowerQuartile, double median, double upperQuartile, double maximum); + void setWidth(double width); + void setWhiskerWidth(double width); + void setWhiskerPen(const QPen &pen); + void setWhiskerBarPen(const QPen &pen); + void setMedianPen(const QPen &pen); + void setOutlierStyle(const QCPScatterStyle &style); + + // non-property methods: + virtual void clearData(); + virtual double selectTest(const QPointF &pos, bool onlySelectable, QVariant *details=0) const; + +protected: + // property members: + QVector mOutliers; + double mKey, mMinimum, mLowerQuartile, mMedian, mUpperQuartile, mMaximum; + double mWidth; + double mWhiskerWidth; + QPen mWhiskerPen, mWhiskerBarPen, mMedianPen; + QCPScatterStyle mOutlierStyle; + + // reimplemented virtual methods: + virtual void draw(QCPPainter *painter); + virtual void drawLegendIcon(QCPPainter *painter, const QRectF &rect) const; + virtual QCPRange getKeyRange(bool &foundRange, SignDomain inSignDomain=sdBoth) const; + virtual QCPRange getValueRange(bool &foundRange, SignDomain inSignDomain=sdBoth) const; + + // introduced virtual methods: + virtual void drawQuartileBox(QCPPainter *painter, QRectF *quartileBox=0) const; + virtual void drawMedian(QCPPainter *painter) const; + virtual void drawWhiskers(QCPPainter *painter) const; + virtual void drawOutliers(QCPPainter *painter) const; + + friend class QCustomPlot; + friend class QCPLegend; +}; + + +class QCP_LIB_DECL QCPColorMapData +{ +public: + QCPColorMapData(int keySize, int valueSize, const QCPRange &keyRange, const QCPRange &valueRange); + ~QCPColorMapData(); + QCPColorMapData(const QCPColorMapData &other); + QCPColorMapData &operator=(const QCPColorMapData &other); + + // getters: + int keySize() const { return mKeySize; } + int valueSize() const { return mValueSize; } + QCPRange keyRange() const { return mKeyRange; } + QCPRange valueRange() const { return mValueRange; } + QCPRange dataBounds() const { return mDataBounds; } + double data(double key, double value); + double cell(int keyIndex, int valueIndex); + + // setters: + void setSize(int keySize, int valueSize); + void setKeySize(int keySize); + void setValueSize(int valueSize); + void setRange(const QCPRange &keyRange, const QCPRange &valueRange); + void setKeyRange(const QCPRange &keyRange); + void setValueRange(const QCPRange &valueRange); + void setData(double key, double value, double z); + void setCell(int keyIndex, int valueIndex, double z); + + // non-property methods: + void recalculateDataBounds(); + void clear(); + void fill(double z); + bool isEmpty() const { return mIsEmpty; } + void coordToCell(double key, double value, int *keyIndex, int *valueIndex) const; + void cellToCoord(int keyIndex, int valueIndex, double *key, double *value) const; + +protected: + // property members: + int mKeySize, mValueSize; + QCPRange mKeyRange, mValueRange; + bool mIsEmpty; + // non-property members: + double *mData; + QCPRange mDataBounds; + bool mDataModified; + + friend class QCPColorMap; +}; + + +class QCP_LIB_DECL QCPColorMap : public QCPAbstractPlottable +{ + Q_OBJECT + /// \cond INCLUDE_QPROPERTIES + Q_PROPERTY(QCPRange dataRange READ dataRange WRITE setDataRange NOTIFY dataRangeChanged) + Q_PROPERTY(QCPAxis::ScaleType dataScaleType READ dataScaleType WRITE setDataScaleType NOTIFY dataScaleTypeChanged) + Q_PROPERTY(QCPColorGradient gradient READ gradient WRITE setGradient NOTIFY gradientChanged) + Q_PROPERTY(bool interpolate READ interpolate WRITE setInterpolate) + Q_PROPERTY(bool tightBoundary READ tightBoundary WRITE setTightBoundary) + Q_PROPERTY(QCPColorScale* colorScale READ colorScale WRITE setColorScale) + /// \endcond +public: + explicit QCPColorMap(QCPAxis *keyAxis, QCPAxis *valueAxis); + virtual ~QCPColorMap(); + + // getters: + QCPColorMapData *data() const { return mMapData; } + QCPRange dataRange() const { return mDataRange; } + QCPAxis::ScaleType dataScaleType() const { return mDataScaleType; } + bool interpolate() const { return mInterpolate; } + bool tightBoundary() const { return mTightBoundary; } + QCPColorGradient gradient() const { return mGradient; } + QCPColorScale *colorScale() const { return mColorScale.data(); } + + // setters: + void setData(QCPColorMapData *data, bool copy=false); + Q_SLOT void setDataRange(const QCPRange &dataRange); + Q_SLOT void setDataScaleType(QCPAxis::ScaleType scaleType); + Q_SLOT void setGradient(const QCPColorGradient &gradient); + void setInterpolate(bool enabled); + void setTightBoundary(bool enabled); + void setColorScale(QCPColorScale *colorScale); + + // non-property methods: + void rescaleDataRange(bool recalculateDataBounds=false); + Q_SLOT void updateLegendIcon(Qt::TransformationMode transformMode=Qt::SmoothTransformation, const QSize &thumbSize=QSize(32, 18)); + + // reimplemented virtual methods: + virtual void clearData(); + virtual double selectTest(const QPointF &pos, bool onlySelectable, QVariant *details=0) const; + +signals: + void dataRangeChanged(QCPRange newRange); + void dataScaleTypeChanged(QCPAxis::ScaleType scaleType); + void gradientChanged(QCPColorGradient newGradient); + +protected: + // property members: + QCPRange mDataRange; + QCPAxis::ScaleType mDataScaleType; + QCPColorMapData *mMapData; + QCPColorGradient mGradient; + bool mInterpolate; + bool mTightBoundary; + QPointer mColorScale; + // non-property members: + QImage mMapImage, mUndersampledMapImage; + QPixmap mLegendIcon; + bool mMapImageInvalidated; + + // introduced virtual methods: + virtual void updateMapImage(); + + // reimplemented virtual methods: + virtual void draw(QCPPainter *painter); + virtual void drawLegendIcon(QCPPainter *painter, const QRectF &rect) const; + virtual QCPRange getKeyRange(bool &foundRange, SignDomain inSignDomain=sdBoth) const; + virtual QCPRange getValueRange(bool &foundRange, SignDomain inSignDomain=sdBoth) const; + + friend class QCustomPlot; + friend class QCPLegend; +}; + + +/*! \file */ + + + +class QCP_LIB_DECL QCPFinancialData +{ +public: + QCPFinancialData(); + QCPFinancialData(double key, double open, double high, double low, double close); + double key, open, high, low, close; +}; +Q_DECLARE_TYPEINFO(QCPFinancialData, Q_MOVABLE_TYPE); + +/*! \typedef QCPFinancialDataMap + Container for storing \ref QCPFinancialData items in a sorted fashion. The key of the map + is the key member of the QCPFinancialData instance. + + This is the container in which QCPFinancial holds its data. + \see QCPFinancial, QCPFinancial::setData +*/ +typedef QMap QCPFinancialDataMap; +typedef QMapIterator QCPFinancialDataMapIterator; +typedef QMutableMapIterator QCPFinancialDataMutableMapIterator; + + +class QCP_LIB_DECL QCPFinancial : public QCPAbstractPlottable +{ + Q_OBJECT + /// \cond INCLUDE_QPROPERTIES + Q_PROPERTY(ChartStyle chartStyle READ chartStyle WRITE setChartStyle) + Q_PROPERTY(double width READ width WRITE setWidth) + Q_PROPERTY(bool twoColored READ twoColored WRITE setTwoColored) + Q_PROPERTY(QBrush brushPositive READ brushPositive WRITE setBrushPositive) + Q_PROPERTY(QBrush brushNegative READ brushNegative WRITE setBrushNegative) + Q_PROPERTY(QPen penPositive READ penPositive WRITE setPenPositive) + Q_PROPERTY(QPen penNegative READ penNegative WRITE setPenNegative) + /// \endcond +public: + /*! + Defines the possible representations of OHLC data in the plot. + + \see setChartStyle + */ + enum ChartStyle { csOhlc ///< Open-High-Low-Close bar representation + ,csCandlestick ///< Candlestick representation + }; + Q_ENUMS(ChartStyle) + + explicit QCPFinancial(QCPAxis *keyAxis, QCPAxis *valueAxis); + virtual ~QCPFinancial(); + + // getters: + QCPFinancialDataMap *data() const { return mData; } + ChartStyle chartStyle() const { return mChartStyle; } + double width() const { return mWidth; } + bool twoColored() const { return mTwoColored; } + QBrush brushPositive() const { return mBrushPositive; } + QBrush brushNegative() const { return mBrushNegative; } + QPen penPositive() const { return mPenPositive; } + QPen penNegative() const { return mPenNegative; } + + + // setters: + void setData(QCPFinancialDataMap *data, bool copy=false); + void setData(const QVector &key, const QVector &open, const QVector &high, const QVector &low, const QVector &close); + void setChartStyle(ChartStyle style); + void setWidth(double width); + void setTwoColored(bool twoColored); + void setBrushPositive(const QBrush &brush); + void setBrushNegative(const QBrush &brush); + void setPenPositive(const QPen &pen); + void setPenNegative(const QPen &pen); + + // non-property methods: + void addData(const QCPFinancialDataMap &dataMap); + void addData(const QCPFinancialData &data); + void addData(double key, double open, double high, double low, double close); + void addData(const QVector &key, const QVector &open, const QVector &high, const QVector &low, const QVector &close); + void removeDataBefore(double key); + void removeDataAfter(double key); + void removeData(double fromKey, double toKey); + void removeData(double key); + + // reimplemented virtual methods: + virtual void clearData(); + virtual double selectTest(const QPointF &pos, bool onlySelectable, QVariant *details=0) const; + + // static methods: + static QCPFinancialDataMap timeSeriesToOhlc(const QVector &time, const QVector &value, double timeBinSize, double timeBinOffset = 0); + +protected: + // property members: + QCPFinancialDataMap *mData; + ChartStyle mChartStyle; + double mWidth; + bool mTwoColored; + QBrush mBrushPositive, mBrushNegative; + QPen mPenPositive, mPenNegative; + + // reimplemented virtual methods: + virtual void draw(QCPPainter *painter); + virtual void drawLegendIcon(QCPPainter *painter, const QRectF &rect) const; + virtual QCPRange getKeyRange(bool &foundRange, SignDomain inSignDomain=sdBoth) const; + virtual QCPRange getValueRange(bool &foundRange, SignDomain inSignDomain=sdBoth) const; + + // non-virtual methods: + void drawOhlcPlot(QCPPainter *painter, const QCPFinancialDataMap::const_iterator &begin, const QCPFinancialDataMap::const_iterator &end); + void drawCandlestickPlot(QCPPainter *painter, const QCPFinancialDataMap::const_iterator &begin, const QCPFinancialDataMap::const_iterator &end); + double ohlcSelectTest(const QPointF &pos, const QCPFinancialDataMap::const_iterator &begin, const QCPFinancialDataMap::const_iterator &end) const; + double candlestickSelectTest(const QPointF &pos, const QCPFinancialDataMap::const_iterator &begin, const QCPFinancialDataMap::const_iterator &end) const; + void getVisibleDataBounds(QCPFinancialDataMap::const_iterator &lower, QCPFinancialDataMap::const_iterator &upper) const; + + friend class QCustomPlot; + friend class QCPLegend; +}; + + +class QCP_LIB_DECL QCPItemStraightLine : public QCPAbstractItem +{ + Q_OBJECT + /// \cond INCLUDE_QPROPERTIES + Q_PROPERTY(QPen pen READ pen WRITE setPen) + Q_PROPERTY(QPen selectedPen READ selectedPen WRITE setSelectedPen) + /// \endcond +public: + QCPItemStraightLine(QCustomPlot *parentPlot); + virtual ~QCPItemStraightLine(); + + // getters: + QPen pen() const { return mPen; } + QPen selectedPen() const { return mSelectedPen; } + + // setters; + void setPen(const QPen &pen); + void setSelectedPen(const QPen &pen); + + // reimplemented virtual methods: + virtual double selectTest(const QPointF &pos, bool onlySelectable, QVariant *details=0) const; + + QCPItemPosition * const point1; + QCPItemPosition * const point2; + +protected: + // property members: + QPen mPen, mSelectedPen; + + // reimplemented virtual methods: + virtual void draw(QCPPainter *painter); + + // non-virtual methods: + double distToStraightLine(const QVector2D &point1, const QVector2D &vec, const QVector2D &point) const; + QLineF getRectClippedStraightLine(const QVector2D &point1, const QVector2D &vec, const QRect &rect) const; + QPen mainPen() const; +}; + + +class QCP_LIB_DECL QCPItemLine : public QCPAbstractItem +{ + Q_OBJECT + /// \cond INCLUDE_QPROPERTIES + Q_PROPERTY(QPen pen READ pen WRITE setPen) + Q_PROPERTY(QPen selectedPen READ selectedPen WRITE setSelectedPen) + Q_PROPERTY(QCPLineEnding head READ head WRITE setHead) + Q_PROPERTY(QCPLineEnding tail READ tail WRITE setTail) + /// \endcond +public: + QCPItemLine(QCustomPlot *parentPlot); + virtual ~QCPItemLine(); + + // getters: + QPen pen() const { return mPen; } + QPen selectedPen() const { return mSelectedPen; } + QCPLineEnding head() const { return mHead; } + QCPLineEnding tail() const { return mTail; } + + // setters; + void setPen(const QPen &pen); + void setSelectedPen(const QPen &pen); + void setHead(const QCPLineEnding &head); + void setTail(const QCPLineEnding &tail); + + // reimplemented virtual methods: + virtual double selectTest(const QPointF &pos, bool onlySelectable, QVariant *details=0) const; + + QCPItemPosition * const start; + QCPItemPosition * const end; + +protected: + // property members: + QPen mPen, mSelectedPen; + QCPLineEnding mHead, mTail; + + // reimplemented virtual methods: + virtual void draw(QCPPainter *painter); + + // non-virtual methods: + QLineF getRectClippedLine(const QVector2D &start, const QVector2D &end, const QRect &rect) const; + QPen mainPen() const; +}; + + +class QCP_LIB_DECL QCPItemCurve : public QCPAbstractItem +{ + Q_OBJECT + /// \cond INCLUDE_QPROPERTIES + Q_PROPERTY(QPen pen READ pen WRITE setPen) + Q_PROPERTY(QPen selectedPen READ selectedPen WRITE setSelectedPen) + Q_PROPERTY(QCPLineEnding head READ head WRITE setHead) + Q_PROPERTY(QCPLineEnding tail READ tail WRITE setTail) + /// \endcond +public: + QCPItemCurve(QCustomPlot *parentPlot); + virtual ~QCPItemCurve(); + + // getters: + QPen pen() const { return mPen; } + QPen selectedPen() const { return mSelectedPen; } + QCPLineEnding head() const { return mHead; } + QCPLineEnding tail() const { return mTail; } + + // setters; + void setPen(const QPen &pen); + void setSelectedPen(const QPen &pen); + void setHead(const QCPLineEnding &head); + void setTail(const QCPLineEnding &tail); + + // reimplemented virtual methods: + virtual double selectTest(const QPointF &pos, bool onlySelectable, QVariant *details=0) const; + + QCPItemPosition * const start; + QCPItemPosition * const startDir; + QCPItemPosition * const endDir; + QCPItemPosition * const end; + +protected: + // property members: + QPen mPen, mSelectedPen; + QCPLineEnding mHead, mTail; + + // reimplemented virtual methods: + virtual void draw(QCPPainter *painter); + + // non-virtual methods: + QPen mainPen() const; +}; + + +class QCP_LIB_DECL QCPItemRect : public QCPAbstractItem +{ + Q_OBJECT + /// \cond INCLUDE_QPROPERTIES + Q_PROPERTY(QPen pen READ pen WRITE setPen) + Q_PROPERTY(QPen selectedPen READ selectedPen WRITE setSelectedPen) + Q_PROPERTY(QBrush brush READ brush WRITE setBrush) + Q_PROPERTY(QBrush selectedBrush READ selectedBrush WRITE setSelectedBrush) + /// \endcond +public: + QCPItemRect(QCustomPlot *parentPlot); + virtual ~QCPItemRect(); + + // getters: + QPen pen() const { return mPen; } + QPen selectedPen() const { return mSelectedPen; } + QBrush brush() const { return mBrush; } + QBrush selectedBrush() const { return mSelectedBrush; } + + // setters; + void setPen(const QPen &pen); + void setSelectedPen(const QPen &pen); + void setBrush(const QBrush &brush); + void setSelectedBrush(const QBrush &brush); + + // reimplemented virtual methods: + virtual double selectTest(const QPointF &pos, bool onlySelectable, QVariant *details=0) const; + + QCPItemPosition * const topLeft; + QCPItemPosition * const bottomRight; + QCPItemAnchor * const top; + QCPItemAnchor * const topRight; + QCPItemAnchor * const right; + QCPItemAnchor * const bottom; + QCPItemAnchor * const bottomLeft; + QCPItemAnchor * const left; + +protected: + enum AnchorIndex {aiTop, aiTopRight, aiRight, aiBottom, aiBottomLeft, aiLeft}; + + // property members: + QPen mPen, mSelectedPen; + QBrush mBrush, mSelectedBrush; + + // reimplemented virtual methods: + virtual void draw(QCPPainter *painter); + virtual QPointF anchorPixelPoint(int anchorId) const; + + // non-virtual methods: + QPen mainPen() const; + QBrush mainBrush() const; +}; + + +class QCP_LIB_DECL QCPItemText : public QCPAbstractItem +{ + Q_OBJECT + /// \cond INCLUDE_QPROPERTIES + Q_PROPERTY(QColor color READ color WRITE setColor) + Q_PROPERTY(QColor selectedColor READ selectedColor WRITE setSelectedColor) + Q_PROPERTY(QPen pen READ pen WRITE setPen) + Q_PROPERTY(QPen selectedPen READ selectedPen WRITE setSelectedPen) + Q_PROPERTY(QBrush brush READ brush WRITE setBrush) + Q_PROPERTY(QBrush selectedBrush READ selectedBrush WRITE setSelectedBrush) + Q_PROPERTY(QFont font READ font WRITE setFont) + Q_PROPERTY(QFont selectedFont READ selectedFont WRITE setSelectedFont) + Q_PROPERTY(QString text READ text WRITE setText) + Q_PROPERTY(Qt::Alignment positionAlignment READ positionAlignment WRITE setPositionAlignment) + Q_PROPERTY(Qt::Alignment textAlignment READ textAlignment WRITE setTextAlignment) + Q_PROPERTY(double rotation READ rotation WRITE setRotation) + Q_PROPERTY(QMargins padding READ padding WRITE setPadding) + /// \endcond +public: + QCPItemText(QCustomPlot *parentPlot); + virtual ~QCPItemText(); + + // getters: + QColor color() const { return mColor; } + QColor selectedColor() const { return mSelectedColor; } + QPen pen() const { return mPen; } + QPen selectedPen() const { return mSelectedPen; } + QBrush brush() const { return mBrush; } + QBrush selectedBrush() const { return mSelectedBrush; } + QFont font() const { return mFont; } + QFont selectedFont() const { return mSelectedFont; } + QString text() const { return mText; } + Qt::Alignment positionAlignment() const { return mPositionAlignment; } + Qt::Alignment textAlignment() const { return mTextAlignment; } + double rotation() const { return mRotation; } + QMargins padding() const { return mPadding; } + + // setters; + void setColor(const QColor &color); + void setSelectedColor(const QColor &color); + void setPen(const QPen &pen); + void setSelectedPen(const QPen &pen); + void setBrush(const QBrush &brush); + void setSelectedBrush(const QBrush &brush); + void setFont(const QFont &font); + void setSelectedFont(const QFont &font); + void setText(const QString &text); + void setPositionAlignment(Qt::Alignment alignment); + void setTextAlignment(Qt::Alignment alignment); + void setRotation(double degrees); + void setPadding(const QMargins &padding); + + // reimplemented virtual methods: + virtual double selectTest(const QPointF &pos, bool onlySelectable, QVariant *details=0) const; + + QCPItemPosition * const position; + QCPItemAnchor * const topLeft; + QCPItemAnchor * const top; + QCPItemAnchor * const topRight; + QCPItemAnchor * const right; + QCPItemAnchor * const bottomRight; + QCPItemAnchor * const bottom; + QCPItemAnchor * const bottomLeft; + QCPItemAnchor * const left; + +protected: + enum AnchorIndex {aiTopLeft, aiTop, aiTopRight, aiRight, aiBottomRight, aiBottom, aiBottomLeft, aiLeft}; + + // property members: + QColor mColor, mSelectedColor; + QPen mPen, mSelectedPen; + QBrush mBrush, mSelectedBrush; + QFont mFont, mSelectedFont; + QString mText; + Qt::Alignment mPositionAlignment; + Qt::Alignment mTextAlignment; + double mRotation; + QMargins mPadding; + + // reimplemented virtual methods: + virtual void draw(QCPPainter *painter); + virtual QPointF anchorPixelPoint(int anchorId) const; + + // non-virtual methods: + QPointF getTextDrawPoint(const QPointF &pos, const QRectF &rect, Qt::Alignment positionAlignment) const; + QFont mainFont() const; + QColor mainColor() const; + QPen mainPen() const; + QBrush mainBrush() const; +}; + + +class QCP_LIB_DECL QCPItemEllipse : public QCPAbstractItem +{ + Q_OBJECT + /// \cond INCLUDE_QPROPERTIES + Q_PROPERTY(QPen pen READ pen WRITE setPen) + Q_PROPERTY(QPen selectedPen READ selectedPen WRITE setSelectedPen) + Q_PROPERTY(QBrush brush READ brush WRITE setBrush) + Q_PROPERTY(QBrush selectedBrush READ selectedBrush WRITE setSelectedBrush) + /// \endcond +public: + QCPItemEllipse(QCustomPlot *parentPlot); + virtual ~QCPItemEllipse(); + + // getters: + QPen pen() const { return mPen; } + QPen selectedPen() const { return mSelectedPen; } + QBrush brush() const { return mBrush; } + QBrush selectedBrush() const { return mSelectedBrush; } + + // setters; + void setPen(const QPen &pen); + void setSelectedPen(const QPen &pen); + void setBrush(const QBrush &brush); + void setSelectedBrush(const QBrush &brush); + + // reimplemented virtual methods: + virtual double selectTest(const QPointF &pos, bool onlySelectable, QVariant *details=0) const; + + QCPItemPosition * const topLeft; + QCPItemPosition * const bottomRight; + QCPItemAnchor * const topLeftRim; + QCPItemAnchor * const top; + QCPItemAnchor * const topRightRim; + QCPItemAnchor * const right; + QCPItemAnchor * const bottomRightRim; + QCPItemAnchor * const bottom; + QCPItemAnchor * const bottomLeftRim; + QCPItemAnchor * const left; + QCPItemAnchor * const center; + +protected: + enum AnchorIndex {aiTopLeftRim, aiTop, aiTopRightRim, aiRight, aiBottomRightRim, aiBottom, aiBottomLeftRim, aiLeft, aiCenter}; + + // property members: + QPen mPen, mSelectedPen; + QBrush mBrush, mSelectedBrush; + + // reimplemented virtual methods: + virtual void draw(QCPPainter *painter); + virtual QPointF anchorPixelPoint(int anchorId) const; + + // non-virtual methods: + QPen mainPen() const; + QBrush mainBrush() const; +}; + + +class QCP_LIB_DECL QCPItemPixmap : public QCPAbstractItem +{ + Q_OBJECT + /// \cond INCLUDE_QPROPERTIES + Q_PROPERTY(QPixmap pixmap READ pixmap WRITE setPixmap) + Q_PROPERTY(bool scaled READ scaled WRITE setScaled) + Q_PROPERTY(Qt::AspectRatioMode aspectRatioMode READ aspectRatioMode) + Q_PROPERTY(Qt::TransformationMode transformationMode READ transformationMode) + Q_PROPERTY(QPen pen READ pen WRITE setPen) + Q_PROPERTY(QPen selectedPen READ selectedPen WRITE setSelectedPen) + /// \endcond +public: + QCPItemPixmap(QCustomPlot *parentPlot); + virtual ~QCPItemPixmap(); + + // getters: + QPixmap pixmap() const { return mPixmap; } + bool scaled() const { return mScaled; } + Qt::AspectRatioMode aspectRatioMode() const { return mAspectRatioMode; } + Qt::TransformationMode transformationMode() const { return mTransformationMode; } + QPen pen() const { return mPen; } + QPen selectedPen() const { return mSelectedPen; } + + // setters; + void setPixmap(const QPixmap &pixmap); + void setScaled(bool scaled, Qt::AspectRatioMode aspectRatioMode=Qt::KeepAspectRatio, Qt::TransformationMode transformationMode=Qt::SmoothTransformation); + void setPen(const QPen &pen); + void setSelectedPen(const QPen &pen); + + // reimplemented virtual methods: + virtual double selectTest(const QPointF &pos, bool onlySelectable, QVariant *details=0) const; + + QCPItemPosition * const topLeft; + QCPItemPosition * const bottomRight; + QCPItemAnchor * const top; + QCPItemAnchor * const topRight; + QCPItemAnchor * const right; + QCPItemAnchor * const bottom; + QCPItemAnchor * const bottomLeft; + QCPItemAnchor * const left; + +protected: + enum AnchorIndex {aiTop, aiTopRight, aiRight, aiBottom, aiBottomLeft, aiLeft}; + + // property members: + QPixmap mPixmap; + QPixmap mScaledPixmap; + bool mScaled; + Qt::AspectRatioMode mAspectRatioMode; + Qt::TransformationMode mTransformationMode; + QPen mPen, mSelectedPen; + + // reimplemented virtual methods: + virtual void draw(QCPPainter *painter); + virtual QPointF anchorPixelPoint(int anchorId) const; + + // non-virtual methods: + void updateScaledPixmap(QRect finalRect=QRect(), bool flipHorz=false, bool flipVert=false); + QRect getFinalRect(bool *flippedHorz=0, bool *flippedVert=0) const; + QPen mainPen() const; +}; + + +class QCP_LIB_DECL QCPItemTracer : public QCPAbstractItem +{ + Q_OBJECT + /// \cond INCLUDE_QPROPERTIES + Q_PROPERTY(QPen pen READ pen WRITE setPen) + Q_PROPERTY(QPen selectedPen READ selectedPen WRITE setSelectedPen) + Q_PROPERTY(QBrush brush READ brush WRITE setBrush) + Q_PROPERTY(QBrush selectedBrush READ selectedBrush WRITE setSelectedBrush) + Q_PROPERTY(double size READ size WRITE setSize) + Q_PROPERTY(TracerStyle style READ style WRITE setStyle) + Q_PROPERTY(QCPGraph* graph READ graph WRITE setGraph) + Q_PROPERTY(double graphKey READ graphKey WRITE setGraphKey) + Q_PROPERTY(bool interpolating READ interpolating WRITE setInterpolating) + /// \endcond +public: + /*! + The different visual appearances a tracer item can have. Some styles size may be controlled with \ref setSize. + + \see setStyle + */ + enum TracerStyle { tsNone ///< The tracer is not visible + ,tsPlus ///< A plus shaped crosshair with limited size + ,tsCrosshair ///< A plus shaped crosshair which spans the complete axis rect + ,tsCircle ///< A circle + ,tsSquare ///< A square + }; + Q_ENUMS(TracerStyle) + + QCPItemTracer(QCustomPlot *parentPlot); + virtual ~QCPItemTracer(); + + // getters: + QPen pen() const { return mPen; } + QPen selectedPen() const { return mSelectedPen; } + QBrush brush() const { return mBrush; } + QBrush selectedBrush() const { return mSelectedBrush; } + double size() const { return mSize; } + TracerStyle style() const { return mStyle; } + QCPGraph *graph() const { return mGraph; } + double graphKey() const { return mGraphKey; } + bool interpolating() const { return mInterpolating; } + + // setters; + void setPen(const QPen &pen); + void setSelectedPen(const QPen &pen); + void setBrush(const QBrush &brush); + void setSelectedBrush(const QBrush &brush); + void setSize(double size); + void setStyle(TracerStyle style); + void setGraph(QCPGraph *graph); + void setGraphKey(double key); + void setInterpolating(bool enabled); + + // reimplemented virtual methods: + virtual double selectTest(const QPointF &pos, bool onlySelectable, QVariant *details=0) const; + + // non-virtual methods: + void updatePosition(); + + QCPItemPosition * const position; + +protected: + // property members: + QPen mPen, mSelectedPen; + QBrush mBrush, mSelectedBrush; + double mSize; + TracerStyle mStyle; + QCPGraph *mGraph; + double mGraphKey; + bool mInterpolating; + + // reimplemented virtual methods: + virtual void draw(QCPPainter *painter); + + // non-virtual methods: + QPen mainPen() const; + QBrush mainBrush() const; +}; + + +class QCP_LIB_DECL QCPItemBracket : public QCPAbstractItem +{ + Q_OBJECT + /// \cond INCLUDE_QPROPERTIES + Q_PROPERTY(QPen pen READ pen WRITE setPen) + Q_PROPERTY(QPen selectedPen READ selectedPen WRITE setSelectedPen) + Q_PROPERTY(double length READ length WRITE setLength) + Q_PROPERTY(BracketStyle style READ style WRITE setStyle) + /// \endcond +public: + enum BracketStyle { bsSquare ///< A brace with angled edges + ,bsRound ///< A brace with round edges + ,bsCurly ///< A curly brace + ,bsCalligraphic ///< A curly brace with varying stroke width giving a calligraphic impression + }; + + QCPItemBracket(QCustomPlot *parentPlot); + virtual ~QCPItemBracket(); + + // getters: + QPen pen() const { return mPen; } + QPen selectedPen() const { return mSelectedPen; } + double length() const { return mLength; } + BracketStyle style() const { return mStyle; } + + // setters; + void setPen(const QPen &pen); + void setSelectedPen(const QPen &pen); + void setLength(double length); + void setStyle(BracketStyle style); + + // reimplemented virtual methods: + virtual double selectTest(const QPointF &pos, bool onlySelectable, QVariant *details=0) const; + + QCPItemPosition * const left; + QCPItemPosition * const right; + QCPItemAnchor * const center; + +protected: + // property members: + enum AnchorIndex {aiCenter}; + QPen mPen, mSelectedPen; + double mLength; + BracketStyle mStyle; + + // reimplemented virtual methods: + virtual void draw(QCPPainter *painter); + virtual QPointF anchorPixelPoint(int anchorId) const; + + // non-virtual methods: + QPen mainPen() const; +}; + +#endif // QCUSTOMPLOT_H + diff --git a/Com Port UART Control/Com Port Comm+graph Plot/v1/build-BlueC-Desktop_Qt_5_4_1_MinGW_32bit-Debug/Makefile b/Com Port UART Control/Com Port Comm+graph Plot/v1/build-BlueC-Desktop_Qt_5_4_1_MinGW_32bit-Debug/Makefile new file mode 100644 index 0000000..fa9e8b8 --- /dev/null +++ b/Com Port UART Control/Com Port Comm+graph Plot/v1/build-BlueC-Desktop_Qt_5_4_1_MinGW_32bit-Debug/Makefile @@ -0,0 +1,346 @@ +############################################################################# +# Makefile for building: BlueC +# Generated by qmake (3.0) (Qt 5.4.1) +# Project: ..\BlueC\BlueC.pro +# Template: app +# Command: C:\Qt\Qt5.4.1\5.4\mingw491_32\bin\qmake.exe -spec win32-g++ CONFIG+=debug -o Makefile ..\BlueC\BlueC.pro +############################################################################# + +MAKEFILE = Makefile + +first: debug +install: debug-install +uninstall: debug-uninstall +QMAKE = C:\Qt\Qt5.4.1\5.4\mingw491_32\bin\qmake.exe +DEL_FILE = del +CHK_DIR_EXISTS= if not exist +MKDIR = mkdir +COPY = copy /y +COPY_FILE = $(COPY) +COPY_DIR = xcopy /s /q /y /i +INSTALL_FILE = $(COPY_FILE) +INSTALL_PROGRAM = $(COPY_FILE) +INSTALL_DIR = $(COPY_DIR) +DEL_FILE = del +SYMLINK = copy /y +DEL_DIR = rmdir +MOVE = move +SUBTARGETS = \ + debug \ + release + + +debug: FORCE + $(MAKE) -f $(MAKEFILE).Debug +debug-make_first: FORCE + $(MAKE) -f $(MAKEFILE).Debug +debug-all: FORCE + $(MAKE) -f $(MAKEFILE).Debug all +debug-clean: FORCE + $(MAKE) -f $(MAKEFILE).Debug clean +debug-distclean: FORCE + $(MAKE) -f $(MAKEFILE).Debug distclean +debug-install: FORCE + $(MAKE) -f $(MAKEFILE).Debug install +debug-uninstall: FORCE + $(MAKE) -f $(MAKEFILE).Debug uninstall +release: FORCE + $(MAKE) -f $(MAKEFILE).Release +release-make_first: FORCE + $(MAKE) -f $(MAKEFILE).Release +release-all: FORCE + $(MAKE) -f $(MAKEFILE).Release all +release-clean: FORCE + $(MAKE) -f $(MAKEFILE).Release clean +release-distclean: FORCE + $(MAKE) -f $(MAKEFILE).Release distclean +release-install: FORCE + $(MAKE) -f $(MAKEFILE).Release install +release-uninstall: FORCE + $(MAKE) -f $(MAKEFILE).Release uninstall + +Makefile: ../BlueC/BlueC.pro C:/Qt/Qt5.4.1/5.4/mingw491_32/mkspecs/win32-g++/qmake.conf C:/Qt/Qt5.4.1/5.4/mingw491_32/mkspecs/features/spec_pre.prf \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/mkspecs/qdevice.pri \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/mkspecs/features/device_config.prf \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/mkspecs/common/shell-win32.conf \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/mkspecs/qconfig.pri \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/mkspecs/modules/qt_lib_axbase.pri \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/mkspecs/modules/qt_lib_axbase_private.pri \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/mkspecs/modules/qt_lib_axcontainer.pri \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/mkspecs/modules/qt_lib_axcontainer_private.pri \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/mkspecs/modules/qt_lib_axserver.pri \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/mkspecs/modules/qt_lib_axserver_private.pri \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/mkspecs/modules/qt_lib_bluetooth.pri \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/mkspecs/modules/qt_lib_bluetooth_private.pri \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/mkspecs/modules/qt_lib_bootstrap_private.pri \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/mkspecs/modules/qt_lib_clucene_private.pri \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/mkspecs/modules/qt_lib_concurrent.pri \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/mkspecs/modules/qt_lib_concurrent_private.pri \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/mkspecs/modules/qt_lib_core.pri \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/mkspecs/modules/qt_lib_core_private.pri \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/mkspecs/modules/qt_lib_dbus.pri \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/mkspecs/modules/qt_lib_dbus_private.pri \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/mkspecs/modules/qt_lib_declarative.pri \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/mkspecs/modules/qt_lib_declarative_private.pri \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/mkspecs/modules/qt_lib_designer.pri \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/mkspecs/modules/qt_lib_designer_private.pri \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/mkspecs/modules/qt_lib_designercomponents_private.pri \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/mkspecs/modules/qt_lib_enginio.pri \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/mkspecs/modules/qt_lib_enginio_private.pri \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/mkspecs/modules/qt_lib_gui.pri \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/mkspecs/modules/qt_lib_gui_private.pri \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/mkspecs/modules/qt_lib_help.pri \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/mkspecs/modules/qt_lib_help_private.pri \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/mkspecs/modules/qt_lib_location.pri \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/mkspecs/modules/qt_lib_location_private.pri \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/mkspecs/modules/qt_lib_multimedia.pri \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/mkspecs/modules/qt_lib_multimedia_private.pri \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/mkspecs/modules/qt_lib_multimediawidgets.pri \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/mkspecs/modules/qt_lib_multimediawidgets_private.pri \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/mkspecs/modules/qt_lib_network.pri \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/mkspecs/modules/qt_lib_network_private.pri \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/mkspecs/modules/qt_lib_nfc.pri \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/mkspecs/modules/qt_lib_nfc_private.pri \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/mkspecs/modules/qt_lib_opengl.pri \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/mkspecs/modules/qt_lib_opengl_private.pri \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/mkspecs/modules/qt_lib_openglextensions.pri \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/mkspecs/modules/qt_lib_openglextensions_private.pri \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/mkspecs/modules/qt_lib_platformsupport_private.pri \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/mkspecs/modules/qt_lib_positioning.pri \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/mkspecs/modules/qt_lib_positioning_private.pri \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/mkspecs/modules/qt_lib_printsupport.pri \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/mkspecs/modules/qt_lib_printsupport_private.pri \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/mkspecs/modules/qt_lib_qml.pri \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/mkspecs/modules/qt_lib_qml_private.pri \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/mkspecs/modules/qt_lib_qmldevtools_private.pri \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/mkspecs/modules/qt_lib_qmltest.pri \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/mkspecs/modules/qt_lib_qmltest_private.pri \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/mkspecs/modules/qt_lib_qtmultimediaquicktools_private.pri \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/mkspecs/modules/qt_lib_quick.pri \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/mkspecs/modules/qt_lib_quick_private.pri \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/mkspecs/modules/qt_lib_quickparticles_private.pri \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/mkspecs/modules/qt_lib_quickwidgets.pri \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/mkspecs/modules/qt_lib_quickwidgets_private.pri \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/mkspecs/modules/qt_lib_script.pri \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/mkspecs/modules/qt_lib_script_private.pri \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/mkspecs/modules/qt_lib_scripttools.pri \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/mkspecs/modules/qt_lib_scripttools_private.pri \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/mkspecs/modules/qt_lib_sensors.pri \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/mkspecs/modules/qt_lib_sensors_private.pri \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/mkspecs/modules/qt_lib_serialport.pri \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/mkspecs/modules/qt_lib_serialport_private.pri \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/mkspecs/modules/qt_lib_sql.pri \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/mkspecs/modules/qt_lib_sql_private.pri \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/mkspecs/modules/qt_lib_svg.pri \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/mkspecs/modules/qt_lib_svg_private.pri \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/mkspecs/modules/qt_lib_testlib.pri \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/mkspecs/modules/qt_lib_testlib_private.pri \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/mkspecs/modules/qt_lib_uitools.pri \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/mkspecs/modules/qt_lib_uitools_private.pri \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/mkspecs/modules/qt_lib_webchannel.pri \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/mkspecs/modules/qt_lib_webchannel_private.pri \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/mkspecs/modules/qt_lib_webkit.pri \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/mkspecs/modules/qt_lib_webkit_private.pri \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/mkspecs/modules/qt_lib_webkitwidgets.pri \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/mkspecs/modules/qt_lib_webkitwidgets_private.pri \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/mkspecs/modules/qt_lib_websockets.pri \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/mkspecs/modules/qt_lib_websockets_private.pri \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/mkspecs/modules/qt_lib_webview.pri \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/mkspecs/modules/qt_lib_webview_private.pri \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/mkspecs/modules/qt_lib_widgets.pri \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/mkspecs/modules/qt_lib_widgets_private.pri \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/mkspecs/modules/qt_lib_winextras.pri \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/mkspecs/modules/qt_lib_winextras_private.pri \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/mkspecs/modules/qt_lib_xml.pri \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/mkspecs/modules/qt_lib_xml_private.pri \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/mkspecs/modules/qt_lib_xmlpatterns.pri \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/mkspecs/modules/qt_lib_xmlpatterns_private.pri \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/mkspecs/features/qt_functions.prf \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/mkspecs/features/qt_config.prf \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/mkspecs/features/win32/qt_config.prf \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/mkspecs/win32-g++/qmake.conf \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/mkspecs/features/spec_post.prf \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/mkspecs/features/exclusive_builds.prf \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/mkspecs/features/default_pre.prf \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/mkspecs/features/win32/default_pre.prf \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/mkspecs/features/resolve_config.prf \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/mkspecs/features/exclusive_builds_post.prf \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/mkspecs/features/default_post.prf \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/mkspecs/features/win32/rtti.prf \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/mkspecs/features/precompile_header.prf \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/mkspecs/features/warn_on.prf \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/mkspecs/features/qt.prf \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/mkspecs/features/resources.prf \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/mkspecs/features/moc.prf \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/mkspecs/features/win32/opengl.prf \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/mkspecs/features/uic.prf \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/mkspecs/features/win32/windows.prf \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/mkspecs/features/testcase_targets.prf \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/mkspecs/features/exceptions.prf \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/mkspecs/features/yacc.prf \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/mkspecs/features/lex.prf \ + ../BlueC/BlueC.pro \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/lib/qtmaind.prl \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/lib/Qt5Cored.prl \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/lib/Qt5PrintSupport.prl \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/lib/Qt5Widgets.prl \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/lib/Qt5Gui.prl \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/lib/Qt5SerialPort.prl \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/lib/Qt5Core.prl + $(QMAKE) -spec win32-g++ CONFIG+=debug -o Makefile ..\BlueC\BlueC.pro +C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\features\spec_pre.prf: +C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\qdevice.pri: +C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\features\device_config.prf: +C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\common\shell-win32.conf: +C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\qconfig.pri: +C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_axbase.pri: +C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_axbase_private.pri: +C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_axcontainer.pri: +C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_axcontainer_private.pri: +C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_axserver.pri: +C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_axserver_private.pri: +C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_bluetooth.pri: +C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_bluetooth_private.pri: +C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_bootstrap_private.pri: +C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_clucene_private.pri: +C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_concurrent.pri: +C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_concurrent_private.pri: +C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_core.pri: +C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_core_private.pri: +C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_dbus.pri: +C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_dbus_private.pri: +C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_declarative.pri: +C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_declarative_private.pri: +C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_designer.pri: +C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_designer_private.pri: +C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_designercomponents_private.pri: +C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_enginio.pri: +C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_enginio_private.pri: +C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_gui.pri: +C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_gui_private.pri: +C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_help.pri: +C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_help_private.pri: +C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_location.pri: +C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_location_private.pri: +C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_multimedia.pri: +C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_multimedia_private.pri: +C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_multimediawidgets.pri: +C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_multimediawidgets_private.pri: +C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_network.pri: +C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_network_private.pri: +C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_nfc.pri: +C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_nfc_private.pri: +C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_opengl.pri: +C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_opengl_private.pri: +C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_openglextensions.pri: +C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_openglextensions_private.pri: +C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_platformsupport_private.pri: +C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_positioning.pri: +C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_positioning_private.pri: +C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_printsupport.pri: +C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_printsupport_private.pri: +C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_qml.pri: +C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_qml_private.pri: +C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_qmldevtools_private.pri: +C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_qmltest.pri: +C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_qmltest_private.pri: +C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_qtmultimediaquicktools_private.pri: +C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_quick.pri: +C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_quick_private.pri: +C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_quickparticles_private.pri: +C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_quickwidgets.pri: +C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_quickwidgets_private.pri: +C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_script.pri: +C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_script_private.pri: +C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_scripttools.pri: +C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_scripttools_private.pri: +C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_sensors.pri: +C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_sensors_private.pri: +C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_serialport.pri: +C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_serialport_private.pri: +C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_sql.pri: +C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_sql_private.pri: +C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_svg.pri: +C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_svg_private.pri: +C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_testlib.pri: +C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_testlib_private.pri: +C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_uitools.pri: +C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_uitools_private.pri: +C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_webchannel.pri: +C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_webchannel_private.pri: +C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_webkit.pri: +C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_webkit_private.pri: +C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_webkitwidgets.pri: +C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_webkitwidgets_private.pri: +C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_websockets.pri: +C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_websockets_private.pri: +C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_webview.pri: +C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_webview_private.pri: +C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_widgets.pri: +C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_widgets_private.pri: +C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_winextras.pri: +C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_winextras_private.pri: +C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_xml.pri: +C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_xml_private.pri: +C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_xmlpatterns.pri: +C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_xmlpatterns_private.pri: +C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\features\qt_functions.prf: +C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\features\qt_config.prf: +C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\features\win32\qt_config.prf: +C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\win32-g++\qmake.conf: +C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\features\spec_post.prf: +C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\features\exclusive_builds.prf: +C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\features\default_pre.prf: +C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\features\win32\default_pre.prf: +C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\features\resolve_config.prf: +C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\features\exclusive_builds_post.prf: +C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\features\default_post.prf: +C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\features\win32\rtti.prf: +C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\features\precompile_header.prf: +C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\features\warn_on.prf: +C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\features\qt.prf: +C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\features\resources.prf: +C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\features\moc.prf: +C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\features\win32\opengl.prf: +C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\features\uic.prf: +C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\features\win32\windows.prf: +C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\features\testcase_targets.prf: +C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\features\exceptions.prf: +C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\features\yacc.prf: +C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\features\lex.prf: +..\BlueC\BlueC.pro: +C:/Qt/Qt5.4.1/5.4/mingw491_32/lib/qtmaind.prl: +C:/Qt/Qt5.4.1/5.4/mingw491_32/lib/Qt5Cored.prl: +C:/Qt/Qt5.4.1/5.4/mingw491_32/lib/Qt5PrintSupport.prl: +C:/Qt/Qt5.4.1/5.4/mingw491_32/lib/Qt5Widgets.prl: +C:/Qt/Qt5.4.1/5.4/mingw491_32/lib/Qt5Gui.prl: +C:/Qt/Qt5.4.1/5.4/mingw491_32/lib/Qt5SerialPort.prl: +C:/Qt/Qt5.4.1/5.4/mingw491_32/lib/Qt5Core.prl: +qmake: FORCE + @$(QMAKE) -spec win32-g++ CONFIG+=debug -o Makefile ..\BlueC\BlueC.pro + +qmake_all: FORCE + +make_first: debug-make_first release-make_first FORCE +all: debug-all release-all FORCE +clean: debug-clean release-clean FORCE +distclean: debug-distclean release-distclean FORCE + -$(DEL_FILE) Makefile + +debug-mocclean: + $(MAKE) -f $(MAKEFILE).Debug mocclean +release-mocclean: + $(MAKE) -f $(MAKEFILE).Release mocclean +mocclean: debug-mocclean release-mocclean + +debug-mocables: + $(MAKE) -f $(MAKEFILE).Debug mocables +release-mocables: + $(MAKE) -f $(MAKEFILE).Release mocables +mocables: debug-mocables release-mocables + +check: first +FORCE: + +$(MAKEFILE).Debug: Makefile +$(MAKEFILE).Release: Makefile diff --git a/Com Port UART Control/Com Port Comm+graph Plot/v1/build-BlueC-Desktop_Qt_5_4_1_MinGW_32bit-Debug/Makefile.Debug b/Com Port UART Control/Com Port Comm+graph Plot/v1/build-BlueC-Desktop_Qt_5_4_1_MinGW_32bit-Debug/Makefile.Debug new file mode 100644 index 0000000..4dcfaaa --- /dev/null +++ b/Com Port UART Control/Com Port Comm+graph Plot/v1/build-BlueC-Desktop_Qt_5_4_1_MinGW_32bit-Debug/Makefile.Debug @@ -0,0 +1,1535 @@ +############################################################################# +# Makefile for building: BlueC +# Generated by qmake (3.0) (Qt 5.4.1) +# Project: ..\BlueC\BlueC.pro +# Template: app +############################################################################# + +MAKEFILE = Makefile.Debug + +####### Compiler, tools and options + +CC = gcc +CXX = g++ +DEFINES = -DUNICODE -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_SERIALPORT_LIB -DQT_CORE_LIB -DQT_NEEDS_QMAIN +CFLAGS = -pipe -fno-keep-inline-dllexport -g -Wall -Wextra $(DEFINES) +CXXFLAGS = -pipe -fno-keep-inline-dllexport -g -frtti -Wall -Wextra -fexceptions -mthreads $(DEFINES) +INCPATH = -I"..\BlueC" -I"." -I"C:\Qt\Qt5.4.1\5.4\mingw491_32\include" -I"C:\Qt\Qt5.4.1\5.4\mingw491_32\include\QtPrintSupport" -I"C:\Qt\Qt5.4.1\5.4\mingw491_32\include\QtWidgets" -I"C:\Qt\Qt5.4.1\5.4\mingw491_32\include\QtGui" -I"C:\Qt\Qt5.4.1\5.4\mingw491_32\include\QtSerialPort" -I"C:\Qt\Qt5.4.1\5.4\mingw491_32\include\QtCore" -I"debug" -I"." -I"C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\win32-g++" +LINKER = g++ +LFLAGS = -Wl,-subsystem,windows -mthreads +LIBS = -lglu32 -lopengl32 -lgdi32 -luser32 -lmingw32 -LC:/Qt/Qt5.4.1/5.4/mingw491_32/lib -lqtmaind -LC:\mingw491\mingw32\lib -LC:\Utils\icu32_53_1_mingw482\lib -LC:\utils\postgresql\pgsql\lib -LC:\utils\mysql\mysql\lib -LC:\opensll\lib -lshell32 -LC:\Qt\Qt5.4.1\5.4\mingw491_32/lib -lQt5PrintSupportd -lQt5Widgetsd -lQt5Guid -lQt5SerialPortd -lQt5Cored +QMAKE = C:\Qt\Qt5.4.1\5.4\mingw491_32\bin\qmake.exe +IDC = idc +IDL = midl +ZIP = zip -r -9 +DEF_FILE = +RES_FILE = +COPY = copy /y +SED = $(QMAKE) -install sed +COPY_FILE = $(COPY) +COPY_DIR = xcopy /s /q /y /i +DEL_FILE = del +DEL_DIR = rmdir +MOVE = move +CHK_DIR_EXISTS= if not exist +MKDIR = mkdir +INSTALL_FILE = $(COPY_FILE) +INSTALL_PROGRAM = $(COPY_FILE) +INSTALL_DIR = $(COPY_DIR) + +####### Output directory + +OBJECTS_DIR = debug + +####### Files + +SOURCES = ..\BlueC\main.cpp \ + ..\BlueC\mainwindow.cpp \ + ..\BlueC\qcustomplot.cpp debug\moc_mainwindow.cpp \ + debug\moc_qcustomplot.cpp +OBJECTS = debug/main.o \ + debug/mainwindow.o \ + debug/qcustomplot.o \ + debug/moc_mainwindow.o \ + debug/moc_qcustomplot.o + +DIST = ..\BlueC\mainwindow.h \ + ..\BlueC\qcustomplot.h ..\BlueC\main.cpp \ + ..\BlueC\mainwindow.cpp \ + ..\BlueC\qcustomplot.cpp +QMAKE_TARGET = BlueC +DESTDIR = debug\ #avoid trailing-slash linebreak +TARGET = BlueC.exe +DESTDIR_TARGET = debug\BlueC.exe + +####### Implicit rules + +.SUFFIXES: .cpp .cc .cxx .c + +.cpp.o: + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $< + +.cc.o: + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $< + +.cxx.o: + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $< + +.c.o: + $(CC) -c $(CFLAGS) $(INCPATH) -o $@ $< + +####### Build rules + +first: all +all: Makefile.Debug $(DESTDIR_TARGET) + +$(DESTDIR_TARGET): ui_mainwindow.h $(OBJECTS) + $(LINKER) $(LFLAGS) -o $(DESTDIR_TARGET) $(OBJECTS) $(LIBS) + +qmake: FORCE + @$(QMAKE) -spec win32-g++ CONFIG+=debug -o Makefile.Debug ..\BlueC\BlueC.pro + +qmake_all: FORCE + +dist: + $(ZIP) BlueC.zip $(SOURCES) $(DIST) ..\BlueC\BlueC.pro C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\features\spec_pre.prf C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\qdevice.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\features\device_config.prf C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\common\shell-win32.conf C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\qconfig.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_axbase.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_axbase_private.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_axcontainer.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_axcontainer_private.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_axserver.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_axserver_private.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_bluetooth.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_bluetooth_private.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_bootstrap_private.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_clucene_private.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_concurrent.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_concurrent_private.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_core.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_core_private.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_dbus.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_dbus_private.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_declarative.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_declarative_private.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_designer.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_designer_private.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_designercomponents_private.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_enginio.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_enginio_private.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_gui.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_gui_private.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_help.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_help_private.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_location.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_location_private.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_multimedia.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_multimedia_private.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_multimediawidgets.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_multimediawidgets_private.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_network.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_network_private.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_nfc.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_nfc_private.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_opengl.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_opengl_private.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_openglextensions.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_openglextensions_private.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_platformsupport_private.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_positioning.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_positioning_private.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_printsupport.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_printsupport_private.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_qml.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_qml_private.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_qmldevtools_private.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_qmltest.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_qmltest_private.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_qtmultimediaquicktools_private.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_quick.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_quick_private.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_quickparticles_private.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_quickwidgets.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_quickwidgets_private.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_script.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_script_private.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_scripttools.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_scripttools_private.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_sensors.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_sensors_private.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_serialport.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_serialport_private.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_sql.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_sql_private.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_svg.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_svg_private.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_testlib.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_testlib_private.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_uitools.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_uitools_private.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_webchannel.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_webchannel_private.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_webkit.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_webkit_private.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_webkitwidgets.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_webkitwidgets_private.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_websockets.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_websockets_private.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_webview.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_webview_private.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_widgets.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_widgets_private.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_winextras.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_winextras_private.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_xml.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_xml_private.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_xmlpatterns.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_xmlpatterns_private.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\features\qt_functions.prf C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\features\qt_config.prf C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\features\win32\qt_config.prf C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\win32-g++\qmake.conf C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\features\spec_post.prf C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\features\exclusive_builds.prf C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\features\default_pre.prf C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\features\win32\default_pre.prf C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\features\resolve_config.prf C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\features\exclusive_builds_post.prf C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\features\default_post.prf C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\features\build_pass.prf C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\features\win32\rtti.prf C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\features\precompile_header.prf C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\features\warn_on.prf C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\features\qt.prf C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\features\resources.prf C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\features\moc.prf C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\features\win32\opengl.prf C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\features\uic.prf C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\features\win32\windows.prf C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\features\testcase_targets.prf C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\features\exceptions.prf C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\features\yacc.prf C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\features\lex.prf ..\BlueC\BlueC.pro C:/Qt/Qt5.4.1/5.4/mingw491_32/lib/qtmaind.prl C:/Qt/Qt5.4.1/5.4/mingw491_32/lib/Qt5Cored.prl C:/Qt/Qt5.4.1/5.4/mingw491_32/lib/Qt5PrintSupportd.prl C:/Qt/Qt5.4.1/5.4/mingw491_32/lib/Qt5Widgetsd.prl C:/Qt/Qt5.4.1/5.4/mingw491_32/lib/Qt5Guid.prl C:/Qt/Qt5.4.1/5.4/mingw491_32/lib/Qt5SerialPortd.prl NO_PCH_SOURCES RESOURCES HEADERS SOURCES OBJECTIVE_SOURCES FORMS YACCSOURCES YACCSOURCES LEXSOURCES + +clean: compiler_clean + -$(DEL_FILE) debug\main.o debug\mainwindow.o debug\qcustomplot.o debug\moc_mainwindow.o debug\moc_qcustomplot.o + +distclean: clean + -$(DEL_FILE) $(DESTDIR_TARGET) + -$(DEL_FILE) Makefile.Debug + +mocclean: compiler_moc_header_clean compiler_moc_source_clean + +mocables: compiler_moc_header_make_all compiler_moc_source_make_all + +check: first + +compiler_no_pch_compiler_make_all: +compiler_no_pch_compiler_clean: +compiler_rcc_make_all: +compiler_rcc_clean: +compiler_moc_header_make_all: debug/moc_mainwindow.cpp debug/moc_qcustomplot.cpp +compiler_moc_header_clean: + -$(DEL_FILE) debug\moc_mainwindow.cpp debug\moc_qcustomplot.cpp +debug/moc_mainwindow.cpp: C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/QMainWindow \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qmainwindow.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qwidget.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qwindowdefs.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qglobal.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qconfig.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qfeatures.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qsystemdetection.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qprocessordetection.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qcompilerdetection.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qtypeinfo.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qtypetraits.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qsysinfo.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qlogging.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qflags.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qatomic.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qbasicatomic.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qatomic_bootstrap.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qgenericatomic.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qatomic_msvc.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qatomic_armv7.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qatomic_armv6.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qatomic_armv5.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qatomic_ia64.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qatomic_mips.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qatomic_x86.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qatomic_cxx11.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qatomic_gcc.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qatomic_unix.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qglobalstatic.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qmutex.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qnumeric.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qobjectdefs.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qnamespace.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qobjectdefs_impl.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qwindowdefs_win.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qobject.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qstring.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qchar.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qbytearray.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qrefcount.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qarraydata.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qstringbuilder.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qlist.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qalgorithms.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qiterator.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qbytearraylist.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qcoreevent.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qscopedpointer.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qmetatype.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qvarlengtharray.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qcontainerfwd.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qisenum.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qobject_impl.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qmargins.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qpaintdevice.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qrect.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qsize.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qpoint.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qpalette.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qcolor.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qrgb.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qstringlist.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qdatastream.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qiodevice.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qpair.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qregexp.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qstringmatcher.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qbrush.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qvector.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qmatrix.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qpolygon.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qregion.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qline.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qtransform.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qpainterpath.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qimage.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qpixelformat.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qpixmap.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qsharedpointer.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qshareddata.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qhash.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qsharedpointer_impl.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qfont.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qfontmetrics.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qfontinfo.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qsizepolicy.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qcursor.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qkeysequence.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qevent.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qvariant.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qmap.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qdebug.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qtextstream.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qlocale.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qset.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qcontiguouscache.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qurl.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qurlquery.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qfile.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qfiledevice.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qvector2d.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qtouchdevice.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qtabwidget.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qicon.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/QThread \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qthread.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/QtMath \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qmath.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtSerialPort/QSerialPort \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtSerialPort/qserialport.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtSerialPort/qserialportglobal.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtSerialPort/QSerialPortInfo \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtSerialPort/qserialportinfo.h \ + ../BlueC/mainwindow.h + C:\Qt\Qt5.4.1\5.4\mingw491_32\bin\moc.exe $(DEFINES) -D__GNUC__ -DWIN32 -IC:/Qt/Qt5.4.1/5.4/mingw491_32/mkspecs/win32-g++ -IC:/Users/yikes/OneDrive/Documents/BlueC -IC:/Qt/Qt5.4.1/5.4/mingw491_32/include -IC:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtPrintSupport -IC:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets -IC:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui -IC:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtSerialPort -IC:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore -I. ..\BlueC\mainwindow.h -o debug\moc_mainwindow.cpp + +debug/moc_qcustomplot.cpp: C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/QObject \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qobject.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qobjectdefs.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qnamespace.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qglobal.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qconfig.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qfeatures.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qsystemdetection.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qprocessordetection.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qcompilerdetection.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qtypeinfo.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qtypetraits.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qsysinfo.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qlogging.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qflags.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qatomic.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qbasicatomic.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qatomic_bootstrap.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qgenericatomic.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qatomic_msvc.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qatomic_armv7.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qatomic_armv6.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qatomic_armv5.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qatomic_ia64.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qatomic_mips.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qatomic_x86.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qatomic_cxx11.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qatomic_gcc.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qatomic_unix.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qglobalstatic.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qmutex.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qnumeric.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qobjectdefs_impl.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qstring.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qchar.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qbytearray.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qrefcount.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qarraydata.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qstringbuilder.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qlist.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qalgorithms.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qiterator.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qbytearraylist.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qcoreevent.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qscopedpointer.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qmetatype.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qvarlengtharray.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qcontainerfwd.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qisenum.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qobject_impl.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/QPointer \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qpointer.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qsharedpointer.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qshareddata.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qhash.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qpair.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qsharedpointer_impl.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/QWidget \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qwidget.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qwindowdefs.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qwindowdefs_win.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qmargins.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qpaintdevice.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qrect.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qsize.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qpoint.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qpalette.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qcolor.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qrgb.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qstringlist.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qdatastream.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qiodevice.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qregexp.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qstringmatcher.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qbrush.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qvector.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qmatrix.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qpolygon.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qregion.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qline.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qtransform.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qpainterpath.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qimage.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qpixelformat.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qpixmap.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qfont.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qfontmetrics.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qfontinfo.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qsizepolicy.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qcursor.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qkeysequence.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qevent.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qvariant.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qmap.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qdebug.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qtextstream.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qlocale.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qset.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qcontiguouscache.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qurl.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qurlquery.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qfile.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qfiledevice.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qvector2d.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qtouchdevice.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/QPainter \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qpainter.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qtextoption.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qpen.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/QPaintEvent \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/QMouseEvent \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/QPixmap \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/QVector \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/QString \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/QDateTime \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qdatetime.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/QMultiMap \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/QFlags \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/QDebug \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/QVector2D \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/QStack \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qstack.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/QCache \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qcache.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/QMargins \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qmath.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtPrintSupport/QPrinter \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtPrintSupport/qprinter.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qpagedpaintdevice.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qpagelayout.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qpagesize.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtPrintSupport/qtprintsupportglobal.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtPrintSupport/QPrintEngine \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtPrintSupport/qprintengine.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/QtNumeric \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtPrintSupport/QtPrintSupport \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtPrintSupport/QtPrintSupportDepends \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/QtCore \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/QtCoreDepends \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qabstractanimation.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qanimationgroup.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qparallelanimationgroup.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qpauseanimation.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qpropertyanimation.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qvariantanimation.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qeasingcurve.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qsequentialanimationgroup.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qtextcodec.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qendian.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qlibraryinfo.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qbuffer.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qdir.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qfileinfo.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qdiriterator.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qfileselector.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/QStringList \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qfilesystemwatcher.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qlockfile.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qloggingcategory.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qprocess.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qresource.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qsavefile.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qsettings.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qstandardpaths.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qstorageinfo.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qtemporarydir.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/QScopedPointer \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qtemporaryfile.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qabstractitemmodel.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qabstractproxymodel.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qidentityproxymodel.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qitemselectionmodel.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qsortfilterproxymodel.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qstringlistmodel.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qjsonarray.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qjsonvalue.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qjsondocument.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qjsonobject.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qabstracteventdispatcher.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qeventloop.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qabstractnativeeventfilter.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qbasictimer.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qcoreapplication.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qmetaobject.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qmimedata.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qobjectcleanuphandler.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qsharedmemory.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qsignalmapper.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qsocketnotifier.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qsystemsemaphore.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qtimer.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qtranslator.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qwineventnotifier.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qmimedatabase.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qmimetype.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qfactoryinterface.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qlibrary.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qplugin.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qpluginloader.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/quuid.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qabstractstate.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qabstracttransition.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qeventtransition.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qfinalstate.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qhistorystate.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qsignaltransition.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qstate.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qstatemachine.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qexception.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qfuture.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qfutureinterface.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qrunnable.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qresultstore.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qfuturesynchronizer.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qfuturewatcher.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qreadwritelock.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qsemaphore.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qthread.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qthreadpool.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qthreadstorage.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qwaitcondition.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qarraydataops.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qarraydatapointer.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qbitarray.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qbytearraymatcher.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qcollator.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qcommandlineoption.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qcommandlineparser.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qcryptographichash.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qelapsedtimer.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qlinkedlist.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qmessageauthenticationcode.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qqueue.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qregularexpression.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qscopedvaluerollback.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qtextboundaryfinder.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qtimeline.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qtimezone.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qxmlstream.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qtcoreversion.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/QtGui \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/QtGuiDepends \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qaccessible.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qaccessiblebridge.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qaccessibleobject.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qaccessibleplugin.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qbitmap.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qicon.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qiconengine.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qiconengineplugin.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qimageiohandler.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qimagereader.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qimagewriter.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qmovie.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qpicture.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qpictureformatplugin.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qpixmapcache.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qstandarditemmodel.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qclipboard.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qdrag.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qgenericplugin.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qgenericpluginfactory.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qguiapplication.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qinputmethod.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qoffscreensurface.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qsurface.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qsurfaceformat.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qopenglcontext.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/QSurfaceFormat \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qopengl.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qt_windows.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qopengles2ext.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qopenglext.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qopenglversionfunctions.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qopenglwindow.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/QPaintDeviceWindow \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qpaintdevicewindow.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/QWindow \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qwindow.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/QEvent \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/QRect \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/QPaintDevice \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/QOpenGLContext \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/QImage \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qrasterwindow.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qscreen.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/QList \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/QSize \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/QSizeF \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/QTransform \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qsessionmanager.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qstylehints.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qgenericmatrix.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qmatrix4x4.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qvector3d.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qvector4d.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qquaternion.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qopenglbuffer.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qopengldebug.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qopenglframebufferobject.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qopenglfunctions.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qopenglpaintdevice.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qopenglpixeltransferoptions.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/QSharedDataPointer \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qopenglshaderprogram.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qopengltexture.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qopengltimerquery.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qopenglvertexarrayobject.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qbackingstore.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qpaintengine.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qpdfwriter.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qabstracttextdocumentlayout.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qtextlayout.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qtextformat.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qglyphrun.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qrawfont.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qfontdatabase.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qtextcursor.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qtextdocument.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qstatictext.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qsyntaxhighlighter.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qtextobject.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qtextdocumentfragment.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qtextdocumentwriter.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qtextlist.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qtexttable.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qdesktopservices.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qvalidator.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qtguiversion.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/QtWidgets \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/QtWidgetsDepends \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/complexwidgets.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qaccessiblewidget.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qabstractitemview.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qabstractscrollarea.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qframe.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qabstractitemdelegate.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qstyleoption.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qabstractspinbox.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qslider.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qabstractslider.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qstyle.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qtabbar.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qtabwidget.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qrubberband.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/itemviews.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qheaderview.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qaccessiblemenu.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qaccessiblewidgets.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/QPair \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/rangecontrols.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/simplewidgets.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qcolordialog.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qdialog.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qerrormessage.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qfiledialog.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qfilesystemmodel.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qfontdialog.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qinputdialog.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qlineedit.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qmessagebox.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qprogressdialog.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qwizard.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qgraphicseffect.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qgraphicsanchorlayout.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qgraphicsitem.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qgraphicslayout.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qgraphicslayoutitem.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qgraphicsgridlayout.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qgraphicsitemanimation.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qgraphicslinearlayout.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qgraphicsproxywidget.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qgraphicswidget.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qgraphicsscene.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qgraphicssceneevent.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qgraphicstransform.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/QVector3D \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/QMatrix4x4 \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qgraphicsview.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qscrollarea.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qcolumnview.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qdatawidgetmapper.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qdirmodel.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qfileiconprovider.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qitemdelegate.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qitemeditorfactory.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qlistview.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qlistwidget.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qstyleditemdelegate.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qtableview.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qtablewidget.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qtreeview.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qtreewidget.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qtreewidgetitemiterator.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qaction.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qactiongroup.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qapplication.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qdesktopwidget.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qboxlayout.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qlayout.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qlayoutitem.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qgridlayout.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qformlayout.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/QLayout \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qgesture.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qgesturerecognizer.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qopenglwidget.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qshortcut.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qstackedlayout.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qtooltip.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qwhatsthis.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qwidgetaction.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qkeyeventtransition.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qmouseeventtransition.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qcommonstyle.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qdrawutil.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qproxystyle.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/QCommonStyle \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qstylefactory.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qstylepainter.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qstyleplugin.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qcolormap.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qcompleter.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qscroller.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/QPointF \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/QScrollerProperties \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qscrollerproperties.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/QMetaType \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/QVariant \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qsystemtrayicon.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qundogroup.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qundostack.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qundoview.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qabstractbutton.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qbuttongroup.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qcalendarwidget.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qcheckbox.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qcombobox.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qcommandlinkbutton.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qpushbutton.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qdatetimeedit.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qdial.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qdialogbuttonbox.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qdockwidget.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qfocusframe.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qfontcombobox.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qgroupbox.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qkeysequenceedit.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qlabel.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qlcdnumber.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qmainwindow.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qmdiarea.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qmdisubwindow.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qmenu.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qmenubar.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qplaintextedit.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qtextedit.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qprogressbar.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qradiobutton.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qscrollbar.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qsizegrip.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qspinbox.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qsplashscreen.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qsplitter.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qstackedwidget.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qstatusbar.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qtextbrowser.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qtoolbar.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qtoolbox.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qtoolbutton.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qtwidgetsversion.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtPrintSupport/qabstractprintdialog.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtPrintSupport/qpagesetupdialog.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtPrintSupport/qprintdialog.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtPrintSupport/qprintpreviewdialog.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtPrintSupport/qprinterinfo.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtPrintSupport/qprintpreviewwidget.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtPrintSupport/qtprintsupportversion.h \ + ../BlueC/qcustomplot.h + C:\Qt\Qt5.4.1\5.4\mingw491_32\bin\moc.exe $(DEFINES) -D__GNUC__ -DWIN32 -IC:/Qt/Qt5.4.1/5.4/mingw491_32/mkspecs/win32-g++ -IC:/Users/yikes/OneDrive/Documents/BlueC -IC:/Qt/Qt5.4.1/5.4/mingw491_32/include -IC:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtPrintSupport -IC:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets -IC:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui -IC:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtSerialPort -IC:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore -I. ..\BlueC\qcustomplot.h -o debug\moc_qcustomplot.cpp + +compiler_moc_source_make_all: +compiler_moc_source_clean: +compiler_uic_make_all: ui_mainwindow.h +compiler_uic_clean: + -$(DEL_FILE) ui_mainwindow.h +ui_mainwindow.h: ../BlueC/mainwindow.ui + C:\Qt\Qt5.4.1\5.4\mingw491_32\bin\uic.exe ..\BlueC\mainwindow.ui -o ui_mainwindow.h + +compiler_yacc_decl_make_all: +compiler_yacc_decl_clean: +compiler_yacc_impl_make_all: +compiler_yacc_impl_clean: +compiler_lex_make_all: +compiler_lex_clean: +compiler_clean: compiler_moc_header_clean compiler_uic_clean + + + +####### Compile + +debug/main.o: ../BlueC/main.cpp ../BlueC/mainwindow.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/QMainWindow \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qmainwindow.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qwidget.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qwindowdefs.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qglobal.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qconfig.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qfeatures.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qsystemdetection.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qprocessordetection.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qcompilerdetection.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qtypeinfo.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qtypetraits.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qsysinfo.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qlogging.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qflags.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qatomic.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qbasicatomic.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qatomic_bootstrap.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qgenericatomic.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qatomic_msvc.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qatomic_armv7.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qatomic_armv6.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qatomic_armv5.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qatomic_ia64.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qatomic_mips.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qatomic_x86.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qatomic_cxx11.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qatomic_gcc.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qatomic_unix.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qglobalstatic.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qmutex.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qnumeric.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qobjectdefs.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qnamespace.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qobjectdefs_impl.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qwindowdefs_win.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qobject.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qstring.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qchar.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qbytearray.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qrefcount.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qarraydata.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qstringbuilder.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qlist.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qalgorithms.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qiterator.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qbytearraylist.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qcoreevent.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qscopedpointer.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qmetatype.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qvarlengtharray.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qcontainerfwd.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qisenum.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qobject_impl.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qmargins.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qpaintdevice.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qrect.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qsize.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qpoint.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qpalette.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qcolor.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qrgb.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qstringlist.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qdatastream.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qiodevice.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qpair.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qregexp.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qstringmatcher.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qbrush.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qvector.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qmatrix.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qpolygon.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qregion.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qline.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qtransform.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qpainterpath.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qimage.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qpixelformat.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qpixmap.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qsharedpointer.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qshareddata.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qhash.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qsharedpointer_impl.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qfont.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qfontmetrics.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qfontinfo.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qsizepolicy.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qcursor.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qkeysequence.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qevent.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qvariant.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qmap.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qdebug.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qtextstream.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qlocale.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qset.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qcontiguouscache.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qurl.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qurlquery.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qfile.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qfiledevice.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qvector2d.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qtouchdevice.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qtabwidget.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qicon.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/QThread \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qthread.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/QtMath \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qmath.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtSerialPort/QSerialPort \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtSerialPort/qserialport.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtSerialPort/qserialportglobal.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtSerialPort/QSerialPortInfo \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtSerialPort/qserialportinfo.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/QApplication \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qapplication.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qcoreapplication.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qeventloop.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qdesktopwidget.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qguiapplication.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qinputmethod.h + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\main.o ..\BlueC\main.cpp + +debug/mainwindow.o: ../BlueC/mainwindow.cpp ../BlueC/mainwindow.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/QMainWindow \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qmainwindow.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qwidget.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qwindowdefs.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qglobal.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qconfig.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qfeatures.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qsystemdetection.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qprocessordetection.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qcompilerdetection.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qtypeinfo.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qtypetraits.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qsysinfo.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qlogging.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qflags.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qatomic.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qbasicatomic.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qatomic_bootstrap.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qgenericatomic.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qatomic_msvc.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qatomic_armv7.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qatomic_armv6.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qatomic_armv5.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qatomic_ia64.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qatomic_mips.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qatomic_x86.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qatomic_cxx11.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qatomic_gcc.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qatomic_unix.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qglobalstatic.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qmutex.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qnumeric.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qobjectdefs.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qnamespace.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qobjectdefs_impl.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qwindowdefs_win.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qobject.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qstring.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qchar.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qbytearray.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qrefcount.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qarraydata.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qstringbuilder.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qlist.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qalgorithms.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qiterator.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qbytearraylist.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qcoreevent.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qscopedpointer.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qmetatype.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qvarlengtharray.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qcontainerfwd.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qisenum.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qobject_impl.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qmargins.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qpaintdevice.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qrect.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qsize.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qpoint.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qpalette.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qcolor.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qrgb.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qstringlist.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qdatastream.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qiodevice.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qpair.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qregexp.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qstringmatcher.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qbrush.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qvector.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qmatrix.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qpolygon.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qregion.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qline.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qtransform.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qpainterpath.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qimage.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qpixelformat.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qpixmap.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qsharedpointer.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qshareddata.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qhash.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qsharedpointer_impl.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qfont.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qfontmetrics.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qfontinfo.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qsizepolicy.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qcursor.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qkeysequence.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qevent.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qvariant.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qmap.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qdebug.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qtextstream.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qlocale.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qset.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qcontiguouscache.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qurl.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qurlquery.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qfile.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qfiledevice.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qvector2d.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qtouchdevice.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qtabwidget.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qicon.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/QThread \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qthread.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/QtMath \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qmath.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtSerialPort/QSerialPort \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtSerialPort/qserialport.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtSerialPort/qserialportglobal.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtSerialPort/QSerialPortInfo \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtSerialPort/qserialportinfo.h \ + ui_mainwindow.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/QVariant \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/QAction \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qaction.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qactiongroup.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/QApplication \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qapplication.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qcoreapplication.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qeventloop.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qdesktopwidget.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qguiapplication.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qinputmethod.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/QButtonGroup \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qbuttongroup.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/QFrame \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qframe.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/QHBoxLayout \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qboxlayout.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qlayout.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qlayoutitem.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qgridlayout.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/QHeaderView \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qheaderview.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qabstractitemview.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qabstractscrollarea.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qabstractitemmodel.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qitemselectionmodel.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qabstractitemdelegate.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qstyleoption.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qabstractspinbox.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qvalidator.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qregularexpression.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qslider.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qabstractslider.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qstyle.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qtabbar.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qrubberband.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/QLabel \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qlabel.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/QLineEdit \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qlineedit.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qtextcursor.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qtextformat.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qpen.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qtextoption.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/QMenuBar \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qmenubar.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qmenu.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/QRadioButton \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qradiobutton.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qabstractbutton.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/QSlider \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/QStatusBar \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qstatusbar.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/QTextBrowser \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qtextbrowser.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qtextedit.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qtextdocument.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/QToolBar \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qtoolbar.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/QVBoxLayout \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/QWidget \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/QKeyEvent \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/QDebug \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/QCoreApplication + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\mainwindow.o ..\BlueC\mainwindow.cpp + +debug/qcustomplot.o: ../BlueC/qcustomplot.cpp ../BlueC/qcustomplot.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/QObject \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qobject.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qobjectdefs.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qnamespace.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qglobal.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qconfig.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qfeatures.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qsystemdetection.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qprocessordetection.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qcompilerdetection.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qtypeinfo.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qtypetraits.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qsysinfo.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qlogging.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qflags.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qatomic.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qbasicatomic.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qatomic_bootstrap.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qgenericatomic.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qatomic_msvc.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qatomic_armv7.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qatomic_armv6.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qatomic_armv5.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qatomic_ia64.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qatomic_mips.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qatomic_x86.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qatomic_cxx11.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qatomic_gcc.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qatomic_unix.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qglobalstatic.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qmutex.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qnumeric.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qobjectdefs_impl.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qstring.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qchar.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qbytearray.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qrefcount.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qarraydata.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qstringbuilder.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qlist.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qalgorithms.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qiterator.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qbytearraylist.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qcoreevent.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qscopedpointer.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qmetatype.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qvarlengtharray.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qcontainerfwd.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qisenum.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qobject_impl.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/QPointer \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qpointer.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qsharedpointer.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qshareddata.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qhash.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qpair.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qsharedpointer_impl.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/QWidget \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qwidget.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qwindowdefs.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qwindowdefs_win.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qmargins.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qpaintdevice.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qrect.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qsize.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qpoint.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qpalette.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qcolor.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qrgb.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qstringlist.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qdatastream.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qiodevice.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qregexp.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qstringmatcher.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qbrush.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qvector.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qmatrix.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qpolygon.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qregion.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qline.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qtransform.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qpainterpath.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qimage.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qpixelformat.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qpixmap.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qfont.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qfontmetrics.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qfontinfo.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qsizepolicy.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qcursor.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qkeysequence.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qevent.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qvariant.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qmap.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qdebug.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qtextstream.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qlocale.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qset.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qcontiguouscache.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qurl.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qurlquery.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qfile.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qfiledevice.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qvector2d.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qtouchdevice.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/QPainter \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qpainter.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qtextoption.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qpen.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/QPaintEvent \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/QMouseEvent \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/QPixmap \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/QVector \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/QString \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/QDateTime \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qdatetime.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/QMultiMap \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/QFlags \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/QDebug \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/QVector2D \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/QStack \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qstack.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/QCache \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qcache.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/QMargins \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qmath.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtPrintSupport/QPrinter \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtPrintSupport/qprinter.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qpagedpaintdevice.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qpagelayout.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qpagesize.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtPrintSupport/qtprintsupportglobal.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtPrintSupport/QPrintEngine \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtPrintSupport/qprintengine.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/QtNumeric \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtPrintSupport/QtPrintSupport \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtPrintSupport/QtPrintSupportDepends \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/QtCore \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/QtCoreDepends \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qabstractanimation.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qanimationgroup.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qparallelanimationgroup.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qpauseanimation.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qpropertyanimation.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qvariantanimation.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qeasingcurve.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qsequentialanimationgroup.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qtextcodec.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qendian.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qlibraryinfo.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qbuffer.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qdir.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qfileinfo.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qdiriterator.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qfileselector.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/QStringList \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qfilesystemwatcher.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qlockfile.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qloggingcategory.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qprocess.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qresource.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qsavefile.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qsettings.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qstandardpaths.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qstorageinfo.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qtemporarydir.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/QScopedPointer \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qtemporaryfile.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qabstractitemmodel.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qabstractproxymodel.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qidentityproxymodel.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qitemselectionmodel.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qsortfilterproxymodel.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qstringlistmodel.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qjsonarray.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qjsonvalue.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qjsondocument.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qjsonobject.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qabstracteventdispatcher.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qeventloop.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qabstractnativeeventfilter.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qbasictimer.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qcoreapplication.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qmetaobject.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qmimedata.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qobjectcleanuphandler.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qsharedmemory.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qsignalmapper.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qsocketnotifier.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qsystemsemaphore.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qtimer.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qtranslator.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qwineventnotifier.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qmimedatabase.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qmimetype.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qfactoryinterface.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qlibrary.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qplugin.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qpluginloader.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/quuid.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qabstractstate.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qabstracttransition.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qeventtransition.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qfinalstate.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qhistorystate.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qsignaltransition.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qstate.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qstatemachine.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qexception.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qfuture.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qfutureinterface.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qrunnable.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qresultstore.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qfuturesynchronizer.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qfuturewatcher.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qreadwritelock.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qsemaphore.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qthread.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qthreadpool.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qthreadstorage.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qwaitcondition.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qarraydataops.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qarraydatapointer.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qbitarray.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qbytearraymatcher.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qcollator.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qcommandlineoption.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qcommandlineparser.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qcryptographichash.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qelapsedtimer.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qlinkedlist.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qmessageauthenticationcode.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qqueue.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qregularexpression.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qscopedvaluerollback.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qtextboundaryfinder.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qtimeline.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qtimezone.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qxmlstream.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qtcoreversion.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/QtGui \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/QtGuiDepends \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qaccessible.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qaccessiblebridge.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qaccessibleobject.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qaccessibleplugin.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qbitmap.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qicon.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qiconengine.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qiconengineplugin.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qimageiohandler.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qimagereader.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qimagewriter.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qmovie.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qpicture.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qpictureformatplugin.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qpixmapcache.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qstandarditemmodel.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qclipboard.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qdrag.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qgenericplugin.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qgenericpluginfactory.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qguiapplication.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qinputmethod.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qoffscreensurface.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qsurface.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qsurfaceformat.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qopenglcontext.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/QSurfaceFormat \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qopengl.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qt_windows.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qopengles2ext.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qopenglext.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qopenglversionfunctions.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qopenglwindow.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/QPaintDeviceWindow \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qpaintdevicewindow.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/QWindow \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qwindow.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/QEvent \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/QRect \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/QPaintDevice \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/QOpenGLContext \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/QImage \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qrasterwindow.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qscreen.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/QList \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/QSize \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/QSizeF \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/QTransform \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qsessionmanager.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qstylehints.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qgenericmatrix.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qmatrix4x4.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qvector3d.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qvector4d.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qquaternion.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qopenglbuffer.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qopengldebug.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qopenglframebufferobject.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qopenglfunctions.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qopenglpaintdevice.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qopenglpixeltransferoptions.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/QSharedDataPointer \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qopenglshaderprogram.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qopengltexture.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qopengltimerquery.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qopenglvertexarrayobject.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qbackingstore.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qpaintengine.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qpdfwriter.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qabstracttextdocumentlayout.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qtextlayout.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qtextformat.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qglyphrun.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qrawfont.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qfontdatabase.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qtextcursor.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qtextdocument.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qstatictext.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qsyntaxhighlighter.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qtextobject.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qtextdocumentfragment.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qtextdocumentwriter.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qtextlist.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qtexttable.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qdesktopservices.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qvalidator.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qtguiversion.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/QtWidgets \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/QtWidgetsDepends \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/complexwidgets.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qaccessiblewidget.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qabstractitemview.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qabstractscrollarea.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qframe.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qabstractitemdelegate.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qstyleoption.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qabstractspinbox.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qslider.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qabstractslider.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qstyle.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qtabbar.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qtabwidget.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qrubberband.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/itemviews.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qheaderview.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qaccessiblemenu.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qaccessiblewidgets.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/QPair \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/rangecontrols.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/simplewidgets.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qcolordialog.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qdialog.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qerrormessage.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qfiledialog.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qfilesystemmodel.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qfontdialog.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qinputdialog.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qlineedit.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qmessagebox.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qprogressdialog.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qwizard.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qgraphicseffect.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qgraphicsanchorlayout.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qgraphicsitem.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qgraphicslayout.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qgraphicslayoutitem.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qgraphicsgridlayout.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qgraphicsitemanimation.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qgraphicslinearlayout.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qgraphicsproxywidget.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qgraphicswidget.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qgraphicsscene.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qgraphicssceneevent.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qgraphicstransform.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/QVector3D \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/QMatrix4x4 \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qgraphicsview.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qscrollarea.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qcolumnview.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qdatawidgetmapper.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qdirmodel.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qfileiconprovider.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qitemdelegate.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qitemeditorfactory.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qlistview.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qlistwidget.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qstyleditemdelegate.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qtableview.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qtablewidget.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qtreeview.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qtreewidget.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qtreewidgetitemiterator.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qaction.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qactiongroup.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qapplication.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qdesktopwidget.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qboxlayout.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qlayout.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qlayoutitem.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qgridlayout.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qformlayout.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/QLayout \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qgesture.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qgesturerecognizer.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qopenglwidget.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qshortcut.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qstackedlayout.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qtooltip.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qwhatsthis.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qwidgetaction.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qkeyeventtransition.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qmouseeventtransition.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qcommonstyle.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qdrawutil.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qproxystyle.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/QCommonStyle \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qstylefactory.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qstylepainter.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qstyleplugin.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qcolormap.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qcompleter.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qscroller.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/QPointF \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/QScrollerProperties \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qscrollerproperties.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/QMetaType \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/QVariant \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qsystemtrayicon.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qundogroup.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qundostack.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qundoview.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qabstractbutton.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qbuttongroup.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qcalendarwidget.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qcheckbox.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qcombobox.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qcommandlinkbutton.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qpushbutton.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qdatetimeedit.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qdial.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qdialogbuttonbox.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qdockwidget.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qfocusframe.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qfontcombobox.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qgroupbox.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qkeysequenceedit.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qlabel.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qlcdnumber.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qmainwindow.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qmdiarea.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qmdisubwindow.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qmenu.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qmenubar.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qplaintextedit.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qtextedit.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qprogressbar.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qradiobutton.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qscrollbar.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qsizegrip.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qspinbox.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qsplashscreen.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qsplitter.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qstackedwidget.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qstatusbar.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qtextbrowser.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qtoolbar.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qtoolbox.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qtoolbutton.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qtwidgetsversion.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtPrintSupport/qabstractprintdialog.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtPrintSupport/qpagesetupdialog.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtPrintSupport/qprintdialog.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtPrintSupport/qprintpreviewdialog.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtPrintSupport/qprinterinfo.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtPrintSupport/qprintpreviewwidget.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtPrintSupport/qtprintsupportversion.h + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\qcustomplot.o ..\BlueC\qcustomplot.cpp + +debug/moc_mainwindow.o: debug/moc_mainwindow.cpp + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\moc_mainwindow.o debug\moc_mainwindow.cpp + +debug/moc_qcustomplot.o: debug/moc_qcustomplot.cpp + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o debug\moc_qcustomplot.o debug\moc_qcustomplot.cpp + +####### Install + +install: FORCE + +uninstall: FORCE + +FORCE: + diff --git a/Com Port UART Control/Com Port Comm+graph Plot/v1/build-BlueC-Desktop_Qt_5_4_1_MinGW_32bit-Debug/Makefile.Release b/Com Port UART Control/Com Port Comm+graph Plot/v1/build-BlueC-Desktop_Qt_5_4_1_MinGW_32bit-Debug/Makefile.Release new file mode 100644 index 0000000..1b858bd --- /dev/null +++ b/Com Port UART Control/Com Port Comm+graph Plot/v1/build-BlueC-Desktop_Qt_5_4_1_MinGW_32bit-Debug/Makefile.Release @@ -0,0 +1,1535 @@ +############################################################################# +# Makefile for building: BlueC +# Generated by qmake (3.0) (Qt 5.4.1) +# Project: ..\BlueC\BlueC.pro +# Template: app +############################################################################# + +MAKEFILE = Makefile.Release + +####### Compiler, tools and options + +CC = gcc +CXX = g++ +DEFINES = -DUNICODE -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_SERIALPORT_LIB -DQT_CORE_LIB -DQT_NEEDS_QMAIN +CFLAGS = -pipe -fno-keep-inline-dllexport -O2 -Wall -Wextra $(DEFINES) +CXXFLAGS = -pipe -fno-keep-inline-dllexport -O2 -frtti -Wall -Wextra -fexceptions -mthreads $(DEFINES) +INCPATH = -I"..\BlueC" -I"." -I"C:\Qt\Qt5.4.1\5.4\mingw491_32\include" -I"C:\Qt\Qt5.4.1\5.4\mingw491_32\include\QtPrintSupport" -I"C:\Qt\Qt5.4.1\5.4\mingw491_32\include\QtWidgets" -I"C:\Qt\Qt5.4.1\5.4\mingw491_32\include\QtGui" -I"C:\Qt\Qt5.4.1\5.4\mingw491_32\include\QtSerialPort" -I"C:\Qt\Qt5.4.1\5.4\mingw491_32\include\QtCore" -I"release" -I"." -I"C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\win32-g++" +LINKER = g++ +LFLAGS = -Wl,-s -Wl,-subsystem,windows -mthreads +LIBS = -lglu32 -lopengl32 -lgdi32 -luser32 -lmingw32 -LC:/Qt/Qt5.4.1/5.4/mingw491_32/lib -lqtmain -LC:\mingw491\mingw32\lib -LC:\Utils\icu32_53_1_mingw482\lib -LC:\utils\postgresql\pgsql\lib -LC:\utils\mysql\mysql\lib -LC:\opensll\lib -lshell32 -LC:\Qt\Qt5.4.1\5.4\mingw491_32/lib -lQt5PrintSupport -lQt5Widgets -lQt5Gui -lQt5SerialPort -lQt5Core +QMAKE = C:\Qt\Qt5.4.1\5.4\mingw491_32\bin\qmake.exe +IDC = idc +IDL = midl +ZIP = zip -r -9 +DEF_FILE = +RES_FILE = +COPY = copy /y +SED = $(QMAKE) -install sed +COPY_FILE = $(COPY) +COPY_DIR = xcopy /s /q /y /i +DEL_FILE = del +DEL_DIR = rmdir +MOVE = move +CHK_DIR_EXISTS= if not exist +MKDIR = mkdir +INSTALL_FILE = $(COPY_FILE) +INSTALL_PROGRAM = $(COPY_FILE) +INSTALL_DIR = $(COPY_DIR) + +####### Output directory + +OBJECTS_DIR = release + +####### Files + +SOURCES = ..\BlueC\main.cpp \ + ..\BlueC\mainwindow.cpp \ + ..\BlueC\qcustomplot.cpp release\moc_mainwindow.cpp \ + release\moc_qcustomplot.cpp +OBJECTS = release/main.o \ + release/mainwindow.o \ + release/qcustomplot.o \ + release/moc_mainwindow.o \ + release/moc_qcustomplot.o + +DIST = ..\BlueC\mainwindow.h \ + ..\BlueC\qcustomplot.h ..\BlueC\main.cpp \ + ..\BlueC\mainwindow.cpp \ + ..\BlueC\qcustomplot.cpp +QMAKE_TARGET = BlueC +DESTDIR = release\ #avoid trailing-slash linebreak +TARGET = BlueC.exe +DESTDIR_TARGET = release\BlueC.exe + +####### Implicit rules + +.SUFFIXES: .cpp .cc .cxx .c + +.cpp.o: + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $< + +.cc.o: + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $< + +.cxx.o: + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $< + +.c.o: + $(CC) -c $(CFLAGS) $(INCPATH) -o $@ $< + +####### Build rules + +first: all +all: Makefile.Release $(DESTDIR_TARGET) + +$(DESTDIR_TARGET): ui_mainwindow.h $(OBJECTS) + $(LINKER) $(LFLAGS) -o $(DESTDIR_TARGET) $(OBJECTS) $(LIBS) + +qmake: FORCE + @$(QMAKE) -spec win32-g++ CONFIG+=debug -o Makefile.Release ..\BlueC\BlueC.pro + +qmake_all: FORCE + +dist: + $(ZIP) BlueC.zip $(SOURCES) $(DIST) ..\BlueC\BlueC.pro C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\features\spec_pre.prf C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\qdevice.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\features\device_config.prf C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\common\shell-win32.conf C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\qconfig.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_axbase.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_axbase_private.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_axcontainer.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_axcontainer_private.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_axserver.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_axserver_private.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_bluetooth.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_bluetooth_private.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_bootstrap_private.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_clucene_private.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_concurrent.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_concurrent_private.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_core.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_core_private.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_dbus.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_dbus_private.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_declarative.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_declarative_private.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_designer.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_designer_private.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_designercomponents_private.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_enginio.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_enginio_private.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_gui.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_gui_private.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_help.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_help_private.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_location.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_location_private.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_multimedia.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_multimedia_private.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_multimediawidgets.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_multimediawidgets_private.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_network.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_network_private.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_nfc.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_nfc_private.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_opengl.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_opengl_private.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_openglextensions.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_openglextensions_private.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_platformsupport_private.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_positioning.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_positioning_private.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_printsupport.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_printsupport_private.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_qml.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_qml_private.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_qmldevtools_private.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_qmltest.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_qmltest_private.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_qtmultimediaquicktools_private.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_quick.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_quick_private.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_quickparticles_private.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_quickwidgets.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_quickwidgets_private.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_script.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_script_private.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_scripttools.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_scripttools_private.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_sensors.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_sensors_private.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_serialport.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_serialport_private.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_sql.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_sql_private.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_svg.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_svg_private.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_testlib.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_testlib_private.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_uitools.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_uitools_private.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_webchannel.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_webchannel_private.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_webkit.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_webkit_private.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_webkitwidgets.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_webkitwidgets_private.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_websockets.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_websockets_private.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_webview.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_webview_private.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_widgets.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_widgets_private.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_winextras.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_winextras_private.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_xml.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_xml_private.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_xmlpatterns.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\modules\qt_lib_xmlpatterns_private.pri C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\features\qt_functions.prf C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\features\qt_config.prf C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\features\win32\qt_config.prf C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\win32-g++\qmake.conf C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\features\spec_post.prf C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\features\exclusive_builds.prf C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\features\default_pre.prf C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\features\win32\default_pre.prf C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\features\resolve_config.prf C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\features\exclusive_builds_post.prf C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\features\default_post.prf C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\features\build_pass.prf C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\features\win32\rtti.prf C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\features\precompile_header.prf C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\features\warn_on.prf C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\features\qt.prf C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\features\resources.prf C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\features\moc.prf C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\features\win32\opengl.prf C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\features\uic.prf C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\features\win32\windows.prf C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\features\testcase_targets.prf C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\features\exceptions.prf C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\features\yacc.prf C:\Qt\Qt5.4.1\5.4\mingw491_32\mkspecs\features\lex.prf ..\BlueC\BlueC.pro C:/Qt/Qt5.4.1/5.4/mingw491_32/lib/qtmain.prl C:/Qt/Qt5.4.1/5.4/mingw491_32/lib/Qt5Core.prl C:/Qt/Qt5.4.1/5.4/mingw491_32/lib/Qt5PrintSupport.prl C:/Qt/Qt5.4.1/5.4/mingw491_32/lib/Qt5Widgets.prl C:/Qt/Qt5.4.1/5.4/mingw491_32/lib/Qt5Gui.prl C:/Qt/Qt5.4.1/5.4/mingw491_32/lib/Qt5SerialPort.prl NO_PCH_SOURCES RESOURCES HEADERS SOURCES OBJECTIVE_SOURCES FORMS YACCSOURCES YACCSOURCES LEXSOURCES + +clean: compiler_clean + -$(DEL_FILE) release\main.o release\mainwindow.o release\qcustomplot.o release\moc_mainwindow.o release\moc_qcustomplot.o + +distclean: clean + -$(DEL_FILE) $(DESTDIR_TARGET) + -$(DEL_FILE) Makefile.Release + +mocclean: compiler_moc_header_clean compiler_moc_source_clean + +mocables: compiler_moc_header_make_all compiler_moc_source_make_all + +check: first + +compiler_no_pch_compiler_make_all: +compiler_no_pch_compiler_clean: +compiler_rcc_make_all: +compiler_rcc_clean: +compiler_moc_header_make_all: release/moc_mainwindow.cpp release/moc_qcustomplot.cpp +compiler_moc_header_clean: + -$(DEL_FILE) release\moc_mainwindow.cpp release\moc_qcustomplot.cpp +release/moc_mainwindow.cpp: C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/QMainWindow \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qmainwindow.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qwidget.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qwindowdefs.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qglobal.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qconfig.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qfeatures.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qsystemdetection.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qprocessordetection.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qcompilerdetection.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qtypeinfo.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qtypetraits.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qsysinfo.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qlogging.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qflags.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qatomic.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qbasicatomic.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qatomic_bootstrap.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qgenericatomic.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qatomic_msvc.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qatomic_armv7.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qatomic_armv6.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qatomic_armv5.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qatomic_ia64.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qatomic_mips.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qatomic_x86.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qatomic_cxx11.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qatomic_gcc.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qatomic_unix.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qglobalstatic.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qmutex.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qnumeric.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qobjectdefs.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qnamespace.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qobjectdefs_impl.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qwindowdefs_win.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qobject.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qstring.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qchar.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qbytearray.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qrefcount.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qarraydata.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qstringbuilder.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qlist.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qalgorithms.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qiterator.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qbytearraylist.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qcoreevent.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qscopedpointer.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qmetatype.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qvarlengtharray.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qcontainerfwd.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qisenum.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qobject_impl.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qmargins.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qpaintdevice.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qrect.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qsize.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qpoint.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qpalette.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qcolor.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qrgb.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qstringlist.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qdatastream.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qiodevice.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qpair.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qregexp.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qstringmatcher.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qbrush.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qvector.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qmatrix.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qpolygon.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qregion.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qline.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qtransform.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qpainterpath.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qimage.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qpixelformat.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qpixmap.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qsharedpointer.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qshareddata.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qhash.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qsharedpointer_impl.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qfont.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qfontmetrics.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qfontinfo.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qsizepolicy.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qcursor.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qkeysequence.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qevent.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qvariant.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qmap.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qdebug.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qtextstream.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qlocale.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qset.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qcontiguouscache.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qurl.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qurlquery.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qfile.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qfiledevice.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qvector2d.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qtouchdevice.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qtabwidget.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qicon.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/QThread \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qthread.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/QtMath \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qmath.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtSerialPort/QSerialPort \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtSerialPort/qserialport.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtSerialPort/qserialportglobal.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtSerialPort/QSerialPortInfo \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtSerialPort/qserialportinfo.h \ + ../BlueC/mainwindow.h + C:\Qt\Qt5.4.1\5.4\mingw491_32\bin\moc.exe $(DEFINES) -D__GNUC__ -DWIN32 -IC:/Qt/Qt5.4.1/5.4/mingw491_32/mkspecs/win32-g++ -IC:/Users/yikes/OneDrive/Documents/BlueC -IC:/Qt/Qt5.4.1/5.4/mingw491_32/include -IC:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtPrintSupport -IC:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets -IC:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui -IC:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtSerialPort -IC:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore -I. ..\BlueC\mainwindow.h -o release\moc_mainwindow.cpp + +release/moc_qcustomplot.cpp: C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/QObject \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qobject.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qobjectdefs.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qnamespace.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qglobal.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qconfig.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qfeatures.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qsystemdetection.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qprocessordetection.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qcompilerdetection.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qtypeinfo.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qtypetraits.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qsysinfo.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qlogging.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qflags.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qatomic.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qbasicatomic.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qatomic_bootstrap.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qgenericatomic.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qatomic_msvc.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qatomic_armv7.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qatomic_armv6.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qatomic_armv5.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qatomic_ia64.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qatomic_mips.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qatomic_x86.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qatomic_cxx11.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qatomic_gcc.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qatomic_unix.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qglobalstatic.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qmutex.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qnumeric.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qobjectdefs_impl.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qstring.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qchar.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qbytearray.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qrefcount.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qarraydata.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qstringbuilder.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qlist.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qalgorithms.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qiterator.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qbytearraylist.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qcoreevent.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qscopedpointer.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qmetatype.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qvarlengtharray.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qcontainerfwd.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qisenum.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qobject_impl.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/QPointer \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qpointer.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qsharedpointer.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qshareddata.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qhash.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qpair.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qsharedpointer_impl.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/QWidget \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qwidget.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qwindowdefs.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qwindowdefs_win.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qmargins.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qpaintdevice.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qrect.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qsize.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qpoint.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qpalette.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qcolor.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qrgb.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qstringlist.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qdatastream.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qiodevice.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qregexp.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qstringmatcher.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qbrush.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qvector.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qmatrix.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qpolygon.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qregion.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qline.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qtransform.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qpainterpath.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qimage.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qpixelformat.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qpixmap.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qfont.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qfontmetrics.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qfontinfo.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qsizepolicy.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qcursor.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qkeysequence.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qevent.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qvariant.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qmap.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qdebug.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qtextstream.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qlocale.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qset.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qcontiguouscache.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qurl.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qurlquery.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qfile.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qfiledevice.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qvector2d.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qtouchdevice.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/QPainter \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qpainter.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qtextoption.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qpen.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/QPaintEvent \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/QMouseEvent \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/QPixmap \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/QVector \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/QString \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/QDateTime \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qdatetime.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/QMultiMap \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/QFlags \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/QDebug \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/QVector2D \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/QStack \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qstack.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/QCache \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qcache.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/QMargins \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qmath.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtPrintSupport/QPrinter \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtPrintSupport/qprinter.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qpagedpaintdevice.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qpagelayout.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qpagesize.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtPrintSupport/qtprintsupportglobal.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtPrintSupport/QPrintEngine \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtPrintSupport/qprintengine.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/QtNumeric \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtPrintSupport/QtPrintSupport \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtPrintSupport/QtPrintSupportDepends \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/QtCore \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/QtCoreDepends \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qabstractanimation.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qanimationgroup.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qparallelanimationgroup.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qpauseanimation.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qpropertyanimation.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qvariantanimation.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qeasingcurve.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qsequentialanimationgroup.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qtextcodec.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qendian.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qlibraryinfo.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qbuffer.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qdir.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qfileinfo.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qdiriterator.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qfileselector.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/QStringList \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qfilesystemwatcher.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qlockfile.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qloggingcategory.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qprocess.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qresource.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qsavefile.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qsettings.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qstandardpaths.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qstorageinfo.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qtemporarydir.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/QScopedPointer \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qtemporaryfile.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qabstractitemmodel.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qabstractproxymodel.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qidentityproxymodel.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qitemselectionmodel.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qsortfilterproxymodel.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qstringlistmodel.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qjsonarray.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qjsonvalue.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qjsondocument.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qjsonobject.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qabstracteventdispatcher.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qeventloop.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qabstractnativeeventfilter.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qbasictimer.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qcoreapplication.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qmetaobject.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qmimedata.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qobjectcleanuphandler.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qsharedmemory.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qsignalmapper.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qsocketnotifier.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qsystemsemaphore.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qtimer.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qtranslator.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qwineventnotifier.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qmimedatabase.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qmimetype.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qfactoryinterface.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qlibrary.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qplugin.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qpluginloader.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/quuid.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qabstractstate.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qabstracttransition.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qeventtransition.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qfinalstate.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qhistorystate.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qsignaltransition.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qstate.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qstatemachine.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qexception.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qfuture.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qfutureinterface.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qrunnable.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qresultstore.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qfuturesynchronizer.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qfuturewatcher.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qreadwritelock.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qsemaphore.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qthread.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qthreadpool.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qthreadstorage.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qwaitcondition.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qarraydataops.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qarraydatapointer.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qbitarray.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qbytearraymatcher.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qcollator.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qcommandlineoption.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qcommandlineparser.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qcryptographichash.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qelapsedtimer.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qlinkedlist.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qmessageauthenticationcode.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qqueue.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qregularexpression.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qscopedvaluerollback.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qtextboundaryfinder.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qtimeline.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qtimezone.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qxmlstream.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qtcoreversion.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/QtGui \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/QtGuiDepends \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qaccessible.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qaccessiblebridge.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qaccessibleobject.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qaccessibleplugin.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qbitmap.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qicon.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qiconengine.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qiconengineplugin.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qimageiohandler.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qimagereader.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qimagewriter.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qmovie.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qpicture.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qpictureformatplugin.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qpixmapcache.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qstandarditemmodel.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qclipboard.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qdrag.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qgenericplugin.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qgenericpluginfactory.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qguiapplication.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qinputmethod.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qoffscreensurface.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qsurface.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qsurfaceformat.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qopenglcontext.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/QSurfaceFormat \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qopengl.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qt_windows.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qopengles2ext.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qopenglext.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qopenglversionfunctions.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qopenglwindow.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/QPaintDeviceWindow \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qpaintdevicewindow.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/QWindow \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qwindow.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/QEvent \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/QRect \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/QPaintDevice \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/QOpenGLContext \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/QImage \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qrasterwindow.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qscreen.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/QList \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/QSize \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/QSizeF \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/QTransform \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qsessionmanager.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qstylehints.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qgenericmatrix.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qmatrix4x4.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qvector3d.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qvector4d.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qquaternion.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qopenglbuffer.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qopengldebug.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qopenglframebufferobject.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qopenglfunctions.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qopenglpaintdevice.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qopenglpixeltransferoptions.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/QSharedDataPointer \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qopenglshaderprogram.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qopengltexture.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qopengltimerquery.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qopenglvertexarrayobject.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qbackingstore.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qpaintengine.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qpdfwriter.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qabstracttextdocumentlayout.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qtextlayout.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qtextformat.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qglyphrun.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qrawfont.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qfontdatabase.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qtextcursor.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qtextdocument.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qstatictext.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qsyntaxhighlighter.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qtextobject.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qtextdocumentfragment.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qtextdocumentwriter.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qtextlist.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qtexttable.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qdesktopservices.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qvalidator.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qtguiversion.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/QtWidgets \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/QtWidgetsDepends \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/complexwidgets.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qaccessiblewidget.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qabstractitemview.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qabstractscrollarea.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qframe.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qabstractitemdelegate.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qstyleoption.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qabstractspinbox.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qslider.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qabstractslider.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qstyle.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qtabbar.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qtabwidget.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qrubberband.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/itemviews.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qheaderview.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qaccessiblemenu.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qaccessiblewidgets.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/QPair \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/rangecontrols.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/simplewidgets.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qcolordialog.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qdialog.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qerrormessage.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qfiledialog.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qfilesystemmodel.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qfontdialog.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qinputdialog.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qlineedit.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qmessagebox.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qprogressdialog.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qwizard.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qgraphicseffect.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qgraphicsanchorlayout.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qgraphicsitem.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qgraphicslayout.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qgraphicslayoutitem.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qgraphicsgridlayout.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qgraphicsitemanimation.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qgraphicslinearlayout.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qgraphicsproxywidget.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qgraphicswidget.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qgraphicsscene.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qgraphicssceneevent.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qgraphicstransform.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/QVector3D \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/QMatrix4x4 \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qgraphicsview.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qscrollarea.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qcolumnview.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qdatawidgetmapper.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qdirmodel.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qfileiconprovider.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qitemdelegate.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qitemeditorfactory.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qlistview.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qlistwidget.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qstyleditemdelegate.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qtableview.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qtablewidget.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qtreeview.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qtreewidget.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qtreewidgetitemiterator.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qaction.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qactiongroup.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qapplication.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qdesktopwidget.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qboxlayout.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qlayout.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qlayoutitem.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qgridlayout.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qformlayout.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/QLayout \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qgesture.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qgesturerecognizer.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qopenglwidget.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qshortcut.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qstackedlayout.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qtooltip.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qwhatsthis.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qwidgetaction.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qkeyeventtransition.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qmouseeventtransition.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qcommonstyle.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qdrawutil.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qproxystyle.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/QCommonStyle \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qstylefactory.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qstylepainter.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qstyleplugin.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qcolormap.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qcompleter.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qscroller.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/QPointF \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/QScrollerProperties \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qscrollerproperties.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/QMetaType \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/QVariant \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qsystemtrayicon.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qundogroup.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qundostack.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qundoview.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qabstractbutton.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qbuttongroup.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qcalendarwidget.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qcheckbox.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qcombobox.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qcommandlinkbutton.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qpushbutton.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qdatetimeedit.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qdial.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qdialogbuttonbox.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qdockwidget.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qfocusframe.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qfontcombobox.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qgroupbox.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qkeysequenceedit.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qlabel.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qlcdnumber.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qmainwindow.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qmdiarea.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qmdisubwindow.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qmenu.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qmenubar.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qplaintextedit.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qtextedit.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qprogressbar.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qradiobutton.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qscrollbar.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qsizegrip.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qspinbox.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qsplashscreen.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qsplitter.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qstackedwidget.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qstatusbar.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qtextbrowser.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qtoolbar.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qtoolbox.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qtoolbutton.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qtwidgetsversion.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtPrintSupport/qabstractprintdialog.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtPrintSupport/qpagesetupdialog.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtPrintSupport/qprintdialog.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtPrintSupport/qprintpreviewdialog.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtPrintSupport/qprinterinfo.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtPrintSupport/qprintpreviewwidget.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtPrintSupport/qtprintsupportversion.h \ + ../BlueC/qcustomplot.h + C:\Qt\Qt5.4.1\5.4\mingw491_32\bin\moc.exe $(DEFINES) -D__GNUC__ -DWIN32 -IC:/Qt/Qt5.4.1/5.4/mingw491_32/mkspecs/win32-g++ -IC:/Users/yikes/OneDrive/Documents/BlueC -IC:/Qt/Qt5.4.1/5.4/mingw491_32/include -IC:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtPrintSupport -IC:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets -IC:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui -IC:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtSerialPort -IC:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore -I. ..\BlueC\qcustomplot.h -o release\moc_qcustomplot.cpp + +compiler_moc_source_make_all: +compiler_moc_source_clean: +compiler_uic_make_all: ui_mainwindow.h +compiler_uic_clean: + -$(DEL_FILE) ui_mainwindow.h +ui_mainwindow.h: ../BlueC/mainwindow.ui + C:\Qt\Qt5.4.1\5.4\mingw491_32\bin\uic.exe ..\BlueC\mainwindow.ui -o ui_mainwindow.h + +compiler_yacc_decl_make_all: +compiler_yacc_decl_clean: +compiler_yacc_impl_make_all: +compiler_yacc_impl_clean: +compiler_lex_make_all: +compiler_lex_clean: +compiler_clean: compiler_moc_header_clean compiler_uic_clean + + + +####### Compile + +release/main.o: ../BlueC/main.cpp ../BlueC/mainwindow.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/QMainWindow \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qmainwindow.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qwidget.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qwindowdefs.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qglobal.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qconfig.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qfeatures.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qsystemdetection.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qprocessordetection.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qcompilerdetection.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qtypeinfo.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qtypetraits.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qsysinfo.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qlogging.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qflags.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qatomic.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qbasicatomic.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qatomic_bootstrap.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qgenericatomic.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qatomic_msvc.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qatomic_armv7.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qatomic_armv6.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qatomic_armv5.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qatomic_ia64.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qatomic_mips.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qatomic_x86.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qatomic_cxx11.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qatomic_gcc.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qatomic_unix.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qglobalstatic.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qmutex.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qnumeric.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qobjectdefs.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qnamespace.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qobjectdefs_impl.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qwindowdefs_win.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qobject.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qstring.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qchar.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qbytearray.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qrefcount.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qarraydata.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qstringbuilder.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qlist.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qalgorithms.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qiterator.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qbytearraylist.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qcoreevent.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qscopedpointer.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qmetatype.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qvarlengtharray.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qcontainerfwd.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qisenum.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qobject_impl.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qmargins.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qpaintdevice.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qrect.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qsize.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qpoint.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qpalette.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qcolor.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qrgb.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qstringlist.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qdatastream.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qiodevice.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qpair.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qregexp.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qstringmatcher.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qbrush.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qvector.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qmatrix.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qpolygon.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qregion.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qline.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qtransform.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qpainterpath.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qimage.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qpixelformat.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qpixmap.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qsharedpointer.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qshareddata.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qhash.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qsharedpointer_impl.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qfont.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qfontmetrics.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qfontinfo.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qsizepolicy.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qcursor.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qkeysequence.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qevent.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qvariant.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qmap.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qdebug.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qtextstream.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qlocale.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qset.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qcontiguouscache.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qurl.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qurlquery.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qfile.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qfiledevice.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qvector2d.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qtouchdevice.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qtabwidget.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qicon.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/QThread \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qthread.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/QtMath \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qmath.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtSerialPort/QSerialPort \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtSerialPort/qserialport.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtSerialPort/qserialportglobal.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtSerialPort/QSerialPortInfo \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtSerialPort/qserialportinfo.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/QApplication \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qapplication.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qcoreapplication.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qeventloop.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qdesktopwidget.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qguiapplication.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qinputmethod.h + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\main.o ..\BlueC\main.cpp + +release/mainwindow.o: ../BlueC/mainwindow.cpp ../BlueC/mainwindow.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/QMainWindow \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qmainwindow.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qwidget.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qwindowdefs.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qglobal.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qconfig.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qfeatures.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qsystemdetection.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qprocessordetection.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qcompilerdetection.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qtypeinfo.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qtypetraits.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qsysinfo.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qlogging.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qflags.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qatomic.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qbasicatomic.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qatomic_bootstrap.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qgenericatomic.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qatomic_msvc.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qatomic_armv7.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qatomic_armv6.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qatomic_armv5.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qatomic_ia64.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qatomic_mips.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qatomic_x86.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qatomic_cxx11.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qatomic_gcc.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qatomic_unix.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qglobalstatic.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qmutex.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qnumeric.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qobjectdefs.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qnamespace.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qobjectdefs_impl.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qwindowdefs_win.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qobject.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qstring.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qchar.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qbytearray.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qrefcount.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qarraydata.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qstringbuilder.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qlist.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qalgorithms.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qiterator.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qbytearraylist.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qcoreevent.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qscopedpointer.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qmetatype.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qvarlengtharray.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qcontainerfwd.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qisenum.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qobject_impl.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qmargins.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qpaintdevice.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qrect.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qsize.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qpoint.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qpalette.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qcolor.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qrgb.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qstringlist.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qdatastream.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qiodevice.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qpair.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qregexp.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qstringmatcher.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qbrush.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qvector.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qmatrix.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qpolygon.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qregion.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qline.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qtransform.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qpainterpath.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qimage.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qpixelformat.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qpixmap.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qsharedpointer.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qshareddata.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qhash.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qsharedpointer_impl.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qfont.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qfontmetrics.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qfontinfo.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qsizepolicy.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qcursor.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qkeysequence.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qevent.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qvariant.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qmap.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qdebug.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qtextstream.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qlocale.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qset.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qcontiguouscache.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qurl.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qurlquery.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qfile.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qfiledevice.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qvector2d.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qtouchdevice.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qtabwidget.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qicon.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/QThread \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qthread.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/QtMath \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qmath.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtSerialPort/QSerialPort \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtSerialPort/qserialport.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtSerialPort/qserialportglobal.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtSerialPort/QSerialPortInfo \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtSerialPort/qserialportinfo.h \ + ui_mainwindow.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/QVariant \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/QAction \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qaction.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qactiongroup.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/QApplication \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qapplication.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qcoreapplication.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qeventloop.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qdesktopwidget.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qguiapplication.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qinputmethod.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/QButtonGroup \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qbuttongroup.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/QFrame \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qframe.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/QHBoxLayout \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qboxlayout.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qlayout.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qlayoutitem.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qgridlayout.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/QHeaderView \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qheaderview.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qabstractitemview.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qabstractscrollarea.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qabstractitemmodel.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qitemselectionmodel.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qabstractitemdelegate.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qstyleoption.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qabstractspinbox.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qvalidator.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qregularexpression.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qslider.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qabstractslider.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qstyle.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qtabbar.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qrubberband.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/QLabel \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qlabel.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/QLineEdit \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qlineedit.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qtextcursor.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qtextformat.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qpen.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qtextoption.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/QMenuBar \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qmenubar.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qmenu.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/QRadioButton \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qradiobutton.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qabstractbutton.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/QSlider \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/QStatusBar \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qstatusbar.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/QTextBrowser \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qtextbrowser.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qtextedit.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qtextdocument.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/QToolBar \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qtoolbar.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/QVBoxLayout \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/QWidget \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/QKeyEvent \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/QDebug \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/QCoreApplication + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\mainwindow.o ..\BlueC\mainwindow.cpp + +release/qcustomplot.o: ../BlueC/qcustomplot.cpp ../BlueC/qcustomplot.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/QObject \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qobject.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qobjectdefs.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qnamespace.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qglobal.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qconfig.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qfeatures.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qsystemdetection.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qprocessordetection.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qcompilerdetection.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qtypeinfo.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qtypetraits.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qsysinfo.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qlogging.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qflags.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qatomic.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qbasicatomic.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qatomic_bootstrap.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qgenericatomic.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qatomic_msvc.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qatomic_armv7.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qatomic_armv6.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qatomic_armv5.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qatomic_ia64.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qatomic_mips.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qatomic_x86.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qatomic_cxx11.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qatomic_gcc.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qatomic_unix.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qglobalstatic.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qmutex.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qnumeric.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qobjectdefs_impl.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qstring.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qchar.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qbytearray.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qrefcount.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qarraydata.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qstringbuilder.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qlist.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qalgorithms.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qiterator.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qbytearraylist.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qcoreevent.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qscopedpointer.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qmetatype.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qvarlengtharray.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qcontainerfwd.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qisenum.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qobject_impl.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/QPointer \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qpointer.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qsharedpointer.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qshareddata.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qhash.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qpair.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qsharedpointer_impl.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/QWidget \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qwidget.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qwindowdefs.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qwindowdefs_win.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qmargins.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qpaintdevice.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qrect.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qsize.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qpoint.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qpalette.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qcolor.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qrgb.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qstringlist.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qdatastream.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qiodevice.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qregexp.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qstringmatcher.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qbrush.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qvector.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qmatrix.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qpolygon.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qregion.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qline.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qtransform.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qpainterpath.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qimage.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qpixelformat.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qpixmap.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qfont.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qfontmetrics.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qfontinfo.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qsizepolicy.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qcursor.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qkeysequence.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qevent.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qvariant.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qmap.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qdebug.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qtextstream.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qlocale.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qset.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qcontiguouscache.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qurl.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qurlquery.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qfile.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qfiledevice.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qvector2d.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qtouchdevice.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/QPainter \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qpainter.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qtextoption.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qpen.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/QPaintEvent \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/QMouseEvent \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/QPixmap \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/QVector \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/QString \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/QDateTime \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qdatetime.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/QMultiMap \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/QFlags \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/QDebug \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/QVector2D \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/QStack \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qstack.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/QCache \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qcache.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/QMargins \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qmath.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtPrintSupport/QPrinter \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtPrintSupport/qprinter.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qpagedpaintdevice.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qpagelayout.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qpagesize.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtPrintSupport/qtprintsupportglobal.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtPrintSupport/QPrintEngine \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtPrintSupport/qprintengine.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/QtNumeric \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtPrintSupport/QtPrintSupport \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtPrintSupport/QtPrintSupportDepends \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/QtCore \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/QtCoreDepends \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qabstractanimation.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qanimationgroup.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qparallelanimationgroup.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qpauseanimation.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qpropertyanimation.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qvariantanimation.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qeasingcurve.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qsequentialanimationgroup.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qtextcodec.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qendian.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qlibraryinfo.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qbuffer.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qdir.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qfileinfo.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qdiriterator.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qfileselector.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/QStringList \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qfilesystemwatcher.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qlockfile.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qloggingcategory.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qprocess.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qresource.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qsavefile.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qsettings.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qstandardpaths.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qstorageinfo.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qtemporarydir.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/QScopedPointer \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qtemporaryfile.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qabstractitemmodel.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qabstractproxymodel.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qidentityproxymodel.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qitemselectionmodel.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qsortfilterproxymodel.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qstringlistmodel.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qjsonarray.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qjsonvalue.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qjsondocument.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qjsonobject.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qabstracteventdispatcher.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qeventloop.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qabstractnativeeventfilter.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qbasictimer.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qcoreapplication.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qmetaobject.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qmimedata.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qobjectcleanuphandler.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qsharedmemory.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qsignalmapper.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qsocketnotifier.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qsystemsemaphore.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qtimer.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qtranslator.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qwineventnotifier.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qmimedatabase.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qmimetype.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qfactoryinterface.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qlibrary.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qplugin.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qpluginloader.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/quuid.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qabstractstate.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qabstracttransition.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qeventtransition.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qfinalstate.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qhistorystate.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qsignaltransition.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qstate.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qstatemachine.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qexception.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qfuture.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qfutureinterface.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qrunnable.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qresultstore.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qfuturesynchronizer.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qfuturewatcher.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qreadwritelock.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qsemaphore.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qthread.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qthreadpool.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qthreadstorage.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qwaitcondition.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qarraydataops.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qarraydatapointer.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qbitarray.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qbytearraymatcher.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qcollator.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qcommandlineoption.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qcommandlineparser.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qcryptographichash.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qelapsedtimer.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qlinkedlist.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qmessageauthenticationcode.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qqueue.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qregularexpression.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qscopedvaluerollback.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qtextboundaryfinder.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qtimeline.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qtimezone.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qxmlstream.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qtcoreversion.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/QtGui \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/QtGuiDepends \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qaccessible.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qaccessiblebridge.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qaccessibleobject.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qaccessibleplugin.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qbitmap.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qicon.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qiconengine.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qiconengineplugin.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qimageiohandler.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qimagereader.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qimagewriter.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qmovie.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qpicture.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qpictureformatplugin.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qpixmapcache.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qstandarditemmodel.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qclipboard.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qdrag.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qgenericplugin.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qgenericpluginfactory.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qguiapplication.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qinputmethod.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qoffscreensurface.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qsurface.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qsurfaceformat.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qopenglcontext.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/QSurfaceFormat \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qopengl.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/qt_windows.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qopengles2ext.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qopenglext.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qopenglversionfunctions.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qopenglwindow.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/QPaintDeviceWindow \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qpaintdevicewindow.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/QWindow \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qwindow.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/QEvent \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/QRect \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/QPaintDevice \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/QOpenGLContext \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/QImage \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qrasterwindow.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qscreen.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/QList \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/QSize \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/QSizeF \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/QTransform \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qsessionmanager.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qstylehints.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qgenericmatrix.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qmatrix4x4.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qvector3d.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qvector4d.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qquaternion.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qopenglbuffer.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qopengldebug.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qopenglframebufferobject.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qopenglfunctions.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qopenglpaintdevice.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qopenglpixeltransferoptions.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/QSharedDataPointer \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qopenglshaderprogram.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qopengltexture.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qopengltimerquery.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qopenglvertexarrayobject.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qbackingstore.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qpaintengine.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qpdfwriter.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qabstracttextdocumentlayout.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qtextlayout.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qtextformat.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qglyphrun.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qrawfont.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qfontdatabase.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qtextcursor.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qtextdocument.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qstatictext.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qsyntaxhighlighter.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qtextobject.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qtextdocumentfragment.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qtextdocumentwriter.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qtextlist.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qtexttable.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qdesktopservices.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qvalidator.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/qtguiversion.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/QtWidgets \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/QtWidgetsDepends \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/complexwidgets.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qaccessiblewidget.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qabstractitemview.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qabstractscrollarea.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qframe.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qabstractitemdelegate.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qstyleoption.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qabstractspinbox.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qslider.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qabstractslider.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qstyle.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qtabbar.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qtabwidget.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qrubberband.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/itemviews.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qheaderview.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qaccessiblemenu.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qaccessiblewidgets.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/QPair \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/rangecontrols.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/simplewidgets.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qcolordialog.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qdialog.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qerrormessage.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qfiledialog.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qfilesystemmodel.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qfontdialog.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qinputdialog.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qlineedit.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qmessagebox.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qprogressdialog.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qwizard.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qgraphicseffect.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qgraphicsanchorlayout.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qgraphicsitem.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qgraphicslayout.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qgraphicslayoutitem.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qgraphicsgridlayout.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qgraphicsitemanimation.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qgraphicslinearlayout.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qgraphicsproxywidget.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qgraphicswidget.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qgraphicsscene.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qgraphicssceneevent.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qgraphicstransform.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/QVector3D \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtGui/QMatrix4x4 \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qgraphicsview.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qscrollarea.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qcolumnview.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qdatawidgetmapper.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qdirmodel.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qfileiconprovider.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qitemdelegate.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qitemeditorfactory.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qlistview.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qlistwidget.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qstyleditemdelegate.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qtableview.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qtablewidget.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qtreeview.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qtreewidget.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qtreewidgetitemiterator.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qaction.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qactiongroup.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qapplication.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qdesktopwidget.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qboxlayout.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qlayout.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qlayoutitem.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qgridlayout.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qformlayout.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/QLayout \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qgesture.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qgesturerecognizer.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qopenglwidget.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qshortcut.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qstackedlayout.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qtooltip.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qwhatsthis.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qwidgetaction.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qkeyeventtransition.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qmouseeventtransition.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qcommonstyle.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qdrawutil.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qproxystyle.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/QCommonStyle \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qstylefactory.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qstylepainter.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qstyleplugin.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qcolormap.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qcompleter.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qscroller.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/QPointF \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/QScrollerProperties \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qscrollerproperties.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/QMetaType \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtCore/QVariant \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qsystemtrayicon.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qundogroup.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qundostack.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qundoview.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qabstractbutton.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qbuttongroup.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qcalendarwidget.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qcheckbox.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qcombobox.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qcommandlinkbutton.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qpushbutton.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qdatetimeedit.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qdial.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qdialogbuttonbox.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qdockwidget.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qfocusframe.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qfontcombobox.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qgroupbox.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qkeysequenceedit.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qlabel.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qlcdnumber.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qmainwindow.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qmdiarea.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qmdisubwindow.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qmenu.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qmenubar.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qplaintextedit.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qtextedit.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qprogressbar.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qradiobutton.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qscrollbar.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qsizegrip.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qspinbox.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qsplashscreen.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qsplitter.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qstackedwidget.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qstatusbar.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qtextbrowser.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qtoolbar.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qtoolbox.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qtoolbutton.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtWidgets/qtwidgetsversion.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtPrintSupport/qabstractprintdialog.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtPrintSupport/qpagesetupdialog.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtPrintSupport/qprintdialog.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtPrintSupport/qprintpreviewdialog.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtPrintSupport/qprinterinfo.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtPrintSupport/qprintpreviewwidget.h \ + C:/Qt/Qt5.4.1/5.4/mingw491_32/include/QtPrintSupport/qtprintsupportversion.h + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\qcustomplot.o ..\BlueC\qcustomplot.cpp + +release/moc_mainwindow.o: release/moc_mainwindow.cpp + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\moc_mainwindow.o release\moc_mainwindow.cpp + +release/moc_qcustomplot.o: release/moc_qcustomplot.cpp + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\moc_qcustomplot.o release\moc_qcustomplot.cpp + +####### Install + +install: FORCE + +uninstall: FORCE + +FORCE: + diff --git a/Com Port UART Control/Com Port Comm+graph Plot/v1/build-BlueC-Desktop_Qt_5_4_1_MinGW_32bit-Debug/debug/BlueC.exe b/Com Port UART Control/Com Port Comm+graph Plot/v1/build-BlueC-Desktop_Qt_5_4_1_MinGW_32bit-Debug/debug/BlueC.exe new file mode 100644 index 0000000000000000000000000000000000000000..cda860b12de56f0c543406121300d41a461bfaa0 GIT binary patch literal 5328670 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�)LX~2#h1wpT{Fc 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%0DpDk$##TJ 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

w0jm~%^R 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

W$p5l9a=iO*Ee)Gr{0Kt4ALR@;vbxc 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

KCvXM(z=xLj4N;n5FYaZ$5L9K7ebf!P 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