From 16b5049511f50053018ab9177b96caf5e408ce67 Mon Sep 17 00:00:00 2001 From: jinchao <383321154@qq.com> Date: Thu, 19 Jun 2025 14:17:24 +0800 Subject: [PATCH] =?UTF-8?q?V0.30.0.250619=5Falpha:=E7=A7=BB=E9=99=A4?= =?UTF-8?q?=E4=BA=86=E4=B9=8B=E5=89=8D=E4=BE=9D=E8=B5=96Qt=E7=9A=84?= =?UTF-8?q?=E6=89=80=E6=9C=89=E5=B7=A5=E5=85=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Release/XNEditor | Bin 472352 -> 0 bytes Release/XNIDLGen | Bin 1545992 -> 0 bytes Release/XNMonitor | Bin 3183232 -> 0 bytes Release/XNPortal | Bin 325976 -> 0 bytes Release/XNPortal.desktop | 8 - Release/XNRunner | Bin 736408 -> 0 bytes Release/XNSetEnvironment.sh | 2 - Release/XNSetIcon.sh | 7 - Release/XNSysMonitor | Bin 2157320 -> 0 bytes Release/XNWrapper | Bin 393952 -> 0 bytes Release/config/XNWrapper.xml | 2 - Release/database/XNSim.db | Bin 1224704 -> 1224704 bytes Release/resource/XNEditor.png | Bin 8896 -> 0 bytes Release/resource/XNIDLGen.png | Bin 5420 -> 0 bytes Release/resource/XNMonitor.png | Bin 8012 -> 0 bytes Release/resource/XNRunner.png | Bin 2823 -> 0 bytes Release/resource/XNSim.png | Bin 34744 -> 0 bytes Release/resource/XNSysMonitor.png | Bin 7747 -> 0 bytes Release/resource/XNWrapper.png | Bin 4192 -> 0 bytes XNEditor/.vscode/c_cpp_properties.json | 9 - XNEditor/.vscode/settings.json | 12 - XNEditor/CMakeLists.txt | 72 - XNEditor/CMakeLists.txt.user | 423 - XNEditor/main.cpp | 40 - XNEditor/mainwindow.cpp | 2225 - XNEditor/mainwindow.h | 291 - XNEditor/mainwindow.ui | 31 - XNIDLGen/.vscode/c_cpp_properties.json | 9 - XNIDLGen/.vscode/settings.json | 20 - XNIDLGen/CMakeLists.txt | 75 - XNIDLGen/CMakeLists.txt.user | 421 - XNIDLGen/main.cpp | 21 - XNIDLGen/mainwindow.cpp | 395 - XNIDLGen/mainwindow.h | 33 - XNIDLGen/mainwindow.ui | 31 - XNMonitor/.vscode/c_cpp_properties.json | 9 - XNMonitor/.vscode/settings.json | 90 - XNMonitor/CMakeLists.txt | 157 - XNMonitor/CMakeLists.txt.user | 423 - .../DataCollectionThread.cpp | 64 - .../DataCollectionThread.h | 34 - .../DataCollectionWidget.cpp | 790 - .../DataCollectionWidget.h | 39 - .../DataMonitorWidget/DataMonitorThread.cpp | 288 - .../DataMonitorWidget/DataMonitorThread.h | 144 - .../DataMonitorWidget/DataMonitorWidget.cpp | 1346 - .../DataMonitorWidget/DataMonitorWidget.h | 244 - XNMonitor/DebugWidget/DebugWidget.cpp | 168 - XNMonitor/DebugWidget/DebugWidget.h | 106 - .../ModelInfoUpdateThread.cpp | 115 - .../ModelStatusWidget/ModelInfoUpdateThread.h | 98 - .../ModelStatusWidget/ModelStatusWidget.cpp | 680 - .../ModelStatusWidget/ModelStatusWidget.h | 175 - .../ModelTopicMonitor/AerodynamicsMonitor.cpp | 96 - .../ModelTopicMonitor/AerodynamicsMonitor.h | 73 - .../GroundHandlingMonitor.cpp | 96 - .../ModelTopicMonitor/GroundHandlingMonitor.h | 73 - .../WeightBalanceMonitor.cpp | 98 - .../ModelTopicMonitor/WeightBalanceMonitor.h | 73 - .../SystemInfoUpdateThread.cpp | 173 - .../SystemInfoUpdateThread.h | 148 - .../SystemStatusWidget/SystemStatusWidget.cpp | 796 - .../SystemStatusWidget/SystemStatusWidget.h | 241 - .../TopicManager/DataReaderListenerImpl.h | 52 - XNMonitor/TopicManager/TopicManager.cpp | 16 - XNMonitor/TopicManager/TopicManager.h | 314 - XNMonitor/TopicMonitorFactory/TopicMonitor.h | 70 - .../TopicMonitorFactory.cpp | 95 - .../TopicMonitorFactory/TopicMonitorFactory.h | 64 - XNMonitor/TypeDefine.h | 267 - XNMonitor/XNCustomPlot.cpp | 54 - XNMonitor/XNCustomPlot.h | 87 - XNMonitor/main.cpp | 39 - XNMonitor/mainwindow.cpp | 287 - XNMonitor/mainwindow.h | 181 - XNMonitor/mainwindow.ui | 31 - XNMonitor/qcustomplot.cpp | 35529 ---------------- XNMonitor/qcustomplot.h | 7774 ---- XNPortal/.vscode/c_cpp_properties.json | 9 - XNPortal/CMakeLists.txt | 77 - XNPortal/CMakeLists.txt.user | 423 - XNPortal/XNPortal.desktop | 8 - XNPortal/main.cpp | 34 - XNPortal/mainwindow.cpp | 406 - XNPortal/mainwindow.h | 109 - XNPortal/mainwindow.ui | 20 - XNRunner/.vscode/c_cpp_properties.json | 9 - XNRunner/.vscode/settings.json | 9 - XNRunner/CMakeLists.txt | 101 - XNRunner/CMakeLists.txt.user | 421 - XNRunner/DataReaderListenerImpl.h | 27 - XNRunner/MonitorThread.cpp | 160 - XNRunner/MonitorThread.h | 49 - XNRunner/main.cpp | 21 - XNRunner/mainwindow.cpp | 462 - XNRunner/mainwindow.h | 56 - XNRunner/mainwindow.ui | 31 - XNSysMonitor/.vscode/c_cpp_properties.json | 9 - XNSysMonitor/.vscode/settings.json | 6 - XNSysMonitor/CMakeLists.txt | 85 - XNSysMonitor/CMakeLists.txt.user | 420 - XNSysMonitor/cpuworker.cpp | 44 - XNSysMonitor/cpuworker.h | 24 - XNSysMonitor/main.cpp | 19 - XNSysMonitor/mainwindow.cpp | 142 - XNSysMonitor/mainwindow.h | 35 - XNSysMonitor/mainwindow.ui | 31 - XNSysMonitor/qcustomplot.cpp | 35529 ---------------- XNSysMonitor/qcustomplot.h | 7774 ---- XNWrapper/.vscode/c_cpp_properties.json | 9 - XNWrapper/.vscode/settings.json | 7 - XNWrapper/CMakeLists.txt | 77 - XNWrapper/CMakeLists.txt.user | 423 - XNWrapper/GenCode.cpp | 289 - XNWrapper/GenCode.h | 46 - XNWrapper/main.cpp | 20 - XNWrapper/mainwindow.cpp | 798 - XNWrapper/mainwindow.h | 47 - XNWrapper/mainwindow.ui | 20 - qdarkstyle/dark/XNEditor.png | Bin 8896 -> 0 bytes qdarkstyle/dark/XNEngine.png | Bin 21118 -> 0 bytes qdarkstyle/dark/XNIDLGen.png | Bin 5420 -> 0 bytes qdarkstyle/dark/XNMonitor.png | Bin 8012 -> 0 bytes qdarkstyle/dark/XNRunner.png | Bin 2823 -> 0 bytes qdarkstyle/dark/XNSim.png | Bin 34744 -> 0 bytes qdarkstyle/dark/XNSysMonitor.png | Bin 7747 -> 0 bytes qdarkstyle/dark/XNWrapper.png | Bin 4192 -> 0 bytes qdarkstyle/dark/darkstyle.qrc | 232 - qdarkstyle/dark/darkstyle.qss | 2216 - qdarkstyle/dark/rc/.keep | 1 - qdarkstyle/dark/rc/arrow_down.png | Bin 518 -> 0 bytes qdarkstyle/dark/rc/arrow_down@2x.png | Bin 1023 -> 0 bytes qdarkstyle/dark/rc/arrow_down_disabled.png | Bin 546 -> 0 bytes qdarkstyle/dark/rc/arrow_down_disabled@2x.png | Bin 1068 -> 0 bytes qdarkstyle/dark/rc/arrow_down_focus.png | Bin 523 -> 0 bytes qdarkstyle/dark/rc/arrow_down_focus@2x.png | Bin 992 -> 0 bytes qdarkstyle/dark/rc/arrow_down_pressed.png | Bin 567 -> 0 bytes qdarkstyle/dark/rc/arrow_down_pressed@2x.png | Bin 1070 -> 0 bytes qdarkstyle/dark/rc/arrow_left.png | Bin 555 -> 0 bytes qdarkstyle/dark/rc/arrow_left@2x.png | Bin 1127 -> 0 bytes qdarkstyle/dark/rc/arrow_left_disabled.png | Bin 557 -> 0 bytes qdarkstyle/dark/rc/arrow_left_disabled@2x.png | Bin 1141 -> 0 bytes qdarkstyle/dark/rc/arrow_left_focus.png | Bin 551 -> 0 bytes qdarkstyle/dark/rc/arrow_left_focus@2x.png | Bin 1119 -> 0 bytes qdarkstyle/dark/rc/arrow_left_pressed.png | Bin 574 -> 0 bytes qdarkstyle/dark/rc/arrow_left_pressed@2x.png | Bin 1155 -> 0 bytes qdarkstyle/dark/rc/arrow_right.png | Bin 532 -> 0 bytes qdarkstyle/dark/rc/arrow_right@2x.png | Bin 1131 -> 0 bytes qdarkstyle/dark/rc/arrow_right_disabled.png | Bin 545 -> 0 bytes .../dark/rc/arrow_right_disabled@2x.png | Bin 1143 -> 0 bytes qdarkstyle/dark/rc/arrow_right_focus.png | Bin 541 -> 0 bytes qdarkstyle/dark/rc/arrow_right_focus@2x.png | Bin 1112 -> 0 bytes qdarkstyle/dark/rc/arrow_right_pressed.png | Bin 574 -> 0 bytes qdarkstyle/dark/rc/arrow_right_pressed@2x.png | Bin 1162 -> 0 bytes qdarkstyle/dark/rc/arrow_up.png | Bin 517 -> 0 bytes qdarkstyle/dark/rc/arrow_up@2x.png | Bin 999 -> 0 bytes qdarkstyle/dark/rc/arrow_up_disabled.png | Bin 549 -> 0 bytes qdarkstyle/dark/rc/arrow_up_disabled@2x.png | Bin 1074 -> 0 bytes qdarkstyle/dark/rc/arrow_up_focus.png | Bin 532 -> 0 bytes qdarkstyle/dark/rc/arrow_up_focus@2x.png | Bin 990 -> 0 bytes qdarkstyle/dark/rc/arrow_up_pressed.png | Bin 554 -> 0 bytes qdarkstyle/dark/rc/arrow_up_pressed@2x.png | Bin 1053 -> 0 bytes qdarkstyle/dark/rc/base_icon.png | Bin 1256 -> 0 bytes qdarkstyle/dark/rc/base_icon@2x.png | Bin 3286 -> 0 bytes qdarkstyle/dark/rc/base_icon_disabled.png | Bin 1256 -> 0 bytes qdarkstyle/dark/rc/base_icon_disabled@2x.png | Bin 3286 -> 0 bytes qdarkstyle/dark/rc/base_icon_focus.png | Bin 1256 -> 0 bytes qdarkstyle/dark/rc/base_icon_focus@2x.png | Bin 3286 -> 0 bytes qdarkstyle/dark/rc/base_icon_pressed.png | Bin 1256 -> 0 bytes qdarkstyle/dark/rc/base_icon_pressed@2x.png | Bin 3286 -> 0 bytes qdarkstyle/dark/rc/braces-fill.png | Bin 3051 -> 0 bytes qdarkstyle/dark/rc/brackets-line.png | Bin 1972 -> 0 bytes qdarkstyle/dark/rc/branch_closed.png | Bin 394 -> 0 bytes qdarkstyle/dark/rc/branch_closed@2x.png | Bin 837 -> 0 bytes qdarkstyle/dark/rc/branch_closed_disabled.png | Bin 426 -> 0 bytes .../dark/rc/branch_closed_disabled@2x.png | Bin 862 -> 0 bytes qdarkstyle/dark/rc/branch_closed_focus.png | Bin 395 -> 0 bytes qdarkstyle/dark/rc/branch_closed_focus@2x.png | Bin 810 -> 0 bytes qdarkstyle/dark/rc/branch_closed_pressed.png | Bin 415 -> 0 bytes .../dark/rc/branch_closed_pressed@2x.png | Bin 867 -> 0 bytes qdarkstyle/dark/rc/branch_end.png | Bin 147 -> 0 bytes qdarkstyle/dark/rc/branch_end@2x.png | Bin 203 -> 0 bytes qdarkstyle/dark/rc/branch_end_disabled.png | Bin 152 -> 0 bytes qdarkstyle/dark/rc/branch_end_disabled@2x.png | Bin 205 -> 0 bytes qdarkstyle/dark/rc/branch_end_focus.png | Bin 149 -> 0 bytes qdarkstyle/dark/rc/branch_end_focus@2x.png | Bin 203 -> 0 bytes qdarkstyle/dark/rc/branch_end_pressed.png | Bin 152 -> 0 bytes qdarkstyle/dark/rc/branch_end_pressed@2x.png | Bin 204 -> 0 bytes qdarkstyle/dark/rc/branch_line.png | Bin 132 -> 0 bytes qdarkstyle/dark/rc/branch_line@2x.png | Bin 238 -> 0 bytes qdarkstyle/dark/rc/branch_line_disabled.png | Bin 135 -> 0 bytes .../dark/rc/branch_line_disabled@2x.png | Bin 240 -> 0 bytes qdarkstyle/dark/rc/branch_line_focus.png | Bin 134 -> 0 bytes qdarkstyle/dark/rc/branch_line_focus@2x.png | Bin 238 -> 0 bytes qdarkstyle/dark/rc/branch_line_pressed.png | Bin 135 -> 0 bytes qdarkstyle/dark/rc/branch_line_pressed@2x.png | Bin 239 -> 0 bytes qdarkstyle/dark/rc/branch_more.png | Bin 162 -> 0 bytes qdarkstyle/dark/rc/branch_more@2x.png | Bin 260 -> 0 bytes qdarkstyle/dark/rc/branch_more_disabled.png | Bin 167 -> 0 bytes .../dark/rc/branch_more_disabled@2x.png | Bin 263 -> 0 bytes qdarkstyle/dark/rc/branch_more_focus.png | Bin 164 -> 0 bytes qdarkstyle/dark/rc/branch_more_focus@2x.png | Bin 260 -> 0 bytes qdarkstyle/dark/rc/branch_more_pressed.png | Bin 161 -> 0 bytes qdarkstyle/dark/rc/branch_more_pressed@2x.png | Bin 262 -> 0 bytes qdarkstyle/dark/rc/branch_open.png | Bin 407 -> 0 bytes qdarkstyle/dark/rc/branch_open@2x.png | Bin 803 -> 0 bytes qdarkstyle/dark/rc/branch_open_disabled.png | Bin 422 -> 0 bytes .../dark/rc/branch_open_disabled@2x.png | Bin 872 -> 0 bytes qdarkstyle/dark/rc/branch_open_focus.png | Bin 396 -> 0 bytes qdarkstyle/dark/rc/branch_open_focus@2x.png | Bin 791 -> 0 bytes qdarkstyle/dark/rc/branch_open_pressed.png | Bin 421 -> 0 bytes qdarkstyle/dark/rc/branch_open_pressed@2x.png | Bin 860 -> 0 bytes qdarkstyle/dark/rc/checkbox_checked.png | Bin 650 -> 0 bytes qdarkstyle/dark/rc/checkbox_checked@2x.png | Bin 1238 -> 0 bytes .../dark/rc/checkbox_checked_disabled.png | Bin 731 -> 0 bytes .../dark/rc/checkbox_checked_disabled@2x.png | Bin 1334 -> 0 bytes qdarkstyle/dark/rc/checkbox_checked_focus.png | Bin 655 -> 0 bytes .../dark/rc/checkbox_checked_focus@2x.png | Bin 1269 -> 0 bytes .../dark/rc/checkbox_checked_pressed.png | Bin 704 -> 0 bytes .../dark/rc/checkbox_checked_pressed@2x.png | Bin 1319 -> 0 bytes qdarkstyle/dark/rc/checkbox_indeterminate.png | Bin 481 -> 0 bytes .../dark/rc/checkbox_indeterminate@2x.png | Bin 919 -> 0 bytes .../rc/checkbox_indeterminate_disabled.png | Bin 545 -> 0 bytes .../rc/checkbox_indeterminate_disabled@2x.png | Bin 1003 -> 0 bytes .../dark/rc/checkbox_indeterminate_focus.png | Bin 466 -> 0 bytes .../rc/checkbox_indeterminate_focus@2x.png | Bin 930 -> 0 bytes .../rc/checkbox_indeterminate_pressed.png | Bin 518 -> 0 bytes .../rc/checkbox_indeterminate_pressed@2x.png | Bin 995 -> 0 bytes qdarkstyle/dark/rc/checkbox_unchecked.png | Bin 385 -> 0 bytes qdarkstyle/dark/rc/checkbox_unchecked@2x.png | Bin 847 -> 0 bytes .../dark/rc/checkbox_unchecked_disabled.png | Bin 391 -> 0 bytes .../rc/checkbox_unchecked_disabled@2x.png | Bin 868 -> 0 bytes .../dark/rc/checkbox_unchecked_focus.png | Bin 387 -> 0 bytes .../dark/rc/checkbox_unchecked_focus@2x.png | Bin 850 -> 0 bytes .../dark/rc/checkbox_unchecked_pressed.png | Bin 403 -> 0 bytes .../dark/rc/checkbox_unchecked_pressed@2x.png | Bin 862 -> 0 bytes qdarkstyle/dark/rc/chevron-down.png | Bin 3016 -> 0 bytes qdarkstyle/dark/rc/chevron-right.png | Bin 2979 -> 0 bytes qdarkstyle/dark/rc/fx.png | Bin 3780 -> 0 bytes qdarkstyle/dark/rc/line_horizontal.png | Bin 120 -> 0 bytes qdarkstyle/dark/rc/line_horizontal@2x.png | Bin 137 -> 0 bytes .../dark/rc/line_horizontal_disabled.png | Bin 121 -> 0 bytes .../dark/rc/line_horizontal_disabled@2x.png | Bin 139 -> 0 bytes qdarkstyle/dark/rc/line_horizontal_focus.png | Bin 119 -> 0 bytes .../dark/rc/line_horizontal_focus@2x.png | Bin 137 -> 0 bytes .../dark/rc/line_horizontal_pressed.png | Bin 120 -> 0 bytes .../dark/rc/line_horizontal_pressed@2x.png | Bin 138 -> 0 bytes qdarkstyle/dark/rc/line_vertical.png | Bin 133 -> 0 bytes qdarkstyle/dark/rc/line_vertical@2x.png | Bin 246 -> 0 bytes qdarkstyle/dark/rc/line_vertical_disabled.png | Bin 135 -> 0 bytes .../dark/rc/line_vertical_disabled@2x.png | Bin 249 -> 0 bytes qdarkstyle/dark/rc/line_vertical_focus.png | Bin 133 -> 0 bytes qdarkstyle/dark/rc/line_vertical_focus@2x.png | Bin 246 -> 0 bytes qdarkstyle/dark/rc/line_vertical_pressed.png | Bin 134 -> 0 bytes .../dark/rc/line_vertical_pressed@2x.png | Bin 248 -> 0 bytes qdarkstyle/dark/rc/model.png | Bin 4345 -> 0 bytes qdarkstyle/dark/rc/namespace.png | Bin 3799 -> 0 bytes qdarkstyle/dark/rc/radio_checked.png | Bin 1260 -> 0 bytes qdarkstyle/dark/rc/radio_checked@2x.png | Bin 2718 -> 0 bytes qdarkstyle/dark/rc/radio_checked_disabled.png | Bin 1336 -> 0 bytes .../dark/rc/radio_checked_disabled@2x.png | Bin 2871 -> 0 bytes qdarkstyle/dark/rc/radio_checked_focus.png | Bin 1232 -> 0 bytes qdarkstyle/dark/rc/radio_checked_focus@2x.png | Bin 2656 -> 0 bytes qdarkstyle/dark/rc/radio_checked_pressed.png | Bin 1288 -> 0 bytes .../dark/rc/radio_checked_pressed@2x.png | Bin 2804 -> 0 bytes qdarkstyle/dark/rc/radio_unchecked.png | Bin 1007 -> 0 bytes qdarkstyle/dark/rc/radio_unchecked@2x.png | Bin 2167 -> 0 bytes .../dark/rc/radio_unchecked_disabled.png | Bin 1045 -> 0 bytes .../dark/rc/radio_unchecked_disabled@2x.png | Bin 2277 -> 0 bytes qdarkstyle/dark/rc/radio_unchecked_focus.png | Bin 979 -> 0 bytes .../dark/rc/radio_unchecked_focus@2x.png | Bin 2127 -> 0 bytes .../dark/rc/radio_unchecked_pressed.png | Bin 1027 -> 0 bytes .../dark/rc/radio_unchecked_pressed@2x.png | Bin 2263 -> 0 bytes .../dark/rc/toolbar_move_horizontal.png | Bin 154 -> 0 bytes .../dark/rc/toolbar_move_horizontal@2x.png | Bin 307 -> 0 bytes .../rc/toolbar_move_horizontal_disabled.png | Bin 155 -> 0 bytes .../toolbar_move_horizontal_disabled@2x.png | Bin 309 -> 0 bytes .../dark/rc/toolbar_move_horizontal_focus.png | Bin 154 -> 0 bytes .../rc/toolbar_move_horizontal_focus@2x.png | Bin 305 -> 0 bytes .../rc/toolbar_move_horizontal_pressed.png | Bin 155 -> 0 bytes .../rc/toolbar_move_horizontal_pressed@2x.png | Bin 308 -> 0 bytes qdarkstyle/dark/rc/toolbar_move_vertical.png | Bin 140 -> 0 bytes .../dark/rc/toolbar_move_vertical@2x.png | Bin 212 -> 0 bytes .../rc/toolbar_move_vertical_disabled.png | Bin 140 -> 0 bytes .../rc/toolbar_move_vertical_disabled@2x.png | Bin 214 -> 0 bytes .../dark/rc/toolbar_move_vertical_focus.png | Bin 139 -> 0 bytes .../rc/toolbar_move_vertical_focus@2x.png | Bin 211 -> 0 bytes .../dark/rc/toolbar_move_vertical_pressed.png | Bin 143 -> 0 bytes .../rc/toolbar_move_vertical_pressed@2x.png | Bin 209 -> 0 bytes .../dark/rc/toolbar_separator_horizontal.png | Bin 151 -> 0 bytes .../rc/toolbar_separator_horizontal@2x.png | Bin 292 -> 0 bytes .../toolbar_separator_horizontal_disabled.png | Bin 151 -> 0 bytes ...olbar_separator_horizontal_disabled@2x.png | Bin 291 -> 0 bytes .../rc/toolbar_separator_horizontal_focus.png | Bin 149 -> 0 bytes .../toolbar_separator_horizontal_focus@2x.png | Bin 288 -> 0 bytes .../toolbar_separator_horizontal_pressed.png | Bin 151 -> 0 bytes ...oolbar_separator_horizontal_pressed@2x.png | Bin 294 -> 0 bytes .../dark/rc/toolbar_separator_vertical.png | Bin 137 -> 0 bytes .../dark/rc/toolbar_separator_vertical@2x.png | Bin 197 -> 0 bytes .../toolbar_separator_vertical_disabled.png | Bin 136 -> 0 bytes ...toolbar_separator_vertical_disabled@2x.png | Bin 200 -> 0 bytes .../rc/toolbar_separator_vertical_focus.png | Bin 135 -> 0 bytes .../toolbar_separator_vertical_focus@2x.png | Bin 197 -> 0 bytes .../rc/toolbar_separator_vertical_pressed.png | Bin 138 -> 0 bytes .../toolbar_separator_vertical_pressed@2x.png | Bin 196 -> 0 bytes qdarkstyle/dark/rc/transparent.png | Bin 104 -> 0 bytes qdarkstyle/dark/rc/transparent@2x.png | Bin 117 -> 0 bytes qdarkstyle/dark/rc/transparent_disabled.png | Bin 104 -> 0 bytes .../dark/rc/transparent_disabled@2x.png | Bin 117 -> 0 bytes qdarkstyle/dark/rc/transparent_focus.png | Bin 104 -> 0 bytes qdarkstyle/dark/rc/transparent_focus@2x.png | Bin 117 -> 0 bytes qdarkstyle/dark/rc/transparent_pressed.png | Bin 104 -> 0 bytes qdarkstyle/dark/rc/transparent_pressed@2x.png | Bin 117 -> 0 bytes qdarkstyle/dark/rc/window_close.png | Bin 733 -> 0 bytes qdarkstyle/dark/rc/window_close@2x.png | Bin 1620 -> 0 bytes qdarkstyle/dark/rc/window_close_disabled.png | Bin 820 -> 0 bytes .../dark/rc/window_close_disabled@2x.png | Bin 1717 -> 0 bytes qdarkstyle/dark/rc/window_close_focus.png | Bin 728 -> 0 bytes qdarkstyle/dark/rc/window_close_focus@2x.png | Bin 1659 -> 0 bytes qdarkstyle/dark/rc/window_close_pressed.png | Bin 744 -> 0 bytes .../dark/rc/window_close_pressed@2x.png | Bin 1777 -> 0 bytes qdarkstyle/dark/rc/window_grip.png | Bin 412 -> 0 bytes qdarkstyle/dark/rc/window_grip@2x.png | Bin 712 -> 0 bytes qdarkstyle/dark/rc/window_grip_disabled.png | Bin 434 -> 0 bytes .../dark/rc/window_grip_disabled@2x.png | Bin 764 -> 0 bytes qdarkstyle/dark/rc/window_grip_focus.png | Bin 408 -> 0 bytes qdarkstyle/dark/rc/window_grip_focus@2x.png | Bin 730 -> 0 bytes qdarkstyle/dark/rc/window_grip_pressed.png | Bin 455 -> 0 bytes qdarkstyle/dark/rc/window_grip_pressed@2x.png | Bin 747 -> 0 bytes qdarkstyle/dark/rc/window_minimize.png | Bin 203 -> 0 bytes qdarkstyle/dark/rc/window_minimize@2x.png | Bin 333 -> 0 bytes .../dark/rc/window_minimize_disabled.png | Bin 207 -> 0 bytes .../dark/rc/window_minimize_disabled@2x.png | Bin 336 -> 0 bytes qdarkstyle/dark/rc/window_minimize_focus.png | Bin 206 -> 0 bytes .../dark/rc/window_minimize_focus@2x.png | Bin 333 -> 0 bytes .../dark/rc/window_minimize_pressed.png | Bin 210 -> 0 bytes .../dark/rc/window_minimize_pressed@2x.png | Bin 337 -> 0 bytes qdarkstyle/dark/rc/window_undock.png | Bin 521 -> 0 bytes qdarkstyle/dark/rc/window_undock@2x.png | Bin 880 -> 0 bytes qdarkstyle/dark/rc/window_undock_disabled.png | Bin 536 -> 0 bytes .../dark/rc/window_undock_disabled@2x.png | Bin 924 -> 0 bytes qdarkstyle/dark/rc/window_undock_focus.png | Bin 503 -> 0 bytes qdarkstyle/dark/rc/window_undock_focus@2x.png | Bin 866 -> 0 bytes qdarkstyle/dark/rc/window_undock_pressed.png | Bin 539 -> 0 bytes .../dark/rc/window_undock_pressed@2x.png | Bin 905 -> 0 bytes qdarkstyle/light/lightstyle.qrc | 216 - qdarkstyle/light/lightstyle.qss | 2216 - qdarkstyle/light/rc/.keep | 1 - qdarkstyle/light/rc/arrow_down.png | Bin 552 -> 0 bytes qdarkstyle/light/rc/arrow_down@2x.png | Bin 1014 -> 0 bytes qdarkstyle/light/rc/arrow_down_disabled.png | Bin 541 -> 0 bytes .../light/rc/arrow_down_disabled@2x.png | Bin 1045 -> 0 bytes qdarkstyle/light/rc/arrow_down_focus.png | Bin 523 -> 0 bytes qdarkstyle/light/rc/arrow_down_focus@2x.png | Bin 1005 -> 0 bytes qdarkstyle/light/rc/arrow_down_pressed.png | Bin 508 -> 0 bytes qdarkstyle/light/rc/arrow_down_pressed@2x.png | Bin 964 -> 0 bytes qdarkstyle/light/rc/arrow_left.png | Bin 549 -> 0 bytes qdarkstyle/light/rc/arrow_left@2x.png | Bin 1081 -> 0 bytes qdarkstyle/light/rc/arrow_left_disabled.png | Bin 576 -> 0 bytes .../light/rc/arrow_left_disabled@2x.png | Bin 1171 -> 0 bytes qdarkstyle/light/rc/arrow_left_focus.png | Bin 560 -> 0 bytes qdarkstyle/light/rc/arrow_left_focus@2x.png | Bin 1138 -> 0 bytes qdarkstyle/light/rc/arrow_left_pressed.png | Bin 529 -> 0 bytes qdarkstyle/light/rc/arrow_left_pressed@2x.png | Bin 1107 -> 0 bytes qdarkstyle/light/rc/arrow_right.png | Bin 532 -> 0 bytes qdarkstyle/light/rc/arrow_right@2x.png | Bin 1099 -> 0 bytes qdarkstyle/light/rc/arrow_right_disabled.png | Bin 566 -> 0 bytes .../light/rc/arrow_right_disabled@2x.png | Bin 1152 -> 0 bytes qdarkstyle/light/rc/arrow_right_focus.png | Bin 542 -> 0 bytes qdarkstyle/light/rc/arrow_right_focus@2x.png | Bin 1137 -> 0 bytes qdarkstyle/light/rc/arrow_right_pressed.png | Bin 529 -> 0 bytes .../light/rc/arrow_right_pressed@2x.png | Bin 1098 -> 0 bytes qdarkstyle/light/rc/arrow_up.png | Bin 529 -> 0 bytes qdarkstyle/light/rc/arrow_up@2x.png | Bin 998 -> 0 bytes qdarkstyle/light/rc/arrow_up_disabled.png | Bin 530 -> 0 bytes qdarkstyle/light/rc/arrow_up_disabled@2x.png | Bin 1037 -> 0 bytes qdarkstyle/light/rc/arrow_up_focus.png | Bin 519 -> 0 bytes qdarkstyle/light/rc/arrow_up_focus@2x.png | Bin 1004 -> 0 bytes qdarkstyle/light/rc/arrow_up_pressed.png | Bin 507 -> 0 bytes qdarkstyle/light/rc/arrow_up_pressed@2x.png | Bin 978 -> 0 bytes qdarkstyle/light/rc/base_icon.png | Bin 1256 -> 0 bytes qdarkstyle/light/rc/base_icon@2x.png | Bin 3286 -> 0 bytes qdarkstyle/light/rc/base_icon_disabled.png | Bin 1256 -> 0 bytes qdarkstyle/light/rc/base_icon_disabled@2x.png | Bin 3286 -> 0 bytes qdarkstyle/light/rc/base_icon_focus.png | Bin 1256 -> 0 bytes qdarkstyle/light/rc/base_icon_focus@2x.png | Bin 3286 -> 0 bytes qdarkstyle/light/rc/base_icon_pressed.png | Bin 1256 -> 0 bytes qdarkstyle/light/rc/base_icon_pressed@2x.png | Bin 3286 -> 0 bytes qdarkstyle/light/rc/branch_closed.png | Bin 401 -> 0 bytes qdarkstyle/light/rc/branch_closed@2x.png | Bin 838 -> 0 bytes .../light/rc/branch_closed_disabled.png | Bin 412 -> 0 bytes .../light/rc/branch_closed_disabled@2x.png | Bin 835 -> 0 bytes qdarkstyle/light/rc/branch_closed_focus.png | Bin 406 -> 0 bytes .../light/rc/branch_closed_focus@2x.png | Bin 841 -> 0 bytes qdarkstyle/light/rc/branch_closed_pressed.png | Bin 389 -> 0 bytes .../light/rc/branch_closed_pressed@2x.png | Bin 804 -> 0 bytes qdarkstyle/light/rc/branch_end.png | Bin 148 -> 0 bytes qdarkstyle/light/rc/branch_end@2x.png | Bin 206 -> 0 bytes qdarkstyle/light/rc/branch_end_disabled.png | Bin 152 -> 0 bytes .../light/rc/branch_end_disabled@2x.png | Bin 205 -> 0 bytes qdarkstyle/light/rc/branch_end_focus.png | Bin 152 -> 0 bytes qdarkstyle/light/rc/branch_end_focus@2x.png | Bin 204 -> 0 bytes qdarkstyle/light/rc/branch_end_pressed.png | Bin 147 -> 0 bytes qdarkstyle/light/rc/branch_end_pressed@2x.png | Bin 202 -> 0 bytes qdarkstyle/light/rc/branch_line.png | Bin 134 -> 0 bytes qdarkstyle/light/rc/branch_line@2x.png | Bin 240 -> 0 bytes qdarkstyle/light/rc/branch_line_disabled.png | Bin 134 -> 0 bytes .../light/rc/branch_line_disabled@2x.png | Bin 240 -> 0 bytes qdarkstyle/light/rc/branch_line_focus.png | Bin 135 -> 0 bytes qdarkstyle/light/rc/branch_line_focus@2x.png | Bin 239 -> 0 bytes qdarkstyle/light/rc/branch_line_pressed.png | Bin 134 -> 0 bytes .../light/rc/branch_line_pressed@2x.png | Bin 239 -> 0 bytes qdarkstyle/light/rc/branch_more.png | Bin 167 -> 0 bytes qdarkstyle/light/rc/branch_more@2x.png | Bin 263 -> 0 bytes qdarkstyle/light/rc/branch_more_disabled.png | Bin 160 -> 0 bytes .../light/rc/branch_more_disabled@2x.png | Bin 261 -> 0 bytes qdarkstyle/light/rc/branch_more_focus.png | Bin 168 -> 0 bytes qdarkstyle/light/rc/branch_more_focus@2x.png | Bin 263 -> 0 bytes qdarkstyle/light/rc/branch_more_pressed.png | Bin 162 -> 0 bytes .../light/rc/branch_more_pressed@2x.png | Bin 259 -> 0 bytes qdarkstyle/light/rc/branch_open.png | Bin 440 -> 0 bytes qdarkstyle/light/rc/branch_open@2x.png | Bin 875 -> 0 bytes qdarkstyle/light/rc/branch_open_disabled.png | Bin 409 -> 0 bytes .../light/rc/branch_open_disabled@2x.png | Bin 829 -> 0 bytes qdarkstyle/light/rc/branch_open_focus.png | Bin 426 -> 0 bytes qdarkstyle/light/rc/branch_open_focus@2x.png | Bin 837 -> 0 bytes qdarkstyle/light/rc/branch_open_pressed.png | Bin 399 -> 0 bytes .../light/rc/branch_open_pressed@2x.png | Bin 778 -> 0 bytes qdarkstyle/light/rc/checkbox_checked.png | Bin 719 -> 0 bytes qdarkstyle/light/rc/checkbox_checked@2x.png | Bin 1329 -> 0 bytes .../light/rc/checkbox_checked_disabled.png | Bin 666 -> 0 bytes .../light/rc/checkbox_checked_disabled@2x.png | Bin 1270 -> 0 bytes .../light/rc/checkbox_checked_focus.png | Bin 696 -> 0 bytes .../light/rc/checkbox_checked_focus@2x.png | Bin 1278 -> 0 bytes .../light/rc/checkbox_checked_pressed.png | Bin 653 -> 0 bytes .../light/rc/checkbox_checked_pressed@2x.png | Bin 1254 -> 0 bytes .../light/rc/checkbox_indeterminate.png | Bin 524 -> 0 bytes .../light/rc/checkbox_indeterminate@2x.png | Bin 1024 -> 0 bytes .../rc/checkbox_indeterminate_disabled.png | Bin 477 -> 0 bytes .../rc/checkbox_indeterminate_disabled@2x.png | Bin 949 -> 0 bytes .../light/rc/checkbox_indeterminate_focus.png | Bin 501 -> 0 bytes .../rc/checkbox_indeterminate_focus@2x.png | Bin 962 -> 0 bytes .../rc/checkbox_indeterminate_pressed.png | Bin 460 -> 0 bytes .../rc/checkbox_indeterminate_pressed@2x.png | Bin 943 -> 0 bytes qdarkstyle/light/rc/checkbox_unchecked.png | Bin 385 -> 0 bytes qdarkstyle/light/rc/checkbox_unchecked@2x.png | Bin 855 -> 0 bytes .../light/rc/checkbox_unchecked_disabled.png | Bin 398 -> 0 bytes .../rc/checkbox_unchecked_disabled@2x.png | Bin 890 -> 0 bytes .../light/rc/checkbox_unchecked_focus.png | Bin 384 -> 0 bytes .../light/rc/checkbox_unchecked_focus@2x.png | Bin 873 -> 0 bytes .../light/rc/checkbox_unchecked_pressed.png | Bin 385 -> 0 bytes .../rc/checkbox_unchecked_pressed@2x.png | Bin 843 -> 0 bytes qdarkstyle/light/rc/line_horizontal.png | Bin 121 -> 0 bytes qdarkstyle/light/rc/line_horizontal@2x.png | Bin 139 -> 0 bytes .../light/rc/line_horizontal_disabled.png | Bin 121 -> 0 bytes .../light/rc/line_horizontal_disabled@2x.png | Bin 139 -> 0 bytes qdarkstyle/light/rc/line_horizontal_focus.png | Bin 120 -> 0 bytes .../light/rc/line_horizontal_focus@2x.png | Bin 138 -> 0 bytes .../light/rc/line_horizontal_pressed.png | Bin 120 -> 0 bytes .../light/rc/line_horizontal_pressed@2x.png | Bin 138 -> 0 bytes qdarkstyle/light/rc/line_vertical.png | Bin 134 -> 0 bytes qdarkstyle/light/rc/line_vertical@2x.png | Bin 248 -> 0 bytes .../light/rc/line_vertical_disabled.png | Bin 134 -> 0 bytes .../light/rc/line_vertical_disabled@2x.png | Bin 247 -> 0 bytes qdarkstyle/light/rc/line_vertical_focus.png | Bin 134 -> 0 bytes .../light/rc/line_vertical_focus@2x.png | Bin 249 -> 0 bytes qdarkstyle/light/rc/line_vertical_pressed.png | Bin 133 -> 0 bytes .../light/rc/line_vertical_pressed@2x.png | Bin 246 -> 0 bytes qdarkstyle/light/rc/radio_checked.png | Bin 1293 -> 0 bytes qdarkstyle/light/rc/radio_checked@2x.png | Bin 2792 -> 0 bytes .../light/rc/radio_checked_disabled.png | Bin 1291 -> 0 bytes .../light/rc/radio_checked_disabled@2x.png | Bin 2748 -> 0 bytes qdarkstyle/light/rc/radio_checked_focus.png | Bin 1292 -> 0 bytes .../light/rc/radio_checked_focus@2x.png | Bin 2772 -> 0 bytes qdarkstyle/light/rc/radio_checked_pressed.png | Bin 1210 -> 0 bytes .../light/rc/radio_checked_pressed@2x.png | Bin 2580 -> 0 bytes qdarkstyle/light/rc/radio_unchecked.png | Bin 1008 -> 0 bytes qdarkstyle/light/rc/radio_unchecked@2x.png | Bin 2256 -> 0 bytes .../light/rc/radio_unchecked_disabled.png | Bin 1023 -> 0 bytes .../light/rc/radio_unchecked_disabled@2x.png | Bin 2202 -> 0 bytes qdarkstyle/light/rc/radio_unchecked_focus.png | Bin 1032 -> 0 bytes .../light/rc/radio_unchecked_focus@2x.png | Bin 2215 -> 0 bytes .../light/rc/radio_unchecked_pressed.png | Bin 978 -> 0 bytes .../light/rc/radio_unchecked_pressed@2x.png | Bin 2079 -> 0 bytes .../light/rc/toolbar_move_horizontal.png | Bin 153 -> 0 bytes .../light/rc/toolbar_move_horizontal@2x.png | Bin 306 -> 0 bytes .../rc/toolbar_move_horizontal_disabled.png | Bin 152 -> 0 bytes .../toolbar_move_horizontal_disabled@2x.png | Bin 308 -> 0 bytes .../rc/toolbar_move_horizontal_focus.png | Bin 155 -> 0 bytes .../rc/toolbar_move_horizontal_focus@2x.png | Bin 307 -> 0 bytes .../rc/toolbar_move_horizontal_pressed.png | Bin 154 -> 0 bytes .../rc/toolbar_move_horizontal_pressed@2x.png | Bin 305 -> 0 bytes qdarkstyle/light/rc/toolbar_move_vertical.png | Bin 142 -> 0 bytes .../light/rc/toolbar_move_vertical@2x.png | Bin 209 -> 0 bytes .../rc/toolbar_move_vertical_disabled.png | Bin 137 -> 0 bytes .../rc/toolbar_move_vertical_disabled@2x.png | Bin 211 -> 0 bytes .../light/rc/toolbar_move_vertical_focus.png | Bin 144 -> 0 bytes .../rc/toolbar_move_vertical_focus@2x.png | Bin 213 -> 0 bytes .../rc/toolbar_move_vertical_pressed.png | Bin 139 -> 0 bytes .../rc/toolbar_move_vertical_pressed@2x.png | Bin 206 -> 0 bytes .../light/rc/toolbar_separator_horizontal.png | Bin 148 -> 0 bytes .../rc/toolbar_separator_horizontal@2x.png | Bin 288 -> 0 bytes .../toolbar_separator_horizontal_disabled.png | Bin 147 -> 0 bytes ...olbar_separator_horizontal_disabled@2x.png | Bin 290 -> 0 bytes .../rc/toolbar_separator_horizontal_focus.png | Bin 151 -> 0 bytes .../toolbar_separator_horizontal_focus@2x.png | Bin 290 -> 0 bytes .../toolbar_separator_horizontal_pressed.png | Bin 150 -> 0 bytes ...oolbar_separator_horizontal_pressed@2x.png | Bin 290 -> 0 bytes .../light/rc/toolbar_separator_vertical.png | Bin 137 -> 0 bytes .../rc/toolbar_separator_vertical@2x.png | Bin 194 -> 0 bytes .../toolbar_separator_vertical_disabled.png | Bin 133 -> 0 bytes ...toolbar_separator_vertical_disabled@2x.png | Bin 197 -> 0 bytes .../rc/toolbar_separator_vertical_focus.png | Bin 141 -> 0 bytes .../toolbar_separator_vertical_focus@2x.png | Bin 199 -> 0 bytes .../rc/toolbar_separator_vertical_pressed.png | Bin 135 -> 0 bytes .../toolbar_separator_vertical_pressed@2x.png | Bin 192 -> 0 bytes qdarkstyle/light/rc/transparent.png | Bin 104 -> 0 bytes qdarkstyle/light/rc/transparent@2x.png | Bin 117 -> 0 bytes qdarkstyle/light/rc/transparent_disabled.png | Bin 104 -> 0 bytes .../light/rc/transparent_disabled@2x.png | Bin 117 -> 0 bytes qdarkstyle/light/rc/transparent_focus.png | Bin 104 -> 0 bytes qdarkstyle/light/rc/transparent_focus@2x.png | Bin 117 -> 0 bytes qdarkstyle/light/rc/transparent_pressed.png | Bin 104 -> 0 bytes .../light/rc/transparent_pressed@2x.png | Bin 117 -> 0 bytes qdarkstyle/light/rc/window_close.png | Bin 814 -> 0 bytes qdarkstyle/light/rc/window_close@2x.png | Bin 1727 -> 0 bytes qdarkstyle/light/rc/window_close_disabled.png | Bin 764 -> 0 bytes .../light/rc/window_close_disabled@2x.png | Bin 1660 -> 0 bytes qdarkstyle/light/rc/window_close_focus.png | Bin 716 -> 0 bytes qdarkstyle/light/rc/window_close_focus@2x.png | Bin 1709 -> 0 bytes qdarkstyle/light/rc/window_close_pressed.png | Bin 714 -> 0 bytes .../light/rc/window_close_pressed@2x.png | Bin 1644 -> 0 bytes qdarkstyle/light/rc/window_grip.png | Bin 415 -> 0 bytes qdarkstyle/light/rc/window_grip@2x.png | Bin 766 -> 0 bytes qdarkstyle/light/rc/window_grip_disabled.png | Bin 429 -> 0 bytes .../light/rc/window_grip_disabled@2x.png | Bin 731 -> 0 bytes qdarkstyle/light/rc/window_grip_focus.png | Bin 427 -> 0 bytes qdarkstyle/light/rc/window_grip_focus@2x.png | Bin 744 -> 0 bytes qdarkstyle/light/rc/window_grip_pressed.png | Bin 440 -> 0 bytes .../light/rc/window_grip_pressed@2x.png | Bin 711 -> 0 bytes qdarkstyle/light/rc/window_minimize.png | Bin 200 -> 0 bytes qdarkstyle/light/rc/window_minimize@2x.png | Bin 334 -> 0 bytes .../light/rc/window_minimize_disabled.png | Bin 206 -> 0 bytes .../light/rc/window_minimize_disabled@2x.png | Bin 333 -> 0 bytes qdarkstyle/light/rc/window_minimize_focus.png | Bin 204 -> 0 bytes .../light/rc/window_minimize_focus@2x.png | Bin 333 -> 0 bytes .../light/rc/window_minimize_pressed.png | Bin 202 -> 0 bytes .../light/rc/window_minimize_pressed@2x.png | Bin 327 -> 0 bytes qdarkstyle/light/rc/window_undock.png | Bin 522 -> 0 bytes qdarkstyle/light/rc/window_undock@2x.png | Bin 907 -> 0 bytes .../light/rc/window_undock_disabled.png | Bin 515 -> 0 bytes .../light/rc/window_undock_disabled@2x.png | Bin 881 -> 0 bytes qdarkstyle/light/rc/window_undock_focus.png | Bin 531 -> 0 bytes .../light/rc/window_undock_focus@2x.png | Bin 876 -> 0 bytes qdarkstyle/light/rc/window_undock_pressed.png | Bin 499 -> 0 bytes .../light/rc/window_undock_pressed@2x.png | Bin 855 -> 0 bytes 556 files changed, 108992 deletions(-) delete mode 100755 Release/XNEditor delete mode 100755 Release/XNIDLGen delete mode 100755 Release/XNMonitor delete mode 100755 Release/XNPortal delete mode 100644 Release/XNPortal.desktop delete mode 100755 Release/XNRunner delete mode 100755 Release/XNSysMonitor delete mode 100755 Release/XNWrapper delete mode 100755 Release/config/XNWrapper.xml delete mode 100755 Release/resource/XNEditor.png delete mode 100755 Release/resource/XNIDLGen.png delete mode 100755 Release/resource/XNMonitor.png delete mode 100755 Release/resource/XNRunner.png delete mode 100755 Release/resource/XNSim.png delete mode 100755 Release/resource/XNSysMonitor.png delete mode 100755 Release/resource/XNWrapper.png delete mode 100755 XNEditor/.vscode/c_cpp_properties.json delete mode 100755 XNEditor/.vscode/settings.json delete mode 100755 XNEditor/CMakeLists.txt delete mode 100755 XNEditor/CMakeLists.txt.user delete mode 100755 XNEditor/main.cpp delete mode 100755 XNEditor/mainwindow.cpp delete mode 100755 XNEditor/mainwindow.h delete mode 100755 XNEditor/mainwindow.ui delete mode 100755 XNIDLGen/.vscode/c_cpp_properties.json delete mode 100755 XNIDLGen/.vscode/settings.json delete mode 100755 XNIDLGen/CMakeLists.txt delete mode 100755 XNIDLGen/CMakeLists.txt.user delete mode 100755 XNIDLGen/main.cpp delete mode 100755 XNIDLGen/mainwindow.cpp delete mode 100755 XNIDLGen/mainwindow.h delete mode 100755 XNIDLGen/mainwindow.ui delete mode 100755 XNMonitor/.vscode/c_cpp_properties.json delete mode 100755 XNMonitor/.vscode/settings.json delete mode 100755 XNMonitor/CMakeLists.txt delete mode 100755 XNMonitor/CMakeLists.txt.user delete mode 100755 XNMonitor/DataCollectionWidget/DataCollectionThread.cpp delete mode 100755 XNMonitor/DataCollectionWidget/DataCollectionThread.h delete mode 100755 XNMonitor/DataCollectionWidget/DataCollectionWidget.cpp delete mode 100755 XNMonitor/DataCollectionWidget/DataCollectionWidget.h delete mode 100755 XNMonitor/DataMonitorWidget/DataMonitorThread.cpp delete mode 100755 XNMonitor/DataMonitorWidget/DataMonitorThread.h delete mode 100755 XNMonitor/DataMonitorWidget/DataMonitorWidget.cpp delete mode 100755 XNMonitor/DataMonitorWidget/DataMonitorWidget.h delete mode 100755 XNMonitor/DebugWidget/DebugWidget.cpp delete mode 100755 XNMonitor/DebugWidget/DebugWidget.h delete mode 100755 XNMonitor/ModelStatusWidget/ModelInfoUpdateThread.cpp delete mode 100755 XNMonitor/ModelStatusWidget/ModelInfoUpdateThread.h delete mode 100755 XNMonitor/ModelStatusWidget/ModelStatusWidget.cpp delete mode 100755 XNMonitor/ModelStatusWidget/ModelStatusWidget.h delete mode 100755 XNMonitor/ModelTopicMonitor/AerodynamicsMonitor.cpp delete mode 100755 XNMonitor/ModelTopicMonitor/AerodynamicsMonitor.h delete mode 100755 XNMonitor/ModelTopicMonitor/GroundHandlingMonitor.cpp delete mode 100755 XNMonitor/ModelTopicMonitor/GroundHandlingMonitor.h delete mode 100755 XNMonitor/ModelTopicMonitor/WeightBalanceMonitor.cpp delete mode 100755 XNMonitor/ModelTopicMonitor/WeightBalanceMonitor.h delete mode 100755 XNMonitor/SystemStatusWidget/SystemInfoUpdateThread.cpp delete mode 100755 XNMonitor/SystemStatusWidget/SystemInfoUpdateThread.h delete mode 100755 XNMonitor/SystemStatusWidget/SystemStatusWidget.cpp delete mode 100755 XNMonitor/SystemStatusWidget/SystemStatusWidget.h delete mode 100755 XNMonitor/TopicManager/DataReaderListenerImpl.h delete mode 100755 XNMonitor/TopicManager/TopicManager.cpp delete mode 100755 XNMonitor/TopicManager/TopicManager.h delete mode 100755 XNMonitor/TopicMonitorFactory/TopicMonitor.h delete mode 100755 XNMonitor/TopicMonitorFactory/TopicMonitorFactory.cpp delete mode 100755 XNMonitor/TopicMonitorFactory/TopicMonitorFactory.h delete mode 100755 XNMonitor/TypeDefine.h delete mode 100755 XNMonitor/XNCustomPlot.cpp delete mode 100755 XNMonitor/XNCustomPlot.h delete mode 100755 XNMonitor/main.cpp delete mode 100755 XNMonitor/mainwindow.cpp delete mode 100755 XNMonitor/mainwindow.h delete mode 100755 XNMonitor/mainwindow.ui delete mode 100755 XNMonitor/qcustomplot.cpp delete mode 100755 XNMonitor/qcustomplot.h delete mode 100755 XNPortal/.vscode/c_cpp_properties.json delete mode 100755 XNPortal/CMakeLists.txt delete mode 100755 XNPortal/CMakeLists.txt.user delete mode 100755 XNPortal/XNPortal.desktop delete mode 100755 XNPortal/main.cpp delete mode 100755 XNPortal/mainwindow.cpp delete mode 100755 XNPortal/mainwindow.h delete mode 100755 XNPortal/mainwindow.ui delete mode 100755 XNRunner/.vscode/c_cpp_properties.json delete mode 100755 XNRunner/.vscode/settings.json delete mode 100755 XNRunner/CMakeLists.txt delete mode 100755 XNRunner/CMakeLists.txt.user delete mode 100755 XNRunner/DataReaderListenerImpl.h delete mode 100755 XNRunner/MonitorThread.cpp delete mode 100755 XNRunner/MonitorThread.h delete mode 100755 XNRunner/main.cpp delete mode 100755 XNRunner/mainwindow.cpp delete mode 100755 XNRunner/mainwindow.h delete mode 100755 XNRunner/mainwindow.ui delete mode 100755 XNSysMonitor/.vscode/c_cpp_properties.json delete mode 100755 XNSysMonitor/.vscode/settings.json delete mode 100755 XNSysMonitor/CMakeLists.txt delete mode 100755 XNSysMonitor/CMakeLists.txt.user delete mode 100755 XNSysMonitor/cpuworker.cpp delete mode 100755 XNSysMonitor/cpuworker.h delete mode 100755 XNSysMonitor/main.cpp delete mode 100755 XNSysMonitor/mainwindow.cpp delete mode 100755 XNSysMonitor/mainwindow.h delete mode 100755 XNSysMonitor/mainwindow.ui delete mode 100755 XNSysMonitor/qcustomplot.cpp delete mode 100755 XNSysMonitor/qcustomplot.h delete mode 100755 XNWrapper/.vscode/c_cpp_properties.json delete mode 100755 XNWrapper/.vscode/settings.json delete mode 100755 XNWrapper/CMakeLists.txt delete mode 100755 XNWrapper/CMakeLists.txt.user delete mode 100755 XNWrapper/GenCode.cpp delete mode 100755 XNWrapper/GenCode.h delete mode 100755 XNWrapper/main.cpp delete mode 100755 XNWrapper/mainwindow.cpp delete mode 100755 XNWrapper/mainwindow.h delete mode 100755 XNWrapper/mainwindow.ui delete mode 100755 qdarkstyle/dark/XNEditor.png delete mode 100755 qdarkstyle/dark/XNEngine.png delete mode 100755 qdarkstyle/dark/XNIDLGen.png delete mode 100755 qdarkstyle/dark/XNMonitor.png delete mode 100755 qdarkstyle/dark/XNRunner.png delete mode 100755 qdarkstyle/dark/XNSim.png delete mode 100755 qdarkstyle/dark/XNSysMonitor.png delete mode 100755 qdarkstyle/dark/XNWrapper.png delete mode 100755 qdarkstyle/dark/darkstyle.qrc delete mode 100755 qdarkstyle/dark/darkstyle.qss delete mode 100755 qdarkstyle/dark/rc/.keep delete mode 100755 qdarkstyle/dark/rc/arrow_down.png delete mode 100755 qdarkstyle/dark/rc/arrow_down@2x.png delete mode 100755 qdarkstyle/dark/rc/arrow_down_disabled.png delete mode 100755 qdarkstyle/dark/rc/arrow_down_disabled@2x.png delete mode 100755 qdarkstyle/dark/rc/arrow_down_focus.png delete mode 100755 qdarkstyle/dark/rc/arrow_down_focus@2x.png delete mode 100755 qdarkstyle/dark/rc/arrow_down_pressed.png delete mode 100755 qdarkstyle/dark/rc/arrow_down_pressed@2x.png delete mode 100755 qdarkstyle/dark/rc/arrow_left.png delete mode 100755 qdarkstyle/dark/rc/arrow_left@2x.png delete mode 100755 qdarkstyle/dark/rc/arrow_left_disabled.png delete mode 100755 qdarkstyle/dark/rc/arrow_left_disabled@2x.png delete mode 100755 qdarkstyle/dark/rc/arrow_left_focus.png delete mode 100755 qdarkstyle/dark/rc/arrow_left_focus@2x.png delete mode 100755 qdarkstyle/dark/rc/arrow_left_pressed.png delete mode 100755 qdarkstyle/dark/rc/arrow_left_pressed@2x.png delete mode 100755 qdarkstyle/dark/rc/arrow_right.png delete mode 100755 qdarkstyle/dark/rc/arrow_right@2x.png delete mode 100755 qdarkstyle/dark/rc/arrow_right_disabled.png delete mode 100755 qdarkstyle/dark/rc/arrow_right_disabled@2x.png delete mode 100755 qdarkstyle/dark/rc/arrow_right_focus.png delete mode 100755 qdarkstyle/dark/rc/arrow_right_focus@2x.png delete mode 100755 qdarkstyle/dark/rc/arrow_right_pressed.png delete mode 100755 qdarkstyle/dark/rc/arrow_right_pressed@2x.png delete mode 100755 qdarkstyle/dark/rc/arrow_up.png delete mode 100755 qdarkstyle/dark/rc/arrow_up@2x.png delete mode 100755 qdarkstyle/dark/rc/arrow_up_disabled.png delete mode 100755 qdarkstyle/dark/rc/arrow_up_disabled@2x.png delete mode 100755 qdarkstyle/dark/rc/arrow_up_focus.png delete mode 100755 qdarkstyle/dark/rc/arrow_up_focus@2x.png delete mode 100755 qdarkstyle/dark/rc/arrow_up_pressed.png delete mode 100755 qdarkstyle/dark/rc/arrow_up_pressed@2x.png delete mode 100755 qdarkstyle/dark/rc/base_icon.png delete mode 100755 qdarkstyle/dark/rc/base_icon@2x.png delete mode 100755 qdarkstyle/dark/rc/base_icon_disabled.png delete mode 100755 qdarkstyle/dark/rc/base_icon_disabled@2x.png delete mode 100755 qdarkstyle/dark/rc/base_icon_focus.png delete mode 100755 qdarkstyle/dark/rc/base_icon_focus@2x.png delete mode 100755 qdarkstyle/dark/rc/base_icon_pressed.png delete mode 100755 qdarkstyle/dark/rc/base_icon_pressed@2x.png delete mode 100755 qdarkstyle/dark/rc/braces-fill.png delete mode 100755 qdarkstyle/dark/rc/brackets-line.png delete mode 100755 qdarkstyle/dark/rc/branch_closed.png delete mode 100755 qdarkstyle/dark/rc/branch_closed@2x.png delete mode 100755 qdarkstyle/dark/rc/branch_closed_disabled.png delete mode 100755 qdarkstyle/dark/rc/branch_closed_disabled@2x.png delete mode 100755 qdarkstyle/dark/rc/branch_closed_focus.png delete mode 100755 qdarkstyle/dark/rc/branch_closed_focus@2x.png delete mode 100755 qdarkstyle/dark/rc/branch_closed_pressed.png delete mode 100755 qdarkstyle/dark/rc/branch_closed_pressed@2x.png delete mode 100755 qdarkstyle/dark/rc/branch_end.png delete mode 100755 qdarkstyle/dark/rc/branch_end@2x.png delete mode 100755 qdarkstyle/dark/rc/branch_end_disabled.png delete mode 100755 qdarkstyle/dark/rc/branch_end_disabled@2x.png delete mode 100755 qdarkstyle/dark/rc/branch_end_focus.png delete mode 100755 qdarkstyle/dark/rc/branch_end_focus@2x.png delete mode 100755 qdarkstyle/dark/rc/branch_end_pressed.png delete mode 100755 qdarkstyle/dark/rc/branch_end_pressed@2x.png delete mode 100755 qdarkstyle/dark/rc/branch_line.png delete mode 100755 qdarkstyle/dark/rc/branch_line@2x.png delete mode 100755 qdarkstyle/dark/rc/branch_line_disabled.png delete mode 100755 qdarkstyle/dark/rc/branch_line_disabled@2x.png delete mode 100755 qdarkstyle/dark/rc/branch_line_focus.png delete mode 100755 qdarkstyle/dark/rc/branch_line_focus@2x.png delete mode 100755 qdarkstyle/dark/rc/branch_line_pressed.png delete mode 100755 qdarkstyle/dark/rc/branch_line_pressed@2x.png delete mode 100755 qdarkstyle/dark/rc/branch_more.png delete mode 100755 qdarkstyle/dark/rc/branch_more@2x.png delete mode 100755 qdarkstyle/dark/rc/branch_more_disabled.png delete mode 100755 qdarkstyle/dark/rc/branch_more_disabled@2x.png delete mode 100755 qdarkstyle/dark/rc/branch_more_focus.png delete mode 100755 qdarkstyle/dark/rc/branch_more_focus@2x.png delete mode 100755 qdarkstyle/dark/rc/branch_more_pressed.png delete mode 100755 qdarkstyle/dark/rc/branch_more_pressed@2x.png delete mode 100755 qdarkstyle/dark/rc/branch_open.png delete mode 100755 qdarkstyle/dark/rc/branch_open@2x.png delete mode 100755 qdarkstyle/dark/rc/branch_open_disabled.png delete mode 100755 qdarkstyle/dark/rc/branch_open_disabled@2x.png delete mode 100755 qdarkstyle/dark/rc/branch_open_focus.png delete mode 100755 qdarkstyle/dark/rc/branch_open_focus@2x.png delete mode 100755 qdarkstyle/dark/rc/branch_open_pressed.png delete mode 100755 qdarkstyle/dark/rc/branch_open_pressed@2x.png delete mode 100755 qdarkstyle/dark/rc/checkbox_checked.png delete mode 100755 qdarkstyle/dark/rc/checkbox_checked@2x.png delete mode 100755 qdarkstyle/dark/rc/checkbox_checked_disabled.png delete mode 100755 qdarkstyle/dark/rc/checkbox_checked_disabled@2x.png delete mode 100755 qdarkstyle/dark/rc/checkbox_checked_focus.png delete mode 100755 qdarkstyle/dark/rc/checkbox_checked_focus@2x.png delete mode 100755 qdarkstyle/dark/rc/checkbox_checked_pressed.png delete mode 100755 qdarkstyle/dark/rc/checkbox_checked_pressed@2x.png delete mode 100755 qdarkstyle/dark/rc/checkbox_indeterminate.png delete mode 100755 qdarkstyle/dark/rc/checkbox_indeterminate@2x.png delete mode 100755 qdarkstyle/dark/rc/checkbox_indeterminate_disabled.png delete mode 100755 qdarkstyle/dark/rc/checkbox_indeterminate_disabled@2x.png delete mode 100755 qdarkstyle/dark/rc/checkbox_indeterminate_focus.png delete mode 100755 qdarkstyle/dark/rc/checkbox_indeterminate_focus@2x.png delete mode 100755 qdarkstyle/dark/rc/checkbox_indeterminate_pressed.png delete mode 100755 qdarkstyle/dark/rc/checkbox_indeterminate_pressed@2x.png delete mode 100755 qdarkstyle/dark/rc/checkbox_unchecked.png delete mode 100755 qdarkstyle/dark/rc/checkbox_unchecked@2x.png delete mode 100755 qdarkstyle/dark/rc/checkbox_unchecked_disabled.png delete mode 100755 qdarkstyle/dark/rc/checkbox_unchecked_disabled@2x.png delete mode 100755 qdarkstyle/dark/rc/checkbox_unchecked_focus.png delete mode 100755 qdarkstyle/dark/rc/checkbox_unchecked_focus@2x.png delete mode 100755 qdarkstyle/dark/rc/checkbox_unchecked_pressed.png delete mode 100755 qdarkstyle/dark/rc/checkbox_unchecked_pressed@2x.png delete mode 100755 qdarkstyle/dark/rc/chevron-down.png delete mode 100755 qdarkstyle/dark/rc/chevron-right.png delete mode 100755 qdarkstyle/dark/rc/fx.png delete mode 100755 qdarkstyle/dark/rc/line_horizontal.png delete mode 100755 qdarkstyle/dark/rc/line_horizontal@2x.png delete mode 100755 qdarkstyle/dark/rc/line_horizontal_disabled.png delete mode 100755 qdarkstyle/dark/rc/line_horizontal_disabled@2x.png delete mode 100755 qdarkstyle/dark/rc/line_horizontal_focus.png delete mode 100755 qdarkstyle/dark/rc/line_horizontal_focus@2x.png delete mode 100755 qdarkstyle/dark/rc/line_horizontal_pressed.png delete mode 100755 qdarkstyle/dark/rc/line_horizontal_pressed@2x.png delete mode 100755 qdarkstyle/dark/rc/line_vertical.png delete mode 100755 qdarkstyle/dark/rc/line_vertical@2x.png delete mode 100755 qdarkstyle/dark/rc/line_vertical_disabled.png delete mode 100755 qdarkstyle/dark/rc/line_vertical_disabled@2x.png delete mode 100755 qdarkstyle/dark/rc/line_vertical_focus.png delete mode 100755 qdarkstyle/dark/rc/line_vertical_focus@2x.png delete mode 100755 qdarkstyle/dark/rc/line_vertical_pressed.png delete mode 100755 qdarkstyle/dark/rc/line_vertical_pressed@2x.png delete mode 100755 qdarkstyle/dark/rc/model.png delete mode 100755 qdarkstyle/dark/rc/namespace.png delete mode 100755 qdarkstyle/dark/rc/radio_checked.png delete mode 100755 qdarkstyle/dark/rc/radio_checked@2x.png delete mode 100755 qdarkstyle/dark/rc/radio_checked_disabled.png delete mode 100755 qdarkstyle/dark/rc/radio_checked_disabled@2x.png delete mode 100755 qdarkstyle/dark/rc/radio_checked_focus.png delete mode 100755 qdarkstyle/dark/rc/radio_checked_focus@2x.png delete mode 100755 qdarkstyle/dark/rc/radio_checked_pressed.png delete mode 100755 qdarkstyle/dark/rc/radio_checked_pressed@2x.png delete mode 100755 qdarkstyle/dark/rc/radio_unchecked.png delete mode 100755 qdarkstyle/dark/rc/radio_unchecked@2x.png delete mode 100755 qdarkstyle/dark/rc/radio_unchecked_disabled.png delete mode 100755 qdarkstyle/dark/rc/radio_unchecked_disabled@2x.png delete mode 100755 qdarkstyle/dark/rc/radio_unchecked_focus.png delete mode 100755 qdarkstyle/dark/rc/radio_unchecked_focus@2x.png delete mode 100755 qdarkstyle/dark/rc/radio_unchecked_pressed.png delete mode 100755 qdarkstyle/dark/rc/radio_unchecked_pressed@2x.png delete mode 100755 qdarkstyle/dark/rc/toolbar_move_horizontal.png delete mode 100755 qdarkstyle/dark/rc/toolbar_move_horizontal@2x.png delete mode 100755 qdarkstyle/dark/rc/toolbar_move_horizontal_disabled.png delete mode 100755 qdarkstyle/dark/rc/toolbar_move_horizontal_disabled@2x.png delete mode 100755 qdarkstyle/dark/rc/toolbar_move_horizontal_focus.png delete mode 100755 qdarkstyle/dark/rc/toolbar_move_horizontal_focus@2x.png delete mode 100755 qdarkstyle/dark/rc/toolbar_move_horizontal_pressed.png delete mode 100755 qdarkstyle/dark/rc/toolbar_move_horizontal_pressed@2x.png delete mode 100755 qdarkstyle/dark/rc/toolbar_move_vertical.png delete mode 100755 qdarkstyle/dark/rc/toolbar_move_vertical@2x.png delete mode 100755 qdarkstyle/dark/rc/toolbar_move_vertical_disabled.png delete mode 100755 qdarkstyle/dark/rc/toolbar_move_vertical_disabled@2x.png delete mode 100755 qdarkstyle/dark/rc/toolbar_move_vertical_focus.png delete mode 100755 qdarkstyle/dark/rc/toolbar_move_vertical_focus@2x.png delete mode 100755 qdarkstyle/dark/rc/toolbar_move_vertical_pressed.png delete mode 100755 qdarkstyle/dark/rc/toolbar_move_vertical_pressed@2x.png delete mode 100755 qdarkstyle/dark/rc/toolbar_separator_horizontal.png delete mode 100755 qdarkstyle/dark/rc/toolbar_separator_horizontal@2x.png delete mode 100755 qdarkstyle/dark/rc/toolbar_separator_horizontal_disabled.png delete mode 100755 qdarkstyle/dark/rc/toolbar_separator_horizontal_disabled@2x.png delete mode 100755 qdarkstyle/dark/rc/toolbar_separator_horizontal_focus.png delete mode 100755 qdarkstyle/dark/rc/toolbar_separator_horizontal_focus@2x.png delete mode 100755 qdarkstyle/dark/rc/toolbar_separator_horizontal_pressed.png delete mode 100755 qdarkstyle/dark/rc/toolbar_separator_horizontal_pressed@2x.png delete mode 100755 qdarkstyle/dark/rc/toolbar_separator_vertical.png delete mode 100755 qdarkstyle/dark/rc/toolbar_separator_vertical@2x.png delete mode 100755 qdarkstyle/dark/rc/toolbar_separator_vertical_disabled.png delete mode 100755 qdarkstyle/dark/rc/toolbar_separator_vertical_disabled@2x.png delete mode 100755 qdarkstyle/dark/rc/toolbar_separator_vertical_focus.png delete mode 100755 qdarkstyle/dark/rc/toolbar_separator_vertical_focus@2x.png delete mode 100755 qdarkstyle/dark/rc/toolbar_separator_vertical_pressed.png delete mode 100755 qdarkstyle/dark/rc/toolbar_separator_vertical_pressed@2x.png delete mode 100755 qdarkstyle/dark/rc/transparent.png delete mode 100755 qdarkstyle/dark/rc/transparent@2x.png delete mode 100755 qdarkstyle/dark/rc/transparent_disabled.png delete mode 100755 qdarkstyle/dark/rc/transparent_disabled@2x.png delete mode 100755 qdarkstyle/dark/rc/transparent_focus.png delete mode 100755 qdarkstyle/dark/rc/transparent_focus@2x.png delete mode 100755 qdarkstyle/dark/rc/transparent_pressed.png delete mode 100755 qdarkstyle/dark/rc/transparent_pressed@2x.png delete mode 100755 qdarkstyle/dark/rc/window_close.png delete mode 100755 qdarkstyle/dark/rc/window_close@2x.png delete mode 100755 qdarkstyle/dark/rc/window_close_disabled.png delete mode 100755 qdarkstyle/dark/rc/window_close_disabled@2x.png delete mode 100755 qdarkstyle/dark/rc/window_close_focus.png delete mode 100755 qdarkstyle/dark/rc/window_close_focus@2x.png delete mode 100755 qdarkstyle/dark/rc/window_close_pressed.png delete mode 100755 qdarkstyle/dark/rc/window_close_pressed@2x.png delete mode 100755 qdarkstyle/dark/rc/window_grip.png delete mode 100755 qdarkstyle/dark/rc/window_grip@2x.png delete mode 100755 qdarkstyle/dark/rc/window_grip_disabled.png delete mode 100755 qdarkstyle/dark/rc/window_grip_disabled@2x.png delete mode 100755 qdarkstyle/dark/rc/window_grip_focus.png delete mode 100755 qdarkstyle/dark/rc/window_grip_focus@2x.png delete mode 100755 qdarkstyle/dark/rc/window_grip_pressed.png delete mode 100755 qdarkstyle/dark/rc/window_grip_pressed@2x.png delete mode 100755 qdarkstyle/dark/rc/window_minimize.png delete mode 100755 qdarkstyle/dark/rc/window_minimize@2x.png delete mode 100755 qdarkstyle/dark/rc/window_minimize_disabled.png delete mode 100755 qdarkstyle/dark/rc/window_minimize_disabled@2x.png delete mode 100755 qdarkstyle/dark/rc/window_minimize_focus.png delete mode 100755 qdarkstyle/dark/rc/window_minimize_focus@2x.png delete mode 100755 qdarkstyle/dark/rc/window_minimize_pressed.png delete mode 100755 qdarkstyle/dark/rc/window_minimize_pressed@2x.png delete mode 100755 qdarkstyle/dark/rc/window_undock.png delete mode 100755 qdarkstyle/dark/rc/window_undock@2x.png delete mode 100755 qdarkstyle/dark/rc/window_undock_disabled.png delete mode 100755 qdarkstyle/dark/rc/window_undock_disabled@2x.png delete mode 100755 qdarkstyle/dark/rc/window_undock_focus.png delete mode 100755 qdarkstyle/dark/rc/window_undock_focus@2x.png delete mode 100755 qdarkstyle/dark/rc/window_undock_pressed.png delete mode 100755 qdarkstyle/dark/rc/window_undock_pressed@2x.png delete mode 100755 qdarkstyle/light/lightstyle.qrc delete mode 100755 qdarkstyle/light/lightstyle.qss delete mode 100755 qdarkstyle/light/rc/.keep delete mode 100755 qdarkstyle/light/rc/arrow_down.png delete mode 100755 qdarkstyle/light/rc/arrow_down@2x.png delete mode 100755 qdarkstyle/light/rc/arrow_down_disabled.png delete mode 100755 qdarkstyle/light/rc/arrow_down_disabled@2x.png delete mode 100755 qdarkstyle/light/rc/arrow_down_focus.png delete mode 100755 qdarkstyle/light/rc/arrow_down_focus@2x.png delete mode 100755 qdarkstyle/light/rc/arrow_down_pressed.png delete mode 100755 qdarkstyle/light/rc/arrow_down_pressed@2x.png delete mode 100755 qdarkstyle/light/rc/arrow_left.png delete mode 100755 qdarkstyle/light/rc/arrow_left@2x.png delete mode 100755 qdarkstyle/light/rc/arrow_left_disabled.png delete mode 100755 qdarkstyle/light/rc/arrow_left_disabled@2x.png delete mode 100755 qdarkstyle/light/rc/arrow_left_focus.png delete mode 100755 qdarkstyle/light/rc/arrow_left_focus@2x.png delete mode 100755 qdarkstyle/light/rc/arrow_left_pressed.png delete mode 100755 qdarkstyle/light/rc/arrow_left_pressed@2x.png delete mode 100755 qdarkstyle/light/rc/arrow_right.png delete mode 100755 qdarkstyle/light/rc/arrow_right@2x.png delete mode 100755 qdarkstyle/light/rc/arrow_right_disabled.png delete mode 100755 qdarkstyle/light/rc/arrow_right_disabled@2x.png delete mode 100755 qdarkstyle/light/rc/arrow_right_focus.png delete mode 100755 qdarkstyle/light/rc/arrow_right_focus@2x.png delete mode 100755 qdarkstyle/light/rc/arrow_right_pressed.png delete mode 100755 qdarkstyle/light/rc/arrow_right_pressed@2x.png delete mode 100755 qdarkstyle/light/rc/arrow_up.png delete mode 100755 qdarkstyle/light/rc/arrow_up@2x.png delete mode 100755 qdarkstyle/light/rc/arrow_up_disabled.png delete mode 100755 qdarkstyle/light/rc/arrow_up_disabled@2x.png delete mode 100755 qdarkstyle/light/rc/arrow_up_focus.png delete mode 100755 qdarkstyle/light/rc/arrow_up_focus@2x.png delete mode 100755 qdarkstyle/light/rc/arrow_up_pressed.png delete mode 100755 qdarkstyle/light/rc/arrow_up_pressed@2x.png delete mode 100755 qdarkstyle/light/rc/base_icon.png delete mode 100755 qdarkstyle/light/rc/base_icon@2x.png delete mode 100755 qdarkstyle/light/rc/base_icon_disabled.png delete mode 100755 qdarkstyle/light/rc/base_icon_disabled@2x.png delete mode 100755 qdarkstyle/light/rc/base_icon_focus.png delete mode 100755 qdarkstyle/light/rc/base_icon_focus@2x.png delete mode 100755 qdarkstyle/light/rc/base_icon_pressed.png delete mode 100755 qdarkstyle/light/rc/base_icon_pressed@2x.png delete mode 100755 qdarkstyle/light/rc/branch_closed.png delete mode 100755 qdarkstyle/light/rc/branch_closed@2x.png delete mode 100755 qdarkstyle/light/rc/branch_closed_disabled.png delete mode 100755 qdarkstyle/light/rc/branch_closed_disabled@2x.png delete mode 100755 qdarkstyle/light/rc/branch_closed_focus.png delete mode 100755 qdarkstyle/light/rc/branch_closed_focus@2x.png delete mode 100755 qdarkstyle/light/rc/branch_closed_pressed.png delete mode 100755 qdarkstyle/light/rc/branch_closed_pressed@2x.png delete mode 100755 qdarkstyle/light/rc/branch_end.png delete mode 100755 qdarkstyle/light/rc/branch_end@2x.png delete mode 100755 qdarkstyle/light/rc/branch_end_disabled.png delete mode 100755 qdarkstyle/light/rc/branch_end_disabled@2x.png delete mode 100755 qdarkstyle/light/rc/branch_end_focus.png delete mode 100755 qdarkstyle/light/rc/branch_end_focus@2x.png delete mode 100755 qdarkstyle/light/rc/branch_end_pressed.png delete mode 100755 qdarkstyle/light/rc/branch_end_pressed@2x.png delete mode 100755 qdarkstyle/light/rc/branch_line.png delete mode 100755 qdarkstyle/light/rc/branch_line@2x.png delete mode 100755 qdarkstyle/light/rc/branch_line_disabled.png delete mode 100755 qdarkstyle/light/rc/branch_line_disabled@2x.png delete mode 100755 qdarkstyle/light/rc/branch_line_focus.png delete mode 100755 qdarkstyle/light/rc/branch_line_focus@2x.png delete mode 100755 qdarkstyle/light/rc/branch_line_pressed.png delete mode 100755 qdarkstyle/light/rc/branch_line_pressed@2x.png delete mode 100755 qdarkstyle/light/rc/branch_more.png delete mode 100755 qdarkstyle/light/rc/branch_more@2x.png delete mode 100755 qdarkstyle/light/rc/branch_more_disabled.png delete mode 100755 qdarkstyle/light/rc/branch_more_disabled@2x.png delete mode 100755 qdarkstyle/light/rc/branch_more_focus.png delete mode 100755 qdarkstyle/light/rc/branch_more_focus@2x.png delete mode 100755 qdarkstyle/light/rc/branch_more_pressed.png delete mode 100755 qdarkstyle/light/rc/branch_more_pressed@2x.png delete mode 100755 qdarkstyle/light/rc/branch_open.png delete mode 100755 qdarkstyle/light/rc/branch_open@2x.png delete mode 100755 qdarkstyle/light/rc/branch_open_disabled.png delete mode 100755 qdarkstyle/light/rc/branch_open_disabled@2x.png delete mode 100755 qdarkstyle/light/rc/branch_open_focus.png delete mode 100755 qdarkstyle/light/rc/branch_open_focus@2x.png delete mode 100755 qdarkstyle/light/rc/branch_open_pressed.png delete mode 100755 qdarkstyle/light/rc/branch_open_pressed@2x.png delete mode 100755 qdarkstyle/light/rc/checkbox_checked.png delete mode 100755 qdarkstyle/light/rc/checkbox_checked@2x.png delete mode 100755 qdarkstyle/light/rc/checkbox_checked_disabled.png delete mode 100755 qdarkstyle/light/rc/checkbox_checked_disabled@2x.png delete mode 100755 qdarkstyle/light/rc/checkbox_checked_focus.png delete mode 100755 qdarkstyle/light/rc/checkbox_checked_focus@2x.png delete mode 100755 qdarkstyle/light/rc/checkbox_checked_pressed.png delete mode 100755 qdarkstyle/light/rc/checkbox_checked_pressed@2x.png delete mode 100755 qdarkstyle/light/rc/checkbox_indeterminate.png delete mode 100755 qdarkstyle/light/rc/checkbox_indeterminate@2x.png delete mode 100755 qdarkstyle/light/rc/checkbox_indeterminate_disabled.png delete mode 100755 qdarkstyle/light/rc/checkbox_indeterminate_disabled@2x.png delete mode 100755 qdarkstyle/light/rc/checkbox_indeterminate_focus.png delete mode 100755 qdarkstyle/light/rc/checkbox_indeterminate_focus@2x.png delete mode 100755 qdarkstyle/light/rc/checkbox_indeterminate_pressed.png delete mode 100755 qdarkstyle/light/rc/checkbox_indeterminate_pressed@2x.png delete mode 100755 qdarkstyle/light/rc/checkbox_unchecked.png delete mode 100755 qdarkstyle/light/rc/checkbox_unchecked@2x.png delete mode 100755 qdarkstyle/light/rc/checkbox_unchecked_disabled.png delete mode 100755 qdarkstyle/light/rc/checkbox_unchecked_disabled@2x.png delete mode 100755 qdarkstyle/light/rc/checkbox_unchecked_focus.png delete mode 100755 qdarkstyle/light/rc/checkbox_unchecked_focus@2x.png delete mode 100755 qdarkstyle/light/rc/checkbox_unchecked_pressed.png delete mode 100755 qdarkstyle/light/rc/checkbox_unchecked_pressed@2x.png delete mode 100755 qdarkstyle/light/rc/line_horizontal.png delete mode 100755 qdarkstyle/light/rc/line_horizontal@2x.png delete mode 100755 qdarkstyle/light/rc/line_horizontal_disabled.png delete mode 100755 qdarkstyle/light/rc/line_horizontal_disabled@2x.png delete mode 100755 qdarkstyle/light/rc/line_horizontal_focus.png delete mode 100755 qdarkstyle/light/rc/line_horizontal_focus@2x.png delete mode 100755 qdarkstyle/light/rc/line_horizontal_pressed.png delete mode 100755 qdarkstyle/light/rc/line_horizontal_pressed@2x.png delete mode 100755 qdarkstyle/light/rc/line_vertical.png delete mode 100755 qdarkstyle/light/rc/line_vertical@2x.png delete mode 100755 qdarkstyle/light/rc/line_vertical_disabled.png delete mode 100755 qdarkstyle/light/rc/line_vertical_disabled@2x.png delete mode 100755 qdarkstyle/light/rc/line_vertical_focus.png delete mode 100755 qdarkstyle/light/rc/line_vertical_focus@2x.png delete mode 100755 qdarkstyle/light/rc/line_vertical_pressed.png delete mode 100755 qdarkstyle/light/rc/line_vertical_pressed@2x.png delete mode 100755 qdarkstyle/light/rc/radio_checked.png delete mode 100755 qdarkstyle/light/rc/radio_checked@2x.png delete mode 100755 qdarkstyle/light/rc/radio_checked_disabled.png delete mode 100755 qdarkstyle/light/rc/radio_checked_disabled@2x.png delete mode 100755 qdarkstyle/light/rc/radio_checked_focus.png delete mode 100755 qdarkstyle/light/rc/radio_checked_focus@2x.png delete mode 100755 qdarkstyle/light/rc/radio_checked_pressed.png delete mode 100755 qdarkstyle/light/rc/radio_checked_pressed@2x.png delete mode 100755 qdarkstyle/light/rc/radio_unchecked.png delete mode 100755 qdarkstyle/light/rc/radio_unchecked@2x.png delete mode 100755 qdarkstyle/light/rc/radio_unchecked_disabled.png delete mode 100755 qdarkstyle/light/rc/radio_unchecked_disabled@2x.png delete mode 100755 qdarkstyle/light/rc/radio_unchecked_focus.png delete mode 100755 qdarkstyle/light/rc/radio_unchecked_focus@2x.png delete mode 100755 qdarkstyle/light/rc/radio_unchecked_pressed.png delete mode 100755 qdarkstyle/light/rc/radio_unchecked_pressed@2x.png delete mode 100755 qdarkstyle/light/rc/toolbar_move_horizontal.png delete mode 100755 qdarkstyle/light/rc/toolbar_move_horizontal@2x.png delete mode 100755 qdarkstyle/light/rc/toolbar_move_horizontal_disabled.png delete mode 100755 qdarkstyle/light/rc/toolbar_move_horizontal_disabled@2x.png delete mode 100755 qdarkstyle/light/rc/toolbar_move_horizontal_focus.png delete mode 100755 qdarkstyle/light/rc/toolbar_move_horizontal_focus@2x.png delete mode 100755 qdarkstyle/light/rc/toolbar_move_horizontal_pressed.png delete mode 100755 qdarkstyle/light/rc/toolbar_move_horizontal_pressed@2x.png delete mode 100755 qdarkstyle/light/rc/toolbar_move_vertical.png delete mode 100755 qdarkstyle/light/rc/toolbar_move_vertical@2x.png delete mode 100755 qdarkstyle/light/rc/toolbar_move_vertical_disabled.png delete mode 100755 qdarkstyle/light/rc/toolbar_move_vertical_disabled@2x.png delete mode 100755 qdarkstyle/light/rc/toolbar_move_vertical_focus.png delete mode 100755 qdarkstyle/light/rc/toolbar_move_vertical_focus@2x.png delete mode 100755 qdarkstyle/light/rc/toolbar_move_vertical_pressed.png delete mode 100755 qdarkstyle/light/rc/toolbar_move_vertical_pressed@2x.png delete mode 100755 qdarkstyle/light/rc/toolbar_separator_horizontal.png delete mode 100755 qdarkstyle/light/rc/toolbar_separator_horizontal@2x.png delete mode 100755 qdarkstyle/light/rc/toolbar_separator_horizontal_disabled.png delete mode 100755 qdarkstyle/light/rc/toolbar_separator_horizontal_disabled@2x.png delete mode 100755 qdarkstyle/light/rc/toolbar_separator_horizontal_focus.png delete mode 100755 qdarkstyle/light/rc/toolbar_separator_horizontal_focus@2x.png delete mode 100755 qdarkstyle/light/rc/toolbar_separator_horizontal_pressed.png delete mode 100755 qdarkstyle/light/rc/toolbar_separator_horizontal_pressed@2x.png delete mode 100755 qdarkstyle/light/rc/toolbar_separator_vertical.png delete mode 100755 qdarkstyle/light/rc/toolbar_separator_vertical@2x.png delete mode 100755 qdarkstyle/light/rc/toolbar_separator_vertical_disabled.png delete mode 100755 qdarkstyle/light/rc/toolbar_separator_vertical_disabled@2x.png delete mode 100755 qdarkstyle/light/rc/toolbar_separator_vertical_focus.png delete mode 100755 qdarkstyle/light/rc/toolbar_separator_vertical_focus@2x.png delete mode 100755 qdarkstyle/light/rc/toolbar_separator_vertical_pressed.png delete mode 100755 qdarkstyle/light/rc/toolbar_separator_vertical_pressed@2x.png delete mode 100755 qdarkstyle/light/rc/transparent.png delete mode 100755 qdarkstyle/light/rc/transparent@2x.png delete mode 100755 qdarkstyle/light/rc/transparent_disabled.png delete mode 100755 qdarkstyle/light/rc/transparent_disabled@2x.png delete mode 100755 qdarkstyle/light/rc/transparent_focus.png delete mode 100755 qdarkstyle/light/rc/transparent_focus@2x.png delete mode 100755 qdarkstyle/light/rc/transparent_pressed.png delete mode 100755 qdarkstyle/light/rc/transparent_pressed@2x.png delete mode 100755 qdarkstyle/light/rc/window_close.png delete mode 100755 qdarkstyle/light/rc/window_close@2x.png delete mode 100755 qdarkstyle/light/rc/window_close_disabled.png delete mode 100755 qdarkstyle/light/rc/window_close_disabled@2x.png delete mode 100755 qdarkstyle/light/rc/window_close_focus.png delete mode 100755 qdarkstyle/light/rc/window_close_focus@2x.png delete mode 100755 qdarkstyle/light/rc/window_close_pressed.png delete mode 100755 qdarkstyle/light/rc/window_close_pressed@2x.png delete mode 100755 qdarkstyle/light/rc/window_grip.png delete mode 100755 qdarkstyle/light/rc/window_grip@2x.png delete mode 100755 qdarkstyle/light/rc/window_grip_disabled.png delete mode 100755 qdarkstyle/light/rc/window_grip_disabled@2x.png delete mode 100755 qdarkstyle/light/rc/window_grip_focus.png delete mode 100755 qdarkstyle/light/rc/window_grip_focus@2x.png delete mode 100755 qdarkstyle/light/rc/window_grip_pressed.png delete mode 100755 qdarkstyle/light/rc/window_grip_pressed@2x.png delete mode 100755 qdarkstyle/light/rc/window_minimize.png delete mode 100755 qdarkstyle/light/rc/window_minimize@2x.png delete mode 100755 qdarkstyle/light/rc/window_minimize_disabled.png delete mode 100755 qdarkstyle/light/rc/window_minimize_disabled@2x.png delete mode 100755 qdarkstyle/light/rc/window_minimize_focus.png delete mode 100755 qdarkstyle/light/rc/window_minimize_focus@2x.png delete mode 100755 qdarkstyle/light/rc/window_minimize_pressed.png delete mode 100755 qdarkstyle/light/rc/window_minimize_pressed@2x.png delete mode 100755 qdarkstyle/light/rc/window_undock.png delete mode 100755 qdarkstyle/light/rc/window_undock@2x.png delete mode 100755 qdarkstyle/light/rc/window_undock_disabled.png delete mode 100755 qdarkstyle/light/rc/window_undock_disabled@2x.png delete mode 100755 qdarkstyle/light/rc/window_undock_focus.png delete mode 100755 qdarkstyle/light/rc/window_undock_focus@2x.png delete mode 100755 qdarkstyle/light/rc/window_undock_pressed.png delete mode 100755 qdarkstyle/light/rc/window_undock_pressed@2x.png diff --git a/Release/XNEditor b/Release/XNEditor deleted file mode 100755 index e429bca3e8e32914af7043ee2536cf4e070b3d4c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 472352 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℞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

-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

T-t`D?IZ8(afHNZV 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 F{{!P*R#N}~ diff --git a/Release/XNIDLGen b/Release/XNIDLGen deleted file mode 100755 index 3d163e0e0c63675c6faf3a4525ed03f78aa17a44..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1545992 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%0Atweg@ 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%0A^vj8lY<}S*&OIdR&1d`c7 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∈=R47S{KRbeBHJKtWh?GA$ksB$?TRn>N%GKSM0q&@Ni_J9Q zI_B(;!f1Lq^Exti4EDVuPxeUxU+a_LcwzN_49AvBTZQAQR^S+(fTL+$5*!DuFmSYG zWB&zwu)M~{Ev>`Rt`#^sB;cq{hU4+&1`czw){sdT2b_N&Etj+oPMH^+{WY0fDB$=~X16!cy#KO5a{wW;zD-Ms z%*U>es#1tTvndWS`(;m&FF@nE$d9ODHnwv}kt!*Ih^L@k)2`>288mYa#BZO`%<>w| z_qICrMsn zJWISaD|{TX&Hk*}qyle4PI!s^gL8j?79Igu#x1S+f@4nqpUE+g*eykjNn{tFh7KWu zh)8wLi)52y@Z2q=?kmJ zwUTiQgd~kp4Ixg^#f9$en-~U4;|2T7v32up!97C%WXHcoDF|yu{)=XuPr|}S%AF5* z*s9DCm^8w958|zY+7Y;V0$1woc5T6oEAle86z7dhtw4xqhD{n?hN*QK2Xet|s*%OCF|ElZ&rN&zWdF5;$uJoD0duk1Kw8$}yDENeKMGwd=RuAmsaN9`k z&hxy3ge|j-vfNgcf|Rn(Hegv3>Gz0cj_RD(ykAsD9o!aBCTQs(i6Lg$(V2P#ym<*~ z!G4lv^)l)c0iaRE8b}T1rKkqaL!W12gB;H-2_KW{j^lOCG?oEa@!RKd%<_61zayhB z0je1xH6)rAqvi=PSp)0W-xJoBWA?1I|D`dzLYPbPm_3PK7s^OXw#Q3e0(dju9*u19 z_1WO39Iq<$oEfJH%)R~oe>~xh9YV&E__)E`v0%+DF?T%jFv~dbtY4GF0P{!#yCL(( zFaJx(tOBvM1n6B5Kucs^)B>5=dR7{RqFNurF+Lify`I(hybpVdh1b1;`|;Uxll#%7U(=62qMvE6G921NzvXHb zpK1E`O#XyT>JIIILL}!X#yYk)kj8pve8ygM0d@sFw+@ZlwR2*+*wO@H78n=3lhU#Oo_pgLpsRxi3?v@xD&qo9;ZC zSsx+Gso&&xVE)P23-08z{w<)5cmXoe|EAn}W=(8S?jvU2uQMI^O!>F?XhVzgPcbvz zYWWZ!orQh1UN~-HW|7WpQU4G=da6bFGnx5JtL2a8qd|x)>aBl&W|rtor+#UFDe~ta zAMGazeaHLx`rfqfV`hDnR9~5z&CDk>lAZcY`RDj(v9L9stDyP!eax)WnJvoS!ADoh z(UOghG-5190CCS7FGbte7Qq#det{l}T~V)Nb8aPPGyg3dhl;_(|-gS==R zgmDq3VoKe!ia8N9)=Fp~WMFRo{57CGsr#o0UE)>P+^Fa~%$?c1u0^VaDm{Oz3FiPl zFk-&w(T)Q9;nu^SjW9kK*@OY#{%Q`pyzxK${I-6re*OncMy-5)BeLc5Y<+riA7G1C}@Uy%Yw!ZbZ3jgV?z~8%d`1>2x7;82obFpyI-5)Dn2<#!S z6~fqA;h(@r1F_y)KFUgocZIa>$fvQ424p#Xldy#&RGF6sVW-*C(A1*88Jb@d>V`P9 z;Sw6&^cb2~H$_Lthbhhus4T4GAQP~z%?`VA6sOZhU0LR@#5 z{%t!kIr^|#RIn!g1$ZNb7L6}h<3XTY8Xs1B|O=20iXoNZvt<036TsRzkdbeNpr-I z(~~jY68>KQ9R6%C{Oi8~@qut)h{XE;W_5=-TIO-sK}bZ;kpsmto`OxuZG+nZ`%X1U zeK7H~!;z7Bj+b(0?&98^k&QCwP*TnD)P|x zz;&b#BfwC^khYV6J3J^7j4C=cxi>pYZ|?74T0Mj6gdYvHQ4l0mhBP!EVTj;&y`D zE_T8PK9Z;ps4+4|Qa`+or@QxqXFiaAsFpf(dp!b{6>f%HO(a@Xzfi(mu$-7Nve>XGJ3g2vA@9t)zqzF}b{XjPpEjkUtBkTOFztc=uWxqF>aW@md z7g7vG$(3$qdn=51^pZKp&1`E`{T*$W#ZmCC;9FTKbExU7jnZ9K_yIiCvW)1AZ-SLM zI-`%QDu}}T@wyr*iX%EKRe?WZbO-e6Ac9>Z!0J}@X)hYq!1y5tmWD2GR-J@j8_`h~LMm}C4n@bUATZY3htu;%SOk(5@ucW0kEOHuKz{1klR8#m`6qZh8i{&jZfxF#G;`UOz zy1%CjI2FkR;5h(X!V!x$ht9p@6?_w&o}ywv1`+%Oz;^+xh6_XdC^%v|ULC4c1I(u^(mL5MY5g^J^)7UN zOa5{`UeWwzKl9$JBC=&14cG&sSCM%+CM{86i}NZ#{d5v3&Kslt@@)nfAZA^F4mC_2 z)dn6TWa=C?+8x9*FQAxA2T3DlZ9KyrCS?48Sp0d^cMs~J-W8}IV?S6>!mniED&7`N zoWUld?f1c6H;31%2>nM~Z=wOv?kSyG3N;UOs+2!|j_jEa2oN&Mcxb^C1fV5|U zG-v#s$ZyDa{j!Jt#w+?8D<-$vpA+z*M1RIXtDgRBTTzO>%&r*ij`z{e<9kC%A=0yC z9&`8~TK6?RphlXH_C^u+rH`Sk$B%YjA_tS9ftR*Cnwg?{$x9WFxukFazw#qGnY}w& zPG+9N@rD=9lV<#;nt=|;X1(;W&9RO)@}*25@|#*G53O(s7?b$1k-laTiYHO&Y{)J` zag&)7B`raIz3&b*9qH>PeNm?}dBvxi%==CHhWFv4Ci8i3X2@ioXVSAw8u1po(q!K4 z&GehhlTCVKE2;JezJ%oKk2Duu?2oLXTPr>Ie}c2^NQ$^QG!N!dDb7cGNndI^WVt}> z+PvI`BSpVi8;E?XUO1KwU#mJo*nsG3h3Q^}3_knp7{PLXKJQPNMkL_W$^{O&oehOu zliMxFv1rBLSacrb07}76>UCTIlN*S@;R$p8W_1koQ3CVi{d%^~^%z}y3ioghrW4oa zgnY!Br}uJzz>@yt1fY}Ld}wrMdFG>YTmU~rJ2~dM;i-+m@5AZyk*`!+2xN@+?BfYl zHpP!z9mO1ZSd8FVS9nmyJUrzQYhWopKEM@EN@JAy55f7htik}qlvRAHBN$*DVZ{^t zjM@T7_)IuCYR%yc1JdaNl2i+u*Ke{x1nP-89t(1Eh!B|rQ1@6=8;q{00pT)6GQX6o zo}=;-O2Qg7r3-Eojftx&x$(>OO+0|q?Duf=CGpqC;ibl3zXV`9{`!Tyj{GA2`hFaz zljEQ5IJvV6&sfz?d+tYS?Sj?fxZe%tIoDm^j&-TE=dMrpr(K?xTLU-uetjK({cGs2 zPvdObdqJQ@-HNI(p3h10*SE*dryiQ*uaC1Ull}D92*Yu5Lx@1^s{4G zxxs#i!r*u;7BoN8Vv!-RiFjm91 z@&xJ7P5a?QqiN|m;`X09FFF9unAXH4r2pXvE*%@2QylZ9mJY8C^eyQ=_Uh8e0@$NU zoL!D-3?%@a|9=!;auc&AzXU*SzkXv~K!L%=6{ll^IBzjRUFv4Sz zutsn>s*LrU7bsk3h5LX|0);y&gs;Tz+Qyw2IGQ&!KT}Qp0^=PAbt%4ugMkpnzNCAg zaD7FNu|I-21L91zQwpxH#DVEoWQ(gJ4PiJSg*!*yz$F{oh}hRTYVOChn4OaysSOm= zw?=oJL3h|&kv1e3CnuTja6?BwhyHFi^yg2TnHNOeYBQZ12fr(m97=|vZcdMCO-_GB@ zPMr$93xkMQaQD4Lb^-6$`T}}N8=gDZn%1*lQE*pt#p44PrT1&bp)J4oVZvfVxIHG2 zx>dcthGSEAFnavnya*l+sLskSseV73_+;aN@x^xnKjaJDURqz)WL1yIT{MJVNytN1L(R z%$UgEH{#=AzLpFSkGfIH*YJcG`l^OoRx{5Qg+bq@YPXH?GZM|0qM-RC8!g0|! zA;b@?W4O)5@#=nT(`k6akrzt~H(KF|cp2!J%GQ>gF_ro~4hg{jrO~P&lEKv#{RKy* zsf*CQw&;+e>MAJ>r1mUYl-?7^qcr+)KtXBRt9g6{TuP<9Pi&TO?}{I1j;ONF+Yvos z!DLZ2j*N?ZTT(q!Zv7pl zjtiZiAU+%t?V&s#-$0Z))K}P4Y88K7uqhrul_g;uDv-s_3;vdGg%8u+$Y}f7W?IQD ziVez!ZT@6-rK*G0h5c^9S;Q20J>-c+R+uN9)Zl;zl2n9DmVlfjXzCLZAVAZ&DtLswN2%I#^=s)IlxF2zb7YK7cRT=A)YIj zJL*WsKDH<}8Yet}7Ct?%m|wPzW>S(G7y*M z4eE7@*_abgTa7GizH)YT{(M8iK554WXD2owaX%h}HB1Y)W`_pngD-LhqL=>d=rubu zmVEDeT$1l?2t;qrQA<7|8cT)msX**D&qg_aH#mafhy(5}<3_oD;1-x+)5hjHHX%dyz)8C zPk16O)ic}O%@;UfbgsG(>ZYIP?cg~E@-91S=K@x}KhAA|9ZLrf$0?YxQ&R^7`<>Rz zEq>cLZ!bhPrt5iVr%beT^Oxf?7efT-oNq^~2|f9LsJK&BDtFiAvp{k5rc`c7#lAR| zY?KY7Jl+skqulcQojMB!oubGlaDLpbi{NmE8*}P>>F5n~c%#ZaoaG04=i?Xjl*y+@ z9h{QV@Q}N)GqGRqP!fmU>&9b8Jz|B%O3uf z-S?{QV+LULY}x}{o#8H*KR<=5y7W9zFgZ}cE~Z?o79e)uI?C?u{%zqTv-qi^3rh;Vq4Gz5lCL*e z!XyGt-Kg3^7i;LG*Et$hcd&b|ZvgMuzkP@xcY~Z@y9o7^4*w?5cX;>8Nm^aD2=il0)snVLkRlE|oarhG` z`->XTGrN^kob6CG24C-Gk7r@e53_UdHOir!U1#9Izlder; zS?bOeFpYsH&X@Nw3ge%s44C+fS&laP_zSDeJ55USfmMXn)<6?V=(gt_7Y>fd;=Jx*`e)Fwm!q9)~o-4 zD?N3B&Z8&GG%36UDhayD3dh*8=l~qe=FA&i+SrAkSKJtg-O(iVQz04OzzNMCIy0rB zw?Fcw_K)fBH&=99u$bjW~-?1mBuULf0~W4!}5P^t^Bo4`O9>9H3Y@kxIS!L{1>!U<59L& z%jdZNKX%OH`Bq8^cKK&v>tSUFcKa(BAQ+ydV9+@{3ogLXaUs|cK+m-MmSk5PhRK(N zau$bQXh9~pkApI@?v1i6w?!>GVrMgUFRo}}86=ouW(G=O3Wm`3{%D5$1_UI`)DI?lny zq#_n99RTB;$O-tqkKH`qo^jJ1qX*u4)2+ALy>QB-J^lQl$T;JSp>{8*((UI}!dBL3 z*Udvc7!%*AnZiCB6>UZhFQ7lfxU=X;@b6c^FdEu4{L1fs(gTrRfXmlFjfuvAo|5c2 zL*+O!_qcVAs|nyDuyBg?z`ExUaK||$PnCx+U~;mfmvL|BxtVpcOPy{wlqhgwFUSuY z|Lcl!Q5rQA<=E4Mw{@xGKdT3h1crCXg!L4z=QcpmOJAeKwvpfvV$y0<*O19VV2h!u zNRFNQi5!34sldao!x7V}-l$D=-Q6;m0Wx+i69)Y$_yA{5Qy&mX}`? z+}T|5wpQ0C5eN;a97vruG}oFonP2yvF}WHE&TB(kw8kO=j( zBXf5)2j63HkSfmQoyg~gq5C6sTCU@fIluJBJ*Ol(a+XFKMNd$ z5)1EyeMd}rnpfU>;Lc`WwQiqoZ6G4u5x)uKtqE^(7pg|LW`rKZ1Wj)Vhw|pzbv`rA z`*M+w<#|}BNR8?c5Np8_+bIc}!jrmSkfrb=L5+x13)GQ;xj1GThwKgj5fA8&zdrc0 z@i!EIBk?y{WeR0Njz`zo>{U<`b%db~qek!zhu?|k7-n93@_)+V} z{aJcUULTpS)X`X%OG1b!#gIT7+NsmQtQ&r2;T&Cf3*QA>>WXQ=%Z_|rek6kFXmdiM zO-6nwXZX}nh)qzOH&SN%3acrUlG@OoBX}hHl0ss4EN$V$zCd&sgjqC)5oM~nrQ@Ll zNvVa~$RnA!3vKgR_ngBkYgVltYB~!RQtQ4k$auF1RlSGNlF|c)I#gkQyq;!WR_9AF zGGSr?R)8Luy9s=3%qFar+>GIbxH6%-O!XwF^_*B>6H0*UFww(|Yf~|Na6i&6PB|2A zwxlIDv-gdg&C}ehj~yuoY(t^gz%Z!bl=CG=Iw%wKmLu8xJ;)En!l{yCWS7y8Uq%S{ zJ~$Z{4a)3j9~rOYc>N$u<)R{bxAY;00NYBf^GB})y`w8t`E2sQQ7|lsA%76M6#7FT z@{_+?Z6H!xBxXECGai)k??8H^U^`soM{I&4Q@pBw#qYT=2&*>9Q(G1uLe;P=obTnV zAJC#|M~8rY)`EjNb_S1?3lxqRIUXBp;j)UD_e+%zV>~=UHd=JXBh^T(a2n{MH2M;e zVom#;3lD+R_13gB5K>X~1Qs1w-T8E)0LOlAQ9a*bn{hmKWFQbGSOZUoRU3Ra)h=wX zs_1yY@zhuFsqt8034=|oQ-MWfrhQFmSS&?I93^9kwbkK+=qAh|na&)N$-6Q=AdB;c zT2<%r3kZ(n1NgG;CLJ9u@`|y5<+F;Bf!OdSmo@auOQ|>=l zx*~OIII4u=T$Rn|38Qr7e0M#lG}j-!D7#?OZi_(+%wkZ(BZS(<%m_k{4$VoxT?$h= zgwApA5$roP!T&R`ukwIhakYS~p%q_)I`t+hBfx!H0K8=10Z!nh@@bhh0@16p?Pw7! zE9>m#-=kSpD2vV!(?oDNLndY`9Dp!lmE|vv_nx(SXuuwBr>bHIH#r`$hH~h)Z*dr8 zJasRHXjIGZpeWV&kuA$B+B3M=gDH0OWnghew#O_R>~{iqR4OE)#OfM94ax(v2FPa7 z&V})FfsuiJt=-3!Mug9~Jg{1-kEeq~pvN4Suy$wXXVUH<0;m~5#no@IL*fgu-cmH1ND}$3XpZ3P5Yi#352hs% zO~uZpEho!#e zk9OT#lj4!h zJg(W_V;cgTVRlRq7E3huP+_nNsG1vOh1%=Cttfy+lZ$`pEaRK?Z zwv_lf=Rvg)W6Eu)TE0G#7tu-_t-ceY);h_?0#iEysuZ6dgiqHu*^z(PJ?i|ayP|{A zN7&Xa^LV87myrSKt~w?sTlaw83q|d|D+TiFbbP?GQL`faj9yS6i z{E3t%HK9X5HXqoL_x*(*!0w0#);+xei;Pd$gBOB+zEVTpAV)%3nnz?EiNhWyk~_a( zBeAfGweah*1yJi?a>D3Ec#$)Iqy%iDGt{VS5!R;@mi1tyIN2X);>h%+LeJfdUX-q6PhW&CDMjD1TQAJZjt>(c!UPk=HJqEga4w8D z0y6448R{GgKj_Ti8=2Fn`nL0`I5kC=_;ozNK&1|P#f^u|osQYs4kv9a4Y!IVgKH)aAs1GBLsYO8tx-q*Y7 z_&)H`yR!9~Ok_FNIZpuc&WVlLm10A4jNJ<68bFuQP3L%g86kD8F!?0E@%7)>cXg=! zM)ciXIGi1N5#@R|f@={4OY}m`bi9xf?}Z%L_X-g|GdzfOnUc5gI#zb19X$`wu4}Rj zms(W^QN(j_Ga4V#xCws)Qf|On7(cHuTF_7n?58iDy9%bXEkadat&w`(bs zokPKqDmvrV3RUy#bn$Ce-(o@~9^wemtoaH2Cu(2O2x3b!Q!2V*y{ZPZV}~|@gf^@D zr}Obfcq@VKE58%w4ZI2mP!)I>e^x3B0(%(En^n1~uVH1v<{(%T?7<{N>~T{1lx)_< z%t#^2s(P94Yix(vIv24=qQdz782X9&1e-A%nEbklD{?)Sa&DaXH2DLq4?wOU6g;xW za=XV5q=@@WZl(aGA5WsR~6=UTCgc+;Z^xP%Q9qYDlkyK_}IJj5T6W;*-{AltEi zbJd?-X0L;K<0Yub;g5Fg58KrB^2nj?_%ZU;e!mEwz&g5fD)I5opV}Nqg%=@2TdMrs z`ClLQ-JiDNDgC0M6qAt_qK7K_l*X>#=I|LPf{<@ZA?yG85&*%>3e(|6${iRJtctHx zuI2+swCEqIl=!$$z6RD;aXhP|LTT!GW?F0YpkyT^b;|q%Ge8zo(GAQ*;{(KnF_x)T z;^hE7nNx}7dHG}?LeS@SU(w7=w8aXK1r`t=FBQvDeMF6Qz6bF7*r>Ko<+}J#6k?0f zY=9q6$C&ijEr1tCa|3kOg$?`hzX1O`izZXNiuEMG=JLbg)R)rit!wzCFP>C%#ms0& z+7L17BxxevYp8d)0(s9N%m&kJO!3YodLD>nT)k_5bTnOc+Qm0LpX`C6<7a;g`0)Ph zY&7(W_#bxc;G(CYm)L-2#+3d9eo_=Em%#O{DD-VAR%GBZvFWTKcIrZV`7XO~^O&6Y z8${HRLHwUm9O?2747hj0%Xg6-yEqjb-~dD?{*>nx@BXAX(iufR zygLgd+_21{kI3h^B`>%c;tint0iKhP8Gf*r{~9Q)9oN0#G-+St6gzf49>ZIM#J`Nv z1Waj>#s0#@W3REnbYq<-;=>b)qNfxWel+GE#gYB=^kmkZW1Zi@S1J_@Qk>8Hu|OVz zbbkPc%d;R#_?Pbt6xLf+qluwdaSGazH6dDnuSS-}ha)o(S>de_-OxnFK-1xUe*^zA zZq)wBF8Vnzh&@ECZ-0^UdOfOtM z_5dfpY^Tl{^NU@$dQ?v2z-ZadNWQ!unxEbP;SXaEA7S0H6n}F^Sl7%QQDm(uNhw0T@f+|iLB0rSQKTd#atJ>pkIrSabGL!M zN5V&WK4_@{`tPRHqG;eXGzC*mzn zWD%$jrcJJyUz?W?Dc$Ncf{R-g{su#^Kho-ip!ksuRwt~AaI*)>WaaT9TV1qs2S8b1 z&o>_R63hHJcr8}=xRM(A31V->{&uMU;~5s5r2asY3PtU%f#``5WRXNKECOT7jFka{ z5CbtkSHRGH1%|d0)tl?T{wUXL5Xc>R(5A{FzLI5L$-*m@AG!r{8s?(>bfCYvsmPj( zsv9PcsA=Mt1JUCe#%p=Y^E|6zHsZ@`f3?`_nV>qEY&T}AcIWJZl3#fO7JIwg1&fWl zgoH|AkMVQ)jF=;+T*Sn8rCT@9LrBHX-bLK7Bp-UBYolCjP;-CGPAPYe03+((d{#=z zotKA~R306jKmfQNl3uuIY}?2?yzToAt$TOljw$^>QI39#y4*aJdxW=rAL*>iNm@|r zSu~gSdhW4Eo@q@B(#;QG`!G=r&h%AJNxH}L)E3W^?(w`$i|0xAc%IhcdD1ZK>`jT3)Z#8)Zv3WPEy488t=OuqP~1|LJ*WBKQexr<7I0vNAUsiF^*OFoq1NK{`!u_L^C1-=vLGgrjy z%N+l$C=`=%m~TB#2v6avyR%48&iqL)s#;iLMB%tdb}wz?G)BS? zL|>Q=D3|VUxd;?xPEfE5 zusz}pXaIQleXdli*Tz)5EVRy8?6a`WgY~V{9}@B~Ow^sU>AvE^ zK=l3~0D-9B^T*QX6&H4|C>L+u@!OeSiCy<|YjD9mHjB+N4$fAng<4@-#UCZAs+^j@ zzw}zclH$nHVrt2a>Tj@S{%B=a(f^6qb)^A*1C;W9k-S3Q<}MxCJ$~Zb+FJY>mWsuu z{V^(4m!UfJ;%i>}wq8>6r$Nhx^JtE3oJV7wFMuSnoXg?>fck{{b?m*;{VS@iK5=Fz zosw>GJM>wI>AQ8P9et7=DxM0@{m_R=KZ+7p; zk^g2t*67ag_TTs1!iRDGCp#_0W9@gwWse{9E4sH~3QhE)IXB~n0_?u|uARUAD)!&w zsE+*yKWCA3Hh|jOkz$>N(KM|1PwSk$TPNO*{#%r-I(qa3Tw2q7@M&|0CFLFNIPl|ulktm$ukI+? z1@hz3CVIalr1&XN8x^7`&TK_OxpGhu7M@;N~>L;iiG;xtMZj|HOPXD%YPl z-lbqMSSYw9p2fjJ=i+WDlnl*Ym;0gQ_~{_u4P16{=xf7JowfVUZ5{rBak!u1r-SvH z;-7*5q_{Ap;zBz#7khDj<$dL+_V{_iOP7#q_h>Sn_tAi*>xEC~t?x5xH}CIed}bYj6^B2Pcp_F4v!6-~SA`Wk4<#Cij5cc9268 z2&ow4!E0fDMSm|^S0|$t4hM4l&s?aiKuyvK+jg~&l2e$17+Z7icII&q0unM6~mV|8s&0W^a0XJ^sONN zFOG)pMZ$^rwlg93BVB?NGD;S_wy^7_Q%EXC{xf_YT98dPAo~{vAy5L=JNm>g!PZ!_ z-_#DxnS%OKD%*l2$tOe}L`JYkb~1B573CWSi(lYv`KMcClL3r`8|9FWGQLdfaf{g6 z3~$1{&iU#wA_i(y8QW$eQocypLCi#nJUR;cqf-eDU75?AxQ)vH3o8iZ4J9rqR>XR5 zzEQ`~&rU?0OhlUubSTanMv(f@&Xz9#;v(0%@MYji4cw-|%J+cP$Swg`BDoq+-#2+) z@aYHWk5&;>fAmQ)U(#cOcBWz)>sDLg;V2S_^}pd}xUk1g`~YE({1V*-uLLRQqAg3% z5I>%yNwjt$5Pf@s$O1jMkr^;+?Bc@5eC7;e8MW$14^BPtxyn>eAdB_8*!9Hc%2)g2 zDW(qeGc`xE#_>u&aAdT47+_iCCWYCl`B^^^^m^dRR-^Dl!$r6S)t={N>f*%n(0r`TU!IqVbqE+8K;NSQremKd zx+>lP^@aK|r0_D;74O9_Ksk55WPY}4%lu=J5B-P%fVTXE`!SFsa^yzcBtg+}B_{)e|X+@dSGWe?fhcozeegEal$nj-`=AuaD(O zxVDRIUX-y0i5sBK{Z3<0R6#?aXBYy_^$_yGLZENw)#FWW1@f7})Tnm;z#6crJ~5b{ z8Ogzf#ZyYc`~{Q8QW-%Kn{_Uq5~OVBB45VRR-ls|=LI3eqA;cqDy;-w%OV1~zAyGi zpU7K{V)WRrM@naUEC^Q|BKD27FmZ@0ec>vsL%@}OBRYGe+u89pzk+6@e|+jRjE9CP zn(m=j9>?4JH9tfD=Bk5{5x)hN8Y!Qv+VXyl)89U|1z3r{gM0SxYlsoRv<@lybDR(J zW&d>82;mwa<|lAM+16tMBuDS;6NtSk0T*d$JASziz*vhGVG}YMyyET?+(?44L2&Bo zys9DF=;3x>1n#QC=z)b9oMT?)W{gYVgS>^PJCZvsDi5`>kyx^*ZmYr4iMZnafR4Z3 zgrOQ8m@82+*sToQTf_IUHZ~e7HU&$H-p$2*(R6ZUdVC0*s?z}iktKav?pzGh7va1h zE)KIJ_o8{xR!kRVq_f$5|)kNf{kDafk-@wgmY1ge8eYf0jMWi zT~JCqfkCsGZv0e^#*s}N!kqK)5=!jOF9xB6!!N?Rt*FEk?~%<{xhTc=%lQQlKPgvj zJ@2>1Z@z2v)-Q-puAf<|R!U(`iuHcvdc!UmA`CyUON}$$*n5f5%JRgo0NlKh04F-X zWqi={@Ii-eP>k=eX`c9sQcZU$=HTzHTp8-IjHfREi~x&e__HHnIiHJpL1y5`>q$sC ztl8b=szWby6ShwY1r;p8T9HFWjp{rM!QG=lpL_)-JC~OPI+$qCA|uSeIN}fZ0p5AV z3!if_jE}Y0@SN#9nGBN7ckpkP&T-mjD9F>l`RZ6*q!`tE(CML%Dfo^`K`A~bLWoDt zb7rafO&n?r~+xRGFa$V#2Ic$(_n|JDepOpfu2F%@XNNPZ=26WTYwZr~gn$PU!mU+CMZSi&j1U~f$rdRB8N1gD7qLuw% zXB%eLOw@|WEJZ!XTC1yMzj&bOeRLE|#uSme~KU--dVW36si)MfhZb|x6DM0|=NMVk zr?z9V*#kU(ck9V;>!IZw^-SKao;UYg&kb%pv%YfLMGHFWx!I}b0Hb>MVSzLxZ=$!O8iA_i8dY!mf>m4LT0V>3Q3ez0P}!4<#j4BK0PDk-&B7yY zVX}%9Ylc3Nj@m1qtqG1n3*qJpgk$DTA7N!fqXIgMFj>{3E%dWJ6fS<@JcYZW>TupS zCiigOY%@1U@a9)@(}gz-&B~X%@@9v*Ig&R!aicCAjA^dr79-3bP6KUk0}n9`+(3yj zbk|Vq%etcs-Et@#i#|r4Lrv!*VzcI6-=f*@Z$8w-p7N#0>19CNuIo^Q0zMsR=Ae{t z&Wb*J?v_8J5IuVjlfKD}UxN=O`roOy+FS4Sc!eD@v6T*a|1;?j^o2yYwylzR0Q7JP z(INeg0D@J|;YHbn4Tvve&19K`xTC50OX@}*OmqPzmLSi;MDa8S6Kg&fOmvC=4Ub3E zIPfmM)`N$4P=@eMV680(=$j_p0(#(YIqFCP=4GR-2fr|*v@Od=Ym#T1w zO${^^(rJXtRsNXI7yy%&tNLNN3eiqd|AF?wa(9Tas|K|FZ$c12^v#EVN@yO;s(OhE z_CJYkLgU0XiK!#@KbTc({Z{d>iCQXW82KN_VIR|=QVYHSg%gY{Q-#k?1XE1mCg??C8Tmf)wk#z3+Y% zJ)s&p5tx=GA~3VNk)nEfgb z3i&cqPbXEv_>aE z%Ij7q%Z`BToTJU*Dx$79N4hyzcQe`}x=!6-sS)R(H+=4G4W7G7JdYU{OKEh%qx_Wk z%yCEdV~~8r0tzL5Fi;iG!T8}yoVyH{ilMm;1c)Kj#$$ko>s@qYCK{h5(Hmw$Dq%pmf;Cd} zxv0&IGy1tVLR-ap&~EjvcIu5~`RwSQf&?y>z8ELhWW!kqzTm^)7QdDZ@lW3> z$O8PLBeFub^mIxqok7u-I(IEnwPOY5KPZ9qxJj}T=>Ab_AlZU$ScK(U=-bRv)1^ol zmuz>&TE_pOi4E`xvAeo3pbd1Oy}@Hu^?>R$q!p0UP_+wkH8eIa$R7Q_9_3VbFFYQ& zJ^F1e%cY=PQ4~WCRG)`0ltSXlFXi2fc+3Eg-3dR@oM=L<_pcX2zi(e_%RGyM$@t#O zAOJBX8ZjSwl(!MC{%-I-9P)Pyytjnkha!a87MR~OF#B4A`4R_auYIN-Z}7Lbf$P|3 zYEe#EEnxQ8XX^R<4M@x$`wZV{jb5syn5GxPKP(A;S>|Yo^Or6%IRB5}KMx)5#d%Bk z8zI;31N@7nn1&yKs?qCNt+DO8{fH5*oY)3!G9FbsK46C5GDo`jS? zUf1YLxt@Y+Epx)N+2IFFgLt4)`p}|kDowU$P2%%x28mEcySYEzq=S&c{{%_28YFfRc0 zi!Baxn>p6|C;UUU(mB!(ZBYldqv@IF8Ws;yeFZhVXf_tKmk;)Zrgw_a9UBp zHd6(2Lf>k-+y_1E)PF?}OUxI)$F}I-Lk-&`{^>hbQ3X4jqOZo(n!c&@POmuAoU6Cv zkH8p(?S<6Yu%7tX2JOZH6-T2`#*yf4i&3PBRW-atWKYS(!6f48u?_)Ybi0hc<9I~c zkq?K+>OoF`8($;;P=|jcww9_i^g(I#PM_@V-5)n|x?^HgPe4}@{)u%&i5t5>eRfg1 z6!`w%@+D+FD(frCTx-%u2(71z<9tn7?apse$XVg7;Q+f zk@y``=|C+H9M3rkb#LUMIW}6S?)!KL0`p=GjDBWN(_m4_n0Fd9!Psrth`|M4(~Ms4 z?@#dow1S*e6*x8%Jb9eWy|;^GUo-UO!9KCVJcjO5?|r)qLhPNs_`TBK3*-G5-walq zbC806Bo>`_4GF|v5S0~XW|f95*7#i3lKp}7QMG7{T~{)ieITE%t8!;p>=&_PRffc3%T5uxJ*IU^JjIc3L*g-YjIhlb0+D8+5j>+p(Bx+i466RLwAAfxBz_< z0}tREeN1ftAlQa-)n;V++{{^|5(8>14D{YIO3lPHJ_s zS|?39$wY;yC08eXbW*01kvbu^0A>vmfjFA66e_?7t9!@qk;)RO9g)?r>8Yr6M5IbD zbYvV|O5wBWW#`4Zs@lZmYIBLs$5ke3UQ|Wk*dIt1OA=E^ zT$2rZ4l(FF3%I#?cvrRihZc-v;a)p?45pxzPbo;>AA%9sT0Af9k27K!Dri|Ch^jG7 z(0^wTo;SRPz!q^oB3uap#q%+x%Xs1bZ&+=LE-HyE)ZrTEkUhbA^*(0dOtl2i6-T}Y zcQFj@QOE+Ni0l;kte9uWfX_9mZwh31eYnus`-ee<;CP5$;5fGmcc_u|6g5h!bn4so z3Po4OB_D>Jj!ESS@(BX+!uSA5=f^uBb=Q+Hqzmy)nA>*26e`0*ILU-20I3Fv1TK9+ zR2mN;ANvIEXiO5h19UEX(UV)ObA`MTWe4e8(w?WRt#e73p4_u_ZlB~_#=HRxxyiZb z>fFraT&XZx#lhgI_X1s(BgK<@q0Z$n^5p9H8&w=*p4_3jEC-+`_fnn9(do&(T<3D= zdUCJSxg6J?++jL5KRK8725c7Tj$Ae3Oqd~KvvPTTslLwP^-29CKawEMy`L3FAn&eO7^_BYiQC?qACi&#lYL$F< z>}b`$H!>rLCi?t|ZDfCt9i7E?sPqq^GxUeu*VXrDEk-ld#t)GH1`M}}eA1O#$$Ul! zPUMra)J*12PRb{3sppyhN>V)zlQm5GykEa z{L##Rg82_5<&)-AnEBk=o`927r*2~YMC2R)TrvW+fhG>@FD4tiB7W$c9SMFxFI_}- zv2IyXbTN&l!uYhxF(iQPpvK4@qgez_YW1KFtnhXzSV2tn;Xi~!DS2IflKbpR4k*}t_r9*kVj1+wD z1o|h@=!h>-ih#79a3e~5I?#a=Nz(U?0T_84Mf~x36Vjybmw^V@us-Iy`TTCQ7qhBv z)ra_eco0vs##Zx2^%uy$48mPi1e+Tj{DQ1E+KWDZ7o#}Sk5D|aNG}QE_T>4T_gY#d z-bEzML_-1{G-Qbe5!PDN%^z{e(a*dolB2KLE~hP%a4qyhllV<<5_iTBa20O=$0bM! z-an2*tD=3?owrDe)1R#H;h6Q+2xQ>UR4ZJHF~brUNe0fD+KEMcW)w>X&JUdodlNHy zAp88ZExi-#xQdc*WUGHVA;T{SO1T9tDgi7N0{(i*#M=>#5$3hlKg^%xmVH~> z#*kOzEy&LGbcV zH)i0nSzXGf`1rgj{HRdd)|)i7T{REDqjhW%e-Rin8f&rgT{RY1#(MF?*wWxw$BJeW z0Yv8B2t;>H?~Dm8x`urMbH_+ZYs2_0UX(c()Znq z*)x%_j$|S+2Go5el1movg-DJ^qc~WOLdv!rCil(i0Hg++U!og?{b9857bG@4Z zdD)NU*?+Z25l;nB-~;czuCe)dq@=)KFn3NI_%nZDFtid zkE1T?r?HGQNcaZ79$ac8ay>r8AL&#v1)!~sITxs%?`WX%3{YK=@=SSXxQ%MgbviD_ zrw0hV!e1d1@#E9Pk0ukN<|aTh;S3KnY4UO4XWyaWD=sv*7-$}TO{3^ONpXH7W<`9f zQ^4~rk}Q7z%D226M71&BI^KNiD5P%7OMrA@;EFRL$|Eo}Tb_yn^dLgZt?)d28W7!I z=tAT{m5?4?xN$ zogw$l>J+4IdoLP}_C_@!3#FqD{(?O1z6lp<$W%=zJ0`Qbttzwxi`Yo-LMn&aZ&3Bu z=tJ#w5SI;Wfc6-<{Kf#HXFwSA>&qQbxy)}=4 zncbBhur9E3o*8p|z+GPE9_LyeSg9^sb>3eOqA(T@Yy@V)p(8VeQL4irS9!jLbFN{# z-skVx(Kmx=K49_TZ;|<4rh2}ke6Q+BRtD7;GX;0NrkDNaHJDY_CykZsZKMfs+vD zb@l!dHjvX6bXV0Mr;&?yN3&`JGoHBmZ%|tio(y&K*qkq3(KS8~W~aGl$9JPG<|2p* zgRxTczZ4TL;!GQRB5x8f3KwPuqsvzLgcW2GM5a300Dd@9;^{!7BG?scUO434*1GD+ zasLNhmGhSFs+yOH%eAUn(nb|T$|09Y11jSu+{y>LEr^JHSRJ^SR9?sMY-S?);R*(i zSrESthDLWi06gryK`syb&*zg@{|?wdQ7d24X#4=Fk$O_E1!Zw^69U?x=2BWl(LYRM zb2q3TuzX3fYY*nf)qs&L7}15;jqu?Vmffl{z~1=I&GMP8>X!u&KEq@kfXu z{^{)oUKY+eWYX+m%|c`4gYwk584h6KJnibt%fiI~G%{_7#R5})+?FO z#tMIhF~yA2Py)?{2z{%gw2}*)EZJIuLpKdG-Sqt4x~Wn9dcE6CoADvjO=<8IBu%X0 zQ`9|BU>EgsG)mF0f!%~6PAAn8tFHp9rjx$Lke5!X=4srzlltRT-AMyy0{xLj(@9fN zwzW=rvem(S{pkOLPFgovchaTLpldKfCb2oCyg}&faaJnKY_pHxd`gJeeQo zZ=WZc!x3Ky{3`w+hz@##JFRs*wkN+v#R$J3WXR)?k(ke2Ljz{AdMSgCwlbfyf_oZ!34Fhk^b7xAbs6hV~xmA zi)l+|)0QmWYkDZU)TM{EMsGD4A3+~WR5bKljZ*O@e8(j!g!xJjp)bOutKVG&<$zVnXB zUuDuwCjHT*TTR-2yM||_NnhTn@9#Iyx0rN?Ni$8kBTYKeq&J&%oJrp@Y5opf-_PcL zfVrP%?vF6{Uz_{W&He98dZkH+oAl2neWXQtf@$|Oz{&N@d(HC)P5O*UzcJsLZ0?EM3sj=tSQF%n)e7%oh4W4M9p)gsE_JxzpEYUYui8#(o zkjs{ElWhuZhfK;0x$I z3e80`u_}in3{rh)hI>e_J$yP>5$(Dl+sR)vn9Ym`j**G%0Jb_8)>#uLK;kfdcBm>k zg>f3A(;2!B#^3D1t=7aHcr_5UM;FKLP7MrS8~M#Y%h}_?{mTqJ9j-$ef9MYk6vR_A z?I?mn^uh^qk-4SO^Rr8%MY$%(68z9UgoiDh&lqy4#T^1p`o;AMt}=;`OP#SPXdN~M zVa;!r$kGZfmWy6_F2nou6aRcCZ3dQ6O5Bt=q`$J=k&JiQ2cy zj^36_bJAY7Lb;Lq0HqtRPq%k`5T9jx3()85>};w-)N@C!$Q%8k`YDKAl6uTu;kCA03A;^i)UE zGzYOlIwOiLYH#a+1UT(2%2Nr;k-nWbi7-HKf0QZQJZ*S+$s3V!T;HpoV`##C7DKb6 z9i1tURkzpmh$`n&e$w{+cIHW0izj7j6C{0-h!9< z{>5*=XIy&}LVXrRws_0@o@Gi+5k3D=K>CQ$NUVARwPFsuT8Ax4{;8zL!i+^s0!Fyq!3b+s_?UVH49UR!4!d}<} zye~=A;_Q>eIS78dUtHK|Rpo;Z#^K3G`APRrQQ>dn&_6rTKO4Ly+p^>K3n(+Q83SJfstAd?X&yqmj{=yeXqFY5zvQ#9)Q119#=E2A0(~5TBzlPI+)t z=-D^Mxz3t+GbD07Z{WO`(fUXcI;b=LstMgG{5(1YJ2-z0M9<0g&vd#vfDk!$!FIQc zxT_V$2#1y9ZY5%~BW^jmbzN!fYK)e6JAb#8@Vn)4U-T$vRLfH_?{MqpB6t2e*onXD zp_)QO^*JV+KqdMN{CpAl791nrbK}4wYNk7rAuzyV^d3U|fdb_?w#run(OKjoIN8Ap z4?%^c(d#p@GdPFQt*!8_&}PV*_^k?q6UcN=9E;!t0Nrpq^*3kUcG^8O5Pd4h4$yID=dS>#64ga&7)7OW{LK%6ph!4xZ~1(RVzFm8FG|EZV?*ycaF3;c{}c~BVEoE<$i987a4&WiHz17vjp(X$<(Vyh z4?Q55q>N_Jqru7YM4gqdYWrmGZV1B%RVaBQ;S|)$A9ZaKO_G`mRk#*;kTGPrm4v98 z|H|2J&+&%VzL>NhjPG#9^z1j3YNkuEFrHG(cw3w`V88Dv%O{iq4w=O7+$%t7g`PqD z`kvHMU93d~$>syr&mWugC{r{eh?GC4dEg8pk(6USM7PHQ)U&@$0JXgBX)P|)W(eU9 ze@URl)7~lgmRgKbj($?%C%pLP51=~G%Mk6 zZ~dgjENzrmkG!<^emY$M3QC>mPN(^v{Y29IY!pL$4IY2HbOw} z(n5y>Tu#Tz>`(||J_uVFha`Xlu#xwa7xhM7M1tVX@j&b@?6q%J_cpZ=XNF>M>R?|C z#K+MRSOy1X&VYMEikNOm65(fBBZ=dWXq_YgEq{VNHif^vkp#<=EtIRv(d8s@2PcO} zJhe`)kht?X_N5O!*BU*1g{S|V9;Qnjn*Lq#?)d0UYzv7KKiaDbyJ&lr3{8nEA`iR- zf$K>ujvoo77AY$ri!VotHdo}0=G`#4Ly;gZ7y|`^jZA0kPd9zm5a;{pbP>j zBn4@|PQCH=E)po;7>ssDpQPd%okb0>?dHB* zbeirD`G7yxIfcveXXqJPII?U+;<)`1STpx(! zmP7ywPEhU~VFC_&=ZKd{&rn5xvinZQoI{h@C&EFDUgP!?gYE4AZ-yKQ#?=#>U_HXt zeShV~xZQ%BVG@Q9u^vv%6(5L7hqp4-kEf)v7IY*<=xo?d-tY)Sa-NS>bqY-I4Uf=n zmk89WqgVj3&>k4~_(wEQcCdM)7tBSSog|1-bi6?t_!1Yg$d?`zo@!&INd}i;Q4^mL z7WH@Flq?Dk8a+!RO_9&I3k5ityAth#vZ!Bau0Y`G{+IKW%G+_^0`?_GE|F70dTI*P z7@a7`agogYIN+P4CSJlGdTU2>RSq^_qPmW(PE=p3>L}9kVD83@Tp~w_yo__#n#*z; zCb7S!L(*<;vgQuXY>4t+hvV=g)1H$M7M+dFxOm8luZHeWF-xZKr!J_awpj)%L=7gjh6Ez`Ej zHdKW`b5j7E3Zk^I!tgI#gNE235<|x;5o;=G=IDi1($b-44z5bzCv9Ur{5i6ab6txI z(Az(oIapQl%+d2{&&=U5fRw8hPv|EyYj~cNsp;}0AuqZ7#kBKL^IS6xu-vw2uExhs zSz0uxEl0UHk0(f=VhDmwC7~j?pBEJrDe(Jmpn_E;qoUhWdqPFs<9kBIYw~2zsEC>8 zE-JnQL)57F0#~kBavjRWmm-HU)yNHP90v)CPD>u-*IP={LxgAq9Y9E+gO(ot6KT2| z$a8Pg``pL&grAq>$)2$=0nZbCeCzNQeZ1uWZy$Sy@_$I~y9-MF4N;f3umqN?^`aXw zSWB|?uuLs!p*6K6_gBnww~v4R+3Dl&apm^$c$AB;Moyr|qJYet?wn|}ejIq_pSv?X zV7*a~vtn`L#>&$6Ut14C{TF+{w^(rY>v;alaT!m?e~1lAZ8>Rv-I08h_{Z^SD5xix z5`13F39uZ*^GI*7(`LpG!xiVZ_$;$IzG@x%8f$7#nDj-Ht}*GuCf#V#drbPCNk^IV z5tBOaU1{zgFzJ^_y%C$-{jd7$xA7YngTe!HOb=3Y zQ#^$3emgoq`=Zv1pYVxEatYSB7uP38OAex}ia+XIH+?&gnc}Y&H#@902 zl5(MzdwKLEl;>}6A9NUT5ara!Kg$xhsxcp^c0bT@YCHXbSnmnjJAgA5vSKzYNx_^X znf&6td-U$&n+Z+A*&0yBH$~lma4!5XC@FUabRu2HF2^C+G%$F;+KtB~tT&x110BM}uOB`M_P~19u=T3eM7P zuDa-On4W{P7}*!fcx428wcj@}Be~vuM(C>{qMD7@x7q!ei zSne2z7G|yf`*nvqPuETm^#z|lWKtZ z^$!}DACM9l#tR@Y_wUylFmFI$Zw)hEZu3up(X57;xffGB8CwNDPNKQV0CTMYhB1GQ z&bUE69citveh_Lmo#A1%SZLr+C@3hGd+93{)_t}8ehtyO(Hf%9krEv%kPhe_wauNgTV1MwP*r`+bnJUswx5(!>(fyWJ*Co|G6OZ^msk2 z>h2^;wyHTu{pNhd0}(41{;wTmGeD#Ic|B#pSHC?@ zf9{J)-OiOrahem+Ds+VJ@fY-Wc&HY6Djnt7-~GT`fP+aaSGA<#b^!`|ja*SEAxoEb zkff+9 z)ZL}bUc?(dK@%E=Y&{IAMfz16j}6rmKmSi5TRD{BO+6)I4l?x&n~IPTY55z%j`XN_ z4qbP$J2GU4R>BW|jsDQ*Ec;8X?);Rlm6yDPZmzx_bYh~>hibB~HPP&&eX?Gev)B&h z=vN(mt6le!$`ch0*ud3*@PgIrqQ$PNVwB4R^ zJ!n*M0L!sE>Xo@2uAhnXz$&IPIeNp;D}y*>Ql z&4=quou=Y;g3p!Rb}VaXFU#M5wz8|RTiHwPKAiJ*SHLB#K>gKtO~iF(Gif}{t;{ac zK)Jc~MQ8T>i0e0M8Yd~L{C9bzBQFpR?TCFNKfe<0%;R_VjkJvAk#Q`+9M-ZJL4pqm zklx&B`>@+t1X9S|J`6enJ6~o)zhec%f3bbYWsmB0)EsI>6m1`h>80B~^zi-u>T<`3 zHj|1o-jLQX$Ws@JwkEs}XA(RFT$RR{h&KKz@mtR<{hAn$r${A^amB`ORizbF8q{N> zV7ZF1E`XZhRv$HQwEOh~_p8MH8sL6ax?kVom*>I1wFpBQ!e1-?VKGE^u z?!N0^TqYiz9#3vQSMVyK~&pSptE-uag`)G56~5s;e8aoAhNC-a_+`Sj(6C0Tv$|rI?eEw3xYI%~ z=O%~hnLlwooohKKrwk9G}@%xQSU_6_G*yMg#3fB$ih zJMq!C{O))8Sl8nPr1UtN({R=H4gV6oes<6EU+r?n`i4jNhGVYbDX!s2%W9Y(faEc+ zLt@*qJs<~KKyodtvn(>c9`&90>KecKZTq3azyXV~%jOPkG zyZs6?U{+tcL*n}{1fE=?bOKK`P&)ChpWw6l(!DLj>&$K*@@{$nNOL@}Fy1=IG<}A`+WFSTz4f!WW5Q_-&&8ZKuyP&t()2N#BAM-1CwL2iR~H2AP*%?n_J4um?a5+- z-9k%dKL@}Z37=v?U1yH>AP*JD#ei(rZ{V)p3EXE{S_W=5F#7An{r(rYRbRLsIMR6X zx{x&P9uva-Yo0_Jzp!b$`8jED{QFtBC!=f6hz0O1{mH-b>Q6nsceFtMFL39Y3LM-$ zGH`!*VF>rzJPGdCY}#&KAPt(|%axZbT{jNxLf3!(B$uvtsBQc&h$L4F>3}}@+7Q`C zWq>~11AVXu`TzmF;9UXTY!T}b&3s%|(*^EbI?YEZANlJ4Fg14Lk|iKe1`MxtKKg0v$49W8)6ivV8W=J7#fTVWxTb{ybS z(qOLLZR#9jMkjOF6@s>_N#;yM*6cnpt8mI4?ZyyOJ2UUPA(a*6rmF=^ySWS?9BaME zg0;?^Be3q>paHb?Wyh~5+GYGs-jqvsI}~UCi}A}vn&4~ivnn`A{l_UNHlOa2j`rz~d|L0*8+BE>29sA{v&*Pl26C`^k$#l>C^c>ea5G+`t*IDe(KY_1+L!R zeEJQa9^%u1KCSWTi9Ws9r`P%Pmp=WAPZ#*~IiGIuY2}lyy|4W5UJKpt{yrT}ssr_B z```6Go$S*;_;is^-}PzXB3I9zK0VT>QJ)U?>DfO0p-*q{>8(DU>(f_AL;fG$KcG8I zba%vy9MCf`szho6w;jlV{MTtW3o7lM2L0Jom@^4fERw8Lq{N$H#|l3(hp%F~8Xozd ze5KFtQOJS8Ha!kJs4%aNLvAhB$)9t=QG5B1nB0CUO;aO$WSe{VN|~cAZzE&8t{PxU z&;ZW#g^$BHGOpk#Cr4nQNZsKe z=OD6dQn4g~lhr`t@7l>mhjw#k~QbL`1@K!W)p>ZJ(qx3{+1ea^%cA41&uh5 zYyXqM%Zn89R0Nhg%$SI%2&&fYTIS84+o>uV+*P>5;%$voAp1FDzUCJ6LtZjC7DrVecs4Mdk;)QFn-Iu1{z;+jt|yMERjnDmPC*q~(sgS~ZAwl1=RM&+JV!>OdkH zr~+OL3to8$9MalLSOhn?s4+GaKt zmkky(dCipl*x^^$5q|d<3==t!;*i^<*Xe7!nchFKxOJZIYNC}KvA-EgIk_Z%g>c$? zzxS%2Y9-%bW}N|4q%%p?yBRiZH?toVwA$V6-j`YbuFkV}!dp8>se(mNd@MES+RLE+ zD|BuoHRy6Z7wJ8xuS@;vbCgY&STqI0+>hWpK2=0K75;RdOV|7KNdG?S)1f|fOWKlP zkuRsTv;VGczskKocKsvr`)D{s^M%7)qt1ws0-(h*0B242VOq~0Ic)CSgn*&OHrzFbuwBo7-#-B?D))oEPs>ZSN2$wJ?mY6S|W3_ z$;P%FTvA_?dxkn24~7S2%TMh3YrRQyhOXdy44U*n({; z|8Z==dz>CxWqNM03PHEN87*<{w7X78$1;I)2Ie;o*@wyeCkI|y0Xy1I!`R$)q|Gh+V%kU(}(RG+l$Ln2` zo_P1D;^_7vB*+~1ai3F|Ys6X^TC_A;l8?DCj(a-6HVPussv&S{)0N`~YuF|)76m-Q zW3GFKUnl2R@mjP$+AO%#3eb>yEKPI`tpQx;^yxF&Wz^{^r&$+dFMlEaakspsbvV|i zuP=rBbJX+H29h8$165WL8jwW*8B3WnpK1FZ4%{Yq*;Xl?Q$-A1~( zzE`~I29D9UjAC*3C{r`c(9sli>o+Va4(?KgtxvPLbtwDEXooU>=9$t5yXDmgXK{!HX^N1?xo9&}qWaX%{lZKjx52;(8b0YOCL4+S-n}b2^Kbv!;kXcD)0T&O9TQFs^ zz9*8(aZ`ru5kD+iYG=81`O$eprg}o*x;52p&=iZ1wFMwV^A$uKICjT~;N;~<^*31@ zX*spPp(NN#Ym_FU*7=7%fesHlu2f^5!>JbO;8ZV~b3YZ;Tb@o79Ex`e zQ4xmt5~n&4PBl~ljN(fq7v)rv^HHaBx!>3>Xm=E5Q<@+A#U9$LDURE)53!XW#Hvp& zirlzV$Z9&K;)m8d>S5n6PkcxpjN?{w-AS5^P^*TLuI_}2;9ui+NJ7nnA?VKJ^B!Zh z*pm+-Md_m>k1MY7BosWwySio&@SeuLv7<85yeHMvMdm(V)6`ZRZ(2}%LV8G?yCJ&= zFWMpJ))l0hNb_XHVzwNG3v*#hnm(pvlcU5+dpnC}4q^7}%y|J4i=}Exha;V3j;Y2g z+Wh1pUWT7M3OEAIgkdsPfEvxCreoG$yknAyw1_iqKX(xI#w`sy-_ji#3f^Ec)XcA> zAM+a-gqlb7m|*pfss~jG*A20N%P)}-$GZWWt@vS?q_{zxn{tv18|}nlxcHRm1IDBu zncOH0rH4$g+sCGbM6oK^lB!BxV{8QDwxL_dXVzS^QS+O0i@=M_ovc|HtKN9k6Y=T= z6TU^~S=IZz=+_|_w!Kc0`l3^QYAABmhv7;IS2#Qu{&O@8g8zZD7#%@pJCR5!Lw%^7 zVj&MXKq6@;eb58MIMUGs)Xe9~#&L_7g#Z}*5vs14KLQ}$q(28d4t61>iFQf(57?4_8G>sR`Ee)P-_n)sm|?m)^8VH%u63YxYw zwK5CZin-UJoSDEO{dL`QG0s7GGxQ>R*CX{-idbqIpAW&Hf zLtK)AmZr~yKH5YhB~wN~9vxSGTd3*s4PI`W8VZxYf78M?HhJf5@z zSTn^ADh=PH5eg2|?jT)fQ6~oky{m>Y2DApp!$mk7SYGL-m7QV1%POD2^#wY<8{+y@ z$W7%(IC`?A75s_v13H3(#q8Nv9QJp&uZa5eTclEX4fE-lIVmwBqj@$yWGhhBoKZJ` zJN;@DDXJ#<(&?uX^^oiQK!O6xu_!S^ip??WG(!K-2eH%{rHx0!1jn!lBWySGPJ98` zG&iuoLf&vGENfu5Sh_b@yRngC48gKkYAo_6p-*%h>l<*RMCzDhBod~F7wPQC^H*1q)i))dH`kRSI zOClmGHKG`{*MIPcK9jE23q>^eIT9J9IeQuKL|Ra7uy|0j<#asi*BGUf4_oA|?H6Qf%uO8ax`acO`ueMn; zp2FO1yQ_A!FYrVBl>Q8O-Q2>`qBHTF5J=b}j)*-4kbQ-B~_egxN>oijQ z&Kaqr&+^!>OJ3YZLbMy8%(&U18qH8$#85qp$A`L|J5=Knsd3y_GI@!Hh!I>@^uv&Q4$Q}r}{-8T3#^{nUAgVs$qQR zuOG2&RbTs}BTzl?82pY5)${kUFC0AQ|or|h* zXY?AGn$U>4dGOBxJDUfPQ~d(XgZsIno{3;5$og4!i{)6?$uy$5voqEenOY-&TtoG? zp&c>CE%l4U82@A~YvP&ff1?%b@q67$w#uiE_;ij>pUKIeksZHKe`U2~?Wbd4Nj}B0 zRxUy)PQHokT41(#pXLF}?X4vlh1me^nOkR7<>qu;*y8l9I1Vp?6ShXCbNLe7q%}XT zg)yEgC`+DeHJ3e8x}4yK-3Kfm@Pe(ul<;wE3=%N7u_~46y8qkLgDQ=sX17A{mQlQ} zhoQdNJ~VNl2^o0q<9_tIqiqOP^`g zWbuPmC6eyFkF=PLnG5~r=*ftiG`UetySPcM=*h0$iJt7StkNq-PquIeda_VHK(izi zOp3&s=osvj3m~^>ayBh4_qs=Kdhqzk#B4y*7EeAKN42I73gL0oYw=xHiCVTt`due- z?>keRp<$jMpDuWaE;0XE5{FiwGxy6#^B?)GYBZY7Uy3yri|0<8%yJgzcn@*hnxAEn zfaq%?x3ooWS-=L53B{p0U-CQTdZMY78U%k|T8$&Y7R6b%i%;~e#`Bk1+uQGGBwqb; zWa>?P7*7#dnh=h0M2g~?Brg6Pbfae%+Ia)jKI4|Tw=3lK-RrCZuRNBT(x`q}l}MkJ zQsC95#Ar|SlvV!XmR9q$L@uvRDqFGoEZeqqe{0adUO%@9WX0foBKy+AW`GM`H zB2!sZ(Vj!VbT+P_v<>4IYt{RdvISQ2cDSWmMHy~t?Z*um8!bXm8pV>&#VYt$fhoJi zDwf77UY7Y}dV~GCBQovRwmSn)iRCYkRX-O=r}<4d<%$LIbnht&5&rE&^@93?&U9~Z=#{YC39w0xP) z1p`1(m>+L4E@!&_~1nDi2L>$X4+x?hA1g_m}`?qXqbE1VUA3@fU2`> zViS5ryVN-(y}dDBu_6x25+DM!w7kzyL79=}IvPn81DA+*`cLfA z6m0Oa8#DrKiHdfBicFW@60An1Z3HZKZ4>MWJReDO>pWmG z0toQav;-UytKLN9cAgH<2(TOL<7e0N=CD|oAqY0Js6lLQe-Khj%P7I-JL!4{cxrz7 zDB#f6-$NKrZi!d44zJi~VM|k4Gq!{l(i76XC&a3sk4)p-ZHIc%v;mvm=Y(heK`j6C z`Or;XY~|;%NbGrqIS&TY;ta)bb%KYZ|3t+n@$|$3h({`b648`TXve#HcHSSgypQv6KX)Xj`b;+?`ie!h=i6Xmz@iH&Ch0n80 zXk##mk8Ouy$xZS6jlrJepO79nCm7B{tor5pZzRwA(oGGRX11P-`3}6*CO;3pM8wD< zfsq@YToA8VX=j}j=hG((?Wyq$pW>`CGut)aD_#+eO>3p!8a|9vj6VB$NO{`5`T+u) zK4$okYc+hEp3Dy4b9VT)0t0ML5-aTPdhqtKd9qFzV+9R<${Ow=WS4F`l}IiK_MqzQ zCH20tsUTBz-@wWmX-<@QeoD@+7y$`PfHYm#%hW2+kNA zgWr?(-o?pn)$G6{Q}<*6AcKPLHhS)(}gB0h;3~oN>$_=s9uNnn`vqUYbE+_aSK%@{z$0|O}gu=3TcUFa*iZfDiyXj^t#^NM~H1fpsko!S@-m%r=W+R*3!=nYv zj)ippUgSy?ilFQ`H_z^&Iq*@`31?A+Gv-UFS_=iVuP80*_p?=&kW{TkJ)r@Y-HRz& z8qa^e4!6CQ(KHjUUKN@8Ln;>k9briqCNR1t`5i5HJySh8$!G0mh^ot4Niz0T%u$N; zn@G)QR96tsP)@%f@hmm6j}ysCB5BE6NNNabOz;8X!AQl$`N2LgDnDK>dMD-;f1knE zMDI-f&9zk!1$9fY0++}N+%KTTX ztRvT&e6Vx{BV5hciq@jj{LaX4(;NJ16p%53Nj{+wk2g}(BMXzS6hk4%Ig1Q$UHf;;Dv>t zSO*_ap}Cnt(@_Qj-O`$-ZM1TaKvjWX@Ya%EC?QEUvPAJUQtB|lsD&jx-pyF-AN>mWPo&}0D z7Ud}Q%fpJzJWWz+eQ&lDs`v>>Rmwlmg~*FH<+MIfS*Z0MX{8DiKR7?n(p{wG23Q0Z z`6{-2#gndarJ9a8^8^%dvGh!*GQCU9X5?!dX>N@<{UGTfaAu%Mg6N}C=&9$}PV}aw z=A}_i`G9G8SP>^Wahg48X2lE14%#a{KqGc<&<4Gv7tb7dlX7(5O z(Y2e`e~{r<*2E3jgp|^QZ9AJ6< z{%knxYT>ti4-d|nPDdfT-AEkWelZKg>XJ4-|H6vj1$|!DZb;f~_JNTMfZaK%AuOk1RFR zQZ{fT5v5%mip^KZ=RrA549{;1e$SVr63f33EX>l<;pribK{X#{_}2+Hhx}_YAA82d znlw-fFvrczQIyHyUd)qmu!%P3F?2~}e5)csyj)jozKS~b_3gVo`(hU36Jwc}mLNbF z2+FF=txRiy3=Mo7o7^VOWLEaoJ8KQDhkL+6W65IkIvU+9JE>xn%*ZogCr9uUuVyXO zB^fozk#;+#J*D&N0aLgQ(rwDr?_cA$YhCj1Bq+lGE5xwT8px0A=tHr7*zLk0vYl*) zw+q>Z8?A?#?jqXxjnbso`E+uZH0giO^yy8coK%&5yvF%6wx6C{g$43cth?5ov1rtQ z)^l-7oRK=Uck0RlWW8rumLw+xM}NX}%B&yZeop@MvGn1GE$o%2df42Jl}~56uIY-} zt=#(kteypD^O@fhxNA&a^ox$BEd}+X^y9@rx~O$2u9OHoYs|n}m0^#%rJ&*I$B;UZ zD1!M)&80_ufepO=Ar+g)(%!VCuwgd(%&|FQOlH2TkU2K2t9!#OHYN_oziwL4D{nq5 zHqY#5>x(o`fP2V>SUoMA5tk3;!`v19W3A{FVxie-^Z#~$i$P!y>gaK?eJQ?`vN7{*YL3SoBBiVOh%Uf1>|-qo4DVgV zz4NTkvpL$<1bEc&z5T*r&DkiupGBHV_ zwNu9TGk;Va;H;h!r*$o1enxKR0Y3Oh%8ywgeF3)V%-GQNV)LtgzJfhtI0vUFR^@qR zK1=9$gPr=D#Tm`NekI4kcJsuY&{ulU`%ik*p!jg8*~>#zL+-Neaz8`$)fu8+e%C^j z0j6%D9n<8{5(|r1cxf$?YGpj_j&NY+H_v?|KhM6bMQ2iQ-Bnn7KZqi14yTNhHXj5U z&3k{q;G=yUk1v(N5%#V&%JCMdKTOywXd3D)zWa#?P^cgYnjf9)Bu!hEcO#0xgSXIE zB5oF3f0riOm^)QWN*sxua&a@2d>PCV4@T(Bt#V&mrCOjWP`q80*WK^oJ!Z%7ZmoY# z@cwzD1(>d^zau1^Lpjas2yX!x4c^hp3u``t7>2oNo&Wu9pAIDzp1SbU{pWdpI{CvA zmNdDtRfbm*tuK*$3xA6ZP~B_H9K?tWKW(ZMmvqc@-S<^M%yid==j_Q&F;j6I(-$CN zrjO|R@%H<|hI?^2R%<)sr!zCv?E*jDg=&~^*F6D0)w5X+IPy^vKeeo{!+cKyPI}NB zV){rN2;-7P%}-$Skg;Wa3(fQ5U3S&LAsL~I@n*u! z9w`Usj};7|LQv;;8hN2VJ z%13wDlN1z&C1`l544DSEd(_d(Io6usC6a<@&-*H+Rjlu*tF7olv4!Aw)i_IGQMuO!k`!wkH ztOIrcd(t9*QFEV`NTwaNvUV*ry~Wr-*La*ts%!@E@^Bi5OMpzTqr8b`5XH-hyo?D0 zF@IdgT;iHLdb{S1vCUz~bFJMerUg!C01K5cP(w5{q_>pK%9-}dclV5p;%9IAn--Qo|`Ia(sCoc96QAe_hy1?_ILOAW+mtF7d69a7ETjs&SyU2T5exU1FzL=eAnWR zVeY4IK!nH9HR28_Zh>XDS`47(^XtSZhm@H-T1`L%YpE5Nb~F~&C{t|Cl<)-$-$I6Y z?VFUMMZRq_&+4@>2(P-ZUq5?+=p zw~j(?%ki=KWS|qjt~tRm@*>lS(FtlZQ;5M9l*7k`0Pv8v{${b#L#6^H>1dxue0s4@ z``NTDxWNCeCGBi~V4hsgbjB*l^@~w^l=vB{=jO#q)Y=PpwAXjOjG<$FiIbOA5Kqhe zMD?|mk!g3TwC-U{Uu!41w=MK?>RdC4V_{^MpP25yjgooCr-p2?m*kYzRHnW1%PqRNo2g_meOyH-E`QSn7batSNiG5WQ)_D6n2 zd&b8qc+0J5#~)@_w7DvFr>&u|;hxNX0B@)IJw&WEgIh$3k(PXbS5Lor8+7N+WM+|w z6UiDgn+<|%Y?nyOc+elNdGj9%*SuALjPvagT9r=J069MTX1I!(ftD|7!x@V`HR`#8mWNSRt zGK*5lXKR|)T4P11<$so%GfK0i1VC0X^9kh2>9g59qmBGdUj5~Qn5l8~M)NY^+2c+3 zD-S{@imKcOM;Ryw5Xne^hxn ztjBc)F|)UYAUq8FpkwQ4UE=JoGpgPcUY+P`O+IgarWy`&yq-l8Gwl!TrO5*p#=19K zUK-=7VHODsWd6|NV2w;|sau7xSUT2EhsF0yFjPpxFEg7>eAf!waD%r zt6qtPS`Qla^fepJ*~EVDiu)jGOSrbzx765uoUWGl18Al5j3bG~XFRz)UV(J6C4p|y z0|3ydA*b&~WimxiTgNCwo6%kB5JxOsfKLekZHc6x)9@sh4QRE8`|MFV$552&X&JIhs zGlQQ<0ZWvqRaG`U1WWjq$h7b22Yw!y&eIcV4<{LeF?@^nW#IH-4CQ5Oeo(79y-qs1em3~n;z)B(hbRoX>SK!9T&PhlaCg6q~Jz%I--wWv6E;(3J%oet`(xiLbjxS`)nHx+Kp2wpe0o**4 zQgUJAcrE&@+SG~k@r05{%X+BN_mj)x|7m}nNMBFr8)} zEl*^>D~q&fjKLe<9oruddG}pupbGqV=keXBsz^)PmOKxdPD9lAWYJMQbG>;IJMvHp|P z8Aa8n7BzgFI-{Wa)Pjchp#~Ado59D-4DCmKfhE4cJYV3U;8|OMcE1Rm+P#^!5SY$% z6s{u;vE*mo%j5i_`Nd@Fg6pW+?>ido6RPS4wALoywj9?kPQ^Ixo8ISZq90fEY2@;I zi$sj<52_-2%(l;|V<$!``m>nHG9?4ZXO>(?lp>(nqY>AjbJA)S%j1L?&zw)|;&soP z(Cglw-@maDxKeCTqD4uG%#y5CvvZ2dL?K^=M6QKHS#ki&%s*_=cy-tvm~{}(p81X8 zGPr|7lrntOrpmQj9YNF7iV@fp9wD6YgzGJvx9{IfL{QD9H~?wycFe)M(-}OjIOmgO z{a^Khbdc8B1j+o8c;vFB`sW!AD=qL*7_d%qUk-7c(T_%&iFUvT;L}hM01pY{H zULiexqDo$gCuM?Dv?K9y!R0S?_&2|^yER0$Oy<)XJ}u&^#~So9MRv9LR6HrwP`v&y zI}e116g!~gt2^_P=R~Afl8=iF>@gcsxxbUEHB!V?R(!dg_}Q01#*)0_)$I-VU1BqZ zMt(O-wWfaNlIf!NNX0qYvEQz>G*Z!*F_q;PE=KtAJZ}Wg_#>zu2LECEebQI+Gs}({ zml3g~tx{w$l2+{UoU}DdV@Wm|dUMaM4z*m6xp-oZ=;-ibO*akYv80J%H331Eh*}nF z<&hJ_<2(c((Km+&#`@%Mh5K~vsle-hcy2^gjCCR;EabsbN0;=Z(%gkuEDEc16!yk6 zQP{YU!WiCixVxpTt2yt}nYNaQwqAm^7G`N{gV{tmOIuUGv|Kz&*yS^V?U0x$!%edj zIlb85lhg6c+3m^cU0Vm_`6a0EGUekbj;JKpaUH6Rv@O#BTb=3c=Y}pqjkLTg zyHi-OBv{4I&_0-Xt?wJgZ2xV$$UOV4;ivfUBLLm8u_m&Bc^Dwk@v@P&JHP)sg>wq_ z4ld)P+!yQb&}on6C;2`Yc|#^%R(aN*WBJ)m=5RxwaQ?n3Dl1j{16~(`OM^ACYjT!< zJtrm*5wWh~_0Da0(wb>!DKyk!Hx67O$-`pMJ%5 zQN|iNYxdcz!0xr+2<#v1YF2J0ujpZwl2Jg&b2_>MwGnVSx>8L>Hoo;z8Ws*ux&5`% z)Sc8XBrnZ>5U={GE6Xd3^oyc-gn|$94k4f$m z?`9ueXr9BAEHr)Zrfx1kh22<)Ua?o&#hp`m9j5Ih=>bVnUL><W9t^O&c{MOE?SGf>qwoM*lDvdHXtrL~0a4p%PxJk% z5QmjNgHvHZlJA}Tlcm&cr!qx20Fy{v1#)|r4OlKCw8jXUHiv(!ql2;7j~dI9t8)l7 zek;RFa7P1lJ9i7a z{mdzm9V;o=e>+xEVs5t@4V)l3+9vBY^y4`RqMqecU^Rq2El<=3{+fhQ>LBfSo7>W|2vi~&q%KIczEKtZBs!ha}l8_cS z8a~u6D<$Uf1EhUiEjLt=gQo+wJAy)t;)5lQ6c%+Ng`$$U(rnnIr01bB6-ig;~y?8760l~!7@0oFy3x&cEn^`(ReOnUz*{AxQJHD`P z?KE>(cQGRXUo$6j>jeY68%-8F2F`g|%fA!Jw_tW)hhoYVEWtPJ`Xv4xPd>-+qNW+1 zT+C=&*O)L$r0fM8QXybmeOYhYP^B4rKnEOiKx@nE^(EVDkRAV&Q)lHk4Y72xW5q7Y zBh47^K{I##wwV`y><9bTn;C4$26pb7$9Hw2#dxjxPPC}fM){p5dC!F6ef!erz-MX$u~7~yXFUx|ZWBTG?G?0zLYx$wE`f6lpuggrjpeR3nf zRHLiX?Z&xh7P4`{tdfKsyp0C7Fj3t~G_dEhH8sqYJRyT++9_hu7^~OGkyYkjOQ;kq zRtdLl^9q~*mTMX|Hy2kQ!$J&FsJD?d_(H-5^c*h9oh~EJkFF z7J~AeX=5H;$b_*QCKxEQrajy^6`S++p-H$NzQC7TflL54wN=RoEp(UzfHa=2n+W8+ zW9g~(r8eqTq#R+M`@SaDIee53jRiJmqcwA2njc*(ecTi7&M(WE zODaWS5`w2aBO+47-}>u93GQeZU3NWZZR<@8LMzsqjyfhL&UZQa3L--|(pG>Eo*_rn zJyAA!Yv0JyY_U+kf>QcZcUwu#iO{TO`~*U~IEebH6EsRF!l`AmC{vsAaUEG(OOr#Z zQq5&jRM!r6;Ugo{<=2!0?;T~g@S=KAWcu$_44?bnHIZ8vuiwqlp^gHqzV52(e>N1> zHNRWG(Mm>Opfvd^i<s>YxO)8pxaykNK_9=Br$SJE};&wRk5 zYdxR~%O_cu&RQ$-#P1rOUba_Am_6g^VV0*y&ANRv1d5v};!zh0-M7_m6{4b3jwXsk zt=P2_$nZ&UltO0epl8NpHd2k=91@gfpFJlldauG4~&iab`JB z;d&QO!B#rhK7+dXeL-ErF`&(DpU-r=XB7{Nl?0F5kF)#SVPOmbr*F*cZin?=k9A^E z@UX(ulCJXUqdtAtr!V;QcAviK(+_;w?$i7$oW36U;aTkux-2p!ev$c*5CSYR(*0!Y ztZ1V1>^d`C2f*LTtTTw?J{U!CE1sJ^9?aLs6C)*0NR;TYZ;mLzE`0IGPRnPlRuL;l zl$fV4-cF8~$SW&H{9t2_9C2YmfpeZIVE`psMoH~Mj8(}#lv|Ds2|7m9lPKvWjcLW5Bn|Js39DLUelxGLI8mhfOHJ(_)Q=E>U$o>2L<#ej zwJ|u4F7}!i9_FNor>?S6#K^8vgqz>Fa>R(5964g7A{-|P6AJ9XvF=CE-=`;#y6?LV zwdn=>WPp2mhu9qX!AcE7AkRy(?8ol^;>nk_4U$RStH4L5zL%;iN^r0ub$UU?#+KGe zyAUsnPe zaz7tMfy@E14dyWpWyMog&nnwti^PGrQ{Tpt|CFnFsi?Dx*BHUD+G4S-c#RXO#nyhS zm1&%WCB{`-FYF7wWY9;b+F;HDGD!&K;$v)8WT%A}a-2HSJPRRY7rFudnYyZF+4?f-Ks?;?=6&r#lOoTpGfB71v{WfS)l(QKa*Xv76;%aA z+#Rn)$THZZ=dU(^uKY<#f^AyM{XQ#87-Mm@39e&K%dQ0WO0|qzrBKvdcR3re(KfFU zNIYMTEPyRv&Rbdg!M%C!9FfEWS|~C2Tg7>PFkgU5=lxHbh3w^_koTni30CojL09>& zv3DC6coWK@8ij*;uQqST9&|pg}9ip ziY*#sB;@IYq{Nnu&Gl@-s0|suqI9d^l;Qcy6`L|$qu=Zhuw^5fW^CC9>Wuz=Isw#2 zwrs*nSzESA6^ZX)$hH(7=xo1Rv%p#J;K!hZ)wasq{lT^l=@KR5o3^jI=LO%8ZWQcS z1vls$i>7zv%v$|aq~-TrdfzZAcM8f(8R(F{M?oxOGJoD%#HZhEYnRE~nKQrwUfuDE zE%AyK_Tc~76tK4ZlX*zc|9Ew4Bwee|KvjA?ol@j6tmPZ6A}Y30*7Bt~c_f3m92n$& z0E;lIscSo8cuX}RJu`o0SI4IQH(Sip%5QA;l3?MbmTd=%efkV(XMT%*2wK|NZXBj4 zjoSvZh{IAD&9L-sxx4W!1NZA_xoJAjt)uIOX}2G*bLZB zp?pM8?C=l?>dqqb;<nR0+GEz2 zMXfl z<+DcEtadYnGeIgE4e9I8?`G(0vw3QZr>_C;h`w5_d^q3*aR+U#qdF#IH~r=2JG(#DhX_gSn>3jCtG&~Gpo z6>LYIrRJtxLh?lD|F|o8KJqtDo~52VxwJsrOUUzF0JE&hlc#p3UTqjP8xMEn>5WTQ z^mDB0RWxHle^*xJ1};sabKTy^eHcSE(prd=TuLhBg_j-vEcgc>9gIG z41zw7_4K)ZjHAym-PYxI!9|_*kvr8lFC6)QqSuT)>1+65CwhIm=s%-Z&kyf9(-Gml zmMASh9KkD5%oLv`{-@uoQB#UuH$q*O^R>T~q1TViH#X}c4dN5rxDy^&fjl0EWLf_% zb3AZFR~~p?x9y0m#2f@Gb85C7@xW6b*eMU((ycR*b<$0z4(r4NdmmtDhpE4G$3&*d zJwo~{bS?dF((+C4a%NzyJ7+oql-Sij8a|9J;>qoqH~u_JgZ2A}KcXj)+Qgh;SL}Z5 z+r>jGEsg#mL!&c2jaHf?C}&No8Ge(?N5_8`Iz7SDY5D?3r?>m`cRu|qX|BF}r}X(v zZs+(v@Y69NKh4_bhdWKlGXs`OAul7H5q4O!QI_{beqno7Vvg?7iB7lkxc2)IiA<7v z*s3z8r6k+bu@!-~t{7}#s{?N%h9|duS`)c^I8vFSQlbf#9HQ;^%AkIZ3Z(`He1+Hc8dX@h-OL13NPU+>u!pGpe(9Bub=dhye%^?~dAlR6kC zR&uyjET=Vi0oRI5;g$)SDhO3~us8Ig*867uCYD0P-hGQDE8r9VmFdmKA|qZor;6o0 z#9ug|S=jSO;xDdAE3>nR9Vad6SKD@D36bwy5A$owj!Zm#8A8}we(fr>@S#fBV7C6n zsqbI*_D?Nd_&u?B%>u!8@nX4UEym)-8rwH(0IfVE-)Yn)3Z*;JcOM9-2t9y$&ZWI5 zd-*vMu0VGiw@L_vG#tX+JkcbOb#@4_IT(iSunr74fy>#oHF%aFJk3$v-DQo`!e>zq zh>5LaOWI+kWGe+I8PeqGTx9SQIa7uur(pwHM zqm*drWi(%zsYU4?Vx~CFf)5Le`;Akz$B+Acq}w$AicNEdeOTflW*3nc&Q_h|Dc{r!MSphCBO;imp*(S)-7 z)VIHgr%e;mUxYd@svkL1{eoPO0Pk?x}4Pd-ihwAH6` zd^*dfOM;X9?;A*S)*n`e_pFbMbfh-;IX>^5UAeG6DjZ27*&+i8;;&dh0iJjad8SNv5H>rw~)z8pC`6@u)ra zE?S{wW?qa^=10tVEj4>;sS%62=N0R~a{x`NKrH=_VidZZ`fvPPfMZJvOP=paa*>Da zTrAx%$NUBfy7Brsn4I3DSR!SSl0sDrJtL{B5HkI}2pP$C_5{?H zwW*1{6)?5=3;=;$w(Ws9mTXZ?77qlRqErp%O_~!tgg7fz9TsPp8ilV&v!aUP&)!hw z%W!z-0|+@6K5O;rJQRO^QxmWe^ilV3h1*2>`Z*f*dHI?Jv{E<6)cjC&cdx%&8F%Mo zl-rDg`jj$KIT;a~f%migAeDJpPUa_2ywAxnJYSGE?wAIaWk9I&K6?Jp?e}?%kgoN?n+!Sn~MS4W!5m|m7FU;~F*xIK+jTx_SE`^4 z#{=lMwkALPZ4c1x8cHtOOdzfLUa=H0A4e3#(tVN1?esDu5HLBpVgZq~@wu$(sZV$* zEIDtObEryHK6oFgn|%1ZXXx7`RsnW$4Y)ElQzSSE&TZEXI7Kn2gFywq23z5JV|$c( zNNq}x>@b75g~3;BJ@dr8yhv)!|EKlNQ{^w+hsF2+TT!D%*ZkvC@XDz`3v8ydYvlPn z<~a1LOU>`^03O@9bjw)U+c}+Rie~8K&^T*vx`3g(a^&W895Ci(ZXb5iny2mS9ST=`(JOEce{>VAuMZCN+pcJ80~&Dj5G|99k; zj6SVhTfpb6LamGW^l7UKUN%fM6G{v+sY#t#P?I`Jk~bd(QgtK0%-z({aWf{g0t)x1v5_KzUAuN?GU~w$%MIC+=t=~6XS7@d5W4FFK zfe8ICvQ2W4HZ6i-p=2m~qIGy#O#M)Cu%x0ebRT7&9b<9S!HCUz@NyRriqxg z!eMx5xzhBDV?J$icYo$J=-6~Y4gNm0Z0E;;-Ld*$q~!&eSWSMNgmi(C9<-VmIN63Z ztDDre4vYVky&xs#sssRJp}T+*oezt5tXD^fs(XD^Y-X%_(Idc}7pYrqCOpr+Aboe4 zG*m>$k!SNdv$9Z%Q>>;kK)!T}+m_xTofgNM1k~L(SUpow?518pMk2X2tGkYa+FawI>i!=}*rkJR^GLf%a1Ef5$6BdI_PxEQKijI1mDr zNl=q~HIdr8{cP=r9h%tmFag_G>`=K{jll@*jNkp(?Tll|VH zjQoE~q|q90?%c4oV|^dDo^3EIK5+BN9gf>zitTTOoY`RN;gxPS8W z-h&xUF_^VrKSa1G8cM*ha^9HlGxL^Wd6qVUO)&RxVheItWo4$x2Q|7y^0*S`kyz7q zTwlJ_n^GF}2g(`nWqQk>`2c|_duF8YTW1NlD;P%(?fb|s4}2(H!BnT@L0_N!~ejR=X1QKjr(#cDav{+j*LfG=gwpY^I&4 z)eGG;tz8JMR+^^~{uta!5ARZQDDlD^cI;>#c9I*-60->n5-t8!hO$oBkA)Eb3Vcvv z>UJf*O^Mu~WZ5`izgZk|%kKtAUsHPU{Tbo+no#^j&HG}u%>TjUR&AHNOu0h0OfTWs z-$MKpM&}v&{t4lDq-GlQ!59y^<~)B+{)kMvb*Uc}S$L?f9XAax5pTFv2WC9y*+HgW`U z&ffSKeIK|lH5V4b0Mdhw*{-b$2T7#aDz4Il_TR2V&+VZ3<9nSuTDtr2GiUlzLR_%Uyd0Xzw6a9)kIrFj`p55vnCC6o6_K38+f-dDT(FXCd zUb=!Y)U){&n2}QTQF7Nua^#iq0+Ko&dDrpTnN}6E!IWg{Yu(Ve zEPo9~@iBT5;$0VTp_1eYQ9pph^r4U;|nd9g+L{R$Z}-Ou;8!@ zatfa33sTM&oRw2>>6ty9oTM5D`GV@FYP>3^;H=z&y?sG3LlrzRr{J@v<<$5NNDzz? zJXP>u3I-+o2rYUjb*^D~?bIqy&IRuDo(^{2T z<7$8HJjF}Q2h;pHgI(yXW#n|yyvtjOidJUfMWorX$KS4Y>vD-XcDg*AEni(bo>4s8!-6m1-0 zd>%^~aC%gVZmLBxxzw~y6aJuGEiL;)^>*u9jLeu7F!<^f4MhVsx3oqhw-OC&oq1Y0 zLJCkjC%6)`F3^F|b!NJF8q6tX9(skn>K0*F!@#UEKLK<-i~1gZ+d=>NXC0PiU>JG9 zzxbgkaXd0r$Y5H2OaH>&f5u|q2IwmP{UqP}wS1r3`x5ga?4q^QGiHVK%$-6xm6#uG{>u6uFf!)O zB|_8&a|Z8_(~$$L55s6bYEknnQ8VO3t{$oJsNCjo(S%-ZmCnZZ=zXgu=sXA)ax_|? z?&^CKHPLhrreZx;w2FppZT=|hZNFA!tl*~i%Z?zU<`dop-}k207;OJ_y3)`uc$ig4sm?`AB}isXQ|7Hxc*5TbntPQgOz-m22msI=>t%v$Gq5M%y1 z=)TXBjddeMz@R!nC5_m0NpP)C@Am0npPppXMZwcP{j+~x6x0@S#X2o!%<2bdQ7?Y? zPtB`_!Fuk_cFRqpNW)W)MQn*+zEV@Q#x6h)s@POpM`6RCef`4+|8Xs4>Z9z17M;QV z5R>tEyTQ^@A#raCDK?1opcpVJXCg1`o~%(1{Fzs1Tb*AMhak2)b8h`q)b?n*omCjl z-6JhSm|TzHrYmN#24moSJ)1OLWi@F&P*acHHD=myJ6>dFe8v&rbc^^`JT-5vzD2|? z=d71yX&A{%WJ(L&v|BWxsl!f%B0uFgPd%qcp7kjr44CS0OK|#w% z&%ScbZduKglcwELLW@k7#u2d#-Si*^k1(Z&?e~@_i3v zT82;Rin?nwG;IZCRL=cCs0O(yqDV#e5ExDU%Yc#d*t!Uz;jMtfyf`h~Y7w}jKwjNl zAg_kuJ_uXO@nSr<_%_#A4y3St>1(!_GT_(_=M@4)!(s|EU^R_=kyqbaTDNp`Nr8}o4~tEMK@5!4@R zvY+HdTBHN9mNtxlG7F|$B{?Mj93`@m>7>@Z?j34O-7Ea-yw_+{3tRA9FfZM&n(cdz zfHnyz0`9k)zR1&^Dt6BOg_aQgg%0KrDpgml$|gsxhdi4|-KDx5wI^3{gi<74bVB;N z_n_p9P)|bW>C3molD%~i;-t$hoomj?Q~LWr73Uy^D+x(MSj?&GmZ0C)2=k^mk+e|9 zk``!xF)QGp`~XL9F!~%`eS!-8DU9GHULlk=^TxHZ8pDLU_$Jmgq%5!gHt?Cv-wQ5pq_vLg`eLTmO@f6*B1mD|pf0^+K zdnsN)z&~A?QSp@a4AbSMU{UKjZ9AG=APiS*5)n=7P622<(!AA*iM_e2Z$Tvek$zNA z(FP7yutIW4oSgQTJqlo4*C(g_1=eH#3z5kTZpZ_T@0$nzqP}#VA2yhExGtxMa7O)o zGu4)J^CwuOwidk4_24>k!%`Wwjimb=1q~0fs}*dd4?!B>yZWa}*FW7TZz_2nAiNTg zXnmR0FTzN1@*2pMog0eGx77;7U#|7XeNDje;)YlC5^aI4I;v))c3IK*9qQKIPW4YH`weZuY_enrI+6I(;@21W z^irEH3XUVq#22x_TED=$(#>U~kza(1qVV1Y>>sNnBH`bO zkfFG$N9xC@m#lEKM(q4MA4p8!VD?3kiyWi6yRtZC&tyB|L@l)7Pg~YSJig4!UGXEZ zjc+iQWnS(UX};8#JS+1OQ4ZI8z}#SJGcT#LnuhiAJDHc%d5VAejm%5z;y?B;3o|eG zCJLgjbED*TtC!&OhyBafGcRfAZ2$Sv%*$Sp=J9OX)VlTq?(^Q`25oLZ!?GHuz4-^Poj@q&Z1$B7OMFWUTK6f79nvUQ|Qq(_gT{U(3Z} z9{jG%R_paVI1ah$E_R~^)7xMkeZ%Q^9t`^Pp`V|R0k1^MM+AYM&38QnSKHdHaX-Sg zENF-Bvg?1if1RN3w0|{Qfleanz83Na%Ni{rt&{cnw2WZ<>hHa<4>t7|HMg-bmgmzf zTlQr!pX5Tb@nyY5daxdV9cIL#U&1{Ju+EDPbf{CgDwhTy^-e4EnSu$hN-2N`_s>PyeamVV`r zlzv{N?Y=6#+kvXv?ycTf>8RtXZ0T1q<_5o4X%ETB3?zT`rKeC@0T*&;X|LBTEq#x& zpeg5ij^o)AhnQzNdRn?0YPRmZo|gJ(uApBSE!?zk{@6l!sJ<#9!2O z?*!?^OoBxEiLzPbc}QPim#pUWO3jR>dJm}{l{K3zwHOu|%X{@isq*Lee3erb<9)tT zeW!f$^TiIQHXn+ANcA34JqnU#WU0ll zNTY{Dsq)?K!&%u>#T1{fRNpDztXZtqRT?Mhlg}6c^=Xm zq`9Cuy;3tXsNO@WM`anZ)M8j36sU?Jnl;qq@{f8AwASXs#j{J)n-{p^(aWnmC|BZ zWSNQrsZ!-v`h1mB6)SwcQhld<^Y#J<>1(7w+CAn+UyF#v>E9s3ETnsRNTYn~A#K$1 zNOO9nW>(uQ3#lHJ6;n!!VUe{e3ZzPvKf>p$oT@NBU#Y%RzNzw%Rys%%BR! zc7pWM=N(Q*^R0*U<=0WgQT;|$OS8&S^-A@Ai&DS}^T+yprOMA^omalf>HG0MU#Z?J zAG$ZwS{+VrvT3{dD*?EJ2`Iwt__M^_ekKcxXu&i+?G~1wqEzp)R2Y~SBXSjG?R?Di zvmeuK`=#RQ=Ujgq0mk?DeJwV?saJx()WIiE^{A{Vz6)WIa^FRz%Aeu$RZdk@`h2BA zo$}3{^Id;$BL(7TP%w6e_$Lr^mWG~x)fNEboOSx67|khb!zhx8Y(I-Kg2ni)a$ z9#TCDl4WG6#jwao4~bIcukiUQrz%GKe5LwM`Q~^J=}-shO{aUDW`xiEIzf8vGY+R~ z`PM^fRy#=bO3hSJy@ynfg2a%e7Q-S@4~bIcZ}j;prz&DTU#Y%RzL_=8;dCY`I9-c( zP-p4ka;9Atrz@d&%ay6aL;8IWX`ZU5nMRvsIfxzwiKPNs42w)rQRrBy@+}pRuX3tl zhR;_jNR@9kKj9$#m=s8dgpg)<-4e(!3+W*q(o(+lklyl&;~-;IEzK%RV1&QR^`7SJ zd%zg)^OdT6rO#J6fjQCVE7f<(4<40JDW@Db#cxlAQ|Q^8)#fU^fI){a!8pVfTe>0so@vc)2M168nLdTu)LXR)+qUt)qTU0(EOqCLHMz44|MN zEogyyCMiR#j_Xlb76Ei1EHX<)$ycg;ivaRfPF2kI`AXGs<(o4e$5uB0WkCqoeW!$g zjq;tVBGQU{+lv00Kre(@S@8}tp}Or<^nnsVx)V~HfuxOj}Eh_*$;v-Hfi2D68Qf`eM!@-coJ>4kVVMc=V2i`tLS zuc6e`hx%=<9Hg2MX82*P((sA0!+LQ)lo+fH$s22OWxJWxu zE{r}}vPDm^`TapXU6h1kh1`qTkjQ8mYS9s**^QVz-clSN{d7q2G!G)wM|+x14?1@_ z$AWveLm``X8&_7=BTz(qlOH)N_ne0vLCq$$rX}-S#NA+Zn}1Vcrt%ate<((@D7dR! zW4tJM)2Dy%>1v<;+NUqMG#uz)s(&A*Oa1S6eY)AF6MXuqPuKf&i%-MvKJ&lZefqgi zzwqfcpN8#)aR0`?|D{h;K5g>pwLZNvC+&Lw6k#?)TT{8hopC-)?6~<2`J0>rvGQZs z_pAw)&_T^D(1gOH$C@UVCf&2`Fc zd9VieZS~laNzcVo4{gzl^!?geC6aHer2`7Az0+>WvdWnYosCchK77XOL@|VvJJS!x z&!W_ek20;8*Z-hEKANKfV?6g0&6dAo_nhVjk1dHzJpq0lOynQ0XQsMG1YoAlW`4-t zF5h59w}~e|U!)6{`e_5Zv&>)B9najD_O<&2Ewt}pSswm zq<_PFS_FH;gon1O!^D2d((#cDGb6b6EC7nEK2XYT=F9east)tFh2jXzEG(<70Fvta zfNUjU722w`6=_GXY0q$xmVnJ|>9h%dyA((Ic! zhxinXG=jvFo41!E7$G;cz+-9nn9V~|1rIlweArDv@Hn4J|NBU$`HH8|!P|SG zA`cK^_3fUqT|UuL#1zPeRV|?3Hs+KKgPQIWjin|x3X1e;D~imt-9*03jvWlxIx}k( z<)Bg7F-AnDA0$PvA6|wERiX>wVy~uPT+weV#~tM%GP3kQ`69tD(_Oh%&t7|nwj=JP)C@TDJII-Dpg2rm+^inZYc&7Z${_&EAmkHhd|i|y)V-ae$8T(^4T zQqW2%mKbWo08}eew2Q4|PP|()S}1~?;l=CBRPIRMIR@^0iTQF)S^3~|$_gf3O;EKV zPoW}-r+>SQ76=Khf89AmyY#Iw$IQ~`ohBPo=Du1CKRdXu7C#1S(=m^|CZ}}35pH>B zFPANEYSplpyZdT2Yjnan^8eU76ZojgtN$k?Kve8RMNO^MsL>L|3NDohYDNj%(TUnt zlvZtht3}_s)MWzh1~Z|VPRG*P#V)pXv2RZb;eBfv*ZdH3`I2z#&I=M?n z8_h;s{^xM2-~D;NQ|+f!t&W`icXLNiGW>gN_;>H{?->3H-^F*{h-Z2;i{ryj^UR4s_XL9i32jVlf^()<^9W9N@dQ{g9E&V1uea9S?#Oh zv7f6kN|@Qb6})TI*o>cNhWNNnl}vUb!NZ*|R3^%wOg20pOHX6N*u}{U*u~VA-KWSu zJ*PU+@TB@0oKfZBynThji?EQ)gepAAEz9Vf$cf%Vojgh(+V?6t+Oi=3eNFdW`OmaS zIBQ6GYP9wx9C!QtxcpXC-m+ZXm&OY6fWyBGVZ3ze`LP&R@Kj}tLYIN4is+IpE%$0` zp0z5XbMpF&>%Y#79T;`P2`2@UKo)my6yi1R&n(WoX8U93XhIPb=B2S zYbnZy7k#aTzSI*gb6;jLG)B}7F&I2f-YDy)B+QPwu@JTiLf_#*WO z7qq9shYMH6_}Ef8soGbQ+yI?o1h9vd>S^05dwTqI2be5YF(SPt9_4P*`jJd?>)T z`<4XJBY*e=oT)H?$=@)+5r}*)vg+)qNgqrk0XnT3o z*zC^`FELJpnpd)pvKddrj-IA((Zi^XGZ-naitx>Es}e?L$#ew4s<;g~a-re{#!$~( z$p~?NCeH9S5HFd#S$|A-n!wlD>bAAzv1v!>4#|wVUhhl}61ev~Qrz2~Ok^)0V3w|0 zhg3=qJ_p37UFm$n2PJoZ=UUw;sS#P7W(8gT&PRmbBr@|7nWgdAj2kk%IeyR$9sG%< zV|Y@Uv$<9-;F$D&Ss^%h1q}&}iiavY;~njK@bHc^59Ym%wTZUIs&XWtI_s>vwi2a| zz`y4PCpTN`Wfogch+r^nO&5m8mnkpVKj}r%()e$FhAxkdRZgp+UMCz)za(?R=lfUh z!Rp#Bl|tFfLPM|_ybi`N6T)j>v(;<}ueAw1k~I)#FLdzQPWMWPC0HMLDI~et|1T4u z`Q)84mX+KSHOG*)v0ofXem<%vN-8od>6fvax+nmX=^w!E>z|$Qf9e-?&j~L%I$_B2IQ{G zol}n5ST~x68L=y`R1^xTL!MDu5VG-K42r{8Nm+0k_Y@eU42|ylMbdMpyS-e5X#f}5g*?YrgFn0V6_|GcN!T{} zFoz`DX(U_Bo$n3FHTWW^VI{y11PL2k*Rdr-sTKicM@cFgBw88eyk-4(Lj;4IOp z^8{(E6z|fxBc2j(y<7Z-MRP|&cKq3~^l(PW?@N2De$I_acx|2K^Z_D6ta43uROTXd zP;4$;hpn;aGt?5-ahJJhjSdQUR=Wm9>zQ(=*D!zbF7OnUN9M*f3LqMq6GO+!z2Fvkg}fmI$V>x>-j)Z5QWM?06VVX>V0ALR2Y5_# z@aUa#C#Bja@7f0*=j7qh*m0iE9aCOTWM`HF#7+3)e+U6$b8hOe10y;=nlpA}1PjP5 zHF@do5y0o3R?g-4ZTc9L%ch;zuL?iUv|k^B=fv+m#-71X7{5&)g9p&b3SZ8&?-UO` za#nBv!|_My0MfjdQ&3y>s~-D1FL*8d`$qV8UHJPg{I&UQiv4P^bUhHX)@g4gTK29^ zvnlXT)3@gjC`b9Bj5|vA%X$jAqL0=s`+JEEtCf{*L=TMYAGbRF_~sUMt&6Z zKk0j7;)bq!_dS4MVL;F#Ye@zX0RElx|bn4NA zzH0!y2W}%;fMjH|G7(fPVuX4n zpH4ZOl_}Ki3AL>U;Q)9ENSW-d>S2#Jp(G-Zo+D17iaRGO8!2w`Yxc70?p=^iaZ+W_ zt>~`&?B)4mzhYc%>zJzb>UB69_s-gu$3{McYfA@e`>K{XJaxyR_E)7< zll3pEgMFnMpLebq;KlBq<+b%5T0h%6O>r;^r1_?fu@z`M|x(M>`#>C1IdoO0K}?P`c`_rKqsw3O6ttKz>V^0TIV99Hf+y% zkvw+O67*1HP~?7TrL(=UzmdJ{G=1jlj!;|GNDTONmmSF z62hUWYg?I*{G^@J`G7||uWcxYj158CU`lhm2DIO?4;IF4`K?fRA`j6VeB?@p-1JFy z$nAo_^`nYcUCUnZn<>@618p2!WKrtfrT5!&yx;nTPCbo5j*^Ln!3AF*_K zIZtJ}L;RQ9C0YM^b8Zqy_gKH^|H5@b|2IMZvk-$4xi2+#b1XM92o&&|?J7hg3b1@^ zuYNuhaBC3-RQe;Y6$Kn3Z`a{XSv4hnHqka03OMAF+v89$6fm~VNMOeTJo}{shG@Av z+3;fOfa&q3cQuDHX}=5!D6TO)`5JB!V`77}7XOk0@mUXbaopD%kKUkxLM6fI76xf?{*V7|a>V zE0g72u^B@LLmU=pZ~_*s&w1G&w(8Bfq4$p7HAm29{-5gWUvXj}yvVB;ah*>&ph{oer!w9{N820mKs5ebE+y2F-)lTt4nT%+zJ zj*EdczlZ{%&{S_eY5+YdUr6nd%pQFF^;@c6Wvu-N%q|WGs=`AM=UkIdG?un_v5-h) zX}|gwT0Dv^VcV%DSnJoUWc1+624n^k(!zH&e0OdBI~6VaEmtB5?Kgqt zh=yeL*C8Pv{B?Wf3#py$E#HAAH(c!VOwoScfuFNQzTsHfHmYq-rPqLak{(+qAi~gA zp3v*_{k-q8ul(=)cCG3uR|2O;|JdZCA|L0e# zli7=^*qT`SlTvEh4*tvU5CUTD&uYF5QdJ&Q%10H-$C2N_CjGcgy5P8uwJVOOAk_q8 zxD+2z3l_?Bm7h=k zb~kQAzvJEnu#nY*hdxZNIYEc6Qfazj5St4%W7T%8?| zsr-wx$GdlS?~E7)eES)qbxig8mhTF-$%gw{{-&07>1}{^+)8`IzCD=FR*oygFY7y~ zs>j`r+zHOYrCyAs4`(M!PtHpd8yvu&PzjcPj^96DZO5+-w3fG(4s^+1N{`@=hx6$7 z{0&r}JQ6hA{;`|kt}eG-_4oUc_JRaQ1S)FdFQ@;P+X!tbphjzm)qktbV9GgrEo;>6 zr?aHzBgdDDi3n|bDxvGkztu=RaVQXR3{co>X z|0|}qGI(}CJX3iWwMX%@FiiKZPR@CUef@q!GnU_fvQg(aG+F2A`SxfjwYd|~Q;@N} z;3!?Ht>mfN-UqC!B=R}A<(M8yHG@l!*g(Tzd$A#Js9!w%1E*iuNLz0((j_yBb&OBs z@xTB5RqYI@p}Kol!{?_BW`r{4NdkT`0)FwDG8Bwo+}HA`q~~Cnp8b50N6#^^F?7*8g6Mec^uon>#5s?Ab}NW1r`*KPh(HbA0Z8 zEjICfKCj^Kyw_sGJNa)BZ--Hxy_UCj+4!}Z@BIkDmi9or5&my~OjWrntm^-nUrcJE z&TV$!%N5KDUN=|d@{eTZtJR^V8{ z5NK%evRe;=wyfIH`qV&w;hzckLsaS1-?pNNgwXla%Clt_)$Z?9m@SrY39{LNpJQgp z93I6?TteI&<|B~~W3tM)KKU9IVX~Kdn)`f(uw(h&YJ8&w4<5l8;UCFcwU2>yBA%|c zN5SWWZrF;ReM=zd3VQjg;DDXi8AyWH?E87ar@1cRipd*Ap)CKFYcD&#I!U8)d8)Hz z>zBRT`$o=)WG8Uf)B0Rb z?sGk<&-HPAuE+Jc{!E|iJ^Ea4SGc}F^BGjQ_H@1KJNfyI()CMyu9p<9?f&_NYa4Gy z;o8>woBZ_zFZ*=>wlcMoBtHMFw^YucXJ##LIVrfD+ro3}B$-r!Ps#n&{=wn>!|eW} zH@qLVUmI-CUC}w*)>R!GPr>Bqdh`Lo&$c9tE}1*6Iz`Wx%OHXSKJ)hGcy?B&wrxFh z&(x0o>R+xUXyP{BQI?D~EyL)fm@Au)l@8KnG+t(PP;=xUhEMBu2A)9V21b=ZYF>r3 z_hMV)Fb*PA^yOZLrcQS@(Z~U%XTNJi8$JGB`b(6h!n&XteO1F(y5-vM>lU=FCBeY4 zdIj(ZueUv{^!k9&rPsR`T?daHRG6Q~`mfn={p(8C4^!UM^^ZQ_M;ng!(px3t{m*+E zFR|fxKPVmV_)Q;=9!=vpx8IaP<-$puyzJrDfXZEt<8nmd*YRA|6fUby2=|>%IyEN* zA4AA>cmUm>?63bZ<;nl(_9c6<=lAIPrs#Tv|BSA0EarFxd_D>#>X^cdcyH6F!llP$ zZQ(M(CDFyv5|Ao-W}XhVofIUm6v;G}MfBojFFnRT&E6Z%gZS9vb$vs0UF(n6^&g_^ zD*r%TUvJkKr0u-sq!^F8b-2?+z3dcTzluol>}W5u!k;AJuw3zoRVSz&QX}Wn0r8(~ zS=Rk@@oI&y*+a!1t7!?&^vmZ27k^t57GDhCKe({20dvrA4-J0H=n*}s(YR#oW04q4 zS&F3-d~}%uhw>>3NVZV3s$}+4rs*m`DuFl(3^CO_52(ECVQcd8Pi{ET;45P3yZM0z z7QKZ@Co(I&sVgO?CfW`yOI^n4-0@>h=LGA>bf>lo6el1(45=y6@J#CSu^AO()~6)T zHIl2@g_^o5^&C25k+GrWp}baEs!Xg*9)H%uA`MrieiOiGU)NZ$5hm@rbN@Sk0?{TO%m9a6~#AXnz zw7fD=K{QcUm9M%w335`J8(wL7B9T4B!TJX|!TJ>q<29UA+w!{v+UJIFzIcs)e`f9a z6GVP?0=br8LDx6=5(XYW$+-f-`v|UX{UPfCzjZ#)tCA90)e8SD1f{38bM!!q3PN%H zx~J*Nf|;}jg0{^JzKeo@Kjwp{hYOGxKLC1o4GiCOdZ_EzC_Q|fEp(hK>ge_X(8CAF z&u;tv2eNC1-8z1=oZ9vZ!%5SPh9r19_r!c>S{LkpQ%HMwydQ}NM z&z8&`((`*CukQDhH!m6QyrS`9=?@FP{b?if+<@Qi0d;N~zdbSC55GOW{ayHNER7jI zI&a>9tGn~2hfjUan+0~ngy#)z=01Xgoj0*`D?jMWncnBTIf^5MBc~ugMCZ<~I6DV= zb5MeR%LAiA^B_MBzLh1oaogV&muWm@E2$#eo7)9u~Il((^c${xusK$|FDG zqr(r`krk8Sq{!683Eb2OB2T1FKr29c+@GMwmuTTPd_S+DyJeg111C-QPXHGaIB;rH zR3(0j(;89mnsX$gwXbh^)_!TBkbfw(g(I}hM`}ZwxNIsDMPxh4#0j#sE@e43UrnDm zm-WAYMf`$%c9SU3I+1?Stxc*Zq?-JMH6g^#`8G^HwRQIek=|4rU?d^x3*}Ltt6VE*Vf`bnFoVOn#e4EW~`DMHn@A7FaKXz~Fn$4hCSqu)_ zb9CxOKZhB0f8XIP_SRZ|CuGjySFpPb?0%{T!t*wA`bXAIa5QRXRrHQGtq|T_xC$*-dgbflom9WuOG)&9w z+ySd`@=A$1J<&4cz3hQhurpRQe@E7PQD{nsSZ9cjVW|x3tVW|oLrF#=y<7%0>T7i35Ayi+Zk#=xH>Jpi8 zHQsHl=kD00|6`Uuinxq9v2Xl(b2waQH%TCsPgsai?sW6A4%3F+CB2v^rW|8sYP|9l ziY9`iH%^L8o<*4SK-2lU8hiE1Ntts9_HGsTCg!`9|EBZbwfy%-{+q>ri}-Ju*DxCf zm^n&ELo9s*l15aYzx%&P7HVar*bFLzKU+!N>)4E{j;wN84(k}YS3EnkE<<@3VJNBf z5)8J;4iMm|@G_uW2Vr9BIt|eBDQ{|J7>oh}rjkSM?m8CI=DE_x~E%Eiz#l76u zF#Y#POZIaJ>7?Yf>Gou1b`y0yE;T&oB2J7uG3VuSwRH@sPBzS&5>Q{iRYPF0h{?fF z?H_p=0B4R28A8G)(%5mm#tfc^#N_>JJoR?ru3Z+ zor5B*I_wTZ^L7WFZx|l-qfIN}QWzdyYf|*{tZn&aUS0^( zEON5)ATJzsq3*^LWb%T4^hNIB+UD#eJRBor`f9%gicDaCQdAI&7|a6O)-=YZ9i~rV zRHR7v$_x17_Bbmx2X%cX57l}PKX2Pupfe+}WYMjVdL%^q^LIqiTiZe&armrRuw))!5}>)H9FG7&L~B|5P}Fd$3R^rhHA3I7u)W z#x;(NjV_pR$d(fXPm#$YehQNguf*ZAli^W`+QJWBZk*%iyD+&~am#q2qD*c_o}^|_ z`F+U@SMC!jQ>XQpT~a_`R{c8yTCtJN*_Et zplc1GB9cx(TQk=tEjWg1ED}|IM{t9}EpR`3nMbLolwYP{X#E_o^UX@uNtDL()U4?y zUZd^#%Uv4aaN_1(1j4=|WE7Pw=Wrz^km^%@Cd87|;4TYykxI4Gh8tN<}~aL90lUYXsFt*O$38CraX zWB5<|tOv3UHixenpJvI|Yt~~AGJYFNzsZ?F`fe-VF-xQ<;I45K<+Hdh>##MB?HImS zc96&<5%+x;(K^TRGS-c(LAVR2&WT>VKloLV<3)_xqr3oUA0#zidsJ$`dko*h?Y zyWeq;*YI@e^knXo-aHE)Lt7D~l&7YLX5Rw))l6W&w=8Gw5E9`tvitI_8QHIyB1Q9M z%|cOl)fnIH?8-J4UI@R%69QjTlZE@w7t0MXb-lGz6PA|ZO8X<=vufBYG-?dT>`VLw zX~yPG#uyjvaubFK8E)gRG*)mTuMhc4lk&%|;7gZ3_8^}~t$INDW6ik>^E3HALO5(LJo!0M zIrzU~ex1zhD78&^&bgmx=qfq)w@hYmYaXk~WGm~&x^q54!=w`ef~m|X?sBtq(8uo? z!9=<{XsFW42b~zr@E6%qMsdDw7BB=KbCb?@Xa(s9kF z!QF58bNOtCxH#T7&f^C$EdPO*baRh?9e5e)As@W|>+%o8UOXTr(%fYK*ExU?&W>_s zV2#W_@h=DU=enN?UlkcuBD+xJ?)v}K{{;eWn!WA*v-`2Pb$xx~_BIq=^harp^7eUc zm#M76{rY$c_Nt?*3%TA!H3lS!QYvA;qiTqsb8+*FIWQO4l~Tm-@O0vAOV4vVv-6~X{k4R>J)T)WN^!GWVN2TJ$D)b|TT$Id$WIYG7t9g)YSU?0l zid{5P%M7Hkhrpzz?5lB*TkM!XVJNUVM+76L3G*-8fQ#}WcD_4t3b)2Cnwd9=h5 z@=#yx?3hi{&gQku3blRDnM1B%fn<_&r<{Bk+Cv&+GagmwHUBM&%^2XM&cl#8X7$IV_Qk17Vc#8`;d}8hYKqykpmtqUaE(w?GlBCyFZ7jW+Aj{)5 zGK^%;sckNQTO}zzjWWKF*EWWk?#Wyo!n@v*omiVJe>0Sq8$)^7@*AuO!FPG3D?)I! zBr*ghj_9+1@A3+N5_&X(_!8?pd9dG0(X4z_jHG_w-v;MuEP4+b*z&`zYx ze`hC}%$L*eX~i_*Y&$AaIDOK2BAAUQb&aV!vhNVTj~ZsS9bfb8FCu6*Kal0r zo5;MJj{`b{6DzF;+77;CvdKb+C>ChjU^QPB{3*l(J)N3R5)X8y;(=Bw9;nI11G%b@ z!~->9UQ<;_esPYK304Q&m z|1mMwe+Idr`|o;xwKG`#Ow)lE%?D9K{_ub7Jp8Bmzf^#KFaJlLF1CdKhw%UNKa~6* zE5L`5|4$NmZvy{ESu*~={5|l05cK`z|AvkKdHnyJ50d|%s_lJm{Qtl7NP+)<#f|X4 z#sB}iFaOtc#Q#Cm51#-3JN%~~q<*LM3{1S={@_Fg4_j|OY>Kj!s_{YM@p#N?ax8rw z(_4vSX)<4!W62C;30$~xE;Zs@qSb;tD|sib*Dx>kjq%)$xRvO9c`)UyUZ5*-UEaB5 zw#7APg$^be7>k@t$qdl~@0*iJic=zUPHiG{Iv%Fe&?XXjr@o`QLPd(4)1z4oGjLw# z1XWVXF-aiKHfMKH*;gDw%cf&&{VKNCw{STfh>Cz~b|9tUZ~=R@iSoHt0PmC?>%5VV zDeDx6M`t(IjX4xu;|l+PLIwI?miinyE{^N;Z?M^BCb;7 zk$T!>2v2=emn};@SLTjdG0IDf+7VD@qt~OhUC}Ttw@VJhuzR=jFIb(mSh@m0C9}6` zF#HK!hJxku`8dec>>S&1$tTI7uEeu|g8?-!f%l?{yX7=;`kub24!;31VsLz8{wVp2 z5?NFGnj3;x`wfVzgkxAd!S8rPo`~A!48@k`b#JTrHD|x-^e_`vpGx5#ck%gvAX&aF z3ddV!;dl>O#W(Ks4}eqY(L{ca3!9&yKKbqH`JM3 zNg<1VpH>rcCW_Cab~+ytuE0sMA&E!7eX$&06qu?(#jsEc@oGq`;C;yLIM{1=Gj+)Z z?v5kPi$UyRxZf7;zME}zA?%PU7x}Qm&m#QWGm0{3c$qpH<^uWgmt^~ME)e<@)U^D_ zu$`!j!X#`~C}(nmoN$sHAyMdbaOW3gsixUI82%XRi?^=F;jt%+1_zeLNx#CThKjos z#d)C0)ZufW9f+41TIcU<3e8Y_vwTwo@XUOHv^p%gSAc4ImUQj*X}l(iSK$jPa#{t9 z&SwY4JNEw=(HZhj+}+AuTH#)LDVsHf`sydW%Vv%3FszP{Jee`P4tA6G!dw>jlnp8? zyF-qFV1&6D>;{Z`1I>AHh&eAj-h~4LFGlV%Ui_+gAI#HGF{IA98kl748;y)$xs%RQ za8DV5EO*F#5IiC@SDjmUXXI^&-z7wH%VI?}!7`P5DAkz#vpC?3jGffGKE8-^Ur-#+ zGfEd|!&qitLZ=Snc^YIz;Rh1fO5%AiW%0fE9XrEQn6hryQ!buoI8bq>g+F|?Pdra; zQ9O@~SW!IB&<*2xj&t!mZ4B0*6>FFzhnG!*{5M#!^6@->2F&?*o=Kto3S52!M=ue* zn6Ijxqjy|K-Co%Vu%PA|e6raIRT%D?L2R!kwiVGv#P+;PP!H`ih82Q(YKww;FkB7a z2jf#wP!De5f#Bt@#C#JKH?{I->_O)4i?tsQA~mHc@S(UK4jTyYN!`{q7h+p3!t-xI z;^Oh*z@C)&WocZ`K>T~n4RcHUdluJIbVwKjMg-&)t5ek3hFL3k~qJWVdzM+7?f&L}nbUs9(Yvio-LoG=}@Ip)g zXYP>g6MbR<2l`{d+hit0wvylkxS9*|2!``1C*{P5Oq zkGCFIy?N_HuE0BE-#8c2@17R9>Nz-EkU=n(?;}?{r>YAQ2tF-FfuuN4|7>XlCW@*0 zJT#_I9)IQox}nG4W8&KN{w^n=y)G&~P2p!Bw0>9lzUz0Pa+k=sa+GZ^Pwb=LE#aIm z(eK{ii(>umB-8K6S9bc{s6P7Lz1&`+-=zxroxdX#cw}w}t-JEEgZ~b-t_8L3EY!Ny zI^2<9kYqc=ge1~5Mk<`jY*rDnt1ms>g}9=kidjUZwfT5G)QMR7(;A1+oaSs38q1}% z$=n#6SWQK7;LWFeDmii)0p_SHsJ6rl&Lw(~8e_{`^kAQ>M6S`=&Lwu4%PsM?7YJxm zJlK#~7EYNP9&_j3VQ6H#M~dASHHApA8<9Fv@ui8WZ)ssIOG3qtf(3<|+@|AMEI2;t zu;pA&@sKTKiR*Fkf?J)QcdL9lvGn<@IGJtNj~o_nCvs$jE3dYE4VM%Yyr9bId*eD% zyQA+7CXmd(X{}1=8XVCARF=vLo!usOheCja1eguNs8f+1BXzAPp6rCp)tFI1w0i!j zD4y(v&$@FFXBsnNGtjT9rt5>fkE=$zB5>M^weO=hqGpX^Au0wATLA^K@q&hv+mX@l zOMPtvHLHQBGW45`#g*N)8PnS^uB?ga6)9DtaN!u%^--z_*`GVHAEjzib7UWDN+X}w z0Q-3B+py_9^eHxDzAM+#B}}c3=f+icjIG;Q+u`4T;@b6L33SDCrD@QIjCW?;h$e#F zDPM$9;&q}vlbKWNhJl&WJ*T>p!fj}j?VhSi0Ml+xzlO)A+-%yo3OEgG&h*LzGQxTG*o5lIJGywL;U1x=z5M;2G^j=u z@};r_k>t<80Tt#?zQm2DUmaU_j0^iGUt)meOF#(5jDQ%GdriN(RZltn>iWEXmE>fS zY&0Tr#9CdST2zlC;8tHGQUKK>OZCaFcr8n2Ori$z_BN$aSfs#jH=<*~>3aMQiTdKl zVa~++>M5#4K|+5dapF->Q+rdRd3Jx<(Z83yrj<)@{H;W;#aN6dCq2DQFV1tAQxAZ{ zG?is4{N_~^s5$fDdalprKH>v45g(w&G^{?BK0|L3&;(rK16FwzD$@zN=!@!cXj>zQ zk6fR+MYx}=_^qa(pK4W(<>S!a@uI5`%I^{lb0_a0{jNk-BW+_FewnhO$UHL8|4|avu)~%WtqvJ_j3`#Vezh^>>y`1k`;xj5 zPWkHb+`|xO5?mnZgyf;@=>(^&Bv-_ciXaG?AmQN@`FX~_A=Jbgb+O24Vu{QneS%EV zJv^Iqv9CnN%u~PeTAk&fedVBhaLjH>Rh!tH{d#SpZ9JjlkY@Ai6=li#?nL%@P%|kW z^Ga!;Ip?~Cl_xhNkt4DW6Z1j>*$dQ@eU2BDgq3e4MxLqmD;e1AD+2&yc07?W%OnyX z14fjF(Ep?}uUnnIp>Ab};&iKDB2~-Dc+q{EmpNu-Ja%IdCbj-nrs@Jrb*_T@D88g| z4Un=-gW|-4%%;bgymh>I+2J+8{vq!NWL9NvKT7O{Y8D$r@OV*{!FU=Dm1G$hG@~p7 zp!txX89Zh~ic2hBX{9~MI%-=9k@VT__N}hI#exDa}*K2C5KBG zR>UbCOLueI$cGv`hU533Kh~*rbcuP=%RH=rk5+!;-1aQK*&W-8QsQvVj>ypI6kDyo z_p23U%@u!e_p0F5kn&2=5Y5+lnzF`Ih~#@7{)Y`#gEw?d<^(HJ?{q|O*Ei&Qp#N1U zqcqAWnX!oLP^r@y1`n$Z9w4Z{Z`^mVEsVmo-zW;(R)JBt$5a;D{b^hw-9z+g>+T-^ zYNR1>6G6;xE`#9-Fa2%qkr3JAUwnik+0b4xrU|93C?Eg-p1xLO&z)Fo&#l!3nU?Qw ze&&-$_p#@`&-s}zki>$>9!Mo0gw>Nv?pLzX4O^N(REImc}ncq8v&Hn)N zGlw#*e(Y%L4ldZyHYq=I_(5X1?^Ax}<%uHa$9vAtj5GK5D?jre$lL!?e&#J>WKR1i zKQnR)5p(9EE`maS=7>1BgU+G+%sM{j9Yo7V@dH{%qrdk8r*#a3T%7&p|6Kg~yTDMF)Z|E9Q2eZ-|E@LyB zTv%deY0O`1=ozSyLnx822~o&PGqLs)~7x!a|HOUoUW$Wq?wRN2fZZ_!08Xf;ln>R7&FQ}tz>^g(+3+m&1~8j6)5n-hP+8GC z^+?;nZyaVB0e4yf53EJaRA<^6<8fL;a)Xjoo=JT*iu)tE6C*AWXv)J;73Iv*oVPyH ztS&$;i>a&3G?a)#9!`H-PU9kO%uE;(OFzI$*=d6uv!qh*Pnz-O5n{HRg_!xr9OzsY zgtA5HpG8A&G9FakRN*M58= zq;`IsX28@U%J;t&Nn%73^SBqzJ#v-BWC|H013cDJY-iBS?4mu%@00VfVPE!~hszob z<5wVdQQY9&`vd2V@4Zv*QafC1x7Hr`;gBAqAVtQ@_roo+!tWg}0RO1J*#Qz^v>q(W z{o>Nt4s*&zw3rO7^_O64i_aVZ5)}8xeHJQ;&y-=-a^=Dfxc8auGDLntY`5mIh^6+iGDb#lPsP&f%ZhL3FM7I>9?OqYZS&}F<}LUlnXH(csG9{I+8#Qr!Mabgy|md;w?KFY@_j(mmugA+vg%*;9;u% z(?lnfzK8E7=MB$HWR7-@KzTzVzgYK$ksq+Fl||qk`RDS6A0A_;#7PX@H*dJV%4%n7 z3Sz~{?EbE@+BvmR_VApd>|s}8?aQ^HgqC|ML5)8pAXj@XqRE0ZXf`b0pqRw6uJoio;qHxHWg}nMbZkf3NBN3S)WYZMfoh)cgWP0 zz(PG=Y9zJ%&K-i|_Hl3|kps>&N{xR0-+H~FZ{`rIrDuJYLEu!?kCZL&f#=<`FZkmvG zdnBWP-k$>+LzfidKjmJ`JZ4@;>i*YLX2Y7V(!z2XRV;jh?yaU-pa7+X7NAsqZ*0c? z1H9}v1!XGbPUgQ?Gl#^s8b?}tGf3x7?X2?mxZODEL_(d4LM!s94IF@s-GofA{dr&e77j$JYes z+gT}>R_^Tei9%=1Q{dd4iT&WJXegGdv#3x96h|zzNXUojA%zDyT32B+U62a+?gALQ z42(S#iJ;r&j_luRD-fryy5$c8x3Dx^>ZoKk+seEJ!9=dIb97ZK{Tb0oKc(TQ3#V#u zwrAuK&2kNMA1{p7@@GS$#jlX#6KhlN#6Gd15Au~_L;ssMC^mEoe~~rvv7txi>mYoI z({JR$&|xX8!fDAeW9ctya<1wah>-Bq8QO_by*MY&^Svy1-*uQcB|to{munmn=TQcs z5qvTC2K~V$O3j=6iBObU5(S+yP{$FzVoq_p=1U+9^cO)xp&K$>Q5dTpRInm*vIjSD z&=<$UMUYZF+&f`+h}pqD0@u!s&|wqewG@Yq=F7WigqLDzpD3b;-K;2KH&2Ec^NYK0 z3S(GR-XM%&{TXN%nk!V~AdF${;9KM|UpR@aVu)R-(@)zf-c9(ww>6EbbqgN9dYxRAj^4~ zPrjy#6DKk!0lT?1$&6p5=@fRLSe+Q4nun78Q55zYSL4mRYTXwm-S)P>qy(4<*hRp6 z+U-QXR)7Js|H=RWvatk?^f}3uXcg6|lQ+RH5NZ^qeu2ndtLapEivzFW!Pph*rx46W zVlJ%LtN(|Aw4g-+H37FT(5#Htr0Hh=U5=LE?7y$`3H$Hc&i>ma`!9(yRAhSu*&j{B z(zj9da6*Kd$WoptvFjEqBk#ekYsyI1U>D2<#r9iQjaCpUYJa-VIqb+@#r(0Zcw3i}hp?{c~NS{+od z4^AZej#(XAzst1S`Zi1s?Tx22u|(!_S44D0l$n{I*pJ+9g2au!;1Uw;6==`NL1- z>C(O4h9(Fx#^*{@NdWnUFz+=lUQt+VmJtSAs$ghZWR@HT9% zA(vb4{{m9Mh$8`OJ!=kd07VonKwoWH6 zbey;?3++zq_2pXc?!2sIFjQto>?V3^s29M)8-XF_%Kl*}gBf1+%u~T~sB+SD@o{sm z2g`KsP7il}APdN6J1mW*zc1FnHohLa3^!SU7nCr9_pqTu7vXQC=7lTTdfaXX-emw@ z?g7;}o#e&NUI0)!X$8T3>cGK#{dN1jwLbV{5kC>;CKkVvY*-b$;&@gN9ALDEt?fC( z0{=)Q)!-PV2af9U_m6VpYiagWi?GuN?h5 z2^R|k<>C0T&9RX>H>*;+Ia%Zj8Ynhnm1Gf4MoybClO>CEZ=-X#;D@zOUS|I~f1lmN z1U+0#l2Gz_9>^+~Ojkg+>|bOw{TKKk8I?{>NvPVcI|oW_r^>l3ww<~f{?oUMV#G?g zU{u5Z1-u{H?I2(gsP^wm?MGTw^t z{GKU|I#Fa+l8_{6NSS}ZH-Ui5uUlX|17_1OKX%3Az$mzrf1>j-O`_xWAWG|-7}8Y% z49+`8J@HC{7mihdA`19^3`>Gy7b>a0!*}^a-cBdcQfGKGhOqbcjZ;vKVT)5xjbZvG zbj3sCx@rtx0HLVHu#D?rx^5v(VF)gTAqyis35zL(b%qILP@UntKudCv%@y!}WvC8K zU9krpjwL$&n9LYY43<-%2m?2VL=yLV_UP*1dwk>Y1QYfb+3Gv{Ml1BP%?_s?;%E11 zC*XN!9v#8}hAwVokb~t+llKH>;Qzcs7d`%IAab~#4~2bL^8ZKn;i7VOAH}m3;@RqV zGzR%0jAv`D{&3ib2Y&(xDc0zNh-bSv_AlFquil~{@4xqWwzWIBGXcYrNe#}#VFuU# zjCi(&k9}kx{*Q@g8@}~M?8EV66PdSAQL!quy^MXBo_EqVe=40$^0Ott_n3W{-myA` zclo7GW3Gd`15RVuJX~?YeD05GAuEeafB1z~+au>2wBO4Syd70Nr z%{p&Rnl2km6t%H|J*P_coI;Dwf<4EDY*=9)7qTIH&ND@0RX|Ga*=|W{z?1f>Opz@wyus5Dn#~43%z!FzKb1l@!tjfF1QF> z6p@PrcbkVh5xW#-{xY#Ub&BoqNJY!Cy9)* zQb&fLl%68Bf-lym2KKf!m6^$M=}#FnyH_&%Rcrs*{uje!=U>ptG5$4K-d@qiCw~&+ zzf6`^{4}b1nl9gn$#Sk8CB-Joy3uxu$hfsBCQEN)CQFyVvYpFYIj+QFc}lfO@n;oV zES2Ph#WHb$kp&jZWu+ENr^h#;o3qr}9<4`5PrzPzF3@Ps?$HcJt9`rdl>^=A``Cl0%FL04WUl^MBFkmQtQ~Itfyxx;{S^iK z;(idA?2EQd2mH8*u0#8xVE%eMcG;i;k(W9e`nNCk3;m(QOpeRj7gv4EfL-0krc`QQ zypZ|%*X)c<>FdS{oWH^|`yypAUy5Dvdya*m!_I~>tGG2n23@zHQ-9`cwxaF`Ew-mjoKq0`oQgxWdkC6f2`l4^&ffTh!B{W7&3QGg(Qz#O8)lMpz6^lfg-V)d zH}Q^io$hVw7&BD3lDMnb(r>H>>F&vQvOo5VEAp1~&w66%iL4w3@xm5H5o19CGtkEQ z+Dfu-Bc!mB?E5|h zbzqiRwVn(|C2nA}rw2j@U#*utRO(X>BC|M~w0&5g`f_$Khv(&+DdX|mH|fjl`EtUi z##zG+ipi@nL-T@U`LoIF;iz55@9ecb*P9^To5-8aH3O3Mv%UJ)y!yqf##fe8$GxG` zizOFye&j#4Uqpu*uS3LSM?LntA0)EkuKA!Lm7 z4tgv%=5`!L{yio)(O-ZxP0b4MconFa1m4?h^sd-;N-@rEW04wO=3;)-a=9zERfUow zM^NCsD!iR@k_9}-q&t)cJqYEZXMQM!rfKg*Mta z293qVpqL$Vptx+9kRtu72p*a|Flm2T$hSUd2Kl1>)K3m%sTWxWb=!&|*8ZS9A;`49 z#7CoWmhh~eu|=_#xxrif6!A+#w^;gNsAL0_Ym$tYwqHKaCQo6LU+NXQb*>#?Cn^3b z<^xiKQ^HG+_Mr8P?hraT=pSB9+mmGGS^xDlV3ziD4!>z8v-HmjrZW$~2g*-$@)7>I zy$-KV)-RJp-svCemG{mxgjh^gg*V>{)eV^niL`8^mqVN1HJ+Z9$SWCP|1vUNMSeBRF_SDlhFZ1YV<7HsstSEUEf#?;ZQ$$Fg_uEY}`UB)&cQ{qbMlL zq=L5`XDkD7h@ZX&KfTv0|67xY$|-A)zlzg)d*vy zDGMEmllL0$T+W5qrt#02RlrT@S+5GD@XiG8DIvP#dQoxubR+8)LJ!`8c|K=fV}%)P zlcIw}Zk#bsMFZA%CCb-j$A!#OUd;ZOr^=~b`6ZjV)2Pyi+A9cY>U;qv#ygb=X~kqO z-%L>=R(w?zdO<`8B2j+7m$@&|aDOa)6*tDF9l%@+&Qt}S2Npc-Z?kY9n@VrlLePoR8>{SO1ONgr`HZpJMwZ@e>l5pM&jQ)u zC!R+%V;L{zfozQXhjxe2OLJ8qp3PPk_SJ1_>cGhdME>afejeWS4*RLSG~7^olOgQf zS?r>1C1)cQ8@x<2d#i0d79M!AO(NpAZl1K@4Us_{J?LR(5|;-0_r3WB>~_6>^O^dl z$G;QSSD;|apH5^x6!bgt@Bf$R_o^+aocY1hZ?%rakLb5R7juJuo_^Z=~NX zpjXlF;s5RE_f4pzn0}8_D#4@DckZ8%4?(UD)tv`*EGgD*o_$!KI=NWgDYFC6sXNFC zBsv$VJ3+td4ySUly0d$v?oez#im4cc)?| z^r2L>)r8l9jNWoHV~jy8hH z5J(Z_EwZjcr_+x5zDsxDzJfig*c(3+jkpzIMQDBMl>~AY%vq%`Zz}WfT6wZ(6eH50A4_EIbv#uF?F8Ru~)&AVa;$ z%!#H~_#4wJeC!jZ^|mWik>hwbw-R*^xY(u)TtFqH=8v1&gS?hm;U6Jce#4zYWInA1Jy8oa~R(E>KlrfqE-2;(j$J(P~FQ5)Fpd@+28v=AI+k0v4}_{ zcAkA$pE{|S#I7+CYcY$$Slg}!lT~8P4x`|*(VSKhZl!?cMi%6ei^CdVqcdirhXd6<$ zS~79MWa3%E^QSW2h6V+bi4QZP3T5Km>=h;xSK7(;n!k9 z?N15AGY?~8P^}85e^2O7?ll0m-^1oC zh~#a}Z+`F{X5^pDY379P<8-cpFK3^m{q6C`t>n-)`o%t(Srs1HrS{3eUZgFrF(NG1 zmXqZ{lgyW|7y`)*c>&~Eq%FfVHmWVZfVNC3VL@Tm?)r1IpJr}>=Yl_5=%r#21MKbF z#M|EH&}zoNW?VmI&Og2RFy6eZH;Hkme!f?(16bH#2EM;##&5_N>}Y<2iJJ*Vy71$6 zQQ>vInF%;BmhgG^CiWOEl z+vP&Z2ej&NhSXBCrQv&DeY?^sXy)lZT8QzghNZD-?KC9 zjqrDVGL!l$>G2gbIg0kZy^4FdRo(a?jx<=wPWI8~4}!477p+}_Jg-%11%WYuQev+E zCYW&CYhXfZ%kDGaABy#EcrrD`bFy9P6^u((OV0`rE|Vz%igX1C?R%@Sw;=z0P4``n z4@dV|&9hj#5j0a=LOA~R`SD%S@$&8mLb(kK^zmW@#amg7kBHgtCI_iEO}Rv&mJxy< zF!~WrlKl9>E5w@+DUCm#W?%webboL+*PVq84^BZsp5?7xy{U5 zKhEFt;ozs|KmVW3Ppf-A;-}Decrg6`%uffc{BZG83PgXzPycm(I_t$eKi&OA$4_r~ zt}j3RFw}RN!hV00zw=T44l=@q^{D^bw`1xXMGemM~O zpz?R_d;*KpzgCa>v86H_I(^{1=kFYZi1;5}kNU#LB}o$O@KHVLUd8(5D_cMJA*}Co z=F`OoXia|?pihc{=tObh<(6Qbk`{Vm1EbhC+^|IWOkSg4kNG~rnXe; zVM}oMlbM@T7ufY~J{fyuY719ciSjJuI&k<#Kh~Nta}m8y%(NJrwl!8mSLpZxXm+DD z+)u}1GO?Q02{p0$;lvX4sp0;0SHrz(3rtm=-PB{Qe8Sb0<~e4}w0r#9mPyX09_1j4{pdH9n z3Y9&qWB6XK{!1c@GsC4*V3R4X0JF_ACROdtzzS$CPMaI$g+5m|&_f;Uv*O!pRl&q?IJHUnby+B%UX%0MGZHGVnhJy0#ro{B-Wvx)bFvKiR)t zO%Qm+=@JP}2Cb}wHHEEmLmx7Ocg1IwZgLLAS5)?U2*>3W4kDEcV(n9T6?=Z7OlAt!*rA2A1vOgG$*oO$B9H@+|K~3id84+b;A2y+4JC4%MOx1<3=;XaYSvq+wij?5J_o4Mz=)9d*>u%yC09%iz#iN=*$>i(PI)XqS(xV+99$f_$}UPl4Z{&!cr>9U<%_4k#Yx>f%cMCseD zdLG{y3w#?FgJXd@>Bxjx2^WMDlQkJ~!l0X5+#z-|N|LJeXOG^bYW;O66{H@$W3hhM z=6jQB^>2%+YiA=c(jEoJhxYvUQm1_pU=mkQTZoO;X}4qiXF6_>7fw`FwR&tM zFQjh;CbYGxRc)$5lZDc4-*^*+4OmLQ+y3{Zw(XzhRmI!BOwO15wqHlx9RDX&pAUY* zCzsvw1Zz}1pgaS9f=8m9sFuaSx%oR!;*&MIw+jA0 z1Cf@VbWs=bDpGguJ_h=8nXdLRIE1s^LE(O|qt^~L;ft3Y5$wRR7Msy3@#G-O*d-#1 z&q;U0TH}m9Cx~mBv9zdZhHbekiuX_NHuLHC0EwlcFO1FyuYHuAZ>iR<2XpxfXPi=! z+`4Y&3w3T-$kf%j;R*gix4mO?CquaNmF{dM%KYn)xJ%Rlbq`V%vg>%_{n^L)`Nj=2 zTtjd%KZa}EP+EL!puhdS3QsU$rcdJrRW~T^j9|HoR`iKh@z)k5?YVkk!ES7^e>&X0 zC@qVyV+{5RgxE6QAYt1s__>|GKWPB0Q1O0n_;>W*9hl6HM=Bv+pxT7Z%Wy7s5(Pl^ zz+dt5=i?#FLm!3k6Pw+RU%55eCI!813qv+eG(;b=Te#?m9{ZNWq3vykijHt$Q{?d_>U)VL z2*ai<^XQq(5gUn)sIWm5*vD!WB&5WmT;=3M=Q6Shc)emWvRk*UwL~>y{GPD~%)5)7 zC{aF(x?!>OwR{_!_BqX^?cl>6HjcHmM#~LNFf*jep-a6iBGTqwR;tMnNK78m@DaRt zA#o9LB(b(x)Ll(UH+U8KmxgomY40~{$^z%(b-sM@ve|_^F7x;*Uq|5L(I^%|xAB|{ zh?q^3PZ_L_;HrEqgzhhig?LD@5PK2};d-qUrEnGE1MqKqx#NgIc}|&5-W`SACR~xO zFBTn9(+|gVuS0Fa=|xlKT5gwO6bvKDc~jP``$o_@I*h)fgPTTtD)iL7BZsI zCOk?%@DGC}8dj$2BD~5FgvWe-I8ZvZJ*OLaZl!w;u-PL|r?$2IY3l|C&-j18c3@eu z;q{gt5Mor3zLUtjoy@EZ&;xDBbYZP-ZWvSd@mX!l2DJI*-qlp-v4Csqc|Dpkye`sq z?0jHU{!AhRo?Xq@-Oo7sq5OTAOqV49Zj?9r;;Je8-L3fJ)Xp}a@*Xck_tc&$|G#*Q z2%_+=mKT|svgzD7Ue`QIGpz6aYk~Ab_=mzE zFcsDr)X^W?-Y@n$hv`^2+=F}|@Q(;h_-ETJxR4^@mXkJ?#Kc1`lt=m+Sx2Jr`?%L@ zm>s*a-9D_n{Ktg*RyUU~JQ8I%*|6Z!Z(<6nr%-j}qufwtSlFB!Ln!;K)E>4sz z=<;SIV{;js*2!JT%vvJvgbBX_FJ(R0L*bJGOT+9bI}mjSyBc~g1**^AQmMD>Wre{Z znYol1&-DsRbn)l5nq1?~3AYl35o#F?YcE@@MQT}YNm_sVBd{N>>Dx*d)pEkM#Bz7= zMRR?pWmqNZiNOOL{-H^VSV!qrvxASZK}Y1q7*4AT-9#hwxc`*SHtR81Gn!uU}zrhUZUo~g`?mzn-;RnMe+FpVCT>#ND6hzfR ze6U7#RzobFUG-)YY}Xx$Rw}yav{A-sj_Y37KQ*V~lf`CCisb`1~Cn$=?j6 z3~PBV*i&%L)Un)ki3Vz)ZY4U?dy}liO}hJ6iLSYZ>o?m<#0K0i!GVq{C1}<9zl1f3 z^zWTr?4fv{`OyuJRs2)@=&Q>r-WxyqH4nU>{OFd>0zdK?JK{%ig5+L}?A4AnO%$_m zGSL#50nFlD9=q~Yp(dzUtJHyCFV%v`^^diS25v{}DjT^{nJ~5kq!k{`4eooGpeB3!>cJjv)cdFGkU??i6sQw2sgU8+D7v-5FN}1 zW{$aF9mW00xcNFXpfi-X-f!>8JC&$ld9jd;|LPL$T^FOD0SR4P-F>y4_Z+t@Vl=2U za^c;YXZ$w(8|=q7#8);PT^&o0(^zy))}3eTbMBa(z3kD<_PJiK;oexg3QwmB0dn7>Mn-)mw#l3snUE#px!8kTXTvOm)- z=SKd*L??SNkcKs}oZ7fiyBx^ZFN!ieQ@b^DnC>KA`f>RbhH@Ee>(JXXD`ePw5n>S> zg2_B>d>{MLqDLKow9=}w)J{z!UziR>d2K6UtFQRKcuGINOowRB;g**~%7_rFEaTHp z^JDN!8>|)R!QNl-Tf_0XA1NGC1~r2oHYQ8pCkc6Jbd+Fhua33pG08#d(0 z9y^rZ37qM{8 zhl$)|Cz94)6;wi#(P=;_MarY-AG~Vwx)1fR`}61kd2B}I<+D?WDtf-cTm6K78O<-L zoydgtu%UBc`iIyOd9Hg|#1*W*g1+V`x%{r;qr}Nq$0?lK#M^xlZ>^<5+sm9sCfP

yS&fKp&KH~d-dI3`J15}N5l6nZ9TX{S0}1=fTBG%<`(+<}nmWL!smwOG_rBVRJ=n zt1Tn}DHLDQ))Ftf_vUk{*U-MQWkQ^NQs{VGYk^(0+?>cNhiEy$`NU^%sB|zt+&7TxOSbMGp9>6tk#*t-q*yg_#`g?foNH=K6NfugCX|fp}}0>WBY58 zCAX$NufiYM(*e3wX<4qC4H~NuTVLA0zVM?3*#D&v`yCD0as%hti0C|vJ^=O#MAn2vptE$Ef14h%X3&cy!r>doc^w+7Zw__ za&60BqY_Ml43o6ZBO|a~z~5{|0+rrtTLFdn3?<#U!fu<&ZO~XFRO|J6*{|VqJ&ZGa zW$K}1_JCi{8Un?wYB{yS#*i$oRm7}m-SzoqE^p%-lsPwJ;O_as8w;O$3D6me? zZ)jEbjdqUXNoBbt^fkB^&&dXDFV7z{z1?s=lV@ ztP3Tpl7i9^XB9k;5dTvftdJ_iq;{+c|o_G&p!d z>az}IVRuDzwqsp^%pNV7gx*sC&F%T$1R5K#w?wLKe>hdDP7z1HlUtrd5p3$MqeQ_ z%I6P}yh;dYvSBUBMWVNyEL$*SHfYB>>k{IgE6gHzte772^AtdWk3(sF)?X70Dxt?{ zT{QuYV%}%3;%ISJq1o2jm~_KnXCvBt|1a0cFDlMC*opjAZEv6_=sfbWoXi|q>Wd=* zR7EDQz1u9bUxQ#>Qyi%ejj`{Op8P`Wd$V_WG!w)#e%q_%@wR2<#X7_S1}xPfe$xeP zvlqjWNyf@eE;nKBvmhPrOMvf^)7yHK-KxCw!HD}vHHdJuUeBIlDaj&!MxbLruNk zKe`q?!I$kpk3+S9xj`f)mk-uW8c)y;^i#E)*|Sbv*r+>eO{Z zGrte|HO8BvYpW(7k<{YX8G@*mBiOrxB`3&KlM$$aiuI~pn%i+~+LKW2-av6vpf(%Yb0(s_vd<_(4hwzfc@!ln;l!xi1`<=1 zkQ;gvvuss{vyv#HgM)Pu4Dd$P{bj9>UO3a$NB^Ib*MI%ozh7Q|=UGnZ{|0&eY^nHv z^14X#|C87Mb@KW*v;K|p`c-zl$ee2Vq|PhS83x4ho;B&fiu`6cA_L33R(_diKq zw{!#lC$Ik;dHwOaUqD_TjY9q>uVZH(y9xhldA;y27{>pp^7_cxT3+Afp_IIiy)Ek3 zkDTY~*G0=vBuYS8IEHZ9^rTO*avd7~)~0fDedHWEu8YGvTVtK8@8|;T!k!B@U2$94 zi6O9)37RV_sh%4GjgzfabR~lg6&5h`h!uGa3i$XFTA)9z zjRO8LPo+*3I4iSizQfwKeFglDUT&>`hd0|6qaQT-_s7%q?<@6vDp=EH1BBM{e1oTd z&!aZ%XZw{2mo#iu|E>Ume^-f4;gTk6(*96sVX(P6_d5`U&K)C8bncq|kGG=^C|~Q_ z>r1(f0PWE=(9zuhd|U%FNuE}r0zS`Gz`qOyJPM)WeU7nf?Bc27=dQ=FfiB+q>n3{+ z=!L)D_TE3rk*DObPfPiQKVti!gR84wZpB_gvW&|8Tt49H>oGDFYBu_MWWALDCcqow zLlg#QTfP0u;ly!YKEicCOVycadizH`H7oS?(0p)U9teiy*OFJoyi93&`zz3nlzzt3 zCatG_2ROV{5wg-gD& zYCeGSYJ2qeJQk7~ubw{s7t-H15{hl=@39AzroVp^-Ja-zQQ0#wB#TOXOqNvSV-$yB z8fLWl%N_zvST#MfwyMoys6Gz{2!nAB3V^s90J9$y zoZRhg05pQ>%*6%(RKW2QbDi^0pxGzV`vCMqO7*|rzLIMAq46ytziEFsjj9mDsuPXvR<&yiBFeJ{ZI4xzU4 z?flyTG{1}fh45fI;Hr&mx!Df52qmQGle35Djj9918Dv!`dM&2^igA7 zS)Ywm({eum+WaDjKt)j5_Qlpk7z3MrykFYraBhB+kE}w^zS@r0sdO46}E!Vq4 zBp94wf|?&Sgv5cHTK*IZhrYX^ujwD|u*hzYSMd3o1|f!>w*b9PfzFU0E)*#P<#CIt z4fVPA2ZWyY4EI4^p?EXSOYqi*p*RD|-iIw|xCFDvhn$pH_qEh)w;Fg>O%$Vf4n~Hy zwe#uSWfMv4s<_MbiR=@=t_q$mr#(szKsTi@mvg7t$Hd#Q^;c-*;qX>mX(H>?^O05d z(njzb*?QPwO+ASb5M1(FaFQ+B!ReMc03ySFlMYVb<)#D<4?A}QW`n=fzQdx}O{ciQ&{yTS8w`g4KC{8Vy+e%1vrtTGgW-?ZQrGclnKg>}2*e zcXrE=rO6L8*MY$T47mrF6Ih()D1en;H82A!8=C_DK6YZyM`lpKUt!fu#EaHKex&;d zD04@ap6xu@?}wIJ%JA3|%C-AtKabC>ngqVV$5rQ~3H>zOs5kOH`Zmw*w@VjfuPSdT z7efFDHn`tp&b^yk9NZV>!@o~{%yA~9_>nKYTf-ky{nfI}IhzHz@+8fHmO5~>&m_pB zuz>nOttHQiH_jdpSVua$-L|=<*3D0Q4s~bA51^*(;2qs4o7LI%11gXcC;A7Bl@MsO zdJG6c)JIT0Vt#F^e!7nR7AD}lZpDAWRgT&T_9!TH)Ni|iWv$niQ!tk2ahdVu>ikDw z?~2I4c*PjpPtzBZ0*vQN&n_K_(o@CP+T!=P8EmM3IffhlpIU(pV>^B($Pb5vnxdJR zet2X&N9)U-4yd4(_8^0E62VHC2pD-A@pxr=JQ2hR$h7zAalFTF;q7&(rxwQgIchD? zOMs(ItUCoQ)+MJ8i+{~LcH;6JH3#|nz8C3eJ+mS{a;$FR{Pg_MjhXO~u+dq7tXfVd zykpYf0lfuLkKVVWOXWncFEUiKZ|3`JM}I?BXsO6aC87s9-wyH?!?jM%rRZrt#I-^n z@3K9h53UJDI-95Y=!5>oxemd(i0GGK{?}tIK=-^aa6;yeFo1z@i$TE+)e1?K5rRbU zYf0^5@?sht5BUUN&jO3YF={T_tk@BVU^wCpHg6vT2t%<}ryOI&mP@P(5gbILyY5ip z9DKAQGQ>_?m#5AJ+@bjUc47p)+?N(`i1+3Yui7n?xCZkQ#341}_jH1VCyl?^K@=H| zzoB+UD>-hTfxGPj6f4}UhkV^Nl(?Zl?Sl_T*P8sB)TdJ=KU$6gLh+9rt`jhq7TAfA z@-43XLd~5yN2)cy+uR~w0;}p#{bl4NJHFD{8DFuVL%;9P&*p~S=jb+KDFxV}2Xd^IQ(U*+5)UzOo24e`!W zYj=3&Do{t_E5c>!YgAt+O?yujB(HQLWFnk{jXx4WcTXu|N0UCjKz(^P$2BH-DM(4m3TWbkCPeV zXV*t(>L*A~1BT;&rPU)k14$#i@r|*iZ_D^bP9Dv9j^B~TjKZ`w5C+pcF9j)Jp`vgq zH^r_}&uaLJ03YN=8QQ{G!|@rl_`bgSF8oFImeKLrd+@lZ`d<7+xgL+jwWiL~-(sAT zKgKJ`PBedP&Cd)!9q&AKzsFDGGg6XnnyJ$7o3pD{Fp>aX=*&IZ+_CEA7vP@+N{sjC zFjRF3ejk|?g1I(XnM`J4g#xPyPA>DozgeDFL}t}*^-%pBFG%!T$|J4Z?rAojm09J-XoDHZxD*#K+>v0&9q;KgI%XhHpbiKp1V#iVRfs zh_C~Ij8&?OS9_IXmvmVW>`!nj?>s(BzN?j>DOGO1*Ul0Jv4^U%7j#{)Row zyoQpS00(OrF4bjK?ZL=F0$gNOdYPzml`1k|y~oHnl&|TcQ&oLBSdU0wM4oJT5$!h( z$5i&Y%(wV-@y*iyp)6*sf#L02{q092)qby{4ro7?l318_AO34#pUBLT_Z7S0Gojrq`OJ#pRxGXs^(n~{{(x`D7df|*50l$kH8!5?1P(4v z#K3Tl;W$6k9lu(B8!Y6H1qDQ<=$0KK7fn0>=3Xb_z;@M@cCt7VbZgfSrl)!!^6DI) z5E0$d0eDXqAG1TNEUvs^LbQ2gS}7;zpsRz##p58aROv_ukMQ8*&cPv0UKcH)e@k{t z!J=Vjw_J=*HA(toEXV4>crJ}E09z8e3GKQa)E{#0N zUKpqcKO{@q6CwfUW=0@UOPjuWi+trpUB0jiu<9~@gE9paD@I-%ihpjnL!-I_vVxtw zZalrf+=5P{snbr^Z)tI^N5(XH%jF+vIr!i3bpBT(?Z$Bl@IU>m`5#1;6#oM=aU1=z z1`_;F8eJ!Ni_99)r;g0dw;cxyW;w@IMz92b@RS*z7cn|U_-vRJKa+Udop{mdox500-@Cx0;2XqsY-8-Rf z-OR%6hIhp-Y4EPrFbcf+K6v~3;l0kQJR9(48+aM2nbO|2^k93R>;U{q6O-M~M%{Cy znb+vg+Q+XQog?B+RYyZ#!fH`lb?KSpJ>Kc&Z^1-*fnH>UQ6Ue2*Kr7ML2nWevpG{;doxsx>o%ip|H4Q@ykFkMv5&6$EVd^ zkri%{sj^9Ly6h8KHcA|4O1vah;!SReL1Zf(&{eTQ6lr`5Be0n<{a zRmzqrSe{a}MfY@Rv?VhgQUb^b{6%2fikO}y@lfQoix)7f3&C*1JhY5!vAK#GED&u{ zCrH?+jy4b;hS2oOT|G^|{Jft2`$XO5&#QEsS0Y54KMMHU{Fg1A0kgl&0J(xK!QCcY zX8+8_5*dPWY3#M&)@UQsYY7|GsRpDW1PP?GOc*21ZzD8~etKuq=$}VAi*L}4 zZi?teD};6;Q4O%9VCm@Jplks$#3d1b)wb8w;jZGNX<#9vO(ZR=@j?8X|C+1-2lJM8rtAM-_gq4U66 z9X@NqdK12D!nG#cWWr8L=kI005)+0@c##ROF=5<^vM@xap9O%>gjdlOF6X2KaxK9OH7;eIov3Dn{MIkEuYv@rS#jzFFV zimw3?u*&v_9aS&BHizR6wvTDRW7@n2)`aa~dI3Ohjp?OK12kj6kqpL1S*=H*ulB9> zvpXCs)W~bwt^KNYYQG6-thM?@s!Y-dN_x+#$pGWT`lgiYn|NcpQ&6(_WPx}}`)F~e zp&)CZqYRtfP{bG?%3ZVt)Mt|cIHsVWdiip45PHz4!xMY!Ig?VM{=z4u97Pou!b2JA z1!Kh1M`EFP1|)5aaSjxtWOvt#(dG_TO+C_m*I(s86 zRsQ_6{MRu54fvz;Kg|5RRj}6AEyKFCYVUr82Ml^LuX;lGj0xwN@O=|DnQ)Q`zd`8s zzfWq9zvl7R15p(O_qS|WPyl_^kl)FS>^QEV!~E=VR)|vL8LPlcZ_H%lnPaA0t-MNO zrP9YxOFAJZm~6Q(tr%%$$iL84$jevt_Ewewk(34dEBg|1dh5y*(zvpye1QV;Kw0&M zlf}2AV)cYf4B>n%0iW zxZI@q8*mBI3}&9_VlV?_@mI|n^aR&#H!z#-hBc6bT4QD(Q<)#Ay^!WZin>=OEMP+* zAkUMES#`4b0)P|lY9^gD0j8X}1Z{*c$e4!=L6*uk)bFqSNstYJ^kZZtqyVh@!pTdD z)ZB};v|W8&g%lTX%MJ1&oE%`Y>|Ck9ioFG1OUEQQG6}5)COiuCMHGY_u7yw!COfdx zMe2RT>CPm8-P|Q)@pum6c>^a2aiJ4CfyoKnvsqfb!(Dk>o*Chq&|23e^!+DOO>a|8 zFII!;=sr$62=6rEG={BuxGV96v|Qgf=)|-e7m(qkrKiR(#5!+kD`X| z$k@@M5kf1I#eeK*x`Ijo{C;ZKxVnOJ)%!|c$MhegJLVXKrehB3WJ>H6*CoG&x+6`S!78Fzvn>I1Rt|7;h2_P z;^K@1x*a%UHUU;ORQhnXqp7tcLR0dl?0*zzx9XDB^P@G+ouvjcS}NM(BJ3vl;4>lf@^xEdul8Pw1-Vl#@|ZCH)5V}g7CRaF=Xxv zqG_S?jtMuJu)~Ksy}Jo}neZSJ9&N&bCOpN26(+pYgwsrUSDN@#6V5;=`*YvWs9_i+ zmKi{KbYfqub+YpD2%i2L898_uRzY}37QfR0)F?9^;=)%kE38%fU*@eqmLLa`>=$6; z#2F>0x=Wdk z-1mwciz#6S+95l+-uPi>65Hs^^_lEUub(h+^N2e}--=x8Cu7MTK#m}{f!_YS)bD0rID;l(Ay+kx)|Fw>CR%;wj$kJ z1FN5OwZH5(&B|`4S)G|CgnL+@6&}5{Prpxp<)>dW)jiVES$Bb_tKS~h;VSJb)QpST z?Si-&k^W(pWSY_P2s@j7IH?4a)(Xrxc0#Ym4Ri4c6v^WIek71%^T$w>ujNNR*5a+} z{QEQ%`N%JV>IC6!=>vWb16|O^7CbH#GyW3*p6&-NAytd(OOxd$L}=KWSSZy zwVob_cMkmp8hZka(+YJC6Mv%vA~e{aGNLbG4%?ZSn$UD5Zjc)0OP#U7~FW&vV8Del2#ou<3;NVJS9XV^uY28qhs zucyB0kOp%isv9oK%A{Z>{J|u7>^<}>O1P$OuwZ5R~dh_kE zBpDED6Z?V(nXrM;s0M*=K}$a1jm|KPql@#z^!#S#NbY$A((HIFzptSoPBNh5C9v*} znNse_pUFgc@!rCmGng}Zb`cI1fu=CzijV;C@Yz_Hn_oUl68M5;@yF+K-}57QX4ER2 zB2`$0v+}Evz<5wX3>AbV@lL$&EAxgP#{OWfI&dtmB4N#F8kMvhj^fcBPG)HJr=1lQ zE~cY&_#&oT(Z!*IxBx1dZ%z9Wy3524Q0m^WlVHLt_AQ`@*JZ)dkxSQvhR8-pu>oGL z%W=LE%iAHzUyXxlzj{i>y}<_H3^40m$cmGj0G#%e(j{Nf>g5hDM>4-=scbv55~aFC zH3mgVtwWMWj*~Vm0+e1bdg;OiBq~1g69{LcfWRQhJV?JrHc!n!2AQIJG(O$rISu+L5R)!5%*b@F&v%yw_7vHH4cr76 zjDC`oKOAGpfK=2Pq$2fef|SfY{ngGQ>}h)E#DJ{$C&aG7)RapogxG)?4gzWfb+Iw& zPhu>{YETA4{`|urQ;4xWO0CBH;-^&Zk8D4set`u|yOdfe#k!PgC$RTG@X{%jqdxai z-QP3#I@#@#J}XES`?`b*n%0CmnF_=B8=ywD4uUziLOBNPjzi`gkaN`T!_hls~F90&lW$a7Lf zE@ggXeUG6)sfvVUp{Ir{usLiX5l#hO8GM}Y&Z^jl~YW~QN7P+1;a2sj-&EYS&S#MC(u3s zsOQ2!L{Biv$*cpMV==>I_RSkQ^E}j){A!aPU>gDJ48%Eet~ZxpfXOk%8v80);!NfS zU#UZg59B!y4|+Dee7d~A*^GPgnVQh8k!M(HBG?5>U zUC8PP0)Kp7El>J67vJ&6bb`hopUd5J@aP$MX4-g@W))61bNF-_=vI$=@`vLc)2k)a zoS*5BFb=q$L&%jj$AIR~z~p-p(GmrT9se@y%x_5uZDfG`(J`8{&K0u1gL!$Y3r>I; z8Q_y9`V7R#qzr)BYN?R{7FttRLlFetag<%M5Z3}JVHMWYeOQ0VSa6g0dRHn4SwkT$ zsb@#AI-JGk!L&#Dbpj`~INokYBpS-fbf(}z>@ySDcVE&i!?{{?P(je~x`~fERe0;l z&BfR7{bDbF@kNYxb@M|!(@IKMseGl^H^4SA$sb8>GM?E3K{pN09J-8>3X1TcV&|B# zf(TLAOSp6oZ%Ta-lZb|Q>-?GXmzLj`16=16=n!h{IL?NCVNLrHlCxZltv!k{U zN95EUzY&Qxb}`isNv`P6KNUK@8y6^mV~oX1N0y$03l-h(r9bAQKi-o`4<|a&oDfGU zIst#(E`jN;I^aC^2Tro{vW`_y%h?Is=0ln56-1&#&>!>gpzUSZ&;D}dd`bJ|z5%ek za#s>|x7;O&NV#=*F#Y`GMd-KB+_WQG3yUtZA7o*VF zb*@swD0Zct8wkfg*0$G^NAR1-EZ7DI`_#ER4#vI_W#)OGcD7;<2$io=9lXR&Rg<*6 zd9r&40I5ykkCZa4*cf1edlmuE1uTZS|8zG-E3`VhuH@+1Kx^w2Wg-#*DO#oO7I=(lS2&jxOv>=u|!n&Pn3}f#~N*c$Y8M1b8*V zS~<%m>S1xdpZ)4c?{J)*xOoQZAU87RK!=ezCCbM8lBmzLlM^b{*Eh?%;l6iyI(v{w zT92_CNGb=im!>J_^2{GF$f{8Z4!m88NqwXpg45Pe=1MqY!F_4`K6+f(-g7Qa0FTY@hU2g$ zC>ca!KbgZ5VV z+e)W*T!&DpEw6)HAm)9_h<#}pP*0thFkJO!BM#)4^0jY5P;tCCdox|m0}I~soViHw#T)Kn{bX6{X0BdwzVbOV zc%*ap8KA=yzOT*Ah@6FN@8BE+B)f?@@CCeE^v4|{VO(((IWziWhsb##qg)Kv5P3jLz!yr#pY~JC2}+MVdb_jvmfvcqSExY@X5ZaQgXF zF$sCc9GWSj)kLm2SFlReo+i9j&dnToItSS*br0ut_uSAlM96^U+|V*iikbmu;@k}D z276ky2JDH?sspeBCd_j)MU=m^n!i^4-uKxp?q@^Rx}Uv@dU@j|&&`0vqAU6=Q=Kl} z+>$8E(l|;^$i*70oB9MIv8V>tsI_Jd$315&M*sJeKCGGpSO_HTT(uu&S|?A+T;M^D7+>;Q1BrAecT$rSV7{j2|X=k@Hl)0*;s#1Ml?kay23zUS2>|>39jdr&t;V z!D;8I|@iET(3|C#atr*Fs3wb>#pSpD7wuHMw&RJ->Hy))u z<)3Y{J$IdwYR|D~8{6|B=6kPy??l9F&j;ta?b!kC;TU9l7%FQU?RmiaEDP-+8qk%0 z`xL#xXZ5z=v~_zfYrj2Fe724LSzMlK&semL?Rgv0g4dpUM7;KN@c_$4d$LV?7^)Kl zsP_BkEny5iB(sC2*Lhw-Cqu8aS3)Cae}YExSv3lxThr_Fa4w&sS0WN0{ed3|QeTjd zB0hR8AXa$rn)E8?+2OSdH!%8mn?9YQ4h2lG`NwdiWEP*N{tV*x_}z??i6^V38TAlH zLEw$yBak@_uFBQ#5h1Q#=bMjY)Gy}}qk_eqgW||wDtXO)1uxOTI{yk3N00CKU6|8}Yhx-%vG>Ln9iTJ#)NzCyQQ4y})iHt#{2GD+mQU|uUkGTS9azxoprD$9X#lD*LHj(l z9wU^vd*(U#ih-3=ImBIhqoDHa%Klg|(S%mo^}>$2{ut}$v%1pMzZzLe7uEa$X_?Nq zq81^%CjTfee}9vIq0Y~<@0ku(N~V0%zGkfYbo+KP`H6>AKZRjLqkEzzj&F7IlG%4H zfQpYq2jGFG2zAmeOc;Z>ys4B25a)PRz`>9#z7?|=8+!M(y1{cnflhxJ4w&abRmAsd z!oz2EQ&@AiolvcFgNGOP8S>r2eA0ivHu=5)q|OdrzV15TMa;)%b-2klkNFxsJeYhZ zd-=MUe7|G9550Ucc#_?VnUBxvlM^+3S2EucFP~}0p3Eohc){cw!hEl|`Lz89hPE>d z^puk4!?-cl7I8u31hn*PSp~0ASDJF>qH|sV9KOOLZEOB<)(J9fCBMb*xJm#H%_>S6wq5Zyi9$R*=@^whFG| zzkLocApF6EEhe06!p#Udzn?~?P0^eVYXbf~Z=8S+(xyHBdE!*u=K*`ZI*dGU1uVew z?BqDC7p}`yFJ2FN*H_xsQPMG-&b3R3E(o~JB(z*WyP{2))*C(}bdv>|`A!v~p**ea z>v>0(v>7d`PCFv|4KTnBdRYs@yAHJl9M@(zw`X0?uHvSBxtcf_-4E7SNgBBSIGRHu z*~gfV$B303fn@RTQ4!0Qfln}gq85%NUCVB$g#}mo3jUT;Y^%yPAk9?P*R6~k1HYfD zjM;Q$PYlu&{r0hKTZ8+S-3mVcz_cbu%Kym;?;F&iPX2zX z0%p?{Alv3gIeSSiym>P zr9#)Dfk+X~P6GwK+DgAzN^Vq#AoMl$GH|h0P2DiNou-mM<5#^sO=Vv74mdD%r++VD zi#DmJC0wiijF7CXm_jSULlByl=D98P2x;3bO%YPT0F77wfS)B&6V%Vx>QG0sR%`@e z6A~6TtJKZl*KD@Wdj0-)b+fl}t^hmf#yHw#b*&LEJ$zC-kQ@U@TKD=wDbUA$YP6voPF>Ue2}_xP5wRl>+x06x9#{^$SI!VUX%Q2yA2&2je1km zp5E~u>2HJDWw@x<3`6lV`Lj?rY2uGZYq+G_^nBHa$k=aZsN9U1@LjhCy9kY$|=P=UNJS8EtQ#f?|0<&6K% zjhCxMjNj|VE7dcMuXW?)>S4wkQt>+&KNgaYsecmVHEtaC?~GGkHuaBYoU*#fe+J{n zLCP}mL5x4^#>>@FjK7$Q@6Y(b5S2}NyE1+k;+*53o=GBG=qxee$0q#RgdLvL?+-I! zuU7F=6F<>}BTaa@32!vvZ%z0R!jyi>v+r{iIy?_O92+6f(PHZeNA|oq_orQMxbtpM zEeMff(^sPvVEs(y&kSiP;O~q14N^ixhCe4qp#Y_WZsxJ4q@}~khxH5%X{Hi^4RWM4JQoy?c za8T`NL{opiU)xTNS0ODiEGqy|rUt-Y zjlkzeZ$C5r`aAS!q$S36)BFJKzYt4K;&hBu-|E=tp-aInIQo4E24aJRW*c_?0rjR~ zQU03cJWngilrx-2^Fz(~*`-!JHC|;DR_=Dcn0f?Vj!;Igair>L_CwD#zs7Z`>b>kK4D#oo; zd^F>yyYZkpgYmQ6c!e6o_)T$8?t`ccZ$~CjcP8)$ z)kYACQ|QJk)EdTVVr1SgXZ$)h4*Pe;pK<3~*uOLWLMr|+lmQI)ZW5E)RV}okF%7rcj+o3^>T=7-s zoO~j+u+>rt`(+}?t>F!$hu}Ge%b4(2BI8vwO7ssY_}!(lAO8DZ+b;O^DhTj*|2goN z)33K5{%J$f;hzKXJ`MiAFhStozb*Xk)ZmAI15{FEY}z;4l4|@F$CZ2K-B5la&U))e8O-TEl;+2mc3;X!z~KnPX_i zHuXhN9i4supq)evgRwR&Xd3o4_<;FMBm`$7krCYByEK$IeT+WO_tu06&iu(8vmMGR z!ifOAu76gV$jYy&t6CC{eQnc%{kYX*2MlH0F^}sK`r~Sa z{y1p>qj);M&sDcy$El!9rm{{6I`O$-$39E?EYr)!cQ3}13F_n4*MQ% zBl_&#>W-kgwhDeSSE(%h4F8L;S36E`LBe0|Dm8+0vDm$JfPX;BD%^f%sA`Yo_pp1z z90af0Es<<>>8aQ#(I>1tBMf5*nX+%lL6LAE%zKE$Dba9Fu5=_5`!kBgQK zIreGa%MtqJU}qBR75JJ@Xb--_4SeUcfiK6vM=N5&XB+sAH1G{i!B^|LXZ-tozyL7| zy|+=ls|$#Azz4E**^uYi6S4iKysn}ZLHmnL`!PCLU-L1h{fzX}z_TZ-<{9&Z4SFZN z63mhqzK5ggVdUs&)zsqI-P61A?|_Lb3BokMz(lV#4L!X5Nmh{ucowN&|<` z=~G;6wX)CLpm&@Um>%Ki$)f+lk|w1xgXjzzuka<-WC1lUoaf9laH@MXW@2ju0xc-F zsDg)q7YK~Glvyjdv6d(=!tHZKBExdjRv-n2!**Y$R5As|Y~?|u;Qwh*i0rpN#604L z&?$^R(-f;_4<8_}&vgOW#Q^dHKfzS4rFQkvgB~PP@~eSad6&qw<2mjbPM$;3Z+K&f zE$Ow)iS)_xMLDwD_^(a*)h+u0wA&46L;awwMxu+OV?5BV)x8v(C!e^BiL8e_$in#; zg=^7%Ff`jHMhb|808+}4QqGhjrW7D$I8yK*7k;Qr0y5TD=bSnh9UV=b#T)@iECw__ z%%Phcwdes~?LqP@w40Y|*|@rk$G1=clFI`~0UUB%i$}W>;{zODz>1j(d5FuKfIP%;7FC@?a!nR16v}n=8zTq?B?h64`D%7w zyifG2o>+v%^@RfDCiQ*^j2VD;7SpG$m3^wHeF0}r!pW5`;k;QoAhI*RLR&I?{*T@K zv;Fzcl>AoA0lD%U&Zf>jh+zK_QMSz48Bw688+-~ODqaat?Nitdm_q|jR-3Dfsks&( zXzb3%YkZW0g96Nx?Ea!o=n|>WWz`|8Th?R#vKAbyiSBj-63r8wX&7vpER)?&Ms7{6 zsQC_^yJmM3hgwc|-+44#Ws2Je8Q3I(>;zGqKv&bmQOrdFK3>OJK%P~EE- z^b%o1^nl4Z!b|LC#hx*VgOKRl$n~f@$A9$_TETu)*B(SnMq*-a(x_g65bd0StXlqY zNBpI1HAlP}BKfVF!;#0S5Hm{1n=W51cjrj8kIC1C`G$J=z$A#pEia-xKC3MU>On~d zGtMzyKK1}4A0ZyK+~mRStS!z#$m4>Q;eti_nyGWeHXB@Xs&=l!Cqz8!axOCwE=`=@ zm)e9oxV2wRB)V+ya8r8+WMGA45Y7+KX@G=w ztUA;+pxMBNi!lu#{;^O~@f)T>I<;_?=x@4OHL&7oarx9@e&;f>MdrIZ&3Dw=h(3j^ zzVx0n{dwsbWw@>gO#hwI)5_wn!t(lCZopIAwG-#&z%CFP)Pl+3{E~r_2j(9$5KsNo zLvZE}5hPXu9Lmi!-vedbkh|y37M{bX3E+jO{6zQ7!+QPkMjUTS!LnJ_sJg=nf}#c{ zD}DS7Wthp!96ZJWs%rUSpq|z+iJ61P?$IiIj(OIcPv*fY^`||zv<$@EmID(LvdT)D zt=Pkub8t~%VrUN7XwQtR?RY#vHS|Q5TNDNVi&Pz7=PfUe+!#H*?yB+e(jbPS)CDp3}og{ zl|%H_i?FG8bk1#R;? z7{q@_C%O)`l(P-jLi+x^_(n0>QA+>}`wV3kkG?Y-Guear0aOD_!mxdooNWX9mX3Ej z&omLx^E4bAz*_Dia5!{11|iQMYBbmB6nq zGuKFn12A*LP(ksxpMU z;#*K@e1kgr8k12FC0L?C)C@@mq69O^;*vYEr8$#P3H|{v7g?CUTVd*-zzzv2DD5*x zv>!Qxjn|z@Y{^UXYXBGlkx;Iml5fiw)6Gj)x}PFvNr^#u@5%VnC0!lAyT;T}2sNe- zmXx(B0;li5*fGFZXKWPs*R7 zk5vOR`lT!DPZ4S*#>U7;uEalG(p9(JG{&+J5@P|iC66g zC8uJ3;JYFf0Td1AWBu+!3ppHVg&gix@OQ)EbfU-M$hQKTyMcxUn_y&RCH2-+E(tvS zAltelYGHjjDvM7yF5oQVissmH7+vdeIabV{x)?$;xSY%0>L~3dvhTT7tDQLHr2||N zg$9bAHbK{-hC2HIm+7U{P==jtO4mhc($_3*4Sl?87Kd9GI7N_~`H7Fylo_(g?26ko zsntr4yX?F*e@ms$F!?GOqEv?bxpb&Dp30sy!x+oA3hH!|mw+ZTW8;=4X1t0NOY<$m zk%h}$F2nEL741mABur7=iU=o@I1_n>9>hf~qinUy7*^OGVe##m!fs#EJb;AN7gDu4 zP%05N+R)%!z z6#bGT&d*;L%NN>10Mh%Slb}7BB0d4gE#$qAzb+*IohJ|n&+-1?*y}{jQTgTm`Y1@Ol2Y(jsR;O@Rq`H--<4#_ZBl$V4 zk}sxf*~!zYXkSFcoxJySE84$-x_@UM?rukfxJyd7R=sn@mKN)oNPfRGj+^4P!O4{v zT;s~s_vdeIV321Ye;VI<92W}XV_}s;4wqLNtV#BZHAE=q0>aZK56;!rI^(}{uA+X?N+!)1Mt-{No_ zfz+9N3p7YBc&B(oa+CE{;=gg$0VC&MHAN51tlE|R#H{M90-9O4=X=3rMP$T`>hq7n zBvpirqz{>2(%&;l<>I}T3Tw(_BGn=mmoOBp>Vrk7PC%?ib{X{bK~cjHY|1f63nE|8 z&BqBuIl1n*t|`D;(W6i))<$;Q&2EY1c*vL{EpUWaCHp3NTblD~0do`DadwDiuWDOD7Vm?#zibB|qSJB+A)f zE*~dLDW)`JwwaFi5^{NI-b+5bFE{UXsQt01{+5rw6eGd|28T$vR#jcy8`v_SfAwB50c~5(>7ox zpPQ-g5o6*U~VwEQoms~LsHaX zi$xN+5owetOqa*fsSC7A7EsM>$?kQN+aoaJ;jA6`%cG{tLb}IROV4?-IBCUA$`RUd z7gsSo7va4!pX8eNk`JwEVmjXIFeZ17sEyrxwB#@Xv=^yW<|&}|yJSlXW)A1hMlb|8 z1xen*>0zPsnh8IYaK3Yk30q8ftqD6Pn18-=rNkFH6HR!d33r$G3!U#w{=H26ArlXn z?+2PN*MznSb0mZhR}+ph<(8UwIYM*(gU3B^N49L6|1hTj=ol7GP8g2e^D*j%ee^y< zlB@LW=W3w+b*)H-QZ*g|VNjJZdkeO!zY$lVROHpT}NuGNAt1`>pt@()fGPO_`<9)tOvp zxkc=Rj_k8UCdz?44+H<|BKHlguoG2d?Bp4lu@zSA9^@JwvMyW1KX2Pn2e-qIooDsH z1@XujhZR8LbU?NY%Qx|A=$p4ieRt7d->RUxz`j7Ef_^D@I|h;tP5thJ@ss<&bt zQLqgN!U=R-w63=uUEM^igyJuU3g?C6i^K6{_S`L5bn#T!1gu)qUO~--W$Gh%2*$9e zxDO9@GV7|LnM=Y@jwPot9)F`x9lx5pI?K+4^QeuHL+z5ykwR|I)4x-sH=-B!Qt7j_f(>c`yETDHoj?_CeGw%>6VAII=Tep*Nzb^veqGU89<0 z28%WX`qbf)V)WqUi>)4`V5w0TIm@hPkquW2Uk6);uFOJkU|bGGDeqPQ1EVnno^sVe zhf^Triv(Vv;3f332t@*3+EE1xY=A?Px~ji0CCBTFFU9wlw0bf7)asET_l!>^=ximc z$WgEL(WU3I(42;G@Ub@*E}fFuS10tgQV@s%3yg3JQ4Uhsh=X-PXDSbXak%QVFStXp zxP@C$AieRWtfNuQ=nZ{#R3rwF4G8fBKXHEu2jl%`AC>4{OFw;lza?IMW}7 z!O1>s0z&RdGEG`NItqcXEih#v7n7T@rXGtfG+e9?FLY5ShQVAC6LQcP&=gF6uF910 z5iVTA(SaTaXMV@gG3`lwD%HLRnu7B@kgK&TR6U@9FwS8E>%cY&@zr)2KZz~?;u>kq zGosH%G2G)>XlEHDHRziXCxfAvYrYlz1YBdU5c$?pxggzRUf)|a^H3ISrL3CGEVSfh zE0)7SUtiiRG?6$1oX0^EcC+KB?WAp-3v@T%6&I0N?WH#ZK%fgB^H6 z3r@l~1LA-)scAm?#(5ooeD*YGr6A#1Bx}4utDItaxkKa4p~5=&uM303=e7WW@Mou4 z-XHJ@$I;a5@IX#yXD+i#mRiY67@xZ~OTKL(lRIE&NpoZ$GMqhm_&g6$Yf=%w#|a}8 ztaic9FMEuLcgpa&x1IsEeUn2i=xvzC&dU0%OYyT|0rphCt@E>;H3Pf&5V9C>EAp;T zbe(XlaEYpVH8l6LEKLVPGrtc(V$t*q(Zm&rXO3#Jk7vwsR%GcG>lgP;qGX$RJ^p^mRO%(#**kR2|J9oh8fh8?ZfE7aFJQ0n8HM2C0$Roh)* z8pnzMPu(`R^jU|ycW`OIK_K0Mq-Yg~kpon@ZfEy63WU9x*hERh9w7*Js+ zGTuV z-ImOrh8rPBikblG2L495)CUPC`zsi7hTCjfZ3ZqiGfonXd*g-Vo|m#C6|M ztD7DO1m$Y6DJ{fjspuxktJ0jZuk5KvN#xaPz1_yJN_faPjq}>2Ri|!E6fjXfcxHJG^-Wp8oM(t?%LWa}qF< zHPw?zt%S;*9MjCI!i39JF4S(MAm|6kHaG119SmmZ91FUJx3_Sp=swz7|6J_vpR;uT z3`_(AZvT|k)Q#`WE;>YaQNt&czo}>%1USukUvyMgc9ijpDE@<+v3w{GaIqdBGoX6c zhZ)^b=%6CN*s6p6oU1!1nccMub|~0S{2bkKFcG-bE=iW5t0*L;_075W{zTu@m&tt5 zrhgW(u6Fw8B!H*Kp_XIWH=mQ&VnSgD$sAIyuI6nvsg4=G4>|^Y65I?E)a&}fxNZT< z=dAKqZ1X^btSrEID6k46lvaXR{uo^|P#9Z=aoiN$A=6o+#mzA$@7Q+o{vb<8hbOjYMVg z9}9um<9m9RZro9NPdYrA9m?s(S<2-I94sG!drBVy@fZSnIQa*MkCUh#%_t2W8;<`- z?9$IU|NH<$F_A3J!&m&kE0p7eoPa-WX>4syWI-ASCw4`fe3OC^5eH_W01gHp*SC@8 zE(;F!_-ecBg8kya;MUg#?alwUqieY|XgmMo4chxl%>P}|+uCOS$GXRDm)mxqoQ?S( z8Gds9&)(+zKm8w`|2a5ZsM6@d42QOZKjQ@NEoSk{f!R){JcH@L-S|P>#uKRUf&h)nf}|3 zdA;wKnys06eYaov=JoHtA{A|OUbkXA9`Bpmtyo;x3FWWW^ZUu1-$%Bd-$!@G{7xMV z=6fTW3}ez`*tT}*kdo{1Ong))#!v^Ub>)FO+;Jvyn=23Ox-EGifVQ=g2mXNd3Og37 zh|GUp9yl3huiNa?t;qw_fwU(N91rkxJGUthT=+#=huXVqd7x;6^yL`m(VvzAK6Isk zw|-g*c*B(f7Ks#4E&b9)4%q21v`NbWy@W-WdA%p)fRw-PHuAs+hkDu8=Ns&M{%cgw-ZIQo{L8h6!&p>AyGO3==+z(DgUVBg>xt>^-yx>*cQA{A$%K z2j8IRKNGKv^zm&i`WkGcj;+TpZM{qzd&(uuuO4k=E81T#kKEjh4sPUJ{Q?SYff7W&F^`kgKv0Z99u!g=Cy~>Nizp&^lBfdXCEz z{Hn1}UG*wKf|Ia$>99=MDlGii6WVC^IG(Wz7RVy15i*MlE=7!Tbyp|CoGwdzW8@22 zs~VZ3Nzyb@d~I_~axDt>CDRX$D~%kAK@`JlWN2R>aeH;U@<>V_L41Z}w+9c^sK%N) z4ZH^OZ1#0Y4}0nQ$+Z5%tu?G3X)_S==k}l0Kj_h+K7{bbj&l3Yckc?5)WKPt%Y$j1 z>A!D@d2%F=*WRt@FVFj-S@aNf_=F@#+JhcKpiCAQOkvj>0nw+5XeQLeG=FZFy3aH4 zpt~2Hspdk^@zY#S(Mjy+as1zaRKfpEzo*GjgYe3o2U583=_3Re0n)lBk6a1Hg*K>{ zF=wz;zdSNp%Of1w?dc=1^@jPZI0qe>em`wr=S*R7z;|-Ma947uLw5e`I5+tRV6C2l z@dDqx7&%SWyw%L>S3msYdWrjhT^EWOEEYd^EV=xNBFs?@zL~C)xztl6toTCBY_hw5 z*A*mWbPs;*#KG)8zji|C0Xb(NU27+F|GU+4*)@2Yp7+=*X%r3}MV)-tj*de7T4N3D zyZ=pkbqJR)zWD+4;pr(}<9S=G&u}NBIC>UEMWwp%Q$7E2od!jPy)y+GEmv?|T<`@c zA|=xhB>sH;X2rH3!Pj?I>~khir&NuH)^d$C`2oJ>eNKPo1HoC`@PVtpn3MszCE?09 z(yVbz!T}7Au8rI?g6ZRZ>6Cj0F_CAnL>~hGXN+e;4ib4u%G;Mo**bIU+@Fa(JsPXEV36t&<=oeH1-?0FU)oQJEBK11T;@CZV&x9 zjc}|UT5#I5RtRQ{xXgq4q{65~9@JVmqd}P=6+?qUkx4WtFKgLpxXFG```L%N;?od3 z*sbKI9QDC|q$kmztfF*kCIe?Fa;NksPWgosuo6?)D;U3}u>R`X?dtt`eGV)=c6o6! zDjJn_lbyM=WwpERk>>wE0@j%L>Ulmks+V`5le4uvV0!YENQy47k!T_5sjFPQt zfioNOl`||AuYqdW8IX!UbQ9u7q~hOViR$bt@r6#`3pM2qG2z(=U3rd{DB3$StWaRN zF%~*nAmQ6@v|KIr!AL-F?R1Xuc$(T-@g!AJO8b(kdIfFsgcKu)_QoX1G{11_sTLqR z!A_8MrmngN#Z?OFwObFx4=o9ww61MsA5eB_RoQZ+3DvV@-N(=_@j0kb`GeeEJU2!F z;L$hb6f4zKz*51CuJFe1__jzA0idW70}?}WuoIpHI{wL34F(^6@#;(iVyI}wv zX?cm|3}So_H(sQUV*Gb*JXh_{_`PntQtit4{cgNmb!7ZuH(sPRf-^h&X@17*qt-B9 z=*HpymhnT}IQ-u--p7p>sb?6U>Be)_!;H^z%^1#@Mkih)^SEm63H*WU1-`~8|37MfJm724`9EQQ zeEyL>8v7;ekIy_u3w^&f;dux>`{S*h*LWT4hZMieIc;nFa>p+Wzl8AdbNJ<+U;UE& zvZ6O}_KWe$9w;uwFQ2-t4Zkef;a|@$ziayM=a)8jApTSM<#ieVN`ASgDZLH9tcR?z z-Td-QiiOGIlOvj6E{0nm^2;WyX8y18%bnN%bNup1?vA-M_Dk@~p}5zO>Yj2F4oCQt z{PNxgKfiqMq^i5UZIbc|J~=?PW+DN7XDS|+tzK-rMKaicS6?KZhm>dm%=Z5U#|J(T~J1n zU)HJryZrJ~_0RFktOI>C_Dk@~0jFtxImm=3Atb-_`x~Va8%NyKvun{`bgvuxmi!N0 z^$=3bxy@wv@nhMKyhl`S$y9yOkMvPA!(<-M&&6e8wiSDk+7^^B%1cDCJP*Ufle|Ra z+}k9U_!9@3#C$IipC3lO8a}tYMA(4#*NOTkx1C-QT?LzIe|=0&hex z^~HEk;?utGxXTYXtN9(D)!$OzWv0IS6)pvFCZxX88tr8E(dC-Iq};Ni!^v>+P?m6> zfII+G1*)EOfWt@^YyQ#~^^rU(J_CQ*TgvwQUv}`|*~f#YhF*`I$MFaF&0_J%?!%$Y zH2yE&b=zC>4)fiGKU90=og(%$7(Z}{{=yjEXpLPU-s5cC_Li&O5H}jSoAY9;R4$@) z7OLLyO8k(uA?e#y&G4q1RrMacd=m5vpeqzgiyY6_`=cd#M0KosS_qO((*>;~03O_f z-e*2M`#SifzRkB^B|8Mk?6r_}h`u6O0fKOgPz}!`q#vbtOj7>;lAT z>66^$yUSo80jr)IRR~xO$?wP(L03=han-)mb>`6bZPkHn!^fZCWpqKg?+V`evS;}& zGv=yO@V?=d*#T6cJ_j*2yiBydk86+_E=cRdTQW zK;V>^dg3Dqfy>CT>OMrgd%`~sz*>^YJCEct#f zA-n2EcQ`#i+8s`B0RXZSy$K|pII|q&!c8FPi(T)uw}4Q@5v{skK8QSMI_@cu6`3eE zft+#pqu~Hi4YQMb9)i!nngi~p54cIAs{H~;+r!--Yg9qtgXxc~6k>`T#K?7TN!wQ8 z8SXL!X$BKTct2fo@^^eT|`S1=W$i$Y@`yMq^L`^Y=A8%C0)< zq}2Y@{1oX)xvk@~$D_NQ{ZX8TTPV!gwN<=hDlYjqq7kN@{feLe7{WQo;=esHbr)+KH5`& z&jQCnXKH(`VRmBhaNvqf_wJw3e(-d35Ydx*I~Y-N8M)j)?m>~0iCPj{f-bL52_YYw=Sr{U2=2!sN6rL>NwO_NpH7qtghfAN_k3N8K zJ_WkrfF80)_PfT#kjnxjCV^pJ#U$-sLsS z;{LrC&&56PWAnRZMvl|{XzJa2NJ31b&d1CjoqjA+@pJjFjI(S=acNkaDXPtU% zHOU?fOFTHhl`kx?dfPZLZYK}kiH<8`ckxR&3yFWB{*HOxj?cwt&9O6K-8PQ$GwwT3 z)4>$L95K?DMc_qaT!6kA;E3V!A<646%}_P`j)Dfv@4A5n;t4FXTfP}IhV`(&qc`MY zhmW%^9s_u^@hH30^@D}GSv@*6EcV8qohaUIMb`}HY#9O=4~gQ=h&N0&bj(vp;pEjh zaw~(&+GQwQh`ahevtk{vd`Rr&l}Abrg!C!^ZV*c5U*DZ40`fxfR~tShd_017GY}Gr zzumBGbZyCeYwB%?mdYjULrd0JHFqN_99%U*L?!6@k{O)5g7b@kxDF)#k!IyE{Qz%F zl)=Ry4noEU6yZ4!hwp@YBi>j28B8J+ErVlhi~-zxB<_E^(-Ba(JAxNtRyct8|--P>JofpYU z?A7q3Zj5s@Ui;@mu#n+);siNd_8`&L2}9kAi9eAzM8~FRC-{!(C-0M~_goRpAqP{d zKqTSBLGW*rThB^?#0BuPC(R9k-_-~8{1vYZzzJaiUKKGHXRbl&JRU@k&vp3|Y`hae z&Lmaea4Nx-S~3ww zkZiCf17aw(82r1_b?&sF~i| zklS9P+(tp0^J?O1V#|s(Q?nq>%Qx61U)k2sm&2JKmw~g@tOu2b69d5N#`m_PYnwuF zHWPo>c+H`ArNYe{gISr8PIk$gwiSN4tWRAi{y8FO(hH>3QtRHj*?dsLUM7d*%{%jC z0LW!YtbGTmy=!UoM~sz~jL-@<3np2*=2FzWx(Nhk7cR0hze<#5(fU)4Ie!ozoJ9n) z0&eQhw+gfJ$+f1+m?QTkfBpciAR*6Plcn3su}61B6FWncuwrit1emqM+)xiCkHs*U z8-|1F*i^i+CfPI(iyqhX4yHh>hE9IqaV(U)0$yh5H4Og8>OB5vC%}e4d2}N>B!{dq zD_TlFa6B7Mbqa4Vi!Oo#mHMmS3T;{%hX1FzjafsJ;S!8EpeJ!6q|tG?(nh*JLJUI? zb5A&aB8q_c#bW3e3xtI6dAb`an04dildBd7C2wV{OuoHbWI+ogT zfOQ4hk0}x}+-ptIK|lb*z z{(ua9Rn}*T^Ns+iX-0Q^1ShRKgfro0O80wB4ze)o?!NW_LfZ<#+IueC1@&3x90R7J z?J21`NSqBkLKw6&SK1{Fk=-aiVP*%vJwW~KGwvqL2ND{p95Jh`z^b4XMuB1GSXouy z@S%~*;a=pR0lDGA)s(Zv>sXVx%(2Dm*rIUeYC~2ao~j}?6_@IC7O)`Ku_E^KCmxZY z!xuR3y6>6ac@Nr^aONV>SBSUWX+ROt^i5{Ry=@xy`I@rw7 z6poiSg%hVVBW$LpKA|AHzo((6E^q}Vt-^0>qb zwog)VZW0JR_`mSOzff$&RNyt>FTRlM@N~K=K-e8z!_UzEbNE?w;eR_n3%vP1eumqh z{>RTWKl@}=YkpSC@t8hC{Ewgg41QL=*yCq4O`4w_2d>eIpK*Gkj{V@nW%>0EH4#O| zxgxezLM1;~lNM1ziEkbX*R3TEuE&$;D|WI>eAU^74R+>t5J6;q=w)jG7Mc&^lBQhY zR#^yct9oA~3W$St5&|tF_=5>LR0476Q4yvZmo)4p`UPs^q6<+JCNiq# zBu@?UK+o0z?n%Rm3*gnTjJ^{i%k9J=FTaXYL{OWZ-bNwvR4CypM34c~&=RYr8=8`) z9kCOrgDR3+yxe)rs*g3)J_mWBrK!}Ki+QHuG0ewkK%Rm9BP+H}gqq{Z07FJ3*Rc@Q zcnOz$9T@-}Vl(}rQgm9MD5JI}e!5h)n(`AS9O!CrDUzg%o(5u#NzX$GRkJbwpG~=- zgWV7HS~u;93PSY@(7P>>DdzRQsf!2Q{&(Ba6uq{?O5`L?)N!GJ2@ zdMDl!V#-dT_`5Q?LWP^c^m@tj7(?SfgdovJ&b3%<%dh=R=s5>uf%s0j0<14lMFXu7nxcd2-BHg*_lnDl6S4xBftnr zx?yk1lN~|{z!m)hBTW5&?0pG*R7JLT0tAA99aJ<5N~=+maSJL=GKh90f!kw8q6ngh zq9US*q9lkS80BI&8J*D)pWEoT;D(5bVGZtxyEuv)scV4X#v*FI|Nm6or8{AB z-uvF~d*91Xxm|VZR-HO^&Z$$UPMtzk_zk->i%mx{@K^*~Ypu5u7efy_aXm?QMJ&;G z^ebJ!aT}@zr;zcJ9`0eh*`PU$R|=-k^o?F2k`h}N{M%v%gSu3<%jeq$y`7FEg6iu=acL6@@mFKe= z&JDWMD{N-o370+Zy>q!NyXpyWnK2iLNy&xJt;FzIlLkW2r1=cIZV+KFCoaCy-1Bi0 zR$749{XWP-y?7mWsOCA;<>FO~n(RYJ=-ag^oYV83(w!{;8{`WF44$Nnv?&XY+hq=6^a$i!k)&f+|_vq2(MnI=z(^1gZVi~>= z`z~HgVID$X>joCaz%HS;Jffy@ZU6qexUDQK@{e|hcT*_gUnq>g?f<>Rhma`IuWm7^fdv{7gz;vTLs_Jns(2ENEm7(FK5x= z&l^I?`#2Z~z72Cb1hfSMj@TlWN$>z|i&y{(%5*wn^n8^S)=jb+WI+-}hB0*>;Ny@C z0DdEq#2@wqwV?sl2qE*1hRR_@sju7>RDS0|P4qh`l1N6Y(l4pCDgJ71A9Krp!sUEp*`nX^mn~*4p|NxsLu1KN^-E9meWLHsuFU; zXkwPF%8+okFhNknU}&4w8!JFfc-B5|_LWM8{ZG@^_gV1Yudm-$4;uLI(ARrO!~d(V z%hKn6_4WTcef^o2{u}l6W6?NQrT<;}`kWWp{{QOh|AX{(DC=BRW7eex7OL5U+Aa5Z zpnyOVqap=`WjPcli$Kv%DQ5&nw5!l7MIzL9OP`x^v zo9g&A-(tn~2kM4LVVA32S@jyeM!{*ge+*^J>y7Fn{W?^00~@eEZTc%rTsc;9YQCE0 zmZMHkf^sx^9UZg3c1}Xm)OP?YszlKtZc(Zcdzzwi%2D)i6s2_sJ%&qLa!S5B#4XFU z$T$BabZaY1#oFeq66F~krFo9}4OdgS>W3#hh#S>&`~(Gn3Sg8AdAcn!5O6ec4!*iJ zUoG~_x2PG?#L7zCWc8U?Ph!|r@`~OWEP9qH+F90%g{U${=T@)qCBec+n!;GC!Aj<= zp}v{Ac&-cjOT5eh0U2eh)pO8+RzC1&HO#m}|H3kA5Ug2)^6|fg|Hm$>^WhE6 z8Q8%}49nGU-GKe}#K3Im&A7F}J{^lN>}Eob7pKn9a|6+pVMV%21L=o(GN|?RqEPq2 z`Ch5Szz7Nrw+BT~9yEUXaFj1atrp4;L;I&&fwH4ecCtNa6v~c9*~ut78fC|#?Ac>O z-Om~8m9-MrSF>BX|DoruXaC38Gx$hcPc+zqjL@9xiHREoABpRU4qK3d3WyL?AP=`! zi^c?y0lSSx1WY()Jp%tRTU-hS2a904uqQ;8M)uEKB=^xVJ-Zt9E{$A}iTkJJ{ivmp zGWUJ_1l$i-AE-|%10w4PhL8)FzI#~ls|#^~T)puJl^41`qM%cvn(!w9W5{wzj@cR1=8?u9DN>Q5Us;W~CUsY8RKto{)?Ef3W3- z%0c!AxI9j;YZJpTWem*iH!XZE*bM$cQA9L@8@r!BO|dedc`5vb;0J<><=`(gEj(>^ zxOG|fo9c#V>5VHs(0Jbn_lkT~>F4>q75j|zcWeN(vtsb`k!cIf494w8vhGj7hMBN( z`%MT>>p?e;gSkZZGp}s|j}zWqv8mn!Q?a23IKbfAfiA^YhT-{w@o9x`jCbYlhR!Fi z!{c9F0^Y>&hHUt)YJ9+(6;mm^Sx?2At$hCnIV|u3>_Q?w39mj@v7gjdwM%?aW_-(T zRo}p71Nk&UD%bRy4iEi-)I%Bwcm%Z%&57&}pJOjxpS=G7?@R3ZKJ{e)6$|+GiAZFG zp>Ou*C=Jhn1|AK|pD|a!hhD={5P(JcNjL=0{ND6u_g4KmIatSjfjR>CPNnBI`g6gy z`_q~Isjf!bC|73%`qMk5KMOINdHp#c082`Lr2Xeo@L9I)_BB371@Q^`IFxOJK4Q{p zDt+MS9O&aHylG7z+MX)$6v&14Mp4u(bw45qV({|4X_Rx2ws^%CTiy&N7H*CUd;>G8 zCxegQs2<~88MCFDcM2k>E?RlKgU zck#&Zwfoqg^3d8{ROY~`$*O!+2Q`b$YwoD*VR;Z#-4Nf>JyiQjFP=zifa3V8dintt zrjc*s(nuKoYxhydLT?}>b`$?XY|+7Yeca=;3<(R9Q*CRCjDfU~GhcjY#~h&S7~zo#A#K6h|D zDmVR>@hCOpVPQP*e`NT-Hy*t)iOG0S68+y9k4ql*$79rEf$=!N8xKf}U)8Pu5g3os z40X(`w#OreB|)q4c$oKsU|jeNC?hOaa(dL>NEVTUVK%l@du%T1%xMnveZ+j;V-ZV^ z#uaZ^d1fyyD+GTwsw*F&0%%OC8v;q=5ysYm*-tDCQBs}r<3VgNgs zyb&J6L0VA)RHk9umd$C!a2ZO~ScdIs{%kno+DrqW4x2|f|r39`=P zMn{nvh06FVtcKwiC|rPDI;b#HRe@-ubn(WXX*>dIx3PV=cr515z-b2`9|NWM3C@?^ zzKibn5y)@)vtMpM;RVpMGY#5@pWjjPiO+CK{<^=Lfpoq$cxERe>R6DY!@bWsoj#c9 zGtjt6@5%HcKi!e(O-R$-622POPsTiuA{zY zO>ZD4smK5#S+2A+$L~szl;x;7?}lW)EJmmR(4Ppd@!&rFwu9)8*hL=U48wrC@_Ncx zH3&%_^D1TiQ!Mp+rk{4xu>Uaql-7ssO+4sXG!zmKlP!)49cdMRQ`wU$PA95c%&@VF zTFd14j7+F8@x?hKv4E^bA2Qr0WFf^@wj#mKpM^J+jx+Dnq?O(DYMq9Ug0@8NN`M{4 zoUQ9wYCpi$;L=(y`A9feLX@0Uf@MS<(DgEFQ%93WAu$mYH=mcr_dB$5+4^`{2JR@v zxm-EsFc+JJgb?1qhc^9Fw@2A>186}&Vq(i3==-O%SM|VUdtx7I3m&dsmez6!yA^ou z0|Oa&?!a#T&cL$?H0!}L&V%P~xE@d9N61l0s?yMTX!abXhQZ+r+S&naYSW_v+BEC| z)T29OR2>UF8aMg!m<24P&s$RX3N-iBQ zw9$aO;oL7r917q|6Aj(`XdHYGIaXpgOkfpq#$XYh$v@UR+7MSwmg{!{OJpIW8(+VM z<7#M=KkHF)0gvD0s}re#fdDWwVIG~3ulk78W*VDc$ zuNt}Jp;4jkHF*?iq3-&=&`|f&a9Kcce|(gDQQlCzc7{aaG(SqUkUM1RzwJ1dnF=*) zwK@a2L?ybI-349sIn?7`u-?((99g`N!K+ULb* zhp+vFK2Wt~h{0iwG4j$7eMqi|vwd=`cSdokWseQJXA{kFMPzyB6QgDg3GZPX-5CYh zgLNbnY`E0oIOwZr)!9Fb9&g~E^2ES!v{>;RNw^Z15H>@W9i}FMAwbrLQI`w%s|d@~ z7MdBtSA9T;lXEk8bRUkxm>1yz2B8G^E2|hfJS?V>>`kDcaHuAX&d6?nngo)LitcYO zkrS=NC3ge*gMveIz?#&Y0OUGyQ??p-7s|&67DA6|R?q(p-RCitMzt$`@{A@ud_y%A zz;Ox6hl@Y1{M;%=Z$mX}F!G7=Fs_roaeoM>Y4fASm*$6RUZMgooeRUQ?J#u#D&m*Y zF?2ALjH7Q>d}?k6068pFb0a<=V23(kRO9ngd7=vZFh}#ldOA|oYz7!Ksm78gYkqhT z7>?Pv85Q`&1O&Ch%JtUk(^}h8#I8ApeDHRip6mzS%`P|KMrGBn5$<~j$=bt-x& zGG(i6Z zEl=yxr^UHgibT-2OLhH!gOJAfOX!YrfM1ncy!=|Ixgg+t3?}-T@@m@G(y{TB_4XT0 zKzo4)9-tjH%LNhLg{ZH==me_+zoe@Y1{I2ZuYr7ZNDYu`K+DhUbGb#GzViQx|;CIH> z@tYw?Y!kmDUHo!Ynj`#qDI{k%84=3ju=)mEr9~Cxt-XL30NZcCbv}s$L@m6b3ycm! z%jHNpue<#yNpQXfQ&$#hk@7uewI~L{h?QHv^n^(nu#^uk=+giT#Y$9@u1J?$9N~7x z;U9PWg$|phgLpMPi05uU;1>}pt)X=TafXcb2R7(xD8q)yeZ+rZtZRes-DP6&9yv|;HvzikOXd+OwTwo5PEX)43>1}e^(ISsT22P+1AQLUx$5ySNPqsrnjTTmxZfhg50VyXAZ!3<*MBrwb!V=w_w7f5 z&O0DR!bxaE!?mIg#sHE8i8zp z{r6VduRce#6ESaJ0rJeei1}wXr6tSG@;Ag{h92eswP* zo*w)D!;QMSHF$C*;s!y)c?ahc+?U7a8a%Pyus0&w5f&Z6E{$RwzKHG=YMX@NF6Fh+ zjcOcz!t>g)9hfkUsjgX-p;^3*qQKQ`5#L;ar|!tFNTx2x_Z0B4P;XRS@YAo4ogr3! z{7&jqhnva{;xo}fc9--@b5HbYlpmSI9UoaAZX|W4yk>WMm~J10XJ9-L{{j6U3ZpOA zjvP&N9dh9-c4F$E*>M5%3j8#^#+(>HdDOr<9URMVuHrKdpiz2Eb01eNN??& z>#1FTPqdtdpQbg;j)B%z;*M?>*xj_&#k6KDQ0(Y6Xw1dOHrs2i_1gOiKTUg3CIjt_ zGwt06MrQB+#wU6gXfH3=9`+|%NKHT~@i~1B*H~5}Yh`Dca)DWBeX!V!&YRHCArEgL z>q_%FpyEFDWALl1I;o@`^5iy_5B=OPeH_761PP`iFYnec`k9rBdzDZZQ}Eu z8V{eh;-|qUJ(gTBn^jMNtx*jzu$;taDn4`3nm2xoPqKCT{MSt$eXhVy(_(f?iw{E# zl43r;fd!h?M|`Hy=S#TKOY9L64`u7^jrZF-&u_1DN_)koy~|B|7q!ve1zvlG@!I5v z!Eq0trTA%jw@XTEukmOSde`2xwq=IyU4TAw(3pqM)3se9YvsO(*s1B%W&Op~B+yYY zTHQ#NP>dJ1!%`Y6GU=re{dehv9m)fQ3)&$Jkh>sTMUr%ps6n zv+9Tng{d0VN>Nohh@>_9gEYYq-sKRhwe{0>F2)H3JqHc~x5v>%&sD(R}hmwNw(CvtHFu(?QWSnEpVVVbn7c`LwD#MVQ## z@zecBQ_jVrW-Y;X6y_PvA4lj{_U&9wO&79{U@9>p{T`WJWFn(1@<(dY8ckG>i&Sh@ z5AvDDGP|%{+P}BOpZ)#Dj`ABjIHj@9rm+&!SaBPTJ^SmX9pcY7FdLZ8EtCmDI!AW} zzjJps>CU|^BC1)v!e?6NMtbdSO`dn@uw(LkNV($voC>>Y z#C_kC=e+?b$#pMzHe#C-kR#oR&$i_GE5A@JZNSx7!RHd^VWf>b-}d-T#cb!!|1tpz zKKDq$XH=kTRMSO7VgBbc4WFl=K`mdmhR+w;?HE1}{ey?k*~h2iGY7AN_^iWwci7$e z5qAJ&sJ}QGpKo2K@!25HM)fkD#OHH-wuR4^e%5&WYszzpb2rjEgwMk<+ZlWwAQPbA zvquU(H!Dq_eGD`Oe5T>E3=M7@pW`xj44*5ZRU3U{RR2_b*5g$WpAo!I$LBu8=OBT2 zqq=sw#^;stY*d%wNqk<&XIuDua*M|2%#`O6=VqjL2%rDL6k_nXLS_}g=bkC}d>9r< z&XAu&+7g~4C~na{NGd~CBjp4*mhcVn(G?fqG%AEBRpQ`)=8w0G|`jlDbh zOlxnb*WOmg|Cb#c|GxhC7pL-LAzr17Ki;R0e=iyTugv&QHRCT&j6a?-{(QDI{tGtg z@&9|ubBS{=(mOPM<(P>KK2Ma%N$}Y_1)qBhbdBm115K3AG<-(UppkFd*~``0^m;0> zC(PTm|3I}^Sxx^r8)$J?R+V`ZFhvFzSMJK{+oOR#9jbVeNH(5LVjA`nyrS-ll@&E! zH4N`v%zi6395l|~pO_s9Gb9V#b`3GxqLT95sA}bj^)jBVFe`pA#DV(z+w=*k{#26H&a7;P@Tkt49!8HFc}HRlJOtVjEYn&8aPVcWpRCcTt}oHjv`~XhSg7>Y4Lv4Rls}# zpvY0URBw@+;m@F+gqRL=QrjoR-(xVC$=GXgG!L7IBQdGW zb?znc!}72j(122$Te3bzX&?~4#ezyiIuqdZD{dsstP8|A;0H*l!0Hm~(-NTv-D7P} zi;$7Tp5|LeDHVwih#B+&KfKj+u4m(9vG3f5*co^>WBp*@@ol^8{HlLxWaJunasu#xRJAS3x!MfQy6*^&o;~0( zHvbTmaD8J`kJrUPt2Lx<<1nvYh z_bJh1@ZF*M4hYmztsauks&=Q%CU_f)*mHVXi5K)<5WE9^1X#wO*@8?Iix}QI= z5btm*wH(p0%L-%gFsWbw6!;)w2eiUdHNKT`K;S~g zx1O zg8Icgi+n9^P!T4>EW#h$*k?Yrk%>ymsY3oUoVSDEI49&JU7+9}Ozgo-IUK;K&J#hb zNEE7;EA+2ybsLrp#5E4`Dq9${SzS(Dgg#;QmAw*?uJFjnQd7YZAfhU{++r4}9+wW0 z5uRmDY1C>cOU{QE?Mm6|S*yXM_@@LLEHn+ri!916k=NowX^19Co zIX2)d#`1~!4AR_xkWEsPrhQc+-k3D)zs{|Gd9t!oxRX zrG;v+`IW7{hKbhY*N;dQ;K2o)-Zj7O=kn_tmyloERdu5|y;+?--s9NztZN$_OJ@e* z*fU=WaO~X|gJWw9$NsTNbL?RAJi|QC#nYW{!JinZj3B>qH#Eqv6yrgD3gGU0Xm45jd-SN7#X6I zsQnh{`I{f{7)!F^m-rXIRL+D5oMd|o(q(YRlW?jOUsJwG(=WHDZ~S$vr*GVZpGM!H zP|^TX$=Oo?#{Gu^aHAS%01oIIlxpfy+~S9|%!vX$KO89;l}Y}lmv^$_=lD;VlRC#Y zbqdv1qDRsRzHQG=oagINtdIF4et^dE1bgXvHENtFI-d=FW*HNEPupxMzsPILDi}P zs+D)IiK|!j*@|AZr|4DweIw3TkoWfWsn!1}`qXNioAl)K^A|ySh(7g%`IW88P=E-g zK2`Z)U8*%EVOgnOnh{ zF|6R=%9op7Hxwsfer^=$4Ii<)aCUxv5k`b^?z7RT@p2=*+pT78OPo&T+1)(%#?#lg z#C}FsAJ>G&8&AIHWv-vWmUaUwR+}+FfVcWW5iJKH;g$@ZDF8j1E0;hC63YX2EtU_Q z=D`g?X?#}>T5cpp2X9}W7= z>zO=k^}7o>e{~V6;b~K_0T#1*z3TEqY4ODHHT#O)>3%5^Tx{^=)Gx&b#jnU22)a>? zpXuwQH!k)0`8TbTi2SYUU2Z7pQom)uEEq;Q z(q*Lk&L<=7QnjD)YdDZH96Yn~0`Ls4M$+~L5c$wnL{5WXedXJ*^cUq-Hc z>Hu^`E-r0KP|Q8?xwf}xe9_TH@RiJJ_Y*dnTsJ<>h;X!bTm*(mv?NW>;HceqzJ|Jy z=8A)mX)wNm4z#}^@oS~w_oi`zUq3qn{Lueq5?(aDOnm18%oKckf>-=+R1A{>uY{t8 z+pLZdOpEhdd(yOl!1&?R5q6Zi0V^K}OZ`^ys^wsZz z0;ey15u#T;MHa&QKjA$*Yxv2v;00!#j!OD$sI5ny_~$eVKQ*h%{GuJ8$^rvnjR72W zb>$K1Yz9{m)HOLU16Q%qCC;&Uy7ot&V>8;@^fj~44RtH#F-$V~-0bQ z`WlXzg@pn-9q%N)Qm;^Zy?!}XMM7x4XW zEV)b7h^NeyqUrs&+Q}xkRw+O)5OhA!e%xUi)^dUNW5| zfh}t4SES@CIFr1g{m5M&&}gZ}@Va{8Z<wyg zUaB9?0Tm)qp}vt{@FF0kPwha=>Dl9QP%ZP$AZY_TrHSEP5%mzk`5M#(BeCdQgp0k8 zyAqcTBMv^SWw72gs~BDsFRCmg-R=RprI{1iwP?iY$C)8{cxQalXQlb*gQi!E-#(%O zAig+miTfFmq}#=cn-Q-X6iOfd-z9q0Qi7rNPU@Sp*mSVX50Qg=B5QJ4Jdt(tr`+G9 zt_@$<2|&^WVhg-WqN&uoz1OJrd$xl_T(<%8FSD{MZ|=^Co<9)Rw&FA*?iYuiihk`P zL&c+5`@|k3PwUc@x-| zD#ri|y%?GsbXl6W2da|ptJgRaAqREvA1(s}wPAm04WegcB~jOW7=c0XsKNbMYSM7@ zQrEE}Or@#uzs&dL{GPsGTmSyVZGGR3-_!SL>)*HA*7t9$#P{^o+4}bjaf)fH@F)2_ zeLc4R{dL>=zMS9hzs>JY+}8Kq_}K8R%CKHDde)W?c@pC>}59Fp{l7;FP_p)ECV-e6Quc`rPG8&Pq~Ew8vmj%*0a z%#ai6eo}s@JMS$o%MNuPnXBG{)OBySg>Y?kyDjj|`)xxtml_TBWGFmx$L&aD(2S#X z=F~fGMP8@eb9+2W8#xoa=k_sk&uwpct@Qx}*g+(WC|0XZcSs+G&>x5e^vU4lO%k)w z9*ll~23Bwp-40PM1KJ_!gJDME4LNGa@J;%_BVf#CEI?hq#AD(8q!6mhQN&7MvBD@e z*t~)yp)xQ8higwl1lAZu3r=Sv2gRYw+9!!T;h|@v)WW}faafKbAvTMdr=ZV0HwqO8 z-uM(O@nF=IKX1Y0nw5QK7d?|V3d zKB7JV-88*#`g?*i`BdM&&G7=pP6iG+UfI@m#*6VhkHyME4FI=6IflPUa763Or7Z}5 zz&O71XW{4>;=dp|4fYY6)ti_EIlcsztIH81oi2b@=s@C9n*Dn&&lp(+lfv(1=Y6AU z58u> z2vZwiw^GP)&z~lFS&=jzL__s^6AOXs72#NM+3koC*T4 z)asww(^bh0lf;E_N1%iURGL<32e);2dj1o!oy;Vd6o{|8!6lvUURDm=pFct3y^`Ai0$ zb#8n;eH!wOlGDoV#hToPv$OFvxupn5(N&!`f**fMs}o3$w@HyMl2daT{IBs;yiD|i z<*C$0e1dpGM3p{^5(uPvT3*+f9kweffR0=j9N0~Xk~{zspg%UK)_`@QiDMwVrJ;YB zhU}4oOZlulKJ)kkuu7n+-VE=3BK1~cpkwC_(3GY`RPuQlks@_#XL>jyCj4sxD}qyC zc;>T7$e z#~X^AJurZzzd(IOs$~;KHMM-nP#jJ>P4_aEIHZh6$D>&1<>GFfh?*t`w#)OXS)(>(eG=N4Z zms*AY`qVeA5%`9Q;hfQ~h8TmnmDo>R02P2b3>F86dqJ=GL(~^Uvw{pwHJ7{hNn;H9 zY>@Y!`s044o*;`R`pFK0`tyswg2o!uK1Xo!#SSTqII{IcuKW6}pISso;-XA0tP^!= z0*4SePzCVsXsjoIstDDp$!5WA7S-WU_p|6+BI~%*7*G6Qmz9kMPup|)FYnpWWv+l((0A@4*&is5Z^{YPE<>JJp*N~Gz*+ocD5}tM9SH{R1L0Hxk-$IO#4jwSx#pgQ zX86b7|G?7>+l%r77(I+=#o9iEP)Y2OAcu&K&^`O_kUA8HtI;gzk5~jh1;kEW8YZUF zuAIc^0A9MZcH2M>guMiY0W~TMGD8Qi9t!aXAQ1r!|I!o@02Mhf;|OtJ7_bAG0{M*s zIl-(5b-&fX9LpPpuVSI_T)X}C-muL#TL2&>_$h1!0f6~*ilUYju`tSd`>(({ZBW_WZ8!gSWXF>C z3op$h7WF#yrYI}X)Fsdf3%&yYqnzsaR~_r3S2z? zC5V5`ETOiUr7jDdNn@5E;cxg;B6mx2U49(`V+UIRlrRH#K3?n$BWTX&zOo7}wGdxR-4zg>sIL_J#d|)&OIe}O z259IyZdD;K9LSp{d9CJvD@}GaYxV^k!s@mf$7@W{`qZLT$QH`P47S+tHzW@Ks)?U^ z`HAYbF^RFf$KM^G#q|qeYhBpUZ)qdl?0AYupM#$WTYr z0gvY|*F(+`UZ=;M^mhfdvR1<4)Ol?R3plBawdMgT{s99RZ2sbp3irnZzUKHv)KZaV zsnZMZT}~gYLl&v{$*sW_sF?;9$u!OeYJwGP%@z1Q@<&| zeXyI_Co3|o^H(_Ypx(QBpx(MuuTkH86qz;nmJq)vgRP#XUV7ukVEI{iul~mTL`r@= z^W)54nUXK%$1(rol>BOzAHsZW#(VH^yYP5s!fejWGQu}X8@j)n7=$FU+O=a`ERA z`J+9m}7HdXOJohF}1wpZ+bkGd)qKO}%kuU5P9gE<<1A zm_I3yPk4thv&#Km`a6JGR|U$MejLjDS5oq40baE`^OptkS?{k{3OF+~k-PLm_*XMO zj(i_K?*xjLYPy$tUts?AC`yamruo`9xzEdFvqjDk=GhNVzW)yInSZKDUud3RnR3^g z^ltUK+*v05rFnmYNq5J4jW>7wfyIZ7!24^8pbN(mm%%WM+XJWqQA;7`-vaANEYWw5 zN3t`Tdim=;)$b2%s#)C!{Vu+#L*)@nOe&U4*fu^>e}L%$wg6TvntGbNKm4g;g(?eoBX;f!YkxXWFepaSm$lS(&;6&W$;Oq+d{UNIh z&M5f33V9vyf2iO_SsJNfkf%|*-b&KaL+4a@DlFt=ovZ%YAI(7#Sk8JNE4|BYUX(1g zg%T0(XSaUOEVUBv0b?v_${+f`PcX1ng-P}>B(9lgB8am=dvJ51G%5Y-EHA zZj~3z9L`KRBaANa$v?gr#TU8AAbdxQp}rgWl38kmflq>rrozuG)z7@AC{ODjvs6#> zeyjcGvVwOzwWx~EX(_~#Nlx{{ehgcPdf_?Uy{&!!f-Fla;YA}FAkZY3gH^3)<(Z(y_1USMUu z{W8&o_2C!yP}x8r-mZD-<`ULvCehxEE(r{GMU$)+wS7vACa-FzCZj4ilip<@)6=PF zT8-2YR-x)p!CjghdI_LgCzsbzm)@MdjsV&VV)le=*-#Qo7uCaL){*^Oiv+I4DFGsY zOB_y)+};7k)oHk8GcnZ)?TNCmE0smK#RBJ#{;Nvi%NnZXsKdyRtZ1=M&yMrJCNF|P zn9B$&p+-ClX_8DGp6Hj$ORm{+W8)AJO!1ut-@7CD2>v$J^~X`UtKxp|&0ccMveG3j5-^BCl(*@L+M z^A^m{djID~y*>AGH4rwW)Lw+Wm3(yu=+yog(hqciNkG}yT@Z6=bGf}LW^XRFzf)Ck z{RQDn0^ztGvDze7mZ3V||7#02XL?|ZAwM8|wfxt#xFJH}-v9UaLpik<(`jg3R9j^y zlOFFW0zG1TGhUCgC?Le=Zs`DQmt}JkV-fcRUT0{5SYoUd>K=*U06`@L*uJNnh_7l_ zhH5_qMZ&*~Bw1n)B~4Zp>Z{zEIeaX#Ru|#Wp$NyWs+(6NmwF}UiS_8@%V8*~#KHi8 zEDE#UEsY{FT*ZR+r01+nZ({1m0Sdt$*YlDBwI>QouLOll)b$Ucrd(3x&nL*tilZsn z^Fc#me1_a&ug^FZSA^R%?4#f1a0k?#e-+=d&rA5vyXfadC3H(be1-zZJLwG%1DC{6 z3)mO7a$3Y|o@|eK6*2a4oV9XqDMde(65QS@eI7=%R9;T3#_X|^r2qvXqv7ik(2|6t z`+``b3EbgqH@etsFaP>lmi17!P)F zOXND|Af;KOB(z{)w)4kex-8o{kPRl`8{+a$rW6r7r~h5oru#9TUb?KS!x+l0{_W)> zHmB1U4Y=!b;(;Ew4#T%_2dC>?trP8yCx+GOFV98JF!Q{?yzgkzN1F6Gc>4Mah36El z{K!5g?iRNHr4Y{vVxz1`Un^W+xwi-OUq$0$zxdYw=cWhNqs1p2X}g1*#~JwBR_A zc4!kQNDM6m!ou(f!gdPmBLRrY0nt!E1a#U%AR$gF^4{X0Pr9#!-9BoM1j~$rnS3hF zr^!XnpQ^89)CT~X@d8b46^AI!pjT#p2_cvpoSWyQN?7eb^!pE~m}JcbLyOU&VL%vt zVbewO1b^dqM1I@t=~jgQ^J%-s{=C08XtufsMhO2jL~6m64r9sjm6yj7SK}&;D*(+} zcRex%2$`54vwwo;S;<^TgbZ~Kh7qQy9QsVv)?al#y|Q-2q5t6de!GdzG&0aAiti!o zH<<5x<9mG95Bw8_Wq=}1I)p*S%pOFBcW)>|Y(EZ?#(5ft=PEE-z<+>3{6kjr<^0Lq zRR1t+%6#qOV2G8xJD+HuzDBfa`=xBAFfrJ7=i-<8>=^VfnRSD)jPXsf?@xDU>zhu3 z+Z45hD6jEdTf|BlY9n}HVT4gBqu>M6RL#ZjS@OG~tR8Y4YF1gDy0ag#ST>uZVD>7G z=XvKuSzRD&fMmTyxQwA`B<g3athd-c31 z!QMtQd@sG3@`qN<%x&Gwvy%0!pehk)t=r$FHED~jb-9gb#Dy1gqjRAQ^Uv>T0GWIz z%^${y*eHnV0?0XQJkIuybQ2zNX&Er%mIe;WMh%AY*o&X^E-m;&a zOn4h=N4Yr-W!3zcz=aBGE0C?M!w92%6d2$YyKyk2L?HKF$xR`Sk91a$INq16ARaGy zUHUT~-3n|dxum$&{*bMAx<8W-ZL2@0w%MQ4TKDIS*8LgAtYlUL*34FrJo+wR4pu;> zBhk4uTjH_IU-ZDEp??&D_W=U~VZfC;TPSLL{pS~J|elAAJa z4A=acwRAYRbr%lRS;6k->u>dl^#2a~6H%TK=3g~tea!0^ngy$}tjrJ1=vc)c;-Vu6 z)jBJoC9p?JufUcyom(7+q&!Y^(Gu$n-}Ka}j;}%m<#lQ%2i-{L9-@PWpcTzl*B|ZL z@7(Fg*FWpjSiE)hPpxj?TFhkseE|iAXGJWL)RV+iOcJg)@l16Ks={pIK{B%Zwn|_9pzJ25WZ!|_u-T3Ri(^BX}DVn+?8=h zf2VObvQC`}EV#Jy_4nE8k7zxh{~N6#2w#2xzQn{_mm^i3$nEla)Jp#QDrQf;!$qbZ z@03Zmjszokl`gvcCwNVE``g0o3>T?-HhzG!qG~GANIT@Cv-9f3#*$zdy6paJ)&!cLz2TUlg{A@1}SO)eeB&!{Avpib%Mdx)YtUK15RZ zI@z~r0Y(FA-Mnt>Tu=a}kucwj5L|hnKMY1&`w%kPrCXEr9W#WXjmH3SnSOT@4{;8tQnSamrPUnjGkp$|slKU40u3vh=4t3|9>-T<52&61lU zcYj3|+&J9!KU?ExM2-&cHd1c!$~`5vNN9PAF{2(5#*@|;MJ=RpWo_~!pgzpxA>x5 zf?PX<7}4~sW{6nVf^UkR*B{4u3|I1srlIjbXk=DQOvb7c0s9&VVq7A-sro$phLO;) zydjrAVg+NcXt`fiGB1g9Fr24qSOpy-G&CA>>^lCcq0=7?P-0zh&$6fex>Hs9l1$H2 zz|(`_RxI`oR74j!2C`L>CF3iQ!DH^Fv|hX2Wmj*8mg08xy#w*PRagJQ5(ZI;h%C!H zh}o0fJQXjo+JzH8Y$5D#s9^l;819db*=6<7&^&bl$8=9FdIK61SUg4*%Et{bQbI6g zV@gouDOFV|N|nZjFoe3Tw;&`)-R(56l+^*w_!-OEv;oXy!DQA?FQCyBFkXETIc+QR zo;dz3%DgM9-SyUo`w{qb&c03{Oh{EaIVx&riXEf)xZ+4LGqbSxbH!p3NA?#1$yDW4M{2Ct__Apc}}<=MwG47 zMF`&l;|i0&m3#qCJ906wQSSl75$&l$t|AUyghNDKcSN2@n z9c-^WSFkDZ!%CyiK4GBklu3I~HM-S6w59fTv-z+YZ<9e2*tN;aHz<0LXATyjnENBnAIIS{&RKAHGJVVq7 zOtJ$@5^4*lDdZ#ax1&MxXv`ui?($zY64ID19bCn%xa>Yl18Q*If*+cTd5F}>?>wu2 z97$@ua}~7i;JvQQKTfyMb?`cu*8Nt(Haf@z)H;a5X&sygu>s40=%&rVLKgl6=m{{3 ztbD6GF>PYdq-RaRSBkXsV9_wn`1nnv{_iy2h@w3YhHGTOLwQaX$TDZ+V;_pw_}I^= zn1>R301(mO^hL&Hi@B*(jdXwc4K6tsd~r-#>xNkJVkJpvkvfeh(cowQB_&uP&J$o5DHaGST3%wVoCP&yGVQ^~X_c@_2q2!sR~-wF7|%HrWUWoCY5tXBJ)TAaLIeAp|;+65LEQiJ!Rd z(nwcTauO-xX>qR~=?007ukKHV#t$Wo9v9jId)UNtZDyg2~EgsX3C&gww%ZH(5$2newS~-^et&*lm z!>0;oQ;q#CU7^u}m*1oF>x}dXmtl6vCKZGbiDsCbwQ0 zJh6|&z_ZIq&#CFf)1!Kd)Ne5kqm9<|1ad|z^qnaT29exXI0|(fMi&jbT#teH{?ZLbF~L?=Zh}J^I*!BNgS97y z&u-+@K{n8L0oAZt!W`BP`WhRoz7VY(L;@zYDl)l~6%xBoL5S(#B=*Ho+e#|~iLTBF zhH{RD7Ic)iF5JQ5AbQ}YsSzj;MK4nVlmFqef&hAcuPUsC=6R?y?~CAC z=3|&r7pYIu^|g_x_SvyS;gTC9tYZNXSQ)wcZX(Gm__6g3?CYqR$(cxP3AVFKoGq}1 zP*eR&e7v5}?qgRs|Z4LKzE^lEUeEwu! zXguASd^ER`jI}c#Rw31|KR?R9?8M9PTQ#C5mAA4t#J(QGU9$O1VHQ%zf=NOx==@Pj zm;Yr5eCFSsbJ%~ipj~bMJ~=f%Y1AlSp!gTbYQPo@qU@}(6@BhT#RfPiGK14Sn~qxCq7QvTa$mEeJDWE*dq4@FGdyTSaO*Bn zwN)xnr9IHM;lYXMUz%@J3qno7G!<_1-ot7b3$9T#Q3Jq+GWyQ7C9H2$2yPxsq(lG`P0feed(u z?hsxKLcQq4b;5_Ag2j_mN_C7*N(91{J!1DZxUz(FL4TsG%%(qLn zYnhajypE(0=@0+f8hGn%%o(mR9eiUROoYIDOpUqCM`=u7HKtHC!;v@kcjDo8A3oy4 zF#SH_>G@{)!ubG?%``}j*w@3Ou@|I+!MUP*X(xT6I99=+c#iy6!_KL5HL}=nGQ_D! z!L>$WvHSS0EODQPfwIJ-{q=n!rqWOp}S=zJpya8aMTkVd&TB?6oXI{VJOF z3gjuh-VU#mzfP^Au!ceHIy_O!b6GLAn2H5u9Uds5rKP=IOB{9az=nzg+jY3Ej@Rv0 zmNo3&72o@U@=fOlC65__;{KLt5KQZz012aKl>O~Nu1QbD65R@u7tu4x?gI~ShNVG- zQ@p%9dj0ackR}DUBK&Kg{S%MBEw9hFe7h)L^|F+p9!YAZp#E(CYz?0COA$hSIG)NI zvP?dETQTDM5{d6BARpQfTg&TJPdIsfGV2EGk=MEfV14rXR%Y~GUQZ)iN?z;yekZC; zYI}Jtkf>Gd5ZIUQ>;!eBegd6#!g~CIm_XGo`2$I!@4mCpYT}j{ZFtb!SRmhn@eiwg z)_@hM|5;@=Bl<`RyZ{7)YKk6iWGYA(_f&trr>;9 z7^JxN^8_RB(=?z$ur9@GIlws9+*d zjVnn^87*;^+Fu0X&*mzSWP58!xW8cB1B@s4lce!v#|YzzX4B42=*I1@R<~~FdPVrX zGYoho)=u_+)`#sp;cVLZu8#t|bMRsj@b;z2YWnTGN?wJk@4(hB1gM>egp@Db&q?`% ze7Id3@r>Co`lP!ru5JBLJ_*5Y*cxh|eVfPMmNy;9H+tf;*JA2>C#PmCK z0X|#4IH>zKt>nv}+i28!rcbWbCX{20lW|PG_-S)~EF6>jRLHk9aJZ?QL_30nl`1DGV9F1nCk!tkiR@_DXw778w=HF*z zC81ajj@X=rl*hm9`-b02a{SX&gxR)$MHgj11YR>kT5~W>XiMZrwOA{n6Zy*UR>drb zCApG3m(1bWB#^DdY%$6)HaNw;%?4$TZ>h~)Jb2CIo#?1rn?i{Htjbz+=treBoXCL~wYC;w_))hm3#AfQ$L)F(g7dgDHMq>WD=aG%KJmHK2s`jd;=_+%2F zVCi1YC&tv`tIyDpGuW_>5;EEFEhssY4d+cyvEkNM!~e#HAKuv-1|ffCvZ3);HXD9V z>r>3*xmErh(S|3MsAF*AUv0hAgj6@$>w$QB8+FdlEX;9Y_cl4v(fd8DH8*~o=D!<> zC*Mu;-{p#HO5^!)oZ>PK`S@tXarq46$0&YAI)1R?a#gkb1;M_Gd;Ws|c2zV7_6qs0 zhY~uF;LGo%`0k$nUe!HU@Zr;0;oRiw7Ki_Q_@NJ9^5H*y_=FD^`tVI39#1I#<3v%e zx8+LJV+O?+*!tdht?#iPwPCspPgpZviZ&dcAD#Gh5rj87a&Gs1@pg}N9bBLr`POm< zuM9UO(L|R$x3lyT6&H;kjw9vajDZ!hOJ6;OqDD_VZFtTvjFV%DFkViQsMJ3mr`dx> z)Wh@n>qGff{Ed%voup4AU2hU263CuGu!ul=&oLOWyR(8?@>SJvUM+Ju0?Wa93@i+m zH`Ep8(R%N0&?oo{iP1#v=lPx4p~|{eDVzOzl0pB<+3crvx4yGRm-1*vlSGF>@x2T6 zM!6CL^Yo^G$HgG*n-w9YYVoTqjMCVZDv|dt z|Mi8_EM8~jl+$Y$zux6bs{s4bD1k1ocKnE(>dxhCh8{~>4=0(`m4@6?r^!=6e$8on z9ZM^Rk*w8#8R#_jd1S`euEUe8_2 z2a>^%UcZ~Na-obW3yM(?lUwuTRB?)@1?6p|1!n5T| z=cRMb+H$yE@AR*{;URm*J!v5qp)GaP6MU*Y(0o<`+XeglL&IsE(HTt=Ns9D>vu~kE z6X!`TW@~(*y;nqBOU}`;@$LJtPDw^{8~4svO~LVVDVaV>#D><8v6hBnNuk=8h=%T5YleD zVwO~cUnxPh=i<4My0e5Zv1fU&SIb{tSH{>?!AVM&?yVJ?=+wxJ{-q6rm&Dd=8o7Kj z*pD?&7`JuMU;3s#vb`STNOy9H@x;cJzV9dR=YVPwwcZla3}o>clA;A!9dr6h|)JtrI*8&V+^D( z&~|vc%UxZtsr-n7qumIT$!HRH6(`%6d`PWli}%nQy1%P4Z=QmXLm8Uv&L*8yf2CMA z2e}?h!?Ov!djrF}duhW7NYeMq zi$9J`e$)!%gqcI*zm~^elPl(!a<$`>!m99|ohT=!Runf@4`Z>r|A}P{qnhI%HVl4y z^!>j!SAXWvJnns=c(dSGGy$E0{&Ge9M|paVVH;{0W%bjdePu<0QcH^$L~fg#{Ws+_pArBsgO61pL3>j$x1%!??lYs+?&QW=KxldF7uiG}l%o9Hq! z-iPsKpWe==cOn$N-25%tFt|_YF%=CL^pyTMU8A&9A&>G(V`v(I_xJhPT-65`kx3?# z5`}WG=sLJ3f9QP|MEOIHyI>4|=zlY=AP4*?Z4Vt!Vn41eC~_n{3&laYojBX;b_KyO z(ZIo4B%;T#aP@CNg>S8-T?rrbu>~_@V+LFgmcZiuIY1h)p?Og zhoUJ7suF(cs#MV3vsBQ5X%$rDAQg0)g-)r)HR5l$ahymoqfo_B6Ckl0o{g%@L^FJ`Fj_7{SyN4`sWR1_`2Rx$5l2k zsk%PpkXs+=N#F%3ES+Cby`$h3O6M~5tA*0JoU~x73WEeH&v2?{lu*qoA*5BiGdyWZ6HV-0n5l7= znu*SH3vg5Uf@Du=oIM5I0zs^x+RUl$JRW5IQYWJDfBgi5-JC z<-#Ja_If*wkvY-#Jm~g}U}L6)cUkpx!$d{=6H_vgN(YYGEUgmJ87ZB$D)-ha)p;mN z^5bI(P)oDMyiR2AuGwX{y>^ zBTcoyM20ld`=m+`R^93}Rp&MEaZpLTg-TLGPfSxSyCa34Vq5LSgExgFVBUQ$F7Kvm z8gh4v%=d~!XDtPpYRt4^@0;_Qy ztD`_o6HCxg`vLS)2>EECeXMrwRh90>#mf>`(bC=UG?P9m5^(w`K4{8WQI4GfQmG~r z5~G&)$z`TtfDeh-Dmt!-|5Q8W5dSphJINc-kXU#2c#)ENb*7TKI@m@E*F~iH^^V;8 zp=1m*-B04USip@(Z`1R%m=zw+MO3c29M%n_Wa2rI0?b^|WOSnw}BE3@m&}-4){W zQwh1i*=POW(PFGfzLuq*nmm|`%uJ5v?vk)xKZ$%$>F1>MQ^^l2|2n0=l`2PiYhIS# z`gMEs&;#j>^wz~4R(fkg_gzTT@?i7rB0Q&DB;Qb-Q@jiss^wZ}0*8Ox!yR2h zlz;j#HKat6@2glzokAG46+$%4?{Bq+SM$d98t-FI)6X%RA&|oP> zSpn^oN2Y%eo!z)|?AJ{%Jt+QRyfGSokF>X#`tRJ(@!I%T?Pm3wgUf04p|Q0cYGyw3 z1ZB9d@6Y~v!W@{TVv1r2A}xi^x7&8bhuDf*}4V`7(%xU>1FY?-u(Fh^!|Jq?Z$8s{3mAV$|J!Lg^27Hj6^?e>5h_s|ZG zb;}nHGB$=!2IVBhr=A`v7&T@Q#hBXsx?C}wTBmVH^YP_`;7`c`kNT(QmF|&&qpolb z&%wjjfS!hZ7DOdbR|nso7KuYj2Q6&!sPGTXk5(I-8Y;Jm;kJD~?v%BDg*+Cz~ zCCZXOl6aJONer~SWf*WBD??ki5zw#?Yx3+xKIr3~M zkzU1Smsu6@*GvChKyK++-D**);qg=Syr7VZqYY?I z)*Cxz-1dPowVxZDrg4*6@}wwiGgT4U+rsJ00u1-uaOAE1Sv-EdGX#XL0@OOq8hDjI z-;qgqi0H^O$-kPL^tY}TBBaA62z_p$qI}dleW9kG+}qNb&eP)K;0#Pr<)hwm$$inT zK639QsScC9l{W7((h=tNgfb-r-Fe`m?>w}}uOL4`ti8Px64s2si)a*L4LUUZbpMzKM-u)p8J8aVy3a{!23ZHr@jY5wJ;M+4Bi&kJ>P=2XLr5XG^2(!?{ zaf|bALthU;DO3rROnmMWxHT5)Uu_Dq(ajwOg0C-0L%1ydi4*Gr*(y{om)#nrabD#~ zI;6`}F_IC%-71E!{&Tzo^izZe=!fh9NC$WNr=G!7o{}AynXD_2qc?GPb|4{U~v8KLqE&eYn}Ji)1T;by097Goi%L{uo%cWG;GW2@}yS z-%f^LC;2n@*hZ+W*?Y}(lh)&)KTTRM<9s@sw8my3B1rjD4tq+-s{?)C;?0|p%XAnB z3mDz^b$MTkTvlxwl9+;TKhgi zZAv>$>T|#1a4ZZKe7~$Da?^rn6ap3(OHB%ME@P@}L%sX}M-pLeJcaQ)zrzS^PU%#=+uR+s+G4p8qTU zyF6Lqt3mt!ON%daJC(*WbhuVuuaV?*qJG@aDQeT0@d)nUM@GKvV1EJ`k`tiq)ObTW zXDbcsUQJ$M?&1WL5aT4&=Emowp9u5IuJV|_{3EDd3sjeySzd-*ra#;b*u-?8XJ9&o z+tvRkiqo$CJ*-&UDz07q+XYvZvh|$n0^_fvx5O9qUD9ij9eX7+uT&Myx($Xvim}9S zyX+_NZ4Ktk=HO*16e&ED^1G-uEC)vqgK5i+t81ykoqq;}eP8dUdUr8OC3~gc+td+h z{f2+P_gzSZP1El&CG=#gn8tP^X4k%^paL6mf{xbD8h==p8rr<)t4)ZjOSyD< zf9cE;o~>}HPQhpL0;2ibN~ufaUW`^_hs-uy)KeDYMWo%w-axY+2VdHugt^1W6m7Vu zpE8D-VyR5C$+U3baB6{q&a4t_{(ykcuHL3uwt8i?S0w&4{aXr-pMP<*Ay!Ln>&58! zv!X$oRMGInES@+qwU&TceeMdx*}{QiiGj3H)zO8qDSGDL!q`;zfchJo<{uZD)2<*z z85(&6ke9bz zWmapjLl=WTurzBk)LDHwa{Jsa2jM->ZlJH#Ca5&;1+|_=%7_$=$7FsLObAHq7l`y05S9H25XF}BPX89hqwrA|Si%}m#9u%DqWlf#Zw!CqgU4|p5DeGinXVoWkSBfIT12HYt%$@T z7c6r@K)^8JFDkSPA2bO(C(r2$<9v9h55x4^e0;PI#}bD2IgR%fwob=!8n#A<-aEAK zH`=$@FZdRwl8nih&AOjDDZ66{#ue>wou%H|tsg9ZKY!h?$Bv%4E?64vn~cU6%i|*2 zcX2c_eQ7lQdK5p5FqRlwkde}GI7e1AZ4%vaaWuXp_UQzy5paHI&J6j4JN3Ss5_!5~ z*XV)G)Kq;m`v!BP9VXTiIiP2x?sZkqbS64+t&(cqicXv@KI;2M`OM=!ijMRW}M)giwXQ<(7S|B1G z%nQ!8*F1&r#1P(G-JKf;YjR6D6R)3s`j`F(#L?FIY`WfZgCy}Q+~(HGKfOG@8vX5<^5;Vs$l7L#+~n_HWz{0`IaKw zwuqHClsA{pPJ-7(FiLDWc>M~z_J1Qfdqu~JcK8>1|AffX-8KP%hTucEHKMuj zZK_8w5VVUPsFa#z(TNKUx3iddR&cn6t!! z?aX|0=%L-!=k)MV13Hr9;*Yf2gmnfJiCnSLWUOA7;!pJVf=p_n;(*>Rq3;Y!#6;!n zmDN>XqV%QF+24}#eY9aLbPXx*_&w({LGMP|z@wq_i;lE^1_Wh@i8Or=$)N9I=-b_r z)E0dkRj)}?^-8GvwRA}}Pm8M6a|DZ{>H>|i1xDJYKtev>1_kG9sKkJkHcoLomKIAx zQ&wN7G#Xkcu~f+xmPMVgGBs&+^>$Ha<5Zh;4U=P5%P+Au1PAe=@ivj}9=e8(`OP+j zS@RF}?-nhg*_<5r%TS(?3qKz9ePqr{@Xps`or169TDH{2MnqGTL!UTNYA8!<$8dts zvAKW7L}A%Vn5*O#%3v`Al}N9)BBF0NsDgO{M_X`cMO3-QeTSZNjn8#D5#<_gxzKjq z(H1AtIBc}ST4ReA-DZy)HsM-0P0i-Xs8a)$o+aERVN0q)`={^I#yU{ z-xUegY}dy1a@0sp7wca<_tLV)AS8`aZAuBka$n)bq=j~rM=JFc@g0ckr}2FV##pcbATwJ9>)4+l^=Y4mDos@#NAkCA~3a-_H*YQW0UP z)ekhj>+!csW;%_J)cqA?Hr}a)x5{R%v8Kb}#MAs7;-tHAf1==dQBeg#(f2<6BiSpz7)PIK*e?^V`7Z>hoNYSEq}7 z>*9-X_lPyY4ev!HE!UN&g}GlCK8L~I8;H;Te`^DuyOO9PUoZy@E3#u|k!|Dih=%pz^QY6>#^*<* zXX5jA34{&6=eW##AwHY`>+l)*#f7VhZwx*^A^-aEsT(ER;LpdO-Uxi2J1!HSrF*rB z&)y^p_ye%FczHYN?`oM>6n~pP&pNjad=4W~MK+o5g5h)T%p%*y=R{d@+UCz)#i2cONA{Zi<3dVxC(s3G^$CpQA0 zcT{KM^Zq^B#OJjn3;5?@?(z7XVTwyOKL6EH-kxnj{I;{(z~>|qRpbuoB2URIvK2my zHGV!O0palZ;z%^w**1h`jhBaw4)JMqsGrzCTqSmSUy*M|=hX3n4;e!ZEJ$&foMxJ%Hz#{7Kha~b=+dYil76Ao1yr1Jc5 zp6i)Yc@Em$R37xf*80v)yc2Ne#8UX$1io#l?>y`A<@MZOBlYqFF`V_JgixQ)EWdm6 zZm#Il(nUW+$5KT*yj?8FTCr}N{8@qkoz~3*x%b5UQgs|_Dlxea;yFXVz5JAr58Ze= zj<_j&$>Tvqh{yb3Pl`_NOHx|@qwajpzaiZYp=OHMYqbC|H`&*RT?te9P5+UxYK$K+ zJKDS|PioMaP7ON6)F2Mpsy;577?u}}U8qBt&IFTQG5Yi;!5~A~MKPinrhP0pOFh!! zP;({Za1?h>V@W?-^)lAJv=^9U@+mi zI&M^Y}||7!;V|yhOr-mRU;io+dT{oZW43q^o`)?oosFvPGY+CY7J*Me_31Pfc^c1 z6#n)@7^Ila@+{$Pm1yL8cJxBpFj3R-;^%;gTJ*dI&1z~Ge~&+Qytk->^nCN zZz;pkhNBAn^xclk?Gr2&p`^2?^yJ&C!0+_*e04H$$L9mH`21i5PI7ya{CsC$#WjBw z4sTjT;e>bia021~Q~s`0!N1SnOo_$cE5+XpLpbDUY2?t^$(3Ni&vP{&8u0K&@OSfB znf!h1u5I%70FuRwZ(JfU7=LetTxh9pt%tvVIkh$2bzecEiky%xavs#$vdCIbayG?s z{N3fUHu?MM6WZqQ+e!Z|{yt1}vjP0QOJ=@I{=VZo0fjRoe0URKHh=s3SW4q>4K?di zW&Ka%k4$V*|HgREe!VnWJgnoT10&Nh(GKg=Ze?^TqeDlT#SSmQ3btrmF7d&792|Ae z(FKFqfgGARY>CCjHEp=oy>0^@Y%L<}#zHf5wXkzEpCPa@m>L^j!;)6Ud^oggT}ZNw z8gDR!`X$`0&T+`fv};LD36x$wG)L0oAxm87SR1dUJI#rGK2E;vI4V2OXd#g#oJFZ>1D{t>!Fvv zyin1D(?ws^M$sX?_@cAuWp_sW431CJ%a)lh9KB4FcnW8=2ELG94nEG&OV1YcvM1@8 z^s>F>V==r1y>trGv*@KDc>dzH=%paIN9m#$+lGyM4R$fS^mf>@*}VH@)X~BQOGO+- zKdfJ36FZzoL^a?WM_fnxaDT$A^$bs6Y2nl*I%+}mfWi5ZtNK7q!YU3+vX!T;r@0^8 zBRjwOypigpN@z9#qn(Cl>m@%86Fo_;)Mv?+k1QQ1Cb!IzD>q)4(Xw(juh*?Y z$TTi?=dpQd1?suiL`lBd9o4Y0W62agSF~TnpY#}e!4Gr-guAeyi_>%O-YxKQp&kyby5C5+N#a=(XQSowdJ-Wxg zl0s-Ye2{o*{D{U^YSlM!Q=m?=kaAF2VnD}1%s%(w)MqJ=In}!*j_imND=#;xNK8^1 z3W)w#<&Q504#^uEb+4Z0)uo)Wll$SFtfw74RLeBp*sy_XX_FDM>4lZy+oJ}i*3m>^ zk_Q8n3ZPFuU)?f&^WIa1hU|5;(Ec9IM`~(}$R-~rS^#bt<#zu&i7GOZF7oKiA~Wnk zR$R^2BFKLtHBxNMoUm5Fa`-v;Xz=rX8o&Dzclf;^i%-8b!$?XgV%@~-?~Bv?=J2~9 zGavT7n`I07afP!5{p!OH3Bms)hsjyhdpq;N9w|KTjJ-g3oRz|(aCaPco~G+F{QdEt z|0Dih4d+h=>wwdfGU4p-_l8md_MMvPIsB~{)f#`HJuij7ORUUSIXtr!{{Bs(iab1B zCCdD|)T zy|?H6LpVI@ONYbbeRu$2*8Cs~pV5x>FIN8^J~wNP&qMF{AMv@)&zsx?po%ROt?@ZT zsQ~{C&Cnb^w=!L6gZOdXF>T;8Nur9JkS=oGNf{*43ZKT0U9l#whaaD=%;v{?h_}U$ zCrAKf;jwLg+&42{$dC7b?r`~-53eB%?Xemx)0{aZ8h_I$Kv};2Ca( zVU{-tf!lR+4Ix=}%+Q#7#y?t)yO8+$#@$`99i_$WyBvO&o_}P>MaQqt@LI_DUNbL; z-~CMS*&zIGKeP?}Zc3txydz!Y=O_Lye*4Pm)UyAMPnRB+jo$^t+rsaq5)d1J-(xcK z3BMXY8$T5Q<|bG9@J+(Z^^{3VkpJNl_TV&rmuXz67JlV)_=3Jpyr9ICbHaKTvfce) znvY$1YwP)#;kT{%*x=(`_uYK#esyj$#l#tGJ}7e?Z(!#kC4@-Vr5@-^Dj=1b!#kw2q4fOy${;%_YCV zzwNd61Y{hE5ym6qCd>yLh~JAV+raN>B&x_}O@8^6~`fV7R@eaqX%@Ajl; z^6y6y7#o1!r!(_~_+9v+!|yvje1Q=EzR<&n0eE^PUO>92az_T^sGbvA#~yCj;)>YU zK3a!yuU7Kf>>9}3EpBW*uC8}J`x?`-v@782FkY6u)X!&0mil=ob4Q!ct`1f(-T$5W z%etCVY0a9$j1+9$bw2xGi?k1x{ox#~!yA=akuLR`%u*f7P7-k46lPDED?XA;NCP0{ z4|e%r-;oyb_8ih17nuG{L9BoBeexJo;WT|(dJobYuah-l#0S(sSm8s(v+PTTA9L?E z9qDozm9+SIj2l1?kH((wM^aApAU}W>s-(n?O2k8T2cL zQt4ZItGcb*c{|1a*SEwg1iwCgY4uT=crESPCO?Mu@SS)q*v^r0L(H=}*aUuViQg9f ze(P%7{HD*LZSdo^B&x`B(?vds#h_)8BHT2B2Z@7!MJQ-VO#2`5d5!f~r%AO0OX$Bj zd64gDGMwKy{c0TPZkr)`X-aCspU~_e^MC>XG^0uZQ5jFfaMH_r#;~k`sM+ zI$_KCPDlY6^H)a!+4EPWY5w}&7Om#5Bd`4*=R1E0=XWM}Ya@ukR{HQ6N(Ho^o(v3} zaNHHXZ;6ahUrNnioj+&gA#LFI01{Q?)#)PN!eWprGDF@v=5_vmlFs3BMYjE6!9d{= zdr}MjeT4M1yv+~JL0V+sF|lrdI(^vujY?&LVm$o~`@~134$nOsv;B=0ke=ypB!3p+ zIc%)APk4SU2u5eV&-6EnyyI}ZgAX?$%;MLL8ef~KDnhFM$oNK4xek&y3p0W zYv=!ux;KHZsyP4u6GhZ8u|^wfA}+y|h}J|Cz0sgiL1LwfOOe{D)Fy(qVDKj5 z^?DJ-1$W!JeQT>$EiR}efPi~MMcfe)&NW~VEFc#1dw-re=iZYLsPy~){a^pTFUh%Q z&YU?j&;C5~%uJ8^b^Ufu6CQhxKT&mG@&m#-&N9+s~=s);~PhVtdtSO6s) z_dNz9%H_*{`L<)Z;JS+YOnkNr{?hTluK0U}H^TV4uRH#ZPW+en`wD+76F4fCq})h9 z?&QnQnFJwx{A~^2{y_XamDdCQ?xj#9acQQ>rv`_b>=}RA0&>szd+?~9@i&R`F#b+P zhV+EL!^7p>);pXr-{CK~p3VK1;qP$X2;)!lPhI$LT>QVp-+{g#=J@ZKt$V`XpH&L5 zx01)_>p$4`2jcG=mZ)vSf1hgI8cjY%+#=9_c>L)md&XadLPkB~Z|RXe!hXuyynxxY7EtIXZfciL zU(jAb(>>TeJ?Cytu{OG-Z@NP*8)@5;dKD);Z{il%MSGf?7sMIf&+4L21AAyD#X{aH zIWdkNjzA0ud0~4f(5Hck;pcDmEAN3Gwx&=`-kWK136$BrNexWcb2gFXZyqqb$Na7Z z106jSbhCF~qL?qHp_N+g$>!^bMct*ypTOb$YXFYhRKcH^%ViM(H{c*AcR1f;&@NjuI z{n7hXr$2)0j@)P9@B2&fca=Xws@^b^!!z`+BK}R;f^pT#(wlT29cJJ4Yp0q4KJjrL zv%oRG?4?MuS<2%E9RjBn|7Q`xjD5?tJ6}-DivDab)knX4{#HKDX%n^p&k=Jc1OF=3 zmA`}d)_jWP+bqWY@#93b0m)U^CHzvy1YHr?J&=nB27uNDSluAjaD@PIAw|q67I|UDq*RLwWlQ z!O@R@Sv}=n-4coqlZ}$Q>Z*<5Yv=wB1V^^CwA_9u`^|d{caA-jCbKJ%hPiTwVE4zm zGS=LGrrX3o@>6l(yuXxbFypece6-=$sy;x{&pDIn71@FRXVIb%u$y$ed}=pKQfRae z0Iz&+eAjy9ea-Av&yDw*0gOKpdFpA}QT>p9u*K|Hn5N$^R zr5(*bB+OB%M}9d+Oa|(|hAIuU1RhU6dKOr&jVHkas7J-xyDuly_SP?w!fIA8pvI zyj%ZoC-3H;Eby4V+YLVIPP7}v16@ASY^3Ez_VQ!C2)!!P^ zf5nyklS5=N#HqExX|gyDvLOGVyoqf$4+V>UqLRoX@wA*Em^}7XPHgFSvG21j(>3-< zXX*~lkqpUK<)8iXkN>5Av}52G8sbL_4I%mD@*#fVBWH09uyXj`SA6}S^qY(Czr!Kx z8{vC~PF{z@Z^$(H4kXyU$woks#*SMDvxj0(A)JR{rd=@Rrv5NUF*je1J$gWZ_pb5% zTPY96_s<|;n*LHozop~*hlihM;`=Y9Zk+9~e!G9Yf@>H1=Kp#8|Mkd?@qguii~qo{ zH2hB$S~kM})jqNo%L(%FfAq%4+9*Ed{{!_UL`e{!b7|8)O)C)Y0cPj940ZYaxEa`&ITUDo9XYZVK- z8-C{RHo}KAhVo2j@_w zuPIvS9Z4^k7rBLTbwz(%LmnE??jsZrH5=8gw3#ypB3>>Ys$R(CxA_7TiL>^ zo($CgNtcJn#3%&RZi+(keDBav$WCie|7rgzj8CTzRd8eLa$V_LB+lrD(?djXm$*D~&0jtW=pqsY?7k>HVJir76 zg!9VnJx2$V5GYzQP;UGpd-d3c?tq|qF;GwTYA5ax_G-RA!g4w)_cD3d#|L7s4zOF! z^OV#wyEI@>+Y{c|_l}MZ-xvDZhHh)__th5#sFzZo*maiOXY5Cpufd*Ka)NP?c8!lI z>_Xy>UIN5kR^NR*n?dYBj3<+y@h3Jc48<=3|K>W1Wo~b!xp3i={n(G7$ANx#OnPA& zpA9ttq}g6t=IybS+3?!3f0nlhtr|@XG7Ek;Vfa!7xx(xk_@lf23_N|D;k(|te>lUx za}XHqNdax<3l4ZsaMg3kP>=1aF7ItJbe8RB^~>KwvXX`AXeEZR$;*xM@O#9**ZUA( zKA0S9V~59${k1?&KEYEBZocN6ot)ea2I>Z{4E;9@0bYOSB{9v4EQ6QHIDzcreKH`^ zKDypfjJylTy5!k^QUqKUX5jXQ?(fUMZ4yzU_GS^?1J4U?vr;#4?IN$b(c5_FZTl`C z>`HH2UA6`EHUl>*LvNq0>XF`Fp;+{GlY%Uc-rf`6ZI<3%u$Pv3fA3sF&4G^IMx({M z&|9ZOQcv{u;7@@|h~941eTd%9;6+Do*Gw1OUP@igRd99wU3|moHAyyyi!IOdPF%!N zr)2JNf9xx*XM5k`!zFXy*^jx@5PzXkTPYH$oPaYkx2hC@O&s##fg1hny;M}Lq8D@c zBixUW;~ATs=O;W1jk{ZSW~DlxGoO?Gu*`(s(33*1r&l^==DKlkE7Rt&kBGqrHZ*4y*mCjZG!L7CTwVqThMp@=eQuOs=1oceq`dO zYQ{xYS(VKs_~d!KAU4x}8lAPpGE$pYjNK!eh_$HA^ZykcG&+CW4lz5$o})#y^}BXq zEY(giUe&`|4>*MNfUxzz)XqF~a>eAbL}{1xlXqP#a1jRzsphWhCoeEhE_d-7JkFWAcaNb#*`6M7-`89;oT}@PGWK`}NTD zwc(~428*?SWx@`9`A`@x!o7AJoN0Rx2G#`TeqfJ&^%FkSL%ePQM|fJw(O z$WJ>2U=Ba(`k-F zJN)Z=T;-Qc=n&hdn&9>j{mGuOHIuc3F2?U(*1x`Yy#JizqPA2&G|+V3=^ek>m~S_k z7cqF-+^!~ArnbdS%%FxYMyYpUFxc-1OsdKoO&b;wSAt-aboqO^T zk-u$jG3p4mSaL&r5Y+fX)cH`+#HC|V4vp%(0Hm}2{Kwh@zb5gJgWZZq(_P#TZe9{; zn!=CRxSH&G$uqverW}2?FY-QGzJb+R`P=KTPNdj)9edg8&7o8>jjd~o7mkeV@^Pf3 zUlG-E^rwbE25Ek7hDxvT2951f3Eb?27Q{>zG`&wke zpWp3khlfN&u!Y_Z2pRM5b?fHwkH-AZW8pRZ@xJ;7al-WsszvAK6aiC<=H%%|>O*ip zU`6UYF5T#3X#w)$X@!|z{D%uT>1y&qTZKp20$$rLv&>G0Au!(IwSDc>maW*!c#@0& z>N9Z4|-#l%K?o%XPgte+%4zAddUc@8Lyx z+zcn`GMSdB#!vq8l+1IU2*-WEF^%UGfv&elMuyMiJ&BLBIhc+wBqo-_x^@Ie1(eCL zq>&~Cz%B2t`B(pCT=Q@wbw<(^dOgb{C-1i6sc^EDoH!@%PB25wmv^zRy^!?Vg9_-mCr+?t2eQe_{zFm^Mj5=g;JOuMkWL#a{vw#gBhWa$+@* zU}?MYO}5G2(0)(@S}-3f5r~C!$$NCyK(3sP(8$P@TPbgUO!PGAF-K3g`q#_3hVAc! zoeH!G{Csi#e~BOYUm5(gE!`Y`p5UqQbDo?;ho6TC7o>sL1wToGotwi?#U4H3r$43o zL?>YY{}YwrPjtbL;;Ea&&o~}#0e*Ju+cSRF>=NK7|51mZ0{^=1?_Kc|#2*PYA_Csc z?1bn`{?{M_v-=}Wt^8yMi?K{6PSelCjF!y9*J&3n-r;6;t3hTY7Fvzd$5M8+n|~h0 z&g#Qk%Z3$l9)fg8a{HUu+ye`1msjiz9x0MP(n>Tj-P(1zwHH~*acU=bplds(wvjB2 z1Jw-MAeWs$o2OfwyEIZjn>lUxkRi=#F+S06u&>ia=Q?>G-pp~6`#SB5vz^)3>3^1N zLf$)ha2=0je%Dvhn^ag0BgIb-QoEfB2LKYWlWJ(;vYJ-J70g zu=lO`Nb>}4Wx(zw0p+`2iCP@@asmG)0joMLN4*DtxpR)ZrRRL#nffbwWwJ#Hyq|Gz z5!T~Ir;d@jNy}p=H!k1F2Ux0q7rAjZ<*CsWrS+5a9Q!{?umzGTv;WEyf&a0_0zAQp zn%JhNv;FUKTYvosFLM2ze?66JSO4GaVYk1svt<+?_l=bfK?Yl9Fxewbi@B+Yy-*1q zWs_ZEhvGEsuEjvl@g(aR+3FnFeNeN=juXTbqSxk6os*^ZINYxQqC`s-n))h^G&NGs zlDw*#mPDFY>kiy~c+Up*7;5+>1Z{QeI89rOb5`N@94g(c&!Z*t?-tXTe&xnK30J)Z zk2Jrc8j<0%xaS;%;#c_1^iQ4aDGpP&E^xS#+1(M2m(G|W#45Ks>ypZO)ep#k#5qtV4?lKZGL}%q;c9%>=FlE5J5hM=J)4tZw6g@J%KaF z##^8!ybh$N{S6AeGs5*Wzn`XWC?@{_6M)c4IfIClT)@Gv&9`mnOsz2cM=KjTFmw;} z#_Y8!a%zji>Dl1a;qy#k79vUQ3#0LK2*=R$roRvkKY4eJ=p`wtZDV%Cm96YY2Ev+cJ?ogebBQy0N?5cggAX-H*c+R~wxbhE+YnRjpy z1z^szqK*OcF)UI`zhjQs=q)^dX|r3~!AHhAdwkug^9nS{RmIeM@_-xnA_eC!@RH%* zOFGNMl>b+%8Eleg{6QT89&lkT4{Tg{&;OXid#5@$xwx9AfmJ|&QkWwSM#6lvO) zPgFpf{`^_AY+=nv%-PMRCPMb~Gjh#B z_vV+Zs7u?uTQ<*h4}M&RLW(v1w44;lLD_wGqEx88Omoq0e(7n#18Mqj!t#W)x^37W zz}?CsYf0GTQs-d)>i`Ek8?AE{9343Qe(Sc#&v}kdrN7Uhdi&ocK%)0M0Wy%Qo(K7x z>G{b6Z9BY)V$yMYlgud&g~e=xw>0Tw?1_Mpo*UMkK74)E(>|PIb`zL_U~k1oJ?g6< z-n%!CWmFxD)8+?dC&Gx`;MHyZaxI$(2*|(u!jJC}Nbw5$=(SLM{xJoox^kC;-x=Eg zuh4wb@wyMi_j>c9i|^(Cg(iS&7T3+e^S%I{Q-2sdFFIoj;JL54fdM@C`f#)G+=|C$ z|Kb7p@H|5N8pO|gjF&#dB4Lw9OG5B$L(6r6=Q$F2J;AegURQXo*}5w{rx9>*@Lc#O z2hVw2HwRDIbVi@fnEsFSx%<#9faiO-XBqnZ_WjMm^8+3Wo_|(MLiQBz z9XwxH9D-*fD!&UnBZ@=y1kY)`yTbE9-G}INB(lZ9^S=8WJSTJA96YZL;Mw@Y=<}7+ zw*a0KcMikzt%aL~=My{@JWs)=_(b#w64&KyRcZd;E3NS{}pwgvD!!rZrj-=BSNv+%rw$Aafp zipedWN`4?8u_q!_>EzO zuHg6aCn5OVhgR+azk>inkMLWtRaf}U(R~Ph*C1;g{POO0@LPA64?pv#laEO(TCfN! zjg=W*5u$lc>|08+Wk)na;CQ)x_+$rxFid=V^!RLlfZg`1J&^MDxtgSzdZ$J+D|MfLZR8rzb9MY* z?!-@*1IEdr4}ypI+ws@6=;aQ6i@sLj6IXcy=a2;;e){p_&JUMs^ z$YwP1IYTzry$#uP!KY6zl#5=DCCK5^%S8A$O)ovq_Xq3er?UE2c*xk{kYLPT65Jub z%#q-sJv7+}=rU%w(Z{&Gc>{@;wuGI%__NN{ZY15-U+t)JfO|ZzxpjEe$(s!&ZZ~Of z2Sh?@6#h-%uQ=L#5LuH_6wRM+yjAzV<6b0o%I)g)tkf|7dIZ-@zM&satBodl@As(my^DEEu@&Yoz0ezJHYa+)3RL&+Cd;^=SX2NHU0j`K=!1g-A;B;;%dw43F){ zOU_@KXogZx^EVg6`Ca8jgXZV%p$*Z{$?qeMxlWUSNRP(R2a9d|1s|#1zF$o%Lcc%H za{PwX{`}nX+noQTtMT^_f_Ed1@HNa zcKG>^W=Qn}?+q|z5AZ%F$GNMYyyxJ3{GOYI_d`gMF7RIPT>$T!Z*}n2^@qcIYESfS z;ivx=-XBD_0N%IZ?quM7_hmd5ywAf4^WpuF8CpHTJBh^V0p4$J<=}nE0tfE} z5^S5M?;`+j7kH0cAHe&lTO7P~&A{7bB)WW+BPAvfF3G+vf0jU6%|u0Ew5%=CT&pLs z@!CTD3s@)63HP4R9drzLQ=(xwo?!-blV%#|nC}eBZ(lF)OuW1wF&AHmUup(cPjDNG z@aPJ+NOLQFL^fPaJA(hg@5)sBJ?q*B;?R3<&FT@(nApL({ z>ycjq`|&y+3-1TZDRjzv4E)yJ9_TiINB)wQ5}V;Ta7NGb(S7&iftr3#{*i0CUk^=B z7ODb!G}5g6B0=L^MWr&(@Z+?8{Pd2>?(h&uH?dA(81533dEcw9J5%S2s}(=}$+Mhz z9k<&K?`s4`YMj{)<<=keKU2}U&;cKB5=HstXQ=!us`~VD`5NdYnxUVO+#3QcM@5Oc zqiz%kW~IjZ*GB(3!mcl+uH>4L4?4d%c2z-EL#dlEFoHT$;(+*VP5f7+j#%<%qFjdt zWR5GQ-!6|o_sZjXg3l)Gha-B4UV{9rk6v?>888*8}kVYb@4YuY5HCoB3cLL_;~@$ zX#?!$Z@fskvm^b{{+?g~_N?aK}#Nto+ zLgddkNFU5jJ>g%&_i6m6;_(J|H;x;U?*`}p+ECg@^M#+Q*J+c3-!z5;u4)jTKfSM?Fn*iWs)J3{;x z#6P>x!yX8kuJmB`c$MMq~|XJ`MY>7Ez^xB!VV^vw%)rrA*)q}?6 zN1E#fZS;otYi_faPTC8;e{o6n`h2<(z|o6x^Qd7!3;WtzULho+~CA%dpe{BCuk0oV;? zLqxFgp)pK{*9M1otHNr@!JxUCQ@n=~hRr zy4$C8`&;)A!$4Uz)bRLh`fk6dtJQF`1^Hhvm9A{X^+{C2Z0&eJg)v)AYS= zd5`oxfS0<{_a2m`={ujBP1E-(dK04W&vl!j?{{>&5q*Ev-ZOnqs_jbObEp@l?`hn3 zrSIz}I{LoLzcz6-`p)dfZP}BnafL>(+`{FW{RFw~=bG)z&zi&~&=A^Mf8P=Q2PAzV_#qR`DW+~tqU=I@mE%Z^~g^* z@<2`Rn`!#DJv1%oichTRNON4by!DUm1NU|j>FYT~=^XYEflgrm_$m_iQ?~ZW`BR$* zy1-pypdV5spjQ^vdAqON80Z=Mz}fptJ?MK>Mt(2gUi4j%B2mleSp6^bCLuUd3n%B2rvsz1`?Ov)$y>lCh;_^^Nep?0X3JtLftI<7D9x$SXbz}CBNt!=w3;gZeh z*O6`25^Y_S6HWHpN_kvO&jY|TKA4rri%w`apEx$Xkw;nee~iXIu1P+ko5-}PtfM;X zYsqANNzbAstot_(t4SW(HaIc9cram;U8|E<<$I5(R(HNwOeN*yPC+nMCyqy>x77P~ zUv*-9zLy}zBYn#ZL`~U>hI>gzZdALplIxv~wNPDlSCNJiX&wPUL}sLjH43W%P9cnvNs&|Q8&iWTRizBY(FZ!dXG%1C*$ zI`O=9-fQ629D0?gtKRu4`GrV=67|wMRVC+863+i8seFUC3<8HEUR+1DU#5OUG%D(ZLOSK6E7;Np0HfxR2}hOQfAVbu(tfSiEQ27KY~)GR zfS1{nio%hROLKQnn!R+!b4}n%(Y$<{d>-s{fmCQ_3)g>#p%C5+s?d<`4 z(~>*iV7jdnO{*1CiOn8c*~O$*B%(n5feh*xkdc9woO0AfQv4N7xC_+8l+`V@6h%r9 zp;1nT+i_(qo7t)%%pt+Wh!8SA<3oz-{E?AUk-S@sCQ=+h1iF477jF961spnS?Y+8a zl4N?l7acUDXhg$@S`S<99k<)s&O}vS%*%-_`i|!NMXKm3W324;z*HJdJt50ka`0mP zNc^#=*xM7cLn+?H@Js3p6%!#j<0@GmFQw}I>v>!=^1XcE)7NTDO|lbMw&yS4C@jC$ z%Gn#NUfVMiiq9=>5S#Hhn8>RCk_CMC@oT`#BHu_NKej$QGD&ghXhP>yeo^rZ?Pfif z&z~0sVyU!CJ{5YV=)KjE@me#`A)1?q$W^P+xptv4wRgds_-!k-ALdD|_yiEHj?8y^xq_EhZk*>p~6w;Y)DL7xnvyUxf+lxY5WqillpO3bVvsDyS}7 z-tcLtFQ()sqtX=TPmIC!l@rJ45ISE33t)nkFO4&H)VLdd(rC+DvKq(>nJ7wX9GefA zbNQw3V=u)9@*ATlR?3w)_RBh9JQDkyx1qi%VmC%VnM+ObFYYd8m-x_@NXgL0)qSQv zNthtmQj>T@^xHVSh1az`f@lN{z$mp&BVKjwGb*TwR4!_q9-$^uLyQ=i7Tcb?%EXg- z_Mz#cxQvWfT@y`KJuLAVubS)~fy5si|F$MEZgK^?i9D$ecQ#CoJU#fDs`yGQ9H4n^ zO?-W48y;)tFR)3x9K&=>y^jv6YN^4dop*G+QVkUsMe< z;BAi~rg2q%{SGpb#>3JMfB4T+7s}}f zQLHm7RmRoFKm5`nu=T(%DxWh^gUk}!?2x8Tqqo=$!6K_Z1vv0h%_#d?UEQH;!b|eAB*Dm~SSB_{CaEJf_!v7{A=7aBYZRY=HD3wG}|j zz-u8zJ;6)mJ;|4Obim0MNsz8^`VaDD#}5rodapa2)G9n}jnjTezO?WJIO(O3e3{iJ z45xHHK?q*fV&XBq{=?ukTCt)Kyn?=j<%=&)l#%01nhDDVCl<@ewX4BEYqVQt@$#dI z+zrDO3+=$YLSv2Jg@@3zy$Fo7M9?eJgVH4GdY~wh@Z21_?S(MA`k* z#Uq~9Bq?!(P6iyP^QDPfYIsdbeV}snleW+V{oVM+R?_Puyx+YK^5Szequ1Xl<2c^r zepoW!qwBvdL|OFz=WyESb;}5YIZmYX_XviNRWh?z@&c7oFiHinnc4AqPI;T7Q?7PP zSjn>AoLEaX9ktS^N-3KejelSTwSEDG<{ce%f>xqv5qWVdYMW63=L62qVrIqj{xfNCK3{0#cZ+MB^)uxfnCpR;A~LRUD8|g<8ry!% zyH%P9r9VP4-WlJASHw1K9ho@HM&9@3>$b}}@%)^>Mzh=8e8h`rxh(l5)3Jb3EU%Lb zX8KAd`x;F1_7|PrV=2%`j+5qJv~(nW92q$?cPV?8L`qmLJ-KJ&X&Ud#OndQTBb4+q z`U$f|oEaZrmc3t$`YMf-9Lgejch9%V^Z5fgx$j->f3H1Ve{6oF`?#pMZ$9F~->O-ljw0sZVXKeXV8gcLE2JiRl_WoEpdQ?#=m*N`it^(Z6 z8}^mgzSKy|hpJ4Dv1!uMkI|wr?_`;q$-{1VTyJ!GH~cf0u)2oDH(sN=t&D%=ebKA8 z)%Y0SW#fhS6U|iPq|*lJo0n2+{OgXFhws_Bjq>nnD*Vifp-fmPd+!~@#p@U$3Lp*i ze)T%pb;+SHs7-AxoxY({IeWXH8(F{Pl%)Ab+(k;*@E~K(nm~>dBaZazZf|ggMf5Ho>Z58RDYsY#^n@wTSNY2 zqkgViz~ik2i`>6$i3he)a-X>b)|l~SRV=NA8)=yCk2ees<+TRj2>29uoTA`R=83_h zzAHSyGD~4>pM_%Y((AR1w!_={1KvxxP+)`Xj^eX^>7RF`$DRbMPF|dw=lz?x1K{x? z!0HuEoSqNBFdwn0jSyTP4OsGPc#6A-2BwkKU#JmR;chdUZ;NU#tvm57+pkww6TgQ# zA&p#*T)U?E^*LY~m!jGtIYyV|eDwx7gZ?J$(S(2J_FNZ{$+-e!Y3E7=MNbNGtlLCh z#p-FPNU_p~D<$l2G+e7<>whe>e!$BE*uGKJ*;zY6>TKYp+hzU!WRn&rIcXUKisfcfI%n)n=8xvn|^tC0-5$o~ek4PsEE zpaNUhfx`z5i9x6qX;URUHS}pep7~`r;DG|!!A1qjgYW>5x9Af&j+I3N)ns|NX2XKC zJ)U4uu<(HvD#@-FACm$U-cL<&zgr2k`cE{jzx*z3FQ<1ztgA^}ILdZ%Q35ekTpj-c z`cS^_0L&N7bN4VvB-5q_X%eZe{?vefaLYcdC%@xUukIH{47)?yjuzNP>{Fu!^RZfg zf1(?(4Lt*&wua}T!DtB`lw>#fp@V10KGEpXVd>C%Ji!n6v@i!2|Hx8e4ehI3&|y4p zwrhL&)SpND@&2LaWGmk(ap@=~QQdw@;2SrEUG$8AAzzmPy%Ey?GdxZU;K8nWE9wV` zIihE7k~w^URBr+x&-M(EhyE1+#Pel39}WDsqo3{A1^j;Hy)~a&%`G*NDldRiq)GZ$ z5Q;SK#4iV>I+{!MGQ})Ds{;~e)xMah0y`TdMolNq4t7k>sOSl ziY7-BUGlb$?zIYIG#Y;^w)m=OYl^k{+rJ!b{VXS%{jKb%$h4e3(W5*0bbSrM=iF$o z360#871R%nVtPg=tk-SB!svun8RL>j^P(l|h+E}UM;>d5maU9ND&Nes((s(ao5j{< zb11>0w6;`3NKAq%3EBLku~BkX*~pK;7*q^OF_c#Qc}0Jall77iBu$rK(oup9`rDbZ zXHm{f&Xn^S-)a6Z(v(!+R<#dQh zr5^IpJMNRikhofxNC~z{G;!18Dl#>Sn#wWDNbZL%ZI|I2@2H8VyuHWkmMfKS zY0~Z;j!q-fhE_i7tYf|4JvDR#Jug?!#gFQ_w(?5%{9bPSsY;PR(ECV}hGd(n2o`I- z-!27N442W!`5`0aH{W#nFW$t@%*g)S=0>KAHbv0L7Hwu^gX3SDnn|gc_7yZ;!g0l%V9Fjd66P#>Y7n0tFtYCo`D272$w-b)@< zcR%kih=TtK+>WQ_<92Lgw;kT^+{9jbOlg0x&|8WXm|~-P^EOVo$j!$M<0^_ihihhj zMIm9AK3PW;=VJkT+OQ)nf$m?==Flha+0$_WlE06tD+dggJ8*hk?8+L#lGj-%&nG^U z)1pWf2Bi3K24NwSuUM>J8kl?or50t_NWAGoUia*zfJC6P@#dX`Hr_m|(6c=j`Fs6Aa^-FiU#A@nSEV0J&q9?$0&MjyPKJ%$uKk+0(;)m)&F4}k>*38&s3Qa zX`>MmW@(}K$qFO;(71?bLygxLKv_nFX_5q{qP>kt(yLx*)VTgnjvB9fFrdbtu~NhP zgWYy`pNBuCY2f@(j@%0T>)u>P5?@Atn(VBD{p+KR&sea!zIWqQWm&c!Q1qO7_ePzv z03IZ`Q9g+I(=$!BIpVA1zt=qO}!?&cSv%KNT(eIC8`7dK&*! z>tstHqHm)mt@!lOvTq|3|EWi^fuFY@FGnW*mLF0FrEcOVkLEbSAimZO**oARB_6O} ztl}6~9}q2DfTvh8Pr6>F zAX_hd!PLIQpgN46)NpD~R^tOclp|ZMSV_=o!=tHn@RN`A zBaj;+RKvV&wJYCZ7a~ufGgYatmc1Wo9>kBqv?mztYcMis2o1u}V!A!MeQJ6rsayGi z^r=1l(!NiXm#hydl8CXZCMzC3IR1to=5o=G*z!?Wh9l!OMLX3b?k~Czuqbv{E+vr{ zP25%VFeQ~pt6e&43v3E3{w3i#lb&Swbk>&2ttn?lUE`Ln!B%4eR|qzo*YZ9V+K$!n zGjQvUhg&=Ae_|kZgi7UdNhe=BXx_tEswR%lVDX?_(yGnbl_6Xm8?UK9?N6)Th^txS z+EJ4zA6P>#3rJ6>k#PcLa~GdUA1gZB{631DHrGj}yEN=-8VdJQ`+#Xs;eHlUHsIw< z&}zhY?Dxri(CJ$4h4*7hDlm}2gju_!d+!J`Bz#v}e)vc3UB_Bf9*z8fx^D)U|^l8)?FhD?| zktXevFuPzHyiN!dI2F(?tPCnnK~D;O#3%pyBU}cFpgwX|)cigfz)#`l8`p z&6K-Dlp8hK=6X<5W;3&q=3kklun@BKmD$clm)hiKq{QD;Qc5(|k>`EAAd{0aFq(7| zm1F<_68*=NoD3{Uj+SWB=B1gxYw@2VC|dlbQ*Uej@Tv2{6Q>g>Rq6K}}XR<5L+ ze8{c#bZ!2)H~vTL-?R%gtw0n2J{a+U=PS0$5)UR~>v+~HmQVZkG@sIbHOcdFq+vg~ zMC|+9R8-4zT}N>BjyaZ{fg>GD_&1*p(4NKm_Paoqnf4jRY8z72j~osri9RKdgE^ts zX#E21cV5SiV|&t1_vQYvm9B3sRQ;Sf*IVKg<7Erm&uFJ5QgXk2oj2$551(GimVI1T z8mIRaVCr|FHcIY(>tE2{X!0q0Q#^M4F_?<6>7qq40FDq9#-Q>-V=-t9ZkUQ`p-cb>s8fCz@UQUfug8X#*03$qR~Vy~ek6L*8h<8zes*R7jd|nBd3t zMRm044JpI_JiUN?nC8-L0P1lA#Z^1;h_{YDQB6WU?U}GSUGkBuAFY)hnZ`nY5L^FESVvp#fUkB`*`FxSU z1&ZGEo^zF-vU);AA)PXHlZuoRtZGpV9nkz3mR63%MaHjz*eCtK0s(?;?}V#gb~3 zWuX76xo-F-G(LfVi0JMl4`_sus>ZexmK2dm*kv+($f|fAQP&x1J_@FxamfP{0q+8-RPjc2t=Ct&^ph(iUAT@4%XQzAA zKlTknmz;&9KVORlyvt|&ViVIoclo@d8TL9Xp^%)!9-+d`CP`E8)0pMUz4fiE+2@Ny z58m=wE@f`?I{f3Oc~Y79BmJ2!O;MScqOVqFe_s{c^iHs5lI)s^ry@H!9oIuG>m1@|@C+ATva*hp>z|4!ShdxH394lT>`?2*9(3#vu6Nv%}VqfM!+=cqJ z_`7K0$zpyUOy;*{jIbk=9@*rCe!^A4EWwUxDteeo zX$65|cw8@)&5ShNL@(fDNBS6^1x_qOQP%g}9?!7;l&~zPgVIcqaAOt!UBF(n12~t<% z@~&qG{nUF93!rS_O9JJ8Jow?Jo%HGK{aX#*$aT!GAHr{346-1?EYh^!cS9NrhIzGa?N;7WB zC-t$k+BysM8%PhQAQhyS!oYUspL599{o1l;PioIhp8_GiRmI&RE{X7GP}pV%(HgylzNL# zS6AqfG$G$wXqTAjyXn@Kg!;l0b;j?@bn8pZ`Z5-XRJTr<#V#=(eHfpI|fHIDf7z}Xk+>M$Us{Za#{t`zm=fopgVZ!t)$ zXC4+En+@Zq_TZ7RtfCmn+-tHGD|QME*%;u^j=>RSUZytT(!m;U z2;#+OJWss%cihsj_db3v$LM?v!SsX$XKWbKpLBo@jEyP6g^UfuhBG#VgLpzHaK?ti z!@T&DX=B515i^s+;UZzUSkC9Ae$d8goipcuuXEmZ{MwCqU1-d6|Mz3w7g}a4-NyX*Mq`#nr5^fblVg@=|K=vg{HA2zW_4_r zF)wOo%zLZ^3P|JFV~QtVS_~SFU8+jqx)-tw?0D(d<{Ct|Do`&Z`K*^}61Iiixs6vgyANXjXfG6*sj3^H~C$ScQ zcE1gnB}o7Qecw-jVE8kWmDwzj-4C(`3T95f6cwEM*vg+>oXS&0qkoo~U z^g9iYVs3!P{#;V+xC4N(y9rVtbY#CmtjPp~agTrEHl0beYrdP42Z(=Y7~{bAaaA@5 zIN`6OVZ3SkZRo5>XhoNH>q=Gdr5t-;`9Jwy?|k$1tRQD6#}gfo=>t(BDYeg{cr&~o**ZMwiFkobloU zXDk8R=Q&%A&(9rt^HU7?{Xur^+q=}cidhU7mJ3=q^LmTv!hDPPmxB2|=bxC5xy&=Z zg!yEnydGjeqdAcq6y_9}cO`?YN#1Y1hTOI*--d1yxpziHY;LKJ#x6UP-s(Tckxll7 zXn(XMAAelr%`16CQ0(yb;%Y3YR)?4~XuE;D&j)7|(~dXeRn;W)I+vpryaD?P#kt$E zM;oup_M4|aEnXgOFynLRWS&D$Bg1k(L+%N&QaRob`P+^@kO{!B9D&6G3vatgP`P^m z$cfL`W0#zgUykz2j}~}KlXmos&f_aqm84sm6o7>n(UUwol==9%mcdi0gM5c$kh*xe z`cbNW{8kbzI63p1SBISt?%AXZERejMCtro7vz1z}oBATP*#c~FrezHuILPBtj zR*5J3sM7CpwD7c#jnsDfh)kPS4p7RktuH#p5<(wgOn$Y`sss?L78_qfRPQ{V*$02E zN=~Sp&CkfRtJMfdzZTSZ(+P;SdRs-NO_6nBXM^)7wkVsYKlkp&Skqj4tz>;EjMX^3 zglfo|+3IStlGV=&)Ua+8vHvF10V3d9DIM}&$jd>q5a(g{32(lfrJgA2*+f^0LR&#_ zP)IT83MlGkDpBZDRACJiCFX^8(!_KWlk5~r0>Eb~6Zh#q{T}H52GkDh{($EM7P~#jqn7`m1-VV0ffeV6imgEAuy?wTuH=%H8+L&GK@<`p>xPeb+q^RR0jbaYCs{3Ksu4Ns-Fp6Nw58n^kD#=KHxD zsq=R4)Q?bqNK-6sO}$Mg6FK|T&~{|IO#X1X$RCd{8TuV7Zg%n@z97}hHCf3r?6y=D zE_b?prvLX5)zYTfBkA#qYa*eBR2KA+!0xV`~+_b*Za@sVO#(fiGk)F|Y~>qrhKG|zk;K(MfK$R1;;!|%`d zz0Ys#_Zc5Z$s$Ox$u(uZ|4RP7OihliZux$-W$3a?S`gayj41A~j0M z7d83-`*Ymebu)YRPp4(+l1ui|U`g*0*zqQqq(5j@=0al>NtA?qjlvMlxobD_(aKQxn!ZO zG)8+5qaxJO<9Mpl15^KOyehh=iLVT?tF7;;D%^N){?xn7So!ohEO+eBw#!O=WEM0k zgaAFUw{5@L7EuHEC7xxwm-{}8MXvRvR-H6`;?0#Qo;)mntn;Ar{uspF4y45U_7A%4 z@Xobvul3Hn3*&rm$lvm4L^o+GYDc`66iW#+{8XL1MewaoHlXsBc^hyaQ@7LADBA)& z^>eY#tkg}RYsIj^@wpXeRLkmuYl6i-nw~DTu~iZh*uFABtbt}Bw8UK&u=b|F(*7LB z)RzU<4zK)At2xbT+9aMFh4dwCzvOpZ$;3tZ~TK~-LrGgc??3W zjO@RteM0cO>NiU+uoF3z`TFG1PL@pPI@!q|T=6`JD8IJi)T(%EO)~eKhd_z8h@wvg ztQYS7{5UjX&*av+4S-&)NnTv&9lj@~ZZh|jHMu>YUy_>~wEG%fGHO8Z9H_C7Ds#Sii;xp;~r=A_;DCuRp&Pv_Rl~>DIPYT79 z;vf^G$k77hNYfA?tnFt=#?a52#P(#MVly9Q((u$m470`~@kZD1*%}4pYA{0cB|-|U zC;TYX4}0l;e&{>Zi7WD}6Td60iMO<~VGMLYo^Wfl^~t_SUCDOD&DZd=I{tEXyhVMqeZvOJ#26-~cwPj?5>f9@ujlf@Y!0SeWPA0f z0lxThdz^vfx9@BCU_3P%hv&xO@0^z1)_7DNzdRP!zKN$*tSla)AQ9=kr0aw&-O4G<$|4i8+JIzKJxivX7Hq zyx5D}rwViv1bTjw00&i0NbSUi0!LpzPR6ih4^ z!V0hJAEjZBM)_TvgWB%9Nt3yW7qNsUT@A zGMobaD0BG-k)}a>F`BT&)W^v&{cw*Bo!am;(tHJMLW{lB3rtpXZ|KJ>R3QCixb`w2 zte^Tl)iVAaR>?u1Zwo~6NY;w9oq@}bo($WsWLZlhXlHc>z#b-!>d>r)e@WBB zU5hn>m!4Ebn#=8B#2CNC}G`0K3!&tNYO-=ku zwfVbnn@{0Rb#HTWxXnoOpM*Fd^zGBw$XfDZ@{)dx5XbxdxL)r}m_3zCNT_Gv^I{=S zyvuL)$8DodNzbL_4RH2;#wWUsrs-fRwYR9W(CZz39%<6{i2nPo{atB4RZHn))gR$4 zn8v;3u4B$mIK-Lt-LDDC-FYSPcTsz_+Py-=AzR~J4QocQ_B?K@(W{?LFFQvVXf3*} zJ|{HB-It-&=kG=1??qcXC|S=Oi@*AOy{%l2xAeFIJp-@I3iA3P;dSVxk)|8fr_fsT zcY0on-da=E(rqpJv`qVH=_^OTOw;BSW6z78|B^P)C>%#n4?$j&C_*cWwK9mFWnZ6- z*R;qj;>8)R~ZT;}vZE;WgY!v8JFDDK*Q z!-AUZR_u%ropjl+ptSztFpYHCub`%cy|-+?f>vzW>PY3hOe?{D1)`69Mw8{}1Cu<# zzYH0Cq>;w7A&vI>!{1{c10Vm|%s@1tO-zh-;G?^#?$Sn80&UrZ@FVOB!0vyS=2yi2 zl^w;*8-IJn^CF1pGO^oB7$2G0Y&r1;f?Q@xeq>TTXcSH6Rg>dQ=(#{=8F(ws*wCpx z4a{iyW5GJsk#$amFgI!19nY^K}~K6G-TFpv{yMkdu*$id6z5I9>1 zN*n0icBjdSXGTg+Eb|urI*=1fDe+$BR>cDdhS=gU>9K%jky}wLni};IH-P3!CA*@M zT_P*)=-H7*e9Ty&URu|AW5|Tmpi1MjR7a(4A<|oz+E%pW>_#m6S74ZOF%0{An?BaX!Fb&4mt#mu8l3HPv zJ)7p$AINwHV#|o@WC92p(ZJ}6YUi-phK~(W0xAm&_RD5JD@1UqcL)=I^2>MwR(56@ z8;(FOk>+y@+)nPeFh&_r8o@S2lhb``!_u5*{iARA^42%zq5QrvA+B?&+V3@no}}LIFui6`ROaA*nlUDAmGb1-$8G?B#}S&QB?QLzJEpcP&&&c zm0V9LcdshkZ6*6$Y4v`&h|FVN|CdGoqrHb7+NAtKLxs4C=zM@5x?YjBHxE2o?DmXRA+yr4cNAC zAAo&3D_>i$?Hf(}#=-z!_3)h!^qrmboi;<)Zc4$Ji8Mg7r-tko-rqPfZGOsoITxoP z=#Op7o2qY9Svf$wsyuZeH-5a*;(6jBf^-W-p-k1gVoK4$@PCdJ|j zhE>6?E($l0XJL$|Jc}b0kl-s8%=iBNX0DKE+c@BTKnDGaY%`2T+|aB@({F@P8TM68 zOCrsm7=AmvrMqeer-lYL`67%8I6cQ>!{0;jm;x7^r-U&k#zyF;9R~Bt>E;@KB>8^oBR-S+V{g=0oME?SBDD3PzT@tf za&H4njRDJ!Zscd&!*oEpRhGj?n&hgqzY^vz)w?`gum0-x+tctF3FaOU!h$&tdCTSA z0})cnw}PULYC1t5NE7PNDXF)x5J>1q-L$U~i^#|GuUB$qqu3UPk;-{1MBi&e^zEOo z!1`tO%O_7xbM~dmAlS`j?U4rFI6yRYiz*)P2!Q)7u8k`=uF+r6Q{3? zEwr~mr0Eq3s|UHI6_I8w!wJ|R+4mNO7&^W^pvFVrRVFVz&UF8h9rOytHi+a7_k$ZW zTEm4l4lOTXOj%xX6YO1Xr(c@>f}}OiL)X0-YSi!l_2qn+^E{e58_t3w!;9cWZ^0KJ zT%Q`sjT)k<_vlH6-mDuNSJDD@XJ3e=yjyoNc@i~wg7QM1ur4;g@2)rd@+1%^|4Ewg zE`*6$AfX3jkLF0JZoLmhiy419UL^V>Vr2WFWF+khpy*55#r(u)T4Z>%ghG?Wr)O#? zIiM!-z)IDSfvmIyi>)5SkBZpymc5$oR%12nAp^7G1?pyLBc?1E@1Q1I8CV%P-m@k0 ziD!iICT6uSrvdhl{f8J+L|>|9vCQA){@thJJ*&&+Mw&0A8ZpmukW+^kJm=B)tp7w(Dc47|~6%?~u4@JA&FxHU^3Jn{AmR`eLE(T+b2k z@5>+Am$o$9%)JtkUgh^ZkgC;@HC+V$GH?GK4MAOZcd7LI#Q<+=>+WyUNs0V{blyaM zx&4Tv1iVuwBmRGlDSthXghXENV@ z;Adm@S`|4}84&>MY-vanvu6TA6SZ^f-C{lHM?TX8oA~Ni)TVehz%6;+ zFV-S?VzcwytnYyNsP5E*kfoEyO4NAQHeKZ$U2RgqJNe$N{{sr*bG@I(wAz(@En~Cu zoyr#pj`g2rHL4a`9x;bendiNU5=A4wW%4lDcSN3KU}K{Qf$c>PWv_`LMJ|8TPw;$H z(Q(?g2qLO|nSCU6n<*o`2g$3rv#p)P5AENi`CIF8dP5DS_ei2C!|%&8_Bvs7b^J9M z27ffcpbZ9NYKjBkv?*SFy(=b+G5uP7q5gaw5_UG{?zC{HnZmLY@DV=OjUsPY#Jz@L z?hef&UdHbeNPVbMjDpD0XLS55x@g_5I6JlDyGomK`xV_OY(pWNn1&P8MZeqg*Z9ox%G%NgqBWm_1AkD-=9x7_VHre?#0>UxL%s z-+|N?zkccq9*Zi6ayUA^Ws^pp5f@?ZGWX;+ zU`{eTtNvVJZa7<_l{ZdrQ;E&j7Q+ z_9C!ycCEYLg{fNI_bgA2mq$y4>hodRqeVw0Yg_2eY8D7B)5_yvVh3tC+Pi*Y3=r+hy7O zR^w5`_$H+aD2*eT(`G>47))K}pKiUv zA9(64pRb*tIiB+NdmSHY-r?t@s>#1h52{J-N&9mddtXoUy-y<9{49Y^EqqT8&DG!@Z;iz%2>N9c}>E9Jdn5SSe&gk5DQXsN%* z?O}X=G&Vyv1Bb!+B5x#(Bj=nUaoalKmpJgC#A({{_|WK}$Fiv2(BCBGU-{|FFWY}| z!d%rKu*Q4#UuLxV{O-2blDTn~`zi@!)74B?{fYipm+Ex%#1s{>XRYh)%k}#ws#%o5 znQepaP=6Zw@v#}a#@0Ygm%b;-@|@~=)qF3Se8JvhSN$V(i+v7QZ2&SzQu|P7auO}l zs79iRYuxZ!>d$cfIwcx=(e7{x|`AdHSo?3;XK+lu4cu zH2MYhyM_OWl0p~*%}5CJk%r(je;G{AhzHDoU<@jj zII7&6K%k?_0)1WX;MUQE6_I7`ZD3V_#^l^O$&Yro&R{@i`~8OZHSLYMTISH5J8$IQ z{{Mv@uAH$2^l-#gMi1)-J9-#9IG~4nDDi%6w;kSFN^<%C96j`BH;ynp_{3Eoq6a6l zjULuGdibY`@aw%5-#U7LHgIu84lWKp>Zs_Lf8` z9=>;Rhh+QzVed_#tE{fS{{#|&v&2ax%Vaz+rIC5 z*ZQyj`m+|f&vVXmrhWF_XPX)_=|GslnphD-QMtvtB94L>E zEzmnNxIE|_HIC<^WuwNk^*ZnIWuqp7aFZvIK2_=bP78l$>X#c4`3qK(V}T8os5?FN z%fHxQbEZNFQxh^mac?mrBT)rj(m~h&E6IL5Q;!{GON)x|@0`?}Is6a{PxZtGA63Tx za{gEGzn1?2|Ht!xD*tD??(5|vcwy;H?=d}i^{1>SwE3XwBI6)3cwKIlwXX6%jvrTf zujy&ay)whNXND{4=j%Lk&Zk;ay?hhiH*r#WVBLVG-7#W19rJJKF4P>c>IwRUsr@LZ z8yjzaBgo8Pt}xTx<05nQ;B@7Q*!`obYR6RRHYCC=aOtc9?LVM}@_eivAi|YR2_6tM?JRi2Y-*G@%{onsDK6abK+ z(+Lac7IKYE=?~GyZxo*m*_86MQ^EdW1ojWE7P5)vn;L^T?P9mA)fM`o(qVqB-k-I) zN{HLEcPIt?&makO?MhtMvVy-@Pf431=4{gau8VteU=L4?us1xf=g_eac!mJ!1D>lj z8V{lZSAgH%o`a|Gy%#*YNHTZ|6d^o6)uX{v#Mv9320lR95y7*Zk3x7VPw?Eu;92V2 zweqSR6)bC?BanD-%<<3+u_ar%D6-$u{bgQ{&Z0BB#_9sIzsEx;r=O~{*2knIDT=iP z%J6cWM5UXQ9AtLAWjgFObLfNoXrY{Q*^(^_UFX_UPU6=G~^RaxJ_gYCG6qDX=y-1C{O@{~4VRwJ;lFj*&KkQlZ zbZbl{FXG8v-n-=2@+B*JmVA6n)aDwV+)a zBS>~P?e6#YqbSt_zνlEpUGpakcG;f$@}M zGzsf@nn!KZgkBy#U$p*&^&F)B)P?n2)Vm(xU|7%6f_mtJuWIH|zDt>*Kjq17KshEj zSL>LM^H?p4#MciAN>W_`8F7CW*tYg%cl+7cR^5|3U&NpN2kh`bwl`lGi8+*L3%=YI!KDt|)0tEgPMBa+7JlOPY4xG`5T| z8n@e5(71e5rkP{q2T3qobs`O6Sd50cA+^fA&Dn91OVd+CP!PJi6ZYmXBlED2)%_2) zDSDYoG54}w=$9>QtmmPxgz#3$wm{~SQ(>~PpnUR=m3-9_jWLpzaF^4PTO%^(cifoN za)q4n!Ij78lat5PLo=r^^pZ6u&y1Y`ZJHr=S300_TR$J zBef9w;P?@!`lSCu11>x)3aar2xT-}@nL}3C99JKo=h!OyB=d;n(@wct!1;{S z`ZY%)6SR6eIJ2`8gk>a{3)|)$`H3QMY)Ozg7k{2%>;m5-w8}!A|L>;Ter3-&&7HzQ zw_tw$_XXL40lHrZ`(c_@;Uze)YB0;T`5yf7TaroynUaMcMNTa0D4h@WCAXtn&7R{? zcC=5|{J86tes+&^O^~}x=~Hs)8fQQ&hCPCM99#j5dZLi=O^uwP1EH0bBqZq5R)RWMnm>}}hBoHH_Fl7J77VusK z^Re79o}+T+^PccH-aW3C?%k|BK=B~IUn9CSKch2~iqm&g{#Ge>RQ{45*J?WOhwUzy z)}_VnV!g9?)=OXx32dHWrK}$H$r_L>b)HH+w zQVY+)9-GhC$;<;Sswnl6Cj6Fx0}5$Hrm#Drl@e%$<)K8`kR9bAJNXB|Kvd17p4EIs z4eWsA!fN^{yUs-1rUSV;lARqA`U(8UGw(*@Eh!RH{gNpdgnbvJXI8OY(425ta2$3v zeiAHlA`(UA6iFBgkrd}ufjt)eLz~(~Jnq`5M@~n6F8~ z4O;oS%_z)|y8+~9k0E6~dgo!lGjG2T**|JMm}vvOG+x9YWx@Cz-qS||6BYpOr^Qxq zvBi1b3qdtD`vh|Bet-wY02W$)gYdnkeRLho4(AE2J0!ya&Z7e0KBU{cqCd4j68VU^t8m zbPW#yA_vPM_+sskXsQ?6RD1a&{EV`>OI-#Jugra)(f8LEe4n1(<(t9+47)6%lzwft zpSEGE^G#OfYdBUloWLJM82CNf5g$32doCFx>`3sXc?Ge1E!?y*`@bq98Bcm1G2R_- zegQM~i@qaOVe5WX#7AN7tFdbiqm@TM)+jKtP&%2puZ52yejwNN@>ts+1$EY9a^MZ_ zXl|D;Sc~UdZl7!MMPw(_vvO;(ooD~O6w^u8@sr6+WTZ3Vcs<0nSle;dPk*Bg(QUAs z7=L`3{tmR;KC}RHj;`oW!h;xLu=I=Q

i`>CXzh@)Tx_xyKr4CPA}C}_Go{X9RJ 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

0LAL+GK3}`%Gz>l^D@mt&4TA&qO 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

s1g>44rY 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

~61E{Z!Xqp{#SowcO~t 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⪼?JF%&C4GB1KSH%B{8V7e!ZVTs|m=}V{ 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�HrI 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

-|!Ys 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 (<-D#gE zES~k&XXnN4xA&W(m&gxe_St!vxPEHhm!I}`fY#gK{x|PCaV67@_Qm*8_mG{}%a8Y= z+HY_!>~PU9#LcCw-*npF|EYhoam=}k(c4akRoraO{wk!9;`%c}1o*#^ERGt>+ zA@|DrO~n!WIOIN_5f_VpTc6RunXt_JPw|CkLgf9W{4T&iK1A>)lbi_lfeQ zXTnPF|FrLXCX9LCCcdk7@6UAOGhxE}Gu1_B!j^y8&%MutzV~6W`<)5#f3!dRjOUhp zJnD?UD>BcMjK9$H_Nn?YzvN8FZ>jvuGhvE-CN1S>o$>b+p6Aasp3zIsgqf!PWoN>w z+bF;COc-V7)n`Jz#PfYbJWGwg^h{WNC(qqCo(bETzWGcz$Id&>guQoG|4#e7i}CM1 z6E?E-zB6IP-PM0U{ERO<6NY2!T&{oPHv71T=l6E)EV-TWmG*H@_1D-Jd*f%q+KYTW zF3yDY%f;~(akJPZo_qQF@D1bH{q~tK$m0Ypr?yAr9vMJQG?^vF;7>dI_h^ z_jL8M&iNVUsn7Vm9`T&i|5?_X7axl=XMCQP`OcjQ9d^T+uqL zDB};>=X=F_`9dhh>^ooZxh?Yd5pl8lsP&ri#}~rj2jufp3t=1ME98UiD;GktRh(BZ zgy^IE+(Jm%;s*A|jc3J@y@`b|<@>2lu@F}J{wdzI5VrXKsru$ZnDc#8?>h^j*L=V8 z-G$J;!hGKsKl2}{?}_in^2+Kb@_MEH?^_71tE~5H`MKJBzcJrVdHC%@=(GHzJbzCA zzbu4|*}qH!JREehc~7B@QlQ=fbmLExX*nWbxUMGv!3neoOtn zZv3sR%Wmsz*z^r?-}Y?S$K>|%`c3oR@od=0>Q2^Ud)e7Auv__FXTy57?|nA(Sls_? zsF^(AY*_Uz`G25&HLg_OxLW?dZGLWH`TxY74_stb+4zTSq? zZ)nv0eV=ph%-lJ1XV_Wy{ru+h8SdqK&hwn-{QrCJY$JX@M1DK^xq8Zp2iLK)pEe6d zNtbg-C$2;1lYU%_FTnqOxL^FV+0S+Es;BvVR^%Jd`yB+T=Yw$MW^Aq&$d)n;bTH8jt{1iLev6E|M$J4y80smZs_v8Li z!r?mCN%2gs+pC>LB?yRnC>=i^VCRR^(y>mb*hPZDp+ zYk+GD*J7?+QjWRyOF8B`!nKy`B-ci+b6i`wu5#_-nn^kD~OuEkte zxQ4iTZhFS7<{ISMz_pcYE7viu-Qs@pGvloJ(uAbIs%rMs=*BWu>+9>W^+r<6WXUraP=bHZz`N_4I>k!u(uEE=|gXZjR{Taru$aRul4-?LQ;=y%_Yd6>6foJ$V1?0I-3+HM)Lil%J zFW0`VXZU>t%GF)Z@IDa!=eo=_r<-(tl>a|Q`f?rm1o0#vi+i3i3nf24`Hb1gb?o!l zLH^}@f$)AsI9#W=PI1kfCf&IfbCpl7`b!gi!#SRe=A4XEvX0B_$~Z1Zcs}2O@64O0 z+kWKY?%(4nz)k$;z5fZGo#7@sXJ>Za?&tci&usOaaq?SV_4o_sL)Pi909Ffg+FS~&(fn1wsx^PLuqw@86RZ;U0>YP% z#G}JSU$2Y4As2n)wmzqQGq4IRTwW>R32XLwm>z^+*~${jmRwj6w(4Mou%fHt)1?en z2y=#82`hj}oa7_dI#>X0(UmvVQ^EV7D*8EMtbo*vux_vSo68oI_ zYfu2hK4(1gVELNAB3Pd0F9^%k{8hnnG*%DG(qvm;nVP>Yn4$UWhj}!Abo-ulEr00> zJZoD1&cRkSf2*(+*l~{h$TU2jWzAncY)R8s44c>dg&1rz(6`sQI`pVQwOOzd;AtW9jqX|e%W-8bbe7uHAO zSOOcGVlIm=(CtuN0}*7{ ~bqJ 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

d$(I(}yT4lrPY$ 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\_b>Q*(fmlzi>kIQs+E26{!?2U35#{ZF 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 U#|R z2n7cfpx}nZb1Yk(*oH#Sxs|SLDDTJv-9LOuC2|jj3>8qFrxZ%~cO8{~7S1ox6+f7? zN<3B8{xY%bl0&9+-fM^T>UFu7Z2mJ^97|~Hs~DRHz^$kFJ=>D<4RG|tYU89Wf*|3o z+&1N`S#!Q2mZpnZ6wUXhd=?(h;BPC0qa8d+L!-`ujH` zqzA!D=a+@+N)^0DSO9nc&C9}(H^&$xS(Hk}c9d%5fgGcafj6{*>w9SW(^JQRDX(C* zqsm*hDRpJ77#T5wjVbkBKK$KZNafuiE90+cEF!16FP!~k0%RL%+)EJit^5%@o#7gJ zWTdqO7yh_zZY(J{BOFVkA>&|jyp~MnRUVWd`)c0-ztP-hee@XMUA?JBtkg$b#;jIQ zS$rt@Ioyv)$zCA$n!>;w*MOn{?yZr)jQJX2aTi01Xl}WJ& z6@3tPLe`@TyS096a};&k@CR;s0*HhBxIwQy+pm6HQt3V-C5Gyshp~S})jev?$ZAa+ zKP2@*HqOT(W?Myhcg|q`6U6j#phanyx zpJU#e>btz3#Xh|b{c)^e2pE!g*PmPfO*nY(sg>WRUZF}H;w+(^PZJ|45(VA^w^Y0x zs%{a4Nv^ZCDL6G7wriXmo?M}x8#}8hIgLCcH8@KstG~uS1wE2yzHS45&rHM0yZxrY zW<4>@021E9ZsFH$!7I28ens7Bv@y6!$~CTK-b}75^^yAn8POF#iiZR}tZheJ{cBJv z$i&pfcHO|;+yMvByNMS!R78DLr#|^5{lKDycaM_jXOrTU@41cC!O+1rApq z>%M_L6U2KOj<+VWF6+2l5dyJcaouy4e!2lRhKK%o4|PvmhQM<`iVoY@0XJ|PAi{PM zFx$R#@PuFx`Nga*bTQ=*?}pm;fu=e{d^%$?#ek^y=$l&8_@cQRUDHU@*R~rONmVR| zZvawi-h>hx`WlhS+m1!+_ZQob8=O)2|YdA<(JECY@Q2r={NVwZT`W z`}Z4xn6CL-vjG6-SvgMjy-&}%836z}X=SMz38NqY0D190H9yD^|1>{(c8(ffN&MGc zJOt|Kea&$2=4bLhaB7$vHLA|b)VUW^^qO>P9+kuBX`q@$)fCw?3c3}Stc;yT$PiSP zIg&Y?QbCxaO}{D{4cU<@!YhARvfRg%DI@yjZ|7HUu#bn2pEn2*2;-mXxzFD1x?l5{ z67@M2Ist)+;ef|HalbPfyj{dvHSTik_*R$|IkIUwS2nBwfDfAl3L@>8Qj>!mRR=7m z9#x238Tw=_~S1(Q0aJW*Q?5p zX(%_+xEb`DqS%WH%$VSM6$+`c;_sGG{uEKn!G$_T!<;5Rw??9-85T@XI0;qlV4nJTuqAmu%-sNe3km=JvZby@e_}rd7!Vk6quOku2F-X1);iYTS4#O|-5~ z4*i@sJw<|SB}BWzTTD0Bv8R~0$9g&P+Df~5sAufEkJO5KH^7zG;cqs)g?rTHz`gj>n{8EPl`XmnFJ z&>&?K+=g<>rk?{g3JZ&Tp(bXNHtM<^mLycmb9yGQ2>HCDu5$4HtjP(F+H@v7Uxyy& z)L!x^QFAq?6vfT$dibMi*-yxM(O&@2{0zh$759t-*1BYwsn@aB#Ob(>PD5Sq#^hqV z?P|L(ikPom=>SLN6z&5qeKzwMxba)=eps*rZpkN0-OeBBZx>JA8n6Qw{G7&j{Jsdr z!ER~-mrSeb#UPFA!dydSe5DZ1^N9|dk+_&lR)nB}Yvs1(VlG^%Ht{!{m-icwA&#%2 z*UzJI&yk;ZzN(c|&FeW>4W&7qNG$evlXF#9Mc2s}KH1Ci-2c)hn(7*Nn`W&s- zL;A%pS1556W z)F>9$xVMWNTQ-zip^s9xYtwI;`eoifuyHN)NaLKn)cbac5Hjs$Ze-!-KVmK~Vw6Q(eSr4Whqxy-`xYjbFAW*tOBOxbKAx7sPO* z<=LID@mvY%?1T8rsZ19}L}|Wvi0bF1-KgzIKO>`%yO8hN!lIXhnksF+2ds=vGZZ?9 zQZUY;v<|DI|FJo#h@QOKm%5{8k{qD+mLCShDYAUxKB~GT@{BShm5VNGCg<_LUk@|P zNQG}u?=2g7D(Q$4*V4J+fBeOQm>L zku?WB0r_DajQa`#DsbTpA*Nl*Z{5Nrnc@oXOuWim@=T@)DMs7CKddhZ!|m&Fs|3>P z^1YLVSI>!HlsvqC_)-h^86C~<8}qmY_}y5J8(!Adp?le!Vh+j7Us&ST2~SRuQKP{>Z;C--}>`aI%`^LIwRN)z|#RMF$^Ozm|Y}VXEh_; z^K`HEi-r~(F)FN~NpyYigyhdUDlOkpE+H97ws$#f?H>pdRzVyMadjXe-{NmrA%7G& z1NtJJ_d#=Bt#qV#36`m5!*ws{;vg{yV-%qA`~`i{ktjz9_{WaI9{Os zK@Q48ieDeCt75-h^kQKsa`xU@PoAZ?)0Vm!i!Qn zhFw-&J_FQT$xR)=&=u!63TF%6s8Wnj+0#PO6WBFeOy`S1HdAS^mk4wlIs)cIe?Qe0 zEN&6uggNlU*k{b_v?RXtO;z2!yeD}Z(+B{**%$}_@`w*l8oLMX|Ep^QxcyIE8$i`R zU7Kkx0vIP?KsBP$G3?)4ezh9`}L(wds-{Rs$ zm3;shrEd=@fZ@oh5~>P zY$*I3wq-b=xTgfwI6~ch&Lr)-30Ta=5XvaYc}}YSzuiq>^nZ#LQ0$**&GxW{z6A`O zot%F$iC3$BK)~<5PMx5C9hsG`%^U!mpidfosfGyVU}lJ-J&PFBIY}lMaY#vHb4!^SkQNu{VV-d4oVa@Rota{RIzxd!B;q3{W$*m^ey`ty62u;g+B8mjfw7sdN@bI z^_QfmbLqeOeLgJW?do3E`uya7^P}WV0r->7E%ET`xiI-k)oVX7+V8rO6LxK6o3`#? zGYoa9Zl7eKrA$5LZiWA9{JbIXH4ujZAK71h_&GEBzYyZ~9}~j#PeOWu7|*xt%fD8! z!xYH>>-PWafO&wS&&(e8d-UyJwg0n#0vGP64iuzmP@VwSgZKRkSV)|EO z`SgkW_Rs$jlO`~ZP@_BrI;j)WXWrm2y?zAY5^)6)Q%K=u^D?C8gC}vx9qR@LNsDWP ziCj*OKF#L(_&_HcbFOo9AJ;cT4Xvht;r;bV2@@LoxnEPABX|f{f`eR{4~dpin%cZo zZ)i?+W^VB-!ZTi~7*eI>J>9Ln#u!oAmz(Z{7icH*$4SRW4F+{R=#^+pFjXe{R2Sv* z*!KJYzJgl(R(};_Jwfz-4z@;5N9!$0Vy7f^Df5VuW+NKwI&^TwQ{X5kT@$}^+smyG zH#zEEErCIjK7CP!j-hDnDt~HPbiE07&FOI5_ zrK}*|2t)G*{ChKLjiHBnM|*5z81?%=Xy$Hxl?`r+W-bDqGp~Nx7eMHr$KTJmIicAQ z;;gLpyU}_>9m89{n%{dP+r+JOFRUXUVP^wd5SE5WjPzi3e_z!7Zb|>TM6`Sz5wmgh zi4@(=Fgw+8!YAE>=r_**|9InC{lv(H6%Uy0h~DERHhM_`l8-+spG`Z z{_1`%Tg-+f07(Q954o)R zfAmT8RA)9Bi$HczxnpHH>fk2~ELQxfz3c5k(OLY2V`6Z{!$n?UED=z1ucl>zKLqEQiCk2gLT_S9gZ`=>TjJwyUv;@;7|f zKo*z9zVMLSPinksp1=7UF;^e z91m^%fs!#u;hj6LGyhde0So`Blmb5fQ%V<~^&Au%0{4rA;!7cX#H4nTR<;aG9>CDy zJu4pJkT^&X#j9ao>O92#huXL*dKr9v>Cen(nrIp>R>eH3pR{`6+x7WelBccrXHqd^ z8T~f517@AT1kidk{>Qh1u}XPvCKB&!0N^p)FrQ>?^LK>dCe!maEdMx!&wz{Slvwx= zwb*}M|BwCwjQtH|)XyOQ-q8E~McK2VpQXVJhGK_q1%wInRzNQp*C22E6IiB2!3_f9 z)Us`o9+mk@vipoS>$~O?PXj?8Kgxc%@{tPZ&L2g0Kjm)}#7N&Q>EA}t=Rtznwq3Wj zeE|y(X12uFe<~kQq@|=P?*Up=6i6>FL0tbz4rt|X z$bmk?{9A(rivH(BWePjsiQ~&mHRDO(bvz`>wlI+Dc8Ey*h=)lbAh1!eJpt(TX(+vr zL$rA3U156uNVvEd63$|%A!hssg6laMIXd^LjUKNjgjU|`X@SRd7a9oLtB)~mYLrXa zl5%AqEL)FyciHawz5GgQVnWN0RsD+T@;@MM*XM#4nS69FZ6^ZU!uR_PZvt%Cwsk+( zCV(P01MBOCZ`X&qK}7JAIQK)z&pmIcdPz=CB9E=2Vce(F*uW241wc?GT=F}pvQM%P zqz{)Y1nKum27&bZBuzm2{gM(OU$`VK$hTJ#1oG{Z`~mXqmmB~|z$J@861|ck&mbOQ z9SGitu){~o#fH&?w@M+;RpI+&ulSZYm*Bi3*HUzFBwz9M_DBgR^-W{ya=)*`(Q{ie z_v^8i?uqNgI~;V>9@96{*Yk|jh@Rzg(3hvG!LamAnmX9hCQUw!c#9?;rh1zAjpS(M zOhjiLVE`Q~7hwPsixQz2fRzg=24PV`iXm9B2*rq4mmjQjW>MJct=i*KLMq$_%XUzYcr#0_MSkrwBCo^-gSRRFTu_ zrjn<3X-oLTZB?;$>gUAGURN@#w6C9G5;Z&sNtoDfb+60o-KOyn9yaddfwHG(8x(qR znsKG%oivqo&BuaY_u>?A^dP}8NBN8R&8hlt`TlF}qk?m<53lo|M1fi0Pc^o`gzLoW z^-2BZ4XivDz2fhg+WbTL>-g(6_O#{24N4|DCWEtKD%Xc;#&NI>xQf{y77OR!Ugj-^ z9~x`UOBW{MbXUnO`4+m!I9$JeSZ_#ehF>Brh%2(%u44uKD|drc{!{J-1OMAuP*K5q zi$6H^Nn29e#Q26zz0(owHmLR)!H6Em16N5Z?G(lJ6XSO^IeMJW2<$pUJ{PE$?VIq5JtT(arVOfAt)sydx17R zW9bwC4y41uhuTBUN_Z%r_5~-mq_1;q0CH!)Z>^vP;9s5G%@fAqn`_?+3Z!wibmS~Z z>snge8--`iG2x1mKltL}knVjrWZt|9c*7=RzrAhfe;^7k3oJqZ=zz_fSgqea9{`my zp{78l1jv#p@O+D)jQ1sM#-sIs$LZVaQs+fa2dbLC_i)_nI+{m~Pu90TzzKB#x-Nd- zOiDiR$J_}=fAJU6hCffrbG?B6K`Hm6X3k{^eYK=h=XccgZlKnx0*T#EH{F}TT!dZq z8tf{4zMF3iTJ+8U@rsNdP_GXmcM3m$OL20T0Y;p*S++ZZ6)>h3@%24U(O`;f&;?`I z$cUAgrrw|Nyzr0l1N&C={N&>(B+$Z*o1kwp5jKS87!ahO0~+wSK$qryRVTVR##@Kl zEjq`EIz&sf=^@g5HYk}5tOa0K4O{^=)&F0pWL%?1AkXn7OlT1psqU>l3UN$I&R6XW zJhaPh+A&(7jz8M;)+qWRbA;GSJlbK7s*96I8&p3h`++AN@9T?p6a5m=jXc|sHuKHf zN6GY@ZQ8NkY_zNr@xw;vWaSbyyRW<%6Xp~nF>c7XUse4kW@ER>akHxsASe-TW+GF0 z*5TVwwdXS`K335ATRPqZ1PUz08!GHv!cmR;a1XstQ5sSv^gdM>SWMFO(vb(w_S2`g2+_A;)?53&9q-R}23-Y>;1nGi=n) zF#pzVfMouc+c226?EYN_JFLeX2iHh7dm#6WUPx#CDaV;BSB`v&*p`ljzFdEPqddXM zIc;8uJVJBvYHKU%5ah-C9mITW|vicbm0%6^!}X& ze|15K2}j@rR7&Z@ z;Kzs!dNhd&8>DT4j%b{TzhV7islUlK*GU@grEVcu2~MQfzs426T#SA0D}^l+dm{NJ z$BJVC@0FiekqMTXKmS1)r-=EAF0b!cJ_R;%$sar~nLURwU0{0lZ9ieu1=W!-teG-T z{rpDSmN+PstP1(Q_F&nH4_Kt>&sde3sHu( z-yq#lEz;TzbS6~;R6(D^=eAGq0BYYxy9PjWbkpOfYm!@ z$>grcv3k?+15uhd>-LniO_Cg6XEy#bw^_`RhCKLUwh%0JY7t!GS zoDTHTnruXKtd+&@qCas@xFjtV?@g(wp{k3hanH*T?p5@lyG}k_e#B#+?mu5*Vtt#8 zd;-EKmUs-pz#a6jD}s#GHsq2j=0sP9yM0XeI6D={Ba@YNM$zBx+75FDoza|y{peN- ziG~e{w({*Oddld{QmM&Pc=CxNjk*McwX1~Z!o_lIrc%3lR)|86^51HqE!bfqUe;N_ zIRpJlHn=mG{DM_v>^IVr3*IqbRjuJBZ;;2qC z$*T=lXiWYNa%i{aPnB2$Y{<9CwP4Z^3R82tQ{5HEFV^E_L0ihWoi)H7>WN4;J?KmCfQij-#CD3l^-~1E z??I9ud|=_5YD@3(^L9>}3qyQ6iA_YpZ!7niarAx;J4Jt1;@A8|Dl)SGXVBnz({HZ( z8l_ij6KTU%!3dErH`;CWw6Z5e0IHlF)-Y`BsMl(P?Tim52N>Fu;M^i!;Q@`+Cfc)821B*1F5$aBy`Rqm*y- z>tW28)y4O8$NnFFh1V#ye8P+=$;97&Y9O}P5ufMw+uY>U?goHA`pyX-ajR_ntF8l^ z{Ee=IKEwRmH3b;||6fyB;=d&hoyvI6X;O!S!xh@AjSNIH_BaB4<_wL);4(^sl@~Xn zFn@|JiKo`p)}=oVqoxl+B@9}INz;dh77hk|)P5m`yOv{$C*@)8!NcQo%{b}%Gbigj zPbg!!$AdjSJ|5eG_+7q(Zcdd|G%6|nw1SZyYjmhIoHURih=+neQM4285VP|Jm0E8e z1$qr|m7d{}CE1i^o*KSn6f{n0l#T&-hfMhV223MZ(&)`QcB2&3zz(aGC3K-7fK^3; zO{*SO8b^TN-2Owxf(_ta*W{C5a;uhS`Bet?&Fi+zp%*RdqhRP_$8`WQIV`_-;l}E< z|GFduw!X0RS7}aMI1 zPDTXz1YqzI!;xzwk8d9WbSTrkCLF=9!YkY{+WrBA{X)DHQJ*JB`rr#5A>fsA95>s- zNTlV>V0&Rv31fn-RbNGQ*i;%JtHF*fcAMuy+L!?C$ASR5K?zA$8-g??Ssw>r!-iBr zIX3tAu@jOyAuX>DLt2{%I81}VjM4d#ltjAa9@^25IKy#pV3*+7bc`}x>?BHgrmDT- zq23lfU=`6e31YMgvr7cnlGQ2U!tB5;a-cdpIRAeQz-g_x9=71L?O-bjXu*2e#0>#k zyMiK02ax^ztq%AZi&|=pw2ccT*!;Nhc}ozYir`tX?!U!$PKYcwH!=J49uVM=_EZl} zs#QMoDZ0%q*(pEKRY&&hO!n~B{dDk$7tz<+Eg_ZKmzU-M1vZU`7g{LsMn&n@oj!0< z3DBd69|hlyJXqtWIYcpHp88-H+YJoJ@83!TKNv}@wqj}P4zU5S6!Fnx840J(3YguV zWPZK+Hp?9jF$nHn-9j5JP!r>`Z;+kisL3eA#5+!hZ$sR(cpH^TW<@A=hrWA#c9852 z2?-%SC)-1x!95&9`Nxit{}YG+JO0N~M*H7V)@_3?PCS(7!I3CT%Wo3x>EYwEgGys$ zbAmL`#|}Bf#ZGbMrwItG$H$e5DsGI3L5|3GCv1^Gr8&E@Z={xanH-|0Ya zc{rRk`e9dVa7L4ZZDN~+SiU*{{C`OW4`9=UuErsgvM9GVMdZP`|A zs=}*4(xBMo=hDRPhntp;ZqDTAVz0pdaP^!Mz<){=Q{X|`^x6-bqAOpH-~fUtc`8N zD}b*cjUo(HHYndeib>w!4*L-6<`o9wAv*I8;OU_K{4mj z7D-mbwS*lBZUa;l7{zEwICpGUyV+CV7BIV222KNchG-~a*tNBt-BGrbV*nQCojKqm zeN(sdLCT{xS~%S+$0h?X_qp}1O9Y=L_=oUvV+s0=e|gh-(WC7Vh=8n*dhruP@qT0 znt0})PZ}3c@W&CJs9Ps&O381IHxrvqV=u>L8TY)mbw711j+~YP*C1O##pz&i_Tbd5 zKYk`Uno6(oWQybjo&W*%bNWl^B1Hdc*?`%9BXiWxF#pzz2P*%U7yomiTR8-ZAGURZ zKC&K2$k?ePQKYH45JhBEsAX-dsF)h19Y88!QINtHFx;2J7C$kbk<%+7FZja?`~$Mt zL&eLW`R*%9#SJCu$=K}!CSbnU6Q77$zhJmR?6n*m6KN9A<+QQ>%cj?`m!r!@%PP}f z5!a|M7;$N{7i4=z4a8mZf#F}1ZU*_F)eVj{h{VR4$3dT(^C0{D=^4J0 ze{Rn(G|d+L#)?CpcdY*3!C5qcznLHCGswU7JW%)ksT1}5o}aEGc*^O_Qlj0F?5#z7 z%{c;tD<`9(ImU~deYSxnA6R;@@856`|Z|wru zHCnkW8x84SUU(Y_QpQY{gEpPp2d=QN7K47-$E4be>#zN)@PAF}*DqbrFSMYt6f%wC z(aN{?<05Qj#lNxR#nSr-sqi?#%p~8X8nx zQ+=FMCbM0|$p@D=Z^A1$LiPYl6q8gzb-Hx^I?87XpK7(PGrr=nk{^3cZM66JsqYk% zslZ-PmA&Bs;wjSzRWufL4@Og}*FwcdzgNJP5UJ%D{F~b+{iwdzy^12d#oV3xSf|Ej z+V_Wz>>C;FWehP)XYe|PuM?)i)P?#wJVQ{=H7gkUFfB+z8 z+~nk0d44nA_z+kQ->OD5PLSWhd+AJeP_=>~EaTcy+?5HBdMDbkrEYJ%-cYj|Z4sPT zcToc10CLVKQUN-9FZ4S~P6*Q1+$o)DNe5FHQVqXXTa5~5GMyHg$=|AZvW z`c|0ePEUZxQRTo}r#!$p^e##QJcsxR2KIj)qN_9)g`llRZ$$0g*3Gr^17**mIFJV!1-c*!n!H!Qi z)yx-kR>vDFD=X-`S&~SrJ?-wZ_!-Epc{tqmq_6o7LRGE~XTCv0DS!xSUX&k8E2J9w zfLio%C;D|4g;8-YFr>_gZ!O{Ii&uVz4_1@ek!Z9|e<~h{fWGcBP~v{3L`vjgtS3}X zf1H>3X}SlC9;75`^rJgu@dDs?sDAJFD+#brNnXklED?sgJw>UO1lph{5tLCr7b@sB>(7wSb2N`Q(|Z;@tx$H*kDD z{Y&WS!>RiL;dM`RG-0yf2|_Q)XnR61Ro>4Ri`^MCo+7z`bP;Qkz>~%8FcM`EfpVT1 zLb~9xjR}ir!TJzt0~~uG@{s`eLYkF>I|98kT1Xg^TQHq4+(y} z@tW3BBRRf~vqNxiodf15V{u*#NdIGaGs$@A9m?B;)Bv`vzV|9J<){hUAep zYiVk-7(qk@L#1VNxi1KexODvFLhNM1yoHYL0qk7g2T+y~7_js$q^KS1PNHA3y0Y>Aw+JqQf&%a1oj6b)0{MsiX}FG zj+=A7_zYqemw_Ss_`OO?GUOyS#aMk4dXrmNB83h!!pt%i?q-=ATgYW4Muh9B^8ldT zcujJN#kreqVC*L8D>NK;@azI2j?8d7kjA)}MIxJNsGb_+GEzqpw5Yeo1a}N2)_TD? zE~di4rUWs17vW18H(a(8QUgX*v7Ryj@5#udpGljkY=ddH0ovZxR-`jrY)rfWcv-Ke zgoU!wy+QxgP2ZAxp|jmIUy*{sj2_aVmLcwlV?D6+|D)|Kfa2PgM&Uh!yIXK45FCPs zL4&&mCrEGz?hFw-dUdbvUOwIDg28&EvrNPi?Yz#A0W>tIDI(=l9xmkpbt#qPbU@nu5dpp5te#23 zTm(%@i2oE>B`xUig@Xu?Ay19RRXDnWdDBcbh^ZNa7H*CqNrb6!%<(~y%UUHaZe{XV z66}0!?+~uP&KyIBRnhgp0L_1c-A9~FU7VCG8|wLNcUWTdQP}mJ7@0_e=z^0VC~dD= z!@{DX^W!~RQ3P4O-pecOk#C8zi1_;1SL|)4O^$$`jxDGpHqFK=xBjbh-^PQ_E-Mft zn=uVFwyAQRdc_RtjZBcYpmE|l1x-cVqw$Sd+mkWx~R}Wakw-D5yg>T zO4R&`E-e^4S6h8URWeMAda3a&VXUAJt0mg0e=ta7l`u3j zD!PS^vQIw2!hGGN+;Xs$XMRg<8sKxP2uK&S=Ba;ysw#b4*AU=eEWX@EppSZzd6}G7yk8H;NOI=8*D3 zgX}S_;=_lrI>065gL@2L6J`A?;p?Idgh_%^fLRyLutCIfSQ%Zk z#E$;<4`J?La3oxzx?I2Rz*nX@GtD-+r{NW^evj8ZqjgXfJ2B-JuN9PUPa6@;%0XK4 zS&qVAaJHC8Dz5Fz6&C_qZW>&Xl-cC_rjj8Q*@X&U94scLCcA>52btW6KQlBEj;lVK zZIc`MdS*uSp2SNgFc|a}7?^--C^~WK)So5PmXwzdX$_fbZB@8!8^m@V*MFp$f4_|3 z7ssh>@jTy-p@xLBxt=p_7ClGld%Y_5<-yZ3)G@kkNqPB%Cv6JX2WSP$?}2d+Wa6w3&h6sCCAc4rk!?;e8nf1U`wJGory2?U_vZD?I1()FLG&Y-ft zm^#zIVgBB)kQ}9&}Y^d;3PzTu72xW-A=!NO{mv1oz-c5&A`jJxzA`@x-J&jxZj*9ZGc@Mh z{a268nt_1pZ;@%&22Qxp0v>5uCK4NE0v1zUtvyVa^W}1!kgE?kw(n_H15x z@-8q4ID@ABgU{>%0>!VRYdgQ90FZCi>9gPH!;jl;j7BDuYZ59}i{C&0>&^Phuo?&) zuJ5qG8E5n8QNx3*orPa-T14+rz!M0z z|K!t$()4ZZZ0eHq4#R8p<~Q>2!#Nm7)E#4w^OVf$_s{>n4zkuir4KUlAM{De=3@xvG+IHwM7PQ2y9e9P+38N82VC81)x*mQqJY0!8-X*fr>T%0|;R2Q(e zi;~ll#$oj3tLfOuvyrkRzLW|bYVL2SHCrYmp-vkc>shny{x^eNX5U+3pRsg}?Fpz% z33S5QUbiw&#%fxO9RlAFn%&8bZK)jbOhe5T=kq&s8K02d3;VQs7sx=nda*CI`?e3Y zD8$q1`zzo#_w>ZZfxTG|A_l>ju`hN>%IVu^a;XB6hF9?F84cb7c0UoF$5s~0IcVj* zOpB}r%ZEbP!QZkjK0XqPXbII8!bbZf2E+V;`CjZ`V;#dG8v!Ur&s zd3Tedpc)5ZyW5MoWG+l<4eoqcWoG$Vg7uOq?#~goGBWqZm+l$f#3kS^u5~5&v&8_4>`ja^PSbV1%ZD1Bnz6;|vY_^jI z^_jBEyDwmxX2cMxL;r_zh6}yO!?WfAdPOud(tQnXa|??0XMtCtE2qZEvs-+O3|O3- zaR)aX*(SsW`6A;Kg!Wa4Zt<;gR*10avHdm?A}m&PC92!Ai|CrO4fI6!@`r0 zAd+a`qVpmm2EJQvuh1fZ0ChsK+^>)OGMBq7iLjH=!`^A=9|)(SLbVtzh^aKZNc1q5 zF2qZ7!x8oG$>N~{tfC*Zy}ml5@TElOF=M%)H$7gNkiEqDxLGc-4$k3_uq55OO!f_V zL4^Df8;6W4C@g}T7gd))shO33?YOqZj)#Pcs86J4ThMW7@#$vYbS=CiJ1eejUtCpvo!ggM6bDN4&ICqif(DiQn;!+Uuk2Prj(X6eWDf2a@S`Vd9T}h8 zpz?Lm&#$Nj^yEDEU!rz>(V`KV-MQ)OcHfK*?wE|mOcFcr{m?KssH#FJbMYb>t?%$7 zve@dQ_D%(PxhJNKT>_}xTmG!)3}gy&3^Y-BH&3EN?A=)oSp7l@@YloqF9^}ao2m|O z=~DPwm7Ui=(4ig^iV_6(r!h%$zUcAY9kDgP`zP4=5Po&n+XmH zl|eGZ;9P@cV*3x3Ik#%DV2Z#+Pye4tCt+Wrp@Y{azh*(fVG-Crl%k zt2H$A+wJH1$n{QQ(3Ri)MR{|3pOzN_1Ne@}%V6T!;=l@d5_*_f#mw7d;zJC%f^X?3 zJC4&I@Ag|psyzbjDr#k&j&LkVrOI}%nE#hvL0J2zdIcf*551BuCTE~d*!QsUOCF_` zm6%S?txAe0fo>sGhmufWM@<4Hl2Bi~NFy9M?B&+#bILM7mZp+)7OlBlsoV(UiO%7u zPepOp5|s9dp28)+e*Kb3oc~~0dC|CVqM~wt@vzu(kuZ|Ji)Y4IDjDfCjddm) zy{dS|hvH1l;MVqBN0?r#Z6*o;RsfkF8P6?aK-U(nbz3ovO(Xd0S-X~_S&xe!T5wWP+6>V(?#7V*Ij7Yfoh zU*8BC^Vm6fFHe694_yiwlGdZi!Q46!RcQ|yh^$#Y!g~6an1CmzwNU(B#9~yG91-0k zR;R5If>K%wXjb78N*uk0R9t%TBaQW0oM1`h(1*|tK+sK2k(DCLR*sAoL8q_fJhj=V z;0@~Fe7o>s1E+@6B@t@0hZ0vla*j6eM4uCs62xycfha4&B>h&X4qGtuUD$>NS&4+& zCt!vJ!2%;Lh6nPOO&F7hy(1r=Qs07#?@aAjfc;P{H`HUWa%kSPHouG~BIew|P9++I zY0TY-m1#%$Bbl3yBY$|_ipF#(k{g0hln0JpgwwHcZF^ivW(S%M5nI<&S~4|P&Zr}N4e11 z9-As-_j7w_-+IjugeKM86+LX#=Y&L{nyMm+J011U(?{}FTL-*KyNmNds` z-AY4oE*xtX>c7O?V|2=C%%|u?R@QL^ndG2hC>zl4smSwz?veHj$kExR2<6?-c+mZg z>XXc@6xevg9GXUKg*Q}=7nv{49rr<)$laE*vt)$IPeLn$?&ZN3phaXZ^c>D<>xV&F zC^}6#xMKDOWq@3f^FrT$LK0wnKdAEdD;q#hlK9bl7f3PSEcgJJeUwl}`jQY<4i-U? zV2$(23}(UA`K+aMcf=;}qL(nL*xjb;cnWxrAxJz`tU5P(#onpcP z3RibyQH}YGQDrM@_*bYl@YF=MA0^ohv^Klo&{ zXi~&Izb7SHzofMft3=aag2YZb8F`w_QPg6^v*T4w`<^R^IJhE*thk(zoYwqeGNZ!# zS3=x>4KxtnKb0_G{SOHnuSM&E0J1A4;a{0JR?#1S={2(tR&0teC~$fEk;|0!>7r5A z@(oQKEH{u!p5gAJ@_{&f?dOK!`>|K6k;>Hj4Lb+l`^%TC{b~uc)g*S_?Ftvbz}wb^ zMqv}X7|!M5{~x1Q|7U=#0X^)l+rRuoTL)FGm*M1u)%@lp;j|6q`2rmSi7wjgpGPL- zhJV^`$glqI$mDFGOVk&*!5Wq{TA(ccij)|$g-<^5X+0sSbp>Z}%-(F2hr_FvGgLn+ zzJZCAi0!9&Gz~m-_hdiuVJef0Z}tDm55@kK&(1aIra-cwj{e2QR)k=oyDNeFx>eO@ zF&gbieKJAeL?Qp97|FD>(8r60&eA9?J=NZWBnpO9C^hNR0Ncb2$W_G()@Yz+NIR} zUS6}w)?-p!9gun7z&cesu4WZED;=r%htPgtr)=2p<2XyJb0(*HKlu_MrTyvzxK?wx zJ3n~(?h^nZ-7}QLInYL37;;iDtMINsg2MI|6dfexUb((IAA7~1V8t|Y%40IsxgPX` zD5rI-rGVv$aFpkdJMGehQ(m~G|b5Gs$&jWlif>z?K%L3mXyEst%y z1}&(FZx5^Cb9wEkE0f0b161IgDU@qS3J0iZqzQGPq5yyb9^QA4x0@w_bQVtb)?W#8 z+FOyS;q0G+opr1A!gg%!XE~o3?h)-E0v;riTI;zB8&K@y_f|_nXRz?h^QJmEm5=iRI*CfqlfmFZ_#@dBGbQthM!`@`E4>=DjAep~>Rq)R0| z9PkWMImW=yjrm&BBnAy_QI}6IkE_5v6?oRI7(#-u`OKUo1c7X?n76A&ymDW`U zUSGM9efExkJF8siF5IQ7mcgCM0@2Qn-rNswnT5XprV@x&lUctqI3Cv2W~6nUOS!^tD!@|9Z|~UQ$upUT5RVKiq;lS&3r~=^y*AO zo$2A7_x?U_k2n`TC&~Ifu9e9g(F}UTt0I+0J;i}1!1LPe;yz|-^zv#e88A(JrjQvS z^-31*IAuexR(>$9FjU%OJ#@l;vZodHrt6K=Z2pfFIUUIoAUFl(M+KL?mL{wi`^fV- zh_3=Q=_a#qD1VUxN+BSMBZwPCb@j~|91SW`skP>Df-dIMZ! zWZa2Xyda z%x?$Tr-u7dc1__@ZdtYGI^h2Bu_D^%j>`TzoZ-BgD;4!DX;?|zdW>j(u$tbdy;bl4 zrBr!Bs((xXyZ{#Hpu+zjkauk+PfI43M8A8XfU^c|UM z#V1dA?KdgzX924-Z~LNSDwnN|pX8gRIelgORUQ$$jNU0Xi6lA2KKjnPI*C){%X#I` zFhh!DUF(w{ugLuwbizM7gvYYcWVLw>T0emWz3R(*ilb(nae*g>Qy~(%R4!Y#HFz45 z37)NjvY&jr!;XH16YoqHCaSmNkeg>F%5ad)mP1vFLJ~m+qhd zVRniN=~(tE@`{s7xkv9!|66KDYWo>*t^S_x1I9Y&cGa+_EPDA9<^FfQ-J78h2jllY zm?;t*Sa?3Auah6YbtS5eUIipVKMt8Y+?zmb#g6S+cywN*8F)DH>U$UZ%^(F!zHQV2 z@)qvP$bW2q_wDzSGJb3#yGy!2YiL7d4N@y#Xk|DINPjC(F!?x&d0mUp}wJcZPS zf}*siabjA*xXtNQ?SC|p`oWxE3~?T3UV1{{k#Ch@)V}U)&FPf*!~Gp6b>PpsGEtiJ z19Jb0GR`I9k0Y%*UPt*0`%We|vr~)X9iaUXX^qp2G?70mE+FDB6c-H~=5NP=*L$KT%kwXk3$<;3mb-!E69Pz7erk}!Q7Lb1vLk#Uk%F&5 zr(*#XNQjgH5$6937teo;%i}+A8I}OSi$#2?!P0EXl7{pi$zj%O0}#CfApxP9gxA0_ z2F~|7@VafNY|5V>4Zi)0M?>H+f9q!lSN);C)5IO&`JUk&Gq_<)a)iwwBF4uyaS`l= zQqwu147mNZxlr;^7lb&V4=FGhp*F_)<1=Xn4j2+0EqWB{t#zDp?;`2J@Zhlh?YFbJ z?Dd=aEJ`unjVxK)ZDBVU44wHFZA&)(V>cKLXjw?qp86OrgzP1PU~ho*9nl0(yFa$4O(m{rG=t!jFsM(L9FS6A4r(kP?f{6glVcCDEi zEje;>-cH=*AOR&)B}SO%rAtG5CrfK;swwIr-LcLHFAo7G*|QU+QP0cdxdvZ_Qcs`7 z0^N;3G!|A-nBljc*_5C5UltbbY)%1vB0P%_&s^d)j(f}InrCH51QS~KMUUoWTMQ< zJ0JbDQ0eR%EmX=bjP4((*Zc0B(}vtZNqP6#e&lDN4|Ccp_bY<|1pcj3M=>69UQ=ao2(<}-HSi-Kf>Za<$r{@Klndo#7Rq= zqGzP}WPAdVTVWxRBglO&mAluXEGUJe{`({1-8kGk1g+Iz(wCCAwNGi)Ol6dEPKugL z6PS1yroTp1O!DtDJX*`sp7k{xgnsvQ66sh>FZB{1xY@r87`bRYnD;yYf*>@wsEFYI zd_9m*Xs`OoSZbJnx#BqZh+T@G=bAGh6Pjldx?w}TpGb>(zY2QW{o|#us{DtS6`H}r z%&u=g$5n54o9&PpqsTqc+S>q@4!Dlq%FbkfOU=GMiUJjW&TClO^M>}d800FdirFo; z@ps4ACu4O&$1P*3_a=2|))Ph;^qvw4ipzi}kHo!pf4r`GRm!P}fG$u^vZIg8wI<(& zCc5ncRvRW*wMtr>-!{1AWs6BAJKWY5d+;oH1nsX>4YfLYmgLHSCmt>Kb9XQQmLDTC zm6Xd{n^QJk2cVF%AV6wa+m|K%I(GJvU)0Yt_CoW0T05vmFC4KF@S;7Eqj@5{w};3; z`gwMre1LwbZ76$OGyPb|^mCq#MB@q@l@Z}mnmjCcc=ztd=G<*Ukp|uz9X~=*xzB={ z0BF~anq=ZhyDlPzAk%KXx)}9NLpyxX>Vdwj@TOk?YKr|0<516yZ#(q(uH~tBaAUlf5k&^aRb;$o7qfpMi=KGwvnR2lM8+8!266rGUyvYfXMs0~}g> z*rGm%wj6AhqNxEB>`5(~(RRT^?S?sK({);RPF_v~pb)&f7Fo6kdbmHN|3V*wbYJ&< zoKif5lXEMlR=>xQgKBzz!Ye|yTyx4D*7y@|&I1x4ugO;iN^u_FD_Wg9^6Wy0bK?8f zx?!-o2bGlJdge`Vp{l99ho zE&5K)Ut}u(?9UPoSpS8D)4*Z=UeQ1LL%DW>e&<>Q(>zo=%0YfN50G(b0MK(#4t$RP zKbLuduz&n4f&VD-PAq^66@h!=&QrPul@grQ9!U56$+zwP?HRw;p-Z~o5B%=|#d($r z4^9}yEc|`$zwQj+!#_qu{trap^)~)hekz1Cnu)+7EIKl2lC;b1_M)~bMp`z0GJbNn zmj`REb;=Fpzv#eQu%YYdH*Urf_j}-l9mJ|Ud5`~{4R-KPQA5c6H)_8=7+D)wlJ*6T z2-)bDR_5h%bajA( zKLYDI*(DbOh)U{H>(j;>KnBte}7eMHzNWih{n0k08w-#9i@e4+T#EQdz(r8^@Bn<8cs7c zK_q2NOJ|)nZi=jwk;(?VV^umo&e%_EZ(s@&?MIcP7Kj~0jTXcF%dV2~s{Ksxvk!Y5xDKn#gzAbE=i!Y&sRD(G|Cmfo4fm-e;A z8(vnX%e_|1Gxkq?UYRVBnK1{6Bdo>OZzxv{8o0ZOtR2|}?d*c?qP^-asym9&!^Sa| z-q#sX2R9(D zh#hP^XH;`Uxk-f#<`ODZro@hlp6StW`CPR{dW>FZxIhAqhj!6e(nh9VN9XY3Thz6cP<$`5^HBRbUH#QvWXR@;k4#)3maEpha#4|7QDn|e$;r_!bObhX zHYWg|El>duGveZ~m$bC%J07j}O9{E3Tr{*((>CTyzW&vTOV-p6ZXK#o1e8cmXDkxk zV^95ox&Dol7M2l-VPbl!rP#dcUpKlp!YOZmo?KCVqvZly*2n3>GLHvKvh!y~ye~WO zPG#L4MMa#4h5Yq}R7pQ23mIm~6nHCrHX_*!PJzeQ^1$|oSGzW1kcWS~7 zl};%*$h)_zStYHAxIfhsq_YPu+VD*u-FH0uWsvqoV1RegKD44+;0p#QcA13rxyLco%tC{kd_FcbuM5u-y? zlzs+b{f2`k77v+UNP5#~pF>sGnvia{f^w=K&Qj;mkWrT6bl^7=7ZO^i4iflCfC(~| zS<-(ce?B3@!= zk8EfrdGh#0eL6jmQ9-8_GexO(*A;%Y2Yw_Keti(kDBj<3l=6~ zr{~@rd`hs($;=aKI-q(pGFQt0KHxUhx~$Oje4Owo}}}eXRfE*c~a6>z;YM z1AKA8YiWB@9{u~;eDZc%@-^P0q}yk2&&K9yu2h%HTZ}KsVKydl8DGjl*LQ3 zZ4e*yG$G-YPgF@@vREy8$U|_q&-;R}N2}R7vEynCZB$Qr(^aVay zO9Gv+24k&6)Es08cKz}k6nt)(em2(%O2fX{Piewwq9!HSHvE+K4n=@X-0p)g<+!^j z;|*4h?COT~p72@d@GzO_cZn%2#8*N5FthhtGrQ*3b~-CN_I=O~_pgQ8QD(!hnDuZn zt-q&|gZVJM7(e)fOOQGe#mJ3U`FpM+R8uP77z@`dA-Z_8`G3|nPlRtx_FQ)rl=Gt~ zP+}EG_{i=?7Km7(*q?2tx^+qjJ(Y0knl--^ldpdzv6@K3vEKa_CSN$osry zH*8;6kVo}Unm39X1FwhjwVk4!bYOW*knMfXcL9Yr}Z8|_r1|Pu{8-q>uVC=H&<~2 z<2F_PwI{0Uc-Kqi0d9cdNU3=jM-rO z_0n}2o8v}Pxb4u=)=q}CT`~6}ggO1{uc zW77$Z4fgU&3l13@b4mve!omwc=*1AT!P%YL%E$M=+{vo-w=Zco`}5ddwTNql(#vPX zYgz1SFuwMd)CTWJMa&to4D<G7rrVOJB9T%P6&rqtB=RB4~AUswA=8~z<9 zt|LPK(^&#H5Stp+KASrCQY+j85m=Eh-<)zTOnhlb_m94}iPt4US@IB@r=&W#+8cX#?M{-? zy#P=Cmmx$Q?7qUqGl+)P_|Xg*V$BK%Pu{zK`tIQ=W*KgE8}*B`KU(Rv{B)P!%dLi< zI-Y@AO7s^W3!|88JCLyXJ{WweFrrL}rnd~_4a8_u%N*TxoP7iK+|NA;SUmQOxJe&~ zVHZ}BTx`A{krr;y`tb{UZeBXKKJ2PFNIP@0$a`}PX+4#C zq4ECtal_bKcI}!DGA|Y%cQffT4#l0J{NApJ?aA!?4`JdI0*Si zdV_rC5*zz}+=qWS6MZ8CLFqsEFb;MHi~cO*|8M;Vo$;iM2_!+ZN_~OUJF{|xTIU?T z%;fa=6hoWF8mfQxAJDL0N2k^Q%YUH7f_ihFAL;jJ)WCn0(@g`1`P(@U=wCVA@P(Ts zZfgQF!oI+RShW}$ceSX*$Eyr^g|G4ErQ>6xG$q1kbL68!5>dCeO_dGoc9wH;^u9=- z6l%U!D~Zwn(%&hQ8=)hk*wB0It;r?Lp!XI8rCa&h2Ud^Vc zaaxb{9jA8B#;g1uEI{RJ)JKah1%k3O-}o{u9%R)JPg?3jomITc++$UZWCg1+#R$p; zlBtFQgMIXKdf3m9Et51Np6*~->idkF*Vfm)TL+z<0u-XWV(p`|?Kdj64nE|)=VhJZ zqP=X6Pl!J(WToGE{hX}iJy{`be74oSgXW}qQ|oIozVtNM5|oJc)<)V?hrE`oJ5|*| zjKKU#!GE5otj@m5&A9GkgB&%U1I3$M+t;08rSVmG%daY&CIc8NwNPfnZRT z^wNZNZGGz$s@pn;Cw&Wc6PPSefObXCT_?-zIrDRL0dkw?RQAsuYX;)Qkt;ybZD^?> z{ZQ|vjP76MS19Uk=6e^{ z_5j{>UlgY5Odq`G)umF4uU}f1doMP15(AwE&HL@g$%#&@w*3AByWeo^JxESf4#!nz zIyXYXE{1Fw85kHUSUZ4f!HVEjbzFi!v(EpcYTLi7(28w>)Y08(glSx4_JiZ7HoxSd zcxjx*#xRQhECFde)d^1U+C0KQ66Bbm*p>^*h%y7b1gX{Y-B^ol{~M|+IF zAi1fX6@r$n+_7Qqz1N0Ddr+#*xLMSvm7!0%vhIzl+WO5)lSJuWV1A0BlT9^ElU^pH zxkZG@A*>kC7NmW8MH0wGao3FwEfyBViq-|9rylPk9SY+aGrpLuH$Pk5xAz;-(-(JH zE^#0RO$Bj@NRi(G`>`@19V5nfG;b(?MsXJrylMosIHo8eiVu75?moU=>CC;>&6_82 z5$sEPLX#IxO8P<8)Q9isJxr>koM7g9_!*EJ_j6JF91kp>^B7NBkC{=u(O=ow=|=$j z@@fk;XY5?Y0OS?}kV#wBy|(b)4_D>9eoCG_gG57^AbQj5hwAwdrVyaKGinm+|$Y#_ZW7Jw74*OLM*M;>_x08etJvuR} zwRUcMVe}nPGN}KStZ*!j>KEJ9n$KeF_rlIqJMgI_8*x<=MB$qNmB}Mjz#JT*0i5GU zwn>hvyckuSIRK@I1|8}{%LscxRyMM}-&Zqb`IQltkHV*doiF-7ji$Q9c}|ths<4fJ z^QV1o)<69SSrh4sgwC1ss!!3957C7tg)jy50yUvG6Ufr$F$2#8Y+K>XMHn%`22^no2qVrbZJNAO`+Dd! zH)}YliZ~RK@ZM6Nd{g*@!_WwQ**5GkEyhtq?Xx1u4|e>p4*WoJ?GuKB(s}!pcNaxR>BrED|uOEF`mqVZZSA z?+rAht<`54)>}@SK7(jR-5(8PM?d-mpns~kC#&B)yMfqB1WIxo00>+N+>5+W)FTGkAu~g-3$?7ug4`18Uz+@ zlHXrY`n8i-(jgAZ!n9? zeH51JV%QsYg5tYk?V7pz*@60`Q#=TZ4nJLdzwtwoN&qV^S7%9U%}D8_amBBK5l{t_ z{9x+HG_tOxPjN#rqCGzJ$GZ1x;9F)+KAbizLOwgdB=Y0OkU@o&YSJ-_QGjG_wv<91bU5mOJyMlo9F1|xE#RX_W;xjaG8G$yj=&baY4yCYl z3=0aV`KRuDz9M6GW`BG{|595ig>0e8U#IQr-o~B14j=7BR2^U>`myjmm#7~H;+wWk z)3jP>WvOy~t#JV5jt_^5>8tnvavDZYdCIY6#?{;^ta+goj^-}l-Vb}qZ#~E~`DWc^ zmGpsYi&kn5IwkbpD9w{W%}*VNq_0 zA+$D^{j;7gbBQbq19#4B0p6vzSeYXbn|fM27QOsgN1@<~v(7PhozY7r(b8-@3)q&J5Cgu;r@$|Z&A5b@&86RZEwh=|O5f&CNpvH8r`{d5 zD4gkh0tgy$h)>KdW(5be_bT~?#9(qqP-(q@im=)0JUZy)7Q~NIXbJ3vRp)%X9R#D0 zY7yA!`?YKppuqM5U7m0URMvB^H6B#lSjuAQa6F$1$!W#D(N{sMPA&!knq}mDL^QP- zWS$_dwi%(=Zs~cJFA;sS>EQRq)xX-~y0=^$kk{%6WP2TDgZfyiNBREs7a_q~a@dO~ z{XlVxzKY+Y7tw3j@>sLI?Lej-eSw%~oc6w2cG{_Nl~T7^Ag ziN2Wv)H(9SdQ>4|WK`OrOag>0iOek8y|!rfs#`uTrM5ocr+|F=SEe|hLu5J(vQ~YE z!mC>AJ^hcL-zOG`PO@zT%O}2;Q1%x?vHj?;-;9trM_pRjIcNII?+5N%d_nzDMv1DZ9C#5va93Tw z93WN{3VA{KDw&evfhNRQhm7n)5QT$dpoPoR_BSDqCu7z!7^@nA&(AeaCFrs~PqNTU zzpWr(^lvBm70Z2-1;l$qFh-1$hTn}Xj7;2$7;3X$n_ z&{=xKT#kj81^Gz@C65o_x?+#WPT14RR_@Bfvw9=>Y0;nY1Tub%=^1xsDOPx4FvP6! zQm=n}5hBGX<%0%QEWV_H>VjHXMQViROp|UTu{W%B8T*@Jk*ZK6oXE0(lHPCj*=XG= zA1*iy@5EFJ9|7|g5JhMW5;!nOnp$x%yY9)wDX;%dJ)@=u-HRvFPg(m}=p&hedN83? zUCYe;sY#7!t7(}rinHPQ;;*QcyojX(&?Bi);+FcIxj3&@>h{O^rO1x;f1W3%s>!AO z&~|A9#DF&f#qAQ=Au|4BFfzN3%A8B+y+|rPtI3JJgM9=kJ<3bJGi_C2$Z}#6 zyKKz$!!doMc|0?JzzC;q5L-TsH zQ$7+^0hzH$*t+BA9OW35M>(qNQ5*@ymRHb{ zo@$Y+&3^IZWTi{#VzAwkVOsW*60b`jr%i+Y0vx2m{Aw*i zG1>sBXZ;KK9eT6Jfjr9)j%lo)}$=|gh)1FnY zq=Q1o^(XcP>m-IWF~E$e6#3@z4IkNcgJ=F`jC)U&j@5`X9_^;qZO=22aFWZIclow4 zcj-q(PT4=>ZoobxIv4s)mzO(D`eg8~cFws(DmW^LmF`tH{xg>#p8W-vK;STc>!3s| z{=+&-A8{hmChY5YRTS3sZKH@5S5J@lsWR75A!o93dI@>ldvG2eYG5#Vq{B;tbe1Uc zI}E-SlL$e~U{N~3SFom84cO2O z)eD>(V{5QNq94Yx0AM_cZ{stFaBNm+60rEKAJv|=&^0&&D6YLj#(`%J6)Oq|0z8NB zu$3Si49L=#FL-JTQLntWnEfawcGFYKc8kTFFcH^rzbKQGZ&d zc|t+pLI~;HqjkDTmQn_Pel=bHxoc@9sco5r)TL^iO>vf96{?Y1sYZctRMainQB3o^ zmB3sXt)g-nah|`!UgOy`M+gd3q54T@oGYM1v3|ZiZ8*UIk;rs6*0i{E?6}PrAG9bv z{g$BiCiCgRG?0ymTCmBJ(o`t+IZ16O#l_&Kd$p=E73zNhN9rPqNX7w9Z8CpC3m zY_)m`lGI&w}w``ou-x}N+-A1{d}23lBNDt8Eu08Zb@Yz`}6fs7`QI3J%$*m z^>s+Ko|aTP2Ej_G8EO87&o7Cj199VC#(1|vCjtYIk>#fsKPe#`FynH~VYau8iff`2 z=Xb0BhrPFsiYr?hN4uK_8h3Yh4+#m@xFk3P2-a92xVtox-~kd6G-%Ke+_iB?@DN-Y zg1bu~@avg7_xtYLH*3vWvwrWd_s&|UkJUcAdhe>*Rr^%cW)+toPi|A&1#{-VBCL2C zF~HDdLs?YCiz*Y0KOG={W-sS@W)?s?kmQK+C0G)nz~Y?B{)IV#E<)gh|1n zkqy_X%+LErBrr-dkWW*7d?D#EV_^C;R?+Ez1XtFpM^7I!35?f|31jXCQt1Qc30&u_ zLzmK#lx~cHG<;Yodx@SnZbat!fEEm-a-;?~3e<}tWhYsh`JF5!m&%gjj-#Lj7x-=N zsbdX$_G|4!7QL-GTQf+j3)e^9z;yYip`OXI7~}OStU%BAvh1jnT|-7UE-O~lGlo~P zkD27Q=2+9#8=~^*V~s6a$LE^5!IjfqonbdcHUv?y6M8X0G|L)(Nl8Y_f($cR>mEZ@}>t?>vMz$$d1l;wzFW;(d@!->i4mLH^0ow#e=wSN3 z1N}4X1}vmNL@}VJaxW=-XlQ(&?#IdZ%Elu5<`&IYdLjkKEhdXTuYP^FHlSz1Wjt-t<5d7g@UTS{FKOPq*MOep1b{xWfnQ*}T2UYIE-6 z%{;x1xOtrk`cNXo|Mcjd8o~7NJf#>FF$Fs6%lIV6k}u?acyBLY)MlxXPb?mYydZ-u z8+*|ibOAUBmV~&U$NmSwu6bk;(by1EIV27V32dZx1m3CxeWDBBxLP0>RfosJd70(c zFtmB+71E;QsK9Y+1Mo3g}fM?zbgww zvsHSB9T}{G{4>D-h5mwIpeUHX9Vr1n{un7oD~Up(l<3PBM&MclOg>7(L=(*jPeMa< z%Is7{?~36DGmj3umO1%x=})b}E}4_ALw<8XPp7U8bVjZ}tNRB@sF=o6y}><*IBQw5 zy8z74pKQ(V1ifVe-TYr#nd3iW8~<|g4<%Im`@@T-C96BYW0MkLed}TErzQpB4iZN%;@7&q2kXx(S zs5wh5J`W)Jt;+x15SS08(NZ6Zvorj5?|H z_6KHu;;avMA10p=8qyhl4rma*Mf+`;QPf(av6#GPNYlAQQIbR2;GuXolr!vlAZ{I& zMwRR2@4g}bfm_Z$#!cs6xLLxo0V!5b90UharlC<(Pm*j4Fep6{MQDn2g4=K{%-BaT z1RX*aU4)ji_)UZYgjP(1r9H%W2#p?;hyR~|xD9B4#xTBoCG>q%RAXGX z0oXVPt^QCnVUvs-%o{1|56RAe1KH2VQ$k+l7BG3OgahNx-v(znY;YYeMNC8~{E~V6 za-De9T7nv7DEqk zS>ZVQl5n1VQ7F;85y0pMx#=-i6i*Y@vJ^M$kIW%@xIzNc5FD~<(}jaB`42f=T{23^ z+CqtaJp5hHpK`+mS~LL<0))`N0W(?g{dOAM0ZR=!aBi218*GQ8B5B)3B+M1W-+*ns z61suG`RePF6-957{Ru3dPMr^eMFeI~Lh$WBRA}MbG`_e`e}>72H8>KHx`2g)bWAXm zc+i?lpmX1O8^`Rs^@jw|=rbNN;o&Zz7SojPrJo7;EgkG(9Xw*`)~aR_G=5X^wOhyY z{x87i+Rif3n2n}(x~!|Vf_E?PT3-LT*T881wAavT|L8T8H+H(-Z{FCx*C9F^4wy01 zRfZ)NGKr!?r=8^w@5|SzS48$_;7)mb-YQ}A@F5D5!wK!V_nDn0GFKlhX3yi1W)sg= zl|f4dX*hP;eY!IA9>@D%{pkhX1U=t-mgZM|w{{|h3f>-BmfVoQbn+Uod$W_)%=0;Y zMu5ASkei5G6ZZ=xvr4%8>)FMQ%`r0^Y@{RhwdNyu;ZretW8L_kJf(Is5~!o)DSqNs zJeCEgc_adyc;K-nIF4nyM*)~z#dcj?<>w;Vu#~gndHO$}LyLMn& zN}d6r%?x&45WX6KawZwpeT0qraC|WXJj8#7e&YmNy0YCF;lVhhzsklox(9KSxQT&LIe*vZ2bTT1@J1r@soamaE5U-&=mh40EAkpZcl*1>jGMrZWmQoz= z9tAg;BzlK@EZKS7ZK^ReA{Z0V@J$|U2fwXNMT_js`%K520p^Ys%L?P?M8%tpEUhVs z!4C`VwnA!CM`VmMGaP`5q+Wi%mTlgHD{>EjMcd+0DRY zb~NG#vcA+QO^-y$_>!(-SH_?Mf*^^_6K}~ROvaQ}cy@p!ssR5zKxFPLCQKpgD;jiF z1)$Kz*W&whGUcF(vr2>kzzw8LT$;qm4j<%1g>uj%o{aX_>fVlaZfaMGh+Hg)NLwsE zJZ$H>JeLK82*GQ_GS7}%7N`l}otJ}DBK08dU;yP;$sKf9S)(2RG%zzguTKXcOqATg zfKB6NAIj0gjaYvHN>B-HEo&MM&$*vkGr%jIoaqsotb+W8RYQWm>~i*6m6-kAljjAF zNF1wMJ338Zj^c1g2VKZvuWahnJ@Dg+=Lb|FmW+NT@XM&WhE56u`GX-Fa2Wb@0XNM) zFTq9$L!=T~;YRS#gVAyFs$|7h@7$YTwK7FM>CDc|ms-6G7QQcn&MM>|*R?h_&o=Bc zYGMTV_PFBXU)0>7a(t(~f(`IluMvfGA;`icT&1WRD#V-z3MRb8+_FUL2pY^1g+h>y znUAx|K5~6-HaKt5d&uu1kf1Aya#**QHW3J%sk>R$fAoOtT^gmb9DfpN4#OJmWGwlN z$94(NBp26lk@=@eF9M5g_XR@@y}||PLJNLqRExia9Dh{ zaZYL|DV$+Z`!FXwITK%jGbA~L0KS>|p*LbE+8Sj5vl2a7oc~DxZ#7bosX_c#ya>A3 zKNSPu?SG2_BL`iSt7dzx%_BzEHD*OH_b8kT`~=Jf49y*#jD~VOq}FCW2Qjh#goTC@ za^PW~^?((UX367@J5O^RIY)uxZE&!?975KDm*Vj!Awt3Enh!HyBT~6+{G5;C&OFX% zcW&<5r)KQS1CcThs8n5Mw=-CGj-E$Xe$`R|6#x{GO|m#8XOZ>725ooAcY4sKxAlw; zYB|{>1jHA-xpSe`Y#jTK5pFi$C@at1VI~vb3p5=^S0Wg3N zwcIPQe3!q0!3Q&Zs$SLMj$s~(xX4VrYx7z~cC`Ow*>|F%a(=x@>*<}9-H4Em=6`5v zIxdzCkKNtv9$nBXl(7lhH@s)_Wey!3-HUV8>87T%J~Fei9!x!1YeKnIqyvdln!yb-5n}MR}yDn3kxo`6_5fO+^x# z?q9qRv^o|4*!rciI`9@M^+A+>Z|7TrP+yKC8V2WinaGQBBI?{=kK;uBw|O#qcb z-cw9rj*h)2UgTtpf7M&Oeq7Ep3<@GZJoUn)`bgY-a8dCuG)c z3B9yN47p|+T`v?B^4IJFCYOwKq{*XZGMc=87&%=WRjsHZi3J}7s_nm(1ao>>%cs)f zgF$pccU7esRta3Nmxoa1F*uf_nlCQ zfbaLdz}XQ3d};bLd$AjJ)@Erc1N&7)uyvqXc<ur6<$? z3-xo-(VXvEo;>T$vlDt=93adz`AgPE53+k?b!YTwIKA|fIIFn7Je!e&R+Q9`Ewgrp zyFPGeqdD#MIltDS9fLcV~mPRLys{R!2)H5q4S3Y{SZnsGBR~5DlQ)QRcYn+Wo3kL z2(TTx#x}Q*A^C>774sJG5gycHJDkK9XrfHpcLYGiqq;CqB~FyK@I?lMkE%ulvK#2l z&XxlJ2eTm$MIS497_Bi2B5LW=%XldBGvdxyePUI;nW)T!li=R%ltlr(k8r!mW8tip%YbHZhDd z%c{Wv6WdZQa3|O|EcT*sQsaIPyObE4^cFaQFMdXxn`|n8GptT z&i~=x#}Ix{0%6lJDyzHkjHgELda^&|x3+2X8v_5cCEUfP?M|r6U_PwHT6_2zPyM$i z|7(YV7XB%Ep!k1_c9q{E{Gm$+R>1iV6UTBSws8nL5=tu@DWb9rNEAc+x@!Pk_k}8F zgoq%%NUFG?!DN0`A5Ofuusy>#qIi0y|2=r5y`}xu$c*=KZG&8l{CvfF|xohEBec)dr_GOBNQF}ZPL>45z-DOFACPKlTHOP z$tTK-oK4fh>&!U({VJfcXx_pOcXSM50lm}gSox8QEF8CI=%$>Sj7JteDFrW+i8s+Y z*<>!hvHnyTN6tD@xf|#4-%C}+S?M+d6bx`WldJ#qF#;Dz>;7+WK}V~|nLK5;T|Zpz;T zcjPITYIq|0M8ibM7CG3Ub9|Okat=7UrF*Q#NpUZh0k16&BCBL9#KAN4riHD~lwA5M zy$fDaD9=BEL_SN05?tok*5msa%O+YQ#gVyV&rNFYeqG|cKY(j_ZDo=DnZN#g8WAR+13G#QG)!;xl|Z_oO>_w|KXBsBbP-0Q5iH_WQ|YsV_R((o>;< zKVyRPSD|GSD42c-2I@EA%gArvGlA~fO0s~mVcIPK04MY}417%YK74hZ7bAp*@CF!h zh2nLL_h>cPeWs*^KQB|4)n*-6WOigVI3s=7bM*pJft5SsTv9j5KrG+B&jDxLj9TvG z$oHU-ZNOp*AYke*Ut?+CKm$61rDP$;OGXrzk7Kohf{&y6g5PKpzsSTO_6<{NA*7T; zJ`AsrB;SD+CB2C}wSQtyiw1=3LL|B=70MQD1W1Lo=m|O5E24y)E@bnQtaRUuMG=4* zH5HLh3xX?~ZTtl6!>SnpA+Hfiu}4qC{cdi;@C;Db1K_qO&GOPsH4GIrLPC(Vd=VH2 z0)@UrI1{PvXZgTBb-q>1Ai3m{J=z`cB_nL34*8(ToBHYKBhv_2DodefAXDhw{KbXO&*{>2*W0cJ5=5GRSVGj7oRcXQg8a)q-HfLd7=3U`vZ)zf-potsp#d;Zfhpkdw^`J8XcW;B0#n_ zh3u!*|9|~A?SZh((N=x%Jn!R=Jgja?X+;K!Wkg%1or$xoezkflr>^RjK4jS+vdkY2 ze`08$#&9!vW_o*o6 zEv|4z>5l?|@}&{QQ>pa(HRR{Ao^lmnK52zZC@S?yLC8gZ&tlw@a+U=3rs2qQ8)+-f zBycS16T}1mkQECJuC>WY_TGkCWjhXCRh0rCni$~dMhSRT$|hZ0J8)8;dozE43$|O} zcYqFbkJbRWWxcJ1YjP%y^3jtetHwckHfu-&)29Mo3w@F8*&G4q{IpL=1x0H%p3IFg zK6H5pw(2>M;t)p9S#@JCfHNmOxiDZJDJFc~I@B1iP5h;slrSfOCHXhjxxc}xkdu~$ zDmz8ruvYP7`i#WD?u+-6x&f|i2%AQ^0=E>3R~h|7V6TWu4s6^%!GF1P?&tL;5%*bX zT!3d{WknyL@4kGafMvL6=?Z$$#>_Yu|8uB1PeqSV^{4jfsILbh3jwW@`#FNUg>7jrU#`?kc&uota8-?r@z%RXwmJPo@0%n+nI|T42uEV zo=DMmRYND%*lY)KWHB|_nlWm?^0vyky)%;HRckq^9rnYl-e!%yNN)A3*8(PiWQQf1 zJ7o;HpJZS%IVBoEq7p@ghwX}JvU=$t=A;vga-tv>Sv^B^`66nvwHs26+?cY}Eix>CL)KcR?ZcNUG`Dr2;U!vH!{z2s&RP`ALxFSZWf~$? zYwSo(QSL8SqPSS1zNquzm{!G0jF;S*AZFdTXtyA|JXta|Aki1!$|(ryH8cNyO(iHt z5ry0D_k-DFK0X_3cH!^igub+YI6MhMaxjm zfx~^XXR@3dJ*F%H9H`{y&Jex4+zhj>L``YJe^s2Q8BF+lGrVHS3HnzfNXdTB9u%D? zbYY&@kJ+TmnNK=%3wcCnclY@&jbsocT1NTARMvQ~$BFkhjmk2=MKf&-9BiCBvC=stSE#H5lCxwZ7w-mgBwU)x@0B$C>idNczT6zgZ*|{iBm5xnMV(_c-kH^tk~&tzT;Z_ zPQ;ymN-BG~_9-ax90xSQ6uy_F^+_lvI=Q<~cOWQyTQUDah{HAZF{np+jE0!o9##2! zZ&^>_f&T75Z7c=pjrsSnx^WP_8#E@4)>h5({-m&>y-Hz|H=Toin~fEk)#^v;`zVJjHiDqVMU1GtvjgJvEN;h;$Aw+bv(qqa=39`J|EIC~_Lk{4jiLDdQ&RY*4hV)8Z~GB)j%B>EMSoM~@?Zs4B|@vyQ}m zjvIG~>?+@9(U-B zmW2iWh=-rnv+d*;u%CX$03@`W?a(BLFZHavHHFvi6O z8;&V^fe!@*o3b=`ojF1K3t7nk+mTQJWlpc=N{R|tTlH9jyT5wap21y5Lb1r6Ywf^> z>9A4Ibx)M(t&T)^TE4NZ2X2T{dU_-qj`1(%t5>*}$!P@jcEvYiZ?I@^S48e9(Ky4UOz&!#P=j%}eTl z#)`;pOc0?M>mjY|bmm)>0_Swk51WaRm<=4V1HR7`o}6RgpVOqZb>>Gy3j{)NApzlp z`~JmVvYss8#8Xf@8Z*e5DI7DgghEx3y}(z2_aPQY9F$J^%&2x`R5%4W)bj4Xt(2}kJ$ zpkDt1eEa;JGc|Ph6;uOyezkBul4G!yC&(xm2j6|~L*pd5VroaNIeh*YcA=@?DZNPh zmAGjsm+@E_s@V=HsMb!f0wZoH^tUXmO;`Lp%g6{j)9)LWv1=B|L0uY}9=`6=ivC)RFPG z{dZm7-Ouk7b%EugZ0HUE;CKJF1K;uB)1dVG`9G|RckT8%sLcA(OX;?%n4d7XYd`Ua z>b}9y+H#2bAdji#A}meHbBoTD{WOw}VM*8uYmM5zYkzg| zi;^Mx?zKQ9-oc{(@RiGc^MS0qynJ`CqB+{g>Op*&(M>+Av{56^nWtXAYt_{}RDFY< z)~x=Lrh^hbSCKz4q}12By4{GDN>g3vQaOduMW{Bf1fR0R$^+ zeQ*W>M&ALWHc|twww>JiZtEC7@QpB*gp`iu`^J+59-4E7T{ zy2{a;Nvukklxwl+(64EBm#V`{%}#0o!C{OLfBwbyP`j*#{N88oKNoHm4gg1HF~n_0 zKuWuGt_kNR8oKKM{>;c=FurVmGwk3rzmf>G{aWU*-A>6ib&^{|b^d=&vPk`7YB~I4 zlI6XSEs9!RwMz$n)|L?ph4Az9$%5|lrbq}=tyOXU^xnNt8@_`)k6;!jhQ!R=;u%FmLw16-34wAaz;bLC<=~^ zv<}1tjb8U%+`b4T9lzO}-ZP2g^uw*=uvh0#x=LI*Yiqlui^o-OSVaeNl2iEqJh`R^ z$dxq$0Z$H2vJLuG9u-fjGs#4th0+gp+Wc?HT`zg22&#K|xRyk^QYF0$AerIfRV8bd5+_ z1=8O3DUsA}X&wu5GFBg=J7ci7xZfd?nVq;pnwOa#ESi=&!z$8DgvGhtkOG$xa*A(C zRqv*iAJf6LunMb42uqwX6l4tbAtX`>=iJ8dd|;9lVIsPYXhPF0d-aFQ>i3-|FQySGK#-ti0|U2MgWr#xPfxZ|dRK|W zNIs>o>V&N&U(?xo#^Im=kba5dAx2XNo9-XICk;g46R+jP+IK?(rzUdO>h6u8+hasR zne-?i^Fdn@i&S>^qU$`Gd(Me8;U7iJefBr4n*r4Jox_-zqHydd>5TC&*ESWdXYbCJZ3N z7P0G8Rf)!Qo;{uYUbfOd1b|hte^etpEa_Ac^|bUncB2qlwF6XGg$6k{)OEi^tDney z?69-p1gP+F&c2m0XEa3I<|r*bGuN3zwFVUM(u19_e&}6L;K=&g01X-d@Wwn8nMu<3 z^CEk!g7}jeYBhsMi){>*{o$DizooV+H6e@P}89{r2!zHc#ce4j-@BRHRR=!w12yJ zFMqil2;$65SPTwvu&cLoPI+@Q0RXBv9(|N}K$31Gfpo@$)O?_j|KM|S|C=oRb2!*< z?Z@06Ptg3EqqyakBOWw};}IxGxy&H`$hDP25Uzxw43M!q64PxF^vx#GCwD0R=?abn zxcwX^xy&#Qx+oOiX`e|tXF_9bJz;F)XWt%HH@=#w^C`nX4Q^Q4VM`QYRzo)ay{{W1 znMPO`bDa?yov^)SlQU;y^u)&)n!;Z6VmYAs?~AQhILVc(=5UDU0y=S5_1m+qvM|>h z*Ca!64I-(Ds2v@C%PX8hQ7B{6vQ_N@b>NaUZQ+VA8uk_tn3ai2jS(SaD<%Xt6enmI zclz#rml_+!!WaVGIX?G#R?FdN?9|lbg<& zJoWkYk#E7N@=9*tbj1dTZCN%sc3}u6oLoUMrQ(YA8N2_^qCG`C`xN&wOTS;}sztxR)CwW8ZRh)y zb;VbX=7(mM9bQbtP-3`1jZq#dlTfo#JiR3E5eG%NT)8R6Fp66Lb3FUM>EpJj2}i#% zV*DQ;w==6Vhrjf3TkQplQb)bx|1VTx{z5P^qG0}35d%p6p@@BBB1R=@Mju<#E?EKa zZ-bv(B@4gd);`Z)x*wRp8c05@?1;xGU2<+{35?VT9e*j1z`E6p*KB}|876E^@Mm;D zbpI3`;K(27OiIS+$WZni-KEMOp_@IDp&{bIsTDFOdaP1iWoSL6I65hNP7=u*1k|b^ zuS_5t;s?7{l18cIlRqW5XPM@VxeR4@=UrFib$=^J{*yG>XmIdqXx;|d*=|a0t@)Wu zdVurPv#7c#{u?-43u9mx{k*$mPHC!DL>w8PHgo%(AimUR#|$VYN!?u6-HgLiW`zl3 z?ljm~(p%x%P4u(117KM?gnj&a_Prs4OfxAYWznN{@mSjlKz!~T?mS`CmOutztQaG7 zEj;h9HUwgs)6f(_q>DcP)O`w-<$OapN4g+2c6?L{4<-7L=I&jQHCTG(@*Kb^njaGA ziY(-qYLVv2*6cnN6`N+bbPa;a;_es(!LeS#@}7-_lmcR)s&|CkkA4NHABccxt-ub{ zqL1AD#J2~xyT`;JSeN_RBCQ3c?^315u%@+%qy(RBik_A3Qd?%h<5&yvl#~5V?Bc73 z8#oyA3*>Bz#moII%XH{rER_56Q)U_8hg`cJqh$o4kDDYrd#5kYvM%QXJDJWh4!q4? z@hA^tD~sFwa+fx?YP_UMt@yGSI$Tfp=%OHp;TuE%ZCd{6CDn7Y2dCE0mhW(o6a<+c zp~*)X+kYmI{|l@$ltYH1SHPGhm!1$@K@BN6qn-INI{JERHiT8B9fw2P2(3T9EO62Q zu<|yCRb{*f!@30>Jn-=Ke}zi{-u+Wr1t|SNtHXa}0S%?(p6if(F)e@~R8&2gn)^8k zrf-yR<6;=}$pkWf_;VWp|FPdH z@DIP$wMl8!ZYXKr(ZOT#)(|5f(9{=hSp5+I=LqV@%rp(@bmI7EdY6Ha~#a9C3_WBK1W$DC2aXuo`Pt1*AW%eHX1x72*zP(#kV4I5=&@^SB zL^9?UEPbf^{=4cTI~KAt596>S5B;zw4_txlKr=YX2KFL5K$j~U5BzFKT1nROxZlu% zaG7yT^X#>T;bC6E_u23>uqD`)$1>xBLM0DlB4igYunDml$PkgvaP-3@W?za2n2@-1 zP&WcNp5XIz+xR;JW;{&=a-yjYISgPq+8{MNUoKFgM7zigPdvn{a8Z|KS)9aMDO*g) zv=C9}zMAe$Qg^kT_mxv4F?}KX`GTKTFY%ePiBG)~PZ-xX0*ewDX5>Rp;BQ|6l* zw6p3EwD*jaKn6q{(naJFehB6yeZ^tW4=H@<}rr#~#&`baT5R>qt_(Ze-O ze@Kp_d9Fzjelc7?yzj zzhGe~3gmCi0zmd3X2GZo5o+S1OAueDL6Mn}MS>b_#}U_d&wWZt|NfJQw_*6Bz-O47 zfX`?i@JZk!=njA`+Y^pI`Ur|?OP7sS^Z(jog7OUvx#Ty7Er0&UX#Y4_DB8c1g{HOI zlgd!`X3gM*XHQ3hEwSY+av-v9V@WF<7?n8DaXzs7$=`Hvux`lxhNx^L(YsLf)oP#_3e#(9f)RlmEp2hD@-Q$yi z70TF_O-Mga$qHy@BBaD-9NdiSZ+l!AbTwH*JO!|bI%PAsrx4yse{U|Zc}7ak3%<;H z7bkDi+0rDInRfD7AKkhTIw%-nKIV@2))k?W{(RXnIgy^wuv-Z3#1cq_Na*j>%M}^5 zwdvd?(nF9#M-croAhl@jO*E70!_{s+_jrga$^m=Ag#n&m0kr+0K*=0VR{%JR<|L)W zU~0>lgnzhtpWJ{%!p^S9*-0Jm zEdnEeeES~GV%R_z46nTTz-7N#^czh;&1K71>#aK>c<|KPgQ=Lj1BN9d_Z?A#4xi(T(#ytB0vxg(l79j^nXO2ck7FrwrU=BYU ze^rjtxb}X3Q4g@8KzfRXR<_DfaFTU(KYcQv;hBFCf0L`|45$D6N2>!qKH(8Y|@R$2D5NChqF3N=YPu-_HIiRh3J?I zJz4NHi%6Q(>dKfAJ^b~0>3V(W&R@K%0!}CkVG94BpE_*pS%l|8AWn84SUz>jv@?2v zjTxV1-mYdi(|pAVz*xXj=ZFv9qVNH{-f6{jxzv#JJGOk}U73?(E@gY5J@{nyqzr9B zuPP(`Myl;oWu;L2SR1#k;PDykurY0Rw*K{xUEEp!0Y-Ou{~6PzWeR78CrBVEgbold zV3yCKsmT3yz(D4@u&=M)XmJ_`kQ|u*5ThRb>MVqi9Rhf^117-()J*CBR5W&|b-ezD zaXl$itPjAyRMo)__)=9m@d}g-xd8*}TUgEw9hc$Dc9qg=)jPlgTI%l(Ql0yJf z>Gc#KDx!cd^GM3ME(b6trtq2E{7R*1MnBxsvpAnVnige#1`)TJLAkd)voT7!d=qWwa(EC|3Ano zoX{fX5}l3X00u1>JHep1;{JqX3@`s|G+^XKGNeLZM%8q@HUa$C;KMcjbI;_t1F!Sh~eWS*tjo?;XTPmgR zNb(EXDB66q1eTxz<$~Yh+zecSmO#%Jd_S9ro8jH2LOB$a&DVL@dy*LsTK{UD)!K&L za!|L0xcH^Vc1&yeq<+SY9orl7t1H-Y_rkQ*LxqPVP1aIZwp zG!_~uJmm^Envrhr&IE5}U|*6r!0{@8_YoM=02&xtG*IP!>!g!M$XPL*OBoisHMw@b z*F!6GP!FF_5!#HZ#Z!LpdG*fouc-k1&PyXB7*U@&_K2_UwA+zC^EbizAHTU2rgMDU&Wug(rm zzDFKhv-sPDmFfAK-KHhV&<3l|;s`8~Vm|M)#S{%~sed8)( zBmTh=#tyP2Y6PE1_v>lBFYYc|{SOwyl2F@SEUQ|}>H>qO!zt+AV_PLN>EIht6}q>q zT>8&4TpXqWL!eOs8gys#n=Hs`%NO5BYDPJYUgy~T$zQ%g@dTqwB6r6no)RXlXIaCqbZpq`r2?k|(siM3`CsIa zS^@U?wd=RB(cMy=yO)hP$49>k+66-FYV9x-*`LBOT~Sk07qPp>&(*U&(6$Bcec@TU zXtwikl+WD2bC?_Cc9F!N@jj_L2F*UR(WrYh^ufFK*`-m4#nECSOwbQoI0mH1n^tor zfT^YT&EcZ}CR*R;Df^`+@VXN(-5q_nC(`1ke|#?EU=JR-9}pEM_){yOx~>UtbP5|g z^spLQz$Y+vzm;b8;p^g{!UG(a(ma(F9WFLDwzY~A5~{m2gTn_|zkR~{Po4T7TR4D! zTR1~ZWB?`rVpN751nUoN7A%Bx`I9n|V#jn>l&@pFVQuB#RX$^Ywt4JT2ck2YQmMXS zrQ;>1MF)R{yzTijHo$*8zXkmF{MK7(0XcKhh%9%bj?qZxQ4@>i*#V1t$~+F8&kwO! zi60pR0E5RnN>06m9`ojYn7}0D?aX}}K5;FgspfFeI$$zyBR=3Cv@tN?%f!O+qusL7 z^zl=>0bonI+M;f0vMyufnV$`(1a~XHXwqZ-?C0v!$JqgcpR&pTqs6nuqx;$X3T5df zhaxEzxX_S)Xgt4XH%6rw z-DnjqPHU)4s?qL_n~Z}AlQ(hR3kr|aPEysbebJcUC=!w!(YA(g&5?Ll3tCfT;P}0I3J%8(rH!z z!KIJ3Vq;fuKf%KA0c=vPmtU8dv6>_%^U98i|+ z#ERY3)yXg=!F-)DwitWy0|5rqcx2ht8eh>*Yg=fdKEkofbPxwWsV>W>`^FO3m@V~* z9l*HwYvxD8qyj9WFdekt`;gJbJK0x9Z^fU%CapG9nNr7B_x1zJ zI@B$nqvE@Q4zV@WH{TO)AaWr&-hhu{t*dw59QvB_x zxClag&v(PA+vmrH?(yWaKs{ZEHTxrq^fVg+c;?Y8xU!}*{Ari=3mVdvOyARkb+mV2 z0zI6kQ4H!I0E^g!lrz6_45qH}{Ki!{mhz*eD+;J$IJBMf{Fo7+VqSd!lZ8GvU8S?B zxv;7=Ma_c@iM^F}vfsPZkvGk~mzo>iKp&osG)a&fHaOUtHI9HvB+kZf8#1m7@l9ci z66wyaqnnPrW*hmwDc+(I%|PvkAL9(id|J0N{@%ozn6(IDNO-!oYp|5R9pI-3=~7Ab zv9P81;*H9*XI|1EkB%YDQFbkR9&_u!_vo=A)>o~>_bgdbOfS_a&;zF}OJEPd7m+` zLn?7aBi)X>LUz@2dfKHH!t^_8^Q@_Yul}9f@#Pyd&Z4dFQ#Xxcwar%Jb5o;+dwLz+ zuN77wm#e)ubqSy*Wv5QxFpYcUQ&dT8%%fjWFrP}{9oQUr+lEOrW3qmt;Wp&1RE~@P z^CAjTbfRa(w@v}+oWHzLA zZ|b0<^Iii(;s+28wD9fzwVhU12O+8T+(2aLYf0{8wHew`L82Ou~J2ZN?XG zdfz(?JTOsK`N+R|YJN_;KO++HarJZnjgZy*VsLnHf7o#YP=&tY^8=c3oO$c>Hay|S zl^U_^d;R1+B>o{~2C2k6z=?{E4JI5T;8>2A^PHFvY0;nJo^4a(9nv;-OFUm3$32oq zBZ{(_8}_gyfu@&Hh46<<{0PHQshzo>ZFKQ@*!M!B52P>d>HfN4a{(t8YCb%6)G1>8 zkagF6mv!ujZwoAJ3*_4L2kyHHIlt6?!Sh<1)P}rnvz&O zt#6rmfO!nC8r!u0X~XiBJ^klEs4M#_1yTy{mg7qv<}Q#a?~{u!4!0TpvK5}sv(e<) zWf}>bLqL;8_Bprh4yQ@d09Q-OgA~Dp-tK#v>kQe?TKD=KfC9RxHI|OLd9UuGwp8!= zOe>C_cV@G_qF@XaZrR8(0R>?M;16b#Glyi%#DW>|CI(sW9>DK6m`H1(i<+b(rjTW) z0gWVXjKlHivVkGaN-0^FGYT+j(PIDe>hV`UaVD}1fI$Fq_y~LhUN5nGx#3?jH?KF= zZG?8hZe%#bMPo`3K+C20^$CAYft#ZA19Zc)FFum?dgHgLAwh{)2}?daM0J?aTKgrh zDWL-?wdEvLIAs)ZCTO?#^H|}8rGw@=R2zizI!h1MOVW{9o*Hnpp1|qBix{-Ykaplj zm3vd>G4l?k5`q{(>Ow9=;J4m>Vzeb>$dpapIHTXYuy!f&8fRbI^}+R+6GXCw{tztb zx12z~&86OFz{e)Gp)UZKQGEA=OVAq=5r`a5|D?aUkENEGH98Mw+x+?CDQdagi^33o zWuNEQkDl(MDQ$iU{%nb!jrM`0NZ`$w%|2wc@Ca;a0QAM-=hpn7NcN2@>~ky54gTe0 zAR5qPJtq?^Eu~&WcQx!gp?yjB{b9tbOV;ceo)JI120S-FdmL75)txo=YsF9DLugNDcantw9|qr!>>9jY*Eo#rXcVWl}xxZ9B*w zc^*1^zaOi~a_KzNUe+jUbGq+QHg?7})_%^Xo&jUg0;a)D$fiuBvJm}{T=T24 z&MO0nITxVB%X3y*0a!$h3G&HCY{!S3n4e)ATzxTYaExt9zV-S5&=8l)X9pwZ@UIu< zWti3FgG$ce>T=k*wyTlSP%W&Ck=z_pbct`G(;C%h_evyjlG1qdoJxRwYDEDAgCaq@ zk{FR_TopmR|==oO6!L+5YomoPsYw{#j z)AsJJvZVW!K943??#*H+VTL_v4JdVgGDGn58KN0MG9Igr@n(XmNW**$ zePa~5f%%IsTihLOl?qLor6af?kk)Ff!SVo~Bg7C}$XwJ-MLAU|EY4cPDm;VU<9SXH zpj)PwMPqcTW0eQW@W@7U37yu%S%z;wK^c;pH_jR$v`%;R}>CWJ4eK8m}oZU2?7 zKAZ2?C!M{|QWcPo6G}LcYz=bvzPZ1TzxfC}6K>e>)eW@?0*Wc>@6uR$*Z#T`Zd$?2 ze0^tY#_uP7R4`%_ESF}*K$b$0<^a+_engAos#>lrMpG>UJBQ6-?OyOXtUbU}LVsbK z4;VUi0%}A=bQcQ*GvL`oplfqbwzZl;vKrkuit3wyacHN?*4fHf{A)jeoQ!S26D37| zkTqM)aY9CQQu-q;pDgnw>F^p-2;&3w0K0&p?OJdJz~FqTDV!4XDJAPY+<2jojJGGm z{IL`M7}4P`#(rYU!O)eE&z5&NJ5Djh3k8$zOGr$;+%5{36LrJe$JJY>ibNNbanQ-t`A78bru)5<{uxst1RNcHsP4EwoUg>Mlt8ml2|@E3HX$PSQ9Aqldj9Ww(uo zj=pHj#G7vyImo#r9z%rXwzn31_5s}+6xFcQ4i=1hF=-45%%_UB{>)5Cn&m?cE(3^^ zHWgy^4Rkv!1n_!QfH>x3Aiz=1*$T;a$ixyul96qGsf623(rp8O9Ycs06fO68h~IJ( z062O*szWC0SM3h>rTNN+n&045+uylGcd%Q`hFHDsSo>O_a0pmu7y9P7r!XF=muBnq zBe73Zm;sQskp=d~-{mBpfqw34iEovYe~h5&7ne^YPYW@W%WGnH0a6&5_8F*;a8Xn7 zZyC@7?l7X%+~3To90LdLSi|>yZv6eqv82L2oTyj;Jp$&0{piPV&|gcmf_81{E3+Hr z3`f=pzqwy%xa`4Rhf3t3gVMxi;?|A7!T8K2up)YLntzJT;p1Z03D0a@Lc;Z@$o~&} z?*SE6wk&|24&wEl5<7`k)%jckPJ-}B#LAuO3p!0a)ab7IZ6=8IR}B? z&Yk<_&a8QN-k*Q}U+e$>&a$yjpE_sPu2Z{q)!r30GnymN20BUg<{d0eFYNiM@i|GC zncpCL0+;SeycY?Joe#3ZHZcvYSht%Y8{D_%>zZ!DKfr=Y+sw+7Fr&iPX$C1zxZjW2 zaIs9tZ)M+*ys)#kKsgKqwBLI7E@FY@0p#7y{vMTVcBKk_T$P-|>Cq|62tmvB2L1yu5MYpc1*ogrGS8tq6%#B>6? z_`7O8=B~yY2dPPA42w8Q6pF;Gs}I|yLaiS1sEx6ffwhN0>L_+~lu8zK{Oa6Q8!^7c z`AlhIdyA|L<49TeeuYSCDQ|z2iJxK=lh{E9;Z0ECi*x)DK~o*1_XhR4tR74#U@vZ% z&E^gj@|F?X2tm6ExJj0mi88v zDMy}t&*)8qayZsZs=d2A`OWm)Jo#b06@dCY^{%5)Lx8l%wJ)9JK|V5CvgL2SOSl00e0Ou$3& zM9N#1`I_yrcPVMCCZpe2Yu7Dx++Pe%EwfnC4fafg3y^LBuE}`%vvfwEoBZUh(%wtE z0V`}8;#!P2ea5CMHq2yi6{!&cI8Aj0T{xr+G@e%V`2w^(mTkPsbPmK!UVs=BAK8H0 zp7706egm_$*IAr_;ETW9Am@(dTqFGlYMA*+SipLgb(!{jTX7W98%?G8%gN-%9jDal z)842z(r-i|D{R_4rUOP8yH=~-o3e_xmajE<2x@`-gZi_$9HUqFYktu7Ry?3S>zLqG zDT?uYC{1(jAG8OSxohRw8!Gb-Z6HKuj`A$~i+=w(XFg#;_;riyt5tP0wNCj5n7}^W zdAHJbHuS+pT+)Z)rIfUf@UQ&u(kimQiy!!Qe&b9Pdu?QxP40=9clCGj=BD72?D?(_IbcN7+smlO9vBZtSGCv*ZB4y5TiKPAEIga9myTK8?Rah`sIG0CJK^7cn0s}?T+r$bLZ{Wq=tp-u zMpt{Yg^c)=87aler_?8wde@zsx=F-Py0klnNyl>DbUsOh+4i7_f-OjDQ2_n@2O;mG zkPhLKQNzLoJOu851Jwam9^ncin$XxocY?(lh{1L@{s-7=t!J)!+%pQ?xRS32ZZhGBPBc87D#Sbg^u!Am}~RUx}a|Vi7dUl9k_SpFn6{o--}4B1TE#kh3T6|Jw1f z^ffb7RVT++SY zrCB(CJLRK){z>cz3dEa8^!(V**^d9J40>8WICpR(eW9?AC+_hyN2Vu0c$Pjm?k%YD zU=>fn@_-3>9@EMDq~6wj?!+Oe4?kK*d%7cUo9E7p%XR6Uq+t`2;pccq(&Jiq7B&ZS zCCeAB#@x3vDt8o^?-poHdRd$8Ap#ryGKAr=Cdf2_$P9Eq`a?~r*S0987h_il%#ADQ2-q-;YlJ$h~Xa!eijaO0<&+s1z9$W@L4 z2YkH4$o`r`+68)0`uxcc@&jjX$IQb|Ezi|vLM?Kt7Ot)AyQ_p%y^1-_rLyu-piWO^|5fUYxb>|jYspAYb3o0-;K?f?rI=g#?UYbq0YNW8xO_@om8IM6yeWVx^Lw7`=^?40JTHcJ=9t&yX)r*cp4)f&r%0ZAI_OoXv^9dV`=g?0 zOTF`b*jsuKGA;vCy2`HJlQp6v*XQ@t7{6%7**s1B6yi7$gz5H#aXYs449Uyp7G%G$S+)tlO!6pEFbGH@@NWVx&Qey*{ zYksKj`04Nzuuk;d*-uXh(Etm=_m8boz<^dRwLV@ZfWS2u>?_g+;Ooxc3ZzJZXsPg= zBo}NzA;tdw?GP|;TNA)@c-m4RpffhkNg$0ahxF_c{M-fuMwcJ8??@z_xUR35vJbsjZ>xb6f)_svs?y`Y-TEYfu5MEB zJ~;-cO9t^q%LsOtS@TcoZ~-jlr+snuGCz^6bJ=-;mtMwj?dXwhhR>1&t2!hmgo4ABo=@A)keA~u10 zlo+rJphE0TW{jAS*SwZ=kag(VFY6%H9V1dR&HXk=xx2yOi_5&T)58 zJYBV)Y!od=VV#SQ&nch9A~+eC)|Y(qw`Uy97c{SmGhB z`f#QAyEhliq8qiIukeiRcg24r5{2J&E~X4Pqzx#NoGmH*j;Y{WY*dd~ujjOCezaje zDUnqKtQm--PIk-<@h4`1HC=I_6(ibU!p*gKX6MM08cwAjm1x~my?M8>$L!k5HLBIX z+k3t$%Gin`VP_`Kp~s4A5vsste9fVAH|Db0#m8i#za(S7XGR^(w5;~Kgk5}w2q<&& zfnifh1B-U#GkbKFoE5U2lBcXH?|>w^E`WxS!2yrSr`h&PUj-m5a#hCO_mOqnus?0Z za8$S2ZLkI)_Jx^kyqZ0|I=HB0o_amaKk&RLV|r?|!fm1k$aGsb;L#O%mO1{lZj}=o zsGx*#^pLaE2<7)Xr>xpylM{#~U{|<1Eq)IZCbzqzo$2tn=X=ISm!URu)*i-u(!zTn z3+1~TrD%j1IRGQ+Ff%CvGXfyYNMy|bWNn}b%r-$RG?+9KAbT@M@g_h-1%gTQt4f1H z1~CDmSC5IY;eql%h=$4=4S-P)3=cF<4g?cs5dDAaQN0KC?k|n2B?+k*Fkk->QHkv9l{I-e+_K)+{f#UWX>npnNwgYIMk3EmjRr0(f9@* zar4C|OB|br&p4$+tNphdUt8OlFH3)vp&4Q~5Z!yjAV5S#aB*Ibqeo_>3&Pcz<;YZtEmjs)&=Y?H3ln zU4i{_N+xd^Vewkxe(GTwwP2_D9qE7EH3C%d$Vzi`3tvx1HF5p!fhoqUYkM}?VGb--7ou2Xc+%%*(k0}J+-Z-W-ws!F+mz*;N$1n zE9_{!xFwX>${B9Ed;h%2`!k*?41cuEBY%IHt)**!)3NVy8F`e{ISyLlvN#R-^;f>( z`imPF%omTj&$93xTfH5&ooJ3!Jp}0#nDeJ4I{Rli>i88@zBE)D@Y`3n9nLa>!^oyr zPIA-)V+ zR}5G$7o}l%OaZ6r4IS>=hsd6>&lknzqB872d%B!Ilwc+vQMWKf9#=4 z!i5|jzkWMXbumLm_>gSD;ouy!ug%xKd39?76ir#yF>E#5Y^p!Qoc6;U#n?&(r^@rF z5iCon1cb9N!=-M)-U{#cy6Mj$`aVdbiud4gN%#;^PQ+q$jnPWBVjMET?4ZS*cgo)!E_FDSam$QsUNRT>Yi zD1hCF*-4NxLR6f9V3(ls8}CFRLxryZ1z-4P&gvG2LJ4C5`t6NwZvm0LTYT1 z%gf0C8w+s=X?pAt0lm}unUNJx%o-)QrVVy17(yfOX$Zs?mAox)f9A7m`2!&sZ%&wfLPav5APUcX(%QZLnHybP2kkK~ zHsS-Q)d%KNi@lGbVea0orTL@~8?g$6DmlF>C7`MG{}K8_EHP^578ed3g;|Lo1oja^ zY?6C4Fg)3q{^BlN>4BRgK6Wez0LxZ#`WlVW9iyvOqYisNwH8Wu9C|@zQUD-g zIojN1P+&4sYVVcFfM~635eEg7;;JzH*f}4ixE7GE;N_zf*TYI<>nI2 zV3+$P8>P7BYrPZBLMg6UTY|MZAb?%>)j_Zh01y6duo zfnb{d%C)|zfq(|W#Q!=D&5{WsYT#Ll^#@df{>1Wtpf#}5$x)xE60{Ab#C2tSW< z`E4fYV1(A(bZ&^8p}3*=+o+E>Orbv;{O#BUg*`@xy!2Y=`}y0yB=q~+?n~f*x-TV& zqpCcR2B$qA&%!dGBxMxs=ei1kl78{f&KYG**VALYLg-MJ@tJ8zZHzRd)gcHKd}Lqj z%uaGhH8ZNV^p{U0xinc@yN=1v?av6Dh#h?G>AkaCs(cRVufZVNN4LaVc)_C^ixWr^ zpyxFwNr$CT88Obdi4W;fe0_6T%5i54KqfsWz}u%i&0Z};dsL9Ra@qU-31#rdlJ|LB zopg@F=~3q?>DyE~fVYv>>w$tNR#g(3=dSPxsmUE|vGRwf z(r~MC3C#kCo#;^>Ti#~jextC!+anT4hyruLTjck|54~gRxBwwk$|P{>HCBrrp+%(x z34qvfr$>(jCyt%>0!)$SPc{S~@Qa(9qoxy2)+4HC;M+61v3Y7HgTcN(+YlV~5P zJL`pZ^eZRtM~0;kfHB#CaZR063Z!l!*$#KEV$pLbda-P0EzI-wibc6b-qqTIl{N~v z@kv#;e?5dTKrg21VSr)~4RxGE1f2@8i@bnyRh?&wst5kFyH5o#O6RWl55Q!h&X&LD zMv&^C3=234<}Vk&fa_oVrN%Oppqi+(?>oKWnCQb(-XJNBvZ?#kPxtO{NuVU^rt$=L z%d2Yk;D|=Q$5KzxZ%FO%8!SDj>N9k_YI5rj-0@lHkNb(#F9$-ZO!DLQiF%;>W6M+8{U?Yy(mSeL&;@MsRI_JDnXtK1d43vH5Q<8%iMW(T$hxC6V*h zktZgdNl+Ls?&IA2_c#4F&$K!NB+m;lCsv+tE&YKK(7#QI>VHz=3yKoBZG)sPk&MUm z*v*X2;Q@!6Xy%3|yaLe&wP^>n^lN2Z-yG8aXZ`+T7rsNhmYgoB(jJ2jM!^CC9aoQ( z@B4uM&(rhgbGhi}30i}2T4Iyx^?y$XApB4007Jq2^~@vj>&!EZnt2ETX!HA9q1YeN zxwvhRiC>ZxIGAf9BuM6fTZs_v=fNp0rpe$U}|T8ux@5-?$-ULt79#pdypC&uI?#J zHh%h;r#s4+g>gbIM!`-RjjxA|%(1S!9jQ<83GpgrX<;7e`Z;GI9sscuCN8KYfOBJl zZS9G&>zSh^?)-ZlkPbkP&v&gQ?X^t1l!k2K9H%q8RCs%rU5P`??{ucHvqL)(!Uc2v z_PkULZW8jGxRT6eFi9KAT?%XNcrJKvVzQE={V9%R?a6j%E!27$4 z;@$4he+>tjodc6J5r!b-w<)2=n7ERem@eT>46e4JXosmIjt*Ll2f@2U(Q)(o@4AS1qQEU>7V`nt%BM9_FJ9&$6Ng#&u@#e z2!fgf4CSymj3x{WCJjPVC$h>_;8>qROX5JH)C`hvE@=-Us4_#oS8XUE${RVta99DG zS_-QA$l5|PW|Jn&vRP@aUiju}{z~e_tmsL<=Wdg74IUeIS_od#$K4G*k*m6ch<9BB z#h!x4KX64@6T+}+V$!(1b{z*ek#0)&$q|J?_abRRl#v!)Edt<)^NEm?@{)&4B-c0L z&slgVXQ2V4M2f0;XoH(>bZbJ0V$8=~wje>##z?OOsjv16T57{qh}v3t>YT}xe*ogiJQPfQwl!L zQY)~hDGJFZ2!)bUVzcv`%_bVeXi-iXRsfmQ0fB?qiUBE8{Z5+ihizFVJgsZzz2dK* z?>P9J^y2(;SMDFXAqRPcrJ#ZK;iJlKr@&l|M#?Q!AM{M0SYrjjFEv%^`|JRkV&pLk zM#GZ(12}W)4Y2px4&;056SyA#{8Si&z=Qw>fuN2*9K1uzR8rI z-Drs{(7ioZ>adn~oGPBnA6F34I&4z%GR^aLR6Q@;xfE$PzSiT{job|$ld-LDAKwwJ z_uAL%GmH+jjiqqw=&2)+cuEMX6+LifNDn{?lzidV&2=yO$o(;K1{H##$Lxqdu}Y;1 z+aI%Wedfkr)8=)G4L>ei8tAdIdH~eSQx%i5-^c72>bn-Md^nKd!sw^`V`JevTkgEr zPRHi}bsT{5j)&u-y~Z4%Rx8gy)QHzHGoH$JOgSQ&nFwJZBucs zS?2W#k+LrwkC$^+;ae6rZ|<6ZQINIqxiv&uTf=@1k&(GR6TT6e>x%sjT<~gu>;^o* z_}M+gr#|X%XgEAVusqQe-;9{*Bn)|hqdPSuUt#U1Z zP+)8TeHYU(_9}6t&Bo%`33($Kv7fv##(vM)v-$!FXTON^0s#vX2`-HNuE^S#_21Q+ zA3opiyi(5IM6)yk;3BA)KW1Naw_WR@T`M&%58xhYA_m52HrF>{b6G|UYU$PpI z6+p&#-CjEqrTB=CUw-BNzOGxXj+E4440Xnii?wz1FdXgee;panlu+46%w?t~!#JDU z%>(xvxThcGE9>d`F#nt@v|Xnlv;6x;M||zef88XeJP0`@snwWkw$-iqL)xnUNPIdT zDn1>;@9!H04M&9Uf1;YOd<3^mt2?f#c-Xy1@BIHnF#4ZFx_gczFq*w8)lr!^ey5-R z?ecG+f0ln6Z$icT{UT8q_>3sLf*awch*v7CdDKjaWn+f47BAyu_2n%E8Px|VRz=G+ z?qM#7#B%tWJpDF*86hlu={;2U4stDC;XQBqAPs8<;emLgsg6s`;oLD0<$wXY(ye6T z_=v;}(U7>6PZ0@F+{|$PYMQ$33dDI-T7}nRhZ~Ypy?^K%qj<(K>QNVNh)e1v_hc=N zZw>8{3edZM6N3`(f+Ri&osUBBbp5h1laBDaW}_dRk<@_zV5=0qW-s7x*^@w~wSu{j z|NLi0OIVsS?!~m2u5tn}LuZ~enDiHlo>kXkF5ts6aANtwr07Dr-8Z0>lz^O^$J$xD z`7@6%9`H|)<*vg5C)O=S{5%{|0v^`KF{3IFQU`C3OWjy@={yAo&)bz}(9bMZyx*fZ z#sBasV1HM*14F+G_rY>9e+@#}FD7B>t*X?3Ld6%aSJ2G8>F9YZh;Qqh)ql)f! zXbA@7*SGqpW%dUgO5qo7Btfrh_v3e zxW$dJ^2HxH2taDKj~<+OWPfIex`zBc!{;geJX6%h_^Ap`qBc%%uh?7wx6=jMzp+05 zXodZY?ON%Lpr^3LmOb6xQ29L_z<*{|!%#4PX+(j3F{@E&O=88vNPe!Godm~`Nqu-N z)vH2$f^mwoDf?QEnj6iSX!1JU7yhB_L%Bw)5>DHYwDQ)tg>@z|CkxdNMAA6pjZk^v zq|@>~F}~gu0qd_Pj{Oag+o(e{yjxDV?<>~vC4u(m3pL^$3{364-M2q{r4kK`pjAWz zKv^>n;z#NI7k=VS`@?bRFV-%+p#Ul>WgwT=bO+SImI3DT4Msln`nIq=YGR#vld8`d zfW6B6vif7GIgu~+ z^d1l79P$MkCwEG3V@skNy&2S_bADPpIa5?nb*RqTQxQ<(9^v){@y3a!$xyE_Cnv}1 z-WmF*ofP-l{a{oIyMGnn|A~4L{680Rf7b8Z4W!2_BC8fK683)r)M6Ax34fQ%h}fShO8s)#f>{JOStXWuD}XE zFhT!?tjr!-@t)XiA&p2>4upRtDj4fehzdi2{PjSu`-gF|72l-vS%b1|AVHQEyAckH zSbX3}EaipvMe4p6$OKA6k&BO?sl12vj^-T7Spc&KuUO zssQofhA!8gv+q4!EJ)u3*;!{3;bAx1WrhlTzPCf&42JKLhN4u4y=XD#YwdHsJpJn5 znJuur0)K2Yp5TqiT~x9+)=Mx;1BA?6bXb2)3kH9fmY@pl43-pX>G9w3;<1%mwu~-_ zTy*e!={g@J2s(Z3_w1~h_Xb|7-ZNaFdu!wsl5Rs&_X%l#A+!!g?Xmxfph85 zR-A;1%<&MDCY*PGk60jo_r#AygM&wfnWTXedn>7IeMLnhzzm$Za0TMc*Uo!+h(>)sQGB+>?xHE*3gJ!Vw1 z%Y{HogC9l4TT_lZZHNM?4>z%PW69x6_!KIYsg!2Tf*ag2rpyM=-I&1yV25F%!fr!w zVam6J*8m#QDo%bM{Cj5j4`e_a|1|?zzyv!ti8VOuDLH@O+Ud?C6Y9`##yZBjcM+CU z)$XNh_&;0zuLJS+U8Pyui*!{3yky=1-m`-@!OdzRX8yRP^p z@2^(^A^7`SctOMjw3NTc5=!=Wv4nK|1IzCTnhGYCKT|5~teYG(+cESiO|o)U=g}GA zV(W1pCFAA_;1fv;*^$fgO3kk>z~o3gINHtCxEa$*^p$O^Jzegbl7E(#=M3zWH>nE2 zi!fSmIJr1+EPc^1euwvg=j8R;yPY3R*E=V){deZBktuXBsuiWjZuv(`qoL(wd9h#? z1W}?^Nc!DZOGhuk*1o;@@VH?wK6}-=boJ88ZOTkGnFbRkYT`Ucqw3HqdN42ZODj@z zyt}0LSQ}U+Dk;OJ#VWH!N?v>nIYk(m>EF7pj~EiXHF)MZ2G&(OcwlP@Or!x})O9{P z_ZA$DpK?DQcj?P6)E-}C*gOTQ}+1C(m?z6W@3b{zu{L35Q48QHifnk_(q9xM_&s9r{BsJg6 zEHx6G4RD{JbAAQeW}^z}ef&vfea8-`ddyq^Dvq^U0A})DY1dhkn!J%VcOJS?TjQo` zDb#owu(bZU89q*tPay!JJD}pr(C}P)veba5q+scN@HV8;pHFo}D7wPqlbmw=CI&CW z72>V=%?|fs;71(Zq!Z1~J8rS!PON#>iCk&FZHJ))u|n0WwU>L;p2xJOxXo;io$vSB z8!qTmIA;wHW~*%9+rCgJ*+~A8iSZ8Y=opnS-lol~xv}3tzsIzaTk`(N(6QH>ald)y zmyFkDhNdty^}?R zsX#!v|G7BLeF-`KB%K5u^fDC@c zV~C$uMw1d%==%;CB$QCPmgsG0S*YBH$Ahv}Rij8UVtS+%>QhuDXl|2)Su889AWYOU zCdU>a+r9Ml!sv#`6c6!=u%vtc0V@VqPeswSS`s+pQzafQr>Ry@z~QWe5|aRD!vka= zn78f6u^?>DvdTT<10*2x$WmlE{O$fimcZui8WuCstl?N;{JiyQ(pNMJZ*3yki2HxI zPKHjlvG3ivw@NfJS+^p0y5NC8JcfU7T*`_0;`M#4ii}d5aD$#QX8-fi*~cdQi!SGxAB`5z9)Yn7Fuj?sNFCpz6hr zjs~(qfYU57&%C#%|Guu)RDy!*DRFmz$Nn?z&*@qB$1tCgB*SY7T}DzIG5i;2Np1`$ z3}Ouu2x5GPV2s=*HAj*U+JtNxRSW3x*tVxIywAf&=$Xy=9xzGHHfDl4)@t-iw|sOo zl;N~xUml6FNAnI?PuWYeSNriPTzy}VcvdcPK{-NyiXlnh*emASS%IxHwP^r zYkS9KxMBhGzNctY`EfjHr)WM0I6r#<0A)n^e1h@ zQ80f=Qt0ZhBz>!{LZeI5(bSY=sN%t(OQrSL!|81ZL%xDT!_)hIGMulG@)3iAlMxLb zs5@kC0{0zN{ZWOBARY!h-{3~YWB>|;HVf#GXH|o zC{@|cGp3~K*B22!rS`D6`1|xq81=b>u>_GlpCQQo`%jE# zI|wNU@T2x^+pIY=R1k|gu5LF(YD6x+&plvXXX$yKZ->ru)Db>_o`{JEaKGY%XJYWI zEK|qy9-Iq-Of30X$E((;`zB_c@9@s?E%zhuJPJ<&SUBs`BaW-gVmv3;M^z9cL0UV| z%|Yt0m$y}^(A)qZ#Hlo0kwo%(cQkm|6XPpr79z}JLnRJ%qeQX;xrvUd@m2R4%H1Z` zE+O1-<`^C1`U%jV{7#~W!+Y^V6dZ@}N!KhiPTd5|ihFm9sSJF0*ddCfM7g%Wu?a(& z$yjS4FbksO7gPE$w6Y4H*W#*L4x(F}j^K$Z3H~VV+}sMa3!GTswt=t9&RWgD?5cnU z>QW=L)_x@*7ggq!cylevwM=z`w>Rs`xo{3Hl1?{9@o5nuJa@KBCO0HcK*8#48uKAE z=x~Wdbo`~!GvVedBh&c_5DI4l6zVFUf)|Zw=O3!RfBCa#1}3IGc}_1U(S@Gjy#9f1F7iHc8~LKwC&%HsvD8z zKuV)qNMbXbF(|*acB=`IMiaLHBil1;!eyxuET48 z6jsI>ziJ$x^%#mg2kS#SE!uHfy=cd>ckd!8xXr!F8E}v6wXbslB%!8+gP3+XZ!dr7Nf|TZ4B4 zN6h<11xoByHX^k_x03e!nGZaHULnJ$O2kd3KQH^zK2T7X(46x$+|Pn@hIGB(YD%yqU?BtR&V~3@e-44|+!gLGjk276%H-zl z)({ow&CL&eAcN~2VBrHz%b^po)YEvLS$?(2#mYF1=@;%AS~2btgVW!2YnA5rm>d!) zemM9f0`Oj@Fo8E|NhyUQZI^MEb}TbrlQ1+#>PEy~-k>y0PO8^sPhY2LDsQYN_Bo0$ zl^O|pbTUV1srY$tNM-$Pf#wVQ>}$J7M9E^w2J%wq9+DgqWqW2OU9rd&vpW`n!@70{y4tY*0tJyS5D^6`?)Nr*8D1Hl$iKXSjVkO`f>?jSbkS#WekP zB4&27LW?z5emRU;kV|Kbi}=G#wpq%fg$mJLTzbYjSK)fos*_pKE_b$_zNb#S^Nu3+ z0`*FoUfH5cN&_=16uDY>4P>V2XoJNY)+G>kGS~D*PAd-8DqPY z&gD_To~OdxN50YXiawlO9l%f=ZU+fFee{F&l)wp+Xv0y;j3~csQ)0G{=w*&yoCL8nAAAJhKe!^CvA54##&s;R2k4?4cwLYcF$x> zh)=mkU+c>BZ$FfL7g^l}s*6K3M3)F^Ya}QHP8dgqHaIFChJ^L_-Mq9RW6~wkhj@(b zLjC%k{FN7yLqMpP3BGxPelhZNK>zlPuG^=O}%|B)B8bzd<1=ocFdR}A4+g&tmG;|+e?%@ zy?OGW?MS>sJv^GD-qEoEq2j4}=bDb+u?%bmOfY@Yv1uRDZC|Fr@7P)1?2rYss{PV5PU$ZhLQG>pN5wicJ1Q40Q0nJLV^=)?5KXuJMB4U6ua8B?El=Y z^xtgk{STZ{|9Cf^g%lLgwG>nQ`<_GpcDgp`uj$%Qg|-}KWKsF$$A#n;$Fy}^#`}}| z{PMJ3CmXB3Mkp)u!a$kD=R}`0UMny&5Pyip@$%Pu0xh_iz|jEBikq_akSe<`)Iar= zuEme85IW8KavQUByrg08R6Y4p(Q~(V;^2I8g*K}AhFNzkd&iCLp}fyURh!K$tXG&w zFk%>Zz$;kMHHooHiWK6XoxV*)KptBE;f)qr+0zRX@Fg(MjU^SYn9!V-6uh_5L&dI0 z)~n*(VaPg29{IHof)w+seqrYsnnZHFDhql#Zerd(-qxzedZ;?*)TmGt!AUda!>RQn zJV}rAlmPFuV@PKLm9<);VU?XRLHYyOq6@%wZ@qb^E&FpKKx<_;=Hz>?^BDSr{Pe5k zu;9rn%m+g8mVGx1s+*Cb8H@I&4yh6N;g8q{D=-rHk`J!kuIaoybnNK>mEjp2ubo>6 z>x{*-g@y<|R^+bc$u2v-ns{Pte%gLVwabKV3fgVobse=9+pe(}-8r)5hQBm?kMIRMa^#%H zQtc+VU*uH*+~W;u{81%@^vhfCtHFmfE4Tt zfQSb2he~p9@wHv0yOPya;+wxRz(aeJi_wg?!g$~8j(j}6<_BT z`PeeR$;K!Y+$kJsR#el<{TEsT;Z1JXW7B?sFm@@baON;&* zw`rENNfB@KE%Z&Hw;w6pVum&YyS?<$gft)rBNik40%whoOTD+8OsZaIllG)RM7v4NNsc z0FoSOmN5#_W1eVnvV!u)^udIT4?1~6=l;@Y2F&~5APMw`Ua!%b_ejsPI8b-`(%K8Z z6<62nC$S+xJ_iP{KCH2KpB1I`zRHR{0zHpt2ap$*hqu|QPC4$gIDt1`5+oXOvy-p2 zwl>n+k+30$cm3?9YkSkXnOTpeKB&F}rWXQ$b+ja@I7Rq+o5Gg~CU+IUyjJ*`O1-_| zSoqQec1K0g4RDl7Yvu`hD`uIkARTbZspG7rSrze~+24RG;tScg*`Lfj`OJN=0L7}s z2|aH-oK6Sm?Q81OcSL$h+k;Ui>-YGFGa-eF?=UF)mhlh?VK@b(l=In!CQV5ru#KGj z9Z;__Ua{LPyX3pQ)iuxE%GYZnrufl(0RG1arMG_~(_tv- z_t*BV>aX_gFPmMMXqtlfR-d6I$VAqnWpu{Y{gNM8UA9CS7PY-DNln|D@68gsE{#fQ zE^&W~*8e(&(lkjXlTtGACor%WqCG>t{Jip;`3)WXyXZmv|AF531e1^vOUgFim6Scs zd_m@-`-LnQ1{`QEdZ7}6nnTX6w$mYuQl!~oJpM|`Q<=Bwu!;s>!JwtRFZBAhAlMC< zDJFeF3a^lZdLMD2EW=Ni#Z7uQMZWcyh>oSKSe;54b-X8+3(aSO!BuT~t;?301HnwN`rhKI!N3@Op0$=e){KhS7KMT}n8br7eRj*GQhBlzDb{XY+ z6BK?FWSMjroZBXn6={?H_^VXjJ^vasw5N26hcIiHQulf`V_?wTy?C}3F7!Z{iFW)E1)FQSoORHHUQQ3Y zwYp5d{IpZ5-b++@@jEC7#^SWzCxax349zxj-lFOW?Z<+z(S4xX3fVQ4X?_-F46r3y z3?t`iUJ1J}+vY+X0h+s+rcJhmrQ8zA@eOz|5uqai#5eD=v|V?0bw;8zaIh|e38BTI zF*Xto%1(>`5!Z)OPeUGz@3zk|0&sZ+q188oThSz7>h&Y#{BR*#nu&GhhL>+t2 zE8(8%0~q#P@1sRODTM5o*F2w|9H!u;D*LR4m=`Gxmt7E_H-FMRnTSgtFZ${^&J)uU z0Y0v-7r=Wo?K#)IDN8CB;B4#3D0lJN{jBH0-Q+eza2as2Mizbuh|)gU#A6*bmfZ}@S{_4HNaY2){EHcyp^c^BM9 zTEm6gB$W&0LmWmQCqEZ^rDzTofC?Gl1>7GMSDnmkbBqa6Oe1rv&W@o@Xk%WjvdCbW zmb7K!ho8TqU+Oec>UrO_2e>g_SS1U3YCz5;20anR5p(OC_yhPO(P9;oScoX&*uqbA z)mmF(oENI|Hn%d?f{J-E&E44#18&T7q}%D}g}GL*4!mN7z~&&Wu2MaSCK?w9>&oNQ zG+{Gu<*GAO#TX!dTjpU&l+BPp5*;Am0olhnX${LGfC2agsVvZAuBIyxy z?13In9SA~q4S9N+EwWAy`4;nNzCCyJ#&k+OuydcoSm{X|T`VEL6pC(-=I|=$69^gy zpWw30nKun~tGsEf*Ra?1?X$}A4q%Gte2$>nCldr6!aU%0(vgSTR+k2NJJ}JwAnlE5 zw@;_@Lcf=3AdNqfX>b(GUoPu`z`v@|W87*GlySQEoP9w#9a#yA!S?DP6AK<;;^#_F zLUYDYMN?$S!SV|(!+e2YWN^VuwCb)i*hdv|jS4)wUaDd0rx9QR{lw~*qu8uzHq3mY zYbcAMAywKiej)ebBZSm?#gn>+@7ZvER!aNScg>_9?Y2#y(o|EwJ-UVLGApYqsHS5P z?bP7OmCJKE<)d!$!W&=Am587IF6rg2IQ7vbVv+9#(&SRidtYGK=^YE?gX%3r(z356 zGluJI8_I*n`oR0?3ZpU|`u1@hmf_`$IMg_aMtrllgO?~p<@*K&@#avTaK zC&EDO=yLKn^tuBZ=1Sp3tD8X=XS)O-=#|2JC>|K|M-m`aPmB2@2=yNwCSj{60!atL zsp#m-e@h7KRDJcLPaF)L{I)!zib=S{Dp$8m2lC%^dcMvI#eDWA)8u&+Aa(rdjtdDG zTBG=-q~;z1<~j4O7Udo@lVvkL!vv2Ow^y4D1f=Y>KG<#(!8+-LbM2)OFk$wo+b5WW z7Ey1tg&E+{Z%Mb3J)xNYu30}K|M~}|zI0I?Q4O44+am{OG|d}_?WN-zF3Ed-2c`on z2P+s7E2Z@OnU4Nm$G2gfcOCqTDm@IMh0RhVpGf%#e1NSu42xosTcpIJ8CqLPeKjK! zdm_c9uuEkpYY^>XgSrrh<{qHCn}=2oYqtGB^iXOn!!X)Kk9-MFulYTBt3R~#i+muO z;Y%y2F+;;>VFR=%BSIYFdUn6}c&E97t8|P;O3<{m~r=Fg{o!|CO zv73gj<;Bwm(&jF2q;+1mUDQdgcPwCdsm@=D)yqB;BW6D1@x^hMNMmwKc_4VY=5tP_ z*H5w}%;I14e{lDfL2-3Uqwvh&?h-5$Ah^2)27edpGB@2^YM6g7MGUb}5|ub#ELyOnj76JE!Pe~XqMg3|DIJJ54GEAm|kSPp#R1W+FkMl-ReLAS%KgJtsOce>f04KXm`# z3I%)Tp1frf2n>K73S8d9yv$S7>KPOuin+o6!3XALeES_eAy6>v(4b8i7@*%_#w!Gd z#K3t*8D;`RE7q$?DPVpJC?r*>1O?BZE?{86{1zZ1cb*m!bM*c=1PL}HV0`ij4?J)s z=+XTjJ=Wh3h+`&$A1jcR_^*B&nE5w;8w`W_x8WyH<)7ha9JBOW6?|yN1rIhpfz_lX z5mUQHM3O?S?K`Cjg~)&n!>Xhe{MEj$61-HMs__nUwN$^`uZZC-{dHl#R*@=i+dVcO zKdyM61ScgW{fUB?(|Xrt0C)DZNYPwU=@UfY46<+{Z0;J&=<%kRmKJB+c#zcC6WBC3 z{3WOh+-OY^6tgJBYgwFfhm|=QwRL>Efe$e0x(Y{X009%vSSz%q9J3C&OG{_7-jpe3 zy>;EWdXFN(VB=)PpbGrBUWXg@Td|1GY7!ODD&$AMvYhY@*XqyznL=lm--zTs0#s82eW+Q&dKE`gF?gX-F34BN{_`wJy055)1?KI21Sy$cn zDi}ET!ZV?!x))Z!lgI=?-VIC_#4Ik9K2n z{uj@XGDWTA3x`4Amzoeb3JU~Q97KeX#Z{pk6?~FI62Xn)(((RE2VB2!uC)q4@fQhD zhHSVS=7@%PczF5*5{M#u%LB*KAcFpu`=UandYDVJ^J{UHZ2qo%@x)%;tt|K{RW*m+ zP@k3r*)ypkTV2;ume-DupapFfNr-6Zohm&il@%=?Du!S%yb$ce#-s_C*Vv{4jQ%sl z;l;_%=zy6ovQ}Yovw(r71ed=nb!C@Y$J!h2E~f-FevnOppK++u0@0EWHM0as5 zaP{HBQoT3}3S1e#Ot4w~keAwk>(!D{w!n>|L=|6CNr9E;0Ll4bpni->K{eVrjm&l` zJB;Ar@8$rYo+l8TKf6@d4Vh2|_wY-zFnXM9yvVN8-`I|+7<1S_q~<+~)ctET4;V8N zm6+PK-KvVn%1m_2muCkD7FFu)+I)v8e_@A(9sYY=UhcJ1<-;*J-w9dhv-*&JLV^lg z+`v1`FS@;o7#WgKo02;Ht&O7gDA5u_>mpR8xC9lJrI55y{MBV)*s`v;B**AI<5Qv> z9G>AZY1r%%mi)mr@1sbs5-aK!wz(K&744l5B90Y2c<=IUToFA6IYR;{a;1^}`jzak z&S8zyv9(tBSM!&qJVF;j(~nn)ZHF(ZLZ@o*-o{~e6X&tg=O1^6;(8V}{LwEd>-z1M ztD?)Io-==f2=-B;_Zgi11W%Dtp|itpdv&j$FX5erNEp*j|1uN$opW3LrYNpg7hQSN zP@MS(aMT6cDCGb#qbSbnmvP`bVvTna1iXWFpTiM!X|YS03|}k=i4)p(dXgh+I=sb4 z2jz%a+2^+e=F-7XP{Q?*p~R9PXCSeb$o%O8FOFNvGhvls#Q*}ICo?*Pe$Re68uCei zd5{b>%l%EEC#x!)@az>fuU=DG_NzA$=V|5s;%D}NoI<1;d-B*K(bmX|ri6ElWs0P~6gLf%MGi>#MPg){1fP`POh+LEmH` zCvbKHB~<=#=Ckry&fcoeTf+I$ZanPO#rn!WPFxNmYLq{l^2q7A6x2FqV1P3YRt%jg zIFQ$wn{-;_8PHI(5RWB31`wpcG9~~x|0rql`eI(S6$OX6J7%f7k?lO^pI6C(%mzYS zYvru%f%}wPYP13+C7Qj+p(pYsfBr~~TX9g3M4K&Rc_xs&u`0ztrTqCdP%1;Z-`OTN zYY9$l{mBBCjM-LmS>S6f%I1?u`PmLdIcBI!*>+WVt%SnC{Rl3bwbI^xK>F&qO}65_ zSTuCt6|vS^jueWQ7=sL%Ivs?Dt=Y*NgP#Sg!XZ22?CE%2DeRd}YJ3gWguic@lRixni9v=p^PIH_fY7G)A`N)B<0Zb(t{4A$qAVrNsP1>Gz3V~81rohK-Vlo2*}oo?o@bKxMYgmch1 zGPXthDY=5u#t~;!Nl0QekJA}CR%|Y1r}Z7W1M=91kidb#oB|7BI96^}#p}?r zX|8vQ1g#O`Ynv|+a<&x0)8KD%K5Gb@-L)USkJYH@S3|{mlg)&l5zi}4hI;v$V{n4& zJ~ClEO;VFs$Z5TT_5hgzwH_E7qIdLr&-!k}!92LDc8Lc(b#)%zA#5+)%})+%oB>gv zY;*TLye`($D+@$eJsz+{g1W7dlW$QAWk)J4DKj7TlprS*=QD1a1Wk%AF*fnoK>mCOh2{D~-xC1e0lFek?g1 zz{CEvYRW(7P#q!}7^H=Im%{JJFTaBlsz{!78K{sij9iJIfcdRd)jf;@y%1KH)p>{W zwc&-|x(U^IQS88($>h$=aRD*6=9ueEE4v#@z4T7rjC|&MUW1v|TA!0Y(F3kI>~BL$ zb^$Mpn8vS29Up9Ox(Gt;iOyE6myvT!3-vrGC+a{x#V-*c>l4YX&`&lffmAc&PW^lb z<#CJixbJ)|-ZLFd=odE~d*m9&l#8&5D}Cvm-7VsjVC~6ID1C)!L`g*%t?UgB74QGV z=vV$I|F&06F8grR4b2l(A^Q>3Z|@mbXy3iVN!Ez$$){^trxHLXc&fsHkDfTrCQlKO zNA`NRt{6R*Tc~@FlPpzgXVY3{q5xN1^UPd{2!X-2U9L0NzDq1L=1g4p>kl-bQbAYV zXkxFXz-o$X_QqhsS695Y1`JO~0s+nWqT=T-aH^?x>_DsmA-Y1zL16J{eG(MOoFYyw zcLzGNrz_tH$AL9etl|Q(b!Dd6045{t&d~9L>zfGi&Y&ZKF1B%GF-!UpI)+JNP8Oy{ zmPRth(Gwa z^n4udlWP&$^WANvmDH6@Qwk_TN2k6;bV5wsPiC-MmkkG^rwic;bx>P0e|=d8=eETT3N|@=^61hiyyz$`=orenMUB{fsLW}7lly- zLiL#W?0uCkA0^Sp3$n7>y=Rv(5&mL&TBR*sFSCi%Hq($@iQ=-N%d4NoX+vM%9^yPN z*hjA#&ldica#cGc@(4_trmzW_8V^eYB%hz?o~<6u}M|I z=UAux^sGL`7tZ(f8S|Z#<8%mrJ<1t8;4m#`Xa-Um|Hp-$fOoU)jjes?83s{VO^f)t ze<7=g;n_LyZNR5=Ux-&Jp9K~584vp4!u{4hq4Q%HdNmCnM1jw&RrQn{u+#run>@tb z^7gMQO=nEoQ)wYipW+O*#@k-ncpua`h)63xb=-d!e5Tep9Vu=8o5-mJD%Q6w<)1z- z&vS2fa@rbhyDWLsbe0$>7rC7MwK#YsGD=vbI)EAuFG==+vCDlDJ2vH6P#9%tUy)vr ze<$*}q@PDwkGl6$qMy8ME*>TqV#ddRRz}yeGlu&EHALXaMT%vCL-{|h)_NIF)+JL$ zT_YIG%r(Dgj71WPAN~M>37n4hoCIj1&{^xvVcQ-TtDy`K;9f0VnnXGq=1Cc`OG$4? zr>+SlM@@8!uqUSoyh>r|057QTEGq2Qy{Aia6t*Xzn8>-bEhsRgrAew+80~t?i{=u7 zWrxMw1@|!woLo?RMS{XNQ)uJK(-d=^($f+kCU+)oNF}k|ZbWpJg@!u(&@zjAH~JKc zh8R1)BIsumQL&*@;If2(5H5E4iNTd$>-xmlBq&$^vtg&$hl%#)al7V{hIefy$=i0m zyZ(Z4_2j4-EAM2Mv0~@ZQLw7AI^Ek1H-0#_h1hlaw44+;NQDDvN39yH$un3QW~4>= z4|(B*Is>}m9dv`O4q7c2Y?fv4r&#DN@x4OE?LZlD7{vJay5T~x^K5(XVOhu5_kf?u z*2PPNUKnsG^@9^<_Ao6VN2MNe-3e=@flGnzdomQ>VIowXnMccQSQ&VP4b*a$ZV3+7 zq^p1Hh8`8M80rj@m-Tx9$HO%6QBe&y!deS(!+_(#l#E39Wt-36xMDBN>1w7h5#&5; zEUb#G77B2@IOIE8xz+A5gA3zu-#pb;cxCu8x8&8{Gk>P4jJ5u}NV{ReV5>HlaIEYp zL+>+$e`U=g1SIkLEWViR1ImyOb^vd+zun}{zof>m1@(Luj-8LA6R3514!Rv&B}HMi zA&m#JO(YD}jOAqJp;9^Z2AQL=Rs!E;h(s@(WW!vdZ0G&S!nvrAK2c|u@KlNV9f;&+ zd6B0PSqS~>j~~eI|K`UJ2n^=mp4B1K|MRRa)i09F;zfVQ_{iFt!E%dfmc;bxVtQMP z?v$x1|L2$jUEIKw24!j$HV}QWDz_xcj4^2LrACpeZ;~>40HF<=Xm)kT%csDGVp%xi z&n(vi2JfvrZkBQrC>>@`qP;qPPtJ{vjGg>k8)MOG8~3|t9e)^kpW$uXrb{G$*-bO#M3x(2nFB0#1ZHMlfu1`(ne^g<8Hg`l@4;IcEg zxw+{Q`mXzX4JsqpmeYT;%5+YEp!2g#w3Q1P7 zXgdoOWfMOXCaV;U#~gnzJ%-@+HHQ%7!VisxJ1EC<%|xtFqQD`AhdNA3CgrhYGXu0?OASKV0T<5H;VE%rWAOUO!AqC zsg~)(k|S<9U71(xX>ixAsU_c{@Ffjn*!2hl-s}sU4+fd6EJPL7S`IE<&jXs)9jH9j z7+{@#Yudm5MnDbj3MQ$BtB624LygzvC5JuxOUN&9Xl9cG$ZMviEdT3OIv3C)p9fBR zgM)ku!EUYG^ddVkatC}lzd}r z>mupGkL3Uy{ z%oLO=)ZktCgeG|lU^_v;*mcef752^;1@5;4_2SE3-IIDLXczg38O|ehth9NT%A)Yt zh(gB8@E(Wy3=EJ{;G+F?+r%XZTAM!P#_&s>;mWeeb{Sq~b!Zn0Kzv`Ra)vU^W_bC4 z7zLQTB6U950&e7A>}~-e;$*l=-jS%h2zQ7y&`t&?$RiDxJGq$KFI&Qo3Qw1+jL_#e>3oadDN6 zyG`-p68E7Jcsk>-LcA*0k6!7b($OCN4GX7uY)AvIPpA+axa>{R#iTPm47YAjQsBQ* zAPG$WUNb`bLh%z`zC&pO`QU;q?2*deguJJ+ZTu8F2Jj(`Ov=gjvx7jaJWT{V1B)70 zx}wyoum%eDpJ@}K!d^kYmLgfecf1obgW?hs*LGta%|^h<6?E#$YdKlR%q;%S+8o*Q zfQF(YK;ipTp|rCH_}85tFX<07IQQ=Y3MAA{%s`s)O76Vwoj%lCA94l8mA7u|Tzj5T z?rdBfu<*^iKp1Vwf&)$gg$;ktE8M`?=QN1@ZiX zLXQW+-JCwbT#(2)F}%^3IY*c?bwjk90D1mdi(%=?ORh(M0Ted$?bpzgK{kdD=4Qww z%R^=St{s3=yVL5e4)2D!^U7oZ&a1d+#oD-MjpxfU$5*H;D z{^P3eohG=pz2VQ%8ao1nQU}dh998TN@}_@S*Bw6&sl63{+&!42!kRte{c+-)uir|( zHaq+6z+gNwD(XHWcTL0c=1K(lyOcozhr151j>>Kx3Naa(5GdaOF3WRlh>>!273=G< zbonoH?ZWp^C->!`n)cY5^bp%1dCrE+4T0!bZM$96=vysq0Tdb7%GQ#3T$sOvaJ=v< zizQZg3eZ_@CyK!^Bv{ZpoT~Kx6M!IP=VpiYZ0Sln{+PUS{Keg7{o+@Ay`#5p3iH?L z@{hl5u5BC{et*LL zxH_+nXkMzu;z$BRe9C@Ba$x_W%>u~?XA{=ieA@pLrCYY0ixIh0H>5s>C;(wGXcWfG}oD%63ulG)uEaO{Vl=W}>YZ03t-L z4h&=3@9B!gb)}2u&-`^VT6e)%VgP8tp?^SUMYHh9#WTcaUhnJc>)&qP76NQ72{>8+ zuf?iJW!IEt`_voBj!M)O6J%c(!v2)#xfAnb6!eg{TmV|YgG#)MSp(jZS}^`P3DO0jBC9obqBCA?a;+Gq~8$ zmPBbKlA_Dk%Z7(7BxRiXBKnUb!#bS2q!fikKMW<^{2DQ6ua$5r=c^>N93v>Q|9b!# zQVfzgd>78=6+7ZS{~xMRg5Btxk51<=<&06g%-cp={&nktIsZ3XkN@9SS}*Y~FS8{}re)glWg&i{qDS%d&}O;!(Ww$G3j_jg;@y_9r1&ymz*L<>XPa?L z1rj$V@=spC22xf<0}#57!5}Q`EJzZCI22@pi47zNm4O9TJZHej%HTlkQO85rpxd`! zMWV3(h_6ysXI?@451hAE0>Kb}bTO`$;-DxiVpEA&F-?qxjyV3GgzqWBhs8Ot zMppDba!U5bs$-=tS`siULfLdHNW5)mD82klF$>z<;L`lc*gKOEU@6h_5lD}M%wMlV zRH%80d3u_X1;0YRBxtu#8)jw?S?^3%9k}ugG=&M)LlP`vOJ2>I#bvI1Yf+@PM5<94 z+s)W%OAw5Jd}!2cykl@ZajK!Mwt66`(QIVS_jWvbyYJ-oy zssZhGGHtnR396#_K9zPzg4dKrRueyz1kHSI>uN;Q4<@^Cm)}0_lKhlyEFG!_S z=@l_M#(o)Cn=t%zy5c%`m~yVpXtGZCp-2S`k+kV-ZtbCz4*Yo z;F-2n5pt4*?LC z8FQQ0Gl`wpP9rhyLq3RRhtvM3LPPPwbkTFuSL%SJgqz-gVT5i(K$#Y)|Sl#kb8gr3q>S=R$p)86LtNwu)g zaGkz!jy%fBnX`2ldB%0>GyF5Iee7IcT=Ph~wXk7tb(Y5aPQL!~aakJ`9&&!X%N*V5W9R%W$5-X9RzfKL&}spi@F$Q5I7kU;HD`z{Zd#4Nn8Vu38n_O zvM@COm?J);+{F-Nx$$vd^gPL~T9z+=mO->w5gh@vk%UkNEK8`u<#^*G?ngLwDlbwS zAVfKCT`$I?T7}AQ8YqNn{?b2gcr_Y%`F9&msl}b!^^aQJGMExt!j%U96#a~at<SIH zwAY&Dga{z?PvrjY%XVY7KX*i>(rN<$x*bHQa79gqcA60&p!NxJnRgpzwXVx1VL>79 z^;P%o9}$pE&BGwt4w+PSTCaeZ^~HNwDMl-&E?bEeP8INUPwM3ZNA~Oo{@bd6ILx_p zy)s606Q>*4LJ-&@qqx-;y_O1z`HWv?S5H|+h@h$~?7OOet?DTE0VA64HEr8x_A%S0 zbx!vl{t;Tnf$hkG*+V zg-!JkhnF=>5#nACs;NsE1KWI2KiBCR7213$m!HfWmW4*~Ss{pWqDFoKB98l!2dU~X zqrw|kQ&m9?MLtRDGA}Y42Ibso5V%OCb$>gffLH3+gkcDxmXR`+;hwntD9X6=vz-YG zTW~9l0Dj_rUjuxO!hOjbH=6^2ULK&7*`&0a|2a?yHqbNgK5+u{R*HFVJ=Q2)(!xi? zo{DA+m4`fHbgF0`&0q!FvXwNM+!=~7t^sp;L6V9N6!Qh;MHYbeQMk0r<#_11zA= z+RXDmY*2$hUZIf6<-i0*B{eYqKrBR_%5CC0E5WGt^gWWeI!w zAC-~w)LD%UTI_wG3!Pv z1{GfVOYHY%D(q?G)$m!^D;Sk>>v!pwxarDZRuz)(wu73b_|jnlh<^TlSUH?GWej-= zJcd=;k9AM|2|NV(R)*_$r?z>tSLi7 zZz|cSi;o<`)dodyyQ6nAFP%k$IVtNoxL*X8^(pnwV|0Iw@w=)2V=Sc%DSDFWY(-z} z%9d@R=g_X64jbxk*a>QWq^x@dvnR?25yCfJ{EVSIN8h(eYIK)i5;adxe(^yIPnoDO z9=@+aqqG+lWG>5U3^Zsbwbgg|?d+{=x7^TAT3DE=2t%Mwo13$AL%+{mS%mbKMi9Y8 z6e_2H+EYbjnl>B0^l|JGk&+QP2K*OZCI?{6VV@8891~1nTIW>jYDkb>FqU!sPR8Js zhAAriKp%1ybPqq6$FzQ`eI55ZKcln?!vp-J?V>ZxTRu{Df>PAT1VU$BblhG%558k~ zK$x=qQ3V@Zc^-rdCMi$QFHLo-q3V=y9zzXa+ai`L4Gx6)_aq4@0+$ql?aD`%L!fDj zPB}8nX{#3>yJD9UhA_fxF#(Wpg3O(+T$A4o2WAK3E^r8CN;MF<5mZB_)nJFx5Lfx^ zI$evi=Xq88Bs|sMYRVZ-$CJLlwDRo;1_8m*05ogG_zB6fgdd!42{(F_Fl$r%WyqJ7 z-4TmHPH5-CrlO-(69n@wC7eMfotqQngheQH=R99j#UgB7$2@jJQ1Am5}GL_~qh%_86FIbFP|;tK>728LBS;NO+Phm&A5%w?HK$6CghiR zf22K3wZJ&f)8LWVl4YkR%{Dh4a6D5rp?=-65c+J^&gnr+S^S&X%-ZGdmU8X>MP6_! zn0~)}<=|m@ya^-zdx$Xp{oAmv2qgv>pTeK{#Lw(T{nuj#Y+%ybMAaO&puJvRo6|;t z_yhRyVNy#|dn;9~JI$4?iQ#+Fjp||xLwV&}EGSJnB}2Qgkbw8Wxq}YY!~%niGjvug zIST^lF|LBT79x{(+Gg{0!-SoM%}Xc(ofRX_h5+jR8bfgyupMmIJ^vlLkF}?-Cc2Sm zyyq2C8JLro)Qh_4j{WnK)JK>CWYi4PxEYEhx$?c^HdX^0eoV}qx2|tjn7*`uMFo}1 z<9wwWQx(|$+B}RbKg88XQoS-Pesp1Xpk}Hc0BMt4zXc%6_7%eV%|sR1(hD@(1ih1r zvtRXJ&fU~!jKNBr^9j;R+J|;y0MEJV9pxf5OC8Nj#|yS#gL4jqb-fl$(d}BK3%134 zS}1w%Qu9eMr=9v2M&T;X_Vn0s=&y>@h z>t+Mra!ME0A5YF>Y=9eC1PF&t_>nYI6c&W`gXxl#H>320IMYpJriccOHa1p4{nHYA(XnExAz zQ@yHI_o|Zutai$wBKR>Tb<|sARYWaznj&W z9UjV|0pIhlK|Q?P-vsslN9PIfD{02O2;`S1Km2oOR9Sj>g~Vpk6@-EqquRds^@-_6p`2>Lr_v~^ z`k3OV4>g%^*tv?y1P-6KH^Pg5JG_#2?-{wdH-&;{bm(_;3+@|(*~fTFVI1O0+Q@DowD%t^30EH#P)7k+&nDkfX?Wd+Q+VXy9m;i zgK~;gMCZ+M{ipWj!sVYHt2uiM3tSMOx;ByLk$T(jUW+~Yh-NdBJ6vOl-riXDm-#>5 zS@L)w-ic@%!4Xf$gZt2AI{rjC{G8n|$1#UgH^@wV&ydGzp7_H{_7emJ?|fkFSXP)K zGU!zf;e_+NRqOSj{7ok_<)!rw|D7d(jp<8g3Q9nj(j)aQPh#~7-unt^EWx)%@9->fR^AlqpNr%9I)3XxK<@pJ$H;+VbR ziI)l6n)r44tdEzd*$>pzNDN7{pt|h9&@)>qbYZUi&C}PNWf&PRK9QJM+n+%zUqIA3 z*e^xN6gnJqhx*a6>C$eIAHAs3d_Nc6X7vUov7&!sQuee7gzWno>3=lzdvrwfLpSz0 z1GJZ*2yycAHk!-Lp}~E#KMOilZ>VEL4(PDA)oMq^_0P(GBfv16VPCK7w=h>J0B6nh zFnkxR(cZRb|ND><%D@TDQtHG2uHp2)+hPbUL8l{q%v9bgrpstQjAahSs7hN2aU|IdSD4m}#-c zZT0{tkr~o{CH?ZHLTB_-=xYYTBU}Cqeb6C8K(fc@-8NkW;Fe{cj#HbQeZdMuIwk?v z34RD-RKA0Ce6S#N@9!!A_9p+~X>qkuBI|EtwvGCn>JanGEaR!o)x+bu0I!YRxf=O* z+4<6Sa&q#zz1@`YA_|G3)}J-yJq1VxRweEz#n?$G^fclq?l73z(M~c>*@Xz0(L_EG&M5PfLN6W zMOVi#{v1dW?@Z*0YY2uU1H6KQrQ4A*SM*uigLP(X`1D{l_101x@)6K1;uV73ZE$ z+`^K7Kx?NVa%WvTkS}>Le8{5bQ(U1UJj>mqPv<%NbNUYy>_*jkc|M@e*%ejxf@+0OK z-va~YNL}#`iHc4D8=eVbxM)+PG*Xw1l!Ka_`H|C~Qh<|J5qv(0=etN9JqdR!JM*KP zKQfSaIy=6xYafgqGKsOyTgacC18^=ujcki>cd_7KFp)Vzz|YGdh3dGdHv)i|gFBS6^?Ur>DU=~U}z zPJVbrmoNxYoG&Z?x_c{#zli2mR3N)G`Mza^f*nvUGP5@tE%oGQi4-WheKht5 z5*zK`5|VuGt|1&L1y}F*C1=X`WalxUwi7f#P(3iWoy@)+)sT}3EIK^#-&s3(eCs2} zPsZPgk7L{VTbbP2!{z5^4HWgp6sZ7@VcunB}mB8ckXQ6a@=C>j~wsJoM zSz2;F;CF_%b4UXyS@Ym_mwkV56@rquJb*g#?{MwiNXyvQ^IeCwzJrWupj0m3$@7N7 zQDO>T-Pb&DChm9vf?ou}n@37IHbupvD)YSqCNuJXF8!J&fAWcgbP^rah3Yme@{ki3 z-zsk9L}9=J8pM}Trgo3p%x3}|czrY9Hs?9jd@!Q#+-OyJE(on2A&=SN!wa_V&~|0i zKn735)~`~`ssSi#M#y)vko?1D0)k{@---Z3@&TwK=(sUMv6cW00~LM3L5h|HX$wJY z65h6g^uQBhhL7UmH2cZ zUz;aWy$0Tcj_&eRAXv;<1?*QAQWp~ICxvTrx{~q3ZdIeMh%2d-$G{5S z15*zJ82*&q4RQiWnP%8kVlwrwou~9G(<3Fo)k+)vCL(x}jGXH~YtaOs^V#B^(Z z6JkF|s7aP&rCLk~etCNzvR!6Zx%_xDLH#xthKu)mUr}viD(7zScxD*9DcnCuD|Q{ptsew zk>Tn58?+iDv46FN$Vz`>3n4I=e{0*3f&aAadOptTv*d5~PiRa^foQ&Uxi7*MU!W7{ zf$ha`zT5N<0p8)s&tl5D7xm61&sDoQOTv{e*fJLRN$ZI)Fia;0k0Snn3aFt3ezX_s zn^Va)J3?YB)m@ZQh3xo&?rX~QD!V+;B9 z2OYCVrXuvPb=o3H#*X#tcldB3G(MzGX#fz=KlXTywuF|%i_>#`efP0&W=Ynv^YR;u zj9v@!&PTx4`*?9rBuTw8Zl(8J##qvKrBhCD)N{S>>Vp$NNk6S@L6vCw@%OYDN3EY_ zUS8Y>I?LCZT!Mp&eRoIv-y^U%MQ^+iISI|dKz5ozkX`|02bf=~sgo?5nO1-flf z<+EpwiUv&4VlWItRXB)gjfJuV0PFDBhp+cN?3(h-fa`RUekzDFz1*X+<$(62{9C@F z(YQr(f1)MQ+sXhJDFRs}X9AmjU|Qxj*(#-zP4pSo(Bm5Pw!*|*2rVJC^0zK6m>X9aUs&EsdPpo7 zD!2Pml1)png?kI?<5boJ)Z)5&GOgG9U54Vnvya`CXD`V;F!(NR?zM!QU9nLUsRy4`t4XMExh zZ4+4+@_IrjaF|dhaX@0*nl8$a6CY8?Cr&2_ca|3c)i1rk^K|uw%luL5nEAf5j_`A~ z3ZwpKDer?K9U)>8EI=5d5a{4$j5xdB&Maj`YgHHnd>ja1aSLh=07@>k51(}9Cm`oZ zMzhILAG?VUOS}=bD-CGV_&E!8j<5u@_Tu37^pRg3Ge|noS6N^xu@4{uK9Ow>u1Yz3 zJ6*Yuf^jBTg}%FoNuIEXS;@o}?IU4p377?(Bwyx?4QbF80^Q$@z_WGZ$QG2_uozm} z;0T1Q$1I#8r$01BJL|FdD#9^c;_b8Nub=32Hu_9xt6p9zxEauizTYDuHRsNvDPaZN zCQ!wxPps@`j!fk+gjoSwcaaTlGrsfIysIU_M&6RVl-Ia|dh)A`V?E;Q$d);orc8XW zitJlU`%H$kUYLNaNHDX^(BZfa4Wq-ec%xd(4XGF zCTL1$GB;fW*hs_Td$Pn+66Dtr5dCJU?l8`964Ns{NxX|fegk`Q)rax!fdl?esBwM0 z851priV5$5wew!$i>wdyw$RNf7VFH!n4hd0I`%t}=wsMG6RU60qesuUWaE1Pohv$& zF#FwN|D4N4TE2j~8n9=N$_=w^j4Um&XuUD5NaS5m;Y3l}FjNsHB>DWt&@k!_(7cv| zJbI&L_`}55AO)dqf+w|D-jFa3p$hX&D#@67pN5vWd&Vh)T(ISf7__uky0tu{+@(Ol z!^PJd`AQ6M1cO;uET6D+XAGlA0rJj4YgnJ}>fR{sq!AF_+0C=x2L53Gd?jW2Lz!Ho zDKAsdj8e<0<;mX={oorRYxnAlghG?Vhn$)qz83U#ID^2(ZVN;^mtU@x=&_VujkF$W zd=-&i_1^>N$B*=7D_(yLy*Vwi>chS@yKLt9CfLQJJl=e(D%7e%gikx`r!J*IA#DS< z;vH%zN8Xj&Hhbji&IfiSTB$A7kS*R#89jH5x|e6?uzvZYT2(v=zK|W&L_}jffdPc{3okmYHq|VFlJi*LL(+hr z0YXniwksd+yxDj}fJc}{{^%^fWfAtrUOy@zeqs#Zi{+9|#Ve}YCC=yS^CwnX5P)js?te|u z?-CSekr7|eiS%91*sgzPK=lI%$Ui}Eq5f@ePoi|WpK#N)?k`_EQYTZyJHr9wZr?*( zL;S|zhOczrBvoxr)s%vfVjXGVwrBR~*OUB(aMq}%r9;1+XTHcf++{HE#n4<`NjPEc zXIP&!JU}EByKI;AW!Vau#JH6!65uD*s4&hl?$v^zcEdKN8FBaRdXFEFkbFk%3+v0! zf8A1mI{#)%0fxc++wcnH@?YWAxFVhjey`t+T?-|8tgB5H_49}@Q0l3n*! zoH*WZ_P}I@ZK|jUA9Z3P35D>xjVw?x0*_9b73sR){21YSP@eT9I2 zm9Mw=w+wA!9@}z&wrQX6F0CQ=;ms_BD*;W<)&W2cXoy{toKKRJP?FA%B$(Kb@+>_Y zh3r%@0@0iKH7x&x`&%;+X}VQ}tT9}Zu^P4d*XD|_TfBIk-jHIjc8Sd+I2+qt5tI|? zs2JZbSo-y${MIQ2%De`5NnFp9Q?0*HoKE`z$!2xyJl7zrL(UiXtRQImz?ytT*KIi6qCZo#K(jux8ePOlp)gJGOU&g`DSAl z;aq7hrK|&fYW8Bz*+xqzpl{FM$+Cxw6Z6lG;4prw3t>?G==N=$3VSe1AX2tLB!d8t z3&HA>AnP-9!>y3-j);O%aUr~b;ANFt1 z+H|>4_UYP=9R8pO=9f6Zf*z47!W=x?mYb_L(IvcVcd9~N)aL@uDsw+K#9vV_8h*i^ z6Eo9H^}@%b#;VaN)9rFHYekob6aUGif*7h;w5!t^K>`)0hhGA91q=^gbER zl}%9Htl*bs;QAsMUuN;=Vp;9(Gh}`HiSl$wXo?TUak(n9%c-T|tlpCD_r(jxl63^h z&U?bI{D_p%eP9HIFK0*#8>b)7bex@!qe<7Uku_y`X%gJDw4PEPHm& z9|U6XUn2EcIMp93_F$O!fS2v)B;Aka%Wf$kC09g^5%L;fQ`Dkm&4x>-z+L-4Nv8-_Uipu7Y_GoXfv35r!IWMGcE76QiSb%( zO*NfO{JQy_9+)Hm5$f8>#08XlFLQ}ytp*@#L>9)(M`)lGxgT$aP`eP_IEl9Vm-JX##sv#kII`IhAIA4B~gw4MkOIIn136o zq2m5mq-Ga`Kl|d%{@6%GAXDhAv@Bg9dqM?J-Z|MIfH5ggJ%Fhtg7jtn78L_cUk^2n zZhnO1=RV{F4aE9@e9Cxp_r1Z+q+H<6&x`xhM~7!BbRUPsm6wm+VRT-K@YOHHDj>54R+IP&hv5A1h}+E*DwVPp4tov2#&zu=1eMIL^pWQ2-^N z;pbBu?Eyw-YZP6=jpC+Y{G4VrAX4r}YE=ESs3MT9#7Hsdy>Z=)?!{RNVHslac?r{d z05wmZb8~P799wl-1xhP}v*zAgp@u!wg5iTkA!#>j%E;fyn>#LdBZ2P`#*Q8Oa(BN` z$znoGtE1w~PH8-S0iz&oV2RvZ886PG+6((?!euN_S~?;(yKxn|Br+eSG92_JC=}^d z-;vp>ETwN=cG5@{K%z=wmoEWm&&c%@ETW~q_=b>i=&;!@ai_>|BJNCLGY;Z=twh=) zZaB3((s3;%qAUjJ^EePv#=vIys#{w5)n)EGW%S2!hDJjJuU84M3crEu*OayV z!H9=<({jnwhv+5LBe{ppn{nXC=e6d<+qkBt!uZtiYdt`Fqc*oqgdP18Nhd@pyNd4Q zETDqtgs#u(9nd;aCbHoIn6b^cXg{zQKYGkOWF!)MFu_Kg{|HwR>Rz@Nlp(XCS;VTQ z-c7rh%rCH>j-#|@l#T?=&~)Um;XzF~ZBV<#d~fr6QAPswO2Zj&D0pcW%KL#Nh$75s zw}-p@@qM=MP;k7%%Hpy;3-+BJz^D}yL4J+6x{>IxFiXn#SS(#WcNc(pKULEIA!Rf; zJ}I3bLj032(6(Wj<}7E8P?$uMmkVGf$Q?H^42W_`_TJX>vYqc;(TJS5S4=k!wj>cm z-C_fD1NZ71GBSN($Zkv)8gUJf6T@eKYy z=H5Cgu4maF-2;QWYhZ9ExXWM(Zo!=d4?%<5Ft`&4?j!^W5J+%$w-DS3?wX*1-+b>q z_nv$1I`5s|I`5yi7c;EcU3>4Y-c{Ar-PNBW${5st%7eH|99qp%1~D zH4#zdkD=i`xU<@k`eCkEVFSN=?EVCd5aOV3^wqBi5}q`wM&Mjy>u+xC;K0HHH`+d3 zcI?~xiJI&l{G-rblG2mq5@+P{UJG71Dl9y(SI%Af1tijKt<2%z zg!7)o)naM|EuS}0A2V{M$BxRE3|He74Xobe(+45)dkC4ZEkLi89nn@%7J&2g!2Tzi zOdK=mx<5QEEQ;evOKD(%o2LyeY0Y=KnvNI4b1`nN?x@fSLzkaN#tH&8vVvvRDRt{+{!SoLLK|qCH(G7i0qYEInr9&Yc%I* z%hUCW) zp(IfOr(^6oF;WCtbSd^TX3~9Q8L-O6ckTtEKiP-8(BELZ&dmC+B2G<*HPDQdP?^`7 zu00*aIV{(r^B_q3dRq;2t(o>^kymgC<+$&s<$=R9d$MQOqK2SEg}8)M`+U^n+0O9< zOPMgVpwyz)zVSg!V2{a={*lIbwVZR->F7b$0%-d5N*DpeUsWc=b_L`y0Bt1nT<1>S zs_8)TaDSkDxenTV0#LOaaMaGQG}kb~b-?Qav z!D^Y;5EN-!MF_jQ|I-|WyA^;)b2?)Bo(4C?*hbNx$3>;h6m`wYnd$9~y&-7MudZ(L zMMC=FP9uT)2p3R?%Fg{%=o$40F8x$o7rFNi>*CLdm$i9mw$iX%UE%^ZnK&-zjR+vb zD|QIuJRD&oDCBvoXhz|=L$#8*{6IDO_J^mXmd@7Mp32(69BtS5OUOU>pzB+J;1^r= zZ8Wz9Yp5@&ea-eelc{Ww!S|j~q}-cAKFyqXqes^UG=#p+FMGM%+T=G(PCR*>GNJLL z)|aN->GDIr2=w1g`{T-RBA~aKCo#LG(eJUln;&lOuw5L##i&D%-s2!IB6uiLDOAd? z)b6z?KQ`ti_FfqH{OKh{ONeC(vN*r$4nnc~gbndF9>U+SrX=vpm6=En26%W8tn4|h=MbD4D7gdvGh!6%e4@4lrV0ajgs5PkqSan5b_j46f=0^Ch%>hA!{aMYWXIXSjFolV&rf>`tKMw@{Ex zhAcjD_o#l2@HW}NBl6cN4c8Nci-GWkyq zv&_NMCBZkG4q7vhI`i+jtyd35+j$#9CYPhL40{tc{>k1@kZ%t$P3)5_O{0gv~dzv>o z%{A#_q$=>0C0c@}1D!C030rn`a8&OyK&YNz!gsQq?95+-XyuxHlb*H%MBVYo{ebn( zs3XQ_ixd%w@IO~Z!6E;yj|mq1n~#~L5=pH~9Nzw7IhmJHCh{z-ghR^&U9O&hz=}8y zmG>GjjZ)|N@gynN6H4GeArzGkyWSQ02qU&Pzc%j!ezRDJg#^OZN zwm%yx$@&$N^eiv8vUnWe5{cc1dkvLG60qqao9`pcGMx?xn^g=VewL+wV@F#hv5R%z z(C0!5wY)4E9uYt(kM6@Jo)x)i;3h5(e@3~J#fxH+d1)}F+ktaX|7Cy+feAe%(C3cX zaVqyEk6*az?Nd$c+vw`e4{oR(E)}Vd0jJkAouls(Ir|izvOfm~;%P;{yxBdja;EPb z3}FDGi?%&uf5~X1L!;Dbr~yq@K^iognA_B@O}baWY$_EMb{!Yt{-+c<8z6dXyOpq_ zXri);WqJrUAv}Aeh$H_R9Iax3B^E zo4nUzH&QMN6Z$8SS$msw>zECJ_hCgg?#UgRtPqt;{~%^%?7uk7%NuP+Y2w}e>^0=^ z@;s3kW;B}h$9|eS)S=dL>f`BuXN&`ZLmqD2BmmHDK zk+12H`tA)*1`@wYMWg78UetU82S@%I{{7)o{?!BZ57+FFb11TJP7apepFLt)plG(c zzjO{rFIC=jqS|hJxD^xv_$&6s6;n!{zH_ILEpLX}7B+R~lU`y&hZ=90rGAG@s5XB^ zDW~wn(cH$fAbWwNlp#j;BtZVuMj&y-`%!I>QRmB@oeS7on2>jqG_)s4R6r{;4fO=USHHfbVo-g?1wr{}-p* z?*|JNk+ia)b+%XNr77!|l|%L3O*q#~yIH5c37B8C%G$ftKi?Kbc%iw_6DRu6Q=ykW zmH%-xns;q;1zgCi@@P=#$TD-Bt?O+echf)?BnBml{B6b@IWq0_SNi72f2n!f6Arw6 zdR)`D5XmCe|dMF#ro0 ztzO-BwBS1Rpxh8e1J+_@`tq86oa3ral4*vO03h#p?%tH90u-4GnT-Xg9c3ayg6i;Ag!v5;@+0b@=y=>H9h+%7lf4N zDHZZEDn8^N%@8vCziWn&mi}gjGBgx*v=F)BeJ&=yLzE&(Wi;_C$`sbKcuzbS|tchdsX5z9Z4GLd4kU9bEx3gr#T#erY7 z<=+_xqHSl3o=6?%h{JkcRvU1V#{9>>)JL3sp;I?Y+Kv|h^n6J^ytPSEKV$|8_qU>3 zfefi~c$Zut+H;TFO4R2E#a|+fc|XJ+`au?JZ!3|Izrd188nf2I&jfZn?)2qOFo7yT zi!F8lKa?-R>HD!c&JpO?i%&iYM=P`bx$N@8G|xHsUT91d<2Z7%C7Y7}oh4H&SEp>I zGl`Fgtix}&b(|NXL%g@RQsbvliDVokX6jp;HG`Z%*&94+TU}u`$N?br0@)l&d4v$~t^f z*q(v^1`k)iA8Qr~lerXGC;#$FHCdIH!9KwdPvjdWq^$+3h#%#P(lbcvmnvO2AMv0s zO6lwWcor|phZ|sBua#v1lf8(<&eLz+a>HUJ7%K$No`j)o5z0HI#F;l?)TOtuMHj(7 zfd&)#G`AlIG1A%Jo_`zU?88#TiDFTH2AU#?+bQtwkRH?jbit^a`KJvhl>n(%-wM=G zv)TzC0%cyl4x&yM@Ab_I_krGt1X1{jDa+7NqI{w`n$ zIn$0amw!Lf)^n5p`5(0fi25hm0zuIH%lURd{BLuWqXmD3X93?sWMEo6j%t%ynfD6N zX?ot);;|=+Nta%GF~UDBzdu#8{cH_vQpqVLeN4t_okayR(dp9vugVPklgdC5H2-pz z3h@1#>P}R@>9QaW`+i~@85zt6dKog|O`lnwD1?J$$hltg&NPHcq`1YmH=zEnCnK^% zd-2S4?%cRhs?6@cijcxX;NR>Y{J!{eCoS!WYkqoDRun(&k>iZ&Et~~P{jRg@wR^7l zVcTJ$8SOu>2TuKiu)gD=L-LIK|2p&cI5FV+zs*a?-+1|t?Ad?iSB-`W$THMGVbtHT zq7)c()@3;}y|t|Z9AfYPXM)vyT5F1I=LD6cYUX~N+j4vLeGlIi^VRhN-iH3IyS+7T5h0PxuTbb@?o<2=ede-xp8e;rU3slz|icw+kLgMa<} zJ5xxD|AZ+Bg5+OH3sT&FO3PN-U$&LFFK8#OfdEd3>>=2IKdAPGFP1g?Qy3w+a~T0xf9dh%6vq&;W!9v%M2h%<0#b5FsFS|oU% zX*Q|}PWb8>NXCOTZB!La=CJD~aW66lUn^IXs}0w}=e!9h$G?zC@+-IrsQ>LFyiGE( zspZFMknQ)d>?3j1x39c86I&ASSwoi=IdWjF>od!j;Vm?F2&GEs^e*-ou3Ko$`>a$-u+I?RIa1T?I zF5U!8BLSo~#X<^JHB${;18|Ll01TkP<u)RdFofSZ@4Je$mQT`Gg42Z3 zWF5OuYjo0eb>i*HeSwOuuUbxMhUU4x22kjny}Z1{6A()f4IsamtC8hv#lS>#{KgO@|mz?u$TA(Xr&-?z?%Ola@kG78rc^-jFOEFm-T-XZ?MNd z5pO7h=3m+$Fw5U`HcP|KME5W89<4EoMXzh(L5yG!AgiJDijFK%GT5Gd-&5x9Gc?Hx zQ4~(`HYTD;z-07wN}u`^qBEIs3Mj>utT3Y?tmwUAke`Jz;0oe5Sjmn33e-LqHXX#P zttT(HjRR?y+>gD+{#>O8dLBc6&PT2_EjR4mZx;7z2@)^k_(59y z9*`vvz)2#+FpGM9_|^n@Ue?*kyO_=(aoZ`b!o|!BYVLH1D_{U_qECwA2(L%AI)7Eq z`Uzh3A+FrD_iPdtd_RFh{sQDw_heWc85J$!iz$Dp2H44qV4MTl_xDlr?c|IF%^bzM zm#=SFTX^$}i_=%mpWliM9Y=obY1mU(j{zmEwD}TSI}?3&@Hk(K0%a`iQo(Vb+bQ(y zZ+0Rh`_gi?Ku-Os25&d%ERp#dWkJ*3Z$37CrY7WvBy((nB`4)8PkyPhuR`fj4+ly4 z;55!rv=&v~o3$bC$hQ{^SEz*-9W#+un)S(O{Rj%YW&2o8q}foP&VVf{m*3PYIZqk| zd9*>535w5%G9^UzVQsB<&Z-zHP_J|{#_Azqi&kX5o9ct9@&HUX<8OtTR$Ek63!vt6 zw7Mu>tPV*6rOpQ~XND>psD=jbauJynaGanxb8@AR#DPj2(`zyO+da7i`x&D%`zj0v zc{AqQXJ;f0q3VSa|DVHc7}ZpXgK=%FyTPO~_x5)@F9q|3_2-_tl;{%JCS-9aIHF$K zJjV@bquT22uES$!!^MvZoB$ZV8?QXW&jL;U#yR=56ikl8Gr(UnCUW*v{V{xw&?GnK z8r{1|_q&b>uOnmzlWSDH4cW-i2BpK8=%w@bqWNInuWsYQmX}ek=^fdR1!%8G&{4b=5CSs~6w@HxRS*f|qgr{T- z(iTdi~99pWwS8LwPEUZnk4KB_Uku9L9rWD|fe2hf;`4?Mm?A!Ihq*9?J zTYa$Vo@GRA22MuLTzQS2*KTPt;{koaEAQE5_33!0blPkONKzXTY2!so>zL+sXpkh&+_8~!yoCJyF0}0rq_n4?cCpX<4I-VZyC$qltvNf z5z*C%*ccKlo@tUVx+Br<-6EDq6>QezQ4xpeXEwRx(KcZbOC+bm3TwuQuSZ%75jh!4JZo)!6U_>ty zKl?+OEGMK0PlTLB$B$H1eg^++rwe#;cVEXDLrrt;1p`dWQOn-p{&^_QHqx$Mt$**h zpOu!P=#p@s-m9Je49*HYcTD=K8^qq{|2~{^`0KRpk*889LDB$Q^L+&!Hdll!Fc}Kg zLfV>kG}W)BcAGidzv} z->43wB9j(}DMuel%4R`MIQTog?wtCb(b-xhzU|2|W2A7Q_y*fIy&4)4E6W@>xSAfd z#(Y-ytDfyVlT9k%_@Oxw(uvN2>~4sHg%)BRjI9BOlu+EVR-i3&Ab%3fN`eI2QI(@D ze};;_$5w;C&-a>4n_<9TQkF}G$Ur&9C9OP-5+D@b*eY=E{D!=RX}yDouE_)loe1KL z2&_T4NAkfyP;Pa2lnoh2Gj2gs1k^#b#9{LV>GX;^34A8cAJ==R3zWo#Gs+;rW}EaS zsIh@nA4S3*3e6_{F_;idJlK^KSmv;WQsF&^i(qxEnenzB#0K=ZFh(+zp>=ij-56Jq1UoX&#@7~!w504tkn@oF|GNlQgcf5Xr z0kF!J^%Y3)^Bj<=PEIf_rQ zenH0m4=N!oybr-&x^6Bo%` z2{=k5@zzmd*S7(u2x;h6E~PU3W-E-*r(O2WFX%jEZ)rGL4n`giG1@a)WRosV#rv!t zWi(4TO~aaV^L~bYM=f>L`c?c6qFFGj;ZDX0;A)!k=&(@E*Kz#VVRjl>iI8Iaj8)N~ z*trcqS_BR`^t4q;IQ5k=FGeB$)5NC3uJ*tc->^&XIX@~)URi_$5zX1SegUKM%+0Wy zd2L!GR^oG&2$-_V(MJj5YUN+EvSWYAn&j+R2q)cKf*ZVUYI^%ch#c@bSKVo1LgO09 zuv=ZieXXWH{Zg!#R8=h-`PVU@kLm^Gl=Y`;hHnt8~O^zJ)8lZtyS)t0*(vAZPu1Z)n4r1e`Ic$#Jb^gh3PVLu34dAMPTLR3(Q@ zGMUmd?3}RUX{v#a;B^-~jLu-v&8W8)(e9C#PPiy=xf5Nm-?%y9CWB0Q@s4SmKETWn^1K=Bb5eD>Zd^7;d$ zsQG!)Iwq-7qA(oN8?`LW)fv$4Mz5GiV9Kef)igE-)4Nc;?SoDtvibn#aIXHwR&V&nd zjGl*N393@_@ynDS>!w^*ZYc#cFMn*g4^aRO&@qa}J;7Frvs@}?!*H9v472J-ef!nI=C$dJ^xsy9oug9ed zBhDEV2mW4Ag!$4#?x?;@HSy;#NntrU{&SL(FqSg3%+R0|KRTk-uQmlC#J^42Q zGQuw;A1HYI9;FZv2^)CskQj6%9oz$*O75sm676@B7Ad(`Pds@H>y>UrCAUY@S&QfuUZgsEgko<3J7_HqZI^wAw}4k%Ux><-+7S&e#*^I~4nkVdG= z;h$pY_O|-cW4JxL*q0%HhTCx-Aaaw&3!UHe3!j{}osoM8V20b}y%lv@AJX+6b79_K zKhQW!*1>&^%iaqgATl4I-(*!+m(SH2mB-&4q_$}?x3BwNFHNaTLY~K~dUq1Wo#dI> z>RF%{$P735>?Id0{UcJI(1(5ac>rfSJIe@KDqi(uYU@!gP5{2D3_ed7C1#5r$K*o2 z*k=Z^XNqTk)R|pN%SbOIPZ&gqt|UyaE^S;Er0};}X7;rkWk=d;aXMtibvjH^)VUA~%rnB{6b0kTnVIzYuiVm0ZmO?j zV28>L=C7y2%@)P2H_ne#91N6~XxV;Jwo`CM{<_Sb>DIcSR?^;5-SIh)BLctu!cCSf zzW+M808>eO*_Yeu*;N(Mb*%Bm)4DkhclpSdyyD& zA2Be;PhtiWV05`7Qq>5owa5{G(MNn7r1G`>ob1UF+fhVc;c2{~bSZy_{t{=zUJ_Nu z?t}|R2EU`0klIlDXN4Ma{H&x*V)?Xb{M!mto$W|24>kNmYPB+1hR}ZA4T9ZN2t<_J ztLI=!lmD#}KF=#A_~+lu3z|lJXEtR7j45K$a;>IPr`N{rAdsD?m3QA0A`Y>pUp#O| z+57BckIAJ57C&!)EQz~sDKf*4$-GuA_wFVO0Y7Rd>3cn;A#3XR8!EhlJ)QY2s6!!R z>&p1267+;dO}g)P)p_cuWH4Wbpr;2lKtx|6#fzdLaf8_g*cI|s)7X)wmHIE~(cNlo z!JBVO={0k_RiDBQuuxj*oP7mjuWUqCJn&EHBYzzmKLsmdKV=jh<3{QQvt7q4lq!~) zn3*&w{yw1!ehDA=jpaP{jebC+JDPm48@&Oa@twSS!-vY2_8u-jo}t4zE+i+g663q^ zumGXdH0t2z+HXJWZE!B7KtwtB)_A`3ik0;zLH$0rCoOQ4W;yuM9*F$hQdcHGXBb%N z`YLWXJ>6VHWferP35V*!-*dhXh=O7v22Z3V?qg1fQBD&93E2V?i0~uIe)cyiM1hlh zZ&)1^2DT3t+c`u<6i{io7H}abjq=Atn-Sxty=OWmcK?65#RDF%R~9kq-TQ=p9LIvz z|H(KOf}r`A69Ay(zYVd|G}OB^@%!3+NIV-7S*ae1(qQr%D5sdd0FfcZFZ7w7uyk*H zLT-zfND-$g`c0t1C`&Z^{xB3AE+$1R=HJF`!Wk!N8H2-AYwa=Hc<;3%xOXXI+0pOb zHSmN(YEb4_Q8MKV9yaVTYSx0qwl6)0OOT+-k$NV8z1oGF zdoSJ^j){&np0-q8(8UPuJz%Vjln6LJv9L9S&VC)sxFO9SaVYhXmlxi8dB(=cUW24P zM9oj5FN_8Z@qC~w8u>$ML4=7i;nAuQiUoWAxpg>LDz^4qepa$mtM~0%ppn@=F0u0Z`;29(DQYN>rA@6Y zTlVcMScoP&)V89HZ7*ELYoZI)R4HZ5D1e{Kd7K~r7f)@%-S^dHI6(*cT0W?5y&uKR zz$WabchIh(ma0PxcA!N~3TruQ_}wh>`{KEkoXiLqXsFzv-ZH!*FLEe>@x6P|wmJ$PCoHWw zp+Aay*S0#|Cd@B>+8&{eCAJek%1%XYP;5v0XZddQ{r1M0x2u;}0Ejw6n1uq`zG^=A zM=St0``6&Gc6yfKtFzO|R~9JzUzY3u{vR^~l0fC5nr;wr{@Y_*myL+VOW-Q$LL6ND?&*4TSydgS+fF4E0wMp3oI4Id1*< zfB_orOy9ZDnHF%8Bd#Xohrv0$9k|Ga*&*sB@p%s5Di(+kP59}Y^5!G~MOWuXP}Gf) zh2t@vcE1TQ8qN(ELpZ-bc4I-tFYt6fkyIs2c|}^`yJO`HU3lrlU37#t5i3DjlVM@G-HoI>CcVGE>V^X4TKMGHE>Ymz-d*+#2Otlz)0B$5(mL_ zx4PC+S_21$48Hs&J^T5+P@fzi6MiEjkF5ALSs{?f+eqWuo_T&a$woYnWfrF2);OqM zWA;T@@~y=>;m=WX5MWnpB(AnsNI?{$!B+dYe2uHTkP1{C=!yNKxPbrdgcsodPI#da zxrl%xX?ISl(49A{^Dgbp3hGEsp=lv^NTMt-rutf_Q?+bW3!x!qV|Bo;%SR_=-)&N| z!qd|d-fN09PUhr9XODzW&_|-Z)6-;Cu#bA1>_hX_cyjd~GwXQd4o4twacn(c)jz|B z-jvqr{TE{=9x`~p#45zB%)sW}N=^T$7rd3ZQ8>bsZ^P zxa!;`W)vmPF7-ea!S8qg;FzYdoUFf}<$2iUOdLOQx@ZH_v9q)GMaGD`aN}ePO*REo zp0cy4V{W>!=#MMCR&4X+6XIE8XtxQ*{JU!RA64EMi|EI%p>xW>dFj$r)>!Rqunxgg zANs|*j!=++;$x;F1pt`73f-;H;Woz~>4Z+gYL8q5RcRUB!^-Vw0tP5MMj)@mSzr2} zYkIP?We#UHG|-1w&V;H(dk0?02Nu5-J4d~=;H&ShF#4fC7!c;iNE9^$tIc{j5z4D= zcRaLxk~qY`hpcDG_qwZ&T#KRgWa14WhWr~Ky%XkY-16e{*h`zo2d>Ir48r*lKE{k| zZR&U1VLidfS*GlMFA+MK$Sc;R`WS+`@c1PkKHL09Ha8u^&oJ9w@TdX{b7Y{J7DM z%Rn*XfqCt-IRI!a#9zV%cQx06{e=Ny?ceE^M+TQGz;+dNqXS2q@FT)FzUoX)h|GO6 z#eOoced>*po{Y9$+h;Prun7vn(WLXr-56~gB0!Usk^#QKMeh=58oU-S(CMk( zHAtqWR}|OhUFn&eDav&9-EkYEm}@Iv@zfu(R2(j=X>D!vO!j;&0e<2Pk`r6j+MVX{ zgj!RF=j|wwksY0qk6C8x%PLq~K_5Ct+F^Pq4`as_W$+abDK%s}jq2BatOYKrHV34uIv}{6-4mSyb{-9FTc=c6$IOjVg`HohDy-g=w3_f{(vXzcgFhNB1HhNkx)Q^OSg7QjP3ueMRSGMRJ$a6lFnm^+&FJK^~zKkfpRqu5H}g z&q5aw3QskZ^C@{meb7M*c z1??x>L;ig78XOL2Z)x_UK3!FCdP*kn#^8Mj8`5)-YR#T5l0h0raH}lc3n$E~eEV(_ z+!YYD{f{|j_92qYY6xSofEMm2F=t$Wx^%#1h*A{EKdn`TemXkbV}Y&dl?p$b z1N<>_u^Op$63Dm28|fG7vdVPF8K1sR{lQ461P^14N0mBpZ_J+O>$rFG&kCJG(?TW> zo>Wif;fIC_^SU*YFB>!t*_yQ=O{GG$h(7ncwTL)pK(bLIBtt}Mtx*9T>Yw{OBfa~|u-b68Gm6L*LDXh7KRsW;p>#1SP_kdJ+I{~uCk-pZfG=S^T6YVoP zkeBVFRG|xl#Kxy1>+7aMqcZuS#Dg71iZZD7w_DYSg{p1 z04wu4=)1_I@Lb8?XUouQB-=$;(V&~r{|*%T|L*EeBQ`i|k@uZF@}Gsn=hZc_2#mk$ z^|%R*I#_yExoQcpaau_SE1qIS!sF&4$E31C+ynGuePdkStzw+3wre_Xh>8Nk4sGk!cd&SS^^|nJ_{q`JF)}z9mP!DJgOn0AS%dw)*=j ziE&<-3`$eGtQnBWs8sY8rpaUAVvS#hM{$8mg343JX#3i!H;t-78C9IX4&pvDA$M5Vhpr9&baOA&0bp_bSR{+f3vL^-r7#IuTv7b;BN6*tE-I)e zvCuWo@6SeV7doY|Yy#j_d?-}9?d^sgqCMgKBN)H+%*K#U`+w~6UjUnb?t{(O4N3vq z*3fHWg`PiTISCt6M{G7t3`$6--+87cE5`0zRcu#48@ZGXTJs1KB3s@a2On2El|Dqoq-9-p3U$RZ~Yx&AJP5MJQzP1 zJ^1MPm%J~_Io2YoO~{_1z}@`KkACOmKhY{+E4(*Nnm2A0(+*+n)?~PeKA%IR_m`cn zYzew855@CAve8}IO>GagCF_sKYr>EF8G3bK;19y5kfe8yf#v8J|LMV1TS_!Ok*kF4UU$OuK*nr5b*@EjImOIT=mX-0StsS05OkAvg*lKb}9?hwMuy$(^HmMSf)5B|WuG`CVx{|SR#pG)q2R>xDFFK=oo z$3c7#VBI$W3oM)UfTUYYn9IA!A&<=Z$pEOIp!9B)FX+?WyN=9Q%!E<BQp+x*l93 zKMmxegC=OcKi-#+&oq*I<9$DP=%x!=YkcFyZ0?W8dA8$(-lgqScU^Z-=fx6^l|b)e zFz+CgD-Zt7WY(`}#hfx1@damVHDZ<)btfF`A9d)s9ug_f`1NLz$~jhkzGi%K^~S)v z9BN*8!LBabLC&Nlbo335+bxKZ%etnrxvgw!!5i1(U+ej7%@x~U6hlfI$UmqdVzSxB ztlW7^O&dSdV2=-l|MeWt@wj3b< zce^h>wLMozSeGJL>5)H;0wWPF(?x+y!c-PVFI~{nxOG|25s9m?A|h>k@6!cVezOZLp|UY+cq)kvv0&-kg+0Kb&btMo9s3cXyX`sKH=hK#|| z+5^pZoKnY_yfyaLq)&V5j}oQ0c^;Nix#)uyER{&mD2PoqC5FC~Flw_=nNPYd!5>*lIpOnFm>NYw?&wISyknjFNFXGRYNw(;~ z*?gZEK}~87-Lc`?{)3SQ76SrdNk{rU)fHT&U>KRezatxs2SkH<%3agqQ#oZkU9{D> ztzZB8VSvR0OG3cIw1fP~@z~Y@GJz^S@KVx9#vB1!ft|9VU9Kj0KJVx@+*~tNg&w0|~!oE^}REn_Q&*REO^^`NE{U5K*MuO7)Kx%PUTrCjkJ%rLACQ3`_M$Gv@7%;kT0$ZJ4UVzQ$J zI}H(j1TI;GIh&cr+6wuixG00mP!~?3z zOx;O|QPO0Nv5traKK#LP9M(_pc>(}Bo(`sKyST8Tf=LSkLw=!nx_W~g{JQY{4}@Mt zRC`=wB=Hs=pqAL@+u_a?66uPJj2sOBA)2U|@!Q;dWutdXq&_5jTYH!h%6gk@5c8*myed!W0C|6xZ^v zV9vf7|FqIMM%x96f^_^o^cG(-$eS5kYg)xxWS5Tds&-<5M|Wi`STe4^b#JRT!tzQC zygAAh=NR`xy$cj3VZ{~p!q=v+%t&dX!8Xp@vm3@)l@COJA0D>Le*#%Hs@VH(wt(=3 zM0eQMi#ueJvc$*>#j6&d&1QPE4isj+ZeXUAqTSr-unb8F=K(VrnNtf)w-o9d3c71t z^|XwG{Rl+DdA={F2E|YI3JbQ5eh{8~BHg_9qI!dAP5yRYj&-lgP50!&A?`j|w0>>l zC|(-r1o!>hJrCWyXVdJgtgLhTfxyS>YE!((voj_!#bUq6~2%JV9MPWiNl=T_DM5J9u3|fdU zCKjb>3IrXFCWDXB^i5LoO>6_c0#DC~sx%%|ZL=4+cmG&>=gDeF*@@pDU0r<-!4aOn z@}*%VewttD@<>3lB8u*VjYf=M23wMDxvH2n*`R?sfM_Nrf?N3FE5xi(k9M_D#s(%VGz9nlE^&h_Duv>!t z;%pY{zy&R`YsU*_NeDPXGe7AYRd#pykgyf6vpiB!@>>K1NDfu&t`#O(95LbHP*l~` zd6tfPte|ZVM{kw1ZWaXV=C7WZlfSKN#WE^Wybb7eCa9%Mw4QI=FyYAm%${WD-FU}8 zB?OLF%yF$0hP`G_5+0OOLsi7|?LO4C@Y3!2uvvhL%s3Aj%|$!r#@IGL*9-yKr%DE& zDMr1AJ}}|M<0yuA-!bKKyCLzsc67h+S|5Qij{asat321c2=0>(YsO6ct!jBO%D@%0 zJ_cj+^ZvpwjckjGF4;4ajl3!?CB|<-7rnxFX7P?6g2qD2djS8Tn?H+XjlET3zm>A5I6}i%ST{BCYnU*o&^sp-}n+8!#|2xi`DvPG5^rLn*Eo zTx+EG^mG1;*c9GsAy=Ue8oLhd4ZQJ9QAzn7h}^cs*8Y!bbmtR&H!ag zwu4!?Pr>ojk!r3*e9mWc)j~aiO>aBzFJ07YTRIm5lmKnC1m}KjT&_IN=PrLDq;$(9 zQvl7n^+w}-U#`v*bRUHT1<(Ny1OUSTd_V}43b&aKH>$XeF$GHLj@6edhx`M)Vins# zBC~P%?*^0EA!2w^BbykSUY}gG9w}9izr8M3SqstSF-)~=qw&L@xA`!rvT#*=oenFfn2( zg{>eq6(z3#3mM}YiTM<_ocVnxdG@r7CqBh4)+u&h4@*fDvdU^O3N>5s1|VqAA+spr z-F{Xxc%|YT;kVZQJSikvxZJpG7K-Ddy`O>HY4q`G+gyqkMaMY7G>pmuL`Z*|tK2$- zQG!J*Uvsx_zI+5KtB{d<#}b+r>F@rtzPR+g^NZiln6kFWxBR&#BiloNMaheG(8svJ zqE>UCZDv8=zc}h~f4!4KshF;C!!1iUHTqbK=Atcr;Y{B}%}RrGuY}zJ{P&+H=wkFp zaIxek@J$W|OmX>r(AL|scGe+uL4iwl7=1(|c1+#i#J45GD;65&wfG``dv<^D@+Z!* z?iOhzan}*b`K(qifeYwv_a$NRPn-kM>9ODYCaO}8mNrP8${+JgMpdPNVt*&T#a1f? zM3euI$a7%w-+e7W=zn>d)i`iX@}9HDtEJ!`NphGPr{gZQOnNXX(QDhP8ZUez&xvo^ zbc~*OnRgy(S4>{L$o%}@QhEj0%U*pOH1vL*#S&_RJk<0#k-I}^2L=PxH0R;!!!85f z-7akb@Sh4|L2kEREupKhNJ{TbZftVm|HIx}M#Zsh3!~LEu8q4pA!v}G4MBni_W%j* z?$!|8A%x)W7F>c8AP_td+#vyiOK|ympR@P5cb~DxJ9q5&-SPgs8V#$e)~u?v=9+UZ zo3bbCWqb9)(%ii9qrf{aDzvUzi+@=B{WoH}_`9_NmHu9<bqZ%u2EjG$8j zCC0h9624$oEVh@vpqGfa@0BSjq~5RN3+l=V5fe+GhpJV_sR%bWvrLt?e9mR!Z)j3d zve8F;`57Kzg7EdyYwJ^2cniabr060s zR-Dz_3v%RkWTc~H8uc}iF5*wa&ny+_JC+{Tk&(etUeJ@=(9E;(2O(cP>_cZZc2~3D zeqA?5_P&>eARY0M2^Y%?EakWkfuLbjFuYsWK7Y(Dzy&r7%5xPh4R0yXmt6iBm@FJ# zh=9qzfoLg|rWOv)>02$oC+8lY@pn^b1M6gj6HW%&jVr~EXQOi+Fu%rj4T%iP>866I z?2vTnoB9;hc_+{3f_~~+V}wk1bAfz=8<37LRhId;c{UeGXNVIheRy7fw;}j5L4!^I zqUoVcxiaC0d^qL-T}D3rn<$Gu0$ z?3St!w8U4+seNPH{81$(gEf($5nbve7VM|wa$}8a^@9As;-lzA$GJ~O`^D0Cimul+ z2Bw~A(rfUAaw^wo6$p|e+~gS6_>t|#BNns?*rF#meT*g2p4^eF46`QfI(l=N0^ zW`un~uBGoi(=(^Vf|fllv+jy9t!)?PbjeYik~YkTbSxcy-@MTH*|g%?U^lGbb6^9J zqt9YIQlb%OjrHk}f56Gzh3pZpGQo_kf_Nt2t_Vaz#*~kiK)IH$ql0kFaz$}d_4NH8 z<_;CoFhl8%Wf?3$XPy$YR3FTU#I)G?!SDjpbPD-*37-bFfw!)|I9nIT=8a|gBy7Sk zJit<%0BoRUcf0KBwd*j-(wkV^r1m4kleTY(D6n_mr?4qISdb9ksBKg5&uEgUwEYyR z?Xz1+tT12pLx_Kj#L|G(H7JS$KoZ=ZJfuF5s||OX3>d6hbma)p)ac`A#`F%XMLs>W zfbLk^HkKc-lRVWhxba6eV5tDjBh=R*TVjm&ljS^ylH0%<0lWVjH;;K&XUS2Qk_83^ z)@Cy<6u7j#bsSr$^2j0*J~hHi(p4ltm|SXI8me^ngDnbL%PWm1Ml>(I!fIWoTN?!^+dnl?}yQ`3aAaqEeM7 zxcRGudX-j@187_>KZ;77dunu`=$W7Tyl-eTG+qjrEG+WF9;3b|5i}4|TFB^o-7 z(0+D~&Tz8qbb@or4EpWU05Fyft=PUhMN&yx$zW#9kvNdP#%Kq4x_Ms>suPW|oHe{~h$-M=j_GXIbl;4@HZK>SLnxjU6ft5?&$84x@xF?m>Lpp4>H{hAaTJ}u2**}S z=hAptriqgB)7Z4+nA(2!B=*^a7!{75_sT}2bHIY=;o>Kc&Nh!jrDkFk7J_}uN=8=5 z^X=;@$zT!-fC6b1rTUwu*@!xV3cxiK{8_>1ZpYT$)2czaoD3pHiBS`}0DPo`%t^Ay zA{&h=G8B`Ud68+NV)d@mL<6(?C5_Y7ZD_7V0y`V)m{1_Qg>C1Cc)9eo+)TlyS)uyvVb zM&@-_G{bYedv36wiMQ$^;{cO8o049*Z;WqsB2EIo%$AjK=hRMBx`LT`@Gm-=X{VHm zCI^v_8Hc%dX903>b=&9%2FtVIS9Xt|ogS&Xq{EieDAN7?T|R}aGl#h~V3xZhpX<5o zVV2CV+11Z=klNPI>>2K3T0Tkw)gleZkkaVGZ2$Vyl{qpPnIpJ6OCO-_C3~=ez(8#% zq}oMUi(?gO?dUxY(B_AAuj+G()n|?YMG_Wd7EPks#QfEAfh2RgZ=fXQiZ9#RQ`m_R)oM4{&|II3Slt%4;kDJKjlbkMy-8B z-^L%aq+B-kB*@vWI@&{AUtGT|ny<$2754*7BK%DeJ9=DryRL>=t%&qB$_O~=Cet+_ zeq?sPU&Wx!2P9NVcoW+(;onmwSBY^ex4>J_@}OCSCD-e6Csd5Xs7M`=%J9PJs`FNW zmZaAc_}az7mcNwlVtK$%#xUEge#~b`=2|-31IPsA5Q$73)IYO3 zNa^pgJMi#3yHC?9_o@(ttesxVGfU)j@fXN3q6HzX8iOjppAb+nQj}H`7*=Ny5~qwq zgQK6t2iCXioai~WGn_qawh$J7uE+aBCIMU+Yfbs7At=m7ld1RPc(5sv?iQ1q<7 zi%@ix-w~>B6HlQ@c&~hMU@BmWZzxy5BP!aS-lxKlB(IXQZmojR3xSp-${s@?Xpt=F z=$cR|6)HS6jaTtJtTY9^l7Vu-y?GsfZ?{m?grj}UVogQk0=R+&Azd0E zSA)}zrO!1Dg~>O0Z39hPltH6+iTnX6M%Y!?g3(Msr@ zcQqmJ>qXFjc^z-=t_S+&B5E4KkpON*SmMZ3jWp;G?k4*{UN-DK%e#-ymBFr2dDtkM zf`ActoOI3Q4KfF}(&?|`ZE9_xw(7=9)t92{)wjw;tbwcZ7$6y|y<<7D$7=reWaOg%=SrL+)7umt zv!5O;ZJ>D4HFvxwog$|<;U(sN0+c{vTBe5svZGyz99nZ(#jg0F5);PAwH;!*K<5%) zsmnGSC_vI!UWJ6}!Pxn;my5;l>}2#<5du`Lj?x1Q(IO17_da9QEI4n;`fi0WX=Gc6dbyTVj$+mmp zT0vVX@Uwi4G=6BS6KQ=d{tCo$$TL(MO7?3~KAu3>sF`fF5_J*7p-J(yIOful1<*ga zx+1FqK|eE7Ud5-%XNu!GSd7qZ35p|ba&*S5A}tkN85^w30tDzG&%R_`GsASnP8C#^ z->2Puw_6ZHNOKp8$VX*BN<`cSu|QQIAxbds`Z-ZRu7=Ws5pm@_RYB6tKqzyW;F|zH z(BkXQ7#`(YRQYi=MT4!O0oN&2k;w_FJ%a~r#azvhxdu+qgFT9|Od7&HW6rh@53{F| zw{=jCJhQ#tX7Y4Ys}!ht6tEQQQ&oCUWxAvArM5X6mIxG#BXkfNVr~ z@_EPA`z8IJEx)k(XfNnNXD^?U=N1+AnNrN)p6 zza3;C*mMGQ;ytRDgNV2^t9fzRGevU@2U17&YW`ZrvKAWp?wpNx#E@ND!S*hl9x0Kh zuzZ&a@KbF&hSFHfUit2^E0XtH19xJR>0HZ7_#wugY)UJ;$wmLEH(j zDE6!L%(wOglYxw3n_k{a6y$O-4RsASh>}vsG?~gc_(z9`_;385c98)?7zBI5*mr*HlVxCt0$P?Vwd=K$SAjwp++zfToXWqzQZ24~~^K zAS3dWG2lewszz%HNyMiB(HZv3ysnTmlTsa*sG~5 z%8zK`ziF|xFhxF7qi3v^!~X(qXyyaQ%NI5V>Fn|oHX+}rsa(8@nWyrkFe5xzito;Lsc?PFv7DEkj zc0m4nee*^$TomUV5$7&@d=sWDBZtA|33g5Zw_^Bm;}hi)t2A8}H+EPWE;W95n48k| zI$j;X<@Kdr0eA7dL- zhUz3LfTLFi)YR?>&gI&yV~uL1KIBh>#!Pu4q~>l+azevB?LNouyNw|QBHt&0!C>CA z^IjXkSKx8Lhon&D?freYGuKYyzSmC9Efvan{k+iOPtS?2R#kHyo_*3{vBevp_c`D5 z+6ZDT z(Vp+UGv39eon#9`CcjqyFFQ}&QK3;U1T;;90YB=!WiRQvPOWk-HM+N*uj_?+A3O~0 zQ%kA&*7HlZ)JC1`!JBD0=psheGh?@B6}rM{$9#sSJgL2#rRo9ny?wbw7JErGEM+V` zappstt_yC|ASdsVL9I0Q1McVmz72;85)zV>iRr9M_3cY4z%cBDNGF*vb>No?dr0EP z{bmm+Bv!hY@()xgg7;|)WV%c&l z-k;wYLao?rRD8q_oa%kA!)`=qW6hMmvu9Tqi`EL@$$zT6rV-1o_PPG60IUKs^xVPh zk%9~JUOww*r`Upl<+vhj>il#G)GUT0m>Ed`<DNg9%0UexCX~R%VM7g~Y4^lG%Mm!{ zgw&(38X~H)1X+rP!yUcTFs9vo^R#@FMiisuak1Ms&#**>kvSK1`m}>{&*#QHloSt| zKVkWVEJo%Z$;bopAb&Nb14Zy;=hEnwl8a*FmUp}!%x)o*ORa(F89(+9=T;`O>nfCI zKR$JOcoggN6>W#?end*`*p;{^auki7B(|BWeDkIqqxNor)(r`OjuMn>fdJFm1~2pE zgB9!@P&ffb z2-QEu;_1#(i>`DvV|&qo=??k=te<$2Q|spBN_ksH@8?ou1x3RzQFtF+2}V=_KuVd0 zyDQ?F?Qlt2)39Cb9e!s7*4eL-kl-cme5!?CR0HQP+5li%VB~^^B8oIKalf4v9RPyY zH1HbJ^I*;`ZTK?QuYUy_4xKBv!Q>0SN|&CQ09P`Zr~)U+BnkW3mZ0H`GL$tzm}rbp z;GvGBfp!Az1OkP_H9st0iEg9RF716d%Xwn`1cMfA|6@K7#~%^g6eV8Ai~~U`b7pYH zb*6X_#22?cV>T8t8#kntk~Smyjx^gL9v#jMGS${FH2yTJ4O!3pDI(tlgEvR;Eg}}@ z7__S^g29kVMF)0xvp{c*5WHLjL`NYFc^9$CKC0=QwSQ8m#)>a>i<%SoTTxw-y|kr6 z8{#_eajzDD-&hWF5?fBy~|M8d?vdW=iHg_;8PL|6Uk zD3TUfm()*19>ohxDW^B1oV(c+;WS({6IM-;O%|V?4I;lI#Oe$d4_)McF7B1ZTk2I znM?4XoX|_$(eSH4uU7*uJIu|bLnKxN!yst{akM;>2DHfaBg%$v4BG!!pWZ5_<5vjlB1oB!KN* z2jq}1+7#cwV2c(4+^HX*=J===aUsE7%d??yaqTce6KD8YL z4PVM~dEn6YB%NtISp3`^wiAaci~w@KAMbgG?F~_l#v=WpA{%AbYSIn+3-A_$U%KGf z;{$n3HrTzD5&psr?p6`Pd-0PYHmt5tG$V;U-PIn~yp%{G9L7u}e#PrVqI*d5lT4PP zVZuX9Hecil^3!?7E5Fq*8Z@mxN1t``8aoc#tfyIU%@iWMs!-z>dMM~I?-~cqtf#FY z*ehOhyb9pvuaY`{zpFJ>iiI6DgwSOZl&M!{ zMSf((X8ABqOM)6gNzG-S(gxw>=RjX?4jS$EDS;T<<%10X%4)dRP@8tdv zG2$->BuK&n4)+sKy9g0L&&e&25wvMh~?1)*nQ4<6MNZ5&LcT00ykoknP7Xeb(phZ^6jo?!lLr zA7omzh*MJKJB%2{`Ky*!LB>hYg{-8g;l-0Mds3K)h=FN;l2A5KSYFzn>_N71m#V;E-x%Woo+VbDcJ~E;!2lCOOD$q6T#Qc2%lb!j0FgsVZUP zr%Zu$TdC6U7IF|0ZE$vxhCqZ9b#!9{22FiWt8JYhb8oXirJ;Tm*c%BSW)E6Q0bDV* z`w?^Wp#n_662eDr&^FO{3>vfvW`APkx_*7n0Q%6~9K-)GlLLU;#-v_kNYY+=48^K; zfJIohB5IKONouJ@ey&J(gx7qRd-`EMRSn46T0%TB)TDcQR<#ySQV4{fcz`}ueGQ`% z_=!EZb0w$33jFwD0Ti>gFs#-81HyLU9_=Vdp4$3Ia*6iompIttUN-z9;2r^{d1C`c zewB@;-Uul#%Pg$Lwrq=gw=yWi^)~1Kx%7$vx0^*b0jVVC~AWBczz2%Rg}3g2`lg4IFg-%$f*df6@EXz+wKg9@WurtO?hnnijXj ze?{{7`0&*5bzx8>CBaLn42oO);nh`^mp>W0r6;7n&ObrwR+V>jRY}ydfkNCMQTmX+ ziQF8!-oC-yw=B;U!Xo(w?v>3&Wi-3#H+xd7m?rl3l%{}GYsP! zJ)5^uMF1*OAY}FFl|o4A^_(Io5J6mO&sD5)y`h!44k;LQ5OFX0)R4GpMLg{>z@`2` zS+nBZ-c-yM^ClG`2wgd}`_;@uIef8QDqN5o5%!b|(WbqPGV*JJ!Xv#^_Dg=>_gk4a zg5r04@kpLHRZ43MeGsS ziyuFDeHZ%Dj#EodZdy(V#G49^PkCuIDx%P=oQO66<m^a~g{^+wx{9L{N4dhM!lv zWmgtDC?()2ik!WwEjF`3cvynz7-v%)o3|iZ6Py)hFo(BL(&)lz+)$Uv`~yK&cy7)e zS&pq2T7i0~Ave(#6c&K*XSfk+QEKjg9w0~B8Sv+vwn-%DS|JMoX z=Fs5ndS_%5FDfPLymRT0J?8H$3NWX7C7gTc&i$D@fXlxi4=5bwKlc4V+3$V-I5#1T z3+PpeEb@N+43j+TNJERlH`KIs=Y)s9SETCK(wHCiT20iXxGL~ChZRONP5{NQM9)Eb zf;5hhhF}R&0@cHc06nPs|5o-7B%L)xm_g_>_(b-B1jh6~;kK4}++@*SJ z+CkKI1R5Wc(TM*IPfULsPqV+{>1&PBClwNz3F^=zCiX-^H5#(e+=yB!qE}HGwy)6H z3&Sn_=)O}8es%dJX5_^*$m^p@+}R#LY5t?W-QPD`ob&bP@@7{TJ&R;F^Hlxtr5a!% zY$fx8=>Zm|0*FE%!O=ws#TiG>L9s*{huivZgY-aWKqcS})B1m%{TAeZ|MU6{P1@%1+MuWQ>ia3DKshIdT^N%B`{)>xjA3%pZBj z1i6Deyhb>4Q<>s&{Bx;G&sVlC{SWW_S5^+&H}96&;bUq{v>lQPXTQmR)SmL4$Qpn5$p4teAEIY*7q0z3S`s13r>0a$p@Yo^_0v%`6^5h{YOa{B-3u) zSm*jSo$_a@WA~FpxHkC&Hv}Kqcwmd79es`t3%26{@OJ5PVX{i@_3Sn7n@)-qP zn;V>53(>Jwp`b;@lrK7wdCVz4^#PnsMIWn71uDKvVa6=4=DD^S?HDh%&ek_Ho*MO4 zfTME)BG${`+RRR@!qbk!l?s`ifIzmsi@S9B^?ZoE8RopD;Yp@GsJ8jEr;?#DPAgLc zJ&?`R$?2H(rfbRrpc*1!fN81Cvpo-)ChGcdJQcVRNAdJTn^MT;hGE*i=^@%@*9GGL zh2%NZ>c^d9Q|2i13xhcLJvYWq(pD{@%uxxQ^Y?%j&x z9V)Jwg3y&1G4RoPyn+}`+QE>EsX;M^aWto(oEAieI?&Va#_O{AdyB<&r`*)&tXR}r zMZYn>H@$O}7CTGHTOCiUHUp14)(*d-eVPO~F)`)F%O|rgcA6U$f0$sylu0-M5hNDe zqxt$RKR(vS|BYGTtP|=J5daD(=6XNb1cCc5`R^hCi2S=E01)}3Qvt!xEyYpX)b_fK2 zQ5qUJ$bX(c^#4{G`1~QM#u^?@Jhb!SAV*@{5@IWq=5uiM;4<0{W`rLP zq=ce^e20T6my9Y(Y-xK2)9>lLBom(fLZXg~SOGL)hCfHA65|L5`CL(yIj>EtjllS` zUPK^YKB0$$GBM1z4kg%A^I6#EY+Qj{608!e#;YYq)|LA^ov(AIPond*Vb6&Ar7{$r zxi*q%pUGG5MA7r97@aAt@pBgnWv*qfch| zbqR^M%@e<-W|00bEg_p*mWSx;N>6)`^p;cd7TL%d?RnLEzoUL|m^a^O-~m9A$6wSg zo6#Nv(A*p^z-`;>?vTz%1-TFXP~Ki5x-RJ!v0yQGSoNUd^5BXe`e8Ip+uQhQgNqF> zphb0fEmrewDr7o}XvD+vat&pOf`>Z)bPvhba~qe;1xxMiY7oXB0v| zl;`|G)2;Um+#Ngeeg2bg#?K|PmmC6+u|FkiuTBuOGVcWxYpSWKoyhuwR5w04CviIW z{h2O6f3@WEKckC(Ecw9cVxm(XEJ1>JbOqPNq7BMXs$E8+hK6TmYN|}4Y1L>RQQF$F z`y!&Dva(koO4uSwS3jqp^}g9M>~ai`+0qFQk#ug+2)cRn{#D9%a1h)!@Ig5eA>x8r zve7x=AaVM|+axj*x-xmAu2%)WiozW=vR{~J;XXF|da8?0XM)N^P^;0u7^rqQ zLN!aPprfE+l_|~j#nFzYn z)S_)AzXSu|1KoVkosQkOEG+3Hu(|7S5)&Am)L9|NMAl6F(tI``_+mq(@*=GBa}2N3 zk^Z`YER6+V4IBXGunK%n?OuC=9mCX)uV7$x?uJm>5P|36S5GvZzEb6fA$KJ{0H|o- zmSzOhew0nxPE!}}r;*9Ax*Wo5yZYi9(E$`DrtCTS@5UiVf5Ea)c=P?|5qaJp0z?8A zpaDK{VLPyNA>2QPMITvWRy1+vG>pN$mdtT|zr+!OqF7Sqfa|fxL3$|LKqc4}HVqPj z?gErKZZPce|Fvw<%xgq9%tvp>|4fd+;oq)v?!VVr$+HJ1R6@q{3G(y;$@u(Mm0y)@ zit{bX{}oySWo|uk3goG_iV`jK&nFyF0Jw5B21*2rtn8o5`G281oB7S4{Wp8ImV6mB8DU~K z^F+SFoXU{Gf{1tFG4PX3{P1uiC_#lZJ7SH#R84&~QDgMnaP+`D3+@}T#T%Vr_9B<9 zkaWoxZc$G!u0~Sz7Xt&@ZIi=fbnpAR=q&C8W5qqt9C^h&G#oeIU%WZ?6zL>}mF+EF zWDAdleOe1_2R#QKorV!pDMa>wyV7Y_znE)@#6OuN{fTYNg!azH-c;I&nLURcWQd2? zB%|9%L*l2o(?wFY>Xh0SNrJct*0e`-0`GZFp#(#1bv4S&f5(_2qWz>H_brB za!k62dVz02oXBuRg2#om^0l{;{qwPRW`A;_)g=xo@y*@a!=J8ANF?87vpro~vKbtH z+E;&g>3N0FQ%73~yZMt+n~aV9Qi#>8dSL}sgud3~`url#6 zYS z?vq-6xTXZBPj_Qq8`iePVK2+}z6#!)NaioPn3kE#S?5n}Wb$+yq^nBzJMM3~6H%O> zz+k8w9W66M`$Dn7$wQ+6S}2>vhl_dU;SCx;PGio9HcT2!g{G`7=63ZT5)|%Pi}sXlx8>yu$1Q&=3{odk!HU9_PoqNi_@~KnMfQ zCtY47(+hkYg|W;#nDNjr69j`d@XLZ|vlv%iSg^$icr#yt&p(Mh7H`lTX1eqvRAj2^ zctnHy^0^7{YTNdgcWFEEvj;_{5YPdxwzo%%c~9vRH=u6aw7A{ z<%O+==5H~9Um!<>AWcb?F&=ak`Z@gU=_SCza?MQ&!O$Y=84j=c*j3$A!%a&YKQN3D z`MfKIgqZJ38DoqJUP*+N?EBE(cL8M)i77xS!OEQh*E_EOq09h>qV)^?4u^yGt&En7 z(F{O`YeqiS`Gi!Jm|GM?x#>DBx>9N9Qm$*`pe>B*LL5UxLhF&M@HjM=%n z-=Em*tT*jXe?12>Y>&BM2$HRFn^B@Wxgl3AgQ@O6txNz(<^{iut_4l8`uxvJzXp7* z)*l&HJT9AeM#0=X#aX(x+ko%J@?k+TcISQReavk44ucCBsk^!!ZBchLod2)@+{0`T zxB-c-$mz@P*TOG-KKP29XeVCdVXdalM3LW08vxa!=4RB+Mj@zs)g%b-)jf#a$1;R{ zd0As3kdDrtAFKLcF-Zt^M*=z2hckN*Dk| zx2LcBwm&K_EOX!7+lV))F+*I=(+Uq)eO@F?WB%mtJi{e{;j!5gu4Fs$EH`TH7~~a# z3UD$M^*j6syYRcwZMcjgNKkud&k~(0#dlkjzF>~m0$=BPFkb7v2icbSav*>TuusiM zTJiZw2V9LteLB!eL3(&lA^k=ARm6jahIgpCV*=Dn?#!;bbZ_rkdK@=Smy36R#fl~) zm=jP6UCTOV8rIHaHVe*fZCURyFLo#+bm#4Bf_jE8&f_)trAwl6HDiO?&YD|K&wY2+ zXJSSdi~&i3x?_?74?4oG>b@U=wJzvDXwMJhxK^7bcyp-HAL6)OfWCL!Kk2$#OM~KZ zQ|r8;Vf1#D%kVqtH)%OOexI+TMfejvXK^L~-S~w@3WJEZ{?ra)RFqhP3qcTBYd^pzH*ZEeAPYoU7Qv|TLPbZX$m_Uf> z5Zw5)g`XnP;gsz}T#wA1N?d=8Q$NBo;)b1dtGBP;r~{IAEaWzhcu;6md=By2MPov@ z!)WZift~F)AS1ddCW#ej&m}}EusW?W0_mZK0k^0_n4^A2KYo3edAxx7%R=;hQh7LE zoTfPy%VB?Y$z!hRh7N5EV`b^Mqj{Y?Yo- z`evxc!6Nfkl#zKX|N6-nU!fehi2ur?(x(2ifBH6)EjP1TsM%M{ z9o*r<$gt$dQaN)G62!W6rMlL)+#|QKb)QbfZcKT2_eK%WL-LYoTM_JX1Ca&BFoTXE zsFgsY(CQHO?y3$xo*1KU@tAp}h)6A%v zc{qX!Vb)$VAK^*Rc*EiN1ZTEbo1eo}_gB=TES#IJ22vpHvClhtSxib9`rJKWUJ{ID ze{O@@MI~FI8LJ_);GE;A%yL8QdOA!~cK8F7!+Ll}{e`+GI*g)*9t=MGj&fvCTCR-Q zHlrKQ{c`K=amjvr2xVJ0sz6J{so~?gW-bk&7HdETiDm(2`;XJ2A7GXi+!K_lJ#*tb znhXZx_j4Rzz_)uqw%lB>3siub;%;~2b zut_@fxe$yKvnMFGAL5!rF4=AZ!;6mZ=%P*Qjx5PW2wIh~+j_b4_5j1)es%}f;iE9` zt`t-=7i<4V6$tTmP<}RG4%sySFHcRr`@#qW$JN%C9%OVlZA&U~yJ}QsHS|H21e1J& zN3;nLDnY0sSadiLF`3s* z#-w)0{du2=i;r=JjP|M*en}Q#<1V6|M`EDKuZOta*93gOMp}J?j#``y;MX<@=MFp7fcT}Vr zJy(APmy?GXBRe?+j}qI|qN_g6r)n`tA?6AYzM9aKSy#2GW7wv%Bz7ZCwM%db^v1=L zgCH>>&PkhnH&2p4J>SZEBBk(z;^xNPguBV)+0jkx_(ki&O;6UA&uD9=hXqWEF5x)? zUc^6=#0RW?eduI+I}i&3Oa!_2JT8u=4bTk0v+6UMH$(i?%9Xei%PKi$@x=%7DxMuz zNq*glh9=RX6KV7EUO%f4aj8K(Wecy@evP$`j-5`AAl2u)gvVAy8%k*Qs(+>QYdOkU$l6NPh7x$A|W=oWR z&Aq7#KS_vXQ?sRea^w|N=Zy?ivd#pxMrMB7!0(pLr@Ldfj`}>ey-S<7L5dX`nX_`I zS3s-|-$PKk@Iz!Vp?q7GLUSd5%*Y! z2*7i8QpBPm7&nocP?8ZpoLrClD0Cl3BpgyGlD~|D?Zi24|*i2QQp)i8s@# z%kwsL@N2dH;qjOFAdRUe2lMD_UNTHhxYrpfSbpwgmdZO6KwfP(dZI9A<>jFM$`oL2 zb66HF?F~vQoW_#_n>emprQ6MmNsBlAi*#gW!2L1gRvqhV*GoxtQTy9OZ1c$ z%Ms@$mu<1cdg^cuK`&H2=S#sH3aTAP3~>>fBL&B;!A41j$9FXBOLwGa##=j|^Lz{F zO%c8r80w2e-T;k-)1;1Gvxf(GYpGPP>$8<0LEO9XM z|ANh?;4lNIaL=AV{Fkvycmi@!la&OjMk#gx0ORF9*voJ~bHZss5CRS4xb<*CVx>Kf zD?b|U<12s-bXw85Gpe#he89`l23xb}@}N1(9U#Q<3dq^wAyA!D!sAx;JAQx8>W4+^ zi%#o{MmwsG@%?Bb;VL3N)*|SZ9b|!TR1{Ooj|*~=(b`0#BEwKx3;Z63f$X&Ds^hqq z-6RJ^ryLFnlg8B)Z4j}?atbEy3T013g zxIkR&9w9DQ3I;U!(XXfvK4+vSdfk9WR$mtk+lxx9BwxBO*=QgR`RSiNbLEzfnNW`S zbZc5>^+i+n(fp5|w>~BFdM|uvs*wV5WJ?~i^;$@F@q&U+7Ja6cC_uqHGmIJo|Nr%W zz(*ikh&-!bqH+XxN7cmBrLD?iUEh9w#QuIYKFPu)|6oW*2n3twy9u?VCk2LyqIO|Y zM=0ceWb4byO}0Q0>gcfobY1SA`Hs2&(zlfKAmj^(gGbKMNLZ>Y3Xs3%FFbpspzln& zH7y6-^p52IlKuHp1DuFS6Bq_QQ#7f|mi3I0suPcvhIMfSAARjh*3VUw??jO)JmpyE zBgvM(;f{ly=u$wMWmZY_4}!^3*I!y+iuHSHTPq9W~EXrS<+Y`>I8aIR<0J$}ZHIZO8bR^|znjDU#TmqcjCv?F)k*Fo;X6${>O7c`zO|cNHB}o;JA@cN+EcxMG zwz-(ao~W7x=ou9f#>p!E|9TmhE(^-PKEp!vMKv-^g$!4cR2nfd*g1KfRzsD=u@*US zLh|W=mkS!`lG>u=mZ!CE0#zC=ssqm>R8Go>TH?y?-aSS&qgl27 zASqzS;ee5pP-b2VDLc31AMdz-votTu7R&>2Y|vi&s@I`+_(x7u`N$(bLMBO4)aLo} zqlxpFc{ONonP?hTy~F=u?yZC3YPNpinZX7h++lEnyAuWiK@(g;aCZpq3@#y9f(J{0 z1c%`6?h@Py?vUVe=Q-~=_ul8$sXA4szCXT!s;S5lCHP5RAAF2=r)(sx9a)3|2S<#Rp6YoW%aLQ=9U%+H|G zZ{m6}_P;S{a-mc=5}D)Wp6isqp-y81PmN@p-X;er-1leGP!~yO=EIwEagA=SSf#hz zV~x)J>FG+BqEMeZB20q!!P5g{2QeONoc0e)-Q&^{X;}?0B$(G!?^(zvvxINP}>NDd)Ro)}6kIyI}q)KZ$1=6LTLCF}5V;R4w zqme*n==NgLf9x7M1@Gu`&%q0WSFLf_q@#DK?N$WznofCoE*TGmx$NSS^pTkmuMEMs zg3!UQo$9_N1z@d3ok9`xS1CXBpF}j#3s92p2r+9W?9I`cMr)*C#DgmeTEibyt**4v zpRF|AA6Ba4?Nb^Xeps=06PP|d@;Kx~ z_wJ=2QE^#jJdmG1!gm&s9#ICy`D!m5IqJ3Y1M8%dMqA(bZP&W(s6XB!>tp`R@Tc&R zJT-_>t7SzPO*PPQ*#1bX!2%8)A1_ybwKbNSR~$@0`cJp0vRT{>jsP7Hw18YhphyAP zlFA7MNGFYN=!3B!FcxWKP&6_`5syh$3XmHK1he47SY%TPQGlUzsL&jFKrW$)Iw3M7 zniLMF1BR-HDySiDG6nqq_$E?9)_jKYxqEWyYczd`b!vMyr1N0B*pdqYvG9X_F^-=z zqaj0`6=8LAJfwzl; zveULQ(Bg|}$MNFb1L_c|R4i}7Sm0rLXffj@0-Y@>jUWyFJi-?ipHAA&=8CnzXj#t5 z*_r}VTKF)3x`&p3j-QAw{A~koD8dGj)H&-f8>d=5nQP>hoDnoYN+{&T&~3~KhAq=iMG>@69(lPH2RauN(;y)^hz6pfT8Jt4@ywy4*+RA3WzEL zTs4~e83qU}iv@!vv_Cn{Gx%_-=CA%8rXv~t8<-A5(EP`Z0VK%3R>KoY8fpkv(H(nH zp}{Ya)I||5@fajD;}g&)KJz5-a?$%J?%6`*17YLT`y5|Zq8m79CWC9p-m}-KBeI`Y zd>_WIrXCFL=hcb*EcT7r#;_c_!?kSuMm!*};^ZpeWPY^46E2;L$byCu_K&aVCv3Wf z_ToJ%Kr9kK*habM?V^k?Cu%MVrL{H7GsQ)|8}h9~V^8r(wnUF?-@}5aGfbR z;IJgF`Fyx0-MNA`&JYHG_&NQ39-D#6mlQtBs{Gzb|La9PJ^O-k3w zsvft@`QhTdRSWZqdxjZLzUw6J)-LnvBE>1EsLMKpo4LG4IGTu5rW$iQ&&0~m7XTpV zGtS!$yRbsMF%y3Yv;$tUKkqMVo8b!!mLxUwK;w(gz`h$qv;^(K>Llnspv_^SLljoQ zY{a})TIj_Br4PwRQLdO&q7+Un#|uWA+N4lH;+A0G5Fn-w%NPaR59%j1J6pOY@vaiS zx!~4Zbt4Sz!+NA~oo=mT_Hj_QB;G^Ov>Vx?EFporYHz~Qk?v@Eq`5415^gEh3Z2|s zE1LS7ya0Tkq^dSHfKe!v=h^x%B1GA>DFB$p!CX)Xc$`dUTNKEO{gndODPk<@5;2gVTcfzlp2NV9z`ZIJ5qJ58gQu`@ zgZ3S}cf<9(1OUbJUqU^xU!r}fbn?YdNThc$u7B(aZNdbNerz2I3~g-yJIZ?`ak02P z=gUkw*VmD0z>Mw#UZ$) zpr*rL15wlAtzl5pLDul8K_qMB)F9$DBx(@R8YVS}(3qliiE=3+@i`hxZs}Opam4(c z)Dd_-yquw>F)}OXF!%6PLc%;j41nbHnYSxZC_v>@Ly9J?r2+F4m22sV_pp`k&eZ_< zq0-(#J>)gp`tx9gn_$rj~Z^kZl6X{q);9{h?l%Z@~afv=#`Iv`~adh_k$Dar;M)-39G9?%V|So zILvw57G66?+d*eUa}q6$D2K!PgKq4Mj9gR34m&}#Yg0oJZJOR#pFxsAKFNF{mRXU4 zKd@#zRyrFej!zIzI#RuGl<;~tV!474pQr;ao#%mB{3gxSe;0Q^%)gmXpa`1(yv_am zuL%X=(m9oj{SU|E5NWtNx7#b}XAG-g7WVVi!|$%euR#E0B`5o;{IAD^nWf3J3iI^f z`%}b*VyA&!CKehgdiK}9^8@VrZ}|aw{|`S~Gd!=mxc~Cis>*Od5_Jv^4(*<9*aFBq zhv8IcE)`(-K70SeT9BQ4O>LFNkt$ZOp#CCOx&5ytx{v&BA)}mrv3y zUUXv6TMhE2!S=BN6sha)ft4}MxiZVOqTkz?{(3c*_|dKOH(P)EqDox~O%if{mlC#d zND6T~F&85o^H>7Tb}RtHTY3w4dw+WGQ|GvWwr0n_>)!r?*{wUG9Zywdrw&6EAPF!m z!2eue7glbJd4GMgz2RC6Xg!q%>YuiEC$v956-~;iiV;IQ{UC``B?gM9Ayk!6Z;{2GJNB%(mPsfVW27oS}&asL~` zdzfcqG-9t;fzEkl>#6p=mMeJiSEi;@mekqe z(MakUO$cBvO2kkDQKTAMJnP%@^R-+PA^t=3rF0$B0@zfF-2Pzr$0Z!>rZbrJ+(<$_ zOJYA!DhiE{pVL)DxIyA#a<^%M%(l`TrFE2g8@u?MV^~IFZ0X@D^5Pq`?d~MD`Qc+BkuyjFNVrqTD% z|IQK!<-cVKSocqs{uQ+0DkmM8Xx(By96e)KnY4ivsbEEq@f`lWJSWch6o`yMff*JV zKQlsMZ)3T=ZK)9%EJ&Q*($;g>9ofVq##xz$Tae~^a?>W_YMGOpo4YP)=8hW<(Yu>` zE5ppAXOn*Xvv6~tasg+3GC&h|0!SKNic706ju#}p+Hz=m2xNl}zE5H(O0j6lv^jY7 z2jfR(rX7Nb!TIgZz6Y9QOlHZ;^#Dz-l>bBAzV54SmNEQ zJJ)Yx?9aRE1sb)O@0}lh3~g-fsL-5vG%eE*pdey@IZd7pt1WWgNoyMB5!J)o><)-VscC@bYBOO34l);-ku zid~kjgt2z$MEh~a?ehMQhOM==wXi|}Namo@63042^6!Fx%=>Qy0fwOY&uheAe+dG@ zM?7uF>8%!|w@sv036v|%U=JzGk+Plg*sLyzk5@W;zaXn8`2)`0--UCJ6sbiqrzu?m zk(SP7AY%W)9aoDPQ&JmcZ31Lj`KihJ^2-Q@uBO({@0DW}^5EGkYO#PNI}#qrfsC|^ z)EjZD;|4)QT*LqQy>H8Lbf8o+-+(@Xk$cuuIQ`G|3LU%gc6$pZ%$Z(vX9MT3bK+oJ z*i=~MNo6G3VpK|fD3STRP6XFT^+j>L;o)6ZN~ z@;CPLV^Mxay`oEKFy0-g@rD$Tla1wsog1mNRsJ}4oIjcKBZ2aY%o8+I=+T`jguEp{ zM2Cd;x3286wbi;DFEwVL-LSS-Mnx@C9K>ZYpQ<%w3JH~I#%;r!IMx(Tko?a#dcv9l zdUi7aeZAkZSam=m5FCmnq7ZEEtGw)xA{X%#gZr+o)7mpx`0n)~wRI-5arW}4F;je* zP)bKMOw*wYTdS=5oP^lPo2qyRB(u3^qTY|>)w^yAaR2z^$-o8?F>8`l)qWhhF%k#6 zQg~k2giOe6qo~(oSe-A)oC9EaK+6dC_}ucI#3{K2oat~YP`5hY*XU~u_@gZ@-}k6r zb+jWHT4vv9REM<1A6$yxiJr;8tywbxQ$m2-Ll0Cw58;bHP#9m6%&u9OK6^q`U1M2h zty8czodnXFD?q9#6M!AhcU?dWa{43Vs{)2|Ki&tO9vQt4lNLLuV}vIuxAlbLQgt{4 zxE`N7yf00*UX1{VR$duj8}9k6M`+JFXaS=0c~5{|eMdpzeFKXm5lZ$y5Tn+TZ@TU> z#3uNHftLj9Pq{yqaqrqC&y54PV5LX+PG)U1W8S`YhH*$|7QMk#bbP;&W?=1%`AjW^k974>ae>23t+4$MDbWukFg*YUMa5C5zsNL{4~z-4jp&oHQ0v(p>NFlHC= z4}D`4#^>D|>*Qt-)IS}1rOCRVE|4YIl8E%3ww*0%?<-sn)ueshlx~+Z`^KkU7K&y4 zVauA8iszNHK>UQvEg=C1{%NGiy=3N<$zy%&A8pQZNg?qsfox>~R#y$IFud*W?*mh> zQ4kJGuCJTEwV~aU@MyJ@`FK$~Wl15If~^{O@%n*X>E0Hyy6tu-Og8Y1RzGY^nO&!}0ceu_aDAKFc8?m{nP%Py3*PR3#(kjRWa zM?2cn&fUeQ`X&HncMTg3x>M~|G&isxde`O5YEyF;n5|trANJJ3(9CTpidzGv9yGu+ ztnt6w6Ozbi7ZlDj1heMLPcKL;Ac4 z4=$F#gCd(T70;qKO3wOCjo6us7D|T(b4te#-%D0slh6{82O}HaAXOyLy%UWJHECp& z&3IQ2eVeJ*kOTpM{qERhO_|DNXtKOqrD_)fZVal+}6m`iKlD9L{XLR}EQFMM%8H>?@xI^}3CtOm#(N!3Wynl20 zx>Oz4uW5oLP2Ti-d+-+fr6%X5GoFW7jiQA8?lkKktf&h${4`M4n!{KC#mQ=+);`@~ zFN39=g1JMVicGZtr?_6Y*0T1NaPos(&L@xYS77tb1QLg~drQ)Ly-qhzLJ4v?Q&^6* zXq?o_Dr%O_#_jrjz@G$gb^#E#*jmd|4M&3^d7<@z4E1%7@H^qol{{y7dsQ6XWh93( z3Ujl9eW{w)+I-)~&Im=8GUb4jIu(_~62jZFBhQM6lC5nq?#r4K*^@ojWBbW%tIt)~(hVI5G z`iw%hM$F?6J^sMgTM!XjdSy45Jn5Lqaju(W_8XNK-YzuJv$7>@w2NVEcl70I7sI%i zum0*C4~6d|b|hFFnfhAF-RF@i!Oeea>5th+Aae@fMR^03jP2*IB}(2mPX*wcUPUAO=CG7l~d)dC5ssYj^VGOAT(A_W~aWz!KJjZRvw67Buv+oIn%}Xsvb5TU^Te27J&olg)GOqw`*^A@kYH@gC-Q{AZ2(qq z7HoV$2nYazwgRGXh^INhau3f>`n2t;hT)7?I+p0Z^)lQO`ZQZ!)eLEP$y;%kuw z!91Cft{v4_ut8&VGGSY!Qc3-~1ADq#0^S_hv%A<&Zjg2ce=4LDU^8bVPFUB2Q?=k> z3!%!fzQv2ddS_#FDR#7X2@?{4-$312{T+XIU0gUaR=;P8guILZAdyZ6uVu|`A@C|i z(&2>6F+hM&_TA;+Zw!D6uwKqcr9FA+aQItMQIUCb!=_;S=2@hfRZ|w~#Y=-E)!PM(eRoy~H=>?ntgec7X=T zoKpIJb2<+m;y2;%r9E$cL2`i!RL4!1zwEqU-Cd!Xj##|k=^Z`0(hAyDqw<%o(DkVw zy^|7e!0(Ww`i4YMMRMfYALJXw?;4}99&hIH+G8eradFX%oYqvZeT(x656rc{E736> zKY45G?o{GE+}U$UkUJVXh5d$aM;}G)xns2@sNjm0v7ze0O^Myx)CVQGR9^@eA_rtB z-t|Wm_N=Ke_8{guU*2kicDmZeqT|+3o*q-}>+xu|Pj1v~0^dRQBdnUKl(Dsp3B|<$ z)ziLpL6vVu@XU0Anp}=mXK`!*QF&GX^A)D?uy}UI;?g6ESl##Smv+w%fRq~VM!5$J zyuGP?t1-Wl$CqnzLQh5ie9$$ua5a0S12W~1(wKVxzzY^4eQF)RVgH;!Fq1 zte-l$FFhvvoJ7fl>P5}GJh8&ES92Zqnyj%LsqZKwn}%B`_DDlGRMn&gOybZ*Ib>Nl zs*&2m-XfcTj9xts7@vjI0eZP=kXx4Y+M4)G!ic|?*4E-GH_}AYXb|=|_Y3huRi53j zrnZ%T3Fhrr$tajKHJ|e_0$#r$N}8wVJO5ycjqNPo7c%}jamC)@cYx)WmrCmwH=V}k zg(4tHb3(Cxw)P3pWgzEQv6)wu;LhbDT?b3s+zv5-qp9=TIDfej$f8{)2J2QDOo$sg^ zs)9>;!LV>SE>Aj|+xPd#jbr9-=uu5`Cq~;v{FOt2!MXGH=EgzKw_gVt&)715j*6Th zK=Rmm2dKMTMNfT;K(zK@Ft+tGFXWJb@3dqNxAkBo$HP)89aq{(M7sIYnL7iK@k163 z=yc{y?DJ7)2{>SRr<|QvYZ(j=HRNlXn9(Mh>?0#@mujGa+ZLxKBMzWFGm6Hgy~L@d zl#AVdQ-9Tcfs{^R*BH5`qoyEbGwT!)r$;HdSVP_(lVJgRj%_&jo1zD&k#%@YvSWXQ1fa-MC;awX#2mj_jlUf;V7lPM3fOr8VliZwLokvjd>zORQB? zc)siw0fD+L5Mg&jZ?}NoM<~bRRvUrbRtrMguLlQ4&+F>yA~v-haQbV0-0xu7hwS%3J1-tZ%LA+y zAw1c5`-fgvEhTS6Jb~9Mr4&FBe_rqP*;av*nhUGf1|Q_Szo-)Sq=~pb4gmzE7V&Y> zxGa*hBm)@=_(EQ^f^5xIPnh&2vpgt5Wn+U*2mJC~JP?*FsQ7x_*Qd*-6fo$fWfihM zjui6Y=4Ip^l{R6|3_af?Yz@1y2ns)9IC^`JE%rQ4$cepQOE52Qa7fak_a&sYq;!jk zxb`PUYo<~6N7uQ`)FA`I-q0feWn&SWjMq%En}eM=8u3?Jt}!!D<$7IE!H84cVXo6&qk&K>Vy^KZ)gy1XOyaN2& zsb}m37@cmGgD7gib{jR9EQX*z0ohlYbhoc4`V5L$G16|X03}CQ=mvl%))3IjI{!_- z8`H+E$$l9TbOpS&Xt|9#j&5wnEuiVJO(r{J>4L(>X33-4xkd+=iuf1;S7F?B?{HB$ zJ{)ku-gyG>EOq(RYkzv3fU{@{8Ug*n;(mn^j|0V?^>l1S)P>#624tJ9QNBM-&|W>p ziAmh7HzVyLeH1#Q5k6bn2?80K{vGI`F#oqe2YLRVKqo`RnotMfIM9|hAw5Os5w;xv zC8GC*Yz4#H%QcJK8WIOi2U{gA@z9bFg4>h9L6$#)OzpVljk{}th{^T%FY)Oyhx z15*^F{djq;_P4|3KR5DNzvWn8$xG&_IMu#K1As1px4$!@rbXavj}tEWR1?Rll3=68 zk69_>Z#gE02UlI&?j0LvOL)@jy};w&l+v@|+)$$3-mGuyH&Icz{C%!9QdTu`b%rgR%GlVvjF?F&O zNDV3UN@$8sF&0plG!^d^54bpYlJ z8eA*tCV06O#0=LuAn@Y;csw$H#H9+-t$7Z&*Z6fN^!hg$3$R2l+ifo|2{%g{90T~H z8+f_M=b5=L1OZ)}_y^ISfR2{w%kfMArpBGuZ*+d;E~dO*t#WCmnIW0;fFb(DhUW+r z2J&b#Q>O4ASt9!L_Q0#HgsXxBj_9zeNl95yKuoc%Y|4#|f6#+(dtmu@OPLfBqnnb+ z*OH}N&JRreIUT!&(~pxLZHT5c{6OH+32n-=R~;Pu2c;GzKByd6G6QB~4TI_$8NY=q zHwvM>{Gt7sB`inRXsusjEq^;7(|GtNco8Q#z_=va7_EH=%qVpbsvutP2d$n^KV7&5>AVc4 zU_lu}T#|*0Ds_+?VCwslROn#@AjtQJ;=|NWM-W6Pf4!%XE)d*qpV-sPIYe_~;U9ER z-c`qy*~)AuEWh>)Fa{K7KK)d(p7T@1(s5(p9zLvl0)l(C>=qk>&a~!KhLLr79Njz& zi-j`bkFW$X zq@Y8AI`7FzUsRT@S8UEVD3{m?E9ZO((w(pAkbxKUPco!F^79`}6WaLkMV+3Q+jPae zLv{H}nJ4EO3x@b~lLTy7`=_=9-bns<9CNa7Y=$mKoJ+pp214os1^q9Z=UbyU;fF~o zV+8f9E!E;dX?sidjaS8rz+~cAJipg#1cWotir*IqR@mbl>1Mc7wOhFA8XK2oS-4`8 z^Up2ZBVCuC-;pZ_&ivg}BD4RurV?r8pQbW(%uZj6uupQQm7hN$+W6haTFxKi@pQe? zB&Bb<3v4j-1b8q>=w1<=(m(=X2|2-ysu-O7nKsB#D14c2q3OJQ&*(Rb1ow(~43Hhz zA`37xCSjJ_R3r*!s~JKA=9Vk`3wLi?FOI!eT~8WzT741KYIWI(-}n6U>)e?35iL{V z;UtQuPmQu2rTX$mQ8WORw!G{vKs3O1*U-$MWAO*MIJ_{dGd)L`Zd-UQ4gRD8w@~K> z79FGIJpHN0g}I9ea-j$yGKi}L${8w48)x*Pd}p5x8+l(O)lHDn3F=I6V^2J5qZS4N z4E&LN`NzCNj~=<;?}UsT2w~Wdsh_;x?Y@qcv!6xkt(X-;3rv^n=*6LU$;I;vkYmZ4Oyi^ zN9|+JKf*<&%xohnzI4#s_t>}C7;$;AoRJQHrp|KeZycl5XQ9j427~Kg!|+uE&6knV zrn)Zjub;iSKRoX@#1uN{e)KXb&!({b66&%5SyzmCe69%h+gYwr^V&1ll?}+)@4V zZl2ftNd|#%V66~Ya1+G^80MY~?j2Gc68)ygS+Od*Hj+{!h*wu)ZBCDs-AK9)XDyo! z%IbJc??dd>Z>JV^{zy&~LulLlVOOb8*X@URzF|>%QN%5xhL6Dwwb!(nD&f2_6AS9I zanC6&5pgm}?@HeMC-pzJKX1-q?@85RAICIrJ;3!7K%wb;HVNvq!r)=8q7{fjoSfx( z(OppSbB$BH?HA}+k45BFZ3`VQ8bK z5(iJ8>X{ClaXl{maIZw#LTh`4#7ukoI$<8sG&8mTRSsbQ(Ow}lzm#*bpc!?izg=z_ z(@CDglQI`zYktEO-|sj?l|@R`LR8Q@?&LCb6+zGQ?cMsjHJj`=VD|1?t;_A$Szap@ z_OQ}&CWCclOO`q(PmMOZ?9!*&fJUdQShKWYRZc&PnwBn5e}@k0iqsAF`1e~!Uh0QP zazRSFmEqJT-alrpc8fG@R}oF$S)3R)CkSe0T#XtJsCr?E6LMxRQ*RpUUPNf9nH zoXvYl-REw5&&q~c?6T$q941TACLF-e)BB}PKbC1rHb5uYboI_qPW=O^H|{|l5nY!Z z=S(4Stn@O@H1GWKC#>%^@>-?G;3Fd=LOIi2Zs*WkxGn$#hSHrDz^t9KgqArvIzT5t zJOj*7$!^^f51hbXTTTGtLx@hU+ILft$dVY^H%VN}4IHzcw`hcpN@G;i{QUE2@h#e~ zVQYR`I5MScYZOcTGlQi_gR77_wj>s((gqTk-2;wHDS@uCEM0xu4z4s=wXFQc7NVZY zz>6KFHzGfX!cU%kL7cRV zifdZ%B0g`I`yK}}wb@hcc_D4A&wtZ;%n=|mbZ4>;s#d5YmaPk|wiyxU2Y~DSJQ|?$niqoX%f(Wzj4cUW8MWs&PI(c3xR?RPEx)nu@!CzbLFnqd$ zX8K8*C8vl3!17Zq!Mg6-+uwX7m8XFe%g3DuE%mZ%OV%)uMy-Ap7(l*)3kV227EKw` zWF2ElGh+{QZ_@gfQi3F&asGMR_ALvYsyS1Nq;IUABPZu`vI8;4@vDa_)lpHn?cl&t zuv{b{de0A;)_3%LQr*HVCOfT^TYLw?0m6J1VU}{QB=hH~o7)_ih3-|TUHo8j&P^Sx zC)uzDIdVG(#JxKQv?CYR2?m8BTi*q^t^7*Z15kwv!Td69zCDRdKAqhcA*RQ?!>_y0 zLp8xX}OZ=-eG=VOVC^~ zDI<09HAgxcStF6N5zNjpfN8hr2vVw+j%;trkrk>5RW4W5hnQekcp&adb1&{`S1fkl ze(>bsI}j7QGw^&Y&)N~+`TX>BBaXYYS1~Vqg^Mlw*{@=L+_nO&ju{?8+W84-M}KX6 zia3hlNe37*f5?j&>{yY+H|*OX{3* zgypERuz&hBuq4pVq*}6D_K}sawrBIq$dV&RGQ;2yRTM`YjD@+F5>@M0JIOAYWUcU8 zG{Ya~3faZ!VZYtl6&&5Y-xG8Dva!-Pg9n?QcX4wRUP=%hj1n2M7W%@OLD|?caXRztp}yiM)mL-UmTxMQjeG4b zGqxU1ijGmYu(+^L7Gb%W=l_IVQ5O`hz~qngyMW|F03nkC1HSu*R~KAC$*J}&JF>5n z`#w8Yv#lV-&p)31B3pf;EV09IfxoOkvXS(apPc(8Dk}Q&RkPM`>GA1YD%?%fzikbD ztu7-_|B2zVz|qbnhOZPpU-xMBNgKIfw<(8&aY|5xdSPxvF*33x1%U5RMozBJdOmBw zd?Tj?U|HoYd}OeCMMHX!h90~L*e1>@!Z-fW2ZR_!Oc4$n0&T52^k14u)qa&u{Qau1 zrbrKt_pC-eNvbvg=U0#JZ}WOCn~G`sLj0UWwMGF-3~p7wG7y95dcgB+t{p?o=aH|q zG#Qnr?v(L9h;6YXv2knK|Ky~+;Ksz_btQ)1JCC_9yBrs9p>eu_2Z&pOXB5*!2PkRZ z$d+tQ_q-Pw_%QFtw`b22U6Ta5CQVi1Aaw`FYJz!7pQ-OECjn+l>SXF$%gdb(7Z5XP zHXPS#^ld;%$Al*J01u>Q?DN7fO1m!447T%VnSJ6o_TRm|${ubp9)6Cg;Ravg-jMKOIzDzSR zk^RUD7m3U4^B=kdEe(vn>H(fiPd@Q)cX&=V;81r^v>@VJ%WU8EIUN>{tKI2PVHQ zVmZ2ppaXU^11a(4>)F+msl7v`RRt}{?`QG95S)$)3XUj&7fs^%P}rF0B5Yc>3N`ns zDX%ov(h^-?Ben=NII%=y`96>BAQ{t^QP3N6^fKk>OTH!`tVMht#mV|&F#JR_-*RF$ z2FY1%;CiSPET38b{#~8Lr=%;xnsn~`d8G4=gF5n86z6BpOGU;-f^)vr)ciTOKVO-@ zCV8;B%H)!Lcl&pHhkEvJ>>Uh2^B<4LP`~~Y+N6)TzO^EX$i5gnVh9y|)s|K^C+M)S z-$nZ=s8_*(`NQTTFiaNh#>`eJT!!Aizr8kkV# zYZ9t(GDXaH=}d~JzPkNFk!MJW4JTow8wo7#=(LA>e;|OG^LfQI?lRN1Q+q>VI{o>RUMaAm zuEX$%&XQ9^cml7Yw||$kpOGR84dxaXSeONL5dpAt?#ji94Yx?{tBNu6T5E^n7`^dIM+WR5_x0C|jlmmm3JE?wp1S>(jxYc6zZn7o* z1>9nK&XEr3*W+HDx^LPI{AMjTa)W>sRm$ME;=-hW_+1(?cGGQV{tjrL&N;no%2FA_ zE%PRw2T*to67bWwQRloXg&akcO!b-ZopPk2xV;N_#?0N)ZJxaGoj55+<2X;eQsXwF zjO9j;ZCo*8mkmgLmK#-0Hbm*1^5R+&`&_vy6QX)=Wm?n3o#D^dPd!Strj|aaUmMQ3 zR`lX}nK&~J_XBhA@r7(;1e0hxy*0D$*FGhUd99SCfsQCATH_tl(BLl#Fu%P z8PTCfOp1+6E5n~z)`+c5V*t!V@NPRCU0`f!-x=1;shJV4*mmC?e(g(n+*V+#QZgFz zm^<%NY~zhwq>$g&R`!w;VB`UQiYO9s{GF^t@V48)Pepfw)*K0%iXL2MlaHLDl9Kzr zd>R5A=vdPDp4C@MpkHr^&8(=Awi@y2L@QID%`%Y|kL; zV9l>QGn!ik7ucPzN*eu+9Mk%-BXK`a@y@UZHHx>C=2RC)aTH8)N#dE(4~m$0kp#QBKvy-X`x;1@Y&XMVCevHY_(=E<4Sh0hQ8PWhGM3W2 zRxrpJhDF$q7Yn}Z>>gOk;wwI3Pp`hCBKvKXzn72e@Bn6ub+1x{q33>pxj5geX>x9` z7;0r3WDXc2%jYw<=7+nsr%)b0bdxW>NhkNOOY)JB=E)&Cqh7R-9-@b6HWP_#k>IMP zjx@*iR|&_4R9ZfJ&hNou-4dY33l$N5WQn{Oew(0?zn73d0*aoZZ^O3kG%aT0mjKoE zuw99T8j)1j#gB0|ZjDNO*cTyxGC*59DVl5$Dh!Rhebi4C_)m9m>mY=r13IlU9CT1yXP+X!iR{q>d{FLlkleLW~jj$MBV=Zsn{ zZTu91#ZK)iYJUbmFwZFEi%=D*WY!bSw^bHs{EW{f#ZMrM{DnbhX3@>4)At8esOx6q zqotxIQ#iun+-Low!eh;>{%Y^hSbkN#56%KP@?&WqqrE9=c9{LeV+8yQ)n8lkP5x`3n`ucm`V3&bQr z{Df+FNRxAE$n^gdp#=*3x04=V=bw{aMkQV+H(^f}865!+un%>d8xNb_S-G9R@JHA) zuz~1eq*&fQ$rHZ+pVu+Tly;ovMpRz*1m98N95-aglZ~7&=gtgYyCSWr`pL;RjPE4tOY60u0}< zYt9D(oBs3?s`l0Fuz8vYf|?bXNhg3T(=G>8rsC0r7D_ecVHdJNjXl#oX4moCe93oO zN)=@K^9X1c0Vzxt?Qj_ayR!{_Ka3I|`64GmKuqnL0Q5HuK@53t9w8DKA)!1}4Qi@v z0ER|m(8sgj^IAG0L&8w-{`TODV1`VqR> zDFvGhn*@dI#+xQB@cb>P?Gz-&*g^KBH9p{d5D=hmi}f}qqNDO_J@M5r3xcixiR zSrbJvLJbG^O!qR(falC%E@ddkPE!0~X-#bMV=o`q>f}DMYOovN@&;&NLUkQg2CLWH zPrgqDV!X_DKW~uhOonPy(=f07S`TRckWMrt&RF798K)g214?|hAPW+`jRRf3>*3vr zW7N1LzUwLrYLH02F(zt$ppKw8HJ>H=x)(UIdTFlNS{d&9XkYNu8( zRNb2zFdM7;2DN4hYwmlI7&NNeRN945*NQdS`QE-?efWR}>txlHyz2(Kz;?pBaEv#9 z(hj6P4i4-D7#4?a0(t$YHg4R!7N#p-ui9p601CAVuRkbJLg$k%6P(ZPb3P5%=OhZ9 z6lpD-0Tf7%hOpLpr2<-clyfe^oVRODUkB@# zvO-q|P&u<}rta?Q;e<*C$mhrXz9fLr!%7$2P>whNzIMm$JTpE-rA&FEH5<-XG>Mli zO0~UaGjV5I7GS2hedHjy_*2MxT}%n*Y10dCE_O84{(a@jxc5a;^NlxAJ|0Z-yDkk) zB?^NEi;-Nnj!p)V*ALS)-(~BreW3#L)fH{P_ov^{-Zze~iE33+t18`fL?m)i46BS@ z#hi$|e|0i{w$G(e!9hoO`^w72$ z$C@6?$%GXR<#9q{Dd~&+c|Qpel;ndY8{ouazjuP~_9;P`IBNu(p-0OE3s~bB!}nOm z_sxmfciH6X4)xDW(dBEW9%I$>4RpM-0#=?;62|YhRz1JckAHWW#mpp0`I=w>dAkNc z?M^76PRW^NuFK~1d18|Kg23Lax!I>WJUZ#~bE8Ho!uXEQ-^#sgUS=nxt014C_r>RE zp0G)vjpMRvkNN`Z?k~T>0r+_m{7Afn8%0*k)qe^|T%NF}bA3gm)KBe^Kb<8JzI)Zni^r~qPW(}j}+?#tSDvmx@6-vvSP@q@j{5U$@gLq`pT#P?OA@~2$O$u}ud<~A}Jx}Xh? z{Y_4fG5o6SvA!^ayxA|ZwboCDL<|5y(d0MFh!ER0UC^Yp>;y3K+Z)7RNZ^}H>=G*?dXL@?Nd%9-^h#l0F2yDudn(K%M)k^qDI>bGt z^P4peX8tj)=TL{Qx0SAp^Rq6K7+Ewe2l*1)eJjw+6t1ZucExF`673$#!eh4FSAnCN zmc}Q)Csq<3l%TY*i%e@g5Hw9<@lRGH?&E8(F)}vUxI6e%wO%Yx!xzXueg`mUyoO!GoidkHZCq|H+g8 zZnA(YK}rsCE^AL$tk7#9q|R}eDwNf^GYBcJT95^x(s+l&fEVVQ2<}eZVW!= zIjxvP5sm1odp{fr-gyQNh}E~-I$(gd!f2G<-N^;!iwyyNjr4&uAVPgra?uqozrs$u zc^{KuG)q9ub?k@puK4{IB-CU6&wyOX$7Vo0b5atXT|{p}tT)@$BHGKqWFjE<2OSIC z2;nFrByA5;at%}usF#R*SFE5?TV&B+fZr3t-IPX;i=PF(~|qP=sLg3hXa{Eg}Wk> zJeYx(w?iHB2JwMkiVO?75NDbOV`Vo`xTCb%h$d97lYC%9+I0ZPM^msp%b1c4*uTA#9wkT*5yB&Cqhz@97#SQ1F!%TE5A8u>XoHc#Pk>$ph`#(jAC%&+&zBHciZ~`jUdJgk z5uAP{zRytPN^zB>cU~`;wOtMP07vJfAYl16RmWtmcq;IhNDk9TwoBXG`yhjeDq;~F z2@7NLg&)>>%eH+3q=-Rg9&A_gh(Q+TQh>86z+eG9IY;| z86f?29C5OV> zL;#^Sm4B;O>sU{Bwzdy{1X~2b_8kcHM-ufW=>KCB`pYKrwh4|6VWtgleVyxNqAX^8 z#+><4RSs~;ZeU4f6}f9x^WNCZfOr4L;ADN{2@tyMVV|Zkr{^f_G1mL5Nq#*%_y9FTvL5FY};1qaRKvkHo&ldq(_I$@ToW&@F`AOxb;fh(-lkc?I(mOy= zrTDAE{jFM*arftM#Q0nB+AbXC?LkM=FQdKyjpZi!-Pnc5|4~ziNKn}Fb4|mv8-`T7yMa_MOj{xLW zi3Uu}hs%M~AiumnX0$unZgc=*0}Q#6ij3gHs~Q&snl<1q@!u9-1UOKsT(8%78m`9D z!H0Kd-SKJBB5b3^b-G$Er?fwrat5+YLQ%k-%eotzvdH~fv;MAY{bD<&NUGmh|MLSL zz-(}9!zDuC{BfpJAWh7F;G2s>lv$JZKrUijCX!+GMDz&C-4o`9eP7ZM=X}>wdN5Kh z(cszu?syneWe0}%GJ|#((W~;tfA7DfL!ueb{-Ce6X!8q|lk%(D_qj@hWClwhZj6tG~ z?g1+b_}`KS>7eaJ4rHoVvwZhxXIp6QOw)_g2S;Masdn;0fx^?XG*WqaIU3*6MW$?P zSaUp&zZy&isA`LM&aUKKpw>es7;O==IG1-*HiqdzZgD+)wlLgf?*zV*9?rp|{lWN@ z;KS{YISLbqk5*H~(gn3D2_;=HDKe}Ph!fYPu8lQA?DqR)?Y|lMzPx&=q`uM&}q?ty%t$~!=l@$ z?l)gEJ}1%tev}RprctHv(Gww_c}Wd#%LnP4VVaR*?D-~V-X9L$i$&M}#_9ROtZ>?s zX7g`;ynyXj_PBq`9)@acc=x<5tk{-OZpY>?&r4%>y2@XrRfAl zt5i;Ag3e>mc1uUy>)VewUE3x{7P*JO@rq^6js4#%T_D)9US1zDy?Y%S9L?|*Fl$E; z4TeQwXZdo|y3sqD02~R@qIB9}X&69bS2pO%3_$@$&rRT1(ZB$ldYzqSd z`w|_t&d`10V_DRBWC}YbRhxfQecv)pCi#vpO=$yyf2#hJo%?fYN~sAET3j{*_=^Y< z8nB1($8aFR!J@IsHq!1onEBzAAd^cDfdSHsCYYPQ-hkJ8`OiL#>6AC?F-cxNAks;e zM3a>o50L87kboh>%t`9iR4_{mBY`6!t0SRW1B`YhfYOGOOAb25+fZ&2L6v9L?@SuG zaG_7t%9R!a#b5>Ofj3}-Uy%d~BZ+5AQFOfwFy}kWtoyw&$ngU@7+&5nb2dK@Ml)Z* zsH?I51)e7IdfDSfMDZs$h+vL){S7#+ca}SP6?ulny_OM2;x|6)FA8$kYxr;gu4^Ry zN(Zd`5Q*V7T!oSTTZr|N7oM5P$j)H-4=L zNAAr($u{ZNuKmNU6%pJ%Km@_jZ4)Xr`onM)ypZL{|1pqWwHWdGhdXk%8J_o#LAVjy zud{!+|Lw+D!o{DIOUX{1aWjfLe~^FEIlkMW-}!r1Kp#LN;{YdZhAp04~TzSEX3W)K5{n?|^?G6(dA|Ltx(k%+q z*yF<1e+Y-oyQR-o(m`!VGtH0*l%TblpW8k^}#`!{3r|`NY z^c@HUWRQUX$s{E}Ddcd};TaSm-S{XdlE1G(z%Z~I77Bb12ueXm?8IHF1OkP4MC4hg z_P_vOpNgy}D!dew!?m7`hZqK!H;)u^NJ^m0(#IrOBfXPA!Nm|DS)hl}YVDt?9XE#o zAzKW2tw1Cj^4QF;Ck~)kI z--ZF#yQ@3M&WZyHsmE2BS#X8vhwx-UZH_Jt82EucEw^mvpT1=%SxZ(( z!?a3~S4M9LrXYuc$)h2L5ios7wEI>W1JkovSB^x)23(jnvCiO|P<)lp!=+0j5l&hX zOZlF{PibV{0ys#`M>jAlu4g?KT9lv=+gMBsC!E&r*Y$b03}A!ts!6yOBec2+=;3M z*(->h>Jgh@z@%gH(|tsN!}(FtcZr`uLhux7(1&A65%n5$m|;zPpL5JE8uX|Cb>X_( z4f;n#KpEq&i>aD1Bcqx(?erxuf^@F|7|<^hV@pdeFpW5v%e!UTCS4DyZ-;MT#}9jff{RK6+*YP!D0dV*Pvk5N$;Ao^zk z>AP(35+mn<9mI@3;&}q&>0A5yomuqtME!q^U_RZFCX#vOMQsrtJnU! zr}kN$_=8nr?w~DY_m6eAx0PhV^Npud2tHldCa*S!%SD01Urp;RQF9BC&w(0;D)L5*0WQ#>SH!uSOpcAG9js03kJ@e9>h)+#syXeG&|u@|FhVU72Fl{;S04vs*dySO#)4U~)C zS$E({nOjL`gK5t>U#)X>PnY{htSr9uD?2Mux~b%@f;OaOFt3JyWL%`Edm{EgsvApWIF4O$VKp3h<-kkEwZVFq`7t6#fRTQTF2FG1CzK(X+UF zExns`-uJHbeHQkn*=QR|MUCdA+Jicd;mp$V59{(J@ha{ME~Q060S6CW$Ih=PO*)4y zE3*wGi#5%8D7iLB!B~aX^dX#qY{}o+vgDpyOidg*vCuM%zFdYPv59u}XD3}K+y(iM zW!>IZU~AutfJ+}h+JuuZzIDwyiRG7 z4gFSMqUnl{Ot?9cCbLHS7qyiq?;(k^K}+_b^VfM_L;W)D*$T?j-!xqJNA*-$qG;l! z$a}OVUT-8dJ<^dJ|B89_61vAxQX^kF`u;)qdf=ycXBc|kWW_>R;c-|6>KfcHz?%k- z(@%%`?se`SK*>E@N|R!jsT~eZ*^mCxE6ZK4c(4E3L856CBW$rM*_g6%rFZLw{Mgt}!$)7eF5uFuvv(%1Y%Lck4i zZ2?6Ej4_S`keTsK#QtlUMaQ3rNtCaeW!Gw7vr^t?^>r^AJ1{M6S{r$uiZ6=>e?0A$ zGtgi$O&U*#nur0z%<$xkJ2P9lM47wa^Qf*+Q0MzjnG!p~(XNK;uqRCQvO@dFEZ9!5 zR2NmT5|jBP)MF+co;^(SgzaC%_kpI1iX(b+)?YV#g+sw4?jpo^RLDP;6gOO6wPYYy$RY3* zHPt{jhi%~C8H!>I$82xnu1E@UI=uXrBLZ9eGm!DsI-nS%jeswb-TbygbPt@0u=pH< zD8i;%_lRxqlXh?DW9!}5{aVZ39oqJCaPOePZyEtqS%tz5m01a1{mL@U(l;i_*hDY) zbf@MN1CN$_n%@0rTN6&Tvlb&U+Zgq2KRPmb-Pc?GjKio1J6X^5enUq16L?atsEZZB zRIr*tZzzz%|HwKx{b?H{QN=bzAjDbqCheBBW)W}JS+!HIV`6xs-XtFnMe~;E3W;^0 zv&_$P5+QVI^f*E(UFiKXAAcIZxLR1S=iwA{I2*-JBFuUR)i-{&%N(;Bzz=uslH;7> zz1g+Vq+dBG&{bMFFKbtfVtG$ znBk_zAis?Y(|}n6;D@X90>s1UDyC_2##4_wR2KsLB#dJvuS1=dise-`A$M5EhMxB=wwb4(k3$^X!E2jwIO%6zM6d2{ zJB%l=JCz9>-akFd(j9_BE*6rq?yW>J4u6vHjN>B|JbP8`hNaaw#PaQh2%){v^rQLN zPI3GFdm>nKG36--*&E<8@a>W>DJ!L3-;@Vt%^KG^q+pvq=AKv(m_=2&b?3@2v>=4h z*uL=*oqIu+0;Ud|C*KH(G395ufT@*>pF14B;x<~eIhXt)9*}ZqxNVm+^TUlKeOCnf zND(I3TxcPm)Qw=iYsgB_^7q^@B1^rt~Od?Nd}mIwJmZ zh!8(_wr4fZMZTF=_M%8(WO)=<7$5qr86mf32{SQ3U!N2S{_J0`H9A^E||C?XHSn0%D34d4bi%^U&Z7?TTqJ_eJ>WJpm zsrvjf*$e!d(B0??S*UuMiFIeNT8Mg3s6L*+n|YH6UqyMgXdGd9!#BkJ3oqr@$Q6eS z9{xEoio-~uQn_|}Yp*;AZ$-GUPyl_4g|#G8Y$1POA8UCJYMEGz^%lXA{w?Cytjq1OYc@vUOF8g9j;70WO()x z`(4(b7AeF0)i;$Y{)V~Je7+5@pm-Zaz+y`*+_sN`)u^ksuB^j{)P*)J-BCyMu{X}> zds-ddgV=o3gDPi`FxNEFx^Nuh94hb^EM^PXDCQLcH#*sotW?$tMUhn`+)9euAIJ5n zsgxFTUD$;D$tG~G4HT0Xn!0H!3O|fDW;tuQF3skvS8Qx$p@k#b_n7$5rS8rqZ@YtN zu^*z(236@Ma%g7&=A}itU86adjGl|mK;5LWKD(}k&T+o{s z>W}NE1ME*?FR6WI*SYUhY{k*H-R8Nr7IkMg7M&J2gW)$*{sh$jfEWxhj~tX$8l`aRuooXnfuvGw zGK(NTsd$jJyVP@4DO87ss#=$WMVB$+@5Wc1a%UnAJzBMBca}n`s=VZ9J^>Wzp7P_Vu}bs zy}#?1RPITYD$i|k*pXdj4&%v|gh4x#F2JKHlcItit^NR6j>P7HIjcD){4tD-?(*hS zzrmxm&Nr$oM2X=x8o( z!=lBZVUAG9l8)%0g6;09(O2RfjXLRcIW*d;Cx_Rd7Qe^4$Mw3l*!GKdJS^A#{&UHb zSesfRP+eI#@b$CLZLP8W`vH;X2qB9>iElr&--d=YNS44xxgq6G<^Hlv?x3YJ1HR&v zaXHiZWR>x%%h2u4aWPkOyhJKj$OR9Wh2C4GKn{f)RanQ&RZ=>8n0{xYg0Ygc&|OJ; zG>ESDZiN2n?_w;%kTX|CnQ@CK=@p4Ci$_^p``>4W3eXdhTDu@g;l$;|57Zq zV|;WWvK}a|?d>5?QYFE$Ps!k>C=)-PXV$|3vMzU!qR4o0rTC^b7WFV4lTPr9R~MWs zw#FPnHX?JuS2v5GVCV`tpQsOd_-I2#_*p}|tC|pV4J&d|b#4H1nA@v2_6B)-2Dl4A^Tk2taP>JlVtG660M^vX+mwlIJ zj-AaJroa!RWcdxg?Dic;!2=2^E)6A*w@&rp$IsN%EJK+1v#=Pdf z1G1gy8?t?Q%N#8{Lx_j?mC=53v4#IAeJ{LG|F)r*Foah^&?e<|LZU@na3>QisI!Gl z+C{L;D{OlF>ZJdq!b3_s8b3^xkll zuGhaZP?%rI*R}bN?W22`+2a#?34*EJ0C}{>{V$m?a5U;4L?jN62%!&E1Jj5A*fm(q zvO;J#g(=<(*>}-VG3(fSiwRR(BYm8tLLKYp_QL*x;jDSKsZ;fu5lM?gSC-jnTwSPx zeiM`d%_8 zbgTE1DW=!nvCW%3ntq6KeP3|HS&`m2;vn9b`|QbDYUfwGf;7)B0$#!rW8rY$*P{$f z=jCUGhhL)P6H*}T`_eCm(qX#STb6@D58Bll+Xrzp^Mpz+T%#&nZm=h?6>z%4izlw8#JUX2!z%{9Ubs-_{C z>;pE5A=(OTyW>8}MeKT3%|glM@dR2c8h&V3_ANBku^c=qhlm2I4b zssxXS`-rM*wU_vyZIP_anyqiu(O*2Er4>wO$8Fv+w&UlX=C8-#yUd+X zYS#uBLh(dHHPfs1QH%yb{oo~+i4EW&_Z zix^ealuXG^1px*or^{|I?8v0lv|zkrQM_(N>GoArUE?U+H8ydU;f?m`O!1L+ zScJ^i3 zK!ef`SJEISx2awX+H6wvqU=kc#>tGB(V^>hxT5bG@F^@~-MfrP?kTS14(!PKoK(Sz zmssF^#KfM2YVlNNu2-w65JN>hjVbDX;ybXXWwzD-Iv(Cv0_^4Ipv%#x8S;#4oj}@v zo-a71oU~Nye^~p#ar8|c$+9eQHaD7ZqwTL+RlS_;3%vH3Fh(xpK8w+vzsP}NW&=_Ys*{X6i~fjZamEyGOZ;2v zT?3;T=j3q|E7-Ig2%b;j}cZN+cAb&OQscMK9G=w0^sV z1^LpG6)5fi%7b4xLVsI$Y;JWnh(Kat{)=f}m(a2?a~(eY=z%uN2S8CB0xp!}106^c%4W?OXNeX8*eOD;bTWt+{eN{MPc&?JgPxXHTVSOWy#zv(>?%PhBL^`<>x&!misuHYE0udA}vyNq2M_44eq?wuTyRW^6fxxrniDMeUN2_QMFLgXV+)>CIvd0`zD@FYmR#m_o1#J2lZ2PZ0E zP07h$4`cj{ve09;|bRaW+fJm~2L`+tjn_|u4jEGwac&BmyiK|}hqq-sZh z(KUYSt~ix(bHg&I#;>7=lMf$8CNP|DufKfd{L#IsIuYUl4$o0&PG?AWl-S8i>kzQp2OH1j;rUHwo-^ zURcp>WTjSj0|o@VV?by{g;hrce2sn{k-=(w&cjv`0{==W49;VQfwW-YC1xtd0RzzH zE$l0U+MgFRpue+uTLY?W$MF9uahp~K7B0ZTM6f-BKVM2_FRB{~JgmZF@$Ao05ZGT; zBT06Uq0%iA#E9oBX`W0Cs&?@MhbaG4wn=6;g_V#HulHqR{iG4$lq8oJWTg-; zkYX*R{X)W4Q;`nJ>FU|bOJ~Mez?Wpmi6ISjK;g9>ICFA~Ea$^OxwuKn5^OP0GL!-h zh1)Us1I*tb&dq+4jhrxK+ChYiMFDZv*U8_$FfDbBRUEDSc3n!aV5gO5jl!V_kywJs zJZys2Laq28FiK&e{QtlC|5zIL!GZe^Q5}l9`v0|_j*k4_t*4{){O9>24OMa>(3evj zWbg@Mcs+O*UrDugEABVw(>u1e@Qj}_Xf$o;_u$|AnsJ-njLZJ2#@O*%(XoEoAy~0~ z)yX!t_P+BOqC(5*mPLHKoC84ns0)w?$HMoKgac5&RfoZF`0`p13OW@5KhInM#ADko zDYXy)$v>2>QpE>ARmmr~=U`9XwS$ESc))B#o`FpoJRrW1tV37>AR+9^JEp7!keKzz z(_=&f$TP;+q<(-s)10o4q~QRE{WEMlDsTXWxoFc&CUZ*YTIAFdPt#SKd(g(41_`#OiBZyC7ekmOZaMa-Ok9c{C~Ce~ zANKOyCMQO;n1kJI|r5{St3M;%sU5P2XcnZYe9#?WNk0LXyZS~ht`Vr_S`C#yL; z)a>v59}b`35=Q#AZ&|mE?CAiy)A`bb>i1irB6-zs3Y<-L(g0TH0hA{rvX9nNjDL7E zk*z$nD80^pCsR7$s9Pl3*JKKVA8+K!jTUp*)^=|CM$%y8Q*@GhllJ=kBLtwVfoOCG&bK0A~f+(PN7MwH_-wJ>wBVM~rlq}Lh_XChJhX4*1P zYMG!cp}}huQm>ga)JgzrUhS+ZCaC33yj=ce!&g09|9aHjT@xXH0@h7G`N6}pAIiNsnXN3vPl&yboy;hsWg!W+(B@_#bGTFp`lP4jRwBm zfQ$3!ac^YWZVqGH{K@N*lhABM1Qkg%Oyan`gf?rjm;Z4sO*7l}ES7HqwNaEcB z7mWo6w&T^smbBR8-7rTZ;Ch>?H4${0HZBH+y4I=M7cxI*c}hy`$<=MbPHlhN^+0^= z;DLi)7ax|}W-})fgWuZBqNxQETmWVjS79e|ve%?BK&A}@(dHzU6sxHy@V#Y?+#0No z1*Zw<68SqN3jU{s#ukuv;p`2c{g|{UY{CZJoSpM63ylG_3$DCS?e1kc8i4fd)6zHXZdDU_a2!WoYCSx^CI^m$&zi1qGihy6z!U8H z(E-gir5U9bK>k{>{YPtIxgNl*K5;__`9mvEVmYQ5Nsox|?i|}piCq~5B=$hNJ571Q z*5Uu;;^x9yqYH>rCn57C0KNSM4{fis^-98;Z zQY-@3vp;9HvC;6zC!*=MK9kYrsDDEQTV~AauJ|2cdO;g$rk?HX%LL{DBpBzJQ=z`G z+&uwk+WO8+2!D1bg}Sn*5TdNKJ_(-*STx|3NPZdl4~?>5lx=&&x1%obD;0*!6Mf~k zU6ofv1oQWmZ5uQsYL>wD76r4|nD5LVi}gldhU{3CHy@Yj~ zQPj6gi&N9;P<;$YwEGcnf#!-NQs3KZeFU1oBJEMgMR%^Xv|&J!ed)Rd^G{93}_3(~9B_R}R zuB)QLsv5k_e=&q}m1stfLlyOkek+V1Pf39pjZ5gH6Hb*ulBV6Dg@X*E=T_5O8E0nX zD&bSd*@c&BxybaRR1ve+MBY@d*5UWU)uG+C2+H~A-)>B8vK;hgq;llY8;v(qwOQN7 zUeU})(Z^-*C~_S;8P|DyOPgW$B90Zh2mIY zrwk7E*Rol@mVztmPX$a6n&&KY4O6x`iUdP=@@k?7i-GWAj6LMqCtgOFo??COlo@_@ zPJ!@n{#t#3L=qGFzU7qY=&frR-p_|}czH4QV9E&LyoB1^ol^MO-wK50;YcnYEK4Ev z+QnLsWGtP`%S5;jKh*b+4}^cPTIvu$Z)h1Cg5+bqGpB+U8gjAZ0~rkhD%1t6tSib8 zG}V4!5!e3s(3d6*zD4)!uEr@9uHyuRFGyvQzGI|wG(dzh{?(^iY^{UccWh)-X~9p5 zR*Yb=7l(JQntXQoxb=HNst;$Wz663QaeV~JN~|SG^0Kjp2R)boIZwiJPE%9h@}KoK z7S*A$zp&&T>Ua=_k90fwk$2m>{*3K127MVfJXqkO(t`XBu@a2NP3HR-^Sn>i7ru)SiF|~wN+L-| z{M`mA+YaP^a=hWOoD_l-)7LMj6!}UlLsNC;O97DiBcVNZSTq+t92I9s0Du~b4z


GSk*GR3fOBF_s>Hs+z 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 diff --git a/Release/XNPortal.desktop b/Release/XNPortal.desktop deleted file mode 100644 index ba2f5c9..0000000 --- a/Release/XNPortal.desktop +++ /dev/null @@ -1,8 +0,0 @@ -[Desktop Entry] -Type=Application -Exec=/media/jin/E/MyCode/xnsim/Release/XNPortal -Name=XNPortal -GenericName=XNPortal -Icon=/media/jin/E/MyCode/xnsim/Release/resource/XNSim.png -Terminal=false -Categories=Development; diff --git a/Release/XNRunner b/Release/XNRunner deleted file mode 100755 index e82a78b9e4526048013cb7808b5e0214c026489a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 736408 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�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 z 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

>Hn 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
&3g2BJ+w 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 diff --git a/Release/XNSetEnvironment.sh b/Release/XNSetEnvironment.sh index c088ce4..d8028f0 100755 --- a/Release/XNSetEnvironment.sh +++ b/Release/XNSetEnvironment.sh @@ -11,8 +11,6 @@ fi echo "export XNCore=${CURRENT_PATH}" >> "$CURRENT_PATH/shell/XNCore.sh" echo "export PATH=\$XNCore:\$PATH" >> "$CURRENT_PATH/shell/XNCore.sh" echo "export LD_LIBRARY_PATH=\$XNCore/lib:\$LD_LIBRARY_PATH" >> "$CURRENT_PATH/shell/XNCore.sh" -echo "export QT_QPA_PLATFORM=xcb" >> "$CURRENT_PATH/shell/XNCore.sh" -echo "export QT_PLUGIN_PATH=\$XNCore/platforms" >> "$CURRENT_PATH/shell/XNCore.sh" chmod +x "$CURRENT_PATH/shell/XNCore.sh" echo "$CURRENT_PATH/lib" >> "$CURRENT_PATH/shell/XNCore.conf" echo "$CURRENT_PATH/Models" >> "$CURRENT_PATH/shell/XNCore.conf" diff --git a/Release/XNSetIcon.sh b/Release/XNSetIcon.sh index 5d0f7a7..efe43ec 100755 --- a/Release/XNSetIcon.sh +++ b/Release/XNSetIcon.sh @@ -1,11 +1,4 @@ #!/bin/bash CURRENT_PATH=$(pwd) -gio set -t string $CURRENT_PATH/XNPortal "metadata::custom-icon" "file://$CURRENT_PATH/resource/XNSim.png" gio set -t string $CURRENT_PATH/XNEngine "metadata::custom-icon" "file://$CURRENT_PATH/resource/XNEngine.png" -gio set -t string $CURRENT_PATH/XNEditor "metadata::custom-icon" "file://$CURRENT_PATH/resource/XNEditor.png" -gio set -t string $CURRENT_PATH/XNIDLGen "metadata::custom-icon" "file://$CURRENT_PATH/resource/XNIDLGen.png" -gio set -t string $CURRENT_PATH/XNMonitor "metadata::custom-icon" "file://$CURRENT_PATH/resource/XNMonitor.png" -gio set -t string $CURRENT_PATH/XNRunner "metadata::custom-icon" "file://$CURRENT_PATH/resource/XNRunner.png" -gio set -t string $CURRENT_PATH/XNSysMonitor "metadata::custom-icon" "file://$CURRENT_PATH/resource/XNSysMonitor.png" -gio set -t string $CURRENT_PATH/XNWrapper "metadata::custom-icon" "file://$CURRENT_PATH/resource/XNWrapper.png" diff --git a/Release/XNSysMonitor b/Release/XNSysMonitor deleted file mode 100755 index f2b0ae0e138e8afbe903e8a6d5e80b04ad72f78d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2157320 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 z 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 z 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%0D!2M>b6V2eqG^-ebPe`s^i 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

gHmi6tt!vl`mDy#-Gm4fe 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

^o{vlwA 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�*B=sAAXyK8%k&^GFD#oXp_;@d_= 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 diff --git a/Release/XNWrapper b/Release/XNWrapper deleted file mode 100755 index 157a9b5a5a78a5c3b06a1677d0fae8b70792c9e7..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 393952 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�?zDT3e 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
- - - - - - - -
QCPAxisTickerFixed\image html axisticker-fixed.png
QCPAxisTickerLog\image html axisticker-log.png
QCPAxisTickerPi\image html axisticker-pi.png
QCPAxisTickerText\image html axisticker-text.png
QCPAxisTickerDateTime\image html axisticker-datetime.png
QCPAxisTickerTime\image html axisticker-time.png - \image html axisticker-time2.png
-
- - \section axisticker-subclassing Creating own axis tickers - - Creating own axis tickers can be achieved very easily by sublassing QCPAxisTicker and - reimplementing some or all of the available virtual methods. - - In the simplest case you might wish to just generate different tick steps than the other tickers, - so you only reimplement the method \ref getTickStep. If you additionally want control over the - string that will be shown as tick label, reimplement \ref getTickLabel. - - If you wish to have complete control, you can generate the tick vectors and tick label vectors - yourself by reimplementing \ref createTickVector and \ref createLabelVector. The default - implementations use the previously mentioned virtual methods \ref getTickStep and \ref - getTickLabel, but your reimplementations don't necessarily need to do so. For example in the case - of unequal tick steps, the method \ref getTickStep loses its usefulness and can be ignored. - - The sub tick count between major ticks can be controlled with \ref getSubTickCount. Full sub tick - placement control is obtained by reimplementing \ref createSubTickVector. - - See the documentation of all these virtual methods in QCPAxisTicker for detailed information - about the parameters and expected return values. -*/ - -/*! - Constructs the ticker and sets reasonable default values. Axis tickers are commonly created - managed by a QSharedPointer, which then can be passed to QCPAxis::setTicker. -*/ -QCPAxisTicker::QCPAxisTicker() : - mTickStepStrategy(tssReadability), - mTickCount(5), - mTickOrigin(0) -{ -} - -QCPAxisTicker::~QCPAxisTicker() -{ - -} - -/*! - Sets which strategy the axis ticker follows when choosing the size of the tick step. For the - available strategies, see \ref TickStepStrategy. -*/ -void QCPAxisTicker::setTickStepStrategy(QCPAxisTicker::TickStepStrategy strategy) -{ - mTickStepStrategy = strategy; -} - -/*! - Sets how many ticks this ticker shall aim to generate across the axis range. Note that \a count - is not guaranteed to be matched exactly, as generating readable tick intervals may conflict with - the requested number of ticks. - - Whether the readability has priority over meeting the requested \a count can be specified with - \ref setTickStepStrategy. -*/ -void QCPAxisTicker::setTickCount(int count) -{ - if (count > 0) - mTickCount = count; - else - qDebug() << Q_FUNC_INFO << "tick count must be greater than zero:" << count; -} - -/*! - Sets the mathematical coordinate (or "offset") of the zeroth tick. This tick coordinate is just a - concept and doesn't need to be inside the currently visible axis range. - - By default \a origin is zero, which for example yields ticks {-5, 0, 5, 10, 15,...} when the tick - step is five. If \a origin is now set to 1 instead, the correspondingly generated ticks would be - {-4, 1, 6, 11, 16,...}. -*/ -void QCPAxisTicker::setTickOrigin(double origin) -{ - mTickOrigin = origin; -} - -/*! - This is the method called by QCPAxis in order to actually generate tick coordinates (\a ticks), - tick label strings (\a tickLabels) and sub tick coordinates (\a subTicks). - - The ticks are generated for the specified \a range. The generated labels typically follow the - specified \a locale, \a formatChar and number \a precision, however this might be different (or - even irrelevant) for certain QCPAxisTicker subclasses. - - The output parameter \a ticks is filled with the generated tick positions in axis coordinates. - The output parameters \a subTicks and \a tickLabels are optional (set them to \c nullptr if not - needed) and are respectively filled with sub tick coordinates, and tick label strings belonging - to \a ticks by index. -*/ -void QCPAxisTicker::generate(const QCPRange &range, const QLocale &locale, QChar formatChar, int precision, QVector &ticks, QVector *subTicks, QVector *tickLabels) -{ - // generate (major) ticks: - double tickStep = getTickStep(range); - ticks = createTickVector(tickStep, range); - trimTicks(range, ticks, true); // trim ticks to visible range plus one outer tick on each side (incase a subclass createTickVector creates more) - - // generate sub ticks between major ticks: - if (subTicks) - { - if (!ticks.isEmpty()) - { - *subTicks = createSubTickVector(getSubTickCount(tickStep), ticks); - trimTicks(range, *subTicks, false); - } else - *subTicks = QVector(); - } - - // finally trim also outliers (no further clipping happens in axis drawing): - trimTicks(range, ticks, false); - // generate labels for visible ticks if requested: - if (tickLabels) - *tickLabels = createLabelVector(ticks, locale, formatChar, precision); -} - -/*! \internal - - Takes the entire currently visible axis range and returns a sensible tick step in - order to provide readable tick labels as well as a reasonable number of tick counts (see \ref - setTickCount, \ref setTickStepStrategy). - - If a QCPAxisTicker subclass only wants a different tick step behaviour than the default - implementation, it should reimplement this method. See \ref cleanMantissa for a possible helper - function. -*/ -double QCPAxisTicker::getTickStep(const QCPRange &range) -{ - double exactStep = range.size()/double(mTickCount+1e-10); // mTickCount ticks on average, the small addition is to prevent jitter on exact integers - return cleanMantissa(exactStep); -} - -/*! \internal - - Takes the \a tickStep, i.e. the distance between two consecutive ticks, and returns - an appropriate number of sub ticks for that specific tick step. - - Note that a returned sub tick count of e.g. 4 will split each tick interval into 5 sections. -*/ -int QCPAxisTicker::getSubTickCount(double tickStep) -{ - int result = 1; // default to 1, if no proper value can be found - - // separate integer and fractional part of mantissa: - double epsilon = 0.01; - double intPartf; - int intPart; - double fracPart = modf(getMantissa(tickStep), &intPartf); - intPart = int(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 default getTickStep 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 isn't 0.0 or 0.5, don't bother finding good sub tick marks, leave default - } - - return result; -} - -/*! \internal - - This method returns the tick label string as it should be printed under the \a tick coordinate. - If a textual number is returned, it should respect the provided \a locale, \a formatChar and \a - precision. - - If the returned value contains exponentials of the form "2e5" and beautifully typeset powers is - enabled in the QCPAxis number format (\ref QCPAxis::setNumberFormat), the exponential part will - be formatted accordingly using multiplication symbol and superscript during rendering of the - label automatically. -*/ -QString QCPAxisTicker::getTickLabel(double tick, const QLocale &locale, QChar formatChar, int precision) -{ - return locale.toString(tick, formatChar.toLatin1(), precision); -} - -/*! \internal - - Returns a vector containing all coordinates of sub ticks that should be drawn. It generates \a - subTickCount sub ticks between each tick pair given in \a ticks. - - If a QCPAxisTicker subclass needs maximal control over the generated sub ticks, it should - reimplement this method. Depending on the purpose of the subclass it doesn't necessarily need to - base its result on \a subTickCount or \a ticks. -*/ -QVector QCPAxisTicker::createSubTickVector(int subTickCount, const QVector &ticks) -{ - QVector result; - if (subTickCount <= 0 || ticks.size() < 2) - return result; - - result.reserve((ticks.size()-1)*subTickCount); - for (int i=1; i QCPAxisTicker::createTickVector(double tickStep, const QCPRange &range) -{ - QVector result; - // Generate tick positions according to tickStep: - qint64 firstStep = qint64(floor((range.lower-mTickOrigin)/tickStep)); // do not use qFloor here, or we'll lose 64 bit precision - qint64 lastStep = qint64(ceil((range.upper-mTickOrigin)/tickStep)); // do not use qCeil here, or we'll lose 64 bit precision - int tickcount = int(lastStep-firstStep+1); - if (tickcount < 0) tickcount = 0; - result.resize(tickcount); - for (int i=0; i QCPAxisTicker::createLabelVector(const QVector &ticks, const QLocale &locale, QChar formatChar, int precision) -{ - QVector result; - result.reserve(ticks.size()); - foreach (double tickCoord, ticks) - result.append(getTickLabel(tickCoord, locale, formatChar, precision)); - return result; -} - -/*! \internal - - Removes tick coordinates from \a ticks which lie outside the specified \a range. If \a - keepOneOutlier is true, it preserves one tick just outside the range on both sides, if present. - - The passed \a ticks must be sorted in ascending order. -*/ -void QCPAxisTicker::trimTicks(const QCPRange &range, QVector &ticks, bool keepOneOutlier) const -{ - bool lowFound = false; - bool highFound = false; - int lowIndex = 0; - int highIndex = -1; - - for (int i=0; i < ticks.size(); ++i) - { - if (ticks.at(i) >= range.lower) - { - lowFound = true; - lowIndex = i; - break; - } - } - for (int i=ticks.size()-1; i >= 0; --i) - { - if (ticks.at(i) <= range.upper) - { - highFound = true; - highIndex = i; - break; - } - } - - if (highFound && lowFound) - { - int trimFront = qMax(0, lowIndex-(keepOneOutlier ? 1 : 0)); - int trimBack = qMax(0, ticks.size()-(keepOneOutlier ? 2 : 1)-highIndex); - if (trimFront > 0 || trimBack > 0) - ticks = ticks.mid(trimFront, ticks.size()-trimFront-trimBack); - } else // all ticks are either all below or all above the range - ticks.clear(); -} - -/*! \internal - - Returns the coordinate contained in \a candidates which is closest to the provided \a target. - - This method assumes \a candidates is not empty and sorted in ascending order. -*/ -double QCPAxisTicker::pickClosest(double target, const QVector &candidates) const -{ - if (candidates.size() == 1) - return candidates.first(); - QVector::const_iterator it = std::lower_bound(candidates.constBegin(), candidates.constEnd(), target); - if (it == candidates.constEnd()) - return *(it-1); - else if (it == candidates.constBegin()) - return *it; - else - return target-*(it-1) < *it-target ? *(it-1) : *it; -} - -/*! \internal - - Returns the decimal mantissa of \a input. Optionally, if \a magnitude is not set to zero, it also - returns the magnitude of \a input as a power of 10. - - For example, an input of 142.6 will return a mantissa of 1.426 and a magnitude of 100. -*/ -double QCPAxisTicker::getMantissa(double input, double *magnitude) const -{ - const double mag = std::pow(10.0, std::floor(std::log10(input))); - if (magnitude) *magnitude = mag; - return input/mag; -} - -/*! \internal - - Returns a number that is close to \a input but has a clean, easier human readable mantissa. How - strongly the mantissa is altered, and thus how strong the result deviates from the original \a - input, depends on the current tick step strategy (see \ref setTickStepStrategy). -*/ -double QCPAxisTicker::cleanMantissa(double input) const -{ - double magnitude; - const double mantissa = getMantissa(input, &magnitude); - switch (mTickStepStrategy) - { - case tssReadability: - { - return pickClosest(mantissa, QVector() << 1.0 << 2.0 << 2.5 << 5.0 << 10.0)*magnitude; - } - case tssMeetTickCount: - { - // this gives effectively a mantissa of 1.0, 1.5, 2.0, 2.5, 3.0, 3.5, 4.0, 4.5, 5.0, 6.0, 8.0, 10.0 - if (mantissa <= 5.0) - return int(mantissa*2)/2.0*magnitude; // round digit after decimal point to 0.5 - else - return int(mantissa/2.0)*2.0*magnitude; // round to first digit in multiples of 2 - } - } - return input; -} -/* end of 'src/axis/axisticker.cpp' */ - - -/* including file 'src/axis/axistickerdatetime.cpp' */ -/* modified 2022-11-06T12:45:56, size 18829 */ - -//////////////////////////////////////////////////////////////////////////////////////////////////// -//////////////////// QCPAxisTickerDateTime -//////////////////////////////////////////////////////////////////////////////////////////////////// -/*! \class QCPAxisTickerDateTime - \brief Specialized axis ticker for calendar dates and times as axis ticks - - \image html axisticker-datetime.png - - This QCPAxisTicker subclass generates ticks that correspond to real calendar dates and times. The - plot axis coordinate is interpreted as Unix Time, so seconds since Epoch (January 1, 1970, 00:00 - UTC). This is also used for example by QDateTime in the toTime_t()/setTime_t() methods - with a precision of one second. Since Qt 4.7, millisecond accuracy can be obtained from QDateTime - by using QDateTime::fromMSecsSinceEpoch()/1000.0. The static methods \ref dateTimeToKey - and \ref keyToDateTime conveniently perform this conversion achieving a precision of one - millisecond on all Qt versions. - - The format of the date/time display in the tick labels is controlled with \ref setDateTimeFormat. - If a different time spec or time zone shall be used for the tick label appearance, see \ref - setDateTimeSpec or \ref setTimeZone, respectively. - - This ticker produces unequal tick spacing in order to provide intuitive date and time-of-day - ticks. For example, if the axis range spans a few years such that there is one tick per year, - ticks will be positioned on 1. January of every year. This is intuitive but, due to leap years, - will result in slightly unequal tick intervals (visually unnoticeable). The same can be seen in - the image above: even though the number of days varies month by month, this ticker generates - ticks on the same day of each month. - - If you would like to change the date/time that is used as a (mathematical) starting date for the - ticks, use the \ref setTickOrigin(const QDateTime &origin) method overload, which takes a - QDateTime. If you pass 15. July, 9:45 to this method, the yearly ticks will end up on 15. July at - 9:45 of every year. - - The ticker can be created and assigned to an axis like this: - \snippet documentation/doc-image-generator/mainwindow.cpp axistickerdatetime-creation - - \note If you rather wish to display relative times in terms of days, hours, minutes, seconds and - milliseconds, and are not interested in the intricacies of real calendar dates with months and - (leap) years, have a look at QCPAxisTickerTime instead. -*/ - -/*! - Constructs the ticker and sets reasonable default values. Axis tickers are commonly created - managed by a QSharedPointer, which then can be passed to QCPAxis::setTicker. -*/ -QCPAxisTickerDateTime::QCPAxisTickerDateTime() : - mDateTimeFormat(QLatin1String("hh:mm:ss\ndd.MM.yy")), - mDateTimeSpec(Qt::LocalTime), - mDateStrategy(dsNone) -{ - setTickCount(4); -} - -/*! - Sets the format in which dates and times are displayed as tick labels. For details about the \a - format string, see the documentation of QDateTime::toString(). - - Typical expressions are - - - - - - - - - - - - - - - - - - - - - - - - -
\c dThe day as a number without a leading zero (1 to 31)
\c ddThe day as a number with a leading zero (01 to 31)
\c dddThe abbreviated localized day name (e.g. 'Mon' to 'Sun'). Uses the system locale to localize the name, i.e. QLocale::system().
\c ddddThe long localized day name (e.g. 'Monday' to 'Sunday'). Uses the system locale to localize the name, i.e. QLocale::system().
\c MThe month as a number without a leading zero (1 to 12)
\c MMThe month as a number with a leading zero (01 to 12)
\c MMMThe abbreviated localized month name (e.g. 'Jan' to 'Dec'). Uses the system locale to localize the name, i.e. QLocale::system().
\c MMMMThe long localized month name (e.g. 'January' to 'December'). Uses the system locale to localize the name, i.e. QLocale::system().
\c yyThe year as a two digit number (00 to 99)
\c yyyyThe year as a four digit number. If the year is negative, a minus sign is prepended, making five characters.
\c hThe hour without a leading zero (0 to 23 or 1 to 12 if AM/PM display)
\c hhThe hour with a leading zero (00 to 23 or 01 to 12 if AM/PM display)
\c HThe hour without a leading zero (0 to 23, even with AM/PM display)
\c HHThe hour with a leading zero (00 to 23, even with AM/PM display)
\c mThe minute without a leading zero (0 to 59)
\c mmThe minute with a leading zero (00 to 59)
\c sThe whole second, without any leading zero (0 to 59)
\c ssThe whole second, with a leading zero where applicable (00 to 59)
\c zThe fractional part of the second, to go after a decimal point, without trailing zeroes (0 to 999). Thus "s.z" reports the seconds to full available (millisecond) precision without trailing zeroes.
\c zzzThe fractional part of the second, to millisecond precision, including trailing zeroes where applicable (000 to 999).
\c AP or \c AUse AM/PM display. A/AP will be replaced by an upper-case version of either QLocale::amText() or QLocale::pmText().
\c ap or \c aUse am/pm display. a/ap will be replaced by a lower-case version of either QLocale::amText() or QLocale::pmText().
\c tThe timezone (for example "CEST")
- - Newlines can be inserted with \c "\n", literal strings (even when containing above expressions) - by encapsulating them using single-quotes. A literal single quote can be generated by using two - consecutive single quotes in the format. - - \see setDateTimeSpec, setTimeZone -*/ -void QCPAxisTickerDateTime::setDateTimeFormat(const QString &format) -{ - mDateTimeFormat = format; -} - -/*! - Sets the time spec that is used for creating the tick labels from corresponding dates/times. - - The default value of QDateTime objects (and also QCPAxisTickerDateTime) is - Qt::LocalTime. However, if the displayed tick labels shall be given in UTC, set \a spec - to Qt::UTC. - - Tick labels corresponding to other time zones can be achieved with \ref setTimeZone (which sets - \a spec to \c Qt::TimeZone internally). Note that if \a spec is afterwards set to not be \c - Qt::TimeZone again, the \ref setTimeZone setting will be ignored accordingly. - - \see setDateTimeFormat, setTimeZone -*/ -void QCPAxisTickerDateTime::setDateTimeSpec(Qt::TimeSpec spec) -{ - mDateTimeSpec = spec; -} - -# if QT_VERSION >= QT_VERSION_CHECK(5, 2, 0) -/*! - Sets the time zone that is used for creating the tick labels from corresponding dates/times. The - time spec (\ref setDateTimeSpec) is set to \c Qt::TimeZone. - - \see setDateTimeFormat, setTimeZone -*/ -void QCPAxisTickerDateTime::setTimeZone(const QTimeZone &zone) -{ - mTimeZone = zone; - mDateTimeSpec = Qt::TimeZone; -} -#endif - -/*! - Sets the tick origin (see \ref QCPAxisTicker::setTickOrigin) in seconds since Epoch (1. Jan 1970, - 00:00 UTC). For the date time ticker it might be more intuitive to use the overload which - directly takes a QDateTime, see \ref setTickOrigin(const QDateTime &origin). - - This is useful to define the month/day/time recurring at greater tick interval steps. For - example, If you pass 15. July, 9:45 to this method and the tick interval happens to be one tick - per year, the ticks will end up on 15. July at 9:45 of every year. -*/ -void QCPAxisTickerDateTime::setTickOrigin(double origin) -{ - QCPAxisTicker::setTickOrigin(origin); -} - -/*! - Sets the tick origin (see \ref QCPAxisTicker::setTickOrigin) as a QDateTime \a origin. - - This is useful to define the month/day/time recurring at greater tick interval steps. For - example, If you pass 15. July, 9:45 to this method and the tick interval happens to be one tick - per year, the ticks will end up on 15. July at 9:45 of every year. -*/ -void QCPAxisTickerDateTime::setTickOrigin(const QDateTime &origin) -{ - setTickOrigin(dateTimeToKey(origin)); -} - -/*! \internal - - Returns a sensible tick step with intervals appropriate for a date-time-display, such as weekly, - monthly, bi-monthly, etc. - - Note that this tick step isn't used exactly when generating the tick vector in \ref - createTickVector, but only as a guiding value requiring some correction for each individual tick - interval. Otherwise this would lead to unintuitive date displays, e.g. jumping between first day - in the month to the last day in the previous month from tick to tick, due to the non-uniform - length of months. The same problem arises with leap years. - - \seebaseclassmethod -*/ -double QCPAxisTickerDateTime::getTickStep(const QCPRange &range) -{ - double result = range.size()/double(mTickCount+1e-10); // mTickCount ticks on average, the small addition is to prevent jitter on exact integers - - mDateStrategy = dsNone; // leaving it at dsNone means tick coordinates will not be tuned in any special way in createTickVector - if (result < 1) // ideal tick step is below 1 second -> use normal clean mantissa algorithm in units of seconds - { - result = cleanMantissa(result); - } else if (result < 86400*30.4375*12) // below a year - { - result = pickClosest(result, QVector() - << 1 << 2.5 << 5 << 10 << 15 << 30 << 60 << 2.5*60 << 5*60 << 10*60 << 15*60 << 30*60 << 60*60 // second, minute, hour range - << 3600*2 << 3600*3 << 3600*6 << 3600*12 << 3600*24 // hour to day range - << 86400*2 << 86400*5 << 86400*7 << 86400*14 << 86400*30.4375 << 86400*30.4375*2 << 86400*30.4375*3 << 86400*30.4375*6 << 86400*30.4375*12); // day, week, month range (avg. days per month includes leap years) - if (result > 86400*30.4375-1) // month tick intervals or larger - mDateStrategy = dsUniformDayInMonth; - else if (result > 3600*24-1) // day tick intervals or larger - mDateStrategy = dsUniformTimeInDay; - } else // more than a year, go back to normal clean mantissa algorithm but in units of years - { - const double secondsPerYear = 86400*30.4375*12; // average including leap years - result = cleanMantissa(result/secondsPerYear)*secondsPerYear; - mDateStrategy = dsUniformDayInMonth; - } - return result; -} - -/*! \internal - - Returns a sensible sub tick count with intervals appropriate for a date-time-display, such as weekly, - monthly, bi-monthly, etc. - - \seebaseclassmethod -*/ -int QCPAxisTickerDateTime::getSubTickCount(double tickStep) -{ - int result = QCPAxisTicker::getSubTickCount(tickStep); - switch (qRound(tickStep)) // hand chosen subticks for specific minute/hour/day/week/month range (as specified in getTickStep) - { - case 5*60: result = 4; break; - case 10*60: result = 1; break; - case 15*60: result = 2; break; - case 30*60: result = 1; break; - case 60*60: result = 3; break; - case 3600*2: result = 3; break; - case 3600*3: result = 2; break; - case 3600*6: result = 1; break; - case 3600*12: result = 3; break; - case 3600*24: result = 3; break; - case 86400*2: result = 1; break; - case 86400*5: result = 4; break; - case 86400*7: result = 6; break; - case 86400*14: result = 1; break; - case int(86400*30.4375+0.5): result = 3; break; - case int(86400*30.4375*2+0.5): result = 1; break; - case int(86400*30.4375*3+0.5): result = 2; break; - case int(86400*30.4375*6+0.5): result = 5; break; - case int(86400*30.4375*12+0.5): result = 3; break; - } - return result; -} - -/*! \internal - - Generates a date/time tick label for tick coordinate \a tick, based on the currently set format - (\ref setDateTimeFormat), time spec (\ref setDateTimeSpec), and possibly time zone (\ref - setTimeZone). - - \seebaseclassmethod -*/ -QString QCPAxisTickerDateTime::getTickLabel(double tick, const QLocale &locale, QChar formatChar, int precision) -{ - Q_UNUSED(precision) - Q_UNUSED(formatChar) -# if QT_VERSION >= QT_VERSION_CHECK(5, 2, 0) - if (mDateTimeSpec == Qt::TimeZone) - return locale.toString(keyToDateTime(tick).toTimeZone(mTimeZone), mDateTimeFormat); - else - return locale.toString(keyToDateTime(tick).toTimeSpec(mDateTimeSpec), mDateTimeFormat); -# else - return locale.toString(keyToDateTime(tick).toTimeSpec(mDateTimeSpec), mDateTimeFormat); -# endif -} - -/*! \internal - - Uses the passed \a tickStep as a guiding value and applies corrections in order to obtain - non-uniform tick intervals but intuitive tick labels, e.g. falling on the same day of each month. - - \seebaseclassmethod -*/ -QVector QCPAxisTickerDateTime::createTickVector(double tickStep, const QCPRange &range) -{ - QVector result = QCPAxisTicker::createTickVector(tickStep, range); - if (!result.isEmpty()) - { - if (mDateStrategy == dsUniformTimeInDay) - { - QDateTime uniformDateTime = keyToDateTime(mTickOrigin); // the time of this datetime will be set for all other ticks, if possible - QDateTime tickDateTime; - for (int i=0; i 15) // with leap years involved, date month may jump backwards or forwards, and needs to be corrected before setting day - tickDateTime = tickDateTime.addMonths(-1); - tickDateTime.setDate(QDate(tickDateTime.date().year(), tickDateTime.date().month(), thisUniformDay)); - result[i] = dateTimeToKey(tickDateTime); - } - } - } - return result; -} - -/*! - A convenience method which turns \a key (in seconds since Epoch 1. Jan 1970, 00:00 UTC) into a - QDateTime object. This can be used to turn axis coordinates to actual QDateTimes. - - The accuracy achieved by this method is one millisecond, irrespective of the used Qt version (it - works around the lack of a QDateTime::fromMSecsSinceEpoch in Qt 4.6) - - \see dateTimeToKey -*/ -QDateTime QCPAxisTickerDateTime::keyToDateTime(double key) -{ -# if QT_VERSION < QT_VERSION_CHECK(4, 7, 0) - return QDateTime::fromTime_t(key).addMSecs((key-(qint64)key)*1000); -# else - return QDateTime::fromMSecsSinceEpoch(qint64(key*1000.0)); -# endif -} - -/*! \overload - - A convenience method which turns a QDateTime object into a double value that corresponds to - seconds since Epoch (1. Jan 1970, 00:00 UTC). This is the format used as axis coordinates by - QCPAxisTickerDateTime. - - The accuracy achieved by this method is one millisecond, irrespective of the used Qt version (it - works around the lack of a QDateTime::toMSecsSinceEpoch in Qt 4.6) - - \see keyToDateTime -*/ -double QCPAxisTickerDateTime::dateTimeToKey(const QDateTime &dateTime) -{ -# if QT_VERSION < QT_VERSION_CHECK(4, 7, 0) - return dateTime.toTime_t()+dateTime.time().msec()/1000.0; -# else - return dateTime.toMSecsSinceEpoch()/1000.0; -# endif -} - -/*! \overload - - A convenience method which turns a QDate object into a double value that corresponds to seconds - since Epoch (1. Jan 1970, 00:00 UTC). This is the format used - as axis coordinates by QCPAxisTickerDateTime. - - The returned value will be the start of the passed day of \a date, interpreted in the given \a - timeSpec. - - \see keyToDateTime -*/ -double QCPAxisTickerDateTime::dateTimeToKey(const QDate &date, Qt::TimeSpec timeSpec) -{ -# if QT_VERSION < QT_VERSION_CHECK(4, 7, 0) - return QDateTime(date, QTime(0, 0), timeSpec).toTime_t(); -# elif QT_VERSION < QT_VERSION_CHECK(5, 14, 0) - return QDateTime(date, QTime(0, 0), timeSpec).toMSecsSinceEpoch()/1000.0; -# else - return date.startOfDay(timeSpec).toMSecsSinceEpoch()/1000.0; -# endif -} -/* end of 'src/axis/axistickerdatetime.cpp' */ - - -/* including file 'src/axis/axistickertime.cpp' */ -/* modified 2022-11-06T12:45:56, size 11745 */ - -//////////////////////////////////////////////////////////////////////////////////////////////////// -//////////////////// QCPAxisTickerTime -//////////////////////////////////////////////////////////////////////////////////////////////////// -/*! \class QCPAxisTickerTime - \brief Specialized axis ticker for time spans in units of milliseconds to days - - \image html axisticker-time.png - - This QCPAxisTicker subclass generates ticks that corresponds to time intervals. - - The format of the time display in the tick labels is controlled with \ref setTimeFormat and \ref - setFieldWidth. The time coordinate is in the unit of seconds with respect to the time coordinate - zero. Unlike with QCPAxisTickerDateTime, the ticks don't correspond to a specific calendar date - and time. - - The time can be displayed in milliseconds, seconds, minutes, hours and days. Depending on the - largest available unit in the format specified with \ref setTimeFormat, any time spans above will - be carried in that largest unit. So for example if the format string is "%m:%s" and a tick at - coordinate value 7815 (being 2 hours, 10 minutes and 15 seconds) is created, the resulting tick - label will show "130:15" (130 minutes, 15 seconds). If the format string is "%h:%m:%s", the hour - unit will be used and the label will thus be "02:10:15". Negative times with respect to the axis - zero will carry a leading minus sign. - - The ticker can be created and assigned to an axis like this: - \snippet documentation/doc-image-generator/mainwindow.cpp axistickertime-creation - - Here is an example of a time axis providing time information in days, hours and minutes. Due to - the axis range spanning a few days and the wanted tick count (\ref setTickCount), the ticker - decided to use tick steps of 12 hours: - - \image html axisticker-time2.png - - The format string for this example is - \snippet documentation/doc-image-generator/mainwindow.cpp axistickertime-creation-2 - - \note If you rather wish to display calendar dates and times, have a look at QCPAxisTickerDateTime - instead. -*/ - -/*! - Constructs the ticker and sets reasonable default values. Axis tickers are commonly created - managed by a QSharedPointer, which then can be passed to QCPAxis::setTicker. -*/ -QCPAxisTickerTime::QCPAxisTickerTime() : - mTimeFormat(QLatin1String("%h:%m:%s")), - mSmallestUnit(tuSeconds), - mBiggestUnit(tuHours) -{ - setTickCount(4); - mFieldWidth[tuMilliseconds] = 3; - mFieldWidth[tuSeconds] = 2; - mFieldWidth[tuMinutes] = 2; - mFieldWidth[tuHours] = 2; - mFieldWidth[tuDays] = 1; - - mFormatPattern[tuMilliseconds] = QLatin1String("%z"); - mFormatPattern[tuSeconds] = QLatin1String("%s"); - mFormatPattern[tuMinutes] = QLatin1String("%m"); - mFormatPattern[tuHours] = QLatin1String("%h"); - mFormatPattern[tuDays] = QLatin1String("%d"); -} - -/*! - Sets the format that will be used to display time in the tick labels. - - The available patterns are: - - %%z for milliseconds - - %%s for seconds - - %%m for minutes - - %%h for hours - - %%d for days - - The field width (zero padding) can be controlled for each unit with \ref setFieldWidth. - - The largest unit that appears in \a format will carry all the remaining time of a certain tick - coordinate, even if it overflows the natural limit of the unit. For example, if %%m is the - largest unit it might become larger than 59 in order to consume larger time values. If on the - other hand %%h is available, the minutes will wrap around to zero after 59 and the time will - carry to the hour digit. -*/ -void QCPAxisTickerTime::setTimeFormat(const QString &format) -{ - mTimeFormat = format; - - // determine smallest and biggest unit in format, to optimize unit replacement and allow biggest - // unit to consume remaining time of a tick value and grow beyond its modulo (e.g. min > 59) - mSmallestUnit = tuMilliseconds; - mBiggestUnit = tuMilliseconds; - bool hasSmallest = false; - for (int i = tuMilliseconds; i <= tuDays; ++i) - { - TimeUnit unit = static_cast(i); - if (mTimeFormat.contains(mFormatPattern.value(unit))) - { - if (!hasSmallest) - { - mSmallestUnit = unit; - hasSmallest = true; - } - mBiggestUnit = unit; - } - } -} - -/*! - Sets the field widh of the specified \a unit to be \a width digits, when displayed in the tick - label. If the number for the specific unit is shorter than \a width, it will be padded with an - according number of zeros to the left in order to reach the field width. - - \see setTimeFormat -*/ -void QCPAxisTickerTime::setFieldWidth(QCPAxisTickerTime::TimeUnit unit, int width) -{ - mFieldWidth[unit] = qMax(width, 1); -} - -/*! \internal - - Returns the tick step appropriate for time displays, depending on the provided \a range and the - smallest available time unit in the current format (\ref setTimeFormat). For example if the unit - of seconds isn't available in the format, this method will not generate steps (like 2.5 minutes) - that require sub-minute precision to be displayed correctly. - - \seebaseclassmethod -*/ -double QCPAxisTickerTime::getTickStep(const QCPRange &range) -{ - double result = range.size()/double(mTickCount+1e-10); // mTickCount ticks on average, the small addition is to prevent jitter on exact integers - - if (result < 1) // ideal tick step is below 1 second -> use normal clean mantissa algorithm in units of seconds - { - if (mSmallestUnit == tuMilliseconds) - result = qMax(cleanMantissa(result), 0.001); // smallest tick step is 1 millisecond - else // have no milliseconds available in format, so stick with 1 second tickstep - result = 1.0; - } else if (result < 3600*24) // below a day - { - // the filling of availableSteps seems a bit contorted but it fills in a sorted fashion and thus saves a post-fill sorting run - QVector availableSteps; - // seconds range: - if (mSmallestUnit <= tuSeconds) - availableSteps << 1; - if (mSmallestUnit == tuMilliseconds) - availableSteps << 2.5; // only allow half second steps if milliseconds are there to display it - else if (mSmallestUnit == tuSeconds) - availableSteps << 2; - if (mSmallestUnit <= tuSeconds) - availableSteps << 5 << 10 << 15 << 30; - // minutes range: - if (mSmallestUnit <= tuMinutes) - availableSteps << 1*60; - if (mSmallestUnit <= tuSeconds) - availableSteps << 2.5*60; // only allow half minute steps if seconds are there to display it - else if (mSmallestUnit == tuMinutes) - availableSteps << 2*60; - if (mSmallestUnit <= tuMinutes) - availableSteps << 5*60 << 10*60 << 15*60 << 30*60; - // hours range: - if (mSmallestUnit <= tuHours) - availableSteps << 1*3600 << 2*3600 << 3*3600 << 6*3600 << 12*3600 << 24*3600; - // pick available step that is most appropriate to approximate ideal step: - result = pickClosest(result, availableSteps); - } else // more than a day, go back to normal clean mantissa algorithm but in units of days - { - const double secondsPerDay = 3600*24; - result = cleanMantissa(result/secondsPerDay)*secondsPerDay; - } - return result; -} - -/*! \internal - - Returns the sub tick count appropriate for the provided \a tickStep and time displays. - - \seebaseclassmethod -*/ -int QCPAxisTickerTime::getSubTickCount(double tickStep) -{ - int result = QCPAxisTicker::getSubTickCount(tickStep); - switch (qRound(tickStep)) // hand chosen subticks for specific minute/hour/day range (as specified in getTickStep) - { - case 5*60: result = 4; break; - case 10*60: result = 1; break; - case 15*60: result = 2; break; - case 30*60: result = 1; break; - case 60*60: result = 3; break; - case 3600*2: result = 3; break; - case 3600*3: result = 2; break; - case 3600*6: result = 1; break; - case 3600*12: result = 3; break; - case 3600*24: result = 3; break; - } - return result; -} - -/*! \internal - - Returns the tick label corresponding to the provided \a tick and the configured format and field - widths (\ref setTimeFormat, \ref setFieldWidth). - - \seebaseclassmethod -*/ -QString QCPAxisTickerTime::getTickLabel(double tick, const QLocale &locale, QChar formatChar, int precision) -{ - Q_UNUSED(precision) - Q_UNUSED(formatChar) - Q_UNUSED(locale) - bool negative = tick < 0; - if (negative) tick *= -1; - double values[tuDays+1]; // contains the msec/sec/min/... value with its respective modulo (e.g. minute 0..59) - double restValues[tuDays+1]; // contains the msec/sec/min/... value as if it's the largest available unit and thus consumes the remaining time - - restValues[tuMilliseconds] = tick*1000; - values[tuMilliseconds] = modf(restValues[tuMilliseconds]/1000, &restValues[tuSeconds])*1000; - values[tuSeconds] = modf(restValues[tuSeconds]/60, &restValues[tuMinutes])*60; - values[tuMinutes] = modf(restValues[tuMinutes]/60, &restValues[tuHours])*60; - values[tuHours] = modf(restValues[tuHours]/24, &restValues[tuDays])*24; - // no need to set values[tuDays] because days are always a rest value (there is no higher unit so it consumes all remaining time) - - QString result = mTimeFormat; - for (int i = mSmallestUnit; i <= mBiggestUnit; ++i) - { - TimeUnit iUnit = static_cast(i); - replaceUnit(result, iUnit, qRound(iUnit == mBiggestUnit ? restValues[iUnit] : values[iUnit])); - } - if (negative) - result.prepend(QLatin1Char('-')); - return result; -} - -/*! \internal - - Replaces all occurrences of the format pattern belonging to \a unit in \a text with the specified - \a value, using the field width as specified with \ref setFieldWidth for the \a unit. -*/ -void QCPAxisTickerTime::replaceUnit(QString &text, QCPAxisTickerTime::TimeUnit unit, int value) const -{ - QString valueStr = QString::number(value); - while (valueStr.size() < mFieldWidth.value(unit)) - valueStr.prepend(QLatin1Char('0')); - - text.replace(mFormatPattern.value(unit), valueStr); -} -/* end of 'src/axis/axistickertime.cpp' */ - - -/* including file 'src/axis/axistickerfixed.cpp' */ -/* modified 2022-11-06T12:45:56, size 5575 */ - -//////////////////////////////////////////////////////////////////////////////////////////////////// -//////////////////// QCPAxisTickerFixed -//////////////////////////////////////////////////////////////////////////////////////////////////// -/*! \class QCPAxisTickerFixed - \brief Specialized axis ticker with a fixed tick step - - \image html axisticker-fixed.png - - This QCPAxisTicker subclass generates ticks with a fixed tick step set with \ref setTickStep. It - is also possible to allow integer multiples and integer powers of the specified tick step with - \ref setScaleStrategy. - - A typical application of this ticker is to make an axis only display integers, by setting the - tick step of the ticker to 1.0 and the scale strategy to \ref ssMultiples. - - Another case is when a certain number has a special meaning and axis ticks should only appear at - multiples of that value. In this case you might also want to consider \ref QCPAxisTickerPi - because despite the name it is not limited to only pi symbols/values. - - The ticker can be created and assigned to an axis like this: - \snippet documentation/doc-image-generator/mainwindow.cpp axistickerfixed-creation -*/ - -/*! - Constructs the ticker and sets reasonable default values. Axis tickers are commonly created - managed by a QSharedPointer, which then can be passed to QCPAxis::setTicker. -*/ -QCPAxisTickerFixed::QCPAxisTickerFixed() : - mTickStep(1.0), - mScaleStrategy(ssNone) -{ -} - -/*! - Sets the fixed tick interval to \a step. - - The axis ticker will only use this tick step when generating axis ticks. This might cause a very - high tick density and overlapping labels if the axis range is zoomed out. Using \ref - setScaleStrategy it is possible to relax the fixed step and also allow multiples or powers of \a - step. This will enable the ticker to reduce the number of ticks to a reasonable amount (see \ref - setTickCount). -*/ -void QCPAxisTickerFixed::setTickStep(double step) -{ - if (step > 0) - mTickStep = step; - else - qDebug() << Q_FUNC_INFO << "tick step must be greater than zero:" << step; -} - -/*! - Sets whether the specified tick step (\ref setTickStep) is absolutely fixed or whether - modifications may be applied to it before calculating the finally used tick step, such as - permitting multiples or powers. See \ref ScaleStrategy for details. - - The default strategy is \ref ssNone, which means the tick step is absolutely fixed. -*/ -void QCPAxisTickerFixed::setScaleStrategy(QCPAxisTickerFixed::ScaleStrategy strategy) -{ - mScaleStrategy = strategy; -} - -/*! \internal - - Determines the actually used tick step from the specified tick step and scale strategy (\ref - setTickStep, \ref setScaleStrategy). - - This method either returns the specified tick step exactly, or, if the scale strategy is not \ref - ssNone, a modification of it to allow varying the number of ticks in the current axis range. - - \seebaseclassmethod -*/ -double QCPAxisTickerFixed::getTickStep(const QCPRange &range) -{ - switch (mScaleStrategy) - { - case ssNone: - { - return mTickStep; - } - case ssMultiples: - { - double exactStep = range.size()/double(mTickCount+1e-10); // mTickCount ticks on average, the small addition is to prevent jitter on exact integers - if (exactStep < mTickStep) - return mTickStep; - else - return qint64(cleanMantissa(exactStep/mTickStep)+0.5)*mTickStep; - } - case ssPowers: - { - double exactStep = range.size()/double(mTickCount+1e-10); // mTickCount ticks on average, the small addition is to prevent jitter on exact integers - return qPow(mTickStep, int(qLn(exactStep)/qLn(mTickStep)+0.5)); - } - } - return mTickStep; -} -/* end of 'src/axis/axistickerfixed.cpp' */ - - -/* including file 'src/axis/axistickertext.cpp' */ -/* modified 2022-11-06T12:45:56, size 8742 */ - -//////////////////////////////////////////////////////////////////////////////////////////////////// -//////////////////// QCPAxisTickerText -//////////////////////////////////////////////////////////////////////////////////////////////////// -/*! \class QCPAxisTickerText - \brief Specialized axis ticker which allows arbitrary labels at specified coordinates - - \image html axisticker-text.png - - This QCPAxisTicker subclass generates ticks which can be directly specified by the user as - coordinates and associated strings. They can be passed as a whole with \ref setTicks or one at a - time with \ref addTick. Alternatively you can directly access the internal storage via \ref ticks - and modify the tick/label data there. - - This is useful for cases where the axis represents categories rather than numerical values. - - If you are updating the ticks of this ticker regularly and in a dynamic fasion (e.g. dependent on - the axis range), it is a sign that you should probably create an own ticker by subclassing - QCPAxisTicker, instead of using this one. - - The ticker can be created and assigned to an axis like this: - \snippet documentation/doc-image-generator/mainwindow.cpp axistickertext-creation -*/ - -/* start of documentation of inline functions */ - -/*! \fn QMap &QCPAxisTickerText::ticks() - - Returns a non-const reference to the internal map which stores the tick coordinates and their - labels. - - You can access the map directly in order to add, remove or manipulate ticks, as an alternative to - using the methods provided by QCPAxisTickerText, such as \ref setTicks and \ref addTick. -*/ - -/* end of documentation of inline functions */ - -/*! - Constructs the ticker and sets reasonable default values. Axis tickers are commonly created - managed by a QSharedPointer, which then can be passed to QCPAxis::setTicker. -*/ -QCPAxisTickerText::QCPAxisTickerText() : - mSubTickCount(0) -{ -} - -/*! \overload - - Sets the ticks that shall appear on the axis. The map key of \a ticks corresponds to the axis - coordinate, and the map value is the string that will appear as tick label. - - An alternative to manipulate ticks is to directly access the internal storage with the \ref ticks - getter. - - \see addTicks, addTick, clear -*/ -void QCPAxisTickerText::setTicks(const QMap &ticks) -{ - mTicks = ticks; -} - -/*! \overload - - Sets the ticks that shall appear on the axis. The entries of \a positions correspond to the axis - coordinates, and the entries of \a labels are the respective strings that will appear as tick - labels. - - \see addTicks, addTick, clear -*/ -void QCPAxisTickerText::setTicks(const QVector &positions, const QVector &labels) -{ - clear(); - addTicks(positions, labels); -} - -/*! - Sets the number of sub ticks that shall appear between ticks. For QCPAxisTickerText, there is no - automatic sub tick count calculation. So if sub ticks are needed, they must be configured with this - method. -*/ -void QCPAxisTickerText::setSubTickCount(int subTicks) -{ - if (subTicks >= 0) - mSubTickCount = subTicks; - else - qDebug() << Q_FUNC_INFO << "sub tick count can't be negative:" << subTicks; -} - -/*! - Clears all ticks. - - An alternative to manipulate ticks is to directly access the internal storage with the \ref ticks - getter. - - \see setTicks, addTicks, addTick -*/ -void QCPAxisTickerText::clear() -{ - mTicks.clear(); -} - -/*! - Adds a single tick to the axis at the given axis coordinate \a position, with the provided tick \a - label. - - \see addTicks, setTicks, clear -*/ -void QCPAxisTickerText::addTick(double position, const QString &label) -{ - mTicks.insert(position, label); -} - -/*! \overload - - Adds the provided \a ticks to the ones already existing. The map key of \a ticks corresponds to - the axis coordinate, and the map value is the string that will appear as tick label. - - An alternative to manipulate ticks is to directly access the internal storage with the \ref ticks - getter. - - \see addTick, setTicks, clear -*/ -void QCPAxisTickerText::addTicks(const QMap &ticks) -{ -#if QT_VERSION < QT_VERSION_CHECK(5, 15, 0) - mTicks.unite(ticks); -#else - mTicks.insert(ticks); -#endif -} - -/*! \overload - - Adds the provided ticks to the ones already existing. The entries of \a positions correspond to - the axis coordinates, and the entries of \a labels are the respective strings that will appear as - tick labels. - - An alternative to manipulate ticks is to directly access the internal storage with the \ref ticks - getter. - - \see addTick, setTicks, clear -*/ -void QCPAxisTickerText::addTicks(const QVector &positions, const QVector &labels) -{ - if (positions.size() != labels.size()) - qDebug() << Q_FUNC_INFO << "passed unequal length vectors for positions and labels:" << positions.size() << labels.size(); - int n = qMin(positions.size(), labels.size()); - for (int i=0; i QCPAxisTickerText::createTickVector(double tickStep, const QCPRange &range) -{ - Q_UNUSED(tickStep) - QVector result; - if (mTicks.isEmpty()) - return result; - - QMap::const_iterator start = mTicks.lowerBound(range.lower); - QMap::const_iterator end = mTicks.upperBound(range.upper); - // this method should try to give one tick outside of range so proper subticks can be generated: - if (start != mTicks.constBegin()) --start; - if (end != mTicks.constEnd()) ++end; - for (QMap::const_iterator it = start; it != end; ++it) - result.append(it.key()); - - return result; -} -/* end of 'src/axis/axistickertext.cpp' */ - - -/* including file 'src/axis/axistickerpi.cpp' */ -/* modified 2022-11-06T12:45:56, size 11177 */ - -//////////////////////////////////////////////////////////////////////////////////////////////////// -//////////////////// QCPAxisTickerPi -//////////////////////////////////////////////////////////////////////////////////////////////////// -/*! \class QCPAxisTickerPi - \brief Specialized axis ticker to display ticks in units of an arbitrary constant, for example pi - - \image html axisticker-pi.png - - This QCPAxisTicker subclass generates ticks that are expressed with respect to a given symbolic - constant with a numerical value specified with \ref setPiValue and an appearance in the tick - labels specified with \ref setPiSymbol. - - Ticks may be generated at fractions of the symbolic constant. How these fractions appear in the - tick label can be configured with \ref setFractionStyle. - - The ticker can be created and assigned to an axis like this: - \snippet documentation/doc-image-generator/mainwindow.cpp axistickerpi-creation -*/ - -/*! - Constructs the ticker and sets reasonable default values. Axis tickers are commonly created - managed by a QSharedPointer, which then can be passed to QCPAxis::setTicker. -*/ -QCPAxisTickerPi::QCPAxisTickerPi() : - mPiSymbol(QLatin1String(" ")+QChar(0x03C0)), - mPiValue(M_PI), - mPeriodicity(0), - mFractionStyle(fsUnicodeFractions), - mPiTickStep(0) -{ - setTickCount(4); -} - -/*! - Sets how the symbol part (which is always a suffix to the number) shall appear in the axis tick - label. - - If a space shall appear between the number and the symbol, make sure the space is contained in \a - symbol. -*/ -void QCPAxisTickerPi::setPiSymbol(QString symbol) -{ - mPiSymbol = symbol; -} - -/*! - Sets the numerical value that the symbolic constant has. - - This will be used to place the appropriate fractions of the symbol at the respective axis - coordinates. -*/ -void QCPAxisTickerPi::setPiValue(double pi) -{ - mPiValue = pi; -} - -/*! - Sets whether the axis labels shall appear periodicly and if so, at which multiplicity of the - symbolic constant. - - To disable periodicity, set \a multiplesOfPi to zero. - - For example, an axis that identifies 0 with 2pi would set \a multiplesOfPi to two. -*/ -void QCPAxisTickerPi::setPeriodicity(int multiplesOfPi) -{ - mPeriodicity = qAbs(multiplesOfPi); -} - -/*! - Sets how the numerical/fractional part preceding the symbolic constant is displayed in tick - labels. See \ref FractionStyle for the various options. -*/ -void QCPAxisTickerPi::setFractionStyle(QCPAxisTickerPi::FractionStyle style) -{ - mFractionStyle = style; -} - -/*! \internal - - Returns the tick step, using the constant's value (\ref setPiValue) as base unit. In consequence - the numerical/fractional part preceding the symbolic constant is made to have a readable - mantissa. - - \seebaseclassmethod -*/ -double QCPAxisTickerPi::getTickStep(const QCPRange &range) -{ - mPiTickStep = range.size()/mPiValue/double(mTickCount+1e-10); // mTickCount ticks on average, the small addition is to prevent jitter on exact integers - mPiTickStep = cleanMantissa(mPiTickStep); - return mPiTickStep*mPiValue; -} - -/*! \internal - - Returns the sub tick count, using the constant's value (\ref setPiValue) as base unit. In - consequence the sub ticks divide the numerical/fractional part preceding the symbolic constant - reasonably, and not the total tick coordinate. - - \seebaseclassmethod -*/ -int QCPAxisTickerPi::getSubTickCount(double tickStep) -{ - return QCPAxisTicker::getSubTickCount(tickStep/mPiValue); -} - -/*! \internal - - Returns the tick label as a fractional/numerical part and a symbolic string as suffix. The - formatting of the fraction is done according to the specified \ref setFractionStyle. The appended - symbol is specified with \ref setPiSymbol. - - \seebaseclassmethod -*/ -QString QCPAxisTickerPi::getTickLabel(double tick, const QLocale &locale, QChar formatChar, int precision) -{ - double tickInPis = tick/mPiValue; - if (mPeriodicity > 0) - tickInPis = fmod(tickInPis, mPeriodicity); - - if (mFractionStyle != fsFloatingPoint && mPiTickStep > 0.09 && mPiTickStep < 50) - { - // simply construct fraction from decimal like 1.234 -> 1234/1000 and then simplify fraction, smaller digits are irrelevant due to mPiTickStep conditional above - int denominator = 1000; - int numerator = qRound(tickInPis*denominator); - simplifyFraction(numerator, denominator); - if (qAbs(numerator) == 1 && denominator == 1) - return (numerator < 0 ? QLatin1String("-") : QLatin1String("")) + mPiSymbol.trimmed(); - else if (numerator == 0) - return QLatin1String("0"); - else - return fractionToString(numerator, denominator) + mPiSymbol; - } else - { - if (qFuzzyIsNull(tickInPis)) - return QLatin1String("0"); - else if (qFuzzyCompare(qAbs(tickInPis), 1.0)) - return (tickInPis < 0 ? QLatin1String("-") : QLatin1String("")) + mPiSymbol.trimmed(); - else - return QCPAxisTicker::getTickLabel(tickInPis, locale, formatChar, precision) + mPiSymbol; - } -} - -/*! \internal - - Takes the fraction given by \a numerator and \a denominator and modifies the values to make sure - the fraction is in irreducible form, i.e. numerator and denominator don't share any common - factors which could be cancelled. -*/ -void QCPAxisTickerPi::simplifyFraction(int &numerator, int &denominator) const -{ - if (numerator == 0 || denominator == 0) - return; - - int num = numerator; - int denom = denominator; - while (denom != 0) // euclidean gcd algorithm - { - int oldDenom = denom; - denom = num % denom; - num = oldDenom; - } - // num is now gcd of numerator and denominator - numerator /= num; - denominator /= num; -} - -/*! \internal - - Takes the fraction given by \a numerator and \a denominator and returns a string representation. - The result depends on the configured fraction style (\ref setFractionStyle). - - This method is used to format the numerical/fractional part when generating tick labels. It - simplifies the passed fraction to an irreducible form using \ref simplifyFraction and factors out - any integer parts of the fraction (e.g. "10/4" becomes "2 1/2"). -*/ -QString QCPAxisTickerPi::fractionToString(int numerator, int denominator) const -{ - if (denominator == 0) - { - qDebug() << Q_FUNC_INFO << "called with zero denominator"; - return QString(); - } - if (mFractionStyle == fsFloatingPoint) // should never be the case when calling this function - { - qDebug() << Q_FUNC_INFO << "shouldn't be called with fraction style fsDecimal"; - return QString::number(numerator/double(denominator)); // failsafe - } - int sign = numerator*denominator < 0 ? -1 : 1; - numerator = qAbs(numerator); - denominator = qAbs(denominator); - - if (denominator == 1) - { - return QString::number(sign*numerator); - } else - { - int integerPart = numerator/denominator; - int remainder = numerator%denominator; - if (remainder == 0) - { - return QString::number(sign*integerPart); - } else - { - if (mFractionStyle == fsAsciiFractions) - { - return QString(QLatin1String("%1%2%3/%4")) - .arg(sign == -1 ? QLatin1String("-") : QLatin1String("")) - .arg(integerPart > 0 ? QString::number(integerPart)+QLatin1String(" ") : QString(QLatin1String(""))) - .arg(remainder) - .arg(denominator); - } else if (mFractionStyle == fsUnicodeFractions) - { - return QString(QLatin1String("%1%2%3")) - .arg(sign == -1 ? QLatin1String("-") : QLatin1String("")) - .arg(integerPart > 0 ? QString::number(integerPart) : QLatin1String("")) - .arg(unicodeFraction(remainder, denominator)); - } - } - } - return QString(); -} - -/*! \internal - - Returns the unicode string representation of the fraction given by \a numerator and \a - denominator. This is the representation used in \ref fractionToString when the fraction style - (\ref setFractionStyle) is \ref fsUnicodeFractions. - - This method doesn't use the single-character common fractions but builds each fraction from a - superscript unicode number, the unicode fraction character, and a subscript unicode number. -*/ -QString QCPAxisTickerPi::unicodeFraction(int numerator, int denominator) const -{ - return unicodeSuperscript(numerator)+QChar(0x2044)+unicodeSubscript(denominator); -} - -/*! \internal - - Returns the unicode string representing \a number as superscript. This is used to build - unicode fractions in \ref unicodeFraction. -*/ -QString QCPAxisTickerPi::unicodeSuperscript(int number) const -{ - if (number == 0) - return QString(QChar(0x2070)); - - QString result; - while (number > 0) - { - const int digit = number%10; - switch (digit) - { - case 1: { result.prepend(QChar(0x00B9)); break; } - case 2: { result.prepend(QChar(0x00B2)); break; } - case 3: { result.prepend(QChar(0x00B3)); break; } - default: { result.prepend(QChar(0x2070+digit)); break; } - } - number /= 10; - } - return result; -} - -/*! \internal - - Returns the unicode string representing \a number as subscript. This is used to build unicode - fractions in \ref unicodeFraction. -*/ -QString QCPAxisTickerPi::unicodeSubscript(int number) const -{ - if (number == 0) - return QString(QChar(0x2080)); - - QString result; - while (number > 0) - { - result.prepend(QChar(0x2080+number%10)); - number /= 10; - } - return result; -} -/* end of 'src/axis/axistickerpi.cpp' */ - - -/* including file 'src/axis/axistickerlog.cpp' */ -/* modified 2022-11-06T12:45:56, size 7890 */ - -//////////////////////////////////////////////////////////////////////////////////////////////////// -//////////////////// QCPAxisTickerLog -//////////////////////////////////////////////////////////////////////////////////////////////////// -/*! \class QCPAxisTickerLog - \brief Specialized axis ticker suited for logarithmic axes - - \image html axisticker-log.png - - This QCPAxisTicker subclass generates ticks with unequal tick intervals suited for logarithmic - axis scales. The ticks are placed at powers of the specified log base (\ref setLogBase). - - Especially in the case of a log base equal to 10 (the default), it might be desirable to have - tick labels in the form of powers of ten without mantissa display. To achieve this, set the - number precision (\ref QCPAxis::setNumberPrecision) to zero and the number format (\ref - QCPAxis::setNumberFormat) to scientific (exponential) display with beautifully typeset decimal - powers, so a format string of "eb". This will result in the following axis tick labels: - - \image html axisticker-log-powers.png - - The ticker can be created and assigned to an axis like this: - \snippet documentation/doc-image-generator/mainwindow.cpp axistickerlog-creation - - Note that the nature of logarithmic ticks imply that there exists a smallest possible tick step, - corresponding to one multiplication by the log base. If the user zooms in further than that, no - new ticks would appear, leading to very sparse or even no axis ticks on the axis. To prevent this - situation, this ticker falls back to regular tick generation if the axis range would be covered - by too few logarithmically placed ticks. -*/ - -/*! - Constructs the ticker and sets reasonable default values. Axis tickers are commonly created - managed by a QSharedPointer, which then can be passed to QCPAxis::setTicker. -*/ -QCPAxisTickerLog::QCPAxisTickerLog() : - mLogBase(10.0), - mSubTickCount(8), // generates 10 intervals - mLogBaseLnInv(1.0/qLn(mLogBase)) -{ -} - -/*! - Sets the logarithm base used for tick coordinate generation. The ticks will be placed at integer - powers of \a base. -*/ -void QCPAxisTickerLog::setLogBase(double base) -{ - if (base > 0) - { - mLogBase = base; - mLogBaseLnInv = 1.0/qLn(mLogBase); - } else - qDebug() << Q_FUNC_INFO << "log base has to be greater than zero:" << base; -} - -/*! - Sets the number of sub ticks in a tick interval. Within each interval, the sub ticks are spaced - linearly to provide a better visual guide, so the sub tick density increases toward the higher - tick. - - Note that \a subTicks is the number of sub ticks (not sub intervals) in one tick interval. So in - the case of logarithm base 10 an intuitive sub tick spacing would be achieved with eight sub - ticks (the default). This means e.g. between the ticks 10 and 100 there will be eight ticks, - namely at 20, 30, 40, 50, 60, 70, 80 and 90. -*/ -void QCPAxisTickerLog::setSubTickCount(int subTicks) -{ - if (subTicks >= 0) - mSubTickCount = subTicks; - else - qDebug() << Q_FUNC_INFO << "sub tick count can't be negative:" << subTicks; -} - -/*! \internal - - Returns the sub tick count specified in \ref setSubTickCount. For QCPAxisTickerLog, there is no - automatic sub tick count calculation necessary. - - \seebaseclassmethod -*/ -int QCPAxisTickerLog::getSubTickCount(double tickStep) -{ - Q_UNUSED(tickStep) - return mSubTickCount; -} - -/*! \internal - - Creates ticks with a spacing given by the logarithm base and an increasing integer power in the - provided \a range. The step in which the power increases tick by tick is chosen in order to keep - the total number of ticks as close as possible to the tick count (\ref setTickCount). - - The parameter \a tickStep is ignored for the normal logarithmic ticker generation. Only when - zoomed in very far such that not enough logarithmically placed ticks would be visible, this - function falls back to the regular QCPAxisTicker::createTickVector, which then uses \a tickStep. - - \seebaseclassmethod -*/ -QVector QCPAxisTickerLog::createTickVector(double tickStep, const QCPRange &range) -{ - QVector result; - if (range.lower > 0 && range.upper > 0) // positive range - { - const double baseTickCount = qLn(range.upper/range.lower)*mLogBaseLnInv; - if (baseTickCount < 1.6) // if too few log ticks would be visible in axis range, fall back to regular tick vector generation - return QCPAxisTicker::createTickVector(tickStep, range); - const double exactPowerStep = baseTickCount/double(mTickCount+1e-10); - const double newLogBase = qPow(mLogBase, qMax(int(cleanMantissa(exactPowerStep)), 1)); - double currentTick = qPow(newLogBase, qFloor(qLn(range.lower)/qLn(newLogBase))); - result.append(currentTick); - while (currentTick < range.upper && currentTick > 0) // currentMag might be zero for ranges ~1e-300, just cancel in that case - { - currentTick *= newLogBase; - result.append(currentTick); - } - } else if (range.lower < 0 && range.upper < 0) // negative range - { - const double baseTickCount = qLn(range.lower/range.upper)*mLogBaseLnInv; - if (baseTickCount < 1.6) // if too few log ticks would be visible in axis range, fall back to regular tick vector generation - return QCPAxisTicker::createTickVector(tickStep, range); - const double exactPowerStep = baseTickCount/double(mTickCount+1e-10); - const double newLogBase = qPow(mLogBase, qMax(int(cleanMantissa(exactPowerStep)), 1)); - double currentTick = -qPow(newLogBase, qCeil(qLn(-range.lower)/qLn(newLogBase))); - result.append(currentTick); - while (currentTick < range.upper && currentTick < 0) // currentMag might be zero for ranges ~1e-300, just cancel in that case - { - currentTick /= newLogBase; - result.append(currentTick); - } - } else // invalid range for logarithmic scale, because lower and upper have different sign - { - qDebug() << Q_FUNC_INFO << "Invalid range for logarithmic plot: " << range.lower << ".." << range.upper; - } - - return result; -} -/* end of 'src/axis/axistickerlog.cpp' */ - - -/* including file 'src/axis/axis.cpp' */ -/* modified 2022-11-06T12:45:56, size 99911 */ - - -//////////////////////////////////////////////////////////////////////////////////////////////////// -//////////////////// 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), - mSubGridVisible{}, - mAntialiasedSubGrid{}, - mAntialiasedZeroLine{}, - 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 (mParentAxis->subTicks() && 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; } - - const int tickCount = mParentAxis->mTickVector.size(); - 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=0; imTickVector.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=0; icoordToPixel(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=0; imTickVector.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=0; icoordToPixel(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) - { - foreach (double tickCoord, mParentAxis->mSubTickVector) - { - t = mParentAxis->coordToPixel(tickCoord); // x - painter->drawLine(QLineF(t, mParentAxis->mAxisRect->bottom(), t, mParentAxis->mAxisRect->top())); - } - } else - { - foreach (double tickCoord, mParentAxis->mSubTickVector) - { - t = mParentAxis->coordToPixel(tickCoord); // 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.
- - Each axis holds an instance of QCPAxisTicker which is used to generate the tick coordinates and - tick labels. You can access the currently installed \ref ticker or set a new one (possibly one of - the specialized subclasses, or your own subclass) via \ref setTicker. For details, see the - documentation of QCPAxisTicker. -*/ - -/* 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), pixelOrientation -*/ - -/*! \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(), pixelOrientation -*/ - -/*! \fn int QCPAxis::pixelOrientation() const - - Returns which direction points towards higher coordinate values/keys, in pixel space. - - This method returns either 1 or -1. If it returns 1, then going in the positive direction along - the orientation of the axis in pixels corresponds to going from lower to higher axis coordinates. - On the other hand, if this method returns -1, going to smaller pixel values corresponds to going - from lower to higher axis coordinates. - - For example, this is useful to easily shift axis coordinates by a certain amount given in pixels, - without having to care about reversed or vertically aligned axes: - - \code - double newKey = keyAxis->pixelToCoord(keyAxis->coordToPixel(oldKey)+10*keyAxis->pixelOrientation()); - \endcode - - \a newKey will then contain a key that is ten pixels towards higher keys, starting from \a oldKey. -*/ - -/*! \fn QSharedPointer QCPAxis::ticker() const - - Returns a modifiable shared pointer to the currently installed axis ticker. The axis ticker is - responsible for generating the tick positions and tick labels of this axis. You can access the - \ref QCPAxisTicker with this method and modify basic properties such as the approximate tick count - (\ref QCPAxisTicker::setTickCount). - - You can gain more control over the axis ticks by setting a different \ref QCPAxisTicker subclass, see - the documentation there. A new axis ticker can be set with \ref setTicker. - - Since the ticker is stored in the axis as a shared pointer, multiple axes may share the same axis - ticker simply by passing the same shared pointer to multiple axes. - - \see setTicker -*/ - -/* end of documentation of inline functions */ -/* start of documentation of signals */ - -/*! \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 (see \ref QCPRange::bounded). For example, the following - slot would limit the x axis to ranges between 0 and 10: - \code - customPlot->xAxis->setRange(newRange.bounded(0, 10)) - \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), - mTickLabelFont(mParentPlot->font()), - mSelectedTickLabelFont(QFont(mTickLabelFont.family(), mTickLabelFont.pointSize(), QFont::Bold)), - mTickLabelColor(Qt::black), - mSelectedTickLabelColor(Qt::blue), - mNumberPrecision(6), - mNumberFormatChar('g'), - mNumberBeautifulPowers(true), - // ticks and subticks: - mTicks(true), - mSubTicks(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), - // internal members: - mGrid(new QCPGrid(this)), - mAxisPainter(new QCPAxisPainterPrivate(parent->parentPlot())), - mTicker(new QCPAxisTicker), - mCachedMarginValid(false), - mCachedMargin(0), - mDragging(false) -{ - setParent(parent); - 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. - - Note that this method controls the coordinate transformation. For logarithmic scales, you will - likely also want to use a logarithmic tick spacing and labeling, which can be achieved by setting - the axis ticker to an instance of \ref QCPAxisTickerLog : - - \snippet documentation/doc-code-snippets/mainwindow.cpp qcpaxisticker-log-creation - - See the documentation of \ref QCPAxisTickerLog about the details of logarithmic axis tick - creation. - - \ref setNumberPrecision -*/ -void QCPAxis::setScaleType(QCPAxis::ScaleType type) -{ - if (mScaleType != type) - { - mScaleType = type; - if (mScaleType == stLogarithmic) - setRange(mRange.sanitizedForLogScale()); - mCachedMarginValid = false; - emit scaleTypeChanged(mScaleType); - } -} - -/*! - 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(); - } - 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(); - } - 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(); - } - 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(); - } - 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) -{ - mRangeReversed = reversed; -} - -/*! - The axis ticker is responsible for generating the tick positions and tick labels. See the - documentation of QCPAxisTicker for details on how to work with axis tickers. - - You can change the tick positioning/labeling behaviour of this axis by setting a different - QCPAxisTicker subclass using this method. If you only wish to modify the currently installed axis - ticker, access it via \ref ticker. - - Since the ticker is stored in the axis as a shared pointer, multiple axes may share the same axis - ticker simply by passing the same shared pointer to multiple axes. - - \see ticker -*/ -void QCPAxis::setTicker(QSharedPointer ticker) -{ - if (ticker) - mTicker = ticker; - else - qDebug() << Q_FUNC_INFO << "can not set nullptr as axis ticker"; - // no need to invalidate margin cache here because produced tick labels are checked for changes in setupTickVector -} - -/*! - 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. - - \see setSubTicks -*/ -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; - if (!mTickLabels) - mTickVectorLabels.clear(); - } -} - -/*! - 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 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) -{ - mTickLabelColor = color; -} - -/*! - 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 number format for the numbers in tick labels. 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. For the 'e', 'E', and 'f' formats, - the precision set by \ref setNumberPrecision represents the number of digits after the decimal - point. For the 'g' and 'G' formats, the precision represents the maximum number of significant - digits, trailing zeroes are omitted. - - 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. - - 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 -*/ -void QCPAxis::setNumberPrecision(int precision) -{ - if (mNumberPrecision != precision) - { - mNumberPrecision = precision; - 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 whether sub tick marks are displayed. - - Sub ticks are only potentially visible if (major) ticks are also visible (see \ref setTicks) - - \see setTicks -*/ -void QCPAxis::setSubTicks(bool show) -{ - if (mSubTicks != show) - { - mSubTicks = show; - mCachedMarginValid = false; - } -} - -/*! - 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; - } - emit rangeChanged(mRange); - emit rangeChanged(mRange, oldRange); -} - -/*! - Scales the range of this axis by \a factor around the center of the current axis range. For - example, if \a factor is 2.0, then the axis range will double its size, and the point at the axis - range center won't have changed its position in the QCustomPlot widget (i.e. coordinates around - the center will have moved symmetrically closer). - - If you wish to scale around a different coordinate than the current axis range center, use the - overload \ref scaleRange(double factor, double center). -*/ -void QCPAxis::scaleRange(double factor) -{ - scaleRange(factor, range().center()); -} - -/*! \overload - - 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). - - \see scaleRange(double factor) -*/ -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; - } - 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) -{ - QCPRange newRange; - bool haveRange = false; - foreach (QCPAbstractPlottable *plottable, plottables()) - { - if (!plottable->realVisibility() && onlyVisiblePlottables) - continue; - QCPRange plottableRange; - bool currentFoundRange; - QCP::SignDomain signDomain = QCP::sdBoth; - if (mScaleType == stLogarithmic) - signDomain = (mRange.upper < 0 ? QCP::sdNegative : QCP::sdPositive); - if (plottable->keyAxis() == this) - plottableRange = plottable->getKeyRange(currentFoundRange, signDomain); - else - plottableRange = plottable->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.0 && mRange.upper < 0.0) // invalid value for logarithmic scale, just draw it outside visible range - return !mRangeReversed ? mAxisRect->right()+200 : mAxisRect->left()-200; - else if (value <= 0.0 && mRange.upper >= 0.0) // invalid value for logarithmic scale, just draw it outside visible range - return !mRangeReversed ? mAxisRect->left()-200 : mAxisRect->right()+200; - else - { - if (!mRangeReversed) - return qLn(value/mRange.lower)/qLn(mRange.upper/mRange.lower)*mAxisRect->width()+mAxisRect->left(); - else - return qLn(mRange.upper/value)/qLn(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.0 && mRange.upper < 0.0) // invalid value for logarithmic scale, just draw it outside visible range - return !mRangeReversed ? mAxisRect->top()-200 : mAxisRect->bottom()+200; - else if (value <= 0.0 && mRange.upper >= 0.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()-qLn(value/mRange.lower)/qLn(mRange.upper/mRange.lower)*mAxisRect->height(); - else - return mAxisRect->bottom()-qLn(mRange.upper/value)/qLn(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; - - foreach (QCPAbstractPlottable *plottable, mParentPlot->mPlottables) - { - if (plottable->keyAxis() == this || plottable->valueAxis() == this) - result.append(plottable); - } - 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; - - foreach (QCPGraph *graph, mParentPlot->mGraphs) - { - if (graph->keyAxis() == this || graph->valueAxis() == this) - result.append(graph); - } - 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; - - foreach (QCPAbstractItem *item, mParentPlot->mItems) - { - foreach (QCPItemPosition *position, item->positions()) - { - if (position->keyAxis() == this || position->valueAxis() == this) - { - result.append(item); - 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:" << static_cast(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; - case atRight: return atLeft; - case atBottom: return atTop; - case atTop: return atBottom; - } - qDebug() << Q_FUNC_INFO << "invalid axis type"; - return atLeft; -} - -/* 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 - - This mouse event reimplementation provides the functionality to let the user drag individual axes - exclusively, by startig the drag on top of the axis. - - For the axis to accept this event and perform the single axis drag, the parent \ref QCPAxisRect - must be configured accordingly, i.e. it must allow range dragging in the orientation of this axis - (\ref QCPAxisRect::setRangeDrag) and this axis must be a draggable axis (\ref - QCPAxisRect::setRangeDragAxes) - - \seebaseclassmethod - - \note The dragging of possibly multiple axes at once by starting the drag anywhere in the axis - rect is handled by the axis rect's mouse event, e.g. \ref QCPAxisRect::mousePressEvent. -*/ -void QCPAxis::mousePressEvent(QMouseEvent *event, const QVariant &details) -{ - Q_UNUSED(details) - if (!mParentPlot->interactions().testFlag(QCP::iRangeDrag) || - !mAxisRect->rangeDrag().testFlag(orientation()) || - !mAxisRect->rangeDragAxes(orientation()).contains(this)) - { - event->ignore(); - return; - } - - 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)) - mDragStartRange = mRange; - } -} - -/*! \internal - - This mouse event reimplementation provides the functionality to let the user drag individual axes - exclusively, by startig the drag on top of the axis. - - \seebaseclassmethod - - \note The dragging of possibly multiple axes at once by starting the drag anywhere in the axis - rect is handled by the axis rect's mouse event, e.g. \ref QCPAxisRect::mousePressEvent. - - \see QCPAxis::mousePressEvent -*/ -void QCPAxis::mouseMoveEvent(QMouseEvent *event, const QPointF &startPos) -{ - if (mDragging) - { - const double startPixel = orientation() == Qt::Horizontal ? startPos.x() : startPos.y(); - const double currentPixel = orientation() == Qt::Horizontal ? event->pos().x() : event->pos().y(); - if (mScaleType == QCPAxis::stLinear) - { - const double diff = pixelToCoord(startPixel) - pixelToCoord(currentPixel); - setRange(mDragStartRange.lower+diff, mDragStartRange.upper+diff); - } else if (mScaleType == QCPAxis::stLogarithmic) - { - const double diff = pixelToCoord(startPixel) / pixelToCoord(currentPixel); - setRange(mDragStartRange.lower*diff, mDragStartRange.upper*diff); - } - - if (mParentPlot->noAntialiasingOnDrag()) - mParentPlot->setNotAntialiasedElements(QCP::aeAll); - mParentPlot->replot(QCustomPlot::rpQueuedReplot); - } -} - -/*! \internal - - This mouse event reimplementation provides the functionality to let the user drag individual axes - exclusively, by startig the drag on top of the axis. - - \seebaseclassmethod - - \note The dragging of possibly multiple axes at once by starting the drag anywhere in the axis - rect is handled by the axis rect's mouse event, e.g. \ref QCPAxisRect::mousePressEvent. - - \see QCPAxis::mousePressEvent -*/ -void QCPAxis::mouseReleaseEvent(QMouseEvent *event, const QPointF &startPos) -{ - Q_UNUSED(event) - Q_UNUSED(startPos) - mDragging = false; - if (mParentPlot->noAntialiasingOnDrag()) - { - mParentPlot->setAntialiasedElements(mAADragBackup); - mParentPlot->setNotAntialiasedElements(mNotAADragBackup); - } -} - -/*! \internal - - This mouse event reimplementation provides the functionality to let the user zoom individual axes - exclusively, by performing the wheel event on top of the axis. - - For the axis to accept this event and perform the single axis zoom, the parent \ref QCPAxisRect - must be configured accordingly, i.e. it must allow range zooming in the orientation of this axis - (\ref QCPAxisRect::setRangeZoom) and this axis must be a zoomable axis (\ref - QCPAxisRect::setRangeZoomAxes) - - \seebaseclassmethod - - \note The zooming of possibly multiple axes at once by performing the wheel event anywhere in the - axis rect is handled by the axis rect's mouse event, e.g. \ref QCPAxisRect::wheelEvent. -*/ -void QCPAxis::wheelEvent(QWheelEvent *event) -{ - // Mouse range zooming interaction: - if (!mParentPlot->interactions().testFlag(QCP::iRangeZoom) || - !mAxisRect->rangeZoom().testFlag(orientation()) || - !mAxisRect->rangeZoomAxes(orientation()).contains(this)) - { - event->ignore(); - return; - } - -#if QT_VERSION < QT_VERSION_CHECK(5, 0, 0) - const double delta = event->delta(); -#else - const double delta = event->angleDelta().y(); -#endif - -#if QT_VERSION < QT_VERSION_CHECK(5, 14, 0) - const QPointF pos = event->pos(); -#else - const QPointF pos = event->position(); -#endif - - const double wheelSteps = delta/120.0; // a single step delta is +/-120 usually - const double factor = qPow(mAxisRect->rangeZoomFactor(orientation()), wheelSteps); - scaleRange(factor, pixelToCoord(orientation() == Qt::Horizontal ? pos.x() : pos.y())); - mParentPlot->replot(); -} - -/*! \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. - - \seebaseclassmethod - - \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. - - \seebaseclassmethod -*/ -void QCPAxis::draw(QCPPainter *painter) -{ - 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(mTickVector.size()); - tickLabels.reserve(mTickVector.size()); - subTickPositions.reserve(mSubTickVector.size()); - - if (mTicks) - { - for (int i=0; itype = mAxisType; - mAxisPainter->basePen = getBasePen(); - mAxisPainter->labelFont = getLabelFont(); - mAxisPainter->labelColor = getLabelColor(); - mAxisPainter->label = mLabel; - mAxisPainter->substituteExponent = mNumberBeautifulPowers; - 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 - - Prepares the internal tick vector, sub tick vector and tick label vector. This is done by calling - QCPAxisTicker::generate on the currently installed ticker. - - If a change in the label text/count is detected, the cached axis margin is invalidated to make - sure the next margin calculation recalculates the label sizes and returns an up-to-date value. -*/ -void QCPAxis::setupTickVectors() -{ - if (!mParentPlot) return; - if ((!mTicks && !mTickLabels && !mGrid->visible()) || mRange.size() <= 0) return; - - QVector oldLabels = mTickVectorLabels; - mTicker->generate(mRange, mParentPlot->locale(), mNumberFormatChar, mNumberPrecision, mTickVector, mSubTicks ? &mSubTickVector : nullptr, mTickLabels ? &mTickVectorLabels : nullptr); - mCachedMarginValid &= mTickVectorLabels == oldLabels; // if labels have changed, margin might have changed, too -} - -/*! \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 calculate margin needed to fit axis and its labels - int margin = 0; - - QVector tickPositions; // the final coordToPixel transformed vector passed to QCPAxisPainter - QVector tickLabels; // the final vector passed to QCPAxisPainter - tickPositions.reserve(mTickVector.size()); - tickLabels.reserve(mTickVector.size()); - - if (mTicks) - { - for (int i=0; itype = 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) - { - foreach (double tickPos, tickPositions) - painter->drawLine(QLineF(tickPos+xCor, origin.y()-tickLengthOut*tickDir+yCor, tickPos+xCor, origin.y()+tickLengthIn*tickDir+yCor)); - } else - { - foreach (double tickPos, tickPositions) - painter->drawLine(QLineF(origin.x()-tickLengthOut*tickDir+xCor, tickPos+yCor, origin.x()+tickLengthIn*tickDir+xCor, tickPos+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) - { - foreach (double subTickPos, subTickPositions) - painter->drawLine(QLineF(subTickPos+xCor, origin.y()-subTickLengthOut*tickDir+yCor, subTickPos+xCor, origin.y()+subTickLengthIn*tickDir+yCor)); - } else - { - foreach (double subTickPos, subTickPositions) - painter->drawLine(QLineF(origin.x()-subTickLengthOut*tickDir+xCor, subTickPos+yCor, origin.x()+subTickLengthIn*tickDir+xCor, subTickPos+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())); - QCPVector2D baseLineVector(baseLine.dx(), baseLine.dy()); - if (lowerEnding.style() != QCPLineEnding::esNone) - lowerEnding.draw(painter, QCPVector2D(baseLine.p1())-baseLineVector.normalized()*lowerEnding.realLength()*(lowerEnding.inverted()?-1:1), -baseLineVector); - if (upperEnding.style() != QCPLineEnding::esNone) - upperEnding.draw(painter, QCPVector2D(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() -{ - int result = 0; - - QByteArray newHash = generateLabelParameterHash(); - if (newHash != mLabelParameterHash) - { - mLabelCache.clear(); - mLabelParameterHash = newHash; - } - - // 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()) - { - foreach (const QString &tickLabel, tickLabels) - getMaxTickLabelSize(tickLabelFont, tickLabel, &tickLabelsSize); - result += QCPAxis::orientation(type) == Qt::Horizontal ? tickLabelsSize.height() : tickLabelsSize.width(); - result += tickLabelPadding; - } - } - - // calculate size of axis label (only height needed, because left/right labels are rotated by 90 degrees): - if (!label.isEmpty()) - { - QFontMetrics fontMetrics(labelFont); - QRect bounds; - bounds = fontMetrics.boundingRect(0, 0, 0, 0, Qt::TextDontClip | Qt::AlignHCenter | Qt::AlignVCenter, label); - result += bounds.height() + labelPadding; - } - - return result; -} - -/*! \internal - - Clears the internal label cache. Upon the next \ref draw, all labels will be created new. This - method is called automatically in \ref draw, if any parameters have changed that invalidate the - cached labels, such as font, color, etc. -*/ -void QCPAxisPainterPrivate::clearCache() -{ - mLabelCache.clear(); -} - -/*! \internal - - Returns a hash that allows uniquely identifying whether the label parameters have changed such - that the cached labels must be refreshed (\ref clearCache). It is used in \ref draw. If the - return value of this method hasn't changed since the last redraw, the respective label parameters - haven't changed and cached labels may be used. -*/ -QByteArray QCPAxisPainterPrivate::generateLabelParameterHash() const -{ - QByteArray result; - result.append(QByteArray::number(mParentPlot->bufferDevicePixelRatio())); - result.append(QByteArray::number(tickLabelRotation)); - result.append(QByteArray::number(int(tickLabelSide))); - result.append(QByteArray::number(int(substituteExponent))); - result.append(QByteArray::number(int(numberMultiplyCross))); - result.append(tickLabelColor.name().toLatin1()+QByteArray::number(tickLabelColor.alpha(), 16)); - result.append(tickLabelFont.toString().toLatin1()); - return result; -} - -/*! \internal - - Draws a single tick label with the provided \a painter, utilizing the internal label cache to - significantly speed up drawing of labels that were drawn in previous calls. The tick label is - always bound to an axis, the distance to the axis is controllable via \a distanceToAxis in - pixels. The pixel position in the axis direction is passed in the \a position parameter. Hence - for the bottom axis, \a position would indicate the horizontal pixel position (not coordinate), - at which the label should be drawn. - - In order to later draw the axis label in a place that doesn't overlap with the tick labels, the - largest tick label size is needed. This is acquired by passing a \a tickLabelsSize to the \ref - drawTickLabel calls during the process of drawing all tick labels of one axis. In every call, \a - tickLabelsSize is expanded, if the drawn label exceeds the value \a tickLabelsSize currently - holds. - - The label is drawn with the font and pen that are currently set on the \a painter. To draw - superscripted powers, the font is temporarily made smaller by a fixed factor (see \ref - getTickLabelData). -*/ -void QCPAxisPainterPrivate::placeTickLabel(QCPPainter *painter, double position, int distanceToAxis, const QString &text, QSize *tickLabelsSize) -{ - // warning: if you change anything here, also adapt getMaxTickLabelSize() accordingly! - if (text.isEmpty()) return; - QSize finalSize; - QPointF labelAnchor; - switch (type) - { - case QCPAxis::atLeft: labelAnchor = QPointF(axisRect.left()-distanceToAxis-offset, position); break; - case QCPAxis::atRight: labelAnchor = QPointF(axisRect.right()+distanceToAxis+offset, position); break; - case QCPAxis::atTop: labelAnchor = QPointF(position, axisRect.top()-distanceToAxis-offset); break; - case QCPAxis::atBottom: labelAnchor = QPointF(position, axisRect.bottom()+distanceToAxis+offset); break; - } - if (mParentPlot->plottingHints().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(); - if (!qFuzzyCompare(1.0, mParentPlot->bufferDevicePixelRatio())) - { - cachedLabel->pixmap = QPixmap(labelData.rotatedTotalBounds.size()*mParentPlot->bufferDevicePixelRatio()); -#ifdef QCP_DEVICEPIXELRATIO_SUPPORTED -# ifdef QCP_DEVICEPIXELRATIO_FLOAT - cachedLabel->pixmap.setDevicePixelRatio(mParentPlot->devicePixelRatioF()); -# else - cachedLabel->pixmap.setDevicePixelRatio(mParentPlot->devicePixelRatio()); -# endif -#endif - } else - 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()/mParentPlot->bufferDevicePixelRatio() > viewportRect.right() || labelAnchor.x()+cachedLabel->offset.x() < viewportRect.left(); - else - labelClippedByBorder = labelAnchor.y()+cachedLabel->offset.y()+cachedLabel->pixmap.height()/mParentPlot->bufferDevicePixelRatio() > viewportRect.bottom() || labelAnchor.y()+cachedLabel->offset.y() < viewportRect.top(); - } - if (!labelClippedByBorder) - { - painter->drawPixmap(labelAnchor+cachedLabel->offset, cachedLabel->pixmap); - finalSize = cachedLabel->pixmap.size()/mParentPlot->bufferDevicePixelRatio(); - } - 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); - if (!labelData.suffixPart.isEmpty()) - painter->drawText(labelData.baseBounds.width()+1+labelData.expBounds.width(), 0, 0, 0, Qt::TextDontClip, labelData.suffixPart); - 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; // first index of exponent part, text before that will be basePart, text until eLast will be expPart - int eLast = -1; // last index of exponent part, rest of text after this will be suffixPart - if (substituteExponent) - { - ePos = text.indexOf(QString(mParentPlot->locale().exponential())); - if (ePos > 0 && text.at(ePos-1).isDigit()) - { - eLast = ePos; - while (eLast+1 < text.size() && (text.at(eLast+1) == QLatin1Char('+') || text.at(eLast+1) == QLatin1Char('-') || text.at(eLast+1).isDigit())) - ++eLast; - if (eLast > ePos) // only if also to right of 'e' is a digit/+/- interpret it as beautifiable power - 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); - result.suffixPart = text.mid(eLast+1); // also drawn normally but after exponent - // 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, eLast-ePos); - // 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(int(result.expFont.pointSize()*0.75)); - else - result.expFont.setPixelSize(int(result.expFont.pixelSize()*0.75)); - // calculate bounding rects of base part(s), 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); - if (!result.suffixPart.isEmpty()) - result.suffixBounds = QFontMetrics(result.baseFont).boundingRect(0, 0, 0, 0, Qt::TextDontClip, result.suffixPart); - result.totalBounds = result.baseBounds.adjusted(0, 0, result.expBounds.width()+result.suffixBounds.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; - double x = 0; - double 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 {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()/mParentPlot->bufferDevicePixelRatio(); - } 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()); -} -/* end of 'src/axis/axis.cpp' */ - - -/* including file 'src/scatterstyle.cpp' */ -/* modified 2022-11-06T12:45:56, size 17466 */ - -//////////////////////////////////////////////////////////////////////////////////////////////////// -//////////////////// 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 undefined, the pen of the respective plottable will be used for drawing scatters. - - If a pen was defined for this scatter style instance, and you now wish to undefine the pen, call - \ref undefinePen. - - \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 in its - original size by default. To for example double the size of the path, 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) -{ -} - -/*! - Copies the specified \a properties from the \a other scatter style to this scatter style. -*/ -void QCPScatterStyle::setFromOther(const QCPScatterStyle &other, ScatterProperties properties) -{ - if (properties.testFlag(spPen)) - { - setPen(other.pen()); - if (!other.isPenDefined()) - undefinePen(); - } - if (properties.testFlag(spBrush)) - setBrush(other.brush()); - if (properties.testFlag(spSize)) - setSize(other.size()); - if (properties.testFlag(spShape)) - { - setShape(other.shape()); - if (other.shape() == ssPixmap) - setPixmap(other.pixmap()); - else if (other.shape() == ssCustom) - setCustomPath(other.customPath()); - } -} - -/*! - 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. If you have defined a pen - previously by calling this function and now wish to undefine the pen, call \ref undefinePen. - - \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; -} - -/*! - Sets this scatter style to have an undefined pen (see \ref isPenDefined for what an undefined pen - implies). - - A call to \ref setPen will define a pen. -*/ -void QCPScatterStyle::undefinePen() -{ - mPenDefined = false; -} - -/*! - 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, const 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: - { - QPointF lineArray[4] = {QPointF(x-w, y), - QPointF( x, y-w), - QPointF(x+w, y), - QPointF( x, y+w)}; - painter->drawPolygon(lineArray, 4); - 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: - { - QPointF lineArray[3] = {QPointF(x-w, y+0.755*w), - QPointF(x+w, y+0.755*w), - QPointF( x, y-0.977*w)}; - painter->drawPolygon(lineArray, 3); - break; - } - case ssTriangleInverted: - { - QPointF lineArray[3] = {QPointF(x-w, y-0.755*w), - QPointF(x+w, y-0.755*w), - QPointF( x, y+0.977*w)}; - painter->drawPolygon(lineArray, 3); - break; - } - case ssCrossSquare: - { - painter->drawRect(QRectF(x-w, y-w, mSize, mSize)); - 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)); - break; - } - case ssPlusSquare: - { - painter->drawRect(QRectF(x-w, y-w, mSize, mSize)); - painter->drawLine(QLineF(x-w, y, x+w*0.95, y)); - painter->drawLine(QLineF( x, y+w, x, y-w)); - break; - } - case ssCrossCircle: - { - painter->drawEllipse(QPointF(x, y), w, w); - 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)); - break; - } - case ssPlusCircle: - { - painter->drawEllipse(QPointF(x, y), w, w); - painter->drawLine(QLineF(x-w, y, x+w, y)); - painter->drawLine(QLineF( x, y+w, x, y-w)); - break; - } - case ssPeace: - { - painter->drawEllipse(QPointF(x, y), w, w); - 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)); - break; - } - case ssPixmap: - { - const double widthHalf = mPixmap.width()*0.5; - const double heightHalf = mPixmap.height()*0.5; -#if QT_VERSION < QT_VERSION_CHECK(4, 8, 0) - const QRectF clipRect = painter->clipRegion().boundingRect().adjusted(-widthHalf, -heightHalf, widthHalf, heightHalf); -#else - const QRectF clipRect = painter->clipBoundingRect().adjusted(-widthHalf, -heightHalf, widthHalf, heightHalf); -#endif - if (clipRect.contains(x, y)) - painter->drawPixmap(qRound(x-widthHalf), qRound(y-heightHalf), 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; - } - } -} -/* end of 'src/scatterstyle.cpp' */ - - -/* including file 'src/plottable.cpp' */ -/* modified 2022-11-06T12:45:56, size 38818 */ - -//////////////////////////////////////////////////////////////////////////////////////////////////// -//////////////////// QCPSelectionDecorator -//////////////////////////////////////////////////////////////////////////////////////////////////// - -/*! \class QCPSelectionDecorator - \brief Controls how a plottable's data selection is drawn - - Each \ref QCPAbstractPlottable instance has one \ref QCPSelectionDecorator (accessible via \ref - QCPAbstractPlottable::selectionDecorator) and uses it when drawing selected segments of its data. - - The selection decorator controls both pen (\ref setPen) and brush (\ref setBrush), as well as the - scatter style (\ref setScatterStyle) if the plottable draws scatters. Since a \ref - QCPScatterStyle is itself composed of different properties such as color shape and size, the - decorator allows specifying exactly which of those properties shall be used for the selected data - point, via \ref setUsedScatterProperties. - - A \ref QCPSelectionDecorator subclass instance can be passed to a plottable via \ref - QCPAbstractPlottable::setSelectionDecorator, allowing greater customizability of the appearance - of selected segments. - - Use \ref copyFrom to easily transfer the settings of one decorator to another one. This is - especially useful since plottables take ownership of the passed selection decorator, and thus the - same decorator instance can not be passed to multiple plottables. - - Selection decorators can also themselves perform drawing operations by reimplementing \ref - drawDecoration, which is called by the plottable's draw method. The base class \ref - QCPSelectionDecorator does not make use of this however. For example, \ref - QCPSelectionDecoratorBracket draws brackets around selected data segments. -*/ - -/*! - Creates a new QCPSelectionDecorator instance with default values -*/ -QCPSelectionDecorator::QCPSelectionDecorator() : - mPen(QColor(80, 80, 255), 2.5), - mBrush(Qt::NoBrush), - mUsedScatterProperties(QCPScatterStyle::spNone), - mPlottable(nullptr) -{ -} - -QCPSelectionDecorator::~QCPSelectionDecorator() -{ -} - -/*! - Sets the pen that will be used by the parent plottable to draw selected data segments. -*/ -void QCPSelectionDecorator::setPen(const QPen &pen) -{ - mPen = pen; -} - -/*! - Sets the brush that will be used by the parent plottable to draw selected data segments. -*/ -void QCPSelectionDecorator::setBrush(const QBrush &brush) -{ - mBrush = brush; -} - -/*! - Sets the scatter style that will be used by the parent plottable to draw scatters in selected - data segments. - - \a usedProperties specifies which parts of the passed \a scatterStyle will be used by the - plottable. The used properties can also be changed via \ref setUsedScatterProperties. -*/ -void QCPSelectionDecorator::setScatterStyle(const QCPScatterStyle &scatterStyle, QCPScatterStyle::ScatterProperties usedProperties) -{ - mScatterStyle = scatterStyle; - setUsedScatterProperties(usedProperties); -} - -/*! - Use this method to define which properties of the scatter style (set via \ref setScatterStyle) - will be used for selected data segments. All properties of the scatter style that are not - specified in \a properties will remain as specified in the plottable's original scatter style. - - \see QCPScatterStyle::ScatterProperty -*/ -void QCPSelectionDecorator::setUsedScatterProperties(const QCPScatterStyle::ScatterProperties &properties) -{ - mUsedScatterProperties = properties; -} - -/*! - Sets the pen of \a painter to the pen of this selection decorator. - - \see applyBrush, getFinalScatterStyle -*/ -void QCPSelectionDecorator::applyPen(QCPPainter *painter) const -{ - painter->setPen(mPen); -} - -/*! - Sets the brush of \a painter to the brush of this selection decorator. - - \see applyPen, getFinalScatterStyle -*/ -void QCPSelectionDecorator::applyBrush(QCPPainter *painter) const -{ - painter->setBrush(mBrush); -} - -/*! - Returns the scatter style that the parent plottable shall use for selected scatter points. The - plottable's original (unselected) scatter style must be passed as \a unselectedStyle. Depending - on the setting of \ref setUsedScatterProperties, the returned scatter style is a mixture of this - selecion decorator's scatter style (\ref setScatterStyle), and \a unselectedStyle. - - \see applyPen, applyBrush, setScatterStyle -*/ -QCPScatterStyle QCPSelectionDecorator::getFinalScatterStyle(const QCPScatterStyle &unselectedStyle) const -{ - QCPScatterStyle result(unselectedStyle); - result.setFromOther(mScatterStyle, mUsedScatterProperties); - - // if style shall inherit pen from plottable (has no own pen defined), give it the selected - // plottable pen explicitly, so it doesn't use the unselected plottable pen when used in the - // plottable: - if (!result.isPenDefined()) - result.setPen(mPen); - - return result; -} - -/*! - Copies all properties (e.g. color, fill, scatter style) of the \a other selection decorator to - this selection decorator. -*/ -void QCPSelectionDecorator::copyFrom(const QCPSelectionDecorator *other) -{ - setPen(other->pen()); - setBrush(other->brush()); - setScatterStyle(other->scatterStyle(), other->usedScatterProperties()); -} - -/*! - This method is called by all plottables' draw methods to allow custom selection decorations to be - drawn. Use the passed \a painter to perform the drawing operations. \a selection carries the data - selection for which the decoration shall be drawn. - - The default base class implementation of \ref QCPSelectionDecorator has no special decoration, so - this method does nothing. -*/ -void QCPSelectionDecorator::drawDecoration(QCPPainter *painter, QCPDataSelection selection) -{ - Q_UNUSED(painter) - Q_UNUSED(selection) -} - -/*! \internal - - This method is called as soon as a selection decorator is associated with a plottable, by a call - to \ref QCPAbstractPlottable::setSelectionDecorator. This way the selection decorator can obtain a pointer to the plottable that uses it (e.g. to access - data points via the \ref QCPAbstractPlottable::interface1D interface). - - If the selection decorator was already added to a different plottable before, this method aborts - the registration and returns false. -*/ -bool QCPSelectionDecorator::registerWithPlottable(QCPAbstractPlottable *plottable) -{ - if (!mPlottable) - { - mPlottable = plottable; - return true; - } else - { - qDebug() << Q_FUNC_INFO << "This selection decorator is already registered with plottable:" << reinterpret_cast(mPlottable); - return false; - } -} - - -//////////////////////////////////////////////////////////////////////////////////////////////////// -//////////////////// 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). Plottables that display - one-dimensional data (i.e. data points have a single key dimension and one or multiple values at - each key) are based off of the template subclass \ref QCPAbstractPlottable1D, see details - there. - - All further specifics are in the subclasses, for example: - \li A normal graph with possibly a line and/or scatter points \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 - - Subclassing directly from QCPAbstractPlottable is only recommended if you wish to display - two-dimensional data like \ref QCPColorMap, i.e. two logical key dimensions and one (or more) - data dimensions. If you want to display data with only one logical key dimension, you should - rather derive from \ref QCPAbstractPlottable1D. - - If subclassing QCPAbstractPlottable directly, these are the pure virtual functions you must - implement: - \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)
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)
QPointer<\ref QCPAxis> \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 \c nullptr before using it. If one of - the axes is null, don't draw the plottable.
\ref QCPSelectionDecorator \b mSelectionDecoratorThe currently set selection decorator which specifies how selected data of the plottable shall be drawn and decorated. - When drawing your data, you must consult this decorator for the appropriate pen/brush before drawing unselected/selected data segments. - Finally, you should call its \ref QCPSelectionDecorator::drawDecoration method at the end of your \ref draw implementation.
\ref QCP::SelectionType \b mSelectableIn which composition, if at all, this plottable's data may be selected. Enforcing this setting on the data selection is done - by QCPAbstractPlottable automatically.
\ref QCPDataSelection \b mSelectionHolds the current selection state of the plottable's data, i.e. the selected data ranges (\ref QCPDataRange).
-*/ - -/* start of documentation of inline functions */ - -/*! \fn QCPSelectionDecorator *QCPAbstractPlottable::selectionDecorator() const - - Provides access to the selection decorator of this plottable. The selection decorator controls - how selected data ranges are drawn (e.g. their pen color and fill), see \ref - QCPSelectionDecorator for details. - - If you wish to use an own \ref QCPSelectionDecorator subclass, pass an instance of it to \ref - setSelectionDecorator. -*/ - -/*! \fn bool QCPAbstractPlottable::selected() const - - Returns true if there are any data points of the plottable currently selected. Use \ref selection - to retrieve the current \ref QCPDataSelection. -*/ - -/*! \fn QCPDataSelection QCPAbstractPlottable::selection() const - - Returns a \ref QCPDataSelection encompassing all the data points that are currently selected on - this plottable. - - \see selected, setSelection, setSelectable -*/ - -/*! \fn virtual QCPPlottableInterface1D *QCPAbstractPlottable::interface1D() - - If this plottable is a one-dimensional plottable, i.e. it implements the \ref - QCPPlottableInterface1D, returns the \a this pointer with that type. Otherwise (e.g. in the case - of a \ref QCPColorMap) returns zero. - - You can use this method to gain read access to data coordinates while holding a pointer to the - abstract base class only. -*/ - -/* end of documentation of inline functions */ -/* start of documentation of pure virtual functions */ - -/*! \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, QCP::SignDomain inSignDomain) const = 0 - - Returns the coordinate range that all data in this plottable span in the key axis dimension. For - logarithmic plots, one can set \a inSignDomain to either \ref QCP::sdNegative or \ref - QCP::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 QCP::sdNegative and all positive points - will be ignored for range calculation. For no restriction, just set \a inSignDomain to \ref - QCP::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 (e.g. when there is only one data point). In this case \a - foundRange would return true, but the returned range is not a valid range in terms of \ref - QCPRange::validRange. - - \see rescaleAxes, getValueRange -*/ - -/*! \fn QCPRange QCPAbstractPlottable::getValueRange(bool &foundRange, QCP::SignDomain inSignDomain, const QCPRange &inKeyRange) const = 0 - - Returns the coordinate range that the data points in the specified key range (\a inKeyRange) span - in the value axis dimension. For logarithmic plots, one can set \a inSignDomain to either \ref - QCP::sdNegative or \ref QCP::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 QCP::sdNegative and - all positive points will be ignored for range calculation. For no restriction, just set \a - inSignDomain to \ref QCP::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). - - If \a inKeyRange has both lower and upper bound set to zero (is equal to QCPRange()), - all data points are considered, without any restriction on the keys. - - Note that \a foundRange is not the same as \ref QCPRange::validRange, since the range returned by - this function may have size zero (e.g. when there is only one data point). In this case \a - foundRange would return true, but the returned range is not a valid range in terms of \ref - QCPRange::validRange. - - \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 setSelection. The parameter \a selected indicates whether - there are any points selected or not. - - \see selectionChanged(const QCPDataSelection &selection) -*/ - -/*! \fn void QCPAbstractPlottable::selectionChanged(const QCPDataSelection &selection) - - This signal is emitted when the selection state of this plottable has changed, either by user - interaction or by a direct call to \ref setSelection. The parameter \a selection holds the - currently selected data ranges. - - \see selectionChanged(bool selected) -*/ - -/*! \fn void QCPAbstractPlottable::selectableChanged(QCP::SelectionType 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), - mPen(Qt::black), - mBrush(Qt::NoBrush), - mKeyAxis(keyAxis), - mValueAxis(valueAxis), - mSelectable(QCP::stWhole), - mSelectionDecorator(nullptr) -{ - 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."; - - mParentPlot->registerPlottable(this); - setSelectionDecorator(new QCPSelectionDecorator); -} - -QCPAbstractPlottable::~QCPAbstractPlottable() -{ - if (mSelectionDecorator) - { - delete mSelectionDecorator; - mSelectionDecorator = nullptr; - } -} - -/*! - 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; -} - -/*! - 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; -} - -/*! - 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; -} - -/*! - 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 which data ranges of this plottable are selected. Selected data ranges are drawn differently - (e.g. color) in the plot. This can be controlled via the selection decorator (see \ref - selectionDecorator). - - 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 programmatically. - - Using \ref setSelectable you can further specify for each plottable whether and to which - granularity it is selectable. If \a selection is not compatible with the current \ref - QCP::SelectionType set via \ref setSelectable, the resulting selection will be adjusted - accordingly (see \ref QCPDataSelection::enforceType). - - emits the \ref selectionChanged signal when \a selected is different from the previous selection state. - - \see setSelectable, selectTest -*/ -void QCPAbstractPlottable::setSelection(QCPDataSelection selection) -{ - selection.enforceType(mSelectable); - if (mSelection != selection) - { - mSelection = selection; - emit selectionChanged(selected()); - emit selectionChanged(mSelection); - } -} - -/*! - Use this method to set an own QCPSelectionDecorator (subclass) instance. This allows you to - customize the visual representation of selected data ranges further than by using the default - QCPSelectionDecorator. - - The plottable takes ownership of the \a decorator. - - The currently set decorator can be accessed via \ref selectionDecorator. -*/ -void QCPAbstractPlottable::setSelectionDecorator(QCPSelectionDecorator *decorator) -{ - if (decorator) - { - if (decorator->registerWithPlottable(this)) - { - delete mSelectionDecorator; // delete old decorator if necessary - mSelectionDecorator = decorator; - } - } else if (mSelectionDecorator) // just clear decorator - { - delete mSelectionDecorator; - mSelectionDecorator = nullptr; - } -} - -/*! - Sets whether and to which granularity this plottable can be selected. - - A selection can happen by clicking on the QCustomPlot surface (When \ref - QCustomPlot::setInteractions contains \ref QCP::iSelectPlottables), by dragging a selection rect - (When \ref QCustomPlot::setSelectionRectMode is \ref QCP::srmSelect), or programmatically by - calling \ref setSelection. - - \see setSelection, QCP::SelectionType -*/ -void QCPAbstractPlottable::setSelectable(QCP::SelectionType selectable) -{ - if (mSelectable != selectable) - { - mSelectable = selectable; - QCPDataSelection oldSelection = mSelection; - mSelection.enforceType(mSelectable); - emit selectableChanged(mSelectable); - if (mSelection != oldSelection) - { - emit selectionChanged(selected()); - emit selectionChanged(mSelection); - } - } -} - - -/*! - 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); - } -} - -/*! \overload - - Transforms the given \a key and \a value to pixel coordinates and returns them 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)); -} - -/*! - 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); - } -} - -/*! \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); -} - -/*! - 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; } - - QCP::SignDomain signDomain = QCP::sdBoth; - if (keyAxis->scaleType() == QCPAxis::stLogarithmic) - signDomain = (keyAxis->range().upper < 0 ? QCP::sdNegative : QCP::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. If \a inKeyRange is - set to true, only the data points which are in the currently visible key axis range are - considered. - - 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, bool inKeyRange) const -{ - QCPAxis *keyAxis = mKeyAxis.data(); - QCPAxis *valueAxis = mValueAxis.data(); - if (!keyAxis || !valueAxis) { qDebug() << Q_FUNC_INFO << "invalid key or value axis"; return; } - - QCP::SignDomain signDomain = QCP::sdBoth; - if (valueAxis->scaleType() == QCPAxis::stLogarithmic) - signDomain = (valueAxis->range().upper < 0 ? QCP::sdNegative : QCP::sdPositive); - - bool foundRange; - QCPRange newRange = getValueRange(foundRange, signDomain, inKeyRange ? keyAxis->range() : QCPRange()); - 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); - } -} - -/*! \overload - - Adds this plottable to the specified \a legend. - - Creates a QCPPlottableLegendItem which is inserted into the legend. Returns true on success, i.e. - when the legend exists and a legend item associated with this plottable isn't already in the - legend. - - If the plottable needs a more specialized representation in the legend, you can create a - corresponding subclass of \ref QCPPlottableLegendItem and add it to the legend manually instead - of calling this method. - - \see removeFromLegend, QCPLegend::addItem -*/ -bool QCPAbstractPlottable::addToLegend(QCPLegend *legend) -{ - if (!legend) - { - qDebug() << Q_FUNC_INFO << "passed legend is null"; - return false; - } - if (legend->parentPlot() != mParentPlot) - { - qDebug() << Q_FUNC_INFO << "passed legend isn't in the same QCustomPlot as this plottable"; - return false; - } - - if (!legend->hasItemWithPlottable(this)) - { - legend->addItem(new QCPPlottableLegendItem(legend, this)); - return true; - } else - return false; -} - -/*! \overload - - Adds this plottable to the legend of the parent QCustomPlot (\ref QCustomPlot::legend). - - \see removeFromLegend -*/ -bool QCPAbstractPlottable::addToLegend() -{ - if (!mParentPlot || !mParentPlot->legend) - return false; - else - return addToLegend(mParentPlot->legend); -} - -/*! \overload - - Removes the plottable from the specifed \a legend. This means the \ref 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(QCPLegend *legend) const -{ - if (!legend) - { - qDebug() << Q_FUNC_INFO << "passed legend is null"; - return false; - } - - if (QCPPlottableLegendItem *lip = legend->itemWithPlottable(this)) - return legend->removeItem(lip); - else - return false; -} - -/*! \overload - - Removes the plottable from the legend of the parent QCustomPlot. - - \see addToLegend -*/ -bool QCPAbstractPlottable::removeFromLegend() const -{ - if (!mParentPlot || !mParentPlot->legend) - return false; - else - return removeFromLegend(mParentPlot->legend); -} - -/* inherits documentation from base class */ -QRect QCPAbstractPlottable::clipRect() const -{ - if (mKeyAxis && mValueAxis) - return mKeyAxis.data()->axisRect()->rect() & mValueAxis.data()->axisRect()->rect(); - else - return {}; -} - -/* inherits documentation from base class */ -QCP::Interaction QCPAbstractPlottable::selectionCategory() const -{ - return QCP::iSelectPlottables; -} - -/*! \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. - - \seebaseclassmethod - - \see setAntialiased, applyFillAntialiasingHint, applyScattersAntialiasingHint -*/ -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 -*/ -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 -*/ -void QCPAbstractPlottable::applyScattersAntialiasingHint(QCPPainter *painter) const -{ - applyAntialiasingHint(painter, mAntialiasedScatters, QCP::aeScatters); -} - -/* inherits documentation from base class */ -void QCPAbstractPlottable::selectEvent(QMouseEvent *event, bool additive, const QVariant &details, bool *selectionStateChanged) -{ - Q_UNUSED(event) - - if (mSelectable != QCP::stNone) - { - QCPDataSelection newSelection = details.value(); - QCPDataSelection selectionBefore = mSelection; - if (additive) - { - if (mSelectable == QCP::stWhole) // in whole selection mode, we toggle to no selection even if currently unselected point was hit - { - if (selected()) - setSelection(QCPDataSelection()); - else - setSelection(newSelection); - } else // in all other selection modes we toggle selections of homogeneously selected/unselected segments - { - if (mSelection.contains(newSelection)) // if entire newSelection is already selected, toggle selection - setSelection(mSelection-newSelection); - else - setSelection(mSelection+newSelection); - } - } else - setSelection(newSelection); - if (selectionStateChanged) - *selectionStateChanged = mSelection != selectionBefore; - } -} - -/* inherits documentation from base class */ -void QCPAbstractPlottable::deselectEvent(bool *selectionStateChanged) -{ - if (mSelectable != QCP::stNone) - { - QCPDataSelection selectionBefore = mSelection; - setSelection(QCPDataSelection()); - if (selectionStateChanged) - *selectionStateChanged = mSelection != selectionBefore; - } -} -/* end of 'src/plottable.cpp' */ - - -/* including file 'src/item.cpp' */ -/* modified 2022-11-06T12:45:56, size 49486 */ - -//////////////////////////////////////////////////////////////////////////////////////////////////// -//////////////////// 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 \c nullptr 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.values()) - { - if (child->parentAnchorX() == this) - child->setParentAnchorX(nullptr); // this acts back on this anchor and child removes itself from mChildrenX - } - foreach (QCPItemPosition *child, mChildrenY.values()) - { - if (child->parentAnchorY() == this) - child->setParentAnchorY(nullptr); // 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::pixelPosition() const -{ - if (mParentItem) - { - if (mAnchorId > -1) - { - return mParentItem->anchorPixelPosition(mAnchorId); - } else - { - qDebug() << Q_FUNC_INFO << "no valid anchor id set:" << mAnchorId; - return {}; - } - } else - { - qDebug() << Q_FUNC_INFO << "no parent item set"; - return {}; - } -} - -/*! \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 (\ref QCPItemPosition::setAxes), as fractions of - the axis rect (\ref QCPItemPosition::setAxisRect), 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 for example 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 setPixelPosition. This - works no matter what type this QCPItemPosition is or what parent-child situation it is in, as \ref - setPixelPosition 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(nullptr), - mParentAnchorY(nullptr) -{ -} - -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::pixelPosition function instead of QCPItemAnchor::pixelPosition - foreach (QCPItemPosition *child, mChildrenX.values()) - { - if (child->parentAnchorX() == this) - child->setParentAnchorX(nullptr); // this acts back on this anchor and child removes itself from mChildrenX - } - foreach (QCPItemPosition *child, mChildrenY.values()) - { - if (child->parentAnchorY() == this) - child->setParentAnchorY(nullptr); // 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 pixelPosition() 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 = pixelPosition(); - - mPositionTypeX = type; - - if (retainPixelPosition) - setPixelPosition(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 pixelPosition() 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 = pixelPosition(); - - mPositionTypeY = type; - - if (retainPixelPosition) - setPixelPosition(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 \c nullptr. - - 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 = pixelPosition(); - // 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) - setPixelPosition(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 = pixelPosition(); - // 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) - setPixelPosition(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 setPixelPosition -*/ -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 setPixelPosition -*/ -QPointF QCPItemPosition::pixelPosition() const -{ - QPointF result; - - // determine X: - switch (mPositionTypeX) - { - case ptAbsolute: - { - result.rx() = mKey; - if (mParentAnchorX) - result.rx() += mParentAnchorX->pixelPosition().x(); - break; - } - case ptViewportRatio: - { - result.rx() = mKey*mParentPlot->viewport().width(); - if (mParentAnchorX) - result.rx() += mParentAnchorX->pixelPosition().x(); - else - result.rx() += mParentPlot->viewport().left(); - break; - } - case ptAxisRectRatio: - { - if (mAxisRect) - { - result.rx() = mKey*mAxisRect.data()->width(); - if (mParentAnchorX) - result.rx() += mParentAnchorX->pixelPosition().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->pixelPosition().y(); - break; - } - case ptViewportRatio: - { - result.ry() = mValue*mParentPlot->viewport().height(); - if (mParentAnchorY) - result.ry() += mParentAnchorY->pixelPosition().y(); - else - result.ry() += mParentPlot->viewport().top(); - break; - } - case ptAxisRectRatio: - { - if (mAxisRect) - { - result.ry() = mValue*mAxisRect.data()->height(); - if (mParentAnchorY) - result.ry() += mParentAnchorY->pixelPosition().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 pixelPosition, setCoords -*/ -void QCPItemPosition::setPixelPosition(const QPointF &pixelPosition) -{ - double x = pixelPosition.x(); - double y = pixelPosition.y(); - - switch (mPositionTypeX) - { - case ptAbsolute: - { - if (mParentAnchorX) - x -= mParentAnchorX->pixelPosition().x(); - break; - } - case ptViewportRatio: - { - if (mParentAnchorX) - x -= mParentAnchorX->pixelPosition().x(); - else - x -= mParentPlot->viewport().left(); - x /= double(mParentPlot->viewport().width()); - break; - } - case ptAxisRectRatio: - { - if (mAxisRect) - { - if (mParentAnchorX) - x -= mParentAnchorX->pixelPosition().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->pixelPosition().y(); - break; - } - case ptViewportRatio: - { - if (mParentAnchorY) - y -= mParentAnchorY->pixelPosition().y(); - else - y -= mParentPlot->viewport().top(); - y /= double(mParentPlot->viewport().height()); - break; - } - case ptAxisRectRatio: - { - if (mAxisRect) - { - if (mParentAnchorY) - y -= mParentAnchorY->pixelPosition().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::pixelPosition. - - 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 - QCPVector2D::distanceSquaredToLine and \ref rectDistance. 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 anchorPixelPosition(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) -{ - parentPlot->registerItem(this); - - QList rects = parentPlot->axisRects(); - if (!rects.isEmpty()) - { - 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 \c nullptr. - - 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 -{ - foreach (QCPItemPosition *position, mPositions) - { - if (position->name() == name) - return position; - } - qDebug() << Q_FUNC_INFO << "position with name not found:" << name; - return nullptr; -} - -/*! - Returns the QCPItemAnchor with the specified \a name. If this item doesn't have an anchor by - that name, returns \c nullptr. - - 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 -{ - foreach (QCPItemAnchor *anchor, mAnchors) - { - if (anchor->name() == name) - return anchor; - } - qDebug() << Q_FUNC_INFO << "anchor with name not found:" << name; - return nullptr; -} - -/*! - 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 -{ - foreach (QCPItemAnchor *anchor, mAnchors) - { - if (anchor->name() == 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, QCustomPlot's 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 - - 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 (non -1) of all four - returned values. -*/ -double QCPAbstractItem::rectDistance(const QRectF &rect, const QPointF &pos, bool filledRect) const -{ - double result = -1; - - // distance to border: - const QList lines = QList() << QLineF(rect.topLeft(), rect.topRight()) << QLineF(rect.bottomLeft(), rect.bottomRight()) - << QLineF(rect.topLeft(), rect.bottomLeft()) << QLineF(rect.topRight(), rect.bottomRight()); - const QCPVector2D posVec(pos); - double minDistSqr = (std::numeric_limits::max)(); - foreach (const QLineF &line, lines) - { - double distSqr = posVec.distanceSquaredToLine(line.p1(), line.p2()); - if (distSqr < minDistSqr) - minDistSqr = distSqr; - } - result = qSqrt(minDistSqr); - - // filled rect, allow click inside to count as hit: - if (filledRect && result > 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::anchorPixelPosition(int anchorId) const -{ - qDebug() << Q_FUNC_INFO << "called on item which shouldn't have any anchors (this method not reimplemented). anchorId" << anchorId; - return {}; -} - -/*! \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::anchorPixelPosition. 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; -} -/* end of 'src/item.cpp' */ - - -/* including file 'src/core.cpp' */ -/* modified 2022-11-06T12:45:56, size 127625 */ - -//////////////////////////////////////////////////////////////////////////////////////////////////// -//////////////////// 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 - https://www.qcustomplot.com/ -*/ - -/* start of documentation of inline functions */ - -/*! \fn QCPSelectionRect *QCustomPlot::selectionRect() const - - Allows access to the currently used QCPSelectionRect instance (or subclass thereof), that is used - to handle and draw selection rect interactions (see \ref setSelectionRectMode). - - \see setSelectionRect -*/ - -/*! \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, int dataIndex, 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. The parameter \a dataIndex indicates the data point that was closest to the click - position. - - \see plottableDoubleClick -*/ - -/*! \fn void QCustomPlot::plottableDoubleClick(QCPAbstractPlottable *plottable, int dataIndex, 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. The parameter \a dataIndex indicates the data point that was closest to the click - position. - - \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 \c nullptr. 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 \c nullptr. This happens for a click inside the legend padding or the space - between two items. - - \see legendClick -*/ - -/*! \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()/setSelection() on an object or by calling \ref - deselectAll. - - In addition to this signal, selectable objects also provide individual signals, for example \ref - QCPAxis::selectionChanged or \ref 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, afterLayout -*/ - -/*! \fn void QCustomPlot::afterLayout() - - This signal is emitted immediately after the layout step has been completed, which occurs right - before drawing the plot. This is typically during a call to \ref replot, and in such cases this - signal is emitted in between the signals \ref beforeReplot and \ref afterReplot. Unlike those - signals however, this signal is also emitted during off-screen painting, such as when calling - \ref toPixmap or \ref savePdf. - - The layout step queries all layouts and layout elements in the plot for their proposed size and - arranges the objects accordingly as preparation for the subsequent drawing step. Through this - signal, you have the opportunity to update certain things in your plot that depend crucially on - the exact dimensions/positioning of layout elements such as axes and axis rects. - - \warning However, changing any parameters of this QCustomPlot instance which would normally - affect the layouting (e.g. axis range order of magnitudes, tick label sizes, etc.) will not issue - a second run of the layout step. It will propagate directly to the draw step and may cause - graphical inconsistencies such as overlapping objects, if sizes or positions have changed. - - \see updateLayout, beforeReplot, 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, afterLayout -*/ - -/* 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 \c nullptr. - - If an axis convenience pointer is currently \c nullptr and a new axis rect or a corresponding - axis is added in the place of the main axis rect, QCustomPlot resets the convenience pointers to - the according new axes. Similarly the \ref legend convenience pointer will be reset if a legend - is added after the main legend was removed before. -*/ - -/*! \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 \c nullptr. - - If an axis convenience pointer is currently \c nullptr and a new axis rect or a corresponding - axis is added in the place of the main axis rect, QCustomPlot resets the convenience pointers to - the according new axes. Similarly the \ref legend convenience pointer will be reset if a legend - is added after the main legend was removed before. -*/ - -/*! \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 \c nullptr. - - If an axis convenience pointer is currently \c nullptr and a new axis rect or a corresponding - axis is added in the place of the main axis rect, QCustomPlot resets the convenience pointers to - the according new axes. Similarly the \ref legend convenience pointer will be reset if a legend - is added after the main legend was removed before. -*/ - -/*! \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 \c nullptr. - - If an axis convenience pointer is currently \c nullptr and a new axis rect or a corresponding - axis is added in the place of the main axis rect, QCustomPlot resets the convenience pointers to - the according new axes. Similarly the \ref legend convenience pointer will be reset if a legend - is added after the main legend was removed before. -*/ - -/*! \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 \c nullptr. - - If an axis convenience pointer is currently \c nullptr and a new axis rect or a corresponding - axis is added in the place of the main axis rect, QCustomPlot resets the convenience pointers to - the according new axes. Similarly the \ref legend convenience pointer will be reset if a legend - is added after the main legend was removed before. -*/ - -/* end of documentation of public members */ - -/*! - Constructs a QCustomPlot and sets reasonable default values. -*/ -QCustomPlot::QCustomPlot(QWidget *parent) : - QWidget(parent), - xAxis(nullptr), - yAxis(nullptr), - xAxis2(nullptr), - yAxis2(nullptr), - legend(nullptr), - mBufferDevicePixelRatio(1.0), // will be adapted to true value below - mPlotLayout(nullptr), - mAutoAddPlottableToLegend(true), - mAntialiasedElements(QCP::aeNone), - mNotAntialiasedElements(QCP::aeNone), - mInteractions(QCP::iNone), - mSelectionTolerance(8), - mNoAntialiasingOnDrag(false), - mBackgroundBrush(Qt::white, Qt::SolidPattern), - mBackgroundScaled(true), - mBackgroundScaledMode(Qt::KeepAspectRatioByExpanding), - mCurrentLayer(nullptr), - mPlottingHints(QCP::phCacheLabels|QCP::phImmediateRefresh), - mMultiSelectModifier(Qt::ControlModifier), - mSelectionRectMode(QCP::srmNone), - mSelectionRect(nullptr), - mOpenGl(false), - mMouseHasMoved(false), - mMouseEventLayerable(nullptr), - mMouseSignalLayerable(nullptr), - mReplotting(false), - mReplotQueued(false), - mReplotTime(0), - mReplotTimeAverage(0), - mOpenGlMultisamples(16), - mOpenGlAntialiasedElementsBackup(QCP::aeNone), - mOpenGlCacheLabelsBackup(true) -{ - setAttribute(Qt::WA_NoMousePropagation); - setFocusPolicy(Qt::ClickFocus); - setMouseTracking(true); - QLocale currentLocale = locale(); - currentLocale.setNumberOptions(QLocale::OmitGroupSeparator); - setLocale(currentLocale); -#ifdef QCP_DEVICEPIXELRATIO_SUPPORTED -# ifdef QCP_DEVICEPIXELRATIO_FLOAT - setBufferDevicePixelRatio(QWidget::devicePixelRatioF()); -# else - setBufferDevicePixelRatio(QWidget::devicePixelRatio()); -# endif -#endif - - mOpenGlAntialiasedElementsBackup = mAntialiasedElements; - mOpenGlCacheLabelsBackup = mPlottingHints.testFlag(QCP::phCacheLabels); - // 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"))); - mLayers.append(new QCPLayer(this, QLatin1String("overlay"))); - updateLayerIndices(); - setCurrentLayer(QLatin1String("main")); - layer(QLatin1String("overlay"))->setMode(QCPLayer::lmBuffered); - - // 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")); - - // create selection rect instance: - mSelectionRect = new QCPSelectionRect(this); - mSelectionRect->setLayer(QLatin1String("overlay")); - - setViewport(rect()); // needs to be called after mPlotLayout has been created - - replot(rpQueuedReplot); -} - -QCustomPlot::~QCustomPlot() -{ - clearPlottables(); - clearItems(); - - if (mPlotLayout) - { - delete mPlotLayout; - mPlotLayout = nullptr; - } - - mCurrentLayer = nullptr; - 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 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 data selection is controlled by \ref QCP::iSelectPlottables. If \ref - QCP::iSelectPlottables is set, the user may select plottables (graphs, curves, bars,...) and - their data by clicking on them or in their vicinity (\ref setSelectionTolerance). Whether the - user can actually select a plottable and its data can further be restricted with the \ref - QCPAbstractPlottable::setSelectable method on the specific plottable. For details, see the - special page about the \ref dataselection "data selection mechanism". 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. - QCPTextElement, 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 (or data points) 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 how QCustomPlot processes mouse click-and-drag interactions by the user. - - If \a mode is \ref QCP::srmNone, the mouse drag is forwarded to the underlying objects. For - example, QCPAxisRect may process a mouse drag by dragging axis ranges, see \ref - QCPAxisRect::setRangeDrag. If \a mode is not \ref QCP::srmNone, the current selection rect (\ref - selectionRect) becomes activated and allows e.g. rect zooming and data point selection. - - If you wish to provide your user both with axis range dragging and data selection/range zooming, - use this method to switch between the modes just before the interaction is processed, e.g. in - reaction to the \ref mousePress or \ref mouseMove signals. For example you could check whether - the user is holding a certain keyboard modifier, and then decide which \a mode shall be set. - - If a selection rect interaction is currently active, and \a mode is set to \ref QCP::srmNone, the - interaction is canceled (\ref QCPSelectionRect::cancel). Switching between any of the other modes - will keep the selection rect active. Upon completion of the interaction, the behaviour is as - defined by the currently set \a mode, not the mode that was set when the interaction started. - - \see setInteractions, setSelectionRect, QCPSelectionRect -*/ -void QCustomPlot::setSelectionRectMode(QCP::SelectionRectMode mode) -{ - if (mSelectionRect) - { - if (mode == QCP::srmNone) - mSelectionRect->cancel(); // when switching to none, we immediately want to abort a potentially active selection rect - - // disconnect old connections: - if (mSelectionRectMode == QCP::srmSelect) - disconnect(mSelectionRect, SIGNAL(accepted(QRect,QMouseEvent*)), this, SLOT(processRectSelection(QRect,QMouseEvent*))); - else if (mSelectionRectMode == QCP::srmZoom) - disconnect(mSelectionRect, SIGNAL(accepted(QRect,QMouseEvent*)), this, SLOT(processRectZoom(QRect,QMouseEvent*))); - - // establish new ones: - if (mode == QCP::srmSelect) - connect(mSelectionRect, SIGNAL(accepted(QRect,QMouseEvent*)), this, SLOT(processRectSelection(QRect,QMouseEvent*))); - else if (mode == QCP::srmZoom) - connect(mSelectionRect, SIGNAL(accepted(QRect,QMouseEvent*)), this, SLOT(processRectZoom(QRect,QMouseEvent*))); - } - - mSelectionRectMode = mode; -} - -/*! - Sets the \ref QCPSelectionRect instance that QCustomPlot will use if \a mode is not \ref - QCP::srmNone and the user performs a click-and-drag interaction. QCustomPlot takes ownership of - the passed \a selectionRect. It can be accessed later via \ref selectionRect. - - This method is useful if you wish to replace the default QCPSelectionRect instance with an - instance of a QCPSelectionRect subclass, to introduce custom behaviour of the selection rect. - - \see setSelectionRectMode -*/ -void QCustomPlot::setSelectionRect(QCPSelectionRect *selectionRect) -{ - delete mSelectionRect; - - mSelectionRect = selectionRect; - - if (mSelectionRect) - { - // establish connections with new selection rect: - if (mSelectionRectMode == QCP::srmSelect) - connect(mSelectionRect, SIGNAL(accepted(QRect,QMouseEvent*)), this, SLOT(processRectSelection(QRect,QMouseEvent*))); - else if (mSelectionRectMode == QCP::srmZoom) - connect(mSelectionRect, SIGNAL(accepted(QRect,QMouseEvent*)), this, SLOT(processRectZoom(QRect,QMouseEvent*))); - } -} - -/*! - \warning This is still an experimental feature and its performance depends on the system that it - runs on. Having multiple QCustomPlot widgets in one application with enabled OpenGL rendering - might cause context conflicts on some systems. - - This method allows to enable OpenGL plot rendering, for increased plotting performance of - graphically demanding plots (thick lines, translucent fills, etc.). - - If \a enabled is set to true, QCustomPlot will try to initialize OpenGL and, if successful, - continue plotting with hardware acceleration. The parameter \a multisampling controls how many - samples will be used per pixel, it essentially controls the antialiasing quality. If \a - multisampling is set too high for the current graphics hardware, the maximum allowed value will - be used. - - You can test whether switching to OpenGL rendering was successful by checking whether the - according getter \a QCustomPlot::openGl() returns true. If the OpenGL initialization fails, - rendering continues with the regular software rasterizer, and an according qDebug output is - generated. - - If switching to OpenGL was successful, this method disables label caching (\ref setPlottingHint - "setPlottingHint(QCP::phCacheLabels, false)") and turns on QCustomPlot's antialiasing override - for all elements (\ref setAntialiasedElements "setAntialiasedElements(QCP::aeAll)"), leading to a - higher quality output. The antialiasing override allows for pixel-grid aligned drawing in the - OpenGL paint device. As stated before, in OpenGL rendering the actual antialiasing of the plot is - controlled with \a multisampling. If \a enabled is set to false, the antialiasing/label caching - settings are restored to what they were before OpenGL was enabled, if they weren't altered in the - meantime. - - \note OpenGL support is only enabled if QCustomPlot is compiled with the macro \c QCUSTOMPLOT_USE_OPENGL - defined. This define must be set before including the QCustomPlot header both during compilation - of the QCustomPlot library as well as when compiling your application. It is best to just include - the line DEFINES += QCUSTOMPLOT_USE_OPENGL in the respective qmake project files. - \note If you are using a Qt version before 5.0, you must also add the module "opengl" to your \c - QT variable in the qmake project files. For Qt versions 5.0 and higher, QCustomPlot switches to a - newer OpenGL interface which is already in the "gui" module. -*/ -void QCustomPlot::setOpenGl(bool enabled, int multisampling) -{ - mOpenGlMultisamples = qMax(0, multisampling); -#ifdef QCUSTOMPLOT_USE_OPENGL - mOpenGl = enabled; - if (mOpenGl) - { - if (setupOpenGl()) - { - // backup antialiasing override and labelcaching setting so we can restore upon disabling OpenGL - mOpenGlAntialiasedElementsBackup = mAntialiasedElements; - mOpenGlCacheLabelsBackup = mPlottingHints.testFlag(QCP::phCacheLabels); - // set antialiasing override to antialias all (aligns gl pixel grid properly), and disable label caching (would use software rasterizer for pixmap caches): - setAntialiasedElements(QCP::aeAll); - setPlottingHint(QCP::phCacheLabels, false); - } else - { - qDebug() << Q_FUNC_INFO << "Failed to enable OpenGL, continuing plotting without hardware acceleration."; - mOpenGl = false; - } - } else - { - // restore antialiasing override and labelcaching to what it was before enabling OpenGL, if nobody changed it in the meantime: - if (mAntialiasedElements == QCP::aeAll) - setAntialiasedElements(mOpenGlAntialiasedElementsBackup); - if (!mPlottingHints.testFlag(QCP::phCacheLabels)) - setPlottingHint(QCP::phCacheLabels, mOpenGlCacheLabelsBackup); - freeOpenGl(); - } - // recreate all paint buffers: - mPaintBuffers.clear(); - setupPaintBuffers(); -#else - Q_UNUSED(enabled) - qDebug() << Q_FUNC_INFO << "QCustomPlot can't use OpenGL because QCUSTOMPLOT_USE_OPENGL was not defined during compilation (add 'DEFINES += QCUSTOMPLOT_USE_OPENGL' to your qmake .pro file)"; -#endif -} - -/*! - Sets the viewport of this QCustomPlot. Usually users of QCustomPlot don't need to change the - viewport manually. - - The viewport is the area in which the plot is drawn. All mechanisms, e.g. margin calculation 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, or even additional axis - rects, color scales and other layout elements. - - 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 the device pixel ratio used by the paint buffers of this QCustomPlot instance. - - Normally, this doesn't need to be set manually, because it is initialized with the regular \a - QWidget::devicePixelRatio which is configured by Qt to fit the display device (e.g. 1 for normal - displays, 2 for High-DPI displays). - - Device pixel ratios are supported by Qt only for Qt versions since 5.4. If this method is called - when QCustomPlot is being used with older Qt versions, outputs an according qDebug message and - leaves the internal buffer device pixel ratio at 1.0. -*/ -void QCustomPlot::setBufferDevicePixelRatio(double ratio) -{ - if (!qFuzzyCompare(ratio, mBufferDevicePixelRatio)) - { -#ifdef QCP_DEVICEPIXELRATIO_SUPPORTED - mBufferDevicePixelRatio = ratio; - foreach (QSharedPointer buffer, mPaintBuffers) - buffer->setDevicePixelRatio(mBufferDevicePixelRatio); - // Note: axis label cache has devicePixelRatio as part of cache hash, so no need to manually clear cache here -#else - qDebug() << Q_FUNC_INFO << "Device pixel ratios not supported for Qt versions before 5.4"; - mBufferDevicePixelRatio = 1.0; -#endif - } -} - -/*! - 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 \c nullptr. - - There is an overloaded version of this function with no parameter which returns the last added - plottable, see QCustomPlot::plottable() - - \see plottableCount -*/ -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 nullptr; - } -} - -/*! \overload - - Returns the last plottable that was added to the plot. If there are no plottables in the plot, - returns \c nullptr. - - \see plottableCount -*/ -QCPAbstractPlottable *QCustomPlot::plottable() -{ - if (!mPlottables.isEmpty()) - { - return mPlottables.last(); - } else - return nullptr; -} - -/*! - Removes the specified plottable from the plot and deletes it. If necessary, the corresponding - legend item is also removed from the default legend (QCustomPlot::legend). - - Returns true on success. - - \see 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 and deletes 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 deletes them. Corresponding legend items are also - removed from the default legend (QCustomPlot::legend). - - 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 -*/ -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::setSelection -*/ -QList QCustomPlot::selectedPlottables() const -{ - QList result; - foreach (QCPAbstractPlottable *plottable, mPlottables) - { - if (plottable->selected()) - result.append(plottable); - } - return result; -} - -/*! - Returns any plottable at the pixel position \a pos. Since it can capture all plottables, the - return type is the abstract base class of all plottables, QCPAbstractPlottable. - - For details, and if you wish to specify a certain plottable type (e.g. QCPGraph), see the - template method plottableAt() - - \see plottableAt(), itemAt, layoutElementAt -*/ -QCPAbstractPlottable *QCustomPlot::plottableAt(const QPointF &pos, bool onlySelectable, int *dataIndex) const -{ - return plottableAt(pos, onlySelectable, dataIndex); -} - -/*! - Returns whether this QCustomPlot instance contains the \a plottable. -*/ -bool QCustomPlot::hasPlottable(QCPAbstractPlottable *plottable) const -{ - return mPlottables.contains(plottable); -} - -/*! - Returns the graph with \a index. If the index is invalid, returns \c nullptr. - - 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 nullptr; - } -} - -/*! \overload - - Returns the last graph, that was created with \ref addGraph. If there are no graphs in the plot, - returns \c nullptr. - - \see graphCount, addGraph -*/ -QCPGraph *QCustomPlot::graph() const -{ - if (!mGraphs.isEmpty()) - { - return mGraphs.last(); - } else - return nullptr; -} - -/*! - 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 \c nullptr 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 nullptr; - } - if (keyAxis->parentPlot() != this || valueAxis->parentPlot() != this) - { - qDebug() << Q_FUNC_INFO << "passed keyAxis or valueAxis doesn't have this QCustomPlot as parent"; - return nullptr; - } - - QCPGraph *newGraph = new QCPGraph(keyAxis, valueAxis); - newGraph->setName(QLatin1String("Graph ")+QString::number(mGraphs.size())); - return newGraph; -} - -/*! - Removes the specified \a graph from the plot and deletes it. If necessary, the corresponding - legend item is also removed from the default legend (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 \c nullptr (no channel fill). - - Returns true on success. - - \see clearGraphs -*/ -bool QCustomPlot::removeGraph(QCPGraph *graph) -{ - return removePlottable(graph); -} - -/*! \overload - - Removes and deletes 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 deletes them. Corresponding legend items are also removed - from the default legend (QCustomPlot::legend). - - 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::setSelection -*/ -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 \c nullptr. - - There is an overloaded version of this function with no parameter which returns the last added - item, see QCustomPlot::item() - - \see itemCount -*/ -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 nullptr; - } -} - -/*! \overload - - Returns the last item that was added to this plot. If there are no items in the plot, - returns \c nullptr. - - \see itemCount -*/ -QCPAbstractItem *QCustomPlot::item() const -{ - if (!mItems.isEmpty()) - { - return mItems.last(); - } else - return nullptr; -} - -/*! - Removes the specified item from the plot and deletes it. - - Returns true on success. - - \see 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 and deletes 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 and deletes them. - - 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 -*/ -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. Since it can capture all items, the - return type is the abstract base class of all items, QCPAbstractItem. - - For details, and if you wish to specify a certain item type (e.g. QCPItemLine), see the - template method itemAt() - - \see itemAt(), plottableAt, layoutElementAt -*/ -QCPAbstractItem *QCustomPlot::itemAt(const QPointF &pos, bool onlySelectable) const -{ - return itemAt(pos, onlySelectable); -} - -/*! - Returns whether this QCustomPlot contains the \a item. - - \see item -*/ -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, \c - nullptr 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 nullptr; -} - -/*! \overload - - Returns the layer by \a index. If the index is invalid, \c nullptr 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 nullptr; - } -} - -/*! - 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(); - setupPaintBuffers(); // associates new layer with the appropriate paint buffer - 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 (such that relative order stays the same) - std::reverse(children.begin(), children.end()); - foreach (QCPLayerable *child, children) - child->moveToLayer(targetLayer, isFirstLayer); // prepend if isFirstLayer, otherwise append - - // if removed layer is current layer, change current layer to layer below/above: - if (layer == mCurrentLayer) - setCurrentLayer(targetLayer); - - // invalidate the paint buffer that was responsible for this layer: - if (QSharedPointer pb = layer->mPaintBuffer.toStrongRef()) - pb->setInvalidated(); - - // 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; - } - - if (layer->index() > otherLayer->index()) - mLayers.move(layer->index(), otherLayer->index() + (insertMode==limAbove ? 1:0)); - else if (layer->index() < otherLayer->index()) - mLayers.move(layer->index(), otherLayer->index() + (insertMode==limAbove ? 0:-1)); - - // invalidate the paint buffers that are responsible for the layers: - if (QSharedPointer pb = layer->mPaintBuffer.toStrongRef()) - pb->setInvalidated(); - if (QSharedPointer pb = otherLayer->mPaintBuffer.toStrongRef()) - pb->setInvalidated(); - - 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). - - The order of the axis rects is given by the fill order of the \ref QCPLayout that is holding - them. For example, if the axis rects are in the top level grid layout (accessible via \ref - QCustomPlot::plotLayout), they are ordered from left to right, top to bottom, if the layout's - default \ref QCPLayoutGrid::setFillOrder "setFillOrder" of \ref QCPLayoutGrid::foColumnsFirst - "foColumnsFirst" wasn't changed. - - If you want to access axis rects by their row and column index, use the layout interface. For - example, use \ref QCPLayoutGrid::element of the top level grid layout, and \c qobject_cast the - returned layout element to \ref QCPAxisRect. (See also \ref thelayoutsystem.) - - \see axisRectCount, axisRects, QCPLayoutGrid::setFillOrder -*/ -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 nullptr; - } -} - -/*! - Returns all axis rects in the plot. - - The order of the axis rects is given by the fill order of the \ref QCPLayout that is holding - them. For example, if the axis rects are in the top level grid layout (accessible via \ref - QCustomPlot::plotLayout), they are ordered from left to right, top to bottom, if the layout's - default \ref QCPLayoutGrid::setFillOrder "setFillOrder" of \ref QCPLayoutGrid::foColumnsFirst - "foColumnsFirst" wasn't changed. - - \see axisRectCount, axisRect, QCPLayoutGrid::setFillOrder -*/ -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 \c nullptr. - - 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 layout element of type \ref QCPAxisRect at pixel position \a pos. This method ignores - other layout elements even if they are visually in front of the axis rect (e.g. a \ref - QCPLegend). If there is no axis rect at that position, returns \c nullptr. - - Only visible axis rects are used. If \ref QCPLayoutElement::setVisible on the axis rect itself or - on any of its parent elements is set to false, it will not be considered. - - \see layoutElementAt -*/ -QCPAxisRect *QCustomPlot::axisRectAt(const QPointF &pos) const -{ - QCPAxisRect *result = nullptr; - 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; - if (QCPAxisRect *ar = qobject_cast(currentElement)) - result = ar; - break; - } - } - } - return result; -} - -/*! - 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(nullptr); - } -} - -/*! - Causes a complete replot into the internal paint buffer(s). Finally, the widget surface is - refreshed with the new buffer contents. This is the method that must be called to make changes to - the plot, e.g. on the axis ranges or data points of graphs, visible. - - The parameter \a refreshPriority can be used to fine-tune the timing of the replot. For example - if your application calls \ref replot very quickly in succession (e.g. multiple independent - functions change some aspects of the plot and each wants to make sure the change gets replotted), - it is advisable to set \a refreshPriority to \ref QCustomPlot::rpQueuedReplot. This way, the - actual replotting is deferred to the next event loop iteration. Multiple successive calls of \ref - replot with this priority will only cause a single replot, avoiding redundant replots and - improving performance. - - 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. - - If a layer is in mode \ref QCPLayer::lmBuffered (\ref QCPLayer::setMode), it is also possible to - replot only that specific layer via \ref QCPLayer::replot. See the documentation there for - details. - - \see replotTime -*/ -void QCustomPlot::replot(QCustomPlot::RefreshPriority refreshPriority) -{ - if (refreshPriority == QCustomPlot::rpQueuedReplot) - { - if (!mReplotQueued) - { - mReplotQueued = true; - QTimer::singleShot(0, this, SLOT(replot())); - } - return; - } - - if (mReplotting) // incase signals loop back to replot slot - return; - mReplotting = true; - mReplotQueued = false; - emit beforeReplot(); - -# if QT_VERSION < QT_VERSION_CHECK(4, 8, 0) - QTime replotTimer; - replotTimer.start(); -# else - QElapsedTimer replotTimer; - replotTimer.start(); -# endif - - updateLayout(); - // draw all layered objects (grid, axes, plottables, items, legend,...) into their buffers: - setupPaintBuffers(); - foreach (QCPLayer *layer, mLayers) - layer->drawToPaintBuffer(); - foreach (QSharedPointer buffer, mPaintBuffers) - buffer->setInvalidated(false); - - if ((refreshPriority == rpRefreshHint && mPlottingHints.testFlag(QCP::phImmediateRefresh)) || refreshPriority==rpImmediateRefresh) - repaint(); - else - update(); - -# if QT_VERSION < QT_VERSION_CHECK(4, 8, 0) - mReplotTime = replotTimer.elapsed(); -# else - mReplotTime = replotTimer.nsecsElapsed()*1e-6; -# endif - if (!qFuzzyIsNull(mReplotTimeAverage)) - mReplotTimeAverage = mReplotTimeAverage*0.9 + mReplotTime*0.1; // exponential moving average with a time constant of 10 last replots - else - mReplotTimeAverage = mReplotTime; // no previous replots to average with, so initialize with replot time - - emit afterReplot(); - mReplotting = false; -} - -/*! - Returns the time in milliseconds that the last replot took. If \a average is set to true, an - exponential moving average over the last couple of replots is returned. - - \see replot -*/ -double QCustomPlot::replotTime(bool average) const -{ - return average ? mReplotTimeAverage : mReplotTime; -} - -/*! - 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. - - Setting \a exportPen to \ref QCP::epNoCosmetic allows to disable 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 exportPen to \ref QCP::epNoCosmetic 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 \c QT_NO_PRINTER is set. - - \see savePng, saveBmp, saveJpg, saveRastered -*/ -bool QCustomPlot::savePdf(const QString &fileName, int width, int height, QCP::ExportPen exportPen, const QString &pdfCreator, const QString &pdfTitle) -{ - bool success = false; -#ifdef QT_NO_PRINTER - Q_UNUSED(fileName) - Q_UNUSED(exportPen) - 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, exportPen==QCP::epNoCosmetic); - 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, multiplied by \a scale. If either \a width or \a height is zero, the - current width and height of the QCustomPlot widget is used instead. 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 by - temporarily setting \ref QCustomPlot::setAntialiasedElements to \ref QCP::aeAll as this allows - QCustomPlot to place objects with sub-pixel accuracy. - - image compression can be controlled with the \a quality parameter which must be between 0 and 100 - or -1 to use the default setting. - - The \a resolution will be written to the image file header and has no direct consequence for the - quality or the pixel size. However, if opening the image with a tool which respects the metadata, - it will be able to scale the image to match either a given size in real units of length (inch, - centimeters, etc.), or the target display DPI. You can specify in which units \a resolution is - given, by setting \a resolutionUnit. The \a resolution is converted to the format's expected - resolution unit internally. - - 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(). - - 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. - - \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. - - \see savePdf, saveBmp, saveJpg, saveRastered -*/ -bool QCustomPlot::savePng(const QString &fileName, int width, int height, double scale, int quality, int resolution, QCP::ResolutionUnit resolutionUnit) -{ - return saveRastered(fileName, width, height, scale, "PNG", quality, resolution, resolutionUnit); -} - -/*! - Saves a JPEG image file to \a fileName on disc. The output plot will have the dimensions \a width - and \a height in pixels, multiplied by \a scale. If either \a width or \a height is zero, the - current width and height of the QCustomPlot widget is used instead. 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 by - temporarily setting \ref QCustomPlot::setAntialiasedElements to \ref QCP::aeAll as this allows - QCustomPlot to place objects with sub-pixel accuracy. - - image compression can be controlled with the \a quality parameter which must be between 0 and 100 - or -1 to use the default setting. - - The \a resolution will be written to the image file header and has no direct consequence for the - quality or the pixel size. However, if opening the image with a tool which respects the metadata, - it will be able to scale the image to match either a given size in real units of length (inch, - centimeters, etc.), or the target display DPI. You can specify in which units \a resolution is - given, by setting \a resolutionUnit. The \a resolution is converted to the format's expected - resolution unit internally. - - Returns true on success. If this function fails, most likely the JPEG format isn't supported by - the system, see Qt docs about QImageWriter::supportedImageFormats(). - - 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. - - \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. - - \see savePdf, savePng, saveBmp, saveRastered -*/ -bool QCustomPlot::saveJpg(const QString &fileName, int width, int height, double scale, int quality, int resolution, QCP::ResolutionUnit resolutionUnit) -{ - return saveRastered(fileName, width, height, scale, "JPG", quality, resolution, resolutionUnit); -} - -/*! - Saves a BMP image file to \a fileName on disc. The output plot will have the dimensions \a width - and \a height in pixels, multiplied by \a scale. If either \a width or \a height is zero, the - current width and height of the QCustomPlot widget is used instead. 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 by - temporarily setting \ref QCustomPlot::setAntialiasedElements to \ref QCP::aeAll as this allows - QCustomPlot to place objects with sub-pixel accuracy. - - The \a resolution will be written to the image file header and has no direct consequence for the - quality or the pixel size. However, if opening the image with a tool which respects the metadata, - it will be able to scale the image to match either a given size in real units of length (inch, - centimeters, etc.), or the target display DPI. You can specify in which units \a resolution is - given, by setting \a resolutionUnit. The \a resolution is converted to the format's expected - resolution unit internally. - - 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(). - - 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. - - \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. - - \see savePdf, savePng, saveJpg, saveRastered -*/ -bool QCustomPlot::saveBmp(const QString &fileName, int width, int height, double scale, int resolution, QCP::ResolutionUnit resolutionUnit) -{ - return saveRastered(fileName, width, height, scale, "BMP", -1, resolution, resolutionUnit); -} - -/*! \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->minimumOuterSizeHint(); -} - -/*! \internal - - Returns a size hint that is the same as \ref minimumSizeHint. - -*/ -QSize QCustomPlot::sizeHint() const -{ - return mPlotLayout->minimumOuterSizeHint(); -} - -/*! \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) - - // detect if the device pixel ratio has changed (e.g. moving window between different DPI screens), and adapt buffers if necessary: -#ifdef QCP_DEVICEPIXELRATIO_SUPPORTED -# ifdef QCP_DEVICEPIXELRATIO_FLOAT - double newDpr = devicePixelRatioF(); -# else - double newDpr = devicePixelRatio(); -# endif - if (!qFuzzyCompare(mBufferDevicePixelRatio, newDpr)) - { - setBufferDevicePixelRatio(newDpr); - replot(QCustomPlot::rpQueuedRefresh); - return; - } -#endif - - QCPPainter painter(this); - if (painter.isActive()) - { -#if QT_VERSION < QT_VERSION_CHECK(6, 0, 0) - painter.setRenderHint(QPainter::HighQualityAntialiasing); // to make Antialiasing look good if using the OpenGL graphicssystem -#endif - if (mBackgroundBrush.style() != Qt::NoBrush) - painter.fillRect(mViewport, mBackgroundBrush); - drawBackground(&painter); - foreach (QSharedPointer buffer, mPaintBuffers) - buffer->draw(&painter); - } -} - -/*! \internal - - Event handler for a resize of the QCustomPlot widget. The viewport (which becomes the outer rect - of mPlotLayout) is resized appropriately. Finally a \ref replot is performed. -*/ -void QCustomPlot::resizeEvent(QResizeEvent *event) -{ - Q_UNUSED(event) - // resize and repaint the buffer: - setViewport(rect()); - replot(rpQueuedRefresh); // queued refresh is important here, to prevent painting issues in some contexts (e.g. MDI subwindow) -} - -/*! \internal - - Event handler for when a double click occurs. Emits the \ref mouseDoubleClick signal, then - determines the layerable under the cursor and forwards the event to it. Finally, emits the - specialized signals when certain objecs are clicked (e.g. \ref plottableDoubleClick, \ref - axisDoubleClick, etc.). - - \see mousePressEvent, mouseReleaseEvent -*/ -void QCustomPlot::mouseDoubleClickEvent(QMouseEvent *event) -{ - emit mouseDoubleClick(event); - mMouseHasMoved = false; - mMousePressPos = event->pos(); - - // determine layerable under the cursor (this event is called instead of the second press event in a double-click): - QList details; - QList candidates = layerableListAt(mMousePressPos, false, &details); - for (int i=0; iaccept(); // default impl of QCPLayerable's mouse events ignore the event, in that case propagate to next candidate in list - candidates.at(i)->mouseDoubleClickEvent(event, details.at(i)); - if (event->isAccepted()) - { - mMouseEventLayerable = candidates.at(i); - mMouseEventLayerableDetails = details.at(i); - break; - } - } - - // emit specialized object double click signals: - if (!candidates.isEmpty()) - { - if (QCPAbstractPlottable *ap = qobject_cast(candidates.first())) - { - int dataIndex = 0; - if (!details.first().value().isEmpty()) - dataIndex = details.first().value().dataRange().begin(); - emit plottableDoubleClick(ap, dataIndex, event); - } else if (QCPAxis *ax = qobject_cast(candidates.first())) - emit axisDoubleClick(ax, details.first().value(), event); - else if (QCPAbstractItem *ai = qobject_cast(candidates.first())) - emit itemDoubleClick(ai, event); - else if (QCPLegend *lg = qobject_cast(candidates.first())) - emit legendDoubleClick(lg, nullptr, event); - else if (QCPAbstractLegendItem *li = qobject_cast(candidates.first())) - emit legendDoubleClick(li->parentLegend(), li, event); - } - - event->accept(); // in case QCPLayerable reimplementation manipulates event accepted state. In QWidget event system, QCustomPlot wants to accept the event. -} - -/*! \internal - - Event handler for when a mouse button is pressed. Emits the mousePress signal. - - If the current \ref setSelectionRectMode is not \ref QCP::srmNone, passes the event to the - selection rect. Otherwise determines the layerable under the cursor and forwards the event to it. - - \see mouseMoveEvent, mouseReleaseEvent -*/ -void QCustomPlot::mousePressEvent(QMouseEvent *event) -{ - emit mousePress(event); - // save some state to tell in releaseEvent whether it was a click: - mMouseHasMoved = false; - mMousePressPos = event->pos(); - - if (mSelectionRect && mSelectionRectMode != QCP::srmNone) - { - if (mSelectionRectMode != QCP::srmZoom || qobject_cast(axisRectAt(mMousePressPos))) // in zoom mode only activate selection rect if on an axis rect - mSelectionRect->startSelection(event); - } else - { - // no selection rect interaction, prepare for click signal emission and forward event to layerable under the cursor: - QList details; - QList candidates = layerableListAt(mMousePressPos, false, &details); - if (!candidates.isEmpty()) - { - mMouseSignalLayerable = candidates.first(); // candidate for signal emission is always topmost hit layerable (signal emitted in release event) - mMouseSignalLayerableDetails = details.first(); - } - // forward event to topmost candidate which accepts the event: - for (int i=0; iaccept(); // default impl of QCPLayerable's mouse events call ignore() on the event, in that case propagate to next candidate in list - candidates.at(i)->mousePressEvent(event, details.at(i)); - if (event->isAccepted()) - { - mMouseEventLayerable = candidates.at(i); - mMouseEventLayerableDetails = details.at(i); - break; - } - } - } - - event->accept(); // in case QCPLayerable reimplementation manipulates event accepted state. In QWidget event system, QCustomPlot wants to accept the event. -} - -/*! \internal - - Event handler for when the cursor is moved. Emits the \ref mouseMove signal. - - If the selection rect (\ref setSelectionRect) is currently active, the event is forwarded to it - in order to update the rect geometry. - - Otherwise, 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); - - if (!mMouseHasMoved && (mMousePressPos-event->pos()).manhattanLength() > 3) - mMouseHasMoved = true; // moved too far from mouse press position, don't handle as click on mouse release - - if (mSelectionRect && mSelectionRect->isActive()) - mSelectionRect->moveSelection(event); - else if (mMouseEventLayerable) // call event of affected layerable: - mMouseEventLayerable->mouseMoveEvent(event, mMousePressPos); - - event->accept(); // in case QCPLayerable reimplementation manipulates event accepted state. In QWidget event system, QCustomPlot wants to accept the 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 layerable is the mouse capturer (a \ref mousePressEvent happened on top of the layerable - before), the \ref mouseReleaseEvent is forwarded to that element. - - \see mousePressEvent, mouseMoveEvent -*/ -void QCustomPlot::mouseReleaseEvent(QMouseEvent *event) -{ - emit mouseRelease(event); - - if (!mMouseHasMoved) // mouse hasn't moved (much) between press and release, so handle as click - { - if (mSelectionRect && mSelectionRect->isActive()) // a simple click shouldn't successfully finish a selection rect, so cancel it here - mSelectionRect->cancel(); - if (event->button() == Qt::LeftButton) - processPointSelection(event); - - // emit specialized click signals of QCustomPlot instance: - if (QCPAbstractPlottable *ap = qobject_cast(mMouseSignalLayerable)) - { - int dataIndex = 0; - if (!mMouseSignalLayerableDetails.value().isEmpty()) - dataIndex = mMouseSignalLayerableDetails.value().dataRange().begin(); - emit plottableClick(ap, dataIndex, event); - } else if (QCPAxis *ax = qobject_cast(mMouseSignalLayerable)) - emit axisClick(ax, mMouseSignalLayerableDetails.value(), event); - else if (QCPAbstractItem *ai = qobject_cast(mMouseSignalLayerable)) - emit itemClick(ai, event); - else if (QCPLegend *lg = qobject_cast(mMouseSignalLayerable)) - emit legendClick(lg, nullptr, event); - else if (QCPAbstractLegendItem *li = qobject_cast(mMouseSignalLayerable)) - emit legendClick(li->parentLegend(), li, event); - mMouseSignalLayerable = nullptr; - } - - if (mSelectionRect && mSelectionRect->isActive()) // Note: if a click was detected above, the selection rect is canceled there - { - // finish selection rect, the appropriate action will be taken via signal-slot connection: - mSelectionRect->endSelection(event); - } else - { - // call event of affected layerable: - if (mMouseEventLayerable) - { - mMouseEventLayerable->mouseReleaseEvent(event, mMousePressPos); - mMouseEventLayerable = nullptr; - } - } - - if (noAntialiasingOnDrag()) - replot(rpQueuedReplot); - - event->accept(); // in case QCPLayerable reimplementation manipulates event accepted state. In QWidget event system, QCustomPlot wants to accept the event. -} - -/*! \internal - - Event handler for mouse wheel events. First, the \ref mouseWheel signal is emitted. Then - determines the affected layerable and forwards the event to it. -*/ -void QCustomPlot::wheelEvent(QWheelEvent *event) -{ - emit mouseWheel(event); - -#if QT_VERSION < QT_VERSION_CHECK(5, 14, 0) - const QPointF pos = event->pos(); -#else - const QPointF pos = event->position(); -#endif - - // forward event to layerable under cursor: - foreach (QCPLayerable *candidate, layerableListAt(pos, false)) - { - event->accept(); // default impl of QCPLayerable's mouse events ignore the event, in that case propagate to next candidate in list - candidate->wheelEvent(event); - if (event->isAccepted()) - break; - } - event->accept(); // in case QCPLayerable reimplementation manipulates event accepted state. In QWidget event system, QCustomPlot wants to accept the event. -} - -/*! \internal - - This function draws the entire plot, including background pixmap, with the specified \a painter. - It does not make use of the paint buffers like \ref replot, so this is the function typically - used by saving/exporting methods such as \ref savePdf or \ref toPainter. - - 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. -*/ -void QCustomPlot::draw(QCPPainter *painter) -{ - updateLayout(); - - // draw viewport background pixmap: - drawBackground(painter); - - // draw all layered objects (grid, axes, plottables, items, legend,...): - foreach (QCPLayer *layer, mLayers) - layer->draw(painter); - - /* 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 - - Performs the layout update steps defined by \ref QCPLayoutElement::UpdatePhase, by calling \ref - QCPLayoutElement::update on the main plot layout. - - Here, the layout elements calculate their positions and margins, and prepare for the following - draw call. -*/ -void QCustomPlot::updateLayout() -{ - // run through layout phases: - mPlotLayout->update(QCPLayoutElement::upPreparation); - mPlotLayout->update(QCPLayoutElement::upMargins); - mPlotLayout->update(QCPLayoutElement::upLayout); - - emit afterLayout(); -} - -/*! \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 - - Goes through the layers and makes sure this QCustomPlot instance holds the correct number of - paint buffers and that they have the correct configuration (size, pixel ratio, etc.). - Allocations, reallocations and deletions of paint buffers are performed as necessary. It also - associates the paint buffers with the layers, so they draw themselves into the right buffer when - \ref QCPLayer::drawToPaintBuffer is called. This means it associates adjacent \ref - QCPLayer::lmLogical layers to a mutual paint buffer and creates dedicated paint buffers for - layers in \ref QCPLayer::lmBuffered mode. - - This method uses \ref createPaintBuffer to create new paint buffers. - - After this method, the paint buffers are empty (filled with \c Qt::transparent) and invalidated - (so an attempt to replot only a single buffered layer causes a full replot). - - This method is called in every \ref replot call, prior to actually drawing the layers (into their - associated paint buffer). If the paint buffers don't need changing/reallocating, this method - basically leaves them alone and thus finishes very fast. -*/ -void QCustomPlot::setupPaintBuffers() -{ - int bufferIndex = 0; - if (mPaintBuffers.isEmpty()) - mPaintBuffers.append(QSharedPointer(createPaintBuffer())); - - for (int layerIndex = 0; layerIndex < mLayers.size(); ++layerIndex) - { - QCPLayer *layer = mLayers.at(layerIndex); - if (layer->mode() == QCPLayer::lmLogical) - { - layer->mPaintBuffer = mPaintBuffers.at(bufferIndex).toWeakRef(); - } else if (layer->mode() == QCPLayer::lmBuffered) - { - ++bufferIndex; - if (bufferIndex >= mPaintBuffers.size()) - mPaintBuffers.append(QSharedPointer(createPaintBuffer())); - layer->mPaintBuffer = mPaintBuffers.at(bufferIndex).toWeakRef(); - if (layerIndex < mLayers.size()-1 && mLayers.at(layerIndex+1)->mode() == QCPLayer::lmLogical) // not last layer, and next one is logical, so prepare another buffer for next layerables - { - ++bufferIndex; - if (bufferIndex >= mPaintBuffers.size()) - mPaintBuffers.append(QSharedPointer(createPaintBuffer())); - } - } - } - // remove unneeded buffers: - while (mPaintBuffers.size()-1 > bufferIndex) - mPaintBuffers.removeLast(); - // resize buffers to viewport size and clear contents: - foreach (QSharedPointer buffer, mPaintBuffers) - { - buffer->setSize(viewport().size()); // won't do anything if already correct size - buffer->clear(Qt::transparent); - buffer->setInvalidated(); - } -} - -/*! \internal - - This method is used by \ref setupPaintBuffers when it needs to create new paint buffers. - - Depending on the current setting of \ref setOpenGl, and the current Qt version, different - backends (subclasses of \ref QCPAbstractPaintBuffer) are created, initialized with the proper - size and device pixel ratio, and returned. -*/ -QCPAbstractPaintBuffer *QCustomPlot::createPaintBuffer() -{ - if (mOpenGl) - { -#if defined(QCP_OPENGL_FBO) - return new QCPPaintBufferGlFbo(viewport().size(), mBufferDevicePixelRatio, mGlContext, mGlPaintDevice); -#elif defined(QCP_OPENGL_PBUFFER) - return new QCPPaintBufferGlPbuffer(viewport().size(), mBufferDevicePixelRatio, mOpenGlMultisamples); -#else - qDebug() << Q_FUNC_INFO << "OpenGL enabled even though no support for it compiled in, this shouldn't have happened. Falling back to pixmap paint buffer."; - return new QCPPaintBufferPixmap(viewport().size(), mBufferDevicePixelRatio); -#endif - } else - return new QCPPaintBufferPixmap(viewport().size(), mBufferDevicePixelRatio); -} - -/*! - This method returns whether any of the paint buffers held by this QCustomPlot instance are - invalidated. - - If any buffer is invalidated, a partial replot (\ref QCPLayer::replot) is not allowed and always - causes a full replot (\ref QCustomPlot::replot) of all layers. This is the case when for example - the layer order has changed, new layers were added or removed, layer modes were changed (\ref - QCPLayer::setMode), or layerables were added or removed. - - \see QCPAbstractPaintBuffer::setInvalidated -*/ -bool QCustomPlot::hasInvalidatedPaintBuffers() -{ - foreach (QSharedPointer buffer, mPaintBuffers) - { - if (buffer->invalidated()) - return true; - } - return false; -} - -/*! \internal - - When \ref setOpenGl is set to true, this method is used to initialize OpenGL (create a context, - surface, paint device). - - Returns true on success. - - If this method is successful, all paint buffers should be deleted and then reallocated by calling - \ref setupPaintBuffers, so the OpenGL-based paint buffer subclasses (\ref - QCPPaintBufferGlPbuffer, \ref QCPPaintBufferGlFbo) are used for subsequent replots. - - \see freeOpenGl -*/ -bool QCustomPlot::setupOpenGl() -{ -#ifdef QCP_OPENGL_FBO - freeOpenGl(); - QSurfaceFormat proposedSurfaceFormat; - proposedSurfaceFormat.setSamples(mOpenGlMultisamples); -#ifdef QCP_OPENGL_OFFSCREENSURFACE - QOffscreenSurface *surface = new QOffscreenSurface; -#else - QWindow *surface = new QWindow; - surface->setSurfaceType(QSurface::OpenGLSurface); -#endif - surface->setFormat(proposedSurfaceFormat); - surface->create(); - mGlSurface = QSharedPointer(surface); - mGlContext = QSharedPointer(new QOpenGLContext); - mGlContext->setFormat(mGlSurface->format()); - if (!mGlContext->create()) - { - qDebug() << Q_FUNC_INFO << "Failed to create OpenGL context"; - mGlContext.clear(); - mGlSurface.clear(); - return false; - } - if (!mGlContext->makeCurrent(mGlSurface.data())) // context needs to be current to create paint device - { - qDebug() << Q_FUNC_INFO << "Failed to make opengl context current"; - mGlContext.clear(); - mGlSurface.clear(); - return false; - } - if (!QOpenGLFramebufferObject::hasOpenGLFramebufferObjects()) - { - qDebug() << Q_FUNC_INFO << "OpenGL of this system doesn't support frame buffer objects"; - mGlContext.clear(); - mGlSurface.clear(); - return false; - } - mGlPaintDevice = QSharedPointer(new QOpenGLPaintDevice); - return true; -#elif defined(QCP_OPENGL_PBUFFER) - return QGLFormat::hasOpenGL(); -#else - return false; -#endif -} - -/*! \internal - - When \ref setOpenGl is set to false, this method is used to deinitialize OpenGL (releases the - context and frees resources). - - After OpenGL is disabled, all paint buffers should be deleted and then reallocated by calling - \ref setupPaintBuffers, so the standard software rendering paint buffer subclass (\ref - QCPPaintBufferPixmap) is used for subsequent replots. - - \see setupOpenGl -*/ -void QCustomPlot::freeOpenGl() -{ -#ifdef QCP_OPENGL_FBO - mGlPaintDevice.clear(); - mGlContext.clear(); - mGlSurface.clear(); -#endif -} - -/*! \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 = nullptr; - if (xAxis2 == axis) - xAxis2 = nullptr; - if (yAxis == axis) - yAxis = nullptr; - if (yAxis2 == axis) - yAxis2 = nullptr; - - // 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 = nullptr; -} - -/*! \internal - - This slot is connected to the selection rect's \ref QCPSelectionRect::accepted signal when \ref - setSelectionRectMode is set to \ref QCP::srmSelect. - - First, it determines which axis rect was the origin of the selection rect judging by the starting - point of the selection. Then it goes through the plottables (\ref QCPAbstractPlottable1D to be - precise) associated with that axis rect and finds the data points that are in \a rect. It does - this by querying their \ref QCPAbstractPlottable1D::selectTestRect method. - - Then, the actual selection is done by calling the plottables' \ref - QCPAbstractPlottable::selectEvent, placing the found selected data points in the \a details - parameter as QVariant(\ref QCPDataSelection). All plottables that weren't touched by \a - rect receive a \ref QCPAbstractPlottable::deselectEvent. - - \see processRectZoom -*/ -void QCustomPlot::processRectSelection(QRect rect, QMouseEvent *event) -{ - typedef QPair SelectionCandidate; - typedef QMultiMap SelectionCandidates; // map key is number of selected data points, so we have selections sorted by size - - bool selectionStateChanged = false; - - if (mInteractions.testFlag(QCP::iSelectPlottables)) - { - SelectionCandidates potentialSelections; - QRectF rectF(rect.normalized()); - if (QCPAxisRect *affectedAxisRect = axisRectAt(rectF.topLeft())) - { - // determine plottables that were hit by the rect and thus are candidates for selection: - foreach (QCPAbstractPlottable *plottable, affectedAxisRect->plottables()) - { - if (QCPPlottableInterface1D *plottableInterface = plottable->interface1D()) - { - QCPDataSelection dataSel = plottableInterface->selectTestRect(rectF, true); - if (!dataSel.isEmpty()) - potentialSelections.insert(dataSel.dataPointCount(), SelectionCandidate(plottable, dataSel)); - } - } - - if (!mInteractions.testFlag(QCP::iMultiSelect)) - { - // only leave plottable with most selected points in map, since we will only select a single plottable: - if (!potentialSelections.isEmpty()) - { - SelectionCandidates::iterator it = potentialSelections.begin(); - while (it != std::prev(potentialSelections.end())) // erase all except last element - it = potentialSelections.erase(it); - } - } - - bool additive = event->modifiers().testFlag(mMultiSelectModifier); - // deselect all other layerables if not additive selection: - if (!additive) - { - // emit deselection except to those plottables who will be selected afterwards: - foreach (QCPLayer *layer, mLayers) - { - foreach (QCPLayerable *layerable, layer->children()) - { - if ((potentialSelections.isEmpty() || potentialSelections.constBegin()->first != layerable) && mInteractions.testFlag(layerable->selectionCategory())) - { - bool selChanged = false; - layerable->deselectEvent(&selChanged); - selectionStateChanged |= selChanged; - } - } - } - } - - // go through selections in reverse (largest selection first) and emit select events: - SelectionCandidates::const_iterator it = potentialSelections.constEnd(); - while (it != potentialSelections.constBegin()) - { - --it; - if (mInteractions.testFlag(it.value().first->selectionCategory())) - { - bool selChanged = false; - it.value().first->selectEvent(event, additive, QVariant::fromValue(it.value().second), &selChanged); - selectionStateChanged |= selChanged; - } - } - } - } - - if (selectionStateChanged) - { - emit selectionChangedByUser(); - replot(rpQueuedReplot); - } else if (mSelectionRect) - mSelectionRect->layer()->replot(); -} - -/*! \internal - - This slot is connected to the selection rect's \ref QCPSelectionRect::accepted signal when \ref - setSelectionRectMode is set to \ref QCP::srmZoom. - - It determines which axis rect was the origin of the selection rect judging by the starting point - of the selection, and then zooms the axes defined via \ref QCPAxisRect::setRangeZoomAxes to the - provided \a rect (see \ref QCPAxisRect::zoom). - - \see processRectSelection -*/ -void QCustomPlot::processRectZoom(QRect rect, QMouseEvent *event) -{ - Q_UNUSED(event) - if (QCPAxisRect *axisRect = axisRectAt(rect.topLeft())) - { - QList affectedAxes = QList() << axisRect->rangeZoomAxes(Qt::Horizontal) << axisRect->rangeZoomAxes(Qt::Vertical); - affectedAxes.removeAll(static_cast(nullptr)); - axisRect->zoom(QRectF(rect), affectedAxes); - } - replot(rpQueuedReplot); // always replot to make selection rect disappear -} - -/*! \internal - - This method is called when a simple left mouse click was detected on the QCustomPlot surface. - - It first determines the layerable that was hit by the click, and then calls its \ref - QCPLayerable::selectEvent. All other layerables receive a QCPLayerable::deselectEvent (unless the - multi-select modifier was pressed, see \ref setMultiSelectModifier). - - In this method the hit layerable is determined a second time using \ref layerableAt (after the - one in \ref mousePressEvent), because we want \a onlySelectable set to true this time. This - implies that the mouse event grabber (mMouseEventLayerable) may be a different one from the - clicked layerable determined here. For example, if a non-selectable layerable is in front of a - selectable layerable at the click position, the front layerable will receive mouse events but the - selectable one in the back will receive the \ref QCPLayerable::selectEvent. - - \see processRectSelection, QCPLayerable::selectTest -*/ -void QCustomPlot::processPointSelection(QMouseEvent *event) -{ - 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) - { - emit selectionChangedByUser(); - replot(rpQueuedReplot); - } -} - -/*! \internal - - Registers the specified plottable with this QCustomPlot and, if \ref setAutoAddPlottableToLegend - is enabled, adds it to the legend (QCustomPlot::legend). QCustomPlot takes ownership of the - plottable. - - Returns true on success, i.e. when \a plottable isn't already in this plot and the parent plot of - \a plottable is this QCustomPlot. - - This method is called automatically in the QCPAbstractPlottable base class constructor. -*/ -bool QCustomPlot::registerPlottable(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(); - if (!plottable->layer()) // usually the layer is already set in the constructor of the plottable (via QCPLayerable constructor) - plottable->setLayer(currentLayer()); - return true; -} - -/*! \internal - - In order to maintain the simplified graph interface of QCustomPlot, this method is called by the - QCPGraph constructor to register itself with this QCustomPlot's internal graph list. Returns true - on success, i.e. if \a graph is valid and wasn't already registered with this QCustomPlot. - - This graph specific registration happens in addition to the call to \ref registerPlottable by the - QCPAbstractPlottable base class. -*/ -bool QCustomPlot::registerGraph(QCPGraph *graph) -{ - if (!graph) - { - qDebug() << Q_FUNC_INFO << "passed graph is zero"; - return false; - } - if (mGraphs.contains(graph)) - { - qDebug() << Q_FUNC_INFO << "graph already registered with this QCustomPlot"; - return false; - } - - mGraphs.append(graph); - return true; -} - - -/*! \internal - - Registers the specified item with this QCustomPlot. 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. - - This method is called automatically in the QCPAbstractItem base class constructor. -*/ -bool QCustomPlot::registerItem(QCPAbstractItem *item) -{ - if (mItems.contains(item)) - { - qDebug() << Q_FUNC_INFO << "item already added to this QCustomPlot:" << reinterpret_cast(item); - return false; - } - if (item->parentPlot() != this) - { - qDebug() << Q_FUNC_INFO << "item not created with this QCustomPlot as parent:" << reinterpret_cast(item); - return false; - } - - mItems.append(item); - if (!item->layer()) // usually the layer is already set in the constructor of the item (via QCPLayerable constructor) - item->setLayer(currentLayer()); - return true; -} - -/*! \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 top-most 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). If the layerable is a plottable, \a selectionDetails contains a \ref - QCPDataSelection instance with the single data point which is closest to \a pos. - - \see layerableListAt, layoutElementAt, axisRectAt -*/ -QCPLayerable *QCustomPlot::layerableAt(const QPointF &pos, bool onlySelectable, QVariant *selectionDetails) const -{ - QList details; - QList candidates = layerableListAt(pos, onlySelectable, selectionDetails ? &details : nullptr); - if (selectionDetails && !details.isEmpty()) - *selectionDetails = details.first(); - if (!candidates.isEmpty()) - return candidates.first(); - else - return nullptr; -} - -/*! \internal - - Returns the layerables 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.) - - The returned list is sorted by the layerable/drawing order such that the layerable that appears - on top in the plot is at index 0 of the returned list. If you only need to know the top - layerable, rather use \ref layerableAt. - - \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). If the layerable is a plottable, \a selectionDetails contains a \ref - QCPDataSelection instance with the single data point which is closest to \a pos. - - \see layerableAt, layoutElementAt, axisRectAt -*/ -QList QCustomPlot::layerableListAt(const QPointF &pos, bool onlySelectable, QList *selectionDetails) const -{ - QList result; - for (int layerIndex=mLayers.size()-1; layerIndex>=0; --layerIndex) - { - const QList layerables = mLayers.at(layerIndex)->children(); - 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, selectionDetails ? &details : nullptr); - if (dist >= 0 && dist < selectionTolerance()) - { - result.append(layerables.at(i)); - if (selectionDetails) - selectionDetails->append(details); - } - } - } - return result; -} - -/*! - 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(). - - The \a resolution will be written to the image file header (if the file format supports this) and - has no direct consequence for the quality or the pixel size. However, if opening the image with a - tool which respects the metadata, it will be able to scale the image to match either a given size - in real units of length (inch, centimeters, etc.), or the target display DPI. You can specify in - which units \a resolution is given, by setting \a resolutionUnit. The \a resolution is converted - to the format's expected resolution unit internally. - - \see saveBmp, saveJpg, savePng, savePdf -*/ -bool QCustomPlot::saveRastered(const QString &fileName, int width, int height, double scale, const char *format, int quality, int resolution, QCP::ResolutionUnit resolutionUnit) -{ - QImage buffer = toPixmap(width, height, scale).toImage(); - - int dotsPerMeter = 0; - switch (resolutionUnit) - { - case QCP::ruDotsPerMeter: dotsPerMeter = resolution; break; - case QCP::ruDotsPerCentimeter: dotsPerMeter = resolution*100; break; - case QCP::ruDotsPerInch: dotsPerMeter = int(resolution/0.0254); break; - } - buffer.setDotsPerMeterX(dotsPerMeter); // this is saved together with some image formats, e.g. PNG, and is relevant when opening image in other tools - buffer.setDotsPerMeterY(dotsPerMeter); // this is saved together with some image formats, e.g. PNG, and is relevant when opening image in other tools - 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"; -} -/* end of 'src/core.cpp' */ - - -/* including file 'src/colorgradient.cpp' */ -/* modified 2022-11-06T12:45:56, size 25408 */ - - -//////////////////////////////////////////////////////////////////////////////////////////////////// -//////////////////// 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. - - Apart from red, green and blue components, the gradient also interpolates the alpha values of the - configured color stops. This allows to display some portions of the data range as transparent in - the plot. - - How NaN values are interpreted can be configured with \ref setNanHandling. - - \image html QCPColorGradient.png - - The constructor \ref QCPColorGradient(GradientPreset preset) allows directly converting a \ref - GradientPreset to a QCPColorGradient. This means that you can 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, empty QCPColorGradient with no predefined color stops. You can add own color - stops with \ref setColorStopAt. - - The color level count is initialized to 350. -*/ -QCPColorGradient::QCPColorGradient() : - mLevelCount(350), - mColorInterpolation(ciRGB), - mNanHandling(nhNone), - mNanColor(Qt::black), - mPeriodic(false), - mColorBufferInvalidated(true) -{ - mColorBuffer.fill(qRgb(0, 0, 0), mLevelCount); -} - -/*! - 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), - mNanHandling(nhNone), - mNanColor(Qt::black), - 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.mNanHandling == this ->mNanHandling) && - (other.mNanColor == this->mNanColor) && - (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. The minimum number of levels is 2. - - \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 (or creating a new, empty QCPColorGradient) 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 how NaNs in the data are displayed in the plot. - - \see setNanColor -*/ -void QCPColorGradient::setNanHandling(QCPColorGradient::NanHandling handling) -{ - mNanHandling = handling; -} - -/*! - Sets the color that NaN data is represented by, if \ref setNanHandling is set - to ref nhNanColor. - - \see setNanHandling -*/ -void QCPColorGradient::setNanColor(const QColor &color) -{ - mNanColor = color; -} - -/*! - 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; -} - -/*! \overload - - 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]. - - Use the overloaded method to additionally provide alpha map data. - - The QRgb values that are placed in \a scanLine have their r, g, and b components premultiplied - with alpha (see QImage::Format_ARGB32_Premultiplied). -*/ -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() and the other colorize() overload - 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(); - - const bool skipNanCheck = mNanHandling == nhNone; - const double posToIndexFactor = !logarithmic ? (mLevelCount-1)/range.size() : (mLevelCount-1)/qLn(range.upper/range.lower); - for (int i=0; i::const_iterator it=mColorStops.constBegin(); it!=mColorStops.constEnd(); ++it) - result.setColorStopAt(1.0-it.key(), it.value()); - return result; -} - -/*! \internal - - Returns true if the color gradient uses transparency, i.e. if any of the configured color stops - has an alpha value below 255. -*/ -bool QCPColorGradient::stopsUseAlpha() const -{ - for (QMap::const_iterator it=mColorStops.constBegin(); it!=mColorStops.constEnd(); ++it) - { - if (it.value().alpha() < 255) - return true; - } - return false; -} - -/*! \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); - const bool useAlpha = stopsUseAlpha(); - for (int i=0; i::const_iterator it = const_cast*>(&mColorStops)->lowerBound(position); // force using the const lowerBound method - if (it == mColorStops.constEnd()) // position is on or after last stop, use color of last stop - { - if (useAlpha) - { - const QColor col = std::prev(it).value(); - const double alphaPremultiplier = col.alpha()/255.0; // since we use QImage::Format_ARGB32_Premultiplied - mColorBuffer[i] = qRgba(int(col.red()*alphaPremultiplier), - int(col.green()*alphaPremultiplier), - int(col.blue()*alphaPremultiplier), - col.alpha()); - } else - mColorBuffer[i] = std::prev(it).value().rgba(); - } else if (it == mColorStops.constBegin()) // position is on or before first stop, use color of first stop - { - if (useAlpha) - { - const QColor &col = it.value(); - const double alphaPremultiplier = col.alpha()/255.0; // since we use QImage::Format_ARGB32_Premultiplied - mColorBuffer[i] = qRgba(int(col.red()*alphaPremultiplier), - int(col.green()*alphaPremultiplier), - int(col.blue()*alphaPremultiplier), - col.alpha()); - } else - mColorBuffer[i] = it.value().rgba(); - } else // position is in between stops (or on an intermediate stop), interpolate color - { - QMap::const_iterator high = it; - QMap::const_iterator low = std::prev(it); - double t = (position-low.key())/(high.key()-low.key()); // interpolation factor 0..1 - switch (mColorInterpolation) - { - case ciRGB: - { - if (useAlpha) - { - const int alpha = int((1-t)*low.value().alpha() + t*high.value().alpha()); - const double alphaPremultiplier = alpha/255.0; // since we use QImage::Format_ARGB32_Premultiplied - mColorBuffer[i] = qRgba(int( ((1-t)*low.value().red() + t*high.value().red())*alphaPremultiplier ), - int( ((1-t)*low.value().green() + t*high.value().green())*alphaPremultiplier ), - int( ((1-t)*low.value().blue() + t*high.value().blue())*alphaPremultiplier ), - alpha); - } else - { - mColorBuffer[i] = qRgb(int( ((1-t)*low.value().red() + t*high.value().red()) ), - int( ((1-t)*low.value().green() + t*high.value().green()) ), - int( ((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; - if (useAlpha) - { - const QRgb rgb = QColor::fromHsvF(hue, - (1-t)*lowHsv.saturationF() + t*highHsv.saturationF(), - (1-t)*lowHsv.valueF() + t*highHsv.valueF()).rgb(); - const double alpha = (1-t)*lowHsv.alphaF() + t*highHsv.alphaF(); - mColorBuffer[i] = qRgba(int(qRed(rgb)*alpha), int(qGreen(rgb)*alpha), int(qBlue(rgb)*alpha), int(255*alpha)); - } - else - { - 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) - { - const QRgb rgb = mColorStops.constBegin().value().rgb(); - const double alpha = mColorStops.constBegin().value().alphaF(); - mColorBuffer.fill(qRgba(int(qRed(rgb)*alpha), int(qGreen(rgb)*alpha), int(qBlue(rgb)*alpha), int(255*alpha))); - } else // mColorStops is empty, fill color buffer with black - { - mColorBuffer.fill(qRgb(0, 0, 0)); - } - mColorBufferInvalidated = false; -} -/* end of 'src/colorgradient.cpp' */ - - -/* including file 'src/selectiondecorator-bracket.cpp' */ -/* modified 2022-11-06T12:45:56, size 12308 */ - -//////////////////////////////////////////////////////////////////////////////////////////////////// -//////////////////// QCPSelectionDecoratorBracket -//////////////////////////////////////////////////////////////////////////////////////////////////// - -/*! \class QCPSelectionDecoratorBracket - \brief A selection decorator which draws brackets around each selected data segment - - Additionally to the regular highlighting of selected segments via color, fill and scatter style, - this \ref QCPSelectionDecorator subclass draws markers at the begin and end of each selected data - segment of the plottable. - - The shape of the markers can be controlled with \ref setBracketStyle, \ref setBracketWidth and - \ref setBracketHeight. The color/fill can be controlled with \ref setBracketPen and \ref - setBracketBrush. - - To introduce custom bracket styles, it is only necessary to sublcass \ref - QCPSelectionDecoratorBracket and reimplement \ref drawBracket. The rest will be managed by the - base class. -*/ - -/*! - Creates a new QCPSelectionDecoratorBracket instance with default values. -*/ -QCPSelectionDecoratorBracket::QCPSelectionDecoratorBracket() : - mBracketPen(QPen(Qt::black)), - mBracketBrush(Qt::NoBrush), - mBracketWidth(5), - mBracketHeight(50), - mBracketStyle(bsSquareBracket), - mTangentToData(false), - mTangentAverage(2) -{ - -} - -QCPSelectionDecoratorBracket::~QCPSelectionDecoratorBracket() -{ -} - -/*! - Sets the pen that will be used to draw the brackets at the beginning and end of each selected - data segment. -*/ -void QCPSelectionDecoratorBracket::setBracketPen(const QPen &pen) -{ - mBracketPen = pen; -} - -/*! - Sets the brush that will be used to draw the brackets at the beginning and end of each selected - data segment. -*/ -void QCPSelectionDecoratorBracket::setBracketBrush(const QBrush &brush) -{ - mBracketBrush = brush; -} - -/*! - Sets the width of the drawn bracket. The width dimension is always parallel to the key axis of - the data, or the tangent direction of the current data slope, if \ref setTangentToData is - enabled. -*/ -void QCPSelectionDecoratorBracket::setBracketWidth(int width) -{ - mBracketWidth = width; -} - -/*! - Sets the height of the drawn bracket. The height dimension is always perpendicular to the key axis - of the data, or the tangent direction of the current data slope, if \ref setTangentToData is - enabled. -*/ -void QCPSelectionDecoratorBracket::setBracketHeight(int height) -{ - mBracketHeight = height; -} - -/*! - Sets the shape that the bracket/marker will have. - - \see setBracketWidth, setBracketHeight -*/ -void QCPSelectionDecoratorBracket::setBracketStyle(QCPSelectionDecoratorBracket::BracketStyle style) -{ - mBracketStyle = style; -} - -/*! - Sets whether the brackets will be rotated such that they align with the slope of the data at the - position that they appear in. - - For noisy data, it might be more visually appealing to average the slope over multiple data - points. This can be configured via \ref setTangentAverage. -*/ -void QCPSelectionDecoratorBracket::setTangentToData(bool enabled) -{ - mTangentToData = enabled; -} - -/*! - Controls over how many data points the slope shall be averaged, when brackets shall be aligned - with the data (if \ref setTangentToData is true). - - From the position of the bracket, \a pointCount points towards the selected data range will be - taken into account. The smallest value of \a pointCount is 1, which is effectively equivalent to - disabling \ref setTangentToData. -*/ -void QCPSelectionDecoratorBracket::setTangentAverage(int pointCount) -{ - mTangentAverage = pointCount; - if (mTangentAverage < 1) - mTangentAverage = 1; -} - -/*! - Draws the bracket shape with \a painter. The parameter \a direction is either -1 or 1 and - indicates whether the bracket shall point to the left or the right (i.e. is a closing or opening - bracket, respectively). - - The passed \a painter already contains all transformations that are necessary to position and - rotate the bracket appropriately. Painting operations can be performed as if drawing upright - brackets on flat data with horizontal key axis, with (0, 0) being the center of the bracket. - - If you wish to sublcass \ref QCPSelectionDecoratorBracket in order to provide custom bracket - shapes (see \ref QCPSelectionDecoratorBracket::bsUserStyle), this is the method you should - reimplement. -*/ -void QCPSelectionDecoratorBracket::drawBracket(QCPPainter *painter, int direction) const -{ - switch (mBracketStyle) - { - case bsSquareBracket: - { - painter->drawLine(QLineF(mBracketWidth*direction, -mBracketHeight*0.5, 0, -mBracketHeight*0.5)); - painter->drawLine(QLineF(mBracketWidth*direction, mBracketHeight*0.5, 0, mBracketHeight*0.5)); - painter->drawLine(QLineF(0, -mBracketHeight*0.5, 0, mBracketHeight*0.5)); - break; - } - case bsHalfEllipse: - { - painter->drawArc(QRectF(-mBracketWidth*0.5, -mBracketHeight*0.5, mBracketWidth, mBracketHeight), -90*16, -180*16*direction); - break; - } - case bsEllipse: - { - painter->drawEllipse(QRectF(-mBracketWidth*0.5, -mBracketHeight*0.5, mBracketWidth, mBracketHeight)); - break; - } - case bsPlus: - { - painter->drawLine(QLineF(0, -mBracketHeight*0.5, 0, mBracketHeight*0.5)); - painter->drawLine(QLineF(-mBracketWidth*0.5, 0, mBracketWidth*0.5, 0)); - break; - } - default: - { - qDebug() << Q_FUNC_INFO << "unknown/custom bracket style can't be handeld by default implementation:" << static_cast(mBracketStyle); - break; - } - } -} - -/*! - Draws the bracket decoration on the data points at the begin and end of each selected data - segment given in \a seletion. - - It uses the method \ref drawBracket to actually draw the shapes. - - \seebaseclassmethod -*/ -void QCPSelectionDecoratorBracket::drawDecoration(QCPPainter *painter, QCPDataSelection selection) -{ - if (!mPlottable || selection.isEmpty()) return; - - if (QCPPlottableInterface1D *interface1d = mPlottable->interface1D()) - { - foreach (const QCPDataRange &dataRange, selection.dataRanges()) - { - // determine position and (if tangent mode is enabled) angle of brackets: - int openBracketDir = (mPlottable->keyAxis() && !mPlottable->keyAxis()->rangeReversed()) ? 1 : -1; - int closeBracketDir = -openBracketDir; - QPointF openBracketPos = getPixelCoordinates(interface1d, dataRange.begin()); - QPointF closeBracketPos = getPixelCoordinates(interface1d, dataRange.end()-1); - double openBracketAngle = 0; - double closeBracketAngle = 0; - if (mTangentToData) - { - openBracketAngle = getTangentAngle(interface1d, dataRange.begin(), openBracketDir); - closeBracketAngle = getTangentAngle(interface1d, dataRange.end()-1, closeBracketDir); - } - // draw opening bracket: - QTransform oldTransform = painter->transform(); - painter->setPen(mBracketPen); - painter->setBrush(mBracketBrush); - painter->translate(openBracketPos); - painter->rotate(openBracketAngle/M_PI*180.0); - drawBracket(painter, openBracketDir); - painter->setTransform(oldTransform); - // draw closing bracket: - painter->setPen(mBracketPen); - painter->setBrush(mBracketBrush); - painter->translate(closeBracketPos); - painter->rotate(closeBracketAngle/M_PI*180.0); - drawBracket(painter, closeBracketDir); - painter->setTransform(oldTransform); - } - } -} - -/*! \internal - - If \ref setTangentToData is enabled, brackets need to be rotated according to the data slope. - This method returns the angle in radians by which a bracket at the given \a dataIndex must be - rotated. - - The parameter \a direction must be set to either -1 or 1, representing whether it is an opening - or closing bracket. Since for slope calculation multiple data points are required, this defines - the direction in which the algorithm walks, starting at \a dataIndex, to average those data - points. (see \ref setTangentToData and \ref setTangentAverage) - - \a interface1d is the interface to the plottable's data which is used to query data coordinates. -*/ -double QCPSelectionDecoratorBracket::getTangentAngle(const QCPPlottableInterface1D *interface1d, int dataIndex, int direction) const -{ - if (!interface1d || dataIndex < 0 || dataIndex >= interface1d->dataCount()) - return 0; - direction = direction < 0 ? -1 : 1; // enforce direction is either -1 or 1 - - // how many steps we can actually go from index in the given direction without exceeding data bounds: - int averageCount; - if (direction < 0) - averageCount = qMin(mTangentAverage, dataIndex); - else - averageCount = qMin(mTangentAverage, interface1d->dataCount()-1-dataIndex); - qDebug() << averageCount; - // calculate point average of averageCount points: - QVector points(averageCount); - QPointF pointsAverage; - int currentIndex = dataIndex; - for (int i=0; ikeyAxis(); - QCPAxis *valueAxis = mPlottable->valueAxis(); - if (!keyAxis || !valueAxis) { qDebug() << Q_FUNC_INFO << "invalid key or value axis"; return {0, 0}; } - - if (keyAxis->orientation() == Qt::Horizontal) - return {keyAxis->coordToPixel(interface1d->dataMainKey(dataIndex)), valueAxis->coordToPixel(interface1d->dataMainValue(dataIndex))}; - else - return {valueAxis->coordToPixel(interface1d->dataMainValue(dataIndex)), keyAxis->coordToPixel(interface1d->dataMainKey(dataIndex))}; -} -/* end of 'src/selectiondecorator-bracket.cpp' */ - - -/* including file 'src/layoutelements/layoutelement-axisrect.cpp' */ -/* modified 2022-11-06T12:45:56, size 47193 */ - - -//////////////////////////////////////////////////////////////////////////////////////////////////// -//////////////////// 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 = nullptr; - - foreach (QCPAxis *axis, axes()) - removeAxis(axis); -} - -/*! - Returns the number of axes on the axis rect side specified with \a type. - - \see axis -*/ -int QCPAxisRect::axisCount(QCPAxis::AxisType type) const -{ - return mAxes.value(type).size(); -} - -/*! - Returns the axis with the given \a index on the axis rect side specified with \a type. - - \see axisCount, axes -*/ -QCPAxis *QCPAxisRect::axis(QCPAxis::AxisType type, int index) const -{ - QList 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 nullptr; - } -} - -/*! - 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. QCustomPlot owns the returned axis, so if you want to - remove an axis, use \ref removeAxis instead of deleting it manually. - - You may inject QCPAxis instances (or subclasses 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 \c nullptr. - - 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 nullptr; - } - if (newAxis->axisRect() != this) - { - qDebug() << Q_FUNC_INFO << "passed axis doesn't have this axis rect as parent axis rect"; - return nullptr; - } - if (axes().contains(newAxis)) - { - qDebug() << Q_FUNC_INFO << "passed axis is already owned by this axis rect"; - return nullptr; - } - } - if (!mAxes[type].isEmpty()) // 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); - - // reset convenience axis pointers on parent QCustomPlot if they are unset: - if (mParentPlot && mParentPlot->axisRectCount() > 0 && mParentPlot->axisRect(0) == this) - { - switch (type) - { - case QCPAxis::atBottom: { if (!mParentPlot->xAxis) mParentPlot->xAxis = newAxis; break; } - case QCPAxis::atLeft: { if (!mParentPlot->yAxis) mParentPlot->yAxis = newAxis; break; } - case QCPAxis::atTop: { if (!mParentPlot->xAxis2) mParentPlot->xAxis2 = newAxis; break; } - case QCPAxis::atRight: { if (!mParentPlot->yAxis2) mParentPlot->yAxis2 = newAxis; break; } - } - } - - 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)) - { - if (it.value().first() == axis && it.value().size() > 1) // if removing first axis, transfer axis offset to the new first axis (which at this point is the second axis, if it exists) - it.value()[1]->setOffset(axis->offset()); - 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; -} - -/*! - Zooms in (or out) to the passed rectangular region \a pixelRect, given in pixel coordinates. - - All axes of this axis rect will have their range zoomed accordingly. If you only wish to zoom - specific axes, use the overloaded version of this method. - - \see QCustomPlot::setSelectionRectMode -*/ -void QCPAxisRect::zoom(const QRectF &pixelRect) -{ - zoom(pixelRect, axes()); -} - -/*! \overload - - Zooms in (or out) to the passed rectangular region \a pixelRect, given in pixel coordinates. - - Only the axes passed in \a affectedAxes will have their ranges zoomed accordingly. - - \see QCustomPlot::setSelectionRectMode -*/ -void QCPAxisRect::zoom(const QRectF &pixelRect, const QList &affectedAxes) -{ - foreach (QCPAxis *axis, affectedAxes) - { - if (!axis) - { - qDebug() << Q_FUNC_INFO << "a passed axis was zero"; - continue; - } - QCPRange pixelRange; - if (axis->orientation() == Qt::Horizontal) - pixelRange = QCPRange(pixelRect.left(), pixelRect.right()); - else - pixelRange = QCPRange(pixelRect.top(), pixelRect.bottom()); - axis->setRange(axis->pixelToCoord(pixelRange.lower), axis->pixelToCoord(pixelRange.upper)); - } -} - -/*! - 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 tick visibility (\ref QCPAxis::setTicks) - \li number format (\ref QCPAxis::setNumberFormat) - \li number precision (\ref QCPAxis::setNumberPrecision) - \li tick count of ticker (\ref QCPAxisTicker::setTickCount) - \li tick origin of ticker (\ref QCPAxisTicker::setTickOrigin) - - Tick label visibility (\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->setTicks(xAxis->ticks()); - xAxis2->setNumberFormat(xAxis->numberFormat()); - xAxis2->setNumberPrecision(xAxis->numberPrecision()); - xAxis2->ticker()->setTickCount(xAxis->ticker()->tickCount()); - xAxis2->ticker()->setTickOrigin(xAxis->ticker()->tickOrigin()); - - yAxis2->setRange(yAxis->range()); - yAxis2->setRangeReversed(yAxis->rangeReversed()); - yAxis2->setScaleType(yAxis->scaleType()); - yAxis2->setTicks(yAxis->ticks()); - yAxis2->setNumberFormat(yAxis->numberFormat()); - yAxis2->setNumberPrecision(yAxis->numberPrecision()); - yAxis2->ticker()->setTickCount(yAxis->ticker()->tickCount()); - yAxis2->ticker()->setTickOrigin(yAxis->ticker()->tickOrigin()); - - 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; - foreach (QCPAbstractPlottable *plottable, mParentPlot->mPlottables) - { - if (plottable->keyAxis()->axisRect() == this || plottable->valueAxis()->axisRect() == this) - result.append(plottable); - } - 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; - foreach (QCPGraph *graph, mParentPlot->mGraphs) - { - if (graph->keyAxis()->axisRect() == this || graph->valueAxis()->axisRect() == this) - result.append(graph); - } - 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; - foreach (QCPAbstractItem *item, mParentPlot->mItems) - { - if (item->clipAxisRect() == this) - { - result.append(item); - continue; - } - foreach (QCPItemPosition *position, item->positions()) - { - if (position->axisRect() == this || - position->keyAxis()->axisRect() == this || - position->valueAxis()->axisRect() == this) - { - result.append(item); - 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. - - \seebaseclassmethod -*/ -void QCPAxisRect::update(UpdatePhase phase) -{ - QCPLayoutElement::update(phase); - - switch (phase) - { - case upPreparation: - { - foreach (QCPAxis *axis, axes()) - axis->setupTickVectors(); - 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. If multiple axes were set, returns - the first one (use \ref rangeDragAxes to retrieve a list with all set axes). - - \see setRangeDragAxes -*/ -QCPAxis *QCPAxisRect::rangeDragAxis(Qt::Orientation orientation) -{ - if (orientation == Qt::Horizontal) - return mRangeDragHorzAxis.isEmpty() ? nullptr : mRangeDragHorzAxis.first().data(); - else - return mRangeDragVertAxis.isEmpty() ? nullptr : mRangeDragVertAxis.first().data(); -} - -/*! - Returns the range zoom axis of the \a orientation provided. If multiple axes were set, returns - the first one (use \ref rangeZoomAxes to retrieve a list with all set axes). - - \see setRangeZoomAxes -*/ -QCPAxis *QCPAxisRect::rangeZoomAxis(Qt::Orientation orientation) -{ - if (orientation == Qt::Horizontal) - return mRangeZoomHorzAxis.isEmpty() ? nullptr : mRangeZoomHorzAxis.first().data(); - else - return mRangeZoomVertAxis.isEmpty() ? nullptr : mRangeZoomVertAxis.first().data(); -} - -/*! - Returns all range drag axes of the \a orientation provided. - - \see rangeZoomAxis, setRangeZoomAxes -*/ -QList QCPAxisRect::rangeDragAxes(Qt::Orientation orientation) -{ - QList result; - if (orientation == Qt::Horizontal) - { - foreach (QPointer axis, mRangeDragHorzAxis) - { - if (!axis.isNull()) - result.append(axis.data()); - } - } else - { - foreach (QPointer axis, mRangeDragVertAxis) - { - if (!axis.isNull()) - result.append(axis.data()); - } - } - return result; -} - -/*! - Returns all range zoom axes of the \a orientation provided. - - \see rangeDragAxis, setRangeDragAxes -*/ -QList QCPAxisRect::rangeZoomAxes(Qt::Orientation orientation) -{ - QList result; - if (orientation == Qt::Horizontal) - { - foreach (QPointer axis, mRangeZoomHorzAxis) - { - if (!axis.isNull()) - result.append(axis.data()); - } - } else - { - foreach (QPointer axis, mRangeZoomVertAxis) - { - if (!axis.isNull()) - result.append(axis.data()); - } - } - return result; -} - -/*! - 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 \c nullptr 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 \c nullptr 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; -} - -/*! \overload - - Sets the axes whose range will be dragged when \ref setRangeDrag enables mouse range dragging on - the QCustomPlot widget. Pass \c nullptr if no axis shall be dragged in the respective - orientation. - - Use the overload taking a list of axes, if multiple axes (more than one per orientation) shall - react to dragging interactions. - - \see setRangeZoomAxes -*/ -void QCPAxisRect::setRangeDragAxes(QCPAxis *horizontal, QCPAxis *vertical) -{ - QList horz, vert; - if (horizontal) - horz.append(horizontal); - if (vertical) - vert.append(vertical); - setRangeDragAxes(horz, vert); -} - -/*! \overload - - This method allows to set up multiple axes to react to horizontal and vertical dragging. The drag - orientation that the respective axis will react to is deduced from its orientation (\ref - QCPAxis::orientation). - - In the unusual case that you wish to e.g. drag a vertically oriented axis with a horizontal drag - motion, use the overload taking two separate lists for horizontal and vertical dragging. -*/ -void QCPAxisRect::setRangeDragAxes(QList axes) -{ - QList horz, vert; - foreach (QCPAxis *ax, axes) - { - if (ax->orientation() == Qt::Horizontal) - horz.append(ax); - else - vert.append(ax); - } - setRangeDragAxes(horz, vert); -} - -/*! \overload - - This method allows to set multiple axes up to react to horizontal and vertical dragging, and - define specifically which axis reacts to which drag orientation (irrespective of the axis - orientation). -*/ -void QCPAxisRect::setRangeDragAxes(QList horizontal, QList vertical) -{ - mRangeDragHorzAxis.clear(); - foreach (QCPAxis *ax, horizontal) - { - QPointer axPointer(ax); - if (!axPointer.isNull()) - mRangeDragHorzAxis.append(axPointer); - else - qDebug() << Q_FUNC_INFO << "invalid axis passed in horizontal list:" << reinterpret_cast(ax); - } - mRangeDragVertAxis.clear(); - foreach (QCPAxis *ax, vertical) - { - QPointer axPointer(ax); - if (!axPointer.isNull()) - mRangeDragVertAxis.append(axPointer); - else - qDebug() << Q_FUNC_INFO << "invalid axis passed in vertical list:" << reinterpret_cast(ax); - } -} - -/*! - Sets the axes whose range will be zoomed when \ref setRangeZoom enables mouse wheel zooming on - the QCustomPlot widget. Pass \c nullptr if no axis shall be zoomed in the respective orientation. - - The two axes can be zoomed with different strengths, when different factors are passed to \ref - setRangeZoomFactor(double horizontalFactor, double verticalFactor). - - Use the overload taking a list of axes, if multiple axes (more than one per orientation) shall - react to zooming interactions. - - \see setRangeDragAxes -*/ -void QCPAxisRect::setRangeZoomAxes(QCPAxis *horizontal, QCPAxis *vertical) -{ - QList horz, vert; - if (horizontal) - horz.append(horizontal); - if (vertical) - vert.append(vertical); - setRangeZoomAxes(horz, vert); -} - -/*! \overload - - This method allows to set up multiple axes to react to horizontal and vertical range zooming. The - zoom orientation that the respective axis will react to is deduced from its orientation (\ref - QCPAxis::orientation). - - In the unusual case that you wish to e.g. zoom a vertically oriented axis with a horizontal zoom - interaction, use the overload taking two separate lists for horizontal and vertical zooming. -*/ -void QCPAxisRect::setRangeZoomAxes(QList axes) -{ - QList horz, vert; - foreach (QCPAxis *ax, axes) - { - if (ax->orientation() == Qt::Horizontal) - horz.append(ax); - else - vert.append(ax); - } - setRangeZoomAxes(horz, vert); -} - -/*! \overload - - This method allows to set multiple axes up to react to horizontal and vertical zooming, and - define specifically which axis reacts to which zoom orientation (irrespective of the axis - orientation). -*/ -void QCPAxisRect::setRangeZoomAxes(QList horizontal, QList vertical) -{ - mRangeZoomHorzAxis.clear(); - foreach (QCPAxis *ax, horizontal) - { - QPointer axPointer(ax); - if (!axPointer.isNull()) - mRangeZoomHorzAxis.append(axPointer); - else - qDebug() << Q_FUNC_INFO << "invalid axis passed in horizontal list:" << reinterpret_cast(ax); - } - mRangeZoomVertAxis.clear(); - foreach (QCPAxis *ax, vertical) - { - QPointer axPointer(ax); - if (!axPointer.isNull()) - mRangeZoomVertAxis.append(axPointer); - else - qDebug() << Q_FUNC_INFO << "invalid axis passed in vertical list:" << reinterpret_cast(ax); - } -} - -/*! - 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 - dependent on the \ref setBackgroundScaledMode), or when a differend axis background 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.isEmpty()) - return axesList.last()->offset() + axesList.last()->calculateMargin(); - else - return 0; -} - -/*! \internal - - Reacts to a change in layout to potentially set the convenience axis pointers \ref - QCustomPlot::xAxis, \ref QCustomPlot::yAxis, etc. of the parent QCustomPlot to the respective - axes of this axis rect. This is only done if the respective convenience pointer is currently zero - and if there is no QCPAxisRect at position (0, 0) of the plot layout. - - This automation makes it simpler to replace the main axis rect with a newly created one, without - the need to manually reset the convenience pointers. -*/ -void QCPAxisRect::layoutChanged() -{ - if (mParentPlot && mParentPlot->axisRectCount() > 0 && mParentPlot->axisRect(0) == this) - { - if (axisCount(QCPAxis::atBottom) > 0 && !mParentPlot->xAxis) - mParentPlot->xAxis = axis(QCPAxis::atBottom); - if (axisCount(QCPAxis::atLeft) > 0 && !mParentPlot->yAxis) - mParentPlot->yAxis = axis(QCPAxis::atLeft); - if (axisCount(QCPAxis::atTop) > 0 && !mParentPlot->xAxis2) - mParentPlot->xAxis2 = axis(QCPAxis::atTop); - if (axisCount(QCPAxis::atRight) > 0 && !mParentPlot->yAxis2) - mParentPlot->yAxis2 = axis(QCPAxis::atRight); - } -} - -/*! \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, const QVariant &details) -{ - Q_UNUSED(details) - 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)) - { - mDragStartHorzRange.clear(); - foreach (QPointer axis, mRangeDragHorzAxis) - mDragStartHorzRange.append(axis.isNull() ? QCPRange() : axis->range()); - mDragStartVertRange.clear(); - foreach (QPointer axis, mRangeDragVertAxis) - mDragStartVertRange.append(axis.isNull() ? QCPRange() : axis->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, const QPointF &startPos) -{ - Q_UNUSED(startPos) - // Mouse range dragging interaction: - if (mDragging && mParentPlot->interactions().testFlag(QCP::iRangeDrag)) - { - - if (mRangeDrag.testFlag(Qt::Horizontal)) - { - for (int i=0; i= mDragStartHorzRange.size()) - break; - if (ax->mScaleType == QCPAxis::stLinear) - { - double diff = ax->pixelToCoord(startPos.x()) - ax->pixelToCoord(event->pos().x()); - ax->setRange(mDragStartHorzRange.at(i).lower+diff, mDragStartHorzRange.at(i).upper+diff); - } else if (ax->mScaleType == QCPAxis::stLogarithmic) - { - double diff = ax->pixelToCoord(startPos.x()) / ax->pixelToCoord(event->pos().x()); - ax->setRange(mDragStartHorzRange.at(i).lower*diff, mDragStartHorzRange.at(i).upper*diff); - } - } - } - - if (mRangeDrag.testFlag(Qt::Vertical)) - { - for (int i=0; i= mDragStartVertRange.size()) - break; - if (ax->mScaleType == QCPAxis::stLinear) - { - double diff = ax->pixelToCoord(startPos.y()) - ax->pixelToCoord(event->pos().y()); - ax->setRange(mDragStartVertRange.at(i).lower+diff, mDragStartVertRange.at(i).upper+diff); - } else if (ax->mScaleType == QCPAxis::stLogarithmic) - { - double diff = ax->pixelToCoord(startPos.y()) / ax->pixelToCoord(event->pos().y()); - ax->setRange(mDragStartVertRange.at(i).lower*diff, mDragStartVertRange.at(i).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(QCustomPlot::rpQueuedReplot); - } - - } -} - -/* inherits documentation from base class */ -void QCPAxisRect::mouseReleaseEvent(QMouseEvent *event, const QPointF &startPos) -{ - Q_UNUSED(event) - Q_UNUSED(startPos) - 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 - dependent 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->angleDelta() 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 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) -{ -#if QT_VERSION < QT_VERSION_CHECK(5, 0, 0) - const double delta = event->delta(); -#else - const double delta = event->angleDelta().y(); -#endif - -#if QT_VERSION < QT_VERSION_CHECK(5, 14, 0) - const QPointF pos = event->pos(); -#else - const QPointF pos = event->position(); -#endif - - // Mouse range zooming interaction: - if (mParentPlot->interactions().testFlag(QCP::iRangeZoom)) - { - if (mRangeZoom != 0) - { - double factor; - double wheelSteps = delta/120.0; // a single step delta is +/-120 usually - if (mRangeZoom.testFlag(Qt::Horizontal)) - { - factor = qPow(mRangeZoomFactorHorz, wheelSteps); - foreach (QPointer axis, mRangeZoomHorzAxis) - { - if (!axis.isNull()) - axis->scaleRange(factor, axis->pixelToCoord(pos.x())); - } - } - if (mRangeZoom.testFlag(Qt::Vertical)) - { - factor = qPow(mRangeZoomFactorVert, wheelSteps); - foreach (QPointer axis, mRangeZoomVertAxis) - { - if (!axis.isNull()) - axis->scaleRange(factor, axis->pixelToCoord(pos.y())); - } - } - mParentPlot->replot(); - } - } -} -/* end of 'src/layoutelements/layoutelement-axisrect.cpp' */ - - -/* including file 'src/layoutelements/layoutelement-legend.cpp' */ -/* modified 2022-11-06T12:45:56, size 31762 */ - -//////////////////////////////////////////////////////////////////////////////////////////////////// -//////////////////// 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(0, 0, 0, 0)); -} - -/*! - 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. - - 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) -{ - setAntialiased(false); -} - -/*! \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 minimumOuterSizeHint and \ref - maximumOuterSizeHint of this legend item. -*/ -void QCPPlottableLegendItem::draw(QCPPainter *painter) -{ - if (!mPlottable) return; - painter->setFont(getFont()); - painter->setPen(QPen(getTextColor())); - QSize iconSize = mParentLegend->iconSize(); - QRect textRect = painter->fontMetrics().boundingRect(0, 0, 0, iconSize.height(), Qt::TextDontClip, mPlottable->name()); - QRect 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); - int halfPen = qCeil(painter->pen().widthF()*0.5)+1; - painter->setClipRect(mOuterRect.adjusted(-halfPen, -halfPen, halfPen, halfPen)); // extend default clip rect so thicker pens (especially during selection) are not clipped - painter->drawRect(iconRect); - } -} - -/*! \internal - - Calculates and returns the size of this item. This includes the icon, the text and the padding in - between. - - \seebaseclassmethod -*/ -QSize QCPPlottableLegendItem::minimumOuterSizeHint() const -{ - if (!mPlottable) return {}; - 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()); - result.setHeight(qMax(textRect.height(), iconSize.height())); - result.rwidth() += mMargins.left()+mMargins.right(); - result.rheight() += 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. - - A legend is populated with legend items by calling \ref QCPAbstractPlottable::addToLegend on the - plottable, for which a legend item shall be created. In the case of the main legend (\ref - QCustomPlot::legend), simply adding plottables to the plot while \ref - QCustomPlot::setAutoAddPlottableToLegend is set to true (the default) creates corresponding - legend items. The legend item associated with a certain plottable 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. - - Since \ref QCPLegend derives from \ref QCPLayoutGrid, it can be placed in any position a \ref - QCPLayoutElement may be positioned. The legend items are themselves \ref QCPLayoutElement - "QCPLayoutElements" which are placed in the grid layout of the legend. \ref QCPLegend only adds - an interface specialized for handling child elements of type \ref QCPAbstractLegendItem, as - mentioned above. In principle, any other layout elements may also be added to a legend via the - normal \ref QCPLayoutGrid interface. See the special page about \link thelayoutsystem The Layout - System\endlink for examples on how to add other elements to the legend and move it outside the axis - rect. - - Use the methods \ref setFillOrder and \ref setWrap inherited from \ref QCPLayoutGrid to control - in which order (column first or row first) the legend is filled up when calling \ref addItem, and - at which column or row wrapping occurs. The default fill order for legends is \ref foRowsFirst. - - By default, every QCustomPlot has one legend (\ref 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 \ref QCPLayout/\ref 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 default values. - - Note that by default, QCustomPlot already contains a legend ready to be used as \ref - QCustomPlot::legend -*/ -QCPLegend::QCPLegend() : - mIconTextPadding{} -{ - setFillOrder(QCPLayoutGrid::foRowsFirst); - setWrap(0); - - setRowSpacing(3); - setColumnSpacing(8); - setMargins(QMargins(7, 5, 7, 4)); - setAntialiased(false); - setIconSize(32, 18); - - setIconTextPadding(7); - - setSelectableParts(spLegendBox | spItems); - setSelectedParts(spNone); - - setBorderPen(QPen(Qt::black, 0)); - 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. If non-legend items were added to the legend, and the element - at the specified cell index is not a QCPAbstractLegendItem, returns \c nullptr. - - Note that the linear index depends on the current fill order (\ref setFillOrder). - - \see itemCount, addItem, itemWithPlottable -*/ -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 \c nullptr. - - \see hasItemWithPlottable -*/ -QCPPlottableLegendItem *QCPLegend::itemWithPlottable(const QCPAbstractPlottable *plottable) const -{ - for (int i=0; i(item(i))) - { - if (pli->plottable() == plottable) - return pli; - } - } - return nullptr; -} - -/*! - Returns the number of items currently in the legend. It is identical to the base class - QCPLayoutGrid::elementCount(), and unlike the other "item" interface methods of QCPLegend, - doesn't only address elements which can be cast to QCPAbstractLegendItem. - - Note that if empty cells are in the legend (e.g. by calling methods of the \ref QCPLayoutGrid - base class which allows creating empty cells), they are included in the returned count. - - \see item -*/ -int QCPLegend::itemCount() const -{ - return elementCount(); -} - -/*! - Returns whether the legend contains \a item. - - \see hasItemWithPlottable -*/ -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. The element is arranged according to the - current fill order (\ref setFillOrder) and wrapping (\ref setWrap). - - 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. - - \see removeItem, item, hasItem -*/ -bool QCPLegend::addItem(QCPAbstractLegendItem *item) -{ - return addElement(item); -} - -/*! \overload - - Removes the item with the specified \a index from the legend and deletes it. - - After successful removal, the legend is reordered according to the current fill order (\ref - setFillOrder) and wrapping (\ref setWrap), so no empty cell remains where the removed \a item - was. If you don't want this, rather use the raw element interface of \ref QCPLayoutGrid. - - Returns true, if successful. Unlike \ref QCPLayoutGrid::removeAt, this method only removes - elements derived from \ref QCPAbstractLegendItem. - - \see itemCount, clearItems -*/ -bool QCPLegend::removeItem(int index) -{ - if (QCPAbstractLegendItem *ali = item(index)) - { - bool success = remove(ali); - if (success) - setFillOrder(fillOrder(), true); // gets rid of empty cell by reordering - return success; - } else - return false; -} - -/*! \overload - - Removes \a item from the legend and deletes it. - - After successful removal, the legend is reordered according to the current fill order (\ref - setFillOrder) and wrapping (\ref setWrap), so no empty cell remains where the removed \a item - was. If you don't want this, rather use the raw element interface of \ref QCPLayoutGrid. - - Returns true, if successful. - - \see clearItems -*/ -bool QCPLegend::removeItem(QCPAbstractLegendItem *item) -{ - bool success = remove(item); - if (success) - setFillOrder(fillOrder(), true); // gets rid of empty cell by reordering - return success; -} - -/*! - Removes all items from the legend. -*/ -void QCPLegend::clearItems() -{ - for (int i=elementCount()-1; i>=0; --i) - { - if (item(i)) - removeAt(i); // don't use removeItem() because it would unnecessarily reorder the whole legend for each item - } - setFillOrder(fillOrder(), true); // get rid of empty cells by reordering once after all items are removed -} - -/*! - 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. - - \seebaseclassmethod - - \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) -{ - if (parentPlot && !parentPlot->legend) - parentPlot->legend = this; -} -/* end of 'src/layoutelements/layoutelement-legend.cpp' */ - - -/* including file 'src/layoutelements/layoutelement-textelement.cpp' */ -/* modified 2022-11-06T12:45:56, size 12925 */ - -//////////////////////////////////////////////////////////////////////////////////////////////////// -//////////////////// QCPTextElement -//////////////////////////////////////////////////////////////////////////////////////////////////// - -/*! \class QCPTextElement - \brief A layout element displaying a text - - The text may be specified with \ref setText, the formatting can be controlled with \ref setFont, - \ref setTextColor, and \ref setTextFlags. - - A text element can be added as follows: - \snippet documentation/doc-code-snippets/mainwindow.cpp qcptextelement-creation -*/ - -/* start documentation of signals */ - -/*! \fn void QCPTextElement::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 -*/ - -/*! \fn void QCPTextElement::clicked(QMouseEvent *event) - - This signal is emitted when the text element is clicked. - - \see doubleClicked, selectTest -*/ - -/*! \fn void QCPTextElement::doubleClicked(QMouseEvent *event) - - This signal is emitted when the text element is double clicked. - - \see clicked, selectTest -*/ - -/* end documentation of signals */ - -/*! \overload - - Creates a new QCPTextElement instance and sets default values. The initial text is empty (\ref - setText). -*/ -QCPTextElement::QCPTextElement(QCustomPlot *parentPlot) : - QCPLayoutElement(parentPlot), - mText(), - mTextFlags(Qt::AlignCenter), - mFont(QFont(QLatin1String("sans serif"), 12)), // will be taken from parentPlot if available, see below - mTextColor(Qt::black), - mSelectedFont(QFont(QLatin1String("sans serif"), 12)), // will be taken from parentPlot if available, see below - mSelectedTextColor(Qt::blue), - mSelectable(false), - mSelected(false) -{ - if (parentPlot) - { - mFont = parentPlot->font(); - mSelectedFont = parentPlot->font(); - } - setMargins(QMargins(2, 2, 2, 2)); -} - -/*! \overload - - Creates a new QCPTextElement instance and sets default values. - - The initial text is set to \a text. -*/ -QCPTextElement::QCPTextElement(QCustomPlot *parentPlot, const QString &text) : - QCPLayoutElement(parentPlot), - mText(text), - mTextFlags(Qt::AlignCenter), - mFont(QFont(QLatin1String("sans serif"), 12)), // will be taken from parentPlot if available, see below - mTextColor(Qt::black), - mSelectedFont(QFont(QLatin1String("sans serif"), 12)), // will be taken from parentPlot if available, see below - mSelectedTextColor(Qt::blue), - mSelectable(false), - mSelected(false) -{ - if (parentPlot) - { - mFont = parentPlot->font(); - mSelectedFont = parentPlot->font(); - } - setMargins(QMargins(2, 2, 2, 2)); -} - -/*! \overload - - Creates a new QCPTextElement instance and sets default values. - - The initial text is set to \a text with \a pointSize. -*/ -QCPTextElement::QCPTextElement(QCustomPlot *parentPlot, const QString &text, double pointSize) : - QCPLayoutElement(parentPlot), - mText(text), - mTextFlags(Qt::AlignCenter), - mFont(QFont(QLatin1String("sans serif"), int(pointSize))), // will be taken from parentPlot if available, see below - mTextColor(Qt::black), - mSelectedFont(QFont(QLatin1String("sans serif"), int(pointSize))), // will be taken from parentPlot if available, see below - mSelectedTextColor(Qt::blue), - mSelectable(false), - mSelected(false) -{ - mFont.setPointSizeF(pointSize); // set here again as floating point, because constructor above only takes integer - if (parentPlot) - { - mFont = parentPlot->font(); - mFont.setPointSizeF(pointSize); - mSelectedFont = parentPlot->font(); - mSelectedFont.setPointSizeF(pointSize); - } - setMargins(QMargins(2, 2, 2, 2)); -} - -/*! \overload - - Creates a new QCPTextElement instance and sets default values. - - The initial text is set to \a text with \a pointSize and the specified \a fontFamily. -*/ -QCPTextElement::QCPTextElement(QCustomPlot *parentPlot, const QString &text, const QString &fontFamily, double pointSize) : - QCPLayoutElement(parentPlot), - mText(text), - mTextFlags(Qt::AlignCenter), - mFont(QFont(fontFamily, int(pointSize))), - mTextColor(Qt::black), - mSelectedFont(QFont(fontFamily, int(pointSize))), - mSelectedTextColor(Qt::blue), - mSelectable(false), - mSelected(false) -{ - mFont.setPointSizeF(pointSize); // set here again as floating point, because constructor above only takes integer - setMargins(QMargins(2, 2, 2, 2)); -} - -/*! \overload - - Creates a new QCPTextElement instance and sets default values. - - The initial text is set to \a text with the specified \a font. -*/ -QCPTextElement::QCPTextElement(QCustomPlot *parentPlot, const QString &text, const QFont &font) : - QCPLayoutElement(parentPlot), - mText(text), - mTextFlags(Qt::AlignCenter), - mFont(font), - mTextColor(Qt::black), - mSelectedFont(font), - mSelectedTextColor(Qt::blue), - mSelectable(false), - mSelected(false) -{ - setMargins(QMargins(2, 2, 2, 2)); -} - -/*! - Sets the text that will be displayed to \a text. Multiple lines can be created by insertion of "\n". - - \see setFont, setTextColor, setTextFlags -*/ -void QCPTextElement::setText(const QString &text) -{ - mText = text; -} - -/*! - Sets options for text alignment and wrapping behaviour. \a flags is a bitwise OR-combination of - \c Qt::AlignmentFlag and \c Qt::TextFlag enums. - - Possible enums are: - - Qt::AlignLeft - - Qt::AlignRight - - Qt::AlignHCenter - - Qt::AlignJustify - - Qt::AlignTop - - Qt::AlignBottom - - Qt::AlignVCenter - - Qt::AlignCenter - - Qt::TextDontClip - - Qt::TextSingleLine - - Qt::TextExpandTabs - - Qt::TextShowMnemonic - - Qt::TextWordWrap - - Qt::TextIncludeTrailingSpaces -*/ -void QCPTextElement::setTextFlags(int flags) -{ - mTextFlags = flags; -} - -/*! - Sets the \a font of the text. - - \see setTextColor, setSelectedFont -*/ -void QCPTextElement::setFont(const QFont &font) -{ - mFont = font; -} - -/*! - Sets the \a color of the text. - - \see setFont, setSelectedTextColor -*/ -void QCPTextElement::setTextColor(const QColor &color) -{ - mTextColor = color; -} - -/*! - Sets the \a font of the text that will be used if the text element is selected (\ref setSelected). - - \see setFont -*/ -void QCPTextElement::setSelectedFont(const QFont &font) -{ - mSelectedFont = font; -} - -/*! - Sets the \a color of the text that will be used if the text element is selected (\ref setSelected). - - \see setTextColor -*/ -void QCPTextElement::setSelectedTextColor(const QColor &color) -{ - mSelectedTextColor = color; -} - -/*! - Sets whether the user may select this text element. - - Note that even when \a selectable is set to false, the selection state may be changed - programmatically via \ref setSelected. -*/ -void QCPTextElement::setSelectable(bool selectable) -{ - if (mSelectable != selectable) - { - mSelectable = selectable; - emit selectableChanged(mSelectable); - } -} - -/*! - Sets the selection state of this text element 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 QCPTextElement::setSelected(bool selected) -{ - if (mSelected != selected) - { - mSelected = selected; - emit selectionChanged(mSelected); - } -} - -/* inherits documentation from base class */ -void QCPTextElement::applyDefaultAntialiasingHint(QCPPainter *painter) const -{ - applyAntialiasingHint(painter, mAntialiased, QCP::aeOther); -} - -/* inherits documentation from base class */ -void QCPTextElement::draw(QCPPainter *painter) -{ - painter->setFont(mainFont()); - painter->setPen(QPen(mainTextColor())); - painter->drawText(mRect, mTextFlags, mText, &mTextBoundingRect); -} - -/* inherits documentation from base class */ -QSize QCPTextElement::minimumOuterSizeHint() const -{ - QFontMetrics metrics(mFont); - QSize result(metrics.boundingRect(0, 0, 0, 0, Qt::TextDontClip, mText).size()); - result.rwidth() += mMargins.left()+mMargins.right(); - result.rheight() += mMargins.top()+mMargins.bottom(); - return result; -} - -/* inherits documentation from base class */ -QSize QCPTextElement::maximumOuterSizeHint() const -{ - QFontMetrics metrics(mFont); - QSize result(metrics.boundingRect(0, 0, 0, 0, Qt::TextDontClip, mText).size()); - result.setWidth(QWIDGETSIZE_MAX); - result.rheight() += mMargins.top()+mMargins.bottom(); - return result; -} - -/* inherits documentation from base class */ -void QCPTextElement::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 QCPTextElement::deselectEvent(bool *selectionStateChanged) -{ - if (mSelectable) - { - bool selBefore = mSelected; - setSelected(false); - if (selectionStateChanged) - *selectionStateChanged = mSelected != selBefore; - } -} - -/*! - Returns 0.99*selectionTolerance (see \ref QCustomPlot::setSelectionTolerance) when \a pos is - within the bounding box of the text element's text. Note that this bounding box is updated in the - draw call. - - If \a pos is outside the text's bounding box or if \a onlySelectable is true and this text - element is not selectable (\ref setSelectable), returns -1. - - \seebaseclassmethod -*/ -double QCPTextElement::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; -} - -/*! - Accepts the mouse event in order to emit the according click signal in the \ref - mouseReleaseEvent. - - \seebaseclassmethod -*/ -void QCPTextElement::mousePressEvent(QMouseEvent *event, const QVariant &details) -{ - Q_UNUSED(details) - event->accept(); -} - -/*! - Emits the \ref clicked signal if the cursor hasn't moved by more than a few pixels since the \ref - mousePressEvent. - - \seebaseclassmethod -*/ -void QCPTextElement::mouseReleaseEvent(QMouseEvent *event, const QPointF &startPos) -{ - if ((QPointF(event->pos())-startPos).manhattanLength() <= 3) - emit clicked(event); -} - -/*! - Emits the \ref doubleClicked signal. - - \seebaseclassmethod -*/ -void QCPTextElement::mouseDoubleClickEvent(QMouseEvent *event, const QVariant &details) -{ - Q_UNUSED(details) - emit doubleClicked(event); -} - -/*! \internal - - Returns the main font to be used. This is mSelectedFont if \ref setSelected is set to - true, else mFont is returned. -*/ -QFont QCPTextElement::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 QCPTextElement::mainTextColor() const -{ - return mSelected ? mSelectedTextColor : mTextColor; -} -/* end of 'src/layoutelements/layoutelement-textelement.cpp' */ - - -/* including file 'src/layoutelements/layoutelement-colorscale.cpp' */ -/* modified 2022-11-06T12:45:56, size 26531 */ - - -//////////////////////////////////////////////////////////////////////////////////////////////////// -//////////////////// 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-tickcount - - 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(const 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(const 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), - mGradient(QCPColorGradient::gpCold), - 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, label and ticker (the latter will be shared and not copied). -*/ -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); - QString labelTransfer; - QSharedPointer tickerTransfer; - // transfer/revert some settings on old axis if it exists: - bool doTransfer = !mColorAxis.isNull(); - if (doTransfer) - { - rangeTransfer = mColorAxis.data()->range(); - labelTransfer = mColorAxis.data()->label(); - tickerTransfer = mColorAxis.data()->ticker(); - 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))); - } - const 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: - if (doTransfer) - { - mColorAxis.data()->setRange(rangeTransfer); // range transfer necessary if axis changes from vertical to horizontal or vice versa (axes with same orientation are synchronized via signals) - mColorAxis.data()->setLabel(labelTransfer); - mColorAxis.data()->setTicker(tickerTransfer); - } - 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(QList() << mColorAxis.data()); - } -} - -/*! - 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 associated with colors linearly - 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. - - Note that this method controls the coordinate transformation. For logarithmic scales, you will - likely also want to use a logarithmic tick spacing and labeling, which can be achieved by setting - the color scale's \ref axis ticker to an instance of \ref QCPAxisTickerLog : - - \snippet documentation/doc-code-snippets/mainwindow.cpp qcpaxisticker-log-colorscale - - See the documentation of \ref QCPAxisTickerLog about the details of logarithmic axis tick - creation. - - \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 - { -#if QT_VERSION < QT_VERSION_CHECK(5, 2, 0) - mAxisRect.data()->setRangeDrag(nullptr); -#else - mAxisRect.data()->setRangeDrag({}); -#endif - } -} - -/*! - 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 - { -#if QT_VERSION < QT_VERSION_CHECK(5, 2, 0) - mAxisRect.data()->setRangeDrag(nullptr); -#else - mAxisRect.data()->setRangeZoom({}); -#endif - } -} - -/*! - 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; - QCP::SignDomain sign = QCP::sdBoth; - if (mDataScaleType == QCPAxis::stLogarithmic) - sign = (mDataRange.upper < 0 ? QCP::sdNegative : QCP::sdPositive); - foreach (QCPColorMap *map, maps) - { - if (!map->realVisibility() && onlyVisibleMaps) - continue; - QCPRange mapRange; - if (map->colorScale() == this) - { - bool currentFoundRange = true; - mapRange = map->data()->dataBounds(); - if (sign == QCP::sdPositive) - { - 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 == QCP::sdNegative) - { - 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()); - setMinimumSize(0, mBarWidth+mAxisRect.data()->margins().top()+mAxisRect.data()->margins().bottom()); - } else - { - setMaximumSize(mBarWidth+mAxisRect.data()->margins().left()+mAxisRect.data()->margins().right(), QWIDGETSIZE_MAX); - setMinimumSize(mBarWidth+mAxisRect.data()->margins().left()+mAxisRect.data()->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, const QVariant &details) -{ - if (!mAxisRect) - { - qDebug() << Q_FUNC_INFO << "internal axis rect was deleted"; - return; - } - mAxisRect.data()->mousePressEvent(event, details); -} - -/* inherits documentation from base class */ -void QCPColorScale::mouseMoveEvent(QMouseEvent *event, const QPointF &startPos) -{ - if (!mAxisRect) - { - qDebug() << Q_FUNC_INFO << "internal axis rect was deleted"; - return; - } - mAxisRect.data()->mouseMoveEvent(event, startPos); -} - -/* inherits documentation from base class */ -void QCPColorScale::mouseReleaseEvent(QMouseEvent *event, const QPointF &startPos) -{ - if (!mAxisRect) - { - qDebug() << Q_FUNC_INFO << "internal axis rect was deleted"; - return; - } - mAxisRect.data()->mouseReleaseEvent(event, startPos); -} - -/* 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)); - const 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. - - \seebaseclassmethod -*/ -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; - - const QImage::Format format = QImage::Format_ARGB32_Premultiplied; - 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, format); - 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: - const 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); - } - } -} -/* end of 'src/layoutelements/layoutelement-colorscale.cpp' */ - - -/* including file 'src/plottables/plottable-graph.cpp' */ -/* modified 2022-11-06T12:45:57, size 74926 */ - -//////////////////////////////////////////////////////////////////////////////////////////////////// -//////////////////// QCPGraphData -//////////////////////////////////////////////////////////////////////////////////////////////////// - -/*! \class QCPGraphData - \brief Holds the data of one single data point for QCPGraph. - - The stored data is: - \li \a key: coordinate on the key axis of this data point (this is the \a mainKey and the \a sortKey) - \li \a value: coordinate on the value axis of this data point (this is the \a mainValue) - - The container for storing multiple data points is \ref QCPGraphDataContainer. It is a typedef for - \ref QCPDataContainer with \ref QCPGraphData as the DataType template parameter. See the - documentation there for an explanation regarding the data type's generic methods. - - \see QCPGraphDataContainer -*/ - -/* start documentation of inline functions */ - -/*! \fn double QCPGraphData::sortKey() const - - Returns the \a key member of this data point. - - For a general explanation of what this method is good for in the context of the data container, - see the documentation of \ref QCPDataContainer. -*/ - -/*! \fn static QCPGraphData QCPGraphData::fromSortKey(double sortKey) - - Returns a data point with the specified \a sortKey. All other members are set to zero. - - For a general explanation of what this method is good for in the context of the data container, - see the documentation of \ref QCPDataContainer. -*/ - -/*! \fn static static bool QCPGraphData::sortKeyIsMainKey() - - Since the member \a key is both the data point key coordinate and the data ordering parameter, - this method returns true. - - For a general explanation of what this method is good for in the context of the data container, - see the documentation of \ref QCPDataContainer. -*/ - -/*! \fn double QCPGraphData::mainKey() const - - Returns the \a key member of this data point. - - For a general explanation of what this method is good for in the context of the data container, - see the documentation of \ref QCPDataContainer. -*/ - -/*! \fn double QCPGraphData::mainValue() const - - Returns the \a value member of this data point. - - For a general explanation of what this method is good for in the context of the data container, - see the documentation of \ref QCPDataContainer. -*/ - -/*! \fn QCPRange QCPGraphData::valueRange() const - - Returns a QCPRange with both lower and upper boundary set to \a value of this data point. - - For a general explanation of what this method is good for in the context of the data container, - see the documentation of \ref QCPDataContainer. -*/ - -/* end documentation of inline functions */ - -/*! - Constructs a data point with key and value set to zero. -*/ -QCPGraphData::QCPGraphData() : - key(0), - value(0) -{ -} - -/*! - Constructs a data point with the specified \a key and \a value. -*/ -QCPGraphData::QCPGraphData(double key, double value) : - key(key), - value(value) -{ -} - - -//////////////////////////////////////////////////////////////////////////////////////////////////// -//////////////////// QCPGraph -//////////////////////////////////////////////////////////////////////////////////////////////////// - -/*! \class QCPGraph - \brief A plottable representing a graph in a plot. - - \image html QCPGraph.png - - Usually you create new graphs by calling QCustomPlot::addGraph. The resulting instance can be - 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 data via the \ref data method, which returns a pointer to the internal - \ref QCPGraphDataContainer. - - 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 qcpgraph-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 QSharedPointer QCPGraph::data() const - - Returns a shared pointer to the internal data storage of type \ref QCPGraphDataContainer. 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. -*/ - -/* 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 created QCPGraph is automatically registered with the QCustomPlot instance inferred from \a - keyAxis. This QCustomPlot instance takes ownership of the QCPGraph, so do not delete it manually - but use QCustomPlot::removePlottable() instead. - - To directly create a graph inside a plot, you can also use the simpler QCustomPlot::addGraph function. -*/ -QCPGraph::QCPGraph(QCPAxis *keyAxis, QCPAxis *valueAxis) : - QCPAbstractPlottable1D(keyAxis, valueAxis), - mLineStyle{}, - mScatterSkip{}, - mAdaptiveSampling{} -{ - // special handling for QCPGraphs to maintain the simple graph interface: - mParentPlot->registerGraph(this); - - setPen(QPen(Qt::blue, 0)); - setBrush(Qt::NoBrush); - - setLineStyle(lsLine); - setScatterSkip(0); - setChannelFillGraph(nullptr); - setAdaptiveSampling(true); -} - -QCPGraph::~QCPGraph() -{ -} - -/*! \overload - - Replaces the current data container with the provided \a data container. - - Since a QSharedPointer is used, multiple QCPGraphs may share the same data container safely. - Modifying the data in the container will then affect all graphs that share the container. Sharing - can be achieved by simply exchanging the data containers wrapped in shared pointers: - \snippet documentation/doc-code-snippets/mainwindow.cpp qcpgraph-datasharing-1 - - If you do not wish to share containers, but create a copy from an existing container, rather use - the \ref QCPDataContainer::set method on the graph's data container directly: - \snippet documentation/doc-code-snippets/mainwindow.cpp qcpgraph-datasharing-2 - - \see addData -*/ -void QCPGraph::setData(QSharedPointer data) -{ - mDataContainer = data; -} - -/*! \overload - - Replaces the current data with the provided points in \a keys and \a values. The provided - vectors should have equal length. Else, the number of added points will be the size of the - smallest vector. - - If you can guarantee that the passed data points are sorted by \a keys in ascending order, you - can set \a alreadySorted to true, to improve performance by saving a sorting run. - - \see addData -*/ -void QCPGraph::setData(const QVector &keys, const QVector &values, bool alreadySorted) -{ - mDataContainer->clear(); - addData(keys, values, alreadySorted); -} - -/*! - 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; -} - -/*! - If scatters are displayed (scatter style not \ref QCPScatterStyle::ssNone), \a skip number of - scatter points are skipped/not drawn after every drawn scatter point. - - This can be used to make the data appear sparser while for example still having a smooth line, - and to improve performance for very high density plots. - - If \a skip is set to 0 (default), all scatter points are drawn. - - \see setScatterStyle -*/ -void QCPGraph::setScatterSkip(int skip) -{ - mScatterSkip = qMax(0, skip); -} - -/*! - 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 = nullptr; - 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 = nullptr; - 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; -} - -/*! \overload - - Adds the provided points in \a keys and \a values to the current data. The provided vectors - should have equal length. Else, the number of added points will be the size of the smallest - vector. - - If you can guarantee that the passed data points are sorted by \a keys in ascending order, you - can set \a alreadySorted to true, to improve performance by saving a sorting run. - - Alternatively, you can also access and modify the data directly via the \ref data method, which - returns a pointer to the internal data container. -*/ -void QCPGraph::addData(const QVector &keys, const QVector &values, bool alreadySorted) -{ - if (keys.size() != values.size()) - qDebug() << Q_FUNC_INFO << "keys and values have different sizes:" << keys.size() << values.size(); - const int n = qMin(keys.size(), values.size()); - QVector tempData(n); - QVector::iterator it = tempData.begin(); - const QVector::iterator itEnd = tempData.end(); - int i = 0; - while (it != itEnd) - { - it->key = keys[i]; - it->value = values[i]; - ++it; - ++i; - } - mDataContainer->add(tempData, alreadySorted); // don't modify tempData beyond this to prevent copy on write -} - -/*! \overload - - Adds the provided data point as \a key and \a value to the current data. - - Alternatively, you can also access and modify the data directly via the \ref data method, which - returns a pointer to the internal data container. -*/ -void QCPGraph::addData(double key, double value) -{ - mDataContainer->add(QCPGraphData(key, value)); -} - -/*! - Implements a selectTest specific to this plottable's point geometry. - - If \a details is not 0, it will be set to a \ref QCPDataSelection, describing the closest data - point to \a pos. - - \seebaseclassmethod \ref QCPAbstractPlottable::selectTest -*/ -double QCPGraph::selectTest(const QPointF &pos, bool onlySelectable, QVariant *details) const -{ - if ((onlySelectable && mSelectable == QCP::stNone) || mDataContainer->isEmpty()) - return -1; - if (!mKeyAxis || !mValueAxis) - return -1; - - if (mKeyAxis.data()->axisRect()->rect().contains(pos.toPoint()) || mParentPlot->interactions().testFlag(QCP::iSelectPlottablesBeyondAxisRect)) - { - QCPGraphDataContainer::const_iterator closestDataPoint = mDataContainer->constEnd(); - double result = pointDistance(pos, closestDataPoint); - if (details) - { - int pointIndex = int(closestDataPoint-mDataContainer->constBegin()); - details->setValue(QCPDataSelection(QCPDataRange(pointIndex, pointIndex+1))); - } - return result; - } else - return -1; -} - -/* inherits documentation from base class */ -QCPRange QCPGraph::getKeyRange(bool &foundRange, QCP::SignDomain inSignDomain) const -{ - return mDataContainer->keyRange(foundRange, inSignDomain); -} - -/* inherits documentation from base class */ -QCPRange QCPGraph::getValueRange(bool &foundRange, QCP::SignDomain inSignDomain, const QCPRange &inKeyRange) const -{ - return mDataContainer->valueRange(foundRange, inSignDomain, inKeyRange); -} - -/* 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 || mDataContainer->isEmpty()) return; - if (mLineStyle == lsNone && mScatterStyle.isNone()) return; - - QVector lines, scatters; // line and (if necessary) scatter pixel coordinates will be stored here while iterating over segments - - // loop over and draw segments of unselected/selected data: - QList selectedSegments, unselectedSegments, allSegments; - getDataSegments(selectedSegments, unselectedSegments); - allSegments << unselectedSegments << selectedSegments; - for (int i=0; i= unselectedSegments.size(); - // get line pixel points appropriate to line style: - QCPDataRange lineDataRange = isSelectedSegment ? allSegments.at(i) : allSegments.at(i).adjusted(-1, 1); // unselected segments extend lines to bordering selected data point (safe to exceed total data bounds in first/last segment, getLines takes care) - getLines(&lines, lineDataRange); - - // check data validity if flag set: -#ifdef QCUSTOMPLOT_CHECK_DATA - QCPGraphDataContainer::const_iterator it; - for (it = mDataContainer->constBegin(); it != mDataContainer->constEnd(); ++it) - { - if (QCP::isInvalidData(it->key, it->value)) - qDebug() << Q_FUNC_INFO << "Data point at" << it->key << "invalid." << "Plottable name:" << name(); - } -#endif - - // draw fill of graph: - if (isSelectedSegment && mSelectionDecorator) - mSelectionDecorator->applyBrush(painter); - else - painter->setBrush(mBrush); - painter->setPen(Qt::NoPen); - drawFill(painter, &lines); - - // draw line: - if (mLineStyle != lsNone) - { - if (isSelectedSegment && mSelectionDecorator) - mSelectionDecorator->applyPen(painter); - else - painter->setPen(mPen); - painter->setBrush(Qt::NoBrush); - if (mLineStyle == lsImpulse) - drawImpulsePlot(painter, lines); - else - drawLinePlot(painter, lines); // also step plots can be drawn as a line plot - } - - // draw scatters: - QCPScatterStyle finalScatterStyle = mScatterStyle; - if (isSelectedSegment && mSelectionDecorator) - finalScatterStyle = mSelectionDecorator->getFinalScatterStyle(mScatterStyle); - if (!finalScatterStyle.isNone()) - { - getScatters(&scatters, allSegments.at(i)); - drawScatterPlot(painter, scatters, finalScatterStyle); - } - } - - // draw other selection decoration that isn't just line/scatter pens and brushes: - if (mSelectionDecorator) - mSelectionDecorator->drawDecoration(painter, selection()); -} - -/* 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 method retrieves an optimized set of data points via \ref getOptimizedLineData, and branches - out to the line style specific functions such as \ref dataToLines, \ref dataToStepLeftLines, etc. - according to the line style of the graph. - - \a lines will be filled with points in pixel coordinates, that can be drawn with the according - draw functions like \ref drawLinePlot and \ref drawImpulsePlot. The points returned in \a lines - aren't necessarily the original data points. For example, step line styles require additional - points to form the steps when drawn. If the line style of the graph is \ref lsNone, the \a - lines vector will be empty. - - \a dataRange specifies the beginning and ending data indices that will be taken into account for - conversion. In this function, the specified range may exceed the total data bounds without harm: - a correspondingly trimmed data range will be used. This takes the burden off the user of this - function to check for valid indices in \a dataRange, e.g. when extending ranges coming from \ref - getDataSegments. - - \see getScatters -*/ -void QCPGraph::getLines(QVector *lines, const QCPDataRange &dataRange) const -{ - if (!lines) return; - QCPGraphDataContainer::const_iterator begin, end; - getVisibleDataBounds(begin, end, dataRange); - if (begin == end) - { - lines->clear(); - return; - } - - QVector lineData; - if (mLineStyle != lsNone) - getOptimizedLineData(&lineData, begin, end); - - if (mKeyAxis->rangeReversed() != (mKeyAxis->orientation() == Qt::Vertical)) // make sure key pixels are sorted ascending in lineData (significantly simplifies following processing) - std::reverse(lineData.begin(), lineData.end()); - - switch (mLineStyle) - { - case lsNone: lines->clear(); break; - case lsLine: *lines = dataToLines(lineData); break; - case lsStepLeft: *lines = dataToStepLeftLines(lineData); break; - case lsStepRight: *lines = dataToStepRightLines(lineData); break; - case lsStepCenter: *lines = dataToStepCenterLines(lineData); break; - case lsImpulse: *lines = dataToImpulseLines(lineData); break; - } -} - -/*! \internal - - This method retrieves an optimized set of data points via \ref getOptimizedScatterData and then - converts them to pixel coordinates. The resulting points are returned in \a scatters, and can be - passed to \ref drawScatterPlot. - - \a dataRange specifies the beginning and ending data indices that will be taken into account for - conversion. In this function, the specified range may exceed the total data bounds without harm: - a correspondingly trimmed data range will be used. This takes the burden off the user of this - function to check for valid indices in \a dataRange, e.g. when extending ranges coming from \ref - getDataSegments. -*/ -void QCPGraph::getScatters(QVector *scatters, const QCPDataRange &dataRange) const -{ - if (!scatters) return; - QCPAxis *keyAxis = mKeyAxis.data(); - QCPAxis *valueAxis = mValueAxis.data(); - if (!keyAxis || !valueAxis) { qDebug() << Q_FUNC_INFO << "invalid key or value axis"; scatters->clear(); return; } - - QCPGraphDataContainer::const_iterator begin, end; - getVisibleDataBounds(begin, end, dataRange); - if (begin == end) - { - scatters->clear(); - return; - } - - QVector data; - getOptimizedScatterData(&data, begin, end); - - if (mKeyAxis->rangeReversed() != (mKeyAxis->orientation() == Qt::Vertical)) // make sure key pixels are sorted ascending in data (significantly simplifies following processing) - std::reverse(data.begin(), data.end()); - - scatters->resize(data.size()); - if (keyAxis->orientation() == Qt::Vertical) - { - for (int i=0; icoordToPixel(data.at(i).value)); - (*scatters)[i].setY(keyAxis->coordToPixel(data.at(i).key)); - } - } - } else - { - for (int i=0; icoordToPixel(data.at(i).key)); - (*scatters)[i].setY(valueAxis->coordToPixel(data.at(i).value)); - } - } - } -} - -/*! \internal - - Takes raw data points in plot coordinates as \a data, and returns a vector containing pixel - coordinate points which are suitable for drawing the line style \ref lsLine. - - The source of \a data is usually \ref getOptimizedLineData, and this method is called in \a - getLines if the line style is set accordingly. - - \see dataToStepLeftLines, dataToStepRightLines, dataToStepCenterLines, dataToImpulseLines, getLines, drawLinePlot -*/ -QVector QCPGraph::dataToLines(const QVector &data) const -{ - QVector result; - QCPAxis *keyAxis = mKeyAxis.data(); - QCPAxis *valueAxis = mValueAxis.data(); - if (!keyAxis || !valueAxis) { qDebug() << Q_FUNC_INFO << "invalid key or value axis"; return result; } - - result.resize(data.size()); - - // transform data points to pixels: - if (keyAxis->orientation() == Qt::Vertical) - { - for (int i=0; icoordToPixel(data.at(i).value)); - result[i].setY(keyAxis->coordToPixel(data.at(i).key)); - } - } else // key axis is horizontal - { - for (int i=0; icoordToPixel(data.at(i).key)); - result[i].setY(valueAxis->coordToPixel(data.at(i).value)); - } - } - return result; -} - -/*! \internal - - Takes raw data points in plot coordinates as \a data, and returns a vector containing pixel - coordinate points which are suitable for drawing the line style \ref lsStepLeft. - - The source of \a data is usually \ref getOptimizedLineData, and this method is called in \a - getLines if the line style is set accordingly. - - \see dataToLines, dataToStepRightLines, dataToStepCenterLines, dataToImpulseLines, getLines, drawLinePlot -*/ -QVector QCPGraph::dataToStepLeftLines(const QVector &data) const -{ - QVector result; - QCPAxis *keyAxis = mKeyAxis.data(); - QCPAxis *valueAxis = mValueAxis.data(); - if (!keyAxis || !valueAxis) { qDebug() << Q_FUNC_INFO << "invalid key or value axis"; return result; } - - result.resize(data.size()*2); - - // calculate steps from data and transform to pixel coordinates: - if (keyAxis->orientation() == Qt::Vertical) - { - double lastValue = valueAxis->coordToPixel(data.first().value); - for (int i=0; icoordToPixel(data.at(i).key); - result[i*2+0].setX(lastValue); - result[i*2+0].setY(key); - lastValue = valueAxis->coordToPixel(data.at(i).value); - result[i*2+1].setX(lastValue); - result[i*2+1].setY(key); - } - } else // key axis is horizontal - { - double lastValue = valueAxis->coordToPixel(data.first().value); - for (int i=0; icoordToPixel(data.at(i).key); - result[i*2+0].setX(key); - result[i*2+0].setY(lastValue); - lastValue = valueAxis->coordToPixel(data.at(i).value); - result[i*2+1].setX(key); - result[i*2+1].setY(lastValue); - } - } - return result; -} - -/*! \internal - - Takes raw data points in plot coordinates as \a data, and returns a vector containing pixel - coordinate points which are suitable for drawing the line style \ref lsStepRight. - - The source of \a data is usually \ref getOptimizedLineData, and this method is called in \a - getLines if the line style is set accordingly. - - \see dataToLines, dataToStepLeftLines, dataToStepCenterLines, dataToImpulseLines, getLines, drawLinePlot -*/ -QVector QCPGraph::dataToStepRightLines(const QVector &data) const -{ - QVector result; - QCPAxis *keyAxis = mKeyAxis.data(); - QCPAxis *valueAxis = mValueAxis.data(); - if (!keyAxis || !valueAxis) { qDebug() << Q_FUNC_INFO << "invalid key or value axis"; return result; } - - result.resize(data.size()*2); - - // calculate steps from data and transform to pixel coordinates: - if (keyAxis->orientation() == Qt::Vertical) - { - double lastKey = keyAxis->coordToPixel(data.first().key); - for (int i=0; icoordToPixel(data.at(i).value); - result[i*2+0].setX(value); - result[i*2+0].setY(lastKey); - lastKey = keyAxis->coordToPixel(data.at(i).key); - result[i*2+1].setX(value); - result[i*2+1].setY(lastKey); - } - } else // key axis is horizontal - { - double lastKey = keyAxis->coordToPixel(data.first().key); - for (int i=0; icoordToPixel(data.at(i).value); - result[i*2+0].setX(lastKey); - result[i*2+0].setY(value); - lastKey = keyAxis->coordToPixel(data.at(i).key); - result[i*2+1].setX(lastKey); - result[i*2+1].setY(value); - } - } - return result; -} - -/*! \internal - - Takes raw data points in plot coordinates as \a data, and returns a vector containing pixel - coordinate points which are suitable for drawing the line style \ref lsStepCenter. - - The source of \a data is usually \ref getOptimizedLineData, and this method is called in \a - getLines if the line style is set accordingly. - - \see dataToLines, dataToStepLeftLines, dataToStepRightLines, dataToImpulseLines, getLines, drawLinePlot -*/ -QVector QCPGraph::dataToStepCenterLines(const QVector &data) const -{ - QVector result; - QCPAxis *keyAxis = mKeyAxis.data(); - QCPAxis *valueAxis = mValueAxis.data(); - if (!keyAxis || !valueAxis) { qDebug() << Q_FUNC_INFO << "invalid key or value axis"; return result; } - - result.resize(data.size()*2); - - // calculate steps from data and transform to pixel coordinates: - if (keyAxis->orientation() == Qt::Vertical) - { - double lastKey = keyAxis->coordToPixel(data.first().key); - double lastValue = valueAxis->coordToPixel(data.first().value); - result[0].setX(lastValue); - result[0].setY(lastKey); - for (int i=1; icoordToPixel(data.at(i).key)+lastKey)*0.5; - result[i*2-1].setX(lastValue); - result[i*2-1].setY(key); - lastValue = valueAxis->coordToPixel(data.at(i).value); - lastKey = keyAxis->coordToPixel(data.at(i).key); - result[i*2+0].setX(lastValue); - result[i*2+0].setY(key); - } - result[data.size()*2-1].setX(lastValue); - result[data.size()*2-1].setY(lastKey); - } else // key axis is horizontal - { - double lastKey = keyAxis->coordToPixel(data.first().key); - double lastValue = valueAxis->coordToPixel(data.first().value); - result[0].setX(lastKey); - result[0].setY(lastValue); - for (int i=1; icoordToPixel(data.at(i).key)+lastKey)*0.5; - result[i*2-1].setX(key); - result[i*2-1].setY(lastValue); - lastValue = valueAxis->coordToPixel(data.at(i).value); - lastKey = keyAxis->coordToPixel(data.at(i).key); - result[i*2+0].setX(key); - result[i*2+0].setY(lastValue); - } - result[data.size()*2-1].setX(lastKey); - result[data.size()*2-1].setY(lastValue); - } - return result; -} - -/*! \internal - - Takes raw data points in plot coordinates as \a data, and returns a vector containing pixel - coordinate points which are suitable for drawing the line style \ref lsImpulse. - - The source of \a data is usually \ref getOptimizedLineData, and this method is called in \a - getLines if the line style is set accordingly. - - \see dataToLines, dataToStepLeftLines, dataToStepRightLines, dataToStepCenterLines, getLines, drawImpulsePlot -*/ -QVector QCPGraph::dataToImpulseLines(const QVector &data) const -{ - QVector result; - QCPAxis *keyAxis = mKeyAxis.data(); - QCPAxis *valueAxis = mValueAxis.data(); - if (!keyAxis || !valueAxis) { qDebug() << Q_FUNC_INFO << "invalid key or value axis"; return result; } - - result.resize(data.size()*2); - - // transform data points to pixels: - if (keyAxis->orientation() == Qt::Vertical) - { - for (int i=0; icoordToPixel(current.key); - result[i*2+0].setX(valueAxis->coordToPixel(0)); - result[i*2+0].setY(key); - result[i*2+1].setX(valueAxis->coordToPixel(current.value)); - result[i*2+1].setY(key); - } else - { - result[i*2+0] = QPointF(0, 0); - result[i*2+1] = QPointF(0, 0); - } - } - } else // key axis is horizontal - { - for (int i=0; icoordToPixel(data.at(i).key); - result[i*2+0].setX(key); - result[i*2+0].setY(valueAxis->coordToPixel(0)); - result[i*2+1].setX(key); - result[i*2+1].setY(valueAxis->coordToPixel(data.at(i).value)); - } else - { - result[i*2+0] = QPointF(0, 0); - result[i*2+1] = QPointF(0, 0); - } - } - } - return result; -} - -/*! \internal - - Draws the fill of the graph using the specified \a painter, with the currently set brush. - - Depending on whether a normal fill or a channel fill (\ref setChannelFillGraph) is needed, \ref - getFillPolygon or \ref getChannelFillPolygon are used to find the according fill polygons. - - In order to handle NaN Data points correctly (the fill needs to be split into disjoint areas), - this method first determines a list of non-NaN segments with \ref getNonNanSegments, on which to - operate. In the channel fill case, \ref getOverlappingSegments is used to consolidate the non-NaN - segments of the two involved graphs, before passing the overlapping pairs to \ref - getChannelFillPolygon. - - Pass the points of this graph's line as \a lines, in pixel coordinates. - - \see drawLinePlot, drawImpulsePlot, drawScatterPlot -*/ -void QCPGraph::drawFill(QCPPainter *painter, QVector *lines) const -{ - if (mLineStyle == lsImpulse) return; // fill doesn't make sense for impulse plot - if (painter->brush().style() == Qt::NoBrush || painter->brush().color().alpha() == 0) return; - - applyFillAntialiasingHint(painter); - const QVector segments = getNonNanSegments(lines, keyAxis()->orientation()); - if (!mChannelFillGraph) - { - // draw base fill under graph, fill goes all the way to the zero-value-line: - foreach (QCPDataRange segment, segments) - painter->drawPolygon(getFillPolygon(lines, segment)); - } else - { - // draw fill between this graph and mChannelFillGraph: - QVector otherLines; - mChannelFillGraph->getLines(&otherLines, QCPDataRange(0, mChannelFillGraph->dataCount())); - if (!otherLines.isEmpty()) - { - QVector otherSegments = getNonNanSegments(&otherLines, mChannelFillGraph->keyAxis()->orientation()); - QVector > segmentPairs = getOverlappingSegments(segments, lines, otherSegments, &otherLines); - for (int i=0; idrawPolygon(getChannelFillPolygon(lines, segmentPairs.at(i).first, &otherLines, segmentPairs.at(i).second)); - } - } -} - -/*! \internal - - Draws scatter symbols at every point passed in \a scatters, given in pixel coordinates. The - scatters will be drawn with \a painter and have the appearance as specified in \a style. - - \see drawLinePlot, drawImpulsePlot -*/ -void QCPGraph::drawScatterPlot(QCPPainter *painter, const QVector &scatters, const QCPScatterStyle &style) const -{ - applyScattersAntialiasingHint(painter); - style.applyTo(painter, mPen); - foreach (const QPointF &scatter, scatters) - style.drawShape(painter, scatter.x(), scatter.y()); -} - -/*! \internal - - Draws lines between the points in \a lines, given in pixel coordinates. - - \see drawScatterPlot, drawImpulsePlot, QCPAbstractPlottable1D::drawPolyline -*/ -void QCPGraph::drawLinePlot(QCPPainter *painter, const QVector &lines) const -{ - if (painter->pen().style() != Qt::NoPen && painter->pen().color().alpha() != 0) - { - applyDefaultAntialiasingHint(painter); - drawPolyline(painter, lines); - } -} - -/*! \internal - - Draws impulses from the provided data, i.e. it connects all line pairs in \a lines, given in - pixel coordinates. The \a lines necessary for impulses are generated by \ref dataToImpulseLines - from the regular graph data points. - - \see drawLinePlot, drawScatterPlot -*/ -void QCPGraph::drawImpulsePlot(QCPPainter *painter, const QVector &lines) const -{ - if (painter->pen().style() != Qt::NoPen && painter->pen().color().alpha() != 0) - { - applyDefaultAntialiasingHint(painter); - QPen oldPen = painter->pen(); - QPen newPen = painter->pen(); - newPen.setCapStyle(Qt::FlatCap); // so impulse line doesn't reach beyond zero-line - painter->setPen(newPen); - painter->drawLines(lines); - painter->setPen(oldPen); - } -} - -/*! \internal - - Returns via \a lineData the data points that need to be visualized for this graph when plotting - graph lines, taking into consideration the currently visible axis ranges and, if \ref - setAdaptiveSampling is enabled, local point densities. The considered data can be restricted - further by \a begin and \a end, e.g. to only plot a certain segment of the data (see \ref - getDataSegments). - - This method is used by \ref getLines to retrieve the basic working set of data. - - \see getOptimizedScatterData -*/ -void QCPGraph::getOptimizedLineData(QVector *lineData, const QCPGraphDataContainer::const_iterator &begin, const QCPGraphDataContainer::const_iterator &end) const -{ - if (!lineData) return; - QCPAxis *keyAxis = mKeyAxis.data(); - QCPAxis *valueAxis = mValueAxis.data(); - if (!keyAxis || !valueAxis) { qDebug() << Q_FUNC_INFO << "invalid key or value axis"; return; } - if (begin == end) return; - - int dataCount = int(end-begin); - int maxCount = (std::numeric_limits::max)(); - if (mAdaptiveSampling) - { - double keyPixelSpan = qAbs(keyAxis->coordToPixel(begin->key)-keyAxis->coordToPixel((end-1)->key)); - if (2*keyPixelSpan+2 < static_cast((std::numeric_limits::max)())) - maxCount = int(2*keyPixelSpan+2); - } - - if (mAdaptiveSampling && dataCount >= maxCount) // use adaptive sampling only if there are at least two points per pixel on average - { - QCPGraphDataContainer::const_iterator it = begin; - double minValue = it->value; - double maxValue = it->value; - QCPGraphDataContainer::const_iterator currentIntervalFirstPoint = it; - int reversedFactor = keyAxis->pixelOrientation(); // is used to calculate keyEpsilon pixel into the correct direction - int reversedRound = reversedFactor==-1 ? 1 : 0; // is used to switch between floor (normal) and ceil (reversed) rounding of currentIntervalStartKey - double currentIntervalStartKey = keyAxis->pixelToCoord(int(keyAxis->coordToPixel(begin->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 != end) - { - 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 < minValue) - minValue = it->value; - else if (it->value > maxValue) - maxValue = it->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(QCPGraphData(currentIntervalStartKey+keyEpsilon*0.2, currentIntervalFirstPoint->value)); - lineData->append(QCPGraphData(currentIntervalStartKey+keyEpsilon*0.25, minValue)); - lineData->append(QCPGraphData(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(QCPGraphData(currentIntervalStartKey+keyEpsilon*0.8, (it-1)->value)); - } else - lineData->append(QCPGraphData(currentIntervalFirstPoint->key, currentIntervalFirstPoint->value)); - lastIntervalEndKey = (it-1)->key; - minValue = it->value; - maxValue = it->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(QCPGraphData(currentIntervalStartKey+keyEpsilon*0.2, currentIntervalFirstPoint->value)); - lineData->append(QCPGraphData(currentIntervalStartKey+keyEpsilon*0.25, minValue)); - lineData->append(QCPGraphData(currentIntervalStartKey+keyEpsilon*0.75, maxValue)); - } else - lineData->append(QCPGraphData(currentIntervalFirstPoint->key, currentIntervalFirstPoint->value)); - - } else // don't use adaptive sampling algorithm, transfer points one-to-one from the data container into the output - { - lineData->resize(dataCount); - std::copy(begin, end, lineData->begin()); - } -} - -/*! \internal - - Returns via \a scatterData the data points that need to be visualized for this graph when - plotting scatter points, taking into consideration the currently visible axis ranges and, if \ref - setAdaptiveSampling is enabled, local point densities. The considered data can be restricted - further by \a begin and \a end, e.g. to only plot a certain segment of the data (see \ref - getDataSegments). - - This method is used by \ref getScatters to retrieve the basic working set of data. - - \see getOptimizedLineData -*/ -void QCPGraph::getOptimizedScatterData(QVector *scatterData, QCPGraphDataContainer::const_iterator begin, QCPGraphDataContainer::const_iterator end) const -{ - if (!scatterData) return; - QCPAxis *keyAxis = mKeyAxis.data(); - QCPAxis *valueAxis = mValueAxis.data(); - if (!keyAxis || !valueAxis) { qDebug() << Q_FUNC_INFO << "invalid key or value axis"; return; } - - const int scatterModulo = mScatterSkip+1; - const bool doScatterSkip = mScatterSkip > 0; - int beginIndex = int(begin-mDataContainer->constBegin()); - int endIndex = int(end-mDataContainer->constBegin()); - while (doScatterSkip && begin != end && beginIndex % scatterModulo != 0) // advance begin iterator to first non-skipped scatter - { - ++beginIndex; - ++begin; - } - if (begin == end) return; - int dataCount = int(end-begin); - int maxCount = (std::numeric_limits::max)(); - if (mAdaptiveSampling) - { - int keyPixelSpan = int(qAbs(keyAxis->coordToPixel(begin->key)-keyAxis->coordToPixel((end-1)->key))); - maxCount = 2*keyPixelSpan+2; - } - - if (mAdaptiveSampling && dataCount >= maxCount) // use adaptive sampling only if there are at least two points per pixel on average - { - double valueMaxRange = valueAxis->range().upper; - double valueMinRange = valueAxis->range().lower; - QCPGraphDataContainer::const_iterator it = begin; - int itIndex = int(beginIndex); - double minValue = it->value; - double maxValue = it->value; - QCPGraphDataContainer::const_iterator minValueIt = it; - QCPGraphDataContainer::const_iterator maxValueIt = it; - QCPGraphDataContainer::const_iterator currentIntervalStart = it; - int reversedFactor = keyAxis->pixelOrientation(); // is used to calculate keyEpsilon pixel into the correct direction - int reversedRound = reversedFactor==-1 ? 1 : 0; // is used to switch between floor (normal) and ceil (reversed) rounding of currentIntervalStartKey - double currentIntervalStartKey = keyAxis->pixelToCoord(int(keyAxis->coordToPixel(begin->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; - // advance iterator to second (non-skipped) data point because adaptive sampling works in 1 point retrospect: - if (!doScatterSkip) - ++it; - else - { - itIndex += scatterModulo; - if (itIndex < endIndex) // make sure we didn't jump over end - it += scatterModulo; - else - { - it = end; - itIndex = endIndex; - } - } - // main loop over data points: - while (it != end) - { - 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 < minValue && it->value > valueMinRange && it->value < valueMaxRange) - { - minValue = it->value; - minValueIt = it; - } else if (it->value > maxValue && it->value > valueMinRange && it->value < valueMaxRange) - { - maxValue = it->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 - QCPGraphDataContainer::const_iterator intervalIt = currentIntervalStart; - int c = 0; - while (intervalIt != it) - { - if ((c % dataModulo == 0 || intervalIt == minValueIt || intervalIt == maxValueIt) && intervalIt->value > valueMinRange && intervalIt->value < valueMaxRange) - scatterData->append(*intervalIt); - ++c; - if (!doScatterSkip) - ++intervalIt; - else - intervalIt += scatterModulo; // since we know indices of "currentIntervalStart", "intervalIt" and "it" are multiples of scatterModulo, we can't accidentally jump over "it" here - } - } else if (currentIntervalStart->value > valueMinRange && currentIntervalStart->value < valueMaxRange) - scatterData->append(*currentIntervalStart); - minValue = it->value; - maxValue = it->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; - } - // advance to next data point: - if (!doScatterSkip) - ++it; - else - { - itIndex += scatterModulo; - if (itIndex < endIndex) // make sure we didn't jump over end - it += scatterModulo; - else - { - it = end; - itIndex = endIndex; - } - } - } - // 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 - QCPGraphDataContainer::const_iterator intervalIt = currentIntervalStart; - int intervalItIndex = int(intervalIt-mDataContainer->constBegin()); - int c = 0; - while (intervalIt != it) - { - if ((c % dataModulo == 0 || intervalIt == minValueIt || intervalIt == maxValueIt) && intervalIt->value > valueMinRange && intervalIt->value < valueMaxRange) - scatterData->append(*intervalIt); - ++c; - if (!doScatterSkip) - ++intervalIt; - else // here we can't guarantee that adding scatterModulo doesn't exceed "it" (because "it" is equal to "end" here, and "end" isn't scatterModulo-aligned), so check via index comparison: - { - intervalItIndex += scatterModulo; - if (intervalItIndex < itIndex) - intervalIt += scatterModulo; - else - { - intervalIt = it; - intervalItIndex = itIndex; - } - } - } - } else if (currentIntervalStart->value > valueMinRange && currentIntervalStart->value < valueMaxRange) - scatterData->append(*currentIntervalStart); - - } else // don't use adaptive sampling algorithm, transfer points one-to-one from the data container into the output - { - QCPGraphDataContainer::const_iterator it = begin; - int itIndex = beginIndex; - scatterData->reserve(dataCount); - while (it != end) - { - scatterData->append(*it); - // advance to next data point: - if (!doScatterSkip) - ++it; - else - { - itIndex += scatterModulo; - if (itIndex < endIndex) - it += scatterModulo; - else - { - it = end; - itIndex = endIndex; - } - } - } - } -} - -/*! - This method outputs the currently visible data range via \a begin and \a end. The returned range - will also never exceed \a rangeRestriction. - - This method takes into account that the drawing of data lines at the axis rect border always - requires the points just outside the visible axis range. So \a begin and \a end may actually - indicate a range that contains one additional data point to the left and right of the visible - axis range. -*/ -void QCPGraph::getVisibleDataBounds(QCPGraphDataContainer::const_iterator &begin, QCPGraphDataContainer::const_iterator &end, const QCPDataRange &rangeRestriction) const -{ - if (rangeRestriction.isEmpty()) - { - end = mDataContainer->constEnd(); - begin = end; - } else - { - 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: - begin = mDataContainer->findBegin(keyAxis->range().lower); - end = mDataContainer->findEnd(keyAxis->range().upper); - // limit lower/upperEnd to rangeRestriction: - mDataContainer->limitIteratorsToDataRange(begin, end, rangeRestriction); // this also ensures rangeRestriction outside data bounds doesn't break anything - } -} - -/*! \internal - - This method goes through the passed points in \a lineData and returns a list of the segments - which don't contain NaN data points. - - \a keyOrientation defines whether the \a x or \a y member of the passed QPointF is used to check - for NaN. If \a keyOrientation is \c Qt::Horizontal, the \a y member is checked, if it is \c - Qt::Vertical, the \a x member is checked. - - \see getOverlappingSegments, drawFill -*/ -QVector QCPGraph::getNonNanSegments(const QVector *lineData, Qt::Orientation keyOrientation) const -{ - QVector result; - const int n = lineData->size(); - - QCPDataRange currentSegment(-1, -1); - int i = 0; - - if (keyOrientation == Qt::Horizontal) - { - while (i < n) - { - while (i < n && qIsNaN(lineData->at(i).y())) // seek next non-NaN data point - ++i; - if (i == n) - break; - currentSegment.setBegin(i++); - while (i < n && !qIsNaN(lineData->at(i).y())) // seek next NaN data point or end of data - ++i; - currentSegment.setEnd(i++); - result.append(currentSegment); - } - } else // keyOrientation == Qt::Vertical - { - while (i < n) - { - while (i < n && qIsNaN(lineData->at(i).x())) // seek next non-NaN data point - ++i; - if (i == n) - break; - currentSegment.setBegin(i++); - while (i < n && !qIsNaN(lineData->at(i).x())) // seek next NaN data point or end of data - ++i; - currentSegment.setEnd(i++); - result.append(currentSegment); - } - } - return result; -} - -/*! \internal - - This method takes two segment lists (e.g. created by \ref getNonNanSegments) \a thisSegments and - \a otherSegments, and their associated point data \a thisData and \a otherData. - - It returns all pairs of segments (the first from \a thisSegments, the second from \a - otherSegments), which overlap in plot coordinates. - - This method is useful in the case of a channel fill between two graphs, when only those non-NaN - segments which actually overlap in their key coordinate shall be considered for drawing a channel - fill polygon. - - It is assumed that the passed segments in \a thisSegments are ordered ascending by index, and - that the segments don't overlap themselves. The same is assumed for the segments in \a - otherSegments. This is fulfilled when the segments are obtained via \ref getNonNanSegments. - - \see getNonNanSegments, segmentsIntersect, drawFill, getChannelFillPolygon -*/ -QVector > QCPGraph::getOverlappingSegments(QVector thisSegments, const QVector *thisData, QVector otherSegments, const QVector *otherData) const -{ - QVector > result; - if (thisData->isEmpty() || otherData->isEmpty() || thisSegments.isEmpty() || otherSegments.isEmpty()) - return result; - - int thisIndex = 0; - int otherIndex = 0; - const bool verticalKey = mKeyAxis->orientation() == Qt::Vertical; - while (thisIndex < thisSegments.size() && otherIndex < otherSegments.size()) - { - if (thisSegments.at(thisIndex).size() < 2) // segments with fewer than two points won't have a fill anyhow - { - ++thisIndex; - continue; - } - if (otherSegments.at(otherIndex).size() < 2) // segments with fewer than two points won't have a fill anyhow - { - ++otherIndex; - continue; - } - double thisLower, thisUpper, otherLower, otherUpper; - if (!verticalKey) - { - thisLower = thisData->at(thisSegments.at(thisIndex).begin()).x(); - thisUpper = thisData->at(thisSegments.at(thisIndex).end()-1).x(); - otherLower = otherData->at(otherSegments.at(otherIndex).begin()).x(); - otherUpper = otherData->at(otherSegments.at(otherIndex).end()-1).x(); - } else - { - thisLower = thisData->at(thisSegments.at(thisIndex).begin()).y(); - thisUpper = thisData->at(thisSegments.at(thisIndex).end()-1).y(); - otherLower = otherData->at(otherSegments.at(otherIndex).begin()).y(); - otherUpper = otherData->at(otherSegments.at(otherIndex).end()-1).y(); - } - - int bPrecedence; - if (segmentsIntersect(thisLower, thisUpper, otherLower, otherUpper, bPrecedence)) - result.append(QPair(thisSegments.at(thisIndex), otherSegments.at(otherIndex))); - - if (bPrecedence <= 0) // otherSegment doesn't reach as far as thisSegment, so continue with next otherSegment, keeping current thisSegment - ++otherIndex; - else // otherSegment reaches further than thisSegment, so continue with next thisSegment, keeping current otherSegment - ++thisIndex; - } - - return result; -} - -/*! \internal - - Returns whether the segments defined by the coordinates (aLower, aUpper) and (bLower, bUpper) - have overlap. - - The output parameter \a bPrecedence indicates whether the \a b segment reaches farther than the - \a a segment or not. If \a bPrecedence returns 1, segment \a b reaches the farthest to higher - coordinates (i.e. bUpper > aUpper). If it returns -1, segment \a a reaches the farthest. Only if - both segment's upper bounds are identical, 0 is returned as \a bPrecedence. - - It is assumed that the lower bounds always have smaller or equal values than the upper bounds. - - \see getOverlappingSegments -*/ -bool QCPGraph::segmentsIntersect(double aLower, double aUpper, double bLower, double bUpper, int &bPrecedence) const -{ - bPrecedence = 0; - if (aLower > bUpper) - { - bPrecedence = -1; - return false; - } else if (bLower > aUpper) - { - bPrecedence = 1; - return false; - } else - { - if (aUpper > bUpper) - bPrecedence = -1; - else if (aUpper < bUpper) - bPrecedence = 1; - - return true; - } -} - -/*! \internal - - Returns the point which closes the fill polygon on 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 matchingDataPoint will provide the key (in pixels) of the returned point. Depending on whether - the key axis of this graph is horizontal or vertical, \a matchingDataPoint will provide the x or - y value of the returned point, respectively. -*/ -QPointF QCPGraph::getFillBasePoint(QPointF matchingDataPoint) const -{ - QCPAxis *keyAxis = mKeyAxis.data(); - QCPAxis *valueAxis = mValueAxis.data(); - if (!keyAxis || !valueAxis) { qDebug() << Q_FUNC_INFO << "invalid key or value axis"; return {}; } - - QPointF result; - if (valueAxis->scaleType() == QCPAxis::stLinear) - { - if (keyAxis->orientation() == Qt::Horizontal) - { - result.setX(matchingDataPoint.x()); - result.setY(valueAxis->coordToPixel(0)); - } else // keyAxis->orientation() == Qt::Vertical - { - result.setX(valueAxis->coordToPixel(0)); - result.setY(matchingDataPoint.y()); - } - } 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 - result.setX(keyAxis->axisRect()->right()); - else - result.setX(keyAxis->axisRect()->left()); - result.setY(matchingDataPoint.y()); - } else if (keyAxis->axisType() == QCPAxis::atTop || keyAxis->axisType() == QCPAxis::atBottom) - { - result.setX(matchingDataPoint.x()); - 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 - result.setY(keyAxis->axisRect()->top()); - else - result.setY(keyAxis->axisRect()->bottom()); - } - } - return result; -} - -/*! \internal - - Returns the polygon needed for drawing normal fills between this graph and the key axis. - - Pass the graph's data points (in pixel coordinates) as \a lineData, and specify the \a segment - which shall be used for the fill. The collection of \a lineData points described by \a segment - must not contain NaN data points (see \ref getNonNanSegments). - - The returned fill polygon will be closed at the key axis (the zero-value line) for linear value - axes. For logarithmic value axes the polygon will reach just beyond the corresponding axis rect - side (see \ref getFillBasePoint). - - For increased performance (due to implicit sharing), keep the returned QPolygonF const. - - \see drawFill, getNonNanSegments -*/ -const QPolygonF QCPGraph::getFillPolygon(const QVector *lineData, QCPDataRange segment) const -{ - if (segment.size() < 2) - return QPolygonF(); - QPolygonF result(segment.size()+2); - - result[0] = getFillBasePoint(lineData->at(segment.begin())); - std::copy(lineData->constBegin()+segment.begin(), lineData->constBegin()+segment.end(), result.begin()+1); - result[result.size()-1] = getFillBasePoint(lineData->at(segment.end()-1)); - - return result; -} - -/*! \internal - - Returns the polygon needed for drawing (partial) channel fills between this graph and the graph - specified by \ref setChannelFillGraph. - - The data points of this graph are passed as pixel coordinates via \a thisData, the data of the - other graph as \a otherData. The returned polygon will be calculated for the specified data - segments \a thisSegment and \a otherSegment, pertaining to the respective \a thisData and \a - otherData, respectively. - - The passed \a thisSegment and \a otherSegment should correspond to the segment pairs returned by - \ref getOverlappingSegments, to make sure only segments that actually have key coordinate overlap - need to be processed here. - - For increased performance due to implicit sharing, keep the returned QPolygonF const. - - \see drawFill, getOverlappingSegments, getNonNanSegments -*/ -const QPolygonF QCPGraph::getChannelFillPolygon(const QVector *thisData, QCPDataRange thisSegment, const QVector *otherData, QCPDataRange otherSegment) 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 (thisData->isEmpty()) return QPolygonF(); - QVector thisSegmentData(thisSegment.size()); - QVector otherSegmentData(otherSegment.size()); - std::copy(thisData->constBegin()+thisSegment.begin(), thisData->constBegin()+thisSegment.end(), thisSegmentData.begin()); - std::copy(otherData->constBegin()+otherSegment.begin(), otherData->constBegin()+otherSegment.end(), otherSegmentData.begin()); - // pointers to be able to swap them, depending which data range needs cropping: - QVector *staticData = &thisSegmentData; - QVector *croppedData = &otherSegmentData; - - // 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 - // crop lower bound: - if (staticData->first().x() < croppedData->first().x()) // other one must be cropped - qSwap(staticData, croppedData); - const 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 (!qFuzzyCompare(croppedData->at(1).x(), croppedData->at(0).x())) - 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 - const int li = croppedData->size()-1; // last index - if (!qFuzzyCompare(croppedData->at(li).x(), croppedData->at(li-1).x())) - 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 - // crop lower bound: - if (staticData->first().y() < croppedData->first().y()) // other one must be cropped - qSwap(staticData, croppedData); - int lowBound = findIndexBelowY(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 (!qFuzzyCompare(croppedData->at(1).y(), croppedData->at(0).y())) // 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 = findIndexAboveY(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 (!qFuzzyCompare(croppedData->at(li).y(), croppedData->at(li-1).y())) // 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=otherSegmentData.size()-1; i>=0; --i) // insert reversed, otherwise the polygon will be twisted - thisSegmentData << otherSegmentData.at(i); - return QPolygonF(thisSegmentData); -} - -/*! \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 ensured by \ref getLines/\ref getScatters if the key - axis is horizontal. - - 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 ensured by \ref getLines/\ref getScatters if the key - axis is horizontal. - - 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 ascending, as is ensured by \ref getLines/\ref getScatters if the key - axis is vertical. - - Used to calculate the channel fill polygon, see \ref getChannelFillPolygon. -*/ -int QCPGraph::findIndexAboveY(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; -} - -/*! \internal - - Calculates the minimum distance in pixels the graph's representation has from the given \a - pixelPoint. This is used to determine whether the graph was clicked or not, e.g. in \ref - selectTest. The closest data point to \a pixelPoint is returned in \a closestData. Note that if - the graph has a line representation, the returned distance may be smaller than the distance to - the \a closestData point, since the distance to the graph line is also taken into account. - - 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, QCPGraphDataContainer::const_iterator &closestData) const -{ - closestData = mDataContainer->constEnd(); - if (mDataContainer->isEmpty()) - return -1.0; - if (mLineStyle == lsNone && mScatterStyle.isNone()) - return -1.0; - - // calculate minimum distances to graph data points and find closestData iterator: - double minDistSqr = (std::numeric_limits::max)(); - // determine which key range comes into question, taking selection tolerance around pos into account: - double posKeyMin, posKeyMax, dummy; - pixelsToCoords(pixelPoint-QPointF(mParentPlot->selectionTolerance(), mParentPlot->selectionTolerance()), posKeyMin, dummy); - pixelsToCoords(pixelPoint+QPointF(mParentPlot->selectionTolerance(), mParentPlot->selectionTolerance()), posKeyMax, dummy); - if (posKeyMin > posKeyMax) - qSwap(posKeyMin, posKeyMax); - // iterate over found data points and then choose the one with the shortest distance to pos: - QCPGraphDataContainer::const_iterator begin = mDataContainer->findBegin(posKeyMin, true); - QCPGraphDataContainer::const_iterator end = mDataContainer->findEnd(posKeyMax, true); - for (QCPGraphDataContainer::const_iterator it=begin; it!=end; ++it) - { - const double currentDistSqr = QCPVector2D(coordsToPixels(it->key, it->value)-pixelPoint).lengthSquared(); - if (currentDistSqr < minDistSqr) - { - minDistSqr = currentDistSqr; - closestData = it; - } - } - - // calculate distance to graph line if there is one (if so, will probably be smaller than distance to closest data point): - if (mLineStyle != lsNone) - { - // line displayed, calculate distance to line segments: - QVector lineData; - getLines(&lineData, QCPDataRange(0, dataCount())); // don't limit data range further since with sharp data spikes, line segments may be closer to test point than segments with closer key coordinate - QCPVector2D p(pixelPoint); - const int step = mLineStyle==lsImpulse ? 2 : 1; // impulse plot differs from other line styles in that the lineData points are only pairwise connected - for (int i=0; i *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; -} -/* end of 'src/plottables/plottable-graph.cpp' */ - - -/* including file 'src/plottables/plottable-curve.cpp' */ -/* modified 2022-11-06T12:45:56, size 63851 */ - -//////////////////////////////////////////////////////////////////////////////////////////////////// -//////////////////// QCPCurveData -//////////////////////////////////////////////////////////////////////////////////////////////////// - -/*! \class QCPCurveData - \brief Holds the data of one single data point for QCPCurve. - - The stored data is: - \li \a t: the free ordering parameter of this curve point, like in the mathematical vector (x(t), y(t)). (This is the \a sortKey) - \li \a key: coordinate on the key axis of this curve point (this is the \a mainKey) - \li \a value: coordinate on the value axis of this curve point (this is the \a mainValue) - - The container for storing multiple data points is \ref QCPCurveDataContainer. It is a typedef for - \ref QCPDataContainer with \ref QCPCurveData as the DataType template parameter. See the - documentation there for an explanation regarding the data type's generic methods. - - \see QCPCurveDataContainer -*/ - -/* start documentation of inline functions */ - -/*! \fn double QCPCurveData::sortKey() const - - Returns the \a t member of this data point. - - For a general explanation of what this method is good for in the context of the data container, - see the documentation of \ref QCPDataContainer. -*/ - -/*! \fn static QCPCurveData QCPCurveData::fromSortKey(double sortKey) - - Returns a data point with the specified \a sortKey (assigned to the data point's \a t member). - All other members are set to zero. - - For a general explanation of what this method is good for in the context of the data container, - see the documentation of \ref QCPDataContainer. -*/ - -/*! \fn static static bool QCPCurveData::sortKeyIsMainKey() - - Since the member \a key is the data point key coordinate and the member \a t is the data ordering - parameter, this method returns false. - - For a general explanation of what this method is good for in the context of the data container, - see the documentation of \ref QCPDataContainer. -*/ - -/*! \fn double QCPCurveData::mainKey() const - - Returns the \a key member of this data point. - - For a general explanation of what this method is good for in the context of the data container, - see the documentation of \ref QCPDataContainer. -*/ - -/*! \fn double QCPCurveData::mainValue() const - - Returns the \a value member of this data point. - - For a general explanation of what this method is good for in the context of the data container, - see the documentation of \ref QCPDataContainer. -*/ - -/*! \fn QCPRange QCPCurveData::valueRange() const - - Returns a QCPRange with both lower and upper boundary set to \a value of this data point. - - For a general explanation of what this method is good for in the context of the data container, - see the documentation of \ref QCPDataContainer. -*/ - -/* end documentation of inline functions */ - -/*! - 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. Alternatively, you can - also access and modify the curve's data via the \ref data method, which returns a pointer to the - internal \ref QCPCurveDataContainer. - - 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 qcpcurve-appearance Changing the appearance - - The appearance of the curve is determined by the pen and the brush (\ref setPen, \ref setBrush). - - \section qcpcurve-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::removePlottable, etc.) - - Usually, you first create an instance: - \snippet documentation/doc-code-snippets/mainwindow.cpp qcpcurve-creation-1 - which registers it with the QCustomPlot instance of the passed axes. Note that this QCustomPlot instance takes - ownership of the plottable, so do not delete it manually but use QCustomPlot::removePlottable() instead. - The newly created plottable can be modified, e.g.: - \snippet documentation/doc-code-snippets/mainwindow.cpp qcpcurve-creation-2 -*/ - -/* start of documentation of inline functions */ - -/*! \fn QSharedPointer QCPCurve::data() const - - Returns a shared pointer to the internal data storage of type \ref QCPCurveDataContainer. 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. -*/ - -/* end of documentation of inline functions */ - -/*! - 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 created QCPCurve is automatically registered with the QCustomPlot instance inferred from \a - keyAxis. This QCustomPlot instance takes ownership of the QCPCurve, so do not delete it manually - but use QCustomPlot::removePlottable() instead. -*/ -QCPCurve::QCPCurve(QCPAxis *keyAxis, QCPAxis *valueAxis) : - QCPAbstractPlottable1D(keyAxis, valueAxis), - mScatterSkip{}, - mLineStyle{} -{ - // modify inherited properties from abstract plottable: - setPen(QPen(Qt::blue, 0)); - setBrush(Qt::NoBrush); - - setScatterStyle(QCPScatterStyle()); - setLineStyle(lsLine); - setScatterSkip(0); -} - -QCPCurve::~QCPCurve() -{ -} - -/*! \overload - - Replaces the current data container with the provided \a data container. - - Since a QSharedPointer is used, multiple QCPCurves may share the same data container safely. - Modifying the data in the container will then affect all curves that share the container. Sharing - can be achieved by simply exchanging the data containers wrapped in shared pointers: - \snippet documentation/doc-code-snippets/mainwindow.cpp qcpcurve-datasharing-1 - - If you do not wish to share containers, but create a copy from an existing container, rather use - the \ref QCPDataContainer::set method on the curve's data container directly: - \snippet documentation/doc-code-snippets/mainwindow.cpp qcpcurve-datasharing-2 - - \see addData -*/ -void QCPCurve::setData(QSharedPointer data) -{ - mDataContainer = data; -} - -/*! \overload - - Replaces the current data with the provided points in \a t, \a keys and \a values. The provided - vectors should have equal length. Else, the number of added points will be the size of the - smallest vector. - - If you can guarantee that the passed data points are sorted by \a t in ascending order, you can - set \a alreadySorted to true, to improve performance by saving a sorting run. - - \see addData -*/ -void QCPCurve::setData(const QVector &t, const QVector &keys, const QVector &values, bool alreadySorted) -{ - mDataContainer->clear(); - addData(t, keys, values, alreadySorted); -} - - -/*! \overload - - Replaces the current data with the provided points in \a keys and \a values. The provided vectors - should have equal length. Else, the number of added points will be the size of the smallest - vector. - - The t parameter of each data point will be set to the integer index of the respective key/value - pair. - - \see addData -*/ -void QCPCurve::setData(const QVector &keys, const QVector &values) -{ - mDataContainer->clear(); - addData(keys, values); -} - -/*! - 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; -} - -/*! - If scatters are displayed (scatter style not \ref QCPScatterStyle::ssNone), \a skip number of - scatter points are skipped/not drawn after every drawn scatter point. - - This can be used to make the data appear sparser while for example still having a smooth line, - and to improve performance for very high density plots. - - If \a skip is set to 0 (default), all scatter points are drawn. - - \see setScatterStyle -*/ -void QCPCurve::setScatterSkip(int skip) -{ - mScatterSkip = qMax(0, skip); -} - -/*! - 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; -} - -/*! \overload - - Adds the provided points in \a t, \a keys and \a values to the current data. The provided vectors - should have equal length. Else, the number of added points will be the size of the smallest - vector. - - If you can guarantee that the passed data points are sorted by \a keys in ascending order, you - can set \a alreadySorted to true, to improve performance by saving a sorting run. - - Alternatively, you can also access and modify the data directly via the \ref data method, which - returns a pointer to the internal data container. -*/ -void QCPCurve::addData(const QVector &t, const QVector &keys, const QVector &values, bool alreadySorted) -{ - if (t.size() != keys.size() || t.size() != values.size()) - qDebug() << Q_FUNC_INFO << "ts, keys and values have different sizes:" << t.size() << keys.size() << values.size(); - const int n = qMin(qMin(t.size(), keys.size()), values.size()); - QVector tempData(n); - QVector::iterator it = tempData.begin(); - const QVector::iterator itEnd = tempData.end(); - int i = 0; - while (it != itEnd) - { - it->t = t[i]; - it->key = keys[i]; - it->value = values[i]; - ++it; - ++i; - } - mDataContainer->add(tempData, alreadySorted); // don't modify tempData beyond this to prevent copy on write -} - -/*! \overload - - Adds the provided points in \a keys and \a values to the current data. The provided vectors - should have equal length. Else, the number of added points will be the size of the smallest - vector. - - The t parameter of each data point will be set to the integer index of the respective key/value - pair. - - Alternatively, you can also access and modify the data directly via the \ref data method, which - returns a pointer to the internal data container. -*/ -void QCPCurve::addData(const QVector &keys, const QVector &values) -{ - if (keys.size() != values.size()) - qDebug() << Q_FUNC_INFO << "keys and values have different sizes:" << keys.size() << values.size(); - const int n = qMin(keys.size(), values.size()); - double tStart; - if (!mDataContainer->isEmpty()) - tStart = (mDataContainer->constEnd()-1)->t + 1.0; - else - tStart = 0; - QVector tempData(n); - QVector::iterator it = tempData.begin(); - const QVector::iterator itEnd = tempData.end(); - int i = 0; - while (it != itEnd) - { - it->t = tStart + i; - it->key = keys[i]; - it->value = values[i]; - ++it; - ++i; - } - mDataContainer->add(tempData, true); // don't modify tempData beyond this to prevent copy on write -} - -/*! \overload - Adds the provided data point as \a t, \a key and \a value to the current data. - - Alternatively, you can also access and modify the data directly via the \ref data method, which - returns a pointer to the internal data container. -*/ -void QCPCurve::addData(double t, double key, double value) -{ - mDataContainer->add(QCPCurveData(t, key, value)); -} - -/*! \overload - - Adds the provided data point as \a key and \a value to the current data. - - The t parameter is generated automatically by increments of 1 for each point, starting at the - highest t of previously existing data or 0, if the curve data is empty. - - Alternatively, you can also access and modify the data directly via the \ref data method, which - returns a pointer to the internal data container. -*/ -void QCPCurve::addData(double key, double value) -{ - if (!mDataContainer->isEmpty()) - mDataContainer->add(QCPCurveData((mDataContainer->constEnd()-1)->t + 1.0, key, value)); - else - mDataContainer->add(QCPCurveData(0.0, key, value)); -} - -/*! - Implements a selectTest specific to this plottable's point geometry. - - If \a details is not 0, it will be set to a \ref QCPDataSelection, describing the closest data - point to \a pos. - - \seebaseclassmethod \ref QCPAbstractPlottable::selectTest -*/ -double QCPCurve::selectTest(const QPointF &pos, bool onlySelectable, QVariant *details) const -{ - if ((onlySelectable && mSelectable == QCP::stNone) || mDataContainer->isEmpty()) - return -1; - if (!mKeyAxis || !mValueAxis) - return -1; - - if (mKeyAxis.data()->axisRect()->rect().contains(pos.toPoint()) || mParentPlot->interactions().testFlag(QCP::iSelectPlottablesBeyondAxisRect)) - { - QCPCurveDataContainer::const_iterator closestDataPoint = mDataContainer->constEnd(); - double result = pointDistance(pos, closestDataPoint); - if (details) - { - int pointIndex = int( closestDataPoint-mDataContainer->constBegin() ); - details->setValue(QCPDataSelection(QCPDataRange(pointIndex, pointIndex+1))); - } - return result; - } else - return -1; -} - -/* inherits documentation from base class */ -QCPRange QCPCurve::getKeyRange(bool &foundRange, QCP::SignDomain inSignDomain) const -{ - return mDataContainer->keyRange(foundRange, inSignDomain); -} - -/* inherits documentation from base class */ -QCPRange QCPCurve::getValueRange(bool &foundRange, QCP::SignDomain inSignDomain, const QCPRange &inKeyRange) const -{ - return mDataContainer->valueRange(foundRange, inSignDomain, inKeyRange); -} - -/* inherits documentation from base class */ -void QCPCurve::draw(QCPPainter *painter) -{ - if (mDataContainer->isEmpty()) return; - - // allocate line vector: - QVector lines, scatters; - - // loop over and draw segments of unselected/selected data: - QList selectedSegments, unselectedSegments, allSegments; - getDataSegments(selectedSegments, unselectedSegments); - allSegments << unselectedSegments << selectedSegments; - for (int i=0; i= unselectedSegments.size(); - - // fill with curve data: - QPen finalCurvePen = mPen; // determine the final pen already here, because the line optimization depends on its stroke width - if (isSelectedSegment && mSelectionDecorator) - finalCurvePen = mSelectionDecorator->pen(); - - QCPDataRange lineDataRange = isSelectedSegment ? allSegments.at(i) : allSegments.at(i).adjusted(-1, 1); // unselected segments extend lines to bordering selected data point (safe to exceed total data bounds in first/last segment, getCurveLines takes care) - getCurveLines(&lines, lineDataRange, finalCurvePen.widthF()); - - // check data validity if flag set: - #ifdef QCUSTOMPLOT_CHECK_DATA - for (QCPCurveDataContainer::const_iterator it = mDataContainer->constBegin(); it != mDataContainer->constEnd(); ++it) - { - if (QCP::isInvalidData(it->t) || - QCP::isInvalidData(it->key, it->value)) - qDebug() << Q_FUNC_INFO << "Data point at" << it->key << "invalid." << "Plottable name:" << name(); - } - #endif - - // draw curve fill: - applyFillAntialiasingHint(painter); - if (isSelectedSegment && mSelectionDecorator) - mSelectionDecorator->applyBrush(painter); - else - painter->setBrush(mBrush); - painter->setPen(Qt::NoPen); - if (painter->brush().style() != Qt::NoBrush && painter->brush().color().alpha() != 0) - painter->drawPolygon(QPolygonF(lines)); - - // draw curve line: - if (mLineStyle != lsNone) - { - painter->setPen(finalCurvePen); - painter->setBrush(Qt::NoBrush); - drawCurveLine(painter, lines); - } - - // draw scatters: - QCPScatterStyle finalScatterStyle = mScatterStyle; - if (isSelectedSegment && mSelectionDecorator) - finalScatterStyle = mSelectionDecorator->getFinalScatterStyle(mScatterStyle); - if (!finalScatterStyle.isNone()) - { - getScatters(&scatters, allSegments.at(i), finalScatterStyle.size()); - drawScatterPlot(painter, scatters, finalScatterStyle); - } - } - - // draw other selection decoration that isn't just line/scatter pens and brushes: - if (mSelectionDecorator) - mSelectionDecorator->drawDecoration(painter, selection()); -} - -/* 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 lines between the points in \a lines, given in pixel coordinates. - - \see drawScatterPlot, getCurveLines -*/ -void QCPCurve::drawCurveLine(QCPPainter *painter, const QVector &lines) const -{ - if (painter->pen().style() != Qt::NoPen && painter->pen().color().alpha() != 0) - { - applyDefaultAntialiasingHint(painter); - drawPolyline(painter, lines); - } -} - -/*! \internal - - Draws scatter symbols at every point passed in \a points, given in pixel coordinates. The - scatters will be drawn with \a painter and have the appearance as specified in \a style. - - \see drawCurveLine, getCurveLines -*/ -void QCPCurve::drawScatterPlot(QCPPainter *painter, const QVector &points, const QCPScatterStyle &style) const -{ - // draw scatter point symbols: - applyScattersAntialiasingHint(painter); - style.applyTo(painter, mPen); - foreach (const QPointF &point, points) - if (!qIsNaN(point.x()) && !qIsNaN(point.y())) - style.drawShape(painter, point); -} - -/*! \internal - - Called by \ref draw to generate points in pixel coordinates which represent 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. - - \a lines will be filled with points in pixel coordinates, that can be drawn with \ref - drawCurveLine. - - \a dataRange specifies the beginning and ending data indices that will be taken into account for - conversion. In this function, the specified range may exceed the total data bounds without harm: - a correspondingly trimmed data range will be used. This takes the burden off the user of this - function to check for valid indices in \a dataRange, e.g. when extending ranges coming from \ref - getDataSegments. - - \a penWidth specifies the pen width that will be used to later draw the lines generated by this - function. This is needed here to calculate an accordingly wider margin around the axis rect when - performing the line optimization. - - Methods that are also involved in the algorithm are: \ref getRegion, \ref getOptimizedPoint, \ref - getOptimizedCornerPoints \ref mayTraverse, \ref getTraverse, \ref getTraverseCornerPoints. - - \see drawCurveLine, drawScatterPlot -*/ -void QCPCurve::getCurveLines(QVector *lines, const QCPDataRange &dataRange, double penWidth) const -{ - if (!lines) return; - lines->clear(); - 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 - const double strokeMargin = qMax(qreal(1.0), qreal(penWidth*0.75)); // stroke radius + 50% safety - const double keyMin = keyAxis->pixelToCoord(keyAxis->coordToPixel(keyAxis->range().lower)-strokeMargin*keyAxis->pixelOrientation()); - const double keyMax = keyAxis->pixelToCoord(keyAxis->coordToPixel(keyAxis->range().upper)+strokeMargin*keyAxis->pixelOrientation()); - const double valueMin = valueAxis->pixelToCoord(valueAxis->coordToPixel(valueAxis->range().lower)-strokeMargin*valueAxis->pixelOrientation()); - const double valueMax = valueAxis->pixelToCoord(valueAxis->coordToPixel(valueAxis->range().upper)+strokeMargin*valueAxis->pixelOrientation()); - QCPCurveDataContainer::const_iterator itBegin = mDataContainer->constBegin(); - QCPCurveDataContainer::const_iterator itEnd = mDataContainer->constEnd(); - mDataContainer->limitIteratorsToDataRange(itBegin, itEnd, dataRange); - if (itBegin == itEnd) - return; - QCPCurveDataContainer::const_iterator it = itBegin; - QCPCurveDataContainer::const_iterator prevIt = itEnd-1; - int prevRegion = getRegion(prevIt->key, prevIt->value, keyMin, valueMax, keyMax, valueMin); - 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 != itEnd) - { - const int currentRegion = getRegion(it->key, it->value, keyMin, valueMax, keyMax, valueMin); - 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 - { - lines->append(getOptimizedPoint(currentRegion, it->key, it->value, prevIt->key, prevIt->value, keyMin, valueMax, keyMax, valueMin)); - // 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 - *lines << getOptimizedCornerPoints(prevRegion, currentRegion, prevIt->key, prevIt->value, it->key, it->value, keyMin, valueMax, keyMax, valueMin); - } else if (mayTraverse(prevRegion, currentRegion) && - getTraverse(prevIt->key, prevIt->value, it->key, it->value, keyMin, valueMax, keyMax, valueMin, 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, keyMin, valueMax, keyMax, valueMin, beforeTraverseCornerPoints, afterTraverseCornerPoints); - if (it != itBegin) - { - *lines << beforeTraverseCornerPoints; - lines->append(crossA); - lines->append(crossB); - *lines << afterTraverseCornerPoints; - } else - { - lines->append(crossB); - *lines << 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) - { - *lines << getOptimizedCornerPoints(prevRegion, currentRegion, prevIt->key, prevIt->value, it->key, it->value, keyMin, valueMax, keyMax, valueMin); - } - } else // segment does end in R, so we add previous point optimized and this point at original position - { - if (it == itBegin) // 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->key, prevIt->value, it->key, it->value, keyMin, valueMax, keyMax, valueMin); - else - lines->append(getOptimizedPoint(prevRegion, prevIt->key, prevIt->value, it->key, it->value, keyMin, valueMax, keyMax, valueMin)); - lines->append(coordsToPixels(it->key, it->value)); - } - } else // region didn't change - { - if (currentRegion == 5) // still in R, keep adding original points - { - lines->append(coordsToPixels(it->key, it->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; - } - *lines << trailingPoints; -} - -/*! \internal - - Called by \ref draw to generate points in pixel coordinates which represent the scatters of the - curve. If a scatter skip is configured (\ref setScatterSkip), the returned points are accordingly - sparser. - - Scatters that aren't visible in the current axis rect are optimized away. - - \a scatters will be filled with points in pixel coordinates, that can be drawn with \ref - drawScatterPlot. - - \a dataRange specifies the beginning and ending data indices that will be taken into account for - conversion. - - \a scatterWidth specifies the scatter width that will be used to later draw the scatters at pixel - coordinates generated by this function. This is needed here to calculate an accordingly wider - margin around the axis rect when performing the data point reduction. - - \see draw, drawScatterPlot -*/ -void QCPCurve::getScatters(QVector *scatters, const QCPDataRange &dataRange, double scatterWidth) const -{ - if (!scatters) return; - scatters->clear(); - QCPAxis *keyAxis = mKeyAxis.data(); - QCPAxis *valueAxis = mValueAxis.data(); - if (!keyAxis || !valueAxis) { qDebug() << Q_FUNC_INFO << "invalid key or value axis"; return; } - - QCPCurveDataContainer::const_iterator begin = mDataContainer->constBegin(); - QCPCurveDataContainer::const_iterator end = mDataContainer->constEnd(); - mDataContainer->limitIteratorsToDataRange(begin, end, dataRange); - if (begin == end) - return; - const int scatterModulo = mScatterSkip+1; - const bool doScatterSkip = mScatterSkip > 0; - int endIndex = int( end-mDataContainer->constBegin() ); - - QCPRange keyRange = keyAxis->range(); - QCPRange valueRange = valueAxis->range(); - // extend range to include width of scatter symbols: - keyRange.lower = keyAxis->pixelToCoord(keyAxis->coordToPixel(keyRange.lower)-scatterWidth*keyAxis->pixelOrientation()); - keyRange.upper = keyAxis->pixelToCoord(keyAxis->coordToPixel(keyRange.upper)+scatterWidth*keyAxis->pixelOrientation()); - valueRange.lower = valueAxis->pixelToCoord(valueAxis->coordToPixel(valueRange.lower)-scatterWidth*valueAxis->pixelOrientation()); - valueRange.upper = valueAxis->pixelToCoord(valueAxis->coordToPixel(valueRange.upper)+scatterWidth*valueAxis->pixelOrientation()); - - QCPCurveDataContainer::const_iterator it = begin; - int itIndex = int( begin-mDataContainer->constBegin() ); - while (doScatterSkip && it != end && itIndex % scatterModulo != 0) // advance begin iterator to first non-skipped scatter - { - ++itIndex; - ++it; - } - if (keyAxis->orientation() == Qt::Vertical) - { - while (it != end) - { - if (!qIsNaN(it->value) && keyRange.contains(it->key) && valueRange.contains(it->value)) - scatters->append(QPointF(valueAxis->coordToPixel(it->value), keyAxis->coordToPixel(it->key))); - - // advance iterator to next (non-skipped) data point: - if (!doScatterSkip) - ++it; - else - { - itIndex += scatterModulo; - if (itIndex < endIndex) // make sure we didn't jump over end - it += scatterModulo; - else - { - it = end; - itIndex = endIndex; - } - } - } - } else - { - while (it != end) - { - if (!qIsNaN(it->value) && keyRange.contains(it->key) && valueRange.contains(it->value)) - scatters->append(QPointF(keyAxis->coordToPixel(it->key), valueAxis->coordToPixel(it->value))); - - // advance iterator to next (non-skipped) data point: - if (!doScatterSkip) - ++it; - else - { - itIndex += scatterModulo; - if (itIndex < endIndex) // make sure we didn't jump over end - it += scatterModulo; - else - { - it = end; - itIndex = endIndex; - } - } - } - } -} - -/*! \internal - - This function is part of the curve optimization algorithm of \ref getCurveLines. - - It returns the region of the given point (\a key, \a value) with respect to a rectangle defined - by \a keyMin, \a keyMax, \a valueMin, and \a valueMax. - - The regions are enumerated from top to bottom (\a valueMin to \a valueMax) and left to right (\a - keyMin to \a keyMax): - - - - - -
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 key, double value, double keyMin, double valueMax, double keyMax, double valueMin) const -{ - if (key < keyMin) // region 123 - { - if (value > valueMax) - return 1; - else if (value < valueMin) - return 3; - else - return 2; - } else if (key > keyMax) // region 789 - { - if (value > valueMax) - return 7; - else if (value < valueMin) - return 9; - else - return 8; - } else // region 456 - { - if (value > valueMax) - return 4; - else if (value < valueMin) - return 6; - else - return 5; - } -} - -/*! \internal - - This function is part of the curve optimization algorithm of \ref getCurveLines. - - 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 keyMin, double valueMax, double keyMax, double valueMin) const -{ - // The intersection point interpolation here is done in pixel coordinates, so we don't need to - // differentiate between different axis scale types. Note that the nomenclature - // top/left/bottom/right/min/max is with respect to the rect in plot coordinates, wich may be - // different in pixel coordinates (horz/vert key axes, reversed ranges) - - const double keyMinPx = mKeyAxis->coordToPixel(keyMin); - const double keyMaxPx = mKeyAxis->coordToPixel(keyMax); - const double valueMinPx = mValueAxis->coordToPixel(valueMin); - const double valueMaxPx = mValueAxis->coordToPixel(valueMax); - const double otherValuePx = mValueAxis->coordToPixel(otherValue); - const double valuePx = mValueAxis->coordToPixel(value); - const double otherKeyPx = mKeyAxis->coordToPixel(otherKey); - const double keyPx = mKeyAxis->coordToPixel(key); - double intersectKeyPx = keyMinPx; // initial key just a fail-safe - double intersectValuePx = valueMinPx; // initial value just a fail-safe - switch (otherRegion) - { - case 1: // top and left edge - { - intersectValuePx = valueMaxPx; - intersectKeyPx = otherKeyPx + (keyPx-otherKeyPx)/(valuePx-otherValuePx)*(intersectValuePx-otherValuePx); - if (intersectKeyPx < qMin(keyMinPx, keyMaxPx) || intersectKeyPx > qMax(keyMinPx, keyMaxPx)) // check whether top edge is not intersected, then it must be left edge (qMin/qMax necessary since axes may be reversed) - { - intersectKeyPx = keyMinPx; - intersectValuePx = otherValuePx + (valuePx-otherValuePx)/(keyPx-otherKeyPx)*(intersectKeyPx-otherKeyPx); - } - break; - } - case 2: // left edge - { - intersectKeyPx = keyMinPx; - intersectValuePx = otherValuePx + (valuePx-otherValuePx)/(keyPx-otherKeyPx)*(intersectKeyPx-otherKeyPx); - break; - } - case 3: // bottom and left edge - { - intersectValuePx = valueMinPx; - intersectKeyPx = otherKeyPx + (keyPx-otherKeyPx)/(valuePx-otherValuePx)*(intersectValuePx-otherValuePx); - if (intersectKeyPx < qMin(keyMinPx, keyMaxPx) || intersectKeyPx > qMax(keyMinPx, keyMaxPx)) // check whether bottom edge is not intersected, then it must be left edge (qMin/qMax necessary since axes may be reversed) - { - intersectKeyPx = keyMinPx; - intersectValuePx = otherValuePx + (valuePx-otherValuePx)/(keyPx-otherKeyPx)*(intersectKeyPx-otherKeyPx); - } - break; - } - case 4: // top edge - { - intersectValuePx = valueMaxPx; - intersectKeyPx = otherKeyPx + (keyPx-otherKeyPx)/(valuePx-otherValuePx)*(intersectValuePx-otherValuePx); - 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 - { - intersectValuePx = valueMinPx; - intersectKeyPx = otherKeyPx + (keyPx-otherKeyPx)/(valuePx-otherValuePx)*(intersectValuePx-otherValuePx); - break; - } - case 7: // top and right edge - { - intersectValuePx = valueMaxPx; - intersectKeyPx = otherKeyPx + (keyPx-otherKeyPx)/(valuePx-otherValuePx)*(intersectValuePx-otherValuePx); - if (intersectKeyPx < qMin(keyMinPx, keyMaxPx) || intersectKeyPx > qMax(keyMinPx, keyMaxPx)) // check whether top edge is not intersected, then it must be right edge (qMin/qMax necessary since axes may be reversed) - { - intersectKeyPx = keyMaxPx; - intersectValuePx = otherValuePx + (valuePx-otherValuePx)/(keyPx-otherKeyPx)*(intersectKeyPx-otherKeyPx); - } - break; - } - case 8: // right edge - { - intersectKeyPx = keyMaxPx; - intersectValuePx = otherValuePx + (valuePx-otherValuePx)/(keyPx-otherKeyPx)*(intersectKeyPx-otherKeyPx); - break; - } - case 9: // bottom and right edge - { - intersectValuePx = valueMinPx; - intersectKeyPx = otherKeyPx + (keyPx-otherKeyPx)/(valuePx-otherValuePx)*(intersectValuePx-otherValuePx); - if (intersectKeyPx < qMin(keyMinPx, keyMaxPx) || intersectKeyPx > qMax(keyMinPx, keyMaxPx)) // check whether bottom edge is not intersected, then it must be right edge (qMin/qMax necessary since axes may be reversed) - { - intersectKeyPx = keyMaxPx; - intersectValuePx = otherValuePx + (valuePx-otherValuePx)/(keyPx-otherKeyPx)*(intersectKeyPx-otherKeyPx); - } - break; - } - } - if (mKeyAxis->orientation() == Qt::Horizontal) - return {intersectKeyPx, intersectValuePx}; - else - return {intersectValuePx, intersectKeyPx}; -} - -/*! \internal - - This function is part of the curve optimization algorithm of \ref getCurveLines. - - 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 keyMin, double valueMax, double keyMax, double valueMin) const -{ - QVector result; - switch (prevRegion) - { - case 1: - { - switch (currentRegion) - { - case 2: { result << coordsToPixels(keyMin, valueMax); break; } - case 4: { result << coordsToPixels(keyMin, valueMax); break; } - case 3: { result << coordsToPixels(keyMin, valueMax) << coordsToPixels(keyMin, valueMin); break; } - case 7: { result << coordsToPixels(keyMin, valueMax) << coordsToPixels(keyMax, valueMax); break; } - case 6: { result << coordsToPixels(keyMin, valueMax) << coordsToPixels(keyMin, valueMin); result.append(result.last()); break; } - case 8: { result << coordsToPixels(keyMin, valueMax) << coordsToPixels(keyMax, valueMax); 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)*(keyMin-key)+value < valueMin) // segment passes below R - { result << coordsToPixels(keyMin, valueMax) << coordsToPixels(keyMin, valueMin); result.append(result.last()); result << coordsToPixels(keyMax, valueMin); } - else - { result << coordsToPixels(keyMin, valueMax) << coordsToPixels(keyMax, valueMax); result.append(result.last()); result << coordsToPixels(keyMax, valueMin); } - break; - } - } - break; - } - case 2: - { - switch (currentRegion) - { - case 1: { result << coordsToPixels(keyMin, valueMax); break; } - case 3: { result << coordsToPixels(keyMin, valueMin); break; } - case 4: { result << coordsToPixels(keyMin, valueMax); result.append(result.last()); break; } - case 6: { result << coordsToPixels(keyMin, valueMin); result.append(result.last()); break; } - case 7: { result << coordsToPixels(keyMin, valueMax); result.append(result.last()); result << coordsToPixels(keyMax, valueMax); break; } - case 9: { result << coordsToPixels(keyMin, valueMin); result.append(result.last()); result << coordsToPixels(keyMax, valueMin); break; } - } - break; - } - case 3: - { - switch (currentRegion) - { - case 2: { result << coordsToPixels(keyMin, valueMin); break; } - case 6: { result << coordsToPixels(keyMin, valueMin); break; } - case 1: { result << coordsToPixels(keyMin, valueMin) << coordsToPixels(keyMin, valueMax); break; } - case 9: { result << coordsToPixels(keyMin, valueMin) << coordsToPixels(keyMax, valueMin); break; } - case 4: { result << coordsToPixels(keyMin, valueMin) << coordsToPixels(keyMin, valueMax); result.append(result.last()); break; } - case 8: { result << coordsToPixels(keyMin, valueMin) << coordsToPixels(keyMax, valueMin); 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)*(keyMax-key)+value < valueMin) // segment passes below R - { result << coordsToPixels(keyMin, valueMin) << coordsToPixels(keyMax, valueMin); result.append(result.last()); result << coordsToPixels(keyMax, valueMax); } - else - { result << coordsToPixels(keyMin, valueMin) << coordsToPixels(keyMin, valueMax); result.append(result.last()); result << coordsToPixels(keyMax, valueMax); } - break; - } - } - break; - } - case 4: - { - switch (currentRegion) - { - case 1: { result << coordsToPixels(keyMin, valueMax); break; } - case 7: { result << coordsToPixels(keyMax, valueMax); break; } - case 2: { result << coordsToPixels(keyMin, valueMax); result.append(result.last()); break; } - case 8: { result << coordsToPixels(keyMax, valueMax); result.append(result.last()); break; } - case 3: { result << coordsToPixels(keyMin, valueMax); result.append(result.last()); result << coordsToPixels(keyMin, valueMin); break; } - case 9: { result << coordsToPixels(keyMax, valueMax); result.append(result.last()); result << coordsToPixels(keyMax, valueMin); break; } - } - break; - } - case 5: - { - switch (currentRegion) - { - case 1: { result << coordsToPixels(keyMin, valueMax); break; } - case 7: { result << coordsToPixels(keyMax, valueMax); break; } - case 9: { result << coordsToPixels(keyMax, valueMin); break; } - case 3: { result << coordsToPixels(keyMin, valueMin); break; } - } - break; - } - case 6: - { - switch (currentRegion) - { - case 3: { result << coordsToPixels(keyMin, valueMin); break; } - case 9: { result << coordsToPixels(keyMax, valueMin); break; } - case 2: { result << coordsToPixels(keyMin, valueMin); result.append(result.last()); break; } - case 8: { result << coordsToPixels(keyMax, valueMin); result.append(result.last()); break; } - case 1: { result << coordsToPixels(keyMin, valueMin); result.append(result.last()); result << coordsToPixels(keyMin, valueMax); break; } - case 7: { result << coordsToPixels(keyMax, valueMin); result.append(result.last()); result << coordsToPixels(keyMax, valueMax); break; } - } - break; - } - case 7: - { - switch (currentRegion) - { - case 4: { result << coordsToPixels(keyMax, valueMax); break; } - case 8: { result << coordsToPixels(keyMax, valueMax); break; } - case 1: { result << coordsToPixels(keyMax, valueMax) << coordsToPixels(keyMin, valueMax); break; } - case 9: { result << coordsToPixels(keyMax, valueMax) << coordsToPixels(keyMax, valueMin); break; } - case 2: { result << coordsToPixels(keyMax, valueMax) << coordsToPixels(keyMin, valueMax); result.append(result.last()); break; } - case 6: { result << coordsToPixels(keyMax, valueMax) << coordsToPixels(keyMax, valueMin); 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)*(keyMax-key)+value < valueMin) // segment passes below R - { result << coordsToPixels(keyMax, valueMax) << coordsToPixels(keyMax, valueMin); result.append(result.last()); result << coordsToPixels(keyMin, valueMin); } - else - { result << coordsToPixels(keyMax, valueMax) << coordsToPixels(keyMin, valueMax); result.append(result.last()); result << coordsToPixels(keyMin, valueMin); } - break; - } - } - break; - } - case 8: - { - switch (currentRegion) - { - case 7: { result << coordsToPixels(keyMax, valueMax); break; } - case 9: { result << coordsToPixels(keyMax, valueMin); break; } - case 4: { result << coordsToPixels(keyMax, valueMax); result.append(result.last()); break; } - case 6: { result << coordsToPixels(keyMax, valueMin); result.append(result.last()); break; } - case 1: { result << coordsToPixels(keyMax, valueMax); result.append(result.last()); result << coordsToPixels(keyMin, valueMax); break; } - case 3: { result << coordsToPixels(keyMax, valueMin); result.append(result.last()); result << coordsToPixels(keyMin, valueMin); break; } - } - break; - } - case 9: - { - switch (currentRegion) - { - case 6: { result << coordsToPixels(keyMax, valueMin); break; } - case 8: { result << coordsToPixels(keyMax, valueMin); break; } - case 3: { result << coordsToPixels(keyMax, valueMin) << coordsToPixels(keyMin, valueMin); break; } - case 7: { result << coordsToPixels(keyMax, valueMin) << coordsToPixels(keyMax, valueMax); break; } - case 2: { result << coordsToPixels(keyMax, valueMin) << coordsToPixels(keyMin, valueMin); result.append(result.last()); break; } - case 4: { result << coordsToPixels(keyMax, valueMin) << coordsToPixels(keyMax, valueMax); 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)*(keyMin-key)+value < valueMin) // segment passes below R - { result << coordsToPixels(keyMax, valueMin) << coordsToPixels(keyMin, valueMin); result.append(result.last()); result << coordsToPixels(keyMin, valueMax); } - else - { result << coordsToPixels(keyMax, valueMin) << coordsToPixels(keyMax, valueMax); result.append(result.last()); result << coordsToPixels(keyMin, valueMax); } - break; - } - } - break; - } - } - return result; -} - -/*! \internal - - This function is part of the curve optimization algorithm of \ref getCurveLines. - - 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 getCurveLines. - - 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 keyMin, double valueMax, double keyMax, double valueMin, QPointF &crossA, QPointF &crossB) const -{ - // The intersection point interpolation here is done in pixel coordinates, so we don't need to - // differentiate between different axis scale types. Note that the nomenclature - // top/left/bottom/right/min/max is with respect to the rect in plot coordinates, wich may be - // different in pixel coordinates (horz/vert key axes, reversed ranges) - - QList intersections; - const double valueMinPx = mValueAxis->coordToPixel(valueMin); - const double valueMaxPx = mValueAxis->coordToPixel(valueMax); - const double keyMinPx = mKeyAxis->coordToPixel(keyMin); - const double keyMaxPx = mKeyAxis->coordToPixel(keyMax); - const double keyPx = mKeyAxis->coordToPixel(key); - const double valuePx = mValueAxis->coordToPixel(value); - const double prevKeyPx = mKeyAxis->coordToPixel(prevKey); - const double prevValuePx = mValueAxis->coordToPixel(prevValue); - if (qFuzzyIsNull(keyPx-prevKeyPx)) // line is parallel to value axis - { - // due to region filter in mayTraverse(), if line is parallel to value or key axis, region 5 is traversed here - intersections.append(mKeyAxis->orientation() == Qt::Horizontal ? QPointF(keyPx, valueMinPx) : QPointF(valueMinPx, keyPx)); // direction will be taken care of at end of method - intersections.append(mKeyAxis->orientation() == Qt::Horizontal ? QPointF(keyPx, valueMaxPx) : QPointF(valueMaxPx, keyPx)); - } else if (qFuzzyIsNull(valuePx-prevValuePx)) // line is parallel to key axis - { - // due to region filter in mayTraverse(), if line is parallel to value or key axis, region 5 is traversed here - intersections.append(mKeyAxis->orientation() == Qt::Horizontal ? QPointF(keyMinPx, valuePx) : QPointF(valuePx, keyMinPx)); // direction will be taken care of at end of method - intersections.append(mKeyAxis->orientation() == Qt::Horizontal ? QPointF(keyMaxPx, valuePx) : QPointF(valuePx, keyMaxPx)); - } else // line is skewed - { - double gamma; - double keyPerValuePx = (keyPx-prevKeyPx)/(valuePx-prevValuePx); - // check top of rect: - gamma = prevKeyPx + (valueMaxPx-prevValuePx)*keyPerValuePx; - if (gamma >= qMin(keyMinPx, keyMaxPx) && gamma <= qMax(keyMinPx, keyMaxPx)) // qMin/qMax necessary since axes may be reversed - intersections.append(mKeyAxis->orientation() == Qt::Horizontal ? QPointF(gamma, valueMaxPx) : QPointF(valueMaxPx, gamma)); - // check bottom of rect: - gamma = prevKeyPx + (valueMinPx-prevValuePx)*keyPerValuePx; - if (gamma >= qMin(keyMinPx, keyMaxPx) && gamma <= qMax(keyMinPx, keyMaxPx)) // qMin/qMax necessary since axes may be reversed - intersections.append(mKeyAxis->orientation() == Qt::Horizontal ? QPointF(gamma, valueMinPx) : QPointF(valueMinPx, gamma)); - const double valuePerKeyPx = 1.0/keyPerValuePx; - // check left of rect: - gamma = prevValuePx + (keyMinPx-prevKeyPx)*valuePerKeyPx; - if (gamma >= qMin(valueMinPx, valueMaxPx) && gamma <= qMax(valueMinPx, valueMaxPx)) // qMin/qMax necessary since axes may be reversed - intersections.append(mKeyAxis->orientation() == Qt::Horizontal ? QPointF(keyMinPx, gamma) : QPointF(gamma, keyMinPx)); - // check right of rect: - gamma = prevValuePx + (keyMaxPx-prevKeyPx)*valuePerKeyPx; - if (gamma >= qMin(valueMinPx, valueMaxPx) && gamma <= qMax(valueMinPx, valueMaxPx)) // qMin/qMax necessary since axes may be reversed - intersections.append(mKeyAxis->orientation() == Qt::Horizontal ? QPointF(keyMaxPx, gamma) : QPointF(gamma, keyMaxPx)); - } - - // 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: - double xDelta = keyPx-prevKeyPx; - double yDelta = valuePx-prevValuePx; - if (mKeyAxis->orientation() != Qt::Horizontal) - qSwap(xDelta, yDelta); - if (xDelta*(intersections.at(1).x()-intersections.at(0).x()) + yDelta*(intersections.at(1).y()-intersections.at(0).y()) < 0) // scalar product of both segments < 0 -> opposite direction - intersections.move(0, 1); - crossA = intersections.at(0); - crossB = intersections.at(1); - return true; -} - -/*! \internal - - This function is part of the curve optimization algorithm of \ref getCurveLines. - - 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 keyMin, double valueMax, double keyMax, double valueMin, QVector &beforeTraverse, QVector &afterTraverse) const -{ - switch (prevRegion) - { - case 1: - { - switch (currentRegion) - { - case 6: { beforeTraverse << coordsToPixels(keyMin, valueMax); break; } - case 9: { beforeTraverse << coordsToPixels(keyMin, valueMax); afterTraverse << coordsToPixels(keyMax, valueMin); break; } - case 8: { beforeTraverse << coordsToPixels(keyMin, valueMax); break; } - } - break; - } - case 2: - { - switch (currentRegion) - { - case 7: { afterTraverse << coordsToPixels(keyMax, valueMax); break; } - case 9: { afterTraverse << coordsToPixels(keyMax, valueMin); break; } - } - break; - } - case 3: - { - switch (currentRegion) - { - case 4: { beforeTraverse << coordsToPixels(keyMin, valueMin); break; } - case 7: { beforeTraverse << coordsToPixels(keyMin, valueMin); afterTraverse << coordsToPixels(keyMax, valueMax); break; } - case 8: { beforeTraverse << coordsToPixels(keyMin, valueMin); break; } - } - break; - } - case 4: - { - switch (currentRegion) - { - case 3: { afterTraverse << coordsToPixels(keyMin, valueMin); break; } - case 9: { afterTraverse << coordsToPixels(keyMax, valueMin); break; } - } - break; - } - case 5: { break; } // shouldn't happen because this method only handles full traverses - case 6: - { - switch (currentRegion) - { - case 1: { afterTraverse << coordsToPixels(keyMin, valueMax); break; } - case 7: { afterTraverse << coordsToPixels(keyMax, valueMax); break; } - } - break; - } - case 7: - { - switch (currentRegion) - { - case 2: { beforeTraverse << coordsToPixels(keyMax, valueMax); break; } - case 3: { beforeTraverse << coordsToPixels(keyMax, valueMax); afterTraverse << coordsToPixels(keyMin, valueMin); break; } - case 6: { beforeTraverse << coordsToPixels(keyMax, valueMax); break; } - } - break; - } - case 8: - { - switch (currentRegion) - { - case 1: { afterTraverse << coordsToPixels(keyMin, valueMax); break; } - case 3: { afterTraverse << coordsToPixels(keyMin, valueMin); break; } - } - break; - } - case 9: - { - switch (currentRegion) - { - case 2: { beforeTraverse << coordsToPixels(keyMax, valueMin); break; } - case 1: { beforeTraverse << coordsToPixels(keyMax, valueMin); afterTraverse << coordsToPixels(keyMin, valueMax); break; } - case 4: { beforeTraverse << coordsToPixels(keyMax, valueMin); 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. The closest data point to \a pixelPoint is returned in \a closestData. Note that - if the curve has a line representation, the returned distance may be smaller than the distance to - the \a closestData point, since the distance to the curve line is also taken into account. - - If either the curve 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 curve), returns - -1.0. -*/ -double QCPCurve::pointDistance(const QPointF &pixelPoint, QCPCurveDataContainer::const_iterator &closestData) const -{ - closestData = mDataContainer->constEnd(); - if (mDataContainer->isEmpty()) - return -1.0; - if (mLineStyle == lsNone && mScatterStyle.isNone()) - return -1.0; - - if (mDataContainer->size() == 1) - { - QPointF dataPoint = coordsToPixels(mDataContainer->constBegin()->key, mDataContainer->constBegin()->value); - closestData = mDataContainer->constBegin(); - return QCPVector2D(dataPoint-pixelPoint).length(); - } - - // calculate minimum distances to curve data points and find closestData iterator: - double minDistSqr = (std::numeric_limits::max)(); - // iterate over found data points and then choose the one with the shortest distance to pos: - QCPCurveDataContainer::const_iterator begin = mDataContainer->constBegin(); - QCPCurveDataContainer::const_iterator end = mDataContainer->constEnd(); - for (QCPCurveDataContainer::const_iterator it=begin; it!=end; ++it) - { - const double currentDistSqr = QCPVector2D(coordsToPixels(it->key, it->value)-pixelPoint).lengthSquared(); - if (currentDistSqr < minDistSqr) - { - minDistSqr = currentDistSqr; - closestData = it; - } - } - - // calculate distance to line if there is one (if so, will probably be smaller than distance to closest data point): - if (mLineStyle != lsNone) - { - QVector lines; - getCurveLines(&lines, QCPDataRange(0, dataCount()), mParentPlot->selectionTolerance()*1.2); // optimized lines outside axis rect shouldn't respond to clicks at the edge, so use 1.2*tolerance as pen width - for (int i=0; i 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 \c nullptr. - - \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 nullptr; - } -} - -/*! - Removes all QCPBars plottables from this group. - - \see isEmpty -*/ -void QCPBarsGroup::clear() -{ - const QList oldBars = mBars; - foreach (QCPBars *bars, oldBars) - bars->setBarsGroup(nullptr); // removes itself from mBars 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(nullptr); - 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) - { - if (baseBars.size() % 2 == 1 && index == (baseBars.size()-1)/2) // is center bar (int division on purpose) - { - return result; - } else - { - double lowerPixelWidth, upperPixelWidth; - int startIndex; - int dir = (index <= (baseBars.size()-1)/2) ? -1 : 1; // if bar is to lower keys of center, dir is negative - if (baseBars.size() % 2 == 0) // even number of bars - { - startIndex = baseBars.size()/2 + (dir < 0 ? -1 : 0); - result += getPixelSpacing(baseBars.at(startIndex), keyCoord)*0.5; // half of middle spacing - } else // uneven number of bars - { - startIndex = (baseBars.size()-1)/2+dir; - 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 += dir) // 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; - // correct sign of result depending on orientation and direction of key axis: - result *= dir*thisBase->keyAxis()->pixelOrientation(); - } - } - 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 access 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 qAbs(bars->keyAxis()->coordToPixel(keyCoord+mSpacing)-keyPixel); - } - } - return 0; -} - - -//////////////////////////////////////////////////////////////////////////////////////////////////// -//////////////////// QCPBarsData -//////////////////////////////////////////////////////////////////////////////////////////////////// - -/*! \class QCPBarsData - \brief Holds the data of one single data point (one bar) for QCPBars. - - The stored data is: - \li \a key: coordinate on the key axis of this bar (this is the \a mainKey and the \a sortKey) - \li \a value: height coordinate on the value axis of this bar (this is the \a mainValue) - - The container for storing multiple data points is \ref QCPBarsDataContainer. It is a typedef for - \ref QCPDataContainer with \ref QCPBarsData as the DataType template parameter. See the - documentation there for an explanation regarding the data type's generic methods. - - \see QCPBarsDataContainer -*/ - -/* start documentation of inline functions */ - -/*! \fn double QCPBarsData::sortKey() const - - Returns the \a key member of this data point. - - For a general explanation of what this method is good for in the context of the data container, - see the documentation of \ref QCPDataContainer. -*/ - -/*! \fn static QCPBarsData QCPBarsData::fromSortKey(double sortKey) - - Returns a data point with the specified \a sortKey. All other members are set to zero. - - For a general explanation of what this method is good for in the context of the data container, - see the documentation of \ref QCPDataContainer. -*/ - -/*! \fn static static bool QCPBarsData::sortKeyIsMainKey() - - Since the member \a key is both the data point key coordinate and the data ordering parameter, - this method returns true. - - For a general explanation of what this method is good for in the context of the data container, - see the documentation of \ref QCPDataContainer. -*/ - -/*! \fn double QCPBarsData::mainKey() const - - Returns the \a key member of this data point. - - For a general explanation of what this method is good for in the context of the data container, - see the documentation of \ref QCPDataContainer. -*/ - -/*! \fn double QCPBarsData::mainValue() const - - Returns the \a value member of this data point. - - For a general explanation of what this method is good for in the context of the data container, - see the documentation of \ref QCPDataContainer. -*/ - -/*! \fn QCPRange QCPBarsData::valueRange() const - - Returns a QCPRange with both lower and upper boundary set to \a value of this data point. - - For a general explanation of what this method is good for in the context of the data container, - see the documentation of \ref QCPDataContainer. -*/ - -/* end documentation of inline functions */ - -/*! - Constructs a bar data point with key and value set to zero. -*/ -QCPBarsData::QCPBarsData() : - key(0), - value(0) -{ -} - -/*! - Constructs a bar data point with the specified \a key and \a value. -*/ -QCPBarsData::QCPBarsData(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 qcpbars-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 qcpbars-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::removePlottable, etc.) - - Usually, you first create an instance: - \snippet documentation/doc-code-snippets/mainwindow.cpp qcpbars-creation-1 - which registers it with the QCustomPlot instance of the passed axes. Note that this QCustomPlot instance takes - ownership of the plottable, so do not delete it manually but use QCustomPlot::removePlottable() instead. - The newly created plottable can be modified, e.g.: - \snippet documentation/doc-code-snippets/mainwindow.cpp qcpbars-creation-2 -*/ - -/* start of documentation of inline functions */ - -/*! \fn QSharedPointer QCPBars::data() const - - Returns a shared pointer to the internal data storage of type \ref QCPBarsDataContainer. 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. -*/ - -/*! \fn QCPBars *QCPBars::barBelow() const - Returns the bars plottable that is directly below this bars plottable. - If there is no such plottable, returns \c nullptr. - - \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 \c nullptr. - - \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 created QCPBars is automatically registered with the QCustomPlot instance inferred from \a - keyAxis. This QCustomPlot instance takes ownership of the QCPBars, so do not delete it manually - but use QCustomPlot::removePlottable() instead. -*/ -QCPBars::QCPBars(QCPAxis *keyAxis, QCPAxis *valueAxis) : - QCPAbstractPlottable1D(keyAxis, valueAxis), - mWidth(0.75), - mWidthType(wtPlotCoords), - mBarsGroup(nullptr), - mBaseValue(0), - mStackingGap(1) -{ - // 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); - mSelectionDecorator->setBrush(QBrush(QColor(160, 160, 255))); -} - -QCPBars::~QCPBars() -{ - setBarsGroup(nullptr); - if (mBarBelow || mBarAbove) - connectBars(mBarBelow.data(), mBarAbove.data()); // take this bar out of any stacking -} - -/*! \overload - - Replaces the current data container with the provided \a data container. - - Since a QSharedPointer is used, multiple QCPBars may share the same data container safely. - Modifying the data in the container will then affect all bars that share the container. Sharing - can be achieved by simply exchanging the data containers wrapped in shared pointers: - \snippet documentation/doc-code-snippets/mainwindow.cpp qcpbars-datasharing-1 - - If you do not wish to share containers, but create a copy from an existing container, rather use - the \ref QCPDataContainer::set method on the bar's data container directly: - \snippet documentation/doc-code-snippets/mainwindow.cpp qcpbars-datasharing-2 - - \see addData -*/ -void QCPBars::setData(QSharedPointer data) -{ - mDataContainer = data; -} - -/*! \overload - - Replaces the current data with the provided points in \a keys and \a values. The provided - vectors should have equal length. Else, the number of added points will be the size of the - smallest vector. - - If you can guarantee that the passed data points are sorted by \a keys in ascending order, you - can set \a alreadySorted to true, to improve performance by saving a sorting run. - - \see addData -*/ -void QCPBars::setData(const QVector &keys, const QVector &values, bool alreadySorted) -{ - mDataContainer->clear(); - addData(keys, values, alreadySorted); -} - -/*! - 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 \c nullptr. -*/ -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; -} - -/*! - If this bars plottable is stacked on top of another bars plottable (\ref moveAbove), this method - allows specifying a distance in \a pixels, by which the drawn bar rectangles will be separated by - the bars below it. -*/ -void QCPBars::setStackingGap(double pixels) -{ - mStackingGap = pixels; -} - -/*! \overload - - Adds the provided points in \a keys and \a values to the current data. The provided vectors - should have equal length. Else, the number of added points will be the size of the smallest - vector. - - If you can guarantee that the passed data points are sorted by \a keys in ascending order, you - can set \a alreadySorted to true, to improve performance by saving a sorting run. - - Alternatively, you can also access and modify the data directly via the \ref data method, which - returns a pointer to the internal data container. -*/ -void QCPBars::addData(const QVector &keys, const QVector &values, bool alreadySorted) -{ - if (keys.size() != values.size()) - qDebug() << Q_FUNC_INFO << "keys and values have different sizes:" << keys.size() << values.size(); - const int n = qMin(keys.size(), values.size()); - QVector tempData(n); - QVector::iterator it = tempData.begin(); - const QVector::iterator itEnd = tempData.end(); - int i = 0; - while (it != itEnd) - { - it->key = keys[i]; - it->value = values[i]; - ++it; - ++i; - } - mDataContainer->add(tempData, alreadySorted); // don't modify tempData beyond this to prevent copy on write -} - -/*! \overload - Adds the provided data point as \a key and \a value to the current data. - - Alternatively, you can also access and modify the data directly via the \ref data method, which - returns a pointer to the internal data container. -*/ -void QCPBars::addData(double key, double value) -{ - mDataContainer->add(QCPBarsData(key, value)); -} - -/*! - 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 \c nullptr. - - \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 above 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 \c nullptr. - - \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); - } -} - -/*! - \copydoc QCPPlottableInterface1D::selectTestRect -*/ -QCPDataSelection QCPBars::selectTestRect(const QRectF &rect, bool onlySelectable) const -{ - QCPDataSelection result; - if ((onlySelectable && mSelectable == QCP::stNone) || mDataContainer->isEmpty()) - return result; - if (!mKeyAxis || !mValueAxis) - return result; - - QCPBarsDataContainer::const_iterator visibleBegin, visibleEnd; - getVisibleDataBounds(visibleBegin, visibleEnd); - - for (QCPBarsDataContainer::const_iterator it=visibleBegin; it!=visibleEnd; ++it) - { - if (rect.intersects(getBarRect(it->key, it->value))) - result.addDataRange(QCPDataRange(int(it-mDataContainer->constBegin()), int(it-mDataContainer->constBegin()+1)), false); - } - result.simplify(); - return result; -} - -/*! - Implements a selectTest specific to this plottable's point geometry. - - If \a details is not 0, it will be set to a \ref QCPDataSelection, describing the closest data - point to \a pos. - - \seebaseclassmethod \ref QCPAbstractPlottable::selectTest -*/ -double QCPBars::selectTest(const QPointF &pos, bool onlySelectable, QVariant *details) const -{ - Q_UNUSED(details) - if ((onlySelectable && mSelectable == QCP::stNone) || mDataContainer->isEmpty()) - return -1; - if (!mKeyAxis || !mValueAxis) - return -1; - - if (mKeyAxis.data()->axisRect()->rect().contains(pos.toPoint()) || mParentPlot->interactions().testFlag(QCP::iSelectPlottablesBeyondAxisRect)) - { - // get visible data range: - QCPBarsDataContainer::const_iterator visibleBegin, visibleEnd; - getVisibleDataBounds(visibleBegin, visibleEnd); - for (QCPBarsDataContainer::const_iterator it=visibleBegin; it!=visibleEnd; ++it) - { - if (getBarRect(it->key, it->value).contains(pos)) - { - if (details) - { - int pointIndex = int(it-mDataContainer->constBegin()); - details->setValue(QCPDataSelection(QCPDataRange(pointIndex, pointIndex+1))); - } - return mParentPlot->selectionTolerance()*0.99; - } - } - } - return -1; -} - -/* inherits documentation from base class */ -QCPRange QCPBars::getKeyRange(bool &foundRange, QCP::SignDomain inSignDomain) const -{ - /* Note: If this QCPBars uses absolute pixels as width (or is in a QCPBarsGroup with spacing in - absolute pixels), using this method to adapt the key axis range to fit the bars into the - currently visible axis range will not work perfectly. Because in the moment the axis range is - changed to the new range, the fixed pixel widths/spacings will represent different coordinate - spans than before, which in turn would require a different key range to perfectly fit, and so on. - The only solution would be to iteratively approach the perfect fitting axis range, but the - mismatch isn't large enough in most applications, to warrant this here. If a user does need a - better fit, he should call the corresponding axis rescale multiple times in a row. - */ - QCPRange range; - range = mDataContainer->keyRange(foundRange, inSignDomain); - - // determine exact range of bars by including bar width and barsgroup offset: - if (foundRange && mKeyAxis) - { - double lowerPixelWidth, upperPixelWidth, keyPixel; - // lower range bound: - getPixelWidth(range.lower, lowerPixelWidth, upperPixelWidth); - keyPixel = mKeyAxis.data()->coordToPixel(range.lower) + lowerPixelWidth; - if (mBarsGroup) - keyPixel += mBarsGroup->keyPixelOffset(this, range.lower); - const double lowerCorrected = mKeyAxis.data()->pixelToCoord(keyPixel); - if (!qIsNaN(lowerCorrected) && qIsFinite(lowerCorrected) && range.lower > lowerCorrected) - range.lower = lowerCorrected; - // upper range bound: - getPixelWidth(range.upper, lowerPixelWidth, upperPixelWidth); - keyPixel = mKeyAxis.data()->coordToPixel(range.upper) + upperPixelWidth; - if (mBarsGroup) - keyPixel += mBarsGroup->keyPixelOffset(this, range.upper); - const double upperCorrected = mKeyAxis.data()->pixelToCoord(keyPixel); - if (!qIsNaN(upperCorrected) && qIsFinite(upperCorrected) && range.upper < upperCorrected) - range.upper = upperCorrected; - } - return range; -} - -/* inherits documentation from base class */ -QCPRange QCPBars::getValueRange(bool &foundRange, QCP::SignDomain inSignDomain, const QCPRange &inKeyRange) const -{ - // Note: can't simply use mDataContainer->valueRange here because we need to - // take into account bar base value and possible stacking of multiple bars - 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 - QCPBarsDataContainer::const_iterator itBegin = mDataContainer->constBegin(); - QCPBarsDataContainer::const_iterator itEnd = mDataContainer->constEnd(); - if (inKeyRange != QCPRange()) - { - itBegin = mDataContainer->findBegin(inKeyRange.lower, false); - itEnd = mDataContainer->findEnd(inKeyRange.upper, false); - } - for (QCPBarsDataContainer::const_iterator it = itBegin; it != itEnd; ++it) - { - const double current = it->value + getStackedBaseValue(it->key, it->value >= 0); - if (qIsNaN(current)) continue; - if (inSignDomain == QCP::sdBoth || (inSignDomain == QCP::sdNegative && current < 0) || (inSignDomain == QCP::sdPositive && current > 0)) - { - if (current < range.lower || !haveLower) - { - range.lower = current; - haveLower = true; - } - if (current > range.upper || !haveUpper) - { - range.upper = current; - haveUpper = true; - } - } - } - - foundRange = true; // return true because bar charts always have the 0-line visible - return range; -} - -/* inherits documentation from base class */ -QPointF QCPBars::dataPixelPosition(int index) const -{ - if (index >= 0 && index < mDataContainer->size()) - { - QCPAxis *keyAxis = mKeyAxis.data(); - QCPAxis *valueAxis = mValueAxis.data(); - if (!keyAxis || !valueAxis) { qDebug() << Q_FUNC_INFO << "invalid key or value axis"; return {}; } - - const QCPDataContainer::const_iterator it = mDataContainer->constBegin()+index; - const double valuePixel = valueAxis->coordToPixel(getStackedBaseValue(it->key, it->value >= 0) + it->value); - const double keyPixel = keyAxis->coordToPixel(it->key) + (mBarsGroup ? mBarsGroup->keyPixelOffset(this, it->key) : 0); - if (keyAxis->orientation() == Qt::Horizontal) - return {keyPixel, valuePixel}; - else - return {valuePixel, keyPixel}; - } else - { - qDebug() << Q_FUNC_INFO << "Index out of bounds" << index; - return {}; - } -} - -/* inherits documentation from base class */ -void QCPBars::draw(QCPPainter *painter) -{ - if (!mKeyAxis || !mValueAxis) { qDebug() << Q_FUNC_INFO << "invalid key or value axis"; return; } - if (mDataContainer->isEmpty()) return; - - QCPBarsDataContainer::const_iterator visibleBegin, visibleEnd; - getVisibleDataBounds(visibleBegin, visibleEnd); - - // loop over and draw segments of unselected/selected data: - QList selectedSegments, unselectedSegments, allSegments; - getDataSegments(selectedSegments, unselectedSegments); - allSegments << unselectedSegments << selectedSegments; - for (int i=0; i= unselectedSegments.size(); - QCPBarsDataContainer::const_iterator begin = visibleBegin; - QCPBarsDataContainer::const_iterator end = visibleEnd; - mDataContainer->limitIteratorsToDataRange(begin, end, allSegments.at(i)); - if (begin == end) - continue; - - for (QCPBarsDataContainer::const_iterator it=begin; it!=end; ++it) - { - // check data validity if flag set: -#ifdef QCUSTOMPLOT_CHECK_DATA - if (QCP::isInvalidData(it->key, it->value)) - qDebug() << Q_FUNC_INFO << "Data point at" << it->key << "of drawn range invalid." << "Plottable name:" << name(); -#endif - // draw bar: - if (isSelectedSegment && mSelectionDecorator) - { - mSelectionDecorator->applyBrush(painter); - mSelectionDecorator->applyPen(painter); - } else - { - painter->setBrush(mBrush); - painter->setPen(mPen); - } - applyDefaultAntialiasingHint(painter); - painter->drawPolygon(getBarRect(it->key, it->value)); - } - } - - // draw other selection decoration that isn't just line/scatter pens and brushes: - if (mSelectionDecorator) - mSelectionDecorator->drawDecoration(painter, selection()); -} - -/* 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 begin 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 end returns an iterator one higher than the highest visible data point. Same as before, \a end - may also lie just outside of the visible range. - - if the plottable contains no data, both \a begin and \a end point to constEnd. -*/ -void QCPBars::getVisibleDataBounds(QCPBarsDataContainer::const_iterator &begin, QCPBarsDataContainer::const_iterator &end) const -{ - if (!mKeyAxis) - { - qDebug() << Q_FUNC_INFO << "invalid key axis"; - begin = mDataContainer->constEnd(); - end = mDataContainer->constEnd(); - return; - } - if (mDataContainer->isEmpty()) - { - begin = mDataContainer->constEnd(); - end = mDataContainer->constEnd(); - return; - } - - // get visible data range as QMap iterators - begin = mDataContainer->findBegin(mKeyAxis.data()->range().lower); - end = mDataContainer->findEnd(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 begin to find lower bar that actually is completely outside visible pixel range: - QCPBarsDataContainer::const_iterator it = begin; - while (it != mDataContainer->constBegin()) - { - --it; - const QRectF barRect = getBarRect(it->key, it->value); - if (mKeyAxis.data()->orientation() == Qt::Horizontal) - isVisible = ((!mKeyAxis.data()->rangeReversed() && barRect.right() >= lowerPixelBound) || (mKeyAxis.data()->rangeReversed() && barRect.left() <= lowerPixelBound)); - else // keyaxis is vertical - isVisible = ((!mKeyAxis.data()->rangeReversed() && barRect.top() <= lowerPixelBound) || (mKeyAxis.data()->rangeReversed() && barRect.bottom() >= lowerPixelBound)); - if (isVisible) - begin = it; - else - break; - } - // walk right from ubound to find upper bar that actually is completely outside visible pixel range: - it = end; - while (it != mDataContainer->constEnd()) - { - const QRectF barRect = getBarRect(it->key, it->value); - if (mKeyAxis.data()->orientation() == Qt::Horizontal) - isVisible = ((!mKeyAxis.data()->rangeReversed() && barRect.left() <= upperPixelBound) || (mKeyAxis.data()->rangeReversed() && barRect.right() >= upperPixelBound)); - else // keyaxis is vertical - isVisible = ((!mKeyAxis.data()->rangeReversed() && barRect.bottom() >= upperPixelBound) || (mKeyAxis.data()->rangeReversed() && barRect.top() <= upperPixelBound)); - if (isVisible) - end = it+1; - else - break; - ++it; - } -} - -/*! \internal - - Returns the rect in pixel coordinates of a single bar with the specified \a key and \a value. The - rect is shifted according to the bar stacking (see \ref moveAbove) and base value (see \ref - setBaseValue), and to have non-overlapping border lines with the bars stacked below. -*/ -QRectF QCPBars::getBarRect(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 {}; } - - 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); - double bottomOffset = (mBarBelow && mPen != Qt::NoPen ? 1 : 0)*(mPen.isCosmetic() ? 1 : mPen.widthF()); - bottomOffset += mBarBelow ? mStackingGap : 0; - bottomOffset *= (value<0 ? -1 : 1)*valueAxis->pixelOrientation(); - if (qAbs(valuePixel-basePixel) <= qAbs(bottomOffset)) - bottomOffset = valuePixel-basePixel; - if (keyAxis->orientation() == Qt::Horizontal) - { - return QRectF(QPointF(keyPixel+lowerPixelWidth, valuePixel), QPointF(keyPixel+upperPixelWidth, basePixel+bottomOffset)).normalized(); - } else - { - return QRectF(QPointF(basePixel+bottomOffset, keyPixel+lowerPixelWidth), QPointF(valuePixel, keyPixel+upperPixelWidth)).normalized(); - } -} - -/*! \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 -{ - lower = 0; - upper = 0; - switch (mWidthType) - { - case wtAbsolute: - { - upper = mWidth*0.5*mKeyAxis.data()->pixelOrientation(); - lower = -upper; - break; - } - case wtAxisRectRatio: - { - if (mKeyAxis && mKeyAxis.data()->axisRect()) - { - if (mKeyAxis.data()->orientation() == Qt::Horizontal) - upper = mKeyAxis.data()->axisRect()->width()*mWidth*0.5*mKeyAxis.data()->pixelOrientation(); - else - upper = mKeyAxis.data()->axisRect()->height()*mWidth*0.5*mKeyAxis.data()->pixelOrientation(); - 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 initialize with 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)*(sizeof(key)==4 ? 1e-6 : 1e-14); // should be safe even when changed to use float at some point - if (key == 0) - epsilon = (sizeof(key)==4 ? 1e-6 : 1e-14); - QCPBarsDataContainer::const_iterator it = mBarBelow.data()->mDataContainer->findBegin(key-epsilon); - QCPBarsDataContainer::const_iterator itEnd = mBarBelow.data()->mDataContainer->findEnd(key+epsilon); - while (it != itEnd) - { - if (it->key > key-epsilon && it->key < key+epsilon) - { - if ((positive && it->value > max) || - (!positive && it->value < max)) - max = it->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 = nullptr; - upper->mBarBelow = nullptr; - } 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 = nullptr; - lower->mBarAbove = nullptr; - } else // connect lower and upper - { - // disconnect old bar above lower: - if (lower->mBarAbove && lower->mBarAbove.data()->mBarBelow.data() == lower) - lower->mBarAbove.data()->mBarBelow = nullptr; - // disconnect old bar below upper: - if (upper->mBarBelow && upper->mBarBelow.data()->mBarAbove.data() == upper) - upper->mBarBelow.data()->mBarAbove = nullptr; - lower->mBarAbove = upper; - upper->mBarBelow = lower; - } -} -/* end of 'src/plottables/plottable-bars.cpp' */ - - -/* including file 'src/plottables/plottable-statisticalbox.cpp' */ -/* modified 2022-11-06T12:45:57, size 28951 */ - -//////////////////////////////////////////////////////////////////////////////////////////////////// -//////////////////// QCPStatisticalBoxData -//////////////////////////////////////////////////////////////////////////////////////////////////// - -/*! \class QCPStatisticalBoxData - \brief Holds the data of one single data point for QCPStatisticalBox. - - The stored data is: - - \li \a key: coordinate on the key axis of this data point (this is the \a mainKey and the \a sortKey) - - \li \a minimum: the position of the lower whisker, typically the minimum measurement of the - sample that's not considered an outlier. - - \li \a lowerQuartile: the lower end of the box. The lower and the upper quartiles are the two - statistical quartiles around the median of the sample, they should contain 50% of the sample - data. - - \li \a median: 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). (This is the \a mainValue) - - \li \a upperQuartile: the upper end of the box. The lower and the upper quartiles are the two - statistical quartiles around the median of the sample, they should contain 50% of the sample - data. - - \li \a maximum: the position of the upper whisker, typically the maximum measurement of the - sample that's not considered an outlier. - - \li \a outliers: a QVector of outlier values that will be drawn as scatter points at the \a key - coordinate of this data point (see \ref QCPStatisticalBox::setOutlierStyle) - - The container for storing multiple data points is \ref QCPStatisticalBoxDataContainer. It is a - typedef for \ref QCPDataContainer with \ref QCPStatisticalBoxData as the DataType template - parameter. See the documentation there for an explanation regarding the data type's generic - methods. - - \see QCPStatisticalBoxDataContainer -*/ - -/* start documentation of inline functions */ - -/*! \fn double QCPStatisticalBoxData::sortKey() const - - Returns the \a key member of this data point. - - For a general explanation of what this method is good for in the context of the data container, - see the documentation of \ref QCPDataContainer. -*/ - -/*! \fn static QCPStatisticalBoxData QCPStatisticalBoxData::fromSortKey(double sortKey) - - Returns a data point with the specified \a sortKey. All other members are set to zero. - - For a general explanation of what this method is good for in the context of the data container, - see the documentation of \ref QCPDataContainer. -*/ - -/*! \fn static static bool QCPStatisticalBoxData::sortKeyIsMainKey() - - Since the member \a key is both the data point key coordinate and the data ordering parameter, - this method returns true. - - For a general explanation of what this method is good for in the context of the data container, - see the documentation of \ref QCPDataContainer. -*/ - -/*! \fn double QCPStatisticalBoxData::mainKey() const - - Returns the \a key member of this data point. - - For a general explanation of what this method is good for in the context of the data container, - see the documentation of \ref QCPDataContainer. -*/ - -/*! \fn double QCPStatisticalBoxData::mainValue() const - - Returns the \a median member of this data point. - - For a general explanation of what this method is good for in the context of the data container, - see the documentation of \ref QCPDataContainer. -*/ - -/*! \fn QCPRange QCPStatisticalBoxData::valueRange() const - - Returns a QCPRange spanning from the \a minimum to the \a maximum member of this statistical box - data point, possibly further expanded by outliers. - - For a general explanation of what this method is good for in the context of the data container, - see the documentation of \ref QCPDataContainer. -*/ - -/* end documentation of inline functions */ - -/*! - Constructs a data point with key and all values set to zero. -*/ -QCPStatisticalBoxData::QCPStatisticalBoxData() : - key(0), - minimum(0), - lowerQuartile(0), - median(0), - upperQuartile(0), - maximum(0) -{ -} - -/*! - Constructs a data point with the specified \a key, \a minimum, \a lowerQuartile, \a median, \a - upperQuartile, \a maximum and optionally a number of \a outliers. -*/ -QCPStatisticalBoxData::QCPStatisticalBoxData(double key, double minimum, double lowerQuartile, double median, double upperQuartile, double maximum, const QVector &outliers) : - key(key), - minimum(minimum), - lowerQuartile(lowerQuartile), - median(median), - upperQuartile(upperQuartile), - maximum(maximum), - outliers(outliers) -{ -} - - -//////////////////////////////////////////////////////////////////////////////////////////////////// -//////////////////// 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 \ref setData or \ref addData functions. Alternatively, you can - also access and modify the data via the \ref data method, which returns a pointer to the internal - \ref QCPStatisticalBoxDataContainer. - - Additionally each data point can itself have a list of outliers, drawn as scatter points at the - key coordinate of the respective statistical box data point. They can either be set by using the - respective \ref addData(double,double,double,double,double,double,const QVector&) - "addData" method or accessing the individual data points through \ref data, and setting the - QVector outliers of the data points directly. - - \section qcpstatisticalbox-appearance Changing the appearance - - The appearance of each data point box, ranging from the lower to the upper quartile, is - controlled via \ref setPen and \ref setBrush. You may change the width of the boxes with \ref - setWidth in plot coordinates. - - Each data point's visual representation also consists of two whiskers. Whiskers are the lines - which reach from the upper quartile to the maximum, and from the lower quartile to the minimum. - The appearance of the whiskers can be modified with: \ref setWhiskerPen, \ref setWhiskerBarPen, - \ref setWhiskerWidth. The whisker width is the width of the bar perpendicular to the whisker at - the top (for maximum) and bottom (for minimum). If the whisker pen is changed, make sure to set - the \c capStyle to \c Qt::FlatCap. Otherwise the backbone line might exceed the whisker bars by a - few pixels due to the pen cap being not perfectly flat. - - The median indicator line inside the box has its own pen, \ref setMedianPen. - - The outlier data points are drawn as normal scatter points. Their look can be controlled with - \ref setOutlierStyle - - \section qcpstatisticalbox-usage Usage - - Like all data representing objects in QCustomPlot, the QCPStatisticalBox is a plottable - (QCPAbstractPlottable). So the plottable-interface of QCustomPlot applies - (QCustomPlot::plottable, QCustomPlot::removePlottable, etc.) - - Usually, you first create an instance: - \snippet documentation/doc-code-snippets/mainwindow.cpp qcpstatisticalbox-creation-1 - which registers it with the QCustomPlot instance of the passed axes. Note that this QCustomPlot instance takes - ownership of the plottable, so do not delete it manually but use QCustomPlot::removePlottable() instead. - The newly created plottable can be modified, e.g.: - \snippet documentation/doc-code-snippets/mainwindow.cpp qcpstatisticalbox-creation-2 -*/ - -/* start documentation of inline functions */ - -/*! \fn QSharedPointer QCPStatisticalBox::data() const - - Returns a shared pointer to the internal data storage of type \ref - QCPStatisticalBoxDataContainer. 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. -*/ - -/* end documentation of inline functions */ - -/*! - 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 created QCPStatisticalBox is automatically registered with the QCustomPlot instance inferred - from \a keyAxis. This QCustomPlot instance takes ownership of the QCPStatisticalBox, so do not - delete it manually but use QCustomPlot::removePlottable() instead. -*/ -QCPStatisticalBox::QCPStatisticalBox(QCPAxis *keyAxis, QCPAxis *valueAxis) : - QCPAbstractPlottable1D(keyAxis, valueAxis), - mWidth(0.5), - mWhiskerWidth(0.2), - mWhiskerPen(Qt::black, 0, Qt::DashLine, Qt::FlatCap), - mWhiskerBarPen(Qt::black), - mWhiskerAntialiased(false), - mMedianPen(Qt::black, 3, Qt::SolidLine, Qt::FlatCap), - mOutlierStyle(QCPScatterStyle::ssCircle, Qt::blue, 6) -{ - setPen(QPen(Qt::black)); - setBrush(Qt::NoBrush); -} - -/*! \overload - - Replaces the current data container with the provided \a data container. - - Since a QSharedPointer is used, multiple QCPStatisticalBoxes may share the same data container - safely. Modifying the data in the container will then affect all statistical boxes that share the - container. Sharing can be achieved by simply exchanging the data containers wrapped in shared - pointers: - \snippet documentation/doc-code-snippets/mainwindow.cpp qcpstatisticalbox-datasharing-1 - - If you do not wish to share containers, but create a copy from an existing container, rather use - the \ref QCPDataContainer::set method on the statistical box data container directly: - \snippet documentation/doc-code-snippets/mainwindow.cpp qcpstatisticalbox-datasharing-2 - - \see addData -*/ -void QCPStatisticalBox::setData(QSharedPointer data) -{ - mDataContainer = data; -} -/*! \overload - - Replaces the current data with the provided points in \a keys, \a minimum, \a lowerQuartile, \a - median, \a upperQuartile and \a maximum. The provided vectors should have equal length. Else, the - number of added points will be the size of the smallest vector. - - If you can guarantee that the passed data points are sorted by \a keys in ascending order, you - can set \a alreadySorted to true, to improve performance by saving a sorting run. - - \see addData -*/ -void QCPStatisticalBox::setData(const QVector &keys, const QVector &minimum, const QVector &lowerQuartile, const QVector &median, const QVector &upperQuartile, const QVector &maximum, bool alreadySorted) -{ - mDataContainer->clear(); - addData(keys, minimum, lowerQuartile, median, upperQuartile, maximum, alreadySorted); -} - -/*! - Sets the width of the boxes in key coordinates. - - \see setWhiskerWidth -*/ -void QCPStatisticalBox::setWidth(double width) -{ - mWidth = width; -} - -/*! - Sets the width of the whiskers in key coordinates. - - Whiskers are the lines which reach from the upper quartile to the maximum, and from the lower - quartile to the minimum. - - \see setWidth -*/ -void QCPStatisticalBox::setWhiskerWidth(double width) -{ - mWhiskerWidth = width; -} - -/*! - Sets the pen used for drawing the whisker backbone. - - Whiskers are the lines which reach from the upper quartile to the maximum, and from the lower - quartile to the minimum. - - Make sure to set the \c capStyle of the passed \a pen to \c Qt::FlatCap. Otherwise the backbone - line might exceed the whisker bars by a few pixels due to the pen cap being not perfectly flat. - - \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. - - Whiskers are the lines which reach from the upper quartile to the maximum, and from the lower - quartile to the minimum. - - \see setWhiskerPen -*/ -void QCPStatisticalBox::setWhiskerBarPen(const QPen &pen) -{ - mWhiskerBarPen = pen; -} - -/*! - Sets whether the statistical boxes whiskers are drawn with antialiasing or not. - - Note that antialiasing settings may be overridden by QCustomPlot::setAntialiasedElements and - QCustomPlot::setNotAntialiasedElements. -*/ -void QCPStatisticalBox::setWhiskerAntialiased(bool enabled) -{ - mWhiskerAntialiased = enabled; -} - -/*! - Sets the pen used for drawing the median indicator line inside the statistical boxes. -*/ -void QCPStatisticalBox::setMedianPen(const QPen &pen) -{ - mMedianPen = pen; -} - -/*! - Sets the appearance of the outlier data points. - - Outliers can be specified with the method - \ref addData(double key, double minimum, double lowerQuartile, double median, double upperQuartile, double maximum, const QVector &outliers) -*/ -void QCPStatisticalBox::setOutlierStyle(const QCPScatterStyle &style) -{ - mOutlierStyle = style; -} - -/*! \overload - - Adds the provided points in \a keys, \a minimum, \a lowerQuartile, \a median, \a upperQuartile and - \a maximum to the current data. The provided vectors should have equal length. Else, the number - of added points will be the size of the smallest vector. - - If you can guarantee that the passed data points are sorted by \a keys in ascending order, you - can set \a alreadySorted to true, to improve performance by saving a sorting run. - - Alternatively, you can also access and modify the data directly via the \ref data method, which - returns a pointer to the internal data container. -*/ -void QCPStatisticalBox::addData(const QVector &keys, const QVector &minimum, const QVector &lowerQuartile, const QVector &median, const QVector &upperQuartile, const QVector &maximum, bool alreadySorted) -{ - if (keys.size() != minimum.size() || minimum.size() != lowerQuartile.size() || lowerQuartile.size() != median.size() || - median.size() != upperQuartile.size() || upperQuartile.size() != maximum.size() || maximum.size() != keys.size()) - qDebug() << Q_FUNC_INFO << "keys, minimum, lowerQuartile, median, upperQuartile, maximum have different sizes:" - << keys.size() << minimum.size() << lowerQuartile.size() << median.size() << upperQuartile.size() << maximum.size(); - const int n = qMin(keys.size(), qMin(minimum.size(), qMin(lowerQuartile.size(), qMin(median.size(), qMin(upperQuartile.size(), maximum.size()))))); - QVector tempData(n); - QVector::iterator it = tempData.begin(); - const QVector::iterator itEnd = tempData.end(); - int i = 0; - while (it != itEnd) - { - it->key = keys[i]; - it->minimum = minimum[i]; - it->lowerQuartile = lowerQuartile[i]; - it->median = median[i]; - it->upperQuartile = upperQuartile[i]; - it->maximum = maximum[i]; - ++it; - ++i; - } - mDataContainer->add(tempData, alreadySorted); // don't modify tempData beyond this to prevent copy on write -} - -/*! \overload - - Adds the provided data point as \a key, \a minimum, \a lowerQuartile, \a median, \a upperQuartile - and \a maximum to the current data. - - Alternatively, you can also access and modify the data directly via the \ref data method, which - returns a pointer to the internal data container. -*/ -void QCPStatisticalBox::addData(double key, double minimum, double lowerQuartile, double median, double upperQuartile, double maximum, const QVector &outliers) -{ - mDataContainer->add(QCPStatisticalBoxData(key, minimum, lowerQuartile, median, upperQuartile, maximum, outliers)); -} - -/*! - \copydoc QCPPlottableInterface1D::selectTestRect -*/ -QCPDataSelection QCPStatisticalBox::selectTestRect(const QRectF &rect, bool onlySelectable) const -{ - QCPDataSelection result; - if ((onlySelectable && mSelectable == QCP::stNone) || mDataContainer->isEmpty()) - return result; - if (!mKeyAxis || !mValueAxis) - return result; - - QCPStatisticalBoxDataContainer::const_iterator visibleBegin, visibleEnd; - getVisibleDataBounds(visibleBegin, visibleEnd); - - for (QCPStatisticalBoxDataContainer::const_iterator it=visibleBegin; it!=visibleEnd; ++it) - { - if (rect.intersects(getQuartileBox(it))) - result.addDataRange(QCPDataRange(int(it-mDataContainer->constBegin()), int(it-mDataContainer->constBegin()+1)), false); - } - result.simplify(); - return result; -} - -/*! - Implements a selectTest specific to this plottable's point geometry. - - If \a details is not 0, it will be set to a \ref QCPDataSelection, describing the closest data - point to \a pos. - - \seebaseclassmethod \ref QCPAbstractPlottable::selectTest -*/ -double QCPStatisticalBox::selectTest(const QPointF &pos, bool onlySelectable, QVariant *details) const -{ - Q_UNUSED(details) - if ((onlySelectable && mSelectable == QCP::stNone) || mDataContainer->isEmpty()) - return -1; - if (!mKeyAxis || !mValueAxis) - return -1; - - if (mKeyAxis->axisRect()->rect().contains(pos.toPoint()) || mParentPlot->interactions().testFlag(QCP::iSelectPlottablesBeyondAxisRect)) - { - // get visible data range: - QCPStatisticalBoxDataContainer::const_iterator visibleBegin, visibleEnd; - QCPStatisticalBoxDataContainer::const_iterator closestDataPoint = mDataContainer->constEnd(); - getVisibleDataBounds(visibleBegin, visibleEnd); - double minDistSqr = (std::numeric_limits::max)(); - for (QCPStatisticalBoxDataContainer::const_iterator it=visibleBegin; it!=visibleEnd; ++it) - { - if (getQuartileBox(it).contains(pos)) // quartile box - { - double currentDistSqr = mParentPlot->selectionTolerance()*0.99 * mParentPlot->selectionTolerance()*0.99; - if (currentDistSqr < minDistSqr) - { - minDistSqr = currentDistSqr; - closestDataPoint = it; - } - } else // whiskers - { - const QVector whiskerBackbones = getWhiskerBackboneLines(it); - const QCPVector2D posVec(pos); - foreach (const QLineF &backbone, whiskerBackbones) - { - double currentDistSqr = posVec.distanceSquaredToLine(backbone); - if (currentDistSqr < minDistSqr) - { - minDistSqr = currentDistSqr; - closestDataPoint = it; - } - } - } - } - if (details) - { - int pointIndex = int(closestDataPoint-mDataContainer->constBegin()); - details->setValue(QCPDataSelection(QCPDataRange(pointIndex, pointIndex+1))); - } - return qSqrt(minDistSqr); - } - return -1; -} - -/* inherits documentation from base class */ -QCPRange QCPStatisticalBox::getKeyRange(bool &foundRange, QCP::SignDomain inSignDomain) const -{ - QCPRange range = mDataContainer->keyRange(foundRange, inSignDomain); - // determine exact range by including width of bars/flags: - if (foundRange) - { - if (inSignDomain != QCP::sdPositive || range.lower-mWidth*0.5 > 0) - range.lower -= mWidth*0.5; - if (inSignDomain != QCP::sdNegative || range.upper+mWidth*0.5 < 0) - range.upper += mWidth*0.5; - } - return range; -} - -/* inherits documentation from base class */ -QCPRange QCPStatisticalBox::getValueRange(bool &foundRange, QCP::SignDomain inSignDomain, const QCPRange &inKeyRange) const -{ - return mDataContainer->valueRange(foundRange, inSignDomain, inKeyRange); -} - -/* inherits documentation from base class */ -void QCPStatisticalBox::draw(QCPPainter *painter) -{ - if (mDataContainer->isEmpty()) return; - QCPAxis *keyAxis = mKeyAxis.data(); - QCPAxis *valueAxis = mValueAxis.data(); - if (!keyAxis || !valueAxis) { qDebug() << Q_FUNC_INFO << "invalid key or value axis"; return; } - - QCPStatisticalBoxDataContainer::const_iterator visibleBegin, visibleEnd; - getVisibleDataBounds(visibleBegin, visibleEnd); - - // loop over and draw segments of unselected/selected data: - QList selectedSegments, unselectedSegments, allSegments; - getDataSegments(selectedSegments, unselectedSegments); - allSegments << unselectedSegments << selectedSegments; - for (int i=0; i= unselectedSegments.size(); - QCPStatisticalBoxDataContainer::const_iterator begin = visibleBegin; - QCPStatisticalBoxDataContainer::const_iterator end = visibleEnd; - mDataContainer->limitIteratorsToDataRange(begin, end, allSegments.at(i)); - if (begin == end) - continue; - - for (QCPStatisticalBoxDataContainer::const_iterator it=begin; it!=end; ++it) - { - // check data validity if flag set: -# ifdef QCUSTOMPLOT_CHECK_DATA - if (QCP::isInvalidData(it->key, it->minimum) || - QCP::isInvalidData(it->lowerQuartile, it->median) || - QCP::isInvalidData(it->upperQuartile, it->maximum)) - qDebug() << Q_FUNC_INFO << "Data point at" << it->key << "of drawn range has invalid data." << "Plottable name:" << name(); - for (int i=0; ioutliers.size(); ++i) - if (QCP::isInvalidData(it->outliers.at(i))) - qDebug() << Q_FUNC_INFO << "Data point outlier at" << it->key << "of drawn range invalid." << "Plottable name:" << name(); -# endif - - if (isSelectedSegment && mSelectionDecorator) - { - mSelectionDecorator->applyPen(painter); - mSelectionDecorator->applyBrush(painter); - } else - { - painter->setPen(mPen); - painter->setBrush(mBrush); - } - QCPScatterStyle finalOutlierStyle = mOutlierStyle; - if (isSelectedSegment && mSelectionDecorator) - finalOutlierStyle = mSelectionDecorator->getFinalScatterStyle(mOutlierStyle); - drawStatisticalBox(painter, it, finalOutlierStyle); - } - } - - // draw other selection decoration that isn't just line/scatter pens and brushes: - if (mSelectionDecorator) - mSelectionDecorator->drawDecoration(painter, selection()); -} - -/* 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); -} - -/*! - Draws the graphical representation of a single statistical box with the data given by the - iterator \a it with the provided \a painter. - - If the statistical box has a set of outlier data points, they are drawn with \a outlierStyle. - - \see getQuartileBox, getWhiskerBackboneLines, getWhiskerBarLines -*/ -void QCPStatisticalBox::drawStatisticalBox(QCPPainter *painter, QCPStatisticalBoxDataContainer::const_iterator it, const QCPScatterStyle &outlierStyle) const -{ - // draw quartile box: - applyDefaultAntialiasingHint(painter); - const QRectF quartileBox = getQuartileBox(it); - painter->drawRect(quartileBox); - // draw median line with cliprect set to quartile box: - painter->save(); - painter->setClipRect(quartileBox, Qt::IntersectClip); - painter->setPen(mMedianPen); - painter->drawLine(QLineF(coordsToPixels(it->key-mWidth*0.5, it->median), coordsToPixels(it->key+mWidth*0.5, it->median))); - painter->restore(); - // draw whisker lines: - applyAntialiasingHint(painter, mWhiskerAntialiased, QCP::aePlottables); - painter->setPen(mWhiskerPen); - painter->drawLines(getWhiskerBackboneLines(it)); - painter->setPen(mWhiskerBarPen); - painter->drawLines(getWhiskerBarLines(it)); - // draw outliers: - applyScattersAntialiasingHint(painter); - outlierStyle.applyTo(painter, mPen); - for (int i=0; ioutliers.size(); ++i) - outlierStyle.drawShape(painter, coordsToPixels(it->key, it->outliers.at(i))); -} - -/*! \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 begin 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 end returns an iterator one higher than the highest visible data point. Same as before, \a end - may also lie just outside of the visible range. - - if the plottable contains no data, both \a begin and \a end point to constEnd. -*/ -void QCPStatisticalBox::getVisibleDataBounds(QCPStatisticalBoxDataContainer::const_iterator &begin, QCPStatisticalBoxDataContainer::const_iterator &end) const -{ - if (!mKeyAxis) - { - qDebug() << Q_FUNC_INFO << "invalid key axis"; - begin = mDataContainer->constEnd(); - end = mDataContainer->constEnd(); - return; - } - begin = mDataContainer->findBegin(mKeyAxis.data()->range().lower-mWidth*0.5); // subtract half width of box to include partially visible data points - end = mDataContainer->findEnd(mKeyAxis.data()->range().upper+mWidth*0.5); // add half width of box to include partially visible data points -} - -/*! \internal - - Returns the box in plot coordinates (keys in x, values in y of the returned rect) that covers the - value range from the lower to the upper quartile, of the data given by \a it. - - \see drawStatisticalBox, getWhiskerBackboneLines, getWhiskerBarLines -*/ -QRectF QCPStatisticalBox::getQuartileBox(QCPStatisticalBoxDataContainer::const_iterator it) const -{ - QRectF result; - result.setTopLeft(coordsToPixels(it->key-mWidth*0.5, it->upperQuartile)); - result.setBottomRight(coordsToPixels(it->key+mWidth*0.5, it->lowerQuartile)); - return result; -} - -/*! \internal - - Returns the whisker backbones (keys in x, values in y of the returned lines) that cover the value - range from the minimum to the lower quartile, and from the upper quartile to the maximum of the - data given by \a it. - - \see drawStatisticalBox, getQuartileBox, getWhiskerBarLines -*/ -QVector QCPStatisticalBox::getWhiskerBackboneLines(QCPStatisticalBoxDataContainer::const_iterator it) const -{ - QVector result(2); - result[0].setPoints(coordsToPixels(it->key, it->lowerQuartile), coordsToPixels(it->key, it->minimum)); // min backbone - result[1].setPoints(coordsToPixels(it->key, it->upperQuartile), coordsToPixels(it->key, it->maximum)); // max backbone - return result; -} - -/*! \internal - - Returns the whisker bars (keys in x, values in y of the returned lines) that are placed at the - end of the whisker backbones, at the minimum and maximum of the data given by \a it. - - \see drawStatisticalBox, getQuartileBox, getWhiskerBackboneLines -*/ -QVector QCPStatisticalBox::getWhiskerBarLines(QCPStatisticalBoxDataContainer::const_iterator it) const -{ - QVector result(2); - result[0].setPoints(coordsToPixels(it->key-mWhiskerWidth*0.5, it->minimum), coordsToPixels(it->key+mWhiskerWidth*0.5, it->minimum)); // min bar - result[1].setPoints(coordsToPixels(it->key-mWhiskerWidth*0.5, it->maximum), coordsToPixels(it->key+mWhiskerWidth*0.5, it->maximum)); // max bar - return result; -} -/* end of 'src/plottables/plottable-statisticalbox.cpp' */ - - -/* including file 'src/plottables/plottable-colormap.cpp' */ -/* modified 2022-11-06T12:45:56, size 48189 */ - -//////////////////////////////////////////////////////////////////////////////////////////////////// -//////////////////// 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. - - A \ref QCPColorMapData also holds an on-demand two-dimensional array of alpha values which (if - allocated) has the same size as the data map. It can be accessed via \ref setAlpha, \ref - fillAlpha and \ref clearAlpha. The memory for the alpha map is only allocated if needed, i.e. on - the first call of \ref setAlpha. \ref clearAlpha restores full opacity and frees the alpha map. - - 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(nullptr), - mAlpha(nullptr), - mDataModified(true) -{ - setSize(keySize, valueSize); - fill(0); -} - -QCPColorMapData::~QCPColorMapData() -{ - delete[] mData; - delete[] mAlpha; -} - -/*! - 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(nullptr), - mAlpha(nullptr), - mDataModified(true) -{ - *this = other; -} - -/*! - Overwrites this color map data instance with the data stored in \a other. The alpha map state is - transferred, too. -*/ -QCPColorMapData &QCPColorMapData::operator=(const QCPColorMapData &other) -{ - if (&other != this) - { - const int keySize = other.keySize(); - const int valueSize = other.valueSize(); - if (!other.mAlpha && mAlpha) - clearAlpha(); - setSize(keySize, valueSize); - if (other.mAlpha && !mAlpha) - createAlpha(false); - setRange(other.keyRange(), other.valueRange()); - if (!isEmpty()) - { - memcpy(mData, other.mData, sizeof(mData[0])*size_t(keySize*valueSize)); - if (mAlpha) - memcpy(mAlpha, other.mAlpha, sizeof(mAlpha[0])*size_t(keySize*valueSize)); - } - mDataBounds = other.mDataBounds; - mDataModified = true; - } - return *this; -} - -/* undocumented getter */ -double QCPColorMapData::data(double key, double value) -{ - int keyCell = int( (key-mKeyRange.lower)/(mKeyRange.upper-mKeyRange.lower)*(mKeySize-1)+0.5 ); - int valueCell = int( (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; -} - -/*! - Returns the alpha map value of the cell with the indices \a keyIndex and \a valueIndex. - - If this color map data doesn't have an alpha map (because \ref setAlpha was never called after - creation or after a call to \ref clearAlpha), returns 255, which corresponds to full opacity. - - \see setAlpha -*/ -unsigned char QCPColorMapData::alpha(int keyIndex, int valueIndex) -{ - if (mAlpha && keyIndex >= 0 && keyIndex < mKeySize && valueIndex >= 0 && valueIndex < mValueSize) - return mAlpha[valueIndex*mKeySize + keyIndex]; - else - return 255; -} - -/*! - 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; - 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[size_t(mKeySize*mValueSize)]; -#ifdef __EXCEPTIONS - } catch (...) { mData = nullptr; } -#endif - if (mData) - fill(0); - else - qDebug() << Q_FUNC_INFO << "out of memory for data dimensions "<< mKeySize << "*" << mValueSize; - } else - mData = nullptr; - - if (mAlpha) // if we had an alpha map, recreate it with new size - createAlpha(); - - 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 = int( (key-mKeyRange.lower)/(mKeyRange.upper-mKeyRange.lower)*(mKeySize-1)+0.5 ); - int valueCell = int( (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; - } else - qDebug() << Q_FUNC_INFO << "index out of bounds:" << keyIndex << valueIndex; -} - -/*! - Sets the alpha of the color map cell given by \a keyIndex and \a valueIndex to \a alpha. A value - of 0 for \a alpha results in a fully transparent cell, and a value of 255 results in a fully - opaque cell. - - If an alpha map doesn't exist yet for this color map data, it will be created here. If you wish - to restore full opacity and free any allocated memory of the alpha map, call \ref clearAlpha. - - Note that the cell-wise alpha which can be configured here is independent of any alpha configured - in the color map's gradient (\ref QCPColorGradient). If a cell is affected both by the cell-wise - and gradient alpha, the alpha values will be blended accordingly during rendering of the color - map. - - \see fillAlpha, clearAlpha -*/ -void QCPColorMapData::setAlpha(int keyIndex, int valueIndex, unsigned char alpha) -{ - if (keyIndex >= 0 && keyIndex < mKeySize && valueIndex >= 0 && valueIndex < mValueSize) - { - if (mAlpha || createAlpha()) - { - mAlpha[valueIndex*mKeySize + keyIndex] = alpha; - mDataModified = true; - } - } else - qDebug() << Q_FUNC_INFO << "index out of bounds:" << keyIndex << valueIndex; -} - -/*! - 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 = std::numeric_limits::max(); - double maxHeight = -std::numeric_limits::max(); - 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); -} - -/*! - Frees the internal alpha map. The color map will have full opacity again. -*/ -void QCPColorMapData::clearAlpha() -{ - if (mAlpha) - { - delete[] mAlpha; - mAlpha = nullptr; - mDataModified = true; - } -} - -/*! - Sets all cells to the value \a z. -*/ -void QCPColorMapData::fill(double z) -{ - const int dataCount = mValueSize*mKeySize; - memset(mData, z, dataCount*sizeof(*mData)); - mDataBounds = QCPRange(z, z); - mDataModified = true; -} - -/*! - Sets the opacity of all color map cells to \a alpha. A value of 0 for \a alpha results in a fully - transparent color map, and a value of 255 results in a fully opaque color map. - - If you wish to restore opacity to 100% and free any used memory for the alpha map, rather use - \ref clearAlpha. - - \see setAlpha -*/ -void QCPColorMapData::fillAlpha(unsigned char alpha) -{ - if (mAlpha || createAlpha(false)) - { - const int dataCount = mValueSize*mKeySize; - memset(mAlpha, alpha, dataCount*sizeof(*mAlpha)); - mDataModified = true; - } -} - -/*! - Transforms plot coordinates given by \a key and \a value to cell indices of this QCPColorMapData - instance. The resulting cell indices are returned via the output parameters \a keyIndex and \a - valueIndex. - - The retrieved key/value cell indices can then be used for example with \ref setCell. - - If you are only interested in a key or value index, you may pass \c nullptr as \a valueIndex or - \a keyIndex. - - \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::coordToCell method as it uses a linear transformation to - determine the cell index. - - \see cellToCoord, QCPAxis::coordToPixel -*/ -void QCPColorMapData::coordToCell(double key, double value, int *keyIndex, int *valueIndex) const -{ - if (keyIndex) - *keyIndex = int( (key-mKeyRange.lower)/(mKeyRange.upper-mKeyRange.lower)*(mKeySize-1)+0.5 ); - if (valueIndex) - *valueIndex = int( (value-mValueRange.lower)/(mValueRange.upper-mValueRange.lower)*(mValueSize-1)+0.5 ); -} - -/*! - Transforms cell indices given by \a keyIndex and \a valueIndex to cell indices of this QCPColorMapData - instance. The resulting coordinates are returned via the output parameters \a key and \a - value. - - If you are only interested in a key or value coordinate, you may pass \c nullptr as \a key or \a - value. - - \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::cellToCoord method as it uses a linear transformation to - determine the cell index. - - \see coordToCell, QCPAxis::pixelToCoord -*/ -void QCPColorMapData::cellToCoord(int keyIndex, int valueIndex, double *key, double *value) const -{ - if (key) - *key = keyIndex/double(mKeySize-1)*(mKeyRange.upper-mKeyRange.lower)+mKeyRange.lower; - if (value) - *value = valueIndex/double(mValueSize-1)*(mValueRange.upper-mValueRange.lower)+mValueRange.lower; -} - -/*! \internal - - Allocates the internal alpha map with the current data map key/value size and, if \a - initializeOpaque is true, initializes all values to 255. If \a initializeOpaque is false, the - values are not initialized at all. In this case, the alpha map should be initialized manually, - e.g. with \ref fillAlpha. - - If an alpha map exists already, it is deleted first. If this color map is empty (has either key - or value size zero, see \ref isEmpty), the alpha map is cleared. - - The return value indicates the existence of the alpha map after the call. So this method returns - true if the data map isn't empty and an alpha map was successfully allocated. -*/ -bool QCPColorMapData::createAlpha(bool initializeOpaque) -{ - clearAlpha(); - if (isEmpty()) - return false; - -#ifdef __EXCEPTIONS - try { // 2D arrays get memory intensive fast. So if the allocation fails, at least output debug message -#endif - mAlpha = new unsigned char[size_t(mKeySize*mValueSize)]; -#ifdef __EXCEPTIONS - } catch (...) { mAlpha = nullptr; } -#endif - if (mAlpha) - { - if (initializeOpaque) - fillAlpha(255); - return true; - } else - { - qDebug() << Q_FUNC_INFO << "out of memory for data dimensions "<< mKeySize << "*" << mValueSize; - return false; - } -} - - -//////////////////////////////////////////////////////////////////////////////////////////////////// -//////////////////// QCPColorMap -//////////////////////////////////////////////////////////////////////////////////////////////////// - -/*! \class QCPColorMap - \brief A plottable representing a two-dimensional color map in a plot. - - \image html QCPColorMap.png - - The data is stored in the class \ref QCPColorMapData, which can be accessed via the data() - method. - - A color map has three dimensions to represent a data point: The \a key dimension, the \a value - dimension and the \a data dimension. As with other plottables such as graphs, \a key and \a value - correspond to two orthogonal axes on the QCustomPlot surface that you specify in the QCPColorMap - constructor. The \a data dimension however is encoded as the color of the point at (\a key, \a - value). - - Set the number of points (or \a cells) in the key/value dimension via \ref - QCPColorMapData::setSize. The plot coordinate range over which these points will be displayed is - specified via \ref QCPColorMapData::setRange. The first cell will be centered on the lower range - boundary and the last cell will be centered on the upper range boundary. The data can be set by - either accessing the cells directly with QCPColorMapData::setCell or by addressing the cells via - their plot coordinates with \ref QCPColorMapData::setData. If possible, you should prefer - setCell, since it doesn't need to do any coordinate transformation and thus performs a bit - better. - - The cell with index (0, 0) is at the bottom left, if the color map uses normal (i.e. not reversed) - key and value axes. - - To show the user which colors correspond to which \a data values, a \ref QCPColorScale is - typically placed to the right of the axis rect. See the documentation there for details on how to - add and use a color scale. - - \section qcpcolormap-appearance Changing the appearance - - Most important to the appearance is the color gradient, which can be specified via \ref - setGradient. See the documentation of \ref QCPColorGradient for details on configuring a color - gradient. - - The \a data range that is mapped to the colors of the gradient can be specified with \ref - setDataRange. To make the data range encompass the whole data set minimum to maximum, call \ref - rescaleDataRange. If your data may contain NaN values, use \ref QCPColorGradient::setNanHandling - to define how they are displayed. - - \section qcpcolormap-transparency Transparency - - Transparency in color maps can be achieved by two mechanisms. On one hand, you can specify alpha - values for color stops of the \ref QCPColorGradient, via the regular QColor interface. This will - cause the color map data which gets mapped to colors around those color stops to appear with the - accordingly interpolated transparency. - - On the other hand you can also directly apply an alpha value to each cell independent of its - data, by using the alpha map feature of \ref QCPColorMapData. The relevant methods are \ref - QCPColorMapData::setAlpha, QCPColorMapData::fillAlpha and \ref QCPColorMapData::clearAlpha(). - - The two transparencies will be joined together in the plot and otherwise not interfere with each - other. They are mixed in a multiplicative matter, so an alpha of e.g. 50% (128/255) in both modes - simultaneously, will result in a total transparency of 25% (64/255). - - \section qcpcolormap-usage Usage - - Like all data representing objects in QCustomPlot, the QCPColorMap is a plottable - (QCPAbstractPlottable). So the plottable-interface of QCustomPlot applies - (QCustomPlot::plottable, QCustomPlot::removePlottable, etc.) - - Usually, you first create an instance: - \snippet documentation/doc-code-snippets/mainwindow.cpp qcpcolormap-creation-1 - which registers it with the QCustomPlot instance of the passed axes. Note that this QCustomPlot instance takes - ownership of the plottable, so do not delete it manually but use QCustomPlot::removePlottable() instead. - The newly created plottable can be modified, e.g.: - \snippet documentation/doc-code-snippets/mainwindow.cpp qcpcolormap-creation-2 - - \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. -*/ - -/* start documentation of inline functions */ - -/*! \fn QCPColorMapData *QCPColorMap::data() const - - Returns a pointer to the internal data storage of type \ref QCPColorMapData. Access this to - modify data points (cells) and the color map key/value range. - - \see setData -*/ - -/* end documentation of inline functions */ - -/* start documentation of signals */ - -/*! \fn void QCPColorMap::dataRangeChanged(const QCPRange &newRange); - - This signal is emitted when the data range changes. - - \see setDataRange -*/ - -/*! \fn void QCPColorMap::dataScaleTypeChanged(QCPAxis::ScaleType scaleType); - - This signal is emitted when the data scale type changes. - - \see setDataScaleType -*/ - -/*! \fn void QCPColorMap::gradientChanged(const QCPColorGradient &newGradient); - - This signal is emitted when the gradient changes. - - \see setGradient -*/ - -/* end documentation of signals */ - -/*! - Constructs a color map with the specified \a keyAxis and \a valueAxis. - - The created QCPColorMap is automatically registered with the QCustomPlot instance inferred from - \a keyAxis. This QCustomPlot instance takes ownership of the QCPColorMap, so do not delete it - manually but use QCustomPlot::removePlottable() instead. -*/ -QCPColorMap::QCPColorMap(QCPAxis *keyAxis, QCPAxis *valueAxis) : - QCPAbstractPlottable(keyAxis, valueAxis), - mDataScaleType(QCPAxis::stLinear), - mMapData(new QCPColorMapData(10, 10, QCPRange(0, 5), QCPRange(0, 5))), - mGradient(QCPColorGradient::gpCold), - mInterpolate(true), - mTightBoundary(false), - mMapImageInvalidated(true) -{ -} - -QCPColorMap::~QCPColorMap() -{ - delete mMapData; -} - -/*! - Replaces the current \ref data with the provided \a data. - - If \a copy is set to true, the \a data object will only be copied. if false, the color map - takes ownership of the passed data and replaces the internal data pointer with it. This is - significantly faster than copying for large datasets. -*/ -void QCPColorMap::setData(QCPColorMapData *data, bool copy) -{ - if (mMapData == data) - { - qDebug() << Q_FUNC_INFO << "The data pointer is already in (and owned by) this plottable" << reinterpret_cast(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 \c nullptr 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); - } -} - -/* inherits documentation from base class */ -double QCPColorMap::selectTest(const QPointF &pos, bool onlySelectable, QVariant *details) const -{ - Q_UNUSED(details) - if ((onlySelectable && mSelectable == QCP::stNone) || mMapData->isEmpty()) - return -1; - if (!mKeyAxis || !mValueAxis) - return -1; - - if (mKeyAxis.data()->axisRect()->rect().contains(pos.toPoint()) || mParentPlot->interactions().testFlag(QCP::iSelectPlottablesBeyondAxisRect)) - { - double posKey, posValue; - pixelsToCoords(pos, posKey, posValue); - if (mMapData->keyRange().contains(posKey) && mMapData->valueRange().contains(posValue)) - { - if (details) - details->setValue(QCPDataSelection(QCPDataRange(0, 1))); // temporary solution, to facilitate whole-plottable selection. Replace in future version with segmented 2D selection. - return mParentPlot->selectionTolerance()*0.99; - } - } - return -1; -} - -/* inherits documentation from base class */ -QCPRange QCPColorMap::getKeyRange(bool &foundRange, QCP::SignDomain inSignDomain) const -{ - foundRange = true; - QCPRange result = mMapData->keyRange(); - result.normalize(); - if (inSignDomain == QCP::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 == QCP::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, QCP::SignDomain inSignDomain, const QCPRange &inKeyRange) const -{ - if (inKeyRange != QCPRange()) - { - if (mMapData->keyRange().upper < inKeyRange.lower || mMapData->keyRange().lower > inKeyRange.upper) - { - foundRange = false; - return {}; - } - } - - foundRange = true; - QCPRange result = mMapData->valueRange(); - result.normalize(); - if (inSignDomain == QCP::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 == QCP::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; -} - -/*! \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 QImage::Format format = QImage::Format_ARGB32_Premultiplied; - 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), format); - else if (keyAxis->orientation() == Qt::Vertical && (mMapImage.width() != valueSize*valueOversamplingFactor || mMapImage.height() != keySize*keyOversamplingFactor)) - mMapImage = QImage(QSize(valueSize*valueOversamplingFactor, keySize*keyOversamplingFactor), format); - - if (mMapImage.isNull()) - { - qDebug() << Q_FUNC_INFO << "Couldn't create map image (possibly too large for memory)"; - mMapImage = QImage(QSize(10, 10), format); - mMapImage.fill(Qt::black); - } else - { - 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), format); - else if (keyAxis->orientation() == Qt::Vertical && (mUndersampledMapImage.width() != valueSize || mUndersampledMapImage.height() != keySize)) - mUndersampledMapImage = QImage(QSize(valueSize, keySize), format); - 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; - const unsigned char *rawAlpha = mMapData->mAlpha; - 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) - if (rawAlpha) - mGradient.colorize(rawData+line*rowCount, rawAlpha+line*rowCount, mDataRange, pixels, rowCount, 1, mDataScaleType==QCPAxis::stLogarithmic); - else - 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) - if (rawAlpha) - mGradient.colorize(rawData+line, rawAlpha+line, mDataRange, pixels, rowCount, lineCount, mDataScaleType==QCPAxis::stLogarithmic); - else - 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): - const 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; - if (useBuffer) - { - const double mapBufferPixelRatio = 3; // factor by which DPI is increased in embedded bitmaps - 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); - const bool mirrorX = (keyAxis()->orientation() == Qt::Horizontal ? keyAxis() : valueAxis())->rangeReversed(); - const bool mirrorY = (valueAxis()->orientation() == Qt::Vertical ? valueAxis() : keyAxis())->rangeReversed(); - const 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)); - */ -} -/* end of 'src/plottables/plottable-colormap.cpp' */ - - -/* including file 'src/plottables/plottable-financial.cpp' */ -/* modified 2022-11-06T12:45:57, size 42914 */ - -//////////////////////////////////////////////////////////////////////////////////////////////////// -//////////////////// QCPFinancialData -//////////////////////////////////////////////////////////////////////////////////////////////////// - -/*! \class QCPFinancialData - \brief Holds the data of one single data point for QCPFinancial. - - The stored data is: - \li \a key: coordinate on the key axis of this data point (this is the \a mainKey and the \a sortKey) - \li \a open: The opening value at the data point (this is the \a mainValue) - \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 - - The container for storing multiple data points is \ref QCPFinancialDataContainer. It is a typedef - for \ref QCPDataContainer with \ref QCPFinancialData as the DataType template parameter. See the - documentation there for an explanation regarding the data type's generic methods. - - \see QCPFinancialDataContainer -*/ - -/* start documentation of inline functions */ - -/*! \fn double QCPFinancialData::sortKey() const - - Returns the \a key member of this data point. - - For a general explanation of what this method is good for in the context of the data container, - see the documentation of \ref QCPDataContainer. -*/ - -/*! \fn static QCPFinancialData QCPFinancialData::fromSortKey(double sortKey) - - Returns a data point with the specified \a sortKey. All other members are set to zero. - - For a general explanation of what this method is good for in the context of the data container, - see the documentation of \ref QCPDataContainer. -*/ - -/*! \fn static static bool QCPFinancialData::sortKeyIsMainKey() - - Since the member \a key is both the data point key coordinate and the data ordering parameter, - this method returns true. - - For a general explanation of what this method is good for in the context of the data container, - see the documentation of \ref QCPDataContainer. -*/ - -/*! \fn double QCPFinancialData::mainKey() const - - Returns the \a key member of this data point. - - For a general explanation of what this method is good for in the context of the data container, - see the documentation of \ref QCPDataContainer. -*/ - -/*! \fn double QCPFinancialData::mainValue() const - - Returns the \a open member of this data point. - - For a general explanation of what this method is good for in the context of the data container, - see the documentation of \ref QCPDataContainer. -*/ - -/*! \fn QCPRange QCPFinancialData::valueRange() const - - Returns a QCPRange spanning from the \a low to the \a high value of this data point. - - For a general explanation of what this method is good for in the context of the data container, - see the documentation of \ref QCPDataContainer. -*/ - -/* end documentation of inline functions */ - -/*! - 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 \ref - setWidthType. A typical choice is to set the width type to \ref wtPlotCoords (the default) and - the width to (or slightly less than) one time bin interval width. - - \section qcpfinancial-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 (provided by the \ref selectionDecorator) is used, - irrespective of whether the chart is single- or two-colored. - - \section qcpfinancial-usage Usage - - Like all data representing objects in QCustomPlot, the QCPFinancial is a plottable - (QCPAbstractPlottable). So the plottable-interface of QCustomPlot applies - (QCustomPlot::plottable, QCustomPlot::removePlottable, etc.) - - Usually, you first create an instance: - - \snippet documentation/doc-code-snippets/mainwindow.cpp qcpfinancial-creation-1 - which registers it with the QCustomPlot instance of the passed axes. Note that this QCustomPlot - instance takes ownership of the plottable, so do not delete it manually but use - QCustomPlot::removePlottable() instead. The newly created plottable can be modified, e.g.: - - \snippet documentation/doc-code-snippets/mainwindow.cpp qcpfinancial-creation-2 - Here we have used the static helper method \ref timeSeriesToOhlc, to turn a time-price data - series into a 24-hour binned open-high-low-close data series as QCPFinancial uses. -*/ - -/* start of documentation of inline functions */ - -/*! \fn QCPFinancialDataContainer *QCPFinancial::data() const - - Returns a pointer to the internal data storage of type \ref QCPFinancialDataContainer. 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 created QCPFinancial is automatically registered with the QCustomPlot instance inferred from \a - keyAxis. This QCustomPlot instance takes ownership of the QCPFinancial, so do not delete it manually - but use QCustomPlot::removePlottable() instead. -*/ -QCPFinancial::QCPFinancial(QCPAxis *keyAxis, QCPAxis *valueAxis) : - QCPAbstractPlottable1D(keyAxis, valueAxis), - mChartStyle(csCandlestick), - mWidth(0.5), - mWidthType(wtPlotCoords), - mTwoColored(true), - mBrushPositive(QBrush(QColor(50, 160, 0))), - mBrushNegative(QBrush(QColor(180, 0, 15))), - mPenPositive(QPen(QColor(40, 150, 0))), - mPenNegative(QPen(QColor(170, 5, 5))) -{ - mSelectionDecorator->setBrush(QBrush(QColor(160, 160, 255))); -} - -QCPFinancial::~QCPFinancial() -{ -} - -/*! \overload - - Replaces the current data container with the provided \a data container. - - Since a QSharedPointer is used, multiple QCPFinancials may share the same data container safely. - Modifying the data in the container will then affect all financials that share the container. - Sharing can be achieved by simply exchanging the data containers wrapped in shared pointers: - \snippet documentation/doc-code-snippets/mainwindow.cpp qcpfinancial-datasharing-1 - - If you do not wish to share containers, but create a copy from an existing container, rather use - the \ref QCPDataContainer::set method on the financial's data container directly: - \snippet documentation/doc-code-snippets/mainwindow.cpp qcpfinancial-datasharing-2 - - \see addData, timeSeriesToOhlc -*/ -void QCPFinancial::setData(QSharedPointer data) -{ - mDataContainer = data; -} - -/*! \overload - - Replaces the current data with the provided points in \a keys, \a open, \a high, \a low and \a - close. The provided vectors should have equal length. Else, the number of added points will be - the size of the smallest vector. - - If you can guarantee that the passed data points are sorted by \a keys in ascending order, you - can set \a alreadySorted to true, to improve performance by saving a sorting run. - - \see addData, timeSeriesToOhlc -*/ -void QCPFinancial::setData(const QVector &keys, const QVector &open, const QVector &high, const QVector &low, const QVector &close, bool alreadySorted) -{ - mDataContainer->clear(); - addData(keys, open, high, low, close, alreadySorted); -} - -/*! - 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 how the width of the financial 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 QCPFinancial::setWidthType(QCPFinancial::WidthType widthType) -{ - mWidthType = widthType; -} - -/*! - 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; -} - -/*! \overload - - Adds the provided points in \a keys, \a open, \a high, \a low and \a close to the current data. - The provided vectors should have equal length. Else, the number of added points will be the size - of the smallest vector. - - If you can guarantee that the passed data points are sorted by \a keys in ascending order, you - can set \a alreadySorted to true, to improve performance by saving a sorting run. - - Alternatively, you can also access and modify the data directly via the \ref data method, which - returns a pointer to the internal data container. - - \see timeSeriesToOhlc -*/ -void QCPFinancial::addData(const QVector &keys, const QVector &open, const QVector &high, const QVector &low, const QVector &close, bool alreadySorted) -{ - if (keys.size() != open.size() || open.size() != high.size() || high.size() != low.size() || low.size() != close.size() || close.size() != keys.size()) - qDebug() << Q_FUNC_INFO << "keys, open, high, low, close have different sizes:" << keys.size() << open.size() << high.size() << low.size() << close.size(); - const int n = qMin(keys.size(), qMin(open.size(), qMin(high.size(), qMin(low.size(), close.size())))); - QVector tempData(n); - QVector::iterator it = tempData.begin(); - const QVector::iterator itEnd = tempData.end(); - int i = 0; - while (it != itEnd) - { - it->key = keys[i]; - it->open = open[i]; - it->high = high[i]; - it->low = low[i]; - it->close = close[i]; - ++it; - ++i; - } - mDataContainer->add(tempData, alreadySorted); // don't modify tempData beyond this to prevent copy on write -} - -/*! \overload - - Adds the provided data point as \a key, \a open, \a high, \a low and \a close to the current - data. - - Alternatively, you can also access and modify the data directly via the \ref data method, which - returns a pointer to the internal data container. - - \see timeSeriesToOhlc -*/ -void QCPFinancial::addData(double key, double open, double high, double low, double close) -{ - mDataContainer->add(QCPFinancialData(key, open, high, low, close)); -} - -/*! - \copydoc QCPPlottableInterface1D::selectTestRect -*/ -QCPDataSelection QCPFinancial::selectTestRect(const QRectF &rect, bool onlySelectable) const -{ - QCPDataSelection result; - if ((onlySelectable && mSelectable == QCP::stNone) || mDataContainer->isEmpty()) - return result; - if (!mKeyAxis || !mValueAxis) - return result; - - QCPFinancialDataContainer::const_iterator visibleBegin, visibleEnd; - getVisibleDataBounds(visibleBegin, visibleEnd); - - for (QCPFinancialDataContainer::const_iterator it=visibleBegin; it!=visibleEnd; ++it) - { - if (rect.intersects(selectionHitBox(it))) - result.addDataRange(QCPDataRange(int(it-mDataContainer->constBegin()), int(it-mDataContainer->constBegin()+1)), false); - } - result.simplify(); - return result; -} - -/*! - Implements a selectTest specific to this plottable's point geometry. - - If \a details is not 0, it will be set to a \ref QCPDataSelection, describing the closest data - point to \a pos. - - \seebaseclassmethod \ref QCPAbstractPlottable::selectTest -*/ -double QCPFinancial::selectTest(const QPointF &pos, bool onlySelectable, QVariant *details) const -{ - Q_UNUSED(details) - if ((onlySelectable && mSelectable == QCP::stNone) || mDataContainer->isEmpty()) - return -1; - if (!mKeyAxis || !mValueAxis) - return -1; - - if (mKeyAxis.data()->axisRect()->rect().contains(pos.toPoint()) || mParentPlot->interactions().testFlag(QCP::iSelectPlottablesBeyondAxisRect)) - { - // get visible data range: - QCPFinancialDataContainer::const_iterator visibleBegin, visibleEnd; - QCPFinancialDataContainer::const_iterator closestDataPoint = mDataContainer->constEnd(); - getVisibleDataBounds(visibleBegin, visibleEnd); - // perform select test according to configured style: - double result = -1; - switch (mChartStyle) - { - case QCPFinancial::csOhlc: - result = ohlcSelectTest(pos, visibleBegin, visibleEnd, closestDataPoint); break; - case QCPFinancial::csCandlestick: - result = candlestickSelectTest(pos, visibleBegin, visibleEnd, closestDataPoint); break; - } - if (details) - { - int pointIndex = int(closestDataPoint-mDataContainer->constBegin()); - details->setValue(QCPDataSelection(QCPDataRange(pointIndex, pointIndex+1))); - } - return result; - } - - return -1; -} - -/* inherits documentation from base class */ -QCPRange QCPFinancial::getKeyRange(bool &foundRange, QCP::SignDomain inSignDomain) const -{ - QCPRange range = mDataContainer->keyRange(foundRange, inSignDomain); - // determine exact range by including width of bars/flags: - if (foundRange) - { - if (inSignDomain != QCP::sdPositive || range.lower-mWidth*0.5 > 0) - range.lower -= mWidth*0.5; - if (inSignDomain != QCP::sdNegative || range.upper+mWidth*0.5 < 0) - range.upper += mWidth*0.5; - } - return range; -} - -/* inherits documentation from base class */ -QCPRange QCPFinancial::getValueRange(bool &foundRange, QCP::SignDomain inSignDomain, const QCPRange &inKeyRange) const -{ - return mDataContainer->valueRange(foundRange, inSignDomain, inKeyRange); -} - -/*! - 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 QCPFinancialDataContainer::set(const - QCPFinancialDataContainer&). - - 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. -*/ -QCPFinancialDataContainer QCPFinancial::timeSeriesToOhlc(const QVector &time, const QVector &value, double timeBinSize, double timeBinOffset) -{ - QCPFinancialDataContainer data; - int count = qMin(time.size(), value.size()); - if (count == 0) - return QCPFinancialDataContainer(); - - 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; - data.add(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; - data.add(currentBinData); - // start next bin: - currentBinIndex = index; - currentBinData.open = value.at(i); - currentBinData.high = value.at(i); - currentBinData.low = value.at(i); - } - } - - return data; -} - -/* inherits documentation from base class */ -void QCPFinancial::draw(QCPPainter *painter) -{ - // get visible data range: - QCPFinancialDataContainer::const_iterator visibleBegin, visibleEnd; - getVisibleDataBounds(visibleBegin, visibleEnd); - - // loop over and draw segments of unselected/selected data: - QList selectedSegments, unselectedSegments, allSegments; - getDataSegments(selectedSegments, unselectedSegments); - allSegments << unselectedSegments << selectedSegments; - for (int i=0; i= unselectedSegments.size(); - QCPFinancialDataContainer::const_iterator begin = visibleBegin; - QCPFinancialDataContainer::const_iterator end = visibleEnd; - mDataContainer->limitIteratorsToDataRange(begin, end, allSegments.at(i)); - if (begin == end) - continue; - - // draw data segment according to configured style: - switch (mChartStyle) - { - case QCPFinancial::csOhlc: - drawOhlcPlot(painter, begin, end, isSelectedSegment); break; - case QCPFinancial::csCandlestick: - drawCandlestickPlot(painter, begin, end, isSelectedSegment); break; - } - } - - // draw other selection decoration that isn't just line/scatter pens and brushes: - if (mSelectionDecorator) - mSelectionDecorator->drawDecoration(painter, selection()); -} - -/* 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 half 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 half 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())); - } - } -} - -/*! \internal - - Draws the data from \a begin to \a end-1 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 QCPFinancialDataContainer::const_iterator &begin, const QCPFinancialDataContainer::const_iterator &end, bool isSelected) -{ - 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) - { - for (QCPFinancialDataContainer::const_iterator it = begin; it != end; ++it) - { - if (isSelected && mSelectionDecorator) - mSelectionDecorator->applyPen(painter); - else if (mTwoColored) - painter->setPen(it->close >= it->open ? mPenPositive : mPenNegative); - else - painter->setPen(mPen); - double keyPixel = keyAxis->coordToPixel(it->key); - double openPixel = valueAxis->coordToPixel(it->open); - double closePixel = valueAxis->coordToPixel(it->close); - // draw backbone: - painter->drawLine(QPointF(keyPixel, valueAxis->coordToPixel(it->high)), QPointF(keyPixel, valueAxis->coordToPixel(it->low))); - // draw open: - double pixelWidth = getPixelWidth(it->key, keyPixel); // sign of this makes sure open/close are on correct sides - painter->drawLine(QPointF(keyPixel-pixelWidth, openPixel), QPointF(keyPixel, openPixel)); - // draw close: - painter->drawLine(QPointF(keyPixel, closePixel), QPointF(keyPixel+pixelWidth, closePixel)); - } - } else - { - for (QCPFinancialDataContainer::const_iterator it = begin; it != end; ++it) - { - if (isSelected && mSelectionDecorator) - mSelectionDecorator->applyPen(painter); - else if (mTwoColored) - painter->setPen(it->close >= it->open ? mPenPositive : mPenNegative); - else - painter->setPen(mPen); - double keyPixel = keyAxis->coordToPixel(it->key); - double openPixel = valueAxis->coordToPixel(it->open); - double closePixel = valueAxis->coordToPixel(it->close); - // draw backbone: - painter->drawLine(QPointF(valueAxis->coordToPixel(it->high), keyPixel), QPointF(valueAxis->coordToPixel(it->low), keyPixel)); - // draw open: - double pixelWidth = getPixelWidth(it->key, keyPixel); // sign of this makes sure open/close are on correct sides - painter->drawLine(QPointF(openPixel, keyPixel-pixelWidth), QPointF(openPixel, keyPixel)); - // draw close: - painter->drawLine(QPointF(closePixel, keyPixel), QPointF(closePixel, keyPixel+pixelWidth)); - } - } -} - -/*! \internal - - Draws the data from \a begin to \a end-1 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 QCPFinancialDataContainer::const_iterator &begin, const QCPFinancialDataContainer::const_iterator &end, bool isSelected) -{ - 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) - { - for (QCPFinancialDataContainer::const_iterator it = begin; it != end; ++it) - { - if (isSelected && mSelectionDecorator) - { - mSelectionDecorator->applyPen(painter); - mSelectionDecorator->applyBrush(painter); - } else if (mTwoColored) - { - painter->setPen(it->close >= it->open ? mPenPositive : mPenNegative); - painter->setBrush(it->close >= it->open ? mBrushPositive : mBrushNegative); - } else - { - painter->setPen(mPen); - painter->setBrush(mBrush); - } - double keyPixel = keyAxis->coordToPixel(it->key); - double openPixel = valueAxis->coordToPixel(it->open); - double closePixel = valueAxis->coordToPixel(it->close); - // draw high: - painter->drawLine(QPointF(keyPixel, valueAxis->coordToPixel(it->high)), QPointF(keyPixel, valueAxis->coordToPixel(qMax(it->open, it->close)))); - // draw low: - painter->drawLine(QPointF(keyPixel, valueAxis->coordToPixel(it->low)), QPointF(keyPixel, valueAxis->coordToPixel(qMin(it->open, it->close)))); - // draw open-close box: - double pixelWidth = getPixelWidth(it->key, keyPixel); - painter->drawRect(QRectF(QPointF(keyPixel-pixelWidth, closePixel), QPointF(keyPixel+pixelWidth, openPixel))); - } - } else // keyAxis->orientation() == Qt::Vertical - { - for (QCPFinancialDataContainer::const_iterator it = begin; it != end; ++it) - { - if (isSelected && mSelectionDecorator) - { - mSelectionDecorator->applyPen(painter); - mSelectionDecorator->applyBrush(painter); - } else if (mTwoColored) - { - painter->setPen(it->close >= it->open ? mPenPositive : mPenNegative); - painter->setBrush(it->close >= it->open ? mBrushPositive : mBrushNegative); - } else - { - painter->setPen(mPen); - painter->setBrush(mBrush); - } - double keyPixel = keyAxis->coordToPixel(it->key); - double openPixel = valueAxis->coordToPixel(it->open); - double closePixel = valueAxis->coordToPixel(it->close); - // draw high: - painter->drawLine(QPointF(valueAxis->coordToPixel(it->high), keyPixel), QPointF(valueAxis->coordToPixel(qMax(it->open, it->close)), keyPixel)); - // draw low: - painter->drawLine(QPointF(valueAxis->coordToPixel(it->low), keyPixel), QPointF(valueAxis->coordToPixel(qMin(it->open, it->close)), keyPixel)); - // draw open-close box: - double pixelWidth = getPixelWidth(it->key, keyPixel); - painter->drawRect(QRectF(QPointF(closePixel, keyPixel-pixelWidth), QPointF(openPixel, keyPixel+pixelWidth))); - } - } -} - -/*! \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). Provide the pixel position of - \a key in \a keyPixel (because usually this was already calculated via \ref QCPAxis::coordToPixel - when this function is called). - - It returns the number of pixels the bar extends to higher keys, relative to the \a key - coordinate. So with a non-reversed horizontal axis, the return value is positive. With a reversed - horizontal axis, the return value is negative. This is important so the open/close flags on the - \ref csOhlc bar are drawn to the correct side. -*/ -double QCPFinancial::getPixelWidth(double key, double keyPixel) const -{ - double result = 0; - switch (mWidthType) - { - case wtAbsolute: - { - if (mKeyAxis) - result = mWidth*0.5*mKeyAxis.data()->pixelOrientation(); - break; - } - case wtAxisRectRatio: - { - if (mKeyAxis && mKeyAxis.data()->axisRect()) - { - if (mKeyAxis.data()->orientation() == Qt::Horizontal) - result = mKeyAxis.data()->axisRect()->width()*mWidth*0.5*mKeyAxis.data()->pixelOrientation(); - else - result = mKeyAxis.data()->axisRect()->height()*mWidth*0.5*mKeyAxis.data()->pixelOrientation(); - } else - qDebug() << Q_FUNC_INFO << "No key axis or axis rect defined"; - break; - } - case wtPlotCoords: - { - if (mKeyAxis) - result = mKeyAxis.data()->coordToPixel(key+mWidth*0.5)-keyPixel; - else - qDebug() << Q_FUNC_INFO << "No key axis defined"; - break; - } - } - return result; -} - -/*! \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. - - Like \ref selectTest, this method returns the shortest distance of \a pos to the graphical - representation of the plottable, and \a closestDataPoint will point to the respective data point. -*/ -double QCPFinancial::ohlcSelectTest(const QPointF &pos, const QCPFinancialDataContainer::const_iterator &begin, const QCPFinancialDataContainer::const_iterator &end, QCPFinancialDataContainer::const_iterator &closestDataPoint) const -{ - closestDataPoint = mDataContainer->constEnd(); - 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)(); - if (keyAxis->orientation() == Qt::Horizontal) - { - for (QCPFinancialDataContainer::const_iterator it=begin; it!=end; ++it) - { - double keyPixel = keyAxis->coordToPixel(it->key); - // calculate distance to backbone: - double currentDistSqr = QCPVector2D(pos).distanceSquaredToLine(QCPVector2D(keyPixel, valueAxis->coordToPixel(it->high)), QCPVector2D(keyPixel, valueAxis->coordToPixel(it->low))); - if (currentDistSqr < minDistSqr) - { - minDistSqr = currentDistSqr; - closestDataPoint = it; - } - } - } else // keyAxis->orientation() == Qt::Vertical - { - for (QCPFinancialDataContainer::const_iterator it=begin; it!=end; ++it) - { - double keyPixel = keyAxis->coordToPixel(it->key); - // calculate distance to backbone: - double currentDistSqr = QCPVector2D(pos).distanceSquaredToLine(QCPVector2D(valueAxis->coordToPixel(it->high), keyPixel), QCPVector2D(valueAxis->coordToPixel(it->low), keyPixel)); - if (currentDistSqr < minDistSqr) - { - minDistSqr = currentDistSqr; - closestDataPoint = it; - } - } - } - 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. - - Like \ref selectTest, this method returns the shortest distance of \a pos to the graphical - representation of the plottable, and \a closestDataPoint will point to the respective data point. -*/ -double QCPFinancial::candlestickSelectTest(const QPointF &pos, const QCPFinancialDataContainer::const_iterator &begin, const QCPFinancialDataContainer::const_iterator &end, QCPFinancialDataContainer::const_iterator &closestDataPoint) const -{ - closestDataPoint = mDataContainer->constEnd(); - 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)(); - if (keyAxis->orientation() == Qt::Horizontal) - { - for (QCPFinancialDataContainer::const_iterator it=begin; it!=end; ++it) - { - double currentDistSqr; - // determine whether pos is in open-close-box: - QCPRange boxKeyRange(it->key-mWidth*0.5, it->key+mWidth*0.5); - QCPRange boxValueRange(it->close, it->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->key); - double highLineDistSqr = QCPVector2D(pos).distanceSquaredToLine(QCPVector2D(keyPixel, valueAxis->coordToPixel(it->high)), QCPVector2D(keyPixel, valueAxis->coordToPixel(qMax(it->open, it->close)))); - double lowLineDistSqr = QCPVector2D(pos).distanceSquaredToLine(QCPVector2D(keyPixel, valueAxis->coordToPixel(it->low)), QCPVector2D(keyPixel, valueAxis->coordToPixel(qMin(it->open, it->close)))); - currentDistSqr = qMin(highLineDistSqr, lowLineDistSqr); - } - if (currentDistSqr < minDistSqr) - { - minDistSqr = currentDistSqr; - closestDataPoint = it; - } - } - } else // keyAxis->orientation() == Qt::Vertical - { - for (QCPFinancialDataContainer::const_iterator it=begin; it!=end; ++it) - { - double currentDistSqr; - // determine whether pos is in open-close-box: - QCPRange boxKeyRange(it->key-mWidth*0.5, it->key+mWidth*0.5); - QCPRange boxValueRange(it->close, it->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->key); - double highLineDistSqr = QCPVector2D(pos).distanceSquaredToLine(QCPVector2D(valueAxis->coordToPixel(it->high), keyPixel), QCPVector2D(valueAxis->coordToPixel(qMax(it->open, it->close)), keyPixel)); - double lowLineDistSqr = QCPVector2D(pos).distanceSquaredToLine(QCPVector2D(valueAxis->coordToPixel(it->low), keyPixel), QCPVector2D(valueAxis->coordToPixel(qMin(it->open, it->close)), keyPixel)); - currentDistSqr = qMin(highLineDistSqr, lowLineDistSqr); - } - if (currentDistSqr < minDistSqr) - { - minDistSqr = currentDistSqr; - closestDataPoint = it; - } - } - } - 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 begin 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 - begin may still be just outside the visible range. - - \a end returns the iterator just above the highest data point that needs to be taken into - account. Same as before, \a end may also lie just outside of the visible range - - if the plottable contains no data, both \a begin and \a end point to \c constEnd. -*/ -void QCPFinancial::getVisibleDataBounds(QCPFinancialDataContainer::const_iterator &begin, QCPFinancialDataContainer::const_iterator &end) const -{ - if (!mKeyAxis) - { - qDebug() << Q_FUNC_INFO << "invalid key axis"; - begin = mDataContainer->constEnd(); - end = mDataContainer->constEnd(); - return; - } - begin = mDataContainer->findBegin(mKeyAxis.data()->range().lower-mWidth*0.5); // subtract half width of ohlc/candlestick to include partially visible data points - end = mDataContainer->findEnd(mKeyAxis.data()->range().upper+mWidth*0.5); // add half width of ohlc/candlestick to include partially visible data points -} - -/*! \internal - - Returns the hit box in pixel coordinates that will be used for data selection with the selection - rect (\ref selectTestRect), of the data point given by \a it. -*/ -QRectF QCPFinancial::selectionHitBox(QCPFinancialDataContainer::const_iterator it) const -{ - QCPAxis *keyAxis = mKeyAxis.data(); - QCPAxis *valueAxis = mValueAxis.data(); - if (!keyAxis || !valueAxis) { qDebug() << Q_FUNC_INFO << "invalid key or value axis"; return {}; } - - double keyPixel = keyAxis->coordToPixel(it->key); - double highPixel = valueAxis->coordToPixel(it->high); - double lowPixel = valueAxis->coordToPixel(it->low); - double keyWidthPixels = keyPixel-keyAxis->coordToPixel(it->key-mWidth*0.5); - if (keyAxis->orientation() == Qt::Horizontal) - return QRectF(keyPixel-keyWidthPixels, highPixel, keyWidthPixels*2, lowPixel-highPixel).normalized(); - else - return QRectF(highPixel, keyPixel-keyWidthPixels, lowPixel-highPixel, keyWidthPixels*2).normalized(); -} -/* end of 'src/plottables/plottable-financial.cpp' */ - - -/* including file 'src/plottables/plottable-errorbar.cpp' */ -/* modified 2022-11-06T12:45:56, size 37679 */ - -//////////////////////////////////////////////////////////////////////////////////////////////////// -//////////////////// QCPErrorBarsData -//////////////////////////////////////////////////////////////////////////////////////////////////// - -/*! \class QCPErrorBarsData - \brief Holds the data of one single error bar for QCPErrorBars. - - The stored data is: - \li \a errorMinus: how much the error bar extends towards negative coordinates from the data - point position - \li \a errorPlus: how much the error bar extends towards positive coordinates from the data point - position - - The container for storing the error bar information is \ref QCPErrorBarsDataContainer. It is a - typedef for QVector<\ref QCPErrorBarsData>. - - \see QCPErrorBarsDataContainer -*/ - -/*! - Constructs an error bar with errors set to zero. -*/ -QCPErrorBarsData::QCPErrorBarsData() : - errorMinus(0), - errorPlus(0) -{ -} - -/*! - Constructs an error bar with equal \a error in both negative and positive direction. -*/ -QCPErrorBarsData::QCPErrorBarsData(double error) : - errorMinus(error), - errorPlus(error) -{ -} - -/*! - Constructs an error bar with negative and positive errors set to \a errorMinus and \a errorPlus, - respectively. -*/ -QCPErrorBarsData::QCPErrorBarsData(double errorMinus, double errorPlus) : - errorMinus(errorMinus), - errorPlus(errorPlus) -{ -} - - -//////////////////////////////////////////////////////////////////////////////////////////////////// -//////////////////// QCPErrorBars -//////////////////////////////////////////////////////////////////////////////////////////////////// - -/*! \class QCPErrorBars - \brief A plottable that adds a set of error bars to other plottables. - - \image html QCPErrorBars.png - - The \ref QCPErrorBars plottable can be attached to other one-dimensional plottables (e.g. \ref - QCPGraph, \ref QCPCurve, \ref QCPBars, etc.) and equips them with error bars. - - Use \ref setDataPlottable to define for which plottable the \ref QCPErrorBars shall display the - error bars. The orientation of the error bars can be controlled with \ref setErrorType. - - By using \ref setData, you can supply the actual error data, either as symmetric error or - plus/minus asymmetric errors. \ref QCPErrorBars only stores the error data. The absolute - key/value position of each error bar will be adopted from the configured data plottable. The - error data of the \ref QCPErrorBars are associated one-to-one via their index to the data points - of the data plottable. You can directly access and manipulate the error bar data via \ref data. - - Set either of the plus/minus errors to NaN (qQNaN() or - std::numeric_limits::quiet_NaN()) to not show the respective error bar on the data point at - that index. - - \section qcperrorbars-appearance Changing the appearance - - The appearance of the error bars is defined by the pen (\ref setPen), and the width of the - whiskers (\ref setWhiskerWidth). Further, the error bar backbones may leave a gap around the data - point center to prevent that error bars are drawn too close to or even through scatter points. - This gap size can be controlled via \ref setSymbolGap. -*/ - -/* start of documentation of inline functions */ - -/*! \fn QSharedPointer QCPErrorBars::data() const - - Returns a shared pointer to the internal data storage of type \ref QCPErrorBarsDataContainer. You - may use it to directly manipulate the error values, which may be more convenient and faster than - using the regular \ref setData methods. -*/ - -/* end of documentation of inline functions */ - -/*! - Constructs an error bars 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 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. - - It is also important that the \a keyAxis and \a valueAxis are the same for the error bars - plottable and the data plottable that the error bars shall be drawn on (\ref setDataPlottable). - - The created \ref QCPErrorBars is automatically registered with the QCustomPlot instance inferred - from \a keyAxis. This QCustomPlot instance takes ownership of the \ref QCPErrorBars, so do not - delete it manually but use \ref QCustomPlot::removePlottable() instead. -*/ -QCPErrorBars::QCPErrorBars(QCPAxis *keyAxis, QCPAxis *valueAxis) : - QCPAbstractPlottable(keyAxis, valueAxis), - mDataContainer(new QVector), - mErrorType(etValueError), - mWhiskerWidth(9), - mSymbolGap(10) -{ - setPen(QPen(Qt::black, 0)); - setBrush(Qt::NoBrush); -} - -QCPErrorBars::~QCPErrorBars() -{ -} - -/*! \overload - - Replaces the current data container with the provided \a data container. - - Since a QSharedPointer is used, multiple \ref QCPErrorBars instances may share the same data - container safely. Modifying the data in the container will then affect all \ref QCPErrorBars - instances that share the container. Sharing can be achieved by simply exchanging the data - containers wrapped in shared pointers: - \snippet documentation/doc-code-snippets/mainwindow.cpp qcperrorbars-datasharing-1 - - If you do not wish to share containers, but create a copy from an existing container, assign the - data containers directly: - \snippet documentation/doc-code-snippets/mainwindow.cpp qcperrorbars-datasharing-2 - (This uses different notation compared with other plottables, because the \ref QCPErrorBars - uses a \c QVector as its data container, instead of a \ref QCPDataContainer.) - - \see addData -*/ -void QCPErrorBars::setData(QSharedPointer data) -{ - mDataContainer = data; -} - -/*! \overload - - Sets symmetrical error values as specified in \a error. The errors will be associated one-to-one - by the data point index to the associated data plottable (\ref setDataPlottable). - - You can directly access and manipulate the error bar data via \ref data. - - \see addData -*/ -void QCPErrorBars::setData(const QVector &error) -{ - mDataContainer->clear(); - addData(error); -} - -/*! \overload - - Sets asymmetrical errors as specified in \a errorMinus and \a errorPlus. The errors will be - associated one-to-one by the data point index to the associated data plottable (\ref - setDataPlottable). - - You can directly access and manipulate the error bar data via \ref data. - - \see addData -*/ -void QCPErrorBars::setData(const QVector &errorMinus, const QVector &errorPlus) -{ - mDataContainer->clear(); - addData(errorMinus, errorPlus); -} - -/*! - Sets the data plottable to which the error bars will be applied. The error values specified e.g. - via \ref setData will be associated one-to-one by the data point index to the data points of \a - plottable. This means that the error bars will adopt the key/value coordinates of the data point - with the same index. - - The passed \a plottable must be a one-dimensional plottable, i.e. it must implement the \ref - QCPPlottableInterface1D. Further, it must not be a \ref QCPErrorBars instance itself. If either - of these restrictions is violated, a corresponding qDebug output is generated, and the data - plottable of this \ref QCPErrorBars instance is set to zero. - - For proper display, care must also be taken that the key and value axes of the \a plottable match - those configured for this \ref QCPErrorBars instance. -*/ -void QCPErrorBars::setDataPlottable(QCPAbstractPlottable *plottable) -{ - if (plottable && qobject_cast(plottable)) - { - mDataPlottable = nullptr; - qDebug() << Q_FUNC_INFO << "can't set another QCPErrorBars instance as data plottable"; - return; - } - if (plottable && !plottable->interface1D()) - { - mDataPlottable = nullptr; - qDebug() << Q_FUNC_INFO << "passed plottable doesn't implement 1d interface, can't associate with QCPErrorBars"; - return; - } - - mDataPlottable = plottable; -} - -/*! - Sets in which orientation the error bars shall appear on the data points. If your data needs both - error dimensions, create two \ref QCPErrorBars with different \a type. -*/ -void QCPErrorBars::setErrorType(ErrorType type) -{ - mErrorType = type; -} - -/*! - Sets the width of the whiskers (the short bars at the end of the actual error bar backbones) to - \a pixels. -*/ -void QCPErrorBars::setWhiskerWidth(double pixels) -{ - mWhiskerWidth = pixels; -} - -/*! - Sets the gap diameter around the data points that will be left out when drawing the error bar - backbones. This gap prevents that error bars are drawn too close to or even through scatter - points. -*/ -void QCPErrorBars::setSymbolGap(double pixels) -{ - mSymbolGap = pixels; -} - -/*! \overload - - Adds symmetrical error values as specified in \a error. The errors will be associated one-to-one - by the data point index to the associated data plottable (\ref setDataPlottable). - - You can directly access and manipulate the error bar data via \ref data. - - \see setData -*/ -void QCPErrorBars::addData(const QVector &error) -{ - addData(error, error); -} - -/*! \overload - - Adds asymmetrical errors as specified in \a errorMinus and \a errorPlus. The errors will be - associated one-to-one by the data point index to the associated data plottable (\ref - setDataPlottable). - - You can directly access and manipulate the error bar data via \ref data. - - \see setData -*/ -void QCPErrorBars::addData(const QVector &errorMinus, const QVector &errorPlus) -{ - if (errorMinus.size() != errorPlus.size()) - qDebug() << Q_FUNC_INFO << "minus and plus error vectors have different sizes:" << errorMinus.size() << errorPlus.size(); - const int n = qMin(errorMinus.size(), errorPlus.size()); - mDataContainer->reserve(n); - for (int i=0; iappend(QCPErrorBarsData(errorMinus.at(i), errorPlus.at(i))); -} - -/*! \overload - - Adds a single symmetrical error bar as specified in \a error. The errors will be associated - one-to-one by the data point index to the associated data plottable (\ref setDataPlottable). - - You can directly access and manipulate the error bar data via \ref data. - - \see setData -*/ -void QCPErrorBars::addData(double error) -{ - mDataContainer->append(QCPErrorBarsData(error)); -} - -/*! \overload - - Adds a single asymmetrical error bar as specified in \a errorMinus and \a errorPlus. The errors - will be associated one-to-one by the data point index to the associated data plottable (\ref - setDataPlottable). - - You can directly access and manipulate the error bar data via \ref data. - - \see setData -*/ -void QCPErrorBars::addData(double errorMinus, double errorPlus) -{ - mDataContainer->append(QCPErrorBarsData(errorMinus, errorPlus)); -} - -/* inherits documentation from base class */ -int QCPErrorBars::dataCount() const -{ - return mDataContainer->size(); -} - -/* inherits documentation from base class */ -double QCPErrorBars::dataMainKey(int index) const -{ - if (mDataPlottable) - return mDataPlottable->interface1D()->dataMainKey(index); - else - qDebug() << Q_FUNC_INFO << "no data plottable set"; - return 0; -} - -/* inherits documentation from base class */ -double QCPErrorBars::dataSortKey(int index) const -{ - if (mDataPlottable) - return mDataPlottable->interface1D()->dataSortKey(index); - else - qDebug() << Q_FUNC_INFO << "no data plottable set"; - return 0; -} - -/* inherits documentation from base class */ -double QCPErrorBars::dataMainValue(int index) const -{ - if (mDataPlottable) - return mDataPlottable->interface1D()->dataMainValue(index); - else - qDebug() << Q_FUNC_INFO << "no data plottable set"; - return 0; -} - -/* inherits documentation from base class */ -QCPRange QCPErrorBars::dataValueRange(int index) const -{ - if (mDataPlottable) - { - const double value = mDataPlottable->interface1D()->dataMainValue(index); - if (index >= 0 && index < mDataContainer->size() && mErrorType == etValueError) - return {value-mDataContainer->at(index).errorMinus, value+mDataContainer->at(index).errorPlus}; - else - return {value, value}; - } else - { - qDebug() << Q_FUNC_INFO << "no data plottable set"; - return {}; - } -} - -/* inherits documentation from base class */ -QPointF QCPErrorBars::dataPixelPosition(int index) const -{ - if (mDataPlottable) - return mDataPlottable->interface1D()->dataPixelPosition(index); - else - qDebug() << Q_FUNC_INFO << "no data plottable set"; - return {}; -} - -/* inherits documentation from base class */ -bool QCPErrorBars::sortKeyIsMainKey() const -{ - if (mDataPlottable) - { - return mDataPlottable->interface1D()->sortKeyIsMainKey(); - } else - { - qDebug() << Q_FUNC_INFO << "no data plottable set"; - return true; - } -} - -/*! - \copydoc QCPPlottableInterface1D::selectTestRect -*/ -QCPDataSelection QCPErrorBars::selectTestRect(const QRectF &rect, bool onlySelectable) const -{ - QCPDataSelection result; - if (!mDataPlottable) - return result; - if ((onlySelectable && mSelectable == QCP::stNone) || mDataContainer->isEmpty()) - return result; - if (!mKeyAxis || !mValueAxis) - return result; - - QCPErrorBarsDataContainer::const_iterator visibleBegin, visibleEnd; - getVisibleDataBounds(visibleBegin, visibleEnd, QCPDataRange(0, dataCount())); - - QVector backbones, whiskers; - for (QCPErrorBarsDataContainer::const_iterator it=visibleBegin; it!=visibleEnd; ++it) - { - backbones.clear(); - whiskers.clear(); - getErrorBarLines(it, backbones, whiskers); - foreach (const QLineF &backbone, backbones) - { - if (rectIntersectsLine(rect, backbone)) - { - result.addDataRange(QCPDataRange(int(it-mDataContainer->constBegin()), int(it-mDataContainer->constBegin()+1)), false); - break; - } - } - } - result.simplify(); - return result; -} - -/* inherits documentation from base class */ -int QCPErrorBars::findBegin(double sortKey, bool expandedRange) const -{ - if (mDataPlottable) - { - if (mDataContainer->isEmpty()) - return 0; - int beginIndex = mDataPlottable->interface1D()->findBegin(sortKey, expandedRange); - if (beginIndex >= mDataContainer->size()) - beginIndex = mDataContainer->size()-1; - return beginIndex; - } else - qDebug() << Q_FUNC_INFO << "no data plottable set"; - return 0; -} - -/* inherits documentation from base class */ -int QCPErrorBars::findEnd(double sortKey, bool expandedRange) const -{ - if (mDataPlottable) - { - if (mDataContainer->isEmpty()) - return 0; - int endIndex = mDataPlottable->interface1D()->findEnd(sortKey, expandedRange); - if (endIndex > mDataContainer->size()) - endIndex = mDataContainer->size(); - return endIndex; - } else - qDebug() << Q_FUNC_INFO << "no data plottable set"; - return 0; -} - -/*! - Implements a selectTest specific to this plottable's point geometry. - - If \a details is not 0, it will be set to a \ref QCPDataSelection, describing the closest data - point to \a pos. - - \seebaseclassmethod \ref QCPAbstractPlottable::selectTest -*/ -double QCPErrorBars::selectTest(const QPointF &pos, bool onlySelectable, QVariant *details) const -{ - if (!mDataPlottable) return -1; - - if ((onlySelectable && mSelectable == QCP::stNone) || mDataContainer->isEmpty()) - return -1; - if (!mKeyAxis || !mValueAxis) - return -1; - - if (mKeyAxis.data()->axisRect()->rect().contains(pos.toPoint()) || mParentPlot->interactions().testFlag(QCP::iSelectPlottablesBeyondAxisRect)) - { - QCPErrorBarsDataContainer::const_iterator closestDataPoint = mDataContainer->constEnd(); - double result = pointDistance(pos, closestDataPoint); - if (details) - { - int pointIndex = int(closestDataPoint-mDataContainer->constBegin()); - details->setValue(QCPDataSelection(QCPDataRange(pointIndex, pointIndex+1))); - } - return result; - } else - return -1; -} - -/* inherits documentation from base class */ -void QCPErrorBars::draw(QCPPainter *painter) -{ - if (!mDataPlottable) return; - if (!mKeyAxis || !mValueAxis) { qDebug() << Q_FUNC_INFO << "invalid key or value axis"; return; } - if (mKeyAxis.data()->range().size() <= 0 || mDataContainer->isEmpty()) return; - - // if the sort key isn't the main key, we must check the visibility for each data point/error bar individually - // (getVisibleDataBounds applies range restriction, but otherwise can only return full data range): - bool checkPointVisibility = !mDataPlottable->interface1D()->sortKeyIsMainKey(); - - // check data validity if flag set: -#ifdef QCUSTOMPLOT_CHECK_DATA - QCPErrorBarsDataContainer::const_iterator it; - for (it = mDataContainer->constBegin(); it != mDataContainer->constEnd(); ++it) - { - if (QCP::isInvalidData(it->errorMinus, it->errorPlus)) - qDebug() << Q_FUNC_INFO << "Data point at index" << it-mDataContainer->constBegin() << "invalid." << "Plottable name:" << name(); - } -#endif - - applyDefaultAntialiasingHint(painter); - painter->setBrush(Qt::NoBrush); - // loop over and draw segments of unselected/selected data: - QList selectedSegments, unselectedSegments, allSegments; - getDataSegments(selectedSegments, unselectedSegments); - allSegments << unselectedSegments << selectedSegments; - QVector backbones, whiskers; - for (int i=0; i= unselectedSegments.size(); - if (isSelectedSegment && mSelectionDecorator) - mSelectionDecorator->applyPen(painter); - else - painter->setPen(mPen); - if (painter->pen().capStyle() == Qt::SquareCap) - { - QPen capFixPen(painter->pen()); - capFixPen.setCapStyle(Qt::FlatCap); - painter->setPen(capFixPen); - } - backbones.clear(); - whiskers.clear(); - for (QCPErrorBarsDataContainer::const_iterator it=begin; it!=end; ++it) - { - if (!checkPointVisibility || errorBarVisible(int(it-mDataContainer->constBegin()))) - getErrorBarLines(it, backbones, whiskers); - } - painter->drawLines(backbones); - painter->drawLines(whiskers); - } - - // draw other selection decoration that isn't just line/scatter pens and brushes: - if (mSelectionDecorator) - mSelectionDecorator->drawDecoration(painter, selection()); -} - -/* inherits documentation from base class */ -void QCPErrorBars::drawLegendIcon(QCPPainter *painter, const QRectF &rect) const -{ - applyDefaultAntialiasingHint(painter); - painter->setPen(mPen); - if (mErrorType == etValueError && mValueAxis && mValueAxis->orientation() == Qt::Vertical) - { - painter->drawLine(QLineF(rect.center().x(), rect.top()+2, rect.center().x(), rect.bottom()-1)); - painter->drawLine(QLineF(rect.center().x()-4, rect.top()+2, rect.center().x()+4, rect.top()+2)); - painter->drawLine(QLineF(rect.center().x()-4, rect.bottom()-1, rect.center().x()+4, rect.bottom()-1)); - } else - { - painter->drawLine(QLineF(rect.left()+2, rect.center().y(), rect.right()-2, rect.center().y())); - painter->drawLine(QLineF(rect.left()+2, rect.center().y()-4, rect.left()+2, rect.center().y()+4)); - painter->drawLine(QLineF(rect.right()-2, rect.center().y()-4, rect.right()-2, rect.center().y()+4)); - } -} - -/* inherits documentation from base class */ -QCPRange QCPErrorBars::getKeyRange(bool &foundRange, QCP::SignDomain inSignDomain) const -{ - if (!mDataPlottable) - { - foundRange = false; - return {}; - } - - QCPRange range; - bool haveLower = false; - bool haveUpper = false; - QCPErrorBarsDataContainer::const_iterator it; - for (it = mDataContainer->constBegin(); it != mDataContainer->constEnd(); ++it) - { - if (mErrorType == etValueError) - { - // error bar doesn't extend in key dimension (except whisker but we ignore that here), so only use data point center - const double current = mDataPlottable->interface1D()->dataMainKey(int(it-mDataContainer->constBegin())); - if (qIsNaN(current)) continue; - if (inSignDomain == QCP::sdBoth || (inSignDomain == QCP::sdNegative && current < 0) || (inSignDomain == QCP::sdPositive && current > 0)) - { - if (current < range.lower || !haveLower) - { - range.lower = current; - haveLower = true; - } - if (current > range.upper || !haveUpper) - { - range.upper = current; - haveUpper = true; - } - } - } else // mErrorType == etKeyError - { - const double dataKey = mDataPlottable->interface1D()->dataMainKey(int(it-mDataContainer->constBegin())); - if (qIsNaN(dataKey)) continue; - // plus error: - double current = dataKey + (qIsNaN(it->errorPlus) ? 0 : it->errorPlus); - if (inSignDomain == QCP::sdBoth || (inSignDomain == QCP::sdNegative && current < 0) || (inSignDomain == QCP::sdPositive && current > 0)) - { - if (current > range.upper || !haveUpper) - { - range.upper = current; - haveUpper = true; - } - } - // minus error: - current = dataKey - (qIsNaN(it->errorMinus) ? 0 : it->errorMinus); - if (inSignDomain == QCP::sdBoth || (inSignDomain == QCP::sdNegative && current < 0) || (inSignDomain == QCP::sdPositive && current > 0)) - { - if (current < range.lower || !haveLower) - { - range.lower = current; - haveLower = true; - } - } - } - } - - if (haveUpper && !haveLower) - { - range.lower = range.upper; - haveLower = true; - } else if (haveLower && !haveUpper) - { - range.upper = range.lower; - haveUpper = true; - } - - foundRange = haveLower && haveUpper; - return range; -} - -/* inherits documentation from base class */ -QCPRange QCPErrorBars::getValueRange(bool &foundRange, QCP::SignDomain inSignDomain, const QCPRange &inKeyRange) const -{ - if (!mDataPlottable) - { - foundRange = false; - return {}; - } - - QCPRange range; - const bool restrictKeyRange = inKeyRange != QCPRange(); - bool haveLower = false; - bool haveUpper = false; - QCPErrorBarsDataContainer::const_iterator itBegin = mDataContainer->constBegin(); - QCPErrorBarsDataContainer::const_iterator itEnd = mDataContainer->constEnd(); - if (mDataPlottable->interface1D()->sortKeyIsMainKey() && restrictKeyRange) - { - itBegin = mDataContainer->constBegin()+findBegin(inKeyRange.lower, false); - itEnd = mDataContainer->constBegin()+findEnd(inKeyRange.upper, false); - } - for (QCPErrorBarsDataContainer::const_iterator it = itBegin; it != itEnd; ++it) - { - if (restrictKeyRange) - { - const double dataKey = mDataPlottable->interface1D()->dataMainKey(int(it-mDataContainer->constBegin())); - if (dataKey < inKeyRange.lower || dataKey > inKeyRange.upper) - continue; - } - if (mErrorType == etValueError) - { - const double dataValue = mDataPlottable->interface1D()->dataMainValue(int(it-mDataContainer->constBegin())); - if (qIsNaN(dataValue)) continue; - // plus error: - double current = dataValue + (qIsNaN(it->errorPlus) ? 0 : it->errorPlus); - if (inSignDomain == QCP::sdBoth || (inSignDomain == QCP::sdNegative && current < 0) || (inSignDomain == QCP::sdPositive && current > 0)) - { - if (current > range.upper || !haveUpper) - { - range.upper = current; - haveUpper = true; - } - } - // minus error: - current = dataValue - (qIsNaN(it->errorMinus) ? 0 : it->errorMinus); - if (inSignDomain == QCP::sdBoth || (inSignDomain == QCP::sdNegative && current < 0) || (inSignDomain == QCP::sdPositive && current > 0)) - { - if (current < range.lower || !haveLower) - { - range.lower = current; - haveLower = true; - } - } - } else // mErrorType == etKeyError - { - // error bar doesn't extend in value dimension (except whisker but we ignore that here), so only use data point center - const double current = mDataPlottable->interface1D()->dataMainValue(int(it-mDataContainer->constBegin())); - if (qIsNaN(current)) continue; - if (inSignDomain == QCP::sdBoth || (inSignDomain == QCP::sdNegative && current < 0) || (inSignDomain == QCP::sdPositive && current > 0)) - { - if (current < range.lower || !haveLower) - { - range.lower = current; - haveLower = true; - } - if (current > range.upper || !haveUpper) - { - range.upper = current; - haveUpper = true; - } - } - } - } - - if (haveUpper && !haveLower) - { - range.lower = range.upper; - haveLower = true; - } else if (haveLower && !haveUpper) - { - range.upper = range.lower; - haveUpper = true; - } - - foundRange = haveLower && haveUpper; - return range; -} - -/*! \internal - - Calculates the lines that make up the error bar belonging to the data point \a it. - - The resulting lines are added to \a backbones and \a whiskers. The vectors are not cleared, so - calling this method with different \a it but the same \a backbones and \a whiskers allows to - accumulate lines for multiple data points. - - This method assumes that \a it is a valid iterator within the bounds of this \ref QCPErrorBars - instance and within the bounds of the associated data plottable. -*/ -void QCPErrorBars::getErrorBarLines(QCPErrorBarsDataContainer::const_iterator it, QVector &backbones, QVector &whiskers) const -{ - if (!mDataPlottable) return; - - int index = int(it-mDataContainer->constBegin()); - QPointF centerPixel = mDataPlottable->interface1D()->dataPixelPosition(index); - if (qIsNaN(centerPixel.x()) || qIsNaN(centerPixel.y())) - return; - QCPAxis *errorAxis = mErrorType == etValueError ? mValueAxis.data() : mKeyAxis.data(); - QCPAxis *orthoAxis = mErrorType == etValueError ? mKeyAxis.data() : mValueAxis.data(); - const double centerErrorAxisPixel = errorAxis->orientation() == Qt::Horizontal ? centerPixel.x() : centerPixel.y(); - const double centerOrthoAxisPixel = orthoAxis->orientation() == Qt::Horizontal ? centerPixel.x() : centerPixel.y(); - const double centerErrorAxisCoord = errorAxis->pixelToCoord(centerErrorAxisPixel); // depending on plottable, this might be different from just mDataPlottable->interface1D()->dataMainKey/Value - const double symbolGap = mSymbolGap*0.5*errorAxis->pixelOrientation(); - // plus error: - double errorStart, errorEnd; - if (!qIsNaN(it->errorPlus)) - { - errorStart = centerErrorAxisPixel+symbolGap; - errorEnd = errorAxis->coordToPixel(centerErrorAxisCoord+it->errorPlus); - if (errorAxis->orientation() == Qt::Vertical) - { - if ((errorStart > errorEnd) != errorAxis->rangeReversed()) - backbones.append(QLineF(centerOrthoAxisPixel, errorStart, centerOrthoAxisPixel, errorEnd)); - whiskers.append(QLineF(centerOrthoAxisPixel-mWhiskerWidth*0.5, errorEnd, centerOrthoAxisPixel+mWhiskerWidth*0.5, errorEnd)); - } else - { - if ((errorStart < errorEnd) != errorAxis->rangeReversed()) - backbones.append(QLineF(errorStart, centerOrthoAxisPixel, errorEnd, centerOrthoAxisPixel)); - whiskers.append(QLineF(errorEnd, centerOrthoAxisPixel-mWhiskerWidth*0.5, errorEnd, centerOrthoAxisPixel+mWhiskerWidth*0.5)); - } - } - // minus error: - if (!qIsNaN(it->errorMinus)) - { - errorStart = centerErrorAxisPixel-symbolGap; - errorEnd = errorAxis->coordToPixel(centerErrorAxisCoord-it->errorMinus); - if (errorAxis->orientation() == Qt::Vertical) - { - if ((errorStart < errorEnd) != errorAxis->rangeReversed()) - backbones.append(QLineF(centerOrthoAxisPixel, errorStart, centerOrthoAxisPixel, errorEnd)); - whiskers.append(QLineF(centerOrthoAxisPixel-mWhiskerWidth*0.5, errorEnd, centerOrthoAxisPixel+mWhiskerWidth*0.5, errorEnd)); - } else - { - if ((errorStart > errorEnd) != errorAxis->rangeReversed()) - backbones.append(QLineF(errorStart, centerOrthoAxisPixel, errorEnd, centerOrthoAxisPixel)); - whiskers.append(QLineF(errorEnd, centerOrthoAxisPixel-mWhiskerWidth*0.5, errorEnd, centerOrthoAxisPixel+mWhiskerWidth*0.5)); - } - } -} - -/*! \internal - - This method outputs the currently visible data range via \a begin and \a end. The returned range - will also never exceed \a rangeRestriction. - - Since error bars with type \ref etKeyError may extend to arbitrarily positive and negative key - coordinates relative to their data point key, this method checks all outer error bars whether - they truly don't reach into the visible portion of the axis rect, by calling \ref - errorBarVisible. On the other hand error bars with type \ref etValueError that are associated - with data plottables whose sort key is equal to the main key (see \ref qcpdatacontainer-datatype - "QCPDataContainer DataType") can be handled very efficiently by finding the visible range of - error bars through binary search (\ref QCPPlottableInterface1D::findBegin and \ref - QCPPlottableInterface1D::findEnd). - - If the plottable's sort key is not equal to the main key, this method returns the full data - range, only restricted by \a rangeRestriction. Drawing optimization then has to be done on a - point-by-point basis in the \ref draw method. -*/ -void QCPErrorBars::getVisibleDataBounds(QCPErrorBarsDataContainer::const_iterator &begin, QCPErrorBarsDataContainer::const_iterator &end, const QCPDataRange &rangeRestriction) const -{ - QCPAxis *keyAxis = mKeyAxis.data(); - QCPAxis *valueAxis = mValueAxis.data(); - if (!keyAxis || !valueAxis) - { - qDebug() << Q_FUNC_INFO << "invalid key or value axis"; - end = mDataContainer->constEnd(); - begin = end; - return; - } - if (!mDataPlottable || rangeRestriction.isEmpty()) - { - end = mDataContainer->constEnd(); - begin = end; - return; - } - if (!mDataPlottable->interface1D()->sortKeyIsMainKey()) - { - // if the sort key isn't the main key, it's not possible to find a contiguous range of visible - // data points, so this method then only applies the range restriction and otherwise returns - // the full data range. Visibility checks must be done on a per-datapoin-basis during drawing - QCPDataRange dataRange(0, mDataContainer->size()); - dataRange = dataRange.bounded(rangeRestriction); - begin = mDataContainer->constBegin()+dataRange.begin(); - end = mDataContainer->constBegin()+dataRange.end(); - return; - } - - // get visible data range via interface from data plottable, and then restrict to available error data points: - const int n = qMin(mDataContainer->size(), mDataPlottable->interface1D()->dataCount()); - int beginIndex = mDataPlottable->interface1D()->findBegin(keyAxis->range().lower); - int endIndex = mDataPlottable->interface1D()->findEnd(keyAxis->range().upper); - int i = beginIndex; - while (i > 0 && i < n && i > rangeRestriction.begin()) - { - if (errorBarVisible(i)) - beginIndex = i; - --i; - } - i = endIndex; - while (i >= 0 && i < n && i < rangeRestriction.end()) - { - if (errorBarVisible(i)) - endIndex = i+1; - ++i; - } - QCPDataRange dataRange(beginIndex, endIndex); - dataRange = dataRange.bounded(rangeRestriction.bounded(QCPDataRange(0, mDataContainer->size()))); - begin = mDataContainer->constBegin()+dataRange.begin(); - end = mDataContainer->constBegin()+dataRange.end(); -} - -/*! \internal - - Calculates the minimum distance in pixels the error bars' representation has from the given \a - pixelPoint. This is used to determine whether the error bar was clicked or not, e.g. in \ref - selectTest. The closest data point to \a pixelPoint is returned in \a closestData. -*/ -double QCPErrorBars::pointDistance(const QPointF &pixelPoint, QCPErrorBarsDataContainer::const_iterator &closestData) const -{ - closestData = mDataContainer->constEnd(); - if (!mDataPlottable || mDataContainer->isEmpty()) - return -1.0; - if (!mKeyAxis || !mValueAxis) - { - qDebug() << Q_FUNC_INFO << "invalid key or value axis"; - return -1.0; - } - - QCPErrorBarsDataContainer::const_iterator begin, end; - getVisibleDataBounds(begin, end, QCPDataRange(0, dataCount())); - - // calculate minimum distances to error backbones (whiskers are ignored for speed) and find closestData iterator: - double minDistSqr = (std::numeric_limits::max)(); - QVector backbones, whiskers; - for (QCPErrorBarsDataContainer::const_iterator it=begin; it!=end; ++it) - { - getErrorBarLines(it, backbones, whiskers); - foreach (const QLineF &backbone, backbones) - { - const double currentDistSqr = QCPVector2D(pixelPoint).distanceSquaredToLine(backbone); - if (currentDistSqr < minDistSqr) - { - minDistSqr = currentDistSqr; - closestData = it; - } - } - } - return qSqrt(minDistSqr); -} - -/*! \internal - - \note This method is identical to \ref QCPAbstractPlottable1D::getDataSegments but needs to be - reproduced here since the \ref QCPErrorBars plottable, as a special case that doesn't have its - own key/value data coordinates, doesn't derive from \ref QCPAbstractPlottable1D. See the - documentation there for details. -*/ -void QCPErrorBars::getDataSegments(QList &selectedSegments, QList &unselectedSegments) const -{ - selectedSegments.clear(); - unselectedSegments.clear(); - if (mSelectable == QCP::stWhole) // stWhole selection type draws the entire plottable with selected style if mSelection isn't empty - { - if (selected()) - selectedSegments << QCPDataRange(0, dataCount()); - else - unselectedSegments << QCPDataRange(0, dataCount()); - } else - { - QCPDataSelection sel(selection()); - sel.simplify(); - selectedSegments = sel.dataRanges(); - unselectedSegments = sel.inverse(QCPDataRange(0, dataCount())).dataRanges(); - } -} - -/*! \internal - - Returns whether the error bar at the specified \a index is visible within the current key axis - range. - - This method assumes for performance reasons without checking that the key axis, the value axis, - and the data plottable (\ref setDataPlottable) are not \c nullptr and that \a index is within - valid bounds of this \ref QCPErrorBars instance and the bounds of the data plottable. -*/ -bool QCPErrorBars::errorBarVisible(int index) const -{ - QPointF centerPixel = mDataPlottable->interface1D()->dataPixelPosition(index); - const double centerKeyPixel = mKeyAxis->orientation() == Qt::Horizontal ? centerPixel.x() : centerPixel.y(); - if (qIsNaN(centerKeyPixel)) - return false; - - double keyMin, keyMax; - if (mErrorType == etKeyError) - { - const double centerKey = mKeyAxis->pixelToCoord(centerKeyPixel); - const double errorPlus = mDataContainer->at(index).errorPlus; - const double errorMinus = mDataContainer->at(index).errorMinus; - keyMax = centerKey+(qIsNaN(errorPlus) ? 0 : errorPlus); - keyMin = centerKey-(qIsNaN(errorMinus) ? 0 : errorMinus); - } else // mErrorType == etValueError - { - keyMax = mKeyAxis->pixelToCoord(centerKeyPixel+mWhiskerWidth*0.5*mKeyAxis->pixelOrientation()); - keyMin = mKeyAxis->pixelToCoord(centerKeyPixel-mWhiskerWidth*0.5*mKeyAxis->pixelOrientation()); - } - return ((keyMax > mKeyAxis->range().lower) && (keyMin < mKeyAxis->range().upper)); -} - -/*! \internal - - Returns whether \a line intersects (or is contained in) \a pixelRect. - - \a line is assumed to be either perfectly horizontal or perfectly vertical, as is the case for - error bar lines. -*/ -bool QCPErrorBars::rectIntersectsLine(const QRectF &pixelRect, const QLineF &line) const -{ - if (pixelRect.left() > line.x1() && pixelRect.left() > line.x2()) - return false; - else if (pixelRect.right() < line.x1() && pixelRect.right() < line.x2()) - return false; - else if (pixelRect.top() > line.y1() && pixelRect.top() > line.y2()) - return false; - else if (pixelRect.bottom() < line.y1() && pixelRect.bottom() < line.y2()) - return false; - else - return true; -} -/* end of 'src/plottables/plottable-errorbar.cpp' */ - - -/* including file 'src/items/item-straightline.cpp' */ -/* modified 2022-11-06T12:45:56, size 7596 */ - -//////////////////////////////////////////////////////////////////////////////////////////////////// -//////////////////// 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 created item is automatically registered with \a parentPlot. This QCustomPlot instance takes - ownership of the item, so do not delete it manually but use QCustomPlot::removeItem() instead. -*/ -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 QCPVector2D(pos).distanceToStraightLine(point1->pixelPosition(), point2->pixelPosition()-point1->pixelPosition()); -} - -/* inherits documentation from base class */ -void QCPItemStraightLine::draw(QCPPainter *painter) -{ - QCPVector2D start(point1->pixelPosition()); - QCPVector2D end(point2->pixelPosition()); - // get visible segment of straight line inside clipRect: - int clipPad = qCeil(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 - - 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 QCPVector2D &base, const QCPVector2D &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(QCPVector2D(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(QCPVector2D(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(QCPVector2D(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(QCPVector2D(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; - QCPVector2D 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; -} -/* end of 'src/items/item-straightline.cpp' */ - - -/* including file 'src/items/item-line.cpp' */ -/* modified 2022-11-06T12:45:56, size 8525 */ - -//////////////////////////////////////////////////////////////////////////////////////////////////// -//////////////////// 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 created item is automatically registered with \a parentPlot. This QCustomPlot instance takes - ownership of the item, so do not delete it manually but use QCustomPlot::removeItem() instead. -*/ -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(QCPVector2D(pos).distanceSquaredToLine(start->pixelPosition(), end->pixelPosition())); -} - -/* inherits documentation from base class */ -void QCPItemLine::draw(QCPPainter *painter) -{ - QCPVector2D startVec(start->pixelPosition()); - QCPVector2D endVec(end->pixelPosition()); - if (qFuzzyIsNull((startVec-endVec).lengthSquared())) - return; - // get visible segment of straight line inside clipRect: - int clipPad = int(qMax(mHead.boundingDistance(), mTail.boundingDistance())); - clipPad = qMax(clipPad, qCeil(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 QCPVector2D &start, const QCPVector2D &end, const QRect &rect) const -{ - bool containsStart = rect.contains(qRound(start.x()), qRound(start.y())); - bool containsEnd = rect.contains(qRound(end.x()), qRound(end.y())); - if (containsStart && containsEnd) - return {start.toPointF(), end.toPointF()}; - - QCPVector2D base = start; - QCPVector2D 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(QCPVector2D(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(QCPVector2D(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(QCPVector2D(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(QCPVector2D(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; - QCPVector2D 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; -} -/* end of 'src/items/item-line.cpp' */ - - -/* including file 'src/items/item-curve.cpp' */ -/* modified 2022-11-06T12:45:56, size 7273 */ - -//////////////////////////////////////////////////////////////////////////////////////////////////// -//////////////////// 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 created item is automatically registered with \a parentPlot. This QCustomPlot instance takes - ownership of the item, so do not delete it manually but use QCustomPlot::removeItem() instead. -*/ -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->pixelPosition()); - QPointF startDirVec(startDir->pixelPosition()); - QPointF endDirVec(endDir->pixelPosition()); - QPointF endVec(end->pixelPosition()); - - QPainterPath cubicPath(startVec); - cubicPath.cubicTo(startDirVec, endDirVec, endVec); - - QList polygons = cubicPath.toSubpathPolygons(); - if (polygons.isEmpty()) - return -1; - const QPolygonF polygon = polygons.first(); - QCPVector2D p(pos); - double minDistSqr = (std::numeric_limits::max)(); - for (int i=1; ipixelPosition()); - QCPVector2D startDirVec(startDir->pixelPosition()); - QCPVector2D endDirVec(endDir->pixelPosition()); - QCPVector2D endVec(end->pixelPosition()); - if ((endVec-startVec).length() > 1e10) // too large curves cause crash - return; - - QPainterPath cubicPath(startVec.toPointF()); - cubicPath.cubicTo(startDirVec.toPointF(), endDirVec.toPointF(), endVec.toPointF()); - - // paint visible segment, if existent: - const int clipEnlarge = qCeil(mainPen().widthF()); - QRect clip = clipRect().adjusted(-clipEnlarge, -clipEnlarge, clipEnlarge, clipEnlarge); - 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, startVec, M_PI-cubicPath.angleAtPercent(0)/180.0*M_PI); - if (mHead.style() != QCPLineEnding::esNone) - mHead.draw(painter, 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; -} -/* end of 'src/items/item-curve.cpp' */ - - -/* including file 'src/items/item-rect.cpp' */ -/* modified 2022-11-06T12:45:56, size 6472 */ - -//////////////////////////////////////////////////////////////////////////////////////////////////// -//////////////////// 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 created item is automatically registered with \a parentPlot. This QCustomPlot instance takes - ownership of the item, so do not delete it manually but use QCustomPlot::removeItem() instead. -*/ -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->pixelPosition(), bottomRight->pixelPosition()).normalized(); - bool filledRect = mBrush.style() != Qt::NoBrush && mBrush.color().alpha() != 0; - return rectDistance(rect, pos, filledRect); -} - -/* inherits documentation from base class */ -void QCPItemRect::draw(QCPPainter *painter) -{ - QPointF p1 = topLeft->pixelPosition(); - QPointF p2 = bottomRight->pixelPosition(); - 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::anchorPixelPosition(int anchorId) const -{ - QRectF rect = QRectF(topLeft->pixelPosition(), bottomRight->pixelPosition()); - 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 {}; -} - -/*! \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; -} -/* end of 'src/items/item-rect.cpp' */ - - -/* including file 'src/items/item-text.cpp' */ -/* modified 2022-11-06T12:45:56, size 13335 */ - -//////////////////////////////////////////////////////////////////////////////////////////////////// -//////////////////// 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 created item is automatically registered with \a parentPlot. This QCustomPlot instance takes - ownership of the item, so do not delete it manually but use QCustomPlot::removeItem() instead. -*/ -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)), - mText(QLatin1String("text")), - mPositionAlignment(Qt::AlignCenter), - mTextAlignment(Qt::AlignTop|Qt::AlignHCenter), - mRotation(0) -{ - position->setCoords(0, 0); - - 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 rectDistance function for non-rotated rects: - QPointF positionPixels(position->pixelPosition()); - 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 rectDistance(textBoxRect, rotatedPos, true); -} - -/* inherits documentation from base class */ -void QCPItemText::draw(QCPPainter *painter) -{ - QPointF pos(position->pixelPosition()); - 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()); - int clipPad = qCeil(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::anchorPixelPosition(int anchorId) const -{ - // get actual rect points (pretty much copied from draw function): - QPointF pos(position->pixelPosition()); - 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 {}; -} - -/*! \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; -} -/* end of 'src/items/item-text.cpp' */ - - -/* including file 'src/items/item-ellipse.cpp' */ -/* modified 2022-11-06T12:45:56, size 7881 */ - -//////////////////////////////////////////////////////////////////////////////////////////////////// -//////////////////// 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 created item is automatically registered with \a parentPlot. This QCustomPlot instance takes - ownership of the item, so do not delete it manually but use QCustomPlot::removeItem() instead. -*/ -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; - - QPointF p1 = topLeft->pixelPosition(); - QPointF p2 = bottomRight->pixelPosition(); - 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)); - double 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->pixelPosition(); - QPointF p2 = bottomRight->pixelPosition(); - if (p1.toPoint() == p2.toPoint()) - return; - QRectF ellipseRect = QRectF(p1, p2).normalized(); - const int clipEnlarge = qCeil(mainPen().widthF()); - QRect clip = clipRect().adjusted(-clipEnlarge, -clipEnlarge, clipEnlarge, clipEnlarge); - 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::anchorPixelPosition(int anchorId) const -{ - QRectF rect = QRectF(topLeft->pixelPosition(), bottomRight->pixelPosition()); - 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 {}; -} - -/*! \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; -} -/* end of 'src/items/item-ellipse.cpp' */ - - -/* including file 'src/items/item-pixmap.cpp' */ -/* modified 2022-11-06T12:45:56, size 10622 */ - -//////////////////////////////////////////////////////////////////////////////////////////////////// -//////////////////// 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 created item is automatically registered with \a parentPlot. This QCustomPlot instance takes - ownership of the item, so do not delete it manually but use QCustomPlot::removeItem() instead. -*/ -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)), - mScaled(false), - mScaledPixmapInvalidated(true), - mAspectRatioMode(Qt::KeepAspectRatio), - mTransformationMode(Qt::SmoothTransformation) -{ - topLeft->setCoords(0, 1); - bottomRight->setCoords(1, 0); - - setPen(Qt::NoPen); - setSelectedPen(QPen(Qt::blue)); -} - -QCPItemPixmap::~QCPItemPixmap() -{ -} - -/*! - Sets the pixmap that will be displayed. -*/ -void QCPItemPixmap::setPixmap(const QPixmap &pixmap) -{ - mPixmap = pixmap; - mScaledPixmapInvalidated = true; - 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; - mScaledPixmapInvalidated = true; -} - -/*! - 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 rectDistance(getFinalRect(), pos, true); -} - -/* inherits documentation from base class */ -void QCPItemPixmap::draw(QCPPainter *painter) -{ - bool flipHorz = false; - bool flipVert = false; - QRect rect = getFinalRect(&flipHorz, &flipVert); - int clipPad = mainPen().style() == Qt::NoPen ? 0 : qCeil(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::anchorPixelPosition(int anchorId) const -{ - bool flipHorz = false; - bool flipVert = false; - 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 {}; -} - -/*! \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) - { -#ifdef QCP_DEVICEPIXELRATIO_SUPPORTED - double devicePixelRatio = mPixmap.devicePixelRatio(); -#else - double devicePixelRatio = 1.0; -#endif - if (finalRect.isNull()) - finalRect = getFinalRect(&flipHorz, &flipVert); - if (mScaledPixmapInvalidated || finalRect.size() != mScaledPixmap.size()/devicePixelRatio) - { - mScaledPixmap = mPixmap.scaled(finalRect.size()*devicePixelRatio, mAspectRatioMode, mTransformationMode); - if (flipHorz || flipVert) - mScaledPixmap = QPixmap::fromImage(mScaledPixmap.toImage().mirrored(flipHorz, flipVert)); -#ifdef QCP_DEVICEPIXELRATIO_SUPPORTED - mScaledPixmap.setDevicePixelRatio(devicePixelRatio); -#endif - } - } else if (!mScaledPixmap.isNull()) - mScaledPixmap = QPixmap(); - mScaledPixmapInvalidated = false; -} - -/*! \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->pixelPosition().toPoint(); - QPoint p2 = bottomRight->pixelPosition().toPoint(); - if (p1 == p2) - return {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(); -#ifdef QCP_DEVICEPIXELRATIO_SUPPORTED - scaledSize /= mPixmap.devicePixelRatio(); - scaledSize.scale(newSize*mPixmap.devicePixelRatio(), mAspectRatioMode); -#else - scaledSize.scale(newSize, mAspectRatioMode); -#endif - result = QRect(topLeft, scaledSize); - } else - { -#ifdef QCP_DEVICEPIXELRATIO_SUPPORTED - result = QRect(p1, mPixmap.size()/mPixmap.devicePixelRatio()); -#else - result = QRect(p1, mPixmap.size()); -#endif - } - 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; -} -/* end of 'src/items/item-pixmap.cpp' */ - - -/* including file 'src/items/item-tracer.cpp' */ -/* modified 2022-11-06T12:45:56, size 14645 */ - -//////////////////////////////////////////////////////////////////////////////////////////////////// -//////////////////// 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 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 created item is automatically registered with \a parentPlot. This QCustomPlot instance takes - ownership of the item, so do not delete it manually but use QCustomPlot::removeItem() instead. -*/ -QCPItemTracer::QCPItemTracer(QCustomPlot *parentPlot) : - QCPAbstractItem(parentPlot), - position(createPosition(QLatin1String("position"))), - mSize(6), - mStyle(tsCrosshair), - mGraph(nullptr), - mGraphKey(0), - mInterpolating(false) -{ - position->setCoords(0, 0); - - setBrush(Qt::NoBrush); - setSelectedBrush(Qt::NoBrush); - setPen(QPen(Qt::black)); - setSelectedPen(QPen(Qt::blue, 2)); -} - -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 \c nullptr. 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 = nullptr; - } -} - -/*! - 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->pixelPosition()); - 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(QCPVector2D(pos).distanceSquaredToLine(center+QPointF(-w, 0), center+QPointF(w, 0)), - QCPVector2D(pos).distanceSquaredToLine(center+QPointF(0, -w), center+QPointF(0, w)))); - break; - } - case tsCrosshair: - { - return qSqrt(qMin(QCPVector2D(pos).distanceSquaredToLine(QCPVector2D(clip.left(), center.y()), QCPVector2D(clip.right(), center.y())), - QCPVector2D(pos).distanceSquaredToLine(QCPVector2D(center.x(), clip.top()), QCPVector2D(center.x(), clip.bottom())))); - } - case tsCircle: - { - if (clip.intersects(QRectF(center-QPointF(w, w), center+QPointF(w, w)).toRect())) - { - // distance to border: - double centerDist = QCPVector2D(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 rectDistance(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->pixelPosition()); - 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) - { - QCPGraphDataContainer::const_iterator first = mGraph->data()->constBegin(); - QCPGraphDataContainer::const_iterator last = mGraph->data()->constEnd()-1; - if (mGraphKey <= first->key) - position->setCoords(first->key, first->value); - else if (mGraphKey >= last->key) - position->setCoords(last->key, last->value); - else - { - QCPGraphDataContainer::const_iterator it = mGraph->data()->findBegin(mGraphKey); - if (it != mGraph->data()->constEnd()) // mGraphKey is not exactly on last iterator, but somewhere between iterators - { - QCPGraphDataContainer::const_iterator prevIt = it; - ++it; // won't advance to constEnd because we handled that case (mGraphKey >= last->key) before - if (mInterpolating) - { - // interpolate between iterators around mGraphKey: - double slope = 0; - if (!qFuzzyCompare(double(it->key), double(prevIt->key))) - slope = (it->value-prevIt->value)/(it->key-prevIt->key); - position->setCoords(mGraphKey, (mGraphKey-prevIt->key)*slope+prevIt->value); - } else - { - // find iterator with key closest to mGraphKey: - if (mGraphKey < (prevIt->key+it->key)*0.5) - position->setCoords(prevIt->key, prevIt->value); - else - position->setCoords(it->key, it->value); - } - } else // mGraphKey is exactly on last iterator (should actually be caught when comparing first/last keys, but this is a failsafe for fp uncertainty) - position->setCoords(it->key, it->value); - } - } else if (mGraph->data()->size() == 1) - { - QCPGraphDataContainer::const_iterator it = mGraph->data()->constBegin(); - position->setCoords(it->key, it->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; -} -/* end of 'src/items/item-tracer.cpp' */ - - -/* including file 'src/items/item-bracket.cpp' */ -/* modified 2022-11-06T12:45:56, size 10705 */ - -//////////////////////////////////////////////////////////////////////////////////////////////////// -//////////////////// 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 created item is automatically registered with \a parentPlot. This QCustomPlot instance takes - ownership of the item, so do not delete it manually but use QCustomPlot::removeItem() instead. -*/ -QCPItemBracket::QCPItemBracket(QCustomPlot *parentPlot) : - QCPAbstractItem(parentPlot), - left(createPosition(QLatin1String("left"))), - right(createPosition(QLatin1String("right"))), - center(createAnchor(QLatin1String("center"), aiCenter)), - mLength(8), - mStyle(bsCalligraphic) -{ - left->setCoords(0, 0); - right->setCoords(1, 1); - - setPen(QPen(Qt::black)); - setSelectedPen(QPen(Qt::blue, 2)); -} - -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; - - QCPVector2D p(pos); - QCPVector2D leftVec(left->pixelPosition()); - QCPVector2D rightVec(right->pixelPosition()); - if (leftVec.toPoint() == rightVec.toPoint()) - return -1; - - QCPVector2D widthVec = (rightVec-leftVec)*0.5; - QCPVector2D lengthVec = widthVec.perpendicular().normalized()*mLength; - QCPVector2D centerVec = (rightVec+leftVec)*0.5-lengthVec; - - switch (mStyle) - { - case QCPItemBracket::bsSquare: - case QCPItemBracket::bsRound: - { - double a = p.distanceSquaredToLine(centerVec-widthVec, centerVec+widthVec); - double b = p.distanceSquaredToLine(centerVec-widthVec+lengthVec, centerVec-widthVec); - double c = p.distanceSquaredToLine(centerVec+widthVec+lengthVec, centerVec+widthVec); - return qSqrt(qMin(qMin(a, b), c)); - } - case QCPItemBracket::bsCurly: - case QCPItemBracket::bsCalligraphic: - { - double a = p.distanceSquaredToLine(centerVec-widthVec*0.75+lengthVec*0.15, centerVec+lengthVec*0.3); - double b = p.distanceSquaredToLine(centerVec-widthVec+lengthVec*0.7, centerVec-widthVec*0.75+lengthVec*0.15); - double c = p.distanceSquaredToLine(centerVec+widthVec*0.75+lengthVec*0.15, centerVec+lengthVec*0.3); - double d = p.distanceSquaredToLine(centerVec+widthVec+lengthVec*0.7, centerVec+widthVec*0.75+lengthVec*0.15); - return qSqrt(qMin(qMin(a, b), qMin(c, d))); - } - } - return -1; -} - -/* inherits documentation from base class */ -void QCPItemBracket::draw(QCPPainter *painter) -{ - QCPVector2D leftVec(left->pixelPosition()); - QCPVector2D rightVec(right->pixelPosition()); - if (leftVec.toPoint() == rightVec.toPoint()) - return; - - QCPVector2D widthVec = (rightVec-leftVec)*0.5; - QCPVector2D lengthVec = widthVec.perpendicular().normalized()*mLength; - QCPVector2D centerVec = (rightVec+leftVec)*0.5-lengthVec; - - QPolygon boundingPoly; - boundingPoly << leftVec.toPoint() << rightVec.toPoint() - << (rightVec-lengthVec).toPoint() << (leftVec-lengthVec).toPoint(); - const int clipEnlarge = qCeil(mainPen().widthF()); - QRect clip = clipRect().adjusted(-clipEnlarge, -clipEnlarge, clipEnlarge, clipEnlarge); - 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.8).toPointF(), (centerVec+0.4*widthVec+lengthVec).toPointF(), centerVec.toPointF()); - path.cubicTo((centerVec-0.4*widthVec+lengthVec).toPointF(), (centerVec-widthVec-lengthVec*0.8).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.8).toPointF(), (centerVec+0.4*widthVec+0.8*lengthVec).toPointF(), centerVec.toPointF()); - path.cubicTo((centerVec-0.4*widthVec+0.8*lengthVec).toPointF(), (centerVec-widthVec-lengthVec*0.8).toPointF(), (centerVec-widthVec+lengthVec).toPointF()); - - path.cubicTo((centerVec-widthVec-lengthVec*0.5).toPointF(), (centerVec-0.2*widthVec+1.2*lengthVec).toPointF(), (centerVec+lengthVec*0.2).toPointF()); - path.cubicTo((centerVec+0.2*widthVec+1.2*lengthVec).toPointF(), (centerVec+widthVec-lengthVec*0.5).toPointF(), (centerVec+widthVec+lengthVec).toPointF()); - - painter->drawPath(path); - break; - } - } - } -} - -/* inherits documentation from base class */ -QPointF QCPItemBracket::anchorPixelPosition(int anchorId) const -{ - QCPVector2D leftVec(left->pixelPosition()); - QCPVector2D rightVec(right->pixelPosition()); - if (leftVec.toPoint() == rightVec.toPoint()) - return leftVec.toPointF(); - - QCPVector2D widthVec = (rightVec-leftVec)*0.5; - QCPVector2D lengthVec = widthVec.perpendicular().normalized()*mLength; - QCPVector2D centerVec = (rightVec+leftVec)*0.5-lengthVec; - - switch (anchorId) - { - case aiCenter: - return centerVec.toPointF(); - } - qDebug() << Q_FUNC_INFO << "invalid anchorId" << anchorId; - return {}; -} - -/*! \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; -} -/* end of 'src/items/item-bracket.cpp' */ - - -/* including file 'src/polar/radialaxis.cpp' */ -/* modified 2022-11-06T12:45:57, size 49415 */ - - - -//////////////////////////////////////////////////////////////////////////////////////////////////// -//////////////////// QCPPolarAxisRadial -//////////////////////////////////////////////////////////////////////////////////////////////////// - -/*! \class QCPPolarAxisRadial - \brief The radial axis inside a radial plot - - \warning In this QCustomPlot version, polar plots are a tech preview. Expect documentation and - functionality to be incomplete, as well as changing public interfaces in the future. - - Each axis holds an instance of QCPAxisTicker which is used to generate the tick coordinates and - tick labels. You can access the currently installed \ref ticker or set a new one (possibly one of - the specialized subclasses, or your own subclass) via \ref setTicker. For details, see the - documentation of QCPAxisTicker. -*/ - -/* start of documentation of inline functions */ - -/*! \fn QSharedPointer QCPPolarAxisRadial::ticker() const - - Returns a modifiable shared pointer to the currently installed axis ticker. The axis ticker is - responsible for generating the tick positions and tick labels of this axis. You can access the - \ref QCPAxisTicker with this method and modify basic properties such as the approximate tick count - (\ref QCPAxisTicker::setTickCount). - - You can gain more control over the axis ticks by setting a different \ref QCPAxisTicker subclass, see - the documentation there. A new axis ticker can be set with \ref setTicker. - - Since the ticker is stored in the axis as a shared pointer, multiple axes may share the same axis - ticker simply by passing the same shared pointer to multiple axes. - - \see setTicker -*/ - -/* end of documentation of inline functions */ -/* start of documentation of signals */ - -/*! \fn void QCPPolarAxisRadial::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 (see \ref QCPRange::bounded). For example, the following - slot would limit the x axis to ranges between 0 and 10: - \code - customPlot->xAxis->setRange(newRange.bounded(0, 10)) - \endcode -*/ - -/*! \fn void QCPPolarAxisRadial::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 QCPPolarAxisRadial::scaleTypeChanged(QCPPolarAxisRadial::ScaleType scaleType); - - This signal is emitted when the scale type changes, by calls to \ref setScaleType -*/ - -/*! \fn void QCPPolarAxisRadial::selectionChanged(QCPPolarAxisRadial::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 QCPPolarAxisRadial::selectableChanged(const QCPPolarAxisRadial::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. -*/ -QCPPolarAxisRadial::QCPPolarAxisRadial(QCPPolarAxisAngular *parent) : - QCPLayerable(parent->parentPlot(), QString(), parent), - mRangeDrag(true), - mRangeZoom(true), - mRangeZoomFactor(0.85), - // axis base: - mAngularAxis(parent), - mAngle(45), - mAngleReference(arAngularAxis), - mSelectableParts(spAxis | spTickLabels | spAxisLabel), - mSelectedParts(spNone), - mBasePen(QPen(Qt::black, 0, Qt::SolidLine, Qt::SquareCap)), - mSelectedBasePen(QPen(Qt::blue, 2)), - // axis label: - mLabelPadding(0), - mLabel(), - mLabelFont(mParentPlot->font()), - mSelectedLabelFont(QFont(mLabelFont.family(), mLabelFont.pointSize(), QFont::Bold)), - mLabelColor(Qt::black), - mSelectedLabelColor(Qt::blue), - // tick labels: - // mTickLabelPadding(0), in label painter - mTickLabels(true), - // mTickLabelRotation(0), in label painter - mTickLabelFont(mParentPlot->font()), - mSelectedTickLabelFont(QFont(mTickLabelFont.family(), mTickLabelFont.pointSize(), QFont::Bold)), - mTickLabelColor(Qt::black), - mSelectedTickLabelColor(Qt::blue), - mNumberPrecision(6), - mNumberFormatChar('g'), - mNumberBeautifulPowers(true), - mNumberMultiplyCross(false), - // ticks and subticks: - mTicks(true), - mSubTicks(true), - mTickLengthIn(5), - mTickLengthOut(0), - mSubTickLengthIn(2), - mSubTickLengthOut(0), - 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), - // internal members: - mRadius(1), // non-zero initial value, will be overwritten in ::update() according to inner rect - mTicker(new QCPAxisTicker), - mLabelPainter(mParentPlot) -{ - setParent(parent); - setAntialiased(true); - - setTickLabelPadding(5); - setTickLabelRotation(0); - setTickLabelMode(lmUpright); - mLabelPainter.setAnchorReferenceType(QCPLabelPainterPrivate::artTangent); - mLabelPainter.setAbbreviateDecimalPowers(false); -} - -QCPPolarAxisRadial::~QCPPolarAxisRadial() -{ -} - -QCPPolarAxisRadial::LabelMode QCPPolarAxisRadial::tickLabelMode() const -{ - switch (mLabelPainter.anchorMode()) - { - case QCPLabelPainterPrivate::amSkewedUpright: return lmUpright; - case QCPLabelPainterPrivate::amSkewedRotated: return lmRotated; - default: qDebug() << Q_FUNC_INFO << "invalid mode for polar axis"; break; - } - return lmUpright; -} - -/* No documentation as it is a property getter */ -QString QCPPolarAxisRadial::numberFormat() const -{ - QString result; - result.append(mNumberFormatChar); - if (mNumberBeautifulPowers) - { - result.append(QLatin1Char('b')); - if (mNumberMultiplyCross) - result.append(QLatin1Char('c')); - } - return result; -} - -/* No documentation as it is a property getter */ -int QCPPolarAxisRadial::tickLengthIn() const -{ - return mTickLengthIn; -} - -/* No documentation as it is a property getter */ -int QCPPolarAxisRadial::tickLengthOut() const -{ - return mTickLengthOut; -} - -/* No documentation as it is a property getter */ -int QCPPolarAxisRadial::subTickLengthIn() const -{ - return mSubTickLengthIn; -} - -/* No documentation as it is a property getter */ -int QCPPolarAxisRadial::subTickLengthOut() const -{ - return mSubTickLengthOut; -} - -/* No documentation as it is a property getter */ -int QCPPolarAxisRadial::labelPadding() const -{ - return mLabelPadding; -} - -void QCPPolarAxisRadial::setRangeDrag(bool enabled) -{ - mRangeDrag = enabled; -} - -void QCPPolarAxisRadial::setRangeZoom(bool enabled) -{ - mRangeZoom = enabled; -} - -void QCPPolarAxisRadial::setRangeZoomFactor(double factor) -{ - mRangeZoomFactor = factor; -} - -/*! - Sets whether the axis uses a linear scale or a logarithmic scale. - - Note that this method controls the coordinate transformation. For logarithmic scales, you will - likely also want to use a logarithmic tick spacing and labeling, which can be achieved by setting - the axis ticker to an instance of \ref QCPAxisTickerLog : - - \snippet documentation/doc-code-snippets/mainwindow.cpp qcpaxisticker-log-creation - - See the documentation of \ref QCPAxisTickerLog about the details of logarithmic axis tick - creation. - - \ref setNumberPrecision -*/ -void QCPPolarAxisRadial::setScaleType(QCPPolarAxisRadial::ScaleType type) -{ - if (mScaleType != type) - { - mScaleType = type; - if (mScaleType == stLogarithmic) - setRange(mRange.sanitizedForLogScale()); - //mCachedMarginValid = false; - emit scaleTypeChanged(mScaleType); - } -} - -/*! - 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 QCPPolarAxisRadial::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(); - } - 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 QCPPolarAxisRadial::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 QCPPolarAxisRadial::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 QCPPolarAxisRadial::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(); - } - 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 QCPPolarAxisRadial::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 QCPPolarAxisRadial::setRangeLower(double lower) -{ - if (mRange.lower == lower) - return; - - QCPRange oldRange = mRange; - mRange.lower = lower; - if (mScaleType == stLogarithmic) - { - mRange = mRange.sanitizedForLogScale(); - } else - { - mRange = mRange.sanitizedForLinScale(); - } - emit rangeChanged(mRange); - emit rangeChanged(mRange, oldRange); -} - -/*! - Sets the upper bound of the axis range. The lower bound is not changed. - \see setRange -*/ -void QCPPolarAxisRadial::setRangeUpper(double upper) -{ - if (mRange.upper == upper) - return; - - QCPRange oldRange = mRange; - mRange.upper = upper; - if (mScaleType == stLogarithmic) - { - mRange = mRange.sanitizedForLogScale(); - } else - { - mRange = mRange.sanitizedForLinScale(); - } - 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 QCPPolarAxisRadial::setRangeReversed(bool reversed) -{ - mRangeReversed = reversed; -} - -void QCPPolarAxisRadial::setAngle(double degrees) -{ - mAngle = degrees; -} - -void QCPPolarAxisRadial::setAngleReference(AngleReference reference) -{ - mAngleReference = reference; -} - -/*! - The axis ticker is responsible for generating the tick positions and tick labels. See the - documentation of QCPAxisTicker for details on how to work with axis tickers. - - You can change the tick positioning/labeling behaviour of this axis by setting a different - QCPAxisTicker subclass using this method. If you only wish to modify the currently installed axis - ticker, access it via \ref ticker. - - Since the ticker is stored in the axis as a shared pointer, multiple axes may share the same axis - ticker simply by passing the same shared pointer to multiple axes. - - \see ticker -*/ -void QCPPolarAxisRadial::setTicker(QSharedPointer ticker) -{ - if (ticker) - mTicker = ticker; - else - qDebug() << Q_FUNC_INFO << "can not set 0 as axis ticker"; - // no need to invalidate margin cache here because produced tick labels are checked for changes in setupTickVector -} - -/*! - 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. - - \see setSubTicks -*/ -void QCPPolarAxisRadial::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 QCPPolarAxisRadial::setTickLabels(bool show) -{ - if (mTickLabels != show) - { - mTickLabels = show; - //mCachedMarginValid = false; - if (!mTickLabels) - mTickVectorLabels.clear(); - } -} - -/*! - Sets the distance between the axis base line (including any outward ticks) and the tick labels. - \see setLabelPadding, setPadding -*/ -void QCPPolarAxisRadial::setTickLabelPadding(int padding) -{ - mLabelPainter.setPadding(padding); -} - -/*! - Sets the font of the tick labels. - - \see setTickLabels, setTickLabelColor -*/ -void QCPPolarAxisRadial::setTickLabelFont(const QFont &font) -{ - if (font != mTickLabelFont) - { - mTickLabelFont = font; - //mCachedMarginValid = false; - } -} - -/*! - Sets the color of the tick labels. - - \see setTickLabels, setTickLabelFont -*/ -void QCPPolarAxisRadial::setTickLabelColor(const QColor &color) -{ - mTickLabelColor = color; -} - -/*! - 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 QCPPolarAxisRadial::setTickLabelRotation(double degrees) -{ - mLabelPainter.setRotation(degrees); -} - -void QCPPolarAxisRadial::setTickLabelMode(LabelMode mode) -{ - switch (mode) - { - case lmUpright: mLabelPainter.setAnchorMode(QCPLabelPainterPrivate::amSkewedUpright); break; - case lmRotated: mLabelPainter.setAnchorMode(QCPLabelPainterPrivate::amSkewedRotated); break; - } -} - -/*! - Sets the number format for the numbers in tick labels. 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. - - 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 QCPPolarAxisRadial::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; - mNumberMultiplyCross = false; - } else - { - // 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; - - if (formatCode.length() < 3) - { - mNumberMultiplyCross = false; - } else - { - // interpret third char as indicator for dot or cross multiplication symbol: - if (formatCode.at(2) == QLatin1Char('c')) - mNumberMultiplyCross = true; - else if (formatCode.at(2) == QLatin1Char('d')) - mNumberMultiplyCross = false; - else - qDebug() << Q_FUNC_INFO << "Invalid number format code (third char neither 'c' nor 'd'):" << formatCode; - } - } - mLabelPainter.setSubstituteExponent(mNumberBeautifulPowers); - mLabelPainter.setMultiplicationSymbol(mNumberMultiplyCross ? QCPLabelPainterPrivate::SymbolCross : QCPLabelPainterPrivate::SymbolDot); -} - -/*! - 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 -*/ -void QCPPolarAxisRadial::setNumberPrecision(int precision) -{ - if (mNumberPrecision != precision) - { - mNumberPrecision = precision; - //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 QCPPolarAxisRadial::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 QCPPolarAxisRadial::setTickLengthIn(int inside) -{ - if (mTickLengthIn != inside) - { - mTickLengthIn = 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 QCPPolarAxisRadial::setTickLengthOut(int outside) -{ - if (mTickLengthOut != outside) - { - mTickLengthOut = outside; - //mCachedMarginValid = false; // only outside tick length can change margin - } -} - -/*! - Sets whether sub tick marks are displayed. - - Sub ticks are only potentially visible if (major) ticks are also visible (see \ref setTicks) - - \see setTicks -*/ -void QCPPolarAxisRadial::setSubTicks(bool show) -{ - if (mSubTicks != show) - { - mSubTicks = show; - //mCachedMarginValid = false; - } -} - -/*! - 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 QCPPolarAxisRadial::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 QCPPolarAxisRadial::setSubTickLengthIn(int inside) -{ - if (mSubTickLengthIn != inside) - { - mSubTickLengthIn = 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 QCPPolarAxisRadial::setSubTickLengthOut(int outside) -{ - if (mSubTickLengthOut != outside) - { - mSubTickLengthOut = outside; - //mCachedMarginValid = false; // only outside tick length can change margin - } -} - -/*! - Sets the pen, the axis base line is drawn with. - - \see setTickPen, setSubTickPen -*/ -void QCPPolarAxisRadial::setBasePen(const QPen &pen) -{ - mBasePen = pen; -} - -/*! - Sets the pen, tick marks will be drawn with. - - \see setTickLength, setBasePen -*/ -void QCPPolarAxisRadial::setTickPen(const QPen &pen) -{ - mTickPen = pen; -} - -/*! - Sets the pen, subtick marks will be drawn with. - - \see setSubTickCount, setSubTickLength, setBasePen -*/ -void QCPPolarAxisRadial::setSubTickPen(const QPen &pen) -{ - mSubTickPen = pen; -} - -/*! - Sets the font of the axis label. - - \see setLabelColor -*/ -void QCPPolarAxisRadial::setLabelFont(const QFont &font) -{ - if (mLabelFont != font) - { - mLabelFont = font; - //mCachedMarginValid = false; - } -} - -/*! - Sets the color of the axis label. - - \see setLabelFont -*/ -void QCPPolarAxisRadial::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 QCPPolarAxisRadial::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 QCPPolarAxisRadial::setLabelPadding(int padding) -{ - if (mLabelPadding != padding) - { - mLabelPadding = padding; - //mCachedMarginValid = false; - } -} - -/*! - Sets the font that is used for tick labels when they are selected. - - \see setTickLabelFont, setSelectableParts, setSelectedParts, QCustomPlot::setInteractions -*/ -void QCPPolarAxisRadial::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 QCPPolarAxisRadial::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 QCPPolarAxisRadial::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 QCPPolarAxisRadial::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 QCPPolarAxisRadial::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 QCPPolarAxisRadial::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 QCPPolarAxisRadial::setSelectedSubTickPen(const QPen &pen) -{ - mSelectedSubTickPen = pen; -} - -/*! - 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 QCPPolarAxisRadial::moveRange(double diff) -{ - QCPRange oldRange = mRange; - if (mScaleType == stLinear) - { - mRange.lower += diff; - mRange.upper += diff; - } else // mScaleType == stLogarithmic - { - mRange.lower *= diff; - mRange.upper *= diff; - } - emit rangeChanged(mRange); - emit rangeChanged(mRange, oldRange); -} - -/*! - Scales the range of this axis by \a factor around the center of the current axis range. For - example, if \a factor is 2.0, then the axis range will double its size, and the point at the axis - range center won't have changed its position in the QCustomPlot widget (i.e. coordinates around - the center will have moved symmetrically closer). - - If you wish to scale around a different coordinate than the current axis range center, use the - overload \ref scaleRange(double factor, double center). -*/ -void QCPPolarAxisRadial::scaleRange(double factor) -{ - scaleRange(factor, range().center()); -} - -/*! \overload - - 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). - - \see scaleRange(double factor) -*/ -void QCPPolarAxisRadial::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; - } - emit rangeChanged(mRange); - emit rangeChanged(mRange, oldRange); -} - -/*! - Changes the axis range such that all plottables associated with this axis are fully visible in - that dimension. - - \see QCPAbstractPlottable::rescaleAxes, QCustomPlot::rescaleAxes -*/ -void QCPPolarAxisRadial::rescale(bool onlyVisiblePlottables) -{ - Q_UNUSED(onlyVisiblePlottables) - /* TODO - QList p = plottables(); - QCPRange newRange; - bool haveRange = false; - for (int i=0; irealVisibility() && onlyVisiblePlottables) - continue; - QCPRange plottableRange; - bool currentFoundRange; - QCP::SignDomain signDomain = QCP::sdBoth; - if (mScaleType == stLogarithmic) - signDomain = (mRange.upper < 0 ? QCP::sdNegative : QCP::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. -*/ -void QCPPolarAxisRadial::pixelToCoord(QPointF pixelPos, double &angleCoord, double &radiusCoord) const -{ - QCPVector2D posVector(pixelPos-mCenter); - radiusCoord = radiusToCoord(posVector.length()); - angleCoord = mAngularAxis->angleRadToCoord(posVector.angle()); -} - -/*! - Transforms \a value, in coordinates of the axis, to pixel coordinates of the QCustomPlot widget. -*/ -QPointF QCPPolarAxisRadial::coordToPixel(double angleCoord, double radiusCoord) const -{ - const double radiusPixel = coordToRadius(radiusCoord); - const double angleRad = mAngularAxis->coordToAngleRad(angleCoord); - return QPointF(mCenter.x()+qCos(angleRad)*radiusPixel, mCenter.y()+qSin(angleRad)*radiusPixel); -} - -double QCPPolarAxisRadial::coordToRadius(double coord) const -{ - if (mScaleType == stLinear) - { - if (!mRangeReversed) - return (coord-mRange.lower)/mRange.size()*mRadius; - else - return (mRange.upper-coord)/mRange.size()*mRadius; - } else // mScaleType == stLogarithmic - { - if (coord >= 0.0 && mRange.upper < 0.0) // invalid value for logarithmic scale, just return outside visible range - return !mRangeReversed ? mRadius+200 : mRadius-200; - else if (coord <= 0.0 && mRange.upper >= 0.0) // invalid value for logarithmic scale, just return outside visible range - return !mRangeReversed ? mRadius-200 :mRadius+200; - else - { - if (!mRangeReversed) - return qLn(coord/mRange.lower)/qLn(mRange.upper/mRange.lower)*mRadius; - else - return qLn(mRange.upper/coord)/qLn(mRange.upper/mRange.lower)*mRadius; - } - } -} - -double QCPPolarAxisRadial::radiusToCoord(double radius) const -{ - if (mScaleType == stLinear) - { - if (!mRangeReversed) - return (radius)/mRadius*mRange.size()+mRange.lower; - else - return -(radius)/mRadius*mRange.size()+mRange.upper; - } else // mScaleType == stLogarithmic - { - if (!mRangeReversed) - return qPow(mRange.upper/mRange.lower, (radius)/mRadius)*mRange.lower; - else - return qPow(mRange.upper/mRange.lower, (-radius)/mRadius)*mRange.upper; - } -} - - -/*! - 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 -*/ -QCPPolarAxisRadial::SelectablePart QCPPolarAxisRadial::getPartAt(const QPointF &pos) const -{ - Q_UNUSED(pos) // TODO remove later - if (!mVisible) - return spNone; - - /* - TODO: - 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 QCPPolarAxisRadial::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; -} - -/* inherits documentation from base class */ -void QCPPolarAxisRadial::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 QCPPolarAxisRadial::deselectEvent(bool *selectionStateChanged) -{ - SelectableParts selBefore = mSelectedParts; - setSelectedParts(mSelectedParts & ~mSelectableParts); - if (selectionStateChanged) - *selectionStateChanged = mSelectedParts != selBefore; -} - -/*! \internal - - This mouse event reimplementation provides the functionality to let the user drag individual axes - exclusively, by startig the drag on top of the axis. - - For the axis to accept this event and perform the single axis drag, the parent \ref QCPAxisRect - must be configured accordingly, i.e. it must allow range dragging in the orientation of this axis - (\ref QCPAxisRect::setRangeDrag) and this axis must be a draggable axis (\ref - QCPAxisRect::setRangeDragAxes) - - \seebaseclassmethod - - \note The dragging of possibly multiple axes at once by starting the drag anywhere in the axis - rect is handled by the axis rect's mouse event, e.g. \ref QCPAxisRect::mousePressEvent. -*/ -void QCPPolarAxisRadial::mousePressEvent(QMouseEvent *event, const QVariant &details) -{ - Q_UNUSED(details) - if (!mParentPlot->interactions().testFlag(QCP::iRangeDrag)) - { - event->ignore(); - return; - } - - 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)) - mDragStartRange = mRange; - } -} - -/*! \internal - - This mouse event reimplementation provides the functionality to let the user drag individual axes - exclusively, by startig the drag on top of the axis. - - \seebaseclassmethod - - \note The dragging of possibly multiple axes at once by starting the drag anywhere in the axis - rect is handled by the axis rect's mouse event, e.g. \ref QCPAxisRect::mousePressEvent. - - \see QCPAxis::mousePressEvent -*/ -void QCPPolarAxisRadial::mouseMoveEvent(QMouseEvent *event, const QPointF &startPos) -{ - Q_UNUSED(event) // TODO remove later - Q_UNUSED(startPos) // TODO remove later - if (mDragging) - { - /* TODO - const double startPixel = orientation() == Qt::Horizontal ? startPos.x() : startPos.y(); - const double currentPixel = orientation() == Qt::Horizontal ? event->pos().x() : event->pos().y(); - if (mScaleType == QCPPolarAxisRadial::stLinear) - { - const double diff = pixelToCoord(startPixel) - pixelToCoord(currentPixel); - setRange(mDragStartRange.lower+diff, mDragStartRange.upper+diff); - } else if (mScaleType == QCPPolarAxisRadial::stLogarithmic) - { - const double diff = pixelToCoord(startPixel) / pixelToCoord(currentPixel); - setRange(mDragStartRange.lower*diff, mDragStartRange.upper*diff); - } - */ - - if (mParentPlot->noAntialiasingOnDrag()) - mParentPlot->setNotAntialiasedElements(QCP::aeAll); - mParentPlot->replot(QCustomPlot::rpQueuedReplot); - } -} - -/*! \internal - - This mouse event reimplementation provides the functionality to let the user drag individual axes - exclusively, by startig the drag on top of the axis. - - \seebaseclassmethod - - \note The dragging of possibly multiple axes at once by starting the drag anywhere in the axis - rect is handled by the axis rect's mouse event, e.g. \ref QCPAxisRect::mousePressEvent. - - \see QCPAxis::mousePressEvent -*/ -void QCPPolarAxisRadial::mouseReleaseEvent(QMouseEvent *event, const QPointF &startPos) -{ - Q_UNUSED(event) - Q_UNUSED(startPos) - mDragging = false; - if (mParentPlot->noAntialiasingOnDrag()) - { - mParentPlot->setAntialiasedElements(mAADragBackup); - mParentPlot->setNotAntialiasedElements(mNotAADragBackup); - } -} - -/*! \internal - - This mouse event reimplementation provides the functionality to let the user zoom individual axes - exclusively, by performing the wheel event on top of the axis. - - For the axis to accept this event and perform the single axis zoom, the parent \ref QCPAxisRect - must be configured accordingly, i.e. it must allow range zooming in the orientation of this axis - (\ref QCPAxisRect::setRangeZoom) and this axis must be a zoomable axis (\ref - QCPAxisRect::setRangeZoomAxes) - - \seebaseclassmethod - - \note The zooming of possibly multiple axes at once by performing the wheel event anywhere in the - axis rect is handled by the axis rect's mouse event, e.g. \ref QCPAxisRect::wheelEvent. -*/ -void QCPPolarAxisRadial::wheelEvent(QWheelEvent *event) -{ - // Mouse range zooming interaction: - if (!mParentPlot->interactions().testFlag(QCP::iRangeZoom)) - { - event->ignore(); - return; - } - - // TODO: - //const double wheelSteps = event->delta()/120.0; // a single step delta is +/-120 usually - //const double factor = qPow(mRangeZoomFactor, wheelSteps); - //scaleRange(factor, pixelToCoord(orientation() == Qt::Horizontal ? event->pos().x() : event->pos().y())); - mParentPlot->replot(); -} - -void QCPPolarAxisRadial::updateGeometry(const QPointF ¢er, double radius) -{ - mCenter = center; - mRadius = radius; - if (mRadius < 1) mRadius = 1; -} - -/*! \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. - - \seebaseclassmethod - - \see setAntialiased -*/ -void QCPPolarAxisRadial::applyDefaultAntialiasingHint(QCPPainter *painter) const -{ - applyAntialiasingHint(painter, mAntialiased, QCP::aeAxes); -} - -/*! \internal - - Draws the axis with the specified \a painter, using the internal QCPAxisPainterPrivate instance. - - \seebaseclassmethod -*/ -void QCPPolarAxisRadial::draw(QCPPainter *painter) -{ - const double axisAngleRad = (mAngle+(mAngleReference==arAngularAxis ? mAngularAxis->angle() : 0))/180.0*M_PI; - const QPointF axisVector(qCos(axisAngleRad), qSin(axisAngleRad)); // semantically should be QCPVector2D, but we save time in loops when we keep it as QPointF - const QPointF tickNormal = QCPVector2D(axisVector).perpendicular().toPointF(); // semantically should be QCPVector2D, but we save time in loops when we keep it as QPointF - - // draw baseline: - painter->setPen(getBasePen()); - painter->drawLine(QLineF(mCenter, mCenter+axisVector*(mRadius-0.5))); - - // draw subticks: - if (!mSubTickVector.isEmpty()) - { - painter->setPen(getSubTickPen()); - for (int i=0; idrawLine(QLineF(tickPosition-tickNormal*mSubTickLengthIn, tickPosition+tickNormal*mSubTickLengthOut)); - } - } - - // draw ticks and labels: - if (!mTickVector.isEmpty()) - { - mLabelPainter.setAnchorReference(mCenter-axisVector); // subtract (normalized) axisVector, just to prevent degenerate tangents for tick label at exact lower axis range - mLabelPainter.setFont(getTickLabelFont()); - mLabelPainter.setColor(getTickLabelColor()); - const QPen ticksPen = getTickPen(); - painter->setPen(ticksPen); - for (int i=0; idrawLine(QLineF(tickPosition-tickNormal*mTickLengthIn, tickPosition+tickNormal*mTickLengthOut)); - // possibly draw tick labels: - if (!mTickVectorLabels.isEmpty()) - { - if ((!mRangeReversed && (i < mTickVectorLabels.count()-1 || mRadius-r > 10)) || - (mRangeReversed && (i > 0 || mRadius-r > 10))) // skip last label if it's closer than 10 pixels to angular axis - mLabelPainter.drawTickLabel(painter, tickPosition+tickNormal*mSubTickLengthOut, mTickVectorLabels.at(i)); - } - } - } -} - -/*! \internal - - Prepares the internal tick vector, sub tick vector and tick label vector. This is done by calling - QCPAxisTicker::generate on the currently installed ticker. - - If a change in the label text/count is detected, the cached axis margin is invalidated to make - sure the next margin calculation recalculates the label sizes and returns an up-to-date value. -*/ -void QCPPolarAxisRadial::setupTickVectors() -{ - if (!mParentPlot) return; - if ((!mTicks && !mTickLabels) || mRange.size() <= 0) return; - - mTicker->generate(mRange, mParentPlot->locale(), mNumberFormatChar, mNumberPrecision, mTickVector, mSubTicks ? &mSubTickVector : 0, mTickLabels ? &mTickVectorLabels : 0); -} - -/*! \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 QCPPolarAxisRadial::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 QCPPolarAxisRadial::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 QCPPolarAxisRadial::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 QCPPolarAxisRadial::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 QCPPolarAxisRadial::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 QCPPolarAxisRadial::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 QCPPolarAxisRadial::getLabelColor() const -{ - return mSelectedParts.testFlag(spAxisLabel) ? mSelectedLabelColor : mLabelColor; -} - - -/* inherits documentation from base class */ -QCP::Interaction QCPPolarAxisRadial::selectionCategory() const -{ - return QCP::iSelectAxes; -} -/* end of 'src/polar/radialaxis.cpp' */ - - -/* including file 'src/polar/layoutelement-angularaxis.cpp' */ -/* modified 2022-11-06T12:45:57, size 57266 */ - - -//////////////////////////////////////////////////////////////////////////////////////////////////// -//////////////////// QCPPolarAxisAngular -//////////////////////////////////////////////////////////////////////////////////////////////////// - -/*! \class QCPPolarAxisAngular - \brief The main container for polar plots, representing the angular axis as a circle - - \warning In this QCustomPlot version, polar plots are a tech preview. Expect documentation and - functionality to be incomplete, as well as changing public interfaces in the future. -*/ - -/* start documentation of inline functions */ - -/*! \fn QCPLayoutInset *QCPPolarAxisAngular::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 QCPPolarAxisAngular::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 QCPPolarAxisAngular::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 QCPPolarAxisAngular::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 QCPPolarAxisAngular::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 QCPPolarAxisAngular::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 QCPPolarAxisAngular::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 QCPPolarAxisAngular::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 QCPPolarAxisAngular::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 QCPPolarAxisAngular::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 QCPPolarAxisAngular::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 QCPPolarAxisAngular::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 QCPPolarAxisAngular::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 QCPPolarAxis instance and sets default values. An axis is added for each of the four - sides, the top and right axes are set invisible initially. -*/ -QCPPolarAxisAngular::QCPPolarAxisAngular(QCustomPlot *parentPlot) : - QCPLayoutElement(parentPlot), - mBackgroundBrush(Qt::NoBrush), - mBackgroundScaled(true), - mBackgroundScaledMode(Qt::KeepAspectRatioByExpanding), - mInsetLayout(new QCPLayoutInset), - mRangeDrag(false), - mRangeZoom(false), - mRangeZoomFactor(0.85), - // axis base: - mAngle(-90), - mAngleRad(mAngle/180.0*M_PI), - mSelectableParts(spAxis | spTickLabels | spAxisLabel), - mSelectedParts(spNone), - mBasePen(QPen(Qt::black, 0, Qt::SolidLine, Qt::SquareCap)), - mSelectedBasePen(QPen(Qt::blue, 2)), - // axis label: - mLabelPadding(0), - mLabel(), - mLabelFont(mParentPlot->font()), - mSelectedLabelFont(QFont(mLabelFont.family(), mLabelFont.pointSize(), QFont::Bold)), - mLabelColor(Qt::black), - mSelectedLabelColor(Qt::blue), - // tick labels: - //mTickLabelPadding(0), in label painter - mTickLabels(true), - //mTickLabelRotation(0), in label painter - mTickLabelFont(mParentPlot->font()), - mSelectedTickLabelFont(QFont(mTickLabelFont.family(), mTickLabelFont.pointSize(), QFont::Bold)), - mTickLabelColor(Qt::black), - mSelectedTickLabelColor(Qt::blue), - mNumberPrecision(6), - mNumberFormatChar('g'), - mNumberBeautifulPowers(true), - mNumberMultiplyCross(false), - // ticks and subticks: - mTicks(true), - mSubTicks(true), - mTickLengthIn(5), - mTickLengthOut(0), - mSubTickLengthIn(2), - mSubTickLengthOut(0), - 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, 360), - mRangeReversed(false), - // internal members: - mRadius(1), // non-zero initial value, will be overwritten in ::update() according to inner rect - mGrid(new QCPPolarGrid(this)), - mTicker(new QCPAxisTickerFixed), - mDragging(false), - mLabelPainter(parentPlot) -{ - // TODO: - //mInsetLayout->initializeParentPlot(mParentPlot); - //mInsetLayout->setParentLayerable(this); - //mInsetLayout->setParent(this); - - if (QCPAxisTickerFixed *fixedTicker = mTicker.dynamicCast().data()) - { - fixedTicker->setTickStep(30); - } - setAntialiased(true); - 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 - - setTickLabelPadding(5); - setTickLabelRotation(0); - setTickLabelMode(lmUpright); - mLabelPainter.setAnchorReferenceType(QCPLabelPainterPrivate::artNormal); - mLabelPainter.setAbbreviateDecimalPowers(false); - mLabelPainter.setCacheSize(24); // so we can cache up to 15-degree intervals, polar angular axis uses a bit larger cache than normal axes - - setMinimumSize(50, 50); - setMinimumMargins(QMargins(30, 30, 30, 30)); - - addRadialAxis(); - mGrid->setRadialAxis(radialAxis()); -} - -QCPPolarAxisAngular::~QCPPolarAxisAngular() -{ - delete mGrid; // delete grid here instead of via parent ~QObject for better defined deletion order - mGrid = 0; - - delete mInsetLayout; - mInsetLayout = 0; - - QList radialAxesList = radialAxes(); - for (int i=0; i= 0 && index < mRadialAxes.size()) - { - return mRadialAxes.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 QCPPolarAxisAngular::radialAxes() const -{ - return mRadialAxes; -} - - -/*! - 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. QCustomPlot owns the returned axis, so if you want to - remove an axis, use \ref removeAxis instead of deleting it manually. - - You may inject QCPAxis instances (or subclasses 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 -*/ -QCPPolarAxisRadial *QCPPolarAxisAngular::addRadialAxis(QCPPolarAxisRadial *axis) -{ - QCPPolarAxisRadial *newAxis = axis; - if (!newAxis) - { - newAxis = new QCPPolarAxisRadial(this); - } else // user provided existing axis instance, do some sanity checks - { - if (newAxis->angularAxis() != this) - { - qDebug() << Q_FUNC_INFO << "passed radial axis doesn't have this angular axis as parent angular axis"; - return 0; - } - if (radialAxes().contains(newAxis)) - { - qDebug() << Q_FUNC_INFO << "passed axis is already owned by this angular axis"; - return 0; - } - } - mRadialAxes.append(newAxis); - return newAxis; -} - -/*! - 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 QCPPolarAxisAngular::removeRadialAxis(QCPPolarAxisRadial *radialAxis) -{ - if (mRadialAxes.contains(radialAxis)) - { - mRadialAxes.removeOne(radialAxis); - delete radialAxis; - return true; - } else - { - qDebug() << Q_FUNC_INFO << "Radial axis isn't associated with this angular axis:" << reinterpret_cast(radialAxis); - return false; - } -} - -QRegion QCPPolarAxisAngular::exactClipRegion() const -{ - return QRegion(mCenter.x()-mRadius, mCenter.y()-mRadius, qRound(2*mRadius), qRound(2*mRadius), QRegion::Ellipse); -} - -/*! - 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 QCPPolarAxisAngular::moveRange(double diff) -{ - QCPRange oldRange = mRange; - mRange.lower += diff; - mRange.upper += diff; - emit rangeChanged(mRange); - emit rangeChanged(mRange, oldRange); -} - -/*! - Scales the range of this axis by \a factor around the center of the current axis range. For - example, if \a factor is 2.0, then the axis range will double its size, and the point at the axis - range center won't have changed its position in the QCustomPlot widget (i.e. coordinates around - the center will have moved symmetrically closer). - - If you wish to scale around a different coordinate than the current axis range center, use the - overload \ref scaleRange(double factor, double center). -*/ -void QCPPolarAxisAngular::scaleRange(double factor) -{ - scaleRange(factor, range().center()); -} - -/*! \overload - - 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). - - \see scaleRange(double factor) -*/ -void QCPPolarAxisAngular::scaleRange(double factor, double center) -{ - QCPRange oldRange = mRange; - QCPRange newRange; - newRange.lower = (mRange.lower-center)*factor + center; - newRange.upper = (mRange.upper-center)*factor + center; - if (QCPRange::validRange(newRange)) - mRange = newRange.sanitizedForLinScale(); - emit rangeChanged(mRange); - emit rangeChanged(mRange, oldRange); -} - -/*! - Changes the axis range such that all plottables associated with this axis are fully visible in - that dimension. - - \see QCPAbstractPlottable::rescaleAxes, QCustomPlot::rescaleAxes -*/ -void QCPPolarAxisAngular::rescale(bool onlyVisiblePlottables) -{ - QCPRange newRange; - bool haveRange = false; - for (int i=0; irealVisibility() && onlyVisiblePlottables) - continue; - QCPRange range; - bool currentFoundRange; - if (mGraphs.at(i)->keyAxis() == this) - range = mGraphs.at(i)->getKeyRange(currentFoundRange, QCP::sdBoth); - else - range = mGraphs.at(i)->getValueRange(currentFoundRange, QCP::sdBoth); - if (currentFoundRange) - { - if (!haveRange) - newRange = range; - else - newRange.expand(range); - 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 - newRange.lower = center-mRange.size()/2.0; - newRange.upper = center+mRange.size()/2.0; - } - setRange(newRange); - } -} - -/*! - Transforms \a value, in pixel coordinates of the QCustomPlot widget, to axis coordinates. -*/ -void QCPPolarAxisAngular::pixelToCoord(QPointF pixelPos, double &angleCoord, double &radiusCoord) const -{ - if (!mRadialAxes.isEmpty()) - mRadialAxes.first()->pixelToCoord(pixelPos, angleCoord, radiusCoord); - else - qDebug() << Q_FUNC_INFO << "no radial axis configured"; -} - -/*! - Transforms \a value, in coordinates of the axis, to pixel coordinates of the QCustomPlot widget. -*/ -QPointF QCPPolarAxisAngular::coordToPixel(double angleCoord, double radiusCoord) const -{ - if (!mRadialAxes.isEmpty()) - { - return mRadialAxes.first()->coordToPixel(angleCoord, radiusCoord); - } else - { - qDebug() << Q_FUNC_INFO << "no radial axis configured"; - return QPointF(); - } -} - -/*! - 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 -*/ -QCPPolarAxisAngular::SelectablePart QCPPolarAxisAngular::getPartAt(const QPointF &pos) const -{ - Q_UNUSED(pos) // TODO remove later - - if (!mVisible) - return spNone; - - /* - TODO: - 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 QCPPolarAxisAngular::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; - */ - - 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; -} - -/*! - This method is called automatically upon replot and doesn't need to be called by users of - QCPPolarAxisAngular. - - 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. - - \seebaseclassmethod -*/ -void QCPPolarAxisAngular::update(UpdatePhase phase) -{ - QCPLayoutElement::update(phase); - - switch (phase) - { - case upPreparation: - { - setupTickVectors(); - for (int i=0; isetupTickVectors(); - break; - } - case upLayout: - { - mCenter = mRect.center(); - mRadius = 0.5*qMin(qAbs(mRect.width()), qAbs(mRect.height())); - if (mRadius < 1) mRadius = 1; // prevent cases where radius might become 0 which causes trouble - for (int i=0; iupdateGeometry(mCenter, mRadius); - - mInsetLayout->setOuterRect(rect()); - break; - } - default: break; - } - - // pass update call on to inset layout (doesn't happen automatically, because QCPPolarAxis doesn't derive from QCPLayout): - mInsetLayout->update(phase); -} - -/* inherits documentation from base class */ -QList QCPPolarAxisAngular::elements(bool recursive) const -{ - QList result; - if (mInsetLayout) - { - result << mInsetLayout; - if (recursive) - result << mInsetLayout->elements(recursive); - } - return result; -} - -bool QCPPolarAxisAngular::removeGraph(QCPPolarGraph *graph) -{ - if (!mGraphs.contains(graph)) - { - qDebug() << Q_FUNC_INFO << "graph not in list:" << reinterpret_cast(graph); - return false; - } - - // remove plottable from legend: - graph->removeFromLegend(); - // remove plottable: - delete graph; - mGraphs.removeOne(graph); - return true; -} - -/* inherits documentation from base class */ -void QCPPolarAxisAngular::applyDefaultAntialiasingHint(QCPPainter *painter) const -{ - applyAntialiasingHint(painter, mAntialiased, QCP::aeAxes); -} - -/* inherits documentation from base class */ -void QCPPolarAxisAngular::draw(QCPPainter *painter) -{ - drawBackground(painter, mCenter, mRadius); - - // draw baseline circle: - painter->setPen(getBasePen()); - painter->drawEllipse(mCenter, mRadius, mRadius); - - // draw subticks: - if (!mSubTickVector.isEmpty()) - { - painter->setPen(getSubTickPen()); - for (int i=0; idrawLine(mCenter+mSubTickVectorCosSin.at(i)*(mRadius-mSubTickLengthIn), - mCenter+mSubTickVectorCosSin.at(i)*(mRadius+mSubTickLengthOut)); - } - } - - // draw ticks and labels: - if (!mTickVector.isEmpty()) - { - mLabelPainter.setAnchorReference(mCenter); - mLabelPainter.setFont(getTickLabelFont()); - mLabelPainter.setColor(getTickLabelColor()); - const QPen ticksPen = getTickPen(); - painter->setPen(ticksPen); - for (int i=0; idrawLine(mCenter+mTickVectorCosSin.at(i)*(mRadius-mTickLengthIn), outerTick); - // draw tick labels: - if (!mTickVectorLabels.isEmpty()) - { - if (i < mTickVectorLabels.count()-1 || (mTickVectorCosSin.at(i)-mTickVectorCosSin.first()).manhattanLength() > 5/180.0*M_PI) // skip last label if it's closer than approx 5 degrees to first - mLabelPainter.drawTickLabel(painter, outerTick, mTickVectorLabels.at(i)); - } - } - } -} - -/* inherits documentation from base class */ -QCP::Interaction QCPPolarAxisAngular::selectionCategory() const -{ - return QCP::iSelectAxes; -} - - -/*! - 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 QCPPolarAxisAngular::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 QCPPolarAxisAngular::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 QCPPolarAxisAngular::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 QCPPolarAxisAngular::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 QCPPolarAxisAngular::setBackgroundScaledMode(Qt::AspectRatioMode mode) -{ - mBackgroundScaledMode = mode; -} - -void QCPPolarAxisAngular::setRangeDrag(bool enabled) -{ - mRangeDrag = enabled; -} - -void QCPPolarAxisAngular::setRangeZoom(bool enabled) -{ - mRangeZoom = enabled; -} - -void QCPPolarAxisAngular::setRangeZoomFactor(double factor) -{ - mRangeZoomFactor = factor; -} - - - - - - - -/*! - 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 QCPPolarAxisAngular::setRange(const QCPRange &range) -{ - if (range.lower == mRange.lower && range.upper == mRange.upper) - return; - - if (!QCPRange::validRange(range)) return; - QCPRange oldRange = mRange; - mRange = range.sanitizedForLinScale(); - 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 QCPPolarAxisAngular::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 QCPPolarAxisAngular::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 QCPPolarAxisAngular::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; - mRange = mRange.sanitizedForLinScale(); - 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 QCPPolarAxisAngular::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 QCPPolarAxisAngular::setRangeLower(double lower) -{ - if (mRange.lower == lower) - return; - - QCPRange oldRange = mRange; - mRange.lower = lower; - mRange = mRange.sanitizedForLinScale(); - emit rangeChanged(mRange); - emit rangeChanged(mRange, oldRange); -} - -/*! - Sets the upper bound of the axis range. The lower bound is not changed. - \see setRange -*/ -void QCPPolarAxisAngular::setRangeUpper(double upper) -{ - if (mRange.upper == upper) - return; - - QCPRange oldRange = mRange; - mRange.upper = upper; - mRange = mRange.sanitizedForLinScale(); - 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 QCPPolarAxisAngular::setRangeReversed(bool reversed) -{ - mRangeReversed = reversed; -} - -void QCPPolarAxisAngular::setAngle(double degrees) -{ - mAngle = degrees; - mAngleRad = mAngle/180.0*M_PI; -} - -/*! - The axis ticker is responsible for generating the tick positions and tick labels. See the - documentation of QCPAxisTicker for details on how to work with axis tickers. - - You can change the tick positioning/labeling behaviour of this axis by setting a different - QCPAxisTicker subclass using this method. If you only wish to modify the currently installed axis - ticker, access it via \ref ticker. - - Since the ticker is stored in the axis as a shared pointer, multiple axes may share the same axis - ticker simply by passing the same shared pointer to multiple axes. - - \see ticker -*/ -void QCPPolarAxisAngular::setTicker(QSharedPointer ticker) -{ - if (ticker) - mTicker = ticker; - else - qDebug() << Q_FUNC_INFO << "can not set 0 as axis ticker"; - // no need to invalidate margin cache here because produced tick labels are checked for changes in setupTickVector -} - -/*! - 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. - - \see setSubTicks -*/ -void QCPPolarAxisAngular::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 QCPPolarAxisAngular::setTickLabels(bool show) -{ - if (mTickLabels != show) - { - mTickLabels = show; - //mCachedMarginValid = false; - if (!mTickLabels) - mTickVectorLabels.clear(); - } -} - -/*! - Sets the distance between the axis base line (including any outward ticks) and the tick labels. - \see setLabelPadding, setPadding -*/ -void QCPPolarAxisAngular::setTickLabelPadding(int padding) -{ - mLabelPainter.setPadding(padding); -} - -/*! - Sets the font of the tick labels. - - \see setTickLabels, setTickLabelColor -*/ -void QCPPolarAxisAngular::setTickLabelFont(const QFont &font) -{ - mTickLabelFont = font; -} - -/*! - Sets the color of the tick labels. - - \see setTickLabels, setTickLabelFont -*/ -void QCPPolarAxisAngular::setTickLabelColor(const QColor &color) -{ - mTickLabelColor = color; -} - -/*! - 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 QCPPolarAxisAngular::setTickLabelRotation(double degrees) -{ - mLabelPainter.setRotation(degrees); -} - -void QCPPolarAxisAngular::setTickLabelMode(LabelMode mode) -{ - switch (mode) - { - case lmUpright: mLabelPainter.setAnchorMode(QCPLabelPainterPrivate::amSkewedUpright); break; - case lmRotated: mLabelPainter.setAnchorMode(QCPLabelPainterPrivate::amSkewedRotated); break; - } -} - -/*! - Sets the number format for the numbers in tick labels. 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 might be - visually unappealing 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. - - 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 QCPPolarAxisAngular::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; - mNumberMultiplyCross = false; - } else - { - // 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; - - if (formatCode.length() < 3) - { - mNumberMultiplyCross = false; - } else - { - // interpret third char as indicator for dot or cross multiplication symbol: - if (formatCode.at(2) == QLatin1Char('c')) - mNumberMultiplyCross = true; - else if (formatCode.at(2) == QLatin1Char('d')) - mNumberMultiplyCross = false; - else - qDebug() << Q_FUNC_INFO << "Invalid number format code (third char neither 'c' nor 'd'):" << formatCode; - } - } - mLabelPainter.setSubstituteExponent(mNumberBeautifulPowers); - mLabelPainter.setMultiplicationSymbol(mNumberMultiplyCross ? QCPLabelPainterPrivate::SymbolCross : QCPLabelPainterPrivate::SymbolDot); -} - -/*! - 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 -*/ -void QCPPolarAxisAngular::setNumberPrecision(int precision) -{ - if (mNumberPrecision != precision) - { - mNumberPrecision = precision; - //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 QCPPolarAxisAngular::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 QCPPolarAxisAngular::setTickLengthIn(int inside) -{ - if (mTickLengthIn != inside) - { - mTickLengthIn = 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 QCPPolarAxisAngular::setTickLengthOut(int outside) -{ - if (mTickLengthOut != outside) - { - mTickLengthOut = outside; - //mCachedMarginValid = false; // only outside tick length can change margin - } -} - -/*! - Sets whether sub tick marks are displayed. - - Sub ticks are only potentially visible if (major) ticks are also visible (see \ref setTicks) - - \see setTicks -*/ -void QCPPolarAxisAngular::setSubTicks(bool show) -{ - if (mSubTicks != show) - { - mSubTicks = show; - //mCachedMarginValid = false; - } -} - -/*! - 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 QCPPolarAxisAngular::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 QCPPolarAxisAngular::setSubTickLengthIn(int inside) -{ - if (mSubTickLengthIn != inside) - { - mSubTickLengthIn = 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 QCPPolarAxisAngular::setSubTickLengthOut(int outside) -{ - if (mSubTickLengthOut != outside) - { - mSubTickLengthOut = outside; - //mCachedMarginValid = false; // only outside tick length can change margin - } -} - -/*! - Sets the pen, the axis base line is drawn with. - - \see setTickPen, setSubTickPen -*/ -void QCPPolarAxisAngular::setBasePen(const QPen &pen) -{ - mBasePen = pen; -} - -/*! - Sets the pen, tick marks will be drawn with. - - \see setTickLength, setBasePen -*/ -void QCPPolarAxisAngular::setTickPen(const QPen &pen) -{ - mTickPen = pen; -} - -/*! - Sets the pen, subtick marks will be drawn with. - - \see setSubTickCount, setSubTickLength, setBasePen -*/ -void QCPPolarAxisAngular::setSubTickPen(const QPen &pen) -{ - mSubTickPen = pen; -} - -/*! - Sets the font of the axis label. - - \see setLabelColor -*/ -void QCPPolarAxisAngular::setLabelFont(const QFont &font) -{ - if (mLabelFont != font) - { - mLabelFont = font; - //mCachedMarginValid = false; - } -} - -/*! - Sets the color of the axis label. - - \see setLabelFont -*/ -void QCPPolarAxisAngular::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 QCPPolarAxisAngular::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 QCPPolarAxisAngular::setLabelPadding(int padding) -{ - if (mLabelPadding != padding) - { - mLabelPadding = padding; - //mCachedMarginValid = false; - } -} - -/*! - Sets the font that is used for tick labels when they are selected. - - \see setTickLabelFont, setSelectableParts, setSelectedParts, QCustomPlot::setInteractions -*/ -void QCPPolarAxisAngular::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 QCPPolarAxisAngular::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 QCPPolarAxisAngular::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 QCPPolarAxisAngular::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 QCPPolarAxisAngular::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 QCPPolarAxisAngular::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 QCPPolarAxisAngular::setSelectedSubTickPen(const QPen &pen) -{ - mSelectedSubTickPen = pen; -} - -/*! \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 - dependent on the \ref setBackgroundScaledMode), or when a differend axis background pixmap was - set. - - \see setBackground, setBackgroundScaled, setBackgroundScaledMode -*/ -void QCPPolarAxisAngular::drawBackground(QCPPainter *painter, const QPointF ¢er, double radius) -{ - // draw background fill (don't use circular clip, looks bad): - if (mBackgroundBrush != Qt::NoBrush) - { - QPainterPath ellipsePath; - ellipsePath.addEllipse(center, radius, radius); - painter->fillPath(ellipsePath, mBackgroundBrush); - } - - // draw background pixmap (on top of fill, if brush specified): - if (!mBackgroundPixmap.isNull()) - { - QRegion clipCircle(center.x()-radius, center.y()-radius, qRound(2*radius), qRound(2*radius), QRegion::Ellipse); - QRegion originalClip = painter->clipRegion(); - painter->setClipRegion(clipCircle); - 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())); - } - painter->setClipRegion(originalClip); - } -} - -/*! \internal - - Prepares the internal tick vector, sub tick vector and tick label vector. This is done by calling - QCPAxisTicker::generate on the currently installed ticker. - - If a change in the label text/count is detected, the cached axis margin is invalidated to make - sure the next margin calculation recalculates the label sizes and returns an up-to-date value. -*/ -void QCPPolarAxisAngular::setupTickVectors() -{ - if (!mParentPlot) return; - if ((!mTicks && !mTickLabels && !mGrid->visible()) || mRange.size() <= 0) return; - - mSubTickVector.clear(); // since we might not pass it to mTicker->generate(), and we don't want old data in there - mTicker->generate(mRange, mParentPlot->locale(), mNumberFormatChar, mNumberPrecision, mTickVector, mSubTicks ? &mSubTickVector : 0, mTickLabels ? &mTickVectorLabels : 0); - - // fill cos/sin buffers which will be used by draw() and QCPPolarGrid::draw(), so we don't have to calculate it twice: - mTickVectorCosSin.resize(mTickVector.size()); - for (int i=0; ibuttons() & 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)) - { - mDragAngularStart = range(); - mDragRadialStart.clear(); - for (int i=0; irange()); - } - } -} - -/*! \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 QCPPolarAxisAngular::mouseMoveEvent(QMouseEvent *event, const QPointF &startPos) -{ - Q_UNUSED(startPos) - bool doReplot = false; - // Mouse range dragging interaction: - if (mDragging && mParentPlot->interactions().testFlag(QCP::iRangeDrag)) - { - if (mRangeDrag) - { - doReplot = true; - double angleCoordStart, radiusCoordStart; - double angleCoord, radiusCoord; - pixelToCoord(startPos, angleCoordStart, radiusCoordStart); - pixelToCoord(event->pos(), angleCoord, radiusCoord); - double diff = angleCoordStart - angleCoord; - setRange(mDragAngularStart.lower+diff, mDragAngularStart.upper+diff); - } - - for (int i=0; irangeDrag()) - continue; - doReplot = true; - double angleCoordStart, radiusCoordStart; - double angleCoord, radiusCoord; - ax->pixelToCoord(startPos, angleCoordStart, radiusCoordStart); - ax->pixelToCoord(event->pos(), angleCoord, radiusCoord); - if (ax->scaleType() == QCPPolarAxisRadial::stLinear) - { - double diff = radiusCoordStart - radiusCoord; - ax->setRange(mDragRadialStart.at(i).lower+diff, mDragRadialStart.at(i).upper+diff); - } else if (ax->scaleType() == QCPPolarAxisRadial::stLogarithmic) - { - if (radiusCoord != 0) - { - double diff = radiusCoordStart/radiusCoord; - ax->setRange(mDragRadialStart.at(i).lower*diff, mDragRadialStart.at(i).upper*diff); - } - } - } - - if (doReplot) // if either vertical or horizontal drag was enabled, do a replot - { - if (mParentPlot->noAntialiasingOnDrag()) - mParentPlot->setNotAntialiasedElements(QCP::aeAll); - mParentPlot->replot(QCustomPlot::rpQueuedReplot); - } - } -} - -/* inherits documentation from base class */ -void QCPPolarAxisAngular::mouseReleaseEvent(QMouseEvent *event, const QPointF &startPos) -{ - Q_UNUSED(event) - Q_UNUSED(startPos) - 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 - dependent 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 QCPPolarAxisAngular::wheelEvent(QWheelEvent *event) -{ - bool doReplot = false; - // Mouse range zooming interaction: - if (mParentPlot->interactions().testFlag(QCP::iRangeZoom)) - { -#if QT_VERSION < QT_VERSION_CHECK(5, 0, 0) - const double delta = event->delta(); -#else - const double delta = event->angleDelta().y(); -#endif - -#if QT_VERSION < QT_VERSION_CHECK(5, 14, 0) - const QPointF pos = event->pos(); -#else - const QPointF pos = event->position(); -#endif - const double wheelSteps = delta/120.0; // a single step delta is +/-120 usually - if (mRangeZoom) - { - double angleCoord, radiusCoord; - pixelToCoord(pos, angleCoord, radiusCoord); - scaleRange(qPow(mRangeZoomFactor, wheelSteps), angleCoord); - } - - for (int i=0; irangeZoom()) - continue; - doReplot = true; - double angleCoord, radiusCoord; - ax->pixelToCoord(pos, angleCoord, radiusCoord); - ax->scaleRange(qPow(ax->rangeZoomFactor(), wheelSteps), radiusCoord); - } - } - if (doReplot) - mParentPlot->replot(); -} - -bool QCPPolarAxisAngular::registerPolarGraph(QCPPolarGraph *graph) -{ - if (mGraphs.contains(graph)) - { - qDebug() << Q_FUNC_INFO << "plottable already added:" << reinterpret_cast(graph); - return false; - } - if (graph->keyAxis() != this) - { - qDebug() << Q_FUNC_INFO << "plottable not created with this as axis:" << reinterpret_cast(graph); - return false; - } - - mGraphs.append(graph); - // possibly add plottable to legend: - if (mParentPlot->autoAddPlottableToLegend()) - graph->addToLegend(); - if (!graph->layer()) // usually the layer is already set in the constructor of the plottable (via QCPLayerable constructor) - graph->setLayer(mParentPlot->currentLayer()); - return true; -} -/* end of 'src/polar/layoutelement-angularaxis.cpp' */ - - -/* including file 'src/polar/polargrid.cpp' */ -/* modified 2022-11-06T12:45:57, size 7493 */ - - -//////////////////////////////////////////////////////////////////////////////////////////////////// -//////////////////// QCPPolarGrid -//////////////////////////////////////////////////////////////////////////////////////////////////// - -/*! \class QCPPolarGrid - \brief The grid in both angular and radial dimensions for polar plots - - \warning In this QCustomPlot version, polar plots are a tech preview. Expect documentation and - functionality to be incomplete, as well as changing public interfaces in the future. -*/ - -/*! - Creates a QCPPolarGrid instance and sets default values. - - You shouldn't instantiate grids on their own, since every axis brings its own grid. -*/ -QCPPolarGrid::QCPPolarGrid(QCPPolarAxisAngular *parentAxis) : - QCPLayerable(parentAxis->parentPlot(), QString(), parentAxis), - mType(gtNone), - mSubGridType(gtNone), - mAntialiasedSubGrid(true), - mAntialiasedZeroLine(true), - mParentAxis(parentAxis) -{ - // warning: this is called in QCPPolarAxisAngular constructor, so parentAxis members should not be accessed/called - setParent(parentAxis); - setType(gtAll); - setSubGridType(gtNone); - - setAngularPen(QPen(QColor(200,200,200), 0, Qt::DotLine)); - setAngularSubGridPen(QPen(QColor(220,220,220), 0, Qt::DotLine)); - - setRadialPen(QPen(QColor(200,200,200), 0, Qt::DotLine)); - setRadialSubGridPen(QPen(QColor(220,220,220), 0, Qt::DotLine)); - setRadialZeroLinePen(QPen(QColor(200,200,200), 0, Qt::SolidLine)); - - setAntialiased(true); -} - -void QCPPolarGrid::setRadialAxis(QCPPolarAxisRadial *axis) -{ - mRadialAxis = axis; -} - -void QCPPolarGrid::setType(GridTypes type) -{ - mType = type; -} - -void QCPPolarGrid::setSubGridType(GridTypes type) -{ - mSubGridType = type; -} - -/*! - Sets whether sub grid lines are drawn antialiased. -*/ -void QCPPolarGrid::setAntialiasedSubGrid(bool enabled) -{ - mAntialiasedSubGrid = enabled; -} - -/*! - Sets whether zero lines are drawn antialiased. -*/ -void QCPPolarGrid::setAntialiasedZeroLine(bool enabled) -{ - mAntialiasedZeroLine = enabled; -} - -/*! - Sets the pen with which (major) grid lines are drawn. -*/ -void QCPPolarGrid::setAngularPen(const QPen &pen) -{ - mAngularPen = pen; -} - -/*! - Sets the pen with which sub grid lines are drawn. -*/ -void QCPPolarGrid::setAngularSubGridPen(const QPen &pen) -{ - mAngularSubGridPen = pen; -} - -void QCPPolarGrid::setRadialPen(const QPen &pen) -{ - mRadialPen = pen; -} - -void QCPPolarGrid::setRadialSubGridPen(const QPen &pen) -{ - mRadialSubGridPen = pen; -} - -void QCPPolarGrid::setRadialZeroLinePen(const QPen &pen) -{ - mRadialZeroLinePen = 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 QCPPolarGrid::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 QCPPolarGrid::draw(QCPPainter *painter) -{ - if (!mParentAxis) { qDebug() << Q_FUNC_INFO << "invalid parent axis"; return; } - - const QPointF center = mParentAxis->mCenter; - const double radius = mParentAxis->mRadius; - - painter->setBrush(Qt::NoBrush); - // draw main angular grid: - if (mType.testFlag(gtAngular)) - drawAngularGrid(painter, center, radius, mParentAxis->mTickVectorCosSin, mAngularPen); - // draw main radial grid: - if (mType.testFlag(gtRadial) && mRadialAxis) - drawRadialGrid(painter, center, mRadialAxis->tickVector(), mRadialPen, mRadialZeroLinePen); - - applyAntialiasingHint(painter, mAntialiasedSubGrid, QCP::aeGrid); - // draw sub angular grid: - if (mSubGridType.testFlag(gtAngular)) - drawAngularGrid(painter, center, radius, mParentAxis->mSubTickVectorCosSin, mAngularSubGridPen); - // draw sub radial grid: - if (mSubGridType.testFlag(gtRadial) && mRadialAxis) - drawRadialGrid(painter, center, mRadialAxis->subTickVector(), mRadialSubGridPen); -} - -void QCPPolarGrid::drawRadialGrid(QCPPainter *painter, const QPointF ¢er, const QVector &coords, const QPen &pen, const QPen &zeroPen) -{ - if (!mRadialAxis) return; - if (coords.isEmpty()) return; - const bool drawZeroLine = zeroPen != Qt::NoPen; - const double zeroLineEpsilon = qAbs(coords.last()-coords.first())*1e-6; - - painter->setPen(pen); - for (int i=0; icoordToRadius(coords.at(i)); - if (drawZeroLine && qAbs(coords.at(i)) < zeroLineEpsilon) - { - applyAntialiasingHint(painter, mAntialiasedZeroLine, QCP::aeZeroLine); - painter->setPen(zeroPen); - painter->drawEllipse(center, r, r); - painter->setPen(pen); - applyDefaultAntialiasingHint(painter); - } else - { - painter->drawEllipse(center, r, r); - } - } -} - -void QCPPolarGrid::drawAngularGrid(QCPPainter *painter, const QPointF ¢er, double radius, const QVector &ticksCosSin, const QPen &pen) -{ - if (ticksCosSin.isEmpty()) return; - - painter->setPen(pen); - for (int i=0; idrawLine(center, center+ticksCosSin.at(i)*radius); -} -/* end of 'src/polar/polargrid.cpp' */ - - -/* including file 'src/polar/polargraph.cpp' */ -/* modified 2022-11-06T12:45:57, size 44035 */ - - -//////////////////////////////////////////////////////////////////////////////////////////////////// -//////////////////// QCPPolarLegendItem -//////////////////////////////////////////////////////////////////////////////////////////////////// - -/*! \class QCPPolarLegendItem - \brief A legend item for polar plots - - \warning In this QCustomPlot version, polar plots are a tech preview. Expect documentation and - functionality to be incomplete, as well as changing public interfaces in the future. -*/ -QCPPolarLegendItem::QCPPolarLegendItem(QCPLegend *parent, QCPPolarGraph *graph) : - QCPAbstractLegendItem(parent), - mPolarGraph(graph) -{ - setAntialiased(false); -} - -void QCPPolarLegendItem::draw(QCPPainter *painter) -{ - if (!mPolarGraph) return; - painter->setFont(getFont()); - painter->setPen(QPen(getTextColor())); - QSizeF iconSize = mParentLegend->iconSize(); - QRectF textRect = painter->fontMetrics().boundingRect(0, 0, 0, iconSize.height(), Qt::TextDontClip, mPolarGraph->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, mPolarGraph->name()); - // draw icon: - painter->save(); - painter->setClipRect(iconRect, Qt::IntersectClip); - mPolarGraph->drawLegendIcon(painter, iconRect); - painter->restore(); - // draw icon border: - if (getIconBorderPen().style() != Qt::NoPen) - { - painter->setPen(getIconBorderPen()); - painter->setBrush(Qt::NoBrush); - int halfPen = qCeil(painter->pen().widthF()*0.5)+1; - painter->setClipRect(mOuterRect.adjusted(-halfPen, -halfPen, halfPen, halfPen)); // extend default clip rect so thicker pens (especially during selection) are not clipped - painter->drawRect(iconRect); - } -} - -QSize QCPPolarLegendItem::minimumOuterSizeHint() const -{ - if (!mPolarGraph) 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, mPolarGraph->name()); - result.setWidth(iconSize.width() + mParentLegend->iconTextPadding() + textRect.width()); - result.setHeight(qMax(textRect.height(), iconSize.height())); - result.rwidth() += mMargins.left()+mMargins.right(); - result.rheight() += mMargins.top()+mMargins.bottom(); - return result; -} - -QPen QCPPolarLegendItem::getIconBorderPen() const -{ - return mSelected ? mParentLegend->selectedIconBorderPen() : mParentLegend->iconBorderPen(); -} - -QColor QCPPolarLegendItem::getTextColor() const -{ - return mSelected ? mSelectedTextColor : mTextColor; -} - -QFont QCPPolarLegendItem::getFont() const -{ - return mSelected ? mSelectedFont : mFont; -} - - -//////////////////////////////////////////////////////////////////////////////////////////////////// -//////////////////// QCPPolarGraph -//////////////////////////////////////////////////////////////////////////////////////////////////// - -/*! \class QCPPolarGraph - \brief A radial graph used to display data in polar plots - - \warning In this QCustomPlot version, polar plots are a tech preview. Expect documentation and - functionality to be incomplete, as well as changing public interfaces in the future. -*/ - -/* start of documentation of inline functions */ - -// TODO - -/* end of documentation of inline functions */ - -/*! - Constructs a graph which uses \a keyAxis as its angular and \a valueAxis as its radial axis. \a - keyAxis and \a valueAxis must reside in the same QCustomPlot, and the radial axis must be - associated with the angular axis. If either of these restrictions is violated, a corresponding - message is printed to the debug output (qDebug), the construction is not aborted, though. - - The created QCPPolarGraph is automatically registered with the QCustomPlot instance inferred from - \a keyAxis. This QCustomPlot instance takes ownership of the QCPPolarGraph, so do not delete it - manually but use QCPPolarAxisAngular::removeGraph() instead. - - To directly create a QCPPolarGraph inside a plot, you shoud use the QCPPolarAxisAngular::addGraph - method. -*/ -QCPPolarGraph::QCPPolarGraph(QCPPolarAxisAngular *keyAxis, QCPPolarAxisRadial *valueAxis) : - QCPLayerable(keyAxis->parentPlot(), QString(), keyAxis), - mDataContainer(new QCPGraphDataContainer), - mName(), - mAntialiasedFill(true), - mAntialiasedScatters(true), - mPen(Qt::black), - mBrush(Qt::NoBrush), - mPeriodic(true), - mKeyAxis(keyAxis), - mValueAxis(valueAxis), - mSelectable(QCP::stWhole) - //mSelectionDecorator(0) // TODO -{ - if (keyAxis->parentPlot() != valueAxis->parentPlot()) - qDebug() << Q_FUNC_INFO << "Parent plot of keyAxis is not the same as that of valueAxis."; - - mKeyAxis->registerPolarGraph(this); - - //setSelectionDecorator(new QCPSelectionDecorator); // TODO - - setPen(QPen(Qt::blue, 0)); - setBrush(Qt::NoBrush); - setLineStyle(lsLine); -} - -QCPPolarGraph::~QCPPolarGraph() -{ - /* TODO - if (mSelectionDecorator) - { - delete mSelectionDecorator; - mSelectionDecorator = 0; - } - */ -} - -/*! - 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 QCPPolarGraph::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 QCPPolarGraph::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 QCPPolarGraph::setAntialiasedScatters(bool enabled) -{ - mAntialiasedScatters = 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 QCPPolarGraph::setPen(const QPen &pen) -{ - mPen = 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 QCPPolarGraph::setBrush(const QBrush &brush) -{ - mBrush = brush; -} - -void QCPPolarGraph::setPeriodic(bool enabled) -{ - mPeriodic = enabled; -} - -/*! - 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 QCPPolarGraph::setKeyAxis(QCPPolarAxisAngular *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 QCPPolarGraph::setValueAxis(QCPPolarAxisRadial *axis) -{ - mValueAxis = axis; -} - -/*! - Sets whether and to which granularity this plottable can be selected. - - A selection can happen by clicking on the QCustomPlot surface (When \ref - QCustomPlot::setInteractions contains \ref QCP::iSelectPlottables), by dragging a selection rect - (When \ref QCustomPlot::setSelectionRectMode is \ref QCP::srmSelect), or programmatically by - calling \ref setSelection. - - \see setSelection, QCP::SelectionType -*/ -void QCPPolarGraph::setSelectable(QCP::SelectionType selectable) -{ - if (mSelectable != selectable) - { - mSelectable = selectable; - QCPDataSelection oldSelection = mSelection; - mSelection.enforceType(mSelectable); - emit selectableChanged(mSelectable); - if (mSelection != oldSelection) - { - emit selectionChanged(selected()); - emit selectionChanged(mSelection); - } - } -} - -/*! - Sets which data ranges of this plottable are selected. Selected data ranges are drawn differently - (e.g. color) in the plot. This can be controlled via the selection decorator (see \ref - selectionDecorator). - - 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 programmatically. - - Using \ref setSelectable you can further specify for each plottable whether and to which - granularity it is selectable. If \a selection is not compatible with the current \ref - QCP::SelectionType set via \ref setSelectable, the resulting selection will be adjusted - accordingly (see \ref QCPDataSelection::enforceType). - - emits the \ref selectionChanged signal when \a selected is different from the previous selection state. - - \see setSelectable, selectTest -*/ -void QCPPolarGraph::setSelection(QCPDataSelection selection) -{ - selection.enforceType(mSelectable); - if (mSelection != selection) - { - mSelection = selection; - emit selectionChanged(selected()); - emit selectionChanged(mSelection); - } -} - -/*! \overload - - Replaces the current data container with the provided \a data container. - - Since a QSharedPointer is used, multiple QCPPolarGraphs may share the same data container safely. - Modifying the data in the container will then affect all graphs that share the container. Sharing - can be achieved by simply exchanging the data containers wrapped in shared pointers: - \snippet documentation/doc-code-snippets/mainwindow.cpp QCPPolarGraph-datasharing-1 - - If you do not wish to share containers, but create a copy from an existing container, rather use - the \ref QCPDataContainer::set method on the graph's data container directly: - \snippet documentation/doc-code-snippets/mainwindow.cpp QCPPolarGraph-datasharing-2 - - \see addData -*/ -void QCPPolarGraph::setData(QSharedPointer data) -{ - mDataContainer = data; -} - -/*! \overload - - Replaces the current data with the provided points in \a keys and \a values. The provided - vectors should have equal length. Else, the number of added points will be the size of the - smallest vector. - - If you can guarantee that the passed data points are sorted by \a keys in ascending order, you - can set \a alreadySorted to true, to improve performance by saving a sorting run. - - \see addData -*/ -void QCPPolarGraph::setData(const QVector &keys, const QVector &values, bool alreadySorted) -{ - mDataContainer->clear(); - addData(keys, values, alreadySorted); -} - -/*! - 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 QCPPolarGraph::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 QCPPolarGraph::setScatterStyle(const QCPScatterStyle &style) -{ - mScatterStyle = style; -} - -void QCPPolarGraph::addData(const QVector &keys, const QVector &values, bool alreadySorted) -{ - if (keys.size() != values.size()) - qDebug() << Q_FUNC_INFO << "keys and values have different sizes:" << keys.size() << values.size(); - const int n = qMin(keys.size(), values.size()); - QVector tempData(n); - QVector::iterator it = tempData.begin(); - const QVector::iterator itEnd = tempData.end(); - int i = 0; - while (it != itEnd) - { - it->key = keys[i]; - it->value = values[i]; - ++it; - ++i; - } - mDataContainer->add(tempData, alreadySorted); // don't modify tempData beyond this to prevent copy on write -} - -void QCPPolarGraph::addData(double key, double value) -{ - mDataContainer->add(QCPGraphData(key, value)); -} - -/*! - Use this method to set an own QCPSelectionDecorator (subclass) instance. This allows you to - customize the visual representation of selected data ranges further than by using the default - QCPSelectionDecorator. - - The plottable takes ownership of the \a decorator. - - The currently set decorator can be accessed via \ref selectionDecorator. -*/ -/* -void QCPPolarGraph::setSelectionDecorator(QCPSelectionDecorator *decorator) -{ - if (decorator) - { - if (decorator->registerWithPlottable(this)) - { - if (mSelectionDecorator) // delete old decorator if necessary - delete mSelectionDecorator; - mSelectionDecorator = decorator; - } - } else if (mSelectionDecorator) // just clear decorator - { - delete mSelectionDecorator; - mSelectionDecorator = 0; - } -} -*/ - -void QCPPolarGraph::coordsToPixels(double key, double value, double &x, double &y) const -{ - if (mValueAxis) - { - const QPointF point = mValueAxis->coordToPixel(key, value); - x = point.x(); - y = point.y(); - } else - { - qDebug() << Q_FUNC_INFO << "invalid key or value axis"; - } -} - -const QPointF QCPPolarGraph::coordsToPixels(double key, double value) const -{ - if (mValueAxis) - { - return mValueAxis->coordToPixel(key, value); - } else - { - qDebug() << Q_FUNC_INFO << "invalid key or value axis"; - return QPointF(); - } -} - -void QCPPolarGraph::pixelsToCoords(double x, double y, double &key, double &value) const -{ - if (mValueAxis) - { - mValueAxis->pixelToCoord(QPointF(x, y), key, value); - } else - { - qDebug() << Q_FUNC_INFO << "invalid key or value axis"; - } -} - -void QCPPolarGraph::pixelsToCoords(const QPointF &pixelPos, double &key, double &value) const -{ - if (mValueAxis) - { - mValueAxis->pixelToCoord(pixelPos, key, value); - } else - { - qDebug() << Q_FUNC_INFO << "invalid key or value axis"; - } -} - -void QCPPolarGraph::rescaleAxes(bool onlyEnlarge) const -{ - rescaleKeyAxis(onlyEnlarge); - rescaleValueAxis(onlyEnlarge); -} - -void QCPPolarGraph::rescaleKeyAxis(bool onlyEnlarge) const -{ - QCPPolarAxisAngular *keyAxis = mKeyAxis.data(); - if (!keyAxis) { qDebug() << Q_FUNC_INFO << "invalid key axis"; return; } - - bool foundRange; - QCPRange newRange = getKeyRange(foundRange, QCP::sdBoth); - 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 - newRange.lower = center-keyAxis->range().size()/2.0; - newRange.upper = center+keyAxis->range().size()/2.0; - } - keyAxis->setRange(newRange); - } -} - -void QCPPolarGraph::rescaleValueAxis(bool onlyEnlarge, bool inKeyRange) const -{ - QCPPolarAxisAngular *keyAxis = mKeyAxis.data(); - QCPPolarAxisRadial *valueAxis = mValueAxis.data(); - if (!keyAxis || !valueAxis) { qDebug() << Q_FUNC_INFO << "invalid key or value axis"; return; } - - QCP::SignDomain signDomain = QCP::sdBoth; - if (valueAxis->scaleType() == QCPPolarAxisRadial::stLogarithmic) - signDomain = (valueAxis->range().upper < 0 ? QCP::sdNegative : QCP::sdPositive); - - bool foundRange; - QCPRange newRange = getValueRange(foundRange, signDomain, inKeyRange ? keyAxis->range() : QCPRange()); - 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() == QCPPolarAxisRadial::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); - } -} - -bool QCPPolarGraph::addToLegend(QCPLegend *legend) -{ - if (!legend) - { - qDebug() << Q_FUNC_INFO << "passed legend is null"; - return false; - } - if (legend->parentPlot() != mParentPlot) - { - qDebug() << Q_FUNC_INFO << "passed legend isn't in the same QCustomPlot as this plottable"; - return false; - } - - //if (!legend->hasItemWithPlottable(this)) // TODO - //{ - legend->addItem(new QCPPolarLegendItem(legend, this)); - return true; - //} else - // return false; -} - -bool QCPPolarGraph::addToLegend() -{ - if (!mParentPlot || !mParentPlot->legend) - return false; - else - return addToLegend(mParentPlot->legend); -} - -bool QCPPolarGraph::removeFromLegend(QCPLegend *legend) const -{ - if (!legend) - { - qDebug() << Q_FUNC_INFO << "passed legend is null"; - return false; - } - - - QCPPolarLegendItem *removableItem = 0; - for (int i=0; iitemCount(); ++i) // TODO: reduce this to code in QCPAbstractPlottable::removeFromLegend once unified - { - if (QCPPolarLegendItem *pli = qobject_cast(legend->item(i))) - { - if (pli->polarGraph() == this) - { - removableItem = pli; - break; - } - } - } - - if (removableItem) - return legend->removeItem(removableItem); - else - return false; -} - -bool QCPPolarGraph::removeFromLegend() const -{ - if (!mParentPlot || !mParentPlot->legend) - return false; - else - return removeFromLegend(mParentPlot->legend); -} - -double QCPPolarGraph::selectTest(const QPointF &pos, bool onlySelectable, QVariant *details) const -{ - if ((onlySelectable && mSelectable == QCP::stNone) || mDataContainer->isEmpty()) - return -1; - if (!mKeyAxis || !mValueAxis) - return -1; - - if (mKeyAxis->rect().contains(pos.toPoint())) - { - QCPGraphDataContainer::const_iterator closestDataPoint = mDataContainer->constEnd(); - double result = pointDistance(pos, closestDataPoint); - if (details) - { - int pointIndex = closestDataPoint-mDataContainer->constBegin(); - details->setValue(QCPDataSelection(QCPDataRange(pointIndex, pointIndex+1))); - } - return result; - } else - return -1; -} - -/* inherits documentation from base class */ -QCPRange QCPPolarGraph::getKeyRange(bool &foundRange, QCP::SignDomain inSignDomain) const -{ - return mDataContainer->keyRange(foundRange, inSignDomain); -} - -/* inherits documentation from base class */ -QCPRange QCPPolarGraph::getValueRange(bool &foundRange, QCP::SignDomain inSignDomain, const QCPRange &inKeyRange) const -{ - return mDataContainer->valueRange(foundRange, inSignDomain, inKeyRange); -} - -/* inherits documentation from base class */ -QRect QCPPolarGraph::clipRect() const -{ - if (mKeyAxis) - return mKeyAxis.data()->rect(); - else - return QRect(); -} - -void QCPPolarGraph::draw(QCPPainter *painter) -{ - if (!mKeyAxis || !mValueAxis) { qDebug() << Q_FUNC_INFO << "invalid key or value axis"; return; } - if (mKeyAxis.data()->range().size() <= 0 || mDataContainer->isEmpty()) return; - if (mLineStyle == lsNone && mScatterStyle.isNone()) return; - - painter->setClipRegion(mKeyAxis->exactClipRegion()); - - QVector lines, scatters; // line and (if necessary) scatter pixel coordinates will be stored here while iterating over segments - - // loop over and draw segments of unselected/selected data: - QList selectedSegments, unselectedSegments, allSegments; - getDataSegments(selectedSegments, unselectedSegments); - allSegments << unselectedSegments << selectedSegments; - for (int i=0; i= unselectedSegments.size(); - // get line pixel points appropriate to line style: - QCPDataRange lineDataRange = isSelectedSegment ? allSegments.at(i) : allSegments.at(i).adjusted(-1, 1); // unselected segments extend lines to bordering selected data point (safe to exceed total data bounds in first/last segment, getLines takes care) - getLines(&lines, lineDataRange); - - // check data validity if flag set: -#ifdef QCUSTOMPLOT_CHECK_DATA - QCPGraphDataContainer::const_iterator it; - for (it = mDataContainer->constBegin(); it != mDataContainer->constEnd(); ++it) - { - if (QCP::isInvalidData(it->key, it->value)) - qDebug() << Q_FUNC_INFO << "Data point at" << it->key << "invalid." << "Plottable name:" << name(); - } -#endif - - // draw fill of graph: - //if (isSelectedSegment && mSelectionDecorator) - // mSelectionDecorator->applyBrush(painter); - //else - painter->setBrush(mBrush); - painter->setPen(Qt::NoPen); - drawFill(painter, &lines); - - - // draw line: - if (mLineStyle != lsNone) - { - //if (isSelectedSegment && mSelectionDecorator) - // mSelectionDecorator->applyPen(painter); - //else - painter->setPen(mPen); - painter->setBrush(Qt::NoBrush); - drawLinePlot(painter, lines); - } - - // draw scatters: - - QCPScatterStyle finalScatterStyle = mScatterStyle; - //if (isSelectedSegment && mSelectionDecorator) - // finalScatterStyle = mSelectionDecorator->getFinalScatterStyle(mScatterStyle); - if (!finalScatterStyle.isNone()) - { - getScatters(&scatters, allSegments.at(i)); - drawScatterPlot(painter, scatters, finalScatterStyle); - } - } - - // draw other selection decoration that isn't just line/scatter pens and brushes: - //if (mSelectionDecorator) - // mSelectionDecorator->drawDecoration(painter, selection()); -} - -QCP::Interaction QCPPolarGraph::selectionCategory() const -{ - return QCP::iSelectPlottables; -} - -void QCPPolarGraph::applyDefaultAntialiasingHint(QCPPainter *painter) const -{ - applyAntialiasingHint(painter, mAntialiased, QCP::aePlottables); -} - -/* inherits documentation from base class */ -void QCPPolarGraph::selectEvent(QMouseEvent *event, bool additive, const QVariant &details, bool *selectionStateChanged) -{ - Q_UNUSED(event) - - if (mSelectable != QCP::stNone) - { - QCPDataSelection newSelection = details.value(); - QCPDataSelection selectionBefore = mSelection; - if (additive) - { - if (mSelectable == QCP::stWhole) // in whole selection mode, we toggle to no selection even if currently unselected point was hit - { - if (selected()) - setSelection(QCPDataSelection()); - else - setSelection(newSelection); - } else // in all other selection modes we toggle selections of homogeneously selected/unselected segments - { - if (mSelection.contains(newSelection)) // if entire newSelection is already selected, toggle selection - setSelection(mSelection-newSelection); - else - setSelection(mSelection+newSelection); - } - } else - setSelection(newSelection); - if (selectionStateChanged) - *selectionStateChanged = mSelection != selectionBefore; - } -} - -/* inherits documentation from base class */ -void QCPPolarGraph::deselectEvent(bool *selectionStateChanged) -{ - if (mSelectable != QCP::stNone) - { - QCPDataSelection selectionBefore = mSelection; - setSelection(QCPDataSelection()); - if (selectionStateChanged) - *selectionStateChanged = mSelection != selectionBefore; - } -} - -/*! \internal - - Draws lines between the points in \a lines, given in pixel coordinates. - - \see drawScatterPlot, drawImpulsePlot, QCPAbstractPlottable1D::drawPolyline -*/ -void QCPPolarGraph::drawLinePlot(QCPPainter *painter, const QVector &lines) const -{ - if (painter->pen().style() != Qt::NoPen && painter->pen().color().alpha() != 0) - { - applyDefaultAntialiasingHint(painter); - drawPolyline(painter, lines); - } -} - -/*! \internal - - Draws the fill of the graph using the specified \a painter, with the currently set brush. - - Depending on whether a normal fill or a channel fill (\ref setChannelFillGraph) is needed, \ref - getFillPolygon or \ref getChannelFillPolygon are used to find the according fill polygons. - - In order to handle NaN Data points correctly (the fill needs to be split into disjoint areas), - this method first determines a list of non-NaN segments with \ref getNonNanSegments, on which to - operate. In the channel fill case, \ref getOverlappingSegments is used to consolidate the non-NaN - segments of the two involved graphs, before passing the overlapping pairs to \ref - getChannelFillPolygon. - - Pass the points of this graph's line as \a lines, in pixel coordinates. - - \see drawLinePlot, drawImpulsePlot, drawScatterPlot -*/ -void QCPPolarGraph::drawFill(QCPPainter *painter, QVector *lines) const -{ - applyFillAntialiasingHint(painter); - if (painter->brush().style() != Qt::NoBrush && painter->brush().color().alpha() != 0) - painter->drawPolygon(QPolygonF(*lines)); -} - -/*! \internal - - Draws scatter symbols at every point passed in \a scatters, given in pixel coordinates. The - scatters will be drawn with \a painter and have the appearance as specified in \a style. - - \see drawLinePlot, drawImpulsePlot -*/ -void QCPPolarGraph::drawScatterPlot(QCPPainter *painter, const QVector &scatters, const QCPScatterStyle &style) const -{ - applyScattersAntialiasingHint(painter); - style.applyTo(painter, mPen); - for (int i=0; ifillRect(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()); - } - } -} - -void QCPPolarGraph::applyFillAntialiasingHint(QCPPainter *painter) const -{ - applyAntialiasingHint(painter, mAntialiasedFill, QCP::aeFills); -} - -void QCPPolarGraph::applyScattersAntialiasingHint(QCPPainter *painter) const -{ - applyAntialiasingHint(painter, mAntialiasedScatters, QCP::aeScatters); -} - -double QCPPolarGraph::pointDistance(const QPointF &pixelPoint, QCPGraphDataContainer::const_iterator &closestData) const -{ - closestData = mDataContainer->constEnd(); - if (mDataContainer->isEmpty()) - return -1.0; - if (mLineStyle == lsNone && mScatterStyle.isNone()) - return -1.0; - - // calculate minimum distances to graph data points and find closestData iterator: - double minDistSqr = (std::numeric_limits::max)(); - // determine which key range comes into question, taking selection tolerance around pos into account: - double posKeyMin, posKeyMax, dummy; - pixelsToCoords(pixelPoint-QPointF(mParentPlot->selectionTolerance(), mParentPlot->selectionTolerance()), posKeyMin, dummy); - pixelsToCoords(pixelPoint+QPointF(mParentPlot->selectionTolerance(), mParentPlot->selectionTolerance()), posKeyMax, dummy); - if (posKeyMin > posKeyMax) - qSwap(posKeyMin, posKeyMax); - // iterate over found data points and then choose the one with the shortest distance to pos: - QCPGraphDataContainer::const_iterator begin = mDataContainer->findBegin(posKeyMin, true); - QCPGraphDataContainer::const_iterator end = mDataContainer->findEnd(posKeyMax, true); - for (QCPGraphDataContainer::const_iterator it=begin; it!=end; ++it) - { - const double currentDistSqr = QCPVector2D(coordsToPixels(it->key, it->value)-pixelPoint).lengthSquared(); - if (currentDistSqr < minDistSqr) - { - minDistSqr = currentDistSqr; - closestData = it; - } - } - - // calculate distance to graph line if there is one (if so, will probably be smaller than distance to closest data point): - if (mLineStyle != lsNone) - { - // line displayed, calculate distance to line segments: - QVector lineData; - getLines(&lineData, QCPDataRange(0, dataCount())); - QCPVector2D p(pixelPoint); - for (int i=0; isize(); -} - -void QCPPolarGraph::getDataSegments(QList &selectedSegments, QList &unselectedSegments) const -{ - selectedSegments.clear(); - unselectedSegments.clear(); - if (mSelectable == QCP::stWhole) // stWhole selection type draws the entire plottable with selected style if mSelection isn't empty - { - if (selected()) - selectedSegments << QCPDataRange(0, dataCount()); - else - unselectedSegments << QCPDataRange(0, dataCount()); - } else - { - QCPDataSelection sel(selection()); - sel.simplify(); - selectedSegments = sel.dataRanges(); - unselectedSegments = sel.inverse(QCPDataRange(0, dataCount())).dataRanges(); - } -} - -void QCPPolarGraph::drawPolyline(QCPPainter *painter, const QVector &lineData) const -{ - // 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()) || qIsInf(lineData.at(i).y())) // NaNs create a gap in the line. Also filter Infs which make drawPolyline block - { - 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); - } -} - -void QCPPolarGraph::getVisibleDataBounds(QCPGraphDataContainer::const_iterator &begin, QCPGraphDataContainer::const_iterator &end, const QCPDataRange &rangeRestriction) const -{ - if (rangeRestriction.isEmpty()) - { - end = mDataContainer->constEnd(); - begin = end; - } else - { - QCPPolarAxisAngular *keyAxis = mKeyAxis.data(); - QCPPolarAxisRadial *valueAxis = mValueAxis.data(); - if (!keyAxis || !valueAxis) { qDebug() << Q_FUNC_INFO << "invalid key or value axis"; return; } - // get visible data range: - if (mPeriodic) - { - begin = mDataContainer->constBegin(); - end = mDataContainer->constEnd(); - } else - { - begin = mDataContainer->findBegin(keyAxis->range().lower); - end = mDataContainer->findEnd(keyAxis->range().upper); - } - // limit lower/upperEnd to rangeRestriction: - mDataContainer->limitIteratorsToDataRange(begin, end, rangeRestriction); // this also ensures rangeRestriction outside data bounds doesn't break anything - } -} - -/*! \internal - - This method retrieves an optimized set of data points via \ref getOptimizedLineData, an branches - out to the line style specific functions such as \ref dataToLines, \ref dataToStepLeftLines, etc. - according to the line style of the graph. - - \a lines will be filled with points in pixel coordinates, that can be drawn with the according - draw functions like \ref drawLinePlot and \ref drawImpulsePlot. The points returned in \a lines - aren't necessarily the original data points. For example, step line styles require additional - points to form the steps when drawn. If the line style of the graph is \ref lsNone, the \a - lines vector will be empty. - - \a dataRange specifies the beginning and ending data indices that will be taken into account for - conversion. In this function, the specified range may exceed the total data bounds without harm: - a correspondingly trimmed data range will be used. This takes the burden off the user of this - function to check for valid indices in \a dataRange, e.g. when extending ranges coming from \ref - getDataSegments. - - \see getScatters -*/ -void QCPPolarGraph::getLines(QVector *lines, const QCPDataRange &dataRange) const -{ - if (!lines) return; - QCPGraphDataContainer::const_iterator begin, end; - getVisibleDataBounds(begin, end, dataRange); - if (begin == end) - { - lines->clear(); - return; - } - - QVector lineData; - if (mLineStyle != lsNone) - getOptimizedLineData(&lineData, begin, end); - - switch (mLineStyle) - { - case lsNone: lines->clear(); break; - case lsLine: *lines = dataToLines(lineData); break; - } -} - -void QCPPolarGraph::getScatters(QVector *scatters, const QCPDataRange &dataRange) const -{ - QCPPolarAxisAngular *keyAxis = mKeyAxis.data(); - QCPPolarAxisRadial *valueAxis = mValueAxis.data(); - if (!keyAxis || !valueAxis) { qDebug() << Q_FUNC_INFO << "invalid key or value axis"; return; } - - if (!scatters) return; - QCPGraphDataContainer::const_iterator begin, end; - getVisibleDataBounds(begin, end, dataRange); - if (begin == end) - { - scatters->clear(); - return; - } - - QVector data; - getOptimizedScatterData(&data, begin, end); - - scatters->resize(data.size()); - for (int i=0; icoordToPixel(data.at(i).key, data.at(i).value); - } -} - -void QCPPolarGraph::getOptimizedLineData(QVector *lineData, const QCPGraphDataContainer::const_iterator &begin, const QCPGraphDataContainer::const_iterator &end) const -{ - lineData->clear(); - - // TODO: fix for log axes and thick line style - - const QCPRange range = mValueAxis->range(); - bool reversed = mValueAxis->rangeReversed(); - const double clipMargin = range.size()*0.05; // extra distance from visible circle, so optimized outside lines can cover more angle before having to place a dummy point to prevent tangents - const double upperClipValue = range.upper + (reversed ? 0 : range.size()*0.05+clipMargin); // clip slightly outside of actual range to avoid line thicknesses to peek into visible circle - const double lowerClipValue = range.lower - (reversed ? range.size()*0.05+clipMargin : 0); // clip slightly outside of actual range to avoid line thicknesses to peek into visible circle - const double maxKeySkip = qAsin(qSqrt(clipMargin*(clipMargin+2*range.size()))/(range.size()+clipMargin))/M_PI*mKeyAxis->range().size(); // the maximum angle between two points on outer circle (r=clipValue+clipMargin) before connecting line becomes tangent to inner circle (r=clipValue) - double skipBegin = 0; - bool belowRange = false; - bool aboveRange = false; - QCPGraphDataContainer::const_iterator it = begin; - while (it != end) - { - if (it->value < lowerClipValue) - { - if (aboveRange) // jumped directly from above to below visible range, draw previous point so entry angle is correct - { - aboveRange = false; - if (!reversed) // TODO: with inner radius, we'll need else case here with projected border point - lineData->append(*(it-1)); - } - if (!belowRange) - { - skipBegin = it->key; - lineData->append(QCPGraphData(it->key, lowerClipValue)); - belowRange = true; - } - if (it->key-skipBegin > maxKeySkip) // add dummy point if we're exceeding the maximum skippable angle (to prevent unintentional intersections with visible circle) - { - skipBegin += maxKeySkip; - lineData->append(QCPGraphData(skipBegin, lowerClipValue)); - } - } else if (it->value > upperClipValue) - { - if (belowRange) // jumped directly from below to above visible range, draw previous point so entry angle is correct (if lower means outer, so if reversed axis) - { - belowRange = false; - if (reversed) - lineData->append(*(it-1)); - } - if (!aboveRange) - { - skipBegin = it->key; - lineData->append(QCPGraphData(it->key, upperClipValue)); - aboveRange = true; - } - if (it->key-skipBegin > maxKeySkip) // add dummy point if we're exceeding the maximum skippable angle (to prevent unintentional intersections with visible circle) - { - skipBegin += maxKeySkip; - lineData->append(QCPGraphData(skipBegin, upperClipValue)); - } - } else // value within bounds where we don't optimize away points - { - if (aboveRange) - { - aboveRange = false; - if (!reversed) - lineData->append(*(it-1)); // just entered from above, draw previous point so entry angle is correct (if above means outer, so if not reversed axis) - } - if (belowRange) - { - belowRange = false; - if (reversed) - lineData->append(*(it-1)); // just entered from below, draw previous point so entry angle is correct (if below means outer, so if reversed axis) - } - lineData->append(*it); // inside visible circle, add point normally - } - ++it; - } - // to make fill not erratic, add last point normally if it was outside visible circle: - if (aboveRange) - { - aboveRange = false; - if (!reversed) - lineData->append(*(it-1)); // just entered from above, draw previous point so entry angle is correct (if above means outer, so if not reversed axis) - } - if (belowRange) - { - belowRange = false; - if (reversed) - lineData->append(*(it-1)); // just entered from below, draw previous point so entry angle is correct (if below means outer, so if reversed axis) - } -} - -void QCPPolarGraph::getOptimizedScatterData(QVector *scatterData, QCPGraphDataContainer::const_iterator begin, QCPGraphDataContainer::const_iterator end) const -{ - scatterData->clear(); - - const QCPRange range = mValueAxis->range(); - bool reversed = mValueAxis->rangeReversed(); - const double clipMargin = range.size()*0.05; - const double upperClipValue = range.upper + (reversed ? 0 : clipMargin); // clip slightly outside of actual range to avoid scatter size to peek into visible circle - const double lowerClipValue = range.lower - (reversed ? clipMargin : 0); // clip slightly outside of actual range to avoid scatter size to peek into visible circle - QCPGraphDataContainer::const_iterator it = begin; - while (it != end) - { - if (it->value > lowerClipValue && it->value < upperClipValue) - scatterData->append(*it); - ++it; - } -} - -/*! \internal - - Takes raw data points in plot coordinates as \a data, and returns a vector containing pixel - coordinate points which are suitable for drawing the line style \ref lsLine. - - The source of \a data is usually \ref getOptimizedLineData, and this method is called in \a - getLines if the line style is set accordingly. - - \see dataToStepLeftLines, dataToStepRightLines, dataToStepCenterLines, dataToImpulseLines, getLines, drawLinePlot -*/ -QVector QCPPolarGraph::dataToLines(const QVector &data) const -{ - QVector result; - QCPPolarAxisAngular *keyAxis = mKeyAxis.data(); - QCPPolarAxisRadial *valueAxis = mValueAxis.data(); - if (!keyAxis || !valueAxis) { qDebug() << Q_FUNC_INFO << "invalid key or value axis"; return result; } - - // transform data points to pixels: - result.resize(data.size()); - for (int i=0; icoordToPixel(data.at(i).key, data.at(i).value); - return result; -} -/* end of 'src/polar/polargraph.cpp' */ - - diff --git a/XNMonitor/qcustomplot.h b/XNMonitor/qcustomplot.h deleted file mode 100755 index 02ed8fb..0000000 --- a/XNMonitor/qcustomplot.h +++ /dev/null @@ -1,7774 +0,0 @@ -/*************************************************************************** -** ** -** QCustomPlot, an easy to use, modern plotting widget for Qt ** -** Copyright (C) 2011-2022 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: https://www.qcustomplot.com/ ** -** Date: 06.11.22 ** -** Version: 2.1.1 ** -****************************************************************************/ - -#ifndef QCUSTOMPLOT_H -#define QCUSTOMPLOT_H - -#include - -// some Qt version/configuration dependent macros to include or exclude certain code paths: -#ifdef QCUSTOMPLOT_USE_OPENGL -# if QT_VERSION < QT_VERSION_CHECK(5, 0, 0) -# define QCP_OPENGL_PBUFFER -# else -# define QCP_OPENGL_FBO -# endif -# if QT_VERSION >= QT_VERSION_CHECK(5, 3, 0) -# define QCP_OPENGL_OFFSCREENSURFACE -# endif -#endif - -#if QT_VERSION >= QT_VERSION_CHECK(5, 4, 0) -# define QCP_DEVICEPIXELRATIO_SUPPORTED -# if QT_VERSION >= QT_VERSION_CHECK(5, 6, 0) -# define QCP_DEVICEPIXELRATIO_FLOAT -# endif -#endif - -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#ifdef QCP_OPENGL_FBO -# include -# if QT_VERSION < QT_VERSION_CHECK(6, 0, 0) -# include -# else -# include -# include -# endif -# ifdef QCP_OPENGL_OFFSCREENSURFACE -# include -# else -# include -# endif -#endif -#ifdef QCP_OPENGL_PBUFFER -# include -#endif -#if QT_VERSION < QT_VERSION_CHECK(5, 0, 0) -# include -# include -# include -# include -#else -# include -# include -# include -#endif -#if QT_VERSION >= QT_VERSION_CHECK(4, 8, 0) -# include -#endif -# if QT_VERSION >= QT_VERSION_CHECK(5, 2, 0) -# 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 QCPPlottableInterface1D; -class QCPLegend; -class QCPItemPosition; -class QCPLayer; -class QCPAbstractLegendItem; -class QCPSelectionRect; -class QCPColorMap; -class QCPColorScale; -class QCPBars; -class QCPPolarAxisRadial; -class QCPPolarAxisAngular; -class QCPPolarGrid; -class QCPPolarGraph; - -/* including file 'src/global.h' */ -/* modified 2022-11-06T12:45:57, size 18102 */ - -#define QCUSTOMPLOT_VERSION_STR "2.1.1" -#define QCUSTOMPLOT_VERSION 0x020101 - -// decl definitions for shared library compilation/usage: -#if defined(QT_STATIC_BUILD) -# define QCP_LIB_DECL -#elif 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 - -// define empty macro for Q_DECL_OVERRIDE if it doesn't exist (Qt < 5) -#ifndef Q_DECL_OVERRIDE -# define Q_DECL_OVERRIDE -#endif - -/*! - The QCP Namespace contains general enums, QFlags and functions used throughout the QCustomPlot - library. - - It provides QMetaObject-based reflection of its enums and flags via \a QCP::staticMetaObject. -*/ - -// Qt version < 6.2.0: to get metatypes Q_GADGET/Q_ENUMS/Q_FLAGS in namespace we have to make it look like a class during moc-run -#if QT_VERSION >= 0x060200 // don't use QT_VERSION_CHECK here, some moc versions don't understand it -namespace QCP { - Q_NAMESPACE // this is how to add the staticMetaObject to namespaces in newer Qt versions -#else // Qt version older than 6.2.0 -# ifndef Q_MOC_RUN -namespace QCP { -# else // not in moc run -class QCP { - Q_GADGET - Q_ENUMS(ExportPen) - Q_ENUMS(ResolutionUnit) - Q_ENUMS(SignDomain) - Q_ENUMS(MarginSide) - Q_ENUMS(AntialiasedElement) - Q_ENUMS(PlottingHint) - Q_ENUMS(Interaction) - Q_ENUMS(SelectionRectMode) - Q_ENUMS(SelectionType) - - Q_FLAGS(AntialiasedElements) - Q_FLAGS(PlottingHints) - Q_FLAGS(MarginSides) - Q_FLAGS(Interactions) -public: -# endif -#endif - - -/*! - Defines the different units in which the image resolution can be specified in the export - functions. - - \see QCustomPlot::savePng, QCustomPlot::saveJpg, QCustomPlot::saveBmp, QCustomPlot::saveRastered -*/ -enum ResolutionUnit { ruDotsPerMeter ///< Resolution is given in dots per meter (dpm) - ,ruDotsPerCentimeter ///< Resolution is given in dots per centimeter (dpcm) - ,ruDotsPerInch ///< Resolution is given in dots per inch (DPI/PPI) - }; - -/*! - Defines how cosmetic pens (pens with numerical width 0) are handled during export. - - \see QCustomPlot::savePdf -*/ -enum ExportPen { epNoCosmetic ///< Cosmetic pens are converted to pens with pixel width 1 when exporting - ,epAllowCosmetic ///< Cosmetic pens are exported normally (e.g. in PDF exports, cosmetic pens always appear as 1 pixel on screen, independent of viewer zoom level) - }; - -/*! - Represents negative and positive sign domain, e.g. for passing to \ref - QCPAbstractPlottable::getKeyRange and \ref QCPAbstractPlottable::getValueRange. - - This is primarily needed when working with logarithmic axis scales, since only one of the sign - domains can be visible at a time. -*/ -enum SignDomain { sdNegative ///< The negative sign domain, i.e. numbers smaller than zero - ,sdBoth ///< Both sign domains, including zero, i.e. all numbers - ,sdPositive ///< The positive sign domain, i.e. numbers greater than zero - }; - -/*! - 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 - ,aeItems = 0x0040 ///< 0x0040 Main lines of items - ,aeScatters = 0x0080 ///< 0x0080 Scatter symbols of plottables (excluding scatter symbols of type ssPixmap) - ,aeFills = 0x0100 ///< 0x0100 Borders of fills (e.g. under or between graphs) - ,aeZeroLine = 0x0200 ///< 0x0200 Zero-lines, see \ref QCPGrid::setZeroLinePen - ,aeOther = 0x8000 ///< 0x8000 Other elements that don't fit into any of the existing categories - ,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, thus is most effective for pen sizes larger than 1. It is only used for solid line pens. - ,phImmediateRefresh = 0x002 ///< 0x002 causes an immediate repaint() instead of a soft update() when QCustomPlot::replot() is called with parameter \ref QCustomPlot::rpRefreshHint. - ///< 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 { iNone = 0x000 ///< 0x000 None of the interactions are possible - ,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, other layout elements,...) - ,iSelectPlottablesBeyondAxisRect = 0x100 ///< 0x100 When performing plottable selection/hit tests, this flag extends the sensitive area beyond the axis rect - }; -Q_DECLARE_FLAGS(Interactions, Interaction) - -/*! - Defines the behaviour of the selection rect. - - \see QCustomPlot::setSelectionRectMode, QCustomPlot::selectionRect, QCPSelectionRect -*/ -enum SelectionRectMode { srmNone ///< The selection rect is disabled, and all mouse events are forwarded to the underlying objects, e.g. for axis range dragging - ,srmZoom ///< When dragging the mouse, a selection rect becomes active. Upon releasing, the axes that are currently set as range zoom axes (\ref QCPAxisRect::setRangeZoomAxes) will have their ranges zoomed accordingly. - ,srmSelect ///< When dragging the mouse, a selection rect becomes active. Upon releasing, plottable data points that were within the selection rect are selected, if the plottable's selectability setting permits. (See \ref dataselection "data selection mechanism" for details.) - ,srmCustom ///< When dragging the mouse, a selection rect becomes active. It is the programmer's responsibility to connect according slots to the selection rect's signals (e.g. \ref QCPSelectionRect::accepted) in order to process the user interaction. - }; - -/*! - Defines the different ways a plottable can be selected. These images show the effect of the - different selection types, when the indicated selection rect was dragged: - -
- - - - - - - - -
\image html selectiontype-none.png stNone\image html selectiontype-whole.png stWhole\image html selectiontype-singledata.png stSingleData\image html selectiontype-datarange.png stDataRange\image html selectiontype-multipledataranges.png stMultipleDataRanges
-
- - \see QCPAbstractPlottable::setSelectable, QCPDataSelection::enforceType -*/ -enum SelectionType { stNone ///< The plottable is not selectable - ,stWhole ///< Selection behaves like \ref stMultipleDataRanges, but if there are any data points selected, the entire plottable is drawn as selected. - ,stSingleData ///< One individual data point can be selected at a time - ,stDataRange ///< Multiple contiguous data points (a data range) can be selected - ,stMultipleDataRanges ///< Any combination of data points/ranges can be selected - }; - -/*! \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; -} - -// for newer Qt versions we have to declare the enums/flags as metatypes inside the namespace using Q_ENUM_NS/Q_FLAG_NS: -// if you change anything here, don't forget to change it for older Qt versions below, too, -// and at the start of the namespace in the fake moc-run class -#if QT_VERSION >= 0x060200 -Q_ENUM_NS(ExportPen) -Q_ENUM_NS(ResolutionUnit) -Q_ENUM_NS(SignDomain) -Q_ENUM_NS(MarginSide) -Q_ENUM_NS(AntialiasedElement) -Q_ENUM_NS(PlottingHint) -Q_ENUM_NS(Interaction) -Q_ENUM_NS(SelectionRectMode) -Q_ENUM_NS(SelectionType) - -Q_FLAG_NS(AntialiasedElements) -Q_FLAG_NS(PlottingHints) -Q_FLAG_NS(MarginSides) -Q_FLAG_NS(Interactions) -#else -extern const QMetaObject staticMetaObject; -#endif - -} // 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) - -// for older Qt versions we have to declare the enums/flags as metatypes outside the namespace using Q_DECLARE_METATYPE: -// if you change anything here, don't forget to change it for newer Qt versions above, too, -// and at the start of the namespace in the fake moc-run class -#if QT_VERSION < QT_VERSION_CHECK(6, 2, 0) -Q_DECLARE_METATYPE(QCP::ExportPen) -Q_DECLARE_METATYPE(QCP::ResolutionUnit) -Q_DECLARE_METATYPE(QCP::SignDomain) -Q_DECLARE_METATYPE(QCP::MarginSide) -Q_DECLARE_METATYPE(QCP::AntialiasedElement) -Q_DECLARE_METATYPE(QCP::PlottingHint) -Q_DECLARE_METATYPE(QCP::Interaction) -Q_DECLARE_METATYPE(QCP::SelectionRectMode) -Q_DECLARE_METATYPE(QCP::SelectionType) -#endif - -/* end of 'src/global.h' */ - - -/* including file 'src/vector2d.h' */ -/* modified 2022-11-06T12:45:56, size 4988 */ - -class QCP_LIB_DECL QCPVector2D -{ -public: - QCPVector2D(); - QCPVector2D(double x, double y); - QCPVector2D(const QPoint &point); - QCPVector2D(const QPointF &point); - - // getters: - double x() const { return mX; } - double y() const { return mY; } - double &rx() { return mX; } - double &ry() { return mY; } - - // setters: - void setX(double x) { mX = x; } - void setY(double y) { mY = y; } - - // non-virtual methods: - double length() const { return qSqrt(mX*mX+mY*mY); } - double lengthSquared() const { return mX*mX+mY*mY; } - double angle() const { return qAtan2(mY, mX); } - QPoint toPoint() const { return QPoint(int(mX), int(mY)); } - QPointF toPointF() const { return QPointF(mX, mY); } - - bool isNull() const { return qIsNull(mX) && qIsNull(mY); } - void normalize(); - QCPVector2D normalized() const; - QCPVector2D perpendicular() const { return QCPVector2D(-mY, mX); } - double dot(const QCPVector2D &vec) const { return mX*vec.mX+mY*vec.mY; } - double distanceSquaredToLine(const QCPVector2D &start, const QCPVector2D &end) const; - double distanceSquaredToLine(const QLineF &line) const; - double distanceToStraightLine(const QCPVector2D &base, const QCPVector2D &direction) const; - - QCPVector2D &operator*=(double factor); - QCPVector2D &operator/=(double divisor); - QCPVector2D &operator+=(const QCPVector2D &vector); - QCPVector2D &operator-=(const QCPVector2D &vector); - -private: - // property members: - double mX, mY; - - friend inline const QCPVector2D operator*(double factor, const QCPVector2D &vec); - friend inline const QCPVector2D operator*(const QCPVector2D &vec, double factor); - friend inline const QCPVector2D operator/(const QCPVector2D &vec, double divisor); - friend inline const QCPVector2D operator+(const QCPVector2D &vec1, const QCPVector2D &vec2); - friend inline const QCPVector2D operator-(const QCPVector2D &vec1, const QCPVector2D &vec2); - friend inline const QCPVector2D operator-(const QCPVector2D &vec); -}; -Q_DECLARE_TYPEINFO(QCPVector2D, Q_MOVABLE_TYPE); - -inline const QCPVector2D operator*(double factor, const QCPVector2D &vec) { return QCPVector2D(vec.mX*factor, vec.mY*factor); } -inline const QCPVector2D operator*(const QCPVector2D &vec, double factor) { return QCPVector2D(vec.mX*factor, vec.mY*factor); } -inline const QCPVector2D operator/(const QCPVector2D &vec, double divisor) { return QCPVector2D(vec.mX/divisor, vec.mY/divisor); } -inline const QCPVector2D operator+(const QCPVector2D &vec1, const QCPVector2D &vec2) { return QCPVector2D(vec1.mX+vec2.mX, vec1.mY+vec2.mY); } -inline const QCPVector2D operator-(const QCPVector2D &vec1, const QCPVector2D &vec2) { return QCPVector2D(vec1.mX-vec2.mX, vec1.mY-vec2.mY); } -inline const QCPVector2D operator-(const QCPVector2D &vec) { return QCPVector2D(-vec.mX, -vec.mY); } - -/*! \relates QCPVector2D - - Prints \a vec in a human readable format to the qDebug output. -*/ -inline QDebug operator<< (QDebug d, const QCPVector2D &vec) -{ - d.nospace() << "QCPVector2D(" << vec.x() << ", " << vec.y() << ")"; - return d.space(); -} - -/* end of 'src/vector2d.h' */ - - -/* including file 'src/painter.h' */ -/* modified 2022-11-06T12:45:56, size 4035 */ - -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_ENUMS(PainterMode) - Q_FLAGS(PainterModes) - Q_DECLARE_FLAGS(PainterModes, PainterMode) - - QCPPainter(); - explicit QCPPainter(QPaintDevice *device); - - // 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) -Q_DECLARE_METATYPE(QCPPainter::PainterMode) - -/* end of 'src/painter.h' */ - - -/* including file 'src/paintbuffer.h' */ -/* modified 2022-11-06T12:45:56, size 5006 */ - -class QCP_LIB_DECL QCPAbstractPaintBuffer -{ -public: - explicit QCPAbstractPaintBuffer(const QSize &size, double devicePixelRatio); - virtual ~QCPAbstractPaintBuffer(); - - // getters: - QSize size() const { return mSize; } - bool invalidated() const { return mInvalidated; } - double devicePixelRatio() const { return mDevicePixelRatio; } - - // setters: - void setSize(const QSize &size); - void setInvalidated(bool invalidated=true); - void setDevicePixelRatio(double ratio); - - // introduced virtual methods: - virtual QCPPainter *startPainting() = 0; - virtual void donePainting() {} - virtual void draw(QCPPainter *painter) const = 0; - virtual void clear(const QColor &color) = 0; - -protected: - // property members: - QSize mSize; - double mDevicePixelRatio; - - // non-property members: - bool mInvalidated; - - // introduced virtual methods: - virtual void reallocateBuffer() = 0; -}; - - -class QCP_LIB_DECL QCPPaintBufferPixmap : public QCPAbstractPaintBuffer -{ -public: - explicit QCPPaintBufferPixmap(const QSize &size, double devicePixelRatio); - virtual ~QCPPaintBufferPixmap() Q_DECL_OVERRIDE; - - // reimplemented virtual methods: - virtual QCPPainter *startPainting() Q_DECL_OVERRIDE; - virtual void draw(QCPPainter *painter) const Q_DECL_OVERRIDE; - void clear(const QColor &color) Q_DECL_OVERRIDE; - -protected: - // non-property members: - QPixmap mBuffer; - - // reimplemented virtual methods: - virtual void reallocateBuffer() Q_DECL_OVERRIDE; -}; - - -#ifdef QCP_OPENGL_PBUFFER -class QCP_LIB_DECL QCPPaintBufferGlPbuffer : public QCPAbstractPaintBuffer -{ -public: - explicit QCPPaintBufferGlPbuffer(const QSize &size, double devicePixelRatio, int multisamples); - virtual ~QCPPaintBufferGlPbuffer() Q_DECL_OVERRIDE; - - // reimplemented virtual methods: - virtual QCPPainter *startPainting() Q_DECL_OVERRIDE; - virtual void draw(QCPPainter *painter) const Q_DECL_OVERRIDE; - void clear(const QColor &color) Q_DECL_OVERRIDE; - -protected: - // non-property members: - QGLPixelBuffer *mGlPBuffer; - int mMultisamples; - - // reimplemented virtual methods: - virtual void reallocateBuffer() Q_DECL_OVERRIDE; -}; -#endif // QCP_OPENGL_PBUFFER - - -#ifdef QCP_OPENGL_FBO -class QCP_LIB_DECL QCPPaintBufferGlFbo : public QCPAbstractPaintBuffer -{ -public: - explicit QCPPaintBufferGlFbo(const QSize &size, double devicePixelRatio, QWeakPointer glContext, QWeakPointer glPaintDevice); - virtual ~QCPPaintBufferGlFbo() Q_DECL_OVERRIDE; - - // reimplemented virtual methods: - virtual QCPPainter *startPainting() Q_DECL_OVERRIDE; - virtual void donePainting() Q_DECL_OVERRIDE; - virtual void draw(QCPPainter *painter) const Q_DECL_OVERRIDE; - void clear(const QColor &color) Q_DECL_OVERRIDE; - -protected: - // non-property members: - QWeakPointer mGlContext; - QWeakPointer mGlPaintDevice; - QOpenGLFramebufferObject *mGlFrameBuffer; - - // reimplemented virtual methods: - virtual void reallocateBuffer() Q_DECL_OVERRIDE; -}; -#endif // QCP_OPENGL_FBO - -/* end of 'src/paintbuffer.h' */ - - -/* including file 'src/layer.h' */ -/* modified 2022-11-06T12:45:56, size 7038 */ - -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) - Q_PROPERTY(LayerMode mode READ mode WRITE setMode) - /// \endcond -public: - - /*! - Defines the different rendering modes of a layer. Depending on the mode, certain layers can be - replotted individually, without the need to replot (possibly complex) layerables on other - layers. - - \see setMode - */ - enum LayerMode { lmLogical ///< Layer is used only for rendering order, and shares paint buffer with all other adjacent logical layers. - ,lmBuffered ///< Layer has its own paint buffer and may be replotted individually (see \ref replot). - }; - Q_ENUMS(LayerMode) - - QCPLayer(QCustomPlot* parentPlot, const QString &layerName); - virtual ~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; } - LayerMode mode() const { return mMode; } - - // setters: - void setVisible(bool visible); - void setMode(LayerMode mode); - - // non-virtual methods: - void replot(); - -protected: - // property members: - QCustomPlot *mParentPlot; - QString mName; - int mIndex; - QList mChildren; - bool mVisible; - LayerMode mMode; - - // non-property members: - QWeakPointer mPaintBuffer; - - // non-virtual methods: - void draw(QCPPainter *painter); - void drawToPaintBuffer(); - void addChild(QCPLayerable *layerable, bool prepend); - void removeChild(QCPLayerable *layerable); - -private: - Q_DISABLE_COPY(QCPLayer) - - friend class QCustomPlot; - friend class QCPLayerable; -}; -Q_DECLARE_METATYPE(QCPLayer::LayerMode) - -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=nullptr); - virtual ~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=nullptr) 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; - // selection events: - virtual void selectEvent(QMouseEvent *event, bool additive, const QVariant &details, bool *selectionStateChanged); - virtual void deselectEvent(bool *selectionStateChanged); - // low-level mouse events: - virtual void mousePressEvent(QMouseEvent *event, const QVariant &details); - virtual void mouseMoveEvent(QMouseEvent *event, const QPointF &startPos); - virtual void mouseReleaseEvent(QMouseEvent *event, const QPointF &startPos); - virtual void mouseDoubleClickEvent(QMouseEvent *event, const QVariant &details); - virtual void wheelEvent(QWheelEvent *event); - - // 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 QCPLayer; - friend class QCPAxisRect; -}; - -/* end of 'src/layer.h' */ - - -/* including file 'src/axis/range.h' */ -/* modified 2022-11-06T12:45:56, size 5280 */ - -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 { return upper-lower; } - double center() const { return (upper+lower)*0.5; } - void normalize() { if (lower > upper) qSwap(lower, upper); } - void expand(const QCPRange &otherRange); - void expand(double includeCoord); - QCPRange expanded(const QCPRange &otherRange) const; - QCPRange expanded(double includeCoord) const; - QCPRange bounded(double lowerBound, double upperBound) const; - QCPRange sanitizedForLogScale() const; - QCPRange sanitizedForLinScale() const; - bool contains(double value) const { return value >= lower && value <= upper; } - - static bool validRange(double lower, double upper); - static bool validRange(const QCPRange &range); - static const double minRange; - static const double maxRange; - -}; -Q_DECLARE_TYPEINFO(QCPRange, Q_MOVABLE_TYPE); - -/*! \relates QCPRange - - Prints \a range in a human readable format to the qDebug output. -*/ -inline QDebug operator<< (QDebug d, const QCPRange &range) -{ - d.nospace() << "QCPRange(" << range.lower << ", " << range.upper << ")"; - return d.space(); -} - -/*! - 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; -} - -/* end of 'src/axis/range.h' */ - - -/* including file 'src/selection.h' */ -/* modified 2022-11-06T12:45:56, size 8569 */ - -class QCP_LIB_DECL QCPDataRange -{ -public: - QCPDataRange(); - QCPDataRange(int begin, int end); - - bool operator==(const QCPDataRange& other) const { return mBegin == other.mBegin && mEnd == other.mEnd; } - bool operator!=(const QCPDataRange& other) const { return !(*this == other); } - - // getters: - int begin() const { return mBegin; } - int end() const { return mEnd; } - int size() const { return mEnd-mBegin; } - int length() const { return size(); } - - // setters: - void setBegin(int begin) { mBegin = begin; } - void setEnd(int end) { mEnd = end; } - - // non-property methods: - bool isValid() const { return (mEnd >= mBegin) && (mBegin >= 0); } - bool isEmpty() const { return length() == 0; } - QCPDataRange bounded(const QCPDataRange &other) const; - QCPDataRange expanded(const QCPDataRange &other) const; - QCPDataRange intersection(const QCPDataRange &other) const; - QCPDataRange adjusted(int changeBegin, int changeEnd) const { return QCPDataRange(mBegin+changeBegin, mEnd+changeEnd); } - bool intersects(const QCPDataRange &other) const; - bool contains(const QCPDataRange &other) const; - -private: - // property members: - int mBegin, mEnd; - -}; -Q_DECLARE_TYPEINFO(QCPDataRange, Q_MOVABLE_TYPE); - - -class QCP_LIB_DECL QCPDataSelection -{ -public: - explicit QCPDataSelection(); - explicit QCPDataSelection(const QCPDataRange &range); - - bool operator==(const QCPDataSelection& other) const; - bool operator!=(const QCPDataSelection& other) const { return !(*this == other); } - QCPDataSelection &operator+=(const QCPDataSelection& other); - QCPDataSelection &operator+=(const QCPDataRange& other); - QCPDataSelection &operator-=(const QCPDataSelection& other); - QCPDataSelection &operator-=(const QCPDataRange& other); - friend inline const QCPDataSelection operator+(const QCPDataSelection& a, const QCPDataSelection& b); - friend inline const QCPDataSelection operator+(const QCPDataRange& a, const QCPDataSelection& b); - friend inline const QCPDataSelection operator+(const QCPDataSelection& a, const QCPDataRange& b); - friend inline const QCPDataSelection operator+(const QCPDataRange& a, const QCPDataRange& b); - friend inline const QCPDataSelection operator-(const QCPDataSelection& a, const QCPDataSelection& b); - friend inline const QCPDataSelection operator-(const QCPDataRange& a, const QCPDataSelection& b); - friend inline const QCPDataSelection operator-(const QCPDataSelection& a, const QCPDataRange& b); - friend inline const QCPDataSelection operator-(const QCPDataRange& a, const QCPDataRange& b); - - // getters: - int dataRangeCount() const { return mDataRanges.size(); } - int dataPointCount() const; - QCPDataRange dataRange(int index=0) const; - QList dataRanges() const { return mDataRanges; } - QCPDataRange span() const; - - // non-property methods: - void addDataRange(const QCPDataRange &dataRange, bool simplify=true); - void clear(); - bool isEmpty() const { return mDataRanges.isEmpty(); } - void simplify(); - void enforceType(QCP::SelectionType type); - bool contains(const QCPDataSelection &other) const; - QCPDataSelection intersection(const QCPDataRange &other) const; - QCPDataSelection intersection(const QCPDataSelection &other) const; - QCPDataSelection inverse(const QCPDataRange &outerRange) const; - -private: - // property members: - QList mDataRanges; - - inline static bool lessThanDataRangeBegin(const QCPDataRange &a, const QCPDataRange &b) { return a.begin() < b.begin(); } -}; -Q_DECLARE_METATYPE(QCPDataSelection) - - -/*! - Return a \ref QCPDataSelection with the data points in \a a joined with the data points in \a b. - The resulting data selection is already simplified (see \ref QCPDataSelection::simplify). -*/ -inline const QCPDataSelection operator+(const QCPDataSelection& a, const QCPDataSelection& b) -{ - QCPDataSelection result(a); - result += b; - return result; -} - -/*! - Return a \ref QCPDataSelection with the data points in \a a joined with the data points in \a b. - The resulting data selection is already simplified (see \ref QCPDataSelection::simplify). -*/ -inline const QCPDataSelection operator+(const QCPDataRange& a, const QCPDataSelection& b) -{ - QCPDataSelection result(a); - result += b; - return result; -} - -/*! - Return a \ref QCPDataSelection with the data points in \a a joined with the data points in \a b. - The resulting data selection is already simplified (see \ref QCPDataSelection::simplify). -*/ -inline const QCPDataSelection operator+(const QCPDataSelection& a, const QCPDataRange& b) -{ - QCPDataSelection result(a); - result += b; - return result; -} - -/*! - Return a \ref QCPDataSelection with the data points in \a a joined with the data points in \a b. - The resulting data selection is already simplified (see \ref QCPDataSelection::simplify). -*/ -inline const QCPDataSelection operator+(const QCPDataRange& a, const QCPDataRange& b) -{ - QCPDataSelection result(a); - result += b; - return result; -} - -/*! - Return a \ref QCPDataSelection with the data points which are in \a a but not in \a b. -*/ -inline const QCPDataSelection operator-(const QCPDataSelection& a, const QCPDataSelection& b) -{ - QCPDataSelection result(a); - result -= b; - return result; -} - -/*! - Return a \ref QCPDataSelection with the data points which are in \a a but not in \a b. -*/ -inline const QCPDataSelection operator-(const QCPDataRange& a, const QCPDataSelection& b) -{ - QCPDataSelection result(a); - result -= b; - return result; -} - -/*! - Return a \ref QCPDataSelection with the data points which are in \a a but not in \a b. -*/ -inline const QCPDataSelection operator-(const QCPDataSelection& a, const QCPDataRange& b) -{ - QCPDataSelection result(a); - result -= b; - return result; -} - -/*! - Return a \ref QCPDataSelection with the data points which are in \a a but not in \a b. -*/ -inline const QCPDataSelection operator-(const QCPDataRange& a, const QCPDataRange& b) -{ - QCPDataSelection result(a); - result -= b; - return result; -} - -/*! \relates QCPDataRange - - Prints \a dataRange in a human readable format to the qDebug output. -*/ -inline QDebug operator<< (QDebug d, const QCPDataRange &dataRange) -{ - d.nospace() << "QCPDataRange(" << dataRange.begin() << ", " << dataRange.end() << ")"; - return d; -} - -/*! \relates QCPDataSelection - - Prints \a selection in a human readable format to the qDebug output. -*/ -inline QDebug operator<< (QDebug d, const QCPDataSelection &selection) -{ - d.nospace() << "QCPDataSelection("; - for (int i=0; i elements(QCP::MarginSide side) const { return mChildren.value(side); } - bool isEmpty() const; - void clear(); - -protected: - // non-property members: - QCustomPlot *mParentPlot; - QHash > mChildren; - - // introduced virtual methods: - virtual int commonMargin(QCP::MarginSide side) const; - - // non-virtual methods: - 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) - Q_PROPERTY(SizeConstraintRect sizeConstraintRect READ sizeConstraintRect WRITE setSizeConstraintRect) - /// \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) - - /*! - Defines to which rect of a layout element the size constraints that can be set via \ref - setMinimumSize and \ref setMaximumSize apply. The outer rect (\ref outerRect) includes the - margins (e.g. in the case of a QCPAxisRect the axis labels), whereas the inner rect (\ref rect) - does not. - - \see setSizeConstraintRect - */ - enum SizeConstraintRect { scrInnerRect ///< Minimum/Maximum size constraints apply to inner rect - , scrOuterRect ///< Minimum/Maximum size constraints apply to outer rect, thus include layout element margins - }; - Q_ENUMS(SizeConstraintRect) - - explicit QCPLayoutElement(QCustomPlot *parentPlot=nullptr); - virtual ~QCPLayoutElement() Q_DECL_OVERRIDE; - - // 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; } - SizeConstraintRect sizeConstraintRect() const { return mSizeConstraintRect; } - QCPMarginGroup *marginGroup(QCP::MarginSide side) const { return mMarginGroups.value(side, nullptr); } - 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 setSizeConstraintRect(SizeConstraintRect constraintRect); - void setMarginGroup(QCP::MarginSides sides, QCPMarginGroup *group); - - // introduced virtual methods: - virtual void update(UpdatePhase phase); - virtual QSize minimumOuterSizeHint() const; - virtual QSize maximumOuterSizeHint() const; - virtual QList elements(bool recursive) const; - - // reimplemented virtual methods: - virtual double selectTest(const QPointF &pos, bool onlySelectable, QVariant *details=nullptr) const Q_DECL_OVERRIDE; - -protected: - // property members: - QCPLayout *mParentLayout; - QSize mMinimumSize, mMaximumSize; - SizeConstraintRect mSizeConstraintRect; - QRect mRect, mOuterRect; - QMargins mMargins, mMinimumMargins; - QCP::MarginSides mAutoMargins; - QHash mMarginGroups; - - // introduced virtual methods: - virtual int calculateAutoMargin(QCP::MarginSide side); - virtual void layoutChanged(); - - // reimplemented virtual methods: - virtual void applyDefaultAntialiasingHint(QCPPainter *painter) const Q_DECL_OVERRIDE { Q_UNUSED(painter) } - virtual void draw(QCPPainter *painter) Q_DECL_OVERRIDE { Q_UNUSED(painter) } - virtual void parentPlotInitialized(QCustomPlot *parentPlot) Q_DECL_OVERRIDE; - -private: - Q_DISABLE_COPY(QCPLayoutElement) - - friend class QCustomPlot; - friend class QCPLayout; - friend class QCPMarginGroup; -}; -Q_DECLARE_METATYPE(QCPLayoutElement::UpdatePhase) - - -class QCP_LIB_DECL QCPLayout : public QCPLayoutElement -{ - Q_OBJECT -public: - explicit QCPLayout(); - - // reimplemented virtual methods: - virtual void update(UpdatePhase phase) Q_DECL_OVERRIDE; - virtual QList elements(bool recursive) const Q_DECL_OVERRIDE; - - // 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; - static QSize getFinalMinimumOuterSize(const QCPLayoutElement *el); - static QSize getFinalMaximumOuterSize(const QCPLayoutElement *el); - -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) - Q_PROPERTY(FillOrder fillOrder READ fillOrder WRITE setFillOrder) - Q_PROPERTY(int wrap READ wrap WRITE setWrap) - /// \endcond -public: - - /*! - Defines in which direction the grid is filled when using \ref addElement(QCPLayoutElement*). - The column/row at which wrapping into the next row/column occurs can be specified with \ref - setWrap. - - \see setFillOrder - */ - enum FillOrder { foRowsFirst ///< Rows are filled first, and a new element is wrapped to the next column if the row count would exceed \ref setWrap. - ,foColumnsFirst ///< Columns are filled first, and a new element is wrapped to the next row if the column count would exceed \ref setWrap. - }; - Q_ENUMS(FillOrder) - - explicit QCPLayoutGrid(); - virtual ~QCPLayoutGrid() Q_DECL_OVERRIDE; - - // getters: - int rowCount() const { return mElements.size(); } - int columnCount() const { return mElements.size() > 0 ? mElements.first().size() : 0; } - QList columnStretchFactors() const { return mColumnStretchFactors; } - QList rowStretchFactors() const { return mRowStretchFactors; } - int columnSpacing() const { return mColumnSpacing; } - int rowSpacing() const { return mRowSpacing; } - int wrap() const { return mWrap; } - FillOrder fillOrder() const { return mFillOrder; } - - // 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); - void setWrap(int count); - void setFillOrder(FillOrder order, bool rearrange=true); - - // reimplemented virtual methods: - virtual void updateLayout() Q_DECL_OVERRIDE; - virtual int elementCount() const Q_DECL_OVERRIDE { return rowCount()*columnCount(); } - virtual QCPLayoutElement* elementAt(int index) const Q_DECL_OVERRIDE; - virtual QCPLayoutElement* takeAt(int index) Q_DECL_OVERRIDE; - virtual bool take(QCPLayoutElement* element) Q_DECL_OVERRIDE; - virtual QList elements(bool recursive) const Q_DECL_OVERRIDE; - virtual void simplify() Q_DECL_OVERRIDE; - virtual QSize minimumOuterSizeHint() const Q_DECL_OVERRIDE; - virtual QSize maximumOuterSizeHint() const Q_DECL_OVERRIDE; - - // non-virtual methods: - QCPLayoutElement *element(int row, int column) const; - bool addElement(int row, int column, QCPLayoutElement *element); - bool addElement(QCPLayoutElement *element); - bool hasElement(int row, int column); - void expandTo(int newRowCount, int newColumnCount); - void insertRow(int newIndex); - void insertColumn(int newIndex); - int rowColToIndex(int row, int column) const; - void indexToRowCol(int index, int &row, int &column) const; - -protected: - // property members: - QList > mElements; - QList mColumnStretchFactors; - QList mRowStretchFactors; - int mColumnSpacing, mRowSpacing; - int mWrap; - FillOrder mFillOrder; - - // non-virtual methods: - void getMinimumRowColSizes(QVector *minColWidths, QVector *minRowHeights) const; - void getMaximumRowColSizes(QVector *maxColWidths, QVector *maxRowHeights) const; - -private: - Q_DISABLE_COPY(QCPLayoutGrid) -}; -Q_DECLARE_METATYPE(QCPLayoutGrid::FillOrder) - - -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 - }; - Q_ENUMS(InsetPlacement) - - explicit QCPLayoutInset(); - virtual ~QCPLayoutInset() Q_DECL_OVERRIDE; - - // 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() Q_DECL_OVERRIDE; - virtual int elementCount() const Q_DECL_OVERRIDE; - virtual QCPLayoutElement* elementAt(int index) const Q_DECL_OVERRIDE; - virtual QCPLayoutElement* takeAt(int index) Q_DECL_OVERRIDE; - virtual bool take(QCPLayoutElement* element) Q_DECL_OVERRIDE; - virtual void simplify() Q_DECL_OVERRIDE {} - virtual double selectTest(const QPointF &pos, bool onlySelectable, QVariant *details=nullptr) const Q_DECL_OVERRIDE; - - // 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) -}; -Q_DECLARE_METATYPE(QCPLayoutInset::InsetPlacement) - -/* end of 'src/layout.h' */ - - -/* including file 'src/lineending.h' */ -/* modified 2022-11-06T12:45:56, size 4426 */ - -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 - */ - 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 degrees 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) - }; - Q_ENUMS(EndingStyle) - - 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 QCPVector2D &pos, const QCPVector2D &dir) const; - void draw(QCPPainter *painter, const QCPVector2D &pos, double angle) const; - -protected: - // property members: - EndingStyle mStyle; - double mWidth, mLength; - bool mInverted; -}; -Q_DECLARE_TYPEINFO(QCPLineEnding, Q_MOVABLE_TYPE); -Q_DECLARE_METATYPE(QCPLineEnding::EndingStyle) - -/* end of 'src/lineending.h' */ - - -/* including file 'src/axis/labelpainter.h' */ -/* modified 2022-11-06T12:45:56, size 7086 */ - -class QCPLabelPainterPrivate -{ - Q_GADGET -public: - /*! - TODO - */ - enum AnchorMode { amRectangular ///< - ,amSkewedUpright ///< - ,amSkewedRotated ///< - }; - Q_ENUMS(AnchorMode) - - /*! - TODO - */ - enum AnchorReferenceType { artNormal ///< - ,artTangent ///< - }; - Q_ENUMS(AnchorReferenceType) - - /*! - TODO - */ - enum AnchorSide { asLeft ///< - ,asRight ///< - ,asTop ///< - ,asBottom ///< - ,asTopLeft - ,asTopRight - ,asBottomRight - ,asBottomLeft - }; - Q_ENUMS(AnchorSide) - - explicit QCPLabelPainterPrivate(QCustomPlot *parentPlot); - virtual ~QCPLabelPainterPrivate(); - - // setters: - void setAnchorSide(AnchorSide side); - void setAnchorMode(AnchorMode mode); - void setAnchorReference(const QPointF &pixelPoint); - void setAnchorReferenceType(AnchorReferenceType type); - void setFont(const QFont &font); - void setColor(const QColor &color); - void setPadding(int padding); - void setRotation(double rotation); - void setSubstituteExponent(bool enabled); - void setMultiplicationSymbol(QChar symbol); - void setAbbreviateDecimalPowers(bool enabled); - void setCacheSize(int labelCount); - - // getters: - AnchorMode anchorMode() const { return mAnchorMode; } - AnchorSide anchorSide() const { return mAnchorSide; } - QPointF anchorReference() const { return mAnchorReference; } - AnchorReferenceType anchorReferenceType() const { return mAnchorReferenceType; } - QFont font() const { return mFont; } - QColor color() const { return mColor; } - int padding() const { return mPadding; } - double rotation() const { return mRotation; } - bool substituteExponent() const { return mSubstituteExponent; } - QChar multiplicationSymbol() const { return mMultiplicationSymbol; } - bool abbreviateDecimalPowers() const { return mAbbreviateDecimalPowers; } - int cacheSize() const; - - //virtual int size() const; - - // non-property methods: - void drawTickLabel(QCPPainter *painter, const QPointF &tickPos, const QString &text); - void clearCache(); - - // constants that may be used with setMultiplicationSymbol: - static const QChar SymbolDot; - static const QChar SymbolCross; - -protected: - struct CachedLabel - { - QPoint offset; - QPixmap pixmap; - }; - struct LabelData - { - AnchorSide side; - double rotation; // angle in degrees - QTransform transform; // the transform about the label anchor which is at (0, 0). Does not contain final absolute x/y positioning on the plot/axis - QString basePart, expPart, suffixPart; - QRect baseBounds, expBounds, suffixBounds; - QRect totalBounds; // is in a coordinate system where label top left is at (0, 0) - QRect rotatedTotalBounds; // is in a coordinate system where the label anchor is at (0, 0) - QFont baseFont, expFont; - QColor color; - }; - - // property members: - AnchorMode mAnchorMode; - AnchorSide mAnchorSide; - QPointF mAnchorReference; - AnchorReferenceType mAnchorReferenceType; - QFont mFont; - QColor mColor; - int mPadding; - double mRotation; // this is the rotation applied uniformly to all labels, not the heterogeneous rotation in amCircularRotated mode - bool mSubstituteExponent; - QChar mMultiplicationSymbol; - bool mAbbreviateDecimalPowers; - // non-property members: - QCustomPlot *mParentPlot; - QByteArray mLabelParameterHash; // to determine whether mLabelCache needs to be cleared due to changed parameters - QCache mLabelCache; - QRect mAxisSelectionBox, mTickLabelsSelectionBox, mLabelSelectionBox; - int mLetterCapHeight, mLetterDescent; - - // introduced virtual methods: - virtual void drawLabelMaybeCached(QCPPainter *painter, const QFont &font, const QColor &color, const QPointF &pos, AnchorSide side, double rotation, const QString &text); - virtual QByteArray generateLabelParameterHash() const; // TODO: get rid of this in favor of invalidation flag upon setters? - - // non-virtual methods: - QPointF getAnchorPos(const QPointF &tickPos); - void drawText(QCPPainter *painter, const QPointF &pos, const LabelData &labelData) const; - LabelData getTickLabelData(const QFont &font, const QColor &color, double rotation, AnchorSide side, const QString &text) const; - void applyAnchorTransform(LabelData &labelData) const; - //void getMaxTickLabelSize(const QFont &font, const QString &text, QSize *tickLabelsSize) const; - CachedLabel *createCachedLabel(const LabelData &labelData) const; - QByteArray cacheKey(const QString &text, const QColor &color, double rotation, AnchorSide side) const; - AnchorSide skewedAnchorSide(const QPointF &tickPos, double sideExpandHorz, double sideExpandVert) const; - AnchorSide rotationCorrectedSide(AnchorSide side, double rotation) const; - void analyzeFontMetrics(); -}; -Q_DECLARE_METATYPE(QCPLabelPainterPrivate::AnchorMode) -Q_DECLARE_METATYPE(QCPLabelPainterPrivate::AnchorSide) - - -/* end of 'src/axis/labelpainter.h' */ - - -/* including file 'src/axis/axisticker.h' */ -/* modified 2022-11-06T12:45:56, size 4230 */ - -class QCP_LIB_DECL QCPAxisTicker -{ - Q_GADGET -public: - /*! - Defines the strategies that the axis ticker may follow when choosing the size of the tick step. - - \see setTickStepStrategy - */ - enum TickStepStrategy - { - tssReadability ///< A nicely readable tick step is prioritized over matching the requested number of ticks (see \ref setTickCount) - ,tssMeetTickCount ///< Less readable tick steps are allowed which in turn facilitates getting closer to the requested tick count - }; - Q_ENUMS(TickStepStrategy) - - QCPAxisTicker(); - virtual ~QCPAxisTicker(); - - // getters: - TickStepStrategy tickStepStrategy() const { return mTickStepStrategy; } - int tickCount() const { return mTickCount; } - double tickOrigin() const { return mTickOrigin; } - - // setters: - void setTickStepStrategy(TickStepStrategy strategy); - void setTickCount(int count); - void setTickOrigin(double origin); - - // introduced virtual methods: - virtual void generate(const QCPRange &range, const QLocale &locale, QChar formatChar, int precision, QVector &ticks, QVector *subTicks, QVector *tickLabels); - -protected: - // property members: - TickStepStrategy mTickStepStrategy; - int mTickCount; - double mTickOrigin; - - // introduced virtual methods: - virtual double getTickStep(const QCPRange &range); - virtual int getSubTickCount(double tickStep); - virtual QString getTickLabel(double tick, const QLocale &locale, QChar formatChar, int precision); - virtual QVector createTickVector(double tickStep, const QCPRange &range); - virtual QVector createSubTickVector(int subTickCount, const QVector &ticks); - virtual QVector createLabelVector(const QVector &ticks, const QLocale &locale, QChar formatChar, int precision); - - // non-virtual methods: - void trimTicks(const QCPRange &range, QVector &ticks, bool keepOneOutlier) const; - double pickClosest(double target, const QVector &candidates) const; - double getMantissa(double input, double *magnitude=nullptr) const; - double cleanMantissa(double input) const; - -private: - Q_DISABLE_COPY(QCPAxisTicker) - -}; -Q_DECLARE_METATYPE(QCPAxisTicker::TickStepStrategy) -Q_DECLARE_METATYPE(QSharedPointer) - -/* end of 'src/axis/axisticker.h' */ - - -/* including file 'src/axis/axistickerdatetime.h' */ -/* modified 2022-11-06T12:45:56, size 3600 */ - -class QCP_LIB_DECL QCPAxisTickerDateTime : public QCPAxisTicker -{ -public: - QCPAxisTickerDateTime(); - - // getters: - QString dateTimeFormat() const { return mDateTimeFormat; } - Qt::TimeSpec dateTimeSpec() const { return mDateTimeSpec; } -# if QT_VERSION >= QT_VERSION_CHECK(5, 2, 0) - QTimeZone timeZone() const { return mTimeZone; } -#endif - - // setters: - void setDateTimeFormat(const QString &format); - void setDateTimeSpec(Qt::TimeSpec spec); -# if QT_VERSION >= QT_VERSION_CHECK(5, 2, 0) - void setTimeZone(const QTimeZone &zone); -# endif - void setTickOrigin(double origin); // hides base class method but calls baseclass implementation ("using" throws off IDEs and doxygen) - void setTickOrigin(const QDateTime &origin); - - // static methods: - static QDateTime keyToDateTime(double key); - static double dateTimeToKey(const QDateTime &dateTime); - static double dateTimeToKey(const QDate &date, Qt::TimeSpec timeSpec=Qt::LocalTime); - -protected: - // property members: - QString mDateTimeFormat; - Qt::TimeSpec mDateTimeSpec; -# if QT_VERSION >= QT_VERSION_CHECK(5, 2, 0) - QTimeZone mTimeZone; -# endif - // non-property members: - enum DateStrategy {dsNone, dsUniformTimeInDay, dsUniformDayInMonth} mDateStrategy; - - // reimplemented virtual methods: - virtual double getTickStep(const QCPRange &range) Q_DECL_OVERRIDE; - virtual int getSubTickCount(double tickStep) Q_DECL_OVERRIDE; - virtual QString getTickLabel(double tick, const QLocale &locale, QChar formatChar, int precision) Q_DECL_OVERRIDE; - virtual QVector createTickVector(double tickStep, const QCPRange &range) Q_DECL_OVERRIDE; -}; - -/* end of 'src/axis/axistickerdatetime.h' */ - - -/* including file 'src/axis/axistickertime.h' */ -/* modified 2022-11-06T12:45:56, size 3542 */ - -class QCP_LIB_DECL QCPAxisTickerTime : public QCPAxisTicker -{ - Q_GADGET -public: - /*! - Defines the logical units in which fractions of time spans can be expressed. - - \see setFieldWidth, setTimeFormat - */ - enum TimeUnit { tuMilliseconds ///< Milliseconds, one thousandth of a second (%%z in \ref setTimeFormat) - ,tuSeconds ///< Seconds (%%s in \ref setTimeFormat) - ,tuMinutes ///< Minutes (%%m in \ref setTimeFormat) - ,tuHours ///< Hours (%%h in \ref setTimeFormat) - ,tuDays ///< Days (%%d in \ref setTimeFormat) - }; - Q_ENUMS(TimeUnit) - - QCPAxisTickerTime(); - - // getters: - QString timeFormat() const { return mTimeFormat; } - int fieldWidth(TimeUnit unit) const { return mFieldWidth.value(unit); } - - // setters: - void setTimeFormat(const QString &format); - void setFieldWidth(TimeUnit unit, int width); - -protected: - // property members: - QString mTimeFormat; - QHash mFieldWidth; - - // non-property members: - TimeUnit mSmallestUnit, mBiggestUnit; - QHash mFormatPattern; - - // reimplemented virtual methods: - virtual double getTickStep(const QCPRange &range) Q_DECL_OVERRIDE; - virtual int getSubTickCount(double tickStep) Q_DECL_OVERRIDE; - virtual QString getTickLabel(double tick, const QLocale &locale, QChar formatChar, int precision) Q_DECL_OVERRIDE; - - // non-virtual methods: - void replaceUnit(QString &text, TimeUnit unit, int value) const; -}; -Q_DECLARE_METATYPE(QCPAxisTickerTime::TimeUnit) - -/* end of 'src/axis/axistickertime.h' */ - - -/* including file 'src/axis/axistickerfixed.h' */ -/* modified 2022-11-06T12:45:56, size 3308 */ - -class QCP_LIB_DECL QCPAxisTickerFixed : public QCPAxisTicker -{ - Q_GADGET -public: - /*! - Defines how the axis ticker may modify the specified tick step (\ref setTickStep) in order to - control the number of ticks in the axis range. - - \see setScaleStrategy - */ - enum ScaleStrategy { ssNone ///< Modifications are not allowed, the specified tick step is absolutely fixed. This might cause a high tick density and overlapping labels if the axis range is zoomed out. - ,ssMultiples ///< An integer multiple of the specified tick step is allowed. The used factor follows the base class properties of \ref setTickStepStrategy and \ref setTickCount. - ,ssPowers ///< An integer power of the specified tick step is allowed. - }; - Q_ENUMS(ScaleStrategy) - - QCPAxisTickerFixed(); - - // getters: - double tickStep() const { return mTickStep; } - ScaleStrategy scaleStrategy() const { return mScaleStrategy; } - - // setters: - void setTickStep(double step); - void setScaleStrategy(ScaleStrategy strategy); - -protected: - // property members: - double mTickStep; - ScaleStrategy mScaleStrategy; - - // reimplemented virtual methods: - virtual double getTickStep(const QCPRange &range) Q_DECL_OVERRIDE; -}; -Q_DECLARE_METATYPE(QCPAxisTickerFixed::ScaleStrategy) - -/* end of 'src/axis/axistickerfixed.h' */ - - -/* including file 'src/axis/axistickertext.h' */ -/* modified 2022-11-06T12:45:56, size 3090 */ - -class QCP_LIB_DECL QCPAxisTickerText : public QCPAxisTicker -{ -public: - QCPAxisTickerText(); - - // getters: - QMap &ticks() { return mTicks; } - int subTickCount() const { return mSubTickCount; } - - // setters: - void setTicks(const QMap &ticks); - void setTicks(const QVector &positions, const QVector &labels); - void setSubTickCount(int subTicks); - - // non-virtual methods: - void clear(); - void addTick(double position, const QString &label); - void addTicks(const QMap &ticks); - void addTicks(const QVector &positions, const QVector &labels); - -protected: - // property members: - QMap mTicks; - int mSubTickCount; - - // reimplemented virtual methods: - virtual double getTickStep(const QCPRange &range) Q_DECL_OVERRIDE; - virtual int getSubTickCount(double tickStep) Q_DECL_OVERRIDE; - virtual QString getTickLabel(double tick, const QLocale &locale, QChar formatChar, int precision) Q_DECL_OVERRIDE; - virtual QVector createTickVector(double tickStep, const QCPRange &range) Q_DECL_OVERRIDE; -}; - -/* end of 'src/axis/axistickertext.h' */ - - -/* including file 'src/axis/axistickerpi.h' */ -/* modified 2022-11-06T12:45:56, size 3911 */ - -class QCP_LIB_DECL QCPAxisTickerPi : public QCPAxisTicker -{ - Q_GADGET -public: - /*! - Defines how fractions should be displayed in tick labels. - - \see setFractionStyle - */ - enum FractionStyle { fsFloatingPoint ///< Fractions are displayed as regular decimal floating point numbers, e.g. "0.25" or "0.125". - ,fsAsciiFractions ///< Fractions are written as rationals using ASCII characters only, e.g. "1/4" or "1/8" - ,fsUnicodeFractions ///< Fractions are written using sub- and superscript UTF-8 digits and the fraction symbol. - }; - Q_ENUMS(FractionStyle) - - QCPAxisTickerPi(); - - // getters: - QString piSymbol() const { return mPiSymbol; } - double piValue() const { return mPiValue; } - bool periodicity() const { return mPeriodicity; } - FractionStyle fractionStyle() const { return mFractionStyle; } - - // setters: - void setPiSymbol(QString symbol); - void setPiValue(double pi); - void setPeriodicity(int multiplesOfPi); - void setFractionStyle(FractionStyle style); - -protected: - // property members: - QString mPiSymbol; - double mPiValue; - int mPeriodicity; - FractionStyle mFractionStyle; - - // non-property members: - double mPiTickStep; // size of one tick step in units of mPiValue - - // reimplemented virtual methods: - virtual double getTickStep(const QCPRange &range) Q_DECL_OVERRIDE; - virtual int getSubTickCount(double tickStep) Q_DECL_OVERRIDE; - virtual QString getTickLabel(double tick, const QLocale &locale, QChar formatChar, int precision) Q_DECL_OVERRIDE; - - // non-virtual methods: - void simplifyFraction(int &numerator, int &denominator) const; - QString fractionToString(int numerator, int denominator) const; - QString unicodeFraction(int numerator, int denominator) const; - QString unicodeSuperscript(int number) const; - QString unicodeSubscript(int number) const; -}; -Q_DECLARE_METATYPE(QCPAxisTickerPi::FractionStyle) - -/* end of 'src/axis/axistickerpi.h' */ - - -/* including file 'src/axis/axistickerlog.h' */ -/* modified 2022-11-06T12:45:56, size 2594 */ - -class QCP_LIB_DECL QCPAxisTickerLog : public QCPAxisTicker -{ -public: - QCPAxisTickerLog(); - - // getters: - double logBase() const { return mLogBase; } - int subTickCount() const { return mSubTickCount; } - - // setters: - void setLogBase(double base); - void setSubTickCount(int subTicks); - -protected: - // property members: - double mLogBase; - int mSubTickCount; - - // non-property members: - double mLogBaseLnInv; - - // reimplemented virtual methods: - virtual int getSubTickCount(double tickStep) Q_DECL_OVERRIDE; - virtual QVector createTickVector(double tickStep, const QCPRange &range) Q_DECL_OVERRIDE; -}; - -/* end of 'src/axis/axistickerlog.h' */ - - -/* including file 'src/axis/axis.h' */ -/* modified 2022-11-06T12:45:56, size 20913 */ - -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: - explicit 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 Q_DECL_OVERRIDE; - virtual void draw(QCPPainter *painter) Q_DECL_OVERRIDE; - - // 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(QCPRange range READ range WRITE setRange NOTIFY rangeChanged) - Q_PROPERTY(bool rangeReversed READ rangeReversed WRITE setRangeReversed) - Q_PROPERTY(QSharedPointer ticker READ ticker WRITE setTicker) - 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(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 numberFormat READ numberFormat WRITE setNumberFormat) - Q_PROPERTY(int numberPrecision READ numberPrecision WRITE setNumberPrecision) - Q_PROPERTY(QVector tickVector READ tickVector) - Q_PROPERTY(QVector tickVectorLabels READ tickVectorLabels) - Q_PROPERTY(int tickLengthIn READ tickLengthIn WRITE setTickLengthIn) - Q_PROPERTY(int tickLengthOut READ tickLengthOut WRITE setTickLengthOut) - Q_PROPERTY(bool subTicks READ subTicks WRITE setSubTicks) - 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_ENUMS(AxisType) - Q_FLAGS(AxisTypes) - Q_DECLARE_FLAGS(AxisTypes, AxisType) - /*! - 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 axis coordinates (possibly also \ref setTicker to a \ref QCPAxisTickerLog instance). - }; - 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_ENUMS(SelectablePart) - Q_FLAGS(SelectableParts) - Q_DECLARE_FLAGS(SelectableParts, SelectablePart) - - explicit QCPAxis(QCPAxisRect *parent, AxisType type); - virtual ~QCPAxis() Q_DECL_OVERRIDE; - - // getters: - AxisType axisType() const { return mAxisType; } - QCPAxisRect *axisRect() const { return mAxisRect; } - ScaleType scaleType() const { return mScaleType; } - const QCPRange range() const { return mRange; } - bool rangeReversed() const { return mRangeReversed; } - QSharedPointer ticker() const { return mTicker; } - bool ticks() const { return mTicks; } - bool tickLabels() const { return mTickLabels; } - int tickLabelPadding() const; - QFont tickLabelFont() const { return mTickLabelFont; } - QColor tickLabelColor() const { return mTickLabelColor; } - double tickLabelRotation() const; - LabelSide tickLabelSide() const; - QString numberFormat() const; - int numberPrecision() const { return mNumberPrecision; } - QVector tickVector() const { return mTickVector; } - QVector tickVectorLabels() const { return mTickVectorLabels; } - int tickLengthIn() const; - int tickLengthOut() const; - bool subTicks() const { return mSubTicks; } - 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); - 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 setTicker(QSharedPointer ticker); - void setTicks(bool show); - void setTickLabels(bool show); - void setTickLabelPadding(int padding); - void setTickLabelFont(const QFont &font); - void setTickLabelColor(const QColor &color); - void setTickLabelRotation(double degrees); - void setTickLabelSide(LabelSide side); - void setNumberFormat(const QString &formatCode); - void setNumberPrecision(int precision); - void setTickLength(int inside, int outside=0); - void setTickLengthIn(int inside); - void setTickLengthOut(int outside); - void setSubTicks(bool show); - 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=nullptr) const Q_DECL_OVERRIDE; - - // non-property methods: - Qt::Orientation orientation() const { return mOrientation; } - int pixelOrientation() const { return rangeReversed() != (orientation()==Qt::Vertical) ? -1 : 1; } - void moveRange(double diff); - void scaleRange(double factor); - 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 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; - //double mTickLabelRotation; // in QCPAxisPainter - QFont mTickLabelFont, mSelectedTickLabelFont; - QColor mTickLabelColor, mSelectedTickLabelColor; - int mNumberPrecision; - QLatin1Char mNumberFormatChar; - bool mNumberBeautifulPowers; - //bool mNumberMultiplyCross; // QCPAxisPainter - // ticks and subticks: - bool mTicks; - bool mSubTicks; - //int mTickLengthIn, mTickLengthOut, mSubTickLengthIn, mSubTickLengthOut; // QCPAxisPainter - QPen mTickPen, mSelectedTickPen; - QPen mSubTickPen, mSelectedSubTickPen; - // scale and range: - QCPRange mRange; - bool mRangeReversed; - ScaleType mScaleType; - - // non-property members: - QCPGrid *mGrid; - QCPAxisPainterPrivate *mAxisPainter; - QSharedPointer mTicker; - QVector mTickVector; - QVector mTickVectorLabels; - QVector mSubTickVector; - bool mCachedMarginValid; - int mCachedMargin; - bool mDragging; - QCPRange mDragStartRange; - QCP::AntialiasedElements mAADragBackup, mNotAADragBackup; - - // introduced virtual methods: - virtual int calculateMargin(); - - // reimplemented virtual methods: - virtual void applyDefaultAntialiasingHint(QCPPainter *painter) const Q_DECL_OVERRIDE; - virtual void draw(QCPPainter *painter) Q_DECL_OVERRIDE; - virtual QCP::Interaction selectionCategory() const Q_DECL_OVERRIDE; - // events: - virtual void selectEvent(QMouseEvent *event, bool additive, const QVariant &details, bool *selectionStateChanged) Q_DECL_OVERRIDE; - virtual void deselectEvent(bool *selectionStateChanged) Q_DECL_OVERRIDE; - // mouse events: - virtual void mousePressEvent(QMouseEvent *event, const QVariant &details) Q_DECL_OVERRIDE; - virtual void mouseMoveEvent(QMouseEvent *event, const QPointF &startPos) Q_DECL_OVERRIDE; - virtual void mouseReleaseEvent(QMouseEvent *event, const QPointF &startPos) Q_DECL_OVERRIDE; - virtual void wheelEvent(QWheelEvent *event) Q_DECL_OVERRIDE; - - // non-virtual methods: - void setupTickVectors(); - 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::AxisType) -Q_DECLARE_METATYPE(QCPAxis::LabelSide) -Q_DECLARE_METATYPE(QCPAxis::ScaleType) -Q_DECLARE_METATYPE(QCPAxis::SelectablePart) - - -class QCPAxisPainterPrivate -{ -public: - explicit QCPAxisPainterPrivate(QCustomPlot *parentPlot); - virtual ~QCPAxisPainterPrivate(); - - virtual void draw(QCPPainter *painter); - virtual int size(); - 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; - int 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, suffixPart; - QRect baseBounds, expBounds, suffixBounds, 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; -}; - -/* end of 'src/axis/axis.h' */ - - -/* including file 'src/scatterstyle.h' */ -/* modified 2022-11-06T12:45:56, size 7275 */ - -class QCP_LIB_DECL QCPScatterStyle -{ - Q_GADGET -public: - /*! - Represents the various properties of a scatter style instance. For example, this enum is used - to specify which properties of \ref QCPSelectionDecorator::setScatterStyle will be used when - highlighting selected data points. - - Specific scatter properties can be transferred between \ref QCPScatterStyle instances via \ref - setFromOther. - */ - enum ScatterProperty { spNone = 0x00 ///< 0x00 None - ,spPen = 0x01 ///< 0x01 The pen property, see \ref setPen - ,spBrush = 0x02 ///< 0x02 The brush property, see \ref setBrush - ,spSize = 0x04 ///< 0x04 The size property, see \ref setSize - ,spShape = 0x08 ///< 0x08 The shape property, see \ref setShape - ,spAll = 0xFF ///< 0xFF All properties - }; - Q_ENUMS(ScatterProperty) - Q_FLAGS(ScatterProperties) - Q_DECLARE_FLAGS(ScatterProperties, ScatterProperty) - - /*! - 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. - */ - 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) - }; - Q_ENUMS(ScatterShape) - - 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 setFromOther(const QCPScatterStyle &other, ScatterProperties properties); - 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 undefinePen(); - void applyTo(QCPPainter *painter, const QPen &defaultPen) const; - void drawShape(QCPPainter *painter, const 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); -Q_DECLARE_OPERATORS_FOR_FLAGS(QCPScatterStyle::ScatterProperties) -Q_DECLARE_METATYPE(QCPScatterStyle::ScatterProperty) -Q_DECLARE_METATYPE(QCPScatterStyle::ScatterShape) - -/* end of 'src/scatterstyle.h' */ - - -/* including file 'src/datacontainer.h' */ -/* modified 2022-11-06T12:45:56, size 34305 */ - -/*! \relates QCPDataContainer - Returns whether the sort key of \a a is less than the sort key of \a b. - - \see QCPDataContainer::sort -*/ -template -inline bool qcpLessThanSortKey(const DataType &a, const DataType &b) { return a.sortKey() < b.sortKey(); } - -template -class QCPDataContainer // no QCP_LIB_DECL, template class ends up in header (cpp included below) -{ -public: - typedef typename QVector::const_iterator const_iterator; - typedef typename QVector::iterator iterator; - - QCPDataContainer(); - - // getters: - int size() const { return mData.size()-mPreallocSize; } - bool isEmpty() const { return size() == 0; } - bool autoSqueeze() const { return mAutoSqueeze; } - - // setters: - void setAutoSqueeze(bool enabled); - - // non-virtual methods: - void set(const QCPDataContainer &data); - void set(const QVector &data, bool alreadySorted=false); - void add(const QCPDataContainer &data); - void add(const QVector &data, bool alreadySorted=false); - void add(const DataType &data); - void removeBefore(double sortKey); - void removeAfter(double sortKey); - void remove(double sortKeyFrom, double sortKeyTo); - void remove(double sortKey); - void clear(); - void sort(); - void squeeze(bool preAllocation=true, bool postAllocation=true); - - const_iterator constBegin() const { return mData.constBegin()+mPreallocSize; } - const_iterator constEnd() const { return mData.constEnd(); } - iterator begin() { return mData.begin()+mPreallocSize; } - iterator end() { return mData.end(); } - const_iterator findBegin(double sortKey, bool expandedRange=true) const; - const_iterator findEnd(double sortKey, bool expandedRange=true) const; - const_iterator at(int index) const { return constBegin()+qBound(0, index, size()); } - QCPRange keyRange(bool &foundRange, QCP::SignDomain signDomain=QCP::sdBoth); - QCPRange valueRange(bool &foundRange, QCP::SignDomain signDomain=QCP::sdBoth, const QCPRange &inKeyRange=QCPRange()); - QCPDataRange dataRange() const { return QCPDataRange(0, size()); } - void limitIteratorsToDataRange(const_iterator &begin, const_iterator &end, const QCPDataRange &dataRange) const; - -protected: - // property members: - bool mAutoSqueeze; - - // non-property memebers: - QVector mData; - int mPreallocSize; - int mPreallocIteration; - - // non-virtual methods: - void preallocateGrow(int minimumPreallocSize); - void performAutoSqueeze(); -}; - - - -// include implementation in header since it is a class template: -//////////////////////////////////////////////////////////////////////////////////////////////////// -//////////////////// QCPDataContainer -//////////////////////////////////////////////////////////////////////////////////////////////////// - -/*! \class QCPDataContainer - \brief The generic data container for one-dimensional plottables - - This class template provides a fast container for data storage of one-dimensional data. The data - type is specified as template parameter (called \a DataType in the following) and must provide - some methods as described in the \ref qcpdatacontainer-datatype "next section". - - The data is stored in a sorted fashion, which allows very quick lookups by the sorted key as well - as retrieval of ranges (see \ref findBegin, \ref findEnd, \ref keyRange) using binary search. The - container uses a preallocation and a postallocation scheme, such that appending and prepending - data (with respect to the sort key) is very fast and minimizes reallocations. If data is added - which needs to be inserted between existing keys, the merge usually can be done quickly too, - using the fact that existing data is always sorted. The user can further improve performance by - specifying that added data is already itself sorted by key, if he can guarantee that this is the - case (see for example \ref add(const QVector &data, bool alreadySorted)). - - The data can be accessed with the provided const iterators (\ref constBegin, \ref constEnd). If - it is necessary to alter existing data in-place, the non-const iterators can be used (\ref begin, - \ref end). Changing data members that are not the sort key (for most data types called \a key) is - safe from the container's perspective. - - Great care must be taken however if the sort key is modified through the non-const iterators. For - performance reasons, the iterators don't automatically cause a re-sorting upon their - manipulation. It is thus the responsibility of the user to leave the container in a sorted state - when finished with the data manipulation, before calling any other methods on the container. A - complete re-sort (e.g. after finishing all sort key manipulation) can be done by calling \ref - sort. Failing to do so can not be detected by the container efficiently and will cause both - rendering artifacts and potential data loss. - - Implementing one-dimensional plottables that make use of a \ref QCPDataContainer is usually - done by subclassing from \ref QCPAbstractPlottable1D "QCPAbstractPlottable1D", which - introduces an according \a mDataContainer member and some convenience methods. - - \section qcpdatacontainer-datatype Requirements for the DataType template parameter - - The template parameter DataType is the type of the stored data points. It must be - trivially copyable and have the following public methods, preferably inline: - - \li double sortKey() const\n Returns the member variable of this data point that is the - sort key, defining the ordering in the container. Often this variable is simply called \a key. - - \li static DataType fromSortKey(double sortKey)\n Returns a new instance of the data - type initialized with its sort key set to \a sortKey. - - \li static bool sortKeyIsMainKey()\n Returns true if the sort key is equal to the main - key (see method \c mainKey below). For most plottables this is the case. It is not the case for - example for \ref QCPCurve, which uses \a t as sort key and \a key as main key. This is the reason - why QCPCurve unlike QCPGraph can display parametric curves with loops. - - \li double mainKey() const\n Returns the variable of this data point considered the main - key. This is commonly the variable that is used as the coordinate of this data point on the key - axis of the plottable. This method is used for example when determining the automatic axis - rescaling of key axes (\ref QCPAxis::rescale). - - \li double mainValue() const\n Returns the variable of this data point considered the - main value. This is commonly the variable that is used as the coordinate of this data point on - the value axis of the plottable. - - \li QCPRange valueRange() const\n Returns the range this data point spans in the value - axis coordinate. If the data is single-valued (e.g. QCPGraphData), this is simply a range with - both lower and upper set to the main data point value. However if the data points can represent - multiple values at once (e.g QCPFinancialData with its \a high, \a low, \a open and \a close - values at each \a key) this method should return the range those values span. This method is used - for example when determining the automatic axis rescaling of value axes (\ref - QCPAxis::rescale). -*/ - -/* start documentation of inline functions */ - -/*! \fn int QCPDataContainer::size() const - - Returns the number of data points in the container. -*/ - -/*! \fn bool QCPDataContainer::isEmpty() const - - Returns whether this container holds no data points. -*/ - -/*! \fn QCPDataContainer::const_iterator QCPDataContainer::constBegin() const - - Returns a const iterator to the first data point in this container. -*/ - -/*! \fn QCPDataContainer::const_iterator QCPDataContainer::constEnd() const - - Returns a const iterator to the element past the last data point in this container. -*/ - -/*! \fn QCPDataContainer::iterator QCPDataContainer::begin() const - - Returns a non-const iterator to the first data point in this container. - - You can manipulate the data points in-place through the non-const iterators, but great care must - be taken when manipulating the sort key of a data point, see \ref sort, or the detailed - description of this class. -*/ - -/*! \fn QCPDataContainer::iterator QCPDataContainer::end() const - - Returns a non-const iterator to the element past the last data point in this container. - - You can manipulate the data points in-place through the non-const iterators, but great care must - be taken when manipulating the sort key of a data point, see \ref sort, or the detailed - description of this class. -*/ - -/*! \fn QCPDataContainer::const_iterator QCPDataContainer::at(int index) const - - Returns a const iterator to the element with the specified \a index. If \a index points beyond - the available elements in this container, returns \ref constEnd, i.e. an iterator past the last - valid element. - - You can use this method to easily obtain iterators from a \ref QCPDataRange, see the \ref - dataselection-accessing "data selection page" for an example. -*/ - -/*! \fn QCPDataRange QCPDataContainer::dataRange() const - - Returns a \ref QCPDataRange encompassing the entire data set of this container. This means the - begin index of the returned range is 0, and the end index is \ref size. -*/ - -/* end documentation of inline functions */ - -/*! - Constructs a QCPDataContainer used for plottable classes that represent a series of key-sorted - data -*/ -template -QCPDataContainer::QCPDataContainer() : - mAutoSqueeze(true), - mPreallocSize(0), - mPreallocIteration(0) -{ -} - -/*! - Sets whether the container automatically decides when to release memory from its post- and - preallocation pools when data points are removed. By default this is enabled and for typical - applications shouldn't be changed. - - If auto squeeze is disabled, you can manually decide when to release pre-/postallocation with - \ref squeeze. -*/ -template -void QCPDataContainer::setAutoSqueeze(bool enabled) -{ - if (mAutoSqueeze != enabled) - { - mAutoSqueeze = enabled; - if (mAutoSqueeze) - performAutoSqueeze(); - } -} - -/*! \overload - - Replaces the current data in this container with the provided \a data. - - \see add, remove -*/ -template -void QCPDataContainer::set(const QCPDataContainer &data) -{ - clear(); - add(data); -} - -/*! \overload - - Replaces the current data in this container with the provided \a data - - If you can guarantee that the data points in \a data have ascending order with respect to the - DataType's sort key, set \a alreadySorted to true to avoid an unnecessary sorting run. - - \see add, remove -*/ -template -void QCPDataContainer::set(const QVector &data, bool alreadySorted) -{ - mData = data; - mPreallocSize = 0; - mPreallocIteration = 0; - if (!alreadySorted) - sort(); -} - -/*! \overload - - Adds the provided \a data to the current data in this container. - - \see set, remove -*/ -template -void QCPDataContainer::add(const QCPDataContainer &data) -{ - if (data.isEmpty()) - return; - - const int n = data.size(); - const int oldSize = size(); - - if (oldSize > 0 && !qcpLessThanSortKey(*constBegin(), *(data.constEnd()-1))) // prepend if new data keys are all smaller than or equal to existing ones - { - if (mPreallocSize < n) - preallocateGrow(n); - mPreallocSize -= n; - std::copy(data.constBegin(), data.constEnd(), begin()); - } else // don't need to prepend, so append and merge if necessary - { - mData.resize(mData.size()+n); - std::copy(data.constBegin(), data.constEnd(), end()-n); - if (oldSize > 0 && !qcpLessThanSortKey(*(constEnd()-n-1), *(constEnd()-n))) // if appended range keys aren't all greater than existing ones, merge the two partitions - std::inplace_merge(begin(), end()-n, end(), qcpLessThanSortKey); - } -} - -/*! - Adds the provided data points in \a data to the current data. - - If you can guarantee that the data points in \a data have ascending order with respect to the - DataType's sort key, set \a alreadySorted to true to avoid an unnecessary sorting run. - - \see set, remove -*/ -template -void QCPDataContainer::add(const QVector &data, bool alreadySorted) -{ - if (data.isEmpty()) - return; - if (isEmpty()) - { - set(data, alreadySorted); - return; - } - - const int n = data.size(); - const int oldSize = size(); - - if (alreadySorted && oldSize > 0 && !qcpLessThanSortKey(*constBegin(), *(data.constEnd()-1))) // prepend if new data is sorted and keys are all smaller than or equal to existing ones - { - if (mPreallocSize < n) - preallocateGrow(n); - mPreallocSize -= n; - std::copy(data.constBegin(), data.constEnd(), begin()); - } else // don't need to prepend, so append and then sort and merge if necessary - { - mData.resize(mData.size()+n); - std::copy(data.constBegin(), data.constEnd(), end()-n); - if (!alreadySorted) // sort appended subrange if it wasn't already sorted - std::sort(end()-n, end(), qcpLessThanSortKey); - if (oldSize > 0 && !qcpLessThanSortKey(*(constEnd()-n-1), *(constEnd()-n))) // if appended range keys aren't all greater than existing ones, merge the two partitions - std::inplace_merge(begin(), end()-n, end(), qcpLessThanSortKey); - } -} - -/*! \overload - - Adds the provided single data point to the current data. - - \see remove -*/ -template -void QCPDataContainer::add(const DataType &data) -{ - if (isEmpty() || !qcpLessThanSortKey(data, *(constEnd()-1))) // quickly handle appends if new data key is greater or equal to existing ones - { - mData.append(data); - } else if (qcpLessThanSortKey(data, *constBegin())) // quickly handle prepends using preallocated space - { - if (mPreallocSize < 1) - preallocateGrow(1); - --mPreallocSize; - *begin() = data; - } else // handle inserts, maintaining sorted keys - { - QCPDataContainer::iterator insertionPoint = std::lower_bound(begin(), end(), data, qcpLessThanSortKey); - mData.insert(insertionPoint, data); - } -} - -/*! - Removes all data points with (sort-)keys smaller than or equal to \a sortKey. - - \see removeAfter, remove, clear -*/ -template -void QCPDataContainer::removeBefore(double sortKey) -{ - QCPDataContainer::iterator it = begin(); - QCPDataContainer::iterator itEnd = std::lower_bound(begin(), end(), DataType::fromSortKey(sortKey), qcpLessThanSortKey); - mPreallocSize += int(itEnd-it); // don't actually delete, just add it to the preallocated block (if it gets too large, squeeze will take care of it) - if (mAutoSqueeze) - performAutoSqueeze(); -} - -/*! - Removes all data points with (sort-)keys greater than or equal to \a sortKey. - - \see removeBefore, remove, clear -*/ -template -void QCPDataContainer::removeAfter(double sortKey) -{ - QCPDataContainer::iterator it = std::upper_bound(begin(), end(), DataType::fromSortKey(sortKey), qcpLessThanSortKey); - QCPDataContainer::iterator itEnd = end(); - mData.erase(it, itEnd); // typically adds it to the postallocated block - if (mAutoSqueeze) - performAutoSqueeze(); -} - -/*! - Removes all data points with (sort-)keys between \a sortKeyFrom and \a sortKeyTo. if \a - sortKeyFrom is greater or equal to \a sortKeyTo, the function does nothing. To remove a single - data point with known (sort-)key, use \ref remove(double sortKey). - - \see removeBefore, removeAfter, clear -*/ -template -void QCPDataContainer::remove(double sortKeyFrom, double sortKeyTo) -{ - if (sortKeyFrom >= sortKeyTo || isEmpty()) - return; - - QCPDataContainer::iterator it = std::lower_bound(begin(), end(), DataType::fromSortKey(sortKeyFrom), qcpLessThanSortKey); - QCPDataContainer::iterator itEnd = std::upper_bound(it, end(), DataType::fromSortKey(sortKeyTo), qcpLessThanSortKey); - mData.erase(it, itEnd); - if (mAutoSqueeze) - performAutoSqueeze(); -} - -/*! \overload - - Removes a single data point at \a sortKey. If the position is not known with absolute (binary) - precision, consider using \ref remove(double sortKeyFrom, double sortKeyTo) with a small - fuzziness interval around the suspected position, depeding on the precision with which the - (sort-)key is known. - - \see removeBefore, removeAfter, clear -*/ -template -void QCPDataContainer::remove(double sortKey) -{ - QCPDataContainer::iterator it = std::lower_bound(begin(), end(), DataType::fromSortKey(sortKey), qcpLessThanSortKey); - if (it != end() && it->sortKey() == sortKey) - { - if (it == begin()) - ++mPreallocSize; // don't actually delete, just add it to the preallocated block (if it gets too large, squeeze will take care of it) - else - mData.erase(it); - } - if (mAutoSqueeze) - performAutoSqueeze(); -} - -/*! - Removes all data points. - - \see remove, removeAfter, removeBefore -*/ -template -void QCPDataContainer::clear() -{ - mData.clear(); - mPreallocIteration = 0; - mPreallocSize = 0; -} - -/*! - Re-sorts all data points in the container by their sort key. - - When setting, adding or removing points using the QCPDataContainer interface (\ref set, \ref add, - \ref remove, etc.), the container makes sure to always stay in a sorted state such that a full - resort is never necessary. However, if you choose to directly manipulate the sort key on data - points by accessing and modifying it through the non-const iterators (\ref begin, \ref end), it - is your responsibility to bring the container back into a sorted state before any other methods - are called on it. This can be achieved by calling this method immediately after finishing the - sort key manipulation. -*/ -template -void QCPDataContainer::sort() -{ - std::sort(begin(), end(), qcpLessThanSortKey); -} - -/*! - Frees all unused memory that is currently in the preallocation and postallocation pools. - - Note that QCPDataContainer automatically decides whether squeezing is necessary, if \ref - setAutoSqueeze is left enabled. It should thus not be necessary to use this method for typical - applications. - - The parameters \a preAllocation and \a postAllocation control whether pre- and/or post allocation - should be freed, respectively. -*/ -template -void QCPDataContainer::squeeze(bool preAllocation, bool postAllocation) -{ - if (preAllocation) - { - if (mPreallocSize > 0) - { - std::copy(begin(), end(), mData.begin()); - mData.resize(size()); - mPreallocSize = 0; - } - mPreallocIteration = 0; - } - if (postAllocation) - mData.squeeze(); -} - -/*! - Returns an iterator to the data point with a (sort-)key that is equal to, just below, or just - above \a sortKey. If \a expandedRange is true, the data point just below \a sortKey will be - considered, otherwise the one just above. - - This can be used in conjunction with \ref findEnd to iterate over data points within a given key - range, including or excluding the bounding data points that are just beyond the specified range. - - If \a expandedRange is true but there are no data points below \a sortKey, \ref constBegin is - returned. - - If the container is empty, returns \ref constEnd. - - \see findEnd, QCPPlottableInterface1D::findBegin -*/ -template -typename QCPDataContainer::const_iterator QCPDataContainer::findBegin(double sortKey, bool expandedRange) const -{ - if (isEmpty()) - return constEnd(); - - QCPDataContainer::const_iterator it = std::lower_bound(constBegin(), constEnd(), DataType::fromSortKey(sortKey), qcpLessThanSortKey); - if (expandedRange && it != constBegin()) // also covers it == constEnd case, and we know --constEnd is valid because mData isn't empty - --it; - return it; -} - -/*! - Returns an iterator to the element after the data point with a (sort-)key that is equal to, just - above or just below \a sortKey. If \a expandedRange is true, the data point just above \a sortKey - will be considered, otherwise the one just below. - - This can be used in conjunction with \ref findBegin to iterate over data points within a given - key range, including the bounding data points that are just below and above the specified range. - - If \a expandedRange is true but there are no data points above \a sortKey, \ref constEnd is - returned. - - If the container is empty, \ref constEnd is returned. - - \see findBegin, QCPPlottableInterface1D::findEnd -*/ -template -typename QCPDataContainer::const_iterator QCPDataContainer::findEnd(double sortKey, bool expandedRange) const -{ - if (isEmpty()) - return constEnd(); - - QCPDataContainer::const_iterator it = std::upper_bound(constBegin(), constEnd(), DataType::fromSortKey(sortKey), qcpLessThanSortKey); - if (expandedRange && it != constEnd()) - ++it; - return it; -} - -/*! - Returns the range encompassed by the (main-)key coordinate of all data points. The output - parameter \a foundRange indicates whether a sensible range was found. If this is false, you - should not use the returned QCPRange (e.g. the data container is empty or all points have the - same key). - - Use \a signDomain to control which sign of the key coordinates should be considered. This is - relevant e.g. for logarithmic plots which can mathematically only display one sign domain at a - time. - - If the DataType reports that its main key is equal to the sort key (\a sortKeyIsMainKey), as is - the case for most plottables, this method uses this fact and finds the range very quickly. - - \see valueRange -*/ -template -QCPRange QCPDataContainer::keyRange(bool &foundRange, QCP::SignDomain signDomain) -{ - if (isEmpty()) - { - foundRange = false; - return QCPRange(); - } - QCPRange range; - bool haveLower = false; - bool haveUpper = false; - double current; - - QCPDataContainer::const_iterator it = constBegin(); - QCPDataContainer::const_iterator itEnd = constEnd(); - if (signDomain == QCP::sdBoth) // range may be anywhere - { - if (DataType::sortKeyIsMainKey()) // if DataType is sorted by main key (e.g. QCPGraph, but not QCPCurve), use faster algorithm by finding just first and last key with non-NaN value - { - while (it != itEnd) // find first non-nan going up from left - { - if (!qIsNaN(it->mainValue())) - { - range.lower = it->mainKey(); - haveLower = true; - break; - } - ++it; - } - it = itEnd; - while (it != constBegin()) // find first non-nan going down from right - { - --it; - if (!qIsNaN(it->mainValue())) - { - range.upper = it->mainKey(); - haveUpper = true; - break; - } - } - } else // DataType is not sorted by main key, go through all data points and accordingly expand range - { - while (it != itEnd) - { - if (!qIsNaN(it->mainValue())) - { - current = it->mainKey(); - if (current < range.lower || !haveLower) - { - range.lower = current; - haveLower = true; - } - if (current > range.upper || !haveUpper) - { - range.upper = current; - haveUpper = true; - } - } - ++it; - } - } - } else if (signDomain == QCP::sdNegative) // range may only be in the negative sign domain - { - while (it != itEnd) - { - if (!qIsNaN(it->mainValue())) - { - current = it->mainKey(); - 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 (signDomain == QCP::sdPositive) // range may only be in the positive sign domain - { - while (it != itEnd) - { - if (!qIsNaN(it->mainValue())) - { - current = it->mainKey(); - 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; -} - -/*! - Returns the range encompassed by the value coordinates of the data points in the specified key - range (\a inKeyRange), using the full \a DataType::valueRange reported by the data points. The - output parameter \a foundRange indicates whether a sensible range was found. If this is false, - you should not use the returned QCPRange (e.g. the data container is empty or all points have the - same value). - - Inf and -Inf data values are ignored. - - If \a inKeyRange has both lower and upper bound set to zero (is equal to QCPRange()), - all data points are considered, without any restriction on the keys. - - Use \a signDomain to control which sign of the value coordinates should be considered. This is - relevant e.g. for logarithmic plots which can mathematically only display one sign domain at a - time. - - \see keyRange -*/ -template -QCPRange QCPDataContainer::valueRange(bool &foundRange, QCP::SignDomain signDomain, const QCPRange &inKeyRange) -{ - if (isEmpty()) - { - foundRange = false; - return QCPRange(); - } - QCPRange range; - const bool restrictKeyRange = inKeyRange != QCPRange(); - bool haveLower = false; - bool haveUpper = false; - QCPRange current; - QCPDataContainer::const_iterator itBegin = constBegin(); - QCPDataContainer::const_iterator itEnd = constEnd(); - if (DataType::sortKeyIsMainKey() && restrictKeyRange) - { - itBegin = findBegin(inKeyRange.lower, false); - itEnd = findEnd(inKeyRange.upper, false); - } - if (signDomain == QCP::sdBoth) // range may be anywhere - { - for (QCPDataContainer::const_iterator it = itBegin; it != itEnd; ++it) - { - if (restrictKeyRange && (it->mainKey() < inKeyRange.lower || it->mainKey() > inKeyRange.upper)) - continue; - current = it->valueRange(); - if ((current.lower < range.lower || !haveLower) && !qIsNaN(current.lower) && std::isfinite(current.lower)) - { - range.lower = current.lower; - haveLower = true; - } - if ((current.upper > range.upper || !haveUpper) && !qIsNaN(current.upper) && std::isfinite(current.upper)) - { - range.upper = current.upper; - haveUpper = true; - } - } - } else if (signDomain == QCP::sdNegative) // range may only be in the negative sign domain - { - for (QCPDataContainer::const_iterator it = itBegin; it != itEnd; ++it) - { - if (restrictKeyRange && (it->mainKey() < inKeyRange.lower || it->mainKey() > inKeyRange.upper)) - continue; - current = it->valueRange(); - if ((current.lower < range.lower || !haveLower) && current.lower < 0 && !qIsNaN(current.lower) && std::isfinite(current.lower)) - { - range.lower = current.lower; - haveLower = true; - } - if ((current.upper > range.upper || !haveUpper) && current.upper < 0 && !qIsNaN(current.upper) && std::isfinite(current.upper)) - { - range.upper = current.upper; - haveUpper = true; - } - } - } else if (signDomain == QCP::sdPositive) // range may only be in the positive sign domain - { - for (QCPDataContainer::const_iterator it = itBegin; it != itEnd; ++it) - { - if (restrictKeyRange && (it->mainKey() < inKeyRange.lower || it->mainKey() > inKeyRange.upper)) - continue; - current = it->valueRange(); - if ((current.lower < range.lower || !haveLower) && current.lower > 0 && !qIsNaN(current.lower) && std::isfinite(current.lower)) - { - range.lower = current.lower; - haveLower = true; - } - if ((current.upper > range.upper || !haveUpper) && current.upper > 0 && !qIsNaN(current.upper) && std::isfinite(current.upper)) - { - range.upper = current.upper; - haveUpper = true; - } - } - } - - foundRange = haveLower && haveUpper; - return range; -} - -/*! - Makes sure \a begin and \a end mark a data range that is both within the bounds of this data - container's data, as well as within the specified \a dataRange. The initial range described by - the passed iterators \a begin and \a end is never expanded, only contracted if necessary. - - This function doesn't require for \a dataRange to be within the bounds of this data container's - valid range. -*/ -template -void QCPDataContainer::limitIteratorsToDataRange(const_iterator &begin, const_iterator &end, const QCPDataRange &dataRange) const -{ - QCPDataRange iteratorRange(int(begin-constBegin()), int(end-constBegin())); - iteratorRange = iteratorRange.bounded(dataRange.bounded(this->dataRange())); - begin = constBegin()+iteratorRange.begin(); - end = constBegin()+iteratorRange.end(); -} - -/*! \internal - - Increases the preallocation pool to have a size of at least \a minimumPreallocSize. Depending on - the preallocation history, the container will grow by more than requested, to speed up future - consecutive size increases. - - if \a minimumPreallocSize is smaller than or equal to the current preallocation pool size, this - method does nothing. -*/ -template -void QCPDataContainer::preallocateGrow(int minimumPreallocSize) -{ - if (minimumPreallocSize <= mPreallocSize) - return; - - int newPreallocSize = minimumPreallocSize; - newPreallocSize += (1u< -void QCPDataContainer::performAutoSqueeze() -{ - const int totalAlloc = mData.capacity(); - const int postAllocSize = totalAlloc-mData.size(); - const int usedSize = size(); - bool shrinkPostAllocation = false; - bool shrinkPreAllocation = false; - if (totalAlloc > 650000) // if allocation is larger, shrink earlier with respect to total used size - { - shrinkPostAllocation = postAllocSize > usedSize*1.5; // QVector grow strategy is 2^n for static data. Watch out not to oscillate! - shrinkPreAllocation = mPreallocSize*10 > usedSize; - } else if (totalAlloc > 1000) // below 10 MiB raw data be generous with preallocated memory, below 1k points don't even bother - { - shrinkPostAllocation = postAllocSize > usedSize*5; - shrinkPreAllocation = mPreallocSize > usedSize*1.5; // preallocation can grow into postallocation, so can be smaller - } - - if (shrinkPreAllocation || shrinkPostAllocation) - squeeze(shrinkPreAllocation, shrinkPostAllocation); -} - - -/* end of 'src/datacontainer.h' */ - - -/* including file 'src/plottable.h' */ -/* modified 2022-11-06T12:45:56, size 8461 */ - -class QCP_LIB_DECL QCPSelectionDecorator -{ - Q_GADGET -public: - QCPSelectionDecorator(); - virtual ~QCPSelectionDecorator(); - - // getters: - QPen pen() const { return mPen; } - QBrush brush() const { return mBrush; } - QCPScatterStyle scatterStyle() const { return mScatterStyle; } - QCPScatterStyle::ScatterProperties usedScatterProperties() const { return mUsedScatterProperties; } - - // setters: - void setPen(const QPen &pen); - void setBrush(const QBrush &brush); - void setScatterStyle(const QCPScatterStyle &scatterStyle, QCPScatterStyle::ScatterProperties usedProperties=QCPScatterStyle::spPen); - void setUsedScatterProperties(const QCPScatterStyle::ScatterProperties &properties); - - // non-virtual methods: - void applyPen(QCPPainter *painter) const; - void applyBrush(QCPPainter *painter) const; - QCPScatterStyle getFinalScatterStyle(const QCPScatterStyle &unselectedStyle) const; - - // introduced virtual methods: - virtual void copyFrom(const QCPSelectionDecorator *other); - virtual void drawDecoration(QCPPainter *painter, QCPDataSelection selection); - -protected: - // property members: - QPen mPen; - QBrush mBrush; - QCPScatterStyle mScatterStyle; - QCPScatterStyle::ScatterProperties mUsedScatterProperties; - // non-property members: - QCPAbstractPlottable *mPlottable; - - // introduced virtual methods: - virtual bool registerWithPlottable(QCPAbstractPlottable *plottable); - -private: - Q_DISABLE_COPY(QCPSelectionDecorator) - friend class QCPAbstractPlottable; -}; -Q_DECLARE_METATYPE(QCPSelectionDecorator*) - - -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(QPen pen READ pen WRITE setPen) - Q_PROPERTY(QBrush brush READ brush WRITE setBrush) - Q_PROPERTY(QCPAxis* keyAxis READ keyAxis WRITE setKeyAxis) - Q_PROPERTY(QCPAxis* valueAxis READ valueAxis WRITE setValueAxis) - Q_PROPERTY(QCP::SelectionType selectable READ selectable WRITE setSelectable NOTIFY selectableChanged) - Q_PROPERTY(QCPDataSelection selection READ selection WRITE setSelection NOTIFY selectionChanged) - Q_PROPERTY(QCPSelectionDecorator* selectionDecorator READ selectionDecorator WRITE setSelectionDecorator) - /// \endcond -public: - QCPAbstractPlottable(QCPAxis *keyAxis, QCPAxis *valueAxis); - virtual ~QCPAbstractPlottable() Q_DECL_OVERRIDE; - - // getters: - QString name() const { return mName; } - bool antialiasedFill() const { return mAntialiasedFill; } - bool antialiasedScatters() const { return mAntialiasedScatters; } - QPen pen() const { return mPen; } - QBrush brush() const { return mBrush; } - QCPAxis *keyAxis() const { return mKeyAxis.data(); } - QCPAxis *valueAxis() const { return mValueAxis.data(); } - QCP::SelectionType selectable() const { return mSelectable; } - bool selected() const { return !mSelection.isEmpty(); } - QCPDataSelection selection() const { return mSelection; } - QCPSelectionDecorator *selectionDecorator() const { return mSelectionDecorator; } - - // setters: - void setName(const QString &name); - void setAntialiasedFill(bool enabled); - void setAntialiasedScatters(bool enabled); - void setPen(const QPen &pen); - void setBrush(const QBrush &brush); - void setKeyAxis(QCPAxis *axis); - void setValueAxis(QCPAxis *axis); - Q_SLOT void setSelectable(QCP::SelectionType selectable); - Q_SLOT void setSelection(QCPDataSelection selection); - void setSelectionDecorator(QCPSelectionDecorator *decorator); - - // introduced virtual methods: - virtual double selectTest(const QPointF &pos, bool onlySelectable, QVariant *details=nullptr) const Q_DECL_OVERRIDE = 0; // actually introduced in QCPLayerable as non-pure, but we want to force reimplementation for plottables - virtual QCPPlottableInterface1D *interface1D() { return nullptr; } - virtual QCPRange getKeyRange(bool &foundRange, QCP::SignDomain inSignDomain=QCP::sdBoth) const = 0; - virtual QCPRange getValueRange(bool &foundRange, QCP::SignDomain inSignDomain=QCP::sdBoth, const QCPRange &inKeyRange=QCPRange()) const = 0; - - // non-property 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; - void rescaleAxes(bool onlyEnlarge=false) const; - void rescaleKeyAxis(bool onlyEnlarge=false) const; - void rescaleValueAxis(bool onlyEnlarge=false, bool inKeyRange=false) const; - bool addToLegend(QCPLegend *legend); - bool addToLegend(); - bool removeFromLegend(QCPLegend *legend) const; - bool removeFromLegend() const; - -signals: - void selectionChanged(bool selected); - void selectionChanged(const QCPDataSelection &selection); - void selectableChanged(QCP::SelectionType selectable); - -protected: - // property members: - QString mName; - bool mAntialiasedFill, mAntialiasedScatters; - QPen mPen; - QBrush mBrush; - QPointer mKeyAxis, mValueAxis; - QCP::SelectionType mSelectable; - QCPDataSelection mSelection; - QCPSelectionDecorator *mSelectionDecorator; - - // reimplemented virtual methods: - virtual QRect clipRect() const Q_DECL_OVERRIDE; - virtual void draw(QCPPainter *painter) Q_DECL_OVERRIDE = 0; - virtual QCP::Interaction selectionCategory() const Q_DECL_OVERRIDE; - void applyDefaultAntialiasingHint(QCPPainter *painter) const Q_DECL_OVERRIDE; - // events: - virtual void selectEvent(QMouseEvent *event, bool additive, const QVariant &details, bool *selectionStateChanged) Q_DECL_OVERRIDE; - virtual void deselectEvent(bool *selectionStateChanged) Q_DECL_OVERRIDE; - - // introduced virtual methods: - virtual void drawLegendIcon(QCPPainter *painter, const QRectF &rect) const = 0; - - // non-virtual methods: - void applyFillAntialiasingHint(QCPPainter *painter) const; - void applyScattersAntialiasingHint(QCPPainter *painter) const; - -private: - Q_DISABLE_COPY(QCPAbstractPlottable) - - friend class QCustomPlot; - friend class QCPAxis; - friend class QCPPlottableLegendItem; -}; - - -/* end of 'src/plottable.h' */ - - -/* including file 'src/item.h' */ -/* modified 2022-11-06T12:45:56, size 9425 */ - -class QCP_LIB_DECL QCPItemAnchor -{ - Q_GADGET -public: - QCPItemAnchor(QCustomPlot *parentPlot, QCPAbstractItem *parentItem, const QString &name, int anchorId=-1); - virtual ~QCPItemAnchor(); - - // getters: - QString name() const { return mName; } - virtual QPointF pixelPosition() 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 nullptr; } - - // 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 -{ - Q_GADGET -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). - }; - Q_ENUMS(PositionType) - - QCPItemPosition(QCustomPlot *parentPlot, QCPAbstractItem *parentItem, const QString &name); - virtual ~QCPItemPosition() Q_DECL_OVERRIDE; - - // 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 pixelPosition() const Q_DECL_OVERRIDE; - - // 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 &pos); - void setAxes(QCPAxis* keyAxis, QCPAxis* valueAxis); - void setAxisRect(QCPAxisRect *axisRect); - void setPixelPosition(const QPointF &pixelPosition); - -protected: - // property members: - PositionType mPositionTypeX, mPositionTypeY; - QPointer mKeyAxis, mValueAxis; - QPointer mAxisRect; - double mKey, mValue; - QCPItemAnchor *mParentAnchorX, *mParentAnchorY; - - // reimplemented virtual methods: - virtual QCPItemPosition *toQCPItemPosition() Q_DECL_OVERRIDE { return this; } - -private: - Q_DISABLE_COPY(QCPItemPosition) - -}; -Q_DECLARE_METATYPE(QCPItemPosition::PositionType) - - -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: - explicit QCPAbstractItem(QCustomPlot *parentPlot); - virtual ~QCPAbstractItem() Q_DECL_OVERRIDE; - - // 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=nullptr) const Q_DECL_OVERRIDE = 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 Q_DECL_OVERRIDE; - virtual QRect clipRect() const Q_DECL_OVERRIDE; - virtual void applyDefaultAntialiasingHint(QCPPainter *painter) const Q_DECL_OVERRIDE; - virtual void draw(QCPPainter *painter) Q_DECL_OVERRIDE = 0; - // events: - virtual void selectEvent(QMouseEvent *event, bool additive, const QVariant &details, bool *selectionStateChanged) Q_DECL_OVERRIDE; - virtual void deselectEvent(bool *selectionStateChanged) Q_DECL_OVERRIDE; - - // introduced virtual methods: - virtual QPointF anchorPixelPosition(int anchorId) const; - - // non-virtual methods: - double rectDistance(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; -}; - -/* end of 'src/item.h' */ - - -/* including file 'src/core.h' */ -/* modified 2022-11-06T12:45:56, size 19304 */ - -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) - Q_PROPERTY(bool openGl READ openGl WRITE setOpenGl) - /// \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 { rpImmediateRefresh ///< Replots immediately and repaints the widget immediately by calling QWidget::repaint() after the replot - ,rpQueuedRefresh ///< Replots immediately, but queues the widget repaint, by calling QWidget::update() after the replot. This way multiple redundant widget repaints can be avoided. - ,rpRefreshHint ///< Whether to use immediate or queued refresh depends on whether the plotting hint \ref QCP::phImmediateRefresh is set, see \ref setPlottingHints. - ,rpQueuedReplot ///< Queues the entire replot for the next event loop iteration. This way multiple redundant replots can be avoided. The actual replot is then done with \ref rpRefreshHint priority. - }; - Q_ENUMS(RefreshPriority) - - explicit QCustomPlot(QWidget *parent = nullptr); - virtual ~QCustomPlot() Q_DECL_OVERRIDE; - - // getters: - QRect viewport() const { return mViewport; } - double bufferDevicePixelRatio() const { return mBufferDevicePixelRatio; } - 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; } - QCP::SelectionRectMode selectionRectMode() const { return mSelectionRectMode; } - QCPSelectionRect *selectionRect() const { return mSelectionRect; } - bool openGl() const { return mOpenGl; } - - // setters: - void setViewport(const QRect &rect); - void setBufferDevicePixelRatio(double ratio); - 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); - void setSelectionRectMode(QCP::SelectionRectMode mode); - void setSelectionRect(QCPSelectionRect *selectionRect); - void setOpenGl(bool enabled, int multisampling=16); - - // non-property methods: - // plottable interface: - QCPAbstractPlottable *plottable(int index); - QCPAbstractPlottable *plottable(); - bool removePlottable(QCPAbstractPlottable *plottable); - bool removePlottable(int index); - int clearPlottables(); - int plottableCount() const; - QList selectedPlottables() const; - template - PlottableType *plottableAt(const QPointF &pos, bool onlySelectable=false, int *dataIndex=nullptr) const; - QCPAbstractPlottable *plottableAt(const QPointF &pos, bool onlySelectable=false, int *dataIndex=nullptr) const; - bool hasPlottable(QCPAbstractPlottable *plottable) const; - - // specialized interface for QCPGraph: - QCPGraph *graph(int index) const; - QCPGraph *graph() const; - QCPGraph *addGraph(QCPAxis *keyAxis=nullptr, QCPAxis *valueAxis=nullptr); - 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 removeItem(QCPAbstractItem *item); - bool removeItem(int index); - int clearItems(); - int itemCount() const; - QList selectedItems() const; - template - ItemType *itemAt(const QPointF &pos, bool onlySelectable=false) 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=nullptr, 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; - QCPAxisRect* axisRectAt(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, int width=0, int height=0, QCP::ExportPen exportPen=QCP::epAllowCosmetic, 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, int resolution=96, QCP::ResolutionUnit resolutionUnit=QCP::ruDotsPerInch); - bool saveJpg(const QString &fileName, int width=0, int height=0, double scale=1.0, int quality=-1, int resolution=96, QCP::ResolutionUnit resolutionUnit=QCP::ruDotsPerInch); - bool saveBmp(const QString &fileName, int width=0, int height=0, double scale=1.0, int resolution=96, QCP::ResolutionUnit resolutionUnit=QCP::ruDotsPerInch); - bool saveRastered(const QString &fileName, int width, int height, double scale, const char *format, int quality=-1, int resolution=96, QCP::ResolutionUnit resolutionUnit=QCP::ruDotsPerInch); - 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::rpRefreshHint); - double replotTime(bool average=false) const; - - 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, int dataIndex, QMouseEvent *event); - void plottableDoubleClick(QCPAbstractPlottable *plottable, int dataIndex, 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 selectionChangedByUser(); - void beforeReplot(); - void afterLayout(); - void afterReplot(); - -protected: - // property members: - QRect mViewport; - double mBufferDevicePixelRatio; - 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; - QCP::SelectionRectMode mSelectionRectMode; - QCPSelectionRect *mSelectionRect; - bool mOpenGl; - - // non-property members: - QList > mPaintBuffers; - QPoint mMousePressPos; - bool mMouseHasMoved; - QPointer mMouseEventLayerable; - QPointer mMouseSignalLayerable; - QVariant mMouseEventLayerableDetails; - QVariant mMouseSignalLayerableDetails; - bool mReplotting; - bool mReplotQueued; - double mReplotTime, mReplotTimeAverage; - int mOpenGlMultisamples; - QCP::AntialiasedElements mOpenGlAntialiasedElementsBackup; - bool mOpenGlCacheLabelsBackup; -#ifdef QCP_OPENGL_FBO - QSharedPointer mGlContext; - QSharedPointer mGlSurface; - QSharedPointer mGlPaintDevice; -#endif - - // reimplemented virtual methods: - virtual QSize minimumSizeHint() const Q_DECL_OVERRIDE; - virtual QSize sizeHint() const Q_DECL_OVERRIDE; - virtual void paintEvent(QPaintEvent *event) Q_DECL_OVERRIDE; - virtual void resizeEvent(QResizeEvent *event) Q_DECL_OVERRIDE; - virtual void mouseDoubleClickEvent(QMouseEvent *event) Q_DECL_OVERRIDE; - virtual void mousePressEvent(QMouseEvent *event) Q_DECL_OVERRIDE; - virtual void mouseMoveEvent(QMouseEvent *event) Q_DECL_OVERRIDE; - virtual void mouseReleaseEvent(QMouseEvent *event) Q_DECL_OVERRIDE; - virtual void wheelEvent(QWheelEvent *event) Q_DECL_OVERRIDE; - - // introduced virtual methods: - virtual void draw(QCPPainter *painter); - virtual void updateLayout(); - virtual void axisRemoved(QCPAxis *axis); - virtual void legendRemoved(QCPLegend *legend); - Q_SLOT virtual void processRectSelection(QRect rect, QMouseEvent *event); - Q_SLOT virtual void processRectZoom(QRect rect, QMouseEvent *event); - Q_SLOT virtual void processPointSelection(QMouseEvent *event); - - // non-virtual methods: - bool registerPlottable(QCPAbstractPlottable *plottable); - bool registerGraph(QCPGraph *graph); - bool registerItem(QCPAbstractItem* item); - void updateLayerIndices() const; - QCPLayerable *layerableAt(const QPointF &pos, bool onlySelectable, QVariant *selectionDetails=nullptr) const; - QList layerableListAt(const QPointF &pos, bool onlySelectable, QList *selectionDetails=nullptr) const; - void drawBackground(QCPPainter *painter); - void setupPaintBuffers(); - QCPAbstractPaintBuffer *createPaintBuffer(); - bool hasInvalidatedPaintBuffers(); - bool setupOpenGl(); - void freeOpenGl(); - - friend class QCPLegend; - friend class QCPAxis; - friend class QCPLayer; - friend class QCPAxisRect; - friend class QCPAbstractPlottable; - friend class QCPGraph; - friend class QCPAbstractItem; -}; -Q_DECLARE_METATYPE(QCustomPlot::LayerInsertMode) -Q_DECLARE_METATYPE(QCustomPlot::RefreshPriority) - - -// implementation of template functions: - -/*! - Returns the plottable at the pixel position \a pos. The plottable type (a QCPAbstractPlottable - subclass) that shall be taken into consideration can be specified via the template parameter. - - 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 \a dataIndex is non-null, it is set to the index of the plottable's data point that is closest - to \a pos. - - If there is no plottable of the specified type at \a pos, returns \c nullptr. - - \see itemAt, layoutElementAt -*/ -template -PlottableType *QCustomPlot::plottableAt(const QPointF &pos, bool onlySelectable, int *dataIndex) const -{ - PlottableType *resultPlottable = 0; - QVariant resultDetails; - double resultDistance = mSelectionTolerance; // only regard clicks with distances smaller than mSelectionTolerance as selections, so initialize with that value - - foreach (QCPAbstractPlottable *plottable, mPlottables) - { - PlottableType *currentPlottable = qobject_cast(plottable); - if (!currentPlottable || (onlySelectable && !currentPlottable->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 (currentPlottable->clipRect().contains(pos.toPoint())) // only consider clicks where the plottable is actually visible - { - QVariant details; - double currentDistance = currentPlottable->selectTest(pos, false, dataIndex ? &details : nullptr); - if (currentDistance >= 0 && currentDistance < resultDistance) - { - resultPlottable = currentPlottable; - resultDetails = details; - resultDistance = currentDistance; - } - } - } - - if (resultPlottable && dataIndex) - { - QCPDataSelection sel = resultDetails.value(); - if (!sel.isEmpty()) - *dataIndex = sel.dataRange(0).begin(); - } - return resultPlottable; -} - -/*! - Returns the item at the pixel position \a pos. The item type (a QCPAbstractItem subclass) that shall be - taken into consideration can be specified via the template parameter. 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, returns \c nullptr. - - \see plottableAt, layoutElementAt -*/ -template -ItemType *QCustomPlot::itemAt(const QPointF &pos, bool onlySelectable) const -{ - ItemType *resultItem = 0; - double resultDistance = mSelectionTolerance; // only regard clicks with distances smaller than mSelectionTolerance as selections, so initialize with that value - - foreach (QCPAbstractItem *item, mItems) - { - ItemType *currentItem = qobject_cast(item); - if (!currentItem || (onlySelectable && !currentItem->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 (!currentItem->clipToAxisRect() || currentItem->clipRect().contains(pos.toPoint())) // only consider clicks inside axis cliprect of the item if actually clipped to it - { - double currentDistance = currentItem->selectTest(pos, false); - if (currentDistance >= 0 && currentDistance < resultDistance) - { - resultItem = currentItem; - resultDistance = currentDistance; - } - } - } - - return resultItem; -} - - - -/* end of 'src/core.h' */ - - -/* including file 'src/plottable1d.h' */ -/* modified 2022-11-06T12:45:56, size 25638 */ - -class QCPPlottableInterface1D -{ -public: - virtual ~QCPPlottableInterface1D() = default; - // introduced pure virtual methods: - virtual int dataCount() const = 0; - virtual double dataMainKey(int index) const = 0; - virtual double dataSortKey(int index) const = 0; - virtual double dataMainValue(int index) const = 0; - virtual QCPRange dataValueRange(int index) const = 0; - virtual QPointF dataPixelPosition(int index) const = 0; - virtual bool sortKeyIsMainKey() const = 0; - virtual QCPDataSelection selectTestRect(const QRectF &rect, bool onlySelectable) const = 0; - virtual int findBegin(double sortKey, bool expandedRange=true) const = 0; - virtual int findEnd(double sortKey, bool expandedRange=true) const = 0; -}; - -template -class QCPAbstractPlottable1D : public QCPAbstractPlottable, public QCPPlottableInterface1D // no QCP_LIB_DECL, template class ends up in header (cpp included below) -{ - // No Q_OBJECT macro due to template class - -public: - QCPAbstractPlottable1D(QCPAxis *keyAxis, QCPAxis *valueAxis); - virtual ~QCPAbstractPlottable1D() Q_DECL_OVERRIDE; - - // virtual methods of 1d plottable interface: - virtual int dataCount() const Q_DECL_OVERRIDE; - virtual double dataMainKey(int index) const Q_DECL_OVERRIDE; - virtual double dataSortKey(int index) const Q_DECL_OVERRIDE; - virtual double dataMainValue(int index) const Q_DECL_OVERRIDE; - virtual QCPRange dataValueRange(int index) const Q_DECL_OVERRIDE; - virtual QPointF dataPixelPosition(int index) const Q_DECL_OVERRIDE; - virtual bool sortKeyIsMainKey() const Q_DECL_OVERRIDE; - virtual QCPDataSelection selectTestRect(const QRectF &rect, bool onlySelectable) const Q_DECL_OVERRIDE; - virtual int findBegin(double sortKey, bool expandedRange=true) const Q_DECL_OVERRIDE; - virtual int findEnd(double sortKey, bool expandedRange=true) const Q_DECL_OVERRIDE; - - // reimplemented virtual methods: - virtual double selectTest(const QPointF &pos, bool onlySelectable, QVariant *details=nullptr) const Q_DECL_OVERRIDE; - virtual QCPPlottableInterface1D *interface1D() Q_DECL_OVERRIDE { return this; } - -protected: - // property members: - QSharedPointer > mDataContainer; - - // helpers for subclasses: - void getDataSegments(QList &selectedSegments, QList &unselectedSegments) const; - void drawPolyline(QCPPainter *painter, const QVector &lineData) const; - -private: - Q_DISABLE_COPY(QCPAbstractPlottable1D) - -}; - - - -// include implementation in header since it is a class template: -//////////////////////////////////////////////////////////////////////////////////////////////////// -//////////////////// QCPPlottableInterface1D -//////////////////////////////////////////////////////////////////////////////////////////////////// - -/*! \class QCPPlottableInterface1D - \brief Defines an abstract interface for one-dimensional plottables - - This class contains only pure virtual methods which define a common interface to the data - of one-dimensional plottables. - - For example, it is implemented by the template class \ref QCPAbstractPlottable1D (the preferred - base class for one-dimensional plottables). So if you use that template class as base class of - your one-dimensional plottable, you won't have to care about implementing the 1d interface - yourself. - - If your plottable doesn't derive from \ref QCPAbstractPlottable1D but still wants to provide a 1d - interface (e.g. like \ref QCPErrorBars does), you should inherit from both \ref - QCPAbstractPlottable and \ref QCPPlottableInterface1D and accordingly reimplement the pure - virtual methods of the 1d interface, matching your data container. Also, reimplement \ref - QCPAbstractPlottable::interface1D to return the \c this pointer. - - If you have a \ref QCPAbstractPlottable pointer, you can check whether it implements this - interface by calling \ref QCPAbstractPlottable::interface1D and testing it for a non-zero return - value. If it indeed implements this interface, you may use it to access the plottable's data - without needing to know the exact type of the plottable or its data point type. -*/ - -/* start documentation of pure virtual functions */ - -/*! \fn virtual int QCPPlottableInterface1D::dataCount() const = 0; - - Returns the number of data points of the plottable. -*/ - -/*! \fn virtual QCPDataSelection QCPPlottableInterface1D::selectTestRect(const QRectF &rect, bool onlySelectable) const = 0; - - Returns a data selection containing all the data points of this plottable which are contained (or - hit by) \a rect. This is used mainly in the selection rect interaction for data selection (\ref - dataselection "data selection mechanism"). - - If \a onlySelectable is true, an empty QCPDataSelection is returned if this plottable is not - selectable (i.e. if \ref QCPAbstractPlottable::setSelectable is \ref QCP::stNone). - - \note \a rect must be a normalized rect (positive or zero width and height). This is especially - important when using the rect of \ref QCPSelectionRect::accepted, which is not necessarily - normalized. Use QRect::normalized() when passing a rect which might not be normalized. -*/ - -/*! \fn virtual double QCPPlottableInterface1D::dataMainKey(int index) const = 0 - - Returns the main key of the data point at the given \a index. - - What the main key is, is defined by the plottable's data type. See the \ref - qcpdatacontainer-datatype "QCPDataContainer DataType" documentation for details about this naming - convention. -*/ - -/*! \fn virtual double QCPPlottableInterface1D::dataSortKey(int index) const = 0 - - Returns the sort key of the data point at the given \a index. - - What the sort key is, is defined by the plottable's data type. See the \ref - qcpdatacontainer-datatype "QCPDataContainer DataType" documentation for details about this naming - convention. -*/ - -/*! \fn virtual double QCPPlottableInterface1D::dataMainValue(int index) const = 0 - - Returns the main value of the data point at the given \a index. - - What the main value is, is defined by the plottable's data type. See the \ref - qcpdatacontainer-datatype "QCPDataContainer DataType" documentation for details about this naming - convention. -*/ - -/*! \fn virtual QCPRange QCPPlottableInterface1D::dataValueRange(int index) const = 0 - - Returns the value range of the data point at the given \a index. - - What the value range is, is defined by the plottable's data type. See the \ref - qcpdatacontainer-datatype "QCPDataContainer DataType" documentation for details about this naming - convention. -*/ - -/*! \fn virtual QPointF QCPPlottableInterface1D::dataPixelPosition(int index) const = 0 - - Returns the pixel position on the widget surface at which the data point at the given \a index - appears. - - Usually this corresponds to the point of \ref dataMainKey/\ref dataMainValue, in pixel - coordinates. However, depending on the plottable, this might be a different apparent position - than just a coord-to-pixel transform of those values. For example, \ref QCPBars apparent data - values can be shifted depending on their stacking, bar grouping or configured base value. -*/ - -/*! \fn virtual bool QCPPlottableInterface1D::sortKeyIsMainKey() const = 0 - - Returns whether the sort key (\ref dataSortKey) is identical to the main key (\ref dataMainKey). - - What the sort and main keys are, is defined by the plottable's data type. See the \ref - qcpdatacontainer-datatype "QCPDataContainer DataType" documentation for details about this naming - convention. -*/ - -/*! \fn virtual int QCPPlottableInterface1D::findBegin(double sortKey, bool expandedRange) const = 0 - - Returns the index of the data point with a (sort-)key that is equal to, just below, or just above - \a sortKey. If \a expandedRange is true, the data point just below \a sortKey will be considered, - otherwise the one just above. - - This can be used in conjunction with \ref findEnd to iterate over data points within a given key - range, including or excluding the bounding data points that are just beyond the specified range. - - If \a expandedRange is true but there are no data points below \a sortKey, 0 is returned. - - If the container is empty, returns 0 (in that case, \ref findEnd will also return 0, so a loop - using these methods will not iterate over the index 0). - - \see findEnd, QCPDataContainer::findBegin -*/ - -/*! \fn virtual int QCPPlottableInterface1D::findEnd(double sortKey, bool expandedRange) const = 0 - - Returns the index one after the data point with a (sort-)key that is equal to, just above, or - just below \a sortKey. If \a expandedRange is true, the data point just above \a sortKey will be - considered, otherwise the one just below. - - This can be used in conjunction with \ref findBegin to iterate over data points within a given - key range, including the bounding data points that are just below and above the specified range. - - If \a expandedRange is true but there are no data points above \a sortKey, the index just above the - highest data point is returned. - - If the container is empty, returns 0. - - \see findBegin, QCPDataContainer::findEnd -*/ - -/* end documentation of pure virtual functions */ - - -//////////////////////////////////////////////////////////////////////////////////////////////////// -//////////////////// QCPAbstractPlottable1D -//////////////////////////////////////////////////////////////////////////////////////////////////// - -/*! \class QCPAbstractPlottable1D - \brief A template base class for plottables with one-dimensional data - - This template class derives from \ref QCPAbstractPlottable and from the abstract interface \ref - QCPPlottableInterface1D. It serves as a base class for all one-dimensional data (i.e. data with - one key dimension), such as \ref QCPGraph and QCPCurve. - - The template parameter \a DataType is the type of the data points of this plottable (e.g. \ref - QCPGraphData or \ref QCPCurveData). The main purpose of this base class is to provide the member - \a mDataContainer (a shared pointer to a \ref QCPDataContainer "QCPDataContainer") and - implement the according virtual methods of the \ref QCPPlottableInterface1D, such that most - subclassed plottables don't need to worry about this anymore. - - Further, it provides a convenience method for retrieving selected/unselected data segments via - \ref getDataSegments. This is useful when subclasses implement their \ref draw method and need to - draw selected segments with a different pen/brush than unselected segments (also see \ref - QCPSelectionDecorator). - - This class implements basic functionality of \ref QCPAbstractPlottable::selectTest and \ref - QCPPlottableInterface1D::selectTestRect, assuming point-like data points, based on the 1D data - interface. In spite of that, most plottable subclasses will want to reimplement those methods - again, to provide a more accurate hit test based on their specific data visualization geometry. -*/ - -/* start documentation of inline functions */ - -/*! \fn QCPPlottableInterface1D *QCPAbstractPlottable1D::interface1D() - - Returns a \ref QCPPlottableInterface1D pointer to this plottable, providing access to its 1D - interface. - - \seebaseclassmethod -*/ - -/* end documentation of inline functions */ - -/*! - Forwards \a keyAxis and \a valueAxis to the \ref QCPAbstractPlottable::QCPAbstractPlottable - "QCPAbstractPlottable" constructor and allocates the \a mDataContainer. -*/ -template -QCPAbstractPlottable1D::QCPAbstractPlottable1D(QCPAxis *keyAxis, QCPAxis *valueAxis) : - QCPAbstractPlottable(keyAxis, valueAxis), - mDataContainer(new QCPDataContainer) -{ -} - -template -QCPAbstractPlottable1D::~QCPAbstractPlottable1D() -{ -} - -/*! - \copydoc QCPPlottableInterface1D::dataCount -*/ -template -int QCPAbstractPlottable1D::dataCount() const -{ - return mDataContainer->size(); -} - -/*! - \copydoc QCPPlottableInterface1D::dataMainKey -*/ -template -double QCPAbstractPlottable1D::dataMainKey(int index) const -{ - if (index >= 0 && index < mDataContainer->size()) - { - return (mDataContainer->constBegin()+index)->mainKey(); - } else - { - qDebug() << Q_FUNC_INFO << "Index out of bounds" << index; - return 0; - } -} - -/*! - \copydoc QCPPlottableInterface1D::dataSortKey -*/ -template -double QCPAbstractPlottable1D::dataSortKey(int index) const -{ - if (index >= 0 && index < mDataContainer->size()) - { - return (mDataContainer->constBegin()+index)->sortKey(); - } else - { - qDebug() << Q_FUNC_INFO << "Index out of bounds" << index; - return 0; - } -} - -/*! - \copydoc QCPPlottableInterface1D::dataMainValue -*/ -template -double QCPAbstractPlottable1D::dataMainValue(int index) const -{ - if (index >= 0 && index < mDataContainer->size()) - { - return (mDataContainer->constBegin()+index)->mainValue(); - } else - { - qDebug() << Q_FUNC_INFO << "Index out of bounds" << index; - return 0; - } -} - -/*! - \copydoc QCPPlottableInterface1D::dataValueRange -*/ -template -QCPRange QCPAbstractPlottable1D::dataValueRange(int index) const -{ - if (index >= 0 && index < mDataContainer->size()) - { - return (mDataContainer->constBegin()+index)->valueRange(); - } else - { - qDebug() << Q_FUNC_INFO << "Index out of bounds" << index; - return QCPRange(0, 0); - } -} - -/*! - \copydoc QCPPlottableInterface1D::dataPixelPosition -*/ -template -QPointF QCPAbstractPlottable1D::dataPixelPosition(int index) const -{ - if (index >= 0 && index < mDataContainer->size()) - { - const typename QCPDataContainer::const_iterator it = mDataContainer->constBegin()+index; - return coordsToPixels(it->mainKey(), it->mainValue()); - } else - { - qDebug() << Q_FUNC_INFO << "Index out of bounds" << index; - return QPointF(); - } -} - -/*! - \copydoc QCPPlottableInterface1D::sortKeyIsMainKey -*/ -template -bool QCPAbstractPlottable1D::sortKeyIsMainKey() const -{ - return DataType::sortKeyIsMainKey(); -} - -/*! - Implements a rect-selection algorithm assuming the data (accessed via the 1D data interface) is - point-like. Most subclasses will want to reimplement this method again, to provide a more - accurate hit test based on the true data visualization geometry. - - \seebaseclassmethod -*/ -template -QCPDataSelection QCPAbstractPlottable1D::selectTestRect(const QRectF &rect, bool onlySelectable) const -{ - QCPDataSelection result; - if ((onlySelectable && mSelectable == QCP::stNone) || mDataContainer->isEmpty()) - return result; - if (!mKeyAxis || !mValueAxis) - return result; - - // convert rect given in pixels to ranges given in plot coordinates: - double key1, value1, key2, value2; - pixelsToCoords(rect.topLeft(), key1, value1); - pixelsToCoords(rect.bottomRight(), key2, value2); - QCPRange keyRange(key1, key2); // QCPRange normalizes internally so we don't have to care about whether key1 < key2 - QCPRange valueRange(value1, value2); - typename QCPDataContainer::const_iterator begin = mDataContainer->constBegin(); - typename QCPDataContainer::const_iterator end = mDataContainer->constEnd(); - if (DataType::sortKeyIsMainKey()) // we can assume that data is sorted by main key, so can reduce the searched key interval: - { - begin = mDataContainer->findBegin(keyRange.lower, false); - end = mDataContainer->findEnd(keyRange.upper, false); - } - if (begin == end) - return result; - - int currentSegmentBegin = -1; // -1 means we're currently not in a segment that's contained in rect - for (typename QCPDataContainer::const_iterator it=begin; it!=end; ++it) - { - if (currentSegmentBegin == -1) - { - if (valueRange.contains(it->mainValue()) && keyRange.contains(it->mainKey())) // start segment - currentSegmentBegin = int(it-mDataContainer->constBegin()); - } else if (!valueRange.contains(it->mainValue()) || !keyRange.contains(it->mainKey())) // segment just ended - { - result.addDataRange(QCPDataRange(currentSegmentBegin, int(it-mDataContainer->constBegin())), false); - currentSegmentBegin = -1; - } - } - // process potential last segment: - if (currentSegmentBegin != -1) - result.addDataRange(QCPDataRange(currentSegmentBegin, int(end-mDataContainer->constBegin())), false); - - result.simplify(); - return result; -} - -/*! - \copydoc QCPPlottableInterface1D::findBegin -*/ -template -int QCPAbstractPlottable1D::findBegin(double sortKey, bool expandedRange) const -{ - return int(mDataContainer->findBegin(sortKey, expandedRange)-mDataContainer->constBegin()); -} - -/*! - \copydoc QCPPlottableInterface1D::findEnd -*/ -template -int QCPAbstractPlottable1D::findEnd(double sortKey, bool expandedRange) const -{ - return int(mDataContainer->findEnd(sortKey, expandedRange)-mDataContainer->constBegin()); -} - -/*! - Implements a point-selection algorithm assuming the data (accessed via the 1D data interface) is - point-like. Most subclasses will want to reimplement this method again, to provide a more - accurate hit test based on the true data visualization geometry. - - If \a details is not 0, it will be set to a \ref QCPDataSelection, describing the closest data point - to \a pos. - - \seebaseclassmethod -*/ -template -double QCPAbstractPlottable1D::selectTest(const QPointF &pos, bool onlySelectable, QVariant *details) const -{ - if ((onlySelectable && mSelectable == QCP::stNone) || mDataContainer->isEmpty()) - return -1; - if (!mKeyAxis || !mValueAxis) - return -1; - - QCPDataSelection selectionResult; - double minDistSqr = (std::numeric_limits::max)(); - int minDistIndex = mDataContainer->size(); - - typename QCPDataContainer::const_iterator begin = mDataContainer->constBegin(); - typename QCPDataContainer::const_iterator end = mDataContainer->constEnd(); - if (DataType::sortKeyIsMainKey()) // we can assume that data is sorted by main key, so can reduce the searched key interval: - { - // determine which key range comes into question, taking selection tolerance around pos into account: - double posKeyMin, posKeyMax, dummy; - pixelsToCoords(pos-QPointF(mParentPlot->selectionTolerance(), mParentPlot->selectionTolerance()), posKeyMin, dummy); - pixelsToCoords(pos+QPointF(mParentPlot->selectionTolerance(), mParentPlot->selectionTolerance()), posKeyMax, dummy); - if (posKeyMin > posKeyMax) - qSwap(posKeyMin, posKeyMax); - begin = mDataContainer->findBegin(posKeyMin, true); - end = mDataContainer->findEnd(posKeyMax, true); - } - if (begin == end) - return -1; - QCPRange keyRange(mKeyAxis->range()); - QCPRange valueRange(mValueAxis->range()); - for (typename QCPDataContainer::const_iterator it=begin; it!=end; ++it) - { - const double mainKey = it->mainKey(); - const double mainValue = it->mainValue(); - if (keyRange.contains(mainKey) && valueRange.contains(mainValue)) // make sure data point is inside visible range, for speedup in cases where sort key isn't main key and we iterate over all points - { - const double currentDistSqr = QCPVector2D(coordsToPixels(mainKey, mainValue)-pos).lengthSquared(); - if (currentDistSqr < minDistSqr) - { - minDistSqr = currentDistSqr; - minDistIndex = int(it-mDataContainer->constBegin()); - } - } - } - if (minDistIndex != mDataContainer->size()) - selectionResult.addDataRange(QCPDataRange(minDistIndex, minDistIndex+1), false); - - selectionResult.simplify(); - if (details) - details->setValue(selectionResult); - return qSqrt(minDistSqr); -} - -/*! - Splits all data into selected and unselected segments and outputs them via \a selectedSegments - and \a unselectedSegments, respectively. - - This is useful when subclasses implement their \ref draw method and need to draw selected - segments with a different pen/brush than unselected segments (also see \ref - QCPSelectionDecorator). - - \see setSelection -*/ -template -void QCPAbstractPlottable1D::getDataSegments(QList &selectedSegments, QList &unselectedSegments) const -{ - selectedSegments.clear(); - unselectedSegments.clear(); - if (mSelectable == QCP::stWhole) // stWhole selection type draws the entire plottable with selected style if mSelection isn't empty - { - if (selected()) - selectedSegments << QCPDataRange(0, dataCount()); - else - unselectedSegments << QCPDataRange(0, dataCount()); - } else - { - QCPDataSelection sel(selection()); - sel.simplify(); - selectedSegments = sel.dataRanges(); - unselectedSegments = sel.inverse(QCPDataRange(0, dataCount())).dataRanges(); - } -} - -/*! - A helper method which draws a line with the passed \a painter, according to the pixel data in \a - lineData. NaN points create gaps in the line, as expected from QCustomPlot's plottables (this is - the main difference to QPainter's regular drawPolyline, which handles NaNs by lagging or - crashing). - - Further it uses a faster line drawing technique based on \ref QCPPainter::drawLine rather than \c - QPainter::drawPolyline if the configured \ref QCustomPlot::setPlottingHints() and \a painter - style allows. -*/ -template -void QCPAbstractPlottable1D::drawPolyline(QCPPainter *painter, const QVector &lineData) const -{ - // if drawing lines in plot (instead of PDF), reduce 1px lines to cosmetic, because at least in - // Qt6 drawing of "1px" width lines is much slower even though it has same appearance apart from - // High-DPI. In High-DPI cases people must set a pen width slightly larger than 1.0 to get - // correct DPI scaling of width, but of course with performance penalty. - if (!painter->modes().testFlag(QCPPainter::pmVectorized) && - qFuzzyCompare(painter->pen().widthF(), 1.0)) - { - QPen newPen = painter->pen(); - newPen.setWidth(0); - painter->setPen(newPen); - } - - // 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()) || qIsInf(lineData.at(i).y())) // NaNs create a gap in the line. Also filter Infs which make drawPolyline block - { - 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); - } -} - - -/* end of 'src/plottable1d.h' */ - - -/* including file 'src/colorgradient.h' */ -/* modified 2022-11-06T12:45:56, size 7262 */ - -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 how NaN data points shall appear in the plot. - - \see setNanHandling, setNanColor - */ - enum NanHandling { nhNone ///< NaN data points are not explicitly handled and shouldn't occur in the data (this gives slight performance improvement) - ,nhLowestColor ///< NaN data points appear as the lowest color defined in this QCPColorGradient - ,nhHighestColor ///< NaN data points appear as the highest color defined in this QCPColorGradient - ,nhTransparent ///< NaN data points appear transparent - ,nhNanColor ///< NaN data points appear as the color defined with \ref setNanColor - }; - Q_ENUMS(NanHandling) - - /*! - 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(); - QCPColorGradient(GradientPreset preset); - 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; } - NanHandling nanHandling() const { return mNanHandling; } - QColor nanColor() const { return mNanColor; } - 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 setNanHandling(NanHandling handling); - void setNanColor(const QColor &color); - 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); - void colorize(const double *data, const unsigned char *alpha, 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: - // property members: - int mLevelCount; - QMap mColorStops; - ColorInterpolation mColorInterpolation; - NanHandling mNanHandling; - QColor mNanColor; - bool mPeriodic; - - // non-property members: - QVector mColorBuffer; // have colors premultiplied with alpha (for usage with QImage::Format_ARGB32_Premultiplied) - bool mColorBufferInvalidated; - - // non-virtual methods: - bool stopsUseAlpha() const; - void updateColorBuffer(); -}; -Q_DECLARE_METATYPE(QCPColorGradient::ColorInterpolation) -Q_DECLARE_METATYPE(QCPColorGradient::NanHandling) -Q_DECLARE_METATYPE(QCPColorGradient::GradientPreset) - -/* end of 'src/colorgradient.h' */ - - -/* including file 'src/selectiondecorator-bracket.h' */ -/* modified 2022-11-06T12:45:56, size 4458 */ - -class QCP_LIB_DECL QCPSelectionDecoratorBracket : public QCPSelectionDecorator -{ - Q_GADGET -public: - - /*! - Defines which shape is drawn at the boundaries of selected data ranges. - - Some of the bracket styles further allow specifying a height and/or width, see \ref - setBracketHeight and \ref setBracketWidth. - */ - enum BracketStyle { bsSquareBracket ///< A square bracket is drawn. - ,bsHalfEllipse ///< A half ellipse is drawn. The size of the ellipse is given by the bracket width/height properties. - ,bsEllipse ///< An ellipse is drawn. The size of the ellipse is given by the bracket width/height properties. - ,bsPlus ///< A plus is drawn. - ,bsUserStyle ///< Start custom bracket styles at this index when subclassing and reimplementing \ref drawBracket. - }; - Q_ENUMS(BracketStyle) - - QCPSelectionDecoratorBracket(); - virtual ~QCPSelectionDecoratorBracket() Q_DECL_OVERRIDE; - - // getters: - QPen bracketPen() const { return mBracketPen; } - QBrush bracketBrush() const { return mBracketBrush; } - int bracketWidth() const { return mBracketWidth; } - int bracketHeight() const { return mBracketHeight; } - BracketStyle bracketStyle() const { return mBracketStyle; } - bool tangentToData() const { return mTangentToData; } - int tangentAverage() const { return mTangentAverage; } - - // setters: - void setBracketPen(const QPen &pen); - void setBracketBrush(const QBrush &brush); - void setBracketWidth(int width); - void setBracketHeight(int height); - void setBracketStyle(BracketStyle style); - void setTangentToData(bool enabled); - void setTangentAverage(int pointCount); - - // introduced virtual methods: - virtual void drawBracket(QCPPainter *painter, int direction) const; - - // virtual methods: - virtual void drawDecoration(QCPPainter *painter, QCPDataSelection selection) Q_DECL_OVERRIDE; - -protected: - // property members: - QPen mBracketPen; - QBrush mBracketBrush; - int mBracketWidth; - int mBracketHeight; - BracketStyle mBracketStyle; - bool mTangentToData; - int mTangentAverage; - - // non-virtual methods: - double getTangentAngle(const QCPPlottableInterface1D *interface1d, int dataIndex, int direction) const; - QPointF getPixelCoordinates(const QCPPlottableInterface1D *interface1d, int dataIndex) const; - -}; -Q_DECLARE_METATYPE(QCPSelectionDecoratorBracket::BracketStyle) - -/* end of 'src/selectiondecorator-bracket.h' */ - - -/* including file 'src/layoutelements/layoutelement-axisrect.h' */ -/* modified 2022-11-06T12:45:56, size 7529 */ - -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() Q_DECL_OVERRIDE; - - // getters: - QPixmap background() const { return mBackgroundPixmap; } - QBrush backgroundBrush() const { return mBackgroundBrush; } - 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); - QList rangeDragAxes(Qt::Orientation orientation); - QList rangeZoomAxes(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 setRangeDragAxes(QList axes); - void setRangeDragAxes(QList horizontal, QList vertical); - void setRangeZoomAxes(QCPAxis *horizontal, QCPAxis *vertical); - void setRangeZoomAxes(QList axes); - void setRangeZoomAxes(QList horizontal, QList 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=nullptr); - QList addAxes(QCPAxis::AxisTypes types); - bool removeAxis(QCPAxis *axis); - QCPLayoutInset *insetLayout() const { return mInsetLayout; } - - void zoom(const QRectF &pixelRect); - void zoom(const QRectF &pixelRect, const QList &affectedAxes); - 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) Q_DECL_OVERRIDE; - virtual QList elements(bool recursive) const Q_DECL_OVERRIDE; - -protected: - // property members: - QBrush mBackgroundBrush; - QPixmap mBackgroundPixmap; - QPixmap mScaledBackgroundPixmap; - bool mBackgroundScaled; - Qt::AspectRatioMode mBackgroundScaledMode; - QCPLayoutInset *mInsetLayout; - Qt::Orientations mRangeDrag, mRangeZoom; - QList > mRangeDragHorzAxis, mRangeDragVertAxis; - QList > mRangeZoomHorzAxis, mRangeZoomVertAxis; - double mRangeZoomFactorHorz, mRangeZoomFactorVert; - - // non-property members: - QList mDragStartHorzRange, mDragStartVertRange; - QCP::AntialiasedElements mAADragBackup, mNotAADragBackup; - bool mDragging; - QHash > mAxes; - - // reimplemented virtual methods: - virtual void applyDefaultAntialiasingHint(QCPPainter *painter) const Q_DECL_OVERRIDE; - virtual void draw(QCPPainter *painter) Q_DECL_OVERRIDE; - virtual int calculateAutoMargin(QCP::MarginSide side) Q_DECL_OVERRIDE; - virtual void layoutChanged() Q_DECL_OVERRIDE; - // events: - virtual void mousePressEvent(QMouseEvent *event, const QVariant &details) Q_DECL_OVERRIDE; - virtual void mouseMoveEvent(QMouseEvent *event, const QPointF &startPos) Q_DECL_OVERRIDE; - virtual void mouseReleaseEvent(QMouseEvent *event, const QPointF &startPos) Q_DECL_OVERRIDE; - virtual void wheelEvent(QWheelEvent *event) Q_DECL_OVERRIDE; - - // non-property methods: - void drawBackground(QCPPainter *painter); - void updateAxesOffset(QCPAxis::AxisType type); - -private: - Q_DISABLE_COPY(QCPAxisRect) - - friend class QCustomPlot; -}; - - -/* end of 'src/layoutelements/layoutelement-axisrect.h' */ - - -/* including file 'src/layoutelements/layoutelement-legend.h' */ -/* modified 2022-11-06T12:45:56, size 10425 */ - -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=nullptr) const Q_DECL_OVERRIDE; - -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 Q_DECL_OVERRIDE; - virtual void applyDefaultAntialiasingHint(QCPPainter *painter) const Q_DECL_OVERRIDE; - virtual QRect clipRect() const Q_DECL_OVERRIDE; - virtual void draw(QCPPainter *painter) Q_DECL_OVERRIDE = 0; - // events: - virtual void selectEvent(QMouseEvent *event, bool additive, const QVariant &details, bool *selectionStateChanged) Q_DECL_OVERRIDE; - virtual void deselectEvent(bool *selectionStateChanged) Q_DECL_OVERRIDE; - -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) Q_DECL_OVERRIDE; - virtual QSize minimumOuterSizeHint() const Q_DECL_OVERRIDE; - - // 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_ENUMS(SelectablePart) - Q_FLAGS(SelectableParts) - Q_DECLARE_FLAGS(SelectableParts, SelectablePart) - - explicit QCPLegend(); - virtual ~QCPLegend() Q_DECL_OVERRIDE; - - // 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=nullptr) const Q_DECL_OVERRIDE; - - // 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) Q_DECL_OVERRIDE; - virtual QCP::Interaction selectionCategory() const Q_DECL_OVERRIDE; - virtual void applyDefaultAntialiasingHint(QCPPainter *painter) const Q_DECL_OVERRIDE; - virtual void draw(QCPPainter *painter) Q_DECL_OVERRIDE; - // events: - virtual void selectEvent(QMouseEvent *event, bool additive, const QVariant &details, bool *selectionStateChanged) Q_DECL_OVERRIDE; - virtual void deselectEvent(bool *selectionStateChanged) Q_DECL_OVERRIDE; - - // 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) - -/* end of 'src/layoutelements/layoutelement-legend.h' */ - - -/* including file 'src/layoutelements/layoutelement-textelement.h' */ -/* modified 2022-11-06T12:45:56, size 5359 */ - -class QCP_LIB_DECL QCPTextElement : 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 QCPTextElement(QCustomPlot *parentPlot); - QCPTextElement(QCustomPlot *parentPlot, const QString &text); - QCPTextElement(QCustomPlot *parentPlot, const QString &text, double pointSize); - QCPTextElement(QCustomPlot *parentPlot, const QString &text, const QString &fontFamily, double pointSize); - QCPTextElement(QCustomPlot *parentPlot, const QString &text, const QFont &font); - - // getters: - QString text() const { return mText; } - int textFlags() const { return mTextFlags; } - 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 setTextFlags(int flags); - 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=nullptr) const Q_DECL_OVERRIDE; - virtual void mousePressEvent(QMouseEvent *event, const QVariant &details) Q_DECL_OVERRIDE; - virtual void mouseReleaseEvent(QMouseEvent *event, const QPointF &startPos) Q_DECL_OVERRIDE; - virtual void mouseDoubleClickEvent(QMouseEvent *event, const QVariant &details) Q_DECL_OVERRIDE; - -signals: - void selectionChanged(bool selected); - void selectableChanged(bool selectable); - void clicked(QMouseEvent *event); - void doubleClicked(QMouseEvent *event); - -protected: - // property members: - QString mText; - int mTextFlags; - QFont mFont; - QColor mTextColor; - QFont mSelectedFont; - QColor mSelectedTextColor; - QRect mTextBoundingRect; - bool mSelectable, mSelected; - - // reimplemented virtual methods: - virtual void applyDefaultAntialiasingHint(QCPPainter *painter) const Q_DECL_OVERRIDE; - virtual void draw(QCPPainter *painter) Q_DECL_OVERRIDE; - virtual QSize minimumOuterSizeHint() const Q_DECL_OVERRIDE; - virtual QSize maximumOuterSizeHint() const Q_DECL_OVERRIDE; - // events: - virtual void selectEvent(QMouseEvent *event, bool additive, const QVariant &details, bool *selectionStateChanged) Q_DECL_OVERRIDE; - virtual void deselectEvent(bool *selectionStateChanged) Q_DECL_OVERRIDE; - - // non-virtual methods: - QFont mainFont() const; - QColor mainTextColor() const; - -private: - Q_DISABLE_COPY(QCPTextElement) -}; - - - -/* end of 'src/layoutelements/layoutelement-textelement.h' */ - - -/* including file 'src/layoutelements/layoutelement-colorscale.h' */ -/* modified 2022-11-06T12:45:56, size 5939 */ - - -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) Q_DECL_OVERRIDE; - 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() Q_DECL_OVERRIDE; - - // 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) Q_DECL_OVERRIDE; - -signals: - void dataRangeChanged(const QCPRange &newRange); - void dataScaleTypeChanged(QCPAxis::ScaleType scaleType); - void gradientChanged(const 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 Q_DECL_OVERRIDE; - // events: - virtual void mousePressEvent(QMouseEvent *event, const QVariant &details) Q_DECL_OVERRIDE; - virtual void mouseMoveEvent(QMouseEvent *event, const QPointF &startPos) Q_DECL_OVERRIDE; - virtual void mouseReleaseEvent(QMouseEvent *event, const QPointF &startPos) Q_DECL_OVERRIDE; - virtual void wheelEvent(QWheelEvent *event) Q_DECL_OVERRIDE; - -private: - Q_DISABLE_COPY(QCPColorScale) - - friend class QCPColorScaleAxisRectPrivate; -}; - - -/* end of 'src/layoutelements/layoutelement-colorscale.h' */ - - -/* including file 'src/plottables/plottable-graph.h' */ -/* modified 2022-11-06T12:45:56, size 9316 */ - -class QCP_LIB_DECL QCPGraphData -{ -public: - QCPGraphData(); - QCPGraphData(double key, double value); - - inline double sortKey() const { return key; } - inline static QCPGraphData fromSortKey(double sortKey) { return QCPGraphData(sortKey, 0); } - inline static bool sortKeyIsMainKey() { return true; } - - inline double mainKey() const { return key; } - inline double mainValue() const { return value; } - - inline QCPRange valueRange() const { return QCPRange(value, value); } - - double key, value; -}; -Q_DECLARE_TYPEINFO(QCPGraphData, Q_PRIMITIVE_TYPE); - - -/*! \typedef QCPGraphDataContainer - - Container for storing \ref QCPGraphData points. The data is stored sorted by \a key. - - This template instantiation is the container in which QCPGraph holds its data. For details about - the generic container, see the documentation of the class template \ref QCPDataContainer. - - \see QCPGraphData, QCPGraph::setData -*/ -typedef QCPDataContainer QCPGraphDataContainer; - -class QCP_LIB_DECL QCPGraph : public QCPAbstractPlottable1D -{ - Q_OBJECT - /// \cond INCLUDE_QPROPERTIES - Q_PROPERTY(LineStyle lineStyle READ lineStyle WRITE setLineStyle) - Q_PROPERTY(QCPScatterStyle scatterStyle READ scatterStyle WRITE setScatterStyle) - Q_PROPERTY(int scatterSkip READ scatterSkip WRITE setScatterSkip) - 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) - - explicit QCPGraph(QCPAxis *keyAxis, QCPAxis *valueAxis); - virtual ~QCPGraph() Q_DECL_OVERRIDE; - - // getters: - QSharedPointer data() const { return mDataContainer; } - LineStyle lineStyle() const { return mLineStyle; } - QCPScatterStyle scatterStyle() const { return mScatterStyle; } - int scatterSkip() const { return mScatterSkip; } - QCPGraph *channelFillGraph() const { return mChannelFillGraph.data(); } - bool adaptiveSampling() const { return mAdaptiveSampling; } - - // setters: - void setData(QSharedPointer data); - void setData(const QVector &keys, const QVector &values, bool alreadySorted=false); - void setLineStyle(LineStyle ls); - void setScatterStyle(const QCPScatterStyle &style); - void setScatterSkip(int skip); - void setChannelFillGraph(QCPGraph *targetGraph); - void setAdaptiveSampling(bool enabled); - - // non-property methods: - void addData(const QVector &keys, const QVector &values, bool alreadySorted=false); - void addData(double key, double value); - - // reimplemented virtual methods: - virtual double selectTest(const QPointF &pos, bool onlySelectable, QVariant *details=nullptr) const Q_DECL_OVERRIDE; - virtual QCPRange getKeyRange(bool &foundRange, QCP::SignDomain inSignDomain=QCP::sdBoth) const Q_DECL_OVERRIDE; - virtual QCPRange getValueRange(bool &foundRange, QCP::SignDomain inSignDomain=QCP::sdBoth, const QCPRange &inKeyRange=QCPRange()) const Q_DECL_OVERRIDE; - -protected: - // property members: - LineStyle mLineStyle; - QCPScatterStyle mScatterStyle; - int mScatterSkip; - QPointer mChannelFillGraph; - bool mAdaptiveSampling; - - // reimplemented virtual methods: - virtual void draw(QCPPainter *painter) Q_DECL_OVERRIDE; - virtual void drawLegendIcon(QCPPainter *painter, const QRectF &rect) const Q_DECL_OVERRIDE; - - // introduced virtual methods: - virtual void drawFill(QCPPainter *painter, QVector *lines) const; - virtual void drawScatterPlot(QCPPainter *painter, const QVector &scatters, const QCPScatterStyle &style) const; - virtual void drawLinePlot(QCPPainter *painter, const QVector &lines) const; - virtual void drawImpulsePlot(QCPPainter *painter, const QVector &lines) const; - - virtual void getOptimizedLineData(QVector *lineData, const QCPGraphDataContainer::const_iterator &begin, const QCPGraphDataContainer::const_iterator &end) const; - virtual void getOptimizedScatterData(QVector *scatterData, QCPGraphDataContainer::const_iterator begin, QCPGraphDataContainer::const_iterator end) const; - - // non-virtual methods: - void getVisibleDataBounds(QCPGraphDataContainer::const_iterator &begin, QCPGraphDataContainer::const_iterator &end, const QCPDataRange &rangeRestriction) const; - void getLines(QVector *lines, const QCPDataRange &dataRange) const; - void getScatters(QVector *scatters, const QCPDataRange &dataRange) const; - QVector dataToLines(const QVector &data) const; - QVector dataToStepLeftLines(const QVector &data) const; - QVector dataToStepRightLines(const QVector &data) const; - QVector dataToStepCenterLines(const QVector &data) const; - QVector dataToImpulseLines(const QVector &data) const; - QVector getNonNanSegments(const QVector *lineData, Qt::Orientation keyOrientation) const; - QVector > getOverlappingSegments(QVector thisSegments, const QVector *thisData, QVector otherSegments, const QVector *otherData) const; - bool segmentsIntersect(double aLower, double aUpper, double bLower, double bUpper, int &bPrecedence) const; - QPointF getFillBasePoint(QPointF matchingDataPoint) const; - const QPolygonF getFillPolygon(const QVector *lineData, QCPDataRange segment) const; - const QPolygonF getChannelFillPolygon(const QVector *thisData, QCPDataRange thisSegment, const QVector *otherData, QCPDataRange otherSegment) 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, QCPGraphDataContainer::const_iterator &closestData) const; - - friend class QCustomPlot; - friend class QCPLegend; -}; -Q_DECLARE_METATYPE(QCPGraph::LineStyle) - -/* end of 'src/plottables/plottable-graph.h' */ - - -/* including file 'src/plottables/plottable-curve.h' */ -/* modified 2022-11-06T12:45:56, size 7434 */ - -class QCP_LIB_DECL QCPCurveData -{ -public: - QCPCurveData(); - QCPCurveData(double t, double key, double value); - - inline double sortKey() const { return t; } - inline static QCPCurveData fromSortKey(double sortKey) { return QCPCurveData(sortKey, 0, 0); } - inline static bool sortKeyIsMainKey() { return false; } - - inline double mainKey() const { return key; } - inline double mainValue() const { return value; } - - inline QCPRange valueRange() const { return QCPRange(value, value); } - - double t, key, value; -}; -Q_DECLARE_TYPEINFO(QCPCurveData, Q_PRIMITIVE_TYPE); - - -/*! \typedef QCPCurveDataContainer - - Container for storing \ref QCPCurveData points. The data is stored sorted by \a t, so the \a - sortKey() (returning \a t) is different from \a mainKey() (returning \a key). - - This template instantiation is the container in which QCPCurve holds its data. For details about - the generic container, see the documentation of the class template \ref QCPDataContainer. - - \see QCPCurveData, QCPCurve::setData -*/ -typedef QCPDataContainer QCPCurveDataContainer; - -class QCP_LIB_DECL QCPCurve : public QCPAbstractPlottable1D -{ - Q_OBJECT - /// \cond INCLUDE_QPROPERTIES - Q_PROPERTY(QCPScatterStyle scatterStyle READ scatterStyle WRITE setScatterStyle) - Q_PROPERTY(int scatterSkip READ scatterSkip WRITE setScatterSkip) - 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 - }; - Q_ENUMS(LineStyle) - - explicit QCPCurve(QCPAxis *keyAxis, QCPAxis *valueAxis); - virtual ~QCPCurve() Q_DECL_OVERRIDE; - - // getters: - QSharedPointer data() const { return mDataContainer; } - QCPScatterStyle scatterStyle() const { return mScatterStyle; } - int scatterSkip() const { return mScatterSkip; } - LineStyle lineStyle() const { return mLineStyle; } - - // setters: - void setData(QSharedPointer data); - void setData(const QVector &t, const QVector &keys, const QVector &values, bool alreadySorted=false); - void setData(const QVector &keys, const QVector &values); - void setScatterStyle(const QCPScatterStyle &style); - void setScatterSkip(int skip); - void setLineStyle(LineStyle style); - - // non-property methods: - void addData(const QVector &t, const QVector &keys, const QVector &values, bool alreadySorted=false); - void addData(const QVector &keys, const QVector &values); - void addData(double t, double key, double value); - void addData(double key, double value); - - // reimplemented virtual methods: - virtual double selectTest(const QPointF &pos, bool onlySelectable, QVariant *details=nullptr) const Q_DECL_OVERRIDE; - virtual QCPRange getKeyRange(bool &foundRange, QCP::SignDomain inSignDomain=QCP::sdBoth) const Q_DECL_OVERRIDE; - virtual QCPRange getValueRange(bool &foundRange, QCP::SignDomain inSignDomain=QCP::sdBoth, const QCPRange &inKeyRange=QCPRange()) const Q_DECL_OVERRIDE; - -protected: - // property members: - QCPScatterStyle mScatterStyle; - int mScatterSkip; - LineStyle mLineStyle; - - // reimplemented virtual methods: - virtual void draw(QCPPainter *painter) Q_DECL_OVERRIDE; - virtual void drawLegendIcon(QCPPainter *painter, const QRectF &rect) const Q_DECL_OVERRIDE; - - // introduced virtual methods: - virtual void drawCurveLine(QCPPainter *painter, const QVector &lines) const; - virtual void drawScatterPlot(QCPPainter *painter, const QVector &points, const QCPScatterStyle &style) const; - - // non-virtual methods: - void getCurveLines(QVector *lines, const QCPDataRange &dataRange, double penWidth) const; - void getScatters(QVector *scatters, const QCPDataRange &dataRange, double scatterWidth) const; - int getRegion(double key, double value, double keyMin, double valueMax, double keyMax, double valueMin) const; - QPointF getOptimizedPoint(int otherRegion, double otherKey, double otherValue, double key, double value, double keyMin, double valueMax, double keyMax, double valueMin) const; - QVector getOptimizedCornerPoints(int prevRegion, int currentRegion, double prevKey, double prevValue, double key, double value, double keyMin, double valueMax, double keyMax, double valueMin) const; - bool mayTraverse(int prevRegion, int currentRegion) const; - bool getTraverse(double prevKey, double prevValue, double key, double value, double keyMin, double valueMax, double keyMax, double valueMin, QPointF &crossA, QPointF &crossB) const; - void getTraverseCornerPoints(int prevRegion, int currentRegion, double keyMin, double valueMax, double keyMax, double valueMin, QVector &beforeTraverse, QVector &afterTraverse) const; - double pointDistance(const QPointF &pixelPoint, QCPCurveDataContainer::const_iterator &closestData) const; - - friend class QCustomPlot; - friend class QCPLegend; -}; -Q_DECLARE_METATYPE(QCPCurve::LineStyle) - -/* end of 'src/plottables/plottable-curve.h' */ - - -/* including file 'src/plottables/plottable-bars.h' */ -/* modified 2022-11-06T12:45:56, size 8955 */ - -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 - }; - Q_ENUMS(SpacingType) - - explicit QCPBarsGroup(QCustomPlot *parentPlot); - virtual ~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; -}; -Q_DECLARE_METATYPE(QCPBarsGroup::SpacingType) - - -class QCP_LIB_DECL QCPBarsData -{ -public: - QCPBarsData(); - QCPBarsData(double key, double value); - - inline double sortKey() const { return key; } - inline static QCPBarsData fromSortKey(double sortKey) { return QCPBarsData(sortKey, 0); } - inline static bool sortKeyIsMainKey() { return true; } - - inline double mainKey() const { return key; } - inline double mainValue() const { return value; } - - inline QCPRange valueRange() const { return QCPRange(value, value); } // note that bar base value isn't held in each QCPBarsData and thus can't/shouldn't be returned here - - double key, value; -}; -Q_DECLARE_TYPEINFO(QCPBarsData, Q_PRIMITIVE_TYPE); - - -/*! \typedef QCPBarsDataContainer - - Container for storing \ref QCPBarsData points. The data is stored sorted by \a key. - - This template instantiation is the container in which QCPBars holds its data. For details about - the generic container, see the documentation of the class template \ref QCPDataContainer. - - \see QCPBarsData, QCPBars::setData -*/ -typedef QCPDataContainer QCPBarsDataContainer; - -class QCP_LIB_DECL QCPBars : public QCPAbstractPlottable1D -{ - 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(double stackingGap READ stackingGap WRITE setStackingGap) - 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() Q_DECL_OVERRIDE; - - // getters: - double width() const { return mWidth; } - WidthType widthType() const { return mWidthType; } - QCPBarsGroup *barsGroup() const { return mBarsGroup; } - double baseValue() const { return mBaseValue; } - double stackingGap() const { return mStackingGap; } - QCPBars *barBelow() const { return mBarBelow.data(); } - QCPBars *barAbove() const { return mBarAbove.data(); } - QSharedPointer data() const { return mDataContainer; } - - // setters: - void setData(QSharedPointer data); - void setData(const QVector &keys, const QVector &values, bool alreadySorted=false); - void setWidth(double width); - void setWidthType(WidthType widthType); - void setBarsGroup(QCPBarsGroup *barsGroup); - void setBaseValue(double baseValue); - void setStackingGap(double pixels); - - // non-property methods: - void addData(const QVector &keys, const QVector &values, bool alreadySorted=false); - void addData(double key, double value); - void moveBelow(QCPBars *bars); - void moveAbove(QCPBars *bars); - - // reimplemented virtual methods: - virtual QCPDataSelection selectTestRect(const QRectF &rect, bool onlySelectable) const Q_DECL_OVERRIDE; - virtual double selectTest(const QPointF &pos, bool onlySelectable, QVariant *details=nullptr) const Q_DECL_OVERRIDE; - virtual QCPRange getKeyRange(bool &foundRange, QCP::SignDomain inSignDomain=QCP::sdBoth) const Q_DECL_OVERRIDE; - virtual QCPRange getValueRange(bool &foundRange, QCP::SignDomain inSignDomain=QCP::sdBoth, const QCPRange &inKeyRange=QCPRange()) const Q_DECL_OVERRIDE; - virtual QPointF dataPixelPosition(int index) const Q_DECL_OVERRIDE; - -protected: - // property members: - double mWidth; - WidthType mWidthType; - QCPBarsGroup *mBarsGroup; - double mBaseValue; - double mStackingGap; - QPointer mBarBelow, mBarAbove; - - // reimplemented virtual methods: - virtual void draw(QCPPainter *painter) Q_DECL_OVERRIDE; - virtual void drawLegendIcon(QCPPainter *painter, const QRectF &rect) const Q_DECL_OVERRIDE; - - // non-virtual methods: - void getVisibleDataBounds(QCPBarsDataContainer::const_iterator &begin, QCPBarsDataContainer::const_iterator &end) const; - QRectF getBarRect(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; -}; -Q_DECLARE_METATYPE(QCPBars::WidthType) - -/* end of 'src/plottables/plottable-bars.h' */ - - -/* including file 'src/plottables/plottable-statisticalbox.h' */ -/* modified 2022-11-06T12:45:56, size 7522 */ - -class QCP_LIB_DECL QCPStatisticalBoxData -{ -public: - QCPStatisticalBoxData(); - QCPStatisticalBoxData(double key, double minimum, double lowerQuartile, double median, double upperQuartile, double maximum, const QVector& outliers=QVector()); - - inline double sortKey() const { return key; } - inline static QCPStatisticalBoxData fromSortKey(double sortKey) { return QCPStatisticalBoxData(sortKey, 0, 0, 0, 0, 0); } - inline static bool sortKeyIsMainKey() { return true; } - - inline double mainKey() const { return key; } - inline double mainValue() const { return median; } - - inline QCPRange valueRange() const - { - QCPRange result(minimum, maximum); - for (QVector::const_iterator it = outliers.constBegin(); it != outliers.constEnd(); ++it) - result.expand(*it); - return result; - } - - double key, minimum, lowerQuartile, median, upperQuartile, maximum; - QVector outliers; -}; -Q_DECLARE_TYPEINFO(QCPStatisticalBoxData, Q_MOVABLE_TYPE); - - -/*! \typedef QCPStatisticalBoxDataContainer - - Container for storing \ref QCPStatisticalBoxData points. The data is stored sorted by \a key. - - This template instantiation is the container in which QCPStatisticalBox holds its data. For - details about the generic container, see the documentation of the class template \ref - QCPDataContainer. - - \see QCPStatisticalBoxData, QCPStatisticalBox::setData -*/ -typedef QCPDataContainer QCPStatisticalBoxDataContainer; - -class QCP_LIB_DECL QCPStatisticalBox : public QCPAbstractPlottable1D -{ - Q_OBJECT - /// \cond INCLUDE_QPROPERTIES - 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(bool whiskerAntialiased READ whiskerAntialiased WRITE setWhiskerAntialiased) - 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: - QSharedPointer data() const { return mDataContainer; } - double width() const { return mWidth; } - double whiskerWidth() const { return mWhiskerWidth; } - QPen whiskerPen() const { return mWhiskerPen; } - QPen whiskerBarPen() const { return mWhiskerBarPen; } - bool whiskerAntialiased() const { return mWhiskerAntialiased; } - QPen medianPen() const { return mMedianPen; } - QCPScatterStyle outlierStyle() const { return mOutlierStyle; } - - // setters: - void setData(QSharedPointer data); - void setData(const QVector &keys, const QVector &minimum, const QVector &lowerQuartile, const QVector &median, const QVector &upperQuartile, const QVector &maximum, bool alreadySorted=false); - void setWidth(double width); - void setWhiskerWidth(double width); - void setWhiskerPen(const QPen &pen); - void setWhiskerBarPen(const QPen &pen); - void setWhiskerAntialiased(bool enabled); - void setMedianPen(const QPen &pen); - void setOutlierStyle(const QCPScatterStyle &style); - - // non-property methods: - void addData(const QVector &keys, const QVector &minimum, const QVector &lowerQuartile, const QVector &median, const QVector &upperQuartile, const QVector &maximum, bool alreadySorted=false); - void addData(double key, double minimum, double lowerQuartile, double median, double upperQuartile, double maximum, const QVector &outliers=QVector()); - - // reimplemented virtual methods: - virtual QCPDataSelection selectTestRect(const QRectF &rect, bool onlySelectable) const Q_DECL_OVERRIDE; - virtual double selectTest(const QPointF &pos, bool onlySelectable, QVariant *details=nullptr) const Q_DECL_OVERRIDE; - virtual QCPRange getKeyRange(bool &foundRange, QCP::SignDomain inSignDomain=QCP::sdBoth) const Q_DECL_OVERRIDE; - virtual QCPRange getValueRange(bool &foundRange, QCP::SignDomain inSignDomain=QCP::sdBoth, const QCPRange &inKeyRange=QCPRange()) const Q_DECL_OVERRIDE; - -protected: - // property members: - double mWidth; - double mWhiskerWidth; - QPen mWhiskerPen, mWhiskerBarPen; - bool mWhiskerAntialiased; - QPen mMedianPen; - QCPScatterStyle mOutlierStyle; - - // reimplemented virtual methods: - virtual void draw(QCPPainter *painter) Q_DECL_OVERRIDE; - virtual void drawLegendIcon(QCPPainter *painter, const QRectF &rect) const Q_DECL_OVERRIDE; - - // introduced virtual methods: - virtual void drawStatisticalBox(QCPPainter *painter, QCPStatisticalBoxDataContainer::const_iterator it, const QCPScatterStyle &outlierStyle) const; - - // non-virtual methods: - void getVisibleDataBounds(QCPStatisticalBoxDataContainer::const_iterator &begin, QCPStatisticalBoxDataContainer::const_iterator &end) const; - QRectF getQuartileBox(QCPStatisticalBoxDataContainer::const_iterator it) const; - QVector getWhiskerBackboneLines(QCPStatisticalBoxDataContainer::const_iterator it) const; - QVector getWhiskerBarLines(QCPStatisticalBoxDataContainer::const_iterator it) const; - - friend class QCustomPlot; - friend class QCPLegend; -}; - -/* end of 'src/plottables/plottable-statisticalbox.h' */ - - -/* including file 'src/plottables/plottable-colormap.h' */ -/* modified 2022-11-06T12:45:56, size 7092 */ - -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); - unsigned char alpha(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); - void setAlpha(int keyIndex, int valueIndex, unsigned char alpha); - - // non-property methods: - void recalculateDataBounds(); - void clear(); - void clearAlpha(); - void fill(double z); - void fillAlpha(unsigned char alpha); - 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; - unsigned char *mAlpha; - QCPRange mDataBounds; - bool mDataModified; - - bool createAlpha(bool initializeOpaque=true); - - 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() Q_DECL_OVERRIDE; - - // 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 double selectTest(const QPointF &pos, bool onlySelectable, QVariant *details=nullptr) const Q_DECL_OVERRIDE; - virtual QCPRange getKeyRange(bool &foundRange, QCP::SignDomain inSignDomain=QCP::sdBoth) const Q_DECL_OVERRIDE; - virtual QCPRange getValueRange(bool &foundRange, QCP::SignDomain inSignDomain=QCP::sdBoth, const QCPRange &inKeyRange=QCPRange()) const Q_DECL_OVERRIDE; - -signals: - void dataRangeChanged(const QCPRange &newRange); - void dataScaleTypeChanged(QCPAxis::ScaleType scaleType); - void gradientChanged(const 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) Q_DECL_OVERRIDE; - virtual void drawLegendIcon(QCPPainter *painter, const QRectF &rect) const Q_DECL_OVERRIDE; - - friend class QCustomPlot; - friend class QCPLegend; -}; - -/* end of 'src/plottables/plottable-colormap.h' */ - - -/* including file 'src/plottables/plottable-financial.h' */ -/* modified 2022-11-06T12:45:56, size 8644 */ - -class QCP_LIB_DECL QCPFinancialData -{ -public: - QCPFinancialData(); - QCPFinancialData(double key, double open, double high, double low, double close); - - inline double sortKey() const { return key; } - inline static QCPFinancialData fromSortKey(double sortKey) { return QCPFinancialData(sortKey, 0, 0, 0, 0); } - inline static bool sortKeyIsMainKey() { return true; } - - inline double mainKey() const { return key; } - inline double mainValue() const { return open; } - - inline QCPRange valueRange() const { return QCPRange(low, high); } // open and close must lie between low and high, so we don't need to check them - - double key, open, high, low, close; -}; -Q_DECLARE_TYPEINFO(QCPFinancialData, Q_PRIMITIVE_TYPE); - - -/*! \typedef QCPFinancialDataContainer - - Container for storing \ref QCPFinancialData points. The data is stored sorted by \a key. - - This template instantiation is the container in which QCPFinancial holds its data. For details - about the generic container, see the documentation of the class template \ref QCPDataContainer. - - \see QCPFinancialData, QCPFinancial::setData -*/ -typedef QCPDataContainer QCPFinancialDataContainer; - -class QCP_LIB_DECL QCPFinancial : public QCPAbstractPlottable1D -{ - Q_OBJECT - /// \cond INCLUDE_QPROPERTIES - Q_PROPERTY(ChartStyle chartStyle READ chartStyle WRITE setChartStyle) - Q_PROPERTY(double width READ width WRITE setWidth) - Q_PROPERTY(WidthType widthType READ widthType WRITE setWidthType) - 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 ways the width of the financial bar can be specified. Thus it defines what the - number passed to \ref setWidth actually means. - - \see setWidthType, setWidth - */ - enum WidthType { wtAbsolute ///< width is in absolute pixels - ,wtAxisRectRatio ///< width is given by a fraction of the axis rect size - ,wtPlotCoords ///< width is in key coordinates and thus scales with the key axis range - }; - Q_ENUMS(WidthType) - - /*! - 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() Q_DECL_OVERRIDE; - - // getters: - QSharedPointer data() const { return mDataContainer; } - ChartStyle chartStyle() const { return mChartStyle; } - double width() const { return mWidth; } - WidthType widthType() const { return mWidthType; } - 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(QSharedPointer data); - void setData(const QVector &keys, const QVector &open, const QVector &high, const QVector &low, const QVector &close, bool alreadySorted=false); - void setChartStyle(ChartStyle style); - void setWidth(double width); - void setWidthType(WidthType widthType); - 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 QVector &keys, const QVector &open, const QVector &high, const QVector &low, const QVector &close, bool alreadySorted=false); - void addData(double key, double open, double high, double low, double close); - - // reimplemented virtual methods: - virtual QCPDataSelection selectTestRect(const QRectF &rect, bool onlySelectable) const Q_DECL_OVERRIDE; - virtual double selectTest(const QPointF &pos, bool onlySelectable, QVariant *details=nullptr) const Q_DECL_OVERRIDE; - virtual QCPRange getKeyRange(bool &foundRange, QCP::SignDomain inSignDomain=QCP::sdBoth) const Q_DECL_OVERRIDE; - virtual QCPRange getValueRange(bool &foundRange, QCP::SignDomain inSignDomain=QCP::sdBoth, const QCPRange &inKeyRange=QCPRange()) const Q_DECL_OVERRIDE; - - // static methods: - static QCPFinancialDataContainer timeSeriesToOhlc(const QVector &time, const QVector &value, double timeBinSize, double timeBinOffset = 0); - -protected: - // property members: - ChartStyle mChartStyle; - double mWidth; - WidthType mWidthType; - bool mTwoColored; - QBrush mBrushPositive, mBrushNegative; - QPen mPenPositive, mPenNegative; - - // reimplemented virtual methods: - virtual void draw(QCPPainter *painter) Q_DECL_OVERRIDE; - virtual void drawLegendIcon(QCPPainter *painter, const QRectF &rect) const Q_DECL_OVERRIDE; - - // non-virtual methods: - void drawOhlcPlot(QCPPainter *painter, const QCPFinancialDataContainer::const_iterator &begin, const QCPFinancialDataContainer::const_iterator &end, bool isSelected); - void drawCandlestickPlot(QCPPainter *painter, const QCPFinancialDataContainer::const_iterator &begin, const QCPFinancialDataContainer::const_iterator &end, bool isSelected); - double getPixelWidth(double key, double keyPixel) const; - double ohlcSelectTest(const QPointF &pos, const QCPFinancialDataContainer::const_iterator &begin, const QCPFinancialDataContainer::const_iterator &end, QCPFinancialDataContainer::const_iterator &closestDataPoint) const; - double candlestickSelectTest(const QPointF &pos, const QCPFinancialDataContainer::const_iterator &begin, const QCPFinancialDataContainer::const_iterator &end, QCPFinancialDataContainer::const_iterator &closestDataPoint) const; - void getVisibleDataBounds(QCPFinancialDataContainer::const_iterator &begin, QCPFinancialDataContainer::const_iterator &end) const; - QRectF selectionHitBox(QCPFinancialDataContainer::const_iterator it) const; - - friend class QCustomPlot; - friend class QCPLegend; -}; -Q_DECLARE_METATYPE(QCPFinancial::ChartStyle) - -/* end of 'src/plottables/plottable-financial.h' */ - - -/* including file 'src/plottables/plottable-errorbar.h' */ -/* modified 2022-11-06T12:45:56, size 7749 */ - -class QCP_LIB_DECL QCPErrorBarsData -{ -public: - QCPErrorBarsData(); - explicit QCPErrorBarsData(double error); - QCPErrorBarsData(double errorMinus, double errorPlus); - - double errorMinus, errorPlus; -}; -Q_DECLARE_TYPEINFO(QCPErrorBarsData, Q_PRIMITIVE_TYPE); - - -/*! \typedef QCPErrorBarsDataContainer - - Container for storing \ref QCPErrorBarsData points. It is a typedef for QVector<\ref - QCPErrorBarsData>. - - This is the container in which \ref QCPErrorBars holds its data. Unlike most other data - containers for plottables, it is not based on \ref QCPDataContainer. This is because the error - bars plottable is special in that it doesn't store its own key and value coordinate per error - bar. It adopts the key and value from the plottable to which the error bars shall be applied - (\ref QCPErrorBars::setDataPlottable). So the stored \ref QCPErrorBarsData doesn't need a - sortable key, but merely an index (as \c QVector provides), which maps one-to-one to the indices - of the other plottable's data. - - \see QCPErrorBarsData, QCPErrorBars::setData -*/ -typedef QVector QCPErrorBarsDataContainer; - -class QCP_LIB_DECL QCPErrorBars : public QCPAbstractPlottable, public QCPPlottableInterface1D -{ - Q_OBJECT - /// \cond INCLUDE_QPROPERTIES - Q_PROPERTY(QSharedPointer data READ data WRITE setData) - Q_PROPERTY(QCPAbstractPlottable* dataPlottable READ dataPlottable WRITE setDataPlottable) - Q_PROPERTY(ErrorType errorType READ errorType WRITE setErrorType) - Q_PROPERTY(double whiskerWidth READ whiskerWidth WRITE setWhiskerWidth) - Q_PROPERTY(double symbolGap READ symbolGap WRITE setSymbolGap) - /// \endcond -public: - - /*! - Defines in which orientation the error bars shall appear. If your data needs both error - dimensions, create two \ref QCPErrorBars with different \ref ErrorType. - - \see setErrorType - */ - enum ErrorType { etKeyError ///< The errors are for the key dimension (bars appear parallel to the key axis) - ,etValueError ///< The errors are for the value dimension (bars appear parallel to the value axis) - }; - Q_ENUMS(ErrorType) - - explicit QCPErrorBars(QCPAxis *keyAxis, QCPAxis *valueAxis); - virtual ~QCPErrorBars() Q_DECL_OVERRIDE; - // getters: - QSharedPointer data() const { return mDataContainer; } - QCPAbstractPlottable *dataPlottable() const { return mDataPlottable.data(); } - ErrorType errorType() const { return mErrorType; } - double whiskerWidth() const { return mWhiskerWidth; } - double symbolGap() const { return mSymbolGap; } - - // setters: - void setData(QSharedPointer data); - void setData(const QVector &error); - void setData(const QVector &errorMinus, const QVector &errorPlus); - void setDataPlottable(QCPAbstractPlottable* plottable); - void setErrorType(ErrorType type); - void setWhiskerWidth(double pixels); - void setSymbolGap(double pixels); - - // non-property methods: - void addData(const QVector &error); - void addData(const QVector &errorMinus, const QVector &errorPlus); - void addData(double error); - void addData(double errorMinus, double errorPlus); - - // virtual methods of 1d plottable interface: - virtual int dataCount() const Q_DECL_OVERRIDE; - virtual double dataMainKey(int index) const Q_DECL_OVERRIDE; - virtual double dataSortKey(int index) const Q_DECL_OVERRIDE; - virtual double dataMainValue(int index) const Q_DECL_OVERRIDE; - virtual QCPRange dataValueRange(int index) const Q_DECL_OVERRIDE; - virtual QPointF dataPixelPosition(int index) const Q_DECL_OVERRIDE; - virtual bool sortKeyIsMainKey() const Q_DECL_OVERRIDE; - virtual QCPDataSelection selectTestRect(const QRectF &rect, bool onlySelectable) const Q_DECL_OVERRIDE; - virtual int findBegin(double sortKey, bool expandedRange=true) const Q_DECL_OVERRIDE; - virtual int findEnd(double sortKey, bool expandedRange=true) const Q_DECL_OVERRIDE; - - // reimplemented virtual methods: - virtual double selectTest(const QPointF &pos, bool onlySelectable, QVariant *details=nullptr) const Q_DECL_OVERRIDE; - virtual QCPPlottableInterface1D *interface1D() Q_DECL_OVERRIDE { return this; } - -protected: - // property members: - QSharedPointer mDataContainer; - QPointer mDataPlottable; - ErrorType mErrorType; - double mWhiskerWidth; - double mSymbolGap; - - // reimplemented virtual methods: - virtual void draw(QCPPainter *painter) Q_DECL_OVERRIDE; - virtual void drawLegendIcon(QCPPainter *painter, const QRectF &rect) const Q_DECL_OVERRIDE; - virtual QCPRange getKeyRange(bool &foundRange, QCP::SignDomain inSignDomain=QCP::sdBoth) const Q_DECL_OVERRIDE; - virtual QCPRange getValueRange(bool &foundRange, QCP::SignDomain inSignDomain=QCP::sdBoth, const QCPRange &inKeyRange=QCPRange()) const Q_DECL_OVERRIDE; - - // non-virtual methods: - void getErrorBarLines(QCPErrorBarsDataContainer::const_iterator it, QVector &backbones, QVector &whiskers) const; - void getVisibleDataBounds(QCPErrorBarsDataContainer::const_iterator &begin, QCPErrorBarsDataContainer::const_iterator &end, const QCPDataRange &rangeRestriction) const; - double pointDistance(const QPointF &pixelPoint, QCPErrorBarsDataContainer::const_iterator &closestData) const; - // helpers: - void getDataSegments(QList &selectedSegments, QList &unselectedSegments) const; - bool errorBarVisible(int index) const; - bool rectIntersectsLine(const QRectF &pixelRect, const QLineF &line) const; - - friend class QCustomPlot; - friend class QCPLegend; -}; - -/* end of 'src/plottables/plottable-errorbar.h' */ - - -/* including file 'src/items/item-straightline.h' */ -/* modified 2022-11-06T12:45:56, size 3137 */ - -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: - explicit QCPItemStraightLine(QCustomPlot *parentPlot); - virtual ~QCPItemStraightLine() Q_DECL_OVERRIDE; - - // 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=nullptr) const Q_DECL_OVERRIDE; - - QCPItemPosition * const point1; - QCPItemPosition * const point2; - -protected: - // property members: - QPen mPen, mSelectedPen; - - // reimplemented virtual methods: - virtual void draw(QCPPainter *painter) Q_DECL_OVERRIDE; - - // non-virtual methods: - QLineF getRectClippedStraightLine(const QCPVector2D &base, const QCPVector2D &vec, const QRect &rect) const; - QPen mainPen() const; -}; - -/* end of 'src/items/item-straightline.h' */ - - -/* including file 'src/items/item-line.h' */ -/* modified 2022-11-06T12:45:56, size 3429 */ - -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: - explicit QCPItemLine(QCustomPlot *parentPlot); - virtual ~QCPItemLine() Q_DECL_OVERRIDE; - - // 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=nullptr) const Q_DECL_OVERRIDE; - - QCPItemPosition * const start; - QCPItemPosition * const end; - -protected: - // property members: - QPen mPen, mSelectedPen; - QCPLineEnding mHead, mTail; - - // reimplemented virtual methods: - virtual void draw(QCPPainter *painter) Q_DECL_OVERRIDE; - - // non-virtual methods: - QLineF getRectClippedLine(const QCPVector2D &start, const QCPVector2D &end, const QRect &rect) const; - QPen mainPen() const; -}; - -/* end of 'src/items/item-line.h' */ - - -/* including file 'src/items/item-curve.h' */ -/* modified 2022-11-06T12:45:56, size 3401 */ - -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: - explicit QCPItemCurve(QCustomPlot *parentPlot); - virtual ~QCPItemCurve() Q_DECL_OVERRIDE; - - // 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=nullptr) const Q_DECL_OVERRIDE; - - 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) Q_DECL_OVERRIDE; - - // non-virtual methods: - QPen mainPen() const; -}; - -/* end of 'src/items/item-curve.h' */ - - -/* including file 'src/items/item-rect.h' */ -/* modified 2022-11-06T12:45:56, size 3710 */ - -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: - explicit QCPItemRect(QCustomPlot *parentPlot); - virtual ~QCPItemRect() Q_DECL_OVERRIDE; - - // 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=nullptr) const Q_DECL_OVERRIDE; - - 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) Q_DECL_OVERRIDE; - virtual QPointF anchorPixelPosition(int anchorId) const Q_DECL_OVERRIDE; - - // non-virtual methods: - QPen mainPen() const; - QBrush mainBrush() const; -}; - -/* end of 'src/items/item-rect.h' */ - - -/* including file 'src/items/item-text.h' */ -/* modified 2022-11-06T12:45:56, size 5576 */ - -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: - explicit QCPItemText(QCustomPlot *parentPlot); - virtual ~QCPItemText() Q_DECL_OVERRIDE; - - // 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=nullptr) const Q_DECL_OVERRIDE; - - 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) Q_DECL_OVERRIDE; - virtual QPointF anchorPixelPosition(int anchorId) const Q_DECL_OVERRIDE; - - // 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; -}; - -/* end of 'src/items/item-text.h' */ - - -/* including file 'src/items/item-ellipse.h' */ -/* modified 2022-11-06T12:45:56, size 3890 */ - -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: - explicit QCPItemEllipse(QCustomPlot *parentPlot); - virtual ~QCPItemEllipse() Q_DECL_OVERRIDE; - - // 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=nullptr) const Q_DECL_OVERRIDE; - - 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) Q_DECL_OVERRIDE; - virtual QPointF anchorPixelPosition(int anchorId) const Q_DECL_OVERRIDE; - - // non-virtual methods: - QPen mainPen() const; - QBrush mainBrush() const; -}; - -/* end of 'src/items/item-ellipse.h' */ - - -/* including file 'src/items/item-pixmap.h' */ -/* modified 2022-11-06T12:45:56, size 4407 */ - -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: - explicit QCPItemPixmap(QCustomPlot *parentPlot); - virtual ~QCPItemPixmap() Q_DECL_OVERRIDE; - - // 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=nullptr) const Q_DECL_OVERRIDE; - - 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; - bool mScaledPixmapInvalidated; - Qt::AspectRatioMode mAspectRatioMode; - Qt::TransformationMode mTransformationMode; - QPen mPen, mSelectedPen; - - // reimplemented virtual methods: - virtual void draw(QCPPainter *painter) Q_DECL_OVERRIDE; - virtual QPointF anchorPixelPosition(int anchorId) const Q_DECL_OVERRIDE; - - // non-virtual methods: - void updateScaledPixmap(QRect finalRect=QRect(), bool flipHorz=false, bool flipVert=false); - QRect getFinalRect(bool *flippedHorz=nullptr, bool *flippedVert=nullptr) const; - QPen mainPen() const; -}; - -/* end of 'src/items/item-pixmap.h' */ - - -/* including file 'src/items/item-tracer.h' */ -/* modified 2022-11-06T12:45:56, size 4811 */ - -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) - - explicit QCPItemTracer(QCustomPlot *parentPlot); - virtual ~QCPItemTracer() Q_DECL_OVERRIDE; - - // 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=nullptr) const Q_DECL_OVERRIDE; - - // 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) Q_DECL_OVERRIDE; - - // non-virtual methods: - QPen mainPen() const; - QBrush mainBrush() const; -}; -Q_DECLARE_METATYPE(QCPItemTracer::TracerStyle) - -/* end of 'src/items/item-tracer.h' */ - - -/* including file 'src/items/item-bracket.h' */ -/* modified 2022-11-06T12:45:56, size 3991 */ - -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: - /*! - Defines the various visual shapes of the bracket item. The appearance can be further modified - by \ref setLength and \ref setPen. - - \see setStyle - */ - 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 - }; - Q_ENUMS(BracketStyle) - - explicit QCPItemBracket(QCustomPlot *parentPlot); - virtual ~QCPItemBracket() Q_DECL_OVERRIDE; - - // 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=nullptr) const Q_DECL_OVERRIDE; - - 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) Q_DECL_OVERRIDE; - virtual QPointF anchorPixelPosition(int anchorId) const Q_DECL_OVERRIDE; - - // non-virtual methods: - QPen mainPen() const; -}; -Q_DECLARE_METATYPE(QCPItemBracket::BracketStyle) - -/* end of 'src/items/item-bracket.h' */ - - -/* including file 'src/polar/radialaxis.h' */ -/* modified 2022-11-06T12:45:56, size 12227 */ - - -class QCP_LIB_DECL QCPPolarAxisRadial : public QCPLayerable -{ - Q_OBJECT - /// \cond INCLUDE_QPROPERTIES - - /// \endcond -public: - /*! - Defines the reference of the angle at which a radial axis is tilted (\ref setAngle). - */ - enum AngleReference { arAbsolute ///< The axis tilt is given in absolute degrees. The zero is to the right and positive angles are measured counter-clockwise. - ,arAngularAxis ///< The axis tilt is measured in the angular coordinate system given by the parent angular axis. - }; - Q_ENUMS(AngleReference) - /*! - Defines the scale of an axis. - \see setScaleType - */ - enum ScaleType { stLinear ///< Linear scaling - ,stLogarithmic ///< Logarithmic scaling with correspondingly transformed axis coordinates (possibly also \ref setTicker to a \ref QCPAxisTickerLog instance). - }; - 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_ENUMS(SelectablePart) - Q_FLAGS(SelectableParts) - Q_DECLARE_FLAGS(SelectableParts, SelectablePart) - - enum LabelMode { lmUpright ///< - ,lmRotated ///< - }; - Q_ENUMS(LabelMode) - - explicit QCPPolarAxisRadial(QCPPolarAxisAngular *parent); - virtual ~QCPPolarAxisRadial(); - - // getters: - bool rangeDrag() const { return mRangeDrag; } - bool rangeZoom() const { return mRangeZoom; } - double rangeZoomFactor() const { return mRangeZoomFactor; } - - QCPPolarAxisAngular *angularAxis() const { return mAngularAxis; } - ScaleType scaleType() const { return mScaleType; } - const QCPRange range() const { return mRange; } - bool rangeReversed() const { return mRangeReversed; } - double angle() const { return mAngle; } - AngleReference angleReference() const { return mAngleReference; } - QSharedPointer ticker() const { return mTicker; } - bool ticks() const { return mTicks; } - bool tickLabels() const { return mTickLabels; } - int tickLabelPadding() const { return mLabelPainter.padding(); } - QFont tickLabelFont() const { return mTickLabelFont; } - QColor tickLabelColor() const { return mTickLabelColor; } - double tickLabelRotation() const { return mLabelPainter.rotation(); } - LabelMode tickLabelMode() const; - QString numberFormat() const; - int numberPrecision() const { return mNumberPrecision; } - QVector tickVector() const { return mTickVector; } - QVector subTickVector() const { return mSubTickVector; } - QVector tickVectorLabels() const { return mTickVectorLabels; } - int tickLengthIn() const; - int tickLengthOut() const; - bool subTicks() const { return mSubTicks; } - 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; - 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; } - - // setters: - void setRangeDrag(bool enabled); - void setRangeZoom(bool enabled); - void setRangeZoomFactor(double factor); - - Q_SLOT void setScaleType(QCPPolarAxisRadial::ScaleType type); - 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 setAngle(double degrees); - void setAngleReference(AngleReference reference); - void setTicker(QSharedPointer ticker); - void setTicks(bool show); - void setTickLabels(bool show); - void setTickLabelPadding(int padding); - void setTickLabelFont(const QFont &font); - void setTickLabelColor(const QColor &color); - void setTickLabelRotation(double degrees); - void setTickLabelMode(LabelMode mode); - void setNumberFormat(const QString &formatCode); - void setNumberPrecision(int precision); - void setTickLength(int inside, int outside=0); - void setTickLengthIn(int inside); - void setTickLengthOut(int outside); - void setSubTicks(bool show); - 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 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 QCPPolarAxisRadial::SelectableParts &selectableParts); - Q_SLOT void setSelectedParts(const QCPPolarAxisRadial::SelectableParts &selectedParts); - - // reimplemented virtual methods: - virtual double selectTest(const QPointF &pos, bool onlySelectable, QVariant *details=0) const Q_DECL_OVERRIDE; - - // non-property methods: - void moveRange(double diff); - void scaleRange(double factor); - void scaleRange(double factor, double center); - void rescale(bool onlyVisiblePlottables=false); - void pixelToCoord(QPointF pixelPos, double &angleCoord, double &radiusCoord) const; - QPointF coordToPixel(double angleCoord, double radiusCoord) const; - double coordToRadius(double coord) const; - double radiusToCoord(double radius) const; - SelectablePart getPartAt(const QPointF &pos) const; - -signals: - void rangeChanged(const QCPRange &newRange); - void rangeChanged(const QCPRange &newRange, const QCPRange &oldRange); - void scaleTypeChanged(QCPPolarAxisRadial::ScaleType scaleType); - void selectionChanged(const QCPPolarAxisRadial::SelectableParts &parts); - void selectableChanged(const QCPPolarAxisRadial::SelectableParts &parts); - -protected: - // property members: - bool mRangeDrag; - bool mRangeZoom; - double mRangeZoomFactor; - - // axis base: - QCPPolarAxisAngular *mAngularAxis; - double mAngle; - AngleReference mAngleReference; - SelectableParts mSelectableParts, mSelectedParts; - QPen mBasePen, mSelectedBasePen; - // axis label: - int mLabelPadding; - QString mLabel; - QFont mLabelFont, mSelectedLabelFont; - QColor mLabelColor, mSelectedLabelColor; - // tick labels: - //int mTickLabelPadding; in label painter - bool mTickLabels; - //double mTickLabelRotation; in label painter - QFont mTickLabelFont, mSelectedTickLabelFont; - QColor mTickLabelColor, mSelectedTickLabelColor; - int mNumberPrecision; - QLatin1Char mNumberFormatChar; - bool mNumberBeautifulPowers; - bool mNumberMultiplyCross; - // ticks and subticks: - bool mTicks; - bool mSubTicks; - int mTickLengthIn, mTickLengthOut, mSubTickLengthIn, mSubTickLengthOut; - QPen mTickPen, mSelectedTickPen; - QPen mSubTickPen, mSelectedSubTickPen; - // scale and range: - QCPRange mRange; - bool mRangeReversed; - ScaleType mScaleType; - - // non-property members: - QPointF mCenter; - double mRadius; - QSharedPointer mTicker; - QVector mTickVector; - QVector mTickVectorLabels; - QVector mSubTickVector; - bool mDragging; - QCPRange mDragStartRange; - QCP::AntialiasedElements mAADragBackup, mNotAADragBackup; - QCPLabelPainterPrivate mLabelPainter; - - // reimplemented virtual methods: - virtual void applyDefaultAntialiasingHint(QCPPainter *painter) const Q_DECL_OVERRIDE; - virtual void draw(QCPPainter *painter) Q_DECL_OVERRIDE; - virtual QCP::Interaction selectionCategory() const Q_DECL_OVERRIDE; - // events: - virtual void selectEvent(QMouseEvent *event, bool additive, const QVariant &details, bool *selectionStateChanged) Q_DECL_OVERRIDE; - virtual void deselectEvent(bool *selectionStateChanged) Q_DECL_OVERRIDE; - // mouse events: - virtual void mousePressEvent(QMouseEvent *event, const QVariant &details) Q_DECL_OVERRIDE; - virtual void mouseMoveEvent(QMouseEvent *event, const QPointF &startPos) Q_DECL_OVERRIDE; - virtual void mouseReleaseEvent(QMouseEvent *event, const QPointF &startPos) Q_DECL_OVERRIDE; - virtual void wheelEvent(QWheelEvent *event) Q_DECL_OVERRIDE; - - // non-virtual methods: - void updateGeometry(const QPointF ¢er, double radius); - void setupTickVectors(); - 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(QCPPolarAxisRadial) - - friend class QCustomPlot; - friend class QCPPolarAxisAngular; -}; -Q_DECLARE_OPERATORS_FOR_FLAGS(QCPPolarAxisRadial::SelectableParts) -Q_DECLARE_METATYPE(QCPPolarAxisRadial::AngleReference) -Q_DECLARE_METATYPE(QCPPolarAxisRadial::ScaleType) -Q_DECLARE_METATYPE(QCPPolarAxisRadial::SelectablePart) - - - -/* end of 'src/polar/radialaxis.h' */ - - -/* including file 'src/polar/layoutelement-angularaxis.h' */ -/* modified 2022-11-06T12:45:56, size 13461 */ - -class QCP_LIB_DECL QCPPolarAxisAngular : public QCPLayoutElement -{ - Q_OBJECT - /// \cond INCLUDE_QPROPERTIES - - /// \endcond -public: - /*! - 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_ENUMS(SelectablePart) - Q_FLAGS(SelectableParts) - Q_DECLARE_FLAGS(SelectableParts, SelectablePart) - - /*! - TODO - */ - enum LabelMode { lmUpright ///< - ,lmRotated ///< - }; - Q_ENUMS(LabelMode) - - explicit QCPPolarAxisAngular(QCustomPlot *parentPlot); - virtual ~QCPPolarAxisAngular(); - - // getters: - QPixmap background() const { return mBackgroundPixmap; } - QBrush backgroundBrush() const { return mBackgroundBrush; } - bool backgroundScaled() const { return mBackgroundScaled; } - Qt::AspectRatioMode backgroundScaledMode() const { return mBackgroundScaledMode; } - bool rangeDrag() const { return mRangeDrag; } - bool rangeZoom() const { return mRangeZoom; } - double rangeZoomFactor() const { return mRangeZoomFactor; } - - const QCPRange range() const { return mRange; } - bool rangeReversed() const { return mRangeReversed; } - double angle() const { return mAngle; } - QSharedPointer ticker() const { return mTicker; } - bool ticks() const { return mTicks; } - bool tickLabels() const { return mTickLabels; } - int tickLabelPadding() const { return mLabelPainter.padding(); } - QFont tickLabelFont() const { return mTickLabelFont; } - QColor tickLabelColor() const { return mTickLabelColor; } - double tickLabelRotation() const { return mLabelPainter.rotation(); } - LabelMode tickLabelMode() const; - QString numberFormat() const; - int numberPrecision() const { return mNumberPrecision; } - QVector tickVector() const { return mTickVector; } - QVector tickVectorLabels() const { return mTickVectorLabels; } - int tickLengthIn() const { return mTickLengthIn; } - int tickLengthOut() const { return mTickLengthOut; } - bool subTicks() const { return mSubTicks; } - int subTickLengthIn() const { return mSubTickLengthIn; } - int subTickLengthOut() const { return mSubTickLengthOut; } - 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 { return mLabelPadding; } - 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; } - QCPPolarGrid *grid() const { return mGrid; } - - // 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(bool enabled); - void setRangeZoom(bool enabled); - void setRangeZoomFactor(double factor); - - 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 setAngle(double degrees); - void setTicker(QSharedPointer ticker); - void setTicks(bool show); - void setTickLabels(bool show); - void setTickLabelPadding(int padding); - void setTickLabelFont(const QFont &font); - void setTickLabelColor(const QColor &color); - void setTickLabelRotation(double degrees); - void setTickLabelMode(LabelMode mode); - void setNumberFormat(const QString &formatCode); - void setNumberPrecision(int precision); - void setTickLength(int inside, int outside=0); - void setTickLengthIn(int inside); - void setTickLengthOut(int outside); - void setSubTicks(bool show); - 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 setLabelPosition(Qt::AlignmentFlag position); - 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 QCPPolarAxisAngular::SelectableParts &selectableParts); - Q_SLOT void setSelectedParts(const QCPPolarAxisAngular::SelectableParts &selectedParts); - - // reimplemented virtual methods: - virtual double selectTest(const QPointF &pos, bool onlySelectable, QVariant *details=0) const Q_DECL_OVERRIDE; - virtual void update(UpdatePhase phase) Q_DECL_OVERRIDE; - virtual QList elements(bool recursive) const Q_DECL_OVERRIDE; - - // non-property methods: - bool removeGraph(QCPPolarGraph *graph); - int radialAxisCount() const; - QCPPolarAxisRadial *radialAxis(int index=0) const; - QList radialAxes() const; - QCPPolarAxisRadial *addRadialAxis(QCPPolarAxisRadial *axis=0); - bool removeRadialAxis(QCPPolarAxisRadial *axis); - QCPLayoutInset *insetLayout() const { return mInsetLayout; } - QRegion exactClipRegion() const; - - void moveRange(double diff); - void scaleRange(double factor); - void scaleRange(double factor, double center); - void rescale(bool onlyVisiblePlottables=false); - double coordToAngleRad(double coord) const { return mAngleRad+(coord-mRange.lower)/mRange.size()*(mRangeReversed ? -2.0*M_PI : 2.0*M_PI); } // mention in doc that return doesn't wrap - double angleRadToCoord(double angleRad) const { return mRange.lower+(angleRad-mAngleRad)/(mRangeReversed ? -2.0*M_PI : 2.0*M_PI)*mRange.size(); } - void pixelToCoord(QPointF pixelPos, double &angleCoord, double &radiusCoord) const; - QPointF coordToPixel(double angleCoord, double radiusCoord) const; - SelectablePart getPartAt(const QPointF &pos) 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(); } - QPointF center() const { return mCenter; } - double radius() const { return mRadius; } - -signals: - void rangeChanged(const QCPRange &newRange); - void rangeChanged(const QCPRange &newRange, const QCPRange &oldRange); - void selectionChanged(const QCPPolarAxisAngular::SelectableParts &parts); - void selectableChanged(const QCPPolarAxisAngular::SelectableParts &parts); - -protected: - // property members: - QBrush mBackgroundBrush; - QPixmap mBackgroundPixmap; - QPixmap mScaledBackgroundPixmap; - bool mBackgroundScaled; - Qt::AspectRatioMode mBackgroundScaledMode; - QCPLayoutInset *mInsetLayout; - bool mRangeDrag; - bool mRangeZoom; - double mRangeZoomFactor; - - // axis base: - double mAngle, mAngleRad; - SelectableParts mSelectableParts, mSelectedParts; - QPen mBasePen, mSelectedBasePen; - // axis label: - int mLabelPadding; - QString mLabel; - QFont mLabelFont, mSelectedLabelFont; - QColor mLabelColor, mSelectedLabelColor; - // tick labels: - //int mTickLabelPadding; in label painter - bool mTickLabels; - //double mTickLabelRotation; in label painter - QFont mTickLabelFont, mSelectedTickLabelFont; - QColor mTickLabelColor, mSelectedTickLabelColor; - int mNumberPrecision; - QLatin1Char mNumberFormatChar; - bool mNumberBeautifulPowers; - bool mNumberMultiplyCross; - // ticks and subticks: - bool mTicks; - bool mSubTicks; - int mTickLengthIn, mTickLengthOut, mSubTickLengthIn, mSubTickLengthOut; - QPen mTickPen, mSelectedTickPen; - QPen mSubTickPen, mSelectedSubTickPen; - // scale and range: - QCPRange mRange; - bool mRangeReversed; - - // non-property members: - QPointF mCenter; - double mRadius; - QList mRadialAxes; - QCPPolarGrid *mGrid; - QList mGraphs; - QSharedPointer mTicker; - QVector mTickVector; - QVector mTickVectorLabels; - QVector mTickVectorCosSin; - QVector mSubTickVector; - QVector mSubTickVectorCosSin; - bool mDragging; - QCPRange mDragAngularStart; - QList mDragRadialStart; - QCP::AntialiasedElements mAADragBackup, mNotAADragBackup; - QCPLabelPainterPrivate mLabelPainter; - - // reimplemented virtual methods: - virtual void applyDefaultAntialiasingHint(QCPPainter *painter) const Q_DECL_OVERRIDE; - virtual void draw(QCPPainter *painter) Q_DECL_OVERRIDE; - virtual QCP::Interaction selectionCategory() const Q_DECL_OVERRIDE; - // events: - virtual void mousePressEvent(QMouseEvent *event, const QVariant &details) Q_DECL_OVERRIDE; - virtual void mouseMoveEvent(QMouseEvent *event, const QPointF &startPos) Q_DECL_OVERRIDE; - virtual void mouseReleaseEvent(QMouseEvent *event, const QPointF &startPos) Q_DECL_OVERRIDE; - virtual void wheelEvent(QWheelEvent *event) Q_DECL_OVERRIDE; - - // non-virtual methods: - bool registerPolarGraph(QCPPolarGraph *graph); - void drawBackground(QCPPainter *painter, const QPointF ¢er, double radius); - void setupTickVectors(); - 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(QCPPolarAxisAngular) - - friend class QCustomPlot; - friend class QCPPolarGrid; - friend class QCPPolarGraph; -}; -Q_DECLARE_OPERATORS_FOR_FLAGS(QCPPolarAxisAngular::SelectableParts) -Q_DECLARE_METATYPE(QCPPolarAxisAngular::SelectablePart) - -/* end of 'src/polar/layoutelement-angularaxis.h' */ - - -/* including file 'src/polar/polargrid.h' */ -/* modified 2022-11-06T12:45:56, size 4506 */ - -class QCP_LIB_DECL QCPPolarGrid :public QCPLayerable -{ - Q_OBJECT - /// \cond INCLUDE_QPROPERTIES - - /// \endcond -public: - /*! - TODO - */ - enum GridType { gtAngular = 0x01 ///< - ,gtRadial = 0x02 ///< - ,gtAll = 0xFF ///< - ,gtNone = 0x00 ///< - }; - Q_ENUMS(GridType) - Q_FLAGS(GridTypes) - Q_DECLARE_FLAGS(GridTypes, GridType) - - explicit QCPPolarGrid(QCPPolarAxisAngular *parentAxis); - - // getters: - QCPPolarAxisRadial *radialAxis() const { return mRadialAxis.data(); } - GridTypes type() const { return mType; } - GridTypes subGridType() const { return mSubGridType; } - bool antialiasedSubGrid() const { return mAntialiasedSubGrid; } - bool antialiasedZeroLine() const { return mAntialiasedZeroLine; } - QPen angularPen() const { return mAngularPen; } - QPen angularSubGridPen() const { return mAngularSubGridPen; } - QPen radialPen() const { return mRadialPen; } - QPen radialSubGridPen() const { return mRadialSubGridPen; } - QPen radialZeroLinePen() const { return mRadialZeroLinePen; } - - // setters: - void setRadialAxis(QCPPolarAxisRadial *axis); - void setType(GridTypes type); - void setSubGridType(GridTypes type); - void setAntialiasedSubGrid(bool enabled); - void setAntialiasedZeroLine(bool enabled); - void setAngularPen(const QPen &pen); - void setAngularSubGridPen(const QPen &pen); - void setRadialPen(const QPen &pen); - void setRadialSubGridPen(const QPen &pen); - void setRadialZeroLinePen(const QPen &pen); - -protected: - // property members: - GridTypes mType; - GridTypes mSubGridType; - bool mAntialiasedSubGrid, mAntialiasedZeroLine; - QPen mAngularPen, mAngularSubGridPen; - QPen mRadialPen, mRadialSubGridPen, mRadialZeroLinePen; - - // non-property members: - QCPPolarAxisAngular *mParentAxis; - QPointer mRadialAxis; - - // reimplemented virtual methods: - virtual void applyDefaultAntialiasingHint(QCPPainter *painter) const Q_DECL_OVERRIDE; - virtual void draw(QCPPainter *painter) Q_DECL_OVERRIDE; - - // non-virtual methods: - void drawRadialGrid(QCPPainter *painter, const QPointF ¢er, const QVector &coords, const QPen &pen, const QPen &zeroPen=Qt::NoPen); - void drawAngularGrid(QCPPainter *painter, const QPointF ¢er, double radius, const QVector &ticksCosSin, const QPen &pen); - -private: - Q_DISABLE_COPY(QCPPolarGrid) - -}; - -Q_DECLARE_OPERATORS_FOR_FLAGS(QCPPolarGrid::GridTypes) -Q_DECLARE_METATYPE(QCPPolarGrid::GridType) - - -/* end of 'src/polar/polargrid.h' */ - - -/* including file 'src/polar/polargraph.h' */ -/* modified 2022-11-06T12:45:56, size 9606 */ - - -class QCP_LIB_DECL QCPPolarLegendItem : public QCPAbstractLegendItem -{ - Q_OBJECT -public: - QCPPolarLegendItem(QCPLegend *parent, QCPPolarGraph *graph); - - // getters: - QCPPolarGraph *polarGraph() { return mPolarGraph; } - -protected: - // property members: - QCPPolarGraph *mPolarGraph; - - // reimplemented virtual methods: - virtual void draw(QCPPainter *painter) Q_DECL_OVERRIDE; - virtual QSize minimumOuterSizeHint() const Q_DECL_OVERRIDE; - - // non-virtual methods: - QPen getIconBorderPen() const; - QColor getTextColor() const; - QFont getFont() const; -}; - - -class QCP_LIB_DECL QCPPolarGraph : public QCPLayerable -{ - Q_OBJECT - /// \cond INCLUDE_QPROPERTIES - - /// \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 - }; - Q_ENUMS(LineStyle) - - QCPPolarGraph(QCPPolarAxisAngular *keyAxis, QCPPolarAxisRadial *valueAxis); - virtual ~QCPPolarGraph(); - - // getters: - QString name() const { return mName; } - bool antialiasedFill() const { return mAntialiasedFill; } - bool antialiasedScatters() const { return mAntialiasedScatters; } - QPen pen() const { return mPen; } - QBrush brush() const { return mBrush; } - bool periodic() const { return mPeriodic; } - QCPPolarAxisAngular *keyAxis() const { return mKeyAxis.data(); } - QCPPolarAxisRadial *valueAxis() const { return mValueAxis.data(); } - QCP::SelectionType selectable() const { return mSelectable; } - bool selected() const { return !mSelection.isEmpty(); } - QCPDataSelection selection() const { return mSelection; } - //QCPSelectionDecorator *selectionDecorator() const { return mSelectionDecorator; } - QSharedPointer data() const { return mDataContainer; } - LineStyle lineStyle() const { return mLineStyle; } - QCPScatterStyle scatterStyle() const { return mScatterStyle; } - - // setters: - void setName(const QString &name); - void setAntialiasedFill(bool enabled); - void setAntialiasedScatters(bool enabled); - void setPen(const QPen &pen); - void setBrush(const QBrush &brush); - void setPeriodic(bool enabled); - void setKeyAxis(QCPPolarAxisAngular *axis); - void setValueAxis(QCPPolarAxisRadial *axis); - Q_SLOT void setSelectable(QCP::SelectionType selectable); - Q_SLOT void setSelection(QCPDataSelection selection); - //void setSelectionDecorator(QCPSelectionDecorator *decorator); - void setData(QSharedPointer data); - void setData(const QVector &keys, const QVector &values, bool alreadySorted=false); - void setLineStyle(LineStyle ls); - void setScatterStyle(const QCPScatterStyle &style); - - // non-property methods: - void addData(const QVector &keys, const QVector &values, bool alreadySorted=false); - void addData(double key, double value); - 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; - void rescaleAxes(bool onlyEnlarge=false) const; - void rescaleKeyAxis(bool onlyEnlarge=false) const; - void rescaleValueAxis(bool onlyEnlarge=false, bool inKeyRange=false) const; - bool addToLegend(QCPLegend *legend); - bool addToLegend(); - bool removeFromLegend(QCPLegend *legend) const; - bool removeFromLegend() const; - - // introduced virtual methods: - virtual double selectTest(const QPointF &pos, bool onlySelectable, QVariant *details=0) const; // actually introduced in QCPLayerable as non-pure, but we want to force reimplementation for plottables - virtual QCPPlottableInterface1D *interface1D() { return 0; } // TODO: return this later, when QCPAbstractPolarPlottable is created - virtual QCPRange getKeyRange(bool &foundRange, QCP::SignDomain inSignDomain=QCP::sdBoth) const; - virtual QCPRange getValueRange(bool &foundRange, QCP::SignDomain inSignDomain=QCP::sdBoth, const QCPRange &inKeyRange=QCPRange()) const; - -signals: - void selectionChanged(bool selected); - void selectionChanged(const QCPDataSelection &selection); - void selectableChanged(QCP::SelectionType selectable); - -protected: - // property members: - QSharedPointer mDataContainer; - LineStyle mLineStyle; - QCPScatterStyle mScatterStyle; - QString mName; - bool mAntialiasedFill, mAntialiasedScatters; - QPen mPen; - QBrush mBrush; - bool mPeriodic; - QPointer mKeyAxis; - QPointer mValueAxis; - QCP::SelectionType mSelectable; - QCPDataSelection mSelection; - //QCPSelectionDecorator *mSelectionDecorator; - - // introduced virtual methods (later reimplemented TODO from QCPAbstractPolarPlottable): - virtual QRect clipRect() const; - virtual void draw(QCPPainter *painter); - 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); - // virtual drawing helpers: - virtual void drawLinePlot(QCPPainter *painter, const QVector &lines) const; - virtual void drawFill(QCPPainter *painter, QVector *lines) const; - virtual void drawScatterPlot(QCPPainter *painter, const QVector &scatters, const QCPScatterStyle &style) const; - - // introduced virtual methods: - virtual void drawLegendIcon(QCPPainter *painter, const QRectF &rect) const; - - // non-virtual methods: - void applyFillAntialiasingHint(QCPPainter *painter) const; - void applyScattersAntialiasingHint(QCPPainter *painter) const; - double pointDistance(const QPointF &pixelPoint, QCPGraphDataContainer::const_iterator &closestData) const; - // drawing helpers: - virtual int dataCount() const; - void getDataSegments(QList &selectedSegments, QList &unselectedSegments) const; - void drawPolyline(QCPPainter *painter, const QVector &lineData) const; - void getVisibleDataBounds(QCPGraphDataContainer::const_iterator &begin, QCPGraphDataContainer::const_iterator &end, const QCPDataRange &rangeRestriction) const; - void getLines(QVector *lines, const QCPDataRange &dataRange) const; - void getScatters(QVector *scatters, const QCPDataRange &dataRange) const; - void getOptimizedLineData(QVector *lineData, const QCPGraphDataContainer::const_iterator &begin, const QCPGraphDataContainer::const_iterator &end) const; - void getOptimizedScatterData(QVector *scatterData, QCPGraphDataContainer::const_iterator begin, QCPGraphDataContainer::const_iterator end) const; - QVector dataToLines(const QVector &data) const; - -private: - Q_DISABLE_COPY(QCPPolarGraph) - - friend class QCPPolarLegendItem; -}; - -/* end of 'src/polar/polargraph.h' */ - - -#endif // QCUSTOMPLOT_H - diff --git a/XNPortal/.vscode/c_cpp_properties.json b/XNPortal/.vscode/c_cpp_properties.json deleted file mode 100755 index 0b3cbd5..0000000 --- a/XNPortal/.vscode/c_cpp_properties.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "configurations": [ - { - "compileCommands": "${workspaceFolder}/build/compile_commands.json", - "configurationProvider": "ms-vscode.cmake-tools" - } - ], - "version": 4 -} \ No newline at end of file diff --git a/XNPortal/CMakeLists.txt b/XNPortal/CMakeLists.txt deleted file mode 100755 index f066780..0000000 --- a/XNPortal/CMakeLists.txt +++ /dev/null @@ -1,77 +0,0 @@ -cmake_minimum_required(VERSION 3.16) - -project(XNPortal VERSION 0.1 LANGUAGES CXX) - -set(CMAKE_AUTOUIC ON) -set(CMAKE_AUTOMOC ON) -set(CMAKE_AUTORCC ON) - -set(CMAKE_CXX_STANDARD 17) -set(CMAKE_CXX_STANDARD_REQUIRED ON) - -find_package(QT NAMES Qt6 Qt5 REQUIRED COMPONENTS Widgets) -find_package(Qt${QT_VERSION_MAJOR} REQUIRED COMPONENTS Widgets) - -#set(QT_SOURCE_FILE qdarkstyle/light/lightstyle.qrc) # 将资源文件放到工程目录下,该部分会由RCC编译器预编译为cpp文件 -set(QT_SOURCE_FILE ../qdarkstyle/dark/darkstyle.qrc) - -# 根据 Qt 版本选择正确的资源添加函数 -qt6_add_resources(QT_RESOURCES ${QT_SOURCE_FILE}) - -set(PROJECT_SOURCES - main.cpp - mainwindow.cpp - mainwindow.h - mainwindow.ui - ${QT_RESOURCES} -) - -if(${QT_VERSION_MAJOR} GREATER_EQUAL 6) - qt_add_executable(XNPortal - MANUAL_FINALIZATION - ${PROJECT_SOURCES} - ) -# Define target properties for Android with Qt 6 as: -# set_property(TARGET XNPortal APPEND PROPERTY QT_ANDROID_PACKAGE_SOURCE_DIR -# ${CMAKE_CURRENT_SOURCE_DIR}/android) -# For more information, see https://doc.qt.io/qt-6/qt-add-executable.html#target-creation -else() - if(ANDROID) - add_library(XNPortal SHARED - ${PROJECT_SOURCES} - ) -# Define properties for Android with Qt 5 after find_package() calls as: -# set(ANDROID_PACKAGE_SOURCE_DIR "${CMAKE_CURRENT_SOURCE_DIR}/android") - else() - add_executable(XNPortal - ${PROJECT_SOURCES} - ${QT_RESOURCES} - ) - endif() -endif() - -target_link_libraries(XNPortal PRIVATE Qt${QT_VERSION_MAJOR}::Widgets) - -# Check if CMAKE_INSTALL_PREFIX is set to its default value -if(CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT) - set(CMAKE_INSTALL_PREFIX "${CMAKE_SOURCE_DIR}/../Release" CACHE PATH "Install path prefix" FORCE) -endif() - -include(GNUInstallDirs) -install(TARGETS XNPortal - BUNDLE DESTINATION . - LIBRARY DESTINATION . - RUNTIME DESTINATION . -) - -# Add a post-installation command to set the application icon using gio -install(CODE " - execute_process(COMMAND gio set -t string ${CMAKE_INSTALL_PREFIX}/XNPortal \"metadata::custom-icon\" \"file://${CMAKE_INSTALL_PREFIX}/resource/XNSim.png\") -") - -# Copy the XNPortal.desktop file to the install directory -install(FILES ${CMAKE_SOURCE_DIR}/XNPortal.desktop DESTINATION ${CMAKE_INSTALL_PREFIX}) - -if(QT_VERSION_MAJOR EQUAL 6) - qt_finalize_executable(XNPortal) -endif() \ No newline at end of file diff --git a/XNPortal/CMakeLists.txt.user b/XNPortal/CMakeLists.txt.user deleted file mode 100755 index dfbe3b2..0000000 --- a/XNPortal/CMakeLists.txt.user +++ /dev/null @@ -1,423 +0,0 @@ - - - - - - EnvironmentId - {c0015c8c-17e0-44a4-897e-eb0bda6a867e} - - - ProjectExplorer.Project.ActiveTarget - 0 - - - ProjectExplorer.Project.EditorSettings - - true - false - true - - Cpp - - CppGlobal - - - - QmlJS - - QmlJSGlobal - - - 2 - UTF-8 - false - 4 - false - 80 - true - true - 1 - 0 - false - true - false - 2 - true - true - 0 - 8 - true - false - 1 - true - true - true - *.md, *.MD, Makefile - false - true - true - - - - ProjectExplorer.Project.PluginSettings - - - true - false - true - true - true - true - - false - - - 0 - true - - true - true - Builtin.DefaultTidyAndClazy - 10 - true - - - - true - - - - - ProjectExplorer.Project.Target.0 - - Desktop - Desktop Qt 6.5.3 MinGW 64-bit - Desktop Qt 6.5.3 MinGW 64-bit - qt.qt6.653.win64_mingw_kit - 0 - 0 - 0 - - Debug - 2 - false - - -DCMAKE_BUILD_TYPE:STRING=Debug --DCMAKE_CXX_FLAGS_INIT:STRING=%{Qt:QML_DEBUG_FLAG} --DCMAKE_GENERATOR:STRING=Ninja --DCMAKE_PREFIX_PATH:PATH=%{Qt:QT_INSTALL_PREFIX} --DCMAKE_C_COMPILER:FILEPATH=%{Compiler:Executable:C} --DQT_QMAKE_EXECUTABLE:FILEPATH=%{Qt:qmakeExecutable} --DCMAKE_PROJECT_INCLUDE_BEFORE:FILEPATH=%{BuildConfig:BuildDirectory:NativeFilePath}/.qtc/package-manager/auto-setup.cmake --DCMAKE_CXX_COMPILER:FILEPATH=%{Compiler:Executable:Cxx} - 0 - I:\MyPrj\XNSim\XNPortal\build\Desktop_Qt_6_5_3_MinGW_64_bit-Debug - - - - - all - - false - - true - 构建 - CMakeProjectManager.MakeStep - - 1 - 构建 - 构建 - ProjectExplorer.BuildSteps.Build - - - - - - clean - - false - - true - 构建 - CMakeProjectManager.MakeStep - - 1 - 清除 - 清除 - ProjectExplorer.BuildSteps.Clean - - 2 - false - - false - - Debug - CMakeProjectManager.CMakeBuildConfiguration - - - Release - 2 - false - - -DCMAKE_BUILD_TYPE:STRING=Release --DCMAKE_CXX_FLAGS_INIT:STRING=%{Qt:QML_DEBUG_FLAG} --DCMAKE_GENERATOR:STRING=Ninja --DCMAKE_PREFIX_PATH:PATH=%{Qt:QT_INSTALL_PREFIX} --DCMAKE_C_COMPILER:FILEPATH=%{Compiler:Executable:C} --DQT_QMAKE_EXECUTABLE:FILEPATH=%{Qt:qmakeExecutable} --DCMAKE_PROJECT_INCLUDE_BEFORE:FILEPATH=%{BuildConfig:BuildDirectory:NativeFilePath}/.qtc/package-manager/auto-setup.cmake --DCMAKE_CXX_COMPILER:FILEPATH=%{Compiler:Executable:Cxx} - I:\MyPrj\XNSim\XNPortal\build\Desktop_Qt_6_5_3_MinGW_64_bit-Release - - - - - all - - false - - true - CMakeProjectManager.MakeStep - - 1 - 构建 - 构建 - ProjectExplorer.BuildSteps.Build - - - - - - clean - - false - - true - CMakeProjectManager.MakeStep - - 1 - 清除 - 清除 - ProjectExplorer.BuildSteps.Clean - - 2 - false - - false - - Release - CMakeProjectManager.CMakeBuildConfiguration - - - RelWithDebInfo - 2 - false - - -DCMAKE_BUILD_TYPE:STRING=RelWithDebInfo --DCMAKE_CXX_FLAGS_INIT:STRING=%{Qt:QML_DEBUG_FLAG} --DCMAKE_GENERATOR:STRING=Ninja --DCMAKE_PREFIX_PATH:PATH=%{Qt:QT_INSTALL_PREFIX} --DCMAKE_C_COMPILER:FILEPATH=%{Compiler:Executable:C} --DQT_QMAKE_EXECUTABLE:FILEPATH=%{Qt:qmakeExecutable} --DCMAKE_PROJECT_INCLUDE_BEFORE:FILEPATH=%{BuildConfig:BuildDirectory:NativeFilePath}/.qtc/package-manager/auto-setup.cmake --DCMAKE_CXX_COMPILER:FILEPATH=%{Compiler:Executable:Cxx} - I:\MyPrj\XNSim\XNPortal\build\Desktop_Qt_6_5_3_MinGW_64_bit-RelWithDebInfo - - - - - all - - false - - true - CMakeProjectManager.MakeStep - - 1 - 构建 - 构建 - ProjectExplorer.BuildSteps.Build - - - - - - clean - - false - - true - CMakeProjectManager.MakeStep - - 1 - 清除 - 清除 - ProjectExplorer.BuildSteps.Clean - - 2 - false - - false - - Release with Debug Information - CMakeProjectManager.CMakeBuildConfiguration - - - RelWithDebInfo - 2 - false - - -DCMAKE_BUILD_TYPE:STRING=RelWithDebInfo --DCMAKE_CXX_FLAGS_INIT:STRING=%{Qt:QML_DEBUG_FLAG} --DCMAKE_GENERATOR:STRING=Ninja --DCMAKE_PREFIX_PATH:PATH=%{Qt:QT_INSTALL_PREFIX} --DCMAKE_C_COMPILER:FILEPATH=%{Compiler:Executable:C} --DQT_QMAKE_EXECUTABLE:FILEPATH=%{Qt:qmakeExecutable} --DCMAKE_PROJECT_INCLUDE_BEFORE:FILEPATH=%{BuildConfig:BuildDirectory:NativeFilePath}/.qtc/package-manager/auto-setup.cmake --DCMAKE_CXX_COMPILER:FILEPATH=%{Compiler:Executable:Cxx} - 0 - I:\MyPrj\XNSim\XNPortal\build\Desktop_Qt_6_5_3_MinGW_64_bit-Profile - - - - - all - - false - - true - CMakeProjectManager.MakeStep - - 1 - 构建 - 构建 - ProjectExplorer.BuildSteps.Build - - - - - - clean - - false - - true - CMakeProjectManager.MakeStep - - 1 - 清除 - 清除 - ProjectExplorer.BuildSteps.Clean - - 2 - false - - false - - Profile - CMakeProjectManager.CMakeBuildConfiguration - - - MinSizeRel - 2 - false - - -DCMAKE_BUILD_TYPE:STRING=MinSizeRel --DCMAKE_CXX_FLAGS_INIT:STRING=%{Qt:QML_DEBUG_FLAG} --DCMAKE_GENERATOR:STRING=Ninja --DCMAKE_PREFIX_PATH:PATH=%{Qt:QT_INSTALL_PREFIX} --DCMAKE_C_COMPILER:FILEPATH=%{Compiler:Executable:C} --DQT_QMAKE_EXECUTABLE:FILEPATH=%{Qt:qmakeExecutable} --DCMAKE_PROJECT_INCLUDE_BEFORE:FILEPATH=%{BuildConfig:BuildDirectory:NativeFilePath}/.qtc/package-manager/auto-setup.cmake --DCMAKE_CXX_COMPILER:FILEPATH=%{Compiler:Executable:Cxx} - I:\MyPrj\XNSim\XNPortal\build\Desktop_Qt_6_5_3_MinGW_64_bit-MinSizeRel - - - - - all - - false - - true - CMakeProjectManager.MakeStep - - 1 - 构建 - 构建 - ProjectExplorer.BuildSteps.Build - - - - - - clean - - false - - true - CMakeProjectManager.MakeStep - - 1 - 清除 - 清除 - ProjectExplorer.BuildSteps.Clean - - 2 - false - - false - - Minimum Size Release - CMakeProjectManager.CMakeBuildConfiguration - - 5 - - - 0 - 部署 - 部署 - ProjectExplorer.BuildSteps.Deploy - - 1 - - false - ProjectExplorer.DefaultDeployConfiguration - - 1 - - true - true - 0 - true - - - 2 - - false - -e cpu-cycles --call-graph "dwarf,4096" -F 250 - XNPortal - CMakeProjectManager.CMakeRunConfiguration.XNPortal - XNPortal - false - true - true - true - I:/MyPrj/XNSim/XNPortal/build/Desktop_Qt_6_5_3_MinGW_64_bit-Debug - - 1 - - - - ProjectExplorer.Project.TargetCount - 1 - - - ProjectExplorer.Project.Updater.FileVersion - 22 - - - Version - 22 - - diff --git a/XNPortal/XNPortal.desktop b/XNPortal/XNPortal.desktop deleted file mode 100755 index ba2f5c9..0000000 --- a/XNPortal/XNPortal.desktop +++ /dev/null @@ -1,8 +0,0 @@ -[Desktop Entry] -Type=Application -Exec=/media/jin/E/MyCode/xnsim/Release/XNPortal -Name=XNPortal -GenericName=XNPortal -Icon=/media/jin/E/MyCode/xnsim/Release/resource/XNSim.png -Terminal=false -Categories=Development; diff --git a/XNPortal/main.cpp b/XNPortal/main.cpp deleted file mode 100755 index 74f636c..0000000 --- a/XNPortal/main.cpp +++ /dev/null @@ -1,34 +0,0 @@ -/** - * @file main.cpp - * @author jinchao - * @brief 主函数 - * @version 1.0 - * @date 2025-02-14 - * - * @copyright Copyright (c) 2025 COMAC - * - */ -#include "mainwindow.h" - -#include -#include -#include - -int main(int argc, char *argv[]) -{ - QApplication a(argc, argv); - - // 设置主题 - QFile file(":qdarkstyle/dark/darkstyle.qss"); - if (file.open(QFile::ReadOnly)) { - QTextStream stream(&file); - QString styleSheet = stream.readAll(); - a.setStyleSheet(styleSheet); - } - - // 创建主窗口 - MainWindow w; - w.show(); - - return a.exec(); -} diff --git a/XNPortal/mainwindow.cpp b/XNPortal/mainwindow.cpp deleted file mode 100755 index a51bd6e..0000000 --- a/XNPortal/mainwindow.cpp +++ /dev/null @@ -1,406 +0,0 @@ -/** - * @file mainwindow.cpp - * @author jinchao - * @brief 主窗口类实现 - * @version 1.0 - * @date 2025-02-14 - * - * @copyright Copyright (c) 2025 COMAC - * - */ -#include "mainwindow.h" -#include "./ui_mainwindow.h" - -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include - -MainWindow::MainWindow(QWidget *parent) : QMainWindow(parent), ui(new Ui::MainWindow) -{ - ui->setupUi(this); - - setWindowFlags(Qt::FramelessWindowHint); // 设置为无标题栏无边框 - - setWindowTitle("XNSim"); // 设置窗口标题 - - setWindowIcon(QIcon(":/icon/XNSim.png")); // 设置窗口图标 - - currentIndex = 0; // 初始化当前索引 - - // 定义各个工具的说明文本 - XNIDLGenInfo = "Convert model interface ICD (Interface Control Document) files into IDL " - "(Interface Definition Language) files for DDS (Data Distribution Service) " - "communication in the XNSim system; Invoke the Fast-DDS Gen tool " - "to generate the relevant DDS communication code using the IDL files."; - - XNWrapperInfo = "Create model wrapping projects and generate template code that wraps binary " - "data packet models into the XNSim system."; - - XNEditorInfo = "Edit the runtime configurations of the XNSim system, including " - "configuration files for the runtime environment, models, services, " - "IDL files, and more."; - - XNRunnerInfo = "Run and control the XNSim system."; - - XNMonitorInfo = "Monitor the runtime status of the XNSim system, scheduling threads, and " - "models; Monitor and collect interaction data of models."; - - XNSysMonitorInfo = "A tool for monitoring CPU usage."; - - // 创建主窗口的中心部件 - QWidget *centralWidget = new QWidget(this); - setCentralWidget(centralWidget); - - // 创建主布局 - QHBoxLayout *mainLayout = new QHBoxLayout(centralWidget); - mainLayout->setObjectName("mainLayout"); - - // 创建左侧部件和布局 - QWidget *leftWidget = new QWidget(this); - QVBoxLayout *leftLayout = new QVBoxLayout(leftWidget); - - // 创建开发工具按钮 - QPushButton *developmentButton = new QPushButton("Development\nTools", this); - developmentButton->setCheckable(true); // 设置为可选中 - developmentButton->setChecked(true); // 设置为默认选中 - developmentButton->setFont(QFont("Arial", 14)); // 设置字体 - developmentButton->setFixedSize(120, 100); // 设置按钮大小 - leftLayout->addWidget(developmentButton); // 添加到左侧布局 - - // 创建仿真工具按钮 - QPushButton *simulationButton = new QPushButton("Simulation\nTools", this); - simulationButton->setCheckable(true); // 设置为可选中 - simulationButton->setFont(QFont("Arial", 14)); // 设置字体 - simulationButton->setFixedSize(120, 100); // 设置按钮大小 - leftLayout->addWidget(simulationButton); // 添加到左侧布局 - - // 创建监控工具按钮 - QPushButton *monitorButton = new QPushButton("Monitor\nTools", this); - monitorButton->setCheckable(true); // 设置为可选中 - monitorButton->setFont(QFont("Arial", 14)); // 设置字体 - monitorButton->setFixedSize(120, 100); // 设置按钮大小 - leftLayout->addWidget(monitorButton); // 添加到左侧布局 - - // 创建退出按钮 - QPushButton *exitButton = new QPushButton("Exit", this); - exitButton->setFont(QFont("Arial", 14)); // 设置字体 - exitButton->setFixedSize(120, 100); // 设置按钮大小 - connect(exitButton, &QPushButton::clicked, this, &QMainWindow::close); // 连接点击信号 - leftLayout->addWidget(exitButton); // 添加到左侧布局 - - leftLayout->addStretch(); // 添加弹性空间 - - // 创建图标标签 - QLabel *iconLabel = new QLabel(this); - QPixmap iconPixmap(":/icon/XNSim.png"); // 设置图标 - iconLabel->setPixmap( - iconPixmap.scaled(120, 120, Qt::KeepAspectRatio, Qt::SmoothTransformation)); // 缩放图标 - leftLayout->addWidget(iconLabel); // 添加到左侧布局 - - // 创建XNSim标签 - QLabel *XNSimLabel = new QLabel("XNSim", this); - QFont font("Arial", 20); - font.setStyleStrategy(QFont::PreferAntialias); // 设置字体策略 - font.setBold(true); // 设置字体加粗 - XNSimLabel->setAlignment(Qt::AlignCenter); // 设置对齐方式 - XNSimLabel->setFont(font); // 设置字体 - leftLayout->addWidget(XNSimLabel); // 添加到左侧布局 - - mainLayout->addWidget(leftWidget); // 添加左侧部件到主布局 - - // 创建右侧部件和布局 - QWidget *rightWidget = new QWidget(this); // 创建右侧部件 - QVBoxLayout *rightLayout = new QVBoxLayout(rightWidget); // 创建右侧布局 - - // 创建信息显示部件 - QWidget *infoWidget = new QWidget(this); // 创建信息显示部件 - infoWidget->setSizePolicy(QSizePolicy::Expanding, - QSizePolicy::Expanding); // 设置信息显示部件的大小策略 - QVBoxLayout *infoLayout = new QVBoxLayout(infoWidget); // 创建信息显示部件的布局 - - // 创建XNIDLGen相关的标签和分隔线 - QLabel *XNIDLGenLabel = new QLabel("XNIDLGen", this); // 创建XNIDLGen标签 - XNIDLGenLabel->setFont(QFont("Arial", 16)); // 设置字体 - infoLayout->addWidget(XNIDLGenLabel); // 添加到信息显示部件的布局 - - QFrame *line1 = new QFrame(this); // 创建分隔线 - line1->setFrameShape(QFrame::HLine); // 设置分隔线形状 - line1->setFrameShadow(QFrame::Sunken); // 设置分隔线阴影 - infoLayout->addWidget(line1); // 添加到信息显示部件的布局 - - QLabel *XNIDLGenInfoLabel = new QLabel(XNIDLGenInfo, this); // 创建XNIDLGen信息标签 - XNIDLGenInfoLabel->setFont(QFont("Arial", 14)); // 设置字体 - XNIDLGenInfoLabel->setWordWrap(true); // 设置自动换行 - infoLayout->addWidget(XNIDLGenInfoLabel); // 添加到信息显示部件的布局 - - QLabel *XNWrapperLabel = new QLabel("XNWrapper", this); // 创建XNWrapper标签 - XNWrapperLabel->setFont(QFont("Arial", 16)); // 设置字体 - infoLayout->addWidget(XNWrapperLabel); // 添加到信息显示部件的布局 - - QFrame *line2 = new QFrame(this); // 创建分隔线 - line2->setFrameShape(QFrame::HLine); // 设置分隔线形状 - line2->setFrameShadow(QFrame::Sunken); // 设置分隔线阴影 - infoLayout->addWidget(line2); // 添加到信息显示部件的布局 - - QLabel *XNWrapperInfoLabel = new QLabel(XNWrapperInfo, this); // 创建XNWrapper信息标签 - XNWrapperInfoLabel->setFont(QFont("Arial", 14)); // 设置字体 - XNWrapperInfoLabel->setWordWrap(true); // 设置自动换行 - infoLayout->addWidget(XNWrapperInfoLabel); // 添加到信息显示部件的布局 - - QLabel *XNEditorLabel = new QLabel("XNEditor", this); // 创建XNEditor标签 - XNEditorLabel->setFont(QFont("Arial", 16)); // 设置字体 - infoLayout->addWidget(XNEditorLabel); // 添加到信息显示部件的布局 - - QFrame *line3 = new QFrame(this); // 创建分隔线 - line3->setFrameShape(QFrame::HLine); // 设置分隔线形状 - line3->setFrameShadow(QFrame::Sunken); // 设置分隔线阴影 - infoLayout->addWidget(line3); // 添加到信息显示部件的布局 - - QLabel *XNEditorInfoLabel = new QLabel(XNEditorInfo, this); // 创建XNEditor信息标签 - XNEditorInfoLabel->setFont(QFont("Arial", 14)); // 设置字体 - XNEditorInfoLabel->setWordWrap(true); // 设置自动换行 - infoLayout->addWidget(XNEditorInfoLabel); // 添加到信息显示部件的布局 - - infoLayout->addStretch(); // 添加弹性空间 - - // 创建滚动区域 - QScrollArea *scrollArea = new QScrollArea(this); // 创建滚动区域 - scrollArea->setWidget(infoWidget); // 设置滚动区域的部件 - scrollArea->setWidgetResizable(true); // 设置滚动区域可调整大小 - scrollArea->setSizePolicy(QSizePolicy::Expanding, - QSizePolicy::Expanding); // 设置滚动区域的大小策略 - - rightLayout->addWidget(scrollArea); // 添加到右侧布局 - - // 创建底部按钮布局 - QHBoxLayout *buttonLayout = new QHBoxLayout(); // 创建按钮布局 - buttonLayout->addStretch(); // 添加弹性空间 - - // 创建功能按钮 - QPushButton *button1 = new QPushButton(" XNIDLGen", this); // 创建功能按钮 - button1->setObjectName("button1"); // 设置按钮对象名称 - button1->setFixedSize(180, 60); // 设置按钮大小 - button1->setFont(QFont("Arial", 14)); // 设置字体 - buttonLayout->addWidget(button1); // 添加到按钮布局 - button1->setIcon(QIcon(":/icon/XNIDLGen.png")); // 设置按钮图标 - button1->setIconSize(QSize(40, 40)); // 设置图标大小 - - QPushButton *button2 = new QPushButton(" XNWrapper", this); // 创建功能按钮 - button2->setObjectName("button2"); // 设置按钮对象名称 - button2->setFixedSize(180, 60); // 设置按钮大小 - button2->setFont(QFont("Arial", 14)); // 设置字体 - buttonLayout->addWidget(button2); // 添加到按钮布局 - button2->setIcon(QIcon(":/icon/XNWrapper.png")); // 设置按钮图标 - button2->setIconSize(QSize(40, 40)); // 设置图标大小 - - QPushButton *button3 = new QPushButton(" XNEditor", this); // 创建功能按钮 - button3->setObjectName("button3"); // 设置按钮对象名称 - button3->setFixedSize(180, 60); // 设置按钮大小 - button3->setFont(QFont("Arial", 14)); // 设置字体 - buttonLayout->addWidget(button3); // 添加到按钮布局 - button3->setIcon(QIcon(":/icon/XNEditor.png")); // 设置按钮图标 - button3->setIconSize(QSize(40, 40)); // 设置图标大小 - - // 添加按钮布局到右侧布局 - rightLayout->addLayout(buttonLayout); // 添加到右侧布局 - - mainLayout->addWidget(rightWidget); // 添加右侧部件到主布局 - - centralWidget->setLayout(mainLayout); // 设置主布局 - - // 连接开发工具按钮的点击信号 - connect(developmentButton, &QPushButton::clicked, this, [=]() { - XNIDLGenLabel->setText("XNIDLGen"); // 设置XNIDLGen标签文本 - XNWrapperLabel->setText("XNWrapper"); // 设置XNWrapper标签文本 - XNEditorLabel->setText("XNEditor"); // 设置XNEditor标签文本 - XNWrapperLabel->setVisible(true); // 显示XNWrapper标签 - XNEditorLabel->setVisible(true); // 显示XNEditor标签 - line2->setVisible(true); // 显示分隔线2 - line3->setVisible(true); // 显示分隔线3 - XNIDLGenInfoLabel->setText(XNIDLGenInfo); // 设置XNIDLGen信息文本 - XNWrapperInfoLabel->setText(XNWrapperInfo); // 设置XNWrapper信息文本 - XNEditorInfoLabel->setText(XNEditorInfo); // 设置XNEditor信息文本 - XNWrapperInfoLabel->setVisible(true); // 显示XNWrapper信息标签 - XNEditorInfoLabel->setVisible(true); // 显示XNEditor信息标签 - button1->setText(" XNIDLGen"); // 设置按钮文本 - button1->setVisible(true); // 显示按钮 - button1->setIcon(QIcon(":/icon/XNIDLGen.png")); // 设置按钮图标 - button1->setIconSize(QSize(40, 40)); // 设置图标大小 - button2->setText(" XNWrapper"); // 设置按钮文本 - button2->setVisible(true); // 显示按钮 - button2->setIcon(QIcon(":/icon/XNWrapper.png")); // 设置按钮图标 - button2->setIconSize(QSize(40, 40)); // 设置图标大小 - button3->setText(" XNEditor"); // 设置按钮文本 - button3->setVisible(true); // 显示按钮 - button3->setIcon(QIcon(":/icon/XNEditor.png")); // 设置按钮图标 - button3->setIconSize(QSize(40, 40)); // 设置图标大小 - developmentButton->setChecked(true); // 设置开发工具按钮选中状态 - simulationButton->setChecked(false); // 设置仿真工具按钮选中状态 - monitorButton->setChecked(false); // 设置监控工具按钮选中状态 - currentIndex = 0; // 设置当前索引 - }); - - // 连接仿真工具按钮的点击信号 - connect(simulationButton, &QPushButton::clicked, this, [=]() { - XNIDLGenLabel->setText("XNRunner"); // 设置XNRunner标签文本 - XNIDLGenInfoLabel->setText(XNRunnerInfo); // 设置XNRunner信息文本 - XNWrapperLabel->setVisible(false); // 隐藏XNWrapper标签 - XNEditorLabel->setVisible(false); // 隐藏XNEditor标签 - line2->setVisible(false); // 隐藏分隔线2 - line3->setVisible(false); // 隐藏分隔线3 - XNWrapperInfoLabel->setVisible(false); // 隐藏XNWrapper信息标签 - XNEditorInfoLabel->setVisible(false); // 隐藏XNEditor信息标签 - button1->setText(" XNRunner"); // 设置按钮文本 - button1->setVisible(true); // 显示按钮 - button1->setIcon(QIcon(":/icon/XNRunner.png")); // 设置按钮图标 - button1->setIconSize(QSize(40, 40)); // 设置图标大小 - button2->setVisible(false); // 隐藏按钮2 - button3->setVisible(false); // 隐藏按钮3 - developmentButton->setChecked(false); // 设置开发工具按钮选中状态 - simulationButton->setChecked(true); // 设置仿真工具按钮选中状态 - monitorButton->setChecked(false); // 设置监控工具按钮选中状态 - currentIndex = 1; // 设置当前索引 - }); - - // 连接监控工具按钮的点击信号 - connect(monitorButton, &QPushButton::clicked, this, [=]() { - XNIDLGenLabel->setText("XNMonitor"); // 设置XNMonitor标签文本 - XNIDLGenInfoLabel->setText(XNMonitorInfo); // 设置XNMonitor信息文本 - XNWrapperLabel->setText("XNSysMonitor"); // 设置XNSysMonitor标签文本 - XNWrapperInfoLabel->setText(XNSysMonitorInfo); // 设置XNSysMonitor信息文本 - XNWrapperLabel->setVisible(true); // 显示XNSysMonitor标签 - XNEditorLabel->setVisible(false); // 隐藏XNEditor标签 - line2->setVisible(true); // 显示分隔线2 - line3->setVisible(false); // 隐藏分隔线3 - XNWrapperInfoLabel->setVisible(true); // 显示XNSysMonitor信息标签 - XNEditorInfoLabel->setVisible(false); // 隐藏XNEditor信息标签 - button1->setText(" XNMonitor"); // 设置按钮文本 - button1->setVisible(true); // 显示按钮 - button1->setIcon(QIcon(":/icon/XNMonitor.png")); // 设置按钮图标 - button1->setIconSize(QSize(40, 40)); // 设置图标大小 - button2->setText(" XNSysMonitor"); // 设置按钮文本 - button2->setVisible(true); // 显示按钮 - button2->setIcon(QIcon(":/icon/XNSysMonitor.png")); // 设置按钮图标 - button2->setIconSize(QSize(40, 40)); // 设置图标大小 - button3->setVisible(false); // 隐藏按钮3 - developmentButton->setChecked(false); // 设置开发工具按钮选中状态 - simulationButton->setChecked(false); // 设置仿真工具按钮选中状态 - monitorButton->setChecked(true); // 设置监控工具按钮选中状态 - currentIndex = 2; // 设置当前索引 - }); - - // 连接功能按钮1的点击信号 - connect(button1, &QPushButton::clicked, this, [=]() { - if (currentIndex == 0) { - startProcess("XNIDLGen"); // 启动XNIDLGen程序 - } else if (currentIndex == 1) { - startProcess("XNRunner"); // 启动XNRunner程序 - } else if (currentIndex == 2) { - startProcess("XNMonitor"); // 启动XNMonitor程序 - } - }); - - // 连接功能按钮2的点击信号 - connect(button2, &QPushButton::clicked, this, [=]() { - if (currentIndex == 0) { - startProcess("XNWrapper"); // 启动XNWrapper程序 - } else if (currentIndex == 2) { - startProcess("XNSysMonitor"); // 启动XNSysMonitor程序 - } - }); - - // 连接功能按钮3的点击信号 - connect(button3, &QPushButton::clicked, this, [=]() { - if (currentIndex == 0) { - startProcess("XNEditor"); // 启动XNEditor程序 - } - }); -} - -// 析构函数 - 清理UI资源 -MainWindow::~MainWindow() -{ - delete ui; -} - -// 鼠标按下事件处理函数 -void MainWindow::mousePressEvent(QMouseEvent *event) -{ - // 仅在鼠标左键按下时记录位置 - if (event->button() == Qt::LeftButton) { - // 检查是否在按钮区域 - bool isOnButton = false; - for (QPushButton *button : findChildren()) { - // 将事件坐标转换为相对于按钮父窗口的坐标 - QPoint buttonPos = button->mapFromParent(event->pos()); - // 检查按钮区域是否包含事件坐标 - if (button->rect().contains(buttonPos)) { - isOnButton = true; - break; - } - } - - // 如果不在按钮区域,则开始拖动窗口 - if (!isOnButton) { - m_dragging = true; - m_dragPosition = event->globalPosition().toPoint() - frameGeometry().topLeft(); - event->accept(); - } - } -} - -// 鼠标移动事件处理函数 -void MainWindow::mouseMoveEvent(QMouseEvent *event) -{ - // 如果正在拖动窗口,则更新窗口位置 - if (m_dragging && (event->buttons() & Qt::LeftButton)) { - move(event->globalPosition().toPoint() - m_dragPosition); - event->accept(); - } -} - -// 鼠标释放事件处理函数 -void MainWindow::mouseReleaseEvent(QMouseEvent *event) -{ - // 鼠标左键释放时结束拖动 - if (event->button() == Qt::LeftButton) { - m_dragging = false; - event->accept(); - } -} - -// 启动外部程序的函数 -void MainWindow::startProcess(const QString &programName) -{ - // 创建进程对象 - QProcess *process = new QProcess(this); - - // 设置工作目录为程序所在目录 - QDir programDir(QCoreApplication::applicationDirPath()); - process->setWorkingDirectory(programDir.absolutePath()); - - // 使用绝对路径启动程序 - QString programPath = programDir.absoluteFilePath(programName); - - // 检查程序是否存在 - if (!QFile::exists(programPath)) { - QMessageBox::warning(this, "Program Not Found", - QString("%1 not found in the current directory.").arg(programName)); - return; - } - - // 启动程序 - process->start(programPath); -} diff --git a/XNPortal/mainwindow.h b/XNPortal/mainwindow.h deleted file mode 100755 index 863795c..0000000 --- a/XNPortal/mainwindow.h +++ /dev/null @@ -1,109 +0,0 @@ -/** - * @file mainwindow.h - * @author jinchao - * @brief 主窗口类 - * @version 1.0 - * @date 2025-02-14 - * - * @copyright Copyright (c) 2025 COMAC - * - */ -#ifndef MAINWINDOW_H -#define MAINWINDOW_H - -#include -#include - -QT_BEGIN_NAMESPACE -namespace Ui -{ -class MainWindow; -} -QT_END_NAMESPACE - -/** - * @brief 主窗口类 - */ -class MainWindow : public QMainWindow -{ - Q_OBJECT - -public: - /** - * @brief 构造函数 - * @param parent 父窗口 - */ - MainWindow(QWidget *parent = nullptr); - - /** - * @brief 析构函数 - */ - ~MainWindow(); - -protected: - /** - * @brief 鼠标按下事件 - * @param event 事件 - */ - void mousePressEvent(QMouseEvent *event) override; - - /** - * @brief 鼠标移动事件 - * @param event 事件 - */ - void mouseMoveEvent(QMouseEvent *event) override; - - /** - * @brief 鼠标释放事件 - * @param event 事件 - */ - void mouseReleaseEvent(QMouseEvent *event) override; - -private: - /** - * @brief 启动进程 - * @param programName 程序名称 - */ - void startProcess(const QString &programName); - /** - * @brief 主窗口ui - */ - Ui::MainWindow *ui; - /** - * @brief 当前索引 - */ - int currentIndex; - /** - * @brief XNIDLGen信息 - */ - QString XNIDLGenInfo; - /** - * @brief XNWrapper信息 - */ - QString XNWrapperInfo; - /** - * @brief XNEditor信息 - */ - QString XNEditorInfo; - /** - * @brief XNRunner信息 - */ - QString XNRunnerInfo; - /** - * @brief XNMonitor信息 - */ - QString XNMonitorInfo; - /** - * @brief XNSysMonitor信息 - */ - QString XNSysMonitorInfo; - /** - * @brief 是否拖拽 - */ - bool m_dragging = false; - /** - * @brief 拖拽位置 - */ - QPoint m_dragPosition; -}; -#endif // MAINWINDOW_H diff --git a/XNPortal/mainwindow.ui b/XNPortal/mainwindow.ui deleted file mode 100755 index 023302d..0000000 --- a/XNPortal/mainwindow.ui +++ /dev/null @@ -1,20 +0,0 @@ - - - MainWindow - - - - 0 - 0 - 800 - 600 - - - - MainWindow - - - - - - diff --git a/XNRunner/.vscode/c_cpp_properties.json b/XNRunner/.vscode/c_cpp_properties.json deleted file mode 100755 index 0b3cbd5..0000000 --- a/XNRunner/.vscode/c_cpp_properties.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "configurations": [ - { - "compileCommands": "${workspaceFolder}/build/compile_commands.json", - "configurationProvider": "ms-vscode.cmake-tools" - } - ], - "version": 4 -} \ No newline at end of file diff --git a/XNRunner/.vscode/settings.json b/XNRunner/.vscode/settings.json deleted file mode 100755 index e480437..0000000 --- a/XNRunner/.vscode/settings.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "files.associations": { - "*.cpp": "cpp", - "qthread": "cpp", - "*.ipp": "cpp", - "*.tcc": "cpp", - "string": "cpp" - } -} \ No newline at end of file diff --git a/XNRunner/CMakeLists.txt b/XNRunner/CMakeLists.txt deleted file mode 100755 index d9e614c..0000000 --- a/XNRunner/CMakeLists.txt +++ /dev/null @@ -1,101 +0,0 @@ -cmake_minimum_required(VERSION 3.16) - -project(XNRunner VERSION 0.1 LANGUAGES CXX) - -set(CMAKE_AUTOUIC ON) -set(CMAKE_AUTOMOC ON) -set(CMAKE_AUTORCC ON) - -set(CMAKE_CXX_STANDARD 17) -set(CMAKE_CXX_STANDARD_REQUIRED ON) - -if(NOT fastcdr_FOUND) - find_package(fastcdr 2 REQUIRED) -endif() - -if(NOT fastdds_FOUND) - find_package(fastdds 3 REQUIRED) -endif() - -file(GLOB DDS_XNIDL_SOURCES_CXX "../XNCore/XNIDL/*.cxx") - -find_package(QT NAMES Qt6 Qt5 REQUIRED COMPONENTS Widgets Xml) -find_package(Qt${QT_VERSION_MAJOR} REQUIRED COMPONENTS Widgets Xml) - -find_package(OpenSSL REQUIRED) - -set(QT_SOURCE_FILE ../qdarkstyle/dark/darkstyle.qrc) - -# 根据 Qt 版本选择正确的资源添加函数 -qt6_add_resources(QT_RESOURCES ${QT_SOURCE_FILE}) - -set(PROJECT_SOURCES - main.cpp - mainwindow.cpp - mainwindow.h - mainwindow.ui - MonitorThread.h - MonitorThread.cpp - DataReaderListenerImpl.h - ${QT_RESOURCES} -) - - -if(${QT_VERSION_MAJOR} GREATER_EQUAL 6) - qt_add_executable(XNRunner - MANUAL_FINALIZATION - ${PROJECT_SOURCES} - ${DDS_XNIDL_SOURCES_CXX} - ) -# Define target properties for Android with Qt 6 as: -# set_property(TARGET XNRunner APPEND PROPERTY QT_ANDROID_PACKAGE_SOURCE_DIR -# ${CMAKE_CURRENT_SOURCE_DIR}/android) -# For more information, see https://doc.qt.io/qt-6/qt-add-executable.html#target-creation -else() - if(ANDROID) - add_library(XNRunner SHARED - ${PROJECT_SOURCES} - ${DDS_XNIDL_SOURCES_CXX} - ) -# Define properties for Android with Qt 5 after find_package() calls as: -# set(ANDROID_PACKAGE_SOURCE_DIR "${CMAKE_CURRENT_SOURCE_DIR}/android") - else() - add_executable(XNRunner - ${PROJECT_SOURCES} - ${QT_RESOURCES} - ${DDS_XNIDL_SOURCES_CXX} - ) - endif() -endif() - - -target_link_libraries(XNRunner PRIVATE - Qt${QT_VERSION_MAJOR}::Widgets - Qt${QT_VERSION_MAJOR}::Xml - fastcdr - fastdds - OpenSSL::SSL - OpenSSL::Crypto -) - -# Check if CMAKE_INSTALL_PREFIX is set to its default value -if(CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT) - set(CMAKE_INSTALL_PREFIX "${CMAKE_SOURCE_DIR}/../Release" CACHE PATH "Install path prefix" FORCE) -endif() - -include(GNUInstallDirs) -install(TARGETS XNRunner - BUNDLE DESTINATION . - LIBRARY DESTINATION . - RUNTIME DESTINATION . -) - -# Add a post-installation command to set the application icon using gio -install(CODE " - execute_process(COMMAND gio set -t string ${CMAKE_INSTALL_PREFIX}/XNRunner \"metadata::custom-icon\" \"file://${CMAKE_INSTALL_PREFIX}/resource/XNRunner.png\") -") - -if(QT_VERSION_MAJOR EQUAL 6) - qt_finalize_executable(XNRunner) -endif() - diff --git a/XNRunner/CMakeLists.txt.user b/XNRunner/CMakeLists.txt.user deleted file mode 100755 index 74aa982..0000000 --- a/XNRunner/CMakeLists.txt.user +++ /dev/null @@ -1,421 +0,0 @@ - - - - - - EnvironmentId - {c0015c8c-17e0-44a4-897e-eb0bda6a867e} - - - ProjectExplorer.Project.ActiveTarget - 0 - - - ProjectExplorer.Project.EditorSettings - - true - false - true - - Cpp - - CppGlobal - - - - QmlJS - - QmlJSGlobal - - - 2 - UTF-8 - false - 4 - false - 80 - true - true - 1 - 0 - false - true - false - 2 - true - true - 0 - 8 - true - false - 1 - true - true - true - *.md, *.MD, Makefile - false - true - true - - - - ProjectExplorer.Project.PluginSettings - - - true - false - true - true - true - true - - false - - - 0 - true - - true - true - Builtin.DefaultTidyAndClazy - 10 - true - - - - true - - - - - ProjectExplorer.Project.Target.0 - - Desktop - Desktop Qt 6.5.3 MinGW 64-bit - Desktop Qt 6.5.3 MinGW 64-bit - qt.qt6.653.win64_mingw_kit - 0 - 0 - 0 - - Debug - 2 - false - - -DCMAKE_PREFIX_PATH:PATH=%{Qt:QT_INSTALL_PREFIX} --DQT_QMAKE_EXECUTABLE:FILEPATH=%{Qt:qmakeExecutable} --DCMAKE_CXX_FLAGS_INIT:STRING=%{Qt:QML_DEBUG_FLAG} --DCMAKE_PROJECT_INCLUDE_BEFORE:FILEPATH=%{BuildConfig:BuildDirectory:NativeFilePath}/.qtc/package-manager/auto-setup.cmake --DCMAKE_GENERATOR:STRING=Ninja --DCMAKE_C_COMPILER:FILEPATH=%{Compiler:Executable:C} --DCMAKE_BUILD_TYPE:STRING=Debug --DCMAKE_CXX_COMPILER:FILEPATH=%{Compiler:Executable:Cxx} - 0 - I:\MyPrj\XNSim\XNRunner\build\Desktop_Qt_6_5_3_MinGW_64_bit-Debug - - - - - all - - false - - true - 构建 - CMakeProjectManager.MakeStep - - 1 - 构建 - 构建 - ProjectExplorer.BuildSteps.Build - - - - - - clean - - false - - true - 构建 - CMakeProjectManager.MakeStep - - 1 - 清除 - 清除 - ProjectExplorer.BuildSteps.Clean - - 2 - false - - false - - Debug - CMakeProjectManager.CMakeBuildConfiguration - - - Release - 2 - false - - -DCMAKE_PREFIX_PATH:PATH=%{Qt:QT_INSTALL_PREFIX} --DQT_QMAKE_EXECUTABLE:FILEPATH=%{Qt:qmakeExecutable} --DCMAKE_CXX_FLAGS_INIT:STRING=%{Qt:QML_DEBUG_FLAG} --DCMAKE_PROJECT_INCLUDE_BEFORE:FILEPATH=%{BuildConfig:BuildDirectory:NativeFilePath}/.qtc/package-manager/auto-setup.cmake --DCMAKE_GENERATOR:STRING=Ninja --DCMAKE_C_COMPILER:FILEPATH=%{Compiler:Executable:C} --DCMAKE_BUILD_TYPE:STRING=Release --DCMAKE_CXX_COMPILER:FILEPATH=%{Compiler:Executable:Cxx} - I:\MyPrj\XNSim\XNRunner\build\Desktop_Qt_6_5_3_MinGW_64_bit-Release - - - - - all - - false - - true - CMakeProjectManager.MakeStep - - 1 - 构建 - 构建 - ProjectExplorer.BuildSteps.Build - - - - - - clean - - false - - true - CMakeProjectManager.MakeStep - - 1 - 清除 - 清除 - ProjectExplorer.BuildSteps.Clean - - 2 - false - - false - - Release - CMakeProjectManager.CMakeBuildConfiguration - - - RelWithDebInfo - 2 - false - - -DCMAKE_PREFIX_PATH:PATH=%{Qt:QT_INSTALL_PREFIX} --DQT_QMAKE_EXECUTABLE:FILEPATH=%{Qt:qmakeExecutable} --DCMAKE_CXX_FLAGS_INIT:STRING=%{Qt:QML_DEBUG_FLAG} --DCMAKE_PROJECT_INCLUDE_BEFORE:FILEPATH=%{BuildConfig:BuildDirectory:NativeFilePath}/.qtc/package-manager/auto-setup.cmake --DCMAKE_GENERATOR:STRING=Ninja --DCMAKE_C_COMPILER:FILEPATH=%{Compiler:Executable:C} --DCMAKE_BUILD_TYPE:STRING=RelWithDebInfo --DCMAKE_CXX_COMPILER:FILEPATH=%{Compiler:Executable:Cxx} - I:\MyPrj\XNSim\XNRunner\build\Desktop_Qt_6_5_3_MinGW_64_bit-RelWithDebInfo - - - - - all - - false - - true - CMakeProjectManager.MakeStep - - 1 - 构建 - 构建 - ProjectExplorer.BuildSteps.Build - - - - - - clean - - false - - true - CMakeProjectManager.MakeStep - - 1 - 清除 - 清除 - ProjectExplorer.BuildSteps.Clean - - 2 - false - - false - - Release with Debug Information - CMakeProjectManager.CMakeBuildConfiguration - - - RelWithDebInfo - 2 - false - - -DCMAKE_PREFIX_PATH:PATH=%{Qt:QT_INSTALL_PREFIX} --DQT_QMAKE_EXECUTABLE:FILEPATH=%{Qt:qmakeExecutable} --DCMAKE_CXX_FLAGS_INIT:STRING=%{Qt:QML_DEBUG_FLAG} --DCMAKE_PROJECT_INCLUDE_BEFORE:FILEPATH=%{BuildConfig:BuildDirectory:NativeFilePath}/.qtc/package-manager/auto-setup.cmake --DCMAKE_GENERATOR:STRING=Ninja --DCMAKE_C_COMPILER:FILEPATH=%{Compiler:Executable:C} --DCMAKE_BUILD_TYPE:STRING=RelWithDebInfo --DCMAKE_CXX_COMPILER:FILEPATH=%{Compiler:Executable:Cxx} - 0 - I:\MyPrj\XNSim\XNRunner\build\Desktop_Qt_6_5_3_MinGW_64_bit-Profile - - - - - all - - false - - true - CMakeProjectManager.MakeStep - - 1 - 构建 - 构建 - ProjectExplorer.BuildSteps.Build - - - - - - clean - - false - - true - CMakeProjectManager.MakeStep - - 1 - 清除 - 清除 - ProjectExplorer.BuildSteps.Clean - - 2 - false - - false - - Profile - CMakeProjectManager.CMakeBuildConfiguration - - - MinSizeRel - 2 - false - - -DCMAKE_PREFIX_PATH:PATH=%{Qt:QT_INSTALL_PREFIX} --DQT_QMAKE_EXECUTABLE:FILEPATH=%{Qt:qmakeExecutable} --DCMAKE_CXX_FLAGS_INIT:STRING=%{Qt:QML_DEBUG_FLAG} --DCMAKE_PROJECT_INCLUDE_BEFORE:FILEPATH=%{BuildConfig:BuildDirectory:NativeFilePath}/.qtc/package-manager/auto-setup.cmake --DCMAKE_GENERATOR:STRING=Ninja --DCMAKE_C_COMPILER:FILEPATH=%{Compiler:Executable:C} --DCMAKE_BUILD_TYPE:STRING=MinSizeRel --DCMAKE_CXX_COMPILER:FILEPATH=%{Compiler:Executable:Cxx} - I:\MyPrj\XNSim\XNRunner\build\Desktop_Qt_6_5_3_MinGW_64_bit-MinSizeRel - - - - - all - - false - - true - CMakeProjectManager.MakeStep - - 1 - 构建 - 构建 - ProjectExplorer.BuildSteps.Build - - - - - - clean - - false - - true - CMakeProjectManager.MakeStep - - 1 - 清除 - 清除 - ProjectExplorer.BuildSteps.Clean - - 2 - false - - false - - Minimum Size Release - CMakeProjectManager.CMakeBuildConfiguration - - 5 - - - 0 - 部署 - 部署 - ProjectExplorer.BuildSteps.Deploy - - 1 - - false - ProjectExplorer.DefaultDeployConfiguration - - 1 - - true - true - 0 - true - - - 2 - - false - -e cpu-cycles --call-graph "dwarf,4096" -F 250 - - ProjectExplorer.CustomExecutableRunConfiguration - - false - true - true - - 1 - - - - ProjectExplorer.Project.TargetCount - 1 - - - ProjectExplorer.Project.Updater.FileVersion - 22 - - - Version - 22 - - diff --git a/XNRunner/DataReaderListenerImpl.h b/XNRunner/DataReaderListenerImpl.h deleted file mode 100755 index e1835c4..0000000 --- a/XNRunner/DataReaderListenerImpl.h +++ /dev/null @@ -1,27 +0,0 @@ -#pragma once - -#include -#include -#include -#include - -template -class DataReaderListenerImpl : public eprosima::fastdds::dds::DataReaderListener -{ -public: - DataReaderListenerImpl(std::function callback) : callback_(callback) {} - - void on_data_available(eprosima::fastdds::dds::DataReader *reader) override - { - eprosima::fastdds::dds::SampleInfo info; - if (reader->take_next_sample(&data_, &info) == eprosima::fastdds::dds::RETCODE_OK - && info.valid_data) { - callback_(data_); - //qInfo() << "Data available"; - } - } - -private: - T data_; - std::function callback_; -}; \ No newline at end of file diff --git a/XNRunner/MonitorThread.cpp b/XNRunner/MonitorThread.cpp deleted file mode 100755 index 7948199..0000000 --- a/XNRunner/MonitorThread.cpp +++ /dev/null @@ -1,160 +0,0 @@ -#include "MonitorThread.h" -#include "DataReaderListenerImpl.h" -#include -#include - -MonitorThread::MonitorThread(QObject *parent) : QThread(parent) -{ - isAbort = false; - int m_DomainID = 10; - eprosima::fastdds::dds::DomainParticipantQos participantQos; - participantQos.name("XNRunner"); - m_Participant = - eprosima::fastdds::dds::DomainParticipantFactory::get_instance()->create_participant( - m_DomainID, participantQos); - eprosima::fastdds::dds::TypeSupport typeSupport( - new XNSim::XNSimStatus::XNEngineStatusPubSubType()); - typeSupport.register_type(m_Participant); - m_EngineStatusTopic = m_Participant->create_topic("XNSim::XNSimStatus::XNEngineStatus", - typeSupport.get_type_name(), - eprosima::fastdds::dds::TOPIC_QOS_DEFAULT); - if (m_EngineStatusTopic == nullptr) { - qInfo() << "Failed to create engine status topic"; - return; - } - m_EngineStatusSubscriber = - m_Participant->create_subscriber(eprosima::fastdds::dds::SUBSCRIBER_QOS_DEFAULT); - if (m_EngineStatusSubscriber == nullptr) { - qInfo() << "Failed to create engine status subscriber"; - return; - } - eprosima::fastdds::dds::DataReaderQos dataReaderQos; - dataReaderQos.durability().kind = eprosima::fastdds::dds::VOLATILE_DURABILITY_QOS; - auto func = std::bind(&MonitorThread::OnReceiveSimStatus, this, std::placeholders::_1); - listener = new DataReaderListenerImpl(func); - m_EngineStatusDataReader = - m_EngineStatusSubscriber->create_datareader(m_EngineStatusTopic, dataReaderQos, listener); - if (m_EngineStatusDataReader == nullptr) { - qInfo() << "Failed to create engine status datareader"; - } - - eprosima::fastdds::dds::TypeSupport typeSupport2( - new XNSim::XNSimControl::XNRuntimeControlPubSubType()); - typeSupport2.register_type(m_Participant); - m_ControlTopic = m_Participant->create_topic("XNSim::XNSimControl::XNRuntimeControl", - typeSupport2.get_type_name(), - eprosima::fastdds::dds::TOPIC_QOS_DEFAULT); - if (m_ControlTopic == nullptr) { - qInfo() << "Failed to create control topic"; - return; - } - m_ControlPublisher = - m_Participant->create_publisher(eprosima::fastdds::dds::PUBLISHER_QOS_DEFAULT); - if (m_ControlPublisher == nullptr) { - qInfo() << "Failed to create control publisher"; - return; - } - eprosima::fastdds::dds::DataWriterQos dataWriterQos; - dataWriterQos.durability().kind = eprosima::fastdds::dds::VOLATILE_DURABILITY_QOS; - m_ControlDataWriter = m_ControlPublisher->create_datawriter(m_ControlTopic, dataWriterQos); - if (m_ControlDataWriter == nullptr) { - qInfo() << "Failed to create control datawriter"; - } -} - -MonitorThread::~MonitorThread() -{ -} - -void MonitorThread::OnReceiveSimStatus(const XNSim::XNSimStatus::XNEngineStatus &status) -{ - QMutexLocker locker(&m_Mutex); - m_RunStatusUpdate = true; - if (m_RunStatus != status.XNEngineSt()) { - m_RunStatus = status.XNEngineSt(); - emit runStatusChanged(m_RunStatus); - } -} - -void MonitorThread::run() -{ - while (true) { - { - QMutexLocker locker(&m_Mutex); - if (isAbort) { - break; - } - if (!m_RunStatusUpdate) { - QProcess process; - process.start("pgrep", QStringList() << "XNEngine"); - process.waitForFinished(); - QString output = process.readAllStandardOutput(); - if (!output.isEmpty()) { - m_RunStatus = 4; - emit runStatusChanged(m_RunStatus); - } else { - m_RunStatus = 3; - emit runStatusChanged(m_RunStatus); - isAbort = true; - emit abortProcess(); - } - } - m_RunStatusUpdate = false; - } - msleep(2000); - } - if (m_ControlDataWriter) { - m_ControlPublisher->delete_datawriter(m_ControlDataWriter); - } - if (m_ControlTopic) { - m_Participant->delete_topic(m_ControlTopic); - } - if (m_ControlPublisher) { - m_Participant->delete_publisher(m_ControlPublisher); - } - if (m_EngineStatusDataReader) { - m_EngineStatusSubscriber->delete_datareader(m_EngineStatusDataReader); - delete listener; - } - if (m_EngineStatusTopic) { - m_Participant->delete_topic(m_EngineStatusTopic); - } - if (m_EngineStatusSubscriber) { - m_Participant->delete_subscriber(m_EngineStatusSubscriber); - } - - eprosima::fastdds::dds::DomainParticipantFactory::get_instance()->delete_participant( - m_Participant); -} - -void MonitorThread::OnPause() -{ - if (m_ControlDataWriter) { - XNSim::XNSimControl::XNRuntimeControl control; - control.XNSimCmd(1); - control.XNThrCmd(0); - m_ControlDataWriter->write(&control); - } -} - -void MonitorThread::OnContinue() -{ - if (m_ControlDataWriter) { - XNSim::XNSimControl::XNRuntimeControl control; - control.XNSimCmd(2); - control.XNThrCmd(0); - m_ControlDataWriter->write(&control); - } -} - -void MonitorThread::OnAbort() -{ - if (m_ControlDataWriter) { - XNSim::XNSimControl::XNRuntimeControl control; - control.XNSimCmd(3); - control.XNThrCmd(0); - m_ControlDataWriter->write(&control); - QMutexLocker locker(&m_Mutex); - isAbort = true; - } -} diff --git a/XNRunner/MonitorThread.h b/XNRunner/MonitorThread.h deleted file mode 100755 index 28768d7..0000000 --- a/XNRunner/MonitorThread.h +++ /dev/null @@ -1,49 +0,0 @@ -#pragma once - -#include - -#include "../XNCore/XNIDL/XNSimStatusPubSubTypes.hpp" -#include -#include -#include -#include -#include -#include -#include -#include - -class MonitorThread : public QThread -{ - Q_OBJECT -public: - MonitorThread(QObject *parent = nullptr); - ~MonitorThread(); -signals: - void runStatusChanged(int status); - void abortProcess(); - -public slots: - void OnPause(); - void OnContinue(); - void OnAbort(); - -public: - void OnReceiveSimStatus(const XNSim::XNSimStatus::XNEngineStatus &status); - -private: - void run() override; - -private: - QMutex m_Mutex; - int m_RunStatus; - bool m_RunStatusUpdate; - eprosima::fastdds::dds::DomainParticipant *m_Participant; - eprosima::fastdds::dds::Topic *m_EngineStatusTopic; - eprosima::fastdds::dds::DataWriter *m_ControlDataWriter; - eprosima::fastdds::dds::Subscriber *m_EngineStatusSubscriber; - eprosima::fastdds::dds::DataReaderListener *listener; - eprosima::fastdds::dds::DataReader *m_EngineStatusDataReader; - eprosima::fastdds::dds::Topic *m_ControlTopic; - eprosima::fastdds::dds::Publisher *m_ControlPublisher; - bool isAbort; -}; \ No newline at end of file diff --git a/XNRunner/main.cpp b/XNRunner/main.cpp deleted file mode 100755 index 555cc4e..0000000 --- a/XNRunner/main.cpp +++ /dev/null @@ -1,21 +0,0 @@ -#include "mainwindow.h" - -#include -#include -#include - -int main(int argc, char *argv[]) -{ - QApplication a(argc, argv); - - QFile file(":qdarkstyle/dark/darkstyle.qss"); - if (file.open(QFile::ReadOnly)) { - QTextStream stream(&file); - QString styleSheet = stream.readAll(); - a.setStyleSheet(styleSheet); - } - - MainWindow w; - w.show(); - return a.exec(); -} diff --git a/XNRunner/mainwindow.cpp b/XNRunner/mainwindow.cpp deleted file mode 100755 index 78c899e..0000000 --- a/XNRunner/mainwindow.cpp +++ /dev/null @@ -1,462 +0,0 @@ -#include "mainwindow.h" -#include "./ui_mainwindow.h" -#include -#include "MonitorThread.h" -#include -#include -#include -#include -#include -#include - -MainWindow::MainWindow(QWidget *parent) - : QMainWindow(parent), ui(new Ui::MainWindow), userScrolled(false) -{ - ui->setupUi(this); - - // 关闭菜单栏和状态栏 - menuBar()->hide(); - statusBar()->hide(); - - setWindowTitle("XNRunner"); - - //设置窗口图标 - setWindowIcon(QIcon(":/icon/XNRunner.png")); - - // 设置窗口字体 - QFont appFont("Arial", 14); - QApplication::setFont(appFont); - - // Create widgets - QLabel *label = new QLabel("Environment Configuration", this); - //label->setFixedSize(200, 30); - - QComboBox *comboBox = new QComboBox(this); - - QPushButton *runPauseButton = new QPushButton("Run", this); - runPauseButton->setFixedSize(100, 30); - runPauseButton->setObjectName("runPauseButton"); - - // 连接按钮点击信号到槽函数 - connect(runPauseButton, &QPushButton::clicked, this, &MainWindow::OnRunPauseButtonClicked); - - QPushButton *endButton = new QPushButton("Abort", this); - endButton->setFixedSize(100, 30); - endButton->setObjectName("endButton"); - // 连接按钮点击信号到槽函数 - connect(endButton, &QPushButton::clicked, this, &MainWindow::OnEndButtonClicked); - - QTreeWidget *modelTree = new QTreeWidget(this); - modelTree->setObjectName("modelTree"); - modelTree->setHeaderLabel("Models List"); - modelTree->setMaximumWidth(200); - - QTreeWidget *serviceTree = new QTreeWidget(this); - serviceTree->setObjectName("serviceTree"); - serviceTree->setHeaderLabel("Services List"); - serviceTree->setMaximumWidth(200); - - QTextEdit *textEdit = new QTextEdit(this); - textEdit->setObjectName("textEdit"); - textEdit->setReadOnly(true); - - // 设置文本编辑器的编码格式 - //QTextCodec::setCodecForLocale(QTextCodec::codecForName("UTF-8")); - - // 连接滚动条信号以检测用户滚动 - connect(textEdit->verticalScrollBar(), &QScrollBar::valueChanged, this, - &MainWindow::onTextEditScrolled); - - QProgressBar *progressBar = new QProgressBar(this); - progressBar->setObjectName("progressBar"); - - // 布局设置 - QVBoxLayout *mainLayout = new QVBoxLayout; - QHBoxLayout *topLayout = new QHBoxLayout; - QHBoxLayout *middleLayout = new QHBoxLayout; - - // 上部分布局 - topLayout->addWidget(label); - topLayout->addWidget(comboBox); - topLayout->addWidget(runPauseButton); - topLayout->addWidget(endButton); - - // 中间部分布局 - QVBoxLayout *treeLayout = new QVBoxLayout; - treeLayout->addWidget(modelTree); - treeLayout->addWidget(serviceTree); - middleLayout->addLayout(treeLayout); - middleLayout->addWidget(textEdit); - - // 添加布局到主布局 - mainLayout->addLayout(topLayout); - mainLayout->addLayout(middleLayout); - mainLayout->addWidget(progressBar); - - // 设置中心窗口的布局 - QWidget *centralWidget = new QWidget(this); - centralWidget->setLayout(mainLayout); - setCentralWidget(centralWidget); - - populateComboBoxWithFiles(comboBox); - - currentRunStatus = 0; -} - -MainWindow::~MainWindow() -{ - delete ui; -} - -void MainWindow::populateComboBoxWithFiles(QComboBox *comboBox) -{ - comboBox->setObjectName("comboBox"); - // 获取当前目录 - QDir dir(QDir::currentPath() + "/Scenario"); - - // 获取所有 .sce 和 .xml 文件 - QStringList filters; - filters << "*.sce" << "*.xml"; - dir.setNameFilters(filters); - dir.setFilter(QDir::Files); - - QFileInfoList fileList = dir.entryInfoList(); - - // 将文件名添加到 comboBox - QFileInfo latestFile; - for (const QFileInfo &fileInfo : fileList) { - comboBox->addItem(fileInfo.fileName()); - // 找到最新的文件 - if (latestFile.lastModified() < fileInfo.lastModified()) { - latestFile = fileInfo; - } - } - - // 默认选中最新的文件 - QTimer::singleShot(1000, [this, comboBox, latestFile]() { - // 先设置一个不同的索引 - if (comboBox->count() > 0) { - comboBox->setCurrentIndex(-1); // 设置为无选中项 - } - - connect(comboBox, &QComboBox::currentIndexChanged, this, - &MainWindow::OnComboBoxCurrentIndexChanged); - - if (!latestFile.fileName().isEmpty()) { - comboBox->setCurrentText(latestFile.fileName()); - } - }); -} - -void MainWindow::OnRunPauseButtonClicked() -{ - if (currentRunStatus == 0) { - QComboBox *comboBox = findChild("comboBox"); - if (comboBox) { - QTextEdit *textEdit = findChild("textEdit"); - if (textEdit) { - textEdit->clear(); - } - - QProcess *process = new QProcess(this); - process->setObjectName("engineProcess"); - - QString selectedFile = comboBox->currentText(); - QDir dir(QDir::currentPath() + "/Scenario"); - QStringList args; - args << dir.filePath(selectedFile); - process->start("./XNEngine", args); - - // Connect standard output - connect(process, &QProcess::readyReadStandardOutput, this, &MainWindow::OnEngineOutput); - - // Connect standard error - connect(process, &QProcess::readyReadStandardError, this, - &MainWindow::OnEngineErrorOutput); - - MonitorThread *monitorThread = new MonitorThread(this); - monitorThread->setObjectName("monitorThread"); - connect(monitorThread, &MonitorThread::runStatusChanged, this, - &MainWindow::OnRunStatusChanged); - connect(this, &MainWindow::Pause, monitorThread, &MonitorThread::OnPause); - connect(this, &MainWindow::Continue, monitorThread, &MonitorThread::OnContinue); - connect(this, &MainWindow::Abort, monitorThread, &MonitorThread::OnAbort); - connect(monitorThread, &MonitorThread::abortProcess, this, &MainWindow::OnEndProcess); - monitorThread->start(); - } - } else if (currentRunStatus == 1) { - emit Pause(); - } else if (currentRunStatus == 2) { - emit Continue(); - } - - OnRunStatusChanged(currentRunStatus); -} - -void MainWindow::OnEngineOutput() -{ - QProcess *process = findChild("engineProcess"); - if (process) { - QString output = QString::fromUtf8(process->readAllStandardOutput()); - QTextEdit *textEdit = findChild("textEdit"); - if (textEdit) { - applyAnsiColors(textEdit, output); - } - } -} - -void MainWindow::applyAnsiColors(QTextEdit *textEdit, const QString &text) -{ - QRegularExpression regex("\033\\[([0-9;]+)m"); - QRegularExpressionMatchIterator i = regex.globalMatch(text); - - QTextCursor cursor(textEdit->textCursor()); - cursor.movePosition(QTextCursor::End); - - int lastPos = 0; - while (i.hasNext()) { - QRegularExpressionMatch match = i.next(); - QStringList codes = match.captured(1).split(';'); - QString color = "white"; // Default color - - for (const QString &code : codes) { - if (code == "31") - color = "red"; - else if (code == "32") - color = "green"; - else if (code == "33") - color = "yellow"; - else if (code == "34") - color = "blue"; - else if (code == "35") - color = "magenta"; - else if (code == "36") - color = "cyan"; - else if (code == "37") - color = "white"; - else if (code == "0") - color = "white"; // Reset to default - } - - // Insert text before the ANSI code - cursor.insertText(text.mid(lastPos, match.capturedStart() - lastPos)); - - // Set the color for the text after the ANSI code - QTextCharFormat format; - format.setForeground(QColor(color)); - cursor.setCharFormat(format); - - lastPos = match.capturedEnd(); - } - - // Insert remaining text - cursor.insertText(text.mid(lastPos)); - - // 删除多余的行 - limitTextEditLines(textEdit, 500); - - // 如果用户没有手动滚动,则滚动到末尾 - if (!userScrolled) { - cursor.movePosition(QTextCursor::End); - textEdit->setTextCursor(cursor); - textEdit->ensureCursorVisible(); - } -} - -void MainWindow::limitTextEditLines(QTextEdit *textEdit, int maxLines) -{ - QTextDocument *doc = textEdit->document(); - while (doc->blockCount() > maxLines) { - QTextCursor cursor(doc); - cursor.select(QTextCursor::BlockUnderCursor); - cursor.removeSelectedText(); - cursor.deleteChar(); // Remove the newline character - } -} - -void MainWindow::OnEngineErrorOutput() -{ - QProcess *process = findChild("engineProcess"); - if (process) { - // 直接使用 fromUtf8 处理错误输出 - QString errorOutput = QString::fromUtf8(process->readAllStandardError()); - QTextEdit *textEdit = findChild("textEdit"); - if (textEdit) { - applyAnsiColors(textEdit, errorOutput); - } - } -} - -void MainWindow::OnRunStatusChanged(int status) -{ - QPushButton *runPauseButton = findChild("runPauseButton"); - if (runPauseButton) { - if (status == 0) { - runPauseButton->setText("Run"); - runPauseButton->setEnabled(true); - currentRunStatus = 0; - } else if (status == 1) { - runPauseButton->setText("Pause"); - runPauseButton->setEnabled(true); - currentRunStatus = 1; - } else if (status == 2) { - runPauseButton->setText("Continue"); - runPauseButton->setEnabled(true); - currentRunStatus = 2; - } else if (status == 3) { - runPauseButton->setText("Run"); - runPauseButton->setEnabled(true); - currentRunStatus = 0; - } else { - runPauseButton->setEnabled(false); - currentRunStatus = 0; - } - } -} - -void MainWindow::OnEndButtonClicked() -{ - if (currentRunStatus != 0) { - emit Abort(); - OnEndProcess(); - } -} - -void MainWindow::OnEndProcess() -{ - QProcess *process = this->findChild("engineProcess"); - QTextEdit *textEdit = this->findChild("textEdit"); - if (process) { - QTimer::singleShot(30000, [this, process, textEdit]() { - if (textEdit) { - textEdit->append("XNEngine has been forcibly terminated!"); - } - process->kill(); - }); - process->waitForFinished(); - if (textEdit) { - textEdit->append("XNEngine exited normally!"); - } - delete process; - } - MonitorThread *monitorThread = this->findChild("monitorThread"); - if (monitorThread) { - monitorThread->wait(); - delete monitorThread; - } - OnRunStatusChanged(3); -} - -void MainWindow::OnComboBoxCurrentIndexChanged(int index) -{ - // 处理 comboBox 的当前索引改变事件 - QComboBox *comboBox = findChild("comboBox"); - if (comboBox) { - comboBox->setEnabled(false); // Disable the combo box - QTreeWidget *modelTree = findChild("modelTree"); - if (modelTree) { - modelTree->clear(); - } - QTreeWidget *serviceTree = findChild("serviceTree"); - if (serviceTree) { - serviceTree->clear(); - } - - QString selectedFile = comboBox->currentText(); - // 更新文本编辑器或进度条 - QPushButton *runPauseButton = findChild("runPauseButton"); - if (runPauseButton) { - runPauseButton->setEnabled(false); // Disable the run/pause button - } - - QDir dir(QDir::currentPath() + "/Scenario"); - QFile file(dir.filePath(selectedFile)); - if (!file.open(QIODevice::ReadOnly | QIODevice::Text)) { - QMessageBox::warning(this, "Warning", "Failed to open the file!"); - return; - } - - QString xmlContent = file.readAll(); - file.close(); - - // Process the XML content as needed - // For example, you could parse it using QDomDocument or any other XML parser - QDomDocument xmlDoc; - if (!xmlDoc.setContent(xmlContent)) { - // Handle error parsing the XML - comboBox->setEnabled(true); // Enable the combo box - if (runPauseButton) { - runPauseButton->setEnabled(true); // Enable the run/pause button - } - QMessageBox::warning(this, "Warning", "Failed to parse the XML file!"); - return; - } - - // TODO: 解析xml文件,获取模型和服务的清单,并启动校验 - QDomElement root = xmlDoc.documentElement(); - - if (modelTree) { - for (int i = 0; i < root.elementsByTagName("ModelGroup").count(); i++) { - QDomElement models = root.elementsByTagName("ModelGroup").at(i).toElement(); - QString modelGroupName = models.attribute("Name"); - modelTree->addTopLevelItem(new QTreeWidgetItem(QStringList() << modelGroupName)); - for (QDomElement model = models.firstChildElement("Model"); !model.isNull(); - model = model.nextSiblingElement("Model")) { - QString modelName = model.attribute("Name"); - //添加到modelTree的子节点 - modelTree->topLevelItem(i)->addChild( - new QTreeWidgetItem(QStringList() << modelName)); - } - //默认展开modelTree的第一个子节点 - modelTree->topLevelItem(i)->setExpanded(true); - } - } - - if (serviceTree) { - QDomElement services = root.firstChildElement("ServicesList"); - for (QDomElement service = services.firstChildElement("Service"); !service.isNull(); - service = service.nextSiblingElement("Service")) { - QString serviceName = service.attribute("Name"); - serviceTree->addTopLevelItem(new QTreeWidgetItem(QStringList() << serviceName)); - } - } - - QTextEdit *textEdit = findChild("textEdit"); - if (textEdit) { - textEdit->clear(); - } - - QProcess *process = new QProcess(this); - process->setObjectName("engineProcess"); - QStringList args; - args << dir.filePath(selectedFile) << "-test"; - connect(process, &QProcess::readyReadStandardOutput, this, &MainWindow::OnEngineOutput); - connect(process, &QProcess::readyReadStandardError, this, &MainWindow::OnEngineErrorOutput); - QTimer::singleShot(1000, [=]() { - process->start("./XNEngine", args); - process->waitForFinished(); - comboBox->setEnabled(true); // Enable the combo box - if (runPauseButton) { - runPauseButton->setEnabled(true); // Enable the run/pause button - } - delete process; - }); - } -} - -void MainWindow::onTextEditScrolled(int value) -{ - QScrollBar *scrollBar = qobject_cast(sender()); - if (scrollBar) { - int max = scrollBar->maximum(); - int threshold = 5; // 允许的误差值 - - // 如果滚动条接近底部,设置 userScrolled 为 false - userScrolled = (value < max - threshold); - - // 如果用户滚动到接近末尾,重置 userScrolled - if (value >= max - threshold) { - userScrolled = false; - } - } -} diff --git a/XNRunner/mainwindow.h b/XNRunner/mainwindow.h deleted file mode 100755 index 9c50691..0000000 --- a/XNRunner/mainwindow.h +++ /dev/null @@ -1,56 +0,0 @@ -#ifndef MAINWINDOW_H -#define MAINWINDOW_H - -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include - -QT_BEGIN_NAMESPACE -namespace Ui -{ -class MainWindow; -} -QT_END_NAMESPACE - -class MainWindow : public QMainWindow -{ - Q_OBJECT - -public: - MainWindow(QWidget *parent = nullptr); - ~MainWindow(); - -signals: - void Pause(); - void Continue(); - void Abort(); - -public slots: - void OnRunPauseButtonClicked(); - void OnEndButtonClicked(); - void OnEndProcess(); - void OnComboBoxCurrentIndexChanged(int index); - void OnEngineOutput(); - void OnEngineErrorOutput(); - void OnRunStatusChanged(int status); - void onTextEditScrolled(int value); - -private: - void populateComboBoxWithFiles(QComboBox *comboBox); - void applyAnsiColors(QTextEdit *textEdit, const QString &text); - void limitTextEditLines(QTextEdit *textEdit, int maxLines); - Ui::MainWindow *ui; - int currentRunStatus; - bool userScrolled; -}; -#endif // MAINWINDOW_H diff --git a/XNRunner/mainwindow.ui b/XNRunner/mainwindow.ui deleted file mode 100755 index 2b1cb81..0000000 --- a/XNRunner/mainwindow.ui +++ /dev/null @@ -1,31 +0,0 @@ - - - MainWindow - - - - 0 - 0 - 800 - 600 - - - - MainWindow - - - - - - 0 - 0 - 800 - 20 - - - - - - - - diff --git a/XNSysMonitor/.vscode/c_cpp_properties.json b/XNSysMonitor/.vscode/c_cpp_properties.json deleted file mode 100755 index 0b3cbd5..0000000 --- a/XNSysMonitor/.vscode/c_cpp_properties.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "configurations": [ - { - "compileCommands": "${workspaceFolder}/build/compile_commands.json", - "configurationProvider": "ms-vscode.cmake-tools" - } - ], - "version": 4 -} \ No newline at end of file diff --git a/XNSysMonitor/.vscode/settings.json b/XNSysMonitor/.vscode/settings.json deleted file mode 100755 index 4f1c5a2..0000000 --- a/XNSysMonitor/.vscode/settings.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "files.associations": { - "*.cpp": "cpp", - "qstringlist": "cpp" - } -} \ No newline at end of file diff --git a/XNSysMonitor/CMakeLists.txt b/XNSysMonitor/CMakeLists.txt deleted file mode 100755 index 1a0dcfc..0000000 --- a/XNSysMonitor/CMakeLists.txt +++ /dev/null @@ -1,85 +0,0 @@ -cmake_minimum_required(VERSION 3.16) - -project(XNSysMonitor VERSION 0.1 LANGUAGES CXX) - -set(CMAKE_AUTOUIC ON) -set(CMAKE_AUTOMOC ON) -set(CMAKE_AUTORCC ON) - -set(CMAKE_CXX_STANDARD 17) -set(CMAKE_CXX_STANDARD_REQUIRED ON) - -add_definitions(-DQCUSTOMPLOT_USE_OPENGL) - -find_package(QT NAMES Qt6 Qt5 REQUIRED COMPONENTS Widgets PrintSupport OpenGLWidgets) -find_package(Qt${QT_VERSION_MAJOR} REQUIRED COMPONENTS Widgets PrintSupport OpenGLWidgets) -find_package(OpenGL REQUIRED) - -#set(QT_SOURCE_FILE qdarkstyle/light/lightstyle.qrc) # 将资源文件放到工程目录下,该部分会由RCC编译器预编译为cpp文件 -set(QT_SOURCE_FILE ../qdarkstyle/dark/darkstyle.qrc) - -# 根据 Qt 版本选择正确的资源添加函数 -qt6_add_resources(QT_RESOURCES ${QT_SOURCE_FILE}) - -set(PROJECT_SOURCES - main.cpp - mainwindow.cpp - mainwindow.h - qcustomplot.h - qcustomplot.cpp - cpuworker.h - cpuworker.cpp - mainwindow.ui - ${QT_RESOURCES} -) - -if(${QT_VERSION_MAJOR} GREATER_EQUAL 6) - qt_add_executable(XNSysMonitor - MANUAL_FINALIZATION - ${PROJECT_SOURCES} - ) -# Define target properties for Android with Qt 6 as: -# set_property(TARGET XNSysMonitor APPEND PROPERTY QT_ANDROID_PACKAGE_SOURCE_DIR -# ${CMAKE_CURRENT_SOURCE_DIR}/android) -# For more information, see https://doc.qt.io/qt-6/qt-add-executable.html#target-creation -else() - if(ANDROID) - add_library(XNSysMonitor SHARED - ${PROJECT_SOURCES} - ) -# Define properties for Android with Qt 5 after find_package() calls as: -# set(ANDROID_PACKAGE_SOURCE_DIR "${CMAKE_CURRENT_SOURCE_DIR}/android") - else() - add_executable(XNSysMonitor - ${PROJECT_SOURCES} - ) - endif() -endif() - -target_link_libraries(XNSysMonitor PRIVATE - Qt${QT_VERSION_MAJOR}::Widgets - Qt${QT_VERSION_MAJOR}::OpenGLWidgets - Qt${QT_VERSION_MAJOR}::PrintSupport - OpenGL::GL -) - -# Check if CMAKE_INSTALL_PREFIX is set to its default value -if(CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT) - set(CMAKE_INSTALL_PREFIX "${CMAKE_SOURCE_DIR}/../Release" CACHE PATH "Install path prefix" FORCE) -endif() - -include(GNUInstallDirs) -install(TARGETS XNSysMonitor - BUNDLE DESTINATION . - LIBRARY DESTINATION . - RUNTIME DESTINATION . -) - -# Add a post-installation command to set the application icon using gio -install(CODE " - execute_process(COMMAND gio set -t string ${CMAKE_INSTALL_PREFIX}/XNSysMonitor \"metadata::custom-icon\" \"file://${CMAKE_INSTALL_PREFIX}/resource/XNSysMonitor.png\") -") - -if(QT_VERSION_MAJOR EQUAL 6) - qt_finalize_executable(XNSysMonitor) -endif() \ No newline at end of file diff --git a/XNSysMonitor/CMakeLists.txt.user b/XNSysMonitor/CMakeLists.txt.user deleted file mode 100755 index 79aa9c5..0000000 --- a/XNSysMonitor/CMakeLists.txt.user +++ /dev/null @@ -1,420 +0,0 @@ - - - - - - EnvironmentId - {5b958118-2d32-49ab-8eab-9018ac74c7d6} - - - ProjectExplorer.Project.ActiveTarget - 0 - - - ProjectExplorer.Project.EditorSettings - - true - false - true - - Cpp - - CppGlobal - - - - QmlJS - - QmlJSGlobal - - - 2 - UTF-8 - false - 4 - false - 80 - true - true - 1 - 0 - false - true - false - 2 - true - true - 0 - 8 - true - false - 1 - true - true - true - *.md, *.MD, Makefile - false - true - true - - - - ProjectExplorer.Project.PluginSettings - - - true - false - true - true - true - true - - false - - - 0 - true - - true - true - Builtin.DefaultTidyAndClazy - 5 - true - - - - true - - - - - ProjectExplorer.Project.Target.0 - - Desktop - Desktop Qt 6.7.2 - Desktop Qt 6.7.2 - qt.qt6.672.linux_gcc_64_kit - 0 - 0 - 0 - - Debug - 2 - false - - -DCMAKE_GENERATOR:STRING=Unix Makefiles --DCMAKE_CXX_FLAGS_INIT:STRING=%{Qt:QML_DEBUG_FLAG} --DQT_QMAKE_EXECUTABLE:FILEPATH=%{Qt:qmakeExecutable} --DCMAKE_PREFIX_PATH:PATH=%{Qt:QT_INSTALL_PREFIX} --DCMAKE_C_COMPILER:FILEPATH=%{Compiler:Executable:C} --DCMAKE_PROJECT_INCLUDE_BEFORE:FILEPATH=%{BuildConfig:BuildDirectory:NativeFilePath}/.qtc/package-manager/auto-setup.cmake --DCMAKE_BUILD_TYPE:STRING=Debug --DCMAKE_CXX_COMPILER:FILEPATH=%{Compiler:Executable:Cxx} - 0 - /media/jin/E/MyCode/xnsim/XNSysMonitor/build/Desktop_Qt_6_7_2-Debug - - - - - all - - false - - true - 构建 - CMakeProjectManager.MakeStep - - 1 - 构建 - 构建 - ProjectExplorer.BuildSteps.Build - - - - - - clean - - false - - true - 构建 - CMakeProjectManager.MakeStep - - 1 - 清除 - 清除 - ProjectExplorer.BuildSteps.Clean - - 2 - false - - false - - Debug - CMakeProjectManager.CMakeBuildConfiguration - - - Release - 2 - false - - -DCMAKE_GENERATOR:STRING=Unix Makefiles --DCMAKE_CXX_FLAGS_INIT:STRING=%{Qt:QML_DEBUG_FLAG} --DQT_QMAKE_EXECUTABLE:FILEPATH=%{Qt:qmakeExecutable} --DCMAKE_PREFIX_PATH:PATH=%{Qt:QT_INSTALL_PREFIX} --DCMAKE_C_COMPILER:FILEPATH=%{Compiler:Executable:C} --DCMAKE_PROJECT_INCLUDE_BEFORE:FILEPATH=%{BuildConfig:BuildDirectory:NativeFilePath}/.qtc/package-manager/auto-setup.cmake --DCMAKE_BUILD_TYPE:STRING=Release --DCMAKE_CXX_COMPILER:FILEPATH=%{Compiler:Executable:Cxx} - /media/jin/E/MyCode/xnsim/XNSysMonitor/build/Desktop_Qt_6_7_2-Release - - - - - all - - false - - true - CMakeProjectManager.MakeStep - - 1 - 构建 - 构建 - ProjectExplorer.BuildSteps.Build - - - - - - clean - - false - - true - CMakeProjectManager.MakeStep - - 1 - 清除 - 清除 - ProjectExplorer.BuildSteps.Clean - - 2 - false - - false - - Release - CMakeProjectManager.CMakeBuildConfiguration - - - RelWithDebInfo - 2 - false - - -DCMAKE_GENERATOR:STRING=Unix Makefiles --DCMAKE_CXX_FLAGS_INIT:STRING=%{Qt:QML_DEBUG_FLAG} --DQT_QMAKE_EXECUTABLE:FILEPATH=%{Qt:qmakeExecutable} --DCMAKE_PREFIX_PATH:PATH=%{Qt:QT_INSTALL_PREFIX} --DCMAKE_C_COMPILER:FILEPATH=%{Compiler:Executable:C} --DCMAKE_PROJECT_INCLUDE_BEFORE:FILEPATH=%{BuildConfig:BuildDirectory:NativeFilePath}/.qtc/package-manager/auto-setup.cmake --DCMAKE_BUILD_TYPE:STRING=RelWithDebInfo --DCMAKE_CXX_COMPILER:FILEPATH=%{Compiler:Executable:Cxx} - /media/jin/E/MyCode/xnsim/XNSysMonitor/build/Desktop_Qt_6_7_2-RelWithDebInfo - - - - - all - - false - - true - CMakeProjectManager.MakeStep - - 1 - 构建 - 构建 - ProjectExplorer.BuildSteps.Build - - - - - - clean - - false - - true - CMakeProjectManager.MakeStep - - 1 - 清除 - 清除 - ProjectExplorer.BuildSteps.Clean - - 2 - false - - false - - Release with Debug Information - CMakeProjectManager.CMakeBuildConfiguration - - - RelWithDebInfo - 2 - false - - -DCMAKE_GENERATOR:STRING=Unix Makefiles --DCMAKE_CXX_FLAGS_INIT:STRING=%{Qt:QML_DEBUG_FLAG} --DQT_QMAKE_EXECUTABLE:FILEPATH=%{Qt:qmakeExecutable} --DCMAKE_PREFIX_PATH:PATH=%{Qt:QT_INSTALL_PREFIX} --DCMAKE_C_COMPILER:FILEPATH=%{Compiler:Executable:C} --DCMAKE_PROJECT_INCLUDE_BEFORE:FILEPATH=%{BuildConfig:BuildDirectory:NativeFilePath}/.qtc/package-manager/auto-setup.cmake --DCMAKE_BUILD_TYPE:STRING=RelWithDebInfo --DCMAKE_CXX_COMPILER:FILEPATH=%{Compiler:Executable:Cxx} - 0 - /media/jin/E/MyCode/xnsim/XNSysMonitor/build/Desktop_Qt_6_7_2-Profile - - - - - all - - false - - true - CMakeProjectManager.MakeStep - - 1 - 构建 - 构建 - ProjectExplorer.BuildSteps.Build - - - - - - clean - - false - - true - CMakeProjectManager.MakeStep - - 1 - 清除 - 清除 - ProjectExplorer.BuildSteps.Clean - - 2 - false - - false - - Profile - CMakeProjectManager.CMakeBuildConfiguration - - - MinSizeRel - 2 - false - - -DCMAKE_GENERATOR:STRING=Unix Makefiles --DCMAKE_CXX_FLAGS_INIT:STRING=%{Qt:QML_DEBUG_FLAG} --DQT_QMAKE_EXECUTABLE:FILEPATH=%{Qt:qmakeExecutable} --DCMAKE_PREFIX_PATH:PATH=%{Qt:QT_INSTALL_PREFIX} --DCMAKE_C_COMPILER:FILEPATH=%{Compiler:Executable:C} --DCMAKE_PROJECT_INCLUDE_BEFORE:FILEPATH=%{BuildConfig:BuildDirectory:NativeFilePath}/.qtc/package-manager/auto-setup.cmake --DCMAKE_BUILD_TYPE:STRING=MinSizeRel --DCMAKE_CXX_COMPILER:FILEPATH=%{Compiler:Executable:Cxx} - /media/jin/E/MyCode/xnsim/XNSysMonitor/build/Desktop_Qt_6_7_2-MinSizeRel - - - - - all - - false - - true - CMakeProjectManager.MakeStep - - 1 - 构建 - 构建 - ProjectExplorer.BuildSteps.Build - - - - - - clean - - false - - true - CMakeProjectManager.MakeStep - - 1 - 清除 - 清除 - ProjectExplorer.BuildSteps.Clean - - 2 - false - - false - - Minimum Size Release - CMakeProjectManager.CMakeBuildConfiguration - - 5 - - - 0 - 部署 - 部署 - ProjectExplorer.BuildSteps.Deploy - - 1 - - false - ProjectExplorer.DefaultDeployConfiguration - - 1 - - true - true - 0 - true - - 2 - - false - -e cpu-cycles --call-graph dwarf,4096 -F 250 - - ProjectExplorer.CustomExecutableRunConfiguration - - false - true - true - - 1 - - - - ProjectExplorer.Project.TargetCount - 1 - - - ProjectExplorer.Project.Updater.FileVersion - 22 - - - Version - 22 - - diff --git a/XNSysMonitor/cpuworker.cpp b/XNSysMonitor/cpuworker.cpp deleted file mode 100755 index f26557c..0000000 --- a/XNSysMonitor/cpuworker.cpp +++ /dev/null @@ -1,44 +0,0 @@ -#include "cpuworker.h" -#include -#include -#include -#include - -CPUWorker::CPUWorker(QObject *parent) : QObject(parent) -{ -} - -void CPUWorker::process() -{ - QTimer *timer = new QTimer(this); - connect(timer, &QTimer::timeout, this, &CPUWorker::fetchCpuUsage); - timer->start(1000); // 每秒调用一次 fetchCpuUsage -} - -void CPUWorker::fetchCpuUsage() -{ - QProcess process; - QStringList arguments = QStringList() << "-P" << "ALL" << "1" << "1"; - process.start("mpstat", arguments); - process.waitForFinished(); - QString output = process.readAllStandardOutput(); - - QStringList lines = output.split("\n"); - bool startParsing = false; - int coreIndex = 0; - for (const QString &line : lines) { - if (line.contains("all")) { - startParsing = true; - continue; - } - if (startParsing && !line.trimmed().isEmpty()) { - QStringList parts = line.split(QRegularExpression("\\s+"), Qt::SkipEmptyParts); - if (parts.size() > 11) { - double idle = parts[11].toDouble(); - double usage = 100.0 - idle; - emit dataReady(coreIndex, usage); - coreIndex++; - } - } - } -} \ No newline at end of file diff --git a/XNSysMonitor/cpuworker.h b/XNSysMonitor/cpuworker.h deleted file mode 100755 index a013994..0000000 --- a/XNSysMonitor/cpuworker.h +++ /dev/null @@ -1,24 +0,0 @@ -#ifndef CPUWORKER_H -#define CPUWORKER_H - -#include -#include - -class CPUWorker : public QObject -{ - Q_OBJECT - -public: - explicit CPUWorker(QObject *parent = nullptr); - -signals: - void dataReady(int coreIndex, double usage); - -public slots: - void process(); - -private: - void fetchCpuUsage(); -}; - -#endif // CPUWORKER_H \ No newline at end of file diff --git a/XNSysMonitor/main.cpp b/XNSysMonitor/main.cpp deleted file mode 100755 index 92b41cb..0000000 --- a/XNSysMonitor/main.cpp +++ /dev/null @@ -1,19 +0,0 @@ -#include "mainwindow.h" - -#include - -int main(int argc, char *argv[]) -{ - QApplication a(argc, argv); - - QFile file(":qdarkstyle/dark/darkstyle.qss"); - if (file.open(QFile::ReadOnly)) { - QTextStream stream(&file); - QString styleSheet = stream.readAll(); - a.setStyleSheet(styleSheet); - } - - MainWindow w; - w.show(); - return a.exec(); -} diff --git a/XNSysMonitor/mainwindow.cpp b/XNSysMonitor/mainwindow.cpp deleted file mode 100755 index 3f0901a..0000000 --- a/XNSysMonitor/mainwindow.cpp +++ /dev/null @@ -1,142 +0,0 @@ -#include "mainwindow.h" -#include "./ui_mainwindow.h" -#include "cpuworker.h" -#include -#include -#include -#include -#include "qcustomplot.h" -#include -#include -#include - -MainWindow::MainWindow(QWidget *parent) : QMainWindow(parent), ui(new Ui::MainWindow) -{ - ui->setupUi(this); - - // 设置窗口标题 - setWindowTitle("XNSysMonitor"); - setWindowIcon(QIcon(":/icon/XNSysMonitor.png")); // 设置窗口图标 - - // Set OpenGL format globally - QSurfaceFormat format; - format.setSamples(4); // 4x anti-aliasing - QSurfaceFormat::setDefaultFormat(format); - - //获取 CPU 核心数 - int numCores = sysconf(_SC_NPROCESSORS_ONLN); - - // 创建一个网格布局来放置标签和图表 - QGridLayout *layout = new QGridLayout; - - // 创建四个图表和下拉框 - for (int i = 0; i < 4; ++i) { - QComboBox *comboBox = new QComboBox(this); - for (int j = 0; j < numCores; ++j) { - comboBox->addItem(QString("Core %1").arg(j)); - } - - // 设置默认选中的核心 - comboBox->setCurrentIndex(i); - - QCustomPlot *customPlot = new QCustomPlot(this); - customPlot->addGraph(); - QPen greenPen(Qt::green); - greenPen.setWidth(2); - customPlot->graph(0)->setPen(greenPen); - customPlot->xAxis->setLabel("Time"); - customPlot->yAxis->setLabel("Usage (%)"); - customPlot->setBackground(QBrush(QColor("#19232D"))); - customPlot->xAxis->setLabelColor(Qt::white); - customPlot->yAxis->setLabelColor(Qt::white); - customPlot->xAxis->setTickLabelColor(Qt::white); - customPlot->yAxis->setTickLabelColor(Qt::white); - customPlot->xAxis->grid()->setVisible(true); - customPlot->yAxis->grid()->setVisible(true); - customPlot->xAxis->setRange(0, 10); - customPlot->yAxis->setRange(0, 0.01); // 初始 Y 轴范围 - customPlot->setOpenGl(true); // 启用 OpenGL 模式 - customPlot->setMinimumHeight(150); // 设置图表的最小高度 - - // 将下拉框和图表添加到网格布局中 - int row = i / 2; // 行号 - int column = i % 2; // 列号 - layout->addWidget(comboBox, row * 2, column); - layout->addWidget(customPlot, row * 2 + 1, column); - - cpuComboBoxes.append(comboBox); - cpuPlots.append(customPlot); - - // 连接下拉框的信号到槽函数 - connect(comboBox, QOverload::of(&QComboBox::currentIndexChanged), this, - [=](int index) { - // 清除图表的旧数据 - customPlot->graph(0)->data()->clear(); - customPlot->replot(); - - // 更新已选择的核心 - updateCpuUsageForPlot(customPlot, index, 0.0); - }); - - // 设置初始的 previousIndex 属性 - comboBox->setProperty("previousIndex", i); - } - - // 创建一个 QWidget 作为滚动区域的内容 - QWidget *scrollContent = new QWidget; - scrollContent->setLayout(layout); - - // 创建一个 QScrollArea 并设置其内容 - QScrollArea *scrollArea = new QScrollArea(this); - scrollArea->setWidget(scrollContent); - scrollArea->setWidgetResizable(true); // 允许滚动区域调整大小 - - // 将滚动区域设置为主窗口的中心部件 - setCentralWidget(scrollArea); - - // Create a worker thread - QThread *workerThread = new QThread; - CPUWorker *worker = new CPUWorker; - worker->moveToThread(workerThread); - - connect(workerThread, &QThread::started, worker, &CPUWorker::process); - connect(worker, &CPUWorker::dataReady, this, &MainWindow::handleDataReady); - connect(this, &MainWindow::destroyed, workerThread, &QThread::quit); - connect(workerThread, &QThread::finished, worker, &QObject::deleteLater); - - workerThread->start(); -} - -void MainWindow::handleDataReady(int coreIndex, double usage) -{ - for (int i = 0; i < cpuComboBoxes.size(); ++i) { - if (cpuComboBoxes[i]->currentIndex() == coreIndex) { - updateCpuUsageForPlot(cpuPlots[i], coreIndex, usage); - } - } -} - -void MainWindow::updateCpuUsageForPlot(QCustomPlot *plot, int coreIndex, double usage) -{ - // 更新图表数据 - plot->graph(0)->addData(plot->graph(0)->dataCount(), usage); - - // 限制数据点数量 - if (plot->graph(0)->data()->size() > 100) { - plot->graph(0)->data()->removeBefore(plot->graph(0)->dataCount() - 100); - } - - // 动态调整 Y 轴范围 - double currentMax = plot->yAxis->range().upper; - if (usage > currentMax) { - plot->yAxis->setRange(0, usage * 1.1); // 扩展 Y 轴范围,留出一些空间 - } - - plot->xAxis->setRange(plot->graph(0)->dataCount() - 100, plot->graph(0)->dataCount()); - plot->replot(); -} - -MainWindow::~MainWindow() -{ - delete ui; -} diff --git a/XNSysMonitor/mainwindow.h b/XNSysMonitor/mainwindow.h deleted file mode 100755 index 7b11e3b..0000000 --- a/XNSysMonitor/mainwindow.h +++ /dev/null @@ -1,35 +0,0 @@ -#ifndef MAINWINDOW_H -#define MAINWINDOW_H - -#include -#include -#include -#include -#include "qcustomplot.h" - -QT_BEGIN_NAMESPACE -namespace Ui -{ -class MainWindow; -} -QT_END_NAMESPACE - -class MainWindow : public QMainWindow -{ - Q_OBJECT - -public: - explicit MainWindow(QWidget *parent = nullptr); - ~MainWindow(); - -private slots: - void handleDataReady(int coreIndex, double usage); - -private: - void updateCpuUsage(); - void updateCpuUsageForPlot(QCustomPlot *plot, int coreIndex, double usage); - Ui::MainWindow *ui; - QVector cpuComboBoxes; // 用于存储每个图表的下拉框 - QVector cpuPlots; // 用于存储每个核心的图表 -}; -#endif // MAINWINDOW_H diff --git a/XNSysMonitor/mainwindow.ui b/XNSysMonitor/mainwindow.ui deleted file mode 100755 index 72f0132..0000000 --- a/XNSysMonitor/mainwindow.ui +++ /dev/null @@ -1,31 +0,0 @@ - - - MainWindow - - - - 0 - 0 - 1200 - 800 - - - - MainWindow - - - - - - 0 - 0 - 1200 - 25 - - - - - - - - diff --git a/XNSysMonitor/qcustomplot.cpp b/XNSysMonitor/qcustomplot.cpp deleted file mode 100755 index 72b5bfb..0000000 --- a/XNSysMonitor/qcustomplot.cpp +++ /dev/null @@ -1,35529 +0,0 @@ -/*************************************************************************** -** ** -** QCustomPlot, an easy to use, modern plotting widget for Qt ** -** Copyright (C) 2011-2022 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: https://www.qcustomplot.com/ ** -** Date: 06.11.22 ** -** Version: 2.1.1 ** -****************************************************************************/ - -#include "qcustomplot.h" - - -/* including file 'src/vector2d.cpp' */ -/* modified 2022-11-06T12:45:56, size 7973 */ - -//////////////////////////////////////////////////////////////////////////////////////////////////// -//////////////////// QCPVector2D -//////////////////////////////////////////////////////////////////////////////////////////////////// - -/*! \class QCPVector2D - \brief Represents two doubles as a mathematical 2D vector - - This class acts as a replacement for QVector2D with the advantage of double precision instead of - single, and some convenience methods tailored for the QCustomPlot library. -*/ - -/* start documentation of inline functions */ - -/*! \fn void QCPVector2D::setX(double x) - - Sets the x coordinate of this vector to \a x. - - \see setY -*/ - -/*! \fn void QCPVector2D::setY(double y) - - Sets the y coordinate of this vector to \a y. - - \see setX -*/ - -/*! \fn double QCPVector2D::length() const - - Returns the length of this vector. - - \see lengthSquared -*/ - -/*! \fn double QCPVector2D::lengthSquared() const - - Returns the squared length of this vector. In some situations, e.g. when just trying to find the - shortest vector of a group, this is faster than calculating \ref length, because it avoids - calculation of a square root. - - \see length -*/ - -/*! \fn double QCPVector2D::angle() const - - Returns the angle of the vector in radians. The angle is measured between the positive x line and - the vector, counter-clockwise in a mathematical coordinate system (y axis upwards positive). In - screen/widget coordinates where the y axis is inverted, the angle appears clockwise. -*/ - -/*! \fn QPoint QCPVector2D::toPoint() const - - Returns a QPoint which has the x and y coordinates of this vector, truncating any floating point - information. - - \see toPointF -*/ - -/*! \fn QPointF QCPVector2D::toPointF() const - - Returns a QPointF which has the x and y coordinates of this vector. - - \see toPoint -*/ - -/*! \fn bool QCPVector2D::isNull() const - - Returns whether this vector is null. A vector is null if \c qIsNull returns true for both x and y - coordinates, i.e. if both are binary equal to 0. -*/ - -/*! \fn QCPVector2D QCPVector2D::perpendicular() const - - Returns a vector perpendicular to this vector, with the same length. -*/ - -/*! \fn double QCPVector2D::dot() const - - Returns the dot/scalar product of this vector with the specified vector \a vec. -*/ - -/* end documentation of inline functions */ - -/*! - Creates a QCPVector2D object and initializes the x and y coordinates to 0. -*/ -QCPVector2D::QCPVector2D() : - mX(0), - mY(0) -{ -} - -/*! - Creates a QCPVector2D object and initializes the \a x and \a y coordinates with the specified - values. -*/ -QCPVector2D::QCPVector2D(double x, double y) : - mX(x), - mY(y) -{ -} - -/*! - Creates a QCPVector2D object and initializes the x and y coordinates respective coordinates of - the specified \a point. -*/ -QCPVector2D::QCPVector2D(const QPoint &point) : - mX(point.x()), - mY(point.y()) -{ -} - -/*! - Creates a QCPVector2D object and initializes the x and y coordinates respective coordinates of - the specified \a point. -*/ -QCPVector2D::QCPVector2D(const QPointF &point) : - mX(point.x()), - mY(point.y()) -{ -} - -/*! - Normalizes this vector. After this operation, the length of the vector is equal to 1. - - If the vector has both entries set to zero, this method does nothing. - - \see normalized, length, lengthSquared -*/ -void QCPVector2D::normalize() -{ - if (mX == 0.0 && mY == 0.0) return; - const double lenInv = 1.0/length(); - mX *= lenInv; - mY *= lenInv; -} - -/*! - Returns a normalized version of this vector. The length of the returned vector is equal to 1. - - If the vector has both entries set to zero, this method returns the vector unmodified. - - \see normalize, length, lengthSquared -*/ -QCPVector2D QCPVector2D::normalized() const -{ - if (mX == 0.0 && mY == 0.0) return *this; - const double lenInv = 1.0/length(); - return QCPVector2D(mX*lenInv, mY*lenInv); -} - -/*! \overload - - Returns the squared shortest distance of this vector (interpreted as a point) to the finite line - segment given by \a start and \a end. - - \see distanceToStraightLine -*/ -double QCPVector2D::distanceSquaredToLine(const QCPVector2D &start, const QCPVector2D &end) const -{ - const QCPVector2D v(end-start); - const double vLengthSqr = v.lengthSquared(); - if (!qFuzzyIsNull(vLengthSqr)) - { - const double mu = v.dot(*this-start)/vLengthSqr; - if (mu < 0) - return (*this-start).lengthSquared(); - else if (mu > 1) - return (*this-end).lengthSquared(); - else - return ((start + mu*v)-*this).lengthSquared(); - } else - return (*this-start).lengthSquared(); -} - -/*! \overload - - Returns the squared shortest distance of this vector (interpreted as a point) to the finite line - segment given by \a line. - - \see distanceToStraightLine -*/ -double QCPVector2D::distanceSquaredToLine(const QLineF &line) const -{ - return distanceSquaredToLine(QCPVector2D(line.p1()), QCPVector2D(line.p2())); -} - -/*! - Returns the shortest distance of this vector (interpreted as a point) to the infinite straight - line given by a \a base point and a \a direction vector. - - \see distanceSquaredToLine -*/ -double QCPVector2D::distanceToStraightLine(const QCPVector2D &base, const QCPVector2D &direction) const -{ - return qAbs((*this-base).dot(direction.perpendicular()))/direction.length(); -} - -/*! - Scales this vector by the given \a factor, i.e. the x and y components are multiplied by \a - factor. -*/ -QCPVector2D &QCPVector2D::operator*=(double factor) -{ - mX *= factor; - mY *= factor; - return *this; -} - -/*! - Scales this vector by the given \a divisor, i.e. the x and y components are divided by \a - divisor. -*/ -QCPVector2D &QCPVector2D::operator/=(double divisor) -{ - mX /= divisor; - mY /= divisor; - return *this; -} - -/*! - Adds the given \a vector to this vector component-wise. -*/ -QCPVector2D &QCPVector2D::operator+=(const QCPVector2D &vector) -{ - mX += vector.mX; - mY += vector.mY; - return *this; -} - -/*! - subtracts the given \a vector from this vector component-wise. -*/ -QCPVector2D &QCPVector2D::operator-=(const QCPVector2D &vector) -{ - mX -= vector.mX; - mY -= vector.mY; - return *this; -} -/* end of 'src/vector2d.cpp' */ - - -/* including file 'src/painter.cpp' */ -/* modified 2022-11-06T12:45:56, size 8656 */ - -//////////////////////////////////////////////////////////////////////////////////////////////////// -//////////////////// 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() : - 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 -} - -/*! - 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); - } -} -/* end of 'src/painter.cpp' */ - - -/* including file 'src/paintbuffer.cpp' */ -/* modified 2022-11-06T12:45:56, size 18915 */ - -//////////////////////////////////////////////////////////////////////////////////////////////////// -//////////////////// QCPAbstractPaintBuffer -//////////////////////////////////////////////////////////////////////////////////////////////////// - -/*! \class QCPAbstractPaintBuffer - \brief The abstract base class for paint buffers, which define the rendering backend - - This abstract base class defines the basic interface that a paint buffer needs to provide in - order to be usable by QCustomPlot. - - A paint buffer manages both a surface to draw onto, and the matching paint device. The size of - the surface can be changed via \ref setSize. External classes (\ref QCustomPlot and \ref - QCPLayer) request a painter via \ref startPainting and then perform the draw calls. Once the - painting is complete, \ref donePainting is called, so the paint buffer implementation can do - clean up if necessary. Before rendering a frame, each paint buffer is usually filled with a color - using \ref clear (usually the color is \c Qt::transparent), to remove the contents of the - previous frame. - - The simplest paint buffer implementation is \ref QCPPaintBufferPixmap which allows regular - software rendering via the raster engine. Hardware accelerated rendering via pixel buffers and - frame buffer objects is provided by \ref QCPPaintBufferGlPbuffer and \ref QCPPaintBufferGlFbo. - They are used automatically if \ref QCustomPlot::setOpenGl is enabled. -*/ - -/* start documentation of pure virtual functions */ - -/*! \fn virtual QCPPainter *QCPAbstractPaintBuffer::startPainting() = 0 - - Returns a \ref QCPPainter which is ready to draw to this buffer. The ownership and thus the - responsibility to delete the painter after the painting operations are complete is given to the - caller of this method. - - Once you are done using the painter, delete the painter and call \ref donePainting. - - While a painter generated with this method is active, you must not call \ref setSize, \ref - setDevicePixelRatio or \ref clear. - - This method may return 0, if a painter couldn't be activated on the buffer. This usually - indicates a problem with the respective painting backend. -*/ - -/*! \fn virtual void QCPAbstractPaintBuffer::draw(QCPPainter *painter) const = 0 - - Draws the contents of this buffer with the provided \a painter. This is the method that is used - to finally join all paint buffers and draw them onto the screen. -*/ - -/*! \fn virtual void QCPAbstractPaintBuffer::clear(const QColor &color) = 0 - - Fills the entire buffer with the provided \a color. To have an empty transparent buffer, use the - named color \c Qt::transparent. - - This method must not be called if there is currently a painter (acquired with \ref startPainting) - active. -*/ - -/*! \fn virtual void QCPAbstractPaintBuffer::reallocateBuffer() = 0 - - Reallocates the internal buffer with the currently configured size (\ref setSize) and device - pixel ratio, if applicable (\ref setDevicePixelRatio). It is called as soon as any of those - properties are changed on this paint buffer. - - \note Subclasses of \ref QCPAbstractPaintBuffer must call their reimplementation of this method - in their constructor, to perform the first allocation (this can not be done by the base class - because calling pure virtual methods in base class constructors is not possible). -*/ - -/* end documentation of pure virtual functions */ -/* start documentation of inline functions */ - -/*! \fn virtual void QCPAbstractPaintBuffer::donePainting() - - If you have acquired a \ref QCPPainter to paint onto this paint buffer via \ref startPainting, - call this method as soon as you are done with the painting operations and have deleted the - painter. - - paint buffer subclasses may use this method to perform any type of cleanup that is necessary. The - default implementation does nothing. -*/ - -/* end documentation of inline functions */ - -/*! - Creates a paint buffer and initializes it with the provided \a size and \a devicePixelRatio. - - Subclasses must call their \ref reallocateBuffer implementation in their respective constructors. -*/ -QCPAbstractPaintBuffer::QCPAbstractPaintBuffer(const QSize &size, double devicePixelRatio) : - mSize(size), - mDevicePixelRatio(devicePixelRatio), - mInvalidated(true) -{ -} - -QCPAbstractPaintBuffer::~QCPAbstractPaintBuffer() -{ -} - -/*! - Sets the paint buffer size. - - The buffer is reallocated (by calling \ref reallocateBuffer), so any painters that were obtained - by \ref startPainting are invalidated and must not be used after calling this method. - - If \a size is already the current buffer size, this method does nothing. -*/ -void QCPAbstractPaintBuffer::setSize(const QSize &size) -{ - if (mSize != size) - { - mSize = size; - reallocateBuffer(); - } -} - -/*! - Sets the invalidated flag to \a invalidated. - - This mechanism is used internally in conjunction with isolated replotting of \ref QCPLayer - instances (in \ref QCPLayer::lmBuffered mode). If \ref QCPLayer::replot is called on a buffered - layer, i.e. an isolated repaint of only that layer (and its dedicated paint buffer) is requested, - QCustomPlot will decide depending on the invalidated flags of other paint buffers whether it also - replots them, instead of only the layer on which the replot was called. - - The invalidated flag is set to true when \ref QCPLayer association has changed, i.e. if layers - were added or removed from this buffer, or if they were reordered. It is set to false as soon as - all associated \ref QCPLayer instances are drawn onto the buffer. - - Under normal circumstances, it is not necessary to manually call this method. -*/ -void QCPAbstractPaintBuffer::setInvalidated(bool invalidated) -{ - mInvalidated = invalidated; -} - -/*! - Sets the device pixel ratio to \a ratio. This is useful to render on high-DPI output devices. - The ratio is automatically set to the device pixel ratio used by the parent QCustomPlot instance. - - The buffer is reallocated (by calling \ref reallocateBuffer), so any painters that were obtained - by \ref startPainting are invalidated and must not be used after calling this method. - - \note This method is only available for Qt versions 5.4 and higher. -*/ -void QCPAbstractPaintBuffer::setDevicePixelRatio(double ratio) -{ - if (!qFuzzyCompare(ratio, mDevicePixelRatio)) - { -#ifdef QCP_DEVICEPIXELRATIO_SUPPORTED - mDevicePixelRatio = ratio; - reallocateBuffer(); -#else - qDebug() << Q_FUNC_INFO << "Device pixel ratios not supported for Qt versions before 5.4"; - mDevicePixelRatio = 1.0; -#endif - } -} - -//////////////////////////////////////////////////////////////////////////////////////////////////// -//////////////////// QCPPaintBufferPixmap -//////////////////////////////////////////////////////////////////////////////////////////////////// - -/*! \class QCPPaintBufferPixmap - \brief A paint buffer based on QPixmap, using software raster rendering - - This paint buffer is the default and fall-back paint buffer which uses software rendering and - QPixmap as internal buffer. It is used if \ref QCustomPlot::setOpenGl is false. -*/ - -/*! - Creates a pixmap paint buffer instancen with the specified \a size and \a devicePixelRatio, if - applicable. -*/ -QCPPaintBufferPixmap::QCPPaintBufferPixmap(const QSize &size, double devicePixelRatio) : - QCPAbstractPaintBuffer(size, devicePixelRatio) -{ - QCPPaintBufferPixmap::reallocateBuffer(); -} - -QCPPaintBufferPixmap::~QCPPaintBufferPixmap() -{ -} - -/* inherits documentation from base class */ -QCPPainter *QCPPaintBufferPixmap::startPainting() -{ - QCPPainter *result = new QCPPainter(&mBuffer); -#if QT_VERSION < QT_VERSION_CHECK(6, 0, 0) - result->setRenderHint(QPainter::HighQualityAntialiasing); -#endif - return result; -} - -/* inherits documentation from base class */ -void QCPPaintBufferPixmap::draw(QCPPainter *painter) const -{ - if (painter && painter->isActive()) - painter->drawPixmap(0, 0, mBuffer); - else - qDebug() << Q_FUNC_INFO << "invalid or inactive painter passed"; -} - -/* inherits documentation from base class */ -void QCPPaintBufferPixmap::clear(const QColor &color) -{ - mBuffer.fill(color); -} - -/* inherits documentation from base class */ -void QCPPaintBufferPixmap::reallocateBuffer() -{ - setInvalidated(); - if (!qFuzzyCompare(1.0, mDevicePixelRatio)) - { -#ifdef QCP_DEVICEPIXELRATIO_SUPPORTED - mBuffer = QPixmap(mSize*mDevicePixelRatio); - mBuffer.setDevicePixelRatio(mDevicePixelRatio); -#else - qDebug() << Q_FUNC_INFO << "Device pixel ratios not supported for Qt versions before 5.4"; - mDevicePixelRatio = 1.0; - mBuffer = QPixmap(mSize); -#endif - } else - { - mBuffer = QPixmap(mSize); - } -} - - -#ifdef QCP_OPENGL_PBUFFER -//////////////////////////////////////////////////////////////////////////////////////////////////// -//////////////////// QCPPaintBufferGlPbuffer -//////////////////////////////////////////////////////////////////////////////////////////////////// - -/*! \class QCPPaintBufferGlPbuffer - \brief A paint buffer based on OpenGL pixel buffers, using hardware accelerated rendering - - This paint buffer is one of the OpenGL paint buffers which facilitate hardware accelerated plot - rendering. It is based on OpenGL pixel buffers (pbuffer) and is used in Qt versions before 5.0. - (See \ref QCPPaintBufferGlFbo used in newer Qt versions.) - - The OpenGL paint buffers are used if \ref QCustomPlot::setOpenGl is set to true, and if they are - supported by the system. -*/ - -/*! - Creates a \ref QCPPaintBufferGlPbuffer instance with the specified \a size and \a - devicePixelRatio, if applicable. - - The parameter \a multisamples defines how many samples are used per pixel. Higher values thus - result in higher quality antialiasing. If the specified \a multisamples value exceeds the - capability of the graphics hardware, the highest supported multisampling is used. -*/ -QCPPaintBufferGlPbuffer::QCPPaintBufferGlPbuffer(const QSize &size, double devicePixelRatio, int multisamples) : - QCPAbstractPaintBuffer(size, devicePixelRatio), - mGlPBuffer(0), - mMultisamples(qMax(0, multisamples)) -{ - QCPPaintBufferGlPbuffer::reallocateBuffer(); -} - -QCPPaintBufferGlPbuffer::~QCPPaintBufferGlPbuffer() -{ - if (mGlPBuffer) - delete mGlPBuffer; -} - -/* inherits documentation from base class */ -QCPPainter *QCPPaintBufferGlPbuffer::startPainting() -{ - if (!mGlPBuffer->isValid()) - { - qDebug() << Q_FUNC_INFO << "OpenGL frame buffer object doesn't exist, reallocateBuffer was not called?"; - return 0; - } - - QCPPainter *result = new QCPPainter(mGlPBuffer); - result->setRenderHint(QPainter::HighQualityAntialiasing); - return result; -} - -/* inherits documentation from base class */ -void QCPPaintBufferGlPbuffer::draw(QCPPainter *painter) const -{ - if (!painter || !painter->isActive()) - { - qDebug() << Q_FUNC_INFO << "invalid or inactive painter passed"; - return; - } - if (!mGlPBuffer->isValid()) - { - qDebug() << Q_FUNC_INFO << "OpenGL pbuffer isn't valid, reallocateBuffer was not called?"; - return; - } - painter->drawImage(0, 0, mGlPBuffer->toImage()); -} - -/* inherits documentation from base class */ -void QCPPaintBufferGlPbuffer::clear(const QColor &color) -{ - if (mGlPBuffer->isValid()) - { - mGlPBuffer->makeCurrent(); - glClearColor(color.redF(), color.greenF(), color.blueF(), color.alphaF()); - glClear(GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT); - mGlPBuffer->doneCurrent(); - } else - qDebug() << Q_FUNC_INFO << "OpenGL pbuffer invalid or context not current"; -} - -/* inherits documentation from base class */ -void QCPPaintBufferGlPbuffer::reallocateBuffer() -{ - if (mGlPBuffer) - delete mGlPBuffer; - - QGLFormat format; - format.setAlpha(true); - format.setSamples(mMultisamples); - mGlPBuffer = new QGLPixelBuffer(mSize, format); -} -#endif // QCP_OPENGL_PBUFFER - - -#ifdef QCP_OPENGL_FBO -//////////////////////////////////////////////////////////////////////////////////////////////////// -//////////////////// QCPPaintBufferGlFbo -//////////////////////////////////////////////////////////////////////////////////////////////////// - -/*! \class QCPPaintBufferGlFbo - \brief A paint buffer based on OpenGL frame buffers objects, using hardware accelerated rendering - - This paint buffer is one of the OpenGL paint buffers which facilitate hardware accelerated plot - rendering. It is based on OpenGL frame buffer objects (fbo) and is used in Qt versions 5.0 and - higher. (See \ref QCPPaintBufferGlPbuffer used in older Qt versions.) - - The OpenGL paint buffers are used if \ref QCustomPlot::setOpenGl is set to true, and if they are - supported by the system. -*/ - -/*! - Creates a \ref QCPPaintBufferGlFbo instance with the specified \a size and \a devicePixelRatio, - if applicable. - - All frame buffer objects shall share one OpenGL context and paint device, which need to be set up - externally and passed via \a glContext and \a glPaintDevice. The set-up is done in \ref - QCustomPlot::setupOpenGl and the context and paint device are managed by the parent QCustomPlot - instance. -*/ -QCPPaintBufferGlFbo::QCPPaintBufferGlFbo(const QSize &size, double devicePixelRatio, QWeakPointer glContext, QWeakPointer glPaintDevice) : - QCPAbstractPaintBuffer(size, devicePixelRatio), - mGlContext(glContext), - mGlPaintDevice(glPaintDevice), - mGlFrameBuffer(0) -{ - QCPPaintBufferGlFbo::reallocateBuffer(); -} - -QCPPaintBufferGlFbo::~QCPPaintBufferGlFbo() -{ - if (mGlFrameBuffer) - delete mGlFrameBuffer; -} - -/* inherits documentation from base class */ -QCPPainter *QCPPaintBufferGlFbo::startPainting() -{ - QSharedPointer paintDevice = mGlPaintDevice.toStrongRef(); - QSharedPointer context = mGlContext.toStrongRef(); - if (!paintDevice) - { - qDebug() << Q_FUNC_INFO << "OpenGL paint device doesn't exist"; - return 0; - } - if (!context) - { - qDebug() << Q_FUNC_INFO << "OpenGL context doesn't exist"; - return 0; - } - if (!mGlFrameBuffer) - { - qDebug() << Q_FUNC_INFO << "OpenGL frame buffer object doesn't exist, reallocateBuffer was not called?"; - return 0; - } - - if (QOpenGLContext::currentContext() != context.data()) - context->makeCurrent(context->surface()); - mGlFrameBuffer->bind(); - QCPPainter *result = new QCPPainter(paintDevice.data()); -#if QT_VERSION < QT_VERSION_CHECK(6, 0, 0) - result->setRenderHint(QPainter::HighQualityAntialiasing); -#endif - return result; -} - -/* inherits documentation from base class */ -void QCPPaintBufferGlFbo::donePainting() -{ - if (mGlFrameBuffer && mGlFrameBuffer->isBound()) - mGlFrameBuffer->release(); - else - qDebug() << Q_FUNC_INFO << "Either OpenGL frame buffer not valid or was not bound"; -} - -/* inherits documentation from base class */ -void QCPPaintBufferGlFbo::draw(QCPPainter *painter) const -{ - if (!painter || !painter->isActive()) - { - qDebug() << Q_FUNC_INFO << "invalid or inactive painter passed"; - return; - } - if (!mGlFrameBuffer) - { - qDebug() << Q_FUNC_INFO << "OpenGL frame buffer object doesn't exist, reallocateBuffer was not called?"; - return; - } - painter->drawImage(0, 0, mGlFrameBuffer->toImage()); -} - -/* inherits documentation from base class */ -void QCPPaintBufferGlFbo::clear(const QColor &color) -{ - QSharedPointer context = mGlContext.toStrongRef(); - if (!context) - { - qDebug() << Q_FUNC_INFO << "OpenGL context doesn't exist"; - return; - } - if (!mGlFrameBuffer) - { - qDebug() << Q_FUNC_INFO << "OpenGL frame buffer object doesn't exist, reallocateBuffer was not called?"; - return; - } - - if (QOpenGLContext::currentContext() != context.data()) - context->makeCurrent(context->surface()); - mGlFrameBuffer->bind(); - glClearColor(color.redF(), color.greenF(), color.blueF(), color.alphaF()); - glClear(GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT); - mGlFrameBuffer->release(); -} - -/* inherits documentation from base class */ -void QCPPaintBufferGlFbo::reallocateBuffer() -{ - // release and delete possibly existing framebuffer: - if (mGlFrameBuffer) - { - if (mGlFrameBuffer->isBound()) - mGlFrameBuffer->release(); - delete mGlFrameBuffer; - mGlFrameBuffer = 0; - } - - QSharedPointer paintDevice = mGlPaintDevice.toStrongRef(); - QSharedPointer context = mGlContext.toStrongRef(); - if (!paintDevice) - { - qDebug() << Q_FUNC_INFO << "OpenGL paint device doesn't exist"; - return; - } - if (!context) - { - qDebug() << Q_FUNC_INFO << "OpenGL context doesn't exist"; - return; - } - - // create new fbo with appropriate size: - context->makeCurrent(context->surface()); - QOpenGLFramebufferObjectFormat frameBufferFormat; - frameBufferFormat.setSamples(context->format().samples()); - frameBufferFormat.setAttachment(QOpenGLFramebufferObject::CombinedDepthStencil); - mGlFrameBuffer = new QOpenGLFramebufferObject(mSize*mDevicePixelRatio, frameBufferFormat); - if (paintDevice->size() != mSize*mDevicePixelRatio) - paintDevice->setSize(mSize*mDevicePixelRatio); -#ifdef QCP_DEVICEPIXELRATIO_SUPPORTED - paintDevice->setDevicePixelRatio(mDevicePixelRatio); -#endif -} -#endif // QCP_OPENGL_FBO -/* end of 'src/paintbuffer.cpp' */ - - -/* including file 'src/layer.cpp' */ -/* modified 2022-11-06T12:45:56, size 37615 */ - -//////////////////////////////////////////////////////////////////////////////////////////////////// -//////////////////// 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 into the paint buffer(s). - - 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. - - \section qcplayer-defaultlayers Default layers - - Initially, QCustomPlot has six layers: "background", "grid", "main", "axes", "legend" and - "overlay" (in that order). On top is the "overlay" layer, which only contains the QCustomPlot's - selection rect (\ref QCustomPlot::selectionRect). The next two layers "axes" and "legend" contain - the default axes and legend, so they will be drawn above plottables. 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). - - \section qcplayer-ordering Controlling the rendering order via layers - - Controlling the ordering of layerables in the plot is easy: Create a new layer in the position - you want the layerable to be in, e.g. above "main", with \ref QCustomPlot::addLayer. Then set the - current layer with \ref 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 \ref 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. - - \section qcplayer-buffering Replotting only a specific layer - - If the layer mode (\ref setMode) is set to \ref lmBuffered, you can replot only this specific - layer by calling \ref replot. In certain situations this can provide better replot performance, - compared with a full replot of all layers. Upon creation of a new layer, the layer mode is - initialized to \ref lmLogical. The only layer that is set to \ref lmBuffered in a new \ref - QCustomPlot instance is the "overlay" layer, containing the selection rect. -*/ - -/* 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), - mMode(lmLogical) -{ - // 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(nullptr); // 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 nullptr 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; -} - -/*! - Sets the rendering mode of this layer. - - If \a mode is set to \ref lmBuffered for a layer, it will be given a dedicated paint buffer by - the parent QCustomPlot instance. This means it may be replotted individually by calling \ref - QCPLayer::replot, without needing to replot all other layers. - - Layers which are set to \ref lmLogical (the default) are used only to define the rendering order - and can't be replotted individually. - - Note that each layer which is set to \ref lmBuffered requires additional paint buffers for the - layers below, above and for the layer itself. This increases the memory consumption and - (slightly) decreases the repainting speed because multiple paint buffers need to be joined. So - you should carefully choose which layers benefit from having their own paint buffer. A typical - example would be a layer which contains certain layerables (e.g. items) that need to be changed - and thus replotted regularly, while all other layerables on other layers stay static. By default, - only the topmost layer called "overlay" is in mode \ref lmBuffered, and contains the selection - rect. - - \see replot -*/ -void QCPLayer::setMode(QCPLayer::LayerMode mode) -{ - if (mMode != mode) - { - mMode = mode; - if (QSharedPointer pb = mPaintBuffer.toStrongRef()) - pb->setInvalidated(); - } -} - -/*! \internal - - Draws the contents of this layer with the provided \a painter. - - \see replot, drawToPaintBuffer -*/ -void QCPLayer::draw(QCPPainter *painter) -{ - foreach (QCPLayerable *child, mChildren) - { - if (child->realVisibility()) - { - painter->save(); - painter->setClipRect(child->clipRect().translated(0, -1)); - child->applyDefaultAntialiasingHint(painter); - child->draw(painter); - painter->restore(); - } - } -} - -/*! \internal - - Draws the contents of this layer into the paint buffer which is associated with this layer. The - association is established by the parent QCustomPlot, which manages all paint buffers (see \ref - QCustomPlot::setupPaintBuffers). - - \see draw -*/ -void QCPLayer::drawToPaintBuffer() -{ - if (QSharedPointer pb = mPaintBuffer.toStrongRef()) - { - if (QCPPainter *painter = pb->startPainting()) - { - if (painter->isActive()) - draw(painter); - else - qDebug() << Q_FUNC_INFO << "paint buffer returned inactive painter"; - delete painter; - pb->donePainting(); - } else - qDebug() << Q_FUNC_INFO << "paint buffer returned nullptr painter"; - } else - qDebug() << Q_FUNC_INFO << "no valid paint buffer associated with this layer"; -} - -/*! - If the layer mode (\ref setMode) is set to \ref lmBuffered, this method allows replotting only - the layerables on this specific layer, without the need to replot all other layers (as a call to - \ref QCustomPlot::replot would do). - - QCustomPlot also makes sure to replot all layers instead of only this one, if the layer ordering - or any layerable-layer-association has changed since the last full replot and any other paint - buffers were thus invalidated. - - If the layer mode is \ref lmLogical however, this method simply calls \ref QCustomPlot::replot on - the parent QCustomPlot instance. - - \see draw -*/ -void QCPLayer::replot() -{ - if (mMode == lmBuffered && !mParentPlot->hasInvalidatedPaintBuffers()) - { - if (QSharedPointer pb = mPaintBuffer.toStrongRef()) - { - pb->clear(Qt::transparent); - drawToPaintBuffer(); - pb->setInvalidated(false); // since layer is lmBuffered, we know only this layer is on buffer and we can reset invalidated flag - mParentPlot->update(); - } else - qDebug() << Q_FUNC_INFO << "no valid paint buffer associated with this layer"; - } else - mParentPlot->replot(); -} - -/*! \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); - if (QSharedPointer pb = mPaintBuffer.toStrongRef()) - pb->setInvalidated(); - } 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)) - { - if (QSharedPointer pb = mPaintBuffer.toStrongRef()) - pb->setInvalidated(); - } else - 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 \c - nullptr. - - A parent layerable is set implicitly 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 and scatters. Those can be configured via QCPGraph::setAntialiased, - QCPGraph::setAntialiasedFill and QCPGraph::setAntialiasedScatters. 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 \c nullptr 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. It is not uncommon to set the QObject-parent to something else in the constructors of - QCPLayerable subclasses, to guarantee a working destruction hierarchy. -*/ -QCPLayerable::QCPLayerable(QCustomPlot *plot, QString targetLayer, QCPLayerable *parentLayerable) : - QObject(plot), - mVisible(true), - mParentPlot(plot), - mParentLayerable(parentLayerable), - mLayer(nullptr), - 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 = nullptr; - } -} - -/*! - 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. - - If \a layer is 0, this layerable will not be on any layer and thus not appear in the plot (or - interact/receive events). - - Returns true if the layer of this layerable was successfully changed to \a 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 this layerable's layer 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 \ref QCPLayoutElement), this function returns true only if this - layerable has its visibility set to true and the parent layerable's \ref realVisibility returns - true. -*/ -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 \ref selectEvent/\ref 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. - - In the case of 1D Plottables (\ref QCPAbstractPlottable1D, like \ref QCPGraph or \ref QCPBars) \a - details will be set to a \ref QCPDataSelection, describing the closest data point to \a pos. - - You may pass \c nullptr as \a details to indicate that you are not interested in those selection - details. - - \see selectEvent, deselectEvent, mousePressEvent, wheelEvent, QCustomPlot::setInteractions, - QCPAbstractPlottable1D::selectTestRect -*/ -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 \c nullptr 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 \c nullptr 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 \c nullptr 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 {}; -} - -/*! \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) -} - -/*! - This event gets called when the user presses a mouse button while the cursor is over the - layerable. Whether a cursor is over the layerable is decided by a preceding call to \ref - selectTest. - - The current pixel position of the cursor on the QCustomPlot widget is accessible via \c - event->pos(). The parameter \a details contains layerable-specific details about the hit, which - were generated in the previous call to \ref selectTest. For example, One-dimensional plottables - like \ref QCPGraph or \ref QCPBars convey the clicked data point in the \a details parameter, as - \ref QCPDataSelection packed as QVariant. Multi-part objects convey the specific \c - SelectablePart that was hit (e.g. \ref QCPAxis::SelectablePart in the case of axes). - - QCustomPlot uses an event propagation system that works the same as Qt's system. If your - layerable doesn't reimplement the \ref mousePressEvent or explicitly calls \c event->ignore() in - its reimplementation, the event will be propagated to the next layerable in the stacking order. - - Once a layerable has accepted the \ref mousePressEvent, it is considered the mouse grabber and - will receive all following calls to \ref mouseMoveEvent or \ref mouseReleaseEvent for this mouse - interaction (a "mouse interaction" in this context ends with the release). - - The default implementation does nothing except explicitly ignoring the event with \c - event->ignore(). - - \see mouseMoveEvent, mouseReleaseEvent, mouseDoubleClickEvent, wheelEvent -*/ -void QCPLayerable::mousePressEvent(QMouseEvent *event, const QVariant &details) -{ - Q_UNUSED(details) - event->ignore(); -} - -/*! - This event gets called when the user moves the mouse while holding a mouse button, after this - layerable has become the mouse grabber by accepting the preceding \ref mousePressEvent. - - The current pixel position of the cursor on the QCustomPlot widget is accessible via \c - event->pos(). The parameter \a startPos indicates the position where the initial \ref - mousePressEvent occurred, that started the mouse interaction. - - The default implementation does nothing. - - \see mousePressEvent, mouseReleaseEvent, mouseDoubleClickEvent, wheelEvent -*/ -void QCPLayerable::mouseMoveEvent(QMouseEvent *event, const QPointF &startPos) -{ - Q_UNUSED(startPos) - event->ignore(); -} - -/*! - This event gets called when the user releases the mouse button, after this layerable has become - the mouse grabber by accepting the preceding \ref mousePressEvent. - - The current pixel position of the cursor on the QCustomPlot widget is accessible via \c - event->pos(). The parameter \a startPos indicates the position where the initial \ref - mousePressEvent occurred, that started the mouse interaction. - - The default implementation does nothing. - - \see mousePressEvent, mouseMoveEvent, mouseDoubleClickEvent, wheelEvent -*/ -void QCPLayerable::mouseReleaseEvent(QMouseEvent *event, const QPointF &startPos) -{ - Q_UNUSED(startPos) - event->ignore(); -} - -/*! - This event gets called when the user presses the mouse button a second time in a double-click, - while the cursor is over the layerable. Whether a cursor is over the layerable is decided by a - preceding call to \ref selectTest. - - The \ref mouseDoubleClickEvent is called instead of the second \ref mousePressEvent. So in the - case of a double-click, the event succession is - pressEvent – releaseEvent – doubleClickEvent – releaseEvent. - - The current pixel position of the cursor on the QCustomPlot widget is accessible via \c - event->pos(). The parameter \a details contains layerable-specific details about the hit, which - were generated in the previous call to \ref selectTest. For example, One-dimensional plottables - like \ref QCPGraph or \ref QCPBars convey the clicked data point in the \a details parameter, as - \ref QCPDataSelection packed as QVariant. Multi-part objects convey the specific \c - SelectablePart that was hit (e.g. \ref QCPAxis::SelectablePart in the case of axes). - - Similarly to \ref mousePressEvent, once a layerable has accepted the \ref mouseDoubleClickEvent, - it is considered the mouse grabber and will receive all following calls to \ref mouseMoveEvent - and \ref mouseReleaseEvent for this mouse interaction (a "mouse interaction" in this context ends - with the release). - - The default implementation does nothing except explicitly ignoring the event with \c - event->ignore(). - - \see mousePressEvent, mouseMoveEvent, mouseReleaseEvent, wheelEvent -*/ -void QCPLayerable::mouseDoubleClickEvent(QMouseEvent *event, const QVariant &details) -{ - Q_UNUSED(details) - event->ignore(); -} - -/*! - This event gets called when the user turns the mouse scroll wheel while the cursor is over the - layerable. Whether a cursor is over the layerable is decided by a preceding call to \ref - selectTest. - - The current pixel position of the cursor on the QCustomPlot widget is accessible via \c - event->pos(). - - The \c event->angleDelta() indicates how far the mouse wheel was turned, which is usually +/- 120 - for single rotation steps. However, if the mouse wheel is turned rapidly, multiple steps may - accumulate to one event, making the delta larger. On the other hand, if the wheel has very smooth - steps or none at all, the delta may be smaller. - - The default implementation does nothing. - - \see mousePressEvent, mouseMoveEvent, mouseReleaseEvent, mouseDoubleClickEvent -*/ -void QCPLayerable::wheelEvent(QWheelEvent *event) -{ - event->ignore(); -} -/* end of 'src/layer.cpp' */ - - -/* including file 'src/axis/range.cpp' */ -/* modified 2022-11-06T12:45:56, size 12221 */ - -//////////////////////////////////////////////////////////////////////////////////////////////////// -//////////////////// 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 -*/ - -/* start of documentation of inline functions */ - -/*! \fn double QCPRange::size() const - - Returns the size of the range, i.e. \a upper-\a lower -*/ - -/*! \fn double QCPRange::center() const - - Returns the center of the range, i.e. (\a upper+\a lower)*0.5 -*/ - -/*! \fn void QCPRange::normalize() - - Makes sure \a lower is numerically smaller than \a upper. If this is not the case, the values are - swapped. -*/ - -/*! \fn bool QCPRange::contains(double value) const - - Returns true when \a value lies within or exactly on the borders of the range. -*/ - -/*! \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 of documentation of inline functions */ - -/*! - 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. - - \warning Do not use this constant to indicate "arbitrarily small" values in plotting logic (as - values that will appear in the plot)! It is intended only as a bound to compare against, e.g. to - prevent axis ranges from obtaining underflowing ranges. - - \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. - - \warning Do not use this constant to indicate "arbitrarily large" values in plotting logic (as - values that will appear in the plot)! It is intended only as a bound to compare against, e.g. to - prevent axis ranges from obtaining overflowing ranges. - - \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. - - The resulting range will be normalized (see \ref normalize), so if \a lower is not numerically - smaller than \a upper, they will be swapped. -*/ -QCPRange::QCPRange(double lower, double upper) : - lower(lower), - upper(upper) -{ - normalize(); -} - -/*! \overload - - 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 this range contains NaN as lower or upper bound, it will be replaced by the respective bound - of \a otherRange. - - 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 || qIsNaN(lower)) - lower = otherRange.lower; - if (upper < otherRange.upper || qIsNaN(upper)) - upper = otherRange.upper; -} - -/*! \overload - - Expands this range such that \a includeCoord is contained in the new range. It is assumed that - this range is normalized (see \ref normalize). - - If this range contains NaN as lower or upper bound, the respective bound will be set to \a - includeCoord. - - If \a includeCoord is already inside the current range, this function does nothing. - - \see expand -*/ -void QCPRange::expand(double includeCoord) -{ - if (lower > includeCoord || qIsNaN(lower)) - lower = includeCoord; - if (upper < includeCoord || qIsNaN(upper)) - upper = includeCoord; -} - - -/*! \overload - - 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). - - If this range contains NaN as lower or upper bound, the returned range's bound will be taken from - \a otherRange. - - \see expand -*/ -QCPRange QCPRange::expanded(const QCPRange &otherRange) const -{ - QCPRange result = *this; - result.expand(otherRange); - return result; -} - -/*! \overload - - Returns an expanded range that includes the specified \a includeCoord. It is assumed that this - range is normalized (see \ref normalize). - - If this range contains NaN as lower or upper bound, the returned range's bound will be set to \a - includeCoord. - - \see expand -*/ -QCPRange QCPRange::expanded(double includeCoord) const -{ - QCPRange result = *this; - result.expand(includeCoord); - return result; -} - -/*! - Returns this range, possibly modified to not exceed the bounds provided as \a lowerBound and \a - upperBound. If possible, the size of the current range is preserved in the process. - - If the range shall only be bounded at the lower side, you can set \a upperBound to \ref - QCPRange::maxRange. If it shall only be bounded at the upper side, set \a lowerBound to -\ref - QCPRange::maxRange. -*/ -QCPRange QCPRange::bounded(double lowerBound, double upperBound) const -{ - if (lowerBound > upperBound) - qSwap(lowerBound, upperBound); - - QCPRange result(lower, upper); - if (result.lower < lowerBound) - { - result.lower = lowerBound; - result.upper = lowerBound + size(); - if (result.upper > upperBound || qFuzzyCompare(size(), upperBound-lowerBound)) - result.upper = upperBound; - } else if (result.upper > upperBound) - { - result.upper = upperBound; - result.lower = upperBound - size(); - if (result.lower < lowerBound || qFuzzyCompare(size(), upperBound-lowerBound)) - result.lower = lowerBound; - } - - 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 -maxRange && - upper < maxRange && - qAbs(lower-upper) > minRange && - qAbs(lower-upper) < maxRange && - !(lower > 0 && qIsInf(upper/lower)) && - !(upper < 0 && qIsInf(lower/upper))); -} - -/*! - \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 > 0 && qIsInf(range.upper/range.lower)) && - !(range.upper < 0 && qIsInf(range.lower/range.upper))); -} -/* end of 'src/axis/range.cpp' */ - - -/* including file 'src/selection.cpp' */ -/* modified 2022-11-06T12:45:56, size 21837 */ - -//////////////////////////////////////////////////////////////////////////////////////////////////// -//////////////////// QCPDataRange -//////////////////////////////////////////////////////////////////////////////////////////////////// - -/*! \class QCPDataRange - \brief Describes a data range given by begin and end index - - QCPDataRange holds two integers describing the begin (\ref setBegin) and end (\ref setEnd) index - of a contiguous set of data points. The \a end index corresponds to the data point just after the - last data point of the data range, like in standard iterators. - - Data Ranges are not bound to a certain plottable, thus they can be freely exchanged, created and - modified. If a non-contiguous data set shall be described, the class \ref QCPDataSelection is - used, which holds and manages multiple instances of \ref QCPDataRange. In most situations, \ref - QCPDataSelection is thus used. - - Both \ref QCPDataRange and \ref QCPDataSelection offer convenience methods to work with them, - e.g. \ref bounded, \ref expanded, \ref intersects, \ref intersection, \ref adjusted, \ref - contains. Further, addition and subtraction operators (defined in \ref QCPDataSelection) can be - used to join/subtract data ranges and data selections (or mixtures), to retrieve a corresponding - \ref QCPDataSelection. - - %QCustomPlot's \ref dataselection "data selection mechanism" is based on \ref QCPDataSelection and - QCPDataRange. - - \note Do not confuse \ref QCPDataRange with \ref QCPRange. A \ref QCPRange describes an interval - in floating point plot coordinates, e.g. the current axis range. -*/ - -/* start documentation of inline functions */ - -/*! \fn int QCPDataRange::size() const - - Returns the number of data points described by this data range. This is equal to the end index - minus the begin index. - - \see length -*/ - -/*! \fn int QCPDataRange::length() const - - Returns the number of data points described by this data range. Equivalent to \ref size. -*/ - -/*! \fn void QCPDataRange::setBegin(int begin) - - Sets the begin of this data range. The \a begin index points to the first data point that is part - of the data range. - - No checks or corrections are made to ensure the resulting range is valid (\ref isValid). - - \see setEnd -*/ - -/*! \fn void QCPDataRange::setEnd(int end) - - Sets the end of this data range. The \a end index points to the data point just after the last - data point that is part of the data range. - - No checks or corrections are made to ensure the resulting range is valid (\ref isValid). - - \see setBegin -*/ - -/*! \fn bool QCPDataRange::isValid() const - - Returns whether this range is valid. A valid range has a begin index greater or equal to 0, and - an end index greater or equal to the begin index. - - \note Invalid ranges should be avoided and are never the result of any of QCustomPlot's methods - (unless they are themselves fed with invalid ranges). Do not pass invalid ranges to QCustomPlot's - methods. The invalid range is not inherently prevented in QCPDataRange, to allow temporary - invalid begin/end values while manipulating the range. An invalid range is not necessarily empty - (\ref isEmpty), since its \ref length can be negative and thus non-zero. -*/ - -/*! \fn bool QCPDataRange::isEmpty() const - - Returns whether this range is empty, i.e. whether its begin index equals its end index. - - \see size, length -*/ - -/*! \fn QCPDataRange QCPDataRange::adjusted(int changeBegin, int changeEnd) const - - Returns a data range where \a changeBegin and \a changeEnd were added to the begin and end - indices, respectively. -*/ - -/* end documentation of inline functions */ - -/*! - Creates an empty QCPDataRange, with begin and end set to 0. -*/ -QCPDataRange::QCPDataRange() : - mBegin(0), - mEnd(0) -{ -} - -/*! - Creates a QCPDataRange, initialized with the specified \a begin and \a end. - - No checks or corrections are made to ensure the resulting range is valid (\ref isValid). -*/ -QCPDataRange::QCPDataRange(int begin, int end) : - mBegin(begin), - mEnd(end) -{ -} - -/*! - Returns a data range that matches this data range, except that parts exceeding \a other are - excluded. - - This method is very similar to \ref intersection, with one distinction: If this range and the \a - other range share no intersection, the returned data range will be empty with begin and end set - to the respective boundary side of \a other, at which this range is residing. (\ref intersection - would just return a range with begin and end set to 0.) -*/ -QCPDataRange QCPDataRange::bounded(const QCPDataRange &other) const -{ - QCPDataRange result(intersection(other)); - if (result.isEmpty()) // no intersection, preserve respective bounding side of otherRange as both begin and end of return value - { - if (mEnd <= other.mBegin) - result = QCPDataRange(other.mBegin, other.mBegin); - else - result = QCPDataRange(other.mEnd, other.mEnd); - } - return result; -} - -/*! - Returns a data range that contains both this data range as well as \a other. -*/ -QCPDataRange QCPDataRange::expanded(const QCPDataRange &other) const -{ - return {qMin(mBegin, other.mBegin), qMax(mEnd, other.mEnd)}; -} - -/*! - Returns the data range which is contained in both this data range and \a other. - - This method is very similar to \ref bounded, with one distinction: If this range and the \a other - range share no intersection, the returned data range will be empty with begin and end set to 0. - (\ref bounded would return a range with begin and end set to one of the boundaries of \a other, - depending on which side this range is on.) - - \see QCPDataSelection::intersection -*/ -QCPDataRange QCPDataRange::intersection(const QCPDataRange &other) const -{ - QCPDataRange result(qMax(mBegin, other.mBegin), qMin(mEnd, other.mEnd)); - if (result.isValid()) - return result; - else - return {}; -} - -/*! - Returns whether this data range and \a other share common data points. - - \see intersection, contains -*/ -bool QCPDataRange::intersects(const QCPDataRange &other) const -{ - return !( (mBegin > other.mBegin && mBegin >= other.mEnd) || - (mEnd <= other.mBegin && mEnd < other.mEnd) ); -} - -/*! - Returns whether all data points of \a other are also contained inside this data range. - - \see intersects -*/ -bool QCPDataRange::contains(const QCPDataRange &other) const -{ - return mBegin <= other.mBegin && mEnd >= other.mEnd; -} - - - -//////////////////////////////////////////////////////////////////////////////////////////////////// -//////////////////// QCPDataSelection -//////////////////////////////////////////////////////////////////////////////////////////////////// - -/*! \class QCPDataSelection - \brief Describes a data set by holding multiple QCPDataRange instances - - QCPDataSelection manages multiple instances of QCPDataRange in order to represent any (possibly - disjoint) set of data selection. - - The data selection can be modified with addition and subtraction operators which take - QCPDataSelection and QCPDataRange instances, as well as methods such as \ref addDataRange and - \ref clear. Read access is provided by \ref dataRange, \ref dataRanges, \ref dataRangeCount, etc. - - The method \ref simplify is used to join directly adjacent or even overlapping QCPDataRange - instances. QCPDataSelection automatically simplifies when using the addition/subtraction - operators. The only case when \ref simplify is left to the user, is when calling \ref - addDataRange, with the parameter \a simplify explicitly set to false. This is useful if many data - ranges will be added to the selection successively and the overhead for simplifying after each - iteration shall be avoided. In this case, you should make sure to call \ref simplify after - completing the operation. - - Use \ref enforceType to bring the data selection into a state complying with the constraints for - selections defined in \ref QCP::SelectionType. - - %QCustomPlot's \ref dataselection "data selection mechanism" is based on QCPDataSelection and - QCPDataRange. - - \section qcpdataselection-iterating Iterating over a data selection - - As an example, the following code snippet calculates the average value of a graph's data - \ref QCPAbstractPlottable::selection "selection": - - \snippet documentation/doc-code-snippets/mainwindow.cpp qcpdataselection-iterating-1 - -*/ - -/* start documentation of inline functions */ - -/*! \fn int QCPDataSelection::dataRangeCount() const - - Returns the number of ranges that make up the data selection. The ranges can be accessed by \ref - dataRange via their index. - - \see dataRange, dataPointCount -*/ - -/*! \fn QList QCPDataSelection::dataRanges() const - - Returns all data ranges that make up the data selection. If the data selection is simplified (the - usual state of the selection, see \ref simplify), the ranges are sorted by ascending data point - index. - - \see dataRange -*/ - -/*! \fn bool QCPDataSelection::isEmpty() const - - Returns true if there are no data ranges, and thus no data points, in this QCPDataSelection - instance. - - \see dataRangeCount -*/ - -/* end documentation of inline functions */ - -/*! - Creates an empty QCPDataSelection. -*/ -QCPDataSelection::QCPDataSelection() -{ -} - -/*! - Creates a QCPDataSelection containing the provided \a range. -*/ -QCPDataSelection::QCPDataSelection(const QCPDataRange &range) -{ - mDataRanges.append(range); -} - -/*! - Returns true if this selection is identical (contains the same data ranges with the same begin - and end indices) to \a other. - - Note that both data selections must be in simplified state (the usual state of the selection, see - \ref simplify) for this operator to return correct results. -*/ -bool QCPDataSelection::operator==(const QCPDataSelection &other) const -{ - if (mDataRanges.size() != other.mDataRanges.size()) - return false; - for (int i=0; i= other.end()) - break; // since data ranges are sorted after the simplify() call, no ranges which contain other will come after this - - if (thisEnd > other.begin()) // ranges which don't fulfill this are entirely before other and can be ignored - { - if (thisBegin >= other.begin()) // range leading segment is encompassed - { - if (thisEnd <= other.end()) // range fully encompassed, remove completely - { - mDataRanges.removeAt(i); - continue; - } else // only leading segment is encompassed, trim accordingly - mDataRanges[i].setBegin(other.end()); - } else // leading segment is not encompassed - { - if (thisEnd <= other.end()) // only trailing segment is encompassed, trim accordingly - { - mDataRanges[i].setEnd(other.begin()); - } else // other lies inside this range, so split range - { - mDataRanges[i].setEnd(other.begin()); - mDataRanges.insert(i+1, QCPDataRange(other.end(), thisEnd)); - break; // since data ranges are sorted (and don't overlap) after simplify() call, we're done here - } - } - } - ++i; - } - - return *this; -} - -/*! - Returns the total number of data points contained in all data ranges that make up this data - selection. -*/ -int QCPDataSelection::dataPointCount() const -{ - int result = 0; - foreach (QCPDataRange dataRange, mDataRanges) - result += dataRange.length(); - return result; -} - -/*! - Returns the data range with the specified \a index. - - If the data selection is simplified (the usual state of the selection, see \ref simplify), the - ranges are sorted by ascending data point index. - - \see dataRangeCount -*/ -QCPDataRange QCPDataSelection::dataRange(int index) const -{ - if (index >= 0 && index < mDataRanges.size()) - { - return mDataRanges.at(index); - } else - { - qDebug() << Q_FUNC_INFO << "index out of range:" << index; - return {}; - } -} - -/*! - Returns a \ref QCPDataRange which spans the entire data selection, including possible - intermediate segments which are not part of the original data selection. -*/ -QCPDataRange QCPDataSelection::span() const -{ - if (isEmpty()) - return {}; - else - return {mDataRanges.first().begin(), mDataRanges.last().end()}; -} - -/*! - Adds the given \a dataRange to this data selection. This is equivalent to the += operator but - allows disabling immediate simplification by setting \a simplify to false. This can improve - performance if adding a very large amount of data ranges successively. In this case, make sure to - call \ref simplify manually, after the operation. -*/ -void QCPDataSelection::addDataRange(const QCPDataRange &dataRange, bool simplify) -{ - mDataRanges.append(dataRange); - if (simplify) - this->simplify(); -} - -/*! - Removes all data ranges. The data selection then contains no data points. - - \ref isEmpty -*/ -void QCPDataSelection::clear() -{ - mDataRanges.clear(); -} - -/*! - Sorts all data ranges by range begin index in ascending order, and then joins directly adjacent - or overlapping ranges. This can reduce the number of individual data ranges in the selection, and - prevents possible double-counting when iterating over the data points held by the data ranges. - - This method is automatically called when using the addition/subtraction operators. The only case - when \ref simplify is left to the user, is when calling \ref addDataRange, with the parameter \a - simplify explicitly set to false. -*/ -void QCPDataSelection::simplify() -{ - // remove any empty ranges: - for (int i=mDataRanges.size()-1; i>=0; --i) - { - if (mDataRanges.at(i).isEmpty()) - mDataRanges.removeAt(i); - } - if (mDataRanges.isEmpty()) - return; - - // sort ranges by starting value, ascending: - std::sort(mDataRanges.begin(), mDataRanges.end(), lessThanDataRangeBegin); - - // join overlapping/contiguous ranges: - int i = 1; - while (i < mDataRanges.size()) - { - if (mDataRanges.at(i-1).end() >= mDataRanges.at(i).begin()) // range i overlaps/joins with i-1, so expand range i-1 appropriately and remove range i from list - { - mDataRanges[i-1].setEnd(qMax(mDataRanges.at(i-1).end(), mDataRanges.at(i).end())); - mDataRanges.removeAt(i); - } else - ++i; - } -} - -/*! - Makes sure this data selection conforms to the specified \a type selection type. Before the type - is enforced, \ref simplify is called. - - Depending on \a type, enforcing means adding new data points that were previously not part of the - selection, or removing data points from the selection. If the current selection already conforms - to \a type, the data selection is not changed. - - \see QCP::SelectionType -*/ -void QCPDataSelection::enforceType(QCP::SelectionType type) -{ - simplify(); - switch (type) - { - case QCP::stNone: - { - mDataRanges.clear(); - break; - } - case QCP::stWhole: - { - // whole selection isn't defined by data range, so don't change anything (is handled in plottable methods) - break; - } - case QCP::stSingleData: - { - // reduce all data ranges to the single first data point: - if (!mDataRanges.isEmpty()) - { - if (mDataRanges.size() > 1) - mDataRanges = QList() << mDataRanges.first(); - if (mDataRanges.first().length() > 1) - mDataRanges.first().setEnd(mDataRanges.first().begin()+1); - } - break; - } - case QCP::stDataRange: - { - if (!isEmpty()) - mDataRanges = QList() << span(); - break; - } - case QCP::stMultipleDataRanges: - { - // this is the selection type that allows all concievable combinations of ranges, so do nothing - break; - } - } -} - -/*! - Returns true if the data selection \a other is contained entirely in this data selection, i.e. - all data point indices that are in \a other are also in this data selection. - - \see QCPDataRange::contains -*/ -bool QCPDataSelection::contains(const QCPDataSelection &other) const -{ - if (other.isEmpty()) return false; - - int otherIndex = 0; - int thisIndex = 0; - while (thisIndex < mDataRanges.size() && otherIndex < other.mDataRanges.size()) - { - if (mDataRanges.at(thisIndex).contains(other.mDataRanges.at(otherIndex))) - ++otherIndex; - else - ++thisIndex; - } - return thisIndex < mDataRanges.size(); // if thisIndex ran all the way to the end to find a containing range for the current otherIndex, other is not contained in this -} - -/*! - Returns a data selection containing the points which are both in this data selection and in the - data range \a other. - - A common use case is to limit an unknown data selection to the valid range of a data container, - using \ref QCPDataContainer::dataRange as \a other. One can then safely iterate over the returned - data selection without exceeding the data container's bounds. -*/ -QCPDataSelection QCPDataSelection::intersection(const QCPDataRange &other) const -{ - QCPDataSelection result; - foreach (QCPDataRange dataRange, mDataRanges) - result.addDataRange(dataRange.intersection(other), false); - result.simplify(); - return result; -} - -/*! - Returns a data selection containing the points which are both in this data selection and in the - data selection \a other. -*/ -QCPDataSelection QCPDataSelection::intersection(const QCPDataSelection &other) const -{ - QCPDataSelection result; - for (int i=0; iorientation() == Qt::Horizontal) - return {axis->pixelToCoord(mRect.left()), axis->pixelToCoord(mRect.left()+mRect.width())}; - else - return {axis->pixelToCoord(mRect.top()+mRect.height()), axis->pixelToCoord(mRect.top())}; - } else - { - qDebug() << Q_FUNC_INFO << "called with axis zero"; - return {}; - } -} - -/*! - Sets the pen that will be used to draw the selection rect outline. - - \see setBrush -*/ -void QCPSelectionRect::setPen(const QPen &pen) -{ - mPen = pen; -} - -/*! - Sets the brush that will be used to fill the selection rect. By default the selection rect is not - filled, i.e. \a brush is Qt::NoBrush. - - \see setPen -*/ -void QCPSelectionRect::setBrush(const QBrush &brush) -{ - mBrush = brush; -} - -/*! - If there is currently a selection interaction going on (\ref isActive), the interaction is - canceled. The selection rect will emit the \ref canceled signal. -*/ -void QCPSelectionRect::cancel() -{ - if (mActive) - { - mActive = false; - emit canceled(mRect, nullptr); - } -} - -/*! \internal - - This method is called by QCustomPlot to indicate that a selection rect interaction was initiated. - The default implementation sets the selection rect to active, initializes the selection rect - geometry and emits the \ref started signal. -*/ -void QCPSelectionRect::startSelection(QMouseEvent *event) -{ - mActive = true; - mRect = QRect(event->pos(), event->pos()); - emit started(event); -} - -/*! \internal - - This method is called by QCustomPlot to indicate that an ongoing selection rect interaction needs - to update its geometry. The default implementation updates the rect and emits the \ref changed - signal. -*/ -void QCPSelectionRect::moveSelection(QMouseEvent *event) -{ - mRect.setBottomRight(event->pos()); - emit changed(mRect, event); - layer()->replot(); -} - -/*! \internal - - This method is called by QCustomPlot to indicate that an ongoing selection rect interaction has - finished by the user releasing the mouse button. The default implementation deactivates the - selection rect and emits the \ref accepted signal. -*/ -void QCPSelectionRect::endSelection(QMouseEvent *event) -{ - mRect.setBottomRight(event->pos()); - mActive = false; - emit accepted(mRect, event); -} - -/*! \internal - - This method is called by QCustomPlot when a key has been pressed by the user while the selection - rect interaction is active. The default implementation allows to \ref cancel the interaction by - hitting the escape key. -*/ -void QCPSelectionRect::keyPressEvent(QKeyEvent *event) -{ - if (event->key() == Qt::Key_Escape && mActive) - { - mActive = false; - emit canceled(mRect, event); - } -} - -/* inherits documentation from base class */ -void QCPSelectionRect::applyDefaultAntialiasingHint(QCPPainter *painter) const -{ - applyAntialiasingHint(painter, mAntialiased, QCP::aeOther); -} - -/*! \internal - - If the selection rect is active (\ref isActive), draws the selection rect defined by \a mRect. - - \seebaseclassmethod -*/ -void QCPSelectionRect::draw(QCPPainter *painter) -{ - if (mActive) - { - painter->setPen(mPen); - painter->setBrush(mBrush); - painter->drawRect(mRect); - } -} -/* end of 'src/selectionrect.cpp' */ - - -/* including file 'src/layout.cpp' */ -/* modified 2022-11-06T12:45:56, size 78863 */ - -//////////////////////////////////////////////////////////////////////////////////////////////////// -//////////////////// 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(), nullptr); // 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; - foreach (QCPLayoutElement *el, mChildren.value(side)) - { - if (!el->autoMargins().testFlag(side)) - continue; - int m = qMax(el->calculateAutoMargin(side), QCP::getMarginValue(el->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 QCPTextElement 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 outerRect, \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. - - \see outerRect -*/ - -/*! \fn QRect QCPLayoutElement::outerRect() const - - Returns the outer rect of this layout element. The outer rect is the inner rect expanded by the - margins (\ref setMargins, \ref setAutoMargins). The outer rect is used (and set via \ref - setOuterRect) by the parent \ref QCPLayout to control the size of this layout element. - - \see rect -*/ - -/* 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(nullptr), - mMinimumSize(), - mMaximumSize(QWIDGETSIZE_MAX, QWIDGETSIZE_MAX), - mSizeConstraintRect(scrInnerRect), - 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, nullptr); // 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, QCP::MarginSide -*/ -void QCPLayoutElement::setAutoMargins(QCP::MarginSides sides) -{ - mAutoMargins = sides; -} - -/*! - Sets the minimum size 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. - - Whether this constraint applies to the inner or the outer rect can be specified with \ref - setSizeConstraintRect (see \ref rect and \ref outerRect). -*/ -void QCPLayoutElement::setMinimumSize(const QSize &size) -{ - if (mMinimumSize != size) - { - mMinimumSize = size; - if (mParentLayout) - mParentLayout->sizeConstraintsChanged(); - } -} - -/*! \overload - - Sets the minimum size of this layout element. - - Whether this constraint applies to the inner or the outer rect can be specified with \ref - setSizeConstraintRect (see \ref rect and \ref outerRect). -*/ -void QCPLayoutElement::setMinimumSize(int width, int height) -{ - setMinimumSize(QSize(width, height)); -} - -/*! - Sets the maximum size of this layout element. A parent layout tries to respect the \a size here - by changing row/column sizes in the layout accordingly. - - Whether this constraint applies to the inner or the outer rect can be specified with \ref - setSizeConstraintRect (see \ref rect and \ref outerRect). -*/ -void QCPLayoutElement::setMaximumSize(const QSize &size) -{ - if (mMaximumSize != size) - { - mMaximumSize = size; - if (mParentLayout) - mParentLayout->sizeConstraintsChanged(); - } -} - -/*! \overload - - Sets the maximum size of this layout element. - - Whether this constraint applies to the inner or the outer rect can be specified with \ref - setSizeConstraintRect (see \ref rect and \ref outerRect). -*/ -void QCPLayoutElement::setMaximumSize(int width, int height) -{ - setMaximumSize(QSize(width, height)); -} - -/*! - Sets to which rect of a layout element the size constraints apply. Size constraints can be set - via \ref setMinimumSize and \ref setMaximumSize. - - The outer rect (\ref outerRect) includes the margins (e.g. in the case of a QCPAxisRect the axis - labels), whereas the inner rect (\ref rect) does not. - - \see setMinimumSize, setMaximumSize -*/ -void QCPLayoutElement::setSizeConstraintRect(SizeConstraintRect constraintRect) -{ - if (mSizeConstraintRect != constraintRect) - { - mSizeConstraintRect = constraintRect; - if (mParentLayout) - mParentLayout->sizeConstraintsChanged(); - } -} - -/*! - 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 \c nullptr. - - Note that margin groups only work for margin sides that are set to automatic (\ref - setAutoMargins). - - \see QCP::MarginSide -*/ -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); - - foreach (QCP::MarginSide side, sideVector) - { - if (marginGroup(side) != group) - { - QCPMarginGroup *oldGroup = marginGroup(side); - if (oldGroup) // unregister at old group - oldGroup->removeChild(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; - const 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 suggested minimum size this layout element (the \ref outerRect) may be compressed to, - if no manual minimum size is set. - - if a minimum size (\ref setMinimumSize) was not set manually, parent layouts use the returned size - (usually indirectly through \ref QCPLayout::getFinalMinimumOuterSize) to determine the minimum - allowed size of this layout element. - - A manual minimum size is considered set if it is non-zero. - - The default implementation simply returns the sum of the horizontal margins for the width and the - sum of the vertical margins for the height. Reimplementations may use their detailed knowledge - about the layout element's content to provide size hints. -*/ -QSize QCPLayoutElement::minimumOuterSizeHint() const -{ - return {mMargins.left()+mMargins.right(), mMargins.top()+mMargins.bottom()}; -} - -/*! - Returns the suggested maximum size this layout element (the \ref outerRect) may be expanded to, - if no manual maximum size is set. - - if a maximum size (\ref setMaximumSize) was not set manually, parent layouts use the returned - size (usually indirectly through \ref QCPLayout::getFinalMaximumOuterSize) to determine the - maximum allowed size of this layout element. - - A manual maximum size is considered set if it is smaller than Qt's \c QWIDGETSIZE_MAX. - - The default implementation simply returns \c QWIDGETSIZE_MAX for both width and height, implying - no suggested maximum size. Reimplementations may use their detailed knowledge about the layout - element's content to provide size hints. -*/ -QSize QCPLayoutElement::maximumOuterSizeHint() const -{ - return {QWIDGETSIZE_MAX, QWIDGETSIZE_MAX}; -} - -/*! - 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 \c nullptr entries in the returned list. For example, QCPLayoutGrid may - have empty cells which yield \c nullptr 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)); -} - -/*! \internal - - This virtual method is called when this layout element was moved to a different QCPLayout, or - when this layout element has changed its logical position (e.g. row and/or column) within the - same QCPLayout. Subclasses may use this to react accordingly. - - Since this method is called after the completion of the move, you can access the new parent - layout via \ref layout(). - - The default implementation does nothing. -*/ -void QCPLayoutElement::layoutChanged() -{ -} - -//////////////////////////////////////////////////////////////////////////////////////////////////// -//////////////////// 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 \c - nullptr. - - 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 \c nullptr 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 \c nullptr. - - 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() -{ -} - -/*! - If \a phase is \ref upLayout, calls \ref updateLayout, which subclasses may reimplement to - reposition and resize their cells. - - Finally, the call is propagated down to all child \ref QCPLayoutElement "QCPLayoutElements". - - For details about this method and the update phases, see the documentation of \ref - QCPLayoutElement::update. -*/ -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); - el->layoutChanged(); - } 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 = nullptr; - el->setParentLayerable(nullptr); - 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; iminimumOuterSizeHint(); - QSize minOuter = el->minimumSize(); // depending on sizeConstraitRect this might be with respect to inner rect, so possibly add margins in next four lines (preserving unset minimum of 0) - if (minOuter.width() > 0 && el->sizeConstraintRect() == QCPLayoutElement::scrInnerRect) - minOuter.rwidth() += el->margins().left() + el->margins().right(); - if (minOuter.height() > 0 && el->sizeConstraintRect() == QCPLayoutElement::scrInnerRect) - minOuter.rheight() += el->margins().top() + el->margins().bottom(); - - return {minOuter.width() > 0 ? minOuter.width() : minOuterHint.width(), - minOuter.height() > 0 ? minOuter.height() : minOuterHint.height()}; -} - -/*! \internal - - This is a helper function for the implementation of subclasses. - - It returns the maximum size that should finally be used for the outer rect of the passed layout - element \a el. - - It takes into account whether a manual maximum size is set (\ref - QCPLayoutElement::setMaximumSize), which size constraint is set (\ref - QCPLayoutElement::setSizeConstraintRect), as well as the maximum size hint, if no manual maximum - size was set (\ref QCPLayoutElement::maximumOuterSizeHint). -*/ -QSize QCPLayout::getFinalMaximumOuterSize(const QCPLayoutElement *el) -{ - QSize maxOuterHint = el->maximumOuterSizeHint(); - QSize maxOuter = el->maximumSize(); // depending on sizeConstraitRect this might be with respect to inner rect, so possibly add margins in next four lines (preserving unset maximum of QWIDGETSIZE_MAX) - if (maxOuter.width() < QWIDGETSIZE_MAX && el->sizeConstraintRect() == QCPLayoutElement::scrInnerRect) - maxOuter.rwidth() += el->margins().left() + el->margins().right(); - if (maxOuter.height() < QWIDGETSIZE_MAX && el->sizeConstraintRect() == QCPLayoutElement::scrInnerRect) - maxOuter.rheight() += el->margins().top() + el->margins().bottom(); - - return {maxOuter.width() < QWIDGETSIZE_MAX ? maxOuter.width() : maxOuterHint.width(), - maxOuter.height() < QWIDGETSIZE_MAX ? maxOuter.height() : maxOuterHint.height()}; -} - - -//////////////////////////////////////////////////////////////////////////////////////////////////// -//////////////////// QCPLayoutGrid -//////////////////////////////////////////////////////////////////////////////////////////////////// - -/*! \class QCPLayoutGrid - \brief A layout that arranges child elements in a grid - - Elements are laid out in a grid with configurable stretch factors (\ref setColumnStretchFactor, - \ref setRowStretchFactor) and spacing (\ref setColumnSpacing, \ref setRowSpacing). - - Elements can be added to cells via \ref addElement. The grid is expanded if the specified row or - column doesn't exist yet. Whether a cell contains a valid layout element can be checked with \ref - hasElement, that element can be retrieved with \ref element. If rows and columns that only have - empty cells shall be removed, call \ref simplify. Removal of elements is either done by just - adding the element to a different layout or by using the QCPLayout interface \ref take or \ref - remove. - - If you use \ref addElement(QCPLayoutElement*) without explicit parameters for \a row and \a - column, the grid layout will choose the position according to the current \ref setFillOrder and - the wrapping (\ref setWrap). - - Row and column insertion can be performed with \ref insertRow and \ref insertColumn. -*/ - -/* start documentation of inline functions */ - -/*! \fn int QCPLayoutGrid::rowCount() const - - Returns the number of rows in the layout. - - \see columnCount -*/ - -/*! \fn int QCPLayoutGrid::columnCount() const - - Returns the number of columns in the layout. - - \see rowCount -*/ - -/* end documentation of inline functions */ - -/*! - Creates an instance of QCPLayoutGrid and sets default values. -*/ -QCPLayoutGrid::QCPLayoutGrid() : - mColumnSpacing(5), - mRowSpacing(5), - mWrap(0), - mFillOrder(foColumnsFirst) -{ -} - -QCPLayoutGrid::~QCPLayoutGrid() -{ - // 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 element in the cell in \a row and \a column. - - Returns \c nullptr if either the row/column is invalid or if the cell is empty. In those cases, a - qDebug message is printed. To check whether a cell exists and isn't empty, use \ref hasElement. - - \see addElement, hasElement -*/ -QCPLayoutElement *QCPLayoutGrid::element(int row, int column) const -{ - if (row >= 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 nullptr; -} - - -/*! \overload - - 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. - - Use the overload of this method without explicit row/column index to place the element according - to the configured fill order and wrapping settings. - - \see element, hasElement, take, remove -*/ -bool QCPLayoutGrid::addElement(int row, int column, QCPLayoutElement *element) -{ - if (!hasElement(row, column)) - { - if (element && element->layout()) // remove from old layout first - element->layout()->take(element); - expandTo(row+1, column+1); - mElements[row][column] = element; - if (element) - adoptElement(element); - return true; - } else - qDebug() << Q_FUNC_INFO << "There is already an element in the specified row/column:" << row << column; - return false; -} - -/*! \overload - - Adds the \a element to the next empty cell according to the current fill order (\ref - setFillOrder) and wrapping (\ref setWrap). If \a element is already in a layout, it is first - removed from there. If necessary, the layout is expanded to hold the new element. - - Returns true if the element was added successfully. - - \see setFillOrder, setWrap, element, hasElement, take, remove -*/ -bool QCPLayoutGrid::addElement(QCPLayoutElement *element) -{ - int rowIndex = 0; - int colIndex = 0; - if (mFillOrder == foColumnsFirst) - { - while (hasElement(rowIndex, colIndex)) - { - ++colIndex; - if (colIndex >= mWrap && mWrap > 0) - { - colIndex = 0; - ++rowIndex; - } - } - } else - { - while (hasElement(rowIndex, colIndex)) - { - ++rowIndex; - if (rowIndex >= mWrap && mWrap > 0) - { - rowIndex = 0; - ++colIndex; - } - } - } - return addElement(rowIndex, colIndex, element); -} - -/*! - 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, regardless of the stretch factor. (see \ref - QCPLayoutElement::setMinimumSize, \ref QCPLayoutElement::setMaximumSize, \ref - QCPLayoutElement::setSizeConstraintRect.) - - 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, regardless of the stretch factor. (see \ref - QCPLayoutElement::setMinimumSize, \ref QCPLayoutElement::setMaximumSize, \ref - QCPLayoutElement::setSizeConstraintRect.) - - 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, regardless of the stretch factor. (see \ref - QCPLayoutElement::setMinimumSize, \ref QCPLayoutElement::setMaximumSize, \ref - QCPLayoutElement::setSizeConstraintRect.) - - 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 tempElements; - if (rearrange) - { - tempElements.reserve(elCount); - 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= 0 && row < rowCount()) - { - if (column >= 0 && column < columnCount()) - { - switch (mFillOrder) - { - case foRowsFirst: return column*rowCount() + row; - case foColumnsFirst: return row*columnCount() + column; - } - } else - qDebug() << Q_FUNC_INFO << "row index out of bounds:" << row; - } else - qDebug() << Q_FUNC_INFO << "column index out of bounds:" << column; - return 0; -} - -/*! - Converts the linear index to row and column indices and writes the result to \a row and \a - column. - - The way the cells are indexed depends on \ref setFillOrder. If it is \ref foRowsFirst, the - indices increase left to right and then top to bottom. If it is \ref foColumnsFirst, the indices - increase top to bottom and then left to right. - - If there are no cells (i.e. column or row count is zero), sets \a row and \a column to -1. - - For the retrieved \a row and \a column to be valid, the passed \a index must be valid itself, - i.e. greater or equal to zero and smaller than the current \ref elementCount. - - \see rowColToIndex -*/ -void QCPLayoutGrid::indexToRowCol(int index, int &row, int &column) const -{ - row = -1; - column = -1; - const int nCols = columnCount(); - const int nRows = rowCount(); - if (nCols == 0 || nRows == 0) - return; - if (index < 0 || index >= elementCount()) - { - qDebug() << Q_FUNC_INFO << "index out of bounds:" << index; - return; - } - - switch (mFillOrder) - { - case foRowsFirst: - { - column = index / nRows; - row = index % nRows; - break; - } - case foColumnsFirst: - { - row = index / nCols; - column = index % nCols; - break; - } - } -} - -/* inherits documentation from base class */ -void QCPLayoutGrid::updateLayout() -{ - QVector 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))); - } - } -} - -/*! - \seebaseclassmethod - - Note that the association of the linear \a index to the row/column based cells depends on the - current setting of \ref setFillOrder. - - \see rowColToIndex -*/ -QCPLayoutElement *QCPLayoutGrid::elementAt(int index) const -{ - if (index >= 0 && index < elementCount()) - { - int row, col; - indexToRowCol(index, row, col); - return mElements.at(row).at(col); - } else - return nullptr; -} - -/*! - \seebaseclassmethod - - Note that the association of the linear \a index to the row/column based cells depends on the - current setting of \ref setFillOrder. - - \see rowColToIndex -*/ -QCPLayoutElement *QCPLayoutGrid::takeAt(int index) -{ - if (QCPLayoutElement *el = elementAt(index)) - { - releaseElement(el); - int row, col; - indexToRowCol(index, row, col); - mElements[row][col] = nullptr; - return el; - } else - { - qDebug() << Q_FUNC_INFO << "Attempt to take invalid index:" << index; - return nullptr; - } -} - -/* inherits documentation from base class */ -bool QCPLayoutGrid::take(QCPLayoutElement *element) -{ - if (element) - { - for (int i=0; i QCPLayoutGrid::elements(bool recursive) const -{ - QList result; - const int elCount = elementCount(); -#if QT_VERSION >= QT_VERSION_CHECK(4, 7, 0) - result.reserve(elCount); -#endif - for (int i=0; ielements(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); - foreach (int w, minColWidths) - result.rwidth() += w; - foreach (int h, minRowHeights) - result.rheight() += h; - result.rwidth() += qMax(0, columnCount()-1) * mColumnSpacing; - result.rheight() += qMax(0, rowCount()-1) * mRowSpacing; - result.rwidth() += mMargins.left()+mMargins.right(); - result.rheight() += mMargins.top()+mMargins.bottom(); - return result; -} - -/* inherits documentation from base class */ -QSize QCPLayoutGrid::maximumOuterSizeHint() const -{ - QVector maxColWidths, maxRowHeights; - getMaximumRowColSizes(&maxColWidths, &maxRowHeights); - - QSize result(0, 0); - foreach (int w, maxColWidths) - result.setWidth(qMin(result.width()+w, QWIDGETSIZE_MAX)); - foreach (int h, maxRowHeights) - result.setHeight(qMin(result.height()+h, QWIDGETSIZE_MAX)); - result.rwidth() += qMax(0, columnCount()-1) * mColumnSpacing; - result.rheight() += qMax(0, rowCount()-1) * mRowSpacing; - result.rwidth() += mMargins.left()+mMargins.right(); - result.rheight() += mMargins.top()+mMargins.bottom(); - if (result.height() > QWIDGETSIZE_MAX) - result.setHeight(QWIDGETSIZE_MAX); - if (result.width() > QWIDGETSIZE_MAX) - result.setWidth(QWIDGETSIZE_MAX); - return result; -} - -/*! \internal - - Places the minimum column widths and row heights into \a minColWidths and \a minRowHeights - respectively. - - The minimum height of a row is the largest minimum height of any element's outer rect in that - row. The minimum width of a column is the largest minimum width of any element's outer rect in - that column. - - This is a helper function for \ref updateLayout. - - \see getMaximumRowColSizes -*/ -void QCPLayoutGrid::getMinimumRowColSizes(QVector *minColWidths, QVector *minRowHeights) const -{ - *minColWidths = QVector(columnCount(), 0); - *minRowHeights = QVector(rowCount(), 0); - for (int row=0; rowat(col) < minSize.width()) - (*minColWidths)[col] = minSize.width(); - if (minRowHeights->at(row) < minSize.height()) - (*minRowHeights)[row] = minSize.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's outer rect in that - row. The maximum width of a column is the smallest maximum width of any element's outer rect 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; rowat(col) > maxSize.width()) - (*maxColWidths)[col] = maxSize.width(); - if (maxRowHeights->at(row) > maxSize.height()) - (*maxRowHeights)[row] = maxSize.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; -#if QT_VERSION < QT_VERSION_CHECK(5, 2, 0) - return nullptr; -#else - return {}; -#endif - } -} - -/*! - 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 {}; - } -} - -/*! - 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; i 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(int( 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(int( 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 nullptr; -} - -/* 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 nullptr; - } -} - -/* inherits documentation from base class */ -bool QCPLayoutInset::take(QCPLayoutElement *element) -{ - if (element) - { - for (int i=0; irealVisibility() && el->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 nullptr 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 nullptr element"; -} -/* end of 'src/layout.cpp' */ - - -/* including file 'src/lineending.cpp' */ -/* modified 2022-11-06T12:45:56, size 11189 */ - -//////////////////////////////////////////////////////////////////////////////////////////////////// -//////////////////// 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 QCPVector2D &pos, const QCPVector2D &dir) const -{ - if (mStyle == esNone) - return; - - QCPVector2D lengthVec = dir.normalized() * mLength*(mInverted ? -1 : 1); - if (lengthVec.isNull()) - lengthVec = QCPVector2D(1, 0); - QCPVector2D widthVec = dir.normalized().perpendicular() * 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.8).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: - { - QCPVector2D widthVecPerp = widthVec.perpendicular(); - 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: - { - QCPVector2D widthVecPerp = widthVec.perpendicular(); - 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: - { - QCPVector2D shift; - if (!qFuzzyIsNull(painter->pen().widthF()) || painter->modes().testFlag(QCPPainter::pmNonCosmetic)) - shift = dir.normalized()*qMax(qreal(1.0), painter->pen().widthF())*qreal(0.5); - // 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.2*(mInverted?-1:1)+shift).toPointF(), - (pos-widthVec-lengthVec*0.2*(mInverted?-1:1)+shift).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 QCPVector2D &pos, double angle) const -{ - draw(painter, pos, QCPVector2D(qCos(angle), qSin(angle))); -} -/* end of 'src/lineending.cpp' */ - - -/* including file 'src/axis/labelpainter.cpp' */ -/* modified 2022-11-06T12:45:56, size 27519 */ - - -//////////////////////////////////////////////////////////////////////////////////////////////////// -//////////////////// QCPLabelPainterPrivate -//////////////////////////////////////////////////////////////////////////////////////////////////// - -/*! \class QCPLabelPainterPrivate - - \internal - \brief (Private) - - This is a private class and not part of the public QCustomPlot interface. - -*/ - -const QChar QCPLabelPainterPrivate::SymbolDot(183); -const QChar QCPLabelPainterPrivate::SymbolCross(215); - -/*! - Constructs a QCPLabelPainterPrivate instance. Make sure to not create a new - instance on every redraw, to utilize the caching mechanisms. - - the \a parentPlot does not take ownership of the label painter. Make sure - to delete it appropriately. -*/ -QCPLabelPainterPrivate::QCPLabelPainterPrivate(QCustomPlot *parentPlot) : - mAnchorMode(amRectangular), - mAnchorSide(asLeft), - mAnchorReferenceType(artNormal), - mColor(Qt::black), - mPadding(0), - mRotation(0), - mSubstituteExponent(true), - mMultiplicationSymbol(QChar(215)), - mAbbreviateDecimalPowers(false), - mParentPlot(parentPlot), - mLabelCache(16) -{ - analyzeFontMetrics(); -} - -QCPLabelPainterPrivate::~QCPLabelPainterPrivate() -{ -} - -void QCPLabelPainterPrivate::setAnchorSide(AnchorSide side) -{ - mAnchorSide = side; -} - -void QCPLabelPainterPrivate::setAnchorMode(AnchorMode mode) -{ - mAnchorMode = mode; -} - -void QCPLabelPainterPrivate::setAnchorReference(const QPointF &pixelPoint) -{ - mAnchorReference = pixelPoint; -} - -void QCPLabelPainterPrivate::setAnchorReferenceType(AnchorReferenceType type) -{ - mAnchorReferenceType = type; -} - -void QCPLabelPainterPrivate::setFont(const QFont &font) -{ - if (mFont != font) - { - mFont = font; - analyzeFontMetrics(); - } -} - -void QCPLabelPainterPrivate::setColor(const QColor &color) -{ - mColor = color; -} - -void QCPLabelPainterPrivate::setPadding(int padding) -{ - mPadding = padding; -} - -void QCPLabelPainterPrivate::setRotation(double rotation) -{ - mRotation = qBound(-90.0, rotation, 90.0); -} - -void QCPLabelPainterPrivate::setSubstituteExponent(bool enabled) -{ - mSubstituteExponent = enabled; -} - -void QCPLabelPainterPrivate::setMultiplicationSymbol(QChar symbol) -{ - mMultiplicationSymbol = symbol; -} - -void QCPLabelPainterPrivate::setAbbreviateDecimalPowers(bool enabled) -{ - mAbbreviateDecimalPowers = enabled; -} - -void QCPLabelPainterPrivate::setCacheSize(int labelCount) -{ - mLabelCache.setMaxCost(labelCount); -} - -int QCPLabelPainterPrivate::cacheSize() const -{ - return mLabelCache.maxCost(); -} - -void QCPLabelPainterPrivate::drawTickLabel(QCPPainter *painter, const QPointF &tickPos, const QString &text) -{ - double realRotation = mRotation; - - AnchorSide realSide = mAnchorSide; - // for circular axes, the anchor side is determined depending on the quadrant of tickPos with respect to mCircularReference - if (mAnchorMode == amSkewedUpright) - { - realSide = skewedAnchorSide(tickPos, 0.2, 0.3); - } else if (mAnchorMode == amSkewedRotated) // in this mode every label is individually rotated to match circle tangent - { - realSide = skewedAnchorSide(tickPos, 0, 0); - realRotation += QCPVector2D(tickPos-mAnchorReference).angle()/M_PI*180.0; - if (realRotation > 90) realRotation -= 180; - else if (realRotation < -90) realRotation += 180; - } - - realSide = rotationCorrectedSide(realSide, realRotation); // rotation angles may change the true anchor side of the label - drawLabelMaybeCached(painter, mFont, mColor, getAnchorPos(tickPos), realSide, realRotation, text); -} - -/*! \internal - - Returns the size ("margin" in QCPAxisRect context, so measured perpendicular to the axis backbone - direction) needed to fit the axis. -*/ -/* TODO: needed? -int QCPLabelPainterPrivate::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; ibufferDevicePixelRatio())); - result.append(QByteArray::number(mRotation)); - //result.append(QByteArray::number(int(tickLabelSide))); TODO: check whether this is really a cache-invalidating property - result.append(QByteArray::number(int(mSubstituteExponent))); - result.append(QString(mMultiplicationSymbol).toUtf8()); - result.append(mColor.name().toLatin1()+QByteArray::number(mColor.alpha(), 16)); - result.append(mFont.toString().toLatin1()); - return result; -} - -/*! \internal - - Draws a single tick label with the provided \a painter, utilizing the internal label cache to - significantly speed up drawing of labels that were drawn in previous calls. The tick label is - always bound to an axis, the distance to the axis is controllable via \a distanceToAxis in - pixels. The pixel position in the axis direction is passed in the \a position parameter. Hence - for the bottom axis, \a position would indicate the horizontal pixel position (not coordinate), - at which the label should be drawn. - - In order to later draw the axis label in a place that doesn't overlap with the tick labels, the - largest tick label size is needed. This is acquired by passing a \a tickLabelsSize to the \ref - drawTickLabel calls during the process of drawing all tick labels of one axis. In every call, \a - tickLabelsSize is expanded, if the drawn label exceeds the value \a tickLabelsSize currently - holds. - - The label is drawn with the font and pen that are currently set on the \a painter. To draw - superscripted powers, the font is temporarily made smaller by a fixed factor (see \ref - getTickLabelData). -*/ -void QCPLabelPainterPrivate::drawLabelMaybeCached(QCPPainter *painter, const QFont &font, const QColor &color, const QPointF &pos, AnchorSide side, double rotation, const QString &text) -{ - // warning: if you change anything here, also adapt getMaxTickLabelSize() accordingly! - if (text.isEmpty()) return; - QSize finalSize; - - if (mParentPlot->plottingHints().testFlag(QCP::phCacheLabels) && !painter->modes().testFlag(QCPPainter::pmNoCaching)) // label caching enabled - { - QByteArray key = cacheKey(text, color, rotation, side); - CachedLabel *cachedLabel = mLabelCache.take(QString::fromUtf8(key)); // attempt to take label from cache (don't use object() because we want ownership/prevent deletion during our operations, we re-insert it afterwards) - if (!cachedLabel) // no cached label existed, create it - { - LabelData labelData = getTickLabelData(font, color, rotation, side, text); - cachedLabel = createCachedLabel(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()/mParentPlot->bufferDevicePixelRatio() > viewportRect.right() || labelAnchor.x()+cachedLabel->offset.x() < viewportRect.left(); - else - labelClippedByBorder = labelAnchor.y()+cachedLabel->offset.y()+cachedLabel->pixmap.height()/mParentPlot->bufferDevicePixelRatio() > viewportRect.bottom() || labelAnchor.y()+cachedLabel->offset.y() < viewportRect.top(); - } - */ - if (!labelClippedByBorder) - { - painter->drawPixmap(pos+cachedLabel->offset, cachedLabel->pixmap); - finalSize = cachedLabel->pixmap.size()/mParentPlot->bufferDevicePixelRatio(); // TODO: collect this in a member rect list? - } - mLabelCache.insert(QString::fromUtf8(key), cachedLabel); - } else // label caching disabled, draw text directly on surface: - { - LabelData labelData = getTickLabelData(font, color, rotation, side, text); - // 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) - { - drawText(painter, pos, 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()); - */ -} - -QPointF QCPLabelPainterPrivate::getAnchorPos(const QPointF &tickPos) -{ - switch (mAnchorMode) - { - case amRectangular: - { - switch (mAnchorSide) - { - case asLeft: return tickPos+QPointF(mPadding, 0); - case asRight: return tickPos+QPointF(-mPadding, 0); - case asTop: return tickPos+QPointF(0, mPadding); - case asBottom: return tickPos+QPointF(0, -mPadding); - case asTopLeft: return tickPos+QPointF(mPadding*M_SQRT1_2, mPadding*M_SQRT1_2); - case asTopRight: return tickPos+QPointF(-mPadding*M_SQRT1_2, mPadding*M_SQRT1_2); - case asBottomRight: return tickPos+QPointF(-mPadding*M_SQRT1_2, -mPadding*M_SQRT1_2); - case asBottomLeft: return tickPos+QPointF(mPadding*M_SQRT1_2, -mPadding*M_SQRT1_2); - default: qDebug() << Q_FUNC_INFO << "invalid mode for anchor side: " << mAnchorSide; break; - } - break; - } - case amSkewedUpright: - // fall through - case amSkewedRotated: - { - QCPVector2D anchorNormal(tickPos-mAnchorReference); - if (mAnchorReferenceType == artTangent) - anchorNormal = anchorNormal.perpendicular(); - anchorNormal.normalize(); - return tickPos+(anchorNormal*mPadding).toPointF(); - } - default: qDebug() << Q_FUNC_INFO << "invalid mode for anchor mode: " << mAnchorMode; break; - } - return tickPos; -} - -/*! \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 QCPLabelPainterPrivate::drawText(QCPPainter *painter, const QPointF &pos, const LabelData &labelData) const -{ - // backup painter settings that we're about to change: - QTransform oldTransform = painter->transform(); - QFont oldFont = painter->font(); - QPen oldPen = painter->pen(); - - // transform painter to position/rotation: - painter->translate(pos); - painter->setTransform(labelData.transform, true); - - // draw text: - painter->setFont(labelData.baseFont); - painter->setPen(QPen(labelData.color)); - if (!labelData.expPart.isEmpty()) // use superscripted exponent typesetting - { - painter->drawText(0, 0, 0, 0, Qt::TextDontClip, labelData.basePart); - if (!labelData.suffixPart.isEmpty()) - painter->drawText(labelData.baseBounds.width()+1+labelData.expBounds.width(), 0, 0, 0, Qt::TextDontClip, labelData.suffixPart); - painter->setFont(labelData.expFont); - painter->drawText(labelData.baseBounds.width()+1, 0, labelData.expBounds.width(), labelData.expBounds.height(), Qt::TextDontClip, labelData.expPart); - } else - { - painter->drawText(0, 0, labelData.totalBounds.width(), labelData.totalBounds.height(), Qt::TextDontClip | Qt::AlignHCenter, labelData.basePart); - } - - /* Debug code to draw label bounding boxes, baseline, and capheight - painter->save(); - painter->setPen(QPen(QColor(0, 0, 0, 150))); - painter->drawRect(labelData.totalBounds); - const int baseline = labelData.totalBounds.height()-mLetterDescent; - painter->setPen(QPen(QColor(255, 0, 0, 150))); - painter->drawLine(QLineF(0, baseline, labelData.totalBounds.width(), baseline)); - painter->setPen(QPen(QColor(0, 0, 255, 150))); - painter->drawLine(QLineF(0, baseline-mLetterCapHeight, labelData.totalBounds.width(), baseline-mLetterCapHeight)); - painter->restore(); - */ - - // reset painter settings to what it was before: - painter->setTransform(oldTransform); - painter->setFont(oldFont); - painter->setPen(oldPen); -} - -/*! \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. -*/ -QCPLabelPainterPrivate::LabelData QCPLabelPainterPrivate::getTickLabelData(const QFont &font, const QColor &color, double rotation, AnchorSide side, const QString &text) const -{ - LabelData result; - result.rotation = rotation; - result.side = side; - result.color = color; - - // determine whether beautiful decimal powers should be used - bool useBeautifulPowers = false; - int ePos = -1; // first index of exponent part, text before that will be basePart, text until eLast will be expPart - int eLast = -1; // last index of exponent part, rest of text after this will be suffixPart - if (mSubstituteExponent) - { - ePos = text.indexOf(QLatin1Char('e')); - if (ePos > 0 && text.at(ePos-1).isDigit()) - { - eLast = ePos; - while (eLast+1 < text.size() && (text.at(eLast+1) == QLatin1Char('+') || text.at(eLast+1) == QLatin1Char('-') || text.at(eLast+1).isDigit())) - ++eLast; - if (eLast > ePos) // only if also to right of 'e' is a digit/+/- interpret it as beautifiable power - 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 - - QFontMetrics baseFontMetrics(result.baseFont); - 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); - result.suffixPart = text.mid(eLast+1); // also drawn normally but after exponent - // in log scaling, we want to turn "1*10^n" into "10^n", else add multiplication sign and decimal base: - if (mAbbreviateDecimalPowers && result.basePart == QLatin1String("1")) - result.basePart = QLatin1String("10"); - else - result.basePart += QString(mMultiplicationSymbol) + QLatin1String("10"); - result.expPart = text.mid(ePos+1, eLast-ePos); - // 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(s), exponent part and total one: - result.baseBounds = baseFontMetrics.boundingRect(0, 0, 0, 0, Qt::TextDontClip, result.basePart); - result.expBounds = QFontMetrics(result.expFont).boundingRect(0, 0, 0, 0, Qt::TextDontClip, result.expPart); - if (!result.suffixPart.isEmpty()) - result.suffixBounds = QFontMetrics(result.baseFont).boundingRect(0, 0, 0, 0, Qt::TextDontClip, result.suffixPart); - result.totalBounds = result.baseBounds.adjusted(0, 0, result.expBounds.width()+result.suffixBounds.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 = baseFontMetrics.boundingRect(0, 0, 0, 0, Qt::TextDontClip | Qt::AlignHCenter, result.basePart); - } - result.totalBounds.moveTopLeft(QPoint(0, 0)); - applyAnchorTransform(result); - result.rotatedTotalBounds = result.transform.mapRect(result.totalBounds); - - return result; -} - -void QCPLabelPainterPrivate::applyAnchorTransform(LabelData &labelData) const -{ - if (!qFuzzyIsNull(labelData.rotation)) - labelData.transform.rotate(labelData.rotation); // rotates effectively clockwise (due to flipped y axis of painter vs widget coordinate system) - - // from now on we translate in rotated label-local coordinate system. - // shift origin of coordinate system to appropriate point on label: - labelData.transform.translate(0, -labelData.totalBounds.height()+mLetterDescent+mLetterCapHeight); // shifts origin to true top of capital (or number) characters - - if (labelData.side == asLeft || labelData.side == asRight) // anchor is centered vertically - labelData.transform.translate(0, -mLetterCapHeight/2.0); - else if (labelData.side == asTop || labelData.side == asBottom) // anchor is centered horizontally - labelData.transform.translate(-labelData.totalBounds.width()/2.0, 0); - - if (labelData.side == asTopRight || labelData.side == asRight || labelData.side == asBottomRight) // anchor is at right - labelData.transform.translate(-labelData.totalBounds.width(), 0); - if (labelData.side == asBottomLeft || labelData.side == asBottom || labelData.side == asBottomRight) // anchor is at bottom (no elseif!) - labelData.transform.translate(0, -mLetterCapHeight); -} - -/*! \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 QCPLabelPainterPrivate::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()/mParentPlot->bufferDevicePixelRatio(); - } else // label caching disabled or no label with this text cached: - { - // TODO: LabelData labelData = getTickLabelData(font, text); - // TODO: 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()); -} -*/ - -QCPLabelPainterPrivate::CachedLabel *QCPLabelPainterPrivate::createCachedLabel(const LabelData &labelData) const -{ - CachedLabel *result = new CachedLabel; - - // allocate pixmap with the correct size and pixel ratio: - if (!qFuzzyCompare(1.0, mParentPlot->bufferDevicePixelRatio())) - { - result->pixmap = QPixmap(labelData.rotatedTotalBounds.size()*mParentPlot->bufferDevicePixelRatio()); -#ifdef QCP_DEVICEPIXELRATIO_SUPPORTED -# ifdef QCP_DEVICEPIXELRATIO_FLOAT - result->pixmap.setDevicePixelRatio(mParentPlot->devicePixelRatioF()); -# else - result->pixmap.setDevicePixelRatio(mParentPlot->devicePixelRatio()); -# endif -#endif - } else - result->pixmap = QPixmap(labelData.rotatedTotalBounds.size()); - result->pixmap.fill(Qt::transparent); - - // draw the label into the pixmap - // offset is between label anchor and topleft of cache pixmap, so pixmap can be drawn at pos+offset to make the label anchor appear at pos. - // We use rotatedTotalBounds.topLeft() because rotatedTotalBounds is in a coordinate system where the label anchor is at (0, 0) - result->offset = labelData.rotatedTotalBounds.topLeft(); - QCPPainter cachePainter(&result->pixmap); - drawText(&cachePainter, -result->offset, labelData); - return result; -} - -QByteArray QCPLabelPainterPrivate::cacheKey(const QString &text, const QColor &color, double rotation, AnchorSide side) const -{ - return text.toUtf8()+ - QByteArray::number(color.red()+256*color.green()+65536*color.blue(), 36)+ - QByteArray::number(color.alpha()+256*int(side), 36)+ - QByteArray::number(int(rotation*100), 36); -} - -QCPLabelPainterPrivate::AnchorSide QCPLabelPainterPrivate::skewedAnchorSide(const QPointF &tickPos, double sideExpandHorz, double sideExpandVert) const -{ - QCPVector2D anchorNormal = QCPVector2D(tickPos-mAnchorReference); - if (mAnchorReferenceType == artTangent) - anchorNormal = anchorNormal.perpendicular(); - const double radius = anchorNormal.length(); - const double sideHorz = sideExpandHorz*radius; - const double sideVert = sideExpandVert*radius; - if (anchorNormal.x() > sideHorz) - { - if (anchorNormal.y() > sideVert) return asTopLeft; - else if (anchorNormal.y() < -sideVert) return asBottomLeft; - else return asLeft; - } else if (anchorNormal.x() < -sideHorz) - { - if (anchorNormal.y() > sideVert) return asTopRight; - else if (anchorNormal.y() < -sideVert) return asBottomRight; - else return asRight; - } else - { - if (anchorNormal.y() > 0) return asTop; - else return asBottom; - } - return asBottom; // should never be reached -} - -QCPLabelPainterPrivate::AnchorSide QCPLabelPainterPrivate::rotationCorrectedSide(AnchorSide side, double rotation) const -{ - AnchorSide result = side; - const bool rotateClockwise = rotation > 0; - if (!qFuzzyIsNull(rotation)) - { - if (!qFuzzyCompare(qAbs(rotation), 90)) // avoid graphical collision with anchor tangent (e.g. axis line) when rotating, so change anchor side appropriately: - { - if (side == asTop) result = rotateClockwise ? asLeft : asRight; - else if (side == asBottom) result = rotateClockwise ? asRight : asLeft; - else if (side == asTopLeft) result = rotateClockwise ? asLeft : asTop; - else if (side == asTopRight) result = rotateClockwise ? asTop : asRight; - else if (side == asBottomLeft) result = rotateClockwise ? asBottom : asLeft; - else if (side == asBottomRight) result = rotateClockwise ? asRight : asBottom; - } else // for full rotation by +/-90 degrees, other sides are more appropriate for centering on anchor: - { - if (side == asLeft) result = rotateClockwise ? asBottom : asTop; - else if (side == asRight) result = rotateClockwise ? asTop : asBottom; - else if (side == asTop) result = rotateClockwise ? asLeft : asRight; - else if (side == asBottom) result = rotateClockwise ? asRight : asLeft; - else if (side == asTopLeft) result = rotateClockwise ? asBottomLeft : asTopRight; - else if (side == asTopRight) result = rotateClockwise ? asTopLeft : asBottomRight; - else if (side == asBottomLeft) result = rotateClockwise ? asBottomRight : asTopLeft; - else if (side == asBottomRight) result = rotateClockwise ? asTopRight : asBottomLeft; - } - } - return result; -} - -void QCPLabelPainterPrivate::analyzeFontMetrics() -{ - const QFontMetrics fm(mFont); - mLetterCapHeight = fm.tightBoundingRect(QLatin1String("8")).height(); // this method is slow, that's why we query it only upon font change - mLetterDescent = fm.descent(); -} -/* end of 'src/axis/labelpainter.cpp' */ - - -/* including file 'src/axis/axisticker.cpp' */ -/* modified 2022-11-06T12:45:56, size 18693 */ - -//////////////////////////////////////////////////////////////////////////////////////////////////// -//////////////////// QCPAxisTicker -//////////////////////////////////////////////////////////////////////////////////////////////////// -/*! \class QCPAxisTicker - \brief The base class tick generator used by QCPAxis to create tick positions and tick labels - - Each QCPAxis has an internal QCPAxisTicker (or a subclass) in order to generate tick positions - and tick labels for the current axis range. The ticker of an axis can be set via \ref - QCPAxis::setTicker. Since that method takes a QSharedPointer, multiple - axes can share the same ticker instance. - - This base class generates normal tick coordinates and numeric labels for linear axes. It picks a - reasonable tick step (the separation between ticks) which results in readable tick labels. The - number of ticks that should be approximately generated can be set via \ref setTickCount. - Depending on the current tick step strategy (\ref setTickStepStrategy), the algorithm either - sacrifices readability to better match the specified tick count (\ref - QCPAxisTicker::tssMeetTickCount) or relaxes the tick count in favor of better tick steps (\ref - QCPAxisTicker::tssReadability), which is the default. - - The following more specialized axis ticker subclasses are available, see details in the - respective class documentation: - -
- - - - - - - -
QCPAxisTickerFixed\image html axisticker-fixed.png
QCPAxisTickerLog\image html axisticker-log.png
QCPAxisTickerPi\image html axisticker-pi.png
QCPAxisTickerText\image html axisticker-text.png
QCPAxisTickerDateTime\image html axisticker-datetime.png
QCPAxisTickerTime\image html axisticker-time.png - \image html axisticker-time2.png
-
- - \section axisticker-subclassing Creating own axis tickers - - Creating own axis tickers can be achieved very easily by sublassing QCPAxisTicker and - reimplementing some or all of the available virtual methods. - - In the simplest case you might wish to just generate different tick steps than the other tickers, - so you only reimplement the method \ref getTickStep. If you additionally want control over the - string that will be shown as tick label, reimplement \ref getTickLabel. - - If you wish to have complete control, you can generate the tick vectors and tick label vectors - yourself by reimplementing \ref createTickVector and \ref createLabelVector. The default - implementations use the previously mentioned virtual methods \ref getTickStep and \ref - getTickLabel, but your reimplementations don't necessarily need to do so. For example in the case - of unequal tick steps, the method \ref getTickStep loses its usefulness and can be ignored. - - The sub tick count between major ticks can be controlled with \ref getSubTickCount. Full sub tick - placement control is obtained by reimplementing \ref createSubTickVector. - - See the documentation of all these virtual methods in QCPAxisTicker for detailed information - about the parameters and expected return values. -*/ - -/*! - Constructs the ticker and sets reasonable default values. Axis tickers are commonly created - managed by a QSharedPointer, which then can be passed to QCPAxis::setTicker. -*/ -QCPAxisTicker::QCPAxisTicker() : - mTickStepStrategy(tssReadability), - mTickCount(5), - mTickOrigin(0) -{ -} - -QCPAxisTicker::~QCPAxisTicker() -{ - -} - -/*! - Sets which strategy the axis ticker follows when choosing the size of the tick step. For the - available strategies, see \ref TickStepStrategy. -*/ -void QCPAxisTicker::setTickStepStrategy(QCPAxisTicker::TickStepStrategy strategy) -{ - mTickStepStrategy = strategy; -} - -/*! - Sets how many ticks this ticker shall aim to generate across the axis range. Note that \a count - is not guaranteed to be matched exactly, as generating readable tick intervals may conflict with - the requested number of ticks. - - Whether the readability has priority over meeting the requested \a count can be specified with - \ref setTickStepStrategy. -*/ -void QCPAxisTicker::setTickCount(int count) -{ - if (count > 0) - mTickCount = count; - else - qDebug() << Q_FUNC_INFO << "tick count must be greater than zero:" << count; -} - -/*! - Sets the mathematical coordinate (or "offset") of the zeroth tick. This tick coordinate is just a - concept and doesn't need to be inside the currently visible axis range. - - By default \a origin is zero, which for example yields ticks {-5, 0, 5, 10, 15,...} when the tick - step is five. If \a origin is now set to 1 instead, the correspondingly generated ticks would be - {-4, 1, 6, 11, 16,...}. -*/ -void QCPAxisTicker::setTickOrigin(double origin) -{ - mTickOrigin = origin; -} - -/*! - This is the method called by QCPAxis in order to actually generate tick coordinates (\a ticks), - tick label strings (\a tickLabels) and sub tick coordinates (\a subTicks). - - The ticks are generated for the specified \a range. The generated labels typically follow the - specified \a locale, \a formatChar and number \a precision, however this might be different (or - even irrelevant) for certain QCPAxisTicker subclasses. - - The output parameter \a ticks is filled with the generated tick positions in axis coordinates. - The output parameters \a subTicks and \a tickLabels are optional (set them to \c nullptr if not - needed) and are respectively filled with sub tick coordinates, and tick label strings belonging - to \a ticks by index. -*/ -void QCPAxisTicker::generate(const QCPRange &range, const QLocale &locale, QChar formatChar, int precision, QVector &ticks, QVector *subTicks, QVector *tickLabels) -{ - // generate (major) ticks: - double tickStep = getTickStep(range); - ticks = createTickVector(tickStep, range); - trimTicks(range, ticks, true); // trim ticks to visible range plus one outer tick on each side (incase a subclass createTickVector creates more) - - // generate sub ticks between major ticks: - if (subTicks) - { - if (!ticks.isEmpty()) - { - *subTicks = createSubTickVector(getSubTickCount(tickStep), ticks); - trimTicks(range, *subTicks, false); - } else - *subTicks = QVector(); - } - - // finally trim also outliers (no further clipping happens in axis drawing): - trimTicks(range, ticks, false); - // generate labels for visible ticks if requested: - if (tickLabels) - *tickLabels = createLabelVector(ticks, locale, formatChar, precision); -} - -/*! \internal - - Takes the entire currently visible axis range and returns a sensible tick step in - order to provide readable tick labels as well as a reasonable number of tick counts (see \ref - setTickCount, \ref setTickStepStrategy). - - If a QCPAxisTicker subclass only wants a different tick step behaviour than the default - implementation, it should reimplement this method. See \ref cleanMantissa for a possible helper - function. -*/ -double QCPAxisTicker::getTickStep(const QCPRange &range) -{ - double exactStep = range.size()/double(mTickCount+1e-10); // mTickCount ticks on average, the small addition is to prevent jitter on exact integers - return cleanMantissa(exactStep); -} - -/*! \internal - - Takes the \a tickStep, i.e. the distance between two consecutive ticks, and returns - an appropriate number of sub ticks for that specific tick step. - - Note that a returned sub tick count of e.g. 4 will split each tick interval into 5 sections. -*/ -int QCPAxisTicker::getSubTickCount(double tickStep) -{ - int result = 1; // default to 1, if no proper value can be found - - // separate integer and fractional part of mantissa: - double epsilon = 0.01; - double intPartf; - int intPart; - double fracPart = modf(getMantissa(tickStep), &intPartf); - intPart = int(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 default getTickStep 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 isn't 0.0 or 0.5, don't bother finding good sub tick marks, leave default - } - - return result; -} - -/*! \internal - - This method returns the tick label string as it should be printed under the \a tick coordinate. - If a textual number is returned, it should respect the provided \a locale, \a formatChar and \a - precision. - - If the returned value contains exponentials of the form "2e5" and beautifully typeset powers is - enabled in the QCPAxis number format (\ref QCPAxis::setNumberFormat), the exponential part will - be formatted accordingly using multiplication symbol and superscript during rendering of the - label automatically. -*/ -QString QCPAxisTicker::getTickLabel(double tick, const QLocale &locale, QChar formatChar, int precision) -{ - return locale.toString(tick, formatChar.toLatin1(), precision); -} - -/*! \internal - - Returns a vector containing all coordinates of sub ticks that should be drawn. It generates \a - subTickCount sub ticks between each tick pair given in \a ticks. - - If a QCPAxisTicker subclass needs maximal control over the generated sub ticks, it should - reimplement this method. Depending on the purpose of the subclass it doesn't necessarily need to - base its result on \a subTickCount or \a ticks. -*/ -QVector QCPAxisTicker::createSubTickVector(int subTickCount, const QVector &ticks) -{ - QVector result; - if (subTickCount <= 0 || ticks.size() < 2) - return result; - - result.reserve((ticks.size()-1)*subTickCount); - for (int i=1; i QCPAxisTicker::createTickVector(double tickStep, const QCPRange &range) -{ - QVector result; - // Generate tick positions according to tickStep: - qint64 firstStep = qint64(floor((range.lower-mTickOrigin)/tickStep)); // do not use qFloor here, or we'll lose 64 bit precision - qint64 lastStep = qint64(ceil((range.upper-mTickOrigin)/tickStep)); // do not use qCeil here, or we'll lose 64 bit precision - int tickcount = int(lastStep-firstStep+1); - if (tickcount < 0) tickcount = 0; - result.resize(tickcount); - for (int i=0; i QCPAxisTicker::createLabelVector(const QVector &ticks, const QLocale &locale, QChar formatChar, int precision) -{ - QVector result; - result.reserve(ticks.size()); - foreach (double tickCoord, ticks) - result.append(getTickLabel(tickCoord, locale, formatChar, precision)); - return result; -} - -/*! \internal - - Removes tick coordinates from \a ticks which lie outside the specified \a range. If \a - keepOneOutlier is true, it preserves one tick just outside the range on both sides, if present. - - The passed \a ticks must be sorted in ascending order. -*/ -void QCPAxisTicker::trimTicks(const QCPRange &range, QVector &ticks, bool keepOneOutlier) const -{ - bool lowFound = false; - bool highFound = false; - int lowIndex = 0; - int highIndex = -1; - - for (int i=0; i < ticks.size(); ++i) - { - if (ticks.at(i) >= range.lower) - { - lowFound = true; - lowIndex = i; - break; - } - } - for (int i=ticks.size()-1; i >= 0; --i) - { - if (ticks.at(i) <= range.upper) - { - highFound = true; - highIndex = i; - break; - } - } - - if (highFound && lowFound) - { - int trimFront = qMax(0, lowIndex-(keepOneOutlier ? 1 : 0)); - int trimBack = qMax(0, ticks.size()-(keepOneOutlier ? 2 : 1)-highIndex); - if (trimFront > 0 || trimBack > 0) - ticks = ticks.mid(trimFront, ticks.size()-trimFront-trimBack); - } else // all ticks are either all below or all above the range - ticks.clear(); -} - -/*! \internal - - Returns the coordinate contained in \a candidates which is closest to the provided \a target. - - This method assumes \a candidates is not empty and sorted in ascending order. -*/ -double QCPAxisTicker::pickClosest(double target, const QVector &candidates) const -{ - if (candidates.size() == 1) - return candidates.first(); - QVector::const_iterator it = std::lower_bound(candidates.constBegin(), candidates.constEnd(), target); - if (it == candidates.constEnd()) - return *(it-1); - else if (it == candidates.constBegin()) - return *it; - else - return target-*(it-1) < *it-target ? *(it-1) : *it; -} - -/*! \internal - - Returns the decimal mantissa of \a input. Optionally, if \a magnitude is not set to zero, it also - returns the magnitude of \a input as a power of 10. - - For example, an input of 142.6 will return a mantissa of 1.426 and a magnitude of 100. -*/ -double QCPAxisTicker::getMantissa(double input, double *magnitude) const -{ - const double mag = std::pow(10.0, std::floor(std::log10(input))); - if (magnitude) *magnitude = mag; - return input/mag; -} - -/*! \internal - - Returns a number that is close to \a input but has a clean, easier human readable mantissa. How - strongly the mantissa is altered, and thus how strong the result deviates from the original \a - input, depends on the current tick step strategy (see \ref setTickStepStrategy). -*/ -double QCPAxisTicker::cleanMantissa(double input) const -{ - double magnitude; - const double mantissa = getMantissa(input, &magnitude); - switch (mTickStepStrategy) - { - case tssReadability: - { - return pickClosest(mantissa, QVector() << 1.0 << 2.0 << 2.5 << 5.0 << 10.0)*magnitude; - } - case tssMeetTickCount: - { - // this gives effectively a mantissa of 1.0, 1.5, 2.0, 2.5, 3.0, 3.5, 4.0, 4.5, 5.0, 6.0, 8.0, 10.0 - if (mantissa <= 5.0) - return int(mantissa*2)/2.0*magnitude; // round digit after decimal point to 0.5 - else - return int(mantissa/2.0)*2.0*magnitude; // round to first digit in multiples of 2 - } - } - return input; -} -/* end of 'src/axis/axisticker.cpp' */ - - -/* including file 'src/axis/axistickerdatetime.cpp' */ -/* modified 2022-11-06T12:45:56, size 18829 */ - -//////////////////////////////////////////////////////////////////////////////////////////////////// -//////////////////// QCPAxisTickerDateTime -//////////////////////////////////////////////////////////////////////////////////////////////////// -/*! \class QCPAxisTickerDateTime - \brief Specialized axis ticker for calendar dates and times as axis ticks - - \image html axisticker-datetime.png - - This QCPAxisTicker subclass generates ticks that correspond to real calendar dates and times. The - plot axis coordinate is interpreted as Unix Time, so seconds since Epoch (January 1, 1970, 00:00 - UTC). This is also used for example by QDateTime in the toTime_t()/setTime_t() methods - with a precision of one second. Since Qt 4.7, millisecond accuracy can be obtained from QDateTime - by using QDateTime::fromMSecsSinceEpoch()/1000.0. The static methods \ref dateTimeToKey - and \ref keyToDateTime conveniently perform this conversion achieving a precision of one - millisecond on all Qt versions. - - The format of the date/time display in the tick labels is controlled with \ref setDateTimeFormat. - If a different time spec or time zone shall be used for the tick label appearance, see \ref - setDateTimeSpec or \ref setTimeZone, respectively. - - This ticker produces unequal tick spacing in order to provide intuitive date and time-of-day - ticks. For example, if the axis range spans a few years such that there is one tick per year, - ticks will be positioned on 1. January of every year. This is intuitive but, due to leap years, - will result in slightly unequal tick intervals (visually unnoticeable). The same can be seen in - the image above: even though the number of days varies month by month, this ticker generates - ticks on the same day of each month. - - If you would like to change the date/time that is used as a (mathematical) starting date for the - ticks, use the \ref setTickOrigin(const QDateTime &origin) method overload, which takes a - QDateTime. If you pass 15. July, 9:45 to this method, the yearly ticks will end up on 15. July at - 9:45 of every year. - - The ticker can be created and assigned to an axis like this: - \snippet documentation/doc-image-generator/mainwindow.cpp axistickerdatetime-creation - - \note If you rather wish to display relative times in terms of days, hours, minutes, seconds and - milliseconds, and are not interested in the intricacies of real calendar dates with months and - (leap) years, have a look at QCPAxisTickerTime instead. -*/ - -/*! - Constructs the ticker and sets reasonable default values. Axis tickers are commonly created - managed by a QSharedPointer, which then can be passed to QCPAxis::setTicker. -*/ -QCPAxisTickerDateTime::QCPAxisTickerDateTime() : - mDateTimeFormat(QLatin1String("hh:mm:ss\ndd.MM.yy")), - mDateTimeSpec(Qt::LocalTime), - mDateStrategy(dsNone) -{ - setTickCount(4); -} - -/*! - Sets the format in which dates and times are displayed as tick labels. For details about the \a - format string, see the documentation of QDateTime::toString(). - - Typical expressions are - - - - - - - - - - - - - - - - - - - - - - - - -
\c dThe day as a number without a leading zero (1 to 31)
\c ddThe day as a number with a leading zero (01 to 31)
\c dddThe abbreviated localized day name (e.g. 'Mon' to 'Sun'). Uses the system locale to localize the name, i.e. QLocale::system().
\c ddddThe long localized day name (e.g. 'Monday' to 'Sunday'). Uses the system locale to localize the name, i.e. QLocale::system().
\c MThe month as a number without a leading zero (1 to 12)
\c MMThe month as a number with a leading zero (01 to 12)
\c MMMThe abbreviated localized month name (e.g. 'Jan' to 'Dec'). Uses the system locale to localize the name, i.e. QLocale::system().
\c MMMMThe long localized month name (e.g. 'January' to 'December'). Uses the system locale to localize the name, i.e. QLocale::system().
\c yyThe year as a two digit number (00 to 99)
\c yyyyThe year as a four digit number. If the year is negative, a minus sign is prepended, making five characters.
\c hThe hour without a leading zero (0 to 23 or 1 to 12 if AM/PM display)
\c hhThe hour with a leading zero (00 to 23 or 01 to 12 if AM/PM display)
\c HThe hour without a leading zero (0 to 23, even with AM/PM display)
\c HHThe hour with a leading zero (00 to 23, even with AM/PM display)
\c mThe minute without a leading zero (0 to 59)
\c mmThe minute with a leading zero (00 to 59)
\c sThe whole second, without any leading zero (0 to 59)
\c ssThe whole second, with a leading zero where applicable (00 to 59)
\c zThe fractional part of the second, to go after a decimal point, without trailing zeroes (0 to 999). Thus "s.z" reports the seconds to full available (millisecond) precision without trailing zeroes.
\c zzzThe fractional part of the second, to millisecond precision, including trailing zeroes where applicable (000 to 999).
\c AP or \c AUse AM/PM display. A/AP will be replaced by an upper-case version of either QLocale::amText() or QLocale::pmText().
\c ap or \c aUse am/pm display. a/ap will be replaced by a lower-case version of either QLocale::amText() or QLocale::pmText().
\c tThe timezone (for example "CEST")
- - Newlines can be inserted with \c "\n", literal strings (even when containing above expressions) - by encapsulating them using single-quotes. A literal single quote can be generated by using two - consecutive single quotes in the format. - - \see setDateTimeSpec, setTimeZone -*/ -void QCPAxisTickerDateTime::setDateTimeFormat(const QString &format) -{ - mDateTimeFormat = format; -} - -/*! - Sets the time spec that is used for creating the tick labels from corresponding dates/times. - - The default value of QDateTime objects (and also QCPAxisTickerDateTime) is - Qt::LocalTime. However, if the displayed tick labels shall be given in UTC, set \a spec - to Qt::UTC. - - Tick labels corresponding to other time zones can be achieved with \ref setTimeZone (which sets - \a spec to \c Qt::TimeZone internally). Note that if \a spec is afterwards set to not be \c - Qt::TimeZone again, the \ref setTimeZone setting will be ignored accordingly. - - \see setDateTimeFormat, setTimeZone -*/ -void QCPAxisTickerDateTime::setDateTimeSpec(Qt::TimeSpec spec) -{ - mDateTimeSpec = spec; -} - -# if QT_VERSION >= QT_VERSION_CHECK(5, 2, 0) -/*! - Sets the time zone that is used for creating the tick labels from corresponding dates/times. The - time spec (\ref setDateTimeSpec) is set to \c Qt::TimeZone. - - \see setDateTimeFormat, setTimeZone -*/ -void QCPAxisTickerDateTime::setTimeZone(const QTimeZone &zone) -{ - mTimeZone = zone; - mDateTimeSpec = Qt::TimeZone; -} -#endif - -/*! - Sets the tick origin (see \ref QCPAxisTicker::setTickOrigin) in seconds since Epoch (1. Jan 1970, - 00:00 UTC). For the date time ticker it might be more intuitive to use the overload which - directly takes a QDateTime, see \ref setTickOrigin(const QDateTime &origin). - - This is useful to define the month/day/time recurring at greater tick interval steps. For - example, If you pass 15. July, 9:45 to this method and the tick interval happens to be one tick - per year, the ticks will end up on 15. July at 9:45 of every year. -*/ -void QCPAxisTickerDateTime::setTickOrigin(double origin) -{ - QCPAxisTicker::setTickOrigin(origin); -} - -/*! - Sets the tick origin (see \ref QCPAxisTicker::setTickOrigin) as a QDateTime \a origin. - - This is useful to define the month/day/time recurring at greater tick interval steps. For - example, If you pass 15. July, 9:45 to this method and the tick interval happens to be one tick - per year, the ticks will end up on 15. July at 9:45 of every year. -*/ -void QCPAxisTickerDateTime::setTickOrigin(const QDateTime &origin) -{ - setTickOrigin(dateTimeToKey(origin)); -} - -/*! \internal - - Returns a sensible tick step with intervals appropriate for a date-time-display, such as weekly, - monthly, bi-monthly, etc. - - Note that this tick step isn't used exactly when generating the tick vector in \ref - createTickVector, but only as a guiding value requiring some correction for each individual tick - interval. Otherwise this would lead to unintuitive date displays, e.g. jumping between first day - in the month to the last day in the previous month from tick to tick, due to the non-uniform - length of months. The same problem arises with leap years. - - \seebaseclassmethod -*/ -double QCPAxisTickerDateTime::getTickStep(const QCPRange &range) -{ - double result = range.size()/double(mTickCount+1e-10); // mTickCount ticks on average, the small addition is to prevent jitter on exact integers - - mDateStrategy = dsNone; // leaving it at dsNone means tick coordinates will not be tuned in any special way in createTickVector - if (result < 1) // ideal tick step is below 1 second -> use normal clean mantissa algorithm in units of seconds - { - result = cleanMantissa(result); - } else if (result < 86400*30.4375*12) // below a year - { - result = pickClosest(result, QVector() - << 1 << 2.5 << 5 << 10 << 15 << 30 << 60 << 2.5*60 << 5*60 << 10*60 << 15*60 << 30*60 << 60*60 // second, minute, hour range - << 3600*2 << 3600*3 << 3600*6 << 3600*12 << 3600*24 // hour to day range - << 86400*2 << 86400*5 << 86400*7 << 86400*14 << 86400*30.4375 << 86400*30.4375*2 << 86400*30.4375*3 << 86400*30.4375*6 << 86400*30.4375*12); // day, week, month range (avg. days per month includes leap years) - if (result > 86400*30.4375-1) // month tick intervals or larger - mDateStrategy = dsUniformDayInMonth; - else if (result > 3600*24-1) // day tick intervals or larger - mDateStrategy = dsUniformTimeInDay; - } else // more than a year, go back to normal clean mantissa algorithm but in units of years - { - const double secondsPerYear = 86400*30.4375*12; // average including leap years - result = cleanMantissa(result/secondsPerYear)*secondsPerYear; - mDateStrategy = dsUniformDayInMonth; - } - return result; -} - -/*! \internal - - Returns a sensible sub tick count with intervals appropriate for a date-time-display, such as weekly, - monthly, bi-monthly, etc. - - \seebaseclassmethod -*/ -int QCPAxisTickerDateTime::getSubTickCount(double tickStep) -{ - int result = QCPAxisTicker::getSubTickCount(tickStep); - switch (qRound(tickStep)) // hand chosen subticks for specific minute/hour/day/week/month range (as specified in getTickStep) - { - case 5*60: result = 4; break; - case 10*60: result = 1; break; - case 15*60: result = 2; break; - case 30*60: result = 1; break; - case 60*60: result = 3; break; - case 3600*2: result = 3; break; - case 3600*3: result = 2; break; - case 3600*6: result = 1; break; - case 3600*12: result = 3; break; - case 3600*24: result = 3; break; - case 86400*2: result = 1; break; - case 86400*5: result = 4; break; - case 86400*7: result = 6; break; - case 86400*14: result = 1; break; - case int(86400*30.4375+0.5): result = 3; break; - case int(86400*30.4375*2+0.5): result = 1; break; - case int(86400*30.4375*3+0.5): result = 2; break; - case int(86400*30.4375*6+0.5): result = 5; break; - case int(86400*30.4375*12+0.5): result = 3; break; - } - return result; -} - -/*! \internal - - Generates a date/time tick label for tick coordinate \a tick, based on the currently set format - (\ref setDateTimeFormat), time spec (\ref setDateTimeSpec), and possibly time zone (\ref - setTimeZone). - - \seebaseclassmethod -*/ -QString QCPAxisTickerDateTime::getTickLabel(double tick, const QLocale &locale, QChar formatChar, int precision) -{ - Q_UNUSED(precision) - Q_UNUSED(formatChar) -# if QT_VERSION >= QT_VERSION_CHECK(5, 2, 0) - if (mDateTimeSpec == Qt::TimeZone) - return locale.toString(keyToDateTime(tick).toTimeZone(mTimeZone), mDateTimeFormat); - else - return locale.toString(keyToDateTime(tick).toTimeSpec(mDateTimeSpec), mDateTimeFormat); -# else - return locale.toString(keyToDateTime(tick).toTimeSpec(mDateTimeSpec), mDateTimeFormat); -# endif -} - -/*! \internal - - Uses the passed \a tickStep as a guiding value and applies corrections in order to obtain - non-uniform tick intervals but intuitive tick labels, e.g. falling on the same day of each month. - - \seebaseclassmethod -*/ -QVector QCPAxisTickerDateTime::createTickVector(double tickStep, const QCPRange &range) -{ - QVector result = QCPAxisTicker::createTickVector(tickStep, range); - if (!result.isEmpty()) - { - if (mDateStrategy == dsUniformTimeInDay) - { - QDateTime uniformDateTime = keyToDateTime(mTickOrigin); // the time of this datetime will be set for all other ticks, if possible - QDateTime tickDateTime; - for (int i=0; i 15) // with leap years involved, date month may jump backwards or forwards, and needs to be corrected before setting day - tickDateTime = tickDateTime.addMonths(-1); - tickDateTime.setDate(QDate(tickDateTime.date().year(), tickDateTime.date().month(), thisUniformDay)); - result[i] = dateTimeToKey(tickDateTime); - } - } - } - return result; -} - -/*! - A convenience method which turns \a key (in seconds since Epoch 1. Jan 1970, 00:00 UTC) into a - QDateTime object. This can be used to turn axis coordinates to actual QDateTimes. - - The accuracy achieved by this method is one millisecond, irrespective of the used Qt version (it - works around the lack of a QDateTime::fromMSecsSinceEpoch in Qt 4.6) - - \see dateTimeToKey -*/ -QDateTime QCPAxisTickerDateTime::keyToDateTime(double key) -{ -# if QT_VERSION < QT_VERSION_CHECK(4, 7, 0) - return QDateTime::fromTime_t(key).addMSecs((key-(qint64)key)*1000); -# else - return QDateTime::fromMSecsSinceEpoch(qint64(key*1000.0)); -# endif -} - -/*! \overload - - A convenience method which turns a QDateTime object into a double value that corresponds to - seconds since Epoch (1. Jan 1970, 00:00 UTC). This is the format used as axis coordinates by - QCPAxisTickerDateTime. - - The accuracy achieved by this method is one millisecond, irrespective of the used Qt version (it - works around the lack of a QDateTime::toMSecsSinceEpoch in Qt 4.6) - - \see keyToDateTime -*/ -double QCPAxisTickerDateTime::dateTimeToKey(const QDateTime &dateTime) -{ -# if QT_VERSION < QT_VERSION_CHECK(4, 7, 0) - return dateTime.toTime_t()+dateTime.time().msec()/1000.0; -# else - return dateTime.toMSecsSinceEpoch()/1000.0; -# endif -} - -/*! \overload - - A convenience method which turns a QDate object into a double value that corresponds to seconds - since Epoch (1. Jan 1970, 00:00 UTC). This is the format used - as axis coordinates by QCPAxisTickerDateTime. - - The returned value will be the start of the passed day of \a date, interpreted in the given \a - timeSpec. - - \see keyToDateTime -*/ -double QCPAxisTickerDateTime::dateTimeToKey(const QDate &date, Qt::TimeSpec timeSpec) -{ -# if QT_VERSION < QT_VERSION_CHECK(4, 7, 0) - return QDateTime(date, QTime(0, 0), timeSpec).toTime_t(); -# elif QT_VERSION < QT_VERSION_CHECK(5, 14, 0) - return QDateTime(date, QTime(0, 0), timeSpec).toMSecsSinceEpoch()/1000.0; -# else - return date.startOfDay(timeSpec).toMSecsSinceEpoch()/1000.0; -# endif -} -/* end of 'src/axis/axistickerdatetime.cpp' */ - - -/* including file 'src/axis/axistickertime.cpp' */ -/* modified 2022-11-06T12:45:56, size 11745 */ - -//////////////////////////////////////////////////////////////////////////////////////////////////// -//////////////////// QCPAxisTickerTime -//////////////////////////////////////////////////////////////////////////////////////////////////// -/*! \class QCPAxisTickerTime - \brief Specialized axis ticker for time spans in units of milliseconds to days - - \image html axisticker-time.png - - This QCPAxisTicker subclass generates ticks that corresponds to time intervals. - - The format of the time display in the tick labels is controlled with \ref setTimeFormat and \ref - setFieldWidth. The time coordinate is in the unit of seconds with respect to the time coordinate - zero. Unlike with QCPAxisTickerDateTime, the ticks don't correspond to a specific calendar date - and time. - - The time can be displayed in milliseconds, seconds, minutes, hours and days. Depending on the - largest available unit in the format specified with \ref setTimeFormat, any time spans above will - be carried in that largest unit. So for example if the format string is "%m:%s" and a tick at - coordinate value 7815 (being 2 hours, 10 minutes and 15 seconds) is created, the resulting tick - label will show "130:15" (130 minutes, 15 seconds). If the format string is "%h:%m:%s", the hour - unit will be used and the label will thus be "02:10:15". Negative times with respect to the axis - zero will carry a leading minus sign. - - The ticker can be created and assigned to an axis like this: - \snippet documentation/doc-image-generator/mainwindow.cpp axistickertime-creation - - Here is an example of a time axis providing time information in days, hours and minutes. Due to - the axis range spanning a few days and the wanted tick count (\ref setTickCount), the ticker - decided to use tick steps of 12 hours: - - \image html axisticker-time2.png - - The format string for this example is - \snippet documentation/doc-image-generator/mainwindow.cpp axistickertime-creation-2 - - \note If you rather wish to display calendar dates and times, have a look at QCPAxisTickerDateTime - instead. -*/ - -/*! - Constructs the ticker and sets reasonable default values. Axis tickers are commonly created - managed by a QSharedPointer, which then can be passed to QCPAxis::setTicker. -*/ -QCPAxisTickerTime::QCPAxisTickerTime() : - mTimeFormat(QLatin1String("%h:%m:%s")), - mSmallestUnit(tuSeconds), - mBiggestUnit(tuHours) -{ - setTickCount(4); - mFieldWidth[tuMilliseconds] = 3; - mFieldWidth[tuSeconds] = 2; - mFieldWidth[tuMinutes] = 2; - mFieldWidth[tuHours] = 2; - mFieldWidth[tuDays] = 1; - - mFormatPattern[tuMilliseconds] = QLatin1String("%z"); - mFormatPattern[tuSeconds] = QLatin1String("%s"); - mFormatPattern[tuMinutes] = QLatin1String("%m"); - mFormatPattern[tuHours] = QLatin1String("%h"); - mFormatPattern[tuDays] = QLatin1String("%d"); -} - -/*! - Sets the format that will be used to display time in the tick labels. - - The available patterns are: - - %%z for milliseconds - - %%s for seconds - - %%m for minutes - - %%h for hours - - %%d for days - - The field width (zero padding) can be controlled for each unit with \ref setFieldWidth. - - The largest unit that appears in \a format will carry all the remaining time of a certain tick - coordinate, even if it overflows the natural limit of the unit. For example, if %%m is the - largest unit it might become larger than 59 in order to consume larger time values. If on the - other hand %%h is available, the minutes will wrap around to zero after 59 and the time will - carry to the hour digit. -*/ -void QCPAxisTickerTime::setTimeFormat(const QString &format) -{ - mTimeFormat = format; - - // determine smallest and biggest unit in format, to optimize unit replacement and allow biggest - // unit to consume remaining time of a tick value and grow beyond its modulo (e.g. min > 59) - mSmallestUnit = tuMilliseconds; - mBiggestUnit = tuMilliseconds; - bool hasSmallest = false; - for (int i = tuMilliseconds; i <= tuDays; ++i) - { - TimeUnit unit = static_cast(i); - if (mTimeFormat.contains(mFormatPattern.value(unit))) - { - if (!hasSmallest) - { - mSmallestUnit = unit; - hasSmallest = true; - } - mBiggestUnit = unit; - } - } -} - -/*! - Sets the field widh of the specified \a unit to be \a width digits, when displayed in the tick - label. If the number for the specific unit is shorter than \a width, it will be padded with an - according number of zeros to the left in order to reach the field width. - - \see setTimeFormat -*/ -void QCPAxisTickerTime::setFieldWidth(QCPAxisTickerTime::TimeUnit unit, int width) -{ - mFieldWidth[unit] = qMax(width, 1); -} - -/*! \internal - - Returns the tick step appropriate for time displays, depending on the provided \a range and the - smallest available time unit in the current format (\ref setTimeFormat). For example if the unit - of seconds isn't available in the format, this method will not generate steps (like 2.5 minutes) - that require sub-minute precision to be displayed correctly. - - \seebaseclassmethod -*/ -double QCPAxisTickerTime::getTickStep(const QCPRange &range) -{ - double result = range.size()/double(mTickCount+1e-10); // mTickCount ticks on average, the small addition is to prevent jitter on exact integers - - if (result < 1) // ideal tick step is below 1 second -> use normal clean mantissa algorithm in units of seconds - { - if (mSmallestUnit == tuMilliseconds) - result = qMax(cleanMantissa(result), 0.001); // smallest tick step is 1 millisecond - else // have no milliseconds available in format, so stick with 1 second tickstep - result = 1.0; - } else if (result < 3600*24) // below a day - { - // the filling of availableSteps seems a bit contorted but it fills in a sorted fashion and thus saves a post-fill sorting run - QVector availableSteps; - // seconds range: - if (mSmallestUnit <= tuSeconds) - availableSteps << 1; - if (mSmallestUnit == tuMilliseconds) - availableSteps << 2.5; // only allow half second steps if milliseconds are there to display it - else if (mSmallestUnit == tuSeconds) - availableSteps << 2; - if (mSmallestUnit <= tuSeconds) - availableSteps << 5 << 10 << 15 << 30; - // minutes range: - if (mSmallestUnit <= tuMinutes) - availableSteps << 1*60; - if (mSmallestUnit <= tuSeconds) - availableSteps << 2.5*60; // only allow half minute steps if seconds are there to display it - else if (mSmallestUnit == tuMinutes) - availableSteps << 2*60; - if (mSmallestUnit <= tuMinutes) - availableSteps << 5*60 << 10*60 << 15*60 << 30*60; - // hours range: - if (mSmallestUnit <= tuHours) - availableSteps << 1*3600 << 2*3600 << 3*3600 << 6*3600 << 12*3600 << 24*3600; - // pick available step that is most appropriate to approximate ideal step: - result = pickClosest(result, availableSteps); - } else // more than a day, go back to normal clean mantissa algorithm but in units of days - { - const double secondsPerDay = 3600*24; - result = cleanMantissa(result/secondsPerDay)*secondsPerDay; - } - return result; -} - -/*! \internal - - Returns the sub tick count appropriate for the provided \a tickStep and time displays. - - \seebaseclassmethod -*/ -int QCPAxisTickerTime::getSubTickCount(double tickStep) -{ - int result = QCPAxisTicker::getSubTickCount(tickStep); - switch (qRound(tickStep)) // hand chosen subticks for specific minute/hour/day range (as specified in getTickStep) - { - case 5*60: result = 4; break; - case 10*60: result = 1; break; - case 15*60: result = 2; break; - case 30*60: result = 1; break; - case 60*60: result = 3; break; - case 3600*2: result = 3; break; - case 3600*3: result = 2; break; - case 3600*6: result = 1; break; - case 3600*12: result = 3; break; - case 3600*24: result = 3; break; - } - return result; -} - -/*! \internal - - Returns the tick label corresponding to the provided \a tick and the configured format and field - widths (\ref setTimeFormat, \ref setFieldWidth). - - \seebaseclassmethod -*/ -QString QCPAxisTickerTime::getTickLabel(double tick, const QLocale &locale, QChar formatChar, int precision) -{ - Q_UNUSED(precision) - Q_UNUSED(formatChar) - Q_UNUSED(locale) - bool negative = tick < 0; - if (negative) tick *= -1; - double values[tuDays+1]; // contains the msec/sec/min/... value with its respective modulo (e.g. minute 0..59) - double restValues[tuDays+1]; // contains the msec/sec/min/... value as if it's the largest available unit and thus consumes the remaining time - - restValues[tuMilliseconds] = tick*1000; - values[tuMilliseconds] = modf(restValues[tuMilliseconds]/1000, &restValues[tuSeconds])*1000; - values[tuSeconds] = modf(restValues[tuSeconds]/60, &restValues[tuMinutes])*60; - values[tuMinutes] = modf(restValues[tuMinutes]/60, &restValues[tuHours])*60; - values[tuHours] = modf(restValues[tuHours]/24, &restValues[tuDays])*24; - // no need to set values[tuDays] because days are always a rest value (there is no higher unit so it consumes all remaining time) - - QString result = mTimeFormat; - for (int i = mSmallestUnit; i <= mBiggestUnit; ++i) - { - TimeUnit iUnit = static_cast(i); - replaceUnit(result, iUnit, qRound(iUnit == mBiggestUnit ? restValues[iUnit] : values[iUnit])); - } - if (negative) - result.prepend(QLatin1Char('-')); - return result; -} - -/*! \internal - - Replaces all occurrences of the format pattern belonging to \a unit in \a text with the specified - \a value, using the field width as specified with \ref setFieldWidth for the \a unit. -*/ -void QCPAxisTickerTime::replaceUnit(QString &text, QCPAxisTickerTime::TimeUnit unit, int value) const -{ - QString valueStr = QString::number(value); - while (valueStr.size() < mFieldWidth.value(unit)) - valueStr.prepend(QLatin1Char('0')); - - text.replace(mFormatPattern.value(unit), valueStr); -} -/* end of 'src/axis/axistickertime.cpp' */ - - -/* including file 'src/axis/axistickerfixed.cpp' */ -/* modified 2022-11-06T12:45:56, size 5575 */ - -//////////////////////////////////////////////////////////////////////////////////////////////////// -//////////////////// QCPAxisTickerFixed -//////////////////////////////////////////////////////////////////////////////////////////////////// -/*! \class QCPAxisTickerFixed - \brief Specialized axis ticker with a fixed tick step - - \image html axisticker-fixed.png - - This QCPAxisTicker subclass generates ticks with a fixed tick step set with \ref setTickStep. It - is also possible to allow integer multiples and integer powers of the specified tick step with - \ref setScaleStrategy. - - A typical application of this ticker is to make an axis only display integers, by setting the - tick step of the ticker to 1.0 and the scale strategy to \ref ssMultiples. - - Another case is when a certain number has a special meaning and axis ticks should only appear at - multiples of that value. In this case you might also want to consider \ref QCPAxisTickerPi - because despite the name it is not limited to only pi symbols/values. - - The ticker can be created and assigned to an axis like this: - \snippet documentation/doc-image-generator/mainwindow.cpp axistickerfixed-creation -*/ - -/*! - Constructs the ticker and sets reasonable default values. Axis tickers are commonly created - managed by a QSharedPointer, which then can be passed to QCPAxis::setTicker. -*/ -QCPAxisTickerFixed::QCPAxisTickerFixed() : - mTickStep(1.0), - mScaleStrategy(ssNone) -{ -} - -/*! - Sets the fixed tick interval to \a step. - - The axis ticker will only use this tick step when generating axis ticks. This might cause a very - high tick density and overlapping labels if the axis range is zoomed out. Using \ref - setScaleStrategy it is possible to relax the fixed step and also allow multiples or powers of \a - step. This will enable the ticker to reduce the number of ticks to a reasonable amount (see \ref - setTickCount). -*/ -void QCPAxisTickerFixed::setTickStep(double step) -{ - if (step > 0) - mTickStep = step; - else - qDebug() << Q_FUNC_INFO << "tick step must be greater than zero:" << step; -} - -/*! - Sets whether the specified tick step (\ref setTickStep) is absolutely fixed or whether - modifications may be applied to it before calculating the finally used tick step, such as - permitting multiples or powers. See \ref ScaleStrategy for details. - - The default strategy is \ref ssNone, which means the tick step is absolutely fixed. -*/ -void QCPAxisTickerFixed::setScaleStrategy(QCPAxisTickerFixed::ScaleStrategy strategy) -{ - mScaleStrategy = strategy; -} - -/*! \internal - - Determines the actually used tick step from the specified tick step and scale strategy (\ref - setTickStep, \ref setScaleStrategy). - - This method either returns the specified tick step exactly, or, if the scale strategy is not \ref - ssNone, a modification of it to allow varying the number of ticks in the current axis range. - - \seebaseclassmethod -*/ -double QCPAxisTickerFixed::getTickStep(const QCPRange &range) -{ - switch (mScaleStrategy) - { - case ssNone: - { - return mTickStep; - } - case ssMultiples: - { - double exactStep = range.size()/double(mTickCount+1e-10); // mTickCount ticks on average, the small addition is to prevent jitter on exact integers - if (exactStep < mTickStep) - return mTickStep; - else - return qint64(cleanMantissa(exactStep/mTickStep)+0.5)*mTickStep; - } - case ssPowers: - { - double exactStep = range.size()/double(mTickCount+1e-10); // mTickCount ticks on average, the small addition is to prevent jitter on exact integers - return qPow(mTickStep, int(qLn(exactStep)/qLn(mTickStep)+0.5)); - } - } - return mTickStep; -} -/* end of 'src/axis/axistickerfixed.cpp' */ - - -/* including file 'src/axis/axistickertext.cpp' */ -/* modified 2022-11-06T12:45:56, size 8742 */ - -//////////////////////////////////////////////////////////////////////////////////////////////////// -//////////////////// QCPAxisTickerText -//////////////////////////////////////////////////////////////////////////////////////////////////// -/*! \class QCPAxisTickerText - \brief Specialized axis ticker which allows arbitrary labels at specified coordinates - - \image html axisticker-text.png - - This QCPAxisTicker subclass generates ticks which can be directly specified by the user as - coordinates and associated strings. They can be passed as a whole with \ref setTicks or one at a - time with \ref addTick. Alternatively you can directly access the internal storage via \ref ticks - and modify the tick/label data there. - - This is useful for cases where the axis represents categories rather than numerical values. - - If you are updating the ticks of this ticker regularly and in a dynamic fasion (e.g. dependent on - the axis range), it is a sign that you should probably create an own ticker by subclassing - QCPAxisTicker, instead of using this one. - - The ticker can be created and assigned to an axis like this: - \snippet documentation/doc-image-generator/mainwindow.cpp axistickertext-creation -*/ - -/* start of documentation of inline functions */ - -/*! \fn QMap &QCPAxisTickerText::ticks() - - Returns a non-const reference to the internal map which stores the tick coordinates and their - labels. - - You can access the map directly in order to add, remove or manipulate ticks, as an alternative to - using the methods provided by QCPAxisTickerText, such as \ref setTicks and \ref addTick. -*/ - -/* end of documentation of inline functions */ - -/*! - Constructs the ticker and sets reasonable default values. Axis tickers are commonly created - managed by a QSharedPointer, which then can be passed to QCPAxis::setTicker. -*/ -QCPAxisTickerText::QCPAxisTickerText() : - mSubTickCount(0) -{ -} - -/*! \overload - - Sets the ticks that shall appear on the axis. The map key of \a ticks corresponds to the axis - coordinate, and the map value is the string that will appear as tick label. - - An alternative to manipulate ticks is to directly access the internal storage with the \ref ticks - getter. - - \see addTicks, addTick, clear -*/ -void QCPAxisTickerText::setTicks(const QMap &ticks) -{ - mTicks = ticks; -} - -/*! \overload - - Sets the ticks that shall appear on the axis. The entries of \a positions correspond to the axis - coordinates, and the entries of \a labels are the respective strings that will appear as tick - labels. - - \see addTicks, addTick, clear -*/ -void QCPAxisTickerText::setTicks(const QVector &positions, const QVector &labels) -{ - clear(); - addTicks(positions, labels); -} - -/*! - Sets the number of sub ticks that shall appear between ticks. For QCPAxisTickerText, there is no - automatic sub tick count calculation. So if sub ticks are needed, they must be configured with this - method. -*/ -void QCPAxisTickerText::setSubTickCount(int subTicks) -{ - if (subTicks >= 0) - mSubTickCount = subTicks; - else - qDebug() << Q_FUNC_INFO << "sub tick count can't be negative:" << subTicks; -} - -/*! - Clears all ticks. - - An alternative to manipulate ticks is to directly access the internal storage with the \ref ticks - getter. - - \see setTicks, addTicks, addTick -*/ -void QCPAxisTickerText::clear() -{ - mTicks.clear(); -} - -/*! - Adds a single tick to the axis at the given axis coordinate \a position, with the provided tick \a - label. - - \see addTicks, setTicks, clear -*/ -void QCPAxisTickerText::addTick(double position, const QString &label) -{ - mTicks.insert(position, label); -} - -/*! \overload - - Adds the provided \a ticks to the ones already existing. The map key of \a ticks corresponds to - the axis coordinate, and the map value is the string that will appear as tick label. - - An alternative to manipulate ticks is to directly access the internal storage with the \ref ticks - getter. - - \see addTick, setTicks, clear -*/ -void QCPAxisTickerText::addTicks(const QMap &ticks) -{ -#if QT_VERSION < QT_VERSION_CHECK(5, 15, 0) - mTicks.unite(ticks); -#else - mTicks.insert(ticks); -#endif -} - -/*! \overload - - Adds the provided ticks to the ones already existing. The entries of \a positions correspond to - the axis coordinates, and the entries of \a labels are the respective strings that will appear as - tick labels. - - An alternative to manipulate ticks is to directly access the internal storage with the \ref ticks - getter. - - \see addTick, setTicks, clear -*/ -void QCPAxisTickerText::addTicks(const QVector &positions, const QVector &labels) -{ - if (positions.size() != labels.size()) - qDebug() << Q_FUNC_INFO << "passed unequal length vectors for positions and labels:" << positions.size() << labels.size(); - int n = qMin(positions.size(), labels.size()); - for (int i=0; i QCPAxisTickerText::createTickVector(double tickStep, const QCPRange &range) -{ - Q_UNUSED(tickStep) - QVector result; - if (mTicks.isEmpty()) - return result; - - QMap::const_iterator start = mTicks.lowerBound(range.lower); - QMap::const_iterator end = mTicks.upperBound(range.upper); - // this method should try to give one tick outside of range so proper subticks can be generated: - if (start != mTicks.constBegin()) --start; - if (end != mTicks.constEnd()) ++end; - for (QMap::const_iterator it = start; it != end; ++it) - result.append(it.key()); - - return result; -} -/* end of 'src/axis/axistickertext.cpp' */ - - -/* including file 'src/axis/axistickerpi.cpp' */ -/* modified 2022-11-06T12:45:56, size 11177 */ - -//////////////////////////////////////////////////////////////////////////////////////////////////// -//////////////////// QCPAxisTickerPi -//////////////////////////////////////////////////////////////////////////////////////////////////// -/*! \class QCPAxisTickerPi - \brief Specialized axis ticker to display ticks in units of an arbitrary constant, for example pi - - \image html axisticker-pi.png - - This QCPAxisTicker subclass generates ticks that are expressed with respect to a given symbolic - constant with a numerical value specified with \ref setPiValue and an appearance in the tick - labels specified with \ref setPiSymbol. - - Ticks may be generated at fractions of the symbolic constant. How these fractions appear in the - tick label can be configured with \ref setFractionStyle. - - The ticker can be created and assigned to an axis like this: - \snippet documentation/doc-image-generator/mainwindow.cpp axistickerpi-creation -*/ - -/*! - Constructs the ticker and sets reasonable default values. Axis tickers are commonly created - managed by a QSharedPointer, which then can be passed to QCPAxis::setTicker. -*/ -QCPAxisTickerPi::QCPAxisTickerPi() : - mPiSymbol(QLatin1String(" ")+QChar(0x03C0)), - mPiValue(M_PI), - mPeriodicity(0), - mFractionStyle(fsUnicodeFractions), - mPiTickStep(0) -{ - setTickCount(4); -} - -/*! - Sets how the symbol part (which is always a suffix to the number) shall appear in the axis tick - label. - - If a space shall appear between the number and the symbol, make sure the space is contained in \a - symbol. -*/ -void QCPAxisTickerPi::setPiSymbol(QString symbol) -{ - mPiSymbol = symbol; -} - -/*! - Sets the numerical value that the symbolic constant has. - - This will be used to place the appropriate fractions of the symbol at the respective axis - coordinates. -*/ -void QCPAxisTickerPi::setPiValue(double pi) -{ - mPiValue = pi; -} - -/*! - Sets whether the axis labels shall appear periodicly and if so, at which multiplicity of the - symbolic constant. - - To disable periodicity, set \a multiplesOfPi to zero. - - For example, an axis that identifies 0 with 2pi would set \a multiplesOfPi to two. -*/ -void QCPAxisTickerPi::setPeriodicity(int multiplesOfPi) -{ - mPeriodicity = qAbs(multiplesOfPi); -} - -/*! - Sets how the numerical/fractional part preceding the symbolic constant is displayed in tick - labels. See \ref FractionStyle for the various options. -*/ -void QCPAxisTickerPi::setFractionStyle(QCPAxisTickerPi::FractionStyle style) -{ - mFractionStyle = style; -} - -/*! \internal - - Returns the tick step, using the constant's value (\ref setPiValue) as base unit. In consequence - the numerical/fractional part preceding the symbolic constant is made to have a readable - mantissa. - - \seebaseclassmethod -*/ -double QCPAxisTickerPi::getTickStep(const QCPRange &range) -{ - mPiTickStep = range.size()/mPiValue/double(mTickCount+1e-10); // mTickCount ticks on average, the small addition is to prevent jitter on exact integers - mPiTickStep = cleanMantissa(mPiTickStep); - return mPiTickStep*mPiValue; -} - -/*! \internal - - Returns the sub tick count, using the constant's value (\ref setPiValue) as base unit. In - consequence the sub ticks divide the numerical/fractional part preceding the symbolic constant - reasonably, and not the total tick coordinate. - - \seebaseclassmethod -*/ -int QCPAxisTickerPi::getSubTickCount(double tickStep) -{ - return QCPAxisTicker::getSubTickCount(tickStep/mPiValue); -} - -/*! \internal - - Returns the tick label as a fractional/numerical part and a symbolic string as suffix. The - formatting of the fraction is done according to the specified \ref setFractionStyle. The appended - symbol is specified with \ref setPiSymbol. - - \seebaseclassmethod -*/ -QString QCPAxisTickerPi::getTickLabel(double tick, const QLocale &locale, QChar formatChar, int precision) -{ - double tickInPis = tick/mPiValue; - if (mPeriodicity > 0) - tickInPis = fmod(tickInPis, mPeriodicity); - - if (mFractionStyle != fsFloatingPoint && mPiTickStep > 0.09 && mPiTickStep < 50) - { - // simply construct fraction from decimal like 1.234 -> 1234/1000 and then simplify fraction, smaller digits are irrelevant due to mPiTickStep conditional above - int denominator = 1000; - int numerator = qRound(tickInPis*denominator); - simplifyFraction(numerator, denominator); - if (qAbs(numerator) == 1 && denominator == 1) - return (numerator < 0 ? QLatin1String("-") : QLatin1String("")) + mPiSymbol.trimmed(); - else if (numerator == 0) - return QLatin1String("0"); - else - return fractionToString(numerator, denominator) + mPiSymbol; - } else - { - if (qFuzzyIsNull(tickInPis)) - return QLatin1String("0"); - else if (qFuzzyCompare(qAbs(tickInPis), 1.0)) - return (tickInPis < 0 ? QLatin1String("-") : QLatin1String("")) + mPiSymbol.trimmed(); - else - return QCPAxisTicker::getTickLabel(tickInPis, locale, formatChar, precision) + mPiSymbol; - } -} - -/*! \internal - - Takes the fraction given by \a numerator and \a denominator and modifies the values to make sure - the fraction is in irreducible form, i.e. numerator and denominator don't share any common - factors which could be cancelled. -*/ -void QCPAxisTickerPi::simplifyFraction(int &numerator, int &denominator) const -{ - if (numerator == 0 || denominator == 0) - return; - - int num = numerator; - int denom = denominator; - while (denom != 0) // euclidean gcd algorithm - { - int oldDenom = denom; - denom = num % denom; - num = oldDenom; - } - // num is now gcd of numerator and denominator - numerator /= num; - denominator /= num; -} - -/*! \internal - - Takes the fraction given by \a numerator and \a denominator and returns a string representation. - The result depends on the configured fraction style (\ref setFractionStyle). - - This method is used to format the numerical/fractional part when generating tick labels. It - simplifies the passed fraction to an irreducible form using \ref simplifyFraction and factors out - any integer parts of the fraction (e.g. "10/4" becomes "2 1/2"). -*/ -QString QCPAxisTickerPi::fractionToString(int numerator, int denominator) const -{ - if (denominator == 0) - { - qDebug() << Q_FUNC_INFO << "called with zero denominator"; - return QString(); - } - if (mFractionStyle == fsFloatingPoint) // should never be the case when calling this function - { - qDebug() << Q_FUNC_INFO << "shouldn't be called with fraction style fsDecimal"; - return QString::number(numerator/double(denominator)); // failsafe - } - int sign = numerator*denominator < 0 ? -1 : 1; - numerator = qAbs(numerator); - denominator = qAbs(denominator); - - if (denominator == 1) - { - return QString::number(sign*numerator); - } else - { - int integerPart = numerator/denominator; - int remainder = numerator%denominator; - if (remainder == 0) - { - return QString::number(sign*integerPart); - } else - { - if (mFractionStyle == fsAsciiFractions) - { - return QString(QLatin1String("%1%2%3/%4")) - .arg(sign == -1 ? QLatin1String("-") : QLatin1String("")) - .arg(integerPart > 0 ? QString::number(integerPart)+QLatin1String(" ") : QString(QLatin1String(""))) - .arg(remainder) - .arg(denominator); - } else if (mFractionStyle == fsUnicodeFractions) - { - return QString(QLatin1String("%1%2%3")) - .arg(sign == -1 ? QLatin1String("-") : QLatin1String("")) - .arg(integerPart > 0 ? QString::number(integerPart) : QLatin1String("")) - .arg(unicodeFraction(remainder, denominator)); - } - } - } - return QString(); -} - -/*! \internal - - Returns the unicode string representation of the fraction given by \a numerator and \a - denominator. This is the representation used in \ref fractionToString when the fraction style - (\ref setFractionStyle) is \ref fsUnicodeFractions. - - This method doesn't use the single-character common fractions but builds each fraction from a - superscript unicode number, the unicode fraction character, and a subscript unicode number. -*/ -QString QCPAxisTickerPi::unicodeFraction(int numerator, int denominator) const -{ - return unicodeSuperscript(numerator)+QChar(0x2044)+unicodeSubscript(denominator); -} - -/*! \internal - - Returns the unicode string representing \a number as superscript. This is used to build - unicode fractions in \ref unicodeFraction. -*/ -QString QCPAxisTickerPi::unicodeSuperscript(int number) const -{ - if (number == 0) - return QString(QChar(0x2070)); - - QString result; - while (number > 0) - { - const int digit = number%10; - switch (digit) - { - case 1: { result.prepend(QChar(0x00B9)); break; } - case 2: { result.prepend(QChar(0x00B2)); break; } - case 3: { result.prepend(QChar(0x00B3)); break; } - default: { result.prepend(QChar(0x2070+digit)); break; } - } - number /= 10; - } - return result; -} - -/*! \internal - - Returns the unicode string representing \a number as subscript. This is used to build unicode - fractions in \ref unicodeFraction. -*/ -QString QCPAxisTickerPi::unicodeSubscript(int number) const -{ - if (number == 0) - return QString(QChar(0x2080)); - - QString result; - while (number > 0) - { - result.prepend(QChar(0x2080+number%10)); - number /= 10; - } - return result; -} -/* end of 'src/axis/axistickerpi.cpp' */ - - -/* including file 'src/axis/axistickerlog.cpp' */ -/* modified 2022-11-06T12:45:56, size 7890 */ - -//////////////////////////////////////////////////////////////////////////////////////////////////// -//////////////////// QCPAxisTickerLog -//////////////////////////////////////////////////////////////////////////////////////////////////// -/*! \class QCPAxisTickerLog - \brief Specialized axis ticker suited for logarithmic axes - - \image html axisticker-log.png - - This QCPAxisTicker subclass generates ticks with unequal tick intervals suited for logarithmic - axis scales. The ticks are placed at powers of the specified log base (\ref setLogBase). - - Especially in the case of a log base equal to 10 (the default), it might be desirable to have - tick labels in the form of powers of ten without mantissa display. To achieve this, set the - number precision (\ref QCPAxis::setNumberPrecision) to zero and the number format (\ref - QCPAxis::setNumberFormat) to scientific (exponential) display with beautifully typeset decimal - powers, so a format string of "eb". This will result in the following axis tick labels: - - \image html axisticker-log-powers.png - - The ticker can be created and assigned to an axis like this: - \snippet documentation/doc-image-generator/mainwindow.cpp axistickerlog-creation - - Note that the nature of logarithmic ticks imply that there exists a smallest possible tick step, - corresponding to one multiplication by the log base. If the user zooms in further than that, no - new ticks would appear, leading to very sparse or even no axis ticks on the axis. To prevent this - situation, this ticker falls back to regular tick generation if the axis range would be covered - by too few logarithmically placed ticks. -*/ - -/*! - Constructs the ticker and sets reasonable default values. Axis tickers are commonly created - managed by a QSharedPointer, which then can be passed to QCPAxis::setTicker. -*/ -QCPAxisTickerLog::QCPAxisTickerLog() : - mLogBase(10.0), - mSubTickCount(8), // generates 10 intervals - mLogBaseLnInv(1.0/qLn(mLogBase)) -{ -} - -/*! - Sets the logarithm base used for tick coordinate generation. The ticks will be placed at integer - powers of \a base. -*/ -void QCPAxisTickerLog::setLogBase(double base) -{ - if (base > 0) - { - mLogBase = base; - mLogBaseLnInv = 1.0/qLn(mLogBase); - } else - qDebug() << Q_FUNC_INFO << "log base has to be greater than zero:" << base; -} - -/*! - Sets the number of sub ticks in a tick interval. Within each interval, the sub ticks are spaced - linearly to provide a better visual guide, so the sub tick density increases toward the higher - tick. - - Note that \a subTicks is the number of sub ticks (not sub intervals) in one tick interval. So in - the case of logarithm base 10 an intuitive sub tick spacing would be achieved with eight sub - ticks (the default). This means e.g. between the ticks 10 and 100 there will be eight ticks, - namely at 20, 30, 40, 50, 60, 70, 80 and 90. -*/ -void QCPAxisTickerLog::setSubTickCount(int subTicks) -{ - if (subTicks >= 0) - mSubTickCount = subTicks; - else - qDebug() << Q_FUNC_INFO << "sub tick count can't be negative:" << subTicks; -} - -/*! \internal - - Returns the sub tick count specified in \ref setSubTickCount. For QCPAxisTickerLog, there is no - automatic sub tick count calculation necessary. - - \seebaseclassmethod -*/ -int QCPAxisTickerLog::getSubTickCount(double tickStep) -{ - Q_UNUSED(tickStep) - return mSubTickCount; -} - -/*! \internal - - Creates ticks with a spacing given by the logarithm base and an increasing integer power in the - provided \a range. The step in which the power increases tick by tick is chosen in order to keep - the total number of ticks as close as possible to the tick count (\ref setTickCount). - - The parameter \a tickStep is ignored for the normal logarithmic ticker generation. Only when - zoomed in very far such that not enough logarithmically placed ticks would be visible, this - function falls back to the regular QCPAxisTicker::createTickVector, which then uses \a tickStep. - - \seebaseclassmethod -*/ -QVector QCPAxisTickerLog::createTickVector(double tickStep, const QCPRange &range) -{ - QVector result; - if (range.lower > 0 && range.upper > 0) // positive range - { - const double baseTickCount = qLn(range.upper/range.lower)*mLogBaseLnInv; - if (baseTickCount < 1.6) // if too few log ticks would be visible in axis range, fall back to regular tick vector generation - return QCPAxisTicker::createTickVector(tickStep, range); - const double exactPowerStep = baseTickCount/double(mTickCount+1e-10); - const double newLogBase = qPow(mLogBase, qMax(int(cleanMantissa(exactPowerStep)), 1)); - double currentTick = qPow(newLogBase, qFloor(qLn(range.lower)/qLn(newLogBase))); - result.append(currentTick); - while (currentTick < range.upper && currentTick > 0) // currentMag might be zero for ranges ~1e-300, just cancel in that case - { - currentTick *= newLogBase; - result.append(currentTick); - } - } else if (range.lower < 0 && range.upper < 0) // negative range - { - const double baseTickCount = qLn(range.lower/range.upper)*mLogBaseLnInv; - if (baseTickCount < 1.6) // if too few log ticks would be visible in axis range, fall back to regular tick vector generation - return QCPAxisTicker::createTickVector(tickStep, range); - const double exactPowerStep = baseTickCount/double(mTickCount+1e-10); - const double newLogBase = qPow(mLogBase, qMax(int(cleanMantissa(exactPowerStep)), 1)); - double currentTick = -qPow(newLogBase, qCeil(qLn(-range.lower)/qLn(newLogBase))); - result.append(currentTick); - while (currentTick < range.upper && currentTick < 0) // currentMag might be zero for ranges ~1e-300, just cancel in that case - { - currentTick /= newLogBase; - result.append(currentTick); - } - } else // invalid range for logarithmic scale, because lower and upper have different sign - { - qDebug() << Q_FUNC_INFO << "Invalid range for logarithmic plot: " << range.lower << ".." << range.upper; - } - - return result; -} -/* end of 'src/axis/axistickerlog.cpp' */ - - -/* including file 'src/axis/axis.cpp' */ -/* modified 2022-11-06T12:45:56, size 99911 */ - - -//////////////////////////////////////////////////////////////////////////////////////////////////// -//////////////////// 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), - mSubGridVisible{}, - mAntialiasedSubGrid{}, - mAntialiasedZeroLine{}, - 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 (mParentAxis->subTicks() && 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; } - - const int tickCount = mParentAxis->mTickVector.size(); - 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=0; imTickVector.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=0; icoordToPixel(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=0; imTickVector.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=0; icoordToPixel(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) - { - foreach (double tickCoord, mParentAxis->mSubTickVector) - { - t = mParentAxis->coordToPixel(tickCoord); // x - painter->drawLine(QLineF(t, mParentAxis->mAxisRect->bottom(), t, mParentAxis->mAxisRect->top())); - } - } else - { - foreach (double tickCoord, mParentAxis->mSubTickVector) - { - t = mParentAxis->coordToPixel(tickCoord); // 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.
- - Each axis holds an instance of QCPAxisTicker which is used to generate the tick coordinates and - tick labels. You can access the currently installed \ref ticker or set a new one (possibly one of - the specialized subclasses, or your own subclass) via \ref setTicker. For details, see the - documentation of QCPAxisTicker. -*/ - -/* 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), pixelOrientation -*/ - -/*! \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(), pixelOrientation -*/ - -/*! \fn int QCPAxis::pixelOrientation() const - - Returns which direction points towards higher coordinate values/keys, in pixel space. - - This method returns either 1 or -1. If it returns 1, then going in the positive direction along - the orientation of the axis in pixels corresponds to going from lower to higher axis coordinates. - On the other hand, if this method returns -1, going to smaller pixel values corresponds to going - from lower to higher axis coordinates. - - For example, this is useful to easily shift axis coordinates by a certain amount given in pixels, - without having to care about reversed or vertically aligned axes: - - \code - double newKey = keyAxis->pixelToCoord(keyAxis->coordToPixel(oldKey)+10*keyAxis->pixelOrientation()); - \endcode - - \a newKey will then contain a key that is ten pixels towards higher keys, starting from \a oldKey. -*/ - -/*! \fn QSharedPointer QCPAxis::ticker() const - - Returns a modifiable shared pointer to the currently installed axis ticker. The axis ticker is - responsible for generating the tick positions and tick labels of this axis. You can access the - \ref QCPAxisTicker with this method and modify basic properties such as the approximate tick count - (\ref QCPAxisTicker::setTickCount). - - You can gain more control over the axis ticks by setting a different \ref QCPAxisTicker subclass, see - the documentation there. A new axis ticker can be set with \ref setTicker. - - Since the ticker is stored in the axis as a shared pointer, multiple axes may share the same axis - ticker simply by passing the same shared pointer to multiple axes. - - \see setTicker -*/ - -/* end of documentation of inline functions */ -/* start of documentation of signals */ - -/*! \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 (see \ref QCPRange::bounded). For example, the following - slot would limit the x axis to ranges between 0 and 10: - \code - customPlot->xAxis->setRange(newRange.bounded(0, 10)) - \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), - mTickLabelFont(mParentPlot->font()), - mSelectedTickLabelFont(QFont(mTickLabelFont.family(), mTickLabelFont.pointSize(), QFont::Bold)), - mTickLabelColor(Qt::black), - mSelectedTickLabelColor(Qt::blue), - mNumberPrecision(6), - mNumberFormatChar('g'), - mNumberBeautifulPowers(true), - // ticks and subticks: - mTicks(true), - mSubTicks(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), - // internal members: - mGrid(new QCPGrid(this)), - mAxisPainter(new QCPAxisPainterPrivate(parent->parentPlot())), - mTicker(new QCPAxisTicker), - mCachedMarginValid(false), - mCachedMargin(0), - mDragging(false) -{ - setParent(parent); - 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. - - Note that this method controls the coordinate transformation. For logarithmic scales, you will - likely also want to use a logarithmic tick spacing and labeling, which can be achieved by setting - the axis ticker to an instance of \ref QCPAxisTickerLog : - - \snippet documentation/doc-code-snippets/mainwindow.cpp qcpaxisticker-log-creation - - See the documentation of \ref QCPAxisTickerLog about the details of logarithmic axis tick - creation. - - \ref setNumberPrecision -*/ -void QCPAxis::setScaleType(QCPAxis::ScaleType type) -{ - if (mScaleType != type) - { - mScaleType = type; - if (mScaleType == stLogarithmic) - setRange(mRange.sanitizedForLogScale()); - mCachedMarginValid = false; - emit scaleTypeChanged(mScaleType); - } -} - -/*! - 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(); - } - 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(); - } - 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(); - } - 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(); - } - 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) -{ - mRangeReversed = reversed; -} - -/*! - The axis ticker is responsible for generating the tick positions and tick labels. See the - documentation of QCPAxisTicker for details on how to work with axis tickers. - - You can change the tick positioning/labeling behaviour of this axis by setting a different - QCPAxisTicker subclass using this method. If you only wish to modify the currently installed axis - ticker, access it via \ref ticker. - - Since the ticker is stored in the axis as a shared pointer, multiple axes may share the same axis - ticker simply by passing the same shared pointer to multiple axes. - - \see ticker -*/ -void QCPAxis::setTicker(QSharedPointer ticker) -{ - if (ticker) - mTicker = ticker; - else - qDebug() << Q_FUNC_INFO << "can not set nullptr as axis ticker"; - // no need to invalidate margin cache here because produced tick labels are checked for changes in setupTickVector -} - -/*! - 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. - - \see setSubTicks -*/ -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; - if (!mTickLabels) - mTickVectorLabels.clear(); - } -} - -/*! - 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 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) -{ - mTickLabelColor = color; -} - -/*! - 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 number format for the numbers in tick labels. 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. For the 'e', 'E', and 'f' formats, - the precision set by \ref setNumberPrecision represents the number of digits after the decimal - point. For the 'g' and 'G' formats, the precision represents the maximum number of significant - digits, trailing zeroes are omitted. - - 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. - - 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 -*/ -void QCPAxis::setNumberPrecision(int precision) -{ - if (mNumberPrecision != precision) - { - mNumberPrecision = precision; - 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 whether sub tick marks are displayed. - - Sub ticks are only potentially visible if (major) ticks are also visible (see \ref setTicks) - - \see setTicks -*/ -void QCPAxis::setSubTicks(bool show) -{ - if (mSubTicks != show) - { - mSubTicks = show; - mCachedMarginValid = false; - } -} - -/*! - 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; - } - emit rangeChanged(mRange); - emit rangeChanged(mRange, oldRange); -} - -/*! - Scales the range of this axis by \a factor around the center of the current axis range. For - example, if \a factor is 2.0, then the axis range will double its size, and the point at the axis - range center won't have changed its position in the QCustomPlot widget (i.e. coordinates around - the center will have moved symmetrically closer). - - If you wish to scale around a different coordinate than the current axis range center, use the - overload \ref scaleRange(double factor, double center). -*/ -void QCPAxis::scaleRange(double factor) -{ - scaleRange(factor, range().center()); -} - -/*! \overload - - 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). - - \see scaleRange(double factor) -*/ -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; - } - 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) -{ - QCPRange newRange; - bool haveRange = false; - foreach (QCPAbstractPlottable *plottable, plottables()) - { - if (!plottable->realVisibility() && onlyVisiblePlottables) - continue; - QCPRange plottableRange; - bool currentFoundRange; - QCP::SignDomain signDomain = QCP::sdBoth; - if (mScaleType == stLogarithmic) - signDomain = (mRange.upper < 0 ? QCP::sdNegative : QCP::sdPositive); - if (plottable->keyAxis() == this) - plottableRange = plottable->getKeyRange(currentFoundRange, signDomain); - else - plottableRange = plottable->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.0 && mRange.upper < 0.0) // invalid value for logarithmic scale, just draw it outside visible range - return !mRangeReversed ? mAxisRect->right()+200 : mAxisRect->left()-200; - else if (value <= 0.0 && mRange.upper >= 0.0) // invalid value for logarithmic scale, just draw it outside visible range - return !mRangeReversed ? mAxisRect->left()-200 : mAxisRect->right()+200; - else - { - if (!mRangeReversed) - return qLn(value/mRange.lower)/qLn(mRange.upper/mRange.lower)*mAxisRect->width()+mAxisRect->left(); - else - return qLn(mRange.upper/value)/qLn(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.0 && mRange.upper < 0.0) // invalid value for logarithmic scale, just draw it outside visible range - return !mRangeReversed ? mAxisRect->top()-200 : mAxisRect->bottom()+200; - else if (value <= 0.0 && mRange.upper >= 0.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()-qLn(value/mRange.lower)/qLn(mRange.upper/mRange.lower)*mAxisRect->height(); - else - return mAxisRect->bottom()-qLn(mRange.upper/value)/qLn(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; - - foreach (QCPAbstractPlottable *plottable, mParentPlot->mPlottables) - { - if (plottable->keyAxis() == this || plottable->valueAxis() == this) - result.append(plottable); - } - 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; - - foreach (QCPGraph *graph, mParentPlot->mGraphs) - { - if (graph->keyAxis() == this || graph->valueAxis() == this) - result.append(graph); - } - 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; - - foreach (QCPAbstractItem *item, mParentPlot->mItems) - { - foreach (QCPItemPosition *position, item->positions()) - { - if (position->keyAxis() == this || position->valueAxis() == this) - { - result.append(item); - 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:" << static_cast(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; - case atRight: return atLeft; - case atBottom: return atTop; - case atTop: return atBottom; - } - qDebug() << Q_FUNC_INFO << "invalid axis type"; - return atLeft; -} - -/* 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 - - This mouse event reimplementation provides the functionality to let the user drag individual axes - exclusively, by startig the drag on top of the axis. - - For the axis to accept this event and perform the single axis drag, the parent \ref QCPAxisRect - must be configured accordingly, i.e. it must allow range dragging in the orientation of this axis - (\ref QCPAxisRect::setRangeDrag) and this axis must be a draggable axis (\ref - QCPAxisRect::setRangeDragAxes) - - \seebaseclassmethod - - \note The dragging of possibly multiple axes at once by starting the drag anywhere in the axis - rect is handled by the axis rect's mouse event, e.g. \ref QCPAxisRect::mousePressEvent. -*/ -void QCPAxis::mousePressEvent(QMouseEvent *event, const QVariant &details) -{ - Q_UNUSED(details) - if (!mParentPlot->interactions().testFlag(QCP::iRangeDrag) || - !mAxisRect->rangeDrag().testFlag(orientation()) || - !mAxisRect->rangeDragAxes(orientation()).contains(this)) - { - event->ignore(); - return; - } - - 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)) - mDragStartRange = mRange; - } -} - -/*! \internal - - This mouse event reimplementation provides the functionality to let the user drag individual axes - exclusively, by startig the drag on top of the axis. - - \seebaseclassmethod - - \note The dragging of possibly multiple axes at once by starting the drag anywhere in the axis - rect is handled by the axis rect's mouse event, e.g. \ref QCPAxisRect::mousePressEvent. - - \see QCPAxis::mousePressEvent -*/ -void QCPAxis::mouseMoveEvent(QMouseEvent *event, const QPointF &startPos) -{ - if (mDragging) - { - const double startPixel = orientation() == Qt::Horizontal ? startPos.x() : startPos.y(); - const double currentPixel = orientation() == Qt::Horizontal ? event->pos().x() : event->pos().y(); - if (mScaleType == QCPAxis::stLinear) - { - const double diff = pixelToCoord(startPixel) - pixelToCoord(currentPixel); - setRange(mDragStartRange.lower+diff, mDragStartRange.upper+diff); - } else if (mScaleType == QCPAxis::stLogarithmic) - { - const double diff = pixelToCoord(startPixel) / pixelToCoord(currentPixel); - setRange(mDragStartRange.lower*diff, mDragStartRange.upper*diff); - } - - if (mParentPlot->noAntialiasingOnDrag()) - mParentPlot->setNotAntialiasedElements(QCP::aeAll); - mParentPlot->replot(QCustomPlot::rpQueuedReplot); - } -} - -/*! \internal - - This mouse event reimplementation provides the functionality to let the user drag individual axes - exclusively, by startig the drag on top of the axis. - - \seebaseclassmethod - - \note The dragging of possibly multiple axes at once by starting the drag anywhere in the axis - rect is handled by the axis rect's mouse event, e.g. \ref QCPAxisRect::mousePressEvent. - - \see QCPAxis::mousePressEvent -*/ -void QCPAxis::mouseReleaseEvent(QMouseEvent *event, const QPointF &startPos) -{ - Q_UNUSED(event) - Q_UNUSED(startPos) - mDragging = false; - if (mParentPlot->noAntialiasingOnDrag()) - { - mParentPlot->setAntialiasedElements(mAADragBackup); - mParentPlot->setNotAntialiasedElements(mNotAADragBackup); - } -} - -/*! \internal - - This mouse event reimplementation provides the functionality to let the user zoom individual axes - exclusively, by performing the wheel event on top of the axis. - - For the axis to accept this event and perform the single axis zoom, the parent \ref QCPAxisRect - must be configured accordingly, i.e. it must allow range zooming in the orientation of this axis - (\ref QCPAxisRect::setRangeZoom) and this axis must be a zoomable axis (\ref - QCPAxisRect::setRangeZoomAxes) - - \seebaseclassmethod - - \note The zooming of possibly multiple axes at once by performing the wheel event anywhere in the - axis rect is handled by the axis rect's mouse event, e.g. \ref QCPAxisRect::wheelEvent. -*/ -void QCPAxis::wheelEvent(QWheelEvent *event) -{ - // Mouse range zooming interaction: - if (!mParentPlot->interactions().testFlag(QCP::iRangeZoom) || - !mAxisRect->rangeZoom().testFlag(orientation()) || - !mAxisRect->rangeZoomAxes(orientation()).contains(this)) - { - event->ignore(); - return; - } - -#if QT_VERSION < QT_VERSION_CHECK(5, 0, 0) - const double delta = event->delta(); -#else - const double delta = event->angleDelta().y(); -#endif - -#if QT_VERSION < QT_VERSION_CHECK(5, 14, 0) - const QPointF pos = event->pos(); -#else - const QPointF pos = event->position(); -#endif - - const double wheelSteps = delta/120.0; // a single step delta is +/-120 usually - const double factor = qPow(mAxisRect->rangeZoomFactor(orientation()), wheelSteps); - scaleRange(factor, pixelToCoord(orientation() == Qt::Horizontal ? pos.x() : pos.y())); - mParentPlot->replot(); -} - -/*! \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. - - \seebaseclassmethod - - \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. - - \seebaseclassmethod -*/ -void QCPAxis::draw(QCPPainter *painter) -{ - 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(mTickVector.size()); - tickLabels.reserve(mTickVector.size()); - subTickPositions.reserve(mSubTickVector.size()); - - if (mTicks) - { - for (int i=0; itype = mAxisType; - mAxisPainter->basePen = getBasePen(); - mAxisPainter->labelFont = getLabelFont(); - mAxisPainter->labelColor = getLabelColor(); - mAxisPainter->label = mLabel; - mAxisPainter->substituteExponent = mNumberBeautifulPowers; - 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 - - Prepares the internal tick vector, sub tick vector and tick label vector. This is done by calling - QCPAxisTicker::generate on the currently installed ticker. - - If a change in the label text/count is detected, the cached axis margin is invalidated to make - sure the next margin calculation recalculates the label sizes and returns an up-to-date value. -*/ -void QCPAxis::setupTickVectors() -{ - if (!mParentPlot) return; - if ((!mTicks && !mTickLabels && !mGrid->visible()) || mRange.size() <= 0) return; - - QVector oldLabels = mTickVectorLabels; - mTicker->generate(mRange, mParentPlot->locale(), mNumberFormatChar, mNumberPrecision, mTickVector, mSubTicks ? &mSubTickVector : nullptr, mTickLabels ? &mTickVectorLabels : nullptr); - mCachedMarginValid &= mTickVectorLabels == oldLabels; // if labels have changed, margin might have changed, too -} - -/*! \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 calculate margin needed to fit axis and its labels - int margin = 0; - - QVector tickPositions; // the final coordToPixel transformed vector passed to QCPAxisPainter - QVector tickLabels; // the final vector passed to QCPAxisPainter - tickPositions.reserve(mTickVector.size()); - tickLabels.reserve(mTickVector.size()); - - if (mTicks) - { - for (int i=0; itype = 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) - { - foreach (double tickPos, tickPositions) - painter->drawLine(QLineF(tickPos+xCor, origin.y()-tickLengthOut*tickDir+yCor, tickPos+xCor, origin.y()+tickLengthIn*tickDir+yCor)); - } else - { - foreach (double tickPos, tickPositions) - painter->drawLine(QLineF(origin.x()-tickLengthOut*tickDir+xCor, tickPos+yCor, origin.x()+tickLengthIn*tickDir+xCor, tickPos+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) - { - foreach (double subTickPos, subTickPositions) - painter->drawLine(QLineF(subTickPos+xCor, origin.y()-subTickLengthOut*tickDir+yCor, subTickPos+xCor, origin.y()+subTickLengthIn*tickDir+yCor)); - } else - { - foreach (double subTickPos, subTickPositions) - painter->drawLine(QLineF(origin.x()-subTickLengthOut*tickDir+xCor, subTickPos+yCor, origin.x()+subTickLengthIn*tickDir+xCor, subTickPos+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())); - QCPVector2D baseLineVector(baseLine.dx(), baseLine.dy()); - if (lowerEnding.style() != QCPLineEnding::esNone) - lowerEnding.draw(painter, QCPVector2D(baseLine.p1())-baseLineVector.normalized()*lowerEnding.realLength()*(lowerEnding.inverted()?-1:1), -baseLineVector); - if (upperEnding.style() != QCPLineEnding::esNone) - upperEnding.draw(painter, QCPVector2D(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() -{ - int result = 0; - - QByteArray newHash = generateLabelParameterHash(); - if (newHash != mLabelParameterHash) - { - mLabelCache.clear(); - mLabelParameterHash = newHash; - } - - // 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()) - { - foreach (const QString &tickLabel, tickLabels) - getMaxTickLabelSize(tickLabelFont, tickLabel, &tickLabelsSize); - result += QCPAxis::orientation(type) == Qt::Horizontal ? tickLabelsSize.height() : tickLabelsSize.width(); - result += tickLabelPadding; - } - } - - // calculate size of axis label (only height needed, because left/right labels are rotated by 90 degrees): - if (!label.isEmpty()) - { - QFontMetrics fontMetrics(labelFont); - QRect bounds; - bounds = fontMetrics.boundingRect(0, 0, 0, 0, Qt::TextDontClip | Qt::AlignHCenter | Qt::AlignVCenter, label); - result += bounds.height() + labelPadding; - } - - return result; -} - -/*! \internal - - Clears the internal label cache. Upon the next \ref draw, all labels will be created new. This - method is called automatically in \ref draw, if any parameters have changed that invalidate the - cached labels, such as font, color, etc. -*/ -void QCPAxisPainterPrivate::clearCache() -{ - mLabelCache.clear(); -} - -/*! \internal - - Returns a hash that allows uniquely identifying whether the label parameters have changed such - that the cached labels must be refreshed (\ref clearCache). It is used in \ref draw. If the - return value of this method hasn't changed since the last redraw, the respective label parameters - haven't changed and cached labels may be used. -*/ -QByteArray QCPAxisPainterPrivate::generateLabelParameterHash() const -{ - QByteArray result; - result.append(QByteArray::number(mParentPlot->bufferDevicePixelRatio())); - result.append(QByteArray::number(tickLabelRotation)); - result.append(QByteArray::number(int(tickLabelSide))); - result.append(QByteArray::number(int(substituteExponent))); - result.append(QByteArray::number(int(numberMultiplyCross))); - result.append(tickLabelColor.name().toLatin1()+QByteArray::number(tickLabelColor.alpha(), 16)); - result.append(tickLabelFont.toString().toLatin1()); - return result; -} - -/*! \internal - - Draws a single tick label with the provided \a painter, utilizing the internal label cache to - significantly speed up drawing of labels that were drawn in previous calls. The tick label is - always bound to an axis, the distance to the axis is controllable via \a distanceToAxis in - pixels. The pixel position in the axis direction is passed in the \a position parameter. Hence - for the bottom axis, \a position would indicate the horizontal pixel position (not coordinate), - at which the label should be drawn. - - In order to later draw the axis label in a place that doesn't overlap with the tick labels, the - largest tick label size is needed. This is acquired by passing a \a tickLabelsSize to the \ref - drawTickLabel calls during the process of drawing all tick labels of one axis. In every call, \a - tickLabelsSize is expanded, if the drawn label exceeds the value \a tickLabelsSize currently - holds. - - The label is drawn with the font and pen that are currently set on the \a painter. To draw - superscripted powers, the font is temporarily made smaller by a fixed factor (see \ref - getTickLabelData). -*/ -void QCPAxisPainterPrivate::placeTickLabel(QCPPainter *painter, double position, int distanceToAxis, const QString &text, QSize *tickLabelsSize) -{ - // warning: if you change anything here, also adapt getMaxTickLabelSize() accordingly! - if (text.isEmpty()) return; - QSize finalSize; - QPointF labelAnchor; - switch (type) - { - case QCPAxis::atLeft: labelAnchor = QPointF(axisRect.left()-distanceToAxis-offset, position); break; - case QCPAxis::atRight: labelAnchor = QPointF(axisRect.right()+distanceToAxis+offset, position); break; - case QCPAxis::atTop: labelAnchor = QPointF(position, axisRect.top()-distanceToAxis-offset); break; - case QCPAxis::atBottom: labelAnchor = QPointF(position, axisRect.bottom()+distanceToAxis+offset); break; - } - if (mParentPlot->plottingHints().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(); - if (!qFuzzyCompare(1.0, mParentPlot->bufferDevicePixelRatio())) - { - cachedLabel->pixmap = QPixmap(labelData.rotatedTotalBounds.size()*mParentPlot->bufferDevicePixelRatio()); -#ifdef QCP_DEVICEPIXELRATIO_SUPPORTED -# ifdef QCP_DEVICEPIXELRATIO_FLOAT - cachedLabel->pixmap.setDevicePixelRatio(mParentPlot->devicePixelRatioF()); -# else - cachedLabel->pixmap.setDevicePixelRatio(mParentPlot->devicePixelRatio()); -# endif -#endif - } else - 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()/mParentPlot->bufferDevicePixelRatio() > viewportRect.right() || labelAnchor.x()+cachedLabel->offset.x() < viewportRect.left(); - else - labelClippedByBorder = labelAnchor.y()+cachedLabel->offset.y()+cachedLabel->pixmap.height()/mParentPlot->bufferDevicePixelRatio() > viewportRect.bottom() || labelAnchor.y()+cachedLabel->offset.y() < viewportRect.top(); - } - if (!labelClippedByBorder) - { - painter->drawPixmap(labelAnchor+cachedLabel->offset, cachedLabel->pixmap); - finalSize = cachedLabel->pixmap.size()/mParentPlot->bufferDevicePixelRatio(); - } - 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); - if (!labelData.suffixPart.isEmpty()) - painter->drawText(labelData.baseBounds.width()+1+labelData.expBounds.width(), 0, 0, 0, Qt::TextDontClip, labelData.suffixPart); - 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; // first index of exponent part, text before that will be basePart, text until eLast will be expPart - int eLast = -1; // last index of exponent part, rest of text after this will be suffixPart - if (substituteExponent) - { - ePos = text.indexOf(QString(mParentPlot->locale().exponential())); - if (ePos > 0 && text.at(ePos-1).isDigit()) - { - eLast = ePos; - while (eLast+1 < text.size() && (text.at(eLast+1) == QLatin1Char('+') || text.at(eLast+1) == QLatin1Char('-') || text.at(eLast+1).isDigit())) - ++eLast; - if (eLast > ePos) // only if also to right of 'e' is a digit/+/- interpret it as beautifiable power - 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); - result.suffixPart = text.mid(eLast+1); // also drawn normally but after exponent - // 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, eLast-ePos); - // 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(int(result.expFont.pointSize()*0.75)); - else - result.expFont.setPixelSize(int(result.expFont.pixelSize()*0.75)); - // calculate bounding rects of base part(s), 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); - if (!result.suffixPart.isEmpty()) - result.suffixBounds = QFontMetrics(result.baseFont).boundingRect(0, 0, 0, 0, Qt::TextDontClip, result.suffixPart); - result.totalBounds = result.baseBounds.adjusted(0, 0, result.expBounds.width()+result.suffixBounds.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; - double x = 0; - double 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 {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()/mParentPlot->bufferDevicePixelRatio(); - } 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()); -} -/* end of 'src/axis/axis.cpp' */ - - -/* including file 'src/scatterstyle.cpp' */ -/* modified 2022-11-06T12:45:56, size 17466 */ - -//////////////////////////////////////////////////////////////////////////////////////////////////// -//////////////////// 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 undefined, the pen of the respective plottable will be used for drawing scatters. - - If a pen was defined for this scatter style instance, and you now wish to undefine the pen, call - \ref undefinePen. - - \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 in its - original size by default. To for example double the size of the path, 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) -{ -} - -/*! - Copies the specified \a properties from the \a other scatter style to this scatter style. -*/ -void QCPScatterStyle::setFromOther(const QCPScatterStyle &other, ScatterProperties properties) -{ - if (properties.testFlag(spPen)) - { - setPen(other.pen()); - if (!other.isPenDefined()) - undefinePen(); - } - if (properties.testFlag(spBrush)) - setBrush(other.brush()); - if (properties.testFlag(spSize)) - setSize(other.size()); - if (properties.testFlag(spShape)) - { - setShape(other.shape()); - if (other.shape() == ssPixmap) - setPixmap(other.pixmap()); - else if (other.shape() == ssCustom) - setCustomPath(other.customPath()); - } -} - -/*! - 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. If you have defined a pen - previously by calling this function and now wish to undefine the pen, call \ref undefinePen. - - \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; -} - -/*! - Sets this scatter style to have an undefined pen (see \ref isPenDefined for what an undefined pen - implies). - - A call to \ref setPen will define a pen. -*/ -void QCPScatterStyle::undefinePen() -{ - mPenDefined = false; -} - -/*! - 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, const 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: - { - QPointF lineArray[4] = {QPointF(x-w, y), - QPointF( x, y-w), - QPointF(x+w, y), - QPointF( x, y+w)}; - painter->drawPolygon(lineArray, 4); - 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: - { - QPointF lineArray[3] = {QPointF(x-w, y+0.755*w), - QPointF(x+w, y+0.755*w), - QPointF( x, y-0.977*w)}; - painter->drawPolygon(lineArray, 3); - break; - } - case ssTriangleInverted: - { - QPointF lineArray[3] = {QPointF(x-w, y-0.755*w), - QPointF(x+w, y-0.755*w), - QPointF( x, y+0.977*w)}; - painter->drawPolygon(lineArray, 3); - break; - } - case ssCrossSquare: - { - painter->drawRect(QRectF(x-w, y-w, mSize, mSize)); - 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)); - break; - } - case ssPlusSquare: - { - painter->drawRect(QRectF(x-w, y-w, mSize, mSize)); - painter->drawLine(QLineF(x-w, y, x+w*0.95, y)); - painter->drawLine(QLineF( x, y+w, x, y-w)); - break; - } - case ssCrossCircle: - { - painter->drawEllipse(QPointF(x, y), w, w); - 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)); - break; - } - case ssPlusCircle: - { - painter->drawEllipse(QPointF(x, y), w, w); - painter->drawLine(QLineF(x-w, y, x+w, y)); - painter->drawLine(QLineF( x, y+w, x, y-w)); - break; - } - case ssPeace: - { - painter->drawEllipse(QPointF(x, y), w, w); - 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)); - break; - } - case ssPixmap: - { - const double widthHalf = mPixmap.width()*0.5; - const double heightHalf = mPixmap.height()*0.5; -#if QT_VERSION < QT_VERSION_CHECK(4, 8, 0) - const QRectF clipRect = painter->clipRegion().boundingRect().adjusted(-widthHalf, -heightHalf, widthHalf, heightHalf); -#else - const QRectF clipRect = painter->clipBoundingRect().adjusted(-widthHalf, -heightHalf, widthHalf, heightHalf); -#endif - if (clipRect.contains(x, y)) - painter->drawPixmap(qRound(x-widthHalf), qRound(y-heightHalf), 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; - } - } -} -/* end of 'src/scatterstyle.cpp' */ - - -/* including file 'src/plottable.cpp' */ -/* modified 2022-11-06T12:45:56, size 38818 */ - -//////////////////////////////////////////////////////////////////////////////////////////////////// -//////////////////// QCPSelectionDecorator -//////////////////////////////////////////////////////////////////////////////////////////////////// - -/*! \class QCPSelectionDecorator - \brief Controls how a plottable's data selection is drawn - - Each \ref QCPAbstractPlottable instance has one \ref QCPSelectionDecorator (accessible via \ref - QCPAbstractPlottable::selectionDecorator) and uses it when drawing selected segments of its data. - - The selection decorator controls both pen (\ref setPen) and brush (\ref setBrush), as well as the - scatter style (\ref setScatterStyle) if the plottable draws scatters. Since a \ref - QCPScatterStyle is itself composed of different properties such as color shape and size, the - decorator allows specifying exactly which of those properties shall be used for the selected data - point, via \ref setUsedScatterProperties. - - A \ref QCPSelectionDecorator subclass instance can be passed to a plottable via \ref - QCPAbstractPlottable::setSelectionDecorator, allowing greater customizability of the appearance - of selected segments. - - Use \ref copyFrom to easily transfer the settings of one decorator to another one. This is - especially useful since plottables take ownership of the passed selection decorator, and thus the - same decorator instance can not be passed to multiple plottables. - - Selection decorators can also themselves perform drawing operations by reimplementing \ref - drawDecoration, which is called by the plottable's draw method. The base class \ref - QCPSelectionDecorator does not make use of this however. For example, \ref - QCPSelectionDecoratorBracket draws brackets around selected data segments. -*/ - -/*! - Creates a new QCPSelectionDecorator instance with default values -*/ -QCPSelectionDecorator::QCPSelectionDecorator() : - mPen(QColor(80, 80, 255), 2.5), - mBrush(Qt::NoBrush), - mUsedScatterProperties(QCPScatterStyle::spNone), - mPlottable(nullptr) -{ -} - -QCPSelectionDecorator::~QCPSelectionDecorator() -{ -} - -/*! - Sets the pen that will be used by the parent plottable to draw selected data segments. -*/ -void QCPSelectionDecorator::setPen(const QPen &pen) -{ - mPen = pen; -} - -/*! - Sets the brush that will be used by the parent plottable to draw selected data segments. -*/ -void QCPSelectionDecorator::setBrush(const QBrush &brush) -{ - mBrush = brush; -} - -/*! - Sets the scatter style that will be used by the parent plottable to draw scatters in selected - data segments. - - \a usedProperties specifies which parts of the passed \a scatterStyle will be used by the - plottable. The used properties can also be changed via \ref setUsedScatterProperties. -*/ -void QCPSelectionDecorator::setScatterStyle(const QCPScatterStyle &scatterStyle, QCPScatterStyle::ScatterProperties usedProperties) -{ - mScatterStyle = scatterStyle; - setUsedScatterProperties(usedProperties); -} - -/*! - Use this method to define which properties of the scatter style (set via \ref setScatterStyle) - will be used for selected data segments. All properties of the scatter style that are not - specified in \a properties will remain as specified in the plottable's original scatter style. - - \see QCPScatterStyle::ScatterProperty -*/ -void QCPSelectionDecorator::setUsedScatterProperties(const QCPScatterStyle::ScatterProperties &properties) -{ - mUsedScatterProperties = properties; -} - -/*! - Sets the pen of \a painter to the pen of this selection decorator. - - \see applyBrush, getFinalScatterStyle -*/ -void QCPSelectionDecorator::applyPen(QCPPainter *painter) const -{ - painter->setPen(mPen); -} - -/*! - Sets the brush of \a painter to the brush of this selection decorator. - - \see applyPen, getFinalScatterStyle -*/ -void QCPSelectionDecorator::applyBrush(QCPPainter *painter) const -{ - painter->setBrush(mBrush); -} - -/*! - Returns the scatter style that the parent plottable shall use for selected scatter points. The - plottable's original (unselected) scatter style must be passed as \a unselectedStyle. Depending - on the setting of \ref setUsedScatterProperties, the returned scatter style is a mixture of this - selecion decorator's scatter style (\ref setScatterStyle), and \a unselectedStyle. - - \see applyPen, applyBrush, setScatterStyle -*/ -QCPScatterStyle QCPSelectionDecorator::getFinalScatterStyle(const QCPScatterStyle &unselectedStyle) const -{ - QCPScatterStyle result(unselectedStyle); - result.setFromOther(mScatterStyle, mUsedScatterProperties); - - // if style shall inherit pen from plottable (has no own pen defined), give it the selected - // plottable pen explicitly, so it doesn't use the unselected plottable pen when used in the - // plottable: - if (!result.isPenDefined()) - result.setPen(mPen); - - return result; -} - -/*! - Copies all properties (e.g. color, fill, scatter style) of the \a other selection decorator to - this selection decorator. -*/ -void QCPSelectionDecorator::copyFrom(const QCPSelectionDecorator *other) -{ - setPen(other->pen()); - setBrush(other->brush()); - setScatterStyle(other->scatterStyle(), other->usedScatterProperties()); -} - -/*! - This method is called by all plottables' draw methods to allow custom selection decorations to be - drawn. Use the passed \a painter to perform the drawing operations. \a selection carries the data - selection for which the decoration shall be drawn. - - The default base class implementation of \ref QCPSelectionDecorator has no special decoration, so - this method does nothing. -*/ -void QCPSelectionDecorator::drawDecoration(QCPPainter *painter, QCPDataSelection selection) -{ - Q_UNUSED(painter) - Q_UNUSED(selection) -} - -/*! \internal - - This method is called as soon as a selection decorator is associated with a plottable, by a call - to \ref QCPAbstractPlottable::setSelectionDecorator. This way the selection decorator can obtain a pointer to the plottable that uses it (e.g. to access - data points via the \ref QCPAbstractPlottable::interface1D interface). - - If the selection decorator was already added to a different plottable before, this method aborts - the registration and returns false. -*/ -bool QCPSelectionDecorator::registerWithPlottable(QCPAbstractPlottable *plottable) -{ - if (!mPlottable) - { - mPlottable = plottable; - return true; - } else - { - qDebug() << Q_FUNC_INFO << "This selection decorator is already registered with plottable:" << reinterpret_cast(mPlottable); - return false; - } -} - - -//////////////////////////////////////////////////////////////////////////////////////////////////// -//////////////////// 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). Plottables that display - one-dimensional data (i.e. data points have a single key dimension and one or multiple values at - each key) are based off of the template subclass \ref QCPAbstractPlottable1D, see details - there. - - All further specifics are in the subclasses, for example: - \li A normal graph with possibly a line and/or scatter points \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 - - Subclassing directly from QCPAbstractPlottable is only recommended if you wish to display - two-dimensional data like \ref QCPColorMap, i.e. two logical key dimensions and one (or more) - data dimensions. If you want to display data with only one logical key dimension, you should - rather derive from \ref QCPAbstractPlottable1D. - - If subclassing QCPAbstractPlottable directly, these are the pure virtual functions you must - implement: - \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)
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)
QPointer<\ref QCPAxis> \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 \c nullptr before using it. If one of - the axes is null, don't draw the plottable.
\ref QCPSelectionDecorator \b mSelectionDecoratorThe currently set selection decorator which specifies how selected data of the plottable shall be drawn and decorated. - When drawing your data, you must consult this decorator for the appropriate pen/brush before drawing unselected/selected data segments. - Finally, you should call its \ref QCPSelectionDecorator::drawDecoration method at the end of your \ref draw implementation.
\ref QCP::SelectionType \b mSelectableIn which composition, if at all, this plottable's data may be selected. Enforcing this setting on the data selection is done - by QCPAbstractPlottable automatically.
\ref QCPDataSelection \b mSelectionHolds the current selection state of the plottable's data, i.e. the selected data ranges (\ref QCPDataRange).
-*/ - -/* start of documentation of inline functions */ - -/*! \fn QCPSelectionDecorator *QCPAbstractPlottable::selectionDecorator() const - - Provides access to the selection decorator of this plottable. The selection decorator controls - how selected data ranges are drawn (e.g. their pen color and fill), see \ref - QCPSelectionDecorator for details. - - If you wish to use an own \ref QCPSelectionDecorator subclass, pass an instance of it to \ref - setSelectionDecorator. -*/ - -/*! \fn bool QCPAbstractPlottable::selected() const - - Returns true if there are any data points of the plottable currently selected. Use \ref selection - to retrieve the current \ref QCPDataSelection. -*/ - -/*! \fn QCPDataSelection QCPAbstractPlottable::selection() const - - Returns a \ref QCPDataSelection encompassing all the data points that are currently selected on - this plottable. - - \see selected, setSelection, setSelectable -*/ - -/*! \fn virtual QCPPlottableInterface1D *QCPAbstractPlottable::interface1D() - - If this plottable is a one-dimensional plottable, i.e. it implements the \ref - QCPPlottableInterface1D, returns the \a this pointer with that type. Otherwise (e.g. in the case - of a \ref QCPColorMap) returns zero. - - You can use this method to gain read access to data coordinates while holding a pointer to the - abstract base class only. -*/ - -/* end of documentation of inline functions */ -/* start of documentation of pure virtual functions */ - -/*! \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, QCP::SignDomain inSignDomain) const = 0 - - Returns the coordinate range that all data in this plottable span in the key axis dimension. For - logarithmic plots, one can set \a inSignDomain to either \ref QCP::sdNegative or \ref - QCP::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 QCP::sdNegative and all positive points - will be ignored for range calculation. For no restriction, just set \a inSignDomain to \ref - QCP::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 (e.g. when there is only one data point). In this case \a - foundRange would return true, but the returned range is not a valid range in terms of \ref - QCPRange::validRange. - - \see rescaleAxes, getValueRange -*/ - -/*! \fn QCPRange QCPAbstractPlottable::getValueRange(bool &foundRange, QCP::SignDomain inSignDomain, const QCPRange &inKeyRange) const = 0 - - Returns the coordinate range that the data points in the specified key range (\a inKeyRange) span - in the value axis dimension. For logarithmic plots, one can set \a inSignDomain to either \ref - QCP::sdNegative or \ref QCP::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 QCP::sdNegative and - all positive points will be ignored for range calculation. For no restriction, just set \a - inSignDomain to \ref QCP::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). - - If \a inKeyRange has both lower and upper bound set to zero (is equal to QCPRange()), - all data points are considered, without any restriction on the keys. - - Note that \a foundRange is not the same as \ref QCPRange::validRange, since the range returned by - this function may have size zero (e.g. when there is only one data point). In this case \a - foundRange would return true, but the returned range is not a valid range in terms of \ref - QCPRange::validRange. - - \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 setSelection. The parameter \a selected indicates whether - there are any points selected or not. - - \see selectionChanged(const QCPDataSelection &selection) -*/ - -/*! \fn void QCPAbstractPlottable::selectionChanged(const QCPDataSelection &selection) - - This signal is emitted when the selection state of this plottable has changed, either by user - interaction or by a direct call to \ref setSelection. The parameter \a selection holds the - currently selected data ranges. - - \see selectionChanged(bool selected) -*/ - -/*! \fn void QCPAbstractPlottable::selectableChanged(QCP::SelectionType 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), - mPen(Qt::black), - mBrush(Qt::NoBrush), - mKeyAxis(keyAxis), - mValueAxis(valueAxis), - mSelectable(QCP::stWhole), - mSelectionDecorator(nullptr) -{ - 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."; - - mParentPlot->registerPlottable(this); - setSelectionDecorator(new QCPSelectionDecorator); -} - -QCPAbstractPlottable::~QCPAbstractPlottable() -{ - if (mSelectionDecorator) - { - delete mSelectionDecorator; - mSelectionDecorator = nullptr; - } -} - -/*! - 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; -} - -/*! - 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; -} - -/*! - 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; -} - -/*! - 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 which data ranges of this plottable are selected. Selected data ranges are drawn differently - (e.g. color) in the plot. This can be controlled via the selection decorator (see \ref - selectionDecorator). - - 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 programmatically. - - Using \ref setSelectable you can further specify for each plottable whether and to which - granularity it is selectable. If \a selection is not compatible with the current \ref - QCP::SelectionType set via \ref setSelectable, the resulting selection will be adjusted - accordingly (see \ref QCPDataSelection::enforceType). - - emits the \ref selectionChanged signal when \a selected is different from the previous selection state. - - \see setSelectable, selectTest -*/ -void QCPAbstractPlottable::setSelection(QCPDataSelection selection) -{ - selection.enforceType(mSelectable); - if (mSelection != selection) - { - mSelection = selection; - emit selectionChanged(selected()); - emit selectionChanged(mSelection); - } -} - -/*! - Use this method to set an own QCPSelectionDecorator (subclass) instance. This allows you to - customize the visual representation of selected data ranges further than by using the default - QCPSelectionDecorator. - - The plottable takes ownership of the \a decorator. - - The currently set decorator can be accessed via \ref selectionDecorator. -*/ -void QCPAbstractPlottable::setSelectionDecorator(QCPSelectionDecorator *decorator) -{ - if (decorator) - { - if (decorator->registerWithPlottable(this)) - { - delete mSelectionDecorator; // delete old decorator if necessary - mSelectionDecorator = decorator; - } - } else if (mSelectionDecorator) // just clear decorator - { - delete mSelectionDecorator; - mSelectionDecorator = nullptr; - } -} - -/*! - Sets whether and to which granularity this plottable can be selected. - - A selection can happen by clicking on the QCustomPlot surface (When \ref - QCustomPlot::setInteractions contains \ref QCP::iSelectPlottables), by dragging a selection rect - (When \ref QCustomPlot::setSelectionRectMode is \ref QCP::srmSelect), or programmatically by - calling \ref setSelection. - - \see setSelection, QCP::SelectionType -*/ -void QCPAbstractPlottable::setSelectable(QCP::SelectionType selectable) -{ - if (mSelectable != selectable) - { - mSelectable = selectable; - QCPDataSelection oldSelection = mSelection; - mSelection.enforceType(mSelectable); - emit selectableChanged(mSelectable); - if (mSelection != oldSelection) - { - emit selectionChanged(selected()); - emit selectionChanged(mSelection); - } - } -} - - -/*! - 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); - } -} - -/*! \overload - - Transforms the given \a key and \a value to pixel coordinates and returns them 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)); -} - -/*! - 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); - } -} - -/*! \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); -} - -/*! - 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; } - - QCP::SignDomain signDomain = QCP::sdBoth; - if (keyAxis->scaleType() == QCPAxis::stLogarithmic) - signDomain = (keyAxis->range().upper < 0 ? QCP::sdNegative : QCP::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. If \a inKeyRange is - set to true, only the data points which are in the currently visible key axis range are - considered. - - 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, bool inKeyRange) const -{ - QCPAxis *keyAxis = mKeyAxis.data(); - QCPAxis *valueAxis = mValueAxis.data(); - if (!keyAxis || !valueAxis) { qDebug() << Q_FUNC_INFO << "invalid key or value axis"; return; } - - QCP::SignDomain signDomain = QCP::sdBoth; - if (valueAxis->scaleType() == QCPAxis::stLogarithmic) - signDomain = (valueAxis->range().upper < 0 ? QCP::sdNegative : QCP::sdPositive); - - bool foundRange; - QCPRange newRange = getValueRange(foundRange, signDomain, inKeyRange ? keyAxis->range() : QCPRange()); - 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); - } -} - -/*! \overload - - Adds this plottable to the specified \a legend. - - Creates a QCPPlottableLegendItem which is inserted into the legend. Returns true on success, i.e. - when the legend exists and a legend item associated with this plottable isn't already in the - legend. - - If the plottable needs a more specialized representation in the legend, you can create a - corresponding subclass of \ref QCPPlottableLegendItem and add it to the legend manually instead - of calling this method. - - \see removeFromLegend, QCPLegend::addItem -*/ -bool QCPAbstractPlottable::addToLegend(QCPLegend *legend) -{ - if (!legend) - { - qDebug() << Q_FUNC_INFO << "passed legend is null"; - return false; - } - if (legend->parentPlot() != mParentPlot) - { - qDebug() << Q_FUNC_INFO << "passed legend isn't in the same QCustomPlot as this plottable"; - return false; - } - - if (!legend->hasItemWithPlottable(this)) - { - legend->addItem(new QCPPlottableLegendItem(legend, this)); - return true; - } else - return false; -} - -/*! \overload - - Adds this plottable to the legend of the parent QCustomPlot (\ref QCustomPlot::legend). - - \see removeFromLegend -*/ -bool QCPAbstractPlottable::addToLegend() -{ - if (!mParentPlot || !mParentPlot->legend) - return false; - else - return addToLegend(mParentPlot->legend); -} - -/*! \overload - - Removes the plottable from the specifed \a legend. This means the \ref 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(QCPLegend *legend) const -{ - if (!legend) - { - qDebug() << Q_FUNC_INFO << "passed legend is null"; - return false; - } - - if (QCPPlottableLegendItem *lip = legend->itemWithPlottable(this)) - return legend->removeItem(lip); - else - return false; -} - -/*! \overload - - Removes the plottable from the legend of the parent QCustomPlot. - - \see addToLegend -*/ -bool QCPAbstractPlottable::removeFromLegend() const -{ - if (!mParentPlot || !mParentPlot->legend) - return false; - else - return removeFromLegend(mParentPlot->legend); -} - -/* inherits documentation from base class */ -QRect QCPAbstractPlottable::clipRect() const -{ - if (mKeyAxis && mValueAxis) - return mKeyAxis.data()->axisRect()->rect() & mValueAxis.data()->axisRect()->rect(); - else - return {}; -} - -/* inherits documentation from base class */ -QCP::Interaction QCPAbstractPlottable::selectionCategory() const -{ - return QCP::iSelectPlottables; -} - -/*! \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. - - \seebaseclassmethod - - \see setAntialiased, applyFillAntialiasingHint, applyScattersAntialiasingHint -*/ -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 -*/ -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 -*/ -void QCPAbstractPlottable::applyScattersAntialiasingHint(QCPPainter *painter) const -{ - applyAntialiasingHint(painter, mAntialiasedScatters, QCP::aeScatters); -} - -/* inherits documentation from base class */ -void QCPAbstractPlottable::selectEvent(QMouseEvent *event, bool additive, const QVariant &details, bool *selectionStateChanged) -{ - Q_UNUSED(event) - - if (mSelectable != QCP::stNone) - { - QCPDataSelection newSelection = details.value(); - QCPDataSelection selectionBefore = mSelection; - if (additive) - { - if (mSelectable == QCP::stWhole) // in whole selection mode, we toggle to no selection even if currently unselected point was hit - { - if (selected()) - setSelection(QCPDataSelection()); - else - setSelection(newSelection); - } else // in all other selection modes we toggle selections of homogeneously selected/unselected segments - { - if (mSelection.contains(newSelection)) // if entire newSelection is already selected, toggle selection - setSelection(mSelection-newSelection); - else - setSelection(mSelection+newSelection); - } - } else - setSelection(newSelection); - if (selectionStateChanged) - *selectionStateChanged = mSelection != selectionBefore; - } -} - -/* inherits documentation from base class */ -void QCPAbstractPlottable::deselectEvent(bool *selectionStateChanged) -{ - if (mSelectable != QCP::stNone) - { - QCPDataSelection selectionBefore = mSelection; - setSelection(QCPDataSelection()); - if (selectionStateChanged) - *selectionStateChanged = mSelection != selectionBefore; - } -} -/* end of 'src/plottable.cpp' */ - - -/* including file 'src/item.cpp' */ -/* modified 2022-11-06T12:45:56, size 49486 */ - -//////////////////////////////////////////////////////////////////////////////////////////////////// -//////////////////// 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 \c nullptr 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.values()) - { - if (child->parentAnchorX() == this) - child->setParentAnchorX(nullptr); // this acts back on this anchor and child removes itself from mChildrenX - } - foreach (QCPItemPosition *child, mChildrenY.values()) - { - if (child->parentAnchorY() == this) - child->setParentAnchorY(nullptr); // 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::pixelPosition() const -{ - if (mParentItem) - { - if (mAnchorId > -1) - { - return mParentItem->anchorPixelPosition(mAnchorId); - } else - { - qDebug() << Q_FUNC_INFO << "no valid anchor id set:" << mAnchorId; - return {}; - } - } else - { - qDebug() << Q_FUNC_INFO << "no parent item set"; - return {}; - } -} - -/*! \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 (\ref QCPItemPosition::setAxes), as fractions of - the axis rect (\ref QCPItemPosition::setAxisRect), 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 for example 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 setPixelPosition. This - works no matter what type this QCPItemPosition is or what parent-child situation it is in, as \ref - setPixelPosition 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(nullptr), - mParentAnchorY(nullptr) -{ -} - -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::pixelPosition function instead of QCPItemAnchor::pixelPosition - foreach (QCPItemPosition *child, mChildrenX.values()) - { - if (child->parentAnchorX() == this) - child->setParentAnchorX(nullptr); // this acts back on this anchor and child removes itself from mChildrenX - } - foreach (QCPItemPosition *child, mChildrenY.values()) - { - if (child->parentAnchorY() == this) - child->setParentAnchorY(nullptr); // 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 pixelPosition() 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 = pixelPosition(); - - mPositionTypeX = type; - - if (retainPixelPosition) - setPixelPosition(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 pixelPosition() 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 = pixelPosition(); - - mPositionTypeY = type; - - if (retainPixelPosition) - setPixelPosition(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 \c nullptr. - - 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 = pixelPosition(); - // 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) - setPixelPosition(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 = pixelPosition(); - // 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) - setPixelPosition(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 setPixelPosition -*/ -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 setPixelPosition -*/ -QPointF QCPItemPosition::pixelPosition() const -{ - QPointF result; - - // determine X: - switch (mPositionTypeX) - { - case ptAbsolute: - { - result.rx() = mKey; - if (mParentAnchorX) - result.rx() += mParentAnchorX->pixelPosition().x(); - break; - } - case ptViewportRatio: - { - result.rx() = mKey*mParentPlot->viewport().width(); - if (mParentAnchorX) - result.rx() += mParentAnchorX->pixelPosition().x(); - else - result.rx() += mParentPlot->viewport().left(); - break; - } - case ptAxisRectRatio: - { - if (mAxisRect) - { - result.rx() = mKey*mAxisRect.data()->width(); - if (mParentAnchorX) - result.rx() += mParentAnchorX->pixelPosition().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->pixelPosition().y(); - break; - } - case ptViewportRatio: - { - result.ry() = mValue*mParentPlot->viewport().height(); - if (mParentAnchorY) - result.ry() += mParentAnchorY->pixelPosition().y(); - else - result.ry() += mParentPlot->viewport().top(); - break; - } - case ptAxisRectRatio: - { - if (mAxisRect) - { - result.ry() = mValue*mAxisRect.data()->height(); - if (mParentAnchorY) - result.ry() += mParentAnchorY->pixelPosition().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 pixelPosition, setCoords -*/ -void QCPItemPosition::setPixelPosition(const QPointF &pixelPosition) -{ - double x = pixelPosition.x(); - double y = pixelPosition.y(); - - switch (mPositionTypeX) - { - case ptAbsolute: - { - if (mParentAnchorX) - x -= mParentAnchorX->pixelPosition().x(); - break; - } - case ptViewportRatio: - { - if (mParentAnchorX) - x -= mParentAnchorX->pixelPosition().x(); - else - x -= mParentPlot->viewport().left(); - x /= double(mParentPlot->viewport().width()); - break; - } - case ptAxisRectRatio: - { - if (mAxisRect) - { - if (mParentAnchorX) - x -= mParentAnchorX->pixelPosition().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->pixelPosition().y(); - break; - } - case ptViewportRatio: - { - if (mParentAnchorY) - y -= mParentAnchorY->pixelPosition().y(); - else - y -= mParentPlot->viewport().top(); - y /= double(mParentPlot->viewport().height()); - break; - } - case ptAxisRectRatio: - { - if (mAxisRect) - { - if (mParentAnchorY) - y -= mParentAnchorY->pixelPosition().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::pixelPosition. - - 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 - QCPVector2D::distanceSquaredToLine and \ref rectDistance. 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 anchorPixelPosition(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) -{ - parentPlot->registerItem(this); - - QList rects = parentPlot->axisRects(); - if (!rects.isEmpty()) - { - 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 \c nullptr. - - 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 -{ - foreach (QCPItemPosition *position, mPositions) - { - if (position->name() == name) - return position; - } - qDebug() << Q_FUNC_INFO << "position with name not found:" << name; - return nullptr; -} - -/*! - Returns the QCPItemAnchor with the specified \a name. If this item doesn't have an anchor by - that name, returns \c nullptr. - - 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 -{ - foreach (QCPItemAnchor *anchor, mAnchors) - { - if (anchor->name() == name) - return anchor; - } - qDebug() << Q_FUNC_INFO << "anchor with name not found:" << name; - return nullptr; -} - -/*! - 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 -{ - foreach (QCPItemAnchor *anchor, mAnchors) - { - if (anchor->name() == 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, QCustomPlot's 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 - - 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 (non -1) of all four - returned values. -*/ -double QCPAbstractItem::rectDistance(const QRectF &rect, const QPointF &pos, bool filledRect) const -{ - double result = -1; - - // distance to border: - const QList lines = QList() << QLineF(rect.topLeft(), rect.topRight()) << QLineF(rect.bottomLeft(), rect.bottomRight()) - << QLineF(rect.topLeft(), rect.bottomLeft()) << QLineF(rect.topRight(), rect.bottomRight()); - const QCPVector2D posVec(pos); - double minDistSqr = (std::numeric_limits::max)(); - foreach (const QLineF &line, lines) - { - double distSqr = posVec.distanceSquaredToLine(line.p1(), line.p2()); - if (distSqr < minDistSqr) - minDistSqr = distSqr; - } - result = qSqrt(minDistSqr); - - // filled rect, allow click inside to count as hit: - if (filledRect && result > 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::anchorPixelPosition(int anchorId) const -{ - qDebug() << Q_FUNC_INFO << "called on item which shouldn't have any anchors (this method not reimplemented). anchorId" << anchorId; - return {}; -} - -/*! \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::anchorPixelPosition. 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; -} -/* end of 'src/item.cpp' */ - - -/* including file 'src/core.cpp' */ -/* modified 2022-11-06T12:45:56, size 127625 */ - -//////////////////////////////////////////////////////////////////////////////////////////////////// -//////////////////// 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 - https://www.qcustomplot.com/ -*/ - -/* start of documentation of inline functions */ - -/*! \fn QCPSelectionRect *QCustomPlot::selectionRect() const - - Allows access to the currently used QCPSelectionRect instance (or subclass thereof), that is used - to handle and draw selection rect interactions (see \ref setSelectionRectMode). - - \see setSelectionRect -*/ - -/*! \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, int dataIndex, 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. The parameter \a dataIndex indicates the data point that was closest to the click - position. - - \see plottableDoubleClick -*/ - -/*! \fn void QCustomPlot::plottableDoubleClick(QCPAbstractPlottable *plottable, int dataIndex, 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. The parameter \a dataIndex indicates the data point that was closest to the click - position. - - \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 \c nullptr. 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 \c nullptr. This happens for a click inside the legend padding or the space - between two items. - - \see legendClick -*/ - -/*! \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()/setSelection() on an object or by calling \ref - deselectAll. - - In addition to this signal, selectable objects also provide individual signals, for example \ref - QCPAxis::selectionChanged or \ref 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, afterLayout -*/ - -/*! \fn void QCustomPlot::afterLayout() - - This signal is emitted immediately after the layout step has been completed, which occurs right - before drawing the plot. This is typically during a call to \ref replot, and in such cases this - signal is emitted in between the signals \ref beforeReplot and \ref afterReplot. Unlike those - signals however, this signal is also emitted during off-screen painting, such as when calling - \ref toPixmap or \ref savePdf. - - The layout step queries all layouts and layout elements in the plot for their proposed size and - arranges the objects accordingly as preparation for the subsequent drawing step. Through this - signal, you have the opportunity to update certain things in your plot that depend crucially on - the exact dimensions/positioning of layout elements such as axes and axis rects. - - \warning However, changing any parameters of this QCustomPlot instance which would normally - affect the layouting (e.g. axis range order of magnitudes, tick label sizes, etc.) will not issue - a second run of the layout step. It will propagate directly to the draw step and may cause - graphical inconsistencies such as overlapping objects, if sizes or positions have changed. - - \see updateLayout, beforeReplot, 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, afterLayout -*/ - -/* 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 \c nullptr. - - If an axis convenience pointer is currently \c nullptr and a new axis rect or a corresponding - axis is added in the place of the main axis rect, QCustomPlot resets the convenience pointers to - the according new axes. Similarly the \ref legend convenience pointer will be reset if a legend - is added after the main legend was removed before. -*/ - -/*! \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 \c nullptr. - - If an axis convenience pointer is currently \c nullptr and a new axis rect or a corresponding - axis is added in the place of the main axis rect, QCustomPlot resets the convenience pointers to - the according new axes. Similarly the \ref legend convenience pointer will be reset if a legend - is added after the main legend was removed before. -*/ - -/*! \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 \c nullptr. - - If an axis convenience pointer is currently \c nullptr and a new axis rect or a corresponding - axis is added in the place of the main axis rect, QCustomPlot resets the convenience pointers to - the according new axes. Similarly the \ref legend convenience pointer will be reset if a legend - is added after the main legend was removed before. -*/ - -/*! \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 \c nullptr. - - If an axis convenience pointer is currently \c nullptr and a new axis rect or a corresponding - axis is added in the place of the main axis rect, QCustomPlot resets the convenience pointers to - the according new axes. Similarly the \ref legend convenience pointer will be reset if a legend - is added after the main legend was removed before. -*/ - -/*! \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 \c nullptr. - - If an axis convenience pointer is currently \c nullptr and a new axis rect or a corresponding - axis is added in the place of the main axis rect, QCustomPlot resets the convenience pointers to - the according new axes. Similarly the \ref legend convenience pointer will be reset if a legend - is added after the main legend was removed before. -*/ - -/* end of documentation of public members */ - -/*! - Constructs a QCustomPlot and sets reasonable default values. -*/ -QCustomPlot::QCustomPlot(QWidget *parent) : - QWidget(parent), - xAxis(nullptr), - yAxis(nullptr), - xAxis2(nullptr), - yAxis2(nullptr), - legend(nullptr), - mBufferDevicePixelRatio(1.0), // will be adapted to true value below - mPlotLayout(nullptr), - mAutoAddPlottableToLegend(true), - mAntialiasedElements(QCP::aeNone), - mNotAntialiasedElements(QCP::aeNone), - mInteractions(QCP::iNone), - mSelectionTolerance(8), - mNoAntialiasingOnDrag(false), - mBackgroundBrush(Qt::white, Qt::SolidPattern), - mBackgroundScaled(true), - mBackgroundScaledMode(Qt::KeepAspectRatioByExpanding), - mCurrentLayer(nullptr), - mPlottingHints(QCP::phCacheLabels|QCP::phImmediateRefresh), - mMultiSelectModifier(Qt::ControlModifier), - mSelectionRectMode(QCP::srmNone), - mSelectionRect(nullptr), - mOpenGl(false), - mMouseHasMoved(false), - mMouseEventLayerable(nullptr), - mMouseSignalLayerable(nullptr), - mReplotting(false), - mReplotQueued(false), - mReplotTime(0), - mReplotTimeAverage(0), - mOpenGlMultisamples(16), - mOpenGlAntialiasedElementsBackup(QCP::aeNone), - mOpenGlCacheLabelsBackup(true) -{ - setAttribute(Qt::WA_NoMousePropagation); - setFocusPolicy(Qt::ClickFocus); - setMouseTracking(true); - QLocale currentLocale = locale(); - currentLocale.setNumberOptions(QLocale::OmitGroupSeparator); - setLocale(currentLocale); -#ifdef QCP_DEVICEPIXELRATIO_SUPPORTED -# ifdef QCP_DEVICEPIXELRATIO_FLOAT - setBufferDevicePixelRatio(QWidget::devicePixelRatioF()); -# else - setBufferDevicePixelRatio(QWidget::devicePixelRatio()); -# endif -#endif - - mOpenGlAntialiasedElementsBackup = mAntialiasedElements; - mOpenGlCacheLabelsBackup = mPlottingHints.testFlag(QCP::phCacheLabels); - // 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"))); - mLayers.append(new QCPLayer(this, QLatin1String("overlay"))); - updateLayerIndices(); - setCurrentLayer(QLatin1String("main")); - layer(QLatin1String("overlay"))->setMode(QCPLayer::lmBuffered); - - // 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")); - - // create selection rect instance: - mSelectionRect = new QCPSelectionRect(this); - mSelectionRect->setLayer(QLatin1String("overlay")); - - setViewport(rect()); // needs to be called after mPlotLayout has been created - - replot(rpQueuedReplot); -} - -QCustomPlot::~QCustomPlot() -{ - clearPlottables(); - clearItems(); - - if (mPlotLayout) - { - delete mPlotLayout; - mPlotLayout = nullptr; - } - - mCurrentLayer = nullptr; - 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 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 data selection is controlled by \ref QCP::iSelectPlottables. If \ref - QCP::iSelectPlottables is set, the user may select plottables (graphs, curves, bars,...) and - their data by clicking on them or in their vicinity (\ref setSelectionTolerance). Whether the - user can actually select a plottable and its data can further be restricted with the \ref - QCPAbstractPlottable::setSelectable method on the specific plottable. For details, see the - special page about the \ref dataselection "data selection mechanism". 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. - QCPTextElement, 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 (or data points) 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 how QCustomPlot processes mouse click-and-drag interactions by the user. - - If \a mode is \ref QCP::srmNone, the mouse drag is forwarded to the underlying objects. For - example, QCPAxisRect may process a mouse drag by dragging axis ranges, see \ref - QCPAxisRect::setRangeDrag. If \a mode is not \ref QCP::srmNone, the current selection rect (\ref - selectionRect) becomes activated and allows e.g. rect zooming and data point selection. - - If you wish to provide your user both with axis range dragging and data selection/range zooming, - use this method to switch between the modes just before the interaction is processed, e.g. in - reaction to the \ref mousePress or \ref mouseMove signals. For example you could check whether - the user is holding a certain keyboard modifier, and then decide which \a mode shall be set. - - If a selection rect interaction is currently active, and \a mode is set to \ref QCP::srmNone, the - interaction is canceled (\ref QCPSelectionRect::cancel). Switching between any of the other modes - will keep the selection rect active. Upon completion of the interaction, the behaviour is as - defined by the currently set \a mode, not the mode that was set when the interaction started. - - \see setInteractions, setSelectionRect, QCPSelectionRect -*/ -void QCustomPlot::setSelectionRectMode(QCP::SelectionRectMode mode) -{ - if (mSelectionRect) - { - if (mode == QCP::srmNone) - mSelectionRect->cancel(); // when switching to none, we immediately want to abort a potentially active selection rect - - // disconnect old connections: - if (mSelectionRectMode == QCP::srmSelect) - disconnect(mSelectionRect, SIGNAL(accepted(QRect,QMouseEvent*)), this, SLOT(processRectSelection(QRect,QMouseEvent*))); - else if (mSelectionRectMode == QCP::srmZoom) - disconnect(mSelectionRect, SIGNAL(accepted(QRect,QMouseEvent*)), this, SLOT(processRectZoom(QRect,QMouseEvent*))); - - // establish new ones: - if (mode == QCP::srmSelect) - connect(mSelectionRect, SIGNAL(accepted(QRect,QMouseEvent*)), this, SLOT(processRectSelection(QRect,QMouseEvent*))); - else if (mode == QCP::srmZoom) - connect(mSelectionRect, SIGNAL(accepted(QRect,QMouseEvent*)), this, SLOT(processRectZoom(QRect,QMouseEvent*))); - } - - mSelectionRectMode = mode; -} - -/*! - Sets the \ref QCPSelectionRect instance that QCustomPlot will use if \a mode is not \ref - QCP::srmNone and the user performs a click-and-drag interaction. QCustomPlot takes ownership of - the passed \a selectionRect. It can be accessed later via \ref selectionRect. - - This method is useful if you wish to replace the default QCPSelectionRect instance with an - instance of a QCPSelectionRect subclass, to introduce custom behaviour of the selection rect. - - \see setSelectionRectMode -*/ -void QCustomPlot::setSelectionRect(QCPSelectionRect *selectionRect) -{ - delete mSelectionRect; - - mSelectionRect = selectionRect; - - if (mSelectionRect) - { - // establish connections with new selection rect: - if (mSelectionRectMode == QCP::srmSelect) - connect(mSelectionRect, SIGNAL(accepted(QRect,QMouseEvent*)), this, SLOT(processRectSelection(QRect,QMouseEvent*))); - else if (mSelectionRectMode == QCP::srmZoom) - connect(mSelectionRect, SIGNAL(accepted(QRect,QMouseEvent*)), this, SLOT(processRectZoom(QRect,QMouseEvent*))); - } -} - -/*! - \warning This is still an experimental feature and its performance depends on the system that it - runs on. Having multiple QCustomPlot widgets in one application with enabled OpenGL rendering - might cause context conflicts on some systems. - - This method allows to enable OpenGL plot rendering, for increased plotting performance of - graphically demanding plots (thick lines, translucent fills, etc.). - - If \a enabled is set to true, QCustomPlot will try to initialize OpenGL and, if successful, - continue plotting with hardware acceleration. The parameter \a multisampling controls how many - samples will be used per pixel, it essentially controls the antialiasing quality. If \a - multisampling is set too high for the current graphics hardware, the maximum allowed value will - be used. - - You can test whether switching to OpenGL rendering was successful by checking whether the - according getter \a QCustomPlot::openGl() returns true. If the OpenGL initialization fails, - rendering continues with the regular software rasterizer, and an according qDebug output is - generated. - - If switching to OpenGL was successful, this method disables label caching (\ref setPlottingHint - "setPlottingHint(QCP::phCacheLabels, false)") and turns on QCustomPlot's antialiasing override - for all elements (\ref setAntialiasedElements "setAntialiasedElements(QCP::aeAll)"), leading to a - higher quality output. The antialiasing override allows for pixel-grid aligned drawing in the - OpenGL paint device. As stated before, in OpenGL rendering the actual antialiasing of the plot is - controlled with \a multisampling. If \a enabled is set to false, the antialiasing/label caching - settings are restored to what they were before OpenGL was enabled, if they weren't altered in the - meantime. - - \note OpenGL support is only enabled if QCustomPlot is compiled with the macro \c QCUSTOMPLOT_USE_OPENGL - defined. This define must be set before including the QCustomPlot header both during compilation - of the QCustomPlot library as well as when compiling your application. It is best to just include - the line DEFINES += QCUSTOMPLOT_USE_OPENGL in the respective qmake project files. - \note If you are using a Qt version before 5.0, you must also add the module "opengl" to your \c - QT variable in the qmake project files. For Qt versions 5.0 and higher, QCustomPlot switches to a - newer OpenGL interface which is already in the "gui" module. -*/ -void QCustomPlot::setOpenGl(bool enabled, int multisampling) -{ - mOpenGlMultisamples = qMax(0, multisampling); -#ifdef QCUSTOMPLOT_USE_OPENGL - mOpenGl = enabled; - if (mOpenGl) - { - if (setupOpenGl()) - { - // backup antialiasing override and labelcaching setting so we can restore upon disabling OpenGL - mOpenGlAntialiasedElementsBackup = mAntialiasedElements; - mOpenGlCacheLabelsBackup = mPlottingHints.testFlag(QCP::phCacheLabels); - // set antialiasing override to antialias all (aligns gl pixel grid properly), and disable label caching (would use software rasterizer for pixmap caches): - setAntialiasedElements(QCP::aeAll); - setPlottingHint(QCP::phCacheLabels, false); - } else - { - qDebug() << Q_FUNC_INFO << "Failed to enable OpenGL, continuing plotting without hardware acceleration."; - mOpenGl = false; - } - } else - { - // restore antialiasing override and labelcaching to what it was before enabling OpenGL, if nobody changed it in the meantime: - if (mAntialiasedElements == QCP::aeAll) - setAntialiasedElements(mOpenGlAntialiasedElementsBackup); - if (!mPlottingHints.testFlag(QCP::phCacheLabels)) - setPlottingHint(QCP::phCacheLabels, mOpenGlCacheLabelsBackup); - freeOpenGl(); - } - // recreate all paint buffers: - mPaintBuffers.clear(); - setupPaintBuffers(); -#else - Q_UNUSED(enabled) - qDebug() << Q_FUNC_INFO << "QCustomPlot can't use OpenGL because QCUSTOMPLOT_USE_OPENGL was not defined during compilation (add 'DEFINES += QCUSTOMPLOT_USE_OPENGL' to your qmake .pro file)"; -#endif -} - -/*! - Sets the viewport of this QCustomPlot. Usually users of QCustomPlot don't need to change the - viewport manually. - - The viewport is the area in which the plot is drawn. All mechanisms, e.g. margin calculation 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, or even additional axis - rects, color scales and other layout elements. - - 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 the device pixel ratio used by the paint buffers of this QCustomPlot instance. - - Normally, this doesn't need to be set manually, because it is initialized with the regular \a - QWidget::devicePixelRatio which is configured by Qt to fit the display device (e.g. 1 for normal - displays, 2 for High-DPI displays). - - Device pixel ratios are supported by Qt only for Qt versions since 5.4. If this method is called - when QCustomPlot is being used with older Qt versions, outputs an according qDebug message and - leaves the internal buffer device pixel ratio at 1.0. -*/ -void QCustomPlot::setBufferDevicePixelRatio(double ratio) -{ - if (!qFuzzyCompare(ratio, mBufferDevicePixelRatio)) - { -#ifdef QCP_DEVICEPIXELRATIO_SUPPORTED - mBufferDevicePixelRatio = ratio; - foreach (QSharedPointer buffer, mPaintBuffers) - buffer->setDevicePixelRatio(mBufferDevicePixelRatio); - // Note: axis label cache has devicePixelRatio as part of cache hash, so no need to manually clear cache here -#else - qDebug() << Q_FUNC_INFO << "Device pixel ratios not supported for Qt versions before 5.4"; - mBufferDevicePixelRatio = 1.0; -#endif - } -} - -/*! - 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 \c nullptr. - - There is an overloaded version of this function with no parameter which returns the last added - plottable, see QCustomPlot::plottable() - - \see plottableCount -*/ -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 nullptr; - } -} - -/*! \overload - - Returns the last plottable that was added to the plot. If there are no plottables in the plot, - returns \c nullptr. - - \see plottableCount -*/ -QCPAbstractPlottable *QCustomPlot::plottable() -{ - if (!mPlottables.isEmpty()) - { - return mPlottables.last(); - } else - return nullptr; -} - -/*! - Removes the specified plottable from the plot and deletes it. If necessary, the corresponding - legend item is also removed from the default legend (QCustomPlot::legend). - - Returns true on success. - - \see 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 and deletes 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 deletes them. Corresponding legend items are also - removed from the default legend (QCustomPlot::legend). - - 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 -*/ -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::setSelection -*/ -QList QCustomPlot::selectedPlottables() const -{ - QList result; - foreach (QCPAbstractPlottable *plottable, mPlottables) - { - if (plottable->selected()) - result.append(plottable); - } - return result; -} - -/*! - Returns any plottable at the pixel position \a pos. Since it can capture all plottables, the - return type is the abstract base class of all plottables, QCPAbstractPlottable. - - For details, and if you wish to specify a certain plottable type (e.g. QCPGraph), see the - template method plottableAt() - - \see plottableAt(), itemAt, layoutElementAt -*/ -QCPAbstractPlottable *QCustomPlot::plottableAt(const QPointF &pos, bool onlySelectable, int *dataIndex) const -{ - return plottableAt(pos, onlySelectable, dataIndex); -} - -/*! - Returns whether this QCustomPlot instance contains the \a plottable. -*/ -bool QCustomPlot::hasPlottable(QCPAbstractPlottable *plottable) const -{ - return mPlottables.contains(plottable); -} - -/*! - Returns the graph with \a index. If the index is invalid, returns \c nullptr. - - 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 nullptr; - } -} - -/*! \overload - - Returns the last graph, that was created with \ref addGraph. If there are no graphs in the plot, - returns \c nullptr. - - \see graphCount, addGraph -*/ -QCPGraph *QCustomPlot::graph() const -{ - if (!mGraphs.isEmpty()) - { - return mGraphs.last(); - } else - return nullptr; -} - -/*! - 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 \c nullptr 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 nullptr; - } - if (keyAxis->parentPlot() != this || valueAxis->parentPlot() != this) - { - qDebug() << Q_FUNC_INFO << "passed keyAxis or valueAxis doesn't have this QCustomPlot as parent"; - return nullptr; - } - - QCPGraph *newGraph = new QCPGraph(keyAxis, valueAxis); - newGraph->setName(QLatin1String("Graph ")+QString::number(mGraphs.size())); - return newGraph; -} - -/*! - Removes the specified \a graph from the plot and deletes it. If necessary, the corresponding - legend item is also removed from the default legend (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 \c nullptr (no channel fill). - - Returns true on success. - - \see clearGraphs -*/ -bool QCustomPlot::removeGraph(QCPGraph *graph) -{ - return removePlottable(graph); -} - -/*! \overload - - Removes and deletes 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 deletes them. Corresponding legend items are also removed - from the default legend (QCustomPlot::legend). - - 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::setSelection -*/ -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 \c nullptr. - - There is an overloaded version of this function with no parameter which returns the last added - item, see QCustomPlot::item() - - \see itemCount -*/ -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 nullptr; - } -} - -/*! \overload - - Returns the last item that was added to this plot. If there are no items in the plot, - returns \c nullptr. - - \see itemCount -*/ -QCPAbstractItem *QCustomPlot::item() const -{ - if (!mItems.isEmpty()) - { - return mItems.last(); - } else - return nullptr; -} - -/*! - Removes the specified item from the plot and deletes it. - - Returns true on success. - - \see 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 and deletes 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 and deletes them. - - 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 -*/ -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. Since it can capture all items, the - return type is the abstract base class of all items, QCPAbstractItem. - - For details, and if you wish to specify a certain item type (e.g. QCPItemLine), see the - template method itemAt() - - \see itemAt(), plottableAt, layoutElementAt -*/ -QCPAbstractItem *QCustomPlot::itemAt(const QPointF &pos, bool onlySelectable) const -{ - return itemAt(pos, onlySelectable); -} - -/*! - Returns whether this QCustomPlot contains the \a item. - - \see item -*/ -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, \c - nullptr 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 nullptr; -} - -/*! \overload - - Returns the layer by \a index. If the index is invalid, \c nullptr 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 nullptr; - } -} - -/*! - 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(); - setupPaintBuffers(); // associates new layer with the appropriate paint buffer - 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 (such that relative order stays the same) - std::reverse(children.begin(), children.end()); - foreach (QCPLayerable *child, children) - child->moveToLayer(targetLayer, isFirstLayer); // prepend if isFirstLayer, otherwise append - - // if removed layer is current layer, change current layer to layer below/above: - if (layer == mCurrentLayer) - setCurrentLayer(targetLayer); - - // invalidate the paint buffer that was responsible for this layer: - if (QSharedPointer pb = layer->mPaintBuffer.toStrongRef()) - pb->setInvalidated(); - - // 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; - } - - if (layer->index() > otherLayer->index()) - mLayers.move(layer->index(), otherLayer->index() + (insertMode==limAbove ? 1:0)); - else if (layer->index() < otherLayer->index()) - mLayers.move(layer->index(), otherLayer->index() + (insertMode==limAbove ? 0:-1)); - - // invalidate the paint buffers that are responsible for the layers: - if (QSharedPointer pb = layer->mPaintBuffer.toStrongRef()) - pb->setInvalidated(); - if (QSharedPointer pb = otherLayer->mPaintBuffer.toStrongRef()) - pb->setInvalidated(); - - 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). - - The order of the axis rects is given by the fill order of the \ref QCPLayout that is holding - them. For example, if the axis rects are in the top level grid layout (accessible via \ref - QCustomPlot::plotLayout), they are ordered from left to right, top to bottom, if the layout's - default \ref QCPLayoutGrid::setFillOrder "setFillOrder" of \ref QCPLayoutGrid::foColumnsFirst - "foColumnsFirst" wasn't changed. - - If you want to access axis rects by their row and column index, use the layout interface. For - example, use \ref QCPLayoutGrid::element of the top level grid layout, and \c qobject_cast the - returned layout element to \ref QCPAxisRect. (See also \ref thelayoutsystem.) - - \see axisRectCount, axisRects, QCPLayoutGrid::setFillOrder -*/ -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 nullptr; - } -} - -/*! - Returns all axis rects in the plot. - - The order of the axis rects is given by the fill order of the \ref QCPLayout that is holding - them. For example, if the axis rects are in the top level grid layout (accessible via \ref - QCustomPlot::plotLayout), they are ordered from left to right, top to bottom, if the layout's - default \ref QCPLayoutGrid::setFillOrder "setFillOrder" of \ref QCPLayoutGrid::foColumnsFirst - "foColumnsFirst" wasn't changed. - - \see axisRectCount, axisRect, QCPLayoutGrid::setFillOrder -*/ -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 \c nullptr. - - 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 layout element of type \ref QCPAxisRect at pixel position \a pos. This method ignores - other layout elements even if they are visually in front of the axis rect (e.g. a \ref - QCPLegend). If there is no axis rect at that position, returns \c nullptr. - - Only visible axis rects are used. If \ref QCPLayoutElement::setVisible on the axis rect itself or - on any of its parent elements is set to false, it will not be considered. - - \see layoutElementAt -*/ -QCPAxisRect *QCustomPlot::axisRectAt(const QPointF &pos) const -{ - QCPAxisRect *result = nullptr; - 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; - if (QCPAxisRect *ar = qobject_cast(currentElement)) - result = ar; - break; - } - } - } - return result; -} - -/*! - 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(nullptr); - } -} - -/*! - Causes a complete replot into the internal paint buffer(s). Finally, the widget surface is - refreshed with the new buffer contents. This is the method that must be called to make changes to - the plot, e.g. on the axis ranges or data points of graphs, visible. - - The parameter \a refreshPriority can be used to fine-tune the timing of the replot. For example - if your application calls \ref replot very quickly in succession (e.g. multiple independent - functions change some aspects of the plot and each wants to make sure the change gets replotted), - it is advisable to set \a refreshPriority to \ref QCustomPlot::rpQueuedReplot. This way, the - actual replotting is deferred to the next event loop iteration. Multiple successive calls of \ref - replot with this priority will only cause a single replot, avoiding redundant replots and - improving performance. - - 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. - - If a layer is in mode \ref QCPLayer::lmBuffered (\ref QCPLayer::setMode), it is also possible to - replot only that specific layer via \ref QCPLayer::replot. See the documentation there for - details. - - \see replotTime -*/ -void QCustomPlot::replot(QCustomPlot::RefreshPriority refreshPriority) -{ - if (refreshPriority == QCustomPlot::rpQueuedReplot) - { - if (!mReplotQueued) - { - mReplotQueued = true; - QTimer::singleShot(0, this, SLOT(replot())); - } - return; - } - - if (mReplotting) // incase signals loop back to replot slot - return; - mReplotting = true; - mReplotQueued = false; - emit beforeReplot(); - -# if QT_VERSION < QT_VERSION_CHECK(4, 8, 0) - QTime replotTimer; - replotTimer.start(); -# else - QElapsedTimer replotTimer; - replotTimer.start(); -# endif - - updateLayout(); - // draw all layered objects (grid, axes, plottables, items, legend,...) into their buffers: - setupPaintBuffers(); - foreach (QCPLayer *layer, mLayers) - layer->drawToPaintBuffer(); - foreach (QSharedPointer buffer, mPaintBuffers) - buffer->setInvalidated(false); - - if ((refreshPriority == rpRefreshHint && mPlottingHints.testFlag(QCP::phImmediateRefresh)) || refreshPriority==rpImmediateRefresh) - repaint(); - else - update(); - -# if QT_VERSION < QT_VERSION_CHECK(4, 8, 0) - mReplotTime = replotTimer.elapsed(); -# else - mReplotTime = replotTimer.nsecsElapsed()*1e-6; -# endif - if (!qFuzzyIsNull(mReplotTimeAverage)) - mReplotTimeAverage = mReplotTimeAverage*0.9 + mReplotTime*0.1; // exponential moving average with a time constant of 10 last replots - else - mReplotTimeAverage = mReplotTime; // no previous replots to average with, so initialize with replot time - - emit afterReplot(); - mReplotting = false; -} - -/*! - Returns the time in milliseconds that the last replot took. If \a average is set to true, an - exponential moving average over the last couple of replots is returned. - - \see replot -*/ -double QCustomPlot::replotTime(bool average) const -{ - return average ? mReplotTimeAverage : mReplotTime; -} - -/*! - 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. - - Setting \a exportPen to \ref QCP::epNoCosmetic allows to disable 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 exportPen to \ref QCP::epNoCosmetic 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 \c QT_NO_PRINTER is set. - - \see savePng, saveBmp, saveJpg, saveRastered -*/ -bool QCustomPlot::savePdf(const QString &fileName, int width, int height, QCP::ExportPen exportPen, const QString &pdfCreator, const QString &pdfTitle) -{ - bool success = false; -#ifdef QT_NO_PRINTER - Q_UNUSED(fileName) - Q_UNUSED(exportPen) - 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, exportPen==QCP::epNoCosmetic); - 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, multiplied by \a scale. If either \a width or \a height is zero, the - current width and height of the QCustomPlot widget is used instead. 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 by - temporarily setting \ref QCustomPlot::setAntialiasedElements to \ref QCP::aeAll as this allows - QCustomPlot to place objects with sub-pixel accuracy. - - image compression can be controlled with the \a quality parameter which must be between 0 and 100 - or -1 to use the default setting. - - The \a resolution will be written to the image file header and has no direct consequence for the - quality or the pixel size. However, if opening the image with a tool which respects the metadata, - it will be able to scale the image to match either a given size in real units of length (inch, - centimeters, etc.), or the target display DPI. You can specify in which units \a resolution is - given, by setting \a resolutionUnit. The \a resolution is converted to the format's expected - resolution unit internally. - - 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(). - - 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. - - \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. - - \see savePdf, saveBmp, saveJpg, saveRastered -*/ -bool QCustomPlot::savePng(const QString &fileName, int width, int height, double scale, int quality, int resolution, QCP::ResolutionUnit resolutionUnit) -{ - return saveRastered(fileName, width, height, scale, "PNG", quality, resolution, resolutionUnit); -} - -/*! - Saves a JPEG image file to \a fileName on disc. The output plot will have the dimensions \a width - and \a height in pixels, multiplied by \a scale. If either \a width or \a height is zero, the - current width and height of the QCustomPlot widget is used instead. 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 by - temporarily setting \ref QCustomPlot::setAntialiasedElements to \ref QCP::aeAll as this allows - QCustomPlot to place objects with sub-pixel accuracy. - - image compression can be controlled with the \a quality parameter which must be between 0 and 100 - or -1 to use the default setting. - - The \a resolution will be written to the image file header and has no direct consequence for the - quality or the pixel size. However, if opening the image with a tool which respects the metadata, - it will be able to scale the image to match either a given size in real units of length (inch, - centimeters, etc.), or the target display DPI. You can specify in which units \a resolution is - given, by setting \a resolutionUnit. The \a resolution is converted to the format's expected - resolution unit internally. - - Returns true on success. If this function fails, most likely the JPEG format isn't supported by - the system, see Qt docs about QImageWriter::supportedImageFormats(). - - 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. - - \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. - - \see savePdf, savePng, saveBmp, saveRastered -*/ -bool QCustomPlot::saveJpg(const QString &fileName, int width, int height, double scale, int quality, int resolution, QCP::ResolutionUnit resolutionUnit) -{ - return saveRastered(fileName, width, height, scale, "JPG", quality, resolution, resolutionUnit); -} - -/*! - Saves a BMP image file to \a fileName on disc. The output plot will have the dimensions \a width - and \a height in pixels, multiplied by \a scale. If either \a width or \a height is zero, the - current width and height of the QCustomPlot widget is used instead. 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 by - temporarily setting \ref QCustomPlot::setAntialiasedElements to \ref QCP::aeAll as this allows - QCustomPlot to place objects with sub-pixel accuracy. - - The \a resolution will be written to the image file header and has no direct consequence for the - quality or the pixel size. However, if opening the image with a tool which respects the metadata, - it will be able to scale the image to match either a given size in real units of length (inch, - centimeters, etc.), or the target display DPI. You can specify in which units \a resolution is - given, by setting \a resolutionUnit. The \a resolution is converted to the format's expected - resolution unit internally. - - 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(). - - 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. - - \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. - - \see savePdf, savePng, saveJpg, saveRastered -*/ -bool QCustomPlot::saveBmp(const QString &fileName, int width, int height, double scale, int resolution, QCP::ResolutionUnit resolutionUnit) -{ - return saveRastered(fileName, width, height, scale, "BMP", -1, resolution, resolutionUnit); -} - -/*! \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->minimumOuterSizeHint(); -} - -/*! \internal - - Returns a size hint that is the same as \ref minimumSizeHint. - -*/ -QSize QCustomPlot::sizeHint() const -{ - return mPlotLayout->minimumOuterSizeHint(); -} - -/*! \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) - - // detect if the device pixel ratio has changed (e.g. moving window between different DPI screens), and adapt buffers if necessary: -#ifdef QCP_DEVICEPIXELRATIO_SUPPORTED -# ifdef QCP_DEVICEPIXELRATIO_FLOAT - double newDpr = devicePixelRatioF(); -# else - double newDpr = devicePixelRatio(); -# endif - if (!qFuzzyCompare(mBufferDevicePixelRatio, newDpr)) - { - setBufferDevicePixelRatio(newDpr); - replot(QCustomPlot::rpQueuedRefresh); - return; - } -#endif - - QCPPainter painter(this); - if (painter.isActive()) - { -#if QT_VERSION < QT_VERSION_CHECK(6, 0, 0) - painter.setRenderHint(QPainter::HighQualityAntialiasing); // to make Antialiasing look good if using the OpenGL graphicssystem -#endif - if (mBackgroundBrush.style() != Qt::NoBrush) - painter.fillRect(mViewport, mBackgroundBrush); - drawBackground(&painter); - foreach (QSharedPointer buffer, mPaintBuffers) - buffer->draw(&painter); - } -} - -/*! \internal - - Event handler for a resize of the QCustomPlot widget. The viewport (which becomes the outer rect - of mPlotLayout) is resized appropriately. Finally a \ref replot is performed. -*/ -void QCustomPlot::resizeEvent(QResizeEvent *event) -{ - Q_UNUSED(event) - // resize and repaint the buffer: - setViewport(rect()); - replot(rpQueuedRefresh); // queued refresh is important here, to prevent painting issues in some contexts (e.g. MDI subwindow) -} - -/*! \internal - - Event handler for when a double click occurs. Emits the \ref mouseDoubleClick signal, then - determines the layerable under the cursor and forwards the event to it. Finally, emits the - specialized signals when certain objecs are clicked (e.g. \ref plottableDoubleClick, \ref - axisDoubleClick, etc.). - - \see mousePressEvent, mouseReleaseEvent -*/ -void QCustomPlot::mouseDoubleClickEvent(QMouseEvent *event) -{ - emit mouseDoubleClick(event); - mMouseHasMoved = false; - mMousePressPos = event->pos(); - - // determine layerable under the cursor (this event is called instead of the second press event in a double-click): - QList details; - QList candidates = layerableListAt(mMousePressPos, false, &details); - for (int i=0; iaccept(); // default impl of QCPLayerable's mouse events ignore the event, in that case propagate to next candidate in list - candidates.at(i)->mouseDoubleClickEvent(event, details.at(i)); - if (event->isAccepted()) - { - mMouseEventLayerable = candidates.at(i); - mMouseEventLayerableDetails = details.at(i); - break; - } - } - - // emit specialized object double click signals: - if (!candidates.isEmpty()) - { - if (QCPAbstractPlottable *ap = qobject_cast(candidates.first())) - { - int dataIndex = 0; - if (!details.first().value().isEmpty()) - dataIndex = details.first().value().dataRange().begin(); - emit plottableDoubleClick(ap, dataIndex, event); - } else if (QCPAxis *ax = qobject_cast(candidates.first())) - emit axisDoubleClick(ax, details.first().value(), event); - else if (QCPAbstractItem *ai = qobject_cast(candidates.first())) - emit itemDoubleClick(ai, event); - else if (QCPLegend *lg = qobject_cast(candidates.first())) - emit legendDoubleClick(lg, nullptr, event); - else if (QCPAbstractLegendItem *li = qobject_cast(candidates.first())) - emit legendDoubleClick(li->parentLegend(), li, event); - } - - event->accept(); // in case QCPLayerable reimplementation manipulates event accepted state. In QWidget event system, QCustomPlot wants to accept the event. -} - -/*! \internal - - Event handler for when a mouse button is pressed. Emits the mousePress signal. - - If the current \ref setSelectionRectMode is not \ref QCP::srmNone, passes the event to the - selection rect. Otherwise determines the layerable under the cursor and forwards the event to it. - - \see mouseMoveEvent, mouseReleaseEvent -*/ -void QCustomPlot::mousePressEvent(QMouseEvent *event) -{ - emit mousePress(event); - // save some state to tell in releaseEvent whether it was a click: - mMouseHasMoved = false; - mMousePressPos = event->pos(); - - if (mSelectionRect && mSelectionRectMode != QCP::srmNone) - { - if (mSelectionRectMode != QCP::srmZoom || qobject_cast(axisRectAt(mMousePressPos))) // in zoom mode only activate selection rect if on an axis rect - mSelectionRect->startSelection(event); - } else - { - // no selection rect interaction, prepare for click signal emission and forward event to layerable under the cursor: - QList details; - QList candidates = layerableListAt(mMousePressPos, false, &details); - if (!candidates.isEmpty()) - { - mMouseSignalLayerable = candidates.first(); // candidate for signal emission is always topmost hit layerable (signal emitted in release event) - mMouseSignalLayerableDetails = details.first(); - } - // forward event to topmost candidate which accepts the event: - for (int i=0; iaccept(); // default impl of QCPLayerable's mouse events call ignore() on the event, in that case propagate to next candidate in list - candidates.at(i)->mousePressEvent(event, details.at(i)); - if (event->isAccepted()) - { - mMouseEventLayerable = candidates.at(i); - mMouseEventLayerableDetails = details.at(i); - break; - } - } - } - - event->accept(); // in case QCPLayerable reimplementation manipulates event accepted state. In QWidget event system, QCustomPlot wants to accept the event. -} - -/*! \internal - - Event handler for when the cursor is moved. Emits the \ref mouseMove signal. - - If the selection rect (\ref setSelectionRect) is currently active, the event is forwarded to it - in order to update the rect geometry. - - Otherwise, 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); - - if (!mMouseHasMoved && (mMousePressPos-event->pos()).manhattanLength() > 3) - mMouseHasMoved = true; // moved too far from mouse press position, don't handle as click on mouse release - - if (mSelectionRect && mSelectionRect->isActive()) - mSelectionRect->moveSelection(event); - else if (mMouseEventLayerable) // call event of affected layerable: - mMouseEventLayerable->mouseMoveEvent(event, mMousePressPos); - - event->accept(); // in case QCPLayerable reimplementation manipulates event accepted state. In QWidget event system, QCustomPlot wants to accept the 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 layerable is the mouse capturer (a \ref mousePressEvent happened on top of the layerable - before), the \ref mouseReleaseEvent is forwarded to that element. - - \see mousePressEvent, mouseMoveEvent -*/ -void QCustomPlot::mouseReleaseEvent(QMouseEvent *event) -{ - emit mouseRelease(event); - - if (!mMouseHasMoved) // mouse hasn't moved (much) between press and release, so handle as click - { - if (mSelectionRect && mSelectionRect->isActive()) // a simple click shouldn't successfully finish a selection rect, so cancel it here - mSelectionRect->cancel(); - if (event->button() == Qt::LeftButton) - processPointSelection(event); - - // emit specialized click signals of QCustomPlot instance: - if (QCPAbstractPlottable *ap = qobject_cast(mMouseSignalLayerable)) - { - int dataIndex = 0; - if (!mMouseSignalLayerableDetails.value().isEmpty()) - dataIndex = mMouseSignalLayerableDetails.value().dataRange().begin(); - emit plottableClick(ap, dataIndex, event); - } else if (QCPAxis *ax = qobject_cast(mMouseSignalLayerable)) - emit axisClick(ax, mMouseSignalLayerableDetails.value(), event); - else if (QCPAbstractItem *ai = qobject_cast(mMouseSignalLayerable)) - emit itemClick(ai, event); - else if (QCPLegend *lg = qobject_cast(mMouseSignalLayerable)) - emit legendClick(lg, nullptr, event); - else if (QCPAbstractLegendItem *li = qobject_cast(mMouseSignalLayerable)) - emit legendClick(li->parentLegend(), li, event); - mMouseSignalLayerable = nullptr; - } - - if (mSelectionRect && mSelectionRect->isActive()) // Note: if a click was detected above, the selection rect is canceled there - { - // finish selection rect, the appropriate action will be taken via signal-slot connection: - mSelectionRect->endSelection(event); - } else - { - // call event of affected layerable: - if (mMouseEventLayerable) - { - mMouseEventLayerable->mouseReleaseEvent(event, mMousePressPos); - mMouseEventLayerable = nullptr; - } - } - - if (noAntialiasingOnDrag()) - replot(rpQueuedReplot); - - event->accept(); // in case QCPLayerable reimplementation manipulates event accepted state. In QWidget event system, QCustomPlot wants to accept the event. -} - -/*! \internal - - Event handler for mouse wheel events. First, the \ref mouseWheel signal is emitted. Then - determines the affected layerable and forwards the event to it. -*/ -void QCustomPlot::wheelEvent(QWheelEvent *event) -{ - emit mouseWheel(event); - -#if QT_VERSION < QT_VERSION_CHECK(5, 14, 0) - const QPointF pos = event->pos(); -#else - const QPointF pos = event->position(); -#endif - - // forward event to layerable under cursor: - foreach (QCPLayerable *candidate, layerableListAt(pos, false)) - { - event->accept(); // default impl of QCPLayerable's mouse events ignore the event, in that case propagate to next candidate in list - candidate->wheelEvent(event); - if (event->isAccepted()) - break; - } - event->accept(); // in case QCPLayerable reimplementation manipulates event accepted state. In QWidget event system, QCustomPlot wants to accept the event. -} - -/*! \internal - - This function draws the entire plot, including background pixmap, with the specified \a painter. - It does not make use of the paint buffers like \ref replot, so this is the function typically - used by saving/exporting methods such as \ref savePdf or \ref toPainter. - - 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. -*/ -void QCustomPlot::draw(QCPPainter *painter) -{ - updateLayout(); - - // draw viewport background pixmap: - drawBackground(painter); - - // draw all layered objects (grid, axes, plottables, items, legend,...): - foreach (QCPLayer *layer, mLayers) - layer->draw(painter); - - /* 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 - - Performs the layout update steps defined by \ref QCPLayoutElement::UpdatePhase, by calling \ref - QCPLayoutElement::update on the main plot layout. - - Here, the layout elements calculate their positions and margins, and prepare for the following - draw call. -*/ -void QCustomPlot::updateLayout() -{ - // run through layout phases: - mPlotLayout->update(QCPLayoutElement::upPreparation); - mPlotLayout->update(QCPLayoutElement::upMargins); - mPlotLayout->update(QCPLayoutElement::upLayout); - - emit afterLayout(); -} - -/*! \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 - - Goes through the layers and makes sure this QCustomPlot instance holds the correct number of - paint buffers and that they have the correct configuration (size, pixel ratio, etc.). - Allocations, reallocations and deletions of paint buffers are performed as necessary. It also - associates the paint buffers with the layers, so they draw themselves into the right buffer when - \ref QCPLayer::drawToPaintBuffer is called. This means it associates adjacent \ref - QCPLayer::lmLogical layers to a mutual paint buffer and creates dedicated paint buffers for - layers in \ref QCPLayer::lmBuffered mode. - - This method uses \ref createPaintBuffer to create new paint buffers. - - After this method, the paint buffers are empty (filled with \c Qt::transparent) and invalidated - (so an attempt to replot only a single buffered layer causes a full replot). - - This method is called in every \ref replot call, prior to actually drawing the layers (into their - associated paint buffer). If the paint buffers don't need changing/reallocating, this method - basically leaves them alone and thus finishes very fast. -*/ -void QCustomPlot::setupPaintBuffers() -{ - int bufferIndex = 0; - if (mPaintBuffers.isEmpty()) - mPaintBuffers.append(QSharedPointer(createPaintBuffer())); - - for (int layerIndex = 0; layerIndex < mLayers.size(); ++layerIndex) - { - QCPLayer *layer = mLayers.at(layerIndex); - if (layer->mode() == QCPLayer::lmLogical) - { - layer->mPaintBuffer = mPaintBuffers.at(bufferIndex).toWeakRef(); - } else if (layer->mode() == QCPLayer::lmBuffered) - { - ++bufferIndex; - if (bufferIndex >= mPaintBuffers.size()) - mPaintBuffers.append(QSharedPointer(createPaintBuffer())); - layer->mPaintBuffer = mPaintBuffers.at(bufferIndex).toWeakRef(); - if (layerIndex < mLayers.size()-1 && mLayers.at(layerIndex+1)->mode() == QCPLayer::lmLogical) // not last layer, and next one is logical, so prepare another buffer for next layerables - { - ++bufferIndex; - if (bufferIndex >= mPaintBuffers.size()) - mPaintBuffers.append(QSharedPointer(createPaintBuffer())); - } - } - } - // remove unneeded buffers: - while (mPaintBuffers.size()-1 > bufferIndex) - mPaintBuffers.removeLast(); - // resize buffers to viewport size and clear contents: - foreach (QSharedPointer buffer, mPaintBuffers) - { - buffer->setSize(viewport().size()); // won't do anything if already correct size - buffer->clear(Qt::transparent); - buffer->setInvalidated(); - } -} - -/*! \internal - - This method is used by \ref setupPaintBuffers when it needs to create new paint buffers. - - Depending on the current setting of \ref setOpenGl, and the current Qt version, different - backends (subclasses of \ref QCPAbstractPaintBuffer) are created, initialized with the proper - size and device pixel ratio, and returned. -*/ -QCPAbstractPaintBuffer *QCustomPlot::createPaintBuffer() -{ - if (mOpenGl) - { -#if defined(QCP_OPENGL_FBO) - return new QCPPaintBufferGlFbo(viewport().size(), mBufferDevicePixelRatio, mGlContext, mGlPaintDevice); -#elif defined(QCP_OPENGL_PBUFFER) - return new QCPPaintBufferGlPbuffer(viewport().size(), mBufferDevicePixelRatio, mOpenGlMultisamples); -#else - qDebug() << Q_FUNC_INFO << "OpenGL enabled even though no support for it compiled in, this shouldn't have happened. Falling back to pixmap paint buffer."; - return new QCPPaintBufferPixmap(viewport().size(), mBufferDevicePixelRatio); -#endif - } else - return new QCPPaintBufferPixmap(viewport().size(), mBufferDevicePixelRatio); -} - -/*! - This method returns whether any of the paint buffers held by this QCustomPlot instance are - invalidated. - - If any buffer is invalidated, a partial replot (\ref QCPLayer::replot) is not allowed and always - causes a full replot (\ref QCustomPlot::replot) of all layers. This is the case when for example - the layer order has changed, new layers were added or removed, layer modes were changed (\ref - QCPLayer::setMode), or layerables were added or removed. - - \see QCPAbstractPaintBuffer::setInvalidated -*/ -bool QCustomPlot::hasInvalidatedPaintBuffers() -{ - foreach (QSharedPointer buffer, mPaintBuffers) - { - if (buffer->invalidated()) - return true; - } - return false; -} - -/*! \internal - - When \ref setOpenGl is set to true, this method is used to initialize OpenGL (create a context, - surface, paint device). - - Returns true on success. - - If this method is successful, all paint buffers should be deleted and then reallocated by calling - \ref setupPaintBuffers, so the OpenGL-based paint buffer subclasses (\ref - QCPPaintBufferGlPbuffer, \ref QCPPaintBufferGlFbo) are used for subsequent replots. - - \see freeOpenGl -*/ -bool QCustomPlot::setupOpenGl() -{ -#ifdef QCP_OPENGL_FBO - freeOpenGl(); - QSurfaceFormat proposedSurfaceFormat; - proposedSurfaceFormat.setSamples(mOpenGlMultisamples); -#ifdef QCP_OPENGL_OFFSCREENSURFACE - QOffscreenSurface *surface = new QOffscreenSurface; -#else - QWindow *surface = new QWindow; - surface->setSurfaceType(QSurface::OpenGLSurface); -#endif - surface->setFormat(proposedSurfaceFormat); - surface->create(); - mGlSurface = QSharedPointer(surface); - mGlContext = QSharedPointer(new QOpenGLContext); - mGlContext->setFormat(mGlSurface->format()); - if (!mGlContext->create()) - { - qDebug() << Q_FUNC_INFO << "Failed to create OpenGL context"; - mGlContext.clear(); - mGlSurface.clear(); - return false; - } - if (!mGlContext->makeCurrent(mGlSurface.data())) // context needs to be current to create paint device - { - qDebug() << Q_FUNC_INFO << "Failed to make opengl context current"; - mGlContext.clear(); - mGlSurface.clear(); - return false; - } - if (!QOpenGLFramebufferObject::hasOpenGLFramebufferObjects()) - { - qDebug() << Q_FUNC_INFO << "OpenGL of this system doesn't support frame buffer objects"; - mGlContext.clear(); - mGlSurface.clear(); - return false; - } - mGlPaintDevice = QSharedPointer(new QOpenGLPaintDevice); - return true; -#elif defined(QCP_OPENGL_PBUFFER) - return QGLFormat::hasOpenGL(); -#else - return false; -#endif -} - -/*! \internal - - When \ref setOpenGl is set to false, this method is used to deinitialize OpenGL (releases the - context and frees resources). - - After OpenGL is disabled, all paint buffers should be deleted and then reallocated by calling - \ref setupPaintBuffers, so the standard software rendering paint buffer subclass (\ref - QCPPaintBufferPixmap) is used for subsequent replots. - - \see setupOpenGl -*/ -void QCustomPlot::freeOpenGl() -{ -#ifdef QCP_OPENGL_FBO - mGlPaintDevice.clear(); - mGlContext.clear(); - mGlSurface.clear(); -#endif -} - -/*! \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 = nullptr; - if (xAxis2 == axis) - xAxis2 = nullptr; - if (yAxis == axis) - yAxis = nullptr; - if (yAxis2 == axis) - yAxis2 = nullptr; - - // 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 = nullptr; -} - -/*! \internal - - This slot is connected to the selection rect's \ref QCPSelectionRect::accepted signal when \ref - setSelectionRectMode is set to \ref QCP::srmSelect. - - First, it determines which axis rect was the origin of the selection rect judging by the starting - point of the selection. Then it goes through the plottables (\ref QCPAbstractPlottable1D to be - precise) associated with that axis rect and finds the data points that are in \a rect. It does - this by querying their \ref QCPAbstractPlottable1D::selectTestRect method. - - Then, the actual selection is done by calling the plottables' \ref - QCPAbstractPlottable::selectEvent, placing the found selected data points in the \a details - parameter as QVariant(\ref QCPDataSelection). All plottables that weren't touched by \a - rect receive a \ref QCPAbstractPlottable::deselectEvent. - - \see processRectZoom -*/ -void QCustomPlot::processRectSelection(QRect rect, QMouseEvent *event) -{ - typedef QPair SelectionCandidate; - typedef QMultiMap SelectionCandidates; // map key is number of selected data points, so we have selections sorted by size - - bool selectionStateChanged = false; - - if (mInteractions.testFlag(QCP::iSelectPlottables)) - { - SelectionCandidates potentialSelections; - QRectF rectF(rect.normalized()); - if (QCPAxisRect *affectedAxisRect = axisRectAt(rectF.topLeft())) - { - // determine plottables that were hit by the rect and thus are candidates for selection: - foreach (QCPAbstractPlottable *plottable, affectedAxisRect->plottables()) - { - if (QCPPlottableInterface1D *plottableInterface = plottable->interface1D()) - { - QCPDataSelection dataSel = plottableInterface->selectTestRect(rectF, true); - if (!dataSel.isEmpty()) - potentialSelections.insert(dataSel.dataPointCount(), SelectionCandidate(plottable, dataSel)); - } - } - - if (!mInteractions.testFlag(QCP::iMultiSelect)) - { - // only leave plottable with most selected points in map, since we will only select a single plottable: - if (!potentialSelections.isEmpty()) - { - SelectionCandidates::iterator it = potentialSelections.begin(); - while (it != std::prev(potentialSelections.end())) // erase all except last element - it = potentialSelections.erase(it); - } - } - - bool additive = event->modifiers().testFlag(mMultiSelectModifier); - // deselect all other layerables if not additive selection: - if (!additive) - { - // emit deselection except to those plottables who will be selected afterwards: - foreach (QCPLayer *layer, mLayers) - { - foreach (QCPLayerable *layerable, layer->children()) - { - if ((potentialSelections.isEmpty() || potentialSelections.constBegin()->first != layerable) && mInteractions.testFlag(layerable->selectionCategory())) - { - bool selChanged = false; - layerable->deselectEvent(&selChanged); - selectionStateChanged |= selChanged; - } - } - } - } - - // go through selections in reverse (largest selection first) and emit select events: - SelectionCandidates::const_iterator it = potentialSelections.constEnd(); - while (it != potentialSelections.constBegin()) - { - --it; - if (mInteractions.testFlag(it.value().first->selectionCategory())) - { - bool selChanged = false; - it.value().first->selectEvent(event, additive, QVariant::fromValue(it.value().second), &selChanged); - selectionStateChanged |= selChanged; - } - } - } - } - - if (selectionStateChanged) - { - emit selectionChangedByUser(); - replot(rpQueuedReplot); - } else if (mSelectionRect) - mSelectionRect->layer()->replot(); -} - -/*! \internal - - This slot is connected to the selection rect's \ref QCPSelectionRect::accepted signal when \ref - setSelectionRectMode is set to \ref QCP::srmZoom. - - It determines which axis rect was the origin of the selection rect judging by the starting point - of the selection, and then zooms the axes defined via \ref QCPAxisRect::setRangeZoomAxes to the - provided \a rect (see \ref QCPAxisRect::zoom). - - \see processRectSelection -*/ -void QCustomPlot::processRectZoom(QRect rect, QMouseEvent *event) -{ - Q_UNUSED(event) - if (QCPAxisRect *axisRect = axisRectAt(rect.topLeft())) - { - QList affectedAxes = QList() << axisRect->rangeZoomAxes(Qt::Horizontal) << axisRect->rangeZoomAxes(Qt::Vertical); - affectedAxes.removeAll(static_cast(nullptr)); - axisRect->zoom(QRectF(rect), affectedAxes); - } - replot(rpQueuedReplot); // always replot to make selection rect disappear -} - -/*! \internal - - This method is called when a simple left mouse click was detected on the QCustomPlot surface. - - It first determines the layerable that was hit by the click, and then calls its \ref - QCPLayerable::selectEvent. All other layerables receive a QCPLayerable::deselectEvent (unless the - multi-select modifier was pressed, see \ref setMultiSelectModifier). - - In this method the hit layerable is determined a second time using \ref layerableAt (after the - one in \ref mousePressEvent), because we want \a onlySelectable set to true this time. This - implies that the mouse event grabber (mMouseEventLayerable) may be a different one from the - clicked layerable determined here. For example, if a non-selectable layerable is in front of a - selectable layerable at the click position, the front layerable will receive mouse events but the - selectable one in the back will receive the \ref QCPLayerable::selectEvent. - - \see processRectSelection, QCPLayerable::selectTest -*/ -void QCustomPlot::processPointSelection(QMouseEvent *event) -{ - 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) - { - emit selectionChangedByUser(); - replot(rpQueuedReplot); - } -} - -/*! \internal - - Registers the specified plottable with this QCustomPlot and, if \ref setAutoAddPlottableToLegend - is enabled, adds it to the legend (QCustomPlot::legend). QCustomPlot takes ownership of the - plottable. - - Returns true on success, i.e. when \a plottable isn't already in this plot and the parent plot of - \a plottable is this QCustomPlot. - - This method is called automatically in the QCPAbstractPlottable base class constructor. -*/ -bool QCustomPlot::registerPlottable(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(); - if (!plottable->layer()) // usually the layer is already set in the constructor of the plottable (via QCPLayerable constructor) - plottable->setLayer(currentLayer()); - return true; -} - -/*! \internal - - In order to maintain the simplified graph interface of QCustomPlot, this method is called by the - QCPGraph constructor to register itself with this QCustomPlot's internal graph list. Returns true - on success, i.e. if \a graph is valid and wasn't already registered with this QCustomPlot. - - This graph specific registration happens in addition to the call to \ref registerPlottable by the - QCPAbstractPlottable base class. -*/ -bool QCustomPlot::registerGraph(QCPGraph *graph) -{ - if (!graph) - { - qDebug() << Q_FUNC_INFO << "passed graph is zero"; - return false; - } - if (mGraphs.contains(graph)) - { - qDebug() << Q_FUNC_INFO << "graph already registered with this QCustomPlot"; - return false; - } - - mGraphs.append(graph); - return true; -} - - -/*! \internal - - Registers the specified item with this QCustomPlot. 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. - - This method is called automatically in the QCPAbstractItem base class constructor. -*/ -bool QCustomPlot::registerItem(QCPAbstractItem *item) -{ - if (mItems.contains(item)) - { - qDebug() << Q_FUNC_INFO << "item already added to this QCustomPlot:" << reinterpret_cast(item); - return false; - } - if (item->parentPlot() != this) - { - qDebug() << Q_FUNC_INFO << "item not created with this QCustomPlot as parent:" << reinterpret_cast(item); - return false; - } - - mItems.append(item); - if (!item->layer()) // usually the layer is already set in the constructor of the item (via QCPLayerable constructor) - item->setLayer(currentLayer()); - return true; -} - -/*! \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 top-most 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). If the layerable is a plottable, \a selectionDetails contains a \ref - QCPDataSelection instance with the single data point which is closest to \a pos. - - \see layerableListAt, layoutElementAt, axisRectAt -*/ -QCPLayerable *QCustomPlot::layerableAt(const QPointF &pos, bool onlySelectable, QVariant *selectionDetails) const -{ - QList details; - QList candidates = layerableListAt(pos, onlySelectable, selectionDetails ? &details : nullptr); - if (selectionDetails && !details.isEmpty()) - *selectionDetails = details.first(); - if (!candidates.isEmpty()) - return candidates.first(); - else - return nullptr; -} - -/*! \internal - - Returns the layerables 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.) - - The returned list is sorted by the layerable/drawing order such that the layerable that appears - on top in the plot is at index 0 of the returned list. If you only need to know the top - layerable, rather use \ref layerableAt. - - \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). If the layerable is a plottable, \a selectionDetails contains a \ref - QCPDataSelection instance with the single data point which is closest to \a pos. - - \see layerableAt, layoutElementAt, axisRectAt -*/ -QList QCustomPlot::layerableListAt(const QPointF &pos, bool onlySelectable, QList *selectionDetails) const -{ - QList result; - for (int layerIndex=mLayers.size()-1; layerIndex>=0; --layerIndex) - { - const QList layerables = mLayers.at(layerIndex)->children(); - 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, selectionDetails ? &details : nullptr); - if (dist >= 0 && dist < selectionTolerance()) - { - result.append(layerables.at(i)); - if (selectionDetails) - selectionDetails->append(details); - } - } - } - return result; -} - -/*! - 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(). - - The \a resolution will be written to the image file header (if the file format supports this) and - has no direct consequence for the quality or the pixel size. However, if opening the image with a - tool which respects the metadata, it will be able to scale the image to match either a given size - in real units of length (inch, centimeters, etc.), or the target display DPI. You can specify in - which units \a resolution is given, by setting \a resolutionUnit. The \a resolution is converted - to the format's expected resolution unit internally. - - \see saveBmp, saveJpg, savePng, savePdf -*/ -bool QCustomPlot::saveRastered(const QString &fileName, int width, int height, double scale, const char *format, int quality, int resolution, QCP::ResolutionUnit resolutionUnit) -{ - QImage buffer = toPixmap(width, height, scale).toImage(); - - int dotsPerMeter = 0; - switch (resolutionUnit) - { - case QCP::ruDotsPerMeter: dotsPerMeter = resolution; break; - case QCP::ruDotsPerCentimeter: dotsPerMeter = resolution*100; break; - case QCP::ruDotsPerInch: dotsPerMeter = int(resolution/0.0254); break; - } - buffer.setDotsPerMeterX(dotsPerMeter); // this is saved together with some image formats, e.g. PNG, and is relevant when opening image in other tools - buffer.setDotsPerMeterY(dotsPerMeter); // this is saved together with some image formats, e.g. PNG, and is relevant when opening image in other tools - 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"; -} -/* end of 'src/core.cpp' */ - - -/* including file 'src/colorgradient.cpp' */ -/* modified 2022-11-06T12:45:56, size 25408 */ - - -//////////////////////////////////////////////////////////////////////////////////////////////////// -//////////////////// 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. - - Apart from red, green and blue components, the gradient also interpolates the alpha values of the - configured color stops. This allows to display some portions of the data range as transparent in - the plot. - - How NaN values are interpreted can be configured with \ref setNanHandling. - - \image html QCPColorGradient.png - - The constructor \ref QCPColorGradient(GradientPreset preset) allows directly converting a \ref - GradientPreset to a QCPColorGradient. This means that you can 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, empty QCPColorGradient with no predefined color stops. You can add own color - stops with \ref setColorStopAt. - - The color level count is initialized to 350. -*/ -QCPColorGradient::QCPColorGradient() : - mLevelCount(350), - mColorInterpolation(ciRGB), - mNanHandling(nhNone), - mNanColor(Qt::black), - mPeriodic(false), - mColorBufferInvalidated(true) -{ - mColorBuffer.fill(qRgb(0, 0, 0), mLevelCount); -} - -/*! - 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), - mNanHandling(nhNone), - mNanColor(Qt::black), - 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.mNanHandling == this ->mNanHandling) && - (other.mNanColor == this->mNanColor) && - (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. The minimum number of levels is 2. - - \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 (or creating a new, empty QCPColorGradient) 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 how NaNs in the data are displayed in the plot. - - \see setNanColor -*/ -void QCPColorGradient::setNanHandling(QCPColorGradient::NanHandling handling) -{ - mNanHandling = handling; -} - -/*! - Sets the color that NaN data is represented by, if \ref setNanHandling is set - to ref nhNanColor. - - \see setNanHandling -*/ -void QCPColorGradient::setNanColor(const QColor &color) -{ - mNanColor = color; -} - -/*! - 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; -} - -/*! \overload - - 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]. - - Use the overloaded method to additionally provide alpha map data. - - The QRgb values that are placed in \a scanLine have their r, g, and b components premultiplied - with alpha (see QImage::Format_ARGB32_Premultiplied). -*/ -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() and the other colorize() overload - 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(); - - const bool skipNanCheck = mNanHandling == nhNone; - const double posToIndexFactor = !logarithmic ? (mLevelCount-1)/range.size() : (mLevelCount-1)/qLn(range.upper/range.lower); - for (int i=0; i::const_iterator it=mColorStops.constBegin(); it!=mColorStops.constEnd(); ++it) - result.setColorStopAt(1.0-it.key(), it.value()); - return result; -} - -/*! \internal - - Returns true if the color gradient uses transparency, i.e. if any of the configured color stops - has an alpha value below 255. -*/ -bool QCPColorGradient::stopsUseAlpha() const -{ - for (QMap::const_iterator it=mColorStops.constBegin(); it!=mColorStops.constEnd(); ++it) - { - if (it.value().alpha() < 255) - return true; - } - return false; -} - -/*! \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); - const bool useAlpha = stopsUseAlpha(); - for (int i=0; i::const_iterator it = const_cast*>(&mColorStops)->lowerBound(position); // force using the const lowerBound method - if (it == mColorStops.constEnd()) // position is on or after last stop, use color of last stop - { - if (useAlpha) - { - const QColor col = std::prev(it).value(); - const double alphaPremultiplier = col.alpha()/255.0; // since we use QImage::Format_ARGB32_Premultiplied - mColorBuffer[i] = qRgba(int(col.red()*alphaPremultiplier), - int(col.green()*alphaPremultiplier), - int(col.blue()*alphaPremultiplier), - col.alpha()); - } else - mColorBuffer[i] = std::prev(it).value().rgba(); - } else if (it == mColorStops.constBegin()) // position is on or before first stop, use color of first stop - { - if (useAlpha) - { - const QColor &col = it.value(); - const double alphaPremultiplier = col.alpha()/255.0; // since we use QImage::Format_ARGB32_Premultiplied - mColorBuffer[i] = qRgba(int(col.red()*alphaPremultiplier), - int(col.green()*alphaPremultiplier), - int(col.blue()*alphaPremultiplier), - col.alpha()); - } else - mColorBuffer[i] = it.value().rgba(); - } else // position is in between stops (or on an intermediate stop), interpolate color - { - QMap::const_iterator high = it; - QMap::const_iterator low = std::prev(it); - double t = (position-low.key())/(high.key()-low.key()); // interpolation factor 0..1 - switch (mColorInterpolation) - { - case ciRGB: - { - if (useAlpha) - { - const int alpha = int((1-t)*low.value().alpha() + t*high.value().alpha()); - const double alphaPremultiplier = alpha/255.0; // since we use QImage::Format_ARGB32_Premultiplied - mColorBuffer[i] = qRgba(int( ((1-t)*low.value().red() + t*high.value().red())*alphaPremultiplier ), - int( ((1-t)*low.value().green() + t*high.value().green())*alphaPremultiplier ), - int( ((1-t)*low.value().blue() + t*high.value().blue())*alphaPremultiplier ), - alpha); - } else - { - mColorBuffer[i] = qRgb(int( ((1-t)*low.value().red() + t*high.value().red()) ), - int( ((1-t)*low.value().green() + t*high.value().green()) ), - int( ((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; - if (useAlpha) - { - const QRgb rgb = QColor::fromHsvF(hue, - (1-t)*lowHsv.saturationF() + t*highHsv.saturationF(), - (1-t)*lowHsv.valueF() + t*highHsv.valueF()).rgb(); - const double alpha = (1-t)*lowHsv.alphaF() + t*highHsv.alphaF(); - mColorBuffer[i] = qRgba(int(qRed(rgb)*alpha), int(qGreen(rgb)*alpha), int(qBlue(rgb)*alpha), int(255*alpha)); - } - else - { - 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) - { - const QRgb rgb = mColorStops.constBegin().value().rgb(); - const double alpha = mColorStops.constBegin().value().alphaF(); - mColorBuffer.fill(qRgba(int(qRed(rgb)*alpha), int(qGreen(rgb)*alpha), int(qBlue(rgb)*alpha), int(255*alpha))); - } else // mColorStops is empty, fill color buffer with black - { - mColorBuffer.fill(qRgb(0, 0, 0)); - } - mColorBufferInvalidated = false; -} -/* end of 'src/colorgradient.cpp' */ - - -/* including file 'src/selectiondecorator-bracket.cpp' */ -/* modified 2022-11-06T12:45:56, size 12308 */ - -//////////////////////////////////////////////////////////////////////////////////////////////////// -//////////////////// QCPSelectionDecoratorBracket -//////////////////////////////////////////////////////////////////////////////////////////////////// - -/*! \class QCPSelectionDecoratorBracket - \brief A selection decorator which draws brackets around each selected data segment - - Additionally to the regular highlighting of selected segments via color, fill and scatter style, - this \ref QCPSelectionDecorator subclass draws markers at the begin and end of each selected data - segment of the plottable. - - The shape of the markers can be controlled with \ref setBracketStyle, \ref setBracketWidth and - \ref setBracketHeight. The color/fill can be controlled with \ref setBracketPen and \ref - setBracketBrush. - - To introduce custom bracket styles, it is only necessary to sublcass \ref - QCPSelectionDecoratorBracket and reimplement \ref drawBracket. The rest will be managed by the - base class. -*/ - -/*! - Creates a new QCPSelectionDecoratorBracket instance with default values. -*/ -QCPSelectionDecoratorBracket::QCPSelectionDecoratorBracket() : - mBracketPen(QPen(Qt::black)), - mBracketBrush(Qt::NoBrush), - mBracketWidth(5), - mBracketHeight(50), - mBracketStyle(bsSquareBracket), - mTangentToData(false), - mTangentAverage(2) -{ - -} - -QCPSelectionDecoratorBracket::~QCPSelectionDecoratorBracket() -{ -} - -/*! - Sets the pen that will be used to draw the brackets at the beginning and end of each selected - data segment. -*/ -void QCPSelectionDecoratorBracket::setBracketPen(const QPen &pen) -{ - mBracketPen = pen; -} - -/*! - Sets the brush that will be used to draw the brackets at the beginning and end of each selected - data segment. -*/ -void QCPSelectionDecoratorBracket::setBracketBrush(const QBrush &brush) -{ - mBracketBrush = brush; -} - -/*! - Sets the width of the drawn bracket. The width dimension is always parallel to the key axis of - the data, or the tangent direction of the current data slope, if \ref setTangentToData is - enabled. -*/ -void QCPSelectionDecoratorBracket::setBracketWidth(int width) -{ - mBracketWidth = width; -} - -/*! - Sets the height of the drawn bracket. The height dimension is always perpendicular to the key axis - of the data, or the tangent direction of the current data slope, if \ref setTangentToData is - enabled. -*/ -void QCPSelectionDecoratorBracket::setBracketHeight(int height) -{ - mBracketHeight = height; -} - -/*! - Sets the shape that the bracket/marker will have. - - \see setBracketWidth, setBracketHeight -*/ -void QCPSelectionDecoratorBracket::setBracketStyle(QCPSelectionDecoratorBracket::BracketStyle style) -{ - mBracketStyle = style; -} - -/*! - Sets whether the brackets will be rotated such that they align with the slope of the data at the - position that they appear in. - - For noisy data, it might be more visually appealing to average the slope over multiple data - points. This can be configured via \ref setTangentAverage. -*/ -void QCPSelectionDecoratorBracket::setTangentToData(bool enabled) -{ - mTangentToData = enabled; -} - -/*! - Controls over how many data points the slope shall be averaged, when brackets shall be aligned - with the data (if \ref setTangentToData is true). - - From the position of the bracket, \a pointCount points towards the selected data range will be - taken into account. The smallest value of \a pointCount is 1, which is effectively equivalent to - disabling \ref setTangentToData. -*/ -void QCPSelectionDecoratorBracket::setTangentAverage(int pointCount) -{ - mTangentAverage = pointCount; - if (mTangentAverage < 1) - mTangentAverage = 1; -} - -/*! - Draws the bracket shape with \a painter. The parameter \a direction is either -1 or 1 and - indicates whether the bracket shall point to the left or the right (i.e. is a closing or opening - bracket, respectively). - - The passed \a painter already contains all transformations that are necessary to position and - rotate the bracket appropriately. Painting operations can be performed as if drawing upright - brackets on flat data with horizontal key axis, with (0, 0) being the center of the bracket. - - If you wish to sublcass \ref QCPSelectionDecoratorBracket in order to provide custom bracket - shapes (see \ref QCPSelectionDecoratorBracket::bsUserStyle), this is the method you should - reimplement. -*/ -void QCPSelectionDecoratorBracket::drawBracket(QCPPainter *painter, int direction) const -{ - switch (mBracketStyle) - { - case bsSquareBracket: - { - painter->drawLine(QLineF(mBracketWidth*direction, -mBracketHeight*0.5, 0, -mBracketHeight*0.5)); - painter->drawLine(QLineF(mBracketWidth*direction, mBracketHeight*0.5, 0, mBracketHeight*0.5)); - painter->drawLine(QLineF(0, -mBracketHeight*0.5, 0, mBracketHeight*0.5)); - break; - } - case bsHalfEllipse: - { - painter->drawArc(QRectF(-mBracketWidth*0.5, -mBracketHeight*0.5, mBracketWidth, mBracketHeight), -90*16, -180*16*direction); - break; - } - case bsEllipse: - { - painter->drawEllipse(QRectF(-mBracketWidth*0.5, -mBracketHeight*0.5, mBracketWidth, mBracketHeight)); - break; - } - case bsPlus: - { - painter->drawLine(QLineF(0, -mBracketHeight*0.5, 0, mBracketHeight*0.5)); - painter->drawLine(QLineF(-mBracketWidth*0.5, 0, mBracketWidth*0.5, 0)); - break; - } - default: - { - qDebug() << Q_FUNC_INFO << "unknown/custom bracket style can't be handeld by default implementation:" << static_cast(mBracketStyle); - break; - } - } -} - -/*! - Draws the bracket decoration on the data points at the begin and end of each selected data - segment given in \a seletion. - - It uses the method \ref drawBracket to actually draw the shapes. - - \seebaseclassmethod -*/ -void QCPSelectionDecoratorBracket::drawDecoration(QCPPainter *painter, QCPDataSelection selection) -{ - if (!mPlottable || selection.isEmpty()) return; - - if (QCPPlottableInterface1D *interface1d = mPlottable->interface1D()) - { - foreach (const QCPDataRange &dataRange, selection.dataRanges()) - { - // determine position and (if tangent mode is enabled) angle of brackets: - int openBracketDir = (mPlottable->keyAxis() && !mPlottable->keyAxis()->rangeReversed()) ? 1 : -1; - int closeBracketDir = -openBracketDir; - QPointF openBracketPos = getPixelCoordinates(interface1d, dataRange.begin()); - QPointF closeBracketPos = getPixelCoordinates(interface1d, dataRange.end()-1); - double openBracketAngle = 0; - double closeBracketAngle = 0; - if (mTangentToData) - { - openBracketAngle = getTangentAngle(interface1d, dataRange.begin(), openBracketDir); - closeBracketAngle = getTangentAngle(interface1d, dataRange.end()-1, closeBracketDir); - } - // draw opening bracket: - QTransform oldTransform = painter->transform(); - painter->setPen(mBracketPen); - painter->setBrush(mBracketBrush); - painter->translate(openBracketPos); - painter->rotate(openBracketAngle/M_PI*180.0); - drawBracket(painter, openBracketDir); - painter->setTransform(oldTransform); - // draw closing bracket: - painter->setPen(mBracketPen); - painter->setBrush(mBracketBrush); - painter->translate(closeBracketPos); - painter->rotate(closeBracketAngle/M_PI*180.0); - drawBracket(painter, closeBracketDir); - painter->setTransform(oldTransform); - } - } -} - -/*! \internal - - If \ref setTangentToData is enabled, brackets need to be rotated according to the data slope. - This method returns the angle in radians by which a bracket at the given \a dataIndex must be - rotated. - - The parameter \a direction must be set to either -1 or 1, representing whether it is an opening - or closing bracket. Since for slope calculation multiple data points are required, this defines - the direction in which the algorithm walks, starting at \a dataIndex, to average those data - points. (see \ref setTangentToData and \ref setTangentAverage) - - \a interface1d is the interface to the plottable's data which is used to query data coordinates. -*/ -double QCPSelectionDecoratorBracket::getTangentAngle(const QCPPlottableInterface1D *interface1d, int dataIndex, int direction) const -{ - if (!interface1d || dataIndex < 0 || dataIndex >= interface1d->dataCount()) - return 0; - direction = direction < 0 ? -1 : 1; // enforce direction is either -1 or 1 - - // how many steps we can actually go from index in the given direction without exceeding data bounds: - int averageCount; - if (direction < 0) - averageCount = qMin(mTangentAverage, dataIndex); - else - averageCount = qMin(mTangentAverage, interface1d->dataCount()-1-dataIndex); - qDebug() << averageCount; - // calculate point average of averageCount points: - QVector points(averageCount); - QPointF pointsAverage; - int currentIndex = dataIndex; - for (int i=0; ikeyAxis(); - QCPAxis *valueAxis = mPlottable->valueAxis(); - if (!keyAxis || !valueAxis) { qDebug() << Q_FUNC_INFO << "invalid key or value axis"; return {0, 0}; } - - if (keyAxis->orientation() == Qt::Horizontal) - return {keyAxis->coordToPixel(interface1d->dataMainKey(dataIndex)), valueAxis->coordToPixel(interface1d->dataMainValue(dataIndex))}; - else - return {valueAxis->coordToPixel(interface1d->dataMainValue(dataIndex)), keyAxis->coordToPixel(interface1d->dataMainKey(dataIndex))}; -} -/* end of 'src/selectiondecorator-bracket.cpp' */ - - -/* including file 'src/layoutelements/layoutelement-axisrect.cpp' */ -/* modified 2022-11-06T12:45:56, size 47193 */ - - -//////////////////////////////////////////////////////////////////////////////////////////////////// -//////////////////// 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 = nullptr; - - foreach (QCPAxis *axis, axes()) - removeAxis(axis); -} - -/*! - Returns the number of axes on the axis rect side specified with \a type. - - \see axis -*/ -int QCPAxisRect::axisCount(QCPAxis::AxisType type) const -{ - return mAxes.value(type).size(); -} - -/*! - Returns the axis with the given \a index on the axis rect side specified with \a type. - - \see axisCount, axes -*/ -QCPAxis *QCPAxisRect::axis(QCPAxis::AxisType type, int index) const -{ - QList 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 nullptr; - } -} - -/*! - 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. QCustomPlot owns the returned axis, so if you want to - remove an axis, use \ref removeAxis instead of deleting it manually. - - You may inject QCPAxis instances (or subclasses 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 \c nullptr. - - 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 nullptr; - } - if (newAxis->axisRect() != this) - { - qDebug() << Q_FUNC_INFO << "passed axis doesn't have this axis rect as parent axis rect"; - return nullptr; - } - if (axes().contains(newAxis)) - { - qDebug() << Q_FUNC_INFO << "passed axis is already owned by this axis rect"; - return nullptr; - } - } - if (!mAxes[type].isEmpty()) // 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); - - // reset convenience axis pointers on parent QCustomPlot if they are unset: - if (mParentPlot && mParentPlot->axisRectCount() > 0 && mParentPlot->axisRect(0) == this) - { - switch (type) - { - case QCPAxis::atBottom: { if (!mParentPlot->xAxis) mParentPlot->xAxis = newAxis; break; } - case QCPAxis::atLeft: { if (!mParentPlot->yAxis) mParentPlot->yAxis = newAxis; break; } - case QCPAxis::atTop: { if (!mParentPlot->xAxis2) mParentPlot->xAxis2 = newAxis; break; } - case QCPAxis::atRight: { if (!mParentPlot->yAxis2) mParentPlot->yAxis2 = newAxis; break; } - } - } - - 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)) - { - if (it.value().first() == axis && it.value().size() > 1) // if removing first axis, transfer axis offset to the new first axis (which at this point is the second axis, if it exists) - it.value()[1]->setOffset(axis->offset()); - 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; -} - -/*! - Zooms in (or out) to the passed rectangular region \a pixelRect, given in pixel coordinates. - - All axes of this axis rect will have their range zoomed accordingly. If you only wish to zoom - specific axes, use the overloaded version of this method. - - \see QCustomPlot::setSelectionRectMode -*/ -void QCPAxisRect::zoom(const QRectF &pixelRect) -{ - zoom(pixelRect, axes()); -} - -/*! \overload - - Zooms in (or out) to the passed rectangular region \a pixelRect, given in pixel coordinates. - - Only the axes passed in \a affectedAxes will have their ranges zoomed accordingly. - - \see QCustomPlot::setSelectionRectMode -*/ -void QCPAxisRect::zoom(const QRectF &pixelRect, const QList &affectedAxes) -{ - foreach (QCPAxis *axis, affectedAxes) - { - if (!axis) - { - qDebug() << Q_FUNC_INFO << "a passed axis was zero"; - continue; - } - QCPRange pixelRange; - if (axis->orientation() == Qt::Horizontal) - pixelRange = QCPRange(pixelRect.left(), pixelRect.right()); - else - pixelRange = QCPRange(pixelRect.top(), pixelRect.bottom()); - axis->setRange(axis->pixelToCoord(pixelRange.lower), axis->pixelToCoord(pixelRange.upper)); - } -} - -/*! - 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 tick visibility (\ref QCPAxis::setTicks) - \li number format (\ref QCPAxis::setNumberFormat) - \li number precision (\ref QCPAxis::setNumberPrecision) - \li tick count of ticker (\ref QCPAxisTicker::setTickCount) - \li tick origin of ticker (\ref QCPAxisTicker::setTickOrigin) - - Tick label visibility (\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->setTicks(xAxis->ticks()); - xAxis2->setNumberFormat(xAxis->numberFormat()); - xAxis2->setNumberPrecision(xAxis->numberPrecision()); - xAxis2->ticker()->setTickCount(xAxis->ticker()->tickCount()); - xAxis2->ticker()->setTickOrigin(xAxis->ticker()->tickOrigin()); - - yAxis2->setRange(yAxis->range()); - yAxis2->setRangeReversed(yAxis->rangeReversed()); - yAxis2->setScaleType(yAxis->scaleType()); - yAxis2->setTicks(yAxis->ticks()); - yAxis2->setNumberFormat(yAxis->numberFormat()); - yAxis2->setNumberPrecision(yAxis->numberPrecision()); - yAxis2->ticker()->setTickCount(yAxis->ticker()->tickCount()); - yAxis2->ticker()->setTickOrigin(yAxis->ticker()->tickOrigin()); - - 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; - foreach (QCPAbstractPlottable *plottable, mParentPlot->mPlottables) - { - if (plottable->keyAxis()->axisRect() == this || plottable->valueAxis()->axisRect() == this) - result.append(plottable); - } - 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; - foreach (QCPGraph *graph, mParentPlot->mGraphs) - { - if (graph->keyAxis()->axisRect() == this || graph->valueAxis()->axisRect() == this) - result.append(graph); - } - 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; - foreach (QCPAbstractItem *item, mParentPlot->mItems) - { - if (item->clipAxisRect() == this) - { - result.append(item); - continue; - } - foreach (QCPItemPosition *position, item->positions()) - { - if (position->axisRect() == this || - position->keyAxis()->axisRect() == this || - position->valueAxis()->axisRect() == this) - { - result.append(item); - 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. - - \seebaseclassmethod -*/ -void QCPAxisRect::update(UpdatePhase phase) -{ - QCPLayoutElement::update(phase); - - switch (phase) - { - case upPreparation: - { - foreach (QCPAxis *axis, axes()) - axis->setupTickVectors(); - 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. If multiple axes were set, returns - the first one (use \ref rangeDragAxes to retrieve a list with all set axes). - - \see setRangeDragAxes -*/ -QCPAxis *QCPAxisRect::rangeDragAxis(Qt::Orientation orientation) -{ - if (orientation == Qt::Horizontal) - return mRangeDragHorzAxis.isEmpty() ? nullptr : mRangeDragHorzAxis.first().data(); - else - return mRangeDragVertAxis.isEmpty() ? nullptr : mRangeDragVertAxis.first().data(); -} - -/*! - Returns the range zoom axis of the \a orientation provided. If multiple axes were set, returns - the first one (use \ref rangeZoomAxes to retrieve a list with all set axes). - - \see setRangeZoomAxes -*/ -QCPAxis *QCPAxisRect::rangeZoomAxis(Qt::Orientation orientation) -{ - if (orientation == Qt::Horizontal) - return mRangeZoomHorzAxis.isEmpty() ? nullptr : mRangeZoomHorzAxis.first().data(); - else - return mRangeZoomVertAxis.isEmpty() ? nullptr : mRangeZoomVertAxis.first().data(); -} - -/*! - Returns all range drag axes of the \a orientation provided. - - \see rangeZoomAxis, setRangeZoomAxes -*/ -QList QCPAxisRect::rangeDragAxes(Qt::Orientation orientation) -{ - QList result; - if (orientation == Qt::Horizontal) - { - foreach (QPointer axis, mRangeDragHorzAxis) - { - if (!axis.isNull()) - result.append(axis.data()); - } - } else - { - foreach (QPointer axis, mRangeDragVertAxis) - { - if (!axis.isNull()) - result.append(axis.data()); - } - } - return result; -} - -/*! - Returns all range zoom axes of the \a orientation provided. - - \see rangeDragAxis, setRangeDragAxes -*/ -QList QCPAxisRect::rangeZoomAxes(Qt::Orientation orientation) -{ - QList result; - if (orientation == Qt::Horizontal) - { - foreach (QPointer axis, mRangeZoomHorzAxis) - { - if (!axis.isNull()) - result.append(axis.data()); - } - } else - { - foreach (QPointer axis, mRangeZoomVertAxis) - { - if (!axis.isNull()) - result.append(axis.data()); - } - } - return result; -} - -/*! - 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 \c nullptr 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 \c nullptr 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; -} - -/*! \overload - - Sets the axes whose range will be dragged when \ref setRangeDrag enables mouse range dragging on - the QCustomPlot widget. Pass \c nullptr if no axis shall be dragged in the respective - orientation. - - Use the overload taking a list of axes, if multiple axes (more than one per orientation) shall - react to dragging interactions. - - \see setRangeZoomAxes -*/ -void QCPAxisRect::setRangeDragAxes(QCPAxis *horizontal, QCPAxis *vertical) -{ - QList horz, vert; - if (horizontal) - horz.append(horizontal); - if (vertical) - vert.append(vertical); - setRangeDragAxes(horz, vert); -} - -/*! \overload - - This method allows to set up multiple axes to react to horizontal and vertical dragging. The drag - orientation that the respective axis will react to is deduced from its orientation (\ref - QCPAxis::orientation). - - In the unusual case that you wish to e.g. drag a vertically oriented axis with a horizontal drag - motion, use the overload taking two separate lists for horizontal and vertical dragging. -*/ -void QCPAxisRect::setRangeDragAxes(QList axes) -{ - QList horz, vert; - foreach (QCPAxis *ax, axes) - { - if (ax->orientation() == Qt::Horizontal) - horz.append(ax); - else - vert.append(ax); - } - setRangeDragAxes(horz, vert); -} - -/*! \overload - - This method allows to set multiple axes up to react to horizontal and vertical dragging, and - define specifically which axis reacts to which drag orientation (irrespective of the axis - orientation). -*/ -void QCPAxisRect::setRangeDragAxes(QList horizontal, QList vertical) -{ - mRangeDragHorzAxis.clear(); - foreach (QCPAxis *ax, horizontal) - { - QPointer axPointer(ax); - if (!axPointer.isNull()) - mRangeDragHorzAxis.append(axPointer); - else - qDebug() << Q_FUNC_INFO << "invalid axis passed in horizontal list:" << reinterpret_cast(ax); - } - mRangeDragVertAxis.clear(); - foreach (QCPAxis *ax, vertical) - { - QPointer axPointer(ax); - if (!axPointer.isNull()) - mRangeDragVertAxis.append(axPointer); - else - qDebug() << Q_FUNC_INFO << "invalid axis passed in vertical list:" << reinterpret_cast(ax); - } -} - -/*! - Sets the axes whose range will be zoomed when \ref setRangeZoom enables mouse wheel zooming on - the QCustomPlot widget. Pass \c nullptr if no axis shall be zoomed in the respective orientation. - - The two axes can be zoomed with different strengths, when different factors are passed to \ref - setRangeZoomFactor(double horizontalFactor, double verticalFactor). - - Use the overload taking a list of axes, if multiple axes (more than one per orientation) shall - react to zooming interactions. - - \see setRangeDragAxes -*/ -void QCPAxisRect::setRangeZoomAxes(QCPAxis *horizontal, QCPAxis *vertical) -{ - QList horz, vert; - if (horizontal) - horz.append(horizontal); - if (vertical) - vert.append(vertical); - setRangeZoomAxes(horz, vert); -} - -/*! \overload - - This method allows to set up multiple axes to react to horizontal and vertical range zooming. The - zoom orientation that the respective axis will react to is deduced from its orientation (\ref - QCPAxis::orientation). - - In the unusual case that you wish to e.g. zoom a vertically oriented axis with a horizontal zoom - interaction, use the overload taking two separate lists for horizontal and vertical zooming. -*/ -void QCPAxisRect::setRangeZoomAxes(QList axes) -{ - QList horz, vert; - foreach (QCPAxis *ax, axes) - { - if (ax->orientation() == Qt::Horizontal) - horz.append(ax); - else - vert.append(ax); - } - setRangeZoomAxes(horz, vert); -} - -/*! \overload - - This method allows to set multiple axes up to react to horizontal and vertical zooming, and - define specifically which axis reacts to which zoom orientation (irrespective of the axis - orientation). -*/ -void QCPAxisRect::setRangeZoomAxes(QList horizontal, QList vertical) -{ - mRangeZoomHorzAxis.clear(); - foreach (QCPAxis *ax, horizontal) - { - QPointer axPointer(ax); - if (!axPointer.isNull()) - mRangeZoomHorzAxis.append(axPointer); - else - qDebug() << Q_FUNC_INFO << "invalid axis passed in horizontal list:" << reinterpret_cast(ax); - } - mRangeZoomVertAxis.clear(); - foreach (QCPAxis *ax, vertical) - { - QPointer axPointer(ax); - if (!axPointer.isNull()) - mRangeZoomVertAxis.append(axPointer); - else - qDebug() << Q_FUNC_INFO << "invalid axis passed in vertical list:" << reinterpret_cast(ax); - } -} - -/*! - 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 - dependent on the \ref setBackgroundScaledMode), or when a differend axis background 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.isEmpty()) - return axesList.last()->offset() + axesList.last()->calculateMargin(); - else - return 0; -} - -/*! \internal - - Reacts to a change in layout to potentially set the convenience axis pointers \ref - QCustomPlot::xAxis, \ref QCustomPlot::yAxis, etc. of the parent QCustomPlot to the respective - axes of this axis rect. This is only done if the respective convenience pointer is currently zero - and if there is no QCPAxisRect at position (0, 0) of the plot layout. - - This automation makes it simpler to replace the main axis rect with a newly created one, without - the need to manually reset the convenience pointers. -*/ -void QCPAxisRect::layoutChanged() -{ - if (mParentPlot && mParentPlot->axisRectCount() > 0 && mParentPlot->axisRect(0) == this) - { - if (axisCount(QCPAxis::atBottom) > 0 && !mParentPlot->xAxis) - mParentPlot->xAxis = axis(QCPAxis::atBottom); - if (axisCount(QCPAxis::atLeft) > 0 && !mParentPlot->yAxis) - mParentPlot->yAxis = axis(QCPAxis::atLeft); - if (axisCount(QCPAxis::atTop) > 0 && !mParentPlot->xAxis2) - mParentPlot->xAxis2 = axis(QCPAxis::atTop); - if (axisCount(QCPAxis::atRight) > 0 && !mParentPlot->yAxis2) - mParentPlot->yAxis2 = axis(QCPAxis::atRight); - } -} - -/*! \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, const QVariant &details) -{ - Q_UNUSED(details) - 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)) - { - mDragStartHorzRange.clear(); - foreach (QPointer axis, mRangeDragHorzAxis) - mDragStartHorzRange.append(axis.isNull() ? QCPRange() : axis->range()); - mDragStartVertRange.clear(); - foreach (QPointer axis, mRangeDragVertAxis) - mDragStartVertRange.append(axis.isNull() ? QCPRange() : axis->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, const QPointF &startPos) -{ - Q_UNUSED(startPos) - // Mouse range dragging interaction: - if (mDragging && mParentPlot->interactions().testFlag(QCP::iRangeDrag)) - { - - if (mRangeDrag.testFlag(Qt::Horizontal)) - { - for (int i=0; i= mDragStartHorzRange.size()) - break; - if (ax->mScaleType == QCPAxis::stLinear) - { - double diff = ax->pixelToCoord(startPos.x()) - ax->pixelToCoord(event->pos().x()); - ax->setRange(mDragStartHorzRange.at(i).lower+diff, mDragStartHorzRange.at(i).upper+diff); - } else if (ax->mScaleType == QCPAxis::stLogarithmic) - { - double diff = ax->pixelToCoord(startPos.x()) / ax->pixelToCoord(event->pos().x()); - ax->setRange(mDragStartHorzRange.at(i).lower*diff, mDragStartHorzRange.at(i).upper*diff); - } - } - } - - if (mRangeDrag.testFlag(Qt::Vertical)) - { - for (int i=0; i= mDragStartVertRange.size()) - break; - if (ax->mScaleType == QCPAxis::stLinear) - { - double diff = ax->pixelToCoord(startPos.y()) - ax->pixelToCoord(event->pos().y()); - ax->setRange(mDragStartVertRange.at(i).lower+diff, mDragStartVertRange.at(i).upper+diff); - } else if (ax->mScaleType == QCPAxis::stLogarithmic) - { - double diff = ax->pixelToCoord(startPos.y()) / ax->pixelToCoord(event->pos().y()); - ax->setRange(mDragStartVertRange.at(i).lower*diff, mDragStartVertRange.at(i).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(QCustomPlot::rpQueuedReplot); - } - - } -} - -/* inherits documentation from base class */ -void QCPAxisRect::mouseReleaseEvent(QMouseEvent *event, const QPointF &startPos) -{ - Q_UNUSED(event) - Q_UNUSED(startPos) - 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 - dependent 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->angleDelta() 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 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) -{ -#if QT_VERSION < QT_VERSION_CHECK(5, 0, 0) - const double delta = event->delta(); -#else - const double delta = event->angleDelta().y(); -#endif - -#if QT_VERSION < QT_VERSION_CHECK(5, 14, 0) - const QPointF pos = event->pos(); -#else - const QPointF pos = event->position(); -#endif - - // Mouse range zooming interaction: - if (mParentPlot->interactions().testFlag(QCP::iRangeZoom)) - { - if (mRangeZoom != 0) - { - double factor; - double wheelSteps = delta/120.0; // a single step delta is +/-120 usually - if (mRangeZoom.testFlag(Qt::Horizontal)) - { - factor = qPow(mRangeZoomFactorHorz, wheelSteps); - foreach (QPointer axis, mRangeZoomHorzAxis) - { - if (!axis.isNull()) - axis->scaleRange(factor, axis->pixelToCoord(pos.x())); - } - } - if (mRangeZoom.testFlag(Qt::Vertical)) - { - factor = qPow(mRangeZoomFactorVert, wheelSteps); - foreach (QPointer axis, mRangeZoomVertAxis) - { - if (!axis.isNull()) - axis->scaleRange(factor, axis->pixelToCoord(pos.y())); - } - } - mParentPlot->replot(); - } - } -} -/* end of 'src/layoutelements/layoutelement-axisrect.cpp' */ - - -/* including file 'src/layoutelements/layoutelement-legend.cpp' */ -/* modified 2022-11-06T12:45:56, size 31762 */ - -//////////////////////////////////////////////////////////////////////////////////////////////////// -//////////////////// 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(0, 0, 0, 0)); -} - -/*! - 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. - - 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) -{ - setAntialiased(false); -} - -/*! \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 minimumOuterSizeHint and \ref - maximumOuterSizeHint of this legend item. -*/ -void QCPPlottableLegendItem::draw(QCPPainter *painter) -{ - if (!mPlottable) return; - painter->setFont(getFont()); - painter->setPen(QPen(getTextColor())); - QSize iconSize = mParentLegend->iconSize(); - QRect textRect = painter->fontMetrics().boundingRect(0, 0, 0, iconSize.height(), Qt::TextDontClip, mPlottable->name()); - QRect 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); - int halfPen = qCeil(painter->pen().widthF()*0.5)+1; - painter->setClipRect(mOuterRect.adjusted(-halfPen, -halfPen, halfPen, halfPen)); // extend default clip rect so thicker pens (especially during selection) are not clipped - painter->drawRect(iconRect); - } -} - -/*! \internal - - Calculates and returns the size of this item. This includes the icon, the text and the padding in - between. - - \seebaseclassmethod -*/ -QSize QCPPlottableLegendItem::minimumOuterSizeHint() const -{ - if (!mPlottable) return {}; - 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()); - result.setHeight(qMax(textRect.height(), iconSize.height())); - result.rwidth() += mMargins.left()+mMargins.right(); - result.rheight() += 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. - - A legend is populated with legend items by calling \ref QCPAbstractPlottable::addToLegend on the - plottable, for which a legend item shall be created. In the case of the main legend (\ref - QCustomPlot::legend), simply adding plottables to the plot while \ref - QCustomPlot::setAutoAddPlottableToLegend is set to true (the default) creates corresponding - legend items. The legend item associated with a certain plottable 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. - - Since \ref QCPLegend derives from \ref QCPLayoutGrid, it can be placed in any position a \ref - QCPLayoutElement may be positioned. The legend items are themselves \ref QCPLayoutElement - "QCPLayoutElements" which are placed in the grid layout of the legend. \ref QCPLegend only adds - an interface specialized for handling child elements of type \ref QCPAbstractLegendItem, as - mentioned above. In principle, any other layout elements may also be added to a legend via the - normal \ref QCPLayoutGrid interface. See the special page about \link thelayoutsystem The Layout - System\endlink for examples on how to add other elements to the legend and move it outside the axis - rect. - - Use the methods \ref setFillOrder and \ref setWrap inherited from \ref QCPLayoutGrid to control - in which order (column first or row first) the legend is filled up when calling \ref addItem, and - at which column or row wrapping occurs. The default fill order for legends is \ref foRowsFirst. - - By default, every QCustomPlot has one legend (\ref 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 \ref QCPLayout/\ref 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 default values. - - Note that by default, QCustomPlot already contains a legend ready to be used as \ref - QCustomPlot::legend -*/ -QCPLegend::QCPLegend() : - mIconTextPadding{} -{ - setFillOrder(QCPLayoutGrid::foRowsFirst); - setWrap(0); - - setRowSpacing(3); - setColumnSpacing(8); - setMargins(QMargins(7, 5, 7, 4)); - setAntialiased(false); - setIconSize(32, 18); - - setIconTextPadding(7); - - setSelectableParts(spLegendBox | spItems); - setSelectedParts(spNone); - - setBorderPen(QPen(Qt::black, 0)); - 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. If non-legend items were added to the legend, and the element - at the specified cell index is not a QCPAbstractLegendItem, returns \c nullptr. - - Note that the linear index depends on the current fill order (\ref setFillOrder). - - \see itemCount, addItem, itemWithPlottable -*/ -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 \c nullptr. - - \see hasItemWithPlottable -*/ -QCPPlottableLegendItem *QCPLegend::itemWithPlottable(const QCPAbstractPlottable *plottable) const -{ - for (int i=0; i(item(i))) - { - if (pli->plottable() == plottable) - return pli; - } - } - return nullptr; -} - -/*! - Returns the number of items currently in the legend. It is identical to the base class - QCPLayoutGrid::elementCount(), and unlike the other "item" interface methods of QCPLegend, - doesn't only address elements which can be cast to QCPAbstractLegendItem. - - Note that if empty cells are in the legend (e.g. by calling methods of the \ref QCPLayoutGrid - base class which allows creating empty cells), they are included in the returned count. - - \see item -*/ -int QCPLegend::itemCount() const -{ - return elementCount(); -} - -/*! - Returns whether the legend contains \a item. - - \see hasItemWithPlottable -*/ -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. The element is arranged according to the - current fill order (\ref setFillOrder) and wrapping (\ref setWrap). - - 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. - - \see removeItem, item, hasItem -*/ -bool QCPLegend::addItem(QCPAbstractLegendItem *item) -{ - return addElement(item); -} - -/*! \overload - - Removes the item with the specified \a index from the legend and deletes it. - - After successful removal, the legend is reordered according to the current fill order (\ref - setFillOrder) and wrapping (\ref setWrap), so no empty cell remains where the removed \a item - was. If you don't want this, rather use the raw element interface of \ref QCPLayoutGrid. - - Returns true, if successful. Unlike \ref QCPLayoutGrid::removeAt, this method only removes - elements derived from \ref QCPAbstractLegendItem. - - \see itemCount, clearItems -*/ -bool QCPLegend::removeItem(int index) -{ - if (QCPAbstractLegendItem *ali = item(index)) - { - bool success = remove(ali); - if (success) - setFillOrder(fillOrder(), true); // gets rid of empty cell by reordering - return success; - } else - return false; -} - -/*! \overload - - Removes \a item from the legend and deletes it. - - After successful removal, the legend is reordered according to the current fill order (\ref - setFillOrder) and wrapping (\ref setWrap), so no empty cell remains where the removed \a item - was. If you don't want this, rather use the raw element interface of \ref QCPLayoutGrid. - - Returns true, if successful. - - \see clearItems -*/ -bool QCPLegend::removeItem(QCPAbstractLegendItem *item) -{ - bool success = remove(item); - if (success) - setFillOrder(fillOrder(), true); // gets rid of empty cell by reordering - return success; -} - -/*! - Removes all items from the legend. -*/ -void QCPLegend::clearItems() -{ - for (int i=elementCount()-1; i>=0; --i) - { - if (item(i)) - removeAt(i); // don't use removeItem() because it would unnecessarily reorder the whole legend for each item - } - setFillOrder(fillOrder(), true); // get rid of empty cells by reordering once after all items are removed -} - -/*! - 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. - - \seebaseclassmethod - - \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) -{ - if (parentPlot && !parentPlot->legend) - parentPlot->legend = this; -} -/* end of 'src/layoutelements/layoutelement-legend.cpp' */ - - -/* including file 'src/layoutelements/layoutelement-textelement.cpp' */ -/* modified 2022-11-06T12:45:56, size 12925 */ - -//////////////////////////////////////////////////////////////////////////////////////////////////// -//////////////////// QCPTextElement -//////////////////////////////////////////////////////////////////////////////////////////////////// - -/*! \class QCPTextElement - \brief A layout element displaying a text - - The text may be specified with \ref setText, the formatting can be controlled with \ref setFont, - \ref setTextColor, and \ref setTextFlags. - - A text element can be added as follows: - \snippet documentation/doc-code-snippets/mainwindow.cpp qcptextelement-creation -*/ - -/* start documentation of signals */ - -/*! \fn void QCPTextElement::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 -*/ - -/*! \fn void QCPTextElement::clicked(QMouseEvent *event) - - This signal is emitted when the text element is clicked. - - \see doubleClicked, selectTest -*/ - -/*! \fn void QCPTextElement::doubleClicked(QMouseEvent *event) - - This signal is emitted when the text element is double clicked. - - \see clicked, selectTest -*/ - -/* end documentation of signals */ - -/*! \overload - - Creates a new QCPTextElement instance and sets default values. The initial text is empty (\ref - setText). -*/ -QCPTextElement::QCPTextElement(QCustomPlot *parentPlot) : - QCPLayoutElement(parentPlot), - mText(), - mTextFlags(Qt::AlignCenter), - mFont(QFont(QLatin1String("sans serif"), 12)), // will be taken from parentPlot if available, see below - mTextColor(Qt::black), - mSelectedFont(QFont(QLatin1String("sans serif"), 12)), // will be taken from parentPlot if available, see below - mSelectedTextColor(Qt::blue), - mSelectable(false), - mSelected(false) -{ - if (parentPlot) - { - mFont = parentPlot->font(); - mSelectedFont = parentPlot->font(); - } - setMargins(QMargins(2, 2, 2, 2)); -} - -/*! \overload - - Creates a new QCPTextElement instance and sets default values. - - The initial text is set to \a text. -*/ -QCPTextElement::QCPTextElement(QCustomPlot *parentPlot, const QString &text) : - QCPLayoutElement(parentPlot), - mText(text), - mTextFlags(Qt::AlignCenter), - mFont(QFont(QLatin1String("sans serif"), 12)), // will be taken from parentPlot if available, see below - mTextColor(Qt::black), - mSelectedFont(QFont(QLatin1String("sans serif"), 12)), // will be taken from parentPlot if available, see below - mSelectedTextColor(Qt::blue), - mSelectable(false), - mSelected(false) -{ - if (parentPlot) - { - mFont = parentPlot->font(); - mSelectedFont = parentPlot->font(); - } - setMargins(QMargins(2, 2, 2, 2)); -} - -/*! \overload - - Creates a new QCPTextElement instance and sets default values. - - The initial text is set to \a text with \a pointSize. -*/ -QCPTextElement::QCPTextElement(QCustomPlot *parentPlot, const QString &text, double pointSize) : - QCPLayoutElement(parentPlot), - mText(text), - mTextFlags(Qt::AlignCenter), - mFont(QFont(QLatin1String("sans serif"), int(pointSize))), // will be taken from parentPlot if available, see below - mTextColor(Qt::black), - mSelectedFont(QFont(QLatin1String("sans serif"), int(pointSize))), // will be taken from parentPlot if available, see below - mSelectedTextColor(Qt::blue), - mSelectable(false), - mSelected(false) -{ - mFont.setPointSizeF(pointSize); // set here again as floating point, because constructor above only takes integer - if (parentPlot) - { - mFont = parentPlot->font(); - mFont.setPointSizeF(pointSize); - mSelectedFont = parentPlot->font(); - mSelectedFont.setPointSizeF(pointSize); - } - setMargins(QMargins(2, 2, 2, 2)); -} - -/*! \overload - - Creates a new QCPTextElement instance and sets default values. - - The initial text is set to \a text with \a pointSize and the specified \a fontFamily. -*/ -QCPTextElement::QCPTextElement(QCustomPlot *parentPlot, const QString &text, const QString &fontFamily, double pointSize) : - QCPLayoutElement(parentPlot), - mText(text), - mTextFlags(Qt::AlignCenter), - mFont(QFont(fontFamily, int(pointSize))), - mTextColor(Qt::black), - mSelectedFont(QFont(fontFamily, int(pointSize))), - mSelectedTextColor(Qt::blue), - mSelectable(false), - mSelected(false) -{ - mFont.setPointSizeF(pointSize); // set here again as floating point, because constructor above only takes integer - setMargins(QMargins(2, 2, 2, 2)); -} - -/*! \overload - - Creates a new QCPTextElement instance and sets default values. - - The initial text is set to \a text with the specified \a font. -*/ -QCPTextElement::QCPTextElement(QCustomPlot *parentPlot, const QString &text, const QFont &font) : - QCPLayoutElement(parentPlot), - mText(text), - mTextFlags(Qt::AlignCenter), - mFont(font), - mTextColor(Qt::black), - mSelectedFont(font), - mSelectedTextColor(Qt::blue), - mSelectable(false), - mSelected(false) -{ - setMargins(QMargins(2, 2, 2, 2)); -} - -/*! - Sets the text that will be displayed to \a text. Multiple lines can be created by insertion of "\n". - - \see setFont, setTextColor, setTextFlags -*/ -void QCPTextElement::setText(const QString &text) -{ - mText = text; -} - -/*! - Sets options for text alignment and wrapping behaviour. \a flags is a bitwise OR-combination of - \c Qt::AlignmentFlag and \c Qt::TextFlag enums. - - Possible enums are: - - Qt::AlignLeft - - Qt::AlignRight - - Qt::AlignHCenter - - Qt::AlignJustify - - Qt::AlignTop - - Qt::AlignBottom - - Qt::AlignVCenter - - Qt::AlignCenter - - Qt::TextDontClip - - Qt::TextSingleLine - - Qt::TextExpandTabs - - Qt::TextShowMnemonic - - Qt::TextWordWrap - - Qt::TextIncludeTrailingSpaces -*/ -void QCPTextElement::setTextFlags(int flags) -{ - mTextFlags = flags; -} - -/*! - Sets the \a font of the text. - - \see setTextColor, setSelectedFont -*/ -void QCPTextElement::setFont(const QFont &font) -{ - mFont = font; -} - -/*! - Sets the \a color of the text. - - \see setFont, setSelectedTextColor -*/ -void QCPTextElement::setTextColor(const QColor &color) -{ - mTextColor = color; -} - -/*! - Sets the \a font of the text that will be used if the text element is selected (\ref setSelected). - - \see setFont -*/ -void QCPTextElement::setSelectedFont(const QFont &font) -{ - mSelectedFont = font; -} - -/*! - Sets the \a color of the text that will be used if the text element is selected (\ref setSelected). - - \see setTextColor -*/ -void QCPTextElement::setSelectedTextColor(const QColor &color) -{ - mSelectedTextColor = color; -} - -/*! - Sets whether the user may select this text element. - - Note that even when \a selectable is set to false, the selection state may be changed - programmatically via \ref setSelected. -*/ -void QCPTextElement::setSelectable(bool selectable) -{ - if (mSelectable != selectable) - { - mSelectable = selectable; - emit selectableChanged(mSelectable); - } -} - -/*! - Sets the selection state of this text element 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 QCPTextElement::setSelected(bool selected) -{ - if (mSelected != selected) - { - mSelected = selected; - emit selectionChanged(mSelected); - } -} - -/* inherits documentation from base class */ -void QCPTextElement::applyDefaultAntialiasingHint(QCPPainter *painter) const -{ - applyAntialiasingHint(painter, mAntialiased, QCP::aeOther); -} - -/* inherits documentation from base class */ -void QCPTextElement::draw(QCPPainter *painter) -{ - painter->setFont(mainFont()); - painter->setPen(QPen(mainTextColor())); - painter->drawText(mRect, mTextFlags, mText, &mTextBoundingRect); -} - -/* inherits documentation from base class */ -QSize QCPTextElement::minimumOuterSizeHint() const -{ - QFontMetrics metrics(mFont); - QSize result(metrics.boundingRect(0, 0, 0, 0, Qt::TextDontClip, mText).size()); - result.rwidth() += mMargins.left()+mMargins.right(); - result.rheight() += mMargins.top()+mMargins.bottom(); - return result; -} - -/* inherits documentation from base class */ -QSize QCPTextElement::maximumOuterSizeHint() const -{ - QFontMetrics metrics(mFont); - QSize result(metrics.boundingRect(0, 0, 0, 0, Qt::TextDontClip, mText).size()); - result.setWidth(QWIDGETSIZE_MAX); - result.rheight() += mMargins.top()+mMargins.bottom(); - return result; -} - -/* inherits documentation from base class */ -void QCPTextElement::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 QCPTextElement::deselectEvent(bool *selectionStateChanged) -{ - if (mSelectable) - { - bool selBefore = mSelected; - setSelected(false); - if (selectionStateChanged) - *selectionStateChanged = mSelected != selBefore; - } -} - -/*! - Returns 0.99*selectionTolerance (see \ref QCustomPlot::setSelectionTolerance) when \a pos is - within the bounding box of the text element's text. Note that this bounding box is updated in the - draw call. - - If \a pos is outside the text's bounding box or if \a onlySelectable is true and this text - element is not selectable (\ref setSelectable), returns -1. - - \seebaseclassmethod -*/ -double QCPTextElement::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; -} - -/*! - Accepts the mouse event in order to emit the according click signal in the \ref - mouseReleaseEvent. - - \seebaseclassmethod -*/ -void QCPTextElement::mousePressEvent(QMouseEvent *event, const QVariant &details) -{ - Q_UNUSED(details) - event->accept(); -} - -/*! - Emits the \ref clicked signal if the cursor hasn't moved by more than a few pixels since the \ref - mousePressEvent. - - \seebaseclassmethod -*/ -void QCPTextElement::mouseReleaseEvent(QMouseEvent *event, const QPointF &startPos) -{ - if ((QPointF(event->pos())-startPos).manhattanLength() <= 3) - emit clicked(event); -} - -/*! - Emits the \ref doubleClicked signal. - - \seebaseclassmethod -*/ -void QCPTextElement::mouseDoubleClickEvent(QMouseEvent *event, const QVariant &details) -{ - Q_UNUSED(details) - emit doubleClicked(event); -} - -/*! \internal - - Returns the main font to be used. This is mSelectedFont if \ref setSelected is set to - true, else mFont is returned. -*/ -QFont QCPTextElement::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 QCPTextElement::mainTextColor() const -{ - return mSelected ? mSelectedTextColor : mTextColor; -} -/* end of 'src/layoutelements/layoutelement-textelement.cpp' */ - - -/* including file 'src/layoutelements/layoutelement-colorscale.cpp' */ -/* modified 2022-11-06T12:45:56, size 26531 */ - - -//////////////////////////////////////////////////////////////////////////////////////////////////// -//////////////////// 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-tickcount - - 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(const 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(const 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), - mGradient(QCPColorGradient::gpCold), - 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, label and ticker (the latter will be shared and not copied). -*/ -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); - QString labelTransfer; - QSharedPointer tickerTransfer; - // transfer/revert some settings on old axis if it exists: - bool doTransfer = !mColorAxis.isNull(); - if (doTransfer) - { - rangeTransfer = mColorAxis.data()->range(); - labelTransfer = mColorAxis.data()->label(); - tickerTransfer = mColorAxis.data()->ticker(); - 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))); - } - const 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: - if (doTransfer) - { - mColorAxis.data()->setRange(rangeTransfer); // range transfer necessary if axis changes from vertical to horizontal or vice versa (axes with same orientation are synchronized via signals) - mColorAxis.data()->setLabel(labelTransfer); - mColorAxis.data()->setTicker(tickerTransfer); - } - 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(QList() << mColorAxis.data()); - } -} - -/*! - 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 associated with colors linearly - 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. - - Note that this method controls the coordinate transformation. For logarithmic scales, you will - likely also want to use a logarithmic tick spacing and labeling, which can be achieved by setting - the color scale's \ref axis ticker to an instance of \ref QCPAxisTickerLog : - - \snippet documentation/doc-code-snippets/mainwindow.cpp qcpaxisticker-log-colorscale - - See the documentation of \ref QCPAxisTickerLog about the details of logarithmic axis tick - creation. - - \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 - { -#if QT_VERSION < QT_VERSION_CHECK(5, 2, 0) - mAxisRect.data()->setRangeDrag(nullptr); -#else - mAxisRect.data()->setRangeDrag({}); -#endif - } -} - -/*! - 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 - { -#if QT_VERSION < QT_VERSION_CHECK(5, 2, 0) - mAxisRect.data()->setRangeDrag(nullptr); -#else - mAxisRect.data()->setRangeZoom({}); -#endif - } -} - -/*! - 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; - QCP::SignDomain sign = QCP::sdBoth; - if (mDataScaleType == QCPAxis::stLogarithmic) - sign = (mDataRange.upper < 0 ? QCP::sdNegative : QCP::sdPositive); - foreach (QCPColorMap *map, maps) - { - if (!map->realVisibility() && onlyVisibleMaps) - continue; - QCPRange mapRange; - if (map->colorScale() == this) - { - bool currentFoundRange = true; - mapRange = map->data()->dataBounds(); - if (sign == QCP::sdPositive) - { - 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 == QCP::sdNegative) - { - 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()); - setMinimumSize(0, mBarWidth+mAxisRect.data()->margins().top()+mAxisRect.data()->margins().bottom()); - } else - { - setMaximumSize(mBarWidth+mAxisRect.data()->margins().left()+mAxisRect.data()->margins().right(), QWIDGETSIZE_MAX); - setMinimumSize(mBarWidth+mAxisRect.data()->margins().left()+mAxisRect.data()->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, const QVariant &details) -{ - if (!mAxisRect) - { - qDebug() << Q_FUNC_INFO << "internal axis rect was deleted"; - return; - } - mAxisRect.data()->mousePressEvent(event, details); -} - -/* inherits documentation from base class */ -void QCPColorScale::mouseMoveEvent(QMouseEvent *event, const QPointF &startPos) -{ - if (!mAxisRect) - { - qDebug() << Q_FUNC_INFO << "internal axis rect was deleted"; - return; - } - mAxisRect.data()->mouseMoveEvent(event, startPos); -} - -/* inherits documentation from base class */ -void QCPColorScale::mouseReleaseEvent(QMouseEvent *event, const QPointF &startPos) -{ - if (!mAxisRect) - { - qDebug() << Q_FUNC_INFO << "internal axis rect was deleted"; - return; - } - mAxisRect.data()->mouseReleaseEvent(event, startPos); -} - -/* 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)); - const 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. - - \seebaseclassmethod -*/ -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; - - const QImage::Format format = QImage::Format_ARGB32_Premultiplied; - 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, format); - 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: - const 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); - } - } -} -/* end of 'src/layoutelements/layoutelement-colorscale.cpp' */ - - -/* including file 'src/plottables/plottable-graph.cpp' */ -/* modified 2022-11-06T12:45:57, size 74926 */ - -//////////////////////////////////////////////////////////////////////////////////////////////////// -//////////////////// QCPGraphData -//////////////////////////////////////////////////////////////////////////////////////////////////// - -/*! \class QCPGraphData - \brief Holds the data of one single data point for QCPGraph. - - The stored data is: - \li \a key: coordinate on the key axis of this data point (this is the \a mainKey and the \a sortKey) - \li \a value: coordinate on the value axis of this data point (this is the \a mainValue) - - The container for storing multiple data points is \ref QCPGraphDataContainer. It is a typedef for - \ref QCPDataContainer with \ref QCPGraphData as the DataType template parameter. See the - documentation there for an explanation regarding the data type's generic methods. - - \see QCPGraphDataContainer -*/ - -/* start documentation of inline functions */ - -/*! \fn double QCPGraphData::sortKey() const - - Returns the \a key member of this data point. - - For a general explanation of what this method is good for in the context of the data container, - see the documentation of \ref QCPDataContainer. -*/ - -/*! \fn static QCPGraphData QCPGraphData::fromSortKey(double sortKey) - - Returns a data point with the specified \a sortKey. All other members are set to zero. - - For a general explanation of what this method is good for in the context of the data container, - see the documentation of \ref QCPDataContainer. -*/ - -/*! \fn static static bool QCPGraphData::sortKeyIsMainKey() - - Since the member \a key is both the data point key coordinate and the data ordering parameter, - this method returns true. - - For a general explanation of what this method is good for in the context of the data container, - see the documentation of \ref QCPDataContainer. -*/ - -/*! \fn double QCPGraphData::mainKey() const - - Returns the \a key member of this data point. - - For a general explanation of what this method is good for in the context of the data container, - see the documentation of \ref QCPDataContainer. -*/ - -/*! \fn double QCPGraphData::mainValue() const - - Returns the \a value member of this data point. - - For a general explanation of what this method is good for in the context of the data container, - see the documentation of \ref QCPDataContainer. -*/ - -/*! \fn QCPRange QCPGraphData::valueRange() const - - Returns a QCPRange with both lower and upper boundary set to \a value of this data point. - - For a general explanation of what this method is good for in the context of the data container, - see the documentation of \ref QCPDataContainer. -*/ - -/* end documentation of inline functions */ - -/*! - Constructs a data point with key and value set to zero. -*/ -QCPGraphData::QCPGraphData() : - key(0), - value(0) -{ -} - -/*! - Constructs a data point with the specified \a key and \a value. -*/ -QCPGraphData::QCPGraphData(double key, double value) : - key(key), - value(value) -{ -} - - -//////////////////////////////////////////////////////////////////////////////////////////////////// -//////////////////// QCPGraph -//////////////////////////////////////////////////////////////////////////////////////////////////// - -/*! \class QCPGraph - \brief A plottable representing a graph in a plot. - - \image html QCPGraph.png - - Usually you create new graphs by calling QCustomPlot::addGraph. The resulting instance can be - 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 data via the \ref data method, which returns a pointer to the internal - \ref QCPGraphDataContainer. - - 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 qcpgraph-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 QSharedPointer QCPGraph::data() const - - Returns a shared pointer to the internal data storage of type \ref QCPGraphDataContainer. 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. -*/ - -/* 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 created QCPGraph is automatically registered with the QCustomPlot instance inferred from \a - keyAxis. This QCustomPlot instance takes ownership of the QCPGraph, so do not delete it manually - but use QCustomPlot::removePlottable() instead. - - To directly create a graph inside a plot, you can also use the simpler QCustomPlot::addGraph function. -*/ -QCPGraph::QCPGraph(QCPAxis *keyAxis, QCPAxis *valueAxis) : - QCPAbstractPlottable1D(keyAxis, valueAxis), - mLineStyle{}, - mScatterSkip{}, - mAdaptiveSampling{} -{ - // special handling for QCPGraphs to maintain the simple graph interface: - mParentPlot->registerGraph(this); - - setPen(QPen(Qt::blue, 0)); - setBrush(Qt::NoBrush); - - setLineStyle(lsLine); - setScatterSkip(0); - setChannelFillGraph(nullptr); - setAdaptiveSampling(true); -} - -QCPGraph::~QCPGraph() -{ -} - -/*! \overload - - Replaces the current data container with the provided \a data container. - - Since a QSharedPointer is used, multiple QCPGraphs may share the same data container safely. - Modifying the data in the container will then affect all graphs that share the container. Sharing - can be achieved by simply exchanging the data containers wrapped in shared pointers: - \snippet documentation/doc-code-snippets/mainwindow.cpp qcpgraph-datasharing-1 - - If you do not wish to share containers, but create a copy from an existing container, rather use - the \ref QCPDataContainer::set method on the graph's data container directly: - \snippet documentation/doc-code-snippets/mainwindow.cpp qcpgraph-datasharing-2 - - \see addData -*/ -void QCPGraph::setData(QSharedPointer data) -{ - mDataContainer = data; -} - -/*! \overload - - Replaces the current data with the provided points in \a keys and \a values. The provided - vectors should have equal length. Else, the number of added points will be the size of the - smallest vector. - - If you can guarantee that the passed data points are sorted by \a keys in ascending order, you - can set \a alreadySorted to true, to improve performance by saving a sorting run. - - \see addData -*/ -void QCPGraph::setData(const QVector &keys, const QVector &values, bool alreadySorted) -{ - mDataContainer->clear(); - addData(keys, values, alreadySorted); -} - -/*! - 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; -} - -/*! - If scatters are displayed (scatter style not \ref QCPScatterStyle::ssNone), \a skip number of - scatter points are skipped/not drawn after every drawn scatter point. - - This can be used to make the data appear sparser while for example still having a smooth line, - and to improve performance for very high density plots. - - If \a skip is set to 0 (default), all scatter points are drawn. - - \see setScatterStyle -*/ -void QCPGraph::setScatterSkip(int skip) -{ - mScatterSkip = qMax(0, skip); -} - -/*! - 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 = nullptr; - 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 = nullptr; - 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; -} - -/*! \overload - - Adds the provided points in \a keys and \a values to the current data. The provided vectors - should have equal length. Else, the number of added points will be the size of the smallest - vector. - - If you can guarantee that the passed data points are sorted by \a keys in ascending order, you - can set \a alreadySorted to true, to improve performance by saving a sorting run. - - Alternatively, you can also access and modify the data directly via the \ref data method, which - returns a pointer to the internal data container. -*/ -void QCPGraph::addData(const QVector &keys, const QVector &values, bool alreadySorted) -{ - if (keys.size() != values.size()) - qDebug() << Q_FUNC_INFO << "keys and values have different sizes:" << keys.size() << values.size(); - const int n = qMin(keys.size(), values.size()); - QVector tempData(n); - QVector::iterator it = tempData.begin(); - const QVector::iterator itEnd = tempData.end(); - int i = 0; - while (it != itEnd) - { - it->key = keys[i]; - it->value = values[i]; - ++it; - ++i; - } - mDataContainer->add(tempData, alreadySorted); // don't modify tempData beyond this to prevent copy on write -} - -/*! \overload - - Adds the provided data point as \a key and \a value to the current data. - - Alternatively, you can also access and modify the data directly via the \ref data method, which - returns a pointer to the internal data container. -*/ -void QCPGraph::addData(double key, double value) -{ - mDataContainer->add(QCPGraphData(key, value)); -} - -/*! - Implements a selectTest specific to this plottable's point geometry. - - If \a details is not 0, it will be set to a \ref QCPDataSelection, describing the closest data - point to \a pos. - - \seebaseclassmethod \ref QCPAbstractPlottable::selectTest -*/ -double QCPGraph::selectTest(const QPointF &pos, bool onlySelectable, QVariant *details) const -{ - if ((onlySelectable && mSelectable == QCP::stNone) || mDataContainer->isEmpty()) - return -1; - if (!mKeyAxis || !mValueAxis) - return -1; - - if (mKeyAxis.data()->axisRect()->rect().contains(pos.toPoint()) || mParentPlot->interactions().testFlag(QCP::iSelectPlottablesBeyondAxisRect)) - { - QCPGraphDataContainer::const_iterator closestDataPoint = mDataContainer->constEnd(); - double result = pointDistance(pos, closestDataPoint); - if (details) - { - int pointIndex = int(closestDataPoint-mDataContainer->constBegin()); - details->setValue(QCPDataSelection(QCPDataRange(pointIndex, pointIndex+1))); - } - return result; - } else - return -1; -} - -/* inherits documentation from base class */ -QCPRange QCPGraph::getKeyRange(bool &foundRange, QCP::SignDomain inSignDomain) const -{ - return mDataContainer->keyRange(foundRange, inSignDomain); -} - -/* inherits documentation from base class */ -QCPRange QCPGraph::getValueRange(bool &foundRange, QCP::SignDomain inSignDomain, const QCPRange &inKeyRange) const -{ - return mDataContainer->valueRange(foundRange, inSignDomain, inKeyRange); -} - -/* 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 || mDataContainer->isEmpty()) return; - if (mLineStyle == lsNone && mScatterStyle.isNone()) return; - - QVector lines, scatters; // line and (if necessary) scatter pixel coordinates will be stored here while iterating over segments - - // loop over and draw segments of unselected/selected data: - QList selectedSegments, unselectedSegments, allSegments; - getDataSegments(selectedSegments, unselectedSegments); - allSegments << unselectedSegments << selectedSegments; - for (int i=0; i= unselectedSegments.size(); - // get line pixel points appropriate to line style: - QCPDataRange lineDataRange = isSelectedSegment ? allSegments.at(i) : allSegments.at(i).adjusted(-1, 1); // unselected segments extend lines to bordering selected data point (safe to exceed total data bounds in first/last segment, getLines takes care) - getLines(&lines, lineDataRange); - - // check data validity if flag set: -#ifdef QCUSTOMPLOT_CHECK_DATA - QCPGraphDataContainer::const_iterator it; - for (it = mDataContainer->constBegin(); it != mDataContainer->constEnd(); ++it) - { - if (QCP::isInvalidData(it->key, it->value)) - qDebug() << Q_FUNC_INFO << "Data point at" << it->key << "invalid." << "Plottable name:" << name(); - } -#endif - - // draw fill of graph: - if (isSelectedSegment && mSelectionDecorator) - mSelectionDecorator->applyBrush(painter); - else - painter->setBrush(mBrush); - painter->setPen(Qt::NoPen); - drawFill(painter, &lines); - - // draw line: - if (mLineStyle != lsNone) - { - if (isSelectedSegment && mSelectionDecorator) - mSelectionDecorator->applyPen(painter); - else - painter->setPen(mPen); - painter->setBrush(Qt::NoBrush); - if (mLineStyle == lsImpulse) - drawImpulsePlot(painter, lines); - else - drawLinePlot(painter, lines); // also step plots can be drawn as a line plot - } - - // draw scatters: - QCPScatterStyle finalScatterStyle = mScatterStyle; - if (isSelectedSegment && mSelectionDecorator) - finalScatterStyle = mSelectionDecorator->getFinalScatterStyle(mScatterStyle); - if (!finalScatterStyle.isNone()) - { - getScatters(&scatters, allSegments.at(i)); - drawScatterPlot(painter, scatters, finalScatterStyle); - } - } - - // draw other selection decoration that isn't just line/scatter pens and brushes: - if (mSelectionDecorator) - mSelectionDecorator->drawDecoration(painter, selection()); -} - -/* 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 method retrieves an optimized set of data points via \ref getOptimizedLineData, and branches - out to the line style specific functions such as \ref dataToLines, \ref dataToStepLeftLines, etc. - according to the line style of the graph. - - \a lines will be filled with points in pixel coordinates, that can be drawn with the according - draw functions like \ref drawLinePlot and \ref drawImpulsePlot. The points returned in \a lines - aren't necessarily the original data points. For example, step line styles require additional - points to form the steps when drawn. If the line style of the graph is \ref lsNone, the \a - lines vector will be empty. - - \a dataRange specifies the beginning and ending data indices that will be taken into account for - conversion. In this function, the specified range may exceed the total data bounds without harm: - a correspondingly trimmed data range will be used. This takes the burden off the user of this - function to check for valid indices in \a dataRange, e.g. when extending ranges coming from \ref - getDataSegments. - - \see getScatters -*/ -void QCPGraph::getLines(QVector *lines, const QCPDataRange &dataRange) const -{ - if (!lines) return; - QCPGraphDataContainer::const_iterator begin, end; - getVisibleDataBounds(begin, end, dataRange); - if (begin == end) - { - lines->clear(); - return; - } - - QVector lineData; - if (mLineStyle != lsNone) - getOptimizedLineData(&lineData, begin, end); - - if (mKeyAxis->rangeReversed() != (mKeyAxis->orientation() == Qt::Vertical)) // make sure key pixels are sorted ascending in lineData (significantly simplifies following processing) - std::reverse(lineData.begin(), lineData.end()); - - switch (mLineStyle) - { - case lsNone: lines->clear(); break; - case lsLine: *lines = dataToLines(lineData); break; - case lsStepLeft: *lines = dataToStepLeftLines(lineData); break; - case lsStepRight: *lines = dataToStepRightLines(lineData); break; - case lsStepCenter: *lines = dataToStepCenterLines(lineData); break; - case lsImpulse: *lines = dataToImpulseLines(lineData); break; - } -} - -/*! \internal - - This method retrieves an optimized set of data points via \ref getOptimizedScatterData and then - converts them to pixel coordinates. The resulting points are returned in \a scatters, and can be - passed to \ref drawScatterPlot. - - \a dataRange specifies the beginning and ending data indices that will be taken into account for - conversion. In this function, the specified range may exceed the total data bounds without harm: - a correspondingly trimmed data range will be used. This takes the burden off the user of this - function to check for valid indices in \a dataRange, e.g. when extending ranges coming from \ref - getDataSegments. -*/ -void QCPGraph::getScatters(QVector *scatters, const QCPDataRange &dataRange) const -{ - if (!scatters) return; - QCPAxis *keyAxis = mKeyAxis.data(); - QCPAxis *valueAxis = mValueAxis.data(); - if (!keyAxis || !valueAxis) { qDebug() << Q_FUNC_INFO << "invalid key or value axis"; scatters->clear(); return; } - - QCPGraphDataContainer::const_iterator begin, end; - getVisibleDataBounds(begin, end, dataRange); - if (begin == end) - { - scatters->clear(); - return; - } - - QVector data; - getOptimizedScatterData(&data, begin, end); - - if (mKeyAxis->rangeReversed() != (mKeyAxis->orientation() == Qt::Vertical)) // make sure key pixels are sorted ascending in data (significantly simplifies following processing) - std::reverse(data.begin(), data.end()); - - scatters->resize(data.size()); - if (keyAxis->orientation() == Qt::Vertical) - { - for (int i=0; icoordToPixel(data.at(i).value)); - (*scatters)[i].setY(keyAxis->coordToPixel(data.at(i).key)); - } - } - } else - { - for (int i=0; icoordToPixel(data.at(i).key)); - (*scatters)[i].setY(valueAxis->coordToPixel(data.at(i).value)); - } - } - } -} - -/*! \internal - - Takes raw data points in plot coordinates as \a data, and returns a vector containing pixel - coordinate points which are suitable for drawing the line style \ref lsLine. - - The source of \a data is usually \ref getOptimizedLineData, and this method is called in \a - getLines if the line style is set accordingly. - - \see dataToStepLeftLines, dataToStepRightLines, dataToStepCenterLines, dataToImpulseLines, getLines, drawLinePlot -*/ -QVector QCPGraph::dataToLines(const QVector &data) const -{ - QVector result; - QCPAxis *keyAxis = mKeyAxis.data(); - QCPAxis *valueAxis = mValueAxis.data(); - if (!keyAxis || !valueAxis) { qDebug() << Q_FUNC_INFO << "invalid key or value axis"; return result; } - - result.resize(data.size()); - - // transform data points to pixels: - if (keyAxis->orientation() == Qt::Vertical) - { - for (int i=0; icoordToPixel(data.at(i).value)); - result[i].setY(keyAxis->coordToPixel(data.at(i).key)); - } - } else // key axis is horizontal - { - for (int i=0; icoordToPixel(data.at(i).key)); - result[i].setY(valueAxis->coordToPixel(data.at(i).value)); - } - } - return result; -} - -/*! \internal - - Takes raw data points in plot coordinates as \a data, and returns a vector containing pixel - coordinate points which are suitable for drawing the line style \ref lsStepLeft. - - The source of \a data is usually \ref getOptimizedLineData, and this method is called in \a - getLines if the line style is set accordingly. - - \see dataToLines, dataToStepRightLines, dataToStepCenterLines, dataToImpulseLines, getLines, drawLinePlot -*/ -QVector QCPGraph::dataToStepLeftLines(const QVector &data) const -{ - QVector result; - QCPAxis *keyAxis = mKeyAxis.data(); - QCPAxis *valueAxis = mValueAxis.data(); - if (!keyAxis || !valueAxis) { qDebug() << Q_FUNC_INFO << "invalid key or value axis"; return result; } - - result.resize(data.size()*2); - - // calculate steps from data and transform to pixel coordinates: - if (keyAxis->orientation() == Qt::Vertical) - { - double lastValue = valueAxis->coordToPixel(data.first().value); - for (int i=0; icoordToPixel(data.at(i).key); - result[i*2+0].setX(lastValue); - result[i*2+0].setY(key); - lastValue = valueAxis->coordToPixel(data.at(i).value); - result[i*2+1].setX(lastValue); - result[i*2+1].setY(key); - } - } else // key axis is horizontal - { - double lastValue = valueAxis->coordToPixel(data.first().value); - for (int i=0; icoordToPixel(data.at(i).key); - result[i*2+0].setX(key); - result[i*2+0].setY(lastValue); - lastValue = valueAxis->coordToPixel(data.at(i).value); - result[i*2+1].setX(key); - result[i*2+1].setY(lastValue); - } - } - return result; -} - -/*! \internal - - Takes raw data points in plot coordinates as \a data, and returns a vector containing pixel - coordinate points which are suitable for drawing the line style \ref lsStepRight. - - The source of \a data is usually \ref getOptimizedLineData, and this method is called in \a - getLines if the line style is set accordingly. - - \see dataToLines, dataToStepLeftLines, dataToStepCenterLines, dataToImpulseLines, getLines, drawLinePlot -*/ -QVector QCPGraph::dataToStepRightLines(const QVector &data) const -{ - QVector result; - QCPAxis *keyAxis = mKeyAxis.data(); - QCPAxis *valueAxis = mValueAxis.data(); - if (!keyAxis || !valueAxis) { qDebug() << Q_FUNC_INFO << "invalid key or value axis"; return result; } - - result.resize(data.size()*2); - - // calculate steps from data and transform to pixel coordinates: - if (keyAxis->orientation() == Qt::Vertical) - { - double lastKey = keyAxis->coordToPixel(data.first().key); - for (int i=0; icoordToPixel(data.at(i).value); - result[i*2+0].setX(value); - result[i*2+0].setY(lastKey); - lastKey = keyAxis->coordToPixel(data.at(i).key); - result[i*2+1].setX(value); - result[i*2+1].setY(lastKey); - } - } else // key axis is horizontal - { - double lastKey = keyAxis->coordToPixel(data.first().key); - for (int i=0; icoordToPixel(data.at(i).value); - result[i*2+0].setX(lastKey); - result[i*2+0].setY(value); - lastKey = keyAxis->coordToPixel(data.at(i).key); - result[i*2+1].setX(lastKey); - result[i*2+1].setY(value); - } - } - return result; -} - -/*! \internal - - Takes raw data points in plot coordinates as \a data, and returns a vector containing pixel - coordinate points which are suitable for drawing the line style \ref lsStepCenter. - - The source of \a data is usually \ref getOptimizedLineData, and this method is called in \a - getLines if the line style is set accordingly. - - \see dataToLines, dataToStepLeftLines, dataToStepRightLines, dataToImpulseLines, getLines, drawLinePlot -*/ -QVector QCPGraph::dataToStepCenterLines(const QVector &data) const -{ - QVector result; - QCPAxis *keyAxis = mKeyAxis.data(); - QCPAxis *valueAxis = mValueAxis.data(); - if (!keyAxis || !valueAxis) { qDebug() << Q_FUNC_INFO << "invalid key or value axis"; return result; } - - result.resize(data.size()*2); - - // calculate steps from data and transform to pixel coordinates: - if (keyAxis->orientation() == Qt::Vertical) - { - double lastKey = keyAxis->coordToPixel(data.first().key); - double lastValue = valueAxis->coordToPixel(data.first().value); - result[0].setX(lastValue); - result[0].setY(lastKey); - for (int i=1; icoordToPixel(data.at(i).key)+lastKey)*0.5; - result[i*2-1].setX(lastValue); - result[i*2-1].setY(key); - lastValue = valueAxis->coordToPixel(data.at(i).value); - lastKey = keyAxis->coordToPixel(data.at(i).key); - result[i*2+0].setX(lastValue); - result[i*2+0].setY(key); - } - result[data.size()*2-1].setX(lastValue); - result[data.size()*2-1].setY(lastKey); - } else // key axis is horizontal - { - double lastKey = keyAxis->coordToPixel(data.first().key); - double lastValue = valueAxis->coordToPixel(data.first().value); - result[0].setX(lastKey); - result[0].setY(lastValue); - for (int i=1; icoordToPixel(data.at(i).key)+lastKey)*0.5; - result[i*2-1].setX(key); - result[i*2-1].setY(lastValue); - lastValue = valueAxis->coordToPixel(data.at(i).value); - lastKey = keyAxis->coordToPixel(data.at(i).key); - result[i*2+0].setX(key); - result[i*2+0].setY(lastValue); - } - result[data.size()*2-1].setX(lastKey); - result[data.size()*2-1].setY(lastValue); - } - return result; -} - -/*! \internal - - Takes raw data points in plot coordinates as \a data, and returns a vector containing pixel - coordinate points which are suitable for drawing the line style \ref lsImpulse. - - The source of \a data is usually \ref getOptimizedLineData, and this method is called in \a - getLines if the line style is set accordingly. - - \see dataToLines, dataToStepLeftLines, dataToStepRightLines, dataToStepCenterLines, getLines, drawImpulsePlot -*/ -QVector QCPGraph::dataToImpulseLines(const QVector &data) const -{ - QVector result; - QCPAxis *keyAxis = mKeyAxis.data(); - QCPAxis *valueAxis = mValueAxis.data(); - if (!keyAxis || !valueAxis) { qDebug() << Q_FUNC_INFO << "invalid key or value axis"; return result; } - - result.resize(data.size()*2); - - // transform data points to pixels: - if (keyAxis->orientation() == Qt::Vertical) - { - for (int i=0; icoordToPixel(current.key); - result[i*2+0].setX(valueAxis->coordToPixel(0)); - result[i*2+0].setY(key); - result[i*2+1].setX(valueAxis->coordToPixel(current.value)); - result[i*2+1].setY(key); - } else - { - result[i*2+0] = QPointF(0, 0); - result[i*2+1] = QPointF(0, 0); - } - } - } else // key axis is horizontal - { - for (int i=0; icoordToPixel(data.at(i).key); - result[i*2+0].setX(key); - result[i*2+0].setY(valueAxis->coordToPixel(0)); - result[i*2+1].setX(key); - result[i*2+1].setY(valueAxis->coordToPixel(data.at(i).value)); - } else - { - result[i*2+0] = QPointF(0, 0); - result[i*2+1] = QPointF(0, 0); - } - } - } - return result; -} - -/*! \internal - - Draws the fill of the graph using the specified \a painter, with the currently set brush. - - Depending on whether a normal fill or a channel fill (\ref setChannelFillGraph) is needed, \ref - getFillPolygon or \ref getChannelFillPolygon are used to find the according fill polygons. - - In order to handle NaN Data points correctly (the fill needs to be split into disjoint areas), - this method first determines a list of non-NaN segments with \ref getNonNanSegments, on which to - operate. In the channel fill case, \ref getOverlappingSegments is used to consolidate the non-NaN - segments of the two involved graphs, before passing the overlapping pairs to \ref - getChannelFillPolygon. - - Pass the points of this graph's line as \a lines, in pixel coordinates. - - \see drawLinePlot, drawImpulsePlot, drawScatterPlot -*/ -void QCPGraph::drawFill(QCPPainter *painter, QVector *lines) const -{ - if (mLineStyle == lsImpulse) return; // fill doesn't make sense for impulse plot - if (painter->brush().style() == Qt::NoBrush || painter->brush().color().alpha() == 0) return; - - applyFillAntialiasingHint(painter); - const QVector segments = getNonNanSegments(lines, keyAxis()->orientation()); - if (!mChannelFillGraph) - { - // draw base fill under graph, fill goes all the way to the zero-value-line: - foreach (QCPDataRange segment, segments) - painter->drawPolygon(getFillPolygon(lines, segment)); - } else - { - // draw fill between this graph and mChannelFillGraph: - QVector otherLines; - mChannelFillGraph->getLines(&otherLines, QCPDataRange(0, mChannelFillGraph->dataCount())); - if (!otherLines.isEmpty()) - { - QVector otherSegments = getNonNanSegments(&otherLines, mChannelFillGraph->keyAxis()->orientation()); - QVector > segmentPairs = getOverlappingSegments(segments, lines, otherSegments, &otherLines); - for (int i=0; idrawPolygon(getChannelFillPolygon(lines, segmentPairs.at(i).first, &otherLines, segmentPairs.at(i).second)); - } - } -} - -/*! \internal - - Draws scatter symbols at every point passed in \a scatters, given in pixel coordinates. The - scatters will be drawn with \a painter and have the appearance as specified in \a style. - - \see drawLinePlot, drawImpulsePlot -*/ -void QCPGraph::drawScatterPlot(QCPPainter *painter, const QVector &scatters, const QCPScatterStyle &style) const -{ - applyScattersAntialiasingHint(painter); - style.applyTo(painter, mPen); - foreach (const QPointF &scatter, scatters) - style.drawShape(painter, scatter.x(), scatter.y()); -} - -/*! \internal - - Draws lines between the points in \a lines, given in pixel coordinates. - - \see drawScatterPlot, drawImpulsePlot, QCPAbstractPlottable1D::drawPolyline -*/ -void QCPGraph::drawLinePlot(QCPPainter *painter, const QVector &lines) const -{ - if (painter->pen().style() != Qt::NoPen && painter->pen().color().alpha() != 0) - { - applyDefaultAntialiasingHint(painter); - drawPolyline(painter, lines); - } -} - -/*! \internal - - Draws impulses from the provided data, i.e. it connects all line pairs in \a lines, given in - pixel coordinates. The \a lines necessary for impulses are generated by \ref dataToImpulseLines - from the regular graph data points. - - \see drawLinePlot, drawScatterPlot -*/ -void QCPGraph::drawImpulsePlot(QCPPainter *painter, const QVector &lines) const -{ - if (painter->pen().style() != Qt::NoPen && painter->pen().color().alpha() != 0) - { - applyDefaultAntialiasingHint(painter); - QPen oldPen = painter->pen(); - QPen newPen = painter->pen(); - newPen.setCapStyle(Qt::FlatCap); // so impulse line doesn't reach beyond zero-line - painter->setPen(newPen); - painter->drawLines(lines); - painter->setPen(oldPen); - } -} - -/*! \internal - - Returns via \a lineData the data points that need to be visualized for this graph when plotting - graph lines, taking into consideration the currently visible axis ranges and, if \ref - setAdaptiveSampling is enabled, local point densities. The considered data can be restricted - further by \a begin and \a end, e.g. to only plot a certain segment of the data (see \ref - getDataSegments). - - This method is used by \ref getLines to retrieve the basic working set of data. - - \see getOptimizedScatterData -*/ -void QCPGraph::getOptimizedLineData(QVector *lineData, const QCPGraphDataContainer::const_iterator &begin, const QCPGraphDataContainer::const_iterator &end) const -{ - if (!lineData) return; - QCPAxis *keyAxis = mKeyAxis.data(); - QCPAxis *valueAxis = mValueAxis.data(); - if (!keyAxis || !valueAxis) { qDebug() << Q_FUNC_INFO << "invalid key or value axis"; return; } - if (begin == end) return; - - int dataCount = int(end-begin); - int maxCount = (std::numeric_limits::max)(); - if (mAdaptiveSampling) - { - double keyPixelSpan = qAbs(keyAxis->coordToPixel(begin->key)-keyAxis->coordToPixel((end-1)->key)); - if (2*keyPixelSpan+2 < static_cast((std::numeric_limits::max)())) - maxCount = int(2*keyPixelSpan+2); - } - - if (mAdaptiveSampling && dataCount >= maxCount) // use adaptive sampling only if there are at least two points per pixel on average - { - QCPGraphDataContainer::const_iterator it = begin; - double minValue = it->value; - double maxValue = it->value; - QCPGraphDataContainer::const_iterator currentIntervalFirstPoint = it; - int reversedFactor = keyAxis->pixelOrientation(); // is used to calculate keyEpsilon pixel into the correct direction - int reversedRound = reversedFactor==-1 ? 1 : 0; // is used to switch between floor (normal) and ceil (reversed) rounding of currentIntervalStartKey - double currentIntervalStartKey = keyAxis->pixelToCoord(int(keyAxis->coordToPixel(begin->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 != end) - { - 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 < minValue) - minValue = it->value; - else if (it->value > maxValue) - maxValue = it->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(QCPGraphData(currentIntervalStartKey+keyEpsilon*0.2, currentIntervalFirstPoint->value)); - lineData->append(QCPGraphData(currentIntervalStartKey+keyEpsilon*0.25, minValue)); - lineData->append(QCPGraphData(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(QCPGraphData(currentIntervalStartKey+keyEpsilon*0.8, (it-1)->value)); - } else - lineData->append(QCPGraphData(currentIntervalFirstPoint->key, currentIntervalFirstPoint->value)); - lastIntervalEndKey = (it-1)->key; - minValue = it->value; - maxValue = it->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(QCPGraphData(currentIntervalStartKey+keyEpsilon*0.2, currentIntervalFirstPoint->value)); - lineData->append(QCPGraphData(currentIntervalStartKey+keyEpsilon*0.25, minValue)); - lineData->append(QCPGraphData(currentIntervalStartKey+keyEpsilon*0.75, maxValue)); - } else - lineData->append(QCPGraphData(currentIntervalFirstPoint->key, currentIntervalFirstPoint->value)); - - } else // don't use adaptive sampling algorithm, transfer points one-to-one from the data container into the output - { - lineData->resize(dataCount); - std::copy(begin, end, lineData->begin()); - } -} - -/*! \internal - - Returns via \a scatterData the data points that need to be visualized for this graph when - plotting scatter points, taking into consideration the currently visible axis ranges and, if \ref - setAdaptiveSampling is enabled, local point densities. The considered data can be restricted - further by \a begin and \a end, e.g. to only plot a certain segment of the data (see \ref - getDataSegments). - - This method is used by \ref getScatters to retrieve the basic working set of data. - - \see getOptimizedLineData -*/ -void QCPGraph::getOptimizedScatterData(QVector *scatterData, QCPGraphDataContainer::const_iterator begin, QCPGraphDataContainer::const_iterator end) const -{ - if (!scatterData) return; - QCPAxis *keyAxis = mKeyAxis.data(); - QCPAxis *valueAxis = mValueAxis.data(); - if (!keyAxis || !valueAxis) { qDebug() << Q_FUNC_INFO << "invalid key or value axis"; return; } - - const int scatterModulo = mScatterSkip+1; - const bool doScatterSkip = mScatterSkip > 0; - int beginIndex = int(begin-mDataContainer->constBegin()); - int endIndex = int(end-mDataContainer->constBegin()); - while (doScatterSkip && begin != end && beginIndex % scatterModulo != 0) // advance begin iterator to first non-skipped scatter - { - ++beginIndex; - ++begin; - } - if (begin == end) return; - int dataCount = int(end-begin); - int maxCount = (std::numeric_limits::max)(); - if (mAdaptiveSampling) - { - int keyPixelSpan = int(qAbs(keyAxis->coordToPixel(begin->key)-keyAxis->coordToPixel((end-1)->key))); - maxCount = 2*keyPixelSpan+2; - } - - if (mAdaptiveSampling && dataCount >= maxCount) // use adaptive sampling only if there are at least two points per pixel on average - { - double valueMaxRange = valueAxis->range().upper; - double valueMinRange = valueAxis->range().lower; - QCPGraphDataContainer::const_iterator it = begin; - int itIndex = int(beginIndex); - double minValue = it->value; - double maxValue = it->value; - QCPGraphDataContainer::const_iterator minValueIt = it; - QCPGraphDataContainer::const_iterator maxValueIt = it; - QCPGraphDataContainer::const_iterator currentIntervalStart = it; - int reversedFactor = keyAxis->pixelOrientation(); // is used to calculate keyEpsilon pixel into the correct direction - int reversedRound = reversedFactor==-1 ? 1 : 0; // is used to switch between floor (normal) and ceil (reversed) rounding of currentIntervalStartKey - double currentIntervalStartKey = keyAxis->pixelToCoord(int(keyAxis->coordToPixel(begin->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; - // advance iterator to second (non-skipped) data point because adaptive sampling works in 1 point retrospect: - if (!doScatterSkip) - ++it; - else - { - itIndex += scatterModulo; - if (itIndex < endIndex) // make sure we didn't jump over end - it += scatterModulo; - else - { - it = end; - itIndex = endIndex; - } - } - // main loop over data points: - while (it != end) - { - 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 < minValue && it->value > valueMinRange && it->value < valueMaxRange) - { - minValue = it->value; - minValueIt = it; - } else if (it->value > maxValue && it->value > valueMinRange && it->value < valueMaxRange) - { - maxValue = it->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 - QCPGraphDataContainer::const_iterator intervalIt = currentIntervalStart; - int c = 0; - while (intervalIt != it) - { - if ((c % dataModulo == 0 || intervalIt == minValueIt || intervalIt == maxValueIt) && intervalIt->value > valueMinRange && intervalIt->value < valueMaxRange) - scatterData->append(*intervalIt); - ++c; - if (!doScatterSkip) - ++intervalIt; - else - intervalIt += scatterModulo; // since we know indices of "currentIntervalStart", "intervalIt" and "it" are multiples of scatterModulo, we can't accidentally jump over "it" here - } - } else if (currentIntervalStart->value > valueMinRange && currentIntervalStart->value < valueMaxRange) - scatterData->append(*currentIntervalStart); - minValue = it->value; - maxValue = it->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; - } - // advance to next data point: - if (!doScatterSkip) - ++it; - else - { - itIndex += scatterModulo; - if (itIndex < endIndex) // make sure we didn't jump over end - it += scatterModulo; - else - { - it = end; - itIndex = endIndex; - } - } - } - // 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 - QCPGraphDataContainer::const_iterator intervalIt = currentIntervalStart; - int intervalItIndex = int(intervalIt-mDataContainer->constBegin()); - int c = 0; - while (intervalIt != it) - { - if ((c % dataModulo == 0 || intervalIt == minValueIt || intervalIt == maxValueIt) && intervalIt->value > valueMinRange && intervalIt->value < valueMaxRange) - scatterData->append(*intervalIt); - ++c; - if (!doScatterSkip) - ++intervalIt; - else // here we can't guarantee that adding scatterModulo doesn't exceed "it" (because "it" is equal to "end" here, and "end" isn't scatterModulo-aligned), so check via index comparison: - { - intervalItIndex += scatterModulo; - if (intervalItIndex < itIndex) - intervalIt += scatterModulo; - else - { - intervalIt = it; - intervalItIndex = itIndex; - } - } - } - } else if (currentIntervalStart->value > valueMinRange && currentIntervalStart->value < valueMaxRange) - scatterData->append(*currentIntervalStart); - - } else // don't use adaptive sampling algorithm, transfer points one-to-one from the data container into the output - { - QCPGraphDataContainer::const_iterator it = begin; - int itIndex = beginIndex; - scatterData->reserve(dataCount); - while (it != end) - { - scatterData->append(*it); - // advance to next data point: - if (!doScatterSkip) - ++it; - else - { - itIndex += scatterModulo; - if (itIndex < endIndex) - it += scatterModulo; - else - { - it = end; - itIndex = endIndex; - } - } - } - } -} - -/*! - This method outputs the currently visible data range via \a begin and \a end. The returned range - will also never exceed \a rangeRestriction. - - This method takes into account that the drawing of data lines at the axis rect border always - requires the points just outside the visible axis range. So \a begin and \a end may actually - indicate a range that contains one additional data point to the left and right of the visible - axis range. -*/ -void QCPGraph::getVisibleDataBounds(QCPGraphDataContainer::const_iterator &begin, QCPGraphDataContainer::const_iterator &end, const QCPDataRange &rangeRestriction) const -{ - if (rangeRestriction.isEmpty()) - { - end = mDataContainer->constEnd(); - begin = end; - } else - { - 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: - begin = mDataContainer->findBegin(keyAxis->range().lower); - end = mDataContainer->findEnd(keyAxis->range().upper); - // limit lower/upperEnd to rangeRestriction: - mDataContainer->limitIteratorsToDataRange(begin, end, rangeRestriction); // this also ensures rangeRestriction outside data bounds doesn't break anything - } -} - -/*! \internal - - This method goes through the passed points in \a lineData and returns a list of the segments - which don't contain NaN data points. - - \a keyOrientation defines whether the \a x or \a y member of the passed QPointF is used to check - for NaN. If \a keyOrientation is \c Qt::Horizontal, the \a y member is checked, if it is \c - Qt::Vertical, the \a x member is checked. - - \see getOverlappingSegments, drawFill -*/ -QVector QCPGraph::getNonNanSegments(const QVector *lineData, Qt::Orientation keyOrientation) const -{ - QVector result; - const int n = lineData->size(); - - QCPDataRange currentSegment(-1, -1); - int i = 0; - - if (keyOrientation == Qt::Horizontal) - { - while (i < n) - { - while (i < n && qIsNaN(lineData->at(i).y())) // seek next non-NaN data point - ++i; - if (i == n) - break; - currentSegment.setBegin(i++); - while (i < n && !qIsNaN(lineData->at(i).y())) // seek next NaN data point or end of data - ++i; - currentSegment.setEnd(i++); - result.append(currentSegment); - } - } else // keyOrientation == Qt::Vertical - { - while (i < n) - { - while (i < n && qIsNaN(lineData->at(i).x())) // seek next non-NaN data point - ++i; - if (i == n) - break; - currentSegment.setBegin(i++); - while (i < n && !qIsNaN(lineData->at(i).x())) // seek next NaN data point or end of data - ++i; - currentSegment.setEnd(i++); - result.append(currentSegment); - } - } - return result; -} - -/*! \internal - - This method takes two segment lists (e.g. created by \ref getNonNanSegments) \a thisSegments and - \a otherSegments, and their associated point data \a thisData and \a otherData. - - It returns all pairs of segments (the first from \a thisSegments, the second from \a - otherSegments), which overlap in plot coordinates. - - This method is useful in the case of a channel fill between two graphs, when only those non-NaN - segments which actually overlap in their key coordinate shall be considered for drawing a channel - fill polygon. - - It is assumed that the passed segments in \a thisSegments are ordered ascending by index, and - that the segments don't overlap themselves. The same is assumed for the segments in \a - otherSegments. This is fulfilled when the segments are obtained via \ref getNonNanSegments. - - \see getNonNanSegments, segmentsIntersect, drawFill, getChannelFillPolygon -*/ -QVector > QCPGraph::getOverlappingSegments(QVector thisSegments, const QVector *thisData, QVector otherSegments, const QVector *otherData) const -{ - QVector > result; - if (thisData->isEmpty() || otherData->isEmpty() || thisSegments.isEmpty() || otherSegments.isEmpty()) - return result; - - int thisIndex = 0; - int otherIndex = 0; - const bool verticalKey = mKeyAxis->orientation() == Qt::Vertical; - while (thisIndex < thisSegments.size() && otherIndex < otherSegments.size()) - { - if (thisSegments.at(thisIndex).size() < 2) // segments with fewer than two points won't have a fill anyhow - { - ++thisIndex; - continue; - } - if (otherSegments.at(otherIndex).size() < 2) // segments with fewer than two points won't have a fill anyhow - { - ++otherIndex; - continue; - } - double thisLower, thisUpper, otherLower, otherUpper; - if (!verticalKey) - { - thisLower = thisData->at(thisSegments.at(thisIndex).begin()).x(); - thisUpper = thisData->at(thisSegments.at(thisIndex).end()-1).x(); - otherLower = otherData->at(otherSegments.at(otherIndex).begin()).x(); - otherUpper = otherData->at(otherSegments.at(otherIndex).end()-1).x(); - } else - { - thisLower = thisData->at(thisSegments.at(thisIndex).begin()).y(); - thisUpper = thisData->at(thisSegments.at(thisIndex).end()-1).y(); - otherLower = otherData->at(otherSegments.at(otherIndex).begin()).y(); - otherUpper = otherData->at(otherSegments.at(otherIndex).end()-1).y(); - } - - int bPrecedence; - if (segmentsIntersect(thisLower, thisUpper, otherLower, otherUpper, bPrecedence)) - result.append(QPair(thisSegments.at(thisIndex), otherSegments.at(otherIndex))); - - if (bPrecedence <= 0) // otherSegment doesn't reach as far as thisSegment, so continue with next otherSegment, keeping current thisSegment - ++otherIndex; - else // otherSegment reaches further than thisSegment, so continue with next thisSegment, keeping current otherSegment - ++thisIndex; - } - - return result; -} - -/*! \internal - - Returns whether the segments defined by the coordinates (aLower, aUpper) and (bLower, bUpper) - have overlap. - - The output parameter \a bPrecedence indicates whether the \a b segment reaches farther than the - \a a segment or not. If \a bPrecedence returns 1, segment \a b reaches the farthest to higher - coordinates (i.e. bUpper > aUpper). If it returns -1, segment \a a reaches the farthest. Only if - both segment's upper bounds are identical, 0 is returned as \a bPrecedence. - - It is assumed that the lower bounds always have smaller or equal values than the upper bounds. - - \see getOverlappingSegments -*/ -bool QCPGraph::segmentsIntersect(double aLower, double aUpper, double bLower, double bUpper, int &bPrecedence) const -{ - bPrecedence = 0; - if (aLower > bUpper) - { - bPrecedence = -1; - return false; - } else if (bLower > aUpper) - { - bPrecedence = 1; - return false; - } else - { - if (aUpper > bUpper) - bPrecedence = -1; - else if (aUpper < bUpper) - bPrecedence = 1; - - return true; - } -} - -/*! \internal - - Returns the point which closes the fill polygon on 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 matchingDataPoint will provide the key (in pixels) of the returned point. Depending on whether - the key axis of this graph is horizontal or vertical, \a matchingDataPoint will provide the x or - y value of the returned point, respectively. -*/ -QPointF QCPGraph::getFillBasePoint(QPointF matchingDataPoint) const -{ - QCPAxis *keyAxis = mKeyAxis.data(); - QCPAxis *valueAxis = mValueAxis.data(); - if (!keyAxis || !valueAxis) { qDebug() << Q_FUNC_INFO << "invalid key or value axis"; return {}; } - - QPointF result; - if (valueAxis->scaleType() == QCPAxis::stLinear) - { - if (keyAxis->orientation() == Qt::Horizontal) - { - result.setX(matchingDataPoint.x()); - result.setY(valueAxis->coordToPixel(0)); - } else // keyAxis->orientation() == Qt::Vertical - { - result.setX(valueAxis->coordToPixel(0)); - result.setY(matchingDataPoint.y()); - } - } 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 - result.setX(keyAxis->axisRect()->right()); - else - result.setX(keyAxis->axisRect()->left()); - result.setY(matchingDataPoint.y()); - } else if (keyAxis->axisType() == QCPAxis::atTop || keyAxis->axisType() == QCPAxis::atBottom) - { - result.setX(matchingDataPoint.x()); - 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 - result.setY(keyAxis->axisRect()->top()); - else - result.setY(keyAxis->axisRect()->bottom()); - } - } - return result; -} - -/*! \internal - - Returns the polygon needed for drawing normal fills between this graph and the key axis. - - Pass the graph's data points (in pixel coordinates) as \a lineData, and specify the \a segment - which shall be used for the fill. The collection of \a lineData points described by \a segment - must not contain NaN data points (see \ref getNonNanSegments). - - The returned fill polygon will be closed at the key axis (the zero-value line) for linear value - axes. For logarithmic value axes the polygon will reach just beyond the corresponding axis rect - side (see \ref getFillBasePoint). - - For increased performance (due to implicit sharing), keep the returned QPolygonF const. - - \see drawFill, getNonNanSegments -*/ -const QPolygonF QCPGraph::getFillPolygon(const QVector *lineData, QCPDataRange segment) const -{ - if (segment.size() < 2) - return QPolygonF(); - QPolygonF result(segment.size()+2); - - result[0] = getFillBasePoint(lineData->at(segment.begin())); - std::copy(lineData->constBegin()+segment.begin(), lineData->constBegin()+segment.end(), result.begin()+1); - result[result.size()-1] = getFillBasePoint(lineData->at(segment.end()-1)); - - return result; -} - -/*! \internal - - Returns the polygon needed for drawing (partial) channel fills between this graph and the graph - specified by \ref setChannelFillGraph. - - The data points of this graph are passed as pixel coordinates via \a thisData, the data of the - other graph as \a otherData. The returned polygon will be calculated for the specified data - segments \a thisSegment and \a otherSegment, pertaining to the respective \a thisData and \a - otherData, respectively. - - The passed \a thisSegment and \a otherSegment should correspond to the segment pairs returned by - \ref getOverlappingSegments, to make sure only segments that actually have key coordinate overlap - need to be processed here. - - For increased performance due to implicit sharing, keep the returned QPolygonF const. - - \see drawFill, getOverlappingSegments, getNonNanSegments -*/ -const QPolygonF QCPGraph::getChannelFillPolygon(const QVector *thisData, QCPDataRange thisSegment, const QVector *otherData, QCPDataRange otherSegment) 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 (thisData->isEmpty()) return QPolygonF(); - QVector thisSegmentData(thisSegment.size()); - QVector otherSegmentData(otherSegment.size()); - std::copy(thisData->constBegin()+thisSegment.begin(), thisData->constBegin()+thisSegment.end(), thisSegmentData.begin()); - std::copy(otherData->constBegin()+otherSegment.begin(), otherData->constBegin()+otherSegment.end(), otherSegmentData.begin()); - // pointers to be able to swap them, depending which data range needs cropping: - QVector *staticData = &thisSegmentData; - QVector *croppedData = &otherSegmentData; - - // 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 - // crop lower bound: - if (staticData->first().x() < croppedData->first().x()) // other one must be cropped - qSwap(staticData, croppedData); - const 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 (!qFuzzyCompare(croppedData->at(1).x(), croppedData->at(0).x())) - 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 - const int li = croppedData->size()-1; // last index - if (!qFuzzyCompare(croppedData->at(li).x(), croppedData->at(li-1).x())) - 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 - // crop lower bound: - if (staticData->first().y() < croppedData->first().y()) // other one must be cropped - qSwap(staticData, croppedData); - int lowBound = findIndexBelowY(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 (!qFuzzyCompare(croppedData->at(1).y(), croppedData->at(0).y())) // 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 = findIndexAboveY(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 (!qFuzzyCompare(croppedData->at(li).y(), croppedData->at(li-1).y())) // 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=otherSegmentData.size()-1; i>=0; --i) // insert reversed, otherwise the polygon will be twisted - thisSegmentData << otherSegmentData.at(i); - return QPolygonF(thisSegmentData); -} - -/*! \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 ensured by \ref getLines/\ref getScatters if the key - axis is horizontal. - - 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 ensured by \ref getLines/\ref getScatters if the key - axis is horizontal. - - 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 ascending, as is ensured by \ref getLines/\ref getScatters if the key - axis is vertical. - - Used to calculate the channel fill polygon, see \ref getChannelFillPolygon. -*/ -int QCPGraph::findIndexAboveY(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; -} - -/*! \internal - - Calculates the minimum distance in pixels the graph's representation has from the given \a - pixelPoint. This is used to determine whether the graph was clicked or not, e.g. in \ref - selectTest. The closest data point to \a pixelPoint is returned in \a closestData. Note that if - the graph has a line representation, the returned distance may be smaller than the distance to - the \a closestData point, since the distance to the graph line is also taken into account. - - 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, QCPGraphDataContainer::const_iterator &closestData) const -{ - closestData = mDataContainer->constEnd(); - if (mDataContainer->isEmpty()) - return -1.0; - if (mLineStyle == lsNone && mScatterStyle.isNone()) - return -1.0; - - // calculate minimum distances to graph data points and find closestData iterator: - double minDistSqr = (std::numeric_limits::max)(); - // determine which key range comes into question, taking selection tolerance around pos into account: - double posKeyMin, posKeyMax, dummy; - pixelsToCoords(pixelPoint-QPointF(mParentPlot->selectionTolerance(), mParentPlot->selectionTolerance()), posKeyMin, dummy); - pixelsToCoords(pixelPoint+QPointF(mParentPlot->selectionTolerance(), mParentPlot->selectionTolerance()), posKeyMax, dummy); - if (posKeyMin > posKeyMax) - qSwap(posKeyMin, posKeyMax); - // iterate over found data points and then choose the one with the shortest distance to pos: - QCPGraphDataContainer::const_iterator begin = mDataContainer->findBegin(posKeyMin, true); - QCPGraphDataContainer::const_iterator end = mDataContainer->findEnd(posKeyMax, true); - for (QCPGraphDataContainer::const_iterator it=begin; it!=end; ++it) - { - const double currentDistSqr = QCPVector2D(coordsToPixels(it->key, it->value)-pixelPoint).lengthSquared(); - if (currentDistSqr < minDistSqr) - { - minDistSqr = currentDistSqr; - closestData = it; - } - } - - // calculate distance to graph line if there is one (if so, will probably be smaller than distance to closest data point): - if (mLineStyle != lsNone) - { - // line displayed, calculate distance to line segments: - QVector lineData; - getLines(&lineData, QCPDataRange(0, dataCount())); // don't limit data range further since with sharp data spikes, line segments may be closer to test point than segments with closer key coordinate - QCPVector2D p(pixelPoint); - const int step = mLineStyle==lsImpulse ? 2 : 1; // impulse plot differs from other line styles in that the lineData points are only pairwise connected - for (int i=0; i *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; -} -/* end of 'src/plottables/plottable-graph.cpp' */ - - -/* including file 'src/plottables/plottable-curve.cpp' */ -/* modified 2022-11-06T12:45:56, size 63851 */ - -//////////////////////////////////////////////////////////////////////////////////////////////////// -//////////////////// QCPCurveData -//////////////////////////////////////////////////////////////////////////////////////////////////// - -/*! \class QCPCurveData - \brief Holds the data of one single data point for QCPCurve. - - The stored data is: - \li \a t: the free ordering parameter of this curve point, like in the mathematical vector (x(t), y(t)). (This is the \a sortKey) - \li \a key: coordinate on the key axis of this curve point (this is the \a mainKey) - \li \a value: coordinate on the value axis of this curve point (this is the \a mainValue) - - The container for storing multiple data points is \ref QCPCurveDataContainer. It is a typedef for - \ref QCPDataContainer with \ref QCPCurveData as the DataType template parameter. See the - documentation there for an explanation regarding the data type's generic methods. - - \see QCPCurveDataContainer -*/ - -/* start documentation of inline functions */ - -/*! \fn double QCPCurveData::sortKey() const - - Returns the \a t member of this data point. - - For a general explanation of what this method is good for in the context of the data container, - see the documentation of \ref QCPDataContainer. -*/ - -/*! \fn static QCPCurveData QCPCurveData::fromSortKey(double sortKey) - - Returns a data point with the specified \a sortKey (assigned to the data point's \a t member). - All other members are set to zero. - - For a general explanation of what this method is good for in the context of the data container, - see the documentation of \ref QCPDataContainer. -*/ - -/*! \fn static static bool QCPCurveData::sortKeyIsMainKey() - - Since the member \a key is the data point key coordinate and the member \a t is the data ordering - parameter, this method returns false. - - For a general explanation of what this method is good for in the context of the data container, - see the documentation of \ref QCPDataContainer. -*/ - -/*! \fn double QCPCurveData::mainKey() const - - Returns the \a key member of this data point. - - For a general explanation of what this method is good for in the context of the data container, - see the documentation of \ref QCPDataContainer. -*/ - -/*! \fn double QCPCurveData::mainValue() const - - Returns the \a value member of this data point. - - For a general explanation of what this method is good for in the context of the data container, - see the documentation of \ref QCPDataContainer. -*/ - -/*! \fn QCPRange QCPCurveData::valueRange() const - - Returns a QCPRange with both lower and upper boundary set to \a value of this data point. - - For a general explanation of what this method is good for in the context of the data container, - see the documentation of \ref QCPDataContainer. -*/ - -/* end documentation of inline functions */ - -/*! - 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. Alternatively, you can - also access and modify the curve's data via the \ref data method, which returns a pointer to the - internal \ref QCPCurveDataContainer. - - 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 qcpcurve-appearance Changing the appearance - - The appearance of the curve is determined by the pen and the brush (\ref setPen, \ref setBrush). - - \section qcpcurve-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::removePlottable, etc.) - - Usually, you first create an instance: - \snippet documentation/doc-code-snippets/mainwindow.cpp qcpcurve-creation-1 - which registers it with the QCustomPlot instance of the passed axes. Note that this QCustomPlot instance takes - ownership of the plottable, so do not delete it manually but use QCustomPlot::removePlottable() instead. - The newly created plottable can be modified, e.g.: - \snippet documentation/doc-code-snippets/mainwindow.cpp qcpcurve-creation-2 -*/ - -/* start of documentation of inline functions */ - -/*! \fn QSharedPointer QCPCurve::data() const - - Returns a shared pointer to the internal data storage of type \ref QCPCurveDataContainer. 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. -*/ - -/* end of documentation of inline functions */ - -/*! - 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 created QCPCurve is automatically registered with the QCustomPlot instance inferred from \a - keyAxis. This QCustomPlot instance takes ownership of the QCPCurve, so do not delete it manually - but use QCustomPlot::removePlottable() instead. -*/ -QCPCurve::QCPCurve(QCPAxis *keyAxis, QCPAxis *valueAxis) : - QCPAbstractPlottable1D(keyAxis, valueAxis), - mScatterSkip{}, - mLineStyle{} -{ - // modify inherited properties from abstract plottable: - setPen(QPen(Qt::blue, 0)); - setBrush(Qt::NoBrush); - - setScatterStyle(QCPScatterStyle()); - setLineStyle(lsLine); - setScatterSkip(0); -} - -QCPCurve::~QCPCurve() -{ -} - -/*! \overload - - Replaces the current data container with the provided \a data container. - - Since a QSharedPointer is used, multiple QCPCurves may share the same data container safely. - Modifying the data in the container will then affect all curves that share the container. Sharing - can be achieved by simply exchanging the data containers wrapped in shared pointers: - \snippet documentation/doc-code-snippets/mainwindow.cpp qcpcurve-datasharing-1 - - If you do not wish to share containers, but create a copy from an existing container, rather use - the \ref QCPDataContainer::set method on the curve's data container directly: - \snippet documentation/doc-code-snippets/mainwindow.cpp qcpcurve-datasharing-2 - - \see addData -*/ -void QCPCurve::setData(QSharedPointer data) -{ - mDataContainer = data; -} - -/*! \overload - - Replaces the current data with the provided points in \a t, \a keys and \a values. The provided - vectors should have equal length. Else, the number of added points will be the size of the - smallest vector. - - If you can guarantee that the passed data points are sorted by \a t in ascending order, you can - set \a alreadySorted to true, to improve performance by saving a sorting run. - - \see addData -*/ -void QCPCurve::setData(const QVector &t, const QVector &keys, const QVector &values, bool alreadySorted) -{ - mDataContainer->clear(); - addData(t, keys, values, alreadySorted); -} - - -/*! \overload - - Replaces the current data with the provided points in \a keys and \a values. The provided vectors - should have equal length. Else, the number of added points will be the size of the smallest - vector. - - The t parameter of each data point will be set to the integer index of the respective key/value - pair. - - \see addData -*/ -void QCPCurve::setData(const QVector &keys, const QVector &values) -{ - mDataContainer->clear(); - addData(keys, values); -} - -/*! - 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; -} - -/*! - If scatters are displayed (scatter style not \ref QCPScatterStyle::ssNone), \a skip number of - scatter points are skipped/not drawn after every drawn scatter point. - - This can be used to make the data appear sparser while for example still having a smooth line, - and to improve performance for very high density plots. - - If \a skip is set to 0 (default), all scatter points are drawn. - - \see setScatterStyle -*/ -void QCPCurve::setScatterSkip(int skip) -{ - mScatterSkip = qMax(0, skip); -} - -/*! - 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; -} - -/*! \overload - - Adds the provided points in \a t, \a keys and \a values to the current data. The provided vectors - should have equal length. Else, the number of added points will be the size of the smallest - vector. - - If you can guarantee that the passed data points are sorted by \a keys in ascending order, you - can set \a alreadySorted to true, to improve performance by saving a sorting run. - - Alternatively, you can also access and modify the data directly via the \ref data method, which - returns a pointer to the internal data container. -*/ -void QCPCurve::addData(const QVector &t, const QVector &keys, const QVector &values, bool alreadySorted) -{ - if (t.size() != keys.size() || t.size() != values.size()) - qDebug() << Q_FUNC_INFO << "ts, keys and values have different sizes:" << t.size() << keys.size() << values.size(); - const int n = qMin(qMin(t.size(), keys.size()), values.size()); - QVector tempData(n); - QVector::iterator it = tempData.begin(); - const QVector::iterator itEnd = tempData.end(); - int i = 0; - while (it != itEnd) - { - it->t = t[i]; - it->key = keys[i]; - it->value = values[i]; - ++it; - ++i; - } - mDataContainer->add(tempData, alreadySorted); // don't modify tempData beyond this to prevent copy on write -} - -/*! \overload - - Adds the provided points in \a keys and \a values to the current data. The provided vectors - should have equal length. Else, the number of added points will be the size of the smallest - vector. - - The t parameter of each data point will be set to the integer index of the respective key/value - pair. - - Alternatively, you can also access and modify the data directly via the \ref data method, which - returns a pointer to the internal data container. -*/ -void QCPCurve::addData(const QVector &keys, const QVector &values) -{ - if (keys.size() != values.size()) - qDebug() << Q_FUNC_INFO << "keys and values have different sizes:" << keys.size() << values.size(); - const int n = qMin(keys.size(), values.size()); - double tStart; - if (!mDataContainer->isEmpty()) - tStart = (mDataContainer->constEnd()-1)->t + 1.0; - else - tStart = 0; - QVector tempData(n); - QVector::iterator it = tempData.begin(); - const QVector::iterator itEnd = tempData.end(); - int i = 0; - while (it != itEnd) - { - it->t = tStart + i; - it->key = keys[i]; - it->value = values[i]; - ++it; - ++i; - } - mDataContainer->add(tempData, true); // don't modify tempData beyond this to prevent copy on write -} - -/*! \overload - Adds the provided data point as \a t, \a key and \a value to the current data. - - Alternatively, you can also access and modify the data directly via the \ref data method, which - returns a pointer to the internal data container. -*/ -void QCPCurve::addData(double t, double key, double value) -{ - mDataContainer->add(QCPCurveData(t, key, value)); -} - -/*! \overload - - Adds the provided data point as \a key and \a value to the current data. - - The t parameter is generated automatically by increments of 1 for each point, starting at the - highest t of previously existing data or 0, if the curve data is empty. - - Alternatively, you can also access and modify the data directly via the \ref data method, which - returns a pointer to the internal data container. -*/ -void QCPCurve::addData(double key, double value) -{ - if (!mDataContainer->isEmpty()) - mDataContainer->add(QCPCurveData((mDataContainer->constEnd()-1)->t + 1.0, key, value)); - else - mDataContainer->add(QCPCurveData(0.0, key, value)); -} - -/*! - Implements a selectTest specific to this plottable's point geometry. - - If \a details is not 0, it will be set to a \ref QCPDataSelection, describing the closest data - point to \a pos. - - \seebaseclassmethod \ref QCPAbstractPlottable::selectTest -*/ -double QCPCurve::selectTest(const QPointF &pos, bool onlySelectable, QVariant *details) const -{ - if ((onlySelectable && mSelectable == QCP::stNone) || mDataContainer->isEmpty()) - return -1; - if (!mKeyAxis || !mValueAxis) - return -1; - - if (mKeyAxis.data()->axisRect()->rect().contains(pos.toPoint()) || mParentPlot->interactions().testFlag(QCP::iSelectPlottablesBeyondAxisRect)) - { - QCPCurveDataContainer::const_iterator closestDataPoint = mDataContainer->constEnd(); - double result = pointDistance(pos, closestDataPoint); - if (details) - { - int pointIndex = int( closestDataPoint-mDataContainer->constBegin() ); - details->setValue(QCPDataSelection(QCPDataRange(pointIndex, pointIndex+1))); - } - return result; - } else - return -1; -} - -/* inherits documentation from base class */ -QCPRange QCPCurve::getKeyRange(bool &foundRange, QCP::SignDomain inSignDomain) const -{ - return mDataContainer->keyRange(foundRange, inSignDomain); -} - -/* inherits documentation from base class */ -QCPRange QCPCurve::getValueRange(bool &foundRange, QCP::SignDomain inSignDomain, const QCPRange &inKeyRange) const -{ - return mDataContainer->valueRange(foundRange, inSignDomain, inKeyRange); -} - -/* inherits documentation from base class */ -void QCPCurve::draw(QCPPainter *painter) -{ - if (mDataContainer->isEmpty()) return; - - // allocate line vector: - QVector lines, scatters; - - // loop over and draw segments of unselected/selected data: - QList selectedSegments, unselectedSegments, allSegments; - getDataSegments(selectedSegments, unselectedSegments); - allSegments << unselectedSegments << selectedSegments; - for (int i=0; i= unselectedSegments.size(); - - // fill with curve data: - QPen finalCurvePen = mPen; // determine the final pen already here, because the line optimization depends on its stroke width - if (isSelectedSegment && mSelectionDecorator) - finalCurvePen = mSelectionDecorator->pen(); - - QCPDataRange lineDataRange = isSelectedSegment ? allSegments.at(i) : allSegments.at(i).adjusted(-1, 1); // unselected segments extend lines to bordering selected data point (safe to exceed total data bounds in first/last segment, getCurveLines takes care) - getCurveLines(&lines, lineDataRange, finalCurvePen.widthF()); - - // check data validity if flag set: - #ifdef QCUSTOMPLOT_CHECK_DATA - for (QCPCurveDataContainer::const_iterator it = mDataContainer->constBegin(); it != mDataContainer->constEnd(); ++it) - { - if (QCP::isInvalidData(it->t) || - QCP::isInvalidData(it->key, it->value)) - qDebug() << Q_FUNC_INFO << "Data point at" << it->key << "invalid." << "Plottable name:" << name(); - } - #endif - - // draw curve fill: - applyFillAntialiasingHint(painter); - if (isSelectedSegment && mSelectionDecorator) - mSelectionDecorator->applyBrush(painter); - else - painter->setBrush(mBrush); - painter->setPen(Qt::NoPen); - if (painter->brush().style() != Qt::NoBrush && painter->brush().color().alpha() != 0) - painter->drawPolygon(QPolygonF(lines)); - - // draw curve line: - if (mLineStyle != lsNone) - { - painter->setPen(finalCurvePen); - painter->setBrush(Qt::NoBrush); - drawCurveLine(painter, lines); - } - - // draw scatters: - QCPScatterStyle finalScatterStyle = mScatterStyle; - if (isSelectedSegment && mSelectionDecorator) - finalScatterStyle = mSelectionDecorator->getFinalScatterStyle(mScatterStyle); - if (!finalScatterStyle.isNone()) - { - getScatters(&scatters, allSegments.at(i), finalScatterStyle.size()); - drawScatterPlot(painter, scatters, finalScatterStyle); - } - } - - // draw other selection decoration that isn't just line/scatter pens and brushes: - if (mSelectionDecorator) - mSelectionDecorator->drawDecoration(painter, selection()); -} - -/* 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 lines between the points in \a lines, given in pixel coordinates. - - \see drawScatterPlot, getCurveLines -*/ -void QCPCurve::drawCurveLine(QCPPainter *painter, const QVector &lines) const -{ - if (painter->pen().style() != Qt::NoPen && painter->pen().color().alpha() != 0) - { - applyDefaultAntialiasingHint(painter); - drawPolyline(painter, lines); - } -} - -/*! \internal - - Draws scatter symbols at every point passed in \a points, given in pixel coordinates. The - scatters will be drawn with \a painter and have the appearance as specified in \a style. - - \see drawCurveLine, getCurveLines -*/ -void QCPCurve::drawScatterPlot(QCPPainter *painter, const QVector &points, const QCPScatterStyle &style) const -{ - // draw scatter point symbols: - applyScattersAntialiasingHint(painter); - style.applyTo(painter, mPen); - foreach (const QPointF &point, points) - if (!qIsNaN(point.x()) && !qIsNaN(point.y())) - style.drawShape(painter, point); -} - -/*! \internal - - Called by \ref draw to generate points in pixel coordinates which represent 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. - - \a lines will be filled with points in pixel coordinates, that can be drawn with \ref - drawCurveLine. - - \a dataRange specifies the beginning and ending data indices that will be taken into account for - conversion. In this function, the specified range may exceed the total data bounds without harm: - a correspondingly trimmed data range will be used. This takes the burden off the user of this - function to check for valid indices in \a dataRange, e.g. when extending ranges coming from \ref - getDataSegments. - - \a penWidth specifies the pen width that will be used to later draw the lines generated by this - function. This is needed here to calculate an accordingly wider margin around the axis rect when - performing the line optimization. - - Methods that are also involved in the algorithm are: \ref getRegion, \ref getOptimizedPoint, \ref - getOptimizedCornerPoints \ref mayTraverse, \ref getTraverse, \ref getTraverseCornerPoints. - - \see drawCurveLine, drawScatterPlot -*/ -void QCPCurve::getCurveLines(QVector *lines, const QCPDataRange &dataRange, double penWidth) const -{ - if (!lines) return; - lines->clear(); - 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 - const double strokeMargin = qMax(qreal(1.0), qreal(penWidth*0.75)); // stroke radius + 50% safety - const double keyMin = keyAxis->pixelToCoord(keyAxis->coordToPixel(keyAxis->range().lower)-strokeMargin*keyAxis->pixelOrientation()); - const double keyMax = keyAxis->pixelToCoord(keyAxis->coordToPixel(keyAxis->range().upper)+strokeMargin*keyAxis->pixelOrientation()); - const double valueMin = valueAxis->pixelToCoord(valueAxis->coordToPixel(valueAxis->range().lower)-strokeMargin*valueAxis->pixelOrientation()); - const double valueMax = valueAxis->pixelToCoord(valueAxis->coordToPixel(valueAxis->range().upper)+strokeMargin*valueAxis->pixelOrientation()); - QCPCurveDataContainer::const_iterator itBegin = mDataContainer->constBegin(); - QCPCurveDataContainer::const_iterator itEnd = mDataContainer->constEnd(); - mDataContainer->limitIteratorsToDataRange(itBegin, itEnd, dataRange); - if (itBegin == itEnd) - return; - QCPCurveDataContainer::const_iterator it = itBegin; - QCPCurveDataContainer::const_iterator prevIt = itEnd-1; - int prevRegion = getRegion(prevIt->key, prevIt->value, keyMin, valueMax, keyMax, valueMin); - 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 != itEnd) - { - const int currentRegion = getRegion(it->key, it->value, keyMin, valueMax, keyMax, valueMin); - 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 - { - lines->append(getOptimizedPoint(currentRegion, it->key, it->value, prevIt->key, prevIt->value, keyMin, valueMax, keyMax, valueMin)); - // 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 - *lines << getOptimizedCornerPoints(prevRegion, currentRegion, prevIt->key, prevIt->value, it->key, it->value, keyMin, valueMax, keyMax, valueMin); - } else if (mayTraverse(prevRegion, currentRegion) && - getTraverse(prevIt->key, prevIt->value, it->key, it->value, keyMin, valueMax, keyMax, valueMin, 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, keyMin, valueMax, keyMax, valueMin, beforeTraverseCornerPoints, afterTraverseCornerPoints); - if (it != itBegin) - { - *lines << beforeTraverseCornerPoints; - lines->append(crossA); - lines->append(crossB); - *lines << afterTraverseCornerPoints; - } else - { - lines->append(crossB); - *lines << 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) - { - *lines << getOptimizedCornerPoints(prevRegion, currentRegion, prevIt->key, prevIt->value, it->key, it->value, keyMin, valueMax, keyMax, valueMin); - } - } else // segment does end in R, so we add previous point optimized and this point at original position - { - if (it == itBegin) // 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->key, prevIt->value, it->key, it->value, keyMin, valueMax, keyMax, valueMin); - else - lines->append(getOptimizedPoint(prevRegion, prevIt->key, prevIt->value, it->key, it->value, keyMin, valueMax, keyMax, valueMin)); - lines->append(coordsToPixels(it->key, it->value)); - } - } else // region didn't change - { - if (currentRegion == 5) // still in R, keep adding original points - { - lines->append(coordsToPixels(it->key, it->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; - } - *lines << trailingPoints; -} - -/*! \internal - - Called by \ref draw to generate points in pixel coordinates which represent the scatters of the - curve. If a scatter skip is configured (\ref setScatterSkip), the returned points are accordingly - sparser. - - Scatters that aren't visible in the current axis rect are optimized away. - - \a scatters will be filled with points in pixel coordinates, that can be drawn with \ref - drawScatterPlot. - - \a dataRange specifies the beginning and ending data indices that will be taken into account for - conversion. - - \a scatterWidth specifies the scatter width that will be used to later draw the scatters at pixel - coordinates generated by this function. This is needed here to calculate an accordingly wider - margin around the axis rect when performing the data point reduction. - - \see draw, drawScatterPlot -*/ -void QCPCurve::getScatters(QVector *scatters, const QCPDataRange &dataRange, double scatterWidth) const -{ - if (!scatters) return; - scatters->clear(); - QCPAxis *keyAxis = mKeyAxis.data(); - QCPAxis *valueAxis = mValueAxis.data(); - if (!keyAxis || !valueAxis) { qDebug() << Q_FUNC_INFO << "invalid key or value axis"; return; } - - QCPCurveDataContainer::const_iterator begin = mDataContainer->constBegin(); - QCPCurveDataContainer::const_iterator end = mDataContainer->constEnd(); - mDataContainer->limitIteratorsToDataRange(begin, end, dataRange); - if (begin == end) - return; - const int scatterModulo = mScatterSkip+1; - const bool doScatterSkip = mScatterSkip > 0; - int endIndex = int( end-mDataContainer->constBegin() ); - - QCPRange keyRange = keyAxis->range(); - QCPRange valueRange = valueAxis->range(); - // extend range to include width of scatter symbols: - keyRange.lower = keyAxis->pixelToCoord(keyAxis->coordToPixel(keyRange.lower)-scatterWidth*keyAxis->pixelOrientation()); - keyRange.upper = keyAxis->pixelToCoord(keyAxis->coordToPixel(keyRange.upper)+scatterWidth*keyAxis->pixelOrientation()); - valueRange.lower = valueAxis->pixelToCoord(valueAxis->coordToPixel(valueRange.lower)-scatterWidth*valueAxis->pixelOrientation()); - valueRange.upper = valueAxis->pixelToCoord(valueAxis->coordToPixel(valueRange.upper)+scatterWidth*valueAxis->pixelOrientation()); - - QCPCurveDataContainer::const_iterator it = begin; - int itIndex = int( begin-mDataContainer->constBegin() ); - while (doScatterSkip && it != end && itIndex % scatterModulo != 0) // advance begin iterator to first non-skipped scatter - { - ++itIndex; - ++it; - } - if (keyAxis->orientation() == Qt::Vertical) - { - while (it != end) - { - if (!qIsNaN(it->value) && keyRange.contains(it->key) && valueRange.contains(it->value)) - scatters->append(QPointF(valueAxis->coordToPixel(it->value), keyAxis->coordToPixel(it->key))); - - // advance iterator to next (non-skipped) data point: - if (!doScatterSkip) - ++it; - else - { - itIndex += scatterModulo; - if (itIndex < endIndex) // make sure we didn't jump over end - it += scatterModulo; - else - { - it = end; - itIndex = endIndex; - } - } - } - } else - { - while (it != end) - { - if (!qIsNaN(it->value) && keyRange.contains(it->key) && valueRange.contains(it->value)) - scatters->append(QPointF(keyAxis->coordToPixel(it->key), valueAxis->coordToPixel(it->value))); - - // advance iterator to next (non-skipped) data point: - if (!doScatterSkip) - ++it; - else - { - itIndex += scatterModulo; - if (itIndex < endIndex) // make sure we didn't jump over end - it += scatterModulo; - else - { - it = end; - itIndex = endIndex; - } - } - } - } -} - -/*! \internal - - This function is part of the curve optimization algorithm of \ref getCurveLines. - - It returns the region of the given point (\a key, \a value) with respect to a rectangle defined - by \a keyMin, \a keyMax, \a valueMin, and \a valueMax. - - The regions are enumerated from top to bottom (\a valueMin to \a valueMax) and left to right (\a - keyMin to \a keyMax): - - - - - -
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 key, double value, double keyMin, double valueMax, double keyMax, double valueMin) const -{ - if (key < keyMin) // region 123 - { - if (value > valueMax) - return 1; - else if (value < valueMin) - return 3; - else - return 2; - } else if (key > keyMax) // region 789 - { - if (value > valueMax) - return 7; - else if (value < valueMin) - return 9; - else - return 8; - } else // region 456 - { - if (value > valueMax) - return 4; - else if (value < valueMin) - return 6; - else - return 5; - } -} - -/*! \internal - - This function is part of the curve optimization algorithm of \ref getCurveLines. - - 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 keyMin, double valueMax, double keyMax, double valueMin) const -{ - // The intersection point interpolation here is done in pixel coordinates, so we don't need to - // differentiate between different axis scale types. Note that the nomenclature - // top/left/bottom/right/min/max is with respect to the rect in plot coordinates, wich may be - // different in pixel coordinates (horz/vert key axes, reversed ranges) - - const double keyMinPx = mKeyAxis->coordToPixel(keyMin); - const double keyMaxPx = mKeyAxis->coordToPixel(keyMax); - const double valueMinPx = mValueAxis->coordToPixel(valueMin); - const double valueMaxPx = mValueAxis->coordToPixel(valueMax); - const double otherValuePx = mValueAxis->coordToPixel(otherValue); - const double valuePx = mValueAxis->coordToPixel(value); - const double otherKeyPx = mKeyAxis->coordToPixel(otherKey); - const double keyPx = mKeyAxis->coordToPixel(key); - double intersectKeyPx = keyMinPx; // initial key just a fail-safe - double intersectValuePx = valueMinPx; // initial value just a fail-safe - switch (otherRegion) - { - case 1: // top and left edge - { - intersectValuePx = valueMaxPx; - intersectKeyPx = otherKeyPx + (keyPx-otherKeyPx)/(valuePx-otherValuePx)*(intersectValuePx-otherValuePx); - if (intersectKeyPx < qMin(keyMinPx, keyMaxPx) || intersectKeyPx > qMax(keyMinPx, keyMaxPx)) // check whether top edge is not intersected, then it must be left edge (qMin/qMax necessary since axes may be reversed) - { - intersectKeyPx = keyMinPx; - intersectValuePx = otherValuePx + (valuePx-otherValuePx)/(keyPx-otherKeyPx)*(intersectKeyPx-otherKeyPx); - } - break; - } - case 2: // left edge - { - intersectKeyPx = keyMinPx; - intersectValuePx = otherValuePx + (valuePx-otherValuePx)/(keyPx-otherKeyPx)*(intersectKeyPx-otherKeyPx); - break; - } - case 3: // bottom and left edge - { - intersectValuePx = valueMinPx; - intersectKeyPx = otherKeyPx + (keyPx-otherKeyPx)/(valuePx-otherValuePx)*(intersectValuePx-otherValuePx); - if (intersectKeyPx < qMin(keyMinPx, keyMaxPx) || intersectKeyPx > qMax(keyMinPx, keyMaxPx)) // check whether bottom edge is not intersected, then it must be left edge (qMin/qMax necessary since axes may be reversed) - { - intersectKeyPx = keyMinPx; - intersectValuePx = otherValuePx + (valuePx-otherValuePx)/(keyPx-otherKeyPx)*(intersectKeyPx-otherKeyPx); - } - break; - } - case 4: // top edge - { - intersectValuePx = valueMaxPx; - intersectKeyPx = otherKeyPx + (keyPx-otherKeyPx)/(valuePx-otherValuePx)*(intersectValuePx-otherValuePx); - 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 - { - intersectValuePx = valueMinPx; - intersectKeyPx = otherKeyPx + (keyPx-otherKeyPx)/(valuePx-otherValuePx)*(intersectValuePx-otherValuePx); - break; - } - case 7: // top and right edge - { - intersectValuePx = valueMaxPx; - intersectKeyPx = otherKeyPx + (keyPx-otherKeyPx)/(valuePx-otherValuePx)*(intersectValuePx-otherValuePx); - if (intersectKeyPx < qMin(keyMinPx, keyMaxPx) || intersectKeyPx > qMax(keyMinPx, keyMaxPx)) // check whether top edge is not intersected, then it must be right edge (qMin/qMax necessary since axes may be reversed) - { - intersectKeyPx = keyMaxPx; - intersectValuePx = otherValuePx + (valuePx-otherValuePx)/(keyPx-otherKeyPx)*(intersectKeyPx-otherKeyPx); - } - break; - } - case 8: // right edge - { - intersectKeyPx = keyMaxPx; - intersectValuePx = otherValuePx + (valuePx-otherValuePx)/(keyPx-otherKeyPx)*(intersectKeyPx-otherKeyPx); - break; - } - case 9: // bottom and right edge - { - intersectValuePx = valueMinPx; - intersectKeyPx = otherKeyPx + (keyPx-otherKeyPx)/(valuePx-otherValuePx)*(intersectValuePx-otherValuePx); - if (intersectKeyPx < qMin(keyMinPx, keyMaxPx) || intersectKeyPx > qMax(keyMinPx, keyMaxPx)) // check whether bottom edge is not intersected, then it must be right edge (qMin/qMax necessary since axes may be reversed) - { - intersectKeyPx = keyMaxPx; - intersectValuePx = otherValuePx + (valuePx-otherValuePx)/(keyPx-otherKeyPx)*(intersectKeyPx-otherKeyPx); - } - break; - } - } - if (mKeyAxis->orientation() == Qt::Horizontal) - return {intersectKeyPx, intersectValuePx}; - else - return {intersectValuePx, intersectKeyPx}; -} - -/*! \internal - - This function is part of the curve optimization algorithm of \ref getCurveLines. - - 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 keyMin, double valueMax, double keyMax, double valueMin) const -{ - QVector result; - switch (prevRegion) - { - case 1: - { - switch (currentRegion) - { - case 2: { result << coordsToPixels(keyMin, valueMax); break; } - case 4: { result << coordsToPixels(keyMin, valueMax); break; } - case 3: { result << coordsToPixels(keyMin, valueMax) << coordsToPixels(keyMin, valueMin); break; } - case 7: { result << coordsToPixels(keyMin, valueMax) << coordsToPixels(keyMax, valueMax); break; } - case 6: { result << coordsToPixels(keyMin, valueMax) << coordsToPixels(keyMin, valueMin); result.append(result.last()); break; } - case 8: { result << coordsToPixels(keyMin, valueMax) << coordsToPixels(keyMax, valueMax); 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)*(keyMin-key)+value < valueMin) // segment passes below R - { result << coordsToPixels(keyMin, valueMax) << coordsToPixels(keyMin, valueMin); result.append(result.last()); result << coordsToPixels(keyMax, valueMin); } - else - { result << coordsToPixels(keyMin, valueMax) << coordsToPixels(keyMax, valueMax); result.append(result.last()); result << coordsToPixels(keyMax, valueMin); } - break; - } - } - break; - } - case 2: - { - switch (currentRegion) - { - case 1: { result << coordsToPixels(keyMin, valueMax); break; } - case 3: { result << coordsToPixels(keyMin, valueMin); break; } - case 4: { result << coordsToPixels(keyMin, valueMax); result.append(result.last()); break; } - case 6: { result << coordsToPixels(keyMin, valueMin); result.append(result.last()); break; } - case 7: { result << coordsToPixels(keyMin, valueMax); result.append(result.last()); result << coordsToPixels(keyMax, valueMax); break; } - case 9: { result << coordsToPixels(keyMin, valueMin); result.append(result.last()); result << coordsToPixels(keyMax, valueMin); break; } - } - break; - } - case 3: - { - switch (currentRegion) - { - case 2: { result << coordsToPixels(keyMin, valueMin); break; } - case 6: { result << coordsToPixels(keyMin, valueMin); break; } - case 1: { result << coordsToPixels(keyMin, valueMin) << coordsToPixels(keyMin, valueMax); break; } - case 9: { result << coordsToPixels(keyMin, valueMin) << coordsToPixels(keyMax, valueMin); break; } - case 4: { result << coordsToPixels(keyMin, valueMin) << coordsToPixels(keyMin, valueMax); result.append(result.last()); break; } - case 8: { result << coordsToPixels(keyMin, valueMin) << coordsToPixels(keyMax, valueMin); 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)*(keyMax-key)+value < valueMin) // segment passes below R - { result << coordsToPixels(keyMin, valueMin) << coordsToPixels(keyMax, valueMin); result.append(result.last()); result << coordsToPixels(keyMax, valueMax); } - else - { result << coordsToPixels(keyMin, valueMin) << coordsToPixels(keyMin, valueMax); result.append(result.last()); result << coordsToPixels(keyMax, valueMax); } - break; - } - } - break; - } - case 4: - { - switch (currentRegion) - { - case 1: { result << coordsToPixels(keyMin, valueMax); break; } - case 7: { result << coordsToPixels(keyMax, valueMax); break; } - case 2: { result << coordsToPixels(keyMin, valueMax); result.append(result.last()); break; } - case 8: { result << coordsToPixels(keyMax, valueMax); result.append(result.last()); break; } - case 3: { result << coordsToPixels(keyMin, valueMax); result.append(result.last()); result << coordsToPixels(keyMin, valueMin); break; } - case 9: { result << coordsToPixels(keyMax, valueMax); result.append(result.last()); result << coordsToPixels(keyMax, valueMin); break; } - } - break; - } - case 5: - { - switch (currentRegion) - { - case 1: { result << coordsToPixels(keyMin, valueMax); break; } - case 7: { result << coordsToPixels(keyMax, valueMax); break; } - case 9: { result << coordsToPixels(keyMax, valueMin); break; } - case 3: { result << coordsToPixels(keyMin, valueMin); break; } - } - break; - } - case 6: - { - switch (currentRegion) - { - case 3: { result << coordsToPixels(keyMin, valueMin); break; } - case 9: { result << coordsToPixels(keyMax, valueMin); break; } - case 2: { result << coordsToPixels(keyMin, valueMin); result.append(result.last()); break; } - case 8: { result << coordsToPixels(keyMax, valueMin); result.append(result.last()); break; } - case 1: { result << coordsToPixels(keyMin, valueMin); result.append(result.last()); result << coordsToPixels(keyMin, valueMax); break; } - case 7: { result << coordsToPixels(keyMax, valueMin); result.append(result.last()); result << coordsToPixels(keyMax, valueMax); break; } - } - break; - } - case 7: - { - switch (currentRegion) - { - case 4: { result << coordsToPixels(keyMax, valueMax); break; } - case 8: { result << coordsToPixels(keyMax, valueMax); break; } - case 1: { result << coordsToPixels(keyMax, valueMax) << coordsToPixels(keyMin, valueMax); break; } - case 9: { result << coordsToPixels(keyMax, valueMax) << coordsToPixels(keyMax, valueMin); break; } - case 2: { result << coordsToPixels(keyMax, valueMax) << coordsToPixels(keyMin, valueMax); result.append(result.last()); break; } - case 6: { result << coordsToPixels(keyMax, valueMax) << coordsToPixels(keyMax, valueMin); 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)*(keyMax-key)+value < valueMin) // segment passes below R - { result << coordsToPixels(keyMax, valueMax) << coordsToPixels(keyMax, valueMin); result.append(result.last()); result << coordsToPixels(keyMin, valueMin); } - else - { result << coordsToPixels(keyMax, valueMax) << coordsToPixels(keyMin, valueMax); result.append(result.last()); result << coordsToPixels(keyMin, valueMin); } - break; - } - } - break; - } - case 8: - { - switch (currentRegion) - { - case 7: { result << coordsToPixels(keyMax, valueMax); break; } - case 9: { result << coordsToPixels(keyMax, valueMin); break; } - case 4: { result << coordsToPixels(keyMax, valueMax); result.append(result.last()); break; } - case 6: { result << coordsToPixels(keyMax, valueMin); result.append(result.last()); break; } - case 1: { result << coordsToPixels(keyMax, valueMax); result.append(result.last()); result << coordsToPixels(keyMin, valueMax); break; } - case 3: { result << coordsToPixels(keyMax, valueMin); result.append(result.last()); result << coordsToPixels(keyMin, valueMin); break; } - } - break; - } - case 9: - { - switch (currentRegion) - { - case 6: { result << coordsToPixels(keyMax, valueMin); break; } - case 8: { result << coordsToPixels(keyMax, valueMin); break; } - case 3: { result << coordsToPixels(keyMax, valueMin) << coordsToPixels(keyMin, valueMin); break; } - case 7: { result << coordsToPixels(keyMax, valueMin) << coordsToPixels(keyMax, valueMax); break; } - case 2: { result << coordsToPixels(keyMax, valueMin) << coordsToPixels(keyMin, valueMin); result.append(result.last()); break; } - case 4: { result << coordsToPixels(keyMax, valueMin) << coordsToPixels(keyMax, valueMax); 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)*(keyMin-key)+value < valueMin) // segment passes below R - { result << coordsToPixels(keyMax, valueMin) << coordsToPixels(keyMin, valueMin); result.append(result.last()); result << coordsToPixels(keyMin, valueMax); } - else - { result << coordsToPixels(keyMax, valueMin) << coordsToPixels(keyMax, valueMax); result.append(result.last()); result << coordsToPixels(keyMin, valueMax); } - break; - } - } - break; - } - } - return result; -} - -/*! \internal - - This function is part of the curve optimization algorithm of \ref getCurveLines. - - 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 getCurveLines. - - 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 keyMin, double valueMax, double keyMax, double valueMin, QPointF &crossA, QPointF &crossB) const -{ - // The intersection point interpolation here is done in pixel coordinates, so we don't need to - // differentiate between different axis scale types. Note that the nomenclature - // top/left/bottom/right/min/max is with respect to the rect in plot coordinates, wich may be - // different in pixel coordinates (horz/vert key axes, reversed ranges) - - QList intersections; - const double valueMinPx = mValueAxis->coordToPixel(valueMin); - const double valueMaxPx = mValueAxis->coordToPixel(valueMax); - const double keyMinPx = mKeyAxis->coordToPixel(keyMin); - const double keyMaxPx = mKeyAxis->coordToPixel(keyMax); - const double keyPx = mKeyAxis->coordToPixel(key); - const double valuePx = mValueAxis->coordToPixel(value); - const double prevKeyPx = mKeyAxis->coordToPixel(prevKey); - const double prevValuePx = mValueAxis->coordToPixel(prevValue); - if (qFuzzyIsNull(keyPx-prevKeyPx)) // line is parallel to value axis - { - // due to region filter in mayTraverse(), if line is parallel to value or key axis, region 5 is traversed here - intersections.append(mKeyAxis->orientation() == Qt::Horizontal ? QPointF(keyPx, valueMinPx) : QPointF(valueMinPx, keyPx)); // direction will be taken care of at end of method - intersections.append(mKeyAxis->orientation() == Qt::Horizontal ? QPointF(keyPx, valueMaxPx) : QPointF(valueMaxPx, keyPx)); - } else if (qFuzzyIsNull(valuePx-prevValuePx)) // line is parallel to key axis - { - // due to region filter in mayTraverse(), if line is parallel to value or key axis, region 5 is traversed here - intersections.append(mKeyAxis->orientation() == Qt::Horizontal ? QPointF(keyMinPx, valuePx) : QPointF(valuePx, keyMinPx)); // direction will be taken care of at end of method - intersections.append(mKeyAxis->orientation() == Qt::Horizontal ? QPointF(keyMaxPx, valuePx) : QPointF(valuePx, keyMaxPx)); - } else // line is skewed - { - double gamma; - double keyPerValuePx = (keyPx-prevKeyPx)/(valuePx-prevValuePx); - // check top of rect: - gamma = prevKeyPx + (valueMaxPx-prevValuePx)*keyPerValuePx; - if (gamma >= qMin(keyMinPx, keyMaxPx) && gamma <= qMax(keyMinPx, keyMaxPx)) // qMin/qMax necessary since axes may be reversed - intersections.append(mKeyAxis->orientation() == Qt::Horizontal ? QPointF(gamma, valueMaxPx) : QPointF(valueMaxPx, gamma)); - // check bottom of rect: - gamma = prevKeyPx + (valueMinPx-prevValuePx)*keyPerValuePx; - if (gamma >= qMin(keyMinPx, keyMaxPx) && gamma <= qMax(keyMinPx, keyMaxPx)) // qMin/qMax necessary since axes may be reversed - intersections.append(mKeyAxis->orientation() == Qt::Horizontal ? QPointF(gamma, valueMinPx) : QPointF(valueMinPx, gamma)); - const double valuePerKeyPx = 1.0/keyPerValuePx; - // check left of rect: - gamma = prevValuePx + (keyMinPx-prevKeyPx)*valuePerKeyPx; - if (gamma >= qMin(valueMinPx, valueMaxPx) && gamma <= qMax(valueMinPx, valueMaxPx)) // qMin/qMax necessary since axes may be reversed - intersections.append(mKeyAxis->orientation() == Qt::Horizontal ? QPointF(keyMinPx, gamma) : QPointF(gamma, keyMinPx)); - // check right of rect: - gamma = prevValuePx + (keyMaxPx-prevKeyPx)*valuePerKeyPx; - if (gamma >= qMin(valueMinPx, valueMaxPx) && gamma <= qMax(valueMinPx, valueMaxPx)) // qMin/qMax necessary since axes may be reversed - intersections.append(mKeyAxis->orientation() == Qt::Horizontal ? QPointF(keyMaxPx, gamma) : QPointF(gamma, keyMaxPx)); - } - - // 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: - double xDelta = keyPx-prevKeyPx; - double yDelta = valuePx-prevValuePx; - if (mKeyAxis->orientation() != Qt::Horizontal) - qSwap(xDelta, yDelta); - if (xDelta*(intersections.at(1).x()-intersections.at(0).x()) + yDelta*(intersections.at(1).y()-intersections.at(0).y()) < 0) // scalar product of both segments < 0 -> opposite direction - intersections.move(0, 1); - crossA = intersections.at(0); - crossB = intersections.at(1); - return true; -} - -/*! \internal - - This function is part of the curve optimization algorithm of \ref getCurveLines. - - 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 keyMin, double valueMax, double keyMax, double valueMin, QVector &beforeTraverse, QVector &afterTraverse) const -{ - switch (prevRegion) - { - case 1: - { - switch (currentRegion) - { - case 6: { beforeTraverse << coordsToPixels(keyMin, valueMax); break; } - case 9: { beforeTraverse << coordsToPixels(keyMin, valueMax); afterTraverse << coordsToPixels(keyMax, valueMin); break; } - case 8: { beforeTraverse << coordsToPixels(keyMin, valueMax); break; } - } - break; - } - case 2: - { - switch (currentRegion) - { - case 7: { afterTraverse << coordsToPixels(keyMax, valueMax); break; } - case 9: { afterTraverse << coordsToPixels(keyMax, valueMin); break; } - } - break; - } - case 3: - { - switch (currentRegion) - { - case 4: { beforeTraverse << coordsToPixels(keyMin, valueMin); break; } - case 7: { beforeTraverse << coordsToPixels(keyMin, valueMin); afterTraverse << coordsToPixels(keyMax, valueMax); break; } - case 8: { beforeTraverse << coordsToPixels(keyMin, valueMin); break; } - } - break; - } - case 4: - { - switch (currentRegion) - { - case 3: { afterTraverse << coordsToPixels(keyMin, valueMin); break; } - case 9: { afterTraverse << coordsToPixels(keyMax, valueMin); break; } - } - break; - } - case 5: { break; } // shouldn't happen because this method only handles full traverses - case 6: - { - switch (currentRegion) - { - case 1: { afterTraverse << coordsToPixels(keyMin, valueMax); break; } - case 7: { afterTraverse << coordsToPixels(keyMax, valueMax); break; } - } - break; - } - case 7: - { - switch (currentRegion) - { - case 2: { beforeTraverse << coordsToPixels(keyMax, valueMax); break; } - case 3: { beforeTraverse << coordsToPixels(keyMax, valueMax); afterTraverse << coordsToPixels(keyMin, valueMin); break; } - case 6: { beforeTraverse << coordsToPixels(keyMax, valueMax); break; } - } - break; - } - case 8: - { - switch (currentRegion) - { - case 1: { afterTraverse << coordsToPixels(keyMin, valueMax); break; } - case 3: { afterTraverse << coordsToPixels(keyMin, valueMin); break; } - } - break; - } - case 9: - { - switch (currentRegion) - { - case 2: { beforeTraverse << coordsToPixels(keyMax, valueMin); break; } - case 1: { beforeTraverse << coordsToPixels(keyMax, valueMin); afterTraverse << coordsToPixels(keyMin, valueMax); break; } - case 4: { beforeTraverse << coordsToPixels(keyMax, valueMin); 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. The closest data point to \a pixelPoint is returned in \a closestData. Note that - if the curve has a line representation, the returned distance may be smaller than the distance to - the \a closestData point, since the distance to the curve line is also taken into account. - - If either the curve 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 curve), returns - -1.0. -*/ -double QCPCurve::pointDistance(const QPointF &pixelPoint, QCPCurveDataContainer::const_iterator &closestData) const -{ - closestData = mDataContainer->constEnd(); - if (mDataContainer->isEmpty()) - return -1.0; - if (mLineStyle == lsNone && mScatterStyle.isNone()) - return -1.0; - - if (mDataContainer->size() == 1) - { - QPointF dataPoint = coordsToPixels(mDataContainer->constBegin()->key, mDataContainer->constBegin()->value); - closestData = mDataContainer->constBegin(); - return QCPVector2D(dataPoint-pixelPoint).length(); - } - - // calculate minimum distances to curve data points and find closestData iterator: - double minDistSqr = (std::numeric_limits::max)(); - // iterate over found data points and then choose the one with the shortest distance to pos: - QCPCurveDataContainer::const_iterator begin = mDataContainer->constBegin(); - QCPCurveDataContainer::const_iterator end = mDataContainer->constEnd(); - for (QCPCurveDataContainer::const_iterator it=begin; it!=end; ++it) - { - const double currentDistSqr = QCPVector2D(coordsToPixels(it->key, it->value)-pixelPoint).lengthSquared(); - if (currentDistSqr < minDistSqr) - { - minDistSqr = currentDistSqr; - closestData = it; - } - } - - // calculate distance to line if there is one (if so, will probably be smaller than distance to closest data point): - if (mLineStyle != lsNone) - { - QVector lines; - getCurveLines(&lines, QCPDataRange(0, dataCount()), mParentPlot->selectionTolerance()*1.2); // optimized lines outside axis rect shouldn't respond to clicks at the edge, so use 1.2*tolerance as pen width - for (int i=0; i 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 \c nullptr. - - \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 nullptr; - } -} - -/*! - Removes all QCPBars plottables from this group. - - \see isEmpty -*/ -void QCPBarsGroup::clear() -{ - const QList oldBars = mBars; - foreach (QCPBars *bars, oldBars) - bars->setBarsGroup(nullptr); // removes itself from mBars 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(nullptr); - 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) - { - if (baseBars.size() % 2 == 1 && index == (baseBars.size()-1)/2) // is center bar (int division on purpose) - { - return result; - } else - { - double lowerPixelWidth, upperPixelWidth; - int startIndex; - int dir = (index <= (baseBars.size()-1)/2) ? -1 : 1; // if bar is to lower keys of center, dir is negative - if (baseBars.size() % 2 == 0) // even number of bars - { - startIndex = baseBars.size()/2 + (dir < 0 ? -1 : 0); - result += getPixelSpacing(baseBars.at(startIndex), keyCoord)*0.5; // half of middle spacing - } else // uneven number of bars - { - startIndex = (baseBars.size()-1)/2+dir; - 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 += dir) // 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; - // correct sign of result depending on orientation and direction of key axis: - result *= dir*thisBase->keyAxis()->pixelOrientation(); - } - } - 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 access 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 qAbs(bars->keyAxis()->coordToPixel(keyCoord+mSpacing)-keyPixel); - } - } - return 0; -} - - -//////////////////////////////////////////////////////////////////////////////////////////////////// -//////////////////// QCPBarsData -//////////////////////////////////////////////////////////////////////////////////////////////////// - -/*! \class QCPBarsData - \brief Holds the data of one single data point (one bar) for QCPBars. - - The stored data is: - \li \a key: coordinate on the key axis of this bar (this is the \a mainKey and the \a sortKey) - \li \a value: height coordinate on the value axis of this bar (this is the \a mainValue) - - The container for storing multiple data points is \ref QCPBarsDataContainer. It is a typedef for - \ref QCPDataContainer with \ref QCPBarsData as the DataType template parameter. See the - documentation there for an explanation regarding the data type's generic methods. - - \see QCPBarsDataContainer -*/ - -/* start documentation of inline functions */ - -/*! \fn double QCPBarsData::sortKey() const - - Returns the \a key member of this data point. - - For a general explanation of what this method is good for in the context of the data container, - see the documentation of \ref QCPDataContainer. -*/ - -/*! \fn static QCPBarsData QCPBarsData::fromSortKey(double sortKey) - - Returns a data point with the specified \a sortKey. All other members are set to zero. - - For a general explanation of what this method is good for in the context of the data container, - see the documentation of \ref QCPDataContainer. -*/ - -/*! \fn static static bool QCPBarsData::sortKeyIsMainKey() - - Since the member \a key is both the data point key coordinate and the data ordering parameter, - this method returns true. - - For a general explanation of what this method is good for in the context of the data container, - see the documentation of \ref QCPDataContainer. -*/ - -/*! \fn double QCPBarsData::mainKey() const - - Returns the \a key member of this data point. - - For a general explanation of what this method is good for in the context of the data container, - see the documentation of \ref QCPDataContainer. -*/ - -/*! \fn double QCPBarsData::mainValue() const - - Returns the \a value member of this data point. - - For a general explanation of what this method is good for in the context of the data container, - see the documentation of \ref QCPDataContainer. -*/ - -/*! \fn QCPRange QCPBarsData::valueRange() const - - Returns a QCPRange with both lower and upper boundary set to \a value of this data point. - - For a general explanation of what this method is good for in the context of the data container, - see the documentation of \ref QCPDataContainer. -*/ - -/* end documentation of inline functions */ - -/*! - Constructs a bar data point with key and value set to zero. -*/ -QCPBarsData::QCPBarsData() : - key(0), - value(0) -{ -} - -/*! - Constructs a bar data point with the specified \a key and \a value. -*/ -QCPBarsData::QCPBarsData(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 qcpbars-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 qcpbars-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::removePlottable, etc.) - - Usually, you first create an instance: - \snippet documentation/doc-code-snippets/mainwindow.cpp qcpbars-creation-1 - which registers it with the QCustomPlot instance of the passed axes. Note that this QCustomPlot instance takes - ownership of the plottable, so do not delete it manually but use QCustomPlot::removePlottable() instead. - The newly created plottable can be modified, e.g.: - \snippet documentation/doc-code-snippets/mainwindow.cpp qcpbars-creation-2 -*/ - -/* start of documentation of inline functions */ - -/*! \fn QSharedPointer QCPBars::data() const - - Returns a shared pointer to the internal data storage of type \ref QCPBarsDataContainer. 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. -*/ - -/*! \fn QCPBars *QCPBars::barBelow() const - Returns the bars plottable that is directly below this bars plottable. - If there is no such plottable, returns \c nullptr. - - \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 \c nullptr. - - \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 created QCPBars is automatically registered with the QCustomPlot instance inferred from \a - keyAxis. This QCustomPlot instance takes ownership of the QCPBars, so do not delete it manually - but use QCustomPlot::removePlottable() instead. -*/ -QCPBars::QCPBars(QCPAxis *keyAxis, QCPAxis *valueAxis) : - QCPAbstractPlottable1D(keyAxis, valueAxis), - mWidth(0.75), - mWidthType(wtPlotCoords), - mBarsGroup(nullptr), - mBaseValue(0), - mStackingGap(1) -{ - // 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); - mSelectionDecorator->setBrush(QBrush(QColor(160, 160, 255))); -} - -QCPBars::~QCPBars() -{ - setBarsGroup(nullptr); - if (mBarBelow || mBarAbove) - connectBars(mBarBelow.data(), mBarAbove.data()); // take this bar out of any stacking -} - -/*! \overload - - Replaces the current data container with the provided \a data container. - - Since a QSharedPointer is used, multiple QCPBars may share the same data container safely. - Modifying the data in the container will then affect all bars that share the container. Sharing - can be achieved by simply exchanging the data containers wrapped in shared pointers: - \snippet documentation/doc-code-snippets/mainwindow.cpp qcpbars-datasharing-1 - - If you do not wish to share containers, but create a copy from an existing container, rather use - the \ref QCPDataContainer::set method on the bar's data container directly: - \snippet documentation/doc-code-snippets/mainwindow.cpp qcpbars-datasharing-2 - - \see addData -*/ -void QCPBars::setData(QSharedPointer data) -{ - mDataContainer = data; -} - -/*! \overload - - Replaces the current data with the provided points in \a keys and \a values. The provided - vectors should have equal length. Else, the number of added points will be the size of the - smallest vector. - - If you can guarantee that the passed data points are sorted by \a keys in ascending order, you - can set \a alreadySorted to true, to improve performance by saving a sorting run. - - \see addData -*/ -void QCPBars::setData(const QVector &keys, const QVector &values, bool alreadySorted) -{ - mDataContainer->clear(); - addData(keys, values, alreadySorted); -} - -/*! - 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 \c nullptr. -*/ -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; -} - -/*! - If this bars plottable is stacked on top of another bars plottable (\ref moveAbove), this method - allows specifying a distance in \a pixels, by which the drawn bar rectangles will be separated by - the bars below it. -*/ -void QCPBars::setStackingGap(double pixels) -{ - mStackingGap = pixels; -} - -/*! \overload - - Adds the provided points in \a keys and \a values to the current data. The provided vectors - should have equal length. Else, the number of added points will be the size of the smallest - vector. - - If you can guarantee that the passed data points are sorted by \a keys in ascending order, you - can set \a alreadySorted to true, to improve performance by saving a sorting run. - - Alternatively, you can also access and modify the data directly via the \ref data method, which - returns a pointer to the internal data container. -*/ -void QCPBars::addData(const QVector &keys, const QVector &values, bool alreadySorted) -{ - if (keys.size() != values.size()) - qDebug() << Q_FUNC_INFO << "keys and values have different sizes:" << keys.size() << values.size(); - const int n = qMin(keys.size(), values.size()); - QVector tempData(n); - QVector::iterator it = tempData.begin(); - const QVector::iterator itEnd = tempData.end(); - int i = 0; - while (it != itEnd) - { - it->key = keys[i]; - it->value = values[i]; - ++it; - ++i; - } - mDataContainer->add(tempData, alreadySorted); // don't modify tempData beyond this to prevent copy on write -} - -/*! \overload - Adds the provided data point as \a key and \a value to the current data. - - Alternatively, you can also access and modify the data directly via the \ref data method, which - returns a pointer to the internal data container. -*/ -void QCPBars::addData(double key, double value) -{ - mDataContainer->add(QCPBarsData(key, value)); -} - -/*! - 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 \c nullptr. - - \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 above 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 \c nullptr. - - \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); - } -} - -/*! - \copydoc QCPPlottableInterface1D::selectTestRect -*/ -QCPDataSelection QCPBars::selectTestRect(const QRectF &rect, bool onlySelectable) const -{ - QCPDataSelection result; - if ((onlySelectable && mSelectable == QCP::stNone) || mDataContainer->isEmpty()) - return result; - if (!mKeyAxis || !mValueAxis) - return result; - - QCPBarsDataContainer::const_iterator visibleBegin, visibleEnd; - getVisibleDataBounds(visibleBegin, visibleEnd); - - for (QCPBarsDataContainer::const_iterator it=visibleBegin; it!=visibleEnd; ++it) - { - if (rect.intersects(getBarRect(it->key, it->value))) - result.addDataRange(QCPDataRange(int(it-mDataContainer->constBegin()), int(it-mDataContainer->constBegin()+1)), false); - } - result.simplify(); - return result; -} - -/*! - Implements a selectTest specific to this plottable's point geometry. - - If \a details is not 0, it will be set to a \ref QCPDataSelection, describing the closest data - point to \a pos. - - \seebaseclassmethod \ref QCPAbstractPlottable::selectTest -*/ -double QCPBars::selectTest(const QPointF &pos, bool onlySelectable, QVariant *details) const -{ - Q_UNUSED(details) - if ((onlySelectable && mSelectable == QCP::stNone) || mDataContainer->isEmpty()) - return -1; - if (!mKeyAxis || !mValueAxis) - return -1; - - if (mKeyAxis.data()->axisRect()->rect().contains(pos.toPoint()) || mParentPlot->interactions().testFlag(QCP::iSelectPlottablesBeyondAxisRect)) - { - // get visible data range: - QCPBarsDataContainer::const_iterator visibleBegin, visibleEnd; - getVisibleDataBounds(visibleBegin, visibleEnd); - for (QCPBarsDataContainer::const_iterator it=visibleBegin; it!=visibleEnd; ++it) - { - if (getBarRect(it->key, it->value).contains(pos)) - { - if (details) - { - int pointIndex = int(it-mDataContainer->constBegin()); - details->setValue(QCPDataSelection(QCPDataRange(pointIndex, pointIndex+1))); - } - return mParentPlot->selectionTolerance()*0.99; - } - } - } - return -1; -} - -/* inherits documentation from base class */ -QCPRange QCPBars::getKeyRange(bool &foundRange, QCP::SignDomain inSignDomain) const -{ - /* Note: If this QCPBars uses absolute pixels as width (or is in a QCPBarsGroup with spacing in - absolute pixels), using this method to adapt the key axis range to fit the bars into the - currently visible axis range will not work perfectly. Because in the moment the axis range is - changed to the new range, the fixed pixel widths/spacings will represent different coordinate - spans than before, which in turn would require a different key range to perfectly fit, and so on. - The only solution would be to iteratively approach the perfect fitting axis range, but the - mismatch isn't large enough in most applications, to warrant this here. If a user does need a - better fit, he should call the corresponding axis rescale multiple times in a row. - */ - QCPRange range; - range = mDataContainer->keyRange(foundRange, inSignDomain); - - // determine exact range of bars by including bar width and barsgroup offset: - if (foundRange && mKeyAxis) - { - double lowerPixelWidth, upperPixelWidth, keyPixel; - // lower range bound: - getPixelWidth(range.lower, lowerPixelWidth, upperPixelWidth); - keyPixel = mKeyAxis.data()->coordToPixel(range.lower) + lowerPixelWidth; - if (mBarsGroup) - keyPixel += mBarsGroup->keyPixelOffset(this, range.lower); - const double lowerCorrected = mKeyAxis.data()->pixelToCoord(keyPixel); - if (!qIsNaN(lowerCorrected) && qIsFinite(lowerCorrected) && range.lower > lowerCorrected) - range.lower = lowerCorrected; - // upper range bound: - getPixelWidth(range.upper, lowerPixelWidth, upperPixelWidth); - keyPixel = mKeyAxis.data()->coordToPixel(range.upper) + upperPixelWidth; - if (mBarsGroup) - keyPixel += mBarsGroup->keyPixelOffset(this, range.upper); - const double upperCorrected = mKeyAxis.data()->pixelToCoord(keyPixel); - if (!qIsNaN(upperCorrected) && qIsFinite(upperCorrected) && range.upper < upperCorrected) - range.upper = upperCorrected; - } - return range; -} - -/* inherits documentation from base class */ -QCPRange QCPBars::getValueRange(bool &foundRange, QCP::SignDomain inSignDomain, const QCPRange &inKeyRange) const -{ - // Note: can't simply use mDataContainer->valueRange here because we need to - // take into account bar base value and possible stacking of multiple bars - 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 - QCPBarsDataContainer::const_iterator itBegin = mDataContainer->constBegin(); - QCPBarsDataContainer::const_iterator itEnd = mDataContainer->constEnd(); - if (inKeyRange != QCPRange()) - { - itBegin = mDataContainer->findBegin(inKeyRange.lower, false); - itEnd = mDataContainer->findEnd(inKeyRange.upper, false); - } - for (QCPBarsDataContainer::const_iterator it = itBegin; it != itEnd; ++it) - { - const double current = it->value + getStackedBaseValue(it->key, it->value >= 0); - if (qIsNaN(current)) continue; - if (inSignDomain == QCP::sdBoth || (inSignDomain == QCP::sdNegative && current < 0) || (inSignDomain == QCP::sdPositive && current > 0)) - { - if (current < range.lower || !haveLower) - { - range.lower = current; - haveLower = true; - } - if (current > range.upper || !haveUpper) - { - range.upper = current; - haveUpper = true; - } - } - } - - foundRange = true; // return true because bar charts always have the 0-line visible - return range; -} - -/* inherits documentation from base class */ -QPointF QCPBars::dataPixelPosition(int index) const -{ - if (index >= 0 && index < mDataContainer->size()) - { - QCPAxis *keyAxis = mKeyAxis.data(); - QCPAxis *valueAxis = mValueAxis.data(); - if (!keyAxis || !valueAxis) { qDebug() << Q_FUNC_INFO << "invalid key or value axis"; return {}; } - - const QCPDataContainer::const_iterator it = mDataContainer->constBegin()+index; - const double valuePixel = valueAxis->coordToPixel(getStackedBaseValue(it->key, it->value >= 0) + it->value); - const double keyPixel = keyAxis->coordToPixel(it->key) + (mBarsGroup ? mBarsGroup->keyPixelOffset(this, it->key) : 0); - if (keyAxis->orientation() == Qt::Horizontal) - return {keyPixel, valuePixel}; - else - return {valuePixel, keyPixel}; - } else - { - qDebug() << Q_FUNC_INFO << "Index out of bounds" << index; - return {}; - } -} - -/* inherits documentation from base class */ -void QCPBars::draw(QCPPainter *painter) -{ - if (!mKeyAxis || !mValueAxis) { qDebug() << Q_FUNC_INFO << "invalid key or value axis"; return; } - if (mDataContainer->isEmpty()) return; - - QCPBarsDataContainer::const_iterator visibleBegin, visibleEnd; - getVisibleDataBounds(visibleBegin, visibleEnd); - - // loop over and draw segments of unselected/selected data: - QList selectedSegments, unselectedSegments, allSegments; - getDataSegments(selectedSegments, unselectedSegments); - allSegments << unselectedSegments << selectedSegments; - for (int i=0; i= unselectedSegments.size(); - QCPBarsDataContainer::const_iterator begin = visibleBegin; - QCPBarsDataContainer::const_iterator end = visibleEnd; - mDataContainer->limitIteratorsToDataRange(begin, end, allSegments.at(i)); - if (begin == end) - continue; - - for (QCPBarsDataContainer::const_iterator it=begin; it!=end; ++it) - { - // check data validity if flag set: -#ifdef QCUSTOMPLOT_CHECK_DATA - if (QCP::isInvalidData(it->key, it->value)) - qDebug() << Q_FUNC_INFO << "Data point at" << it->key << "of drawn range invalid." << "Plottable name:" << name(); -#endif - // draw bar: - if (isSelectedSegment && mSelectionDecorator) - { - mSelectionDecorator->applyBrush(painter); - mSelectionDecorator->applyPen(painter); - } else - { - painter->setBrush(mBrush); - painter->setPen(mPen); - } - applyDefaultAntialiasingHint(painter); - painter->drawPolygon(getBarRect(it->key, it->value)); - } - } - - // draw other selection decoration that isn't just line/scatter pens and brushes: - if (mSelectionDecorator) - mSelectionDecorator->drawDecoration(painter, selection()); -} - -/* 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 begin 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 end returns an iterator one higher than the highest visible data point. Same as before, \a end - may also lie just outside of the visible range. - - if the plottable contains no data, both \a begin and \a end point to constEnd. -*/ -void QCPBars::getVisibleDataBounds(QCPBarsDataContainer::const_iterator &begin, QCPBarsDataContainer::const_iterator &end) const -{ - if (!mKeyAxis) - { - qDebug() << Q_FUNC_INFO << "invalid key axis"; - begin = mDataContainer->constEnd(); - end = mDataContainer->constEnd(); - return; - } - if (mDataContainer->isEmpty()) - { - begin = mDataContainer->constEnd(); - end = mDataContainer->constEnd(); - return; - } - - // get visible data range as QMap iterators - begin = mDataContainer->findBegin(mKeyAxis.data()->range().lower); - end = mDataContainer->findEnd(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 begin to find lower bar that actually is completely outside visible pixel range: - QCPBarsDataContainer::const_iterator it = begin; - while (it != mDataContainer->constBegin()) - { - --it; - const QRectF barRect = getBarRect(it->key, it->value); - if (mKeyAxis.data()->orientation() == Qt::Horizontal) - isVisible = ((!mKeyAxis.data()->rangeReversed() && barRect.right() >= lowerPixelBound) || (mKeyAxis.data()->rangeReversed() && barRect.left() <= lowerPixelBound)); - else // keyaxis is vertical - isVisible = ((!mKeyAxis.data()->rangeReversed() && barRect.top() <= lowerPixelBound) || (mKeyAxis.data()->rangeReversed() && barRect.bottom() >= lowerPixelBound)); - if (isVisible) - begin = it; - else - break; - } - // walk right from ubound to find upper bar that actually is completely outside visible pixel range: - it = end; - while (it != mDataContainer->constEnd()) - { - const QRectF barRect = getBarRect(it->key, it->value); - if (mKeyAxis.data()->orientation() == Qt::Horizontal) - isVisible = ((!mKeyAxis.data()->rangeReversed() && barRect.left() <= upperPixelBound) || (mKeyAxis.data()->rangeReversed() && barRect.right() >= upperPixelBound)); - else // keyaxis is vertical - isVisible = ((!mKeyAxis.data()->rangeReversed() && barRect.bottom() >= upperPixelBound) || (mKeyAxis.data()->rangeReversed() && barRect.top() <= upperPixelBound)); - if (isVisible) - end = it+1; - else - break; - ++it; - } -} - -/*! \internal - - Returns the rect in pixel coordinates of a single bar with the specified \a key and \a value. The - rect is shifted according to the bar stacking (see \ref moveAbove) and base value (see \ref - setBaseValue), and to have non-overlapping border lines with the bars stacked below. -*/ -QRectF QCPBars::getBarRect(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 {}; } - - 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); - double bottomOffset = (mBarBelow && mPen != Qt::NoPen ? 1 : 0)*(mPen.isCosmetic() ? 1 : mPen.widthF()); - bottomOffset += mBarBelow ? mStackingGap : 0; - bottomOffset *= (value<0 ? -1 : 1)*valueAxis->pixelOrientation(); - if (qAbs(valuePixel-basePixel) <= qAbs(bottomOffset)) - bottomOffset = valuePixel-basePixel; - if (keyAxis->orientation() == Qt::Horizontal) - { - return QRectF(QPointF(keyPixel+lowerPixelWidth, valuePixel), QPointF(keyPixel+upperPixelWidth, basePixel+bottomOffset)).normalized(); - } else - { - return QRectF(QPointF(basePixel+bottomOffset, keyPixel+lowerPixelWidth), QPointF(valuePixel, keyPixel+upperPixelWidth)).normalized(); - } -} - -/*! \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 -{ - lower = 0; - upper = 0; - switch (mWidthType) - { - case wtAbsolute: - { - upper = mWidth*0.5*mKeyAxis.data()->pixelOrientation(); - lower = -upper; - break; - } - case wtAxisRectRatio: - { - if (mKeyAxis && mKeyAxis.data()->axisRect()) - { - if (mKeyAxis.data()->orientation() == Qt::Horizontal) - upper = mKeyAxis.data()->axisRect()->width()*mWidth*0.5*mKeyAxis.data()->pixelOrientation(); - else - upper = mKeyAxis.data()->axisRect()->height()*mWidth*0.5*mKeyAxis.data()->pixelOrientation(); - 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 initialize with 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)*(sizeof(key)==4 ? 1e-6 : 1e-14); // should be safe even when changed to use float at some point - if (key == 0) - epsilon = (sizeof(key)==4 ? 1e-6 : 1e-14); - QCPBarsDataContainer::const_iterator it = mBarBelow.data()->mDataContainer->findBegin(key-epsilon); - QCPBarsDataContainer::const_iterator itEnd = mBarBelow.data()->mDataContainer->findEnd(key+epsilon); - while (it != itEnd) - { - if (it->key > key-epsilon && it->key < key+epsilon) - { - if ((positive && it->value > max) || - (!positive && it->value < max)) - max = it->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 = nullptr; - upper->mBarBelow = nullptr; - } 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 = nullptr; - lower->mBarAbove = nullptr; - } else // connect lower and upper - { - // disconnect old bar above lower: - if (lower->mBarAbove && lower->mBarAbove.data()->mBarBelow.data() == lower) - lower->mBarAbove.data()->mBarBelow = nullptr; - // disconnect old bar below upper: - if (upper->mBarBelow && upper->mBarBelow.data()->mBarAbove.data() == upper) - upper->mBarBelow.data()->mBarAbove = nullptr; - lower->mBarAbove = upper; - upper->mBarBelow = lower; - } -} -/* end of 'src/plottables/plottable-bars.cpp' */ - - -/* including file 'src/plottables/plottable-statisticalbox.cpp' */ -/* modified 2022-11-06T12:45:57, size 28951 */ - -//////////////////////////////////////////////////////////////////////////////////////////////////// -//////////////////// QCPStatisticalBoxData -//////////////////////////////////////////////////////////////////////////////////////////////////// - -/*! \class QCPStatisticalBoxData - \brief Holds the data of one single data point for QCPStatisticalBox. - - The stored data is: - - \li \a key: coordinate on the key axis of this data point (this is the \a mainKey and the \a sortKey) - - \li \a minimum: the position of the lower whisker, typically the minimum measurement of the - sample that's not considered an outlier. - - \li \a lowerQuartile: the lower end of the box. The lower and the upper quartiles are the two - statistical quartiles around the median of the sample, they should contain 50% of the sample - data. - - \li \a median: 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). (This is the \a mainValue) - - \li \a upperQuartile: the upper end of the box. The lower and the upper quartiles are the two - statistical quartiles around the median of the sample, they should contain 50% of the sample - data. - - \li \a maximum: the position of the upper whisker, typically the maximum measurement of the - sample that's not considered an outlier. - - \li \a outliers: a QVector of outlier values that will be drawn as scatter points at the \a key - coordinate of this data point (see \ref QCPStatisticalBox::setOutlierStyle) - - The container for storing multiple data points is \ref QCPStatisticalBoxDataContainer. It is a - typedef for \ref QCPDataContainer with \ref QCPStatisticalBoxData as the DataType template - parameter. See the documentation there for an explanation regarding the data type's generic - methods. - - \see QCPStatisticalBoxDataContainer -*/ - -/* start documentation of inline functions */ - -/*! \fn double QCPStatisticalBoxData::sortKey() const - - Returns the \a key member of this data point. - - For a general explanation of what this method is good for in the context of the data container, - see the documentation of \ref QCPDataContainer. -*/ - -/*! \fn static QCPStatisticalBoxData QCPStatisticalBoxData::fromSortKey(double sortKey) - - Returns a data point with the specified \a sortKey. All other members are set to zero. - - For a general explanation of what this method is good for in the context of the data container, - see the documentation of \ref QCPDataContainer. -*/ - -/*! \fn static static bool QCPStatisticalBoxData::sortKeyIsMainKey() - - Since the member \a key is both the data point key coordinate and the data ordering parameter, - this method returns true. - - For a general explanation of what this method is good for in the context of the data container, - see the documentation of \ref QCPDataContainer. -*/ - -/*! \fn double QCPStatisticalBoxData::mainKey() const - - Returns the \a key member of this data point. - - For a general explanation of what this method is good for in the context of the data container, - see the documentation of \ref QCPDataContainer. -*/ - -/*! \fn double QCPStatisticalBoxData::mainValue() const - - Returns the \a median member of this data point. - - For a general explanation of what this method is good for in the context of the data container, - see the documentation of \ref QCPDataContainer. -*/ - -/*! \fn QCPRange QCPStatisticalBoxData::valueRange() const - - Returns a QCPRange spanning from the \a minimum to the \a maximum member of this statistical box - data point, possibly further expanded by outliers. - - For a general explanation of what this method is good for in the context of the data container, - see the documentation of \ref QCPDataContainer. -*/ - -/* end documentation of inline functions */ - -/*! - Constructs a data point with key and all values set to zero. -*/ -QCPStatisticalBoxData::QCPStatisticalBoxData() : - key(0), - minimum(0), - lowerQuartile(0), - median(0), - upperQuartile(0), - maximum(0) -{ -} - -/*! - Constructs a data point with the specified \a key, \a minimum, \a lowerQuartile, \a median, \a - upperQuartile, \a maximum and optionally a number of \a outliers. -*/ -QCPStatisticalBoxData::QCPStatisticalBoxData(double key, double minimum, double lowerQuartile, double median, double upperQuartile, double maximum, const QVector &outliers) : - key(key), - minimum(minimum), - lowerQuartile(lowerQuartile), - median(median), - upperQuartile(upperQuartile), - maximum(maximum), - outliers(outliers) -{ -} - - -//////////////////////////////////////////////////////////////////////////////////////////////////// -//////////////////// 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 \ref setData or \ref addData functions. Alternatively, you can - also access and modify the data via the \ref data method, which returns a pointer to the internal - \ref QCPStatisticalBoxDataContainer. - - Additionally each data point can itself have a list of outliers, drawn as scatter points at the - key coordinate of the respective statistical box data point. They can either be set by using the - respective \ref addData(double,double,double,double,double,double,const QVector&) - "addData" method or accessing the individual data points through \ref data, and setting the - QVector outliers of the data points directly. - - \section qcpstatisticalbox-appearance Changing the appearance - - The appearance of each data point box, ranging from the lower to the upper quartile, is - controlled via \ref setPen and \ref setBrush. You may change the width of the boxes with \ref - setWidth in plot coordinates. - - Each data point's visual representation also consists of two whiskers. Whiskers are the lines - which reach from the upper quartile to the maximum, and from the lower quartile to the minimum. - The appearance of the whiskers can be modified with: \ref setWhiskerPen, \ref setWhiskerBarPen, - \ref setWhiskerWidth. The whisker width is the width of the bar perpendicular to the whisker at - the top (for maximum) and bottom (for minimum). If the whisker pen is changed, make sure to set - the \c capStyle to \c Qt::FlatCap. Otherwise the backbone line might exceed the whisker bars by a - few pixels due to the pen cap being not perfectly flat. - - The median indicator line inside the box has its own pen, \ref setMedianPen. - - The outlier data points are drawn as normal scatter points. Their look can be controlled with - \ref setOutlierStyle - - \section qcpstatisticalbox-usage Usage - - Like all data representing objects in QCustomPlot, the QCPStatisticalBox is a plottable - (QCPAbstractPlottable). So the plottable-interface of QCustomPlot applies - (QCustomPlot::plottable, QCustomPlot::removePlottable, etc.) - - Usually, you first create an instance: - \snippet documentation/doc-code-snippets/mainwindow.cpp qcpstatisticalbox-creation-1 - which registers it with the QCustomPlot instance of the passed axes. Note that this QCustomPlot instance takes - ownership of the plottable, so do not delete it manually but use QCustomPlot::removePlottable() instead. - The newly created plottable can be modified, e.g.: - \snippet documentation/doc-code-snippets/mainwindow.cpp qcpstatisticalbox-creation-2 -*/ - -/* start documentation of inline functions */ - -/*! \fn QSharedPointer QCPStatisticalBox::data() const - - Returns a shared pointer to the internal data storage of type \ref - QCPStatisticalBoxDataContainer. 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. -*/ - -/* end documentation of inline functions */ - -/*! - 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 created QCPStatisticalBox is automatically registered with the QCustomPlot instance inferred - from \a keyAxis. This QCustomPlot instance takes ownership of the QCPStatisticalBox, so do not - delete it manually but use QCustomPlot::removePlottable() instead. -*/ -QCPStatisticalBox::QCPStatisticalBox(QCPAxis *keyAxis, QCPAxis *valueAxis) : - QCPAbstractPlottable1D(keyAxis, valueAxis), - mWidth(0.5), - mWhiskerWidth(0.2), - mWhiskerPen(Qt::black, 0, Qt::DashLine, Qt::FlatCap), - mWhiskerBarPen(Qt::black), - mWhiskerAntialiased(false), - mMedianPen(Qt::black, 3, Qt::SolidLine, Qt::FlatCap), - mOutlierStyle(QCPScatterStyle::ssCircle, Qt::blue, 6) -{ - setPen(QPen(Qt::black)); - setBrush(Qt::NoBrush); -} - -/*! \overload - - Replaces the current data container with the provided \a data container. - - Since a QSharedPointer is used, multiple QCPStatisticalBoxes may share the same data container - safely. Modifying the data in the container will then affect all statistical boxes that share the - container. Sharing can be achieved by simply exchanging the data containers wrapped in shared - pointers: - \snippet documentation/doc-code-snippets/mainwindow.cpp qcpstatisticalbox-datasharing-1 - - If you do not wish to share containers, but create a copy from an existing container, rather use - the \ref QCPDataContainer::set method on the statistical box data container directly: - \snippet documentation/doc-code-snippets/mainwindow.cpp qcpstatisticalbox-datasharing-2 - - \see addData -*/ -void QCPStatisticalBox::setData(QSharedPointer data) -{ - mDataContainer = data; -} -/*! \overload - - Replaces the current data with the provided points in \a keys, \a minimum, \a lowerQuartile, \a - median, \a upperQuartile and \a maximum. The provided vectors should have equal length. Else, the - number of added points will be the size of the smallest vector. - - If you can guarantee that the passed data points are sorted by \a keys in ascending order, you - can set \a alreadySorted to true, to improve performance by saving a sorting run. - - \see addData -*/ -void QCPStatisticalBox::setData(const QVector &keys, const QVector &minimum, const QVector &lowerQuartile, const QVector &median, const QVector &upperQuartile, const QVector &maximum, bool alreadySorted) -{ - mDataContainer->clear(); - addData(keys, minimum, lowerQuartile, median, upperQuartile, maximum, alreadySorted); -} - -/*! - Sets the width of the boxes in key coordinates. - - \see setWhiskerWidth -*/ -void QCPStatisticalBox::setWidth(double width) -{ - mWidth = width; -} - -/*! - Sets the width of the whiskers in key coordinates. - - Whiskers are the lines which reach from the upper quartile to the maximum, and from the lower - quartile to the minimum. - - \see setWidth -*/ -void QCPStatisticalBox::setWhiskerWidth(double width) -{ - mWhiskerWidth = width; -} - -/*! - Sets the pen used for drawing the whisker backbone. - - Whiskers are the lines which reach from the upper quartile to the maximum, and from the lower - quartile to the minimum. - - Make sure to set the \c capStyle of the passed \a pen to \c Qt::FlatCap. Otherwise the backbone - line might exceed the whisker bars by a few pixels due to the pen cap being not perfectly flat. - - \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. - - Whiskers are the lines which reach from the upper quartile to the maximum, and from the lower - quartile to the minimum. - - \see setWhiskerPen -*/ -void QCPStatisticalBox::setWhiskerBarPen(const QPen &pen) -{ - mWhiskerBarPen = pen; -} - -/*! - Sets whether the statistical boxes whiskers are drawn with antialiasing or not. - - Note that antialiasing settings may be overridden by QCustomPlot::setAntialiasedElements and - QCustomPlot::setNotAntialiasedElements. -*/ -void QCPStatisticalBox::setWhiskerAntialiased(bool enabled) -{ - mWhiskerAntialiased = enabled; -} - -/*! - Sets the pen used for drawing the median indicator line inside the statistical boxes. -*/ -void QCPStatisticalBox::setMedianPen(const QPen &pen) -{ - mMedianPen = pen; -} - -/*! - Sets the appearance of the outlier data points. - - Outliers can be specified with the method - \ref addData(double key, double minimum, double lowerQuartile, double median, double upperQuartile, double maximum, const QVector &outliers) -*/ -void QCPStatisticalBox::setOutlierStyle(const QCPScatterStyle &style) -{ - mOutlierStyle = style; -} - -/*! \overload - - Adds the provided points in \a keys, \a minimum, \a lowerQuartile, \a median, \a upperQuartile and - \a maximum to the current data. The provided vectors should have equal length. Else, the number - of added points will be the size of the smallest vector. - - If you can guarantee that the passed data points are sorted by \a keys in ascending order, you - can set \a alreadySorted to true, to improve performance by saving a sorting run. - - Alternatively, you can also access and modify the data directly via the \ref data method, which - returns a pointer to the internal data container. -*/ -void QCPStatisticalBox::addData(const QVector &keys, const QVector &minimum, const QVector &lowerQuartile, const QVector &median, const QVector &upperQuartile, const QVector &maximum, bool alreadySorted) -{ - if (keys.size() != minimum.size() || minimum.size() != lowerQuartile.size() || lowerQuartile.size() != median.size() || - median.size() != upperQuartile.size() || upperQuartile.size() != maximum.size() || maximum.size() != keys.size()) - qDebug() << Q_FUNC_INFO << "keys, minimum, lowerQuartile, median, upperQuartile, maximum have different sizes:" - << keys.size() << minimum.size() << lowerQuartile.size() << median.size() << upperQuartile.size() << maximum.size(); - const int n = qMin(keys.size(), qMin(minimum.size(), qMin(lowerQuartile.size(), qMin(median.size(), qMin(upperQuartile.size(), maximum.size()))))); - QVector tempData(n); - QVector::iterator it = tempData.begin(); - const QVector::iterator itEnd = tempData.end(); - int i = 0; - while (it != itEnd) - { - it->key = keys[i]; - it->minimum = minimum[i]; - it->lowerQuartile = lowerQuartile[i]; - it->median = median[i]; - it->upperQuartile = upperQuartile[i]; - it->maximum = maximum[i]; - ++it; - ++i; - } - mDataContainer->add(tempData, alreadySorted); // don't modify tempData beyond this to prevent copy on write -} - -/*! \overload - - Adds the provided data point as \a key, \a minimum, \a lowerQuartile, \a median, \a upperQuartile - and \a maximum to the current data. - - Alternatively, you can also access and modify the data directly via the \ref data method, which - returns a pointer to the internal data container. -*/ -void QCPStatisticalBox::addData(double key, double minimum, double lowerQuartile, double median, double upperQuartile, double maximum, const QVector &outliers) -{ - mDataContainer->add(QCPStatisticalBoxData(key, minimum, lowerQuartile, median, upperQuartile, maximum, outliers)); -} - -/*! - \copydoc QCPPlottableInterface1D::selectTestRect -*/ -QCPDataSelection QCPStatisticalBox::selectTestRect(const QRectF &rect, bool onlySelectable) const -{ - QCPDataSelection result; - if ((onlySelectable && mSelectable == QCP::stNone) || mDataContainer->isEmpty()) - return result; - if (!mKeyAxis || !mValueAxis) - return result; - - QCPStatisticalBoxDataContainer::const_iterator visibleBegin, visibleEnd; - getVisibleDataBounds(visibleBegin, visibleEnd); - - for (QCPStatisticalBoxDataContainer::const_iterator it=visibleBegin; it!=visibleEnd; ++it) - { - if (rect.intersects(getQuartileBox(it))) - result.addDataRange(QCPDataRange(int(it-mDataContainer->constBegin()), int(it-mDataContainer->constBegin()+1)), false); - } - result.simplify(); - return result; -} - -/*! - Implements a selectTest specific to this plottable's point geometry. - - If \a details is not 0, it will be set to a \ref QCPDataSelection, describing the closest data - point to \a pos. - - \seebaseclassmethod \ref QCPAbstractPlottable::selectTest -*/ -double QCPStatisticalBox::selectTest(const QPointF &pos, bool onlySelectable, QVariant *details) const -{ - Q_UNUSED(details) - if ((onlySelectable && mSelectable == QCP::stNone) || mDataContainer->isEmpty()) - return -1; - if (!mKeyAxis || !mValueAxis) - return -1; - - if (mKeyAxis->axisRect()->rect().contains(pos.toPoint()) || mParentPlot->interactions().testFlag(QCP::iSelectPlottablesBeyondAxisRect)) - { - // get visible data range: - QCPStatisticalBoxDataContainer::const_iterator visibleBegin, visibleEnd; - QCPStatisticalBoxDataContainer::const_iterator closestDataPoint = mDataContainer->constEnd(); - getVisibleDataBounds(visibleBegin, visibleEnd); - double minDistSqr = (std::numeric_limits::max)(); - for (QCPStatisticalBoxDataContainer::const_iterator it=visibleBegin; it!=visibleEnd; ++it) - { - if (getQuartileBox(it).contains(pos)) // quartile box - { - double currentDistSqr = mParentPlot->selectionTolerance()*0.99 * mParentPlot->selectionTolerance()*0.99; - if (currentDistSqr < minDistSqr) - { - minDistSqr = currentDistSqr; - closestDataPoint = it; - } - } else // whiskers - { - const QVector whiskerBackbones = getWhiskerBackboneLines(it); - const QCPVector2D posVec(pos); - foreach (const QLineF &backbone, whiskerBackbones) - { - double currentDistSqr = posVec.distanceSquaredToLine(backbone); - if (currentDistSqr < minDistSqr) - { - minDistSqr = currentDistSqr; - closestDataPoint = it; - } - } - } - } - if (details) - { - int pointIndex = int(closestDataPoint-mDataContainer->constBegin()); - details->setValue(QCPDataSelection(QCPDataRange(pointIndex, pointIndex+1))); - } - return qSqrt(minDistSqr); - } - return -1; -} - -/* inherits documentation from base class */ -QCPRange QCPStatisticalBox::getKeyRange(bool &foundRange, QCP::SignDomain inSignDomain) const -{ - QCPRange range = mDataContainer->keyRange(foundRange, inSignDomain); - // determine exact range by including width of bars/flags: - if (foundRange) - { - if (inSignDomain != QCP::sdPositive || range.lower-mWidth*0.5 > 0) - range.lower -= mWidth*0.5; - if (inSignDomain != QCP::sdNegative || range.upper+mWidth*0.5 < 0) - range.upper += mWidth*0.5; - } - return range; -} - -/* inherits documentation from base class */ -QCPRange QCPStatisticalBox::getValueRange(bool &foundRange, QCP::SignDomain inSignDomain, const QCPRange &inKeyRange) const -{ - return mDataContainer->valueRange(foundRange, inSignDomain, inKeyRange); -} - -/* inherits documentation from base class */ -void QCPStatisticalBox::draw(QCPPainter *painter) -{ - if (mDataContainer->isEmpty()) return; - QCPAxis *keyAxis = mKeyAxis.data(); - QCPAxis *valueAxis = mValueAxis.data(); - if (!keyAxis || !valueAxis) { qDebug() << Q_FUNC_INFO << "invalid key or value axis"; return; } - - QCPStatisticalBoxDataContainer::const_iterator visibleBegin, visibleEnd; - getVisibleDataBounds(visibleBegin, visibleEnd); - - // loop over and draw segments of unselected/selected data: - QList selectedSegments, unselectedSegments, allSegments; - getDataSegments(selectedSegments, unselectedSegments); - allSegments << unselectedSegments << selectedSegments; - for (int i=0; i= unselectedSegments.size(); - QCPStatisticalBoxDataContainer::const_iterator begin = visibleBegin; - QCPStatisticalBoxDataContainer::const_iterator end = visibleEnd; - mDataContainer->limitIteratorsToDataRange(begin, end, allSegments.at(i)); - if (begin == end) - continue; - - for (QCPStatisticalBoxDataContainer::const_iterator it=begin; it!=end; ++it) - { - // check data validity if flag set: -# ifdef QCUSTOMPLOT_CHECK_DATA - if (QCP::isInvalidData(it->key, it->minimum) || - QCP::isInvalidData(it->lowerQuartile, it->median) || - QCP::isInvalidData(it->upperQuartile, it->maximum)) - qDebug() << Q_FUNC_INFO << "Data point at" << it->key << "of drawn range has invalid data." << "Plottable name:" << name(); - for (int i=0; ioutliers.size(); ++i) - if (QCP::isInvalidData(it->outliers.at(i))) - qDebug() << Q_FUNC_INFO << "Data point outlier at" << it->key << "of drawn range invalid." << "Plottable name:" << name(); -# endif - - if (isSelectedSegment && mSelectionDecorator) - { - mSelectionDecorator->applyPen(painter); - mSelectionDecorator->applyBrush(painter); - } else - { - painter->setPen(mPen); - painter->setBrush(mBrush); - } - QCPScatterStyle finalOutlierStyle = mOutlierStyle; - if (isSelectedSegment && mSelectionDecorator) - finalOutlierStyle = mSelectionDecorator->getFinalScatterStyle(mOutlierStyle); - drawStatisticalBox(painter, it, finalOutlierStyle); - } - } - - // draw other selection decoration that isn't just line/scatter pens and brushes: - if (mSelectionDecorator) - mSelectionDecorator->drawDecoration(painter, selection()); -} - -/* 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); -} - -/*! - Draws the graphical representation of a single statistical box with the data given by the - iterator \a it with the provided \a painter. - - If the statistical box has a set of outlier data points, they are drawn with \a outlierStyle. - - \see getQuartileBox, getWhiskerBackboneLines, getWhiskerBarLines -*/ -void QCPStatisticalBox::drawStatisticalBox(QCPPainter *painter, QCPStatisticalBoxDataContainer::const_iterator it, const QCPScatterStyle &outlierStyle) const -{ - // draw quartile box: - applyDefaultAntialiasingHint(painter); - const QRectF quartileBox = getQuartileBox(it); - painter->drawRect(quartileBox); - // draw median line with cliprect set to quartile box: - painter->save(); - painter->setClipRect(quartileBox, Qt::IntersectClip); - painter->setPen(mMedianPen); - painter->drawLine(QLineF(coordsToPixels(it->key-mWidth*0.5, it->median), coordsToPixels(it->key+mWidth*0.5, it->median))); - painter->restore(); - // draw whisker lines: - applyAntialiasingHint(painter, mWhiskerAntialiased, QCP::aePlottables); - painter->setPen(mWhiskerPen); - painter->drawLines(getWhiskerBackboneLines(it)); - painter->setPen(mWhiskerBarPen); - painter->drawLines(getWhiskerBarLines(it)); - // draw outliers: - applyScattersAntialiasingHint(painter); - outlierStyle.applyTo(painter, mPen); - for (int i=0; ioutliers.size(); ++i) - outlierStyle.drawShape(painter, coordsToPixels(it->key, it->outliers.at(i))); -} - -/*! \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 begin 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 end returns an iterator one higher than the highest visible data point. Same as before, \a end - may also lie just outside of the visible range. - - if the plottable contains no data, both \a begin and \a end point to constEnd. -*/ -void QCPStatisticalBox::getVisibleDataBounds(QCPStatisticalBoxDataContainer::const_iterator &begin, QCPStatisticalBoxDataContainer::const_iterator &end) const -{ - if (!mKeyAxis) - { - qDebug() << Q_FUNC_INFO << "invalid key axis"; - begin = mDataContainer->constEnd(); - end = mDataContainer->constEnd(); - return; - } - begin = mDataContainer->findBegin(mKeyAxis.data()->range().lower-mWidth*0.5); // subtract half width of box to include partially visible data points - end = mDataContainer->findEnd(mKeyAxis.data()->range().upper+mWidth*0.5); // add half width of box to include partially visible data points -} - -/*! \internal - - Returns the box in plot coordinates (keys in x, values in y of the returned rect) that covers the - value range from the lower to the upper quartile, of the data given by \a it. - - \see drawStatisticalBox, getWhiskerBackboneLines, getWhiskerBarLines -*/ -QRectF QCPStatisticalBox::getQuartileBox(QCPStatisticalBoxDataContainer::const_iterator it) const -{ - QRectF result; - result.setTopLeft(coordsToPixels(it->key-mWidth*0.5, it->upperQuartile)); - result.setBottomRight(coordsToPixels(it->key+mWidth*0.5, it->lowerQuartile)); - return result; -} - -/*! \internal - - Returns the whisker backbones (keys in x, values in y of the returned lines) that cover the value - range from the minimum to the lower quartile, and from the upper quartile to the maximum of the - data given by \a it. - - \see drawStatisticalBox, getQuartileBox, getWhiskerBarLines -*/ -QVector QCPStatisticalBox::getWhiskerBackboneLines(QCPStatisticalBoxDataContainer::const_iterator it) const -{ - QVector result(2); - result[0].setPoints(coordsToPixels(it->key, it->lowerQuartile), coordsToPixels(it->key, it->minimum)); // min backbone - result[1].setPoints(coordsToPixels(it->key, it->upperQuartile), coordsToPixels(it->key, it->maximum)); // max backbone - return result; -} - -/*! \internal - - Returns the whisker bars (keys in x, values in y of the returned lines) that are placed at the - end of the whisker backbones, at the minimum and maximum of the data given by \a it. - - \see drawStatisticalBox, getQuartileBox, getWhiskerBackboneLines -*/ -QVector QCPStatisticalBox::getWhiskerBarLines(QCPStatisticalBoxDataContainer::const_iterator it) const -{ - QVector result(2); - result[0].setPoints(coordsToPixels(it->key-mWhiskerWidth*0.5, it->minimum), coordsToPixels(it->key+mWhiskerWidth*0.5, it->minimum)); // min bar - result[1].setPoints(coordsToPixels(it->key-mWhiskerWidth*0.5, it->maximum), coordsToPixels(it->key+mWhiskerWidth*0.5, it->maximum)); // max bar - return result; -} -/* end of 'src/plottables/plottable-statisticalbox.cpp' */ - - -/* including file 'src/plottables/plottable-colormap.cpp' */ -/* modified 2022-11-06T12:45:56, size 48189 */ - -//////////////////////////////////////////////////////////////////////////////////////////////////// -//////////////////// 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. - - A \ref QCPColorMapData also holds an on-demand two-dimensional array of alpha values which (if - allocated) has the same size as the data map. It can be accessed via \ref setAlpha, \ref - fillAlpha and \ref clearAlpha. The memory for the alpha map is only allocated if needed, i.e. on - the first call of \ref setAlpha. \ref clearAlpha restores full opacity and frees the alpha map. - - 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(nullptr), - mAlpha(nullptr), - mDataModified(true) -{ - setSize(keySize, valueSize); - fill(0); -} - -QCPColorMapData::~QCPColorMapData() -{ - delete[] mData; - delete[] mAlpha; -} - -/*! - 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(nullptr), - mAlpha(nullptr), - mDataModified(true) -{ - *this = other; -} - -/*! - Overwrites this color map data instance with the data stored in \a other. The alpha map state is - transferred, too. -*/ -QCPColorMapData &QCPColorMapData::operator=(const QCPColorMapData &other) -{ - if (&other != this) - { - const int keySize = other.keySize(); - const int valueSize = other.valueSize(); - if (!other.mAlpha && mAlpha) - clearAlpha(); - setSize(keySize, valueSize); - if (other.mAlpha && !mAlpha) - createAlpha(false); - setRange(other.keyRange(), other.valueRange()); - if (!isEmpty()) - { - memcpy(mData, other.mData, sizeof(mData[0])*size_t(keySize*valueSize)); - if (mAlpha) - memcpy(mAlpha, other.mAlpha, sizeof(mAlpha[0])*size_t(keySize*valueSize)); - } - mDataBounds = other.mDataBounds; - mDataModified = true; - } - return *this; -} - -/* undocumented getter */ -double QCPColorMapData::data(double key, double value) -{ - int keyCell = int( (key-mKeyRange.lower)/(mKeyRange.upper-mKeyRange.lower)*(mKeySize-1)+0.5 ); - int valueCell = int( (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; -} - -/*! - Returns the alpha map value of the cell with the indices \a keyIndex and \a valueIndex. - - If this color map data doesn't have an alpha map (because \ref setAlpha was never called after - creation or after a call to \ref clearAlpha), returns 255, which corresponds to full opacity. - - \see setAlpha -*/ -unsigned char QCPColorMapData::alpha(int keyIndex, int valueIndex) -{ - if (mAlpha && keyIndex >= 0 && keyIndex < mKeySize && valueIndex >= 0 && valueIndex < mValueSize) - return mAlpha[valueIndex*mKeySize + keyIndex]; - else - return 255; -} - -/*! - 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; - 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[size_t(mKeySize*mValueSize)]; -#ifdef __EXCEPTIONS - } catch (...) { mData = nullptr; } -#endif - if (mData) - fill(0); - else - qDebug() << Q_FUNC_INFO << "out of memory for data dimensions "<< mKeySize << "*" << mValueSize; - } else - mData = nullptr; - - if (mAlpha) // if we had an alpha map, recreate it with new size - createAlpha(); - - 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 = int( (key-mKeyRange.lower)/(mKeyRange.upper-mKeyRange.lower)*(mKeySize-1)+0.5 ); - int valueCell = int( (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; - } else - qDebug() << Q_FUNC_INFO << "index out of bounds:" << keyIndex << valueIndex; -} - -/*! - Sets the alpha of the color map cell given by \a keyIndex and \a valueIndex to \a alpha. A value - of 0 for \a alpha results in a fully transparent cell, and a value of 255 results in a fully - opaque cell. - - If an alpha map doesn't exist yet for this color map data, it will be created here. If you wish - to restore full opacity and free any allocated memory of the alpha map, call \ref clearAlpha. - - Note that the cell-wise alpha which can be configured here is independent of any alpha configured - in the color map's gradient (\ref QCPColorGradient). If a cell is affected both by the cell-wise - and gradient alpha, the alpha values will be blended accordingly during rendering of the color - map. - - \see fillAlpha, clearAlpha -*/ -void QCPColorMapData::setAlpha(int keyIndex, int valueIndex, unsigned char alpha) -{ - if (keyIndex >= 0 && keyIndex < mKeySize && valueIndex >= 0 && valueIndex < mValueSize) - { - if (mAlpha || createAlpha()) - { - mAlpha[valueIndex*mKeySize + keyIndex] = alpha; - mDataModified = true; - } - } else - qDebug() << Q_FUNC_INFO << "index out of bounds:" << keyIndex << valueIndex; -} - -/*! - 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 = std::numeric_limits::max(); - double maxHeight = -std::numeric_limits::max(); - 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); -} - -/*! - Frees the internal alpha map. The color map will have full opacity again. -*/ -void QCPColorMapData::clearAlpha() -{ - if (mAlpha) - { - delete[] mAlpha; - mAlpha = nullptr; - mDataModified = true; - } -} - -/*! - Sets all cells to the value \a z. -*/ -void QCPColorMapData::fill(double z) -{ - const int dataCount = mValueSize*mKeySize; - memset(mData, z, dataCount*sizeof(*mData)); - mDataBounds = QCPRange(z, z); - mDataModified = true; -} - -/*! - Sets the opacity of all color map cells to \a alpha. A value of 0 for \a alpha results in a fully - transparent color map, and a value of 255 results in a fully opaque color map. - - If you wish to restore opacity to 100% and free any used memory for the alpha map, rather use - \ref clearAlpha. - - \see setAlpha -*/ -void QCPColorMapData::fillAlpha(unsigned char alpha) -{ - if (mAlpha || createAlpha(false)) - { - const int dataCount = mValueSize*mKeySize; - memset(mAlpha, alpha, dataCount*sizeof(*mAlpha)); - mDataModified = true; - } -} - -/*! - Transforms plot coordinates given by \a key and \a value to cell indices of this QCPColorMapData - instance. The resulting cell indices are returned via the output parameters \a keyIndex and \a - valueIndex. - - The retrieved key/value cell indices can then be used for example with \ref setCell. - - If you are only interested in a key or value index, you may pass \c nullptr as \a valueIndex or - \a keyIndex. - - \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::coordToCell method as it uses a linear transformation to - determine the cell index. - - \see cellToCoord, QCPAxis::coordToPixel -*/ -void QCPColorMapData::coordToCell(double key, double value, int *keyIndex, int *valueIndex) const -{ - if (keyIndex) - *keyIndex = int( (key-mKeyRange.lower)/(mKeyRange.upper-mKeyRange.lower)*(mKeySize-1)+0.5 ); - if (valueIndex) - *valueIndex = int( (value-mValueRange.lower)/(mValueRange.upper-mValueRange.lower)*(mValueSize-1)+0.5 ); -} - -/*! - Transforms cell indices given by \a keyIndex and \a valueIndex to cell indices of this QCPColorMapData - instance. The resulting coordinates are returned via the output parameters \a key and \a - value. - - If you are only interested in a key or value coordinate, you may pass \c nullptr as \a key or \a - value. - - \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::cellToCoord method as it uses a linear transformation to - determine the cell index. - - \see coordToCell, QCPAxis::pixelToCoord -*/ -void QCPColorMapData::cellToCoord(int keyIndex, int valueIndex, double *key, double *value) const -{ - if (key) - *key = keyIndex/double(mKeySize-1)*(mKeyRange.upper-mKeyRange.lower)+mKeyRange.lower; - if (value) - *value = valueIndex/double(mValueSize-1)*(mValueRange.upper-mValueRange.lower)+mValueRange.lower; -} - -/*! \internal - - Allocates the internal alpha map with the current data map key/value size and, if \a - initializeOpaque is true, initializes all values to 255. If \a initializeOpaque is false, the - values are not initialized at all. In this case, the alpha map should be initialized manually, - e.g. with \ref fillAlpha. - - If an alpha map exists already, it is deleted first. If this color map is empty (has either key - or value size zero, see \ref isEmpty), the alpha map is cleared. - - The return value indicates the existence of the alpha map after the call. So this method returns - true if the data map isn't empty and an alpha map was successfully allocated. -*/ -bool QCPColorMapData::createAlpha(bool initializeOpaque) -{ - clearAlpha(); - if (isEmpty()) - return false; - -#ifdef __EXCEPTIONS - try { // 2D arrays get memory intensive fast. So if the allocation fails, at least output debug message -#endif - mAlpha = new unsigned char[size_t(mKeySize*mValueSize)]; -#ifdef __EXCEPTIONS - } catch (...) { mAlpha = nullptr; } -#endif - if (mAlpha) - { - if (initializeOpaque) - fillAlpha(255); - return true; - } else - { - qDebug() << Q_FUNC_INFO << "out of memory for data dimensions "<< mKeySize << "*" << mValueSize; - return false; - } -} - - -//////////////////////////////////////////////////////////////////////////////////////////////////// -//////////////////// QCPColorMap -//////////////////////////////////////////////////////////////////////////////////////////////////// - -/*! \class QCPColorMap - \brief A plottable representing a two-dimensional color map in a plot. - - \image html QCPColorMap.png - - The data is stored in the class \ref QCPColorMapData, which can be accessed via the data() - method. - - A color map has three dimensions to represent a data point: The \a key dimension, the \a value - dimension and the \a data dimension. As with other plottables such as graphs, \a key and \a value - correspond to two orthogonal axes on the QCustomPlot surface that you specify in the QCPColorMap - constructor. The \a data dimension however is encoded as the color of the point at (\a key, \a - value). - - Set the number of points (or \a cells) in the key/value dimension via \ref - QCPColorMapData::setSize. The plot coordinate range over which these points will be displayed is - specified via \ref QCPColorMapData::setRange. The first cell will be centered on the lower range - boundary and the last cell will be centered on the upper range boundary. The data can be set by - either accessing the cells directly with QCPColorMapData::setCell or by addressing the cells via - their plot coordinates with \ref QCPColorMapData::setData. If possible, you should prefer - setCell, since it doesn't need to do any coordinate transformation and thus performs a bit - better. - - The cell with index (0, 0) is at the bottom left, if the color map uses normal (i.e. not reversed) - key and value axes. - - To show the user which colors correspond to which \a data values, a \ref QCPColorScale is - typically placed to the right of the axis rect. See the documentation there for details on how to - add and use a color scale. - - \section qcpcolormap-appearance Changing the appearance - - Most important to the appearance is the color gradient, which can be specified via \ref - setGradient. See the documentation of \ref QCPColorGradient for details on configuring a color - gradient. - - The \a data range that is mapped to the colors of the gradient can be specified with \ref - setDataRange. To make the data range encompass the whole data set minimum to maximum, call \ref - rescaleDataRange. If your data may contain NaN values, use \ref QCPColorGradient::setNanHandling - to define how they are displayed. - - \section qcpcolormap-transparency Transparency - - Transparency in color maps can be achieved by two mechanisms. On one hand, you can specify alpha - values for color stops of the \ref QCPColorGradient, via the regular QColor interface. This will - cause the color map data which gets mapped to colors around those color stops to appear with the - accordingly interpolated transparency. - - On the other hand you can also directly apply an alpha value to each cell independent of its - data, by using the alpha map feature of \ref QCPColorMapData. The relevant methods are \ref - QCPColorMapData::setAlpha, QCPColorMapData::fillAlpha and \ref QCPColorMapData::clearAlpha(). - - The two transparencies will be joined together in the plot and otherwise not interfere with each - other. They are mixed in a multiplicative matter, so an alpha of e.g. 50% (128/255) in both modes - simultaneously, will result in a total transparency of 25% (64/255). - - \section qcpcolormap-usage Usage - - Like all data representing objects in QCustomPlot, the QCPColorMap is a plottable - (QCPAbstractPlottable). So the plottable-interface of QCustomPlot applies - (QCustomPlot::plottable, QCustomPlot::removePlottable, etc.) - - Usually, you first create an instance: - \snippet documentation/doc-code-snippets/mainwindow.cpp qcpcolormap-creation-1 - which registers it with the QCustomPlot instance of the passed axes. Note that this QCustomPlot instance takes - ownership of the plottable, so do not delete it manually but use QCustomPlot::removePlottable() instead. - The newly created plottable can be modified, e.g.: - \snippet documentation/doc-code-snippets/mainwindow.cpp qcpcolormap-creation-2 - - \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. -*/ - -/* start documentation of inline functions */ - -/*! \fn QCPColorMapData *QCPColorMap::data() const - - Returns a pointer to the internal data storage of type \ref QCPColorMapData. Access this to - modify data points (cells) and the color map key/value range. - - \see setData -*/ - -/* end documentation of inline functions */ - -/* start documentation of signals */ - -/*! \fn void QCPColorMap::dataRangeChanged(const QCPRange &newRange); - - This signal is emitted when the data range changes. - - \see setDataRange -*/ - -/*! \fn void QCPColorMap::dataScaleTypeChanged(QCPAxis::ScaleType scaleType); - - This signal is emitted when the data scale type changes. - - \see setDataScaleType -*/ - -/*! \fn void QCPColorMap::gradientChanged(const QCPColorGradient &newGradient); - - This signal is emitted when the gradient changes. - - \see setGradient -*/ - -/* end documentation of signals */ - -/*! - Constructs a color map with the specified \a keyAxis and \a valueAxis. - - The created QCPColorMap is automatically registered with the QCustomPlot instance inferred from - \a keyAxis. This QCustomPlot instance takes ownership of the QCPColorMap, so do not delete it - manually but use QCustomPlot::removePlottable() instead. -*/ -QCPColorMap::QCPColorMap(QCPAxis *keyAxis, QCPAxis *valueAxis) : - QCPAbstractPlottable(keyAxis, valueAxis), - mDataScaleType(QCPAxis::stLinear), - mMapData(new QCPColorMapData(10, 10, QCPRange(0, 5), QCPRange(0, 5))), - mGradient(QCPColorGradient::gpCold), - mInterpolate(true), - mTightBoundary(false), - mMapImageInvalidated(true) -{ -} - -QCPColorMap::~QCPColorMap() -{ - delete mMapData; -} - -/*! - Replaces the current \ref data with the provided \a data. - - If \a copy is set to true, the \a data object will only be copied. if false, the color map - takes ownership of the passed data and replaces the internal data pointer with it. This is - significantly faster than copying for large datasets. -*/ -void QCPColorMap::setData(QCPColorMapData *data, bool copy) -{ - if (mMapData == data) - { - qDebug() << Q_FUNC_INFO << "The data pointer is already in (and owned by) this plottable" << reinterpret_cast(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 \c nullptr 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); - } -} - -/* inherits documentation from base class */ -double QCPColorMap::selectTest(const QPointF &pos, bool onlySelectable, QVariant *details) const -{ - Q_UNUSED(details) - if ((onlySelectable && mSelectable == QCP::stNone) || mMapData->isEmpty()) - return -1; - if (!mKeyAxis || !mValueAxis) - return -1; - - if (mKeyAxis.data()->axisRect()->rect().contains(pos.toPoint()) || mParentPlot->interactions().testFlag(QCP::iSelectPlottablesBeyondAxisRect)) - { - double posKey, posValue; - pixelsToCoords(pos, posKey, posValue); - if (mMapData->keyRange().contains(posKey) && mMapData->valueRange().contains(posValue)) - { - if (details) - details->setValue(QCPDataSelection(QCPDataRange(0, 1))); // temporary solution, to facilitate whole-plottable selection. Replace in future version with segmented 2D selection. - return mParentPlot->selectionTolerance()*0.99; - } - } - return -1; -} - -/* inherits documentation from base class */ -QCPRange QCPColorMap::getKeyRange(bool &foundRange, QCP::SignDomain inSignDomain) const -{ - foundRange = true; - QCPRange result = mMapData->keyRange(); - result.normalize(); - if (inSignDomain == QCP::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 == QCP::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, QCP::SignDomain inSignDomain, const QCPRange &inKeyRange) const -{ - if (inKeyRange != QCPRange()) - { - if (mMapData->keyRange().upper < inKeyRange.lower || mMapData->keyRange().lower > inKeyRange.upper) - { - foundRange = false; - return {}; - } - } - - foundRange = true; - QCPRange result = mMapData->valueRange(); - result.normalize(); - if (inSignDomain == QCP::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 == QCP::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; -} - -/*! \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 QImage::Format format = QImage::Format_ARGB32_Premultiplied; - 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), format); - else if (keyAxis->orientation() == Qt::Vertical && (mMapImage.width() != valueSize*valueOversamplingFactor || mMapImage.height() != keySize*keyOversamplingFactor)) - mMapImage = QImage(QSize(valueSize*valueOversamplingFactor, keySize*keyOversamplingFactor), format); - - if (mMapImage.isNull()) - { - qDebug() << Q_FUNC_INFO << "Couldn't create map image (possibly too large for memory)"; - mMapImage = QImage(QSize(10, 10), format); - mMapImage.fill(Qt::black); - } else - { - 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), format); - else if (keyAxis->orientation() == Qt::Vertical && (mUndersampledMapImage.width() != valueSize || mUndersampledMapImage.height() != keySize)) - mUndersampledMapImage = QImage(QSize(valueSize, keySize), format); - 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; - const unsigned char *rawAlpha = mMapData->mAlpha; - 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) - if (rawAlpha) - mGradient.colorize(rawData+line*rowCount, rawAlpha+line*rowCount, mDataRange, pixels, rowCount, 1, mDataScaleType==QCPAxis::stLogarithmic); - else - 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) - if (rawAlpha) - mGradient.colorize(rawData+line, rawAlpha+line, mDataRange, pixels, rowCount, lineCount, mDataScaleType==QCPAxis::stLogarithmic); - else - 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): - const 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; - if (useBuffer) - { - const double mapBufferPixelRatio = 3; // factor by which DPI is increased in embedded bitmaps - 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); - const bool mirrorX = (keyAxis()->orientation() == Qt::Horizontal ? keyAxis() : valueAxis())->rangeReversed(); - const bool mirrorY = (valueAxis()->orientation() == Qt::Vertical ? valueAxis() : keyAxis())->rangeReversed(); - const 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)); - */ -} -/* end of 'src/plottables/plottable-colormap.cpp' */ - - -/* including file 'src/plottables/plottable-financial.cpp' */ -/* modified 2022-11-06T12:45:57, size 42914 */ - -//////////////////////////////////////////////////////////////////////////////////////////////////// -//////////////////// QCPFinancialData -//////////////////////////////////////////////////////////////////////////////////////////////////// - -/*! \class QCPFinancialData - \brief Holds the data of one single data point for QCPFinancial. - - The stored data is: - \li \a key: coordinate on the key axis of this data point (this is the \a mainKey and the \a sortKey) - \li \a open: The opening value at the data point (this is the \a mainValue) - \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 - - The container for storing multiple data points is \ref QCPFinancialDataContainer. It is a typedef - for \ref QCPDataContainer with \ref QCPFinancialData as the DataType template parameter. See the - documentation there for an explanation regarding the data type's generic methods. - - \see QCPFinancialDataContainer -*/ - -/* start documentation of inline functions */ - -/*! \fn double QCPFinancialData::sortKey() const - - Returns the \a key member of this data point. - - For a general explanation of what this method is good for in the context of the data container, - see the documentation of \ref QCPDataContainer. -*/ - -/*! \fn static QCPFinancialData QCPFinancialData::fromSortKey(double sortKey) - - Returns a data point with the specified \a sortKey. All other members are set to zero. - - For a general explanation of what this method is good for in the context of the data container, - see the documentation of \ref QCPDataContainer. -*/ - -/*! \fn static static bool QCPFinancialData::sortKeyIsMainKey() - - Since the member \a key is both the data point key coordinate and the data ordering parameter, - this method returns true. - - For a general explanation of what this method is good for in the context of the data container, - see the documentation of \ref QCPDataContainer. -*/ - -/*! \fn double QCPFinancialData::mainKey() const - - Returns the \a key member of this data point. - - For a general explanation of what this method is good for in the context of the data container, - see the documentation of \ref QCPDataContainer. -*/ - -/*! \fn double QCPFinancialData::mainValue() const - - Returns the \a open member of this data point. - - For a general explanation of what this method is good for in the context of the data container, - see the documentation of \ref QCPDataContainer. -*/ - -/*! \fn QCPRange QCPFinancialData::valueRange() const - - Returns a QCPRange spanning from the \a low to the \a high value of this data point. - - For a general explanation of what this method is good for in the context of the data container, - see the documentation of \ref QCPDataContainer. -*/ - -/* end documentation of inline functions */ - -/*! - 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 \ref - setWidthType. A typical choice is to set the width type to \ref wtPlotCoords (the default) and - the width to (or slightly less than) one time bin interval width. - - \section qcpfinancial-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 (provided by the \ref selectionDecorator) is used, - irrespective of whether the chart is single- or two-colored. - - \section qcpfinancial-usage Usage - - Like all data representing objects in QCustomPlot, the QCPFinancial is a plottable - (QCPAbstractPlottable). So the plottable-interface of QCustomPlot applies - (QCustomPlot::plottable, QCustomPlot::removePlottable, etc.) - - Usually, you first create an instance: - - \snippet documentation/doc-code-snippets/mainwindow.cpp qcpfinancial-creation-1 - which registers it with the QCustomPlot instance of the passed axes. Note that this QCustomPlot - instance takes ownership of the plottable, so do not delete it manually but use - QCustomPlot::removePlottable() instead. The newly created plottable can be modified, e.g.: - - \snippet documentation/doc-code-snippets/mainwindow.cpp qcpfinancial-creation-2 - Here we have used the static helper method \ref timeSeriesToOhlc, to turn a time-price data - series into a 24-hour binned open-high-low-close data series as QCPFinancial uses. -*/ - -/* start of documentation of inline functions */ - -/*! \fn QCPFinancialDataContainer *QCPFinancial::data() const - - Returns a pointer to the internal data storage of type \ref QCPFinancialDataContainer. 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 created QCPFinancial is automatically registered with the QCustomPlot instance inferred from \a - keyAxis. This QCustomPlot instance takes ownership of the QCPFinancial, so do not delete it manually - but use QCustomPlot::removePlottable() instead. -*/ -QCPFinancial::QCPFinancial(QCPAxis *keyAxis, QCPAxis *valueAxis) : - QCPAbstractPlottable1D(keyAxis, valueAxis), - mChartStyle(csCandlestick), - mWidth(0.5), - mWidthType(wtPlotCoords), - mTwoColored(true), - mBrushPositive(QBrush(QColor(50, 160, 0))), - mBrushNegative(QBrush(QColor(180, 0, 15))), - mPenPositive(QPen(QColor(40, 150, 0))), - mPenNegative(QPen(QColor(170, 5, 5))) -{ - mSelectionDecorator->setBrush(QBrush(QColor(160, 160, 255))); -} - -QCPFinancial::~QCPFinancial() -{ -} - -/*! \overload - - Replaces the current data container with the provided \a data container. - - Since a QSharedPointer is used, multiple QCPFinancials may share the same data container safely. - Modifying the data in the container will then affect all financials that share the container. - Sharing can be achieved by simply exchanging the data containers wrapped in shared pointers: - \snippet documentation/doc-code-snippets/mainwindow.cpp qcpfinancial-datasharing-1 - - If you do not wish to share containers, but create a copy from an existing container, rather use - the \ref QCPDataContainer::set method on the financial's data container directly: - \snippet documentation/doc-code-snippets/mainwindow.cpp qcpfinancial-datasharing-2 - - \see addData, timeSeriesToOhlc -*/ -void QCPFinancial::setData(QSharedPointer data) -{ - mDataContainer = data; -} - -/*! \overload - - Replaces the current data with the provided points in \a keys, \a open, \a high, \a low and \a - close. The provided vectors should have equal length. Else, the number of added points will be - the size of the smallest vector. - - If you can guarantee that the passed data points are sorted by \a keys in ascending order, you - can set \a alreadySorted to true, to improve performance by saving a sorting run. - - \see addData, timeSeriesToOhlc -*/ -void QCPFinancial::setData(const QVector &keys, const QVector &open, const QVector &high, const QVector &low, const QVector &close, bool alreadySorted) -{ - mDataContainer->clear(); - addData(keys, open, high, low, close, alreadySorted); -} - -/*! - 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 how the width of the financial 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 QCPFinancial::setWidthType(QCPFinancial::WidthType widthType) -{ - mWidthType = widthType; -} - -/*! - 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; -} - -/*! \overload - - Adds the provided points in \a keys, \a open, \a high, \a low and \a close to the current data. - The provided vectors should have equal length. Else, the number of added points will be the size - of the smallest vector. - - If you can guarantee that the passed data points are sorted by \a keys in ascending order, you - can set \a alreadySorted to true, to improve performance by saving a sorting run. - - Alternatively, you can also access and modify the data directly via the \ref data method, which - returns a pointer to the internal data container. - - \see timeSeriesToOhlc -*/ -void QCPFinancial::addData(const QVector &keys, const QVector &open, const QVector &high, const QVector &low, const QVector &close, bool alreadySorted) -{ - if (keys.size() != open.size() || open.size() != high.size() || high.size() != low.size() || low.size() != close.size() || close.size() != keys.size()) - qDebug() << Q_FUNC_INFO << "keys, open, high, low, close have different sizes:" << keys.size() << open.size() << high.size() << low.size() << close.size(); - const int n = qMin(keys.size(), qMin(open.size(), qMin(high.size(), qMin(low.size(), close.size())))); - QVector tempData(n); - QVector::iterator it = tempData.begin(); - const QVector::iterator itEnd = tempData.end(); - int i = 0; - while (it != itEnd) - { - it->key = keys[i]; - it->open = open[i]; - it->high = high[i]; - it->low = low[i]; - it->close = close[i]; - ++it; - ++i; - } - mDataContainer->add(tempData, alreadySorted); // don't modify tempData beyond this to prevent copy on write -} - -/*! \overload - - Adds the provided data point as \a key, \a open, \a high, \a low and \a close to the current - data. - - Alternatively, you can also access and modify the data directly via the \ref data method, which - returns a pointer to the internal data container. - - \see timeSeriesToOhlc -*/ -void QCPFinancial::addData(double key, double open, double high, double low, double close) -{ - mDataContainer->add(QCPFinancialData(key, open, high, low, close)); -} - -/*! - \copydoc QCPPlottableInterface1D::selectTestRect -*/ -QCPDataSelection QCPFinancial::selectTestRect(const QRectF &rect, bool onlySelectable) const -{ - QCPDataSelection result; - if ((onlySelectable && mSelectable == QCP::stNone) || mDataContainer->isEmpty()) - return result; - if (!mKeyAxis || !mValueAxis) - return result; - - QCPFinancialDataContainer::const_iterator visibleBegin, visibleEnd; - getVisibleDataBounds(visibleBegin, visibleEnd); - - for (QCPFinancialDataContainer::const_iterator it=visibleBegin; it!=visibleEnd; ++it) - { - if (rect.intersects(selectionHitBox(it))) - result.addDataRange(QCPDataRange(int(it-mDataContainer->constBegin()), int(it-mDataContainer->constBegin()+1)), false); - } - result.simplify(); - return result; -} - -/*! - Implements a selectTest specific to this plottable's point geometry. - - If \a details is not 0, it will be set to a \ref QCPDataSelection, describing the closest data - point to \a pos. - - \seebaseclassmethod \ref QCPAbstractPlottable::selectTest -*/ -double QCPFinancial::selectTest(const QPointF &pos, bool onlySelectable, QVariant *details) const -{ - Q_UNUSED(details) - if ((onlySelectable && mSelectable == QCP::stNone) || mDataContainer->isEmpty()) - return -1; - if (!mKeyAxis || !mValueAxis) - return -1; - - if (mKeyAxis.data()->axisRect()->rect().contains(pos.toPoint()) || mParentPlot->interactions().testFlag(QCP::iSelectPlottablesBeyondAxisRect)) - { - // get visible data range: - QCPFinancialDataContainer::const_iterator visibleBegin, visibleEnd; - QCPFinancialDataContainer::const_iterator closestDataPoint = mDataContainer->constEnd(); - getVisibleDataBounds(visibleBegin, visibleEnd); - // perform select test according to configured style: - double result = -1; - switch (mChartStyle) - { - case QCPFinancial::csOhlc: - result = ohlcSelectTest(pos, visibleBegin, visibleEnd, closestDataPoint); break; - case QCPFinancial::csCandlestick: - result = candlestickSelectTest(pos, visibleBegin, visibleEnd, closestDataPoint); break; - } - if (details) - { - int pointIndex = int(closestDataPoint-mDataContainer->constBegin()); - details->setValue(QCPDataSelection(QCPDataRange(pointIndex, pointIndex+1))); - } - return result; - } - - return -1; -} - -/* inherits documentation from base class */ -QCPRange QCPFinancial::getKeyRange(bool &foundRange, QCP::SignDomain inSignDomain) const -{ - QCPRange range = mDataContainer->keyRange(foundRange, inSignDomain); - // determine exact range by including width of bars/flags: - if (foundRange) - { - if (inSignDomain != QCP::sdPositive || range.lower-mWidth*0.5 > 0) - range.lower -= mWidth*0.5; - if (inSignDomain != QCP::sdNegative || range.upper+mWidth*0.5 < 0) - range.upper += mWidth*0.5; - } - return range; -} - -/* inherits documentation from base class */ -QCPRange QCPFinancial::getValueRange(bool &foundRange, QCP::SignDomain inSignDomain, const QCPRange &inKeyRange) const -{ - return mDataContainer->valueRange(foundRange, inSignDomain, inKeyRange); -} - -/*! - 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 QCPFinancialDataContainer::set(const - QCPFinancialDataContainer&). - - 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. -*/ -QCPFinancialDataContainer QCPFinancial::timeSeriesToOhlc(const QVector &time, const QVector &value, double timeBinSize, double timeBinOffset) -{ - QCPFinancialDataContainer data; - int count = qMin(time.size(), value.size()); - if (count == 0) - return QCPFinancialDataContainer(); - - 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; - data.add(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; - data.add(currentBinData); - // start next bin: - currentBinIndex = index; - currentBinData.open = value.at(i); - currentBinData.high = value.at(i); - currentBinData.low = value.at(i); - } - } - - return data; -} - -/* inherits documentation from base class */ -void QCPFinancial::draw(QCPPainter *painter) -{ - // get visible data range: - QCPFinancialDataContainer::const_iterator visibleBegin, visibleEnd; - getVisibleDataBounds(visibleBegin, visibleEnd); - - // loop over and draw segments of unselected/selected data: - QList selectedSegments, unselectedSegments, allSegments; - getDataSegments(selectedSegments, unselectedSegments); - allSegments << unselectedSegments << selectedSegments; - for (int i=0; i= unselectedSegments.size(); - QCPFinancialDataContainer::const_iterator begin = visibleBegin; - QCPFinancialDataContainer::const_iterator end = visibleEnd; - mDataContainer->limitIteratorsToDataRange(begin, end, allSegments.at(i)); - if (begin == end) - continue; - - // draw data segment according to configured style: - switch (mChartStyle) - { - case QCPFinancial::csOhlc: - drawOhlcPlot(painter, begin, end, isSelectedSegment); break; - case QCPFinancial::csCandlestick: - drawCandlestickPlot(painter, begin, end, isSelectedSegment); break; - } - } - - // draw other selection decoration that isn't just line/scatter pens and brushes: - if (mSelectionDecorator) - mSelectionDecorator->drawDecoration(painter, selection()); -} - -/* 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 half 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 half 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())); - } - } -} - -/*! \internal - - Draws the data from \a begin to \a end-1 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 QCPFinancialDataContainer::const_iterator &begin, const QCPFinancialDataContainer::const_iterator &end, bool isSelected) -{ - 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) - { - for (QCPFinancialDataContainer::const_iterator it = begin; it != end; ++it) - { - if (isSelected && mSelectionDecorator) - mSelectionDecorator->applyPen(painter); - else if (mTwoColored) - painter->setPen(it->close >= it->open ? mPenPositive : mPenNegative); - else - painter->setPen(mPen); - double keyPixel = keyAxis->coordToPixel(it->key); - double openPixel = valueAxis->coordToPixel(it->open); - double closePixel = valueAxis->coordToPixel(it->close); - // draw backbone: - painter->drawLine(QPointF(keyPixel, valueAxis->coordToPixel(it->high)), QPointF(keyPixel, valueAxis->coordToPixel(it->low))); - // draw open: - double pixelWidth = getPixelWidth(it->key, keyPixel); // sign of this makes sure open/close are on correct sides - painter->drawLine(QPointF(keyPixel-pixelWidth, openPixel), QPointF(keyPixel, openPixel)); - // draw close: - painter->drawLine(QPointF(keyPixel, closePixel), QPointF(keyPixel+pixelWidth, closePixel)); - } - } else - { - for (QCPFinancialDataContainer::const_iterator it = begin; it != end; ++it) - { - if (isSelected && mSelectionDecorator) - mSelectionDecorator->applyPen(painter); - else if (mTwoColored) - painter->setPen(it->close >= it->open ? mPenPositive : mPenNegative); - else - painter->setPen(mPen); - double keyPixel = keyAxis->coordToPixel(it->key); - double openPixel = valueAxis->coordToPixel(it->open); - double closePixel = valueAxis->coordToPixel(it->close); - // draw backbone: - painter->drawLine(QPointF(valueAxis->coordToPixel(it->high), keyPixel), QPointF(valueAxis->coordToPixel(it->low), keyPixel)); - // draw open: - double pixelWidth = getPixelWidth(it->key, keyPixel); // sign of this makes sure open/close are on correct sides - painter->drawLine(QPointF(openPixel, keyPixel-pixelWidth), QPointF(openPixel, keyPixel)); - // draw close: - painter->drawLine(QPointF(closePixel, keyPixel), QPointF(closePixel, keyPixel+pixelWidth)); - } - } -} - -/*! \internal - - Draws the data from \a begin to \a end-1 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 QCPFinancialDataContainer::const_iterator &begin, const QCPFinancialDataContainer::const_iterator &end, bool isSelected) -{ - 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) - { - for (QCPFinancialDataContainer::const_iterator it = begin; it != end; ++it) - { - if (isSelected && mSelectionDecorator) - { - mSelectionDecorator->applyPen(painter); - mSelectionDecorator->applyBrush(painter); - } else if (mTwoColored) - { - painter->setPen(it->close >= it->open ? mPenPositive : mPenNegative); - painter->setBrush(it->close >= it->open ? mBrushPositive : mBrushNegative); - } else - { - painter->setPen(mPen); - painter->setBrush(mBrush); - } - double keyPixel = keyAxis->coordToPixel(it->key); - double openPixel = valueAxis->coordToPixel(it->open); - double closePixel = valueAxis->coordToPixel(it->close); - // draw high: - painter->drawLine(QPointF(keyPixel, valueAxis->coordToPixel(it->high)), QPointF(keyPixel, valueAxis->coordToPixel(qMax(it->open, it->close)))); - // draw low: - painter->drawLine(QPointF(keyPixel, valueAxis->coordToPixel(it->low)), QPointF(keyPixel, valueAxis->coordToPixel(qMin(it->open, it->close)))); - // draw open-close box: - double pixelWidth = getPixelWidth(it->key, keyPixel); - painter->drawRect(QRectF(QPointF(keyPixel-pixelWidth, closePixel), QPointF(keyPixel+pixelWidth, openPixel))); - } - } else // keyAxis->orientation() == Qt::Vertical - { - for (QCPFinancialDataContainer::const_iterator it = begin; it != end; ++it) - { - if (isSelected && mSelectionDecorator) - { - mSelectionDecorator->applyPen(painter); - mSelectionDecorator->applyBrush(painter); - } else if (mTwoColored) - { - painter->setPen(it->close >= it->open ? mPenPositive : mPenNegative); - painter->setBrush(it->close >= it->open ? mBrushPositive : mBrushNegative); - } else - { - painter->setPen(mPen); - painter->setBrush(mBrush); - } - double keyPixel = keyAxis->coordToPixel(it->key); - double openPixel = valueAxis->coordToPixel(it->open); - double closePixel = valueAxis->coordToPixel(it->close); - // draw high: - painter->drawLine(QPointF(valueAxis->coordToPixel(it->high), keyPixel), QPointF(valueAxis->coordToPixel(qMax(it->open, it->close)), keyPixel)); - // draw low: - painter->drawLine(QPointF(valueAxis->coordToPixel(it->low), keyPixel), QPointF(valueAxis->coordToPixel(qMin(it->open, it->close)), keyPixel)); - // draw open-close box: - double pixelWidth = getPixelWidth(it->key, keyPixel); - painter->drawRect(QRectF(QPointF(closePixel, keyPixel-pixelWidth), QPointF(openPixel, keyPixel+pixelWidth))); - } - } -} - -/*! \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). Provide the pixel position of - \a key in \a keyPixel (because usually this was already calculated via \ref QCPAxis::coordToPixel - when this function is called). - - It returns the number of pixels the bar extends to higher keys, relative to the \a key - coordinate. So with a non-reversed horizontal axis, the return value is positive. With a reversed - horizontal axis, the return value is negative. This is important so the open/close flags on the - \ref csOhlc bar are drawn to the correct side. -*/ -double QCPFinancial::getPixelWidth(double key, double keyPixel) const -{ - double result = 0; - switch (mWidthType) - { - case wtAbsolute: - { - if (mKeyAxis) - result = mWidth*0.5*mKeyAxis.data()->pixelOrientation(); - break; - } - case wtAxisRectRatio: - { - if (mKeyAxis && mKeyAxis.data()->axisRect()) - { - if (mKeyAxis.data()->orientation() == Qt::Horizontal) - result = mKeyAxis.data()->axisRect()->width()*mWidth*0.5*mKeyAxis.data()->pixelOrientation(); - else - result = mKeyAxis.data()->axisRect()->height()*mWidth*0.5*mKeyAxis.data()->pixelOrientation(); - } else - qDebug() << Q_FUNC_INFO << "No key axis or axis rect defined"; - break; - } - case wtPlotCoords: - { - if (mKeyAxis) - result = mKeyAxis.data()->coordToPixel(key+mWidth*0.5)-keyPixel; - else - qDebug() << Q_FUNC_INFO << "No key axis defined"; - break; - } - } - return result; -} - -/*! \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. - - Like \ref selectTest, this method returns the shortest distance of \a pos to the graphical - representation of the plottable, and \a closestDataPoint will point to the respective data point. -*/ -double QCPFinancial::ohlcSelectTest(const QPointF &pos, const QCPFinancialDataContainer::const_iterator &begin, const QCPFinancialDataContainer::const_iterator &end, QCPFinancialDataContainer::const_iterator &closestDataPoint) const -{ - closestDataPoint = mDataContainer->constEnd(); - 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)(); - if (keyAxis->orientation() == Qt::Horizontal) - { - for (QCPFinancialDataContainer::const_iterator it=begin; it!=end; ++it) - { - double keyPixel = keyAxis->coordToPixel(it->key); - // calculate distance to backbone: - double currentDistSqr = QCPVector2D(pos).distanceSquaredToLine(QCPVector2D(keyPixel, valueAxis->coordToPixel(it->high)), QCPVector2D(keyPixel, valueAxis->coordToPixel(it->low))); - if (currentDistSqr < minDistSqr) - { - minDistSqr = currentDistSqr; - closestDataPoint = it; - } - } - } else // keyAxis->orientation() == Qt::Vertical - { - for (QCPFinancialDataContainer::const_iterator it=begin; it!=end; ++it) - { - double keyPixel = keyAxis->coordToPixel(it->key); - // calculate distance to backbone: - double currentDistSqr = QCPVector2D(pos).distanceSquaredToLine(QCPVector2D(valueAxis->coordToPixel(it->high), keyPixel), QCPVector2D(valueAxis->coordToPixel(it->low), keyPixel)); - if (currentDistSqr < minDistSqr) - { - minDistSqr = currentDistSqr; - closestDataPoint = it; - } - } - } - 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. - - Like \ref selectTest, this method returns the shortest distance of \a pos to the graphical - representation of the plottable, and \a closestDataPoint will point to the respective data point. -*/ -double QCPFinancial::candlestickSelectTest(const QPointF &pos, const QCPFinancialDataContainer::const_iterator &begin, const QCPFinancialDataContainer::const_iterator &end, QCPFinancialDataContainer::const_iterator &closestDataPoint) const -{ - closestDataPoint = mDataContainer->constEnd(); - 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)(); - if (keyAxis->orientation() == Qt::Horizontal) - { - for (QCPFinancialDataContainer::const_iterator it=begin; it!=end; ++it) - { - double currentDistSqr; - // determine whether pos is in open-close-box: - QCPRange boxKeyRange(it->key-mWidth*0.5, it->key+mWidth*0.5); - QCPRange boxValueRange(it->close, it->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->key); - double highLineDistSqr = QCPVector2D(pos).distanceSquaredToLine(QCPVector2D(keyPixel, valueAxis->coordToPixel(it->high)), QCPVector2D(keyPixel, valueAxis->coordToPixel(qMax(it->open, it->close)))); - double lowLineDistSqr = QCPVector2D(pos).distanceSquaredToLine(QCPVector2D(keyPixel, valueAxis->coordToPixel(it->low)), QCPVector2D(keyPixel, valueAxis->coordToPixel(qMin(it->open, it->close)))); - currentDistSqr = qMin(highLineDistSqr, lowLineDistSqr); - } - if (currentDistSqr < minDistSqr) - { - minDistSqr = currentDistSqr; - closestDataPoint = it; - } - } - } else // keyAxis->orientation() == Qt::Vertical - { - for (QCPFinancialDataContainer::const_iterator it=begin; it!=end; ++it) - { - double currentDistSqr; - // determine whether pos is in open-close-box: - QCPRange boxKeyRange(it->key-mWidth*0.5, it->key+mWidth*0.5); - QCPRange boxValueRange(it->close, it->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->key); - double highLineDistSqr = QCPVector2D(pos).distanceSquaredToLine(QCPVector2D(valueAxis->coordToPixel(it->high), keyPixel), QCPVector2D(valueAxis->coordToPixel(qMax(it->open, it->close)), keyPixel)); - double lowLineDistSqr = QCPVector2D(pos).distanceSquaredToLine(QCPVector2D(valueAxis->coordToPixel(it->low), keyPixel), QCPVector2D(valueAxis->coordToPixel(qMin(it->open, it->close)), keyPixel)); - currentDistSqr = qMin(highLineDistSqr, lowLineDistSqr); - } - if (currentDistSqr < minDistSqr) - { - minDistSqr = currentDistSqr; - closestDataPoint = it; - } - } - } - 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 begin 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 - begin may still be just outside the visible range. - - \a end returns the iterator just above the highest data point that needs to be taken into - account. Same as before, \a end may also lie just outside of the visible range - - if the plottable contains no data, both \a begin and \a end point to \c constEnd. -*/ -void QCPFinancial::getVisibleDataBounds(QCPFinancialDataContainer::const_iterator &begin, QCPFinancialDataContainer::const_iterator &end) const -{ - if (!mKeyAxis) - { - qDebug() << Q_FUNC_INFO << "invalid key axis"; - begin = mDataContainer->constEnd(); - end = mDataContainer->constEnd(); - return; - } - begin = mDataContainer->findBegin(mKeyAxis.data()->range().lower-mWidth*0.5); // subtract half width of ohlc/candlestick to include partially visible data points - end = mDataContainer->findEnd(mKeyAxis.data()->range().upper+mWidth*0.5); // add half width of ohlc/candlestick to include partially visible data points -} - -/*! \internal - - Returns the hit box in pixel coordinates that will be used for data selection with the selection - rect (\ref selectTestRect), of the data point given by \a it. -*/ -QRectF QCPFinancial::selectionHitBox(QCPFinancialDataContainer::const_iterator it) const -{ - QCPAxis *keyAxis = mKeyAxis.data(); - QCPAxis *valueAxis = mValueAxis.data(); - if (!keyAxis || !valueAxis) { qDebug() << Q_FUNC_INFO << "invalid key or value axis"; return {}; } - - double keyPixel = keyAxis->coordToPixel(it->key); - double highPixel = valueAxis->coordToPixel(it->high); - double lowPixel = valueAxis->coordToPixel(it->low); - double keyWidthPixels = keyPixel-keyAxis->coordToPixel(it->key-mWidth*0.5); - if (keyAxis->orientation() == Qt::Horizontal) - return QRectF(keyPixel-keyWidthPixels, highPixel, keyWidthPixels*2, lowPixel-highPixel).normalized(); - else - return QRectF(highPixel, keyPixel-keyWidthPixels, lowPixel-highPixel, keyWidthPixels*2).normalized(); -} -/* end of 'src/plottables/plottable-financial.cpp' */ - - -/* including file 'src/plottables/plottable-errorbar.cpp' */ -/* modified 2022-11-06T12:45:56, size 37679 */ - -//////////////////////////////////////////////////////////////////////////////////////////////////// -//////////////////// QCPErrorBarsData -//////////////////////////////////////////////////////////////////////////////////////////////////// - -/*! \class QCPErrorBarsData - \brief Holds the data of one single error bar for QCPErrorBars. - - The stored data is: - \li \a errorMinus: how much the error bar extends towards negative coordinates from the data - point position - \li \a errorPlus: how much the error bar extends towards positive coordinates from the data point - position - - The container for storing the error bar information is \ref QCPErrorBarsDataContainer. It is a - typedef for QVector<\ref QCPErrorBarsData>. - - \see QCPErrorBarsDataContainer -*/ - -/*! - Constructs an error bar with errors set to zero. -*/ -QCPErrorBarsData::QCPErrorBarsData() : - errorMinus(0), - errorPlus(0) -{ -} - -/*! - Constructs an error bar with equal \a error in both negative and positive direction. -*/ -QCPErrorBarsData::QCPErrorBarsData(double error) : - errorMinus(error), - errorPlus(error) -{ -} - -/*! - Constructs an error bar with negative and positive errors set to \a errorMinus and \a errorPlus, - respectively. -*/ -QCPErrorBarsData::QCPErrorBarsData(double errorMinus, double errorPlus) : - errorMinus(errorMinus), - errorPlus(errorPlus) -{ -} - - -//////////////////////////////////////////////////////////////////////////////////////////////////// -//////////////////// QCPErrorBars -//////////////////////////////////////////////////////////////////////////////////////////////////// - -/*! \class QCPErrorBars - \brief A plottable that adds a set of error bars to other plottables. - - \image html QCPErrorBars.png - - The \ref QCPErrorBars plottable can be attached to other one-dimensional plottables (e.g. \ref - QCPGraph, \ref QCPCurve, \ref QCPBars, etc.) and equips them with error bars. - - Use \ref setDataPlottable to define for which plottable the \ref QCPErrorBars shall display the - error bars. The orientation of the error bars can be controlled with \ref setErrorType. - - By using \ref setData, you can supply the actual error data, either as symmetric error or - plus/minus asymmetric errors. \ref QCPErrorBars only stores the error data. The absolute - key/value position of each error bar will be adopted from the configured data plottable. The - error data of the \ref QCPErrorBars are associated one-to-one via their index to the data points - of the data plottable. You can directly access and manipulate the error bar data via \ref data. - - Set either of the plus/minus errors to NaN (qQNaN() or - std::numeric_limits::quiet_NaN()) to not show the respective error bar on the data point at - that index. - - \section qcperrorbars-appearance Changing the appearance - - The appearance of the error bars is defined by the pen (\ref setPen), and the width of the - whiskers (\ref setWhiskerWidth). Further, the error bar backbones may leave a gap around the data - point center to prevent that error bars are drawn too close to or even through scatter points. - This gap size can be controlled via \ref setSymbolGap. -*/ - -/* start of documentation of inline functions */ - -/*! \fn QSharedPointer QCPErrorBars::data() const - - Returns a shared pointer to the internal data storage of type \ref QCPErrorBarsDataContainer. You - may use it to directly manipulate the error values, which may be more convenient and faster than - using the regular \ref setData methods. -*/ - -/* end of documentation of inline functions */ - -/*! - Constructs an error bars 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 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. - - It is also important that the \a keyAxis and \a valueAxis are the same for the error bars - plottable and the data plottable that the error bars shall be drawn on (\ref setDataPlottable). - - The created \ref QCPErrorBars is automatically registered with the QCustomPlot instance inferred - from \a keyAxis. This QCustomPlot instance takes ownership of the \ref QCPErrorBars, so do not - delete it manually but use \ref QCustomPlot::removePlottable() instead. -*/ -QCPErrorBars::QCPErrorBars(QCPAxis *keyAxis, QCPAxis *valueAxis) : - QCPAbstractPlottable(keyAxis, valueAxis), - mDataContainer(new QVector), - mErrorType(etValueError), - mWhiskerWidth(9), - mSymbolGap(10) -{ - setPen(QPen(Qt::black, 0)); - setBrush(Qt::NoBrush); -} - -QCPErrorBars::~QCPErrorBars() -{ -} - -/*! \overload - - Replaces the current data container with the provided \a data container. - - Since a QSharedPointer is used, multiple \ref QCPErrorBars instances may share the same data - container safely. Modifying the data in the container will then affect all \ref QCPErrorBars - instances that share the container. Sharing can be achieved by simply exchanging the data - containers wrapped in shared pointers: - \snippet documentation/doc-code-snippets/mainwindow.cpp qcperrorbars-datasharing-1 - - If you do not wish to share containers, but create a copy from an existing container, assign the - data containers directly: - \snippet documentation/doc-code-snippets/mainwindow.cpp qcperrorbars-datasharing-2 - (This uses different notation compared with other plottables, because the \ref QCPErrorBars - uses a \c QVector as its data container, instead of a \ref QCPDataContainer.) - - \see addData -*/ -void QCPErrorBars::setData(QSharedPointer data) -{ - mDataContainer = data; -} - -/*! \overload - - Sets symmetrical error values as specified in \a error. The errors will be associated one-to-one - by the data point index to the associated data plottable (\ref setDataPlottable). - - You can directly access and manipulate the error bar data via \ref data. - - \see addData -*/ -void QCPErrorBars::setData(const QVector &error) -{ - mDataContainer->clear(); - addData(error); -} - -/*! \overload - - Sets asymmetrical errors as specified in \a errorMinus and \a errorPlus. The errors will be - associated one-to-one by the data point index to the associated data plottable (\ref - setDataPlottable). - - You can directly access and manipulate the error bar data via \ref data. - - \see addData -*/ -void QCPErrorBars::setData(const QVector &errorMinus, const QVector &errorPlus) -{ - mDataContainer->clear(); - addData(errorMinus, errorPlus); -} - -/*! - Sets the data plottable to which the error bars will be applied. The error values specified e.g. - via \ref setData will be associated one-to-one by the data point index to the data points of \a - plottable. This means that the error bars will adopt the key/value coordinates of the data point - with the same index. - - The passed \a plottable must be a one-dimensional plottable, i.e. it must implement the \ref - QCPPlottableInterface1D. Further, it must not be a \ref QCPErrorBars instance itself. If either - of these restrictions is violated, a corresponding qDebug output is generated, and the data - plottable of this \ref QCPErrorBars instance is set to zero. - - For proper display, care must also be taken that the key and value axes of the \a plottable match - those configured for this \ref QCPErrorBars instance. -*/ -void QCPErrorBars::setDataPlottable(QCPAbstractPlottable *plottable) -{ - if (plottable && qobject_cast(plottable)) - { - mDataPlottable = nullptr; - qDebug() << Q_FUNC_INFO << "can't set another QCPErrorBars instance as data plottable"; - return; - } - if (plottable && !plottable->interface1D()) - { - mDataPlottable = nullptr; - qDebug() << Q_FUNC_INFO << "passed plottable doesn't implement 1d interface, can't associate with QCPErrorBars"; - return; - } - - mDataPlottable = plottable; -} - -/*! - Sets in which orientation the error bars shall appear on the data points. If your data needs both - error dimensions, create two \ref QCPErrorBars with different \a type. -*/ -void QCPErrorBars::setErrorType(ErrorType type) -{ - mErrorType = type; -} - -/*! - Sets the width of the whiskers (the short bars at the end of the actual error bar backbones) to - \a pixels. -*/ -void QCPErrorBars::setWhiskerWidth(double pixels) -{ - mWhiskerWidth = pixels; -} - -/*! - Sets the gap diameter around the data points that will be left out when drawing the error bar - backbones. This gap prevents that error bars are drawn too close to or even through scatter - points. -*/ -void QCPErrorBars::setSymbolGap(double pixels) -{ - mSymbolGap = pixels; -} - -/*! \overload - - Adds symmetrical error values as specified in \a error. The errors will be associated one-to-one - by the data point index to the associated data plottable (\ref setDataPlottable). - - You can directly access and manipulate the error bar data via \ref data. - - \see setData -*/ -void QCPErrorBars::addData(const QVector &error) -{ - addData(error, error); -} - -/*! \overload - - Adds asymmetrical errors as specified in \a errorMinus and \a errorPlus. The errors will be - associated one-to-one by the data point index to the associated data plottable (\ref - setDataPlottable). - - You can directly access and manipulate the error bar data via \ref data. - - \see setData -*/ -void QCPErrorBars::addData(const QVector &errorMinus, const QVector &errorPlus) -{ - if (errorMinus.size() != errorPlus.size()) - qDebug() << Q_FUNC_INFO << "minus and plus error vectors have different sizes:" << errorMinus.size() << errorPlus.size(); - const int n = qMin(errorMinus.size(), errorPlus.size()); - mDataContainer->reserve(n); - for (int i=0; iappend(QCPErrorBarsData(errorMinus.at(i), errorPlus.at(i))); -} - -/*! \overload - - Adds a single symmetrical error bar as specified in \a error. The errors will be associated - one-to-one by the data point index to the associated data plottable (\ref setDataPlottable). - - You can directly access and manipulate the error bar data via \ref data. - - \see setData -*/ -void QCPErrorBars::addData(double error) -{ - mDataContainer->append(QCPErrorBarsData(error)); -} - -/*! \overload - - Adds a single asymmetrical error bar as specified in \a errorMinus and \a errorPlus. The errors - will be associated one-to-one by the data point index to the associated data plottable (\ref - setDataPlottable). - - You can directly access and manipulate the error bar data via \ref data. - - \see setData -*/ -void QCPErrorBars::addData(double errorMinus, double errorPlus) -{ - mDataContainer->append(QCPErrorBarsData(errorMinus, errorPlus)); -} - -/* inherits documentation from base class */ -int QCPErrorBars::dataCount() const -{ - return mDataContainer->size(); -} - -/* inherits documentation from base class */ -double QCPErrorBars::dataMainKey(int index) const -{ - if (mDataPlottable) - return mDataPlottable->interface1D()->dataMainKey(index); - else - qDebug() << Q_FUNC_INFO << "no data plottable set"; - return 0; -} - -/* inherits documentation from base class */ -double QCPErrorBars::dataSortKey(int index) const -{ - if (mDataPlottable) - return mDataPlottable->interface1D()->dataSortKey(index); - else - qDebug() << Q_FUNC_INFO << "no data plottable set"; - return 0; -} - -/* inherits documentation from base class */ -double QCPErrorBars::dataMainValue(int index) const -{ - if (mDataPlottable) - return mDataPlottable->interface1D()->dataMainValue(index); - else - qDebug() << Q_FUNC_INFO << "no data plottable set"; - return 0; -} - -/* inherits documentation from base class */ -QCPRange QCPErrorBars::dataValueRange(int index) const -{ - if (mDataPlottable) - { - const double value = mDataPlottable->interface1D()->dataMainValue(index); - if (index >= 0 && index < mDataContainer->size() && mErrorType == etValueError) - return {value-mDataContainer->at(index).errorMinus, value+mDataContainer->at(index).errorPlus}; - else - return {value, value}; - } else - { - qDebug() << Q_FUNC_INFO << "no data plottable set"; - return {}; - } -} - -/* inherits documentation from base class */ -QPointF QCPErrorBars::dataPixelPosition(int index) const -{ - if (mDataPlottable) - return mDataPlottable->interface1D()->dataPixelPosition(index); - else - qDebug() << Q_FUNC_INFO << "no data plottable set"; - return {}; -} - -/* inherits documentation from base class */ -bool QCPErrorBars::sortKeyIsMainKey() const -{ - if (mDataPlottable) - { - return mDataPlottable->interface1D()->sortKeyIsMainKey(); - } else - { - qDebug() << Q_FUNC_INFO << "no data plottable set"; - return true; - } -} - -/*! - \copydoc QCPPlottableInterface1D::selectTestRect -*/ -QCPDataSelection QCPErrorBars::selectTestRect(const QRectF &rect, bool onlySelectable) const -{ - QCPDataSelection result; - if (!mDataPlottable) - return result; - if ((onlySelectable && mSelectable == QCP::stNone) || mDataContainer->isEmpty()) - return result; - if (!mKeyAxis || !mValueAxis) - return result; - - QCPErrorBarsDataContainer::const_iterator visibleBegin, visibleEnd; - getVisibleDataBounds(visibleBegin, visibleEnd, QCPDataRange(0, dataCount())); - - QVector backbones, whiskers; - for (QCPErrorBarsDataContainer::const_iterator it=visibleBegin; it!=visibleEnd; ++it) - { - backbones.clear(); - whiskers.clear(); - getErrorBarLines(it, backbones, whiskers); - foreach (const QLineF &backbone, backbones) - { - if (rectIntersectsLine(rect, backbone)) - { - result.addDataRange(QCPDataRange(int(it-mDataContainer->constBegin()), int(it-mDataContainer->constBegin()+1)), false); - break; - } - } - } - result.simplify(); - return result; -} - -/* inherits documentation from base class */ -int QCPErrorBars::findBegin(double sortKey, bool expandedRange) const -{ - if (mDataPlottable) - { - if (mDataContainer->isEmpty()) - return 0; - int beginIndex = mDataPlottable->interface1D()->findBegin(sortKey, expandedRange); - if (beginIndex >= mDataContainer->size()) - beginIndex = mDataContainer->size()-1; - return beginIndex; - } else - qDebug() << Q_FUNC_INFO << "no data plottable set"; - return 0; -} - -/* inherits documentation from base class */ -int QCPErrorBars::findEnd(double sortKey, bool expandedRange) const -{ - if (mDataPlottable) - { - if (mDataContainer->isEmpty()) - return 0; - int endIndex = mDataPlottable->interface1D()->findEnd(sortKey, expandedRange); - if (endIndex > mDataContainer->size()) - endIndex = mDataContainer->size(); - return endIndex; - } else - qDebug() << Q_FUNC_INFO << "no data plottable set"; - return 0; -} - -/*! - Implements a selectTest specific to this plottable's point geometry. - - If \a details is not 0, it will be set to a \ref QCPDataSelection, describing the closest data - point to \a pos. - - \seebaseclassmethod \ref QCPAbstractPlottable::selectTest -*/ -double QCPErrorBars::selectTest(const QPointF &pos, bool onlySelectable, QVariant *details) const -{ - if (!mDataPlottable) return -1; - - if ((onlySelectable && mSelectable == QCP::stNone) || mDataContainer->isEmpty()) - return -1; - if (!mKeyAxis || !mValueAxis) - return -1; - - if (mKeyAxis.data()->axisRect()->rect().contains(pos.toPoint()) || mParentPlot->interactions().testFlag(QCP::iSelectPlottablesBeyondAxisRect)) - { - QCPErrorBarsDataContainer::const_iterator closestDataPoint = mDataContainer->constEnd(); - double result = pointDistance(pos, closestDataPoint); - if (details) - { - int pointIndex = int(closestDataPoint-mDataContainer->constBegin()); - details->setValue(QCPDataSelection(QCPDataRange(pointIndex, pointIndex+1))); - } - return result; - } else - return -1; -} - -/* inherits documentation from base class */ -void QCPErrorBars::draw(QCPPainter *painter) -{ - if (!mDataPlottable) return; - if (!mKeyAxis || !mValueAxis) { qDebug() << Q_FUNC_INFO << "invalid key or value axis"; return; } - if (mKeyAxis.data()->range().size() <= 0 || mDataContainer->isEmpty()) return; - - // if the sort key isn't the main key, we must check the visibility for each data point/error bar individually - // (getVisibleDataBounds applies range restriction, but otherwise can only return full data range): - bool checkPointVisibility = !mDataPlottable->interface1D()->sortKeyIsMainKey(); - - // check data validity if flag set: -#ifdef QCUSTOMPLOT_CHECK_DATA - QCPErrorBarsDataContainer::const_iterator it; - for (it = mDataContainer->constBegin(); it != mDataContainer->constEnd(); ++it) - { - if (QCP::isInvalidData(it->errorMinus, it->errorPlus)) - qDebug() << Q_FUNC_INFO << "Data point at index" << it-mDataContainer->constBegin() << "invalid." << "Plottable name:" << name(); - } -#endif - - applyDefaultAntialiasingHint(painter); - painter->setBrush(Qt::NoBrush); - // loop over and draw segments of unselected/selected data: - QList selectedSegments, unselectedSegments, allSegments; - getDataSegments(selectedSegments, unselectedSegments); - allSegments << unselectedSegments << selectedSegments; - QVector backbones, whiskers; - for (int i=0; i= unselectedSegments.size(); - if (isSelectedSegment && mSelectionDecorator) - mSelectionDecorator->applyPen(painter); - else - painter->setPen(mPen); - if (painter->pen().capStyle() == Qt::SquareCap) - { - QPen capFixPen(painter->pen()); - capFixPen.setCapStyle(Qt::FlatCap); - painter->setPen(capFixPen); - } - backbones.clear(); - whiskers.clear(); - for (QCPErrorBarsDataContainer::const_iterator it=begin; it!=end; ++it) - { - if (!checkPointVisibility || errorBarVisible(int(it-mDataContainer->constBegin()))) - getErrorBarLines(it, backbones, whiskers); - } - painter->drawLines(backbones); - painter->drawLines(whiskers); - } - - // draw other selection decoration that isn't just line/scatter pens and brushes: - if (mSelectionDecorator) - mSelectionDecorator->drawDecoration(painter, selection()); -} - -/* inherits documentation from base class */ -void QCPErrorBars::drawLegendIcon(QCPPainter *painter, const QRectF &rect) const -{ - applyDefaultAntialiasingHint(painter); - painter->setPen(mPen); - if (mErrorType == etValueError && mValueAxis && mValueAxis->orientation() == Qt::Vertical) - { - painter->drawLine(QLineF(rect.center().x(), rect.top()+2, rect.center().x(), rect.bottom()-1)); - painter->drawLine(QLineF(rect.center().x()-4, rect.top()+2, rect.center().x()+4, rect.top()+2)); - painter->drawLine(QLineF(rect.center().x()-4, rect.bottom()-1, rect.center().x()+4, rect.bottom()-1)); - } else - { - painter->drawLine(QLineF(rect.left()+2, rect.center().y(), rect.right()-2, rect.center().y())); - painter->drawLine(QLineF(rect.left()+2, rect.center().y()-4, rect.left()+2, rect.center().y()+4)); - painter->drawLine(QLineF(rect.right()-2, rect.center().y()-4, rect.right()-2, rect.center().y()+4)); - } -} - -/* inherits documentation from base class */ -QCPRange QCPErrorBars::getKeyRange(bool &foundRange, QCP::SignDomain inSignDomain) const -{ - if (!mDataPlottable) - { - foundRange = false; - return {}; - } - - QCPRange range; - bool haveLower = false; - bool haveUpper = false; - QCPErrorBarsDataContainer::const_iterator it; - for (it = mDataContainer->constBegin(); it != mDataContainer->constEnd(); ++it) - { - if (mErrorType == etValueError) - { - // error bar doesn't extend in key dimension (except whisker but we ignore that here), so only use data point center - const double current = mDataPlottable->interface1D()->dataMainKey(int(it-mDataContainer->constBegin())); - if (qIsNaN(current)) continue; - if (inSignDomain == QCP::sdBoth || (inSignDomain == QCP::sdNegative && current < 0) || (inSignDomain == QCP::sdPositive && current > 0)) - { - if (current < range.lower || !haveLower) - { - range.lower = current; - haveLower = true; - } - if (current > range.upper || !haveUpper) - { - range.upper = current; - haveUpper = true; - } - } - } else // mErrorType == etKeyError - { - const double dataKey = mDataPlottable->interface1D()->dataMainKey(int(it-mDataContainer->constBegin())); - if (qIsNaN(dataKey)) continue; - // plus error: - double current = dataKey + (qIsNaN(it->errorPlus) ? 0 : it->errorPlus); - if (inSignDomain == QCP::sdBoth || (inSignDomain == QCP::sdNegative && current < 0) || (inSignDomain == QCP::sdPositive && current > 0)) - { - if (current > range.upper || !haveUpper) - { - range.upper = current; - haveUpper = true; - } - } - // minus error: - current = dataKey - (qIsNaN(it->errorMinus) ? 0 : it->errorMinus); - if (inSignDomain == QCP::sdBoth || (inSignDomain == QCP::sdNegative && current < 0) || (inSignDomain == QCP::sdPositive && current > 0)) - { - if (current < range.lower || !haveLower) - { - range.lower = current; - haveLower = true; - } - } - } - } - - if (haveUpper && !haveLower) - { - range.lower = range.upper; - haveLower = true; - } else if (haveLower && !haveUpper) - { - range.upper = range.lower; - haveUpper = true; - } - - foundRange = haveLower && haveUpper; - return range; -} - -/* inherits documentation from base class */ -QCPRange QCPErrorBars::getValueRange(bool &foundRange, QCP::SignDomain inSignDomain, const QCPRange &inKeyRange) const -{ - if (!mDataPlottable) - { - foundRange = false; - return {}; - } - - QCPRange range; - const bool restrictKeyRange = inKeyRange != QCPRange(); - bool haveLower = false; - bool haveUpper = false; - QCPErrorBarsDataContainer::const_iterator itBegin = mDataContainer->constBegin(); - QCPErrorBarsDataContainer::const_iterator itEnd = mDataContainer->constEnd(); - if (mDataPlottable->interface1D()->sortKeyIsMainKey() && restrictKeyRange) - { - itBegin = mDataContainer->constBegin()+findBegin(inKeyRange.lower, false); - itEnd = mDataContainer->constBegin()+findEnd(inKeyRange.upper, false); - } - for (QCPErrorBarsDataContainer::const_iterator it = itBegin; it != itEnd; ++it) - { - if (restrictKeyRange) - { - const double dataKey = mDataPlottable->interface1D()->dataMainKey(int(it-mDataContainer->constBegin())); - if (dataKey < inKeyRange.lower || dataKey > inKeyRange.upper) - continue; - } - if (mErrorType == etValueError) - { - const double dataValue = mDataPlottable->interface1D()->dataMainValue(int(it-mDataContainer->constBegin())); - if (qIsNaN(dataValue)) continue; - // plus error: - double current = dataValue + (qIsNaN(it->errorPlus) ? 0 : it->errorPlus); - if (inSignDomain == QCP::sdBoth || (inSignDomain == QCP::sdNegative && current < 0) || (inSignDomain == QCP::sdPositive && current > 0)) - { - if (current > range.upper || !haveUpper) - { - range.upper = current; - haveUpper = true; - } - } - // minus error: - current = dataValue - (qIsNaN(it->errorMinus) ? 0 : it->errorMinus); - if (inSignDomain == QCP::sdBoth || (inSignDomain == QCP::sdNegative && current < 0) || (inSignDomain == QCP::sdPositive && current > 0)) - { - if (current < range.lower || !haveLower) - { - range.lower = current; - haveLower = true; - } - } - } else // mErrorType == etKeyError - { - // error bar doesn't extend in value dimension (except whisker but we ignore that here), so only use data point center - const double current = mDataPlottable->interface1D()->dataMainValue(int(it-mDataContainer->constBegin())); - if (qIsNaN(current)) continue; - if (inSignDomain == QCP::sdBoth || (inSignDomain == QCP::sdNegative && current < 0) || (inSignDomain == QCP::sdPositive && current > 0)) - { - if (current < range.lower || !haveLower) - { - range.lower = current; - haveLower = true; - } - if (current > range.upper || !haveUpper) - { - range.upper = current; - haveUpper = true; - } - } - } - } - - if (haveUpper && !haveLower) - { - range.lower = range.upper; - haveLower = true; - } else if (haveLower && !haveUpper) - { - range.upper = range.lower; - haveUpper = true; - } - - foundRange = haveLower && haveUpper; - return range; -} - -/*! \internal - - Calculates the lines that make up the error bar belonging to the data point \a it. - - The resulting lines are added to \a backbones and \a whiskers. The vectors are not cleared, so - calling this method with different \a it but the same \a backbones and \a whiskers allows to - accumulate lines for multiple data points. - - This method assumes that \a it is a valid iterator within the bounds of this \ref QCPErrorBars - instance and within the bounds of the associated data plottable. -*/ -void QCPErrorBars::getErrorBarLines(QCPErrorBarsDataContainer::const_iterator it, QVector &backbones, QVector &whiskers) const -{ - if (!mDataPlottable) return; - - int index = int(it-mDataContainer->constBegin()); - QPointF centerPixel = mDataPlottable->interface1D()->dataPixelPosition(index); - if (qIsNaN(centerPixel.x()) || qIsNaN(centerPixel.y())) - return; - QCPAxis *errorAxis = mErrorType == etValueError ? mValueAxis.data() : mKeyAxis.data(); - QCPAxis *orthoAxis = mErrorType == etValueError ? mKeyAxis.data() : mValueAxis.data(); - const double centerErrorAxisPixel = errorAxis->orientation() == Qt::Horizontal ? centerPixel.x() : centerPixel.y(); - const double centerOrthoAxisPixel = orthoAxis->orientation() == Qt::Horizontal ? centerPixel.x() : centerPixel.y(); - const double centerErrorAxisCoord = errorAxis->pixelToCoord(centerErrorAxisPixel); // depending on plottable, this might be different from just mDataPlottable->interface1D()->dataMainKey/Value - const double symbolGap = mSymbolGap*0.5*errorAxis->pixelOrientation(); - // plus error: - double errorStart, errorEnd; - if (!qIsNaN(it->errorPlus)) - { - errorStart = centerErrorAxisPixel+symbolGap; - errorEnd = errorAxis->coordToPixel(centerErrorAxisCoord+it->errorPlus); - if (errorAxis->orientation() == Qt::Vertical) - { - if ((errorStart > errorEnd) != errorAxis->rangeReversed()) - backbones.append(QLineF(centerOrthoAxisPixel, errorStart, centerOrthoAxisPixel, errorEnd)); - whiskers.append(QLineF(centerOrthoAxisPixel-mWhiskerWidth*0.5, errorEnd, centerOrthoAxisPixel+mWhiskerWidth*0.5, errorEnd)); - } else - { - if ((errorStart < errorEnd) != errorAxis->rangeReversed()) - backbones.append(QLineF(errorStart, centerOrthoAxisPixel, errorEnd, centerOrthoAxisPixel)); - whiskers.append(QLineF(errorEnd, centerOrthoAxisPixel-mWhiskerWidth*0.5, errorEnd, centerOrthoAxisPixel+mWhiskerWidth*0.5)); - } - } - // minus error: - if (!qIsNaN(it->errorMinus)) - { - errorStart = centerErrorAxisPixel-symbolGap; - errorEnd = errorAxis->coordToPixel(centerErrorAxisCoord-it->errorMinus); - if (errorAxis->orientation() == Qt::Vertical) - { - if ((errorStart < errorEnd) != errorAxis->rangeReversed()) - backbones.append(QLineF(centerOrthoAxisPixel, errorStart, centerOrthoAxisPixel, errorEnd)); - whiskers.append(QLineF(centerOrthoAxisPixel-mWhiskerWidth*0.5, errorEnd, centerOrthoAxisPixel+mWhiskerWidth*0.5, errorEnd)); - } else - { - if ((errorStart > errorEnd) != errorAxis->rangeReversed()) - backbones.append(QLineF(errorStart, centerOrthoAxisPixel, errorEnd, centerOrthoAxisPixel)); - whiskers.append(QLineF(errorEnd, centerOrthoAxisPixel-mWhiskerWidth*0.5, errorEnd, centerOrthoAxisPixel+mWhiskerWidth*0.5)); - } - } -} - -/*! \internal - - This method outputs the currently visible data range via \a begin and \a end. The returned range - will also never exceed \a rangeRestriction. - - Since error bars with type \ref etKeyError may extend to arbitrarily positive and negative key - coordinates relative to their data point key, this method checks all outer error bars whether - they truly don't reach into the visible portion of the axis rect, by calling \ref - errorBarVisible. On the other hand error bars with type \ref etValueError that are associated - with data plottables whose sort key is equal to the main key (see \ref qcpdatacontainer-datatype - "QCPDataContainer DataType") can be handled very efficiently by finding the visible range of - error bars through binary search (\ref QCPPlottableInterface1D::findBegin and \ref - QCPPlottableInterface1D::findEnd). - - If the plottable's sort key is not equal to the main key, this method returns the full data - range, only restricted by \a rangeRestriction. Drawing optimization then has to be done on a - point-by-point basis in the \ref draw method. -*/ -void QCPErrorBars::getVisibleDataBounds(QCPErrorBarsDataContainer::const_iterator &begin, QCPErrorBarsDataContainer::const_iterator &end, const QCPDataRange &rangeRestriction) const -{ - QCPAxis *keyAxis = mKeyAxis.data(); - QCPAxis *valueAxis = mValueAxis.data(); - if (!keyAxis || !valueAxis) - { - qDebug() << Q_FUNC_INFO << "invalid key or value axis"; - end = mDataContainer->constEnd(); - begin = end; - return; - } - if (!mDataPlottable || rangeRestriction.isEmpty()) - { - end = mDataContainer->constEnd(); - begin = end; - return; - } - if (!mDataPlottable->interface1D()->sortKeyIsMainKey()) - { - // if the sort key isn't the main key, it's not possible to find a contiguous range of visible - // data points, so this method then only applies the range restriction and otherwise returns - // the full data range. Visibility checks must be done on a per-datapoin-basis during drawing - QCPDataRange dataRange(0, mDataContainer->size()); - dataRange = dataRange.bounded(rangeRestriction); - begin = mDataContainer->constBegin()+dataRange.begin(); - end = mDataContainer->constBegin()+dataRange.end(); - return; - } - - // get visible data range via interface from data plottable, and then restrict to available error data points: - const int n = qMin(mDataContainer->size(), mDataPlottable->interface1D()->dataCount()); - int beginIndex = mDataPlottable->interface1D()->findBegin(keyAxis->range().lower); - int endIndex = mDataPlottable->interface1D()->findEnd(keyAxis->range().upper); - int i = beginIndex; - while (i > 0 && i < n && i > rangeRestriction.begin()) - { - if (errorBarVisible(i)) - beginIndex = i; - --i; - } - i = endIndex; - while (i >= 0 && i < n && i < rangeRestriction.end()) - { - if (errorBarVisible(i)) - endIndex = i+1; - ++i; - } - QCPDataRange dataRange(beginIndex, endIndex); - dataRange = dataRange.bounded(rangeRestriction.bounded(QCPDataRange(0, mDataContainer->size()))); - begin = mDataContainer->constBegin()+dataRange.begin(); - end = mDataContainer->constBegin()+dataRange.end(); -} - -/*! \internal - - Calculates the minimum distance in pixels the error bars' representation has from the given \a - pixelPoint. This is used to determine whether the error bar was clicked or not, e.g. in \ref - selectTest. The closest data point to \a pixelPoint is returned in \a closestData. -*/ -double QCPErrorBars::pointDistance(const QPointF &pixelPoint, QCPErrorBarsDataContainer::const_iterator &closestData) const -{ - closestData = mDataContainer->constEnd(); - if (!mDataPlottable || mDataContainer->isEmpty()) - return -1.0; - if (!mKeyAxis || !mValueAxis) - { - qDebug() << Q_FUNC_INFO << "invalid key or value axis"; - return -1.0; - } - - QCPErrorBarsDataContainer::const_iterator begin, end; - getVisibleDataBounds(begin, end, QCPDataRange(0, dataCount())); - - // calculate minimum distances to error backbones (whiskers are ignored for speed) and find closestData iterator: - double minDistSqr = (std::numeric_limits::max)(); - QVector backbones, whiskers; - for (QCPErrorBarsDataContainer::const_iterator it=begin; it!=end; ++it) - { - getErrorBarLines(it, backbones, whiskers); - foreach (const QLineF &backbone, backbones) - { - const double currentDistSqr = QCPVector2D(pixelPoint).distanceSquaredToLine(backbone); - if (currentDistSqr < minDistSqr) - { - minDistSqr = currentDistSqr; - closestData = it; - } - } - } - return qSqrt(minDistSqr); -} - -/*! \internal - - \note This method is identical to \ref QCPAbstractPlottable1D::getDataSegments but needs to be - reproduced here since the \ref QCPErrorBars plottable, as a special case that doesn't have its - own key/value data coordinates, doesn't derive from \ref QCPAbstractPlottable1D. See the - documentation there for details. -*/ -void QCPErrorBars::getDataSegments(QList &selectedSegments, QList &unselectedSegments) const -{ - selectedSegments.clear(); - unselectedSegments.clear(); - if (mSelectable == QCP::stWhole) // stWhole selection type draws the entire plottable with selected style if mSelection isn't empty - { - if (selected()) - selectedSegments << QCPDataRange(0, dataCount()); - else - unselectedSegments << QCPDataRange(0, dataCount()); - } else - { - QCPDataSelection sel(selection()); - sel.simplify(); - selectedSegments = sel.dataRanges(); - unselectedSegments = sel.inverse(QCPDataRange(0, dataCount())).dataRanges(); - } -} - -/*! \internal - - Returns whether the error bar at the specified \a index is visible within the current key axis - range. - - This method assumes for performance reasons without checking that the key axis, the value axis, - and the data plottable (\ref setDataPlottable) are not \c nullptr and that \a index is within - valid bounds of this \ref QCPErrorBars instance and the bounds of the data plottable. -*/ -bool QCPErrorBars::errorBarVisible(int index) const -{ - QPointF centerPixel = mDataPlottable->interface1D()->dataPixelPosition(index); - const double centerKeyPixel = mKeyAxis->orientation() == Qt::Horizontal ? centerPixel.x() : centerPixel.y(); - if (qIsNaN(centerKeyPixel)) - return false; - - double keyMin, keyMax; - if (mErrorType == etKeyError) - { - const double centerKey = mKeyAxis->pixelToCoord(centerKeyPixel); - const double errorPlus = mDataContainer->at(index).errorPlus; - const double errorMinus = mDataContainer->at(index).errorMinus; - keyMax = centerKey+(qIsNaN(errorPlus) ? 0 : errorPlus); - keyMin = centerKey-(qIsNaN(errorMinus) ? 0 : errorMinus); - } else // mErrorType == etValueError - { - keyMax = mKeyAxis->pixelToCoord(centerKeyPixel+mWhiskerWidth*0.5*mKeyAxis->pixelOrientation()); - keyMin = mKeyAxis->pixelToCoord(centerKeyPixel-mWhiskerWidth*0.5*mKeyAxis->pixelOrientation()); - } - return ((keyMax > mKeyAxis->range().lower) && (keyMin < mKeyAxis->range().upper)); -} - -/*! \internal - - Returns whether \a line intersects (or is contained in) \a pixelRect. - - \a line is assumed to be either perfectly horizontal or perfectly vertical, as is the case for - error bar lines. -*/ -bool QCPErrorBars::rectIntersectsLine(const QRectF &pixelRect, const QLineF &line) const -{ - if (pixelRect.left() > line.x1() && pixelRect.left() > line.x2()) - return false; - else if (pixelRect.right() < line.x1() && pixelRect.right() < line.x2()) - return false; - else if (pixelRect.top() > line.y1() && pixelRect.top() > line.y2()) - return false; - else if (pixelRect.bottom() < line.y1() && pixelRect.bottom() < line.y2()) - return false; - else - return true; -} -/* end of 'src/plottables/plottable-errorbar.cpp' */ - - -/* including file 'src/items/item-straightline.cpp' */ -/* modified 2022-11-06T12:45:56, size 7596 */ - -//////////////////////////////////////////////////////////////////////////////////////////////////// -//////////////////// 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 created item is automatically registered with \a parentPlot. This QCustomPlot instance takes - ownership of the item, so do not delete it manually but use QCustomPlot::removeItem() instead. -*/ -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 QCPVector2D(pos).distanceToStraightLine(point1->pixelPosition(), point2->pixelPosition()-point1->pixelPosition()); -} - -/* inherits documentation from base class */ -void QCPItemStraightLine::draw(QCPPainter *painter) -{ - QCPVector2D start(point1->pixelPosition()); - QCPVector2D end(point2->pixelPosition()); - // get visible segment of straight line inside clipRect: - int clipPad = qCeil(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 - - 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 QCPVector2D &base, const QCPVector2D &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(QCPVector2D(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(QCPVector2D(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(QCPVector2D(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(QCPVector2D(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; - QCPVector2D 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; -} -/* end of 'src/items/item-straightline.cpp' */ - - -/* including file 'src/items/item-line.cpp' */ -/* modified 2022-11-06T12:45:56, size 8525 */ - -//////////////////////////////////////////////////////////////////////////////////////////////////// -//////////////////// 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 created item is automatically registered with \a parentPlot. This QCustomPlot instance takes - ownership of the item, so do not delete it manually but use QCustomPlot::removeItem() instead. -*/ -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(QCPVector2D(pos).distanceSquaredToLine(start->pixelPosition(), end->pixelPosition())); -} - -/* inherits documentation from base class */ -void QCPItemLine::draw(QCPPainter *painter) -{ - QCPVector2D startVec(start->pixelPosition()); - QCPVector2D endVec(end->pixelPosition()); - if (qFuzzyIsNull((startVec-endVec).lengthSquared())) - return; - // get visible segment of straight line inside clipRect: - int clipPad = int(qMax(mHead.boundingDistance(), mTail.boundingDistance())); - clipPad = qMax(clipPad, qCeil(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 QCPVector2D &start, const QCPVector2D &end, const QRect &rect) const -{ - bool containsStart = rect.contains(qRound(start.x()), qRound(start.y())); - bool containsEnd = rect.contains(qRound(end.x()), qRound(end.y())); - if (containsStart && containsEnd) - return {start.toPointF(), end.toPointF()}; - - QCPVector2D base = start; - QCPVector2D 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(QCPVector2D(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(QCPVector2D(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(QCPVector2D(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(QCPVector2D(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; - QCPVector2D 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; -} -/* end of 'src/items/item-line.cpp' */ - - -/* including file 'src/items/item-curve.cpp' */ -/* modified 2022-11-06T12:45:56, size 7273 */ - -//////////////////////////////////////////////////////////////////////////////////////////////////// -//////////////////// 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 created item is automatically registered with \a parentPlot. This QCustomPlot instance takes - ownership of the item, so do not delete it manually but use QCustomPlot::removeItem() instead. -*/ -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->pixelPosition()); - QPointF startDirVec(startDir->pixelPosition()); - QPointF endDirVec(endDir->pixelPosition()); - QPointF endVec(end->pixelPosition()); - - QPainterPath cubicPath(startVec); - cubicPath.cubicTo(startDirVec, endDirVec, endVec); - - QList polygons = cubicPath.toSubpathPolygons(); - if (polygons.isEmpty()) - return -1; - const QPolygonF polygon = polygons.first(); - QCPVector2D p(pos); - double minDistSqr = (std::numeric_limits::max)(); - for (int i=1; ipixelPosition()); - QCPVector2D startDirVec(startDir->pixelPosition()); - QCPVector2D endDirVec(endDir->pixelPosition()); - QCPVector2D endVec(end->pixelPosition()); - if ((endVec-startVec).length() > 1e10) // too large curves cause crash - return; - - QPainterPath cubicPath(startVec.toPointF()); - cubicPath.cubicTo(startDirVec.toPointF(), endDirVec.toPointF(), endVec.toPointF()); - - // paint visible segment, if existent: - const int clipEnlarge = qCeil(mainPen().widthF()); - QRect clip = clipRect().adjusted(-clipEnlarge, -clipEnlarge, clipEnlarge, clipEnlarge); - 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, startVec, M_PI-cubicPath.angleAtPercent(0)/180.0*M_PI); - if (mHead.style() != QCPLineEnding::esNone) - mHead.draw(painter, 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; -} -/* end of 'src/items/item-curve.cpp' */ - - -/* including file 'src/items/item-rect.cpp' */ -/* modified 2022-11-06T12:45:56, size 6472 */ - -//////////////////////////////////////////////////////////////////////////////////////////////////// -//////////////////// 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 created item is automatically registered with \a parentPlot. This QCustomPlot instance takes - ownership of the item, so do not delete it manually but use QCustomPlot::removeItem() instead. -*/ -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->pixelPosition(), bottomRight->pixelPosition()).normalized(); - bool filledRect = mBrush.style() != Qt::NoBrush && mBrush.color().alpha() != 0; - return rectDistance(rect, pos, filledRect); -} - -/* inherits documentation from base class */ -void QCPItemRect::draw(QCPPainter *painter) -{ - QPointF p1 = topLeft->pixelPosition(); - QPointF p2 = bottomRight->pixelPosition(); - 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::anchorPixelPosition(int anchorId) const -{ - QRectF rect = QRectF(topLeft->pixelPosition(), bottomRight->pixelPosition()); - 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 {}; -} - -/*! \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; -} -/* end of 'src/items/item-rect.cpp' */ - - -/* including file 'src/items/item-text.cpp' */ -/* modified 2022-11-06T12:45:56, size 13335 */ - -//////////////////////////////////////////////////////////////////////////////////////////////////// -//////////////////// 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 created item is automatically registered with \a parentPlot. This QCustomPlot instance takes - ownership of the item, so do not delete it manually but use QCustomPlot::removeItem() instead. -*/ -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)), - mText(QLatin1String("text")), - mPositionAlignment(Qt::AlignCenter), - mTextAlignment(Qt::AlignTop|Qt::AlignHCenter), - mRotation(0) -{ - position->setCoords(0, 0); - - 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 rectDistance function for non-rotated rects: - QPointF positionPixels(position->pixelPosition()); - 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 rectDistance(textBoxRect, rotatedPos, true); -} - -/* inherits documentation from base class */ -void QCPItemText::draw(QCPPainter *painter) -{ - QPointF pos(position->pixelPosition()); - 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()); - int clipPad = qCeil(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::anchorPixelPosition(int anchorId) const -{ - // get actual rect points (pretty much copied from draw function): - QPointF pos(position->pixelPosition()); - 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 {}; -} - -/*! \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; -} -/* end of 'src/items/item-text.cpp' */ - - -/* including file 'src/items/item-ellipse.cpp' */ -/* modified 2022-11-06T12:45:56, size 7881 */ - -//////////////////////////////////////////////////////////////////////////////////////////////////// -//////////////////// 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 created item is automatically registered with \a parentPlot. This QCustomPlot instance takes - ownership of the item, so do not delete it manually but use QCustomPlot::removeItem() instead. -*/ -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; - - QPointF p1 = topLeft->pixelPosition(); - QPointF p2 = bottomRight->pixelPosition(); - 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)); - double 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->pixelPosition(); - QPointF p2 = bottomRight->pixelPosition(); - if (p1.toPoint() == p2.toPoint()) - return; - QRectF ellipseRect = QRectF(p1, p2).normalized(); - const int clipEnlarge = qCeil(mainPen().widthF()); - QRect clip = clipRect().adjusted(-clipEnlarge, -clipEnlarge, clipEnlarge, clipEnlarge); - 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::anchorPixelPosition(int anchorId) const -{ - QRectF rect = QRectF(topLeft->pixelPosition(), bottomRight->pixelPosition()); - 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 {}; -} - -/*! \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; -} -/* end of 'src/items/item-ellipse.cpp' */ - - -/* including file 'src/items/item-pixmap.cpp' */ -/* modified 2022-11-06T12:45:56, size 10622 */ - -//////////////////////////////////////////////////////////////////////////////////////////////////// -//////////////////// 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 created item is automatically registered with \a parentPlot. This QCustomPlot instance takes - ownership of the item, so do not delete it manually but use QCustomPlot::removeItem() instead. -*/ -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)), - mScaled(false), - mScaledPixmapInvalidated(true), - mAspectRatioMode(Qt::KeepAspectRatio), - mTransformationMode(Qt::SmoothTransformation) -{ - topLeft->setCoords(0, 1); - bottomRight->setCoords(1, 0); - - setPen(Qt::NoPen); - setSelectedPen(QPen(Qt::blue)); -} - -QCPItemPixmap::~QCPItemPixmap() -{ -} - -/*! - Sets the pixmap that will be displayed. -*/ -void QCPItemPixmap::setPixmap(const QPixmap &pixmap) -{ - mPixmap = pixmap; - mScaledPixmapInvalidated = true; - 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; - mScaledPixmapInvalidated = true; -} - -/*! - 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 rectDistance(getFinalRect(), pos, true); -} - -/* inherits documentation from base class */ -void QCPItemPixmap::draw(QCPPainter *painter) -{ - bool flipHorz = false; - bool flipVert = false; - QRect rect = getFinalRect(&flipHorz, &flipVert); - int clipPad = mainPen().style() == Qt::NoPen ? 0 : qCeil(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::anchorPixelPosition(int anchorId) const -{ - bool flipHorz = false; - bool flipVert = false; - 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 {}; -} - -/*! \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) - { -#ifdef QCP_DEVICEPIXELRATIO_SUPPORTED - double devicePixelRatio = mPixmap.devicePixelRatio(); -#else - double devicePixelRatio = 1.0; -#endif - if (finalRect.isNull()) - finalRect = getFinalRect(&flipHorz, &flipVert); - if (mScaledPixmapInvalidated || finalRect.size() != mScaledPixmap.size()/devicePixelRatio) - { - mScaledPixmap = mPixmap.scaled(finalRect.size()*devicePixelRatio, mAspectRatioMode, mTransformationMode); - if (flipHorz || flipVert) - mScaledPixmap = QPixmap::fromImage(mScaledPixmap.toImage().mirrored(flipHorz, flipVert)); -#ifdef QCP_DEVICEPIXELRATIO_SUPPORTED - mScaledPixmap.setDevicePixelRatio(devicePixelRatio); -#endif - } - } else if (!mScaledPixmap.isNull()) - mScaledPixmap = QPixmap(); - mScaledPixmapInvalidated = false; -} - -/*! \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->pixelPosition().toPoint(); - QPoint p2 = bottomRight->pixelPosition().toPoint(); - if (p1 == p2) - return {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(); -#ifdef QCP_DEVICEPIXELRATIO_SUPPORTED - scaledSize /= mPixmap.devicePixelRatio(); - scaledSize.scale(newSize*mPixmap.devicePixelRatio(), mAspectRatioMode); -#else - scaledSize.scale(newSize, mAspectRatioMode); -#endif - result = QRect(topLeft, scaledSize); - } else - { -#ifdef QCP_DEVICEPIXELRATIO_SUPPORTED - result = QRect(p1, mPixmap.size()/mPixmap.devicePixelRatio()); -#else - result = QRect(p1, mPixmap.size()); -#endif - } - 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; -} -/* end of 'src/items/item-pixmap.cpp' */ - - -/* including file 'src/items/item-tracer.cpp' */ -/* modified 2022-11-06T12:45:56, size 14645 */ - -//////////////////////////////////////////////////////////////////////////////////////////////////// -//////////////////// 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 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 created item is automatically registered with \a parentPlot. This QCustomPlot instance takes - ownership of the item, so do not delete it manually but use QCustomPlot::removeItem() instead. -*/ -QCPItemTracer::QCPItemTracer(QCustomPlot *parentPlot) : - QCPAbstractItem(parentPlot), - position(createPosition(QLatin1String("position"))), - mSize(6), - mStyle(tsCrosshair), - mGraph(nullptr), - mGraphKey(0), - mInterpolating(false) -{ - position->setCoords(0, 0); - - setBrush(Qt::NoBrush); - setSelectedBrush(Qt::NoBrush); - setPen(QPen(Qt::black)); - setSelectedPen(QPen(Qt::blue, 2)); -} - -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 \c nullptr. 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 = nullptr; - } -} - -/*! - 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->pixelPosition()); - 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(QCPVector2D(pos).distanceSquaredToLine(center+QPointF(-w, 0), center+QPointF(w, 0)), - QCPVector2D(pos).distanceSquaredToLine(center+QPointF(0, -w), center+QPointF(0, w)))); - break; - } - case tsCrosshair: - { - return qSqrt(qMin(QCPVector2D(pos).distanceSquaredToLine(QCPVector2D(clip.left(), center.y()), QCPVector2D(clip.right(), center.y())), - QCPVector2D(pos).distanceSquaredToLine(QCPVector2D(center.x(), clip.top()), QCPVector2D(center.x(), clip.bottom())))); - } - case tsCircle: - { - if (clip.intersects(QRectF(center-QPointF(w, w), center+QPointF(w, w)).toRect())) - { - // distance to border: - double centerDist = QCPVector2D(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 rectDistance(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->pixelPosition()); - 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) - { - QCPGraphDataContainer::const_iterator first = mGraph->data()->constBegin(); - QCPGraphDataContainer::const_iterator last = mGraph->data()->constEnd()-1; - if (mGraphKey <= first->key) - position->setCoords(first->key, first->value); - else if (mGraphKey >= last->key) - position->setCoords(last->key, last->value); - else - { - QCPGraphDataContainer::const_iterator it = mGraph->data()->findBegin(mGraphKey); - if (it != mGraph->data()->constEnd()) // mGraphKey is not exactly on last iterator, but somewhere between iterators - { - QCPGraphDataContainer::const_iterator prevIt = it; - ++it; // won't advance to constEnd because we handled that case (mGraphKey >= last->key) before - if (mInterpolating) - { - // interpolate between iterators around mGraphKey: - double slope = 0; - if (!qFuzzyCompare(double(it->key), double(prevIt->key))) - slope = (it->value-prevIt->value)/(it->key-prevIt->key); - position->setCoords(mGraphKey, (mGraphKey-prevIt->key)*slope+prevIt->value); - } else - { - // find iterator with key closest to mGraphKey: - if (mGraphKey < (prevIt->key+it->key)*0.5) - position->setCoords(prevIt->key, prevIt->value); - else - position->setCoords(it->key, it->value); - } - } else // mGraphKey is exactly on last iterator (should actually be caught when comparing first/last keys, but this is a failsafe for fp uncertainty) - position->setCoords(it->key, it->value); - } - } else if (mGraph->data()->size() == 1) - { - QCPGraphDataContainer::const_iterator it = mGraph->data()->constBegin(); - position->setCoords(it->key, it->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; -} -/* end of 'src/items/item-tracer.cpp' */ - - -/* including file 'src/items/item-bracket.cpp' */ -/* modified 2022-11-06T12:45:56, size 10705 */ - -//////////////////////////////////////////////////////////////////////////////////////////////////// -//////////////////// 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 created item is automatically registered with \a parentPlot. This QCustomPlot instance takes - ownership of the item, so do not delete it manually but use QCustomPlot::removeItem() instead. -*/ -QCPItemBracket::QCPItemBracket(QCustomPlot *parentPlot) : - QCPAbstractItem(parentPlot), - left(createPosition(QLatin1String("left"))), - right(createPosition(QLatin1String("right"))), - center(createAnchor(QLatin1String("center"), aiCenter)), - mLength(8), - mStyle(bsCalligraphic) -{ - left->setCoords(0, 0); - right->setCoords(1, 1); - - setPen(QPen(Qt::black)); - setSelectedPen(QPen(Qt::blue, 2)); -} - -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; - - QCPVector2D p(pos); - QCPVector2D leftVec(left->pixelPosition()); - QCPVector2D rightVec(right->pixelPosition()); - if (leftVec.toPoint() == rightVec.toPoint()) - return -1; - - QCPVector2D widthVec = (rightVec-leftVec)*0.5; - QCPVector2D lengthVec = widthVec.perpendicular().normalized()*mLength; - QCPVector2D centerVec = (rightVec+leftVec)*0.5-lengthVec; - - switch (mStyle) - { - case QCPItemBracket::bsSquare: - case QCPItemBracket::bsRound: - { - double a = p.distanceSquaredToLine(centerVec-widthVec, centerVec+widthVec); - double b = p.distanceSquaredToLine(centerVec-widthVec+lengthVec, centerVec-widthVec); - double c = p.distanceSquaredToLine(centerVec+widthVec+lengthVec, centerVec+widthVec); - return qSqrt(qMin(qMin(a, b), c)); - } - case QCPItemBracket::bsCurly: - case QCPItemBracket::bsCalligraphic: - { - double a = p.distanceSquaredToLine(centerVec-widthVec*0.75+lengthVec*0.15, centerVec+lengthVec*0.3); - double b = p.distanceSquaredToLine(centerVec-widthVec+lengthVec*0.7, centerVec-widthVec*0.75+lengthVec*0.15); - double c = p.distanceSquaredToLine(centerVec+widthVec*0.75+lengthVec*0.15, centerVec+lengthVec*0.3); - double d = p.distanceSquaredToLine(centerVec+widthVec+lengthVec*0.7, centerVec+widthVec*0.75+lengthVec*0.15); - return qSqrt(qMin(qMin(a, b), qMin(c, d))); - } - } - return -1; -} - -/* inherits documentation from base class */ -void QCPItemBracket::draw(QCPPainter *painter) -{ - QCPVector2D leftVec(left->pixelPosition()); - QCPVector2D rightVec(right->pixelPosition()); - if (leftVec.toPoint() == rightVec.toPoint()) - return; - - QCPVector2D widthVec = (rightVec-leftVec)*0.5; - QCPVector2D lengthVec = widthVec.perpendicular().normalized()*mLength; - QCPVector2D centerVec = (rightVec+leftVec)*0.5-lengthVec; - - QPolygon boundingPoly; - boundingPoly << leftVec.toPoint() << rightVec.toPoint() - << (rightVec-lengthVec).toPoint() << (leftVec-lengthVec).toPoint(); - const int clipEnlarge = qCeil(mainPen().widthF()); - QRect clip = clipRect().adjusted(-clipEnlarge, -clipEnlarge, clipEnlarge, clipEnlarge); - 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.8).toPointF(), (centerVec+0.4*widthVec+lengthVec).toPointF(), centerVec.toPointF()); - path.cubicTo((centerVec-0.4*widthVec+lengthVec).toPointF(), (centerVec-widthVec-lengthVec*0.8).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.8).toPointF(), (centerVec+0.4*widthVec+0.8*lengthVec).toPointF(), centerVec.toPointF()); - path.cubicTo((centerVec-0.4*widthVec+0.8*lengthVec).toPointF(), (centerVec-widthVec-lengthVec*0.8).toPointF(), (centerVec-widthVec+lengthVec).toPointF()); - - path.cubicTo((centerVec-widthVec-lengthVec*0.5).toPointF(), (centerVec-0.2*widthVec+1.2*lengthVec).toPointF(), (centerVec+lengthVec*0.2).toPointF()); - path.cubicTo((centerVec+0.2*widthVec+1.2*lengthVec).toPointF(), (centerVec+widthVec-lengthVec*0.5).toPointF(), (centerVec+widthVec+lengthVec).toPointF()); - - painter->drawPath(path); - break; - } - } - } -} - -/* inherits documentation from base class */ -QPointF QCPItemBracket::anchorPixelPosition(int anchorId) const -{ - QCPVector2D leftVec(left->pixelPosition()); - QCPVector2D rightVec(right->pixelPosition()); - if (leftVec.toPoint() == rightVec.toPoint()) - return leftVec.toPointF(); - - QCPVector2D widthVec = (rightVec-leftVec)*0.5; - QCPVector2D lengthVec = widthVec.perpendicular().normalized()*mLength; - QCPVector2D centerVec = (rightVec+leftVec)*0.5-lengthVec; - - switch (anchorId) - { - case aiCenter: - return centerVec.toPointF(); - } - qDebug() << Q_FUNC_INFO << "invalid anchorId" << anchorId; - return {}; -} - -/*! \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; -} -/* end of 'src/items/item-bracket.cpp' */ - - -/* including file 'src/polar/radialaxis.cpp' */ -/* modified 2022-11-06T12:45:57, size 49415 */ - - - -//////////////////////////////////////////////////////////////////////////////////////////////////// -//////////////////// QCPPolarAxisRadial -//////////////////////////////////////////////////////////////////////////////////////////////////// - -/*! \class QCPPolarAxisRadial - \brief The radial axis inside a radial plot - - \warning In this QCustomPlot version, polar plots are a tech preview. Expect documentation and - functionality to be incomplete, as well as changing public interfaces in the future. - - Each axis holds an instance of QCPAxisTicker which is used to generate the tick coordinates and - tick labels. You can access the currently installed \ref ticker or set a new one (possibly one of - the specialized subclasses, or your own subclass) via \ref setTicker. For details, see the - documentation of QCPAxisTicker. -*/ - -/* start of documentation of inline functions */ - -/*! \fn QSharedPointer QCPPolarAxisRadial::ticker() const - - Returns a modifiable shared pointer to the currently installed axis ticker. The axis ticker is - responsible for generating the tick positions and tick labels of this axis. You can access the - \ref QCPAxisTicker with this method and modify basic properties such as the approximate tick count - (\ref QCPAxisTicker::setTickCount). - - You can gain more control over the axis ticks by setting a different \ref QCPAxisTicker subclass, see - the documentation there. A new axis ticker can be set with \ref setTicker. - - Since the ticker is stored in the axis as a shared pointer, multiple axes may share the same axis - ticker simply by passing the same shared pointer to multiple axes. - - \see setTicker -*/ - -/* end of documentation of inline functions */ -/* start of documentation of signals */ - -/*! \fn void QCPPolarAxisRadial::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 (see \ref QCPRange::bounded). For example, the following - slot would limit the x axis to ranges between 0 and 10: - \code - customPlot->xAxis->setRange(newRange.bounded(0, 10)) - \endcode -*/ - -/*! \fn void QCPPolarAxisRadial::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 QCPPolarAxisRadial::scaleTypeChanged(QCPPolarAxisRadial::ScaleType scaleType); - - This signal is emitted when the scale type changes, by calls to \ref setScaleType -*/ - -/*! \fn void QCPPolarAxisRadial::selectionChanged(QCPPolarAxisRadial::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 QCPPolarAxisRadial::selectableChanged(const QCPPolarAxisRadial::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. -*/ -QCPPolarAxisRadial::QCPPolarAxisRadial(QCPPolarAxisAngular *parent) : - QCPLayerable(parent->parentPlot(), QString(), parent), - mRangeDrag(true), - mRangeZoom(true), - mRangeZoomFactor(0.85), - // axis base: - mAngularAxis(parent), - mAngle(45), - mAngleReference(arAngularAxis), - mSelectableParts(spAxis | spTickLabels | spAxisLabel), - mSelectedParts(spNone), - mBasePen(QPen(Qt::black, 0, Qt::SolidLine, Qt::SquareCap)), - mSelectedBasePen(QPen(Qt::blue, 2)), - // axis label: - mLabelPadding(0), - mLabel(), - mLabelFont(mParentPlot->font()), - mSelectedLabelFont(QFont(mLabelFont.family(), mLabelFont.pointSize(), QFont::Bold)), - mLabelColor(Qt::black), - mSelectedLabelColor(Qt::blue), - // tick labels: - // mTickLabelPadding(0), in label painter - mTickLabels(true), - // mTickLabelRotation(0), in label painter - mTickLabelFont(mParentPlot->font()), - mSelectedTickLabelFont(QFont(mTickLabelFont.family(), mTickLabelFont.pointSize(), QFont::Bold)), - mTickLabelColor(Qt::black), - mSelectedTickLabelColor(Qt::blue), - mNumberPrecision(6), - mNumberFormatChar('g'), - mNumberBeautifulPowers(true), - mNumberMultiplyCross(false), - // ticks and subticks: - mTicks(true), - mSubTicks(true), - mTickLengthIn(5), - mTickLengthOut(0), - mSubTickLengthIn(2), - mSubTickLengthOut(0), - 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), - // internal members: - mRadius(1), // non-zero initial value, will be overwritten in ::update() according to inner rect - mTicker(new QCPAxisTicker), - mLabelPainter(mParentPlot) -{ - setParent(parent); - setAntialiased(true); - - setTickLabelPadding(5); - setTickLabelRotation(0); - setTickLabelMode(lmUpright); - mLabelPainter.setAnchorReferenceType(QCPLabelPainterPrivate::artTangent); - mLabelPainter.setAbbreviateDecimalPowers(false); -} - -QCPPolarAxisRadial::~QCPPolarAxisRadial() -{ -} - -QCPPolarAxisRadial::LabelMode QCPPolarAxisRadial::tickLabelMode() const -{ - switch (mLabelPainter.anchorMode()) - { - case QCPLabelPainterPrivate::amSkewedUpright: return lmUpright; - case QCPLabelPainterPrivate::amSkewedRotated: return lmRotated; - default: qDebug() << Q_FUNC_INFO << "invalid mode for polar axis"; break; - } - return lmUpright; -} - -/* No documentation as it is a property getter */ -QString QCPPolarAxisRadial::numberFormat() const -{ - QString result; - result.append(mNumberFormatChar); - if (mNumberBeautifulPowers) - { - result.append(QLatin1Char('b')); - if (mNumberMultiplyCross) - result.append(QLatin1Char('c')); - } - return result; -} - -/* No documentation as it is a property getter */ -int QCPPolarAxisRadial::tickLengthIn() const -{ - return mTickLengthIn; -} - -/* No documentation as it is a property getter */ -int QCPPolarAxisRadial::tickLengthOut() const -{ - return mTickLengthOut; -} - -/* No documentation as it is a property getter */ -int QCPPolarAxisRadial::subTickLengthIn() const -{ - return mSubTickLengthIn; -} - -/* No documentation as it is a property getter */ -int QCPPolarAxisRadial::subTickLengthOut() const -{ - return mSubTickLengthOut; -} - -/* No documentation as it is a property getter */ -int QCPPolarAxisRadial::labelPadding() const -{ - return mLabelPadding; -} - -void QCPPolarAxisRadial::setRangeDrag(bool enabled) -{ - mRangeDrag = enabled; -} - -void QCPPolarAxisRadial::setRangeZoom(bool enabled) -{ - mRangeZoom = enabled; -} - -void QCPPolarAxisRadial::setRangeZoomFactor(double factor) -{ - mRangeZoomFactor = factor; -} - -/*! - Sets whether the axis uses a linear scale or a logarithmic scale. - - Note that this method controls the coordinate transformation. For logarithmic scales, you will - likely also want to use a logarithmic tick spacing and labeling, which can be achieved by setting - the axis ticker to an instance of \ref QCPAxisTickerLog : - - \snippet documentation/doc-code-snippets/mainwindow.cpp qcpaxisticker-log-creation - - See the documentation of \ref QCPAxisTickerLog about the details of logarithmic axis tick - creation. - - \ref setNumberPrecision -*/ -void QCPPolarAxisRadial::setScaleType(QCPPolarAxisRadial::ScaleType type) -{ - if (mScaleType != type) - { - mScaleType = type; - if (mScaleType == stLogarithmic) - setRange(mRange.sanitizedForLogScale()); - //mCachedMarginValid = false; - emit scaleTypeChanged(mScaleType); - } -} - -/*! - 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 QCPPolarAxisRadial::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(); - } - 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 QCPPolarAxisRadial::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 QCPPolarAxisRadial::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 QCPPolarAxisRadial::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(); - } - 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 QCPPolarAxisRadial::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 QCPPolarAxisRadial::setRangeLower(double lower) -{ - if (mRange.lower == lower) - return; - - QCPRange oldRange = mRange; - mRange.lower = lower; - if (mScaleType == stLogarithmic) - { - mRange = mRange.sanitizedForLogScale(); - } else - { - mRange = mRange.sanitizedForLinScale(); - } - emit rangeChanged(mRange); - emit rangeChanged(mRange, oldRange); -} - -/*! - Sets the upper bound of the axis range. The lower bound is not changed. - \see setRange -*/ -void QCPPolarAxisRadial::setRangeUpper(double upper) -{ - if (mRange.upper == upper) - return; - - QCPRange oldRange = mRange; - mRange.upper = upper; - if (mScaleType == stLogarithmic) - { - mRange = mRange.sanitizedForLogScale(); - } else - { - mRange = mRange.sanitizedForLinScale(); - } - 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 QCPPolarAxisRadial::setRangeReversed(bool reversed) -{ - mRangeReversed = reversed; -} - -void QCPPolarAxisRadial::setAngle(double degrees) -{ - mAngle = degrees; -} - -void QCPPolarAxisRadial::setAngleReference(AngleReference reference) -{ - mAngleReference = reference; -} - -/*! - The axis ticker is responsible for generating the tick positions and tick labels. See the - documentation of QCPAxisTicker for details on how to work with axis tickers. - - You can change the tick positioning/labeling behaviour of this axis by setting a different - QCPAxisTicker subclass using this method. If you only wish to modify the currently installed axis - ticker, access it via \ref ticker. - - Since the ticker is stored in the axis as a shared pointer, multiple axes may share the same axis - ticker simply by passing the same shared pointer to multiple axes. - - \see ticker -*/ -void QCPPolarAxisRadial::setTicker(QSharedPointer ticker) -{ - if (ticker) - mTicker = ticker; - else - qDebug() << Q_FUNC_INFO << "can not set 0 as axis ticker"; - // no need to invalidate margin cache here because produced tick labels are checked for changes in setupTickVector -} - -/*! - 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. - - \see setSubTicks -*/ -void QCPPolarAxisRadial::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 QCPPolarAxisRadial::setTickLabels(bool show) -{ - if (mTickLabels != show) - { - mTickLabels = show; - //mCachedMarginValid = false; - if (!mTickLabels) - mTickVectorLabels.clear(); - } -} - -/*! - Sets the distance between the axis base line (including any outward ticks) and the tick labels. - \see setLabelPadding, setPadding -*/ -void QCPPolarAxisRadial::setTickLabelPadding(int padding) -{ - mLabelPainter.setPadding(padding); -} - -/*! - Sets the font of the tick labels. - - \see setTickLabels, setTickLabelColor -*/ -void QCPPolarAxisRadial::setTickLabelFont(const QFont &font) -{ - if (font != mTickLabelFont) - { - mTickLabelFont = font; - //mCachedMarginValid = false; - } -} - -/*! - Sets the color of the tick labels. - - \see setTickLabels, setTickLabelFont -*/ -void QCPPolarAxisRadial::setTickLabelColor(const QColor &color) -{ - mTickLabelColor = color; -} - -/*! - 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 QCPPolarAxisRadial::setTickLabelRotation(double degrees) -{ - mLabelPainter.setRotation(degrees); -} - -void QCPPolarAxisRadial::setTickLabelMode(LabelMode mode) -{ - switch (mode) - { - case lmUpright: mLabelPainter.setAnchorMode(QCPLabelPainterPrivate::amSkewedUpright); break; - case lmRotated: mLabelPainter.setAnchorMode(QCPLabelPainterPrivate::amSkewedRotated); break; - } -} - -/*! - Sets the number format for the numbers in tick labels. 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. - - 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 QCPPolarAxisRadial::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; - mNumberMultiplyCross = false; - } else - { - // 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; - - if (formatCode.length() < 3) - { - mNumberMultiplyCross = false; - } else - { - // interpret third char as indicator for dot or cross multiplication symbol: - if (formatCode.at(2) == QLatin1Char('c')) - mNumberMultiplyCross = true; - else if (formatCode.at(2) == QLatin1Char('d')) - mNumberMultiplyCross = false; - else - qDebug() << Q_FUNC_INFO << "Invalid number format code (third char neither 'c' nor 'd'):" << formatCode; - } - } - mLabelPainter.setSubstituteExponent(mNumberBeautifulPowers); - mLabelPainter.setMultiplicationSymbol(mNumberMultiplyCross ? QCPLabelPainterPrivate::SymbolCross : QCPLabelPainterPrivate::SymbolDot); -} - -/*! - 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 -*/ -void QCPPolarAxisRadial::setNumberPrecision(int precision) -{ - if (mNumberPrecision != precision) - { - mNumberPrecision = precision; - //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 QCPPolarAxisRadial::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 QCPPolarAxisRadial::setTickLengthIn(int inside) -{ - if (mTickLengthIn != inside) - { - mTickLengthIn = 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 QCPPolarAxisRadial::setTickLengthOut(int outside) -{ - if (mTickLengthOut != outside) - { - mTickLengthOut = outside; - //mCachedMarginValid = false; // only outside tick length can change margin - } -} - -/*! - Sets whether sub tick marks are displayed. - - Sub ticks are only potentially visible if (major) ticks are also visible (see \ref setTicks) - - \see setTicks -*/ -void QCPPolarAxisRadial::setSubTicks(bool show) -{ - if (mSubTicks != show) - { - mSubTicks = show; - //mCachedMarginValid = false; - } -} - -/*! - 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 QCPPolarAxisRadial::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 QCPPolarAxisRadial::setSubTickLengthIn(int inside) -{ - if (mSubTickLengthIn != inside) - { - mSubTickLengthIn = 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 QCPPolarAxisRadial::setSubTickLengthOut(int outside) -{ - if (mSubTickLengthOut != outside) - { - mSubTickLengthOut = outside; - //mCachedMarginValid = false; // only outside tick length can change margin - } -} - -/*! - Sets the pen, the axis base line is drawn with. - - \see setTickPen, setSubTickPen -*/ -void QCPPolarAxisRadial::setBasePen(const QPen &pen) -{ - mBasePen = pen; -} - -/*! - Sets the pen, tick marks will be drawn with. - - \see setTickLength, setBasePen -*/ -void QCPPolarAxisRadial::setTickPen(const QPen &pen) -{ - mTickPen = pen; -} - -/*! - Sets the pen, subtick marks will be drawn with. - - \see setSubTickCount, setSubTickLength, setBasePen -*/ -void QCPPolarAxisRadial::setSubTickPen(const QPen &pen) -{ - mSubTickPen = pen; -} - -/*! - Sets the font of the axis label. - - \see setLabelColor -*/ -void QCPPolarAxisRadial::setLabelFont(const QFont &font) -{ - if (mLabelFont != font) - { - mLabelFont = font; - //mCachedMarginValid = false; - } -} - -/*! - Sets the color of the axis label. - - \see setLabelFont -*/ -void QCPPolarAxisRadial::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 QCPPolarAxisRadial::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 QCPPolarAxisRadial::setLabelPadding(int padding) -{ - if (mLabelPadding != padding) - { - mLabelPadding = padding; - //mCachedMarginValid = false; - } -} - -/*! - Sets the font that is used for tick labels when they are selected. - - \see setTickLabelFont, setSelectableParts, setSelectedParts, QCustomPlot::setInteractions -*/ -void QCPPolarAxisRadial::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 QCPPolarAxisRadial::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 QCPPolarAxisRadial::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 QCPPolarAxisRadial::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 QCPPolarAxisRadial::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 QCPPolarAxisRadial::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 QCPPolarAxisRadial::setSelectedSubTickPen(const QPen &pen) -{ - mSelectedSubTickPen = pen; -} - -/*! - 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 QCPPolarAxisRadial::moveRange(double diff) -{ - QCPRange oldRange = mRange; - if (mScaleType == stLinear) - { - mRange.lower += diff; - mRange.upper += diff; - } else // mScaleType == stLogarithmic - { - mRange.lower *= diff; - mRange.upper *= diff; - } - emit rangeChanged(mRange); - emit rangeChanged(mRange, oldRange); -} - -/*! - Scales the range of this axis by \a factor around the center of the current axis range. For - example, if \a factor is 2.0, then the axis range will double its size, and the point at the axis - range center won't have changed its position in the QCustomPlot widget (i.e. coordinates around - the center will have moved symmetrically closer). - - If you wish to scale around a different coordinate than the current axis range center, use the - overload \ref scaleRange(double factor, double center). -*/ -void QCPPolarAxisRadial::scaleRange(double factor) -{ - scaleRange(factor, range().center()); -} - -/*! \overload - - 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). - - \see scaleRange(double factor) -*/ -void QCPPolarAxisRadial::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; - } - emit rangeChanged(mRange); - emit rangeChanged(mRange, oldRange); -} - -/*! - Changes the axis range such that all plottables associated with this axis are fully visible in - that dimension. - - \see QCPAbstractPlottable::rescaleAxes, QCustomPlot::rescaleAxes -*/ -void QCPPolarAxisRadial::rescale(bool onlyVisiblePlottables) -{ - Q_UNUSED(onlyVisiblePlottables) - /* TODO - QList p = plottables(); - QCPRange newRange; - bool haveRange = false; - for (int i=0; irealVisibility() && onlyVisiblePlottables) - continue; - QCPRange plottableRange; - bool currentFoundRange; - QCP::SignDomain signDomain = QCP::sdBoth; - if (mScaleType == stLogarithmic) - signDomain = (mRange.upper < 0 ? QCP::sdNegative : QCP::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. -*/ -void QCPPolarAxisRadial::pixelToCoord(QPointF pixelPos, double &angleCoord, double &radiusCoord) const -{ - QCPVector2D posVector(pixelPos-mCenter); - radiusCoord = radiusToCoord(posVector.length()); - angleCoord = mAngularAxis->angleRadToCoord(posVector.angle()); -} - -/*! - Transforms \a value, in coordinates of the axis, to pixel coordinates of the QCustomPlot widget. -*/ -QPointF QCPPolarAxisRadial::coordToPixel(double angleCoord, double radiusCoord) const -{ - const double radiusPixel = coordToRadius(radiusCoord); - const double angleRad = mAngularAxis->coordToAngleRad(angleCoord); - return QPointF(mCenter.x()+qCos(angleRad)*radiusPixel, mCenter.y()+qSin(angleRad)*radiusPixel); -} - -double QCPPolarAxisRadial::coordToRadius(double coord) const -{ - if (mScaleType == stLinear) - { - if (!mRangeReversed) - return (coord-mRange.lower)/mRange.size()*mRadius; - else - return (mRange.upper-coord)/mRange.size()*mRadius; - } else // mScaleType == stLogarithmic - { - if (coord >= 0.0 && mRange.upper < 0.0) // invalid value for logarithmic scale, just return outside visible range - return !mRangeReversed ? mRadius+200 : mRadius-200; - else if (coord <= 0.0 && mRange.upper >= 0.0) // invalid value for logarithmic scale, just return outside visible range - return !mRangeReversed ? mRadius-200 :mRadius+200; - else - { - if (!mRangeReversed) - return qLn(coord/mRange.lower)/qLn(mRange.upper/mRange.lower)*mRadius; - else - return qLn(mRange.upper/coord)/qLn(mRange.upper/mRange.lower)*mRadius; - } - } -} - -double QCPPolarAxisRadial::radiusToCoord(double radius) const -{ - if (mScaleType == stLinear) - { - if (!mRangeReversed) - return (radius)/mRadius*mRange.size()+mRange.lower; - else - return -(radius)/mRadius*mRange.size()+mRange.upper; - } else // mScaleType == stLogarithmic - { - if (!mRangeReversed) - return qPow(mRange.upper/mRange.lower, (radius)/mRadius)*mRange.lower; - else - return qPow(mRange.upper/mRange.lower, (-radius)/mRadius)*mRange.upper; - } -} - - -/*! - 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 -*/ -QCPPolarAxisRadial::SelectablePart QCPPolarAxisRadial::getPartAt(const QPointF &pos) const -{ - Q_UNUSED(pos) // TODO remove later - if (!mVisible) - return spNone; - - /* - TODO: - 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 QCPPolarAxisRadial::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; -} - -/* inherits documentation from base class */ -void QCPPolarAxisRadial::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 QCPPolarAxisRadial::deselectEvent(bool *selectionStateChanged) -{ - SelectableParts selBefore = mSelectedParts; - setSelectedParts(mSelectedParts & ~mSelectableParts); - if (selectionStateChanged) - *selectionStateChanged = mSelectedParts != selBefore; -} - -/*! \internal - - This mouse event reimplementation provides the functionality to let the user drag individual axes - exclusively, by startig the drag on top of the axis. - - For the axis to accept this event and perform the single axis drag, the parent \ref QCPAxisRect - must be configured accordingly, i.e. it must allow range dragging in the orientation of this axis - (\ref QCPAxisRect::setRangeDrag) and this axis must be a draggable axis (\ref - QCPAxisRect::setRangeDragAxes) - - \seebaseclassmethod - - \note The dragging of possibly multiple axes at once by starting the drag anywhere in the axis - rect is handled by the axis rect's mouse event, e.g. \ref QCPAxisRect::mousePressEvent. -*/ -void QCPPolarAxisRadial::mousePressEvent(QMouseEvent *event, const QVariant &details) -{ - Q_UNUSED(details) - if (!mParentPlot->interactions().testFlag(QCP::iRangeDrag)) - { - event->ignore(); - return; - } - - 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)) - mDragStartRange = mRange; - } -} - -/*! \internal - - This mouse event reimplementation provides the functionality to let the user drag individual axes - exclusively, by startig the drag on top of the axis. - - \seebaseclassmethod - - \note The dragging of possibly multiple axes at once by starting the drag anywhere in the axis - rect is handled by the axis rect's mouse event, e.g. \ref QCPAxisRect::mousePressEvent. - - \see QCPAxis::mousePressEvent -*/ -void QCPPolarAxisRadial::mouseMoveEvent(QMouseEvent *event, const QPointF &startPos) -{ - Q_UNUSED(event) // TODO remove later - Q_UNUSED(startPos) // TODO remove later - if (mDragging) - { - /* TODO - const double startPixel = orientation() == Qt::Horizontal ? startPos.x() : startPos.y(); - const double currentPixel = orientation() == Qt::Horizontal ? event->pos().x() : event->pos().y(); - if (mScaleType == QCPPolarAxisRadial::stLinear) - { - const double diff = pixelToCoord(startPixel) - pixelToCoord(currentPixel); - setRange(mDragStartRange.lower+diff, mDragStartRange.upper+diff); - } else if (mScaleType == QCPPolarAxisRadial::stLogarithmic) - { - const double diff = pixelToCoord(startPixel) / pixelToCoord(currentPixel); - setRange(mDragStartRange.lower*diff, mDragStartRange.upper*diff); - } - */ - - if (mParentPlot->noAntialiasingOnDrag()) - mParentPlot->setNotAntialiasedElements(QCP::aeAll); - mParentPlot->replot(QCustomPlot::rpQueuedReplot); - } -} - -/*! \internal - - This mouse event reimplementation provides the functionality to let the user drag individual axes - exclusively, by startig the drag on top of the axis. - - \seebaseclassmethod - - \note The dragging of possibly multiple axes at once by starting the drag anywhere in the axis - rect is handled by the axis rect's mouse event, e.g. \ref QCPAxisRect::mousePressEvent. - - \see QCPAxis::mousePressEvent -*/ -void QCPPolarAxisRadial::mouseReleaseEvent(QMouseEvent *event, const QPointF &startPos) -{ - Q_UNUSED(event) - Q_UNUSED(startPos) - mDragging = false; - if (mParentPlot->noAntialiasingOnDrag()) - { - mParentPlot->setAntialiasedElements(mAADragBackup); - mParentPlot->setNotAntialiasedElements(mNotAADragBackup); - } -} - -/*! \internal - - This mouse event reimplementation provides the functionality to let the user zoom individual axes - exclusively, by performing the wheel event on top of the axis. - - For the axis to accept this event and perform the single axis zoom, the parent \ref QCPAxisRect - must be configured accordingly, i.e. it must allow range zooming in the orientation of this axis - (\ref QCPAxisRect::setRangeZoom) and this axis must be a zoomable axis (\ref - QCPAxisRect::setRangeZoomAxes) - - \seebaseclassmethod - - \note The zooming of possibly multiple axes at once by performing the wheel event anywhere in the - axis rect is handled by the axis rect's mouse event, e.g. \ref QCPAxisRect::wheelEvent. -*/ -void QCPPolarAxisRadial::wheelEvent(QWheelEvent *event) -{ - // Mouse range zooming interaction: - if (!mParentPlot->interactions().testFlag(QCP::iRangeZoom)) - { - event->ignore(); - return; - } - - // TODO: - //const double wheelSteps = event->delta()/120.0; // a single step delta is +/-120 usually - //const double factor = qPow(mRangeZoomFactor, wheelSteps); - //scaleRange(factor, pixelToCoord(orientation() == Qt::Horizontal ? event->pos().x() : event->pos().y())); - mParentPlot->replot(); -} - -void QCPPolarAxisRadial::updateGeometry(const QPointF ¢er, double radius) -{ - mCenter = center; - mRadius = radius; - if (mRadius < 1) mRadius = 1; -} - -/*! \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. - - \seebaseclassmethod - - \see setAntialiased -*/ -void QCPPolarAxisRadial::applyDefaultAntialiasingHint(QCPPainter *painter) const -{ - applyAntialiasingHint(painter, mAntialiased, QCP::aeAxes); -} - -/*! \internal - - Draws the axis with the specified \a painter, using the internal QCPAxisPainterPrivate instance. - - \seebaseclassmethod -*/ -void QCPPolarAxisRadial::draw(QCPPainter *painter) -{ - const double axisAngleRad = (mAngle+(mAngleReference==arAngularAxis ? mAngularAxis->angle() : 0))/180.0*M_PI; - const QPointF axisVector(qCos(axisAngleRad), qSin(axisAngleRad)); // semantically should be QCPVector2D, but we save time in loops when we keep it as QPointF - const QPointF tickNormal = QCPVector2D(axisVector).perpendicular().toPointF(); // semantically should be QCPVector2D, but we save time in loops when we keep it as QPointF - - // draw baseline: - painter->setPen(getBasePen()); - painter->drawLine(QLineF(mCenter, mCenter+axisVector*(mRadius-0.5))); - - // draw subticks: - if (!mSubTickVector.isEmpty()) - { - painter->setPen(getSubTickPen()); - for (int i=0; idrawLine(QLineF(tickPosition-tickNormal*mSubTickLengthIn, tickPosition+tickNormal*mSubTickLengthOut)); - } - } - - // draw ticks and labels: - if (!mTickVector.isEmpty()) - { - mLabelPainter.setAnchorReference(mCenter-axisVector); // subtract (normalized) axisVector, just to prevent degenerate tangents for tick label at exact lower axis range - mLabelPainter.setFont(getTickLabelFont()); - mLabelPainter.setColor(getTickLabelColor()); - const QPen ticksPen = getTickPen(); - painter->setPen(ticksPen); - for (int i=0; idrawLine(QLineF(tickPosition-tickNormal*mTickLengthIn, tickPosition+tickNormal*mTickLengthOut)); - // possibly draw tick labels: - if (!mTickVectorLabels.isEmpty()) - { - if ((!mRangeReversed && (i < mTickVectorLabels.count()-1 || mRadius-r > 10)) || - (mRangeReversed && (i > 0 || mRadius-r > 10))) // skip last label if it's closer than 10 pixels to angular axis - mLabelPainter.drawTickLabel(painter, tickPosition+tickNormal*mSubTickLengthOut, mTickVectorLabels.at(i)); - } - } - } -} - -/*! \internal - - Prepares the internal tick vector, sub tick vector and tick label vector. This is done by calling - QCPAxisTicker::generate on the currently installed ticker. - - If a change in the label text/count is detected, the cached axis margin is invalidated to make - sure the next margin calculation recalculates the label sizes and returns an up-to-date value. -*/ -void QCPPolarAxisRadial::setupTickVectors() -{ - if (!mParentPlot) return; - if ((!mTicks && !mTickLabels) || mRange.size() <= 0) return; - - mTicker->generate(mRange, mParentPlot->locale(), mNumberFormatChar, mNumberPrecision, mTickVector, mSubTicks ? &mSubTickVector : 0, mTickLabels ? &mTickVectorLabels : 0); -} - -/*! \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 QCPPolarAxisRadial::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 QCPPolarAxisRadial::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 QCPPolarAxisRadial::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 QCPPolarAxisRadial::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 QCPPolarAxisRadial::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 QCPPolarAxisRadial::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 QCPPolarAxisRadial::getLabelColor() const -{ - return mSelectedParts.testFlag(spAxisLabel) ? mSelectedLabelColor : mLabelColor; -} - - -/* inherits documentation from base class */ -QCP::Interaction QCPPolarAxisRadial::selectionCategory() const -{ - return QCP::iSelectAxes; -} -/* end of 'src/polar/radialaxis.cpp' */ - - -/* including file 'src/polar/layoutelement-angularaxis.cpp' */ -/* modified 2022-11-06T12:45:57, size 57266 */ - - -//////////////////////////////////////////////////////////////////////////////////////////////////// -//////////////////// QCPPolarAxisAngular -//////////////////////////////////////////////////////////////////////////////////////////////////// - -/*! \class QCPPolarAxisAngular - \brief The main container for polar plots, representing the angular axis as a circle - - \warning In this QCustomPlot version, polar plots are a tech preview. Expect documentation and - functionality to be incomplete, as well as changing public interfaces in the future. -*/ - -/* start documentation of inline functions */ - -/*! \fn QCPLayoutInset *QCPPolarAxisAngular::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 QCPPolarAxisAngular::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 QCPPolarAxisAngular::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 QCPPolarAxisAngular::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 QCPPolarAxisAngular::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 QCPPolarAxisAngular::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 QCPPolarAxisAngular::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 QCPPolarAxisAngular::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 QCPPolarAxisAngular::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 QCPPolarAxisAngular::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 QCPPolarAxisAngular::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 QCPPolarAxisAngular::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 QCPPolarAxisAngular::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 QCPPolarAxis instance and sets default values. An axis is added for each of the four - sides, the top and right axes are set invisible initially. -*/ -QCPPolarAxisAngular::QCPPolarAxisAngular(QCustomPlot *parentPlot) : - QCPLayoutElement(parentPlot), - mBackgroundBrush(Qt::NoBrush), - mBackgroundScaled(true), - mBackgroundScaledMode(Qt::KeepAspectRatioByExpanding), - mInsetLayout(new QCPLayoutInset), - mRangeDrag(false), - mRangeZoom(false), - mRangeZoomFactor(0.85), - // axis base: - mAngle(-90), - mAngleRad(mAngle/180.0*M_PI), - mSelectableParts(spAxis | spTickLabels | spAxisLabel), - mSelectedParts(spNone), - mBasePen(QPen(Qt::black, 0, Qt::SolidLine, Qt::SquareCap)), - mSelectedBasePen(QPen(Qt::blue, 2)), - // axis label: - mLabelPadding(0), - mLabel(), - mLabelFont(mParentPlot->font()), - mSelectedLabelFont(QFont(mLabelFont.family(), mLabelFont.pointSize(), QFont::Bold)), - mLabelColor(Qt::black), - mSelectedLabelColor(Qt::blue), - // tick labels: - //mTickLabelPadding(0), in label painter - mTickLabels(true), - //mTickLabelRotation(0), in label painter - mTickLabelFont(mParentPlot->font()), - mSelectedTickLabelFont(QFont(mTickLabelFont.family(), mTickLabelFont.pointSize(), QFont::Bold)), - mTickLabelColor(Qt::black), - mSelectedTickLabelColor(Qt::blue), - mNumberPrecision(6), - mNumberFormatChar('g'), - mNumberBeautifulPowers(true), - mNumberMultiplyCross(false), - // ticks and subticks: - mTicks(true), - mSubTicks(true), - mTickLengthIn(5), - mTickLengthOut(0), - mSubTickLengthIn(2), - mSubTickLengthOut(0), - 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, 360), - mRangeReversed(false), - // internal members: - mRadius(1), // non-zero initial value, will be overwritten in ::update() according to inner rect - mGrid(new QCPPolarGrid(this)), - mTicker(new QCPAxisTickerFixed), - mDragging(false), - mLabelPainter(parentPlot) -{ - // TODO: - //mInsetLayout->initializeParentPlot(mParentPlot); - //mInsetLayout->setParentLayerable(this); - //mInsetLayout->setParent(this); - - if (QCPAxisTickerFixed *fixedTicker = mTicker.dynamicCast().data()) - { - fixedTicker->setTickStep(30); - } - setAntialiased(true); - 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 - - setTickLabelPadding(5); - setTickLabelRotation(0); - setTickLabelMode(lmUpright); - mLabelPainter.setAnchorReferenceType(QCPLabelPainterPrivate::artNormal); - mLabelPainter.setAbbreviateDecimalPowers(false); - mLabelPainter.setCacheSize(24); // so we can cache up to 15-degree intervals, polar angular axis uses a bit larger cache than normal axes - - setMinimumSize(50, 50); - setMinimumMargins(QMargins(30, 30, 30, 30)); - - addRadialAxis(); - mGrid->setRadialAxis(radialAxis()); -} - -QCPPolarAxisAngular::~QCPPolarAxisAngular() -{ - delete mGrid; // delete grid here instead of via parent ~QObject for better defined deletion order - mGrid = 0; - - delete mInsetLayout; - mInsetLayout = 0; - - QList radialAxesList = radialAxes(); - for (int i=0; i= 0 && index < mRadialAxes.size()) - { - return mRadialAxes.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 QCPPolarAxisAngular::radialAxes() const -{ - return mRadialAxes; -} - - -/*! - 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. QCustomPlot owns the returned axis, so if you want to - remove an axis, use \ref removeAxis instead of deleting it manually. - - You may inject QCPAxis instances (or subclasses 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 -*/ -QCPPolarAxisRadial *QCPPolarAxisAngular::addRadialAxis(QCPPolarAxisRadial *axis) -{ - QCPPolarAxisRadial *newAxis = axis; - if (!newAxis) - { - newAxis = new QCPPolarAxisRadial(this); - } else // user provided existing axis instance, do some sanity checks - { - if (newAxis->angularAxis() != this) - { - qDebug() << Q_FUNC_INFO << "passed radial axis doesn't have this angular axis as parent angular axis"; - return 0; - } - if (radialAxes().contains(newAxis)) - { - qDebug() << Q_FUNC_INFO << "passed axis is already owned by this angular axis"; - return 0; - } - } - mRadialAxes.append(newAxis); - return newAxis; -} - -/*! - 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 QCPPolarAxisAngular::removeRadialAxis(QCPPolarAxisRadial *radialAxis) -{ - if (mRadialAxes.contains(radialAxis)) - { - mRadialAxes.removeOne(radialAxis); - delete radialAxis; - return true; - } else - { - qDebug() << Q_FUNC_INFO << "Radial axis isn't associated with this angular axis:" << reinterpret_cast(radialAxis); - return false; - } -} - -QRegion QCPPolarAxisAngular::exactClipRegion() const -{ - return QRegion(mCenter.x()-mRadius, mCenter.y()-mRadius, qRound(2*mRadius), qRound(2*mRadius), QRegion::Ellipse); -} - -/*! - 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 QCPPolarAxisAngular::moveRange(double diff) -{ - QCPRange oldRange = mRange; - mRange.lower += diff; - mRange.upper += diff; - emit rangeChanged(mRange); - emit rangeChanged(mRange, oldRange); -} - -/*! - Scales the range of this axis by \a factor around the center of the current axis range. For - example, if \a factor is 2.0, then the axis range will double its size, and the point at the axis - range center won't have changed its position in the QCustomPlot widget (i.e. coordinates around - the center will have moved symmetrically closer). - - If you wish to scale around a different coordinate than the current axis range center, use the - overload \ref scaleRange(double factor, double center). -*/ -void QCPPolarAxisAngular::scaleRange(double factor) -{ - scaleRange(factor, range().center()); -} - -/*! \overload - - 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). - - \see scaleRange(double factor) -*/ -void QCPPolarAxisAngular::scaleRange(double factor, double center) -{ - QCPRange oldRange = mRange; - QCPRange newRange; - newRange.lower = (mRange.lower-center)*factor + center; - newRange.upper = (mRange.upper-center)*factor + center; - if (QCPRange::validRange(newRange)) - mRange = newRange.sanitizedForLinScale(); - emit rangeChanged(mRange); - emit rangeChanged(mRange, oldRange); -} - -/*! - Changes the axis range such that all plottables associated with this axis are fully visible in - that dimension. - - \see QCPAbstractPlottable::rescaleAxes, QCustomPlot::rescaleAxes -*/ -void QCPPolarAxisAngular::rescale(bool onlyVisiblePlottables) -{ - QCPRange newRange; - bool haveRange = false; - for (int i=0; irealVisibility() && onlyVisiblePlottables) - continue; - QCPRange range; - bool currentFoundRange; - if (mGraphs.at(i)->keyAxis() == this) - range = mGraphs.at(i)->getKeyRange(currentFoundRange, QCP::sdBoth); - else - range = mGraphs.at(i)->getValueRange(currentFoundRange, QCP::sdBoth); - if (currentFoundRange) - { - if (!haveRange) - newRange = range; - else - newRange.expand(range); - 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 - newRange.lower = center-mRange.size()/2.0; - newRange.upper = center+mRange.size()/2.0; - } - setRange(newRange); - } -} - -/*! - Transforms \a value, in pixel coordinates of the QCustomPlot widget, to axis coordinates. -*/ -void QCPPolarAxisAngular::pixelToCoord(QPointF pixelPos, double &angleCoord, double &radiusCoord) const -{ - if (!mRadialAxes.isEmpty()) - mRadialAxes.first()->pixelToCoord(pixelPos, angleCoord, radiusCoord); - else - qDebug() << Q_FUNC_INFO << "no radial axis configured"; -} - -/*! - Transforms \a value, in coordinates of the axis, to pixel coordinates of the QCustomPlot widget. -*/ -QPointF QCPPolarAxisAngular::coordToPixel(double angleCoord, double radiusCoord) const -{ - if (!mRadialAxes.isEmpty()) - { - return mRadialAxes.first()->coordToPixel(angleCoord, radiusCoord); - } else - { - qDebug() << Q_FUNC_INFO << "no radial axis configured"; - return QPointF(); - } -} - -/*! - 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 -*/ -QCPPolarAxisAngular::SelectablePart QCPPolarAxisAngular::getPartAt(const QPointF &pos) const -{ - Q_UNUSED(pos) // TODO remove later - - if (!mVisible) - return spNone; - - /* - TODO: - 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 QCPPolarAxisAngular::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; - */ - - 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; -} - -/*! - This method is called automatically upon replot and doesn't need to be called by users of - QCPPolarAxisAngular. - - 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. - - \seebaseclassmethod -*/ -void QCPPolarAxisAngular::update(UpdatePhase phase) -{ - QCPLayoutElement::update(phase); - - switch (phase) - { - case upPreparation: - { - setupTickVectors(); - for (int i=0; isetupTickVectors(); - break; - } - case upLayout: - { - mCenter = mRect.center(); - mRadius = 0.5*qMin(qAbs(mRect.width()), qAbs(mRect.height())); - if (mRadius < 1) mRadius = 1; // prevent cases where radius might become 0 which causes trouble - for (int i=0; iupdateGeometry(mCenter, mRadius); - - mInsetLayout->setOuterRect(rect()); - break; - } - default: break; - } - - // pass update call on to inset layout (doesn't happen automatically, because QCPPolarAxis doesn't derive from QCPLayout): - mInsetLayout->update(phase); -} - -/* inherits documentation from base class */ -QList QCPPolarAxisAngular::elements(bool recursive) const -{ - QList result; - if (mInsetLayout) - { - result << mInsetLayout; - if (recursive) - result << mInsetLayout->elements(recursive); - } - return result; -} - -bool QCPPolarAxisAngular::removeGraph(QCPPolarGraph *graph) -{ - if (!mGraphs.contains(graph)) - { - qDebug() << Q_FUNC_INFO << "graph not in list:" << reinterpret_cast(graph); - return false; - } - - // remove plottable from legend: - graph->removeFromLegend(); - // remove plottable: - delete graph; - mGraphs.removeOne(graph); - return true; -} - -/* inherits documentation from base class */ -void QCPPolarAxisAngular::applyDefaultAntialiasingHint(QCPPainter *painter) const -{ - applyAntialiasingHint(painter, mAntialiased, QCP::aeAxes); -} - -/* inherits documentation from base class */ -void QCPPolarAxisAngular::draw(QCPPainter *painter) -{ - drawBackground(painter, mCenter, mRadius); - - // draw baseline circle: - painter->setPen(getBasePen()); - painter->drawEllipse(mCenter, mRadius, mRadius); - - // draw subticks: - if (!mSubTickVector.isEmpty()) - { - painter->setPen(getSubTickPen()); - for (int i=0; idrawLine(mCenter+mSubTickVectorCosSin.at(i)*(mRadius-mSubTickLengthIn), - mCenter+mSubTickVectorCosSin.at(i)*(mRadius+mSubTickLengthOut)); - } - } - - // draw ticks and labels: - if (!mTickVector.isEmpty()) - { - mLabelPainter.setAnchorReference(mCenter); - mLabelPainter.setFont(getTickLabelFont()); - mLabelPainter.setColor(getTickLabelColor()); - const QPen ticksPen = getTickPen(); - painter->setPen(ticksPen); - for (int i=0; idrawLine(mCenter+mTickVectorCosSin.at(i)*(mRadius-mTickLengthIn), outerTick); - // draw tick labels: - if (!mTickVectorLabels.isEmpty()) - { - if (i < mTickVectorLabels.count()-1 || (mTickVectorCosSin.at(i)-mTickVectorCosSin.first()).manhattanLength() > 5/180.0*M_PI) // skip last label if it's closer than approx 5 degrees to first - mLabelPainter.drawTickLabel(painter, outerTick, mTickVectorLabels.at(i)); - } - } - } -} - -/* inherits documentation from base class */ -QCP::Interaction QCPPolarAxisAngular::selectionCategory() const -{ - return QCP::iSelectAxes; -} - - -/*! - 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 QCPPolarAxisAngular::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 QCPPolarAxisAngular::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 QCPPolarAxisAngular::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 QCPPolarAxisAngular::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 QCPPolarAxisAngular::setBackgroundScaledMode(Qt::AspectRatioMode mode) -{ - mBackgroundScaledMode = mode; -} - -void QCPPolarAxisAngular::setRangeDrag(bool enabled) -{ - mRangeDrag = enabled; -} - -void QCPPolarAxisAngular::setRangeZoom(bool enabled) -{ - mRangeZoom = enabled; -} - -void QCPPolarAxisAngular::setRangeZoomFactor(double factor) -{ - mRangeZoomFactor = factor; -} - - - - - - - -/*! - 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 QCPPolarAxisAngular::setRange(const QCPRange &range) -{ - if (range.lower == mRange.lower && range.upper == mRange.upper) - return; - - if (!QCPRange::validRange(range)) return; - QCPRange oldRange = mRange; - mRange = range.sanitizedForLinScale(); - 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 QCPPolarAxisAngular::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 QCPPolarAxisAngular::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 QCPPolarAxisAngular::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; - mRange = mRange.sanitizedForLinScale(); - 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 QCPPolarAxisAngular::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 QCPPolarAxisAngular::setRangeLower(double lower) -{ - if (mRange.lower == lower) - return; - - QCPRange oldRange = mRange; - mRange.lower = lower; - mRange = mRange.sanitizedForLinScale(); - emit rangeChanged(mRange); - emit rangeChanged(mRange, oldRange); -} - -/*! - Sets the upper bound of the axis range. The lower bound is not changed. - \see setRange -*/ -void QCPPolarAxisAngular::setRangeUpper(double upper) -{ - if (mRange.upper == upper) - return; - - QCPRange oldRange = mRange; - mRange.upper = upper; - mRange = mRange.sanitizedForLinScale(); - 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 QCPPolarAxisAngular::setRangeReversed(bool reversed) -{ - mRangeReversed = reversed; -} - -void QCPPolarAxisAngular::setAngle(double degrees) -{ - mAngle = degrees; - mAngleRad = mAngle/180.0*M_PI; -} - -/*! - The axis ticker is responsible for generating the tick positions and tick labels. See the - documentation of QCPAxisTicker for details on how to work with axis tickers. - - You can change the tick positioning/labeling behaviour of this axis by setting a different - QCPAxisTicker subclass using this method. If you only wish to modify the currently installed axis - ticker, access it via \ref ticker. - - Since the ticker is stored in the axis as a shared pointer, multiple axes may share the same axis - ticker simply by passing the same shared pointer to multiple axes. - - \see ticker -*/ -void QCPPolarAxisAngular::setTicker(QSharedPointer ticker) -{ - if (ticker) - mTicker = ticker; - else - qDebug() << Q_FUNC_INFO << "can not set 0 as axis ticker"; - // no need to invalidate margin cache here because produced tick labels are checked for changes in setupTickVector -} - -/*! - 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. - - \see setSubTicks -*/ -void QCPPolarAxisAngular::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 QCPPolarAxisAngular::setTickLabels(bool show) -{ - if (mTickLabels != show) - { - mTickLabels = show; - //mCachedMarginValid = false; - if (!mTickLabels) - mTickVectorLabels.clear(); - } -} - -/*! - Sets the distance between the axis base line (including any outward ticks) and the tick labels. - \see setLabelPadding, setPadding -*/ -void QCPPolarAxisAngular::setTickLabelPadding(int padding) -{ - mLabelPainter.setPadding(padding); -} - -/*! - Sets the font of the tick labels. - - \see setTickLabels, setTickLabelColor -*/ -void QCPPolarAxisAngular::setTickLabelFont(const QFont &font) -{ - mTickLabelFont = font; -} - -/*! - Sets the color of the tick labels. - - \see setTickLabels, setTickLabelFont -*/ -void QCPPolarAxisAngular::setTickLabelColor(const QColor &color) -{ - mTickLabelColor = color; -} - -/*! - 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 QCPPolarAxisAngular::setTickLabelRotation(double degrees) -{ - mLabelPainter.setRotation(degrees); -} - -void QCPPolarAxisAngular::setTickLabelMode(LabelMode mode) -{ - switch (mode) - { - case lmUpright: mLabelPainter.setAnchorMode(QCPLabelPainterPrivate::amSkewedUpright); break; - case lmRotated: mLabelPainter.setAnchorMode(QCPLabelPainterPrivate::amSkewedRotated); break; - } -} - -/*! - Sets the number format for the numbers in tick labels. 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 might be - visually unappealing 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. - - 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 QCPPolarAxisAngular::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; - mNumberMultiplyCross = false; - } else - { - // 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; - - if (formatCode.length() < 3) - { - mNumberMultiplyCross = false; - } else - { - // interpret third char as indicator for dot or cross multiplication symbol: - if (formatCode.at(2) == QLatin1Char('c')) - mNumberMultiplyCross = true; - else if (formatCode.at(2) == QLatin1Char('d')) - mNumberMultiplyCross = false; - else - qDebug() << Q_FUNC_INFO << "Invalid number format code (third char neither 'c' nor 'd'):" << formatCode; - } - } - mLabelPainter.setSubstituteExponent(mNumberBeautifulPowers); - mLabelPainter.setMultiplicationSymbol(mNumberMultiplyCross ? QCPLabelPainterPrivate::SymbolCross : QCPLabelPainterPrivate::SymbolDot); -} - -/*! - 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 -*/ -void QCPPolarAxisAngular::setNumberPrecision(int precision) -{ - if (mNumberPrecision != precision) - { - mNumberPrecision = precision; - //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 QCPPolarAxisAngular::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 QCPPolarAxisAngular::setTickLengthIn(int inside) -{ - if (mTickLengthIn != inside) - { - mTickLengthIn = 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 QCPPolarAxisAngular::setTickLengthOut(int outside) -{ - if (mTickLengthOut != outside) - { - mTickLengthOut = outside; - //mCachedMarginValid = false; // only outside tick length can change margin - } -} - -/*! - Sets whether sub tick marks are displayed. - - Sub ticks are only potentially visible if (major) ticks are also visible (see \ref setTicks) - - \see setTicks -*/ -void QCPPolarAxisAngular::setSubTicks(bool show) -{ - if (mSubTicks != show) - { - mSubTicks = show; - //mCachedMarginValid = false; - } -} - -/*! - 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 QCPPolarAxisAngular::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 QCPPolarAxisAngular::setSubTickLengthIn(int inside) -{ - if (mSubTickLengthIn != inside) - { - mSubTickLengthIn = 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 QCPPolarAxisAngular::setSubTickLengthOut(int outside) -{ - if (mSubTickLengthOut != outside) - { - mSubTickLengthOut = outside; - //mCachedMarginValid = false; // only outside tick length can change margin - } -} - -/*! - Sets the pen, the axis base line is drawn with. - - \see setTickPen, setSubTickPen -*/ -void QCPPolarAxisAngular::setBasePen(const QPen &pen) -{ - mBasePen = pen; -} - -/*! - Sets the pen, tick marks will be drawn with. - - \see setTickLength, setBasePen -*/ -void QCPPolarAxisAngular::setTickPen(const QPen &pen) -{ - mTickPen = pen; -} - -/*! - Sets the pen, subtick marks will be drawn with. - - \see setSubTickCount, setSubTickLength, setBasePen -*/ -void QCPPolarAxisAngular::setSubTickPen(const QPen &pen) -{ - mSubTickPen = pen; -} - -/*! - Sets the font of the axis label. - - \see setLabelColor -*/ -void QCPPolarAxisAngular::setLabelFont(const QFont &font) -{ - if (mLabelFont != font) - { - mLabelFont = font; - //mCachedMarginValid = false; - } -} - -/*! - Sets the color of the axis label. - - \see setLabelFont -*/ -void QCPPolarAxisAngular::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 QCPPolarAxisAngular::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 QCPPolarAxisAngular::setLabelPadding(int padding) -{ - if (mLabelPadding != padding) - { - mLabelPadding = padding; - //mCachedMarginValid = false; - } -} - -/*! - Sets the font that is used for tick labels when they are selected. - - \see setTickLabelFont, setSelectableParts, setSelectedParts, QCustomPlot::setInteractions -*/ -void QCPPolarAxisAngular::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 QCPPolarAxisAngular::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 QCPPolarAxisAngular::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 QCPPolarAxisAngular::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 QCPPolarAxisAngular::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 QCPPolarAxisAngular::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 QCPPolarAxisAngular::setSelectedSubTickPen(const QPen &pen) -{ - mSelectedSubTickPen = pen; -} - -/*! \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 - dependent on the \ref setBackgroundScaledMode), or when a differend axis background pixmap was - set. - - \see setBackground, setBackgroundScaled, setBackgroundScaledMode -*/ -void QCPPolarAxisAngular::drawBackground(QCPPainter *painter, const QPointF ¢er, double radius) -{ - // draw background fill (don't use circular clip, looks bad): - if (mBackgroundBrush != Qt::NoBrush) - { - QPainterPath ellipsePath; - ellipsePath.addEllipse(center, radius, radius); - painter->fillPath(ellipsePath, mBackgroundBrush); - } - - // draw background pixmap (on top of fill, if brush specified): - if (!mBackgroundPixmap.isNull()) - { - QRegion clipCircle(center.x()-radius, center.y()-radius, qRound(2*radius), qRound(2*radius), QRegion::Ellipse); - QRegion originalClip = painter->clipRegion(); - painter->setClipRegion(clipCircle); - 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())); - } - painter->setClipRegion(originalClip); - } -} - -/*! \internal - - Prepares the internal tick vector, sub tick vector and tick label vector. This is done by calling - QCPAxisTicker::generate on the currently installed ticker. - - If a change in the label text/count is detected, the cached axis margin is invalidated to make - sure the next margin calculation recalculates the label sizes and returns an up-to-date value. -*/ -void QCPPolarAxisAngular::setupTickVectors() -{ - if (!mParentPlot) return; - if ((!mTicks && !mTickLabels && !mGrid->visible()) || mRange.size() <= 0) return; - - mSubTickVector.clear(); // since we might not pass it to mTicker->generate(), and we don't want old data in there - mTicker->generate(mRange, mParentPlot->locale(), mNumberFormatChar, mNumberPrecision, mTickVector, mSubTicks ? &mSubTickVector : 0, mTickLabels ? &mTickVectorLabels : 0); - - // fill cos/sin buffers which will be used by draw() and QCPPolarGrid::draw(), so we don't have to calculate it twice: - mTickVectorCosSin.resize(mTickVector.size()); - for (int i=0; ibuttons() & 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)) - { - mDragAngularStart = range(); - mDragRadialStart.clear(); - for (int i=0; irange()); - } - } -} - -/*! \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 QCPPolarAxisAngular::mouseMoveEvent(QMouseEvent *event, const QPointF &startPos) -{ - Q_UNUSED(startPos) - bool doReplot = false; - // Mouse range dragging interaction: - if (mDragging && mParentPlot->interactions().testFlag(QCP::iRangeDrag)) - { - if (mRangeDrag) - { - doReplot = true; - double angleCoordStart, radiusCoordStart; - double angleCoord, radiusCoord; - pixelToCoord(startPos, angleCoordStart, radiusCoordStart); - pixelToCoord(event->pos(), angleCoord, radiusCoord); - double diff = angleCoordStart - angleCoord; - setRange(mDragAngularStart.lower+diff, mDragAngularStart.upper+diff); - } - - for (int i=0; irangeDrag()) - continue; - doReplot = true; - double angleCoordStart, radiusCoordStart; - double angleCoord, radiusCoord; - ax->pixelToCoord(startPos, angleCoordStart, radiusCoordStart); - ax->pixelToCoord(event->pos(), angleCoord, radiusCoord); - if (ax->scaleType() == QCPPolarAxisRadial::stLinear) - { - double diff = radiusCoordStart - radiusCoord; - ax->setRange(mDragRadialStart.at(i).lower+diff, mDragRadialStart.at(i).upper+diff); - } else if (ax->scaleType() == QCPPolarAxisRadial::stLogarithmic) - { - if (radiusCoord != 0) - { - double diff = radiusCoordStart/radiusCoord; - ax->setRange(mDragRadialStart.at(i).lower*diff, mDragRadialStart.at(i).upper*diff); - } - } - } - - if (doReplot) // if either vertical or horizontal drag was enabled, do a replot - { - if (mParentPlot->noAntialiasingOnDrag()) - mParentPlot->setNotAntialiasedElements(QCP::aeAll); - mParentPlot->replot(QCustomPlot::rpQueuedReplot); - } - } -} - -/* inherits documentation from base class */ -void QCPPolarAxisAngular::mouseReleaseEvent(QMouseEvent *event, const QPointF &startPos) -{ - Q_UNUSED(event) - Q_UNUSED(startPos) - 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 - dependent 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 QCPPolarAxisAngular::wheelEvent(QWheelEvent *event) -{ - bool doReplot = false; - // Mouse range zooming interaction: - if (mParentPlot->interactions().testFlag(QCP::iRangeZoom)) - { -#if QT_VERSION < QT_VERSION_CHECK(5, 0, 0) - const double delta = event->delta(); -#else - const double delta = event->angleDelta().y(); -#endif - -#if QT_VERSION < QT_VERSION_CHECK(5, 14, 0) - const QPointF pos = event->pos(); -#else - const QPointF pos = event->position(); -#endif - const double wheelSteps = delta/120.0; // a single step delta is +/-120 usually - if (mRangeZoom) - { - double angleCoord, radiusCoord; - pixelToCoord(pos, angleCoord, radiusCoord); - scaleRange(qPow(mRangeZoomFactor, wheelSteps), angleCoord); - } - - for (int i=0; irangeZoom()) - continue; - doReplot = true; - double angleCoord, radiusCoord; - ax->pixelToCoord(pos, angleCoord, radiusCoord); - ax->scaleRange(qPow(ax->rangeZoomFactor(), wheelSteps), radiusCoord); - } - } - if (doReplot) - mParentPlot->replot(); -} - -bool QCPPolarAxisAngular::registerPolarGraph(QCPPolarGraph *graph) -{ - if (mGraphs.contains(graph)) - { - qDebug() << Q_FUNC_INFO << "plottable already added:" << reinterpret_cast(graph); - return false; - } - if (graph->keyAxis() != this) - { - qDebug() << Q_FUNC_INFO << "plottable not created with this as axis:" << reinterpret_cast(graph); - return false; - } - - mGraphs.append(graph); - // possibly add plottable to legend: - if (mParentPlot->autoAddPlottableToLegend()) - graph->addToLegend(); - if (!graph->layer()) // usually the layer is already set in the constructor of the plottable (via QCPLayerable constructor) - graph->setLayer(mParentPlot->currentLayer()); - return true; -} -/* end of 'src/polar/layoutelement-angularaxis.cpp' */ - - -/* including file 'src/polar/polargrid.cpp' */ -/* modified 2022-11-06T12:45:57, size 7493 */ - - -//////////////////////////////////////////////////////////////////////////////////////////////////// -//////////////////// QCPPolarGrid -//////////////////////////////////////////////////////////////////////////////////////////////////// - -/*! \class QCPPolarGrid - \brief The grid in both angular and radial dimensions for polar plots - - \warning In this QCustomPlot version, polar plots are a tech preview. Expect documentation and - functionality to be incomplete, as well as changing public interfaces in the future. -*/ - -/*! - Creates a QCPPolarGrid instance and sets default values. - - You shouldn't instantiate grids on their own, since every axis brings its own grid. -*/ -QCPPolarGrid::QCPPolarGrid(QCPPolarAxisAngular *parentAxis) : - QCPLayerable(parentAxis->parentPlot(), QString(), parentAxis), - mType(gtNone), - mSubGridType(gtNone), - mAntialiasedSubGrid(true), - mAntialiasedZeroLine(true), - mParentAxis(parentAxis) -{ - // warning: this is called in QCPPolarAxisAngular constructor, so parentAxis members should not be accessed/called - setParent(parentAxis); - setType(gtAll); - setSubGridType(gtNone); - - setAngularPen(QPen(QColor(200,200,200), 0, Qt::DotLine)); - setAngularSubGridPen(QPen(QColor(220,220,220), 0, Qt::DotLine)); - - setRadialPen(QPen(QColor(200,200,200), 0, Qt::DotLine)); - setRadialSubGridPen(QPen(QColor(220,220,220), 0, Qt::DotLine)); - setRadialZeroLinePen(QPen(QColor(200,200,200), 0, Qt::SolidLine)); - - setAntialiased(true); -} - -void QCPPolarGrid::setRadialAxis(QCPPolarAxisRadial *axis) -{ - mRadialAxis = axis; -} - -void QCPPolarGrid::setType(GridTypes type) -{ - mType = type; -} - -void QCPPolarGrid::setSubGridType(GridTypes type) -{ - mSubGridType = type; -} - -/*! - Sets whether sub grid lines are drawn antialiased. -*/ -void QCPPolarGrid::setAntialiasedSubGrid(bool enabled) -{ - mAntialiasedSubGrid = enabled; -} - -/*! - Sets whether zero lines are drawn antialiased. -*/ -void QCPPolarGrid::setAntialiasedZeroLine(bool enabled) -{ - mAntialiasedZeroLine = enabled; -} - -/*! - Sets the pen with which (major) grid lines are drawn. -*/ -void QCPPolarGrid::setAngularPen(const QPen &pen) -{ - mAngularPen = pen; -} - -/*! - Sets the pen with which sub grid lines are drawn. -*/ -void QCPPolarGrid::setAngularSubGridPen(const QPen &pen) -{ - mAngularSubGridPen = pen; -} - -void QCPPolarGrid::setRadialPen(const QPen &pen) -{ - mRadialPen = pen; -} - -void QCPPolarGrid::setRadialSubGridPen(const QPen &pen) -{ - mRadialSubGridPen = pen; -} - -void QCPPolarGrid::setRadialZeroLinePen(const QPen &pen) -{ - mRadialZeroLinePen = 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 QCPPolarGrid::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 QCPPolarGrid::draw(QCPPainter *painter) -{ - if (!mParentAxis) { qDebug() << Q_FUNC_INFO << "invalid parent axis"; return; } - - const QPointF center = mParentAxis->mCenter; - const double radius = mParentAxis->mRadius; - - painter->setBrush(Qt::NoBrush); - // draw main angular grid: - if (mType.testFlag(gtAngular)) - drawAngularGrid(painter, center, radius, mParentAxis->mTickVectorCosSin, mAngularPen); - // draw main radial grid: - if (mType.testFlag(gtRadial) && mRadialAxis) - drawRadialGrid(painter, center, mRadialAxis->tickVector(), mRadialPen, mRadialZeroLinePen); - - applyAntialiasingHint(painter, mAntialiasedSubGrid, QCP::aeGrid); - // draw sub angular grid: - if (mSubGridType.testFlag(gtAngular)) - drawAngularGrid(painter, center, radius, mParentAxis->mSubTickVectorCosSin, mAngularSubGridPen); - // draw sub radial grid: - if (mSubGridType.testFlag(gtRadial) && mRadialAxis) - drawRadialGrid(painter, center, mRadialAxis->subTickVector(), mRadialSubGridPen); -} - -void QCPPolarGrid::drawRadialGrid(QCPPainter *painter, const QPointF ¢er, const QVector &coords, const QPen &pen, const QPen &zeroPen) -{ - if (!mRadialAxis) return; - if (coords.isEmpty()) return; - const bool drawZeroLine = zeroPen != Qt::NoPen; - const double zeroLineEpsilon = qAbs(coords.last()-coords.first())*1e-6; - - painter->setPen(pen); - for (int i=0; icoordToRadius(coords.at(i)); - if (drawZeroLine && qAbs(coords.at(i)) < zeroLineEpsilon) - { - applyAntialiasingHint(painter, mAntialiasedZeroLine, QCP::aeZeroLine); - painter->setPen(zeroPen); - painter->drawEllipse(center, r, r); - painter->setPen(pen); - applyDefaultAntialiasingHint(painter); - } else - { - painter->drawEllipse(center, r, r); - } - } -} - -void QCPPolarGrid::drawAngularGrid(QCPPainter *painter, const QPointF ¢er, double radius, const QVector &ticksCosSin, const QPen &pen) -{ - if (ticksCosSin.isEmpty()) return; - - painter->setPen(pen); - for (int i=0; idrawLine(center, center+ticksCosSin.at(i)*radius); -} -/* end of 'src/polar/polargrid.cpp' */ - - -/* including file 'src/polar/polargraph.cpp' */ -/* modified 2022-11-06T12:45:57, size 44035 */ - - -//////////////////////////////////////////////////////////////////////////////////////////////////// -//////////////////// QCPPolarLegendItem -//////////////////////////////////////////////////////////////////////////////////////////////////// - -/*! \class QCPPolarLegendItem - \brief A legend item for polar plots - - \warning In this QCustomPlot version, polar plots are a tech preview. Expect documentation and - functionality to be incomplete, as well as changing public interfaces in the future. -*/ -QCPPolarLegendItem::QCPPolarLegendItem(QCPLegend *parent, QCPPolarGraph *graph) : - QCPAbstractLegendItem(parent), - mPolarGraph(graph) -{ - setAntialiased(false); -} - -void QCPPolarLegendItem::draw(QCPPainter *painter) -{ - if (!mPolarGraph) return; - painter->setFont(getFont()); - painter->setPen(QPen(getTextColor())); - QSizeF iconSize = mParentLegend->iconSize(); - QRectF textRect = painter->fontMetrics().boundingRect(0, 0, 0, iconSize.height(), Qt::TextDontClip, mPolarGraph->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, mPolarGraph->name()); - // draw icon: - painter->save(); - painter->setClipRect(iconRect, Qt::IntersectClip); - mPolarGraph->drawLegendIcon(painter, iconRect); - painter->restore(); - // draw icon border: - if (getIconBorderPen().style() != Qt::NoPen) - { - painter->setPen(getIconBorderPen()); - painter->setBrush(Qt::NoBrush); - int halfPen = qCeil(painter->pen().widthF()*0.5)+1; - painter->setClipRect(mOuterRect.adjusted(-halfPen, -halfPen, halfPen, halfPen)); // extend default clip rect so thicker pens (especially during selection) are not clipped - painter->drawRect(iconRect); - } -} - -QSize QCPPolarLegendItem::minimumOuterSizeHint() const -{ - if (!mPolarGraph) 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, mPolarGraph->name()); - result.setWidth(iconSize.width() + mParentLegend->iconTextPadding() + textRect.width()); - result.setHeight(qMax(textRect.height(), iconSize.height())); - result.rwidth() += mMargins.left()+mMargins.right(); - result.rheight() += mMargins.top()+mMargins.bottom(); - return result; -} - -QPen QCPPolarLegendItem::getIconBorderPen() const -{ - return mSelected ? mParentLegend->selectedIconBorderPen() : mParentLegend->iconBorderPen(); -} - -QColor QCPPolarLegendItem::getTextColor() const -{ - return mSelected ? mSelectedTextColor : mTextColor; -} - -QFont QCPPolarLegendItem::getFont() const -{ - return mSelected ? mSelectedFont : mFont; -} - - -//////////////////////////////////////////////////////////////////////////////////////////////////// -//////////////////// QCPPolarGraph -//////////////////////////////////////////////////////////////////////////////////////////////////// - -/*! \class QCPPolarGraph - \brief A radial graph used to display data in polar plots - - \warning In this QCustomPlot version, polar plots are a tech preview. Expect documentation and - functionality to be incomplete, as well as changing public interfaces in the future. -*/ - -/* start of documentation of inline functions */ - -// TODO - -/* end of documentation of inline functions */ - -/*! - Constructs a graph which uses \a keyAxis as its angular and \a valueAxis as its radial axis. \a - keyAxis and \a valueAxis must reside in the same QCustomPlot, and the radial axis must be - associated with the angular axis. If either of these restrictions is violated, a corresponding - message is printed to the debug output (qDebug), the construction is not aborted, though. - - The created QCPPolarGraph is automatically registered with the QCustomPlot instance inferred from - \a keyAxis. This QCustomPlot instance takes ownership of the QCPPolarGraph, so do not delete it - manually but use QCPPolarAxisAngular::removeGraph() instead. - - To directly create a QCPPolarGraph inside a plot, you shoud use the QCPPolarAxisAngular::addGraph - method. -*/ -QCPPolarGraph::QCPPolarGraph(QCPPolarAxisAngular *keyAxis, QCPPolarAxisRadial *valueAxis) : - QCPLayerable(keyAxis->parentPlot(), QString(), keyAxis), - mDataContainer(new QCPGraphDataContainer), - mName(), - mAntialiasedFill(true), - mAntialiasedScatters(true), - mPen(Qt::black), - mBrush(Qt::NoBrush), - mPeriodic(true), - mKeyAxis(keyAxis), - mValueAxis(valueAxis), - mSelectable(QCP::stWhole) - //mSelectionDecorator(0) // TODO -{ - if (keyAxis->parentPlot() != valueAxis->parentPlot()) - qDebug() << Q_FUNC_INFO << "Parent plot of keyAxis is not the same as that of valueAxis."; - - mKeyAxis->registerPolarGraph(this); - - //setSelectionDecorator(new QCPSelectionDecorator); // TODO - - setPen(QPen(Qt::blue, 0)); - setBrush(Qt::NoBrush); - setLineStyle(lsLine); -} - -QCPPolarGraph::~QCPPolarGraph() -{ - /* TODO - if (mSelectionDecorator) - { - delete mSelectionDecorator; - mSelectionDecorator = 0; - } - */ -} - -/*! - 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 QCPPolarGraph::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 QCPPolarGraph::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 QCPPolarGraph::setAntialiasedScatters(bool enabled) -{ - mAntialiasedScatters = 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 QCPPolarGraph::setPen(const QPen &pen) -{ - mPen = 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 QCPPolarGraph::setBrush(const QBrush &brush) -{ - mBrush = brush; -} - -void QCPPolarGraph::setPeriodic(bool enabled) -{ - mPeriodic = enabled; -} - -/*! - 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 QCPPolarGraph::setKeyAxis(QCPPolarAxisAngular *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 QCPPolarGraph::setValueAxis(QCPPolarAxisRadial *axis) -{ - mValueAxis = axis; -} - -/*! - Sets whether and to which granularity this plottable can be selected. - - A selection can happen by clicking on the QCustomPlot surface (When \ref - QCustomPlot::setInteractions contains \ref QCP::iSelectPlottables), by dragging a selection rect - (When \ref QCustomPlot::setSelectionRectMode is \ref QCP::srmSelect), or programmatically by - calling \ref setSelection. - - \see setSelection, QCP::SelectionType -*/ -void QCPPolarGraph::setSelectable(QCP::SelectionType selectable) -{ - if (mSelectable != selectable) - { - mSelectable = selectable; - QCPDataSelection oldSelection = mSelection; - mSelection.enforceType(mSelectable); - emit selectableChanged(mSelectable); - if (mSelection != oldSelection) - { - emit selectionChanged(selected()); - emit selectionChanged(mSelection); - } - } -} - -/*! - Sets which data ranges of this plottable are selected. Selected data ranges are drawn differently - (e.g. color) in the plot. This can be controlled via the selection decorator (see \ref - selectionDecorator). - - 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 programmatically. - - Using \ref setSelectable you can further specify for each plottable whether and to which - granularity it is selectable. If \a selection is not compatible with the current \ref - QCP::SelectionType set via \ref setSelectable, the resulting selection will be adjusted - accordingly (see \ref QCPDataSelection::enforceType). - - emits the \ref selectionChanged signal when \a selected is different from the previous selection state. - - \see setSelectable, selectTest -*/ -void QCPPolarGraph::setSelection(QCPDataSelection selection) -{ - selection.enforceType(mSelectable); - if (mSelection != selection) - { - mSelection = selection; - emit selectionChanged(selected()); - emit selectionChanged(mSelection); - } -} - -/*! \overload - - Replaces the current data container with the provided \a data container. - - Since a QSharedPointer is used, multiple QCPPolarGraphs may share the same data container safely. - Modifying the data in the container will then affect all graphs that share the container. Sharing - can be achieved by simply exchanging the data containers wrapped in shared pointers: - \snippet documentation/doc-code-snippets/mainwindow.cpp QCPPolarGraph-datasharing-1 - - If you do not wish to share containers, but create a copy from an existing container, rather use - the \ref QCPDataContainer::set method on the graph's data container directly: - \snippet documentation/doc-code-snippets/mainwindow.cpp QCPPolarGraph-datasharing-2 - - \see addData -*/ -void QCPPolarGraph::setData(QSharedPointer data) -{ - mDataContainer = data; -} - -/*! \overload - - Replaces the current data with the provided points in \a keys and \a values. The provided - vectors should have equal length. Else, the number of added points will be the size of the - smallest vector. - - If you can guarantee that the passed data points are sorted by \a keys in ascending order, you - can set \a alreadySorted to true, to improve performance by saving a sorting run. - - \see addData -*/ -void QCPPolarGraph::setData(const QVector &keys, const QVector &values, bool alreadySorted) -{ - mDataContainer->clear(); - addData(keys, values, alreadySorted); -} - -/*! - 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 QCPPolarGraph::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 QCPPolarGraph::setScatterStyle(const QCPScatterStyle &style) -{ - mScatterStyle = style; -} - -void QCPPolarGraph::addData(const QVector &keys, const QVector &values, bool alreadySorted) -{ - if (keys.size() != values.size()) - qDebug() << Q_FUNC_INFO << "keys and values have different sizes:" << keys.size() << values.size(); - const int n = qMin(keys.size(), values.size()); - QVector tempData(n); - QVector::iterator it = tempData.begin(); - const QVector::iterator itEnd = tempData.end(); - int i = 0; - while (it != itEnd) - { - it->key = keys[i]; - it->value = values[i]; - ++it; - ++i; - } - mDataContainer->add(tempData, alreadySorted); // don't modify tempData beyond this to prevent copy on write -} - -void QCPPolarGraph::addData(double key, double value) -{ - mDataContainer->add(QCPGraphData(key, value)); -} - -/*! - Use this method to set an own QCPSelectionDecorator (subclass) instance. This allows you to - customize the visual representation of selected data ranges further than by using the default - QCPSelectionDecorator. - - The plottable takes ownership of the \a decorator. - - The currently set decorator can be accessed via \ref selectionDecorator. -*/ -/* -void QCPPolarGraph::setSelectionDecorator(QCPSelectionDecorator *decorator) -{ - if (decorator) - { - if (decorator->registerWithPlottable(this)) - { - if (mSelectionDecorator) // delete old decorator if necessary - delete mSelectionDecorator; - mSelectionDecorator = decorator; - } - } else if (mSelectionDecorator) // just clear decorator - { - delete mSelectionDecorator; - mSelectionDecorator = 0; - } -} -*/ - -void QCPPolarGraph::coordsToPixels(double key, double value, double &x, double &y) const -{ - if (mValueAxis) - { - const QPointF point = mValueAxis->coordToPixel(key, value); - x = point.x(); - y = point.y(); - } else - { - qDebug() << Q_FUNC_INFO << "invalid key or value axis"; - } -} - -const QPointF QCPPolarGraph::coordsToPixels(double key, double value) const -{ - if (mValueAxis) - { - return mValueAxis->coordToPixel(key, value); - } else - { - qDebug() << Q_FUNC_INFO << "invalid key or value axis"; - return QPointF(); - } -} - -void QCPPolarGraph::pixelsToCoords(double x, double y, double &key, double &value) const -{ - if (mValueAxis) - { - mValueAxis->pixelToCoord(QPointF(x, y), key, value); - } else - { - qDebug() << Q_FUNC_INFO << "invalid key or value axis"; - } -} - -void QCPPolarGraph::pixelsToCoords(const QPointF &pixelPos, double &key, double &value) const -{ - if (mValueAxis) - { - mValueAxis->pixelToCoord(pixelPos, key, value); - } else - { - qDebug() << Q_FUNC_INFO << "invalid key or value axis"; - } -} - -void QCPPolarGraph::rescaleAxes(bool onlyEnlarge) const -{ - rescaleKeyAxis(onlyEnlarge); - rescaleValueAxis(onlyEnlarge); -} - -void QCPPolarGraph::rescaleKeyAxis(bool onlyEnlarge) const -{ - QCPPolarAxisAngular *keyAxis = mKeyAxis.data(); - if (!keyAxis) { qDebug() << Q_FUNC_INFO << "invalid key axis"; return; } - - bool foundRange; - QCPRange newRange = getKeyRange(foundRange, QCP::sdBoth); - 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 - newRange.lower = center-keyAxis->range().size()/2.0; - newRange.upper = center+keyAxis->range().size()/2.0; - } - keyAxis->setRange(newRange); - } -} - -void QCPPolarGraph::rescaleValueAxis(bool onlyEnlarge, bool inKeyRange) const -{ - QCPPolarAxisAngular *keyAxis = mKeyAxis.data(); - QCPPolarAxisRadial *valueAxis = mValueAxis.data(); - if (!keyAxis || !valueAxis) { qDebug() << Q_FUNC_INFO << "invalid key or value axis"; return; } - - QCP::SignDomain signDomain = QCP::sdBoth; - if (valueAxis->scaleType() == QCPPolarAxisRadial::stLogarithmic) - signDomain = (valueAxis->range().upper < 0 ? QCP::sdNegative : QCP::sdPositive); - - bool foundRange; - QCPRange newRange = getValueRange(foundRange, signDomain, inKeyRange ? keyAxis->range() : QCPRange()); - 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() == QCPPolarAxisRadial::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); - } -} - -bool QCPPolarGraph::addToLegend(QCPLegend *legend) -{ - if (!legend) - { - qDebug() << Q_FUNC_INFO << "passed legend is null"; - return false; - } - if (legend->parentPlot() != mParentPlot) - { - qDebug() << Q_FUNC_INFO << "passed legend isn't in the same QCustomPlot as this plottable"; - return false; - } - - //if (!legend->hasItemWithPlottable(this)) // TODO - //{ - legend->addItem(new QCPPolarLegendItem(legend, this)); - return true; - //} else - // return false; -} - -bool QCPPolarGraph::addToLegend() -{ - if (!mParentPlot || !mParentPlot->legend) - return false; - else - return addToLegend(mParentPlot->legend); -} - -bool QCPPolarGraph::removeFromLegend(QCPLegend *legend) const -{ - if (!legend) - { - qDebug() << Q_FUNC_INFO << "passed legend is null"; - return false; - } - - - QCPPolarLegendItem *removableItem = 0; - for (int i=0; iitemCount(); ++i) // TODO: reduce this to code in QCPAbstractPlottable::removeFromLegend once unified - { - if (QCPPolarLegendItem *pli = qobject_cast(legend->item(i))) - { - if (pli->polarGraph() == this) - { - removableItem = pli; - break; - } - } - } - - if (removableItem) - return legend->removeItem(removableItem); - else - return false; -} - -bool QCPPolarGraph::removeFromLegend() const -{ - if (!mParentPlot || !mParentPlot->legend) - return false; - else - return removeFromLegend(mParentPlot->legend); -} - -double QCPPolarGraph::selectTest(const QPointF &pos, bool onlySelectable, QVariant *details) const -{ - if ((onlySelectable && mSelectable == QCP::stNone) || mDataContainer->isEmpty()) - return -1; - if (!mKeyAxis || !mValueAxis) - return -1; - - if (mKeyAxis->rect().contains(pos.toPoint())) - { - QCPGraphDataContainer::const_iterator closestDataPoint = mDataContainer->constEnd(); - double result = pointDistance(pos, closestDataPoint); - if (details) - { - int pointIndex = closestDataPoint-mDataContainer->constBegin(); - details->setValue(QCPDataSelection(QCPDataRange(pointIndex, pointIndex+1))); - } - return result; - } else - return -1; -} - -/* inherits documentation from base class */ -QCPRange QCPPolarGraph::getKeyRange(bool &foundRange, QCP::SignDomain inSignDomain) const -{ - return mDataContainer->keyRange(foundRange, inSignDomain); -} - -/* inherits documentation from base class */ -QCPRange QCPPolarGraph::getValueRange(bool &foundRange, QCP::SignDomain inSignDomain, const QCPRange &inKeyRange) const -{ - return mDataContainer->valueRange(foundRange, inSignDomain, inKeyRange); -} - -/* inherits documentation from base class */ -QRect QCPPolarGraph::clipRect() const -{ - if (mKeyAxis) - return mKeyAxis.data()->rect(); - else - return QRect(); -} - -void QCPPolarGraph::draw(QCPPainter *painter) -{ - if (!mKeyAxis || !mValueAxis) { qDebug() << Q_FUNC_INFO << "invalid key or value axis"; return; } - if (mKeyAxis.data()->range().size() <= 0 || mDataContainer->isEmpty()) return; - if (mLineStyle == lsNone && mScatterStyle.isNone()) return; - - painter->setClipRegion(mKeyAxis->exactClipRegion()); - - QVector lines, scatters; // line and (if necessary) scatter pixel coordinates will be stored here while iterating over segments - - // loop over and draw segments of unselected/selected data: - QList selectedSegments, unselectedSegments, allSegments; - getDataSegments(selectedSegments, unselectedSegments); - allSegments << unselectedSegments << selectedSegments; - for (int i=0; i= unselectedSegments.size(); - // get line pixel points appropriate to line style: - QCPDataRange lineDataRange = isSelectedSegment ? allSegments.at(i) : allSegments.at(i).adjusted(-1, 1); // unselected segments extend lines to bordering selected data point (safe to exceed total data bounds in first/last segment, getLines takes care) - getLines(&lines, lineDataRange); - - // check data validity if flag set: -#ifdef QCUSTOMPLOT_CHECK_DATA - QCPGraphDataContainer::const_iterator it; - for (it = mDataContainer->constBegin(); it != mDataContainer->constEnd(); ++it) - { - if (QCP::isInvalidData(it->key, it->value)) - qDebug() << Q_FUNC_INFO << "Data point at" << it->key << "invalid." << "Plottable name:" << name(); - } -#endif - - // draw fill of graph: - //if (isSelectedSegment && mSelectionDecorator) - // mSelectionDecorator->applyBrush(painter); - //else - painter->setBrush(mBrush); - painter->setPen(Qt::NoPen); - drawFill(painter, &lines); - - - // draw line: - if (mLineStyle != lsNone) - { - //if (isSelectedSegment && mSelectionDecorator) - // mSelectionDecorator->applyPen(painter); - //else - painter->setPen(mPen); - painter->setBrush(Qt::NoBrush); - drawLinePlot(painter, lines); - } - - // draw scatters: - - QCPScatterStyle finalScatterStyle = mScatterStyle; - //if (isSelectedSegment && mSelectionDecorator) - // finalScatterStyle = mSelectionDecorator->getFinalScatterStyle(mScatterStyle); - if (!finalScatterStyle.isNone()) - { - getScatters(&scatters, allSegments.at(i)); - drawScatterPlot(painter, scatters, finalScatterStyle); - } - } - - // draw other selection decoration that isn't just line/scatter pens and brushes: - //if (mSelectionDecorator) - // mSelectionDecorator->drawDecoration(painter, selection()); -} - -QCP::Interaction QCPPolarGraph::selectionCategory() const -{ - return QCP::iSelectPlottables; -} - -void QCPPolarGraph::applyDefaultAntialiasingHint(QCPPainter *painter) const -{ - applyAntialiasingHint(painter, mAntialiased, QCP::aePlottables); -} - -/* inherits documentation from base class */ -void QCPPolarGraph::selectEvent(QMouseEvent *event, bool additive, const QVariant &details, bool *selectionStateChanged) -{ - Q_UNUSED(event) - - if (mSelectable != QCP::stNone) - { - QCPDataSelection newSelection = details.value(); - QCPDataSelection selectionBefore = mSelection; - if (additive) - { - if (mSelectable == QCP::stWhole) // in whole selection mode, we toggle to no selection even if currently unselected point was hit - { - if (selected()) - setSelection(QCPDataSelection()); - else - setSelection(newSelection); - } else // in all other selection modes we toggle selections of homogeneously selected/unselected segments - { - if (mSelection.contains(newSelection)) // if entire newSelection is already selected, toggle selection - setSelection(mSelection-newSelection); - else - setSelection(mSelection+newSelection); - } - } else - setSelection(newSelection); - if (selectionStateChanged) - *selectionStateChanged = mSelection != selectionBefore; - } -} - -/* inherits documentation from base class */ -void QCPPolarGraph::deselectEvent(bool *selectionStateChanged) -{ - if (mSelectable != QCP::stNone) - { - QCPDataSelection selectionBefore = mSelection; - setSelection(QCPDataSelection()); - if (selectionStateChanged) - *selectionStateChanged = mSelection != selectionBefore; - } -} - -/*! \internal - - Draws lines between the points in \a lines, given in pixel coordinates. - - \see drawScatterPlot, drawImpulsePlot, QCPAbstractPlottable1D::drawPolyline -*/ -void QCPPolarGraph::drawLinePlot(QCPPainter *painter, const QVector &lines) const -{ - if (painter->pen().style() != Qt::NoPen && painter->pen().color().alpha() != 0) - { - applyDefaultAntialiasingHint(painter); - drawPolyline(painter, lines); - } -} - -/*! \internal - - Draws the fill of the graph using the specified \a painter, with the currently set brush. - - Depending on whether a normal fill or a channel fill (\ref setChannelFillGraph) is needed, \ref - getFillPolygon or \ref getChannelFillPolygon are used to find the according fill polygons. - - In order to handle NaN Data points correctly (the fill needs to be split into disjoint areas), - this method first determines a list of non-NaN segments with \ref getNonNanSegments, on which to - operate. In the channel fill case, \ref getOverlappingSegments is used to consolidate the non-NaN - segments of the two involved graphs, before passing the overlapping pairs to \ref - getChannelFillPolygon. - - Pass the points of this graph's line as \a lines, in pixel coordinates. - - \see drawLinePlot, drawImpulsePlot, drawScatterPlot -*/ -void QCPPolarGraph::drawFill(QCPPainter *painter, QVector *lines) const -{ - applyFillAntialiasingHint(painter); - if (painter->brush().style() != Qt::NoBrush && painter->brush().color().alpha() != 0) - painter->drawPolygon(QPolygonF(*lines)); -} - -/*! \internal - - Draws scatter symbols at every point passed in \a scatters, given in pixel coordinates. The - scatters will be drawn with \a painter and have the appearance as specified in \a style. - - \see drawLinePlot, drawImpulsePlot -*/ -void QCPPolarGraph::drawScatterPlot(QCPPainter *painter, const QVector &scatters, const QCPScatterStyle &style) const -{ - applyScattersAntialiasingHint(painter); - style.applyTo(painter, mPen); - for (int i=0; ifillRect(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()); - } - } -} - -void QCPPolarGraph::applyFillAntialiasingHint(QCPPainter *painter) const -{ - applyAntialiasingHint(painter, mAntialiasedFill, QCP::aeFills); -} - -void QCPPolarGraph::applyScattersAntialiasingHint(QCPPainter *painter) const -{ - applyAntialiasingHint(painter, mAntialiasedScatters, QCP::aeScatters); -} - -double QCPPolarGraph::pointDistance(const QPointF &pixelPoint, QCPGraphDataContainer::const_iterator &closestData) const -{ - closestData = mDataContainer->constEnd(); - if (mDataContainer->isEmpty()) - return -1.0; - if (mLineStyle == lsNone && mScatterStyle.isNone()) - return -1.0; - - // calculate minimum distances to graph data points and find closestData iterator: - double minDistSqr = (std::numeric_limits::max)(); - // determine which key range comes into question, taking selection tolerance around pos into account: - double posKeyMin, posKeyMax, dummy; - pixelsToCoords(pixelPoint-QPointF(mParentPlot->selectionTolerance(), mParentPlot->selectionTolerance()), posKeyMin, dummy); - pixelsToCoords(pixelPoint+QPointF(mParentPlot->selectionTolerance(), mParentPlot->selectionTolerance()), posKeyMax, dummy); - if (posKeyMin > posKeyMax) - qSwap(posKeyMin, posKeyMax); - // iterate over found data points and then choose the one with the shortest distance to pos: - QCPGraphDataContainer::const_iterator begin = mDataContainer->findBegin(posKeyMin, true); - QCPGraphDataContainer::const_iterator end = mDataContainer->findEnd(posKeyMax, true); - for (QCPGraphDataContainer::const_iterator it=begin; it!=end; ++it) - { - const double currentDistSqr = QCPVector2D(coordsToPixels(it->key, it->value)-pixelPoint).lengthSquared(); - if (currentDistSqr < minDistSqr) - { - minDistSqr = currentDistSqr; - closestData = it; - } - } - - // calculate distance to graph line if there is one (if so, will probably be smaller than distance to closest data point): - if (mLineStyle != lsNone) - { - // line displayed, calculate distance to line segments: - QVector lineData; - getLines(&lineData, QCPDataRange(0, dataCount())); - QCPVector2D p(pixelPoint); - for (int i=0; isize(); -} - -void QCPPolarGraph::getDataSegments(QList &selectedSegments, QList &unselectedSegments) const -{ - selectedSegments.clear(); - unselectedSegments.clear(); - if (mSelectable == QCP::stWhole) // stWhole selection type draws the entire plottable with selected style if mSelection isn't empty - { - if (selected()) - selectedSegments << QCPDataRange(0, dataCount()); - else - unselectedSegments << QCPDataRange(0, dataCount()); - } else - { - QCPDataSelection sel(selection()); - sel.simplify(); - selectedSegments = sel.dataRanges(); - unselectedSegments = sel.inverse(QCPDataRange(0, dataCount())).dataRanges(); - } -} - -void QCPPolarGraph::drawPolyline(QCPPainter *painter, const QVector &lineData) const -{ - // 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()) || qIsInf(lineData.at(i).y())) // NaNs create a gap in the line. Also filter Infs which make drawPolyline block - { - 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); - } -} - -void QCPPolarGraph::getVisibleDataBounds(QCPGraphDataContainer::const_iterator &begin, QCPGraphDataContainer::const_iterator &end, const QCPDataRange &rangeRestriction) const -{ - if (rangeRestriction.isEmpty()) - { - end = mDataContainer->constEnd(); - begin = end; - } else - { - QCPPolarAxisAngular *keyAxis = mKeyAxis.data(); - QCPPolarAxisRadial *valueAxis = mValueAxis.data(); - if (!keyAxis || !valueAxis) { qDebug() << Q_FUNC_INFO << "invalid key or value axis"; return; } - // get visible data range: - if (mPeriodic) - { - begin = mDataContainer->constBegin(); - end = mDataContainer->constEnd(); - } else - { - begin = mDataContainer->findBegin(keyAxis->range().lower); - end = mDataContainer->findEnd(keyAxis->range().upper); - } - // limit lower/upperEnd to rangeRestriction: - mDataContainer->limitIteratorsToDataRange(begin, end, rangeRestriction); // this also ensures rangeRestriction outside data bounds doesn't break anything - } -} - -/*! \internal - - This method retrieves an optimized set of data points via \ref getOptimizedLineData, an branches - out to the line style specific functions such as \ref dataToLines, \ref dataToStepLeftLines, etc. - according to the line style of the graph. - - \a lines will be filled with points in pixel coordinates, that can be drawn with the according - draw functions like \ref drawLinePlot and \ref drawImpulsePlot. The points returned in \a lines - aren't necessarily the original data points. For example, step line styles require additional - points to form the steps when drawn. If the line style of the graph is \ref lsNone, the \a - lines vector will be empty. - - \a dataRange specifies the beginning and ending data indices that will be taken into account for - conversion. In this function, the specified range may exceed the total data bounds without harm: - a correspondingly trimmed data range will be used. This takes the burden off the user of this - function to check for valid indices in \a dataRange, e.g. when extending ranges coming from \ref - getDataSegments. - - \see getScatters -*/ -void QCPPolarGraph::getLines(QVector *lines, const QCPDataRange &dataRange) const -{ - if (!lines) return; - QCPGraphDataContainer::const_iterator begin, end; - getVisibleDataBounds(begin, end, dataRange); - if (begin == end) - { - lines->clear(); - return; - } - - QVector lineData; - if (mLineStyle != lsNone) - getOptimizedLineData(&lineData, begin, end); - - switch (mLineStyle) - { - case lsNone: lines->clear(); break; - case lsLine: *lines = dataToLines(lineData); break; - } -} - -void QCPPolarGraph::getScatters(QVector *scatters, const QCPDataRange &dataRange) const -{ - QCPPolarAxisAngular *keyAxis = mKeyAxis.data(); - QCPPolarAxisRadial *valueAxis = mValueAxis.data(); - if (!keyAxis || !valueAxis) { qDebug() << Q_FUNC_INFO << "invalid key or value axis"; return; } - - if (!scatters) return; - QCPGraphDataContainer::const_iterator begin, end; - getVisibleDataBounds(begin, end, dataRange); - if (begin == end) - { - scatters->clear(); - return; - } - - QVector data; - getOptimizedScatterData(&data, begin, end); - - scatters->resize(data.size()); - for (int i=0; icoordToPixel(data.at(i).key, data.at(i).value); - } -} - -void QCPPolarGraph::getOptimizedLineData(QVector *lineData, const QCPGraphDataContainer::const_iterator &begin, const QCPGraphDataContainer::const_iterator &end) const -{ - lineData->clear(); - - // TODO: fix for log axes and thick line style - - const QCPRange range = mValueAxis->range(); - bool reversed = mValueAxis->rangeReversed(); - const double clipMargin = range.size()*0.05; // extra distance from visible circle, so optimized outside lines can cover more angle before having to place a dummy point to prevent tangents - const double upperClipValue = range.upper + (reversed ? 0 : range.size()*0.05+clipMargin); // clip slightly outside of actual range to avoid line thicknesses to peek into visible circle - const double lowerClipValue = range.lower - (reversed ? range.size()*0.05+clipMargin : 0); // clip slightly outside of actual range to avoid line thicknesses to peek into visible circle - const double maxKeySkip = qAsin(qSqrt(clipMargin*(clipMargin+2*range.size()))/(range.size()+clipMargin))/M_PI*mKeyAxis->range().size(); // the maximum angle between two points on outer circle (r=clipValue+clipMargin) before connecting line becomes tangent to inner circle (r=clipValue) - double skipBegin = 0; - bool belowRange = false; - bool aboveRange = false; - QCPGraphDataContainer::const_iterator it = begin; - while (it != end) - { - if (it->value < lowerClipValue) - { - if (aboveRange) // jumped directly from above to below visible range, draw previous point so entry angle is correct - { - aboveRange = false; - if (!reversed) // TODO: with inner radius, we'll need else case here with projected border point - lineData->append(*(it-1)); - } - if (!belowRange) - { - skipBegin = it->key; - lineData->append(QCPGraphData(it->key, lowerClipValue)); - belowRange = true; - } - if (it->key-skipBegin > maxKeySkip) // add dummy point if we're exceeding the maximum skippable angle (to prevent unintentional intersections with visible circle) - { - skipBegin += maxKeySkip; - lineData->append(QCPGraphData(skipBegin, lowerClipValue)); - } - } else if (it->value > upperClipValue) - { - if (belowRange) // jumped directly from below to above visible range, draw previous point so entry angle is correct (if lower means outer, so if reversed axis) - { - belowRange = false; - if (reversed) - lineData->append(*(it-1)); - } - if (!aboveRange) - { - skipBegin = it->key; - lineData->append(QCPGraphData(it->key, upperClipValue)); - aboveRange = true; - } - if (it->key-skipBegin > maxKeySkip) // add dummy point if we're exceeding the maximum skippable angle (to prevent unintentional intersections with visible circle) - { - skipBegin += maxKeySkip; - lineData->append(QCPGraphData(skipBegin, upperClipValue)); - } - } else // value within bounds where we don't optimize away points - { - if (aboveRange) - { - aboveRange = false; - if (!reversed) - lineData->append(*(it-1)); // just entered from above, draw previous point so entry angle is correct (if above means outer, so if not reversed axis) - } - if (belowRange) - { - belowRange = false; - if (reversed) - lineData->append(*(it-1)); // just entered from below, draw previous point so entry angle is correct (if below means outer, so if reversed axis) - } - lineData->append(*it); // inside visible circle, add point normally - } - ++it; - } - // to make fill not erratic, add last point normally if it was outside visible circle: - if (aboveRange) - { - aboveRange = false; - if (!reversed) - lineData->append(*(it-1)); // just entered from above, draw previous point so entry angle is correct (if above means outer, so if not reversed axis) - } - if (belowRange) - { - belowRange = false; - if (reversed) - lineData->append(*(it-1)); // just entered from below, draw previous point so entry angle is correct (if below means outer, so if reversed axis) - } -} - -void QCPPolarGraph::getOptimizedScatterData(QVector *scatterData, QCPGraphDataContainer::const_iterator begin, QCPGraphDataContainer::const_iterator end) const -{ - scatterData->clear(); - - const QCPRange range = mValueAxis->range(); - bool reversed = mValueAxis->rangeReversed(); - const double clipMargin = range.size()*0.05; - const double upperClipValue = range.upper + (reversed ? 0 : clipMargin); // clip slightly outside of actual range to avoid scatter size to peek into visible circle - const double lowerClipValue = range.lower - (reversed ? clipMargin : 0); // clip slightly outside of actual range to avoid scatter size to peek into visible circle - QCPGraphDataContainer::const_iterator it = begin; - while (it != end) - { - if (it->value > lowerClipValue && it->value < upperClipValue) - scatterData->append(*it); - ++it; - } -} - -/*! \internal - - Takes raw data points in plot coordinates as \a data, and returns a vector containing pixel - coordinate points which are suitable for drawing the line style \ref lsLine. - - The source of \a data is usually \ref getOptimizedLineData, and this method is called in \a - getLines if the line style is set accordingly. - - \see dataToStepLeftLines, dataToStepRightLines, dataToStepCenterLines, dataToImpulseLines, getLines, drawLinePlot -*/ -QVector QCPPolarGraph::dataToLines(const QVector &data) const -{ - QVector result; - QCPPolarAxisAngular *keyAxis = mKeyAxis.data(); - QCPPolarAxisRadial *valueAxis = mValueAxis.data(); - if (!keyAxis || !valueAxis) { qDebug() << Q_FUNC_INFO << "invalid key or value axis"; return result; } - - // transform data points to pixels: - result.resize(data.size()); - for (int i=0; icoordToPixel(data.at(i).key, data.at(i).value); - return result; -} -/* end of 'src/polar/polargraph.cpp' */ - - diff --git a/XNSysMonitor/qcustomplot.h b/XNSysMonitor/qcustomplot.h deleted file mode 100755 index 02ed8fb..0000000 --- a/XNSysMonitor/qcustomplot.h +++ /dev/null @@ -1,7774 +0,0 @@ -/*************************************************************************** -** ** -** QCustomPlot, an easy to use, modern plotting widget for Qt ** -** Copyright (C) 2011-2022 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: https://www.qcustomplot.com/ ** -** Date: 06.11.22 ** -** Version: 2.1.1 ** -****************************************************************************/ - -#ifndef QCUSTOMPLOT_H -#define QCUSTOMPLOT_H - -#include - -// some Qt version/configuration dependent macros to include or exclude certain code paths: -#ifdef QCUSTOMPLOT_USE_OPENGL -# if QT_VERSION < QT_VERSION_CHECK(5, 0, 0) -# define QCP_OPENGL_PBUFFER -# else -# define QCP_OPENGL_FBO -# endif -# if QT_VERSION >= QT_VERSION_CHECK(5, 3, 0) -# define QCP_OPENGL_OFFSCREENSURFACE -# endif -#endif - -#if QT_VERSION >= QT_VERSION_CHECK(5, 4, 0) -# define QCP_DEVICEPIXELRATIO_SUPPORTED -# if QT_VERSION >= QT_VERSION_CHECK(5, 6, 0) -# define QCP_DEVICEPIXELRATIO_FLOAT -# endif -#endif - -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#ifdef QCP_OPENGL_FBO -# include -# if QT_VERSION < QT_VERSION_CHECK(6, 0, 0) -# include -# else -# include -# include -# endif -# ifdef QCP_OPENGL_OFFSCREENSURFACE -# include -# else -# include -# endif -#endif -#ifdef QCP_OPENGL_PBUFFER -# include -#endif -#if QT_VERSION < QT_VERSION_CHECK(5, 0, 0) -# include -# include -# include -# include -#else -# include -# include -# include -#endif -#if QT_VERSION >= QT_VERSION_CHECK(4, 8, 0) -# include -#endif -# if QT_VERSION >= QT_VERSION_CHECK(5, 2, 0) -# 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 QCPPlottableInterface1D; -class QCPLegend; -class QCPItemPosition; -class QCPLayer; -class QCPAbstractLegendItem; -class QCPSelectionRect; -class QCPColorMap; -class QCPColorScale; -class QCPBars; -class QCPPolarAxisRadial; -class QCPPolarAxisAngular; -class QCPPolarGrid; -class QCPPolarGraph; - -/* including file 'src/global.h' */ -/* modified 2022-11-06T12:45:57, size 18102 */ - -#define QCUSTOMPLOT_VERSION_STR "2.1.1" -#define QCUSTOMPLOT_VERSION 0x020101 - -// decl definitions for shared library compilation/usage: -#if defined(QT_STATIC_BUILD) -# define QCP_LIB_DECL -#elif 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 - -// define empty macro for Q_DECL_OVERRIDE if it doesn't exist (Qt < 5) -#ifndef Q_DECL_OVERRIDE -# define Q_DECL_OVERRIDE -#endif - -/*! - The QCP Namespace contains general enums, QFlags and functions used throughout the QCustomPlot - library. - - It provides QMetaObject-based reflection of its enums and flags via \a QCP::staticMetaObject. -*/ - -// Qt version < 6.2.0: to get metatypes Q_GADGET/Q_ENUMS/Q_FLAGS in namespace we have to make it look like a class during moc-run -#if QT_VERSION >= 0x060200 // don't use QT_VERSION_CHECK here, some moc versions don't understand it -namespace QCP { - Q_NAMESPACE // this is how to add the staticMetaObject to namespaces in newer Qt versions -#else // Qt version older than 6.2.0 -# ifndef Q_MOC_RUN -namespace QCP { -# else // not in moc run -class QCP { - Q_GADGET - Q_ENUMS(ExportPen) - Q_ENUMS(ResolutionUnit) - Q_ENUMS(SignDomain) - Q_ENUMS(MarginSide) - Q_ENUMS(AntialiasedElement) - Q_ENUMS(PlottingHint) - Q_ENUMS(Interaction) - Q_ENUMS(SelectionRectMode) - Q_ENUMS(SelectionType) - - Q_FLAGS(AntialiasedElements) - Q_FLAGS(PlottingHints) - Q_FLAGS(MarginSides) - Q_FLAGS(Interactions) -public: -# endif -#endif - - -/*! - Defines the different units in which the image resolution can be specified in the export - functions. - - \see QCustomPlot::savePng, QCustomPlot::saveJpg, QCustomPlot::saveBmp, QCustomPlot::saveRastered -*/ -enum ResolutionUnit { ruDotsPerMeter ///< Resolution is given in dots per meter (dpm) - ,ruDotsPerCentimeter ///< Resolution is given in dots per centimeter (dpcm) - ,ruDotsPerInch ///< Resolution is given in dots per inch (DPI/PPI) - }; - -/*! - Defines how cosmetic pens (pens with numerical width 0) are handled during export. - - \see QCustomPlot::savePdf -*/ -enum ExportPen { epNoCosmetic ///< Cosmetic pens are converted to pens with pixel width 1 when exporting - ,epAllowCosmetic ///< Cosmetic pens are exported normally (e.g. in PDF exports, cosmetic pens always appear as 1 pixel on screen, independent of viewer zoom level) - }; - -/*! - Represents negative and positive sign domain, e.g. for passing to \ref - QCPAbstractPlottable::getKeyRange and \ref QCPAbstractPlottable::getValueRange. - - This is primarily needed when working with logarithmic axis scales, since only one of the sign - domains can be visible at a time. -*/ -enum SignDomain { sdNegative ///< The negative sign domain, i.e. numbers smaller than zero - ,sdBoth ///< Both sign domains, including zero, i.e. all numbers - ,sdPositive ///< The positive sign domain, i.e. numbers greater than zero - }; - -/*! - 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 - ,aeItems = 0x0040 ///< 0x0040 Main lines of items - ,aeScatters = 0x0080 ///< 0x0080 Scatter symbols of plottables (excluding scatter symbols of type ssPixmap) - ,aeFills = 0x0100 ///< 0x0100 Borders of fills (e.g. under or between graphs) - ,aeZeroLine = 0x0200 ///< 0x0200 Zero-lines, see \ref QCPGrid::setZeroLinePen - ,aeOther = 0x8000 ///< 0x8000 Other elements that don't fit into any of the existing categories - ,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, thus is most effective for pen sizes larger than 1. It is only used for solid line pens. - ,phImmediateRefresh = 0x002 ///< 0x002 causes an immediate repaint() instead of a soft update() when QCustomPlot::replot() is called with parameter \ref QCustomPlot::rpRefreshHint. - ///< 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 { iNone = 0x000 ///< 0x000 None of the interactions are possible - ,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, other layout elements,...) - ,iSelectPlottablesBeyondAxisRect = 0x100 ///< 0x100 When performing plottable selection/hit tests, this flag extends the sensitive area beyond the axis rect - }; -Q_DECLARE_FLAGS(Interactions, Interaction) - -/*! - Defines the behaviour of the selection rect. - - \see QCustomPlot::setSelectionRectMode, QCustomPlot::selectionRect, QCPSelectionRect -*/ -enum SelectionRectMode { srmNone ///< The selection rect is disabled, and all mouse events are forwarded to the underlying objects, e.g. for axis range dragging - ,srmZoom ///< When dragging the mouse, a selection rect becomes active. Upon releasing, the axes that are currently set as range zoom axes (\ref QCPAxisRect::setRangeZoomAxes) will have their ranges zoomed accordingly. - ,srmSelect ///< When dragging the mouse, a selection rect becomes active. Upon releasing, plottable data points that were within the selection rect are selected, if the plottable's selectability setting permits. (See \ref dataselection "data selection mechanism" for details.) - ,srmCustom ///< When dragging the mouse, a selection rect becomes active. It is the programmer's responsibility to connect according slots to the selection rect's signals (e.g. \ref QCPSelectionRect::accepted) in order to process the user interaction. - }; - -/*! - Defines the different ways a plottable can be selected. These images show the effect of the - different selection types, when the indicated selection rect was dragged: - -
- - - - - - - - -
\image html selectiontype-none.png stNone\image html selectiontype-whole.png stWhole\image html selectiontype-singledata.png stSingleData\image html selectiontype-datarange.png stDataRange\image html selectiontype-multipledataranges.png stMultipleDataRanges
-
- - \see QCPAbstractPlottable::setSelectable, QCPDataSelection::enforceType -*/ -enum SelectionType { stNone ///< The plottable is not selectable - ,stWhole ///< Selection behaves like \ref stMultipleDataRanges, but if there are any data points selected, the entire plottable is drawn as selected. - ,stSingleData ///< One individual data point can be selected at a time - ,stDataRange ///< Multiple contiguous data points (a data range) can be selected - ,stMultipleDataRanges ///< Any combination of data points/ranges can be selected - }; - -/*! \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; -} - -// for newer Qt versions we have to declare the enums/flags as metatypes inside the namespace using Q_ENUM_NS/Q_FLAG_NS: -// if you change anything here, don't forget to change it for older Qt versions below, too, -// and at the start of the namespace in the fake moc-run class -#if QT_VERSION >= 0x060200 -Q_ENUM_NS(ExportPen) -Q_ENUM_NS(ResolutionUnit) -Q_ENUM_NS(SignDomain) -Q_ENUM_NS(MarginSide) -Q_ENUM_NS(AntialiasedElement) -Q_ENUM_NS(PlottingHint) -Q_ENUM_NS(Interaction) -Q_ENUM_NS(SelectionRectMode) -Q_ENUM_NS(SelectionType) - -Q_FLAG_NS(AntialiasedElements) -Q_FLAG_NS(PlottingHints) -Q_FLAG_NS(MarginSides) -Q_FLAG_NS(Interactions) -#else -extern const QMetaObject staticMetaObject; -#endif - -} // 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) - -// for older Qt versions we have to declare the enums/flags as metatypes outside the namespace using Q_DECLARE_METATYPE: -// if you change anything here, don't forget to change it for newer Qt versions above, too, -// and at the start of the namespace in the fake moc-run class -#if QT_VERSION < QT_VERSION_CHECK(6, 2, 0) -Q_DECLARE_METATYPE(QCP::ExportPen) -Q_DECLARE_METATYPE(QCP::ResolutionUnit) -Q_DECLARE_METATYPE(QCP::SignDomain) -Q_DECLARE_METATYPE(QCP::MarginSide) -Q_DECLARE_METATYPE(QCP::AntialiasedElement) -Q_DECLARE_METATYPE(QCP::PlottingHint) -Q_DECLARE_METATYPE(QCP::Interaction) -Q_DECLARE_METATYPE(QCP::SelectionRectMode) -Q_DECLARE_METATYPE(QCP::SelectionType) -#endif - -/* end of 'src/global.h' */ - - -/* including file 'src/vector2d.h' */ -/* modified 2022-11-06T12:45:56, size 4988 */ - -class QCP_LIB_DECL QCPVector2D -{ -public: - QCPVector2D(); - QCPVector2D(double x, double y); - QCPVector2D(const QPoint &point); - QCPVector2D(const QPointF &point); - - // getters: - double x() const { return mX; } - double y() const { return mY; } - double &rx() { return mX; } - double &ry() { return mY; } - - // setters: - void setX(double x) { mX = x; } - void setY(double y) { mY = y; } - - // non-virtual methods: - double length() const { return qSqrt(mX*mX+mY*mY); } - double lengthSquared() const { return mX*mX+mY*mY; } - double angle() const { return qAtan2(mY, mX); } - QPoint toPoint() const { return QPoint(int(mX), int(mY)); } - QPointF toPointF() const { return QPointF(mX, mY); } - - bool isNull() const { return qIsNull(mX) && qIsNull(mY); } - void normalize(); - QCPVector2D normalized() const; - QCPVector2D perpendicular() const { return QCPVector2D(-mY, mX); } - double dot(const QCPVector2D &vec) const { return mX*vec.mX+mY*vec.mY; } - double distanceSquaredToLine(const QCPVector2D &start, const QCPVector2D &end) const; - double distanceSquaredToLine(const QLineF &line) const; - double distanceToStraightLine(const QCPVector2D &base, const QCPVector2D &direction) const; - - QCPVector2D &operator*=(double factor); - QCPVector2D &operator/=(double divisor); - QCPVector2D &operator+=(const QCPVector2D &vector); - QCPVector2D &operator-=(const QCPVector2D &vector); - -private: - // property members: - double mX, mY; - - friend inline const QCPVector2D operator*(double factor, const QCPVector2D &vec); - friend inline const QCPVector2D operator*(const QCPVector2D &vec, double factor); - friend inline const QCPVector2D operator/(const QCPVector2D &vec, double divisor); - friend inline const QCPVector2D operator+(const QCPVector2D &vec1, const QCPVector2D &vec2); - friend inline const QCPVector2D operator-(const QCPVector2D &vec1, const QCPVector2D &vec2); - friend inline const QCPVector2D operator-(const QCPVector2D &vec); -}; -Q_DECLARE_TYPEINFO(QCPVector2D, Q_MOVABLE_TYPE); - -inline const QCPVector2D operator*(double factor, const QCPVector2D &vec) { return QCPVector2D(vec.mX*factor, vec.mY*factor); } -inline const QCPVector2D operator*(const QCPVector2D &vec, double factor) { return QCPVector2D(vec.mX*factor, vec.mY*factor); } -inline const QCPVector2D operator/(const QCPVector2D &vec, double divisor) { return QCPVector2D(vec.mX/divisor, vec.mY/divisor); } -inline const QCPVector2D operator+(const QCPVector2D &vec1, const QCPVector2D &vec2) { return QCPVector2D(vec1.mX+vec2.mX, vec1.mY+vec2.mY); } -inline const QCPVector2D operator-(const QCPVector2D &vec1, const QCPVector2D &vec2) { return QCPVector2D(vec1.mX-vec2.mX, vec1.mY-vec2.mY); } -inline const QCPVector2D operator-(const QCPVector2D &vec) { return QCPVector2D(-vec.mX, -vec.mY); } - -/*! \relates QCPVector2D - - Prints \a vec in a human readable format to the qDebug output. -*/ -inline QDebug operator<< (QDebug d, const QCPVector2D &vec) -{ - d.nospace() << "QCPVector2D(" << vec.x() << ", " << vec.y() << ")"; - return d.space(); -} - -/* end of 'src/vector2d.h' */ - - -/* including file 'src/painter.h' */ -/* modified 2022-11-06T12:45:56, size 4035 */ - -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_ENUMS(PainterMode) - Q_FLAGS(PainterModes) - Q_DECLARE_FLAGS(PainterModes, PainterMode) - - QCPPainter(); - explicit QCPPainter(QPaintDevice *device); - - // 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) -Q_DECLARE_METATYPE(QCPPainter::PainterMode) - -/* end of 'src/painter.h' */ - - -/* including file 'src/paintbuffer.h' */ -/* modified 2022-11-06T12:45:56, size 5006 */ - -class QCP_LIB_DECL QCPAbstractPaintBuffer -{ -public: - explicit QCPAbstractPaintBuffer(const QSize &size, double devicePixelRatio); - virtual ~QCPAbstractPaintBuffer(); - - // getters: - QSize size() const { return mSize; } - bool invalidated() const { return mInvalidated; } - double devicePixelRatio() const { return mDevicePixelRatio; } - - // setters: - void setSize(const QSize &size); - void setInvalidated(bool invalidated=true); - void setDevicePixelRatio(double ratio); - - // introduced virtual methods: - virtual QCPPainter *startPainting() = 0; - virtual void donePainting() {} - virtual void draw(QCPPainter *painter) const = 0; - virtual void clear(const QColor &color) = 0; - -protected: - // property members: - QSize mSize; - double mDevicePixelRatio; - - // non-property members: - bool mInvalidated; - - // introduced virtual methods: - virtual void reallocateBuffer() = 0; -}; - - -class QCP_LIB_DECL QCPPaintBufferPixmap : public QCPAbstractPaintBuffer -{ -public: - explicit QCPPaintBufferPixmap(const QSize &size, double devicePixelRatio); - virtual ~QCPPaintBufferPixmap() Q_DECL_OVERRIDE; - - // reimplemented virtual methods: - virtual QCPPainter *startPainting() Q_DECL_OVERRIDE; - virtual void draw(QCPPainter *painter) const Q_DECL_OVERRIDE; - void clear(const QColor &color) Q_DECL_OVERRIDE; - -protected: - // non-property members: - QPixmap mBuffer; - - // reimplemented virtual methods: - virtual void reallocateBuffer() Q_DECL_OVERRIDE; -}; - - -#ifdef QCP_OPENGL_PBUFFER -class QCP_LIB_DECL QCPPaintBufferGlPbuffer : public QCPAbstractPaintBuffer -{ -public: - explicit QCPPaintBufferGlPbuffer(const QSize &size, double devicePixelRatio, int multisamples); - virtual ~QCPPaintBufferGlPbuffer() Q_DECL_OVERRIDE; - - // reimplemented virtual methods: - virtual QCPPainter *startPainting() Q_DECL_OVERRIDE; - virtual void draw(QCPPainter *painter) const Q_DECL_OVERRIDE; - void clear(const QColor &color) Q_DECL_OVERRIDE; - -protected: - // non-property members: - QGLPixelBuffer *mGlPBuffer; - int mMultisamples; - - // reimplemented virtual methods: - virtual void reallocateBuffer() Q_DECL_OVERRIDE; -}; -#endif // QCP_OPENGL_PBUFFER - - -#ifdef QCP_OPENGL_FBO -class QCP_LIB_DECL QCPPaintBufferGlFbo : public QCPAbstractPaintBuffer -{ -public: - explicit QCPPaintBufferGlFbo(const QSize &size, double devicePixelRatio, QWeakPointer glContext, QWeakPointer glPaintDevice); - virtual ~QCPPaintBufferGlFbo() Q_DECL_OVERRIDE; - - // reimplemented virtual methods: - virtual QCPPainter *startPainting() Q_DECL_OVERRIDE; - virtual void donePainting() Q_DECL_OVERRIDE; - virtual void draw(QCPPainter *painter) const Q_DECL_OVERRIDE; - void clear(const QColor &color) Q_DECL_OVERRIDE; - -protected: - // non-property members: - QWeakPointer mGlContext; - QWeakPointer mGlPaintDevice; - QOpenGLFramebufferObject *mGlFrameBuffer; - - // reimplemented virtual methods: - virtual void reallocateBuffer() Q_DECL_OVERRIDE; -}; -#endif // QCP_OPENGL_FBO - -/* end of 'src/paintbuffer.h' */ - - -/* including file 'src/layer.h' */ -/* modified 2022-11-06T12:45:56, size 7038 */ - -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) - Q_PROPERTY(LayerMode mode READ mode WRITE setMode) - /// \endcond -public: - - /*! - Defines the different rendering modes of a layer. Depending on the mode, certain layers can be - replotted individually, without the need to replot (possibly complex) layerables on other - layers. - - \see setMode - */ - enum LayerMode { lmLogical ///< Layer is used only for rendering order, and shares paint buffer with all other adjacent logical layers. - ,lmBuffered ///< Layer has its own paint buffer and may be replotted individually (see \ref replot). - }; - Q_ENUMS(LayerMode) - - QCPLayer(QCustomPlot* parentPlot, const QString &layerName); - virtual ~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; } - LayerMode mode() const { return mMode; } - - // setters: - void setVisible(bool visible); - void setMode(LayerMode mode); - - // non-virtual methods: - void replot(); - -protected: - // property members: - QCustomPlot *mParentPlot; - QString mName; - int mIndex; - QList mChildren; - bool mVisible; - LayerMode mMode; - - // non-property members: - QWeakPointer mPaintBuffer; - - // non-virtual methods: - void draw(QCPPainter *painter); - void drawToPaintBuffer(); - void addChild(QCPLayerable *layerable, bool prepend); - void removeChild(QCPLayerable *layerable); - -private: - Q_DISABLE_COPY(QCPLayer) - - friend class QCustomPlot; - friend class QCPLayerable; -}; -Q_DECLARE_METATYPE(QCPLayer::LayerMode) - -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=nullptr); - virtual ~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=nullptr) 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; - // selection events: - virtual void selectEvent(QMouseEvent *event, bool additive, const QVariant &details, bool *selectionStateChanged); - virtual void deselectEvent(bool *selectionStateChanged); - // low-level mouse events: - virtual void mousePressEvent(QMouseEvent *event, const QVariant &details); - virtual void mouseMoveEvent(QMouseEvent *event, const QPointF &startPos); - virtual void mouseReleaseEvent(QMouseEvent *event, const QPointF &startPos); - virtual void mouseDoubleClickEvent(QMouseEvent *event, const QVariant &details); - virtual void wheelEvent(QWheelEvent *event); - - // 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 QCPLayer; - friend class QCPAxisRect; -}; - -/* end of 'src/layer.h' */ - - -/* including file 'src/axis/range.h' */ -/* modified 2022-11-06T12:45:56, size 5280 */ - -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 { return upper-lower; } - double center() const { return (upper+lower)*0.5; } - void normalize() { if (lower > upper) qSwap(lower, upper); } - void expand(const QCPRange &otherRange); - void expand(double includeCoord); - QCPRange expanded(const QCPRange &otherRange) const; - QCPRange expanded(double includeCoord) const; - QCPRange bounded(double lowerBound, double upperBound) const; - QCPRange sanitizedForLogScale() const; - QCPRange sanitizedForLinScale() const; - bool contains(double value) const { return value >= lower && value <= upper; } - - static bool validRange(double lower, double upper); - static bool validRange(const QCPRange &range); - static const double minRange; - static const double maxRange; - -}; -Q_DECLARE_TYPEINFO(QCPRange, Q_MOVABLE_TYPE); - -/*! \relates QCPRange - - Prints \a range in a human readable format to the qDebug output. -*/ -inline QDebug operator<< (QDebug d, const QCPRange &range) -{ - d.nospace() << "QCPRange(" << range.lower << ", " << range.upper << ")"; - return d.space(); -} - -/*! - 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; -} - -/* end of 'src/axis/range.h' */ - - -/* including file 'src/selection.h' */ -/* modified 2022-11-06T12:45:56, size 8569 */ - -class QCP_LIB_DECL QCPDataRange -{ -public: - QCPDataRange(); - QCPDataRange(int begin, int end); - - bool operator==(const QCPDataRange& other) const { return mBegin == other.mBegin && mEnd == other.mEnd; } - bool operator!=(const QCPDataRange& other) const { return !(*this == other); } - - // getters: - int begin() const { return mBegin; } - int end() const { return mEnd; } - int size() const { return mEnd-mBegin; } - int length() const { return size(); } - - // setters: - void setBegin(int begin) { mBegin = begin; } - void setEnd(int end) { mEnd = end; } - - // non-property methods: - bool isValid() const { return (mEnd >= mBegin) && (mBegin >= 0); } - bool isEmpty() const { return length() == 0; } - QCPDataRange bounded(const QCPDataRange &other) const; - QCPDataRange expanded(const QCPDataRange &other) const; - QCPDataRange intersection(const QCPDataRange &other) const; - QCPDataRange adjusted(int changeBegin, int changeEnd) const { return QCPDataRange(mBegin+changeBegin, mEnd+changeEnd); } - bool intersects(const QCPDataRange &other) const; - bool contains(const QCPDataRange &other) const; - -private: - // property members: - int mBegin, mEnd; - -}; -Q_DECLARE_TYPEINFO(QCPDataRange, Q_MOVABLE_TYPE); - - -class QCP_LIB_DECL QCPDataSelection -{ -public: - explicit QCPDataSelection(); - explicit QCPDataSelection(const QCPDataRange &range); - - bool operator==(const QCPDataSelection& other) const; - bool operator!=(const QCPDataSelection& other) const { return !(*this == other); } - QCPDataSelection &operator+=(const QCPDataSelection& other); - QCPDataSelection &operator+=(const QCPDataRange& other); - QCPDataSelection &operator-=(const QCPDataSelection& other); - QCPDataSelection &operator-=(const QCPDataRange& other); - friend inline const QCPDataSelection operator+(const QCPDataSelection& a, const QCPDataSelection& b); - friend inline const QCPDataSelection operator+(const QCPDataRange& a, const QCPDataSelection& b); - friend inline const QCPDataSelection operator+(const QCPDataSelection& a, const QCPDataRange& b); - friend inline const QCPDataSelection operator+(const QCPDataRange& a, const QCPDataRange& b); - friend inline const QCPDataSelection operator-(const QCPDataSelection& a, const QCPDataSelection& b); - friend inline const QCPDataSelection operator-(const QCPDataRange& a, const QCPDataSelection& b); - friend inline const QCPDataSelection operator-(const QCPDataSelection& a, const QCPDataRange& b); - friend inline const QCPDataSelection operator-(const QCPDataRange& a, const QCPDataRange& b); - - // getters: - int dataRangeCount() const { return mDataRanges.size(); } - int dataPointCount() const; - QCPDataRange dataRange(int index=0) const; - QList dataRanges() const { return mDataRanges; } - QCPDataRange span() const; - - // non-property methods: - void addDataRange(const QCPDataRange &dataRange, bool simplify=true); - void clear(); - bool isEmpty() const { return mDataRanges.isEmpty(); } - void simplify(); - void enforceType(QCP::SelectionType type); - bool contains(const QCPDataSelection &other) const; - QCPDataSelection intersection(const QCPDataRange &other) const; - QCPDataSelection intersection(const QCPDataSelection &other) const; - QCPDataSelection inverse(const QCPDataRange &outerRange) const; - -private: - // property members: - QList mDataRanges; - - inline static bool lessThanDataRangeBegin(const QCPDataRange &a, const QCPDataRange &b) { return a.begin() < b.begin(); } -}; -Q_DECLARE_METATYPE(QCPDataSelection) - - -/*! - Return a \ref QCPDataSelection with the data points in \a a joined with the data points in \a b. - The resulting data selection is already simplified (see \ref QCPDataSelection::simplify). -*/ -inline const QCPDataSelection operator+(const QCPDataSelection& a, const QCPDataSelection& b) -{ - QCPDataSelection result(a); - result += b; - return result; -} - -/*! - Return a \ref QCPDataSelection with the data points in \a a joined with the data points in \a b. - The resulting data selection is already simplified (see \ref QCPDataSelection::simplify). -*/ -inline const QCPDataSelection operator+(const QCPDataRange& a, const QCPDataSelection& b) -{ - QCPDataSelection result(a); - result += b; - return result; -} - -/*! - Return a \ref QCPDataSelection with the data points in \a a joined with the data points in \a b. - The resulting data selection is already simplified (see \ref QCPDataSelection::simplify). -*/ -inline const QCPDataSelection operator+(const QCPDataSelection& a, const QCPDataRange& b) -{ - QCPDataSelection result(a); - result += b; - return result; -} - -/*! - Return a \ref QCPDataSelection with the data points in \a a joined with the data points in \a b. - The resulting data selection is already simplified (see \ref QCPDataSelection::simplify). -*/ -inline const QCPDataSelection operator+(const QCPDataRange& a, const QCPDataRange& b) -{ - QCPDataSelection result(a); - result += b; - return result; -} - -/*! - Return a \ref QCPDataSelection with the data points which are in \a a but not in \a b. -*/ -inline const QCPDataSelection operator-(const QCPDataSelection& a, const QCPDataSelection& b) -{ - QCPDataSelection result(a); - result -= b; - return result; -} - -/*! - Return a \ref QCPDataSelection with the data points which are in \a a but not in \a b. -*/ -inline const QCPDataSelection operator-(const QCPDataRange& a, const QCPDataSelection& b) -{ - QCPDataSelection result(a); - result -= b; - return result; -} - -/*! - Return a \ref QCPDataSelection with the data points which are in \a a but not in \a b. -*/ -inline const QCPDataSelection operator-(const QCPDataSelection& a, const QCPDataRange& b) -{ - QCPDataSelection result(a); - result -= b; - return result; -} - -/*! - Return a \ref QCPDataSelection with the data points which are in \a a but not in \a b. -*/ -inline const QCPDataSelection operator-(const QCPDataRange& a, const QCPDataRange& b) -{ - QCPDataSelection result(a); - result -= b; - return result; -} - -/*! \relates QCPDataRange - - Prints \a dataRange in a human readable format to the qDebug output. -*/ -inline QDebug operator<< (QDebug d, const QCPDataRange &dataRange) -{ - d.nospace() << "QCPDataRange(" << dataRange.begin() << ", " << dataRange.end() << ")"; - return d; -} - -/*! \relates QCPDataSelection - - Prints \a selection in a human readable format to the qDebug output. -*/ -inline QDebug operator<< (QDebug d, const QCPDataSelection &selection) -{ - d.nospace() << "QCPDataSelection("; - for (int i=0; i elements(QCP::MarginSide side) const { return mChildren.value(side); } - bool isEmpty() const; - void clear(); - -protected: - // non-property members: - QCustomPlot *mParentPlot; - QHash > mChildren; - - // introduced virtual methods: - virtual int commonMargin(QCP::MarginSide side) const; - - // non-virtual methods: - 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) - Q_PROPERTY(SizeConstraintRect sizeConstraintRect READ sizeConstraintRect WRITE setSizeConstraintRect) - /// \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) - - /*! - Defines to which rect of a layout element the size constraints that can be set via \ref - setMinimumSize and \ref setMaximumSize apply. The outer rect (\ref outerRect) includes the - margins (e.g. in the case of a QCPAxisRect the axis labels), whereas the inner rect (\ref rect) - does not. - - \see setSizeConstraintRect - */ - enum SizeConstraintRect { scrInnerRect ///< Minimum/Maximum size constraints apply to inner rect - , scrOuterRect ///< Minimum/Maximum size constraints apply to outer rect, thus include layout element margins - }; - Q_ENUMS(SizeConstraintRect) - - explicit QCPLayoutElement(QCustomPlot *parentPlot=nullptr); - virtual ~QCPLayoutElement() Q_DECL_OVERRIDE; - - // 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; } - SizeConstraintRect sizeConstraintRect() const { return mSizeConstraintRect; } - QCPMarginGroup *marginGroup(QCP::MarginSide side) const { return mMarginGroups.value(side, nullptr); } - 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 setSizeConstraintRect(SizeConstraintRect constraintRect); - void setMarginGroup(QCP::MarginSides sides, QCPMarginGroup *group); - - // introduced virtual methods: - virtual void update(UpdatePhase phase); - virtual QSize minimumOuterSizeHint() const; - virtual QSize maximumOuterSizeHint() const; - virtual QList elements(bool recursive) const; - - // reimplemented virtual methods: - virtual double selectTest(const QPointF &pos, bool onlySelectable, QVariant *details=nullptr) const Q_DECL_OVERRIDE; - -protected: - // property members: - QCPLayout *mParentLayout; - QSize mMinimumSize, mMaximumSize; - SizeConstraintRect mSizeConstraintRect; - QRect mRect, mOuterRect; - QMargins mMargins, mMinimumMargins; - QCP::MarginSides mAutoMargins; - QHash mMarginGroups; - - // introduced virtual methods: - virtual int calculateAutoMargin(QCP::MarginSide side); - virtual void layoutChanged(); - - // reimplemented virtual methods: - virtual void applyDefaultAntialiasingHint(QCPPainter *painter) const Q_DECL_OVERRIDE { Q_UNUSED(painter) } - virtual void draw(QCPPainter *painter) Q_DECL_OVERRIDE { Q_UNUSED(painter) } - virtual void parentPlotInitialized(QCustomPlot *parentPlot) Q_DECL_OVERRIDE; - -private: - Q_DISABLE_COPY(QCPLayoutElement) - - friend class QCustomPlot; - friend class QCPLayout; - friend class QCPMarginGroup; -}; -Q_DECLARE_METATYPE(QCPLayoutElement::UpdatePhase) - - -class QCP_LIB_DECL QCPLayout : public QCPLayoutElement -{ - Q_OBJECT -public: - explicit QCPLayout(); - - // reimplemented virtual methods: - virtual void update(UpdatePhase phase) Q_DECL_OVERRIDE; - virtual QList elements(bool recursive) const Q_DECL_OVERRIDE; - - // 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; - static QSize getFinalMinimumOuterSize(const QCPLayoutElement *el); - static QSize getFinalMaximumOuterSize(const QCPLayoutElement *el); - -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) - Q_PROPERTY(FillOrder fillOrder READ fillOrder WRITE setFillOrder) - Q_PROPERTY(int wrap READ wrap WRITE setWrap) - /// \endcond -public: - - /*! - Defines in which direction the grid is filled when using \ref addElement(QCPLayoutElement*). - The column/row at which wrapping into the next row/column occurs can be specified with \ref - setWrap. - - \see setFillOrder - */ - enum FillOrder { foRowsFirst ///< Rows are filled first, and a new element is wrapped to the next column if the row count would exceed \ref setWrap. - ,foColumnsFirst ///< Columns are filled first, and a new element is wrapped to the next row if the column count would exceed \ref setWrap. - }; - Q_ENUMS(FillOrder) - - explicit QCPLayoutGrid(); - virtual ~QCPLayoutGrid() Q_DECL_OVERRIDE; - - // getters: - int rowCount() const { return mElements.size(); } - int columnCount() const { return mElements.size() > 0 ? mElements.first().size() : 0; } - QList columnStretchFactors() const { return mColumnStretchFactors; } - QList rowStretchFactors() const { return mRowStretchFactors; } - int columnSpacing() const { return mColumnSpacing; } - int rowSpacing() const { return mRowSpacing; } - int wrap() const { return mWrap; } - FillOrder fillOrder() const { return mFillOrder; } - - // 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); - void setWrap(int count); - void setFillOrder(FillOrder order, bool rearrange=true); - - // reimplemented virtual methods: - virtual void updateLayout() Q_DECL_OVERRIDE; - virtual int elementCount() const Q_DECL_OVERRIDE { return rowCount()*columnCount(); } - virtual QCPLayoutElement* elementAt(int index) const Q_DECL_OVERRIDE; - virtual QCPLayoutElement* takeAt(int index) Q_DECL_OVERRIDE; - virtual bool take(QCPLayoutElement* element) Q_DECL_OVERRIDE; - virtual QList elements(bool recursive) const Q_DECL_OVERRIDE; - virtual void simplify() Q_DECL_OVERRIDE; - virtual QSize minimumOuterSizeHint() const Q_DECL_OVERRIDE; - virtual QSize maximumOuterSizeHint() const Q_DECL_OVERRIDE; - - // non-virtual methods: - QCPLayoutElement *element(int row, int column) const; - bool addElement(int row, int column, QCPLayoutElement *element); - bool addElement(QCPLayoutElement *element); - bool hasElement(int row, int column); - void expandTo(int newRowCount, int newColumnCount); - void insertRow(int newIndex); - void insertColumn(int newIndex); - int rowColToIndex(int row, int column) const; - void indexToRowCol(int index, int &row, int &column) const; - -protected: - // property members: - QList > mElements; - QList mColumnStretchFactors; - QList mRowStretchFactors; - int mColumnSpacing, mRowSpacing; - int mWrap; - FillOrder mFillOrder; - - // non-virtual methods: - void getMinimumRowColSizes(QVector *minColWidths, QVector *minRowHeights) const; - void getMaximumRowColSizes(QVector *maxColWidths, QVector *maxRowHeights) const; - -private: - Q_DISABLE_COPY(QCPLayoutGrid) -}; -Q_DECLARE_METATYPE(QCPLayoutGrid::FillOrder) - - -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 - }; - Q_ENUMS(InsetPlacement) - - explicit QCPLayoutInset(); - virtual ~QCPLayoutInset() Q_DECL_OVERRIDE; - - // 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() Q_DECL_OVERRIDE; - virtual int elementCount() const Q_DECL_OVERRIDE; - virtual QCPLayoutElement* elementAt(int index) const Q_DECL_OVERRIDE; - virtual QCPLayoutElement* takeAt(int index) Q_DECL_OVERRIDE; - virtual bool take(QCPLayoutElement* element) Q_DECL_OVERRIDE; - virtual void simplify() Q_DECL_OVERRIDE {} - virtual double selectTest(const QPointF &pos, bool onlySelectable, QVariant *details=nullptr) const Q_DECL_OVERRIDE; - - // 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) -}; -Q_DECLARE_METATYPE(QCPLayoutInset::InsetPlacement) - -/* end of 'src/layout.h' */ - - -/* including file 'src/lineending.h' */ -/* modified 2022-11-06T12:45:56, size 4426 */ - -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 - */ - 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 degrees 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) - }; - Q_ENUMS(EndingStyle) - - 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 QCPVector2D &pos, const QCPVector2D &dir) const; - void draw(QCPPainter *painter, const QCPVector2D &pos, double angle) const; - -protected: - // property members: - EndingStyle mStyle; - double mWidth, mLength; - bool mInverted; -}; -Q_DECLARE_TYPEINFO(QCPLineEnding, Q_MOVABLE_TYPE); -Q_DECLARE_METATYPE(QCPLineEnding::EndingStyle) - -/* end of 'src/lineending.h' */ - - -/* including file 'src/axis/labelpainter.h' */ -/* modified 2022-11-06T12:45:56, size 7086 */ - -class QCPLabelPainterPrivate -{ - Q_GADGET -public: - /*! - TODO - */ - enum AnchorMode { amRectangular ///< - ,amSkewedUpright ///< - ,amSkewedRotated ///< - }; - Q_ENUMS(AnchorMode) - - /*! - TODO - */ - enum AnchorReferenceType { artNormal ///< - ,artTangent ///< - }; - Q_ENUMS(AnchorReferenceType) - - /*! - TODO - */ - enum AnchorSide { asLeft ///< - ,asRight ///< - ,asTop ///< - ,asBottom ///< - ,asTopLeft - ,asTopRight - ,asBottomRight - ,asBottomLeft - }; - Q_ENUMS(AnchorSide) - - explicit QCPLabelPainterPrivate(QCustomPlot *parentPlot); - virtual ~QCPLabelPainterPrivate(); - - // setters: - void setAnchorSide(AnchorSide side); - void setAnchorMode(AnchorMode mode); - void setAnchorReference(const QPointF &pixelPoint); - void setAnchorReferenceType(AnchorReferenceType type); - void setFont(const QFont &font); - void setColor(const QColor &color); - void setPadding(int padding); - void setRotation(double rotation); - void setSubstituteExponent(bool enabled); - void setMultiplicationSymbol(QChar symbol); - void setAbbreviateDecimalPowers(bool enabled); - void setCacheSize(int labelCount); - - // getters: - AnchorMode anchorMode() const { return mAnchorMode; } - AnchorSide anchorSide() const { return mAnchorSide; } - QPointF anchorReference() const { return mAnchorReference; } - AnchorReferenceType anchorReferenceType() const { return mAnchorReferenceType; } - QFont font() const { return mFont; } - QColor color() const { return mColor; } - int padding() const { return mPadding; } - double rotation() const { return mRotation; } - bool substituteExponent() const { return mSubstituteExponent; } - QChar multiplicationSymbol() const { return mMultiplicationSymbol; } - bool abbreviateDecimalPowers() const { return mAbbreviateDecimalPowers; } - int cacheSize() const; - - //virtual int size() const; - - // non-property methods: - void drawTickLabel(QCPPainter *painter, const QPointF &tickPos, const QString &text); - void clearCache(); - - // constants that may be used with setMultiplicationSymbol: - static const QChar SymbolDot; - static const QChar SymbolCross; - -protected: - struct CachedLabel - { - QPoint offset; - QPixmap pixmap; - }; - struct LabelData - { - AnchorSide side; - double rotation; // angle in degrees - QTransform transform; // the transform about the label anchor which is at (0, 0). Does not contain final absolute x/y positioning on the plot/axis - QString basePart, expPart, suffixPart; - QRect baseBounds, expBounds, suffixBounds; - QRect totalBounds; // is in a coordinate system where label top left is at (0, 0) - QRect rotatedTotalBounds; // is in a coordinate system where the label anchor is at (0, 0) - QFont baseFont, expFont; - QColor color; - }; - - // property members: - AnchorMode mAnchorMode; - AnchorSide mAnchorSide; - QPointF mAnchorReference; - AnchorReferenceType mAnchorReferenceType; - QFont mFont; - QColor mColor; - int mPadding; - double mRotation; // this is the rotation applied uniformly to all labels, not the heterogeneous rotation in amCircularRotated mode - bool mSubstituteExponent; - QChar mMultiplicationSymbol; - bool mAbbreviateDecimalPowers; - // non-property members: - QCustomPlot *mParentPlot; - QByteArray mLabelParameterHash; // to determine whether mLabelCache needs to be cleared due to changed parameters - QCache mLabelCache; - QRect mAxisSelectionBox, mTickLabelsSelectionBox, mLabelSelectionBox; - int mLetterCapHeight, mLetterDescent; - - // introduced virtual methods: - virtual void drawLabelMaybeCached(QCPPainter *painter, const QFont &font, const QColor &color, const QPointF &pos, AnchorSide side, double rotation, const QString &text); - virtual QByteArray generateLabelParameterHash() const; // TODO: get rid of this in favor of invalidation flag upon setters? - - // non-virtual methods: - QPointF getAnchorPos(const QPointF &tickPos); - void drawText(QCPPainter *painter, const QPointF &pos, const LabelData &labelData) const; - LabelData getTickLabelData(const QFont &font, const QColor &color, double rotation, AnchorSide side, const QString &text) const; - void applyAnchorTransform(LabelData &labelData) const; - //void getMaxTickLabelSize(const QFont &font, const QString &text, QSize *tickLabelsSize) const; - CachedLabel *createCachedLabel(const LabelData &labelData) const; - QByteArray cacheKey(const QString &text, const QColor &color, double rotation, AnchorSide side) const; - AnchorSide skewedAnchorSide(const QPointF &tickPos, double sideExpandHorz, double sideExpandVert) const; - AnchorSide rotationCorrectedSide(AnchorSide side, double rotation) const; - void analyzeFontMetrics(); -}; -Q_DECLARE_METATYPE(QCPLabelPainterPrivate::AnchorMode) -Q_DECLARE_METATYPE(QCPLabelPainterPrivate::AnchorSide) - - -/* end of 'src/axis/labelpainter.h' */ - - -/* including file 'src/axis/axisticker.h' */ -/* modified 2022-11-06T12:45:56, size 4230 */ - -class QCP_LIB_DECL QCPAxisTicker -{ - Q_GADGET -public: - /*! - Defines the strategies that the axis ticker may follow when choosing the size of the tick step. - - \see setTickStepStrategy - */ - enum TickStepStrategy - { - tssReadability ///< A nicely readable tick step is prioritized over matching the requested number of ticks (see \ref setTickCount) - ,tssMeetTickCount ///< Less readable tick steps are allowed which in turn facilitates getting closer to the requested tick count - }; - Q_ENUMS(TickStepStrategy) - - QCPAxisTicker(); - virtual ~QCPAxisTicker(); - - // getters: - TickStepStrategy tickStepStrategy() const { return mTickStepStrategy; } - int tickCount() const { return mTickCount; } - double tickOrigin() const { return mTickOrigin; } - - // setters: - void setTickStepStrategy(TickStepStrategy strategy); - void setTickCount(int count); - void setTickOrigin(double origin); - - // introduced virtual methods: - virtual void generate(const QCPRange &range, const QLocale &locale, QChar formatChar, int precision, QVector &ticks, QVector *subTicks, QVector *tickLabels); - -protected: - // property members: - TickStepStrategy mTickStepStrategy; - int mTickCount; - double mTickOrigin; - - // introduced virtual methods: - virtual double getTickStep(const QCPRange &range); - virtual int getSubTickCount(double tickStep); - virtual QString getTickLabel(double tick, const QLocale &locale, QChar formatChar, int precision); - virtual QVector createTickVector(double tickStep, const QCPRange &range); - virtual QVector createSubTickVector(int subTickCount, const QVector &ticks); - virtual QVector createLabelVector(const QVector &ticks, const QLocale &locale, QChar formatChar, int precision); - - // non-virtual methods: - void trimTicks(const QCPRange &range, QVector &ticks, bool keepOneOutlier) const; - double pickClosest(double target, const QVector &candidates) const; - double getMantissa(double input, double *magnitude=nullptr) const; - double cleanMantissa(double input) const; - -private: - Q_DISABLE_COPY(QCPAxisTicker) - -}; -Q_DECLARE_METATYPE(QCPAxisTicker::TickStepStrategy) -Q_DECLARE_METATYPE(QSharedPointer) - -/* end of 'src/axis/axisticker.h' */ - - -/* including file 'src/axis/axistickerdatetime.h' */ -/* modified 2022-11-06T12:45:56, size 3600 */ - -class QCP_LIB_DECL QCPAxisTickerDateTime : public QCPAxisTicker -{ -public: - QCPAxisTickerDateTime(); - - // getters: - QString dateTimeFormat() const { return mDateTimeFormat; } - Qt::TimeSpec dateTimeSpec() const { return mDateTimeSpec; } -# if QT_VERSION >= QT_VERSION_CHECK(5, 2, 0) - QTimeZone timeZone() const { return mTimeZone; } -#endif - - // setters: - void setDateTimeFormat(const QString &format); - void setDateTimeSpec(Qt::TimeSpec spec); -# if QT_VERSION >= QT_VERSION_CHECK(5, 2, 0) - void setTimeZone(const QTimeZone &zone); -# endif - void setTickOrigin(double origin); // hides base class method but calls baseclass implementation ("using" throws off IDEs and doxygen) - void setTickOrigin(const QDateTime &origin); - - // static methods: - static QDateTime keyToDateTime(double key); - static double dateTimeToKey(const QDateTime &dateTime); - static double dateTimeToKey(const QDate &date, Qt::TimeSpec timeSpec=Qt::LocalTime); - -protected: - // property members: - QString mDateTimeFormat; - Qt::TimeSpec mDateTimeSpec; -# if QT_VERSION >= QT_VERSION_CHECK(5, 2, 0) - QTimeZone mTimeZone; -# endif - // non-property members: - enum DateStrategy {dsNone, dsUniformTimeInDay, dsUniformDayInMonth} mDateStrategy; - - // reimplemented virtual methods: - virtual double getTickStep(const QCPRange &range) Q_DECL_OVERRIDE; - virtual int getSubTickCount(double tickStep) Q_DECL_OVERRIDE; - virtual QString getTickLabel(double tick, const QLocale &locale, QChar formatChar, int precision) Q_DECL_OVERRIDE; - virtual QVector createTickVector(double tickStep, const QCPRange &range) Q_DECL_OVERRIDE; -}; - -/* end of 'src/axis/axistickerdatetime.h' */ - - -/* including file 'src/axis/axistickertime.h' */ -/* modified 2022-11-06T12:45:56, size 3542 */ - -class QCP_LIB_DECL QCPAxisTickerTime : public QCPAxisTicker -{ - Q_GADGET -public: - /*! - Defines the logical units in which fractions of time spans can be expressed. - - \see setFieldWidth, setTimeFormat - */ - enum TimeUnit { tuMilliseconds ///< Milliseconds, one thousandth of a second (%%z in \ref setTimeFormat) - ,tuSeconds ///< Seconds (%%s in \ref setTimeFormat) - ,tuMinutes ///< Minutes (%%m in \ref setTimeFormat) - ,tuHours ///< Hours (%%h in \ref setTimeFormat) - ,tuDays ///< Days (%%d in \ref setTimeFormat) - }; - Q_ENUMS(TimeUnit) - - QCPAxisTickerTime(); - - // getters: - QString timeFormat() const { return mTimeFormat; } - int fieldWidth(TimeUnit unit) const { return mFieldWidth.value(unit); } - - // setters: - void setTimeFormat(const QString &format); - void setFieldWidth(TimeUnit unit, int width); - -protected: - // property members: - QString mTimeFormat; - QHash mFieldWidth; - - // non-property members: - TimeUnit mSmallestUnit, mBiggestUnit; - QHash mFormatPattern; - - // reimplemented virtual methods: - virtual double getTickStep(const QCPRange &range) Q_DECL_OVERRIDE; - virtual int getSubTickCount(double tickStep) Q_DECL_OVERRIDE; - virtual QString getTickLabel(double tick, const QLocale &locale, QChar formatChar, int precision) Q_DECL_OVERRIDE; - - // non-virtual methods: - void replaceUnit(QString &text, TimeUnit unit, int value) const; -}; -Q_DECLARE_METATYPE(QCPAxisTickerTime::TimeUnit) - -/* end of 'src/axis/axistickertime.h' */ - - -/* including file 'src/axis/axistickerfixed.h' */ -/* modified 2022-11-06T12:45:56, size 3308 */ - -class QCP_LIB_DECL QCPAxisTickerFixed : public QCPAxisTicker -{ - Q_GADGET -public: - /*! - Defines how the axis ticker may modify the specified tick step (\ref setTickStep) in order to - control the number of ticks in the axis range. - - \see setScaleStrategy - */ - enum ScaleStrategy { ssNone ///< Modifications are not allowed, the specified tick step is absolutely fixed. This might cause a high tick density and overlapping labels if the axis range is zoomed out. - ,ssMultiples ///< An integer multiple of the specified tick step is allowed. The used factor follows the base class properties of \ref setTickStepStrategy and \ref setTickCount. - ,ssPowers ///< An integer power of the specified tick step is allowed. - }; - Q_ENUMS(ScaleStrategy) - - QCPAxisTickerFixed(); - - // getters: - double tickStep() const { return mTickStep; } - ScaleStrategy scaleStrategy() const { return mScaleStrategy; } - - // setters: - void setTickStep(double step); - void setScaleStrategy(ScaleStrategy strategy); - -protected: - // property members: - double mTickStep; - ScaleStrategy mScaleStrategy; - - // reimplemented virtual methods: - virtual double getTickStep(const QCPRange &range) Q_DECL_OVERRIDE; -}; -Q_DECLARE_METATYPE(QCPAxisTickerFixed::ScaleStrategy) - -/* end of 'src/axis/axistickerfixed.h' */ - - -/* including file 'src/axis/axistickertext.h' */ -/* modified 2022-11-06T12:45:56, size 3090 */ - -class QCP_LIB_DECL QCPAxisTickerText : public QCPAxisTicker -{ -public: - QCPAxisTickerText(); - - // getters: - QMap &ticks() { return mTicks; } - int subTickCount() const { return mSubTickCount; } - - // setters: - void setTicks(const QMap &ticks); - void setTicks(const QVector &positions, const QVector &labels); - void setSubTickCount(int subTicks); - - // non-virtual methods: - void clear(); - void addTick(double position, const QString &label); - void addTicks(const QMap &ticks); - void addTicks(const QVector &positions, const QVector &labels); - -protected: - // property members: - QMap mTicks; - int mSubTickCount; - - // reimplemented virtual methods: - virtual double getTickStep(const QCPRange &range) Q_DECL_OVERRIDE; - virtual int getSubTickCount(double tickStep) Q_DECL_OVERRIDE; - virtual QString getTickLabel(double tick, const QLocale &locale, QChar formatChar, int precision) Q_DECL_OVERRIDE; - virtual QVector createTickVector(double tickStep, const QCPRange &range) Q_DECL_OVERRIDE; -}; - -/* end of 'src/axis/axistickertext.h' */ - - -/* including file 'src/axis/axistickerpi.h' */ -/* modified 2022-11-06T12:45:56, size 3911 */ - -class QCP_LIB_DECL QCPAxisTickerPi : public QCPAxisTicker -{ - Q_GADGET -public: - /*! - Defines how fractions should be displayed in tick labels. - - \see setFractionStyle - */ - enum FractionStyle { fsFloatingPoint ///< Fractions are displayed as regular decimal floating point numbers, e.g. "0.25" or "0.125". - ,fsAsciiFractions ///< Fractions are written as rationals using ASCII characters only, e.g. "1/4" or "1/8" - ,fsUnicodeFractions ///< Fractions are written using sub- and superscript UTF-8 digits and the fraction symbol. - }; - Q_ENUMS(FractionStyle) - - QCPAxisTickerPi(); - - // getters: - QString piSymbol() const { return mPiSymbol; } - double piValue() const { return mPiValue; } - bool periodicity() const { return mPeriodicity; } - FractionStyle fractionStyle() const { return mFractionStyle; } - - // setters: - void setPiSymbol(QString symbol); - void setPiValue(double pi); - void setPeriodicity(int multiplesOfPi); - void setFractionStyle(FractionStyle style); - -protected: - // property members: - QString mPiSymbol; - double mPiValue; - int mPeriodicity; - FractionStyle mFractionStyle; - - // non-property members: - double mPiTickStep; // size of one tick step in units of mPiValue - - // reimplemented virtual methods: - virtual double getTickStep(const QCPRange &range) Q_DECL_OVERRIDE; - virtual int getSubTickCount(double tickStep) Q_DECL_OVERRIDE; - virtual QString getTickLabel(double tick, const QLocale &locale, QChar formatChar, int precision) Q_DECL_OVERRIDE; - - // non-virtual methods: - void simplifyFraction(int &numerator, int &denominator) const; - QString fractionToString(int numerator, int denominator) const; - QString unicodeFraction(int numerator, int denominator) const; - QString unicodeSuperscript(int number) const; - QString unicodeSubscript(int number) const; -}; -Q_DECLARE_METATYPE(QCPAxisTickerPi::FractionStyle) - -/* end of 'src/axis/axistickerpi.h' */ - - -/* including file 'src/axis/axistickerlog.h' */ -/* modified 2022-11-06T12:45:56, size 2594 */ - -class QCP_LIB_DECL QCPAxisTickerLog : public QCPAxisTicker -{ -public: - QCPAxisTickerLog(); - - // getters: - double logBase() const { return mLogBase; } - int subTickCount() const { return mSubTickCount; } - - // setters: - void setLogBase(double base); - void setSubTickCount(int subTicks); - -protected: - // property members: - double mLogBase; - int mSubTickCount; - - // non-property members: - double mLogBaseLnInv; - - // reimplemented virtual methods: - virtual int getSubTickCount(double tickStep) Q_DECL_OVERRIDE; - virtual QVector createTickVector(double tickStep, const QCPRange &range) Q_DECL_OVERRIDE; -}; - -/* end of 'src/axis/axistickerlog.h' */ - - -/* including file 'src/axis/axis.h' */ -/* modified 2022-11-06T12:45:56, size 20913 */ - -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: - explicit 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 Q_DECL_OVERRIDE; - virtual void draw(QCPPainter *painter) Q_DECL_OVERRIDE; - - // 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(QCPRange range READ range WRITE setRange NOTIFY rangeChanged) - Q_PROPERTY(bool rangeReversed READ rangeReversed WRITE setRangeReversed) - Q_PROPERTY(QSharedPointer ticker READ ticker WRITE setTicker) - 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(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 numberFormat READ numberFormat WRITE setNumberFormat) - Q_PROPERTY(int numberPrecision READ numberPrecision WRITE setNumberPrecision) - Q_PROPERTY(QVector tickVector READ tickVector) - Q_PROPERTY(QVector tickVectorLabels READ tickVectorLabels) - Q_PROPERTY(int tickLengthIn READ tickLengthIn WRITE setTickLengthIn) - Q_PROPERTY(int tickLengthOut READ tickLengthOut WRITE setTickLengthOut) - Q_PROPERTY(bool subTicks READ subTicks WRITE setSubTicks) - 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_ENUMS(AxisType) - Q_FLAGS(AxisTypes) - Q_DECLARE_FLAGS(AxisTypes, AxisType) - /*! - 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 axis coordinates (possibly also \ref setTicker to a \ref QCPAxisTickerLog instance). - }; - 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_ENUMS(SelectablePart) - Q_FLAGS(SelectableParts) - Q_DECLARE_FLAGS(SelectableParts, SelectablePart) - - explicit QCPAxis(QCPAxisRect *parent, AxisType type); - virtual ~QCPAxis() Q_DECL_OVERRIDE; - - // getters: - AxisType axisType() const { return mAxisType; } - QCPAxisRect *axisRect() const { return mAxisRect; } - ScaleType scaleType() const { return mScaleType; } - const QCPRange range() const { return mRange; } - bool rangeReversed() const { return mRangeReversed; } - QSharedPointer ticker() const { return mTicker; } - bool ticks() const { return mTicks; } - bool tickLabels() const { return mTickLabels; } - int tickLabelPadding() const; - QFont tickLabelFont() const { return mTickLabelFont; } - QColor tickLabelColor() const { return mTickLabelColor; } - double tickLabelRotation() const; - LabelSide tickLabelSide() const; - QString numberFormat() const; - int numberPrecision() const { return mNumberPrecision; } - QVector tickVector() const { return mTickVector; } - QVector tickVectorLabels() const { return mTickVectorLabels; } - int tickLengthIn() const; - int tickLengthOut() const; - bool subTicks() const { return mSubTicks; } - 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); - 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 setTicker(QSharedPointer ticker); - void setTicks(bool show); - void setTickLabels(bool show); - void setTickLabelPadding(int padding); - void setTickLabelFont(const QFont &font); - void setTickLabelColor(const QColor &color); - void setTickLabelRotation(double degrees); - void setTickLabelSide(LabelSide side); - void setNumberFormat(const QString &formatCode); - void setNumberPrecision(int precision); - void setTickLength(int inside, int outside=0); - void setTickLengthIn(int inside); - void setTickLengthOut(int outside); - void setSubTicks(bool show); - 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=nullptr) const Q_DECL_OVERRIDE; - - // non-property methods: - Qt::Orientation orientation() const { return mOrientation; } - int pixelOrientation() const { return rangeReversed() != (orientation()==Qt::Vertical) ? -1 : 1; } - void moveRange(double diff); - void scaleRange(double factor); - 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 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; - //double mTickLabelRotation; // in QCPAxisPainter - QFont mTickLabelFont, mSelectedTickLabelFont; - QColor mTickLabelColor, mSelectedTickLabelColor; - int mNumberPrecision; - QLatin1Char mNumberFormatChar; - bool mNumberBeautifulPowers; - //bool mNumberMultiplyCross; // QCPAxisPainter - // ticks and subticks: - bool mTicks; - bool mSubTicks; - //int mTickLengthIn, mTickLengthOut, mSubTickLengthIn, mSubTickLengthOut; // QCPAxisPainter - QPen mTickPen, mSelectedTickPen; - QPen mSubTickPen, mSelectedSubTickPen; - // scale and range: - QCPRange mRange; - bool mRangeReversed; - ScaleType mScaleType; - - // non-property members: - QCPGrid *mGrid; - QCPAxisPainterPrivate *mAxisPainter; - QSharedPointer mTicker; - QVector mTickVector; - QVector mTickVectorLabels; - QVector mSubTickVector; - bool mCachedMarginValid; - int mCachedMargin; - bool mDragging; - QCPRange mDragStartRange; - QCP::AntialiasedElements mAADragBackup, mNotAADragBackup; - - // introduced virtual methods: - virtual int calculateMargin(); - - // reimplemented virtual methods: - virtual void applyDefaultAntialiasingHint(QCPPainter *painter) const Q_DECL_OVERRIDE; - virtual void draw(QCPPainter *painter) Q_DECL_OVERRIDE; - virtual QCP::Interaction selectionCategory() const Q_DECL_OVERRIDE; - // events: - virtual void selectEvent(QMouseEvent *event, bool additive, const QVariant &details, bool *selectionStateChanged) Q_DECL_OVERRIDE; - virtual void deselectEvent(bool *selectionStateChanged) Q_DECL_OVERRIDE; - // mouse events: - virtual void mousePressEvent(QMouseEvent *event, const QVariant &details) Q_DECL_OVERRIDE; - virtual void mouseMoveEvent(QMouseEvent *event, const QPointF &startPos) Q_DECL_OVERRIDE; - virtual void mouseReleaseEvent(QMouseEvent *event, const QPointF &startPos) Q_DECL_OVERRIDE; - virtual void wheelEvent(QWheelEvent *event) Q_DECL_OVERRIDE; - - // non-virtual methods: - void setupTickVectors(); - 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::AxisType) -Q_DECLARE_METATYPE(QCPAxis::LabelSide) -Q_DECLARE_METATYPE(QCPAxis::ScaleType) -Q_DECLARE_METATYPE(QCPAxis::SelectablePart) - - -class QCPAxisPainterPrivate -{ -public: - explicit QCPAxisPainterPrivate(QCustomPlot *parentPlot); - virtual ~QCPAxisPainterPrivate(); - - virtual void draw(QCPPainter *painter); - virtual int size(); - 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; - int 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, suffixPart; - QRect baseBounds, expBounds, suffixBounds, 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; -}; - -/* end of 'src/axis/axis.h' */ - - -/* including file 'src/scatterstyle.h' */ -/* modified 2022-11-06T12:45:56, size 7275 */ - -class QCP_LIB_DECL QCPScatterStyle -{ - Q_GADGET -public: - /*! - Represents the various properties of a scatter style instance. For example, this enum is used - to specify which properties of \ref QCPSelectionDecorator::setScatterStyle will be used when - highlighting selected data points. - - Specific scatter properties can be transferred between \ref QCPScatterStyle instances via \ref - setFromOther. - */ - enum ScatterProperty { spNone = 0x00 ///< 0x00 None - ,spPen = 0x01 ///< 0x01 The pen property, see \ref setPen - ,spBrush = 0x02 ///< 0x02 The brush property, see \ref setBrush - ,spSize = 0x04 ///< 0x04 The size property, see \ref setSize - ,spShape = 0x08 ///< 0x08 The shape property, see \ref setShape - ,spAll = 0xFF ///< 0xFF All properties - }; - Q_ENUMS(ScatterProperty) - Q_FLAGS(ScatterProperties) - Q_DECLARE_FLAGS(ScatterProperties, ScatterProperty) - - /*! - 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. - */ - 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) - }; - Q_ENUMS(ScatterShape) - - 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 setFromOther(const QCPScatterStyle &other, ScatterProperties properties); - 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 undefinePen(); - void applyTo(QCPPainter *painter, const QPen &defaultPen) const; - void drawShape(QCPPainter *painter, const 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); -Q_DECLARE_OPERATORS_FOR_FLAGS(QCPScatterStyle::ScatterProperties) -Q_DECLARE_METATYPE(QCPScatterStyle::ScatterProperty) -Q_DECLARE_METATYPE(QCPScatterStyle::ScatterShape) - -/* end of 'src/scatterstyle.h' */ - - -/* including file 'src/datacontainer.h' */ -/* modified 2022-11-06T12:45:56, size 34305 */ - -/*! \relates QCPDataContainer - Returns whether the sort key of \a a is less than the sort key of \a b. - - \see QCPDataContainer::sort -*/ -template -inline bool qcpLessThanSortKey(const DataType &a, const DataType &b) { return a.sortKey() < b.sortKey(); } - -template -class QCPDataContainer // no QCP_LIB_DECL, template class ends up in header (cpp included below) -{ -public: - typedef typename QVector::const_iterator const_iterator; - typedef typename QVector::iterator iterator; - - QCPDataContainer(); - - // getters: - int size() const { return mData.size()-mPreallocSize; } - bool isEmpty() const { return size() == 0; } - bool autoSqueeze() const { return mAutoSqueeze; } - - // setters: - void setAutoSqueeze(bool enabled); - - // non-virtual methods: - void set(const QCPDataContainer &data); - void set(const QVector &data, bool alreadySorted=false); - void add(const QCPDataContainer &data); - void add(const QVector &data, bool alreadySorted=false); - void add(const DataType &data); - void removeBefore(double sortKey); - void removeAfter(double sortKey); - void remove(double sortKeyFrom, double sortKeyTo); - void remove(double sortKey); - void clear(); - void sort(); - void squeeze(bool preAllocation=true, bool postAllocation=true); - - const_iterator constBegin() const { return mData.constBegin()+mPreallocSize; } - const_iterator constEnd() const { return mData.constEnd(); } - iterator begin() { return mData.begin()+mPreallocSize; } - iterator end() { return mData.end(); } - const_iterator findBegin(double sortKey, bool expandedRange=true) const; - const_iterator findEnd(double sortKey, bool expandedRange=true) const; - const_iterator at(int index) const { return constBegin()+qBound(0, index, size()); } - QCPRange keyRange(bool &foundRange, QCP::SignDomain signDomain=QCP::sdBoth); - QCPRange valueRange(bool &foundRange, QCP::SignDomain signDomain=QCP::sdBoth, const QCPRange &inKeyRange=QCPRange()); - QCPDataRange dataRange() const { return QCPDataRange(0, size()); } - void limitIteratorsToDataRange(const_iterator &begin, const_iterator &end, const QCPDataRange &dataRange) const; - -protected: - // property members: - bool mAutoSqueeze; - - // non-property memebers: - QVector mData; - int mPreallocSize; - int mPreallocIteration; - - // non-virtual methods: - void preallocateGrow(int minimumPreallocSize); - void performAutoSqueeze(); -}; - - - -// include implementation in header since it is a class template: -//////////////////////////////////////////////////////////////////////////////////////////////////// -//////////////////// QCPDataContainer -//////////////////////////////////////////////////////////////////////////////////////////////////// - -/*! \class QCPDataContainer - \brief The generic data container for one-dimensional plottables - - This class template provides a fast container for data storage of one-dimensional data. The data - type is specified as template parameter (called \a DataType in the following) and must provide - some methods as described in the \ref qcpdatacontainer-datatype "next section". - - The data is stored in a sorted fashion, which allows very quick lookups by the sorted key as well - as retrieval of ranges (see \ref findBegin, \ref findEnd, \ref keyRange) using binary search. The - container uses a preallocation and a postallocation scheme, such that appending and prepending - data (with respect to the sort key) is very fast and minimizes reallocations. If data is added - which needs to be inserted between existing keys, the merge usually can be done quickly too, - using the fact that existing data is always sorted. The user can further improve performance by - specifying that added data is already itself sorted by key, if he can guarantee that this is the - case (see for example \ref add(const QVector &data, bool alreadySorted)). - - The data can be accessed with the provided const iterators (\ref constBegin, \ref constEnd). If - it is necessary to alter existing data in-place, the non-const iterators can be used (\ref begin, - \ref end). Changing data members that are not the sort key (for most data types called \a key) is - safe from the container's perspective. - - Great care must be taken however if the sort key is modified through the non-const iterators. For - performance reasons, the iterators don't automatically cause a re-sorting upon their - manipulation. It is thus the responsibility of the user to leave the container in a sorted state - when finished with the data manipulation, before calling any other methods on the container. A - complete re-sort (e.g. after finishing all sort key manipulation) can be done by calling \ref - sort. Failing to do so can not be detected by the container efficiently and will cause both - rendering artifacts and potential data loss. - - Implementing one-dimensional plottables that make use of a \ref QCPDataContainer is usually - done by subclassing from \ref QCPAbstractPlottable1D "QCPAbstractPlottable1D", which - introduces an according \a mDataContainer member and some convenience methods. - - \section qcpdatacontainer-datatype Requirements for the DataType template parameter - - The template parameter DataType is the type of the stored data points. It must be - trivially copyable and have the following public methods, preferably inline: - - \li double sortKey() const\n Returns the member variable of this data point that is the - sort key, defining the ordering in the container. Often this variable is simply called \a key. - - \li static DataType fromSortKey(double sortKey)\n Returns a new instance of the data - type initialized with its sort key set to \a sortKey. - - \li static bool sortKeyIsMainKey()\n Returns true if the sort key is equal to the main - key (see method \c mainKey below). For most plottables this is the case. It is not the case for - example for \ref QCPCurve, which uses \a t as sort key and \a key as main key. This is the reason - why QCPCurve unlike QCPGraph can display parametric curves with loops. - - \li double mainKey() const\n Returns the variable of this data point considered the main - key. This is commonly the variable that is used as the coordinate of this data point on the key - axis of the plottable. This method is used for example when determining the automatic axis - rescaling of key axes (\ref QCPAxis::rescale). - - \li double mainValue() const\n Returns the variable of this data point considered the - main value. This is commonly the variable that is used as the coordinate of this data point on - the value axis of the plottable. - - \li QCPRange valueRange() const\n Returns the range this data point spans in the value - axis coordinate. If the data is single-valued (e.g. QCPGraphData), this is simply a range with - both lower and upper set to the main data point value. However if the data points can represent - multiple values at once (e.g QCPFinancialData with its \a high, \a low, \a open and \a close - values at each \a key) this method should return the range those values span. This method is used - for example when determining the automatic axis rescaling of value axes (\ref - QCPAxis::rescale). -*/ - -/* start documentation of inline functions */ - -/*! \fn int QCPDataContainer::size() const - - Returns the number of data points in the container. -*/ - -/*! \fn bool QCPDataContainer::isEmpty() const - - Returns whether this container holds no data points. -*/ - -/*! \fn QCPDataContainer::const_iterator QCPDataContainer::constBegin() const - - Returns a const iterator to the first data point in this container. -*/ - -/*! \fn QCPDataContainer::const_iterator QCPDataContainer::constEnd() const - - Returns a const iterator to the element past the last data point in this container. -*/ - -/*! \fn QCPDataContainer::iterator QCPDataContainer::begin() const - - Returns a non-const iterator to the first data point in this container. - - You can manipulate the data points in-place through the non-const iterators, but great care must - be taken when manipulating the sort key of a data point, see \ref sort, or the detailed - description of this class. -*/ - -/*! \fn QCPDataContainer::iterator QCPDataContainer::end() const - - Returns a non-const iterator to the element past the last data point in this container. - - You can manipulate the data points in-place through the non-const iterators, but great care must - be taken when manipulating the sort key of a data point, see \ref sort, or the detailed - description of this class. -*/ - -/*! \fn QCPDataContainer::const_iterator QCPDataContainer::at(int index) const - - Returns a const iterator to the element with the specified \a index. If \a index points beyond - the available elements in this container, returns \ref constEnd, i.e. an iterator past the last - valid element. - - You can use this method to easily obtain iterators from a \ref QCPDataRange, see the \ref - dataselection-accessing "data selection page" for an example. -*/ - -/*! \fn QCPDataRange QCPDataContainer::dataRange() const - - Returns a \ref QCPDataRange encompassing the entire data set of this container. This means the - begin index of the returned range is 0, and the end index is \ref size. -*/ - -/* end documentation of inline functions */ - -/*! - Constructs a QCPDataContainer used for plottable classes that represent a series of key-sorted - data -*/ -template -QCPDataContainer::QCPDataContainer() : - mAutoSqueeze(true), - mPreallocSize(0), - mPreallocIteration(0) -{ -} - -/*! - Sets whether the container automatically decides when to release memory from its post- and - preallocation pools when data points are removed. By default this is enabled and for typical - applications shouldn't be changed. - - If auto squeeze is disabled, you can manually decide when to release pre-/postallocation with - \ref squeeze. -*/ -template -void QCPDataContainer::setAutoSqueeze(bool enabled) -{ - if (mAutoSqueeze != enabled) - { - mAutoSqueeze = enabled; - if (mAutoSqueeze) - performAutoSqueeze(); - } -} - -/*! \overload - - Replaces the current data in this container with the provided \a data. - - \see add, remove -*/ -template -void QCPDataContainer::set(const QCPDataContainer &data) -{ - clear(); - add(data); -} - -/*! \overload - - Replaces the current data in this container with the provided \a data - - If you can guarantee that the data points in \a data have ascending order with respect to the - DataType's sort key, set \a alreadySorted to true to avoid an unnecessary sorting run. - - \see add, remove -*/ -template -void QCPDataContainer::set(const QVector &data, bool alreadySorted) -{ - mData = data; - mPreallocSize = 0; - mPreallocIteration = 0; - if (!alreadySorted) - sort(); -} - -/*! \overload - - Adds the provided \a data to the current data in this container. - - \see set, remove -*/ -template -void QCPDataContainer::add(const QCPDataContainer &data) -{ - if (data.isEmpty()) - return; - - const int n = data.size(); - const int oldSize = size(); - - if (oldSize > 0 && !qcpLessThanSortKey(*constBegin(), *(data.constEnd()-1))) // prepend if new data keys are all smaller than or equal to existing ones - { - if (mPreallocSize < n) - preallocateGrow(n); - mPreallocSize -= n; - std::copy(data.constBegin(), data.constEnd(), begin()); - } else // don't need to prepend, so append and merge if necessary - { - mData.resize(mData.size()+n); - std::copy(data.constBegin(), data.constEnd(), end()-n); - if (oldSize > 0 && !qcpLessThanSortKey(*(constEnd()-n-1), *(constEnd()-n))) // if appended range keys aren't all greater than existing ones, merge the two partitions - std::inplace_merge(begin(), end()-n, end(), qcpLessThanSortKey); - } -} - -/*! - Adds the provided data points in \a data to the current data. - - If you can guarantee that the data points in \a data have ascending order with respect to the - DataType's sort key, set \a alreadySorted to true to avoid an unnecessary sorting run. - - \see set, remove -*/ -template -void QCPDataContainer::add(const QVector &data, bool alreadySorted) -{ - if (data.isEmpty()) - return; - if (isEmpty()) - { - set(data, alreadySorted); - return; - } - - const int n = data.size(); - const int oldSize = size(); - - if (alreadySorted && oldSize > 0 && !qcpLessThanSortKey(*constBegin(), *(data.constEnd()-1))) // prepend if new data is sorted and keys are all smaller than or equal to existing ones - { - if (mPreallocSize < n) - preallocateGrow(n); - mPreallocSize -= n; - std::copy(data.constBegin(), data.constEnd(), begin()); - } else // don't need to prepend, so append and then sort and merge if necessary - { - mData.resize(mData.size()+n); - std::copy(data.constBegin(), data.constEnd(), end()-n); - if (!alreadySorted) // sort appended subrange if it wasn't already sorted - std::sort(end()-n, end(), qcpLessThanSortKey); - if (oldSize > 0 && !qcpLessThanSortKey(*(constEnd()-n-1), *(constEnd()-n))) // if appended range keys aren't all greater than existing ones, merge the two partitions - std::inplace_merge(begin(), end()-n, end(), qcpLessThanSortKey); - } -} - -/*! \overload - - Adds the provided single data point to the current data. - - \see remove -*/ -template -void QCPDataContainer::add(const DataType &data) -{ - if (isEmpty() || !qcpLessThanSortKey(data, *(constEnd()-1))) // quickly handle appends if new data key is greater or equal to existing ones - { - mData.append(data); - } else if (qcpLessThanSortKey(data, *constBegin())) // quickly handle prepends using preallocated space - { - if (mPreallocSize < 1) - preallocateGrow(1); - --mPreallocSize; - *begin() = data; - } else // handle inserts, maintaining sorted keys - { - QCPDataContainer::iterator insertionPoint = std::lower_bound(begin(), end(), data, qcpLessThanSortKey); - mData.insert(insertionPoint, data); - } -} - -/*! - Removes all data points with (sort-)keys smaller than or equal to \a sortKey. - - \see removeAfter, remove, clear -*/ -template -void QCPDataContainer::removeBefore(double sortKey) -{ - QCPDataContainer::iterator it = begin(); - QCPDataContainer::iterator itEnd = std::lower_bound(begin(), end(), DataType::fromSortKey(sortKey), qcpLessThanSortKey); - mPreallocSize += int(itEnd-it); // don't actually delete, just add it to the preallocated block (if it gets too large, squeeze will take care of it) - if (mAutoSqueeze) - performAutoSqueeze(); -} - -/*! - Removes all data points with (sort-)keys greater than or equal to \a sortKey. - - \see removeBefore, remove, clear -*/ -template -void QCPDataContainer::removeAfter(double sortKey) -{ - QCPDataContainer::iterator it = std::upper_bound(begin(), end(), DataType::fromSortKey(sortKey), qcpLessThanSortKey); - QCPDataContainer::iterator itEnd = end(); - mData.erase(it, itEnd); // typically adds it to the postallocated block - if (mAutoSqueeze) - performAutoSqueeze(); -} - -/*! - Removes all data points with (sort-)keys between \a sortKeyFrom and \a sortKeyTo. if \a - sortKeyFrom is greater or equal to \a sortKeyTo, the function does nothing. To remove a single - data point with known (sort-)key, use \ref remove(double sortKey). - - \see removeBefore, removeAfter, clear -*/ -template -void QCPDataContainer::remove(double sortKeyFrom, double sortKeyTo) -{ - if (sortKeyFrom >= sortKeyTo || isEmpty()) - return; - - QCPDataContainer::iterator it = std::lower_bound(begin(), end(), DataType::fromSortKey(sortKeyFrom), qcpLessThanSortKey); - QCPDataContainer::iterator itEnd = std::upper_bound(it, end(), DataType::fromSortKey(sortKeyTo), qcpLessThanSortKey); - mData.erase(it, itEnd); - if (mAutoSqueeze) - performAutoSqueeze(); -} - -/*! \overload - - Removes a single data point at \a sortKey. If the position is not known with absolute (binary) - precision, consider using \ref remove(double sortKeyFrom, double sortKeyTo) with a small - fuzziness interval around the suspected position, depeding on the precision with which the - (sort-)key is known. - - \see removeBefore, removeAfter, clear -*/ -template -void QCPDataContainer::remove(double sortKey) -{ - QCPDataContainer::iterator it = std::lower_bound(begin(), end(), DataType::fromSortKey(sortKey), qcpLessThanSortKey); - if (it != end() && it->sortKey() == sortKey) - { - if (it == begin()) - ++mPreallocSize; // don't actually delete, just add it to the preallocated block (if it gets too large, squeeze will take care of it) - else - mData.erase(it); - } - if (mAutoSqueeze) - performAutoSqueeze(); -} - -/*! - Removes all data points. - - \see remove, removeAfter, removeBefore -*/ -template -void QCPDataContainer::clear() -{ - mData.clear(); - mPreallocIteration = 0; - mPreallocSize = 0; -} - -/*! - Re-sorts all data points in the container by their sort key. - - When setting, adding or removing points using the QCPDataContainer interface (\ref set, \ref add, - \ref remove, etc.), the container makes sure to always stay in a sorted state such that a full - resort is never necessary. However, if you choose to directly manipulate the sort key on data - points by accessing and modifying it through the non-const iterators (\ref begin, \ref end), it - is your responsibility to bring the container back into a sorted state before any other methods - are called on it. This can be achieved by calling this method immediately after finishing the - sort key manipulation. -*/ -template -void QCPDataContainer::sort() -{ - std::sort(begin(), end(), qcpLessThanSortKey); -} - -/*! - Frees all unused memory that is currently in the preallocation and postallocation pools. - - Note that QCPDataContainer automatically decides whether squeezing is necessary, if \ref - setAutoSqueeze is left enabled. It should thus not be necessary to use this method for typical - applications. - - The parameters \a preAllocation and \a postAllocation control whether pre- and/or post allocation - should be freed, respectively. -*/ -template -void QCPDataContainer::squeeze(bool preAllocation, bool postAllocation) -{ - if (preAllocation) - { - if (mPreallocSize > 0) - { - std::copy(begin(), end(), mData.begin()); - mData.resize(size()); - mPreallocSize = 0; - } - mPreallocIteration = 0; - } - if (postAllocation) - mData.squeeze(); -} - -/*! - Returns an iterator to the data point with a (sort-)key that is equal to, just below, or just - above \a sortKey. If \a expandedRange is true, the data point just below \a sortKey will be - considered, otherwise the one just above. - - This can be used in conjunction with \ref findEnd to iterate over data points within a given key - range, including or excluding the bounding data points that are just beyond the specified range. - - If \a expandedRange is true but there are no data points below \a sortKey, \ref constBegin is - returned. - - If the container is empty, returns \ref constEnd. - - \see findEnd, QCPPlottableInterface1D::findBegin -*/ -template -typename QCPDataContainer::const_iterator QCPDataContainer::findBegin(double sortKey, bool expandedRange) const -{ - if (isEmpty()) - return constEnd(); - - QCPDataContainer::const_iterator it = std::lower_bound(constBegin(), constEnd(), DataType::fromSortKey(sortKey), qcpLessThanSortKey); - if (expandedRange && it != constBegin()) // also covers it == constEnd case, and we know --constEnd is valid because mData isn't empty - --it; - return it; -} - -/*! - Returns an iterator to the element after the data point with a (sort-)key that is equal to, just - above or just below \a sortKey. If \a expandedRange is true, the data point just above \a sortKey - will be considered, otherwise the one just below. - - This can be used in conjunction with \ref findBegin to iterate over data points within a given - key range, including the bounding data points that are just below and above the specified range. - - If \a expandedRange is true but there are no data points above \a sortKey, \ref constEnd is - returned. - - If the container is empty, \ref constEnd is returned. - - \see findBegin, QCPPlottableInterface1D::findEnd -*/ -template -typename QCPDataContainer::const_iterator QCPDataContainer::findEnd(double sortKey, bool expandedRange) const -{ - if (isEmpty()) - return constEnd(); - - QCPDataContainer::const_iterator it = std::upper_bound(constBegin(), constEnd(), DataType::fromSortKey(sortKey), qcpLessThanSortKey); - if (expandedRange && it != constEnd()) - ++it; - return it; -} - -/*! - Returns the range encompassed by the (main-)key coordinate of all data points. The output - parameter \a foundRange indicates whether a sensible range was found. If this is false, you - should not use the returned QCPRange (e.g. the data container is empty or all points have the - same key). - - Use \a signDomain to control which sign of the key coordinates should be considered. This is - relevant e.g. for logarithmic plots which can mathematically only display one sign domain at a - time. - - If the DataType reports that its main key is equal to the sort key (\a sortKeyIsMainKey), as is - the case for most plottables, this method uses this fact and finds the range very quickly. - - \see valueRange -*/ -template -QCPRange QCPDataContainer::keyRange(bool &foundRange, QCP::SignDomain signDomain) -{ - if (isEmpty()) - { - foundRange = false; - return QCPRange(); - } - QCPRange range; - bool haveLower = false; - bool haveUpper = false; - double current; - - QCPDataContainer::const_iterator it = constBegin(); - QCPDataContainer::const_iterator itEnd = constEnd(); - if (signDomain == QCP::sdBoth) // range may be anywhere - { - if (DataType::sortKeyIsMainKey()) // if DataType is sorted by main key (e.g. QCPGraph, but not QCPCurve), use faster algorithm by finding just first and last key with non-NaN value - { - while (it != itEnd) // find first non-nan going up from left - { - if (!qIsNaN(it->mainValue())) - { - range.lower = it->mainKey(); - haveLower = true; - break; - } - ++it; - } - it = itEnd; - while (it != constBegin()) // find first non-nan going down from right - { - --it; - if (!qIsNaN(it->mainValue())) - { - range.upper = it->mainKey(); - haveUpper = true; - break; - } - } - } else // DataType is not sorted by main key, go through all data points and accordingly expand range - { - while (it != itEnd) - { - if (!qIsNaN(it->mainValue())) - { - current = it->mainKey(); - if (current < range.lower || !haveLower) - { - range.lower = current; - haveLower = true; - } - if (current > range.upper || !haveUpper) - { - range.upper = current; - haveUpper = true; - } - } - ++it; - } - } - } else if (signDomain == QCP::sdNegative) // range may only be in the negative sign domain - { - while (it != itEnd) - { - if (!qIsNaN(it->mainValue())) - { - current = it->mainKey(); - 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 (signDomain == QCP::sdPositive) // range may only be in the positive sign domain - { - while (it != itEnd) - { - if (!qIsNaN(it->mainValue())) - { - current = it->mainKey(); - 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; -} - -/*! - Returns the range encompassed by the value coordinates of the data points in the specified key - range (\a inKeyRange), using the full \a DataType::valueRange reported by the data points. The - output parameter \a foundRange indicates whether a sensible range was found. If this is false, - you should not use the returned QCPRange (e.g. the data container is empty or all points have the - same value). - - Inf and -Inf data values are ignored. - - If \a inKeyRange has both lower and upper bound set to zero (is equal to QCPRange()), - all data points are considered, without any restriction on the keys. - - Use \a signDomain to control which sign of the value coordinates should be considered. This is - relevant e.g. for logarithmic plots which can mathematically only display one sign domain at a - time. - - \see keyRange -*/ -template -QCPRange QCPDataContainer::valueRange(bool &foundRange, QCP::SignDomain signDomain, const QCPRange &inKeyRange) -{ - if (isEmpty()) - { - foundRange = false; - return QCPRange(); - } - QCPRange range; - const bool restrictKeyRange = inKeyRange != QCPRange(); - bool haveLower = false; - bool haveUpper = false; - QCPRange current; - QCPDataContainer::const_iterator itBegin = constBegin(); - QCPDataContainer::const_iterator itEnd = constEnd(); - if (DataType::sortKeyIsMainKey() && restrictKeyRange) - { - itBegin = findBegin(inKeyRange.lower, false); - itEnd = findEnd(inKeyRange.upper, false); - } - if (signDomain == QCP::sdBoth) // range may be anywhere - { - for (QCPDataContainer::const_iterator it = itBegin; it != itEnd; ++it) - { - if (restrictKeyRange && (it->mainKey() < inKeyRange.lower || it->mainKey() > inKeyRange.upper)) - continue; - current = it->valueRange(); - if ((current.lower < range.lower || !haveLower) && !qIsNaN(current.lower) && std::isfinite(current.lower)) - { - range.lower = current.lower; - haveLower = true; - } - if ((current.upper > range.upper || !haveUpper) && !qIsNaN(current.upper) && std::isfinite(current.upper)) - { - range.upper = current.upper; - haveUpper = true; - } - } - } else if (signDomain == QCP::sdNegative) // range may only be in the negative sign domain - { - for (QCPDataContainer::const_iterator it = itBegin; it != itEnd; ++it) - { - if (restrictKeyRange && (it->mainKey() < inKeyRange.lower || it->mainKey() > inKeyRange.upper)) - continue; - current = it->valueRange(); - if ((current.lower < range.lower || !haveLower) && current.lower < 0 && !qIsNaN(current.lower) && std::isfinite(current.lower)) - { - range.lower = current.lower; - haveLower = true; - } - if ((current.upper > range.upper || !haveUpper) && current.upper < 0 && !qIsNaN(current.upper) && std::isfinite(current.upper)) - { - range.upper = current.upper; - haveUpper = true; - } - } - } else if (signDomain == QCP::sdPositive) // range may only be in the positive sign domain - { - for (QCPDataContainer::const_iterator it = itBegin; it != itEnd; ++it) - { - if (restrictKeyRange && (it->mainKey() < inKeyRange.lower || it->mainKey() > inKeyRange.upper)) - continue; - current = it->valueRange(); - if ((current.lower < range.lower || !haveLower) && current.lower > 0 && !qIsNaN(current.lower) && std::isfinite(current.lower)) - { - range.lower = current.lower; - haveLower = true; - } - if ((current.upper > range.upper || !haveUpper) && current.upper > 0 && !qIsNaN(current.upper) && std::isfinite(current.upper)) - { - range.upper = current.upper; - haveUpper = true; - } - } - } - - foundRange = haveLower && haveUpper; - return range; -} - -/*! - Makes sure \a begin and \a end mark a data range that is both within the bounds of this data - container's data, as well as within the specified \a dataRange. The initial range described by - the passed iterators \a begin and \a end is never expanded, only contracted if necessary. - - This function doesn't require for \a dataRange to be within the bounds of this data container's - valid range. -*/ -template -void QCPDataContainer::limitIteratorsToDataRange(const_iterator &begin, const_iterator &end, const QCPDataRange &dataRange) const -{ - QCPDataRange iteratorRange(int(begin-constBegin()), int(end-constBegin())); - iteratorRange = iteratorRange.bounded(dataRange.bounded(this->dataRange())); - begin = constBegin()+iteratorRange.begin(); - end = constBegin()+iteratorRange.end(); -} - -/*! \internal - - Increases the preallocation pool to have a size of at least \a minimumPreallocSize. Depending on - the preallocation history, the container will grow by more than requested, to speed up future - consecutive size increases. - - if \a minimumPreallocSize is smaller than or equal to the current preallocation pool size, this - method does nothing. -*/ -template -void QCPDataContainer::preallocateGrow(int minimumPreallocSize) -{ - if (minimumPreallocSize <= mPreallocSize) - return; - - int newPreallocSize = minimumPreallocSize; - newPreallocSize += (1u< -void QCPDataContainer::performAutoSqueeze() -{ - const int totalAlloc = mData.capacity(); - const int postAllocSize = totalAlloc-mData.size(); - const int usedSize = size(); - bool shrinkPostAllocation = false; - bool shrinkPreAllocation = false; - if (totalAlloc > 650000) // if allocation is larger, shrink earlier with respect to total used size - { - shrinkPostAllocation = postAllocSize > usedSize*1.5; // QVector grow strategy is 2^n for static data. Watch out not to oscillate! - shrinkPreAllocation = mPreallocSize*10 > usedSize; - } else if (totalAlloc > 1000) // below 10 MiB raw data be generous with preallocated memory, below 1k points don't even bother - { - shrinkPostAllocation = postAllocSize > usedSize*5; - shrinkPreAllocation = mPreallocSize > usedSize*1.5; // preallocation can grow into postallocation, so can be smaller - } - - if (shrinkPreAllocation || shrinkPostAllocation) - squeeze(shrinkPreAllocation, shrinkPostAllocation); -} - - -/* end of 'src/datacontainer.h' */ - - -/* including file 'src/plottable.h' */ -/* modified 2022-11-06T12:45:56, size 8461 */ - -class QCP_LIB_DECL QCPSelectionDecorator -{ - Q_GADGET -public: - QCPSelectionDecorator(); - virtual ~QCPSelectionDecorator(); - - // getters: - QPen pen() const { return mPen; } - QBrush brush() const { return mBrush; } - QCPScatterStyle scatterStyle() const { return mScatterStyle; } - QCPScatterStyle::ScatterProperties usedScatterProperties() const { return mUsedScatterProperties; } - - // setters: - void setPen(const QPen &pen); - void setBrush(const QBrush &brush); - void setScatterStyle(const QCPScatterStyle &scatterStyle, QCPScatterStyle::ScatterProperties usedProperties=QCPScatterStyle::spPen); - void setUsedScatterProperties(const QCPScatterStyle::ScatterProperties &properties); - - // non-virtual methods: - void applyPen(QCPPainter *painter) const; - void applyBrush(QCPPainter *painter) const; - QCPScatterStyle getFinalScatterStyle(const QCPScatterStyle &unselectedStyle) const; - - // introduced virtual methods: - virtual void copyFrom(const QCPSelectionDecorator *other); - virtual void drawDecoration(QCPPainter *painter, QCPDataSelection selection); - -protected: - // property members: - QPen mPen; - QBrush mBrush; - QCPScatterStyle mScatterStyle; - QCPScatterStyle::ScatterProperties mUsedScatterProperties; - // non-property members: - QCPAbstractPlottable *mPlottable; - - // introduced virtual methods: - virtual bool registerWithPlottable(QCPAbstractPlottable *plottable); - -private: - Q_DISABLE_COPY(QCPSelectionDecorator) - friend class QCPAbstractPlottable; -}; -Q_DECLARE_METATYPE(QCPSelectionDecorator*) - - -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(QPen pen READ pen WRITE setPen) - Q_PROPERTY(QBrush brush READ brush WRITE setBrush) - Q_PROPERTY(QCPAxis* keyAxis READ keyAxis WRITE setKeyAxis) - Q_PROPERTY(QCPAxis* valueAxis READ valueAxis WRITE setValueAxis) - Q_PROPERTY(QCP::SelectionType selectable READ selectable WRITE setSelectable NOTIFY selectableChanged) - Q_PROPERTY(QCPDataSelection selection READ selection WRITE setSelection NOTIFY selectionChanged) - Q_PROPERTY(QCPSelectionDecorator* selectionDecorator READ selectionDecorator WRITE setSelectionDecorator) - /// \endcond -public: - QCPAbstractPlottable(QCPAxis *keyAxis, QCPAxis *valueAxis); - virtual ~QCPAbstractPlottable() Q_DECL_OVERRIDE; - - // getters: - QString name() const { return mName; } - bool antialiasedFill() const { return mAntialiasedFill; } - bool antialiasedScatters() const { return mAntialiasedScatters; } - QPen pen() const { return mPen; } - QBrush brush() const { return mBrush; } - QCPAxis *keyAxis() const { return mKeyAxis.data(); } - QCPAxis *valueAxis() const { return mValueAxis.data(); } - QCP::SelectionType selectable() const { return mSelectable; } - bool selected() const { return !mSelection.isEmpty(); } - QCPDataSelection selection() const { return mSelection; } - QCPSelectionDecorator *selectionDecorator() const { return mSelectionDecorator; } - - // setters: - void setName(const QString &name); - void setAntialiasedFill(bool enabled); - void setAntialiasedScatters(bool enabled); - void setPen(const QPen &pen); - void setBrush(const QBrush &brush); - void setKeyAxis(QCPAxis *axis); - void setValueAxis(QCPAxis *axis); - Q_SLOT void setSelectable(QCP::SelectionType selectable); - Q_SLOT void setSelection(QCPDataSelection selection); - void setSelectionDecorator(QCPSelectionDecorator *decorator); - - // introduced virtual methods: - virtual double selectTest(const QPointF &pos, bool onlySelectable, QVariant *details=nullptr) const Q_DECL_OVERRIDE = 0; // actually introduced in QCPLayerable as non-pure, but we want to force reimplementation for plottables - virtual QCPPlottableInterface1D *interface1D() { return nullptr; } - virtual QCPRange getKeyRange(bool &foundRange, QCP::SignDomain inSignDomain=QCP::sdBoth) const = 0; - virtual QCPRange getValueRange(bool &foundRange, QCP::SignDomain inSignDomain=QCP::sdBoth, const QCPRange &inKeyRange=QCPRange()) const = 0; - - // non-property 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; - void rescaleAxes(bool onlyEnlarge=false) const; - void rescaleKeyAxis(bool onlyEnlarge=false) const; - void rescaleValueAxis(bool onlyEnlarge=false, bool inKeyRange=false) const; - bool addToLegend(QCPLegend *legend); - bool addToLegend(); - bool removeFromLegend(QCPLegend *legend) const; - bool removeFromLegend() const; - -signals: - void selectionChanged(bool selected); - void selectionChanged(const QCPDataSelection &selection); - void selectableChanged(QCP::SelectionType selectable); - -protected: - // property members: - QString mName; - bool mAntialiasedFill, mAntialiasedScatters; - QPen mPen; - QBrush mBrush; - QPointer mKeyAxis, mValueAxis; - QCP::SelectionType mSelectable; - QCPDataSelection mSelection; - QCPSelectionDecorator *mSelectionDecorator; - - // reimplemented virtual methods: - virtual QRect clipRect() const Q_DECL_OVERRIDE; - virtual void draw(QCPPainter *painter) Q_DECL_OVERRIDE = 0; - virtual QCP::Interaction selectionCategory() const Q_DECL_OVERRIDE; - void applyDefaultAntialiasingHint(QCPPainter *painter) const Q_DECL_OVERRIDE; - // events: - virtual void selectEvent(QMouseEvent *event, bool additive, const QVariant &details, bool *selectionStateChanged) Q_DECL_OVERRIDE; - virtual void deselectEvent(bool *selectionStateChanged) Q_DECL_OVERRIDE; - - // introduced virtual methods: - virtual void drawLegendIcon(QCPPainter *painter, const QRectF &rect) const = 0; - - // non-virtual methods: - void applyFillAntialiasingHint(QCPPainter *painter) const; - void applyScattersAntialiasingHint(QCPPainter *painter) const; - -private: - Q_DISABLE_COPY(QCPAbstractPlottable) - - friend class QCustomPlot; - friend class QCPAxis; - friend class QCPPlottableLegendItem; -}; - - -/* end of 'src/plottable.h' */ - - -/* including file 'src/item.h' */ -/* modified 2022-11-06T12:45:56, size 9425 */ - -class QCP_LIB_DECL QCPItemAnchor -{ - Q_GADGET -public: - QCPItemAnchor(QCustomPlot *parentPlot, QCPAbstractItem *parentItem, const QString &name, int anchorId=-1); - virtual ~QCPItemAnchor(); - - // getters: - QString name() const { return mName; } - virtual QPointF pixelPosition() 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 nullptr; } - - // 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 -{ - Q_GADGET -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). - }; - Q_ENUMS(PositionType) - - QCPItemPosition(QCustomPlot *parentPlot, QCPAbstractItem *parentItem, const QString &name); - virtual ~QCPItemPosition() Q_DECL_OVERRIDE; - - // 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 pixelPosition() const Q_DECL_OVERRIDE; - - // 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 &pos); - void setAxes(QCPAxis* keyAxis, QCPAxis* valueAxis); - void setAxisRect(QCPAxisRect *axisRect); - void setPixelPosition(const QPointF &pixelPosition); - -protected: - // property members: - PositionType mPositionTypeX, mPositionTypeY; - QPointer mKeyAxis, mValueAxis; - QPointer mAxisRect; - double mKey, mValue; - QCPItemAnchor *mParentAnchorX, *mParentAnchorY; - - // reimplemented virtual methods: - virtual QCPItemPosition *toQCPItemPosition() Q_DECL_OVERRIDE { return this; } - -private: - Q_DISABLE_COPY(QCPItemPosition) - -}; -Q_DECLARE_METATYPE(QCPItemPosition::PositionType) - - -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: - explicit QCPAbstractItem(QCustomPlot *parentPlot); - virtual ~QCPAbstractItem() Q_DECL_OVERRIDE; - - // 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=nullptr) const Q_DECL_OVERRIDE = 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 Q_DECL_OVERRIDE; - virtual QRect clipRect() const Q_DECL_OVERRIDE; - virtual void applyDefaultAntialiasingHint(QCPPainter *painter) const Q_DECL_OVERRIDE; - virtual void draw(QCPPainter *painter) Q_DECL_OVERRIDE = 0; - // events: - virtual void selectEvent(QMouseEvent *event, bool additive, const QVariant &details, bool *selectionStateChanged) Q_DECL_OVERRIDE; - virtual void deselectEvent(bool *selectionStateChanged) Q_DECL_OVERRIDE; - - // introduced virtual methods: - virtual QPointF anchorPixelPosition(int anchorId) const; - - // non-virtual methods: - double rectDistance(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; -}; - -/* end of 'src/item.h' */ - - -/* including file 'src/core.h' */ -/* modified 2022-11-06T12:45:56, size 19304 */ - -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) - Q_PROPERTY(bool openGl READ openGl WRITE setOpenGl) - /// \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 { rpImmediateRefresh ///< Replots immediately and repaints the widget immediately by calling QWidget::repaint() after the replot - ,rpQueuedRefresh ///< Replots immediately, but queues the widget repaint, by calling QWidget::update() after the replot. This way multiple redundant widget repaints can be avoided. - ,rpRefreshHint ///< Whether to use immediate or queued refresh depends on whether the plotting hint \ref QCP::phImmediateRefresh is set, see \ref setPlottingHints. - ,rpQueuedReplot ///< Queues the entire replot for the next event loop iteration. This way multiple redundant replots can be avoided. The actual replot is then done with \ref rpRefreshHint priority. - }; - Q_ENUMS(RefreshPriority) - - explicit QCustomPlot(QWidget *parent = nullptr); - virtual ~QCustomPlot() Q_DECL_OVERRIDE; - - // getters: - QRect viewport() const { return mViewport; } - double bufferDevicePixelRatio() const { return mBufferDevicePixelRatio; } - 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; } - QCP::SelectionRectMode selectionRectMode() const { return mSelectionRectMode; } - QCPSelectionRect *selectionRect() const { return mSelectionRect; } - bool openGl() const { return mOpenGl; } - - // setters: - void setViewport(const QRect &rect); - void setBufferDevicePixelRatio(double ratio); - 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); - void setSelectionRectMode(QCP::SelectionRectMode mode); - void setSelectionRect(QCPSelectionRect *selectionRect); - void setOpenGl(bool enabled, int multisampling=16); - - // non-property methods: - // plottable interface: - QCPAbstractPlottable *plottable(int index); - QCPAbstractPlottable *plottable(); - bool removePlottable(QCPAbstractPlottable *plottable); - bool removePlottable(int index); - int clearPlottables(); - int plottableCount() const; - QList selectedPlottables() const; - template - PlottableType *plottableAt(const QPointF &pos, bool onlySelectable=false, int *dataIndex=nullptr) const; - QCPAbstractPlottable *plottableAt(const QPointF &pos, bool onlySelectable=false, int *dataIndex=nullptr) const; - bool hasPlottable(QCPAbstractPlottable *plottable) const; - - // specialized interface for QCPGraph: - QCPGraph *graph(int index) const; - QCPGraph *graph() const; - QCPGraph *addGraph(QCPAxis *keyAxis=nullptr, QCPAxis *valueAxis=nullptr); - 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 removeItem(QCPAbstractItem *item); - bool removeItem(int index); - int clearItems(); - int itemCount() const; - QList selectedItems() const; - template - ItemType *itemAt(const QPointF &pos, bool onlySelectable=false) 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=nullptr, 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; - QCPAxisRect* axisRectAt(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, int width=0, int height=0, QCP::ExportPen exportPen=QCP::epAllowCosmetic, 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, int resolution=96, QCP::ResolutionUnit resolutionUnit=QCP::ruDotsPerInch); - bool saveJpg(const QString &fileName, int width=0, int height=0, double scale=1.0, int quality=-1, int resolution=96, QCP::ResolutionUnit resolutionUnit=QCP::ruDotsPerInch); - bool saveBmp(const QString &fileName, int width=0, int height=0, double scale=1.0, int resolution=96, QCP::ResolutionUnit resolutionUnit=QCP::ruDotsPerInch); - bool saveRastered(const QString &fileName, int width, int height, double scale, const char *format, int quality=-1, int resolution=96, QCP::ResolutionUnit resolutionUnit=QCP::ruDotsPerInch); - 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::rpRefreshHint); - double replotTime(bool average=false) const; - - 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, int dataIndex, QMouseEvent *event); - void plottableDoubleClick(QCPAbstractPlottable *plottable, int dataIndex, 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 selectionChangedByUser(); - void beforeReplot(); - void afterLayout(); - void afterReplot(); - -protected: - // property members: - QRect mViewport; - double mBufferDevicePixelRatio; - 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; - QCP::SelectionRectMode mSelectionRectMode; - QCPSelectionRect *mSelectionRect; - bool mOpenGl; - - // non-property members: - QList > mPaintBuffers; - QPoint mMousePressPos; - bool mMouseHasMoved; - QPointer mMouseEventLayerable; - QPointer mMouseSignalLayerable; - QVariant mMouseEventLayerableDetails; - QVariant mMouseSignalLayerableDetails; - bool mReplotting; - bool mReplotQueued; - double mReplotTime, mReplotTimeAverage; - int mOpenGlMultisamples; - QCP::AntialiasedElements mOpenGlAntialiasedElementsBackup; - bool mOpenGlCacheLabelsBackup; -#ifdef QCP_OPENGL_FBO - QSharedPointer mGlContext; - QSharedPointer mGlSurface; - QSharedPointer mGlPaintDevice; -#endif - - // reimplemented virtual methods: - virtual QSize minimumSizeHint() const Q_DECL_OVERRIDE; - virtual QSize sizeHint() const Q_DECL_OVERRIDE; - virtual void paintEvent(QPaintEvent *event) Q_DECL_OVERRIDE; - virtual void resizeEvent(QResizeEvent *event) Q_DECL_OVERRIDE; - virtual void mouseDoubleClickEvent(QMouseEvent *event) Q_DECL_OVERRIDE; - virtual void mousePressEvent(QMouseEvent *event) Q_DECL_OVERRIDE; - virtual void mouseMoveEvent(QMouseEvent *event) Q_DECL_OVERRIDE; - virtual void mouseReleaseEvent(QMouseEvent *event) Q_DECL_OVERRIDE; - virtual void wheelEvent(QWheelEvent *event) Q_DECL_OVERRIDE; - - // introduced virtual methods: - virtual void draw(QCPPainter *painter); - virtual void updateLayout(); - virtual void axisRemoved(QCPAxis *axis); - virtual void legendRemoved(QCPLegend *legend); - Q_SLOT virtual void processRectSelection(QRect rect, QMouseEvent *event); - Q_SLOT virtual void processRectZoom(QRect rect, QMouseEvent *event); - Q_SLOT virtual void processPointSelection(QMouseEvent *event); - - // non-virtual methods: - bool registerPlottable(QCPAbstractPlottable *plottable); - bool registerGraph(QCPGraph *graph); - bool registerItem(QCPAbstractItem* item); - void updateLayerIndices() const; - QCPLayerable *layerableAt(const QPointF &pos, bool onlySelectable, QVariant *selectionDetails=nullptr) const; - QList layerableListAt(const QPointF &pos, bool onlySelectable, QList *selectionDetails=nullptr) const; - void drawBackground(QCPPainter *painter); - void setupPaintBuffers(); - QCPAbstractPaintBuffer *createPaintBuffer(); - bool hasInvalidatedPaintBuffers(); - bool setupOpenGl(); - void freeOpenGl(); - - friend class QCPLegend; - friend class QCPAxis; - friend class QCPLayer; - friend class QCPAxisRect; - friend class QCPAbstractPlottable; - friend class QCPGraph; - friend class QCPAbstractItem; -}; -Q_DECLARE_METATYPE(QCustomPlot::LayerInsertMode) -Q_DECLARE_METATYPE(QCustomPlot::RefreshPriority) - - -// implementation of template functions: - -/*! - Returns the plottable at the pixel position \a pos. The plottable type (a QCPAbstractPlottable - subclass) that shall be taken into consideration can be specified via the template parameter. - - 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 \a dataIndex is non-null, it is set to the index of the plottable's data point that is closest - to \a pos. - - If there is no plottable of the specified type at \a pos, returns \c nullptr. - - \see itemAt, layoutElementAt -*/ -template -PlottableType *QCustomPlot::plottableAt(const QPointF &pos, bool onlySelectable, int *dataIndex) const -{ - PlottableType *resultPlottable = 0; - QVariant resultDetails; - double resultDistance = mSelectionTolerance; // only regard clicks with distances smaller than mSelectionTolerance as selections, so initialize with that value - - foreach (QCPAbstractPlottable *plottable, mPlottables) - { - PlottableType *currentPlottable = qobject_cast(plottable); - if (!currentPlottable || (onlySelectable && !currentPlottable->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 (currentPlottable->clipRect().contains(pos.toPoint())) // only consider clicks where the plottable is actually visible - { - QVariant details; - double currentDistance = currentPlottable->selectTest(pos, false, dataIndex ? &details : nullptr); - if (currentDistance >= 0 && currentDistance < resultDistance) - { - resultPlottable = currentPlottable; - resultDetails = details; - resultDistance = currentDistance; - } - } - } - - if (resultPlottable && dataIndex) - { - QCPDataSelection sel = resultDetails.value(); - if (!sel.isEmpty()) - *dataIndex = sel.dataRange(0).begin(); - } - return resultPlottable; -} - -/*! - Returns the item at the pixel position \a pos. The item type (a QCPAbstractItem subclass) that shall be - taken into consideration can be specified via the template parameter. 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, returns \c nullptr. - - \see plottableAt, layoutElementAt -*/ -template -ItemType *QCustomPlot::itemAt(const QPointF &pos, bool onlySelectable) const -{ - ItemType *resultItem = 0; - double resultDistance = mSelectionTolerance; // only regard clicks with distances smaller than mSelectionTolerance as selections, so initialize with that value - - foreach (QCPAbstractItem *item, mItems) - { - ItemType *currentItem = qobject_cast(item); - if (!currentItem || (onlySelectable && !currentItem->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 (!currentItem->clipToAxisRect() || currentItem->clipRect().contains(pos.toPoint())) // only consider clicks inside axis cliprect of the item if actually clipped to it - { - double currentDistance = currentItem->selectTest(pos, false); - if (currentDistance >= 0 && currentDistance < resultDistance) - { - resultItem = currentItem; - resultDistance = currentDistance; - } - } - } - - return resultItem; -} - - - -/* end of 'src/core.h' */ - - -/* including file 'src/plottable1d.h' */ -/* modified 2022-11-06T12:45:56, size 25638 */ - -class QCPPlottableInterface1D -{ -public: - virtual ~QCPPlottableInterface1D() = default; - // introduced pure virtual methods: - virtual int dataCount() const = 0; - virtual double dataMainKey(int index) const = 0; - virtual double dataSortKey(int index) const = 0; - virtual double dataMainValue(int index) const = 0; - virtual QCPRange dataValueRange(int index) const = 0; - virtual QPointF dataPixelPosition(int index) const = 0; - virtual bool sortKeyIsMainKey() const = 0; - virtual QCPDataSelection selectTestRect(const QRectF &rect, bool onlySelectable) const = 0; - virtual int findBegin(double sortKey, bool expandedRange=true) const = 0; - virtual int findEnd(double sortKey, bool expandedRange=true) const = 0; -}; - -template -class QCPAbstractPlottable1D : public QCPAbstractPlottable, public QCPPlottableInterface1D // no QCP_LIB_DECL, template class ends up in header (cpp included below) -{ - // No Q_OBJECT macro due to template class - -public: - QCPAbstractPlottable1D(QCPAxis *keyAxis, QCPAxis *valueAxis); - virtual ~QCPAbstractPlottable1D() Q_DECL_OVERRIDE; - - // virtual methods of 1d plottable interface: - virtual int dataCount() const Q_DECL_OVERRIDE; - virtual double dataMainKey(int index) const Q_DECL_OVERRIDE; - virtual double dataSortKey(int index) const Q_DECL_OVERRIDE; - virtual double dataMainValue(int index) const Q_DECL_OVERRIDE; - virtual QCPRange dataValueRange(int index) const Q_DECL_OVERRIDE; - virtual QPointF dataPixelPosition(int index) const Q_DECL_OVERRIDE; - virtual bool sortKeyIsMainKey() const Q_DECL_OVERRIDE; - virtual QCPDataSelection selectTestRect(const QRectF &rect, bool onlySelectable) const Q_DECL_OVERRIDE; - virtual int findBegin(double sortKey, bool expandedRange=true) const Q_DECL_OVERRIDE; - virtual int findEnd(double sortKey, bool expandedRange=true) const Q_DECL_OVERRIDE; - - // reimplemented virtual methods: - virtual double selectTest(const QPointF &pos, bool onlySelectable, QVariant *details=nullptr) const Q_DECL_OVERRIDE; - virtual QCPPlottableInterface1D *interface1D() Q_DECL_OVERRIDE { return this; } - -protected: - // property members: - QSharedPointer > mDataContainer; - - // helpers for subclasses: - void getDataSegments(QList &selectedSegments, QList &unselectedSegments) const; - void drawPolyline(QCPPainter *painter, const QVector &lineData) const; - -private: - Q_DISABLE_COPY(QCPAbstractPlottable1D) - -}; - - - -// include implementation in header since it is a class template: -//////////////////////////////////////////////////////////////////////////////////////////////////// -//////////////////// QCPPlottableInterface1D -//////////////////////////////////////////////////////////////////////////////////////////////////// - -/*! \class QCPPlottableInterface1D - \brief Defines an abstract interface for one-dimensional plottables - - This class contains only pure virtual methods which define a common interface to the data - of one-dimensional plottables. - - For example, it is implemented by the template class \ref QCPAbstractPlottable1D (the preferred - base class for one-dimensional plottables). So if you use that template class as base class of - your one-dimensional plottable, you won't have to care about implementing the 1d interface - yourself. - - If your plottable doesn't derive from \ref QCPAbstractPlottable1D but still wants to provide a 1d - interface (e.g. like \ref QCPErrorBars does), you should inherit from both \ref - QCPAbstractPlottable and \ref QCPPlottableInterface1D and accordingly reimplement the pure - virtual methods of the 1d interface, matching your data container. Also, reimplement \ref - QCPAbstractPlottable::interface1D to return the \c this pointer. - - If you have a \ref QCPAbstractPlottable pointer, you can check whether it implements this - interface by calling \ref QCPAbstractPlottable::interface1D and testing it for a non-zero return - value. If it indeed implements this interface, you may use it to access the plottable's data - without needing to know the exact type of the plottable or its data point type. -*/ - -/* start documentation of pure virtual functions */ - -/*! \fn virtual int QCPPlottableInterface1D::dataCount() const = 0; - - Returns the number of data points of the plottable. -*/ - -/*! \fn virtual QCPDataSelection QCPPlottableInterface1D::selectTestRect(const QRectF &rect, bool onlySelectable) const = 0; - - Returns a data selection containing all the data points of this plottable which are contained (or - hit by) \a rect. This is used mainly in the selection rect interaction for data selection (\ref - dataselection "data selection mechanism"). - - If \a onlySelectable is true, an empty QCPDataSelection is returned if this plottable is not - selectable (i.e. if \ref QCPAbstractPlottable::setSelectable is \ref QCP::stNone). - - \note \a rect must be a normalized rect (positive or zero width and height). This is especially - important when using the rect of \ref QCPSelectionRect::accepted, which is not necessarily - normalized. Use QRect::normalized() when passing a rect which might not be normalized. -*/ - -/*! \fn virtual double QCPPlottableInterface1D::dataMainKey(int index) const = 0 - - Returns the main key of the data point at the given \a index. - - What the main key is, is defined by the plottable's data type. See the \ref - qcpdatacontainer-datatype "QCPDataContainer DataType" documentation for details about this naming - convention. -*/ - -/*! \fn virtual double QCPPlottableInterface1D::dataSortKey(int index) const = 0 - - Returns the sort key of the data point at the given \a index. - - What the sort key is, is defined by the plottable's data type. See the \ref - qcpdatacontainer-datatype "QCPDataContainer DataType" documentation for details about this naming - convention. -*/ - -/*! \fn virtual double QCPPlottableInterface1D::dataMainValue(int index) const = 0 - - Returns the main value of the data point at the given \a index. - - What the main value is, is defined by the plottable's data type. See the \ref - qcpdatacontainer-datatype "QCPDataContainer DataType" documentation for details about this naming - convention. -*/ - -/*! \fn virtual QCPRange QCPPlottableInterface1D::dataValueRange(int index) const = 0 - - Returns the value range of the data point at the given \a index. - - What the value range is, is defined by the plottable's data type. See the \ref - qcpdatacontainer-datatype "QCPDataContainer DataType" documentation for details about this naming - convention. -*/ - -/*! \fn virtual QPointF QCPPlottableInterface1D::dataPixelPosition(int index) const = 0 - - Returns the pixel position on the widget surface at which the data point at the given \a index - appears. - - Usually this corresponds to the point of \ref dataMainKey/\ref dataMainValue, in pixel - coordinates. However, depending on the plottable, this might be a different apparent position - than just a coord-to-pixel transform of those values. For example, \ref QCPBars apparent data - values can be shifted depending on their stacking, bar grouping or configured base value. -*/ - -/*! \fn virtual bool QCPPlottableInterface1D::sortKeyIsMainKey() const = 0 - - Returns whether the sort key (\ref dataSortKey) is identical to the main key (\ref dataMainKey). - - What the sort and main keys are, is defined by the plottable's data type. See the \ref - qcpdatacontainer-datatype "QCPDataContainer DataType" documentation for details about this naming - convention. -*/ - -/*! \fn virtual int QCPPlottableInterface1D::findBegin(double sortKey, bool expandedRange) const = 0 - - Returns the index of the data point with a (sort-)key that is equal to, just below, or just above - \a sortKey. If \a expandedRange is true, the data point just below \a sortKey will be considered, - otherwise the one just above. - - This can be used in conjunction with \ref findEnd to iterate over data points within a given key - range, including or excluding the bounding data points that are just beyond the specified range. - - If \a expandedRange is true but there are no data points below \a sortKey, 0 is returned. - - If the container is empty, returns 0 (in that case, \ref findEnd will also return 0, so a loop - using these methods will not iterate over the index 0). - - \see findEnd, QCPDataContainer::findBegin -*/ - -/*! \fn virtual int QCPPlottableInterface1D::findEnd(double sortKey, bool expandedRange) const = 0 - - Returns the index one after the data point with a (sort-)key that is equal to, just above, or - just below \a sortKey. If \a expandedRange is true, the data point just above \a sortKey will be - considered, otherwise the one just below. - - This can be used in conjunction with \ref findBegin to iterate over data points within a given - key range, including the bounding data points that are just below and above the specified range. - - If \a expandedRange is true but there are no data points above \a sortKey, the index just above the - highest data point is returned. - - If the container is empty, returns 0. - - \see findBegin, QCPDataContainer::findEnd -*/ - -/* end documentation of pure virtual functions */ - - -//////////////////////////////////////////////////////////////////////////////////////////////////// -//////////////////// QCPAbstractPlottable1D -//////////////////////////////////////////////////////////////////////////////////////////////////// - -/*! \class QCPAbstractPlottable1D - \brief A template base class for plottables with one-dimensional data - - This template class derives from \ref QCPAbstractPlottable and from the abstract interface \ref - QCPPlottableInterface1D. It serves as a base class for all one-dimensional data (i.e. data with - one key dimension), such as \ref QCPGraph and QCPCurve. - - The template parameter \a DataType is the type of the data points of this plottable (e.g. \ref - QCPGraphData or \ref QCPCurveData). The main purpose of this base class is to provide the member - \a mDataContainer (a shared pointer to a \ref QCPDataContainer "QCPDataContainer") and - implement the according virtual methods of the \ref QCPPlottableInterface1D, such that most - subclassed plottables don't need to worry about this anymore. - - Further, it provides a convenience method for retrieving selected/unselected data segments via - \ref getDataSegments. This is useful when subclasses implement their \ref draw method and need to - draw selected segments with a different pen/brush than unselected segments (also see \ref - QCPSelectionDecorator). - - This class implements basic functionality of \ref QCPAbstractPlottable::selectTest and \ref - QCPPlottableInterface1D::selectTestRect, assuming point-like data points, based on the 1D data - interface. In spite of that, most plottable subclasses will want to reimplement those methods - again, to provide a more accurate hit test based on their specific data visualization geometry. -*/ - -/* start documentation of inline functions */ - -/*! \fn QCPPlottableInterface1D *QCPAbstractPlottable1D::interface1D() - - Returns a \ref QCPPlottableInterface1D pointer to this plottable, providing access to its 1D - interface. - - \seebaseclassmethod -*/ - -/* end documentation of inline functions */ - -/*! - Forwards \a keyAxis and \a valueAxis to the \ref QCPAbstractPlottable::QCPAbstractPlottable - "QCPAbstractPlottable" constructor and allocates the \a mDataContainer. -*/ -template -QCPAbstractPlottable1D::QCPAbstractPlottable1D(QCPAxis *keyAxis, QCPAxis *valueAxis) : - QCPAbstractPlottable(keyAxis, valueAxis), - mDataContainer(new QCPDataContainer) -{ -} - -template -QCPAbstractPlottable1D::~QCPAbstractPlottable1D() -{ -} - -/*! - \copydoc QCPPlottableInterface1D::dataCount -*/ -template -int QCPAbstractPlottable1D::dataCount() const -{ - return mDataContainer->size(); -} - -/*! - \copydoc QCPPlottableInterface1D::dataMainKey -*/ -template -double QCPAbstractPlottable1D::dataMainKey(int index) const -{ - if (index >= 0 && index < mDataContainer->size()) - { - return (mDataContainer->constBegin()+index)->mainKey(); - } else - { - qDebug() << Q_FUNC_INFO << "Index out of bounds" << index; - return 0; - } -} - -/*! - \copydoc QCPPlottableInterface1D::dataSortKey -*/ -template -double QCPAbstractPlottable1D::dataSortKey(int index) const -{ - if (index >= 0 && index < mDataContainer->size()) - { - return (mDataContainer->constBegin()+index)->sortKey(); - } else - { - qDebug() << Q_FUNC_INFO << "Index out of bounds" << index; - return 0; - } -} - -/*! - \copydoc QCPPlottableInterface1D::dataMainValue -*/ -template -double QCPAbstractPlottable1D::dataMainValue(int index) const -{ - if (index >= 0 && index < mDataContainer->size()) - { - return (mDataContainer->constBegin()+index)->mainValue(); - } else - { - qDebug() << Q_FUNC_INFO << "Index out of bounds" << index; - return 0; - } -} - -/*! - \copydoc QCPPlottableInterface1D::dataValueRange -*/ -template -QCPRange QCPAbstractPlottable1D::dataValueRange(int index) const -{ - if (index >= 0 && index < mDataContainer->size()) - { - return (mDataContainer->constBegin()+index)->valueRange(); - } else - { - qDebug() << Q_FUNC_INFO << "Index out of bounds" << index; - return QCPRange(0, 0); - } -} - -/*! - \copydoc QCPPlottableInterface1D::dataPixelPosition -*/ -template -QPointF QCPAbstractPlottable1D::dataPixelPosition(int index) const -{ - if (index >= 0 && index < mDataContainer->size()) - { - const typename QCPDataContainer::const_iterator it = mDataContainer->constBegin()+index; - return coordsToPixels(it->mainKey(), it->mainValue()); - } else - { - qDebug() << Q_FUNC_INFO << "Index out of bounds" << index; - return QPointF(); - } -} - -/*! - \copydoc QCPPlottableInterface1D::sortKeyIsMainKey -*/ -template -bool QCPAbstractPlottable1D::sortKeyIsMainKey() const -{ - return DataType::sortKeyIsMainKey(); -} - -/*! - Implements a rect-selection algorithm assuming the data (accessed via the 1D data interface) is - point-like. Most subclasses will want to reimplement this method again, to provide a more - accurate hit test based on the true data visualization geometry. - - \seebaseclassmethod -*/ -template -QCPDataSelection QCPAbstractPlottable1D::selectTestRect(const QRectF &rect, bool onlySelectable) const -{ - QCPDataSelection result; - if ((onlySelectable && mSelectable == QCP::stNone) || mDataContainer->isEmpty()) - return result; - if (!mKeyAxis || !mValueAxis) - return result; - - // convert rect given in pixels to ranges given in plot coordinates: - double key1, value1, key2, value2; - pixelsToCoords(rect.topLeft(), key1, value1); - pixelsToCoords(rect.bottomRight(), key2, value2); - QCPRange keyRange(key1, key2); // QCPRange normalizes internally so we don't have to care about whether key1 < key2 - QCPRange valueRange(value1, value2); - typename QCPDataContainer::const_iterator begin = mDataContainer->constBegin(); - typename QCPDataContainer::const_iterator end = mDataContainer->constEnd(); - if (DataType::sortKeyIsMainKey()) // we can assume that data is sorted by main key, so can reduce the searched key interval: - { - begin = mDataContainer->findBegin(keyRange.lower, false); - end = mDataContainer->findEnd(keyRange.upper, false); - } - if (begin == end) - return result; - - int currentSegmentBegin = -1; // -1 means we're currently not in a segment that's contained in rect - for (typename QCPDataContainer::const_iterator it=begin; it!=end; ++it) - { - if (currentSegmentBegin == -1) - { - if (valueRange.contains(it->mainValue()) && keyRange.contains(it->mainKey())) // start segment - currentSegmentBegin = int(it-mDataContainer->constBegin()); - } else if (!valueRange.contains(it->mainValue()) || !keyRange.contains(it->mainKey())) // segment just ended - { - result.addDataRange(QCPDataRange(currentSegmentBegin, int(it-mDataContainer->constBegin())), false); - currentSegmentBegin = -1; - } - } - // process potential last segment: - if (currentSegmentBegin != -1) - result.addDataRange(QCPDataRange(currentSegmentBegin, int(end-mDataContainer->constBegin())), false); - - result.simplify(); - return result; -} - -/*! - \copydoc QCPPlottableInterface1D::findBegin -*/ -template -int QCPAbstractPlottable1D::findBegin(double sortKey, bool expandedRange) const -{ - return int(mDataContainer->findBegin(sortKey, expandedRange)-mDataContainer->constBegin()); -} - -/*! - \copydoc QCPPlottableInterface1D::findEnd -*/ -template -int QCPAbstractPlottable1D::findEnd(double sortKey, bool expandedRange) const -{ - return int(mDataContainer->findEnd(sortKey, expandedRange)-mDataContainer->constBegin()); -} - -/*! - Implements a point-selection algorithm assuming the data (accessed via the 1D data interface) is - point-like. Most subclasses will want to reimplement this method again, to provide a more - accurate hit test based on the true data visualization geometry. - - If \a details is not 0, it will be set to a \ref QCPDataSelection, describing the closest data point - to \a pos. - - \seebaseclassmethod -*/ -template -double QCPAbstractPlottable1D::selectTest(const QPointF &pos, bool onlySelectable, QVariant *details) const -{ - if ((onlySelectable && mSelectable == QCP::stNone) || mDataContainer->isEmpty()) - return -1; - if (!mKeyAxis || !mValueAxis) - return -1; - - QCPDataSelection selectionResult; - double minDistSqr = (std::numeric_limits::max)(); - int minDistIndex = mDataContainer->size(); - - typename QCPDataContainer::const_iterator begin = mDataContainer->constBegin(); - typename QCPDataContainer::const_iterator end = mDataContainer->constEnd(); - if (DataType::sortKeyIsMainKey()) // we can assume that data is sorted by main key, so can reduce the searched key interval: - { - // determine which key range comes into question, taking selection tolerance around pos into account: - double posKeyMin, posKeyMax, dummy; - pixelsToCoords(pos-QPointF(mParentPlot->selectionTolerance(), mParentPlot->selectionTolerance()), posKeyMin, dummy); - pixelsToCoords(pos+QPointF(mParentPlot->selectionTolerance(), mParentPlot->selectionTolerance()), posKeyMax, dummy); - if (posKeyMin > posKeyMax) - qSwap(posKeyMin, posKeyMax); - begin = mDataContainer->findBegin(posKeyMin, true); - end = mDataContainer->findEnd(posKeyMax, true); - } - if (begin == end) - return -1; - QCPRange keyRange(mKeyAxis->range()); - QCPRange valueRange(mValueAxis->range()); - for (typename QCPDataContainer::const_iterator it=begin; it!=end; ++it) - { - const double mainKey = it->mainKey(); - const double mainValue = it->mainValue(); - if (keyRange.contains(mainKey) && valueRange.contains(mainValue)) // make sure data point is inside visible range, for speedup in cases where sort key isn't main key and we iterate over all points - { - const double currentDistSqr = QCPVector2D(coordsToPixels(mainKey, mainValue)-pos).lengthSquared(); - if (currentDistSqr < minDistSqr) - { - minDistSqr = currentDistSqr; - minDistIndex = int(it-mDataContainer->constBegin()); - } - } - } - if (minDistIndex != mDataContainer->size()) - selectionResult.addDataRange(QCPDataRange(minDistIndex, minDistIndex+1), false); - - selectionResult.simplify(); - if (details) - details->setValue(selectionResult); - return qSqrt(minDistSqr); -} - -/*! - Splits all data into selected and unselected segments and outputs them via \a selectedSegments - and \a unselectedSegments, respectively. - - This is useful when subclasses implement their \ref draw method and need to draw selected - segments with a different pen/brush than unselected segments (also see \ref - QCPSelectionDecorator). - - \see setSelection -*/ -template -void QCPAbstractPlottable1D::getDataSegments(QList &selectedSegments, QList &unselectedSegments) const -{ - selectedSegments.clear(); - unselectedSegments.clear(); - if (mSelectable == QCP::stWhole) // stWhole selection type draws the entire plottable with selected style if mSelection isn't empty - { - if (selected()) - selectedSegments << QCPDataRange(0, dataCount()); - else - unselectedSegments << QCPDataRange(0, dataCount()); - } else - { - QCPDataSelection sel(selection()); - sel.simplify(); - selectedSegments = sel.dataRanges(); - unselectedSegments = sel.inverse(QCPDataRange(0, dataCount())).dataRanges(); - } -} - -/*! - A helper method which draws a line with the passed \a painter, according to the pixel data in \a - lineData. NaN points create gaps in the line, as expected from QCustomPlot's plottables (this is - the main difference to QPainter's regular drawPolyline, which handles NaNs by lagging or - crashing). - - Further it uses a faster line drawing technique based on \ref QCPPainter::drawLine rather than \c - QPainter::drawPolyline if the configured \ref QCustomPlot::setPlottingHints() and \a painter - style allows. -*/ -template -void QCPAbstractPlottable1D::drawPolyline(QCPPainter *painter, const QVector &lineData) const -{ - // if drawing lines in plot (instead of PDF), reduce 1px lines to cosmetic, because at least in - // Qt6 drawing of "1px" width lines is much slower even though it has same appearance apart from - // High-DPI. In High-DPI cases people must set a pen width slightly larger than 1.0 to get - // correct DPI scaling of width, but of course with performance penalty. - if (!painter->modes().testFlag(QCPPainter::pmVectorized) && - qFuzzyCompare(painter->pen().widthF(), 1.0)) - { - QPen newPen = painter->pen(); - newPen.setWidth(0); - painter->setPen(newPen); - } - - // 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()) || qIsInf(lineData.at(i).y())) // NaNs create a gap in the line. Also filter Infs which make drawPolyline block - { - 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); - } -} - - -/* end of 'src/plottable1d.h' */ - - -/* including file 'src/colorgradient.h' */ -/* modified 2022-11-06T12:45:56, size 7262 */ - -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 how NaN data points shall appear in the plot. - - \see setNanHandling, setNanColor - */ - enum NanHandling { nhNone ///< NaN data points are not explicitly handled and shouldn't occur in the data (this gives slight performance improvement) - ,nhLowestColor ///< NaN data points appear as the lowest color defined in this QCPColorGradient - ,nhHighestColor ///< NaN data points appear as the highest color defined in this QCPColorGradient - ,nhTransparent ///< NaN data points appear transparent - ,nhNanColor ///< NaN data points appear as the color defined with \ref setNanColor - }; - Q_ENUMS(NanHandling) - - /*! - 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(); - QCPColorGradient(GradientPreset preset); - 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; } - NanHandling nanHandling() const { return mNanHandling; } - QColor nanColor() const { return mNanColor; } - 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 setNanHandling(NanHandling handling); - void setNanColor(const QColor &color); - 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); - void colorize(const double *data, const unsigned char *alpha, 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: - // property members: - int mLevelCount; - QMap mColorStops; - ColorInterpolation mColorInterpolation; - NanHandling mNanHandling; - QColor mNanColor; - bool mPeriodic; - - // non-property members: - QVector mColorBuffer; // have colors premultiplied with alpha (for usage with QImage::Format_ARGB32_Premultiplied) - bool mColorBufferInvalidated; - - // non-virtual methods: - bool stopsUseAlpha() const; - void updateColorBuffer(); -}; -Q_DECLARE_METATYPE(QCPColorGradient::ColorInterpolation) -Q_DECLARE_METATYPE(QCPColorGradient::NanHandling) -Q_DECLARE_METATYPE(QCPColorGradient::GradientPreset) - -/* end of 'src/colorgradient.h' */ - - -/* including file 'src/selectiondecorator-bracket.h' */ -/* modified 2022-11-06T12:45:56, size 4458 */ - -class QCP_LIB_DECL QCPSelectionDecoratorBracket : public QCPSelectionDecorator -{ - Q_GADGET -public: - - /*! - Defines which shape is drawn at the boundaries of selected data ranges. - - Some of the bracket styles further allow specifying a height and/or width, see \ref - setBracketHeight and \ref setBracketWidth. - */ - enum BracketStyle { bsSquareBracket ///< A square bracket is drawn. - ,bsHalfEllipse ///< A half ellipse is drawn. The size of the ellipse is given by the bracket width/height properties. - ,bsEllipse ///< An ellipse is drawn. The size of the ellipse is given by the bracket width/height properties. - ,bsPlus ///< A plus is drawn. - ,bsUserStyle ///< Start custom bracket styles at this index when subclassing and reimplementing \ref drawBracket. - }; - Q_ENUMS(BracketStyle) - - QCPSelectionDecoratorBracket(); - virtual ~QCPSelectionDecoratorBracket() Q_DECL_OVERRIDE; - - // getters: - QPen bracketPen() const { return mBracketPen; } - QBrush bracketBrush() const { return mBracketBrush; } - int bracketWidth() const { return mBracketWidth; } - int bracketHeight() const { return mBracketHeight; } - BracketStyle bracketStyle() const { return mBracketStyle; } - bool tangentToData() const { return mTangentToData; } - int tangentAverage() const { return mTangentAverage; } - - // setters: - void setBracketPen(const QPen &pen); - void setBracketBrush(const QBrush &brush); - void setBracketWidth(int width); - void setBracketHeight(int height); - void setBracketStyle(BracketStyle style); - void setTangentToData(bool enabled); - void setTangentAverage(int pointCount); - - // introduced virtual methods: - virtual void drawBracket(QCPPainter *painter, int direction) const; - - // virtual methods: - virtual void drawDecoration(QCPPainter *painter, QCPDataSelection selection) Q_DECL_OVERRIDE; - -protected: - // property members: - QPen mBracketPen; - QBrush mBracketBrush; - int mBracketWidth; - int mBracketHeight; - BracketStyle mBracketStyle; - bool mTangentToData; - int mTangentAverage; - - // non-virtual methods: - double getTangentAngle(const QCPPlottableInterface1D *interface1d, int dataIndex, int direction) const; - QPointF getPixelCoordinates(const QCPPlottableInterface1D *interface1d, int dataIndex) const; - -}; -Q_DECLARE_METATYPE(QCPSelectionDecoratorBracket::BracketStyle) - -/* end of 'src/selectiondecorator-bracket.h' */ - - -/* including file 'src/layoutelements/layoutelement-axisrect.h' */ -/* modified 2022-11-06T12:45:56, size 7529 */ - -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() Q_DECL_OVERRIDE; - - // getters: - QPixmap background() const { return mBackgroundPixmap; } - QBrush backgroundBrush() const { return mBackgroundBrush; } - 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); - QList rangeDragAxes(Qt::Orientation orientation); - QList rangeZoomAxes(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 setRangeDragAxes(QList axes); - void setRangeDragAxes(QList horizontal, QList vertical); - void setRangeZoomAxes(QCPAxis *horizontal, QCPAxis *vertical); - void setRangeZoomAxes(QList axes); - void setRangeZoomAxes(QList horizontal, QList 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=nullptr); - QList addAxes(QCPAxis::AxisTypes types); - bool removeAxis(QCPAxis *axis); - QCPLayoutInset *insetLayout() const { return mInsetLayout; } - - void zoom(const QRectF &pixelRect); - void zoom(const QRectF &pixelRect, const QList &affectedAxes); - 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) Q_DECL_OVERRIDE; - virtual QList elements(bool recursive) const Q_DECL_OVERRIDE; - -protected: - // property members: - QBrush mBackgroundBrush; - QPixmap mBackgroundPixmap; - QPixmap mScaledBackgroundPixmap; - bool mBackgroundScaled; - Qt::AspectRatioMode mBackgroundScaledMode; - QCPLayoutInset *mInsetLayout; - Qt::Orientations mRangeDrag, mRangeZoom; - QList > mRangeDragHorzAxis, mRangeDragVertAxis; - QList > mRangeZoomHorzAxis, mRangeZoomVertAxis; - double mRangeZoomFactorHorz, mRangeZoomFactorVert; - - // non-property members: - QList mDragStartHorzRange, mDragStartVertRange; - QCP::AntialiasedElements mAADragBackup, mNotAADragBackup; - bool mDragging; - QHash > mAxes; - - // reimplemented virtual methods: - virtual void applyDefaultAntialiasingHint(QCPPainter *painter) const Q_DECL_OVERRIDE; - virtual void draw(QCPPainter *painter) Q_DECL_OVERRIDE; - virtual int calculateAutoMargin(QCP::MarginSide side) Q_DECL_OVERRIDE; - virtual void layoutChanged() Q_DECL_OVERRIDE; - // events: - virtual void mousePressEvent(QMouseEvent *event, const QVariant &details) Q_DECL_OVERRIDE; - virtual void mouseMoveEvent(QMouseEvent *event, const QPointF &startPos) Q_DECL_OVERRIDE; - virtual void mouseReleaseEvent(QMouseEvent *event, const QPointF &startPos) Q_DECL_OVERRIDE; - virtual void wheelEvent(QWheelEvent *event) Q_DECL_OVERRIDE; - - // non-property methods: - void drawBackground(QCPPainter *painter); - void updateAxesOffset(QCPAxis::AxisType type); - -private: - Q_DISABLE_COPY(QCPAxisRect) - - friend class QCustomPlot; -}; - - -/* end of 'src/layoutelements/layoutelement-axisrect.h' */ - - -/* including file 'src/layoutelements/layoutelement-legend.h' */ -/* modified 2022-11-06T12:45:56, size 10425 */ - -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=nullptr) const Q_DECL_OVERRIDE; - -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 Q_DECL_OVERRIDE; - virtual void applyDefaultAntialiasingHint(QCPPainter *painter) const Q_DECL_OVERRIDE; - virtual QRect clipRect() const Q_DECL_OVERRIDE; - virtual void draw(QCPPainter *painter) Q_DECL_OVERRIDE = 0; - // events: - virtual void selectEvent(QMouseEvent *event, bool additive, const QVariant &details, bool *selectionStateChanged) Q_DECL_OVERRIDE; - virtual void deselectEvent(bool *selectionStateChanged) Q_DECL_OVERRIDE; - -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) Q_DECL_OVERRIDE; - virtual QSize minimumOuterSizeHint() const Q_DECL_OVERRIDE; - - // 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_ENUMS(SelectablePart) - Q_FLAGS(SelectableParts) - Q_DECLARE_FLAGS(SelectableParts, SelectablePart) - - explicit QCPLegend(); - virtual ~QCPLegend() Q_DECL_OVERRIDE; - - // 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=nullptr) const Q_DECL_OVERRIDE; - - // 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) Q_DECL_OVERRIDE; - virtual QCP::Interaction selectionCategory() const Q_DECL_OVERRIDE; - virtual void applyDefaultAntialiasingHint(QCPPainter *painter) const Q_DECL_OVERRIDE; - virtual void draw(QCPPainter *painter) Q_DECL_OVERRIDE; - // events: - virtual void selectEvent(QMouseEvent *event, bool additive, const QVariant &details, bool *selectionStateChanged) Q_DECL_OVERRIDE; - virtual void deselectEvent(bool *selectionStateChanged) Q_DECL_OVERRIDE; - - // 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) - -/* end of 'src/layoutelements/layoutelement-legend.h' */ - - -/* including file 'src/layoutelements/layoutelement-textelement.h' */ -/* modified 2022-11-06T12:45:56, size 5359 */ - -class QCP_LIB_DECL QCPTextElement : 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 QCPTextElement(QCustomPlot *parentPlot); - QCPTextElement(QCustomPlot *parentPlot, const QString &text); - QCPTextElement(QCustomPlot *parentPlot, const QString &text, double pointSize); - QCPTextElement(QCustomPlot *parentPlot, const QString &text, const QString &fontFamily, double pointSize); - QCPTextElement(QCustomPlot *parentPlot, const QString &text, const QFont &font); - - // getters: - QString text() const { return mText; } - int textFlags() const { return mTextFlags; } - 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 setTextFlags(int flags); - 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=nullptr) const Q_DECL_OVERRIDE; - virtual void mousePressEvent(QMouseEvent *event, const QVariant &details) Q_DECL_OVERRIDE; - virtual void mouseReleaseEvent(QMouseEvent *event, const QPointF &startPos) Q_DECL_OVERRIDE; - virtual void mouseDoubleClickEvent(QMouseEvent *event, const QVariant &details) Q_DECL_OVERRIDE; - -signals: - void selectionChanged(bool selected); - void selectableChanged(bool selectable); - void clicked(QMouseEvent *event); - void doubleClicked(QMouseEvent *event); - -protected: - // property members: - QString mText; - int mTextFlags; - QFont mFont; - QColor mTextColor; - QFont mSelectedFont; - QColor mSelectedTextColor; - QRect mTextBoundingRect; - bool mSelectable, mSelected; - - // reimplemented virtual methods: - virtual void applyDefaultAntialiasingHint(QCPPainter *painter) const Q_DECL_OVERRIDE; - virtual void draw(QCPPainter *painter) Q_DECL_OVERRIDE; - virtual QSize minimumOuterSizeHint() const Q_DECL_OVERRIDE; - virtual QSize maximumOuterSizeHint() const Q_DECL_OVERRIDE; - // events: - virtual void selectEvent(QMouseEvent *event, bool additive, const QVariant &details, bool *selectionStateChanged) Q_DECL_OVERRIDE; - virtual void deselectEvent(bool *selectionStateChanged) Q_DECL_OVERRIDE; - - // non-virtual methods: - QFont mainFont() const; - QColor mainTextColor() const; - -private: - Q_DISABLE_COPY(QCPTextElement) -}; - - - -/* end of 'src/layoutelements/layoutelement-textelement.h' */ - - -/* including file 'src/layoutelements/layoutelement-colorscale.h' */ -/* modified 2022-11-06T12:45:56, size 5939 */ - - -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) Q_DECL_OVERRIDE; - 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() Q_DECL_OVERRIDE; - - // 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) Q_DECL_OVERRIDE; - -signals: - void dataRangeChanged(const QCPRange &newRange); - void dataScaleTypeChanged(QCPAxis::ScaleType scaleType); - void gradientChanged(const 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 Q_DECL_OVERRIDE; - // events: - virtual void mousePressEvent(QMouseEvent *event, const QVariant &details) Q_DECL_OVERRIDE; - virtual void mouseMoveEvent(QMouseEvent *event, const QPointF &startPos) Q_DECL_OVERRIDE; - virtual void mouseReleaseEvent(QMouseEvent *event, const QPointF &startPos) Q_DECL_OVERRIDE; - virtual void wheelEvent(QWheelEvent *event) Q_DECL_OVERRIDE; - -private: - Q_DISABLE_COPY(QCPColorScale) - - friend class QCPColorScaleAxisRectPrivate; -}; - - -/* end of 'src/layoutelements/layoutelement-colorscale.h' */ - - -/* including file 'src/plottables/plottable-graph.h' */ -/* modified 2022-11-06T12:45:56, size 9316 */ - -class QCP_LIB_DECL QCPGraphData -{ -public: - QCPGraphData(); - QCPGraphData(double key, double value); - - inline double sortKey() const { return key; } - inline static QCPGraphData fromSortKey(double sortKey) { return QCPGraphData(sortKey, 0); } - inline static bool sortKeyIsMainKey() { return true; } - - inline double mainKey() const { return key; } - inline double mainValue() const { return value; } - - inline QCPRange valueRange() const { return QCPRange(value, value); } - - double key, value; -}; -Q_DECLARE_TYPEINFO(QCPGraphData, Q_PRIMITIVE_TYPE); - - -/*! \typedef QCPGraphDataContainer - - Container for storing \ref QCPGraphData points. The data is stored sorted by \a key. - - This template instantiation is the container in which QCPGraph holds its data. For details about - the generic container, see the documentation of the class template \ref QCPDataContainer. - - \see QCPGraphData, QCPGraph::setData -*/ -typedef QCPDataContainer QCPGraphDataContainer; - -class QCP_LIB_DECL QCPGraph : public QCPAbstractPlottable1D -{ - Q_OBJECT - /// \cond INCLUDE_QPROPERTIES - Q_PROPERTY(LineStyle lineStyle READ lineStyle WRITE setLineStyle) - Q_PROPERTY(QCPScatterStyle scatterStyle READ scatterStyle WRITE setScatterStyle) - Q_PROPERTY(int scatterSkip READ scatterSkip WRITE setScatterSkip) - 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) - - explicit QCPGraph(QCPAxis *keyAxis, QCPAxis *valueAxis); - virtual ~QCPGraph() Q_DECL_OVERRIDE; - - // getters: - QSharedPointer data() const { return mDataContainer; } - LineStyle lineStyle() const { return mLineStyle; } - QCPScatterStyle scatterStyle() const { return mScatterStyle; } - int scatterSkip() const { return mScatterSkip; } - QCPGraph *channelFillGraph() const { return mChannelFillGraph.data(); } - bool adaptiveSampling() const { return mAdaptiveSampling; } - - // setters: - void setData(QSharedPointer data); - void setData(const QVector &keys, const QVector &values, bool alreadySorted=false); - void setLineStyle(LineStyle ls); - void setScatterStyle(const QCPScatterStyle &style); - void setScatterSkip(int skip); - void setChannelFillGraph(QCPGraph *targetGraph); - void setAdaptiveSampling(bool enabled); - - // non-property methods: - void addData(const QVector &keys, const QVector &values, bool alreadySorted=false); - void addData(double key, double value); - - // reimplemented virtual methods: - virtual double selectTest(const QPointF &pos, bool onlySelectable, QVariant *details=nullptr) const Q_DECL_OVERRIDE; - virtual QCPRange getKeyRange(bool &foundRange, QCP::SignDomain inSignDomain=QCP::sdBoth) const Q_DECL_OVERRIDE; - virtual QCPRange getValueRange(bool &foundRange, QCP::SignDomain inSignDomain=QCP::sdBoth, const QCPRange &inKeyRange=QCPRange()) const Q_DECL_OVERRIDE; - -protected: - // property members: - LineStyle mLineStyle; - QCPScatterStyle mScatterStyle; - int mScatterSkip; - QPointer mChannelFillGraph; - bool mAdaptiveSampling; - - // reimplemented virtual methods: - virtual void draw(QCPPainter *painter) Q_DECL_OVERRIDE; - virtual void drawLegendIcon(QCPPainter *painter, const QRectF &rect) const Q_DECL_OVERRIDE; - - // introduced virtual methods: - virtual void drawFill(QCPPainter *painter, QVector *lines) const; - virtual void drawScatterPlot(QCPPainter *painter, const QVector &scatters, const QCPScatterStyle &style) const; - virtual void drawLinePlot(QCPPainter *painter, const QVector &lines) const; - virtual void drawImpulsePlot(QCPPainter *painter, const QVector &lines) const; - - virtual void getOptimizedLineData(QVector *lineData, const QCPGraphDataContainer::const_iterator &begin, const QCPGraphDataContainer::const_iterator &end) const; - virtual void getOptimizedScatterData(QVector *scatterData, QCPGraphDataContainer::const_iterator begin, QCPGraphDataContainer::const_iterator end) const; - - // non-virtual methods: - void getVisibleDataBounds(QCPGraphDataContainer::const_iterator &begin, QCPGraphDataContainer::const_iterator &end, const QCPDataRange &rangeRestriction) const; - void getLines(QVector *lines, const QCPDataRange &dataRange) const; - void getScatters(QVector *scatters, const QCPDataRange &dataRange) const; - QVector dataToLines(const QVector &data) const; - QVector dataToStepLeftLines(const QVector &data) const; - QVector dataToStepRightLines(const QVector &data) const; - QVector dataToStepCenterLines(const QVector &data) const; - QVector dataToImpulseLines(const QVector &data) const; - QVector getNonNanSegments(const QVector *lineData, Qt::Orientation keyOrientation) const; - QVector > getOverlappingSegments(QVector thisSegments, const QVector *thisData, QVector otherSegments, const QVector *otherData) const; - bool segmentsIntersect(double aLower, double aUpper, double bLower, double bUpper, int &bPrecedence) const; - QPointF getFillBasePoint(QPointF matchingDataPoint) const; - const QPolygonF getFillPolygon(const QVector *lineData, QCPDataRange segment) const; - const QPolygonF getChannelFillPolygon(const QVector *thisData, QCPDataRange thisSegment, const QVector *otherData, QCPDataRange otherSegment) 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, QCPGraphDataContainer::const_iterator &closestData) const; - - friend class QCustomPlot; - friend class QCPLegend; -}; -Q_DECLARE_METATYPE(QCPGraph::LineStyle) - -/* end of 'src/plottables/plottable-graph.h' */ - - -/* including file 'src/plottables/plottable-curve.h' */ -/* modified 2022-11-06T12:45:56, size 7434 */ - -class QCP_LIB_DECL QCPCurveData -{ -public: - QCPCurveData(); - QCPCurveData(double t, double key, double value); - - inline double sortKey() const { return t; } - inline static QCPCurveData fromSortKey(double sortKey) { return QCPCurveData(sortKey, 0, 0); } - inline static bool sortKeyIsMainKey() { return false; } - - inline double mainKey() const { return key; } - inline double mainValue() const { return value; } - - inline QCPRange valueRange() const { return QCPRange(value, value); } - - double t, key, value; -}; -Q_DECLARE_TYPEINFO(QCPCurveData, Q_PRIMITIVE_TYPE); - - -/*! \typedef QCPCurveDataContainer - - Container for storing \ref QCPCurveData points. The data is stored sorted by \a t, so the \a - sortKey() (returning \a t) is different from \a mainKey() (returning \a key). - - This template instantiation is the container in which QCPCurve holds its data. For details about - the generic container, see the documentation of the class template \ref QCPDataContainer. - - \see QCPCurveData, QCPCurve::setData -*/ -typedef QCPDataContainer QCPCurveDataContainer; - -class QCP_LIB_DECL QCPCurve : public QCPAbstractPlottable1D -{ - Q_OBJECT - /// \cond INCLUDE_QPROPERTIES - Q_PROPERTY(QCPScatterStyle scatterStyle READ scatterStyle WRITE setScatterStyle) - Q_PROPERTY(int scatterSkip READ scatterSkip WRITE setScatterSkip) - 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 - }; - Q_ENUMS(LineStyle) - - explicit QCPCurve(QCPAxis *keyAxis, QCPAxis *valueAxis); - virtual ~QCPCurve() Q_DECL_OVERRIDE; - - // getters: - QSharedPointer data() const { return mDataContainer; } - QCPScatterStyle scatterStyle() const { return mScatterStyle; } - int scatterSkip() const { return mScatterSkip; } - LineStyle lineStyle() const { return mLineStyle; } - - // setters: - void setData(QSharedPointer data); - void setData(const QVector &t, const QVector &keys, const QVector &values, bool alreadySorted=false); - void setData(const QVector &keys, const QVector &values); - void setScatterStyle(const QCPScatterStyle &style); - void setScatterSkip(int skip); - void setLineStyle(LineStyle style); - - // non-property methods: - void addData(const QVector &t, const QVector &keys, const QVector &values, bool alreadySorted=false); - void addData(const QVector &keys, const QVector &values); - void addData(double t, double key, double value); - void addData(double key, double value); - - // reimplemented virtual methods: - virtual double selectTest(const QPointF &pos, bool onlySelectable, QVariant *details=nullptr) const Q_DECL_OVERRIDE; - virtual QCPRange getKeyRange(bool &foundRange, QCP::SignDomain inSignDomain=QCP::sdBoth) const Q_DECL_OVERRIDE; - virtual QCPRange getValueRange(bool &foundRange, QCP::SignDomain inSignDomain=QCP::sdBoth, const QCPRange &inKeyRange=QCPRange()) const Q_DECL_OVERRIDE; - -protected: - // property members: - QCPScatterStyle mScatterStyle; - int mScatterSkip; - LineStyle mLineStyle; - - // reimplemented virtual methods: - virtual void draw(QCPPainter *painter) Q_DECL_OVERRIDE; - virtual void drawLegendIcon(QCPPainter *painter, const QRectF &rect) const Q_DECL_OVERRIDE; - - // introduced virtual methods: - virtual void drawCurveLine(QCPPainter *painter, const QVector &lines) const; - virtual void drawScatterPlot(QCPPainter *painter, const QVector &points, const QCPScatterStyle &style) const; - - // non-virtual methods: - void getCurveLines(QVector *lines, const QCPDataRange &dataRange, double penWidth) const; - void getScatters(QVector *scatters, const QCPDataRange &dataRange, double scatterWidth) const; - int getRegion(double key, double value, double keyMin, double valueMax, double keyMax, double valueMin) const; - QPointF getOptimizedPoint(int otherRegion, double otherKey, double otherValue, double key, double value, double keyMin, double valueMax, double keyMax, double valueMin) const; - QVector getOptimizedCornerPoints(int prevRegion, int currentRegion, double prevKey, double prevValue, double key, double value, double keyMin, double valueMax, double keyMax, double valueMin) const; - bool mayTraverse(int prevRegion, int currentRegion) const; - bool getTraverse(double prevKey, double prevValue, double key, double value, double keyMin, double valueMax, double keyMax, double valueMin, QPointF &crossA, QPointF &crossB) const; - void getTraverseCornerPoints(int prevRegion, int currentRegion, double keyMin, double valueMax, double keyMax, double valueMin, QVector &beforeTraverse, QVector &afterTraverse) const; - double pointDistance(const QPointF &pixelPoint, QCPCurveDataContainer::const_iterator &closestData) const; - - friend class QCustomPlot; - friend class QCPLegend; -}; -Q_DECLARE_METATYPE(QCPCurve::LineStyle) - -/* end of 'src/plottables/plottable-curve.h' */ - - -/* including file 'src/plottables/plottable-bars.h' */ -/* modified 2022-11-06T12:45:56, size 8955 */ - -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 - }; - Q_ENUMS(SpacingType) - - explicit QCPBarsGroup(QCustomPlot *parentPlot); - virtual ~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; -}; -Q_DECLARE_METATYPE(QCPBarsGroup::SpacingType) - - -class QCP_LIB_DECL QCPBarsData -{ -public: - QCPBarsData(); - QCPBarsData(double key, double value); - - inline double sortKey() const { return key; } - inline static QCPBarsData fromSortKey(double sortKey) { return QCPBarsData(sortKey, 0); } - inline static bool sortKeyIsMainKey() { return true; } - - inline double mainKey() const { return key; } - inline double mainValue() const { return value; } - - inline QCPRange valueRange() const { return QCPRange(value, value); } // note that bar base value isn't held in each QCPBarsData and thus can't/shouldn't be returned here - - double key, value; -}; -Q_DECLARE_TYPEINFO(QCPBarsData, Q_PRIMITIVE_TYPE); - - -/*! \typedef QCPBarsDataContainer - - Container for storing \ref QCPBarsData points. The data is stored sorted by \a key. - - This template instantiation is the container in which QCPBars holds its data. For details about - the generic container, see the documentation of the class template \ref QCPDataContainer. - - \see QCPBarsData, QCPBars::setData -*/ -typedef QCPDataContainer QCPBarsDataContainer; - -class QCP_LIB_DECL QCPBars : public QCPAbstractPlottable1D -{ - 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(double stackingGap READ stackingGap WRITE setStackingGap) - 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() Q_DECL_OVERRIDE; - - // getters: - double width() const { return mWidth; } - WidthType widthType() const { return mWidthType; } - QCPBarsGroup *barsGroup() const { return mBarsGroup; } - double baseValue() const { return mBaseValue; } - double stackingGap() const { return mStackingGap; } - QCPBars *barBelow() const { return mBarBelow.data(); } - QCPBars *barAbove() const { return mBarAbove.data(); } - QSharedPointer data() const { return mDataContainer; } - - // setters: - void setData(QSharedPointer data); - void setData(const QVector &keys, const QVector &values, bool alreadySorted=false); - void setWidth(double width); - void setWidthType(WidthType widthType); - void setBarsGroup(QCPBarsGroup *barsGroup); - void setBaseValue(double baseValue); - void setStackingGap(double pixels); - - // non-property methods: - void addData(const QVector &keys, const QVector &values, bool alreadySorted=false); - void addData(double key, double value); - void moveBelow(QCPBars *bars); - void moveAbove(QCPBars *bars); - - // reimplemented virtual methods: - virtual QCPDataSelection selectTestRect(const QRectF &rect, bool onlySelectable) const Q_DECL_OVERRIDE; - virtual double selectTest(const QPointF &pos, bool onlySelectable, QVariant *details=nullptr) const Q_DECL_OVERRIDE; - virtual QCPRange getKeyRange(bool &foundRange, QCP::SignDomain inSignDomain=QCP::sdBoth) const Q_DECL_OVERRIDE; - virtual QCPRange getValueRange(bool &foundRange, QCP::SignDomain inSignDomain=QCP::sdBoth, const QCPRange &inKeyRange=QCPRange()) const Q_DECL_OVERRIDE; - virtual QPointF dataPixelPosition(int index) const Q_DECL_OVERRIDE; - -protected: - // property members: - double mWidth; - WidthType mWidthType; - QCPBarsGroup *mBarsGroup; - double mBaseValue; - double mStackingGap; - QPointer mBarBelow, mBarAbove; - - // reimplemented virtual methods: - virtual void draw(QCPPainter *painter) Q_DECL_OVERRIDE; - virtual void drawLegendIcon(QCPPainter *painter, const QRectF &rect) const Q_DECL_OVERRIDE; - - // non-virtual methods: - void getVisibleDataBounds(QCPBarsDataContainer::const_iterator &begin, QCPBarsDataContainer::const_iterator &end) const; - QRectF getBarRect(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; -}; -Q_DECLARE_METATYPE(QCPBars::WidthType) - -/* end of 'src/plottables/plottable-bars.h' */ - - -/* including file 'src/plottables/plottable-statisticalbox.h' */ -/* modified 2022-11-06T12:45:56, size 7522 */ - -class QCP_LIB_DECL QCPStatisticalBoxData -{ -public: - QCPStatisticalBoxData(); - QCPStatisticalBoxData(double key, double minimum, double lowerQuartile, double median, double upperQuartile, double maximum, const QVector& outliers=QVector()); - - inline double sortKey() const { return key; } - inline static QCPStatisticalBoxData fromSortKey(double sortKey) { return QCPStatisticalBoxData(sortKey, 0, 0, 0, 0, 0); } - inline static bool sortKeyIsMainKey() { return true; } - - inline double mainKey() const { return key; } - inline double mainValue() const { return median; } - - inline QCPRange valueRange() const - { - QCPRange result(minimum, maximum); - for (QVector::const_iterator it = outliers.constBegin(); it != outliers.constEnd(); ++it) - result.expand(*it); - return result; - } - - double key, minimum, lowerQuartile, median, upperQuartile, maximum; - QVector outliers; -}; -Q_DECLARE_TYPEINFO(QCPStatisticalBoxData, Q_MOVABLE_TYPE); - - -/*! \typedef QCPStatisticalBoxDataContainer - - Container for storing \ref QCPStatisticalBoxData points. The data is stored sorted by \a key. - - This template instantiation is the container in which QCPStatisticalBox holds its data. For - details about the generic container, see the documentation of the class template \ref - QCPDataContainer. - - \see QCPStatisticalBoxData, QCPStatisticalBox::setData -*/ -typedef QCPDataContainer QCPStatisticalBoxDataContainer; - -class QCP_LIB_DECL QCPStatisticalBox : public QCPAbstractPlottable1D -{ - Q_OBJECT - /// \cond INCLUDE_QPROPERTIES - 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(bool whiskerAntialiased READ whiskerAntialiased WRITE setWhiskerAntialiased) - 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: - QSharedPointer data() const { return mDataContainer; } - double width() const { return mWidth; } - double whiskerWidth() const { return mWhiskerWidth; } - QPen whiskerPen() const { return mWhiskerPen; } - QPen whiskerBarPen() const { return mWhiskerBarPen; } - bool whiskerAntialiased() const { return mWhiskerAntialiased; } - QPen medianPen() const { return mMedianPen; } - QCPScatterStyle outlierStyle() const { return mOutlierStyle; } - - // setters: - void setData(QSharedPointer data); - void setData(const QVector &keys, const QVector &minimum, const QVector &lowerQuartile, const QVector &median, const QVector &upperQuartile, const QVector &maximum, bool alreadySorted=false); - void setWidth(double width); - void setWhiskerWidth(double width); - void setWhiskerPen(const QPen &pen); - void setWhiskerBarPen(const QPen &pen); - void setWhiskerAntialiased(bool enabled); - void setMedianPen(const QPen &pen); - void setOutlierStyle(const QCPScatterStyle &style); - - // non-property methods: - void addData(const QVector &keys, const QVector &minimum, const QVector &lowerQuartile, const QVector &median, const QVector &upperQuartile, const QVector &maximum, bool alreadySorted=false); - void addData(double key, double minimum, double lowerQuartile, double median, double upperQuartile, double maximum, const QVector &outliers=QVector()); - - // reimplemented virtual methods: - virtual QCPDataSelection selectTestRect(const QRectF &rect, bool onlySelectable) const Q_DECL_OVERRIDE; - virtual double selectTest(const QPointF &pos, bool onlySelectable, QVariant *details=nullptr) const Q_DECL_OVERRIDE; - virtual QCPRange getKeyRange(bool &foundRange, QCP::SignDomain inSignDomain=QCP::sdBoth) const Q_DECL_OVERRIDE; - virtual QCPRange getValueRange(bool &foundRange, QCP::SignDomain inSignDomain=QCP::sdBoth, const QCPRange &inKeyRange=QCPRange()) const Q_DECL_OVERRIDE; - -protected: - // property members: - double mWidth; - double mWhiskerWidth; - QPen mWhiskerPen, mWhiskerBarPen; - bool mWhiskerAntialiased; - QPen mMedianPen; - QCPScatterStyle mOutlierStyle; - - // reimplemented virtual methods: - virtual void draw(QCPPainter *painter) Q_DECL_OVERRIDE; - virtual void drawLegendIcon(QCPPainter *painter, const QRectF &rect) const Q_DECL_OVERRIDE; - - // introduced virtual methods: - virtual void drawStatisticalBox(QCPPainter *painter, QCPStatisticalBoxDataContainer::const_iterator it, const QCPScatterStyle &outlierStyle) const; - - // non-virtual methods: - void getVisibleDataBounds(QCPStatisticalBoxDataContainer::const_iterator &begin, QCPStatisticalBoxDataContainer::const_iterator &end) const; - QRectF getQuartileBox(QCPStatisticalBoxDataContainer::const_iterator it) const; - QVector getWhiskerBackboneLines(QCPStatisticalBoxDataContainer::const_iterator it) const; - QVector getWhiskerBarLines(QCPStatisticalBoxDataContainer::const_iterator it) const; - - friend class QCustomPlot; - friend class QCPLegend; -}; - -/* end of 'src/plottables/plottable-statisticalbox.h' */ - - -/* including file 'src/plottables/plottable-colormap.h' */ -/* modified 2022-11-06T12:45:56, size 7092 */ - -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); - unsigned char alpha(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); - void setAlpha(int keyIndex, int valueIndex, unsigned char alpha); - - // non-property methods: - void recalculateDataBounds(); - void clear(); - void clearAlpha(); - void fill(double z); - void fillAlpha(unsigned char alpha); - 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; - unsigned char *mAlpha; - QCPRange mDataBounds; - bool mDataModified; - - bool createAlpha(bool initializeOpaque=true); - - 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() Q_DECL_OVERRIDE; - - // 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 double selectTest(const QPointF &pos, bool onlySelectable, QVariant *details=nullptr) const Q_DECL_OVERRIDE; - virtual QCPRange getKeyRange(bool &foundRange, QCP::SignDomain inSignDomain=QCP::sdBoth) const Q_DECL_OVERRIDE; - virtual QCPRange getValueRange(bool &foundRange, QCP::SignDomain inSignDomain=QCP::sdBoth, const QCPRange &inKeyRange=QCPRange()) const Q_DECL_OVERRIDE; - -signals: - void dataRangeChanged(const QCPRange &newRange); - void dataScaleTypeChanged(QCPAxis::ScaleType scaleType); - void gradientChanged(const 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) Q_DECL_OVERRIDE; - virtual void drawLegendIcon(QCPPainter *painter, const QRectF &rect) const Q_DECL_OVERRIDE; - - friend class QCustomPlot; - friend class QCPLegend; -}; - -/* end of 'src/plottables/plottable-colormap.h' */ - - -/* including file 'src/plottables/plottable-financial.h' */ -/* modified 2022-11-06T12:45:56, size 8644 */ - -class QCP_LIB_DECL QCPFinancialData -{ -public: - QCPFinancialData(); - QCPFinancialData(double key, double open, double high, double low, double close); - - inline double sortKey() const { return key; } - inline static QCPFinancialData fromSortKey(double sortKey) { return QCPFinancialData(sortKey, 0, 0, 0, 0); } - inline static bool sortKeyIsMainKey() { return true; } - - inline double mainKey() const { return key; } - inline double mainValue() const { return open; } - - inline QCPRange valueRange() const { return QCPRange(low, high); } // open and close must lie between low and high, so we don't need to check them - - double key, open, high, low, close; -}; -Q_DECLARE_TYPEINFO(QCPFinancialData, Q_PRIMITIVE_TYPE); - - -/*! \typedef QCPFinancialDataContainer - - Container for storing \ref QCPFinancialData points. The data is stored sorted by \a key. - - This template instantiation is the container in which QCPFinancial holds its data. For details - about the generic container, see the documentation of the class template \ref QCPDataContainer. - - \see QCPFinancialData, QCPFinancial::setData -*/ -typedef QCPDataContainer QCPFinancialDataContainer; - -class QCP_LIB_DECL QCPFinancial : public QCPAbstractPlottable1D -{ - Q_OBJECT - /// \cond INCLUDE_QPROPERTIES - Q_PROPERTY(ChartStyle chartStyle READ chartStyle WRITE setChartStyle) - Q_PROPERTY(double width READ width WRITE setWidth) - Q_PROPERTY(WidthType widthType READ widthType WRITE setWidthType) - 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 ways the width of the financial bar can be specified. Thus it defines what the - number passed to \ref setWidth actually means. - - \see setWidthType, setWidth - */ - enum WidthType { wtAbsolute ///< width is in absolute pixels - ,wtAxisRectRatio ///< width is given by a fraction of the axis rect size - ,wtPlotCoords ///< width is in key coordinates and thus scales with the key axis range - }; - Q_ENUMS(WidthType) - - /*! - 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() Q_DECL_OVERRIDE; - - // getters: - QSharedPointer data() const { return mDataContainer; } - ChartStyle chartStyle() const { return mChartStyle; } - double width() const { return mWidth; } - WidthType widthType() const { return mWidthType; } - 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(QSharedPointer data); - void setData(const QVector &keys, const QVector &open, const QVector &high, const QVector &low, const QVector &close, bool alreadySorted=false); - void setChartStyle(ChartStyle style); - void setWidth(double width); - void setWidthType(WidthType widthType); - 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 QVector &keys, const QVector &open, const QVector &high, const QVector &low, const QVector &close, bool alreadySorted=false); - void addData(double key, double open, double high, double low, double close); - - // reimplemented virtual methods: - virtual QCPDataSelection selectTestRect(const QRectF &rect, bool onlySelectable) const Q_DECL_OVERRIDE; - virtual double selectTest(const QPointF &pos, bool onlySelectable, QVariant *details=nullptr) const Q_DECL_OVERRIDE; - virtual QCPRange getKeyRange(bool &foundRange, QCP::SignDomain inSignDomain=QCP::sdBoth) const Q_DECL_OVERRIDE; - virtual QCPRange getValueRange(bool &foundRange, QCP::SignDomain inSignDomain=QCP::sdBoth, const QCPRange &inKeyRange=QCPRange()) const Q_DECL_OVERRIDE; - - // static methods: - static QCPFinancialDataContainer timeSeriesToOhlc(const QVector &time, const QVector &value, double timeBinSize, double timeBinOffset = 0); - -protected: - // property members: - ChartStyle mChartStyle; - double mWidth; - WidthType mWidthType; - bool mTwoColored; - QBrush mBrushPositive, mBrushNegative; - QPen mPenPositive, mPenNegative; - - // reimplemented virtual methods: - virtual void draw(QCPPainter *painter) Q_DECL_OVERRIDE; - virtual void drawLegendIcon(QCPPainter *painter, const QRectF &rect) const Q_DECL_OVERRIDE; - - // non-virtual methods: - void drawOhlcPlot(QCPPainter *painter, const QCPFinancialDataContainer::const_iterator &begin, const QCPFinancialDataContainer::const_iterator &end, bool isSelected); - void drawCandlestickPlot(QCPPainter *painter, const QCPFinancialDataContainer::const_iterator &begin, const QCPFinancialDataContainer::const_iterator &end, bool isSelected); - double getPixelWidth(double key, double keyPixel) const; - double ohlcSelectTest(const QPointF &pos, const QCPFinancialDataContainer::const_iterator &begin, const QCPFinancialDataContainer::const_iterator &end, QCPFinancialDataContainer::const_iterator &closestDataPoint) const; - double candlestickSelectTest(const QPointF &pos, const QCPFinancialDataContainer::const_iterator &begin, const QCPFinancialDataContainer::const_iterator &end, QCPFinancialDataContainer::const_iterator &closestDataPoint) const; - void getVisibleDataBounds(QCPFinancialDataContainer::const_iterator &begin, QCPFinancialDataContainer::const_iterator &end) const; - QRectF selectionHitBox(QCPFinancialDataContainer::const_iterator it) const; - - friend class QCustomPlot; - friend class QCPLegend; -}; -Q_DECLARE_METATYPE(QCPFinancial::ChartStyle) - -/* end of 'src/plottables/plottable-financial.h' */ - - -/* including file 'src/plottables/plottable-errorbar.h' */ -/* modified 2022-11-06T12:45:56, size 7749 */ - -class QCP_LIB_DECL QCPErrorBarsData -{ -public: - QCPErrorBarsData(); - explicit QCPErrorBarsData(double error); - QCPErrorBarsData(double errorMinus, double errorPlus); - - double errorMinus, errorPlus; -}; -Q_DECLARE_TYPEINFO(QCPErrorBarsData, Q_PRIMITIVE_TYPE); - - -/*! \typedef QCPErrorBarsDataContainer - - Container for storing \ref QCPErrorBarsData points. It is a typedef for QVector<\ref - QCPErrorBarsData>. - - This is the container in which \ref QCPErrorBars holds its data. Unlike most other data - containers for plottables, it is not based on \ref QCPDataContainer. This is because the error - bars plottable is special in that it doesn't store its own key and value coordinate per error - bar. It adopts the key and value from the plottable to which the error bars shall be applied - (\ref QCPErrorBars::setDataPlottable). So the stored \ref QCPErrorBarsData doesn't need a - sortable key, but merely an index (as \c QVector provides), which maps one-to-one to the indices - of the other plottable's data. - - \see QCPErrorBarsData, QCPErrorBars::setData -*/ -typedef QVector QCPErrorBarsDataContainer; - -class QCP_LIB_DECL QCPErrorBars : public QCPAbstractPlottable, public QCPPlottableInterface1D -{ - Q_OBJECT - /// \cond INCLUDE_QPROPERTIES - Q_PROPERTY(QSharedPointer data READ data WRITE setData) - Q_PROPERTY(QCPAbstractPlottable* dataPlottable READ dataPlottable WRITE setDataPlottable) - Q_PROPERTY(ErrorType errorType READ errorType WRITE setErrorType) - Q_PROPERTY(double whiskerWidth READ whiskerWidth WRITE setWhiskerWidth) - Q_PROPERTY(double symbolGap READ symbolGap WRITE setSymbolGap) - /// \endcond -public: - - /*! - Defines in which orientation the error bars shall appear. If your data needs both error - dimensions, create two \ref QCPErrorBars with different \ref ErrorType. - - \see setErrorType - */ - enum ErrorType { etKeyError ///< The errors are for the key dimension (bars appear parallel to the key axis) - ,etValueError ///< The errors are for the value dimension (bars appear parallel to the value axis) - }; - Q_ENUMS(ErrorType) - - explicit QCPErrorBars(QCPAxis *keyAxis, QCPAxis *valueAxis); - virtual ~QCPErrorBars() Q_DECL_OVERRIDE; - // getters: - QSharedPointer data() const { return mDataContainer; } - QCPAbstractPlottable *dataPlottable() const { return mDataPlottable.data(); } - ErrorType errorType() const { return mErrorType; } - double whiskerWidth() const { return mWhiskerWidth; } - double symbolGap() const { return mSymbolGap; } - - // setters: - void setData(QSharedPointer data); - void setData(const QVector &error); - void setData(const QVector &errorMinus, const QVector &errorPlus); - void setDataPlottable(QCPAbstractPlottable* plottable); - void setErrorType(ErrorType type); - void setWhiskerWidth(double pixels); - void setSymbolGap(double pixels); - - // non-property methods: - void addData(const QVector &error); - void addData(const QVector &errorMinus, const QVector &errorPlus); - void addData(double error); - void addData(double errorMinus, double errorPlus); - - // virtual methods of 1d plottable interface: - virtual int dataCount() const Q_DECL_OVERRIDE; - virtual double dataMainKey(int index) const Q_DECL_OVERRIDE; - virtual double dataSortKey(int index) const Q_DECL_OVERRIDE; - virtual double dataMainValue(int index) const Q_DECL_OVERRIDE; - virtual QCPRange dataValueRange(int index) const Q_DECL_OVERRIDE; - virtual QPointF dataPixelPosition(int index) const Q_DECL_OVERRIDE; - virtual bool sortKeyIsMainKey() const Q_DECL_OVERRIDE; - virtual QCPDataSelection selectTestRect(const QRectF &rect, bool onlySelectable) const Q_DECL_OVERRIDE; - virtual int findBegin(double sortKey, bool expandedRange=true) const Q_DECL_OVERRIDE; - virtual int findEnd(double sortKey, bool expandedRange=true) const Q_DECL_OVERRIDE; - - // reimplemented virtual methods: - virtual double selectTest(const QPointF &pos, bool onlySelectable, QVariant *details=nullptr) const Q_DECL_OVERRIDE; - virtual QCPPlottableInterface1D *interface1D() Q_DECL_OVERRIDE { return this; } - -protected: - // property members: - QSharedPointer mDataContainer; - QPointer mDataPlottable; - ErrorType mErrorType; - double mWhiskerWidth; - double mSymbolGap; - - // reimplemented virtual methods: - virtual void draw(QCPPainter *painter) Q_DECL_OVERRIDE; - virtual void drawLegendIcon(QCPPainter *painter, const QRectF &rect) const Q_DECL_OVERRIDE; - virtual QCPRange getKeyRange(bool &foundRange, QCP::SignDomain inSignDomain=QCP::sdBoth) const Q_DECL_OVERRIDE; - virtual QCPRange getValueRange(bool &foundRange, QCP::SignDomain inSignDomain=QCP::sdBoth, const QCPRange &inKeyRange=QCPRange()) const Q_DECL_OVERRIDE; - - // non-virtual methods: - void getErrorBarLines(QCPErrorBarsDataContainer::const_iterator it, QVector &backbones, QVector &whiskers) const; - void getVisibleDataBounds(QCPErrorBarsDataContainer::const_iterator &begin, QCPErrorBarsDataContainer::const_iterator &end, const QCPDataRange &rangeRestriction) const; - double pointDistance(const QPointF &pixelPoint, QCPErrorBarsDataContainer::const_iterator &closestData) const; - // helpers: - void getDataSegments(QList &selectedSegments, QList &unselectedSegments) const; - bool errorBarVisible(int index) const; - bool rectIntersectsLine(const QRectF &pixelRect, const QLineF &line) const; - - friend class QCustomPlot; - friend class QCPLegend; -}; - -/* end of 'src/plottables/plottable-errorbar.h' */ - - -/* including file 'src/items/item-straightline.h' */ -/* modified 2022-11-06T12:45:56, size 3137 */ - -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: - explicit QCPItemStraightLine(QCustomPlot *parentPlot); - virtual ~QCPItemStraightLine() Q_DECL_OVERRIDE; - - // 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=nullptr) const Q_DECL_OVERRIDE; - - QCPItemPosition * const point1; - QCPItemPosition * const point2; - -protected: - // property members: - QPen mPen, mSelectedPen; - - // reimplemented virtual methods: - virtual void draw(QCPPainter *painter) Q_DECL_OVERRIDE; - - // non-virtual methods: - QLineF getRectClippedStraightLine(const QCPVector2D &base, const QCPVector2D &vec, const QRect &rect) const; - QPen mainPen() const; -}; - -/* end of 'src/items/item-straightline.h' */ - - -/* including file 'src/items/item-line.h' */ -/* modified 2022-11-06T12:45:56, size 3429 */ - -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: - explicit QCPItemLine(QCustomPlot *parentPlot); - virtual ~QCPItemLine() Q_DECL_OVERRIDE; - - // 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=nullptr) const Q_DECL_OVERRIDE; - - QCPItemPosition * const start; - QCPItemPosition * const end; - -protected: - // property members: - QPen mPen, mSelectedPen; - QCPLineEnding mHead, mTail; - - // reimplemented virtual methods: - virtual void draw(QCPPainter *painter) Q_DECL_OVERRIDE; - - // non-virtual methods: - QLineF getRectClippedLine(const QCPVector2D &start, const QCPVector2D &end, const QRect &rect) const; - QPen mainPen() const; -}; - -/* end of 'src/items/item-line.h' */ - - -/* including file 'src/items/item-curve.h' */ -/* modified 2022-11-06T12:45:56, size 3401 */ - -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: - explicit QCPItemCurve(QCustomPlot *parentPlot); - virtual ~QCPItemCurve() Q_DECL_OVERRIDE; - - // 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=nullptr) const Q_DECL_OVERRIDE; - - 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) Q_DECL_OVERRIDE; - - // non-virtual methods: - QPen mainPen() const; -}; - -/* end of 'src/items/item-curve.h' */ - - -/* including file 'src/items/item-rect.h' */ -/* modified 2022-11-06T12:45:56, size 3710 */ - -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: - explicit QCPItemRect(QCustomPlot *parentPlot); - virtual ~QCPItemRect() Q_DECL_OVERRIDE; - - // 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=nullptr) const Q_DECL_OVERRIDE; - - 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) Q_DECL_OVERRIDE; - virtual QPointF anchorPixelPosition(int anchorId) const Q_DECL_OVERRIDE; - - // non-virtual methods: - QPen mainPen() const; - QBrush mainBrush() const; -}; - -/* end of 'src/items/item-rect.h' */ - - -/* including file 'src/items/item-text.h' */ -/* modified 2022-11-06T12:45:56, size 5576 */ - -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: - explicit QCPItemText(QCustomPlot *parentPlot); - virtual ~QCPItemText() Q_DECL_OVERRIDE; - - // 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=nullptr) const Q_DECL_OVERRIDE; - - 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) Q_DECL_OVERRIDE; - virtual QPointF anchorPixelPosition(int anchorId) const Q_DECL_OVERRIDE; - - // 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; -}; - -/* end of 'src/items/item-text.h' */ - - -/* including file 'src/items/item-ellipse.h' */ -/* modified 2022-11-06T12:45:56, size 3890 */ - -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: - explicit QCPItemEllipse(QCustomPlot *parentPlot); - virtual ~QCPItemEllipse() Q_DECL_OVERRIDE; - - // 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=nullptr) const Q_DECL_OVERRIDE; - - 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) Q_DECL_OVERRIDE; - virtual QPointF anchorPixelPosition(int anchorId) const Q_DECL_OVERRIDE; - - // non-virtual methods: - QPen mainPen() const; - QBrush mainBrush() const; -}; - -/* end of 'src/items/item-ellipse.h' */ - - -/* including file 'src/items/item-pixmap.h' */ -/* modified 2022-11-06T12:45:56, size 4407 */ - -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: - explicit QCPItemPixmap(QCustomPlot *parentPlot); - virtual ~QCPItemPixmap() Q_DECL_OVERRIDE; - - // 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=nullptr) const Q_DECL_OVERRIDE; - - 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; - bool mScaledPixmapInvalidated; - Qt::AspectRatioMode mAspectRatioMode; - Qt::TransformationMode mTransformationMode; - QPen mPen, mSelectedPen; - - // reimplemented virtual methods: - virtual void draw(QCPPainter *painter) Q_DECL_OVERRIDE; - virtual QPointF anchorPixelPosition(int anchorId) const Q_DECL_OVERRIDE; - - // non-virtual methods: - void updateScaledPixmap(QRect finalRect=QRect(), bool flipHorz=false, bool flipVert=false); - QRect getFinalRect(bool *flippedHorz=nullptr, bool *flippedVert=nullptr) const; - QPen mainPen() const; -}; - -/* end of 'src/items/item-pixmap.h' */ - - -/* including file 'src/items/item-tracer.h' */ -/* modified 2022-11-06T12:45:56, size 4811 */ - -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) - - explicit QCPItemTracer(QCustomPlot *parentPlot); - virtual ~QCPItemTracer() Q_DECL_OVERRIDE; - - // 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=nullptr) const Q_DECL_OVERRIDE; - - // 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) Q_DECL_OVERRIDE; - - // non-virtual methods: - QPen mainPen() const; - QBrush mainBrush() const; -}; -Q_DECLARE_METATYPE(QCPItemTracer::TracerStyle) - -/* end of 'src/items/item-tracer.h' */ - - -/* including file 'src/items/item-bracket.h' */ -/* modified 2022-11-06T12:45:56, size 3991 */ - -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: - /*! - Defines the various visual shapes of the bracket item. The appearance can be further modified - by \ref setLength and \ref setPen. - - \see setStyle - */ - 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 - }; - Q_ENUMS(BracketStyle) - - explicit QCPItemBracket(QCustomPlot *parentPlot); - virtual ~QCPItemBracket() Q_DECL_OVERRIDE; - - // 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=nullptr) const Q_DECL_OVERRIDE; - - 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) Q_DECL_OVERRIDE; - virtual QPointF anchorPixelPosition(int anchorId) const Q_DECL_OVERRIDE; - - // non-virtual methods: - QPen mainPen() const; -}; -Q_DECLARE_METATYPE(QCPItemBracket::BracketStyle) - -/* end of 'src/items/item-bracket.h' */ - - -/* including file 'src/polar/radialaxis.h' */ -/* modified 2022-11-06T12:45:56, size 12227 */ - - -class QCP_LIB_DECL QCPPolarAxisRadial : public QCPLayerable -{ - Q_OBJECT - /// \cond INCLUDE_QPROPERTIES - - /// \endcond -public: - /*! - Defines the reference of the angle at which a radial axis is tilted (\ref setAngle). - */ - enum AngleReference { arAbsolute ///< The axis tilt is given in absolute degrees. The zero is to the right and positive angles are measured counter-clockwise. - ,arAngularAxis ///< The axis tilt is measured in the angular coordinate system given by the parent angular axis. - }; - Q_ENUMS(AngleReference) - /*! - Defines the scale of an axis. - \see setScaleType - */ - enum ScaleType { stLinear ///< Linear scaling - ,stLogarithmic ///< Logarithmic scaling with correspondingly transformed axis coordinates (possibly also \ref setTicker to a \ref QCPAxisTickerLog instance). - }; - 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_ENUMS(SelectablePart) - Q_FLAGS(SelectableParts) - Q_DECLARE_FLAGS(SelectableParts, SelectablePart) - - enum LabelMode { lmUpright ///< - ,lmRotated ///< - }; - Q_ENUMS(LabelMode) - - explicit QCPPolarAxisRadial(QCPPolarAxisAngular *parent); - virtual ~QCPPolarAxisRadial(); - - // getters: - bool rangeDrag() const { return mRangeDrag; } - bool rangeZoom() const { return mRangeZoom; } - double rangeZoomFactor() const { return mRangeZoomFactor; } - - QCPPolarAxisAngular *angularAxis() const { return mAngularAxis; } - ScaleType scaleType() const { return mScaleType; } - const QCPRange range() const { return mRange; } - bool rangeReversed() const { return mRangeReversed; } - double angle() const { return mAngle; } - AngleReference angleReference() const { return mAngleReference; } - QSharedPointer ticker() const { return mTicker; } - bool ticks() const { return mTicks; } - bool tickLabels() const { return mTickLabels; } - int tickLabelPadding() const { return mLabelPainter.padding(); } - QFont tickLabelFont() const { return mTickLabelFont; } - QColor tickLabelColor() const { return mTickLabelColor; } - double tickLabelRotation() const { return mLabelPainter.rotation(); } - LabelMode tickLabelMode() const; - QString numberFormat() const; - int numberPrecision() const { return mNumberPrecision; } - QVector tickVector() const { return mTickVector; } - QVector subTickVector() const { return mSubTickVector; } - QVector tickVectorLabels() const { return mTickVectorLabels; } - int tickLengthIn() const; - int tickLengthOut() const; - bool subTicks() const { return mSubTicks; } - 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; - 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; } - - // setters: - void setRangeDrag(bool enabled); - void setRangeZoom(bool enabled); - void setRangeZoomFactor(double factor); - - Q_SLOT void setScaleType(QCPPolarAxisRadial::ScaleType type); - 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 setAngle(double degrees); - void setAngleReference(AngleReference reference); - void setTicker(QSharedPointer ticker); - void setTicks(bool show); - void setTickLabels(bool show); - void setTickLabelPadding(int padding); - void setTickLabelFont(const QFont &font); - void setTickLabelColor(const QColor &color); - void setTickLabelRotation(double degrees); - void setTickLabelMode(LabelMode mode); - void setNumberFormat(const QString &formatCode); - void setNumberPrecision(int precision); - void setTickLength(int inside, int outside=0); - void setTickLengthIn(int inside); - void setTickLengthOut(int outside); - void setSubTicks(bool show); - 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 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 QCPPolarAxisRadial::SelectableParts &selectableParts); - Q_SLOT void setSelectedParts(const QCPPolarAxisRadial::SelectableParts &selectedParts); - - // reimplemented virtual methods: - virtual double selectTest(const QPointF &pos, bool onlySelectable, QVariant *details=0) const Q_DECL_OVERRIDE; - - // non-property methods: - void moveRange(double diff); - void scaleRange(double factor); - void scaleRange(double factor, double center); - void rescale(bool onlyVisiblePlottables=false); - void pixelToCoord(QPointF pixelPos, double &angleCoord, double &radiusCoord) const; - QPointF coordToPixel(double angleCoord, double radiusCoord) const; - double coordToRadius(double coord) const; - double radiusToCoord(double radius) const; - SelectablePart getPartAt(const QPointF &pos) const; - -signals: - void rangeChanged(const QCPRange &newRange); - void rangeChanged(const QCPRange &newRange, const QCPRange &oldRange); - void scaleTypeChanged(QCPPolarAxisRadial::ScaleType scaleType); - void selectionChanged(const QCPPolarAxisRadial::SelectableParts &parts); - void selectableChanged(const QCPPolarAxisRadial::SelectableParts &parts); - -protected: - // property members: - bool mRangeDrag; - bool mRangeZoom; - double mRangeZoomFactor; - - // axis base: - QCPPolarAxisAngular *mAngularAxis; - double mAngle; - AngleReference mAngleReference; - SelectableParts mSelectableParts, mSelectedParts; - QPen mBasePen, mSelectedBasePen; - // axis label: - int mLabelPadding; - QString mLabel; - QFont mLabelFont, mSelectedLabelFont; - QColor mLabelColor, mSelectedLabelColor; - // tick labels: - //int mTickLabelPadding; in label painter - bool mTickLabels; - //double mTickLabelRotation; in label painter - QFont mTickLabelFont, mSelectedTickLabelFont; - QColor mTickLabelColor, mSelectedTickLabelColor; - int mNumberPrecision; - QLatin1Char mNumberFormatChar; - bool mNumberBeautifulPowers; - bool mNumberMultiplyCross; - // ticks and subticks: - bool mTicks; - bool mSubTicks; - int mTickLengthIn, mTickLengthOut, mSubTickLengthIn, mSubTickLengthOut; - QPen mTickPen, mSelectedTickPen; - QPen mSubTickPen, mSelectedSubTickPen; - // scale and range: - QCPRange mRange; - bool mRangeReversed; - ScaleType mScaleType; - - // non-property members: - QPointF mCenter; - double mRadius; - QSharedPointer mTicker; - QVector mTickVector; - QVector mTickVectorLabels; - QVector mSubTickVector; - bool mDragging; - QCPRange mDragStartRange; - QCP::AntialiasedElements mAADragBackup, mNotAADragBackup; - QCPLabelPainterPrivate mLabelPainter; - - // reimplemented virtual methods: - virtual void applyDefaultAntialiasingHint(QCPPainter *painter) const Q_DECL_OVERRIDE; - virtual void draw(QCPPainter *painter) Q_DECL_OVERRIDE; - virtual QCP::Interaction selectionCategory() const Q_DECL_OVERRIDE; - // events: - virtual void selectEvent(QMouseEvent *event, bool additive, const QVariant &details, bool *selectionStateChanged) Q_DECL_OVERRIDE; - virtual void deselectEvent(bool *selectionStateChanged) Q_DECL_OVERRIDE; - // mouse events: - virtual void mousePressEvent(QMouseEvent *event, const QVariant &details) Q_DECL_OVERRIDE; - virtual void mouseMoveEvent(QMouseEvent *event, const QPointF &startPos) Q_DECL_OVERRIDE; - virtual void mouseReleaseEvent(QMouseEvent *event, const QPointF &startPos) Q_DECL_OVERRIDE; - virtual void wheelEvent(QWheelEvent *event) Q_DECL_OVERRIDE; - - // non-virtual methods: - void updateGeometry(const QPointF ¢er, double radius); - void setupTickVectors(); - 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(QCPPolarAxisRadial) - - friend class QCustomPlot; - friend class QCPPolarAxisAngular; -}; -Q_DECLARE_OPERATORS_FOR_FLAGS(QCPPolarAxisRadial::SelectableParts) -Q_DECLARE_METATYPE(QCPPolarAxisRadial::AngleReference) -Q_DECLARE_METATYPE(QCPPolarAxisRadial::ScaleType) -Q_DECLARE_METATYPE(QCPPolarAxisRadial::SelectablePart) - - - -/* end of 'src/polar/radialaxis.h' */ - - -/* including file 'src/polar/layoutelement-angularaxis.h' */ -/* modified 2022-11-06T12:45:56, size 13461 */ - -class QCP_LIB_DECL QCPPolarAxisAngular : public QCPLayoutElement -{ - Q_OBJECT - /// \cond INCLUDE_QPROPERTIES - - /// \endcond -public: - /*! - 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_ENUMS(SelectablePart) - Q_FLAGS(SelectableParts) - Q_DECLARE_FLAGS(SelectableParts, SelectablePart) - - /*! - TODO - */ - enum LabelMode { lmUpright ///< - ,lmRotated ///< - }; - Q_ENUMS(LabelMode) - - explicit QCPPolarAxisAngular(QCustomPlot *parentPlot); - virtual ~QCPPolarAxisAngular(); - - // getters: - QPixmap background() const { return mBackgroundPixmap; } - QBrush backgroundBrush() const { return mBackgroundBrush; } - bool backgroundScaled() const { return mBackgroundScaled; } - Qt::AspectRatioMode backgroundScaledMode() const { return mBackgroundScaledMode; } - bool rangeDrag() const { return mRangeDrag; } - bool rangeZoom() const { return mRangeZoom; } - double rangeZoomFactor() const { return mRangeZoomFactor; } - - const QCPRange range() const { return mRange; } - bool rangeReversed() const { return mRangeReversed; } - double angle() const { return mAngle; } - QSharedPointer ticker() const { return mTicker; } - bool ticks() const { return mTicks; } - bool tickLabels() const { return mTickLabels; } - int tickLabelPadding() const { return mLabelPainter.padding(); } - QFont tickLabelFont() const { return mTickLabelFont; } - QColor tickLabelColor() const { return mTickLabelColor; } - double tickLabelRotation() const { return mLabelPainter.rotation(); } - LabelMode tickLabelMode() const; - QString numberFormat() const; - int numberPrecision() const { return mNumberPrecision; } - QVector tickVector() const { return mTickVector; } - QVector tickVectorLabels() const { return mTickVectorLabels; } - int tickLengthIn() const { return mTickLengthIn; } - int tickLengthOut() const { return mTickLengthOut; } - bool subTicks() const { return mSubTicks; } - int subTickLengthIn() const { return mSubTickLengthIn; } - int subTickLengthOut() const { return mSubTickLengthOut; } - 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 { return mLabelPadding; } - 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; } - QCPPolarGrid *grid() const { return mGrid; } - - // 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(bool enabled); - void setRangeZoom(bool enabled); - void setRangeZoomFactor(double factor); - - 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 setAngle(double degrees); - void setTicker(QSharedPointer ticker); - void setTicks(bool show); - void setTickLabels(bool show); - void setTickLabelPadding(int padding); - void setTickLabelFont(const QFont &font); - void setTickLabelColor(const QColor &color); - void setTickLabelRotation(double degrees); - void setTickLabelMode(LabelMode mode); - void setNumberFormat(const QString &formatCode); - void setNumberPrecision(int precision); - void setTickLength(int inside, int outside=0); - void setTickLengthIn(int inside); - void setTickLengthOut(int outside); - void setSubTicks(bool show); - 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 setLabelPosition(Qt::AlignmentFlag position); - 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 QCPPolarAxisAngular::SelectableParts &selectableParts); - Q_SLOT void setSelectedParts(const QCPPolarAxisAngular::SelectableParts &selectedParts); - - // reimplemented virtual methods: - virtual double selectTest(const QPointF &pos, bool onlySelectable, QVariant *details=0) const Q_DECL_OVERRIDE; - virtual void update(UpdatePhase phase) Q_DECL_OVERRIDE; - virtual QList elements(bool recursive) const Q_DECL_OVERRIDE; - - // non-property methods: - bool removeGraph(QCPPolarGraph *graph); - int radialAxisCount() const; - QCPPolarAxisRadial *radialAxis(int index=0) const; - QList radialAxes() const; - QCPPolarAxisRadial *addRadialAxis(QCPPolarAxisRadial *axis=0); - bool removeRadialAxis(QCPPolarAxisRadial *axis); - QCPLayoutInset *insetLayout() const { return mInsetLayout; } - QRegion exactClipRegion() const; - - void moveRange(double diff); - void scaleRange(double factor); - void scaleRange(double factor, double center); - void rescale(bool onlyVisiblePlottables=false); - double coordToAngleRad(double coord) const { return mAngleRad+(coord-mRange.lower)/mRange.size()*(mRangeReversed ? -2.0*M_PI : 2.0*M_PI); } // mention in doc that return doesn't wrap - double angleRadToCoord(double angleRad) const { return mRange.lower+(angleRad-mAngleRad)/(mRangeReversed ? -2.0*M_PI : 2.0*M_PI)*mRange.size(); } - void pixelToCoord(QPointF pixelPos, double &angleCoord, double &radiusCoord) const; - QPointF coordToPixel(double angleCoord, double radiusCoord) const; - SelectablePart getPartAt(const QPointF &pos) 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(); } - QPointF center() const { return mCenter; } - double radius() const { return mRadius; } - -signals: - void rangeChanged(const QCPRange &newRange); - void rangeChanged(const QCPRange &newRange, const QCPRange &oldRange); - void selectionChanged(const QCPPolarAxisAngular::SelectableParts &parts); - void selectableChanged(const QCPPolarAxisAngular::SelectableParts &parts); - -protected: - // property members: - QBrush mBackgroundBrush; - QPixmap mBackgroundPixmap; - QPixmap mScaledBackgroundPixmap; - bool mBackgroundScaled; - Qt::AspectRatioMode mBackgroundScaledMode; - QCPLayoutInset *mInsetLayout; - bool mRangeDrag; - bool mRangeZoom; - double mRangeZoomFactor; - - // axis base: - double mAngle, mAngleRad; - SelectableParts mSelectableParts, mSelectedParts; - QPen mBasePen, mSelectedBasePen; - // axis label: - int mLabelPadding; - QString mLabel; - QFont mLabelFont, mSelectedLabelFont; - QColor mLabelColor, mSelectedLabelColor; - // tick labels: - //int mTickLabelPadding; in label painter - bool mTickLabels; - //double mTickLabelRotation; in label painter - QFont mTickLabelFont, mSelectedTickLabelFont; - QColor mTickLabelColor, mSelectedTickLabelColor; - int mNumberPrecision; - QLatin1Char mNumberFormatChar; - bool mNumberBeautifulPowers; - bool mNumberMultiplyCross; - // ticks and subticks: - bool mTicks; - bool mSubTicks; - int mTickLengthIn, mTickLengthOut, mSubTickLengthIn, mSubTickLengthOut; - QPen mTickPen, mSelectedTickPen; - QPen mSubTickPen, mSelectedSubTickPen; - // scale and range: - QCPRange mRange; - bool mRangeReversed; - - // non-property members: - QPointF mCenter; - double mRadius; - QList mRadialAxes; - QCPPolarGrid *mGrid; - QList mGraphs; - QSharedPointer mTicker; - QVector mTickVector; - QVector mTickVectorLabels; - QVector mTickVectorCosSin; - QVector mSubTickVector; - QVector mSubTickVectorCosSin; - bool mDragging; - QCPRange mDragAngularStart; - QList mDragRadialStart; - QCP::AntialiasedElements mAADragBackup, mNotAADragBackup; - QCPLabelPainterPrivate mLabelPainter; - - // reimplemented virtual methods: - virtual void applyDefaultAntialiasingHint(QCPPainter *painter) const Q_DECL_OVERRIDE; - virtual void draw(QCPPainter *painter) Q_DECL_OVERRIDE; - virtual QCP::Interaction selectionCategory() const Q_DECL_OVERRIDE; - // events: - virtual void mousePressEvent(QMouseEvent *event, const QVariant &details) Q_DECL_OVERRIDE; - virtual void mouseMoveEvent(QMouseEvent *event, const QPointF &startPos) Q_DECL_OVERRIDE; - virtual void mouseReleaseEvent(QMouseEvent *event, const QPointF &startPos) Q_DECL_OVERRIDE; - virtual void wheelEvent(QWheelEvent *event) Q_DECL_OVERRIDE; - - // non-virtual methods: - bool registerPolarGraph(QCPPolarGraph *graph); - void drawBackground(QCPPainter *painter, const QPointF ¢er, double radius); - void setupTickVectors(); - 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(QCPPolarAxisAngular) - - friend class QCustomPlot; - friend class QCPPolarGrid; - friend class QCPPolarGraph; -}; -Q_DECLARE_OPERATORS_FOR_FLAGS(QCPPolarAxisAngular::SelectableParts) -Q_DECLARE_METATYPE(QCPPolarAxisAngular::SelectablePart) - -/* end of 'src/polar/layoutelement-angularaxis.h' */ - - -/* including file 'src/polar/polargrid.h' */ -/* modified 2022-11-06T12:45:56, size 4506 */ - -class QCP_LIB_DECL QCPPolarGrid :public QCPLayerable -{ - Q_OBJECT - /// \cond INCLUDE_QPROPERTIES - - /// \endcond -public: - /*! - TODO - */ - enum GridType { gtAngular = 0x01 ///< - ,gtRadial = 0x02 ///< - ,gtAll = 0xFF ///< - ,gtNone = 0x00 ///< - }; - Q_ENUMS(GridType) - Q_FLAGS(GridTypes) - Q_DECLARE_FLAGS(GridTypes, GridType) - - explicit QCPPolarGrid(QCPPolarAxisAngular *parentAxis); - - // getters: - QCPPolarAxisRadial *radialAxis() const { return mRadialAxis.data(); } - GridTypes type() const { return mType; } - GridTypes subGridType() const { return mSubGridType; } - bool antialiasedSubGrid() const { return mAntialiasedSubGrid; } - bool antialiasedZeroLine() const { return mAntialiasedZeroLine; } - QPen angularPen() const { return mAngularPen; } - QPen angularSubGridPen() const { return mAngularSubGridPen; } - QPen radialPen() const { return mRadialPen; } - QPen radialSubGridPen() const { return mRadialSubGridPen; } - QPen radialZeroLinePen() const { return mRadialZeroLinePen; } - - // setters: - void setRadialAxis(QCPPolarAxisRadial *axis); - void setType(GridTypes type); - void setSubGridType(GridTypes type); - void setAntialiasedSubGrid(bool enabled); - void setAntialiasedZeroLine(bool enabled); - void setAngularPen(const QPen &pen); - void setAngularSubGridPen(const QPen &pen); - void setRadialPen(const QPen &pen); - void setRadialSubGridPen(const QPen &pen); - void setRadialZeroLinePen(const QPen &pen); - -protected: - // property members: - GridTypes mType; - GridTypes mSubGridType; - bool mAntialiasedSubGrid, mAntialiasedZeroLine; - QPen mAngularPen, mAngularSubGridPen; - QPen mRadialPen, mRadialSubGridPen, mRadialZeroLinePen; - - // non-property members: - QCPPolarAxisAngular *mParentAxis; - QPointer mRadialAxis; - - // reimplemented virtual methods: - virtual void applyDefaultAntialiasingHint(QCPPainter *painter) const Q_DECL_OVERRIDE; - virtual void draw(QCPPainter *painter) Q_DECL_OVERRIDE; - - // non-virtual methods: - void drawRadialGrid(QCPPainter *painter, const QPointF ¢er, const QVector &coords, const QPen &pen, const QPen &zeroPen=Qt::NoPen); - void drawAngularGrid(QCPPainter *painter, const QPointF ¢er, double radius, const QVector &ticksCosSin, const QPen &pen); - -private: - Q_DISABLE_COPY(QCPPolarGrid) - -}; - -Q_DECLARE_OPERATORS_FOR_FLAGS(QCPPolarGrid::GridTypes) -Q_DECLARE_METATYPE(QCPPolarGrid::GridType) - - -/* end of 'src/polar/polargrid.h' */ - - -/* including file 'src/polar/polargraph.h' */ -/* modified 2022-11-06T12:45:56, size 9606 */ - - -class QCP_LIB_DECL QCPPolarLegendItem : public QCPAbstractLegendItem -{ - Q_OBJECT -public: - QCPPolarLegendItem(QCPLegend *parent, QCPPolarGraph *graph); - - // getters: - QCPPolarGraph *polarGraph() { return mPolarGraph; } - -protected: - // property members: - QCPPolarGraph *mPolarGraph; - - // reimplemented virtual methods: - virtual void draw(QCPPainter *painter) Q_DECL_OVERRIDE; - virtual QSize minimumOuterSizeHint() const Q_DECL_OVERRIDE; - - // non-virtual methods: - QPen getIconBorderPen() const; - QColor getTextColor() const; - QFont getFont() const; -}; - - -class QCP_LIB_DECL QCPPolarGraph : public QCPLayerable -{ - Q_OBJECT - /// \cond INCLUDE_QPROPERTIES - - /// \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 - }; - Q_ENUMS(LineStyle) - - QCPPolarGraph(QCPPolarAxisAngular *keyAxis, QCPPolarAxisRadial *valueAxis); - virtual ~QCPPolarGraph(); - - // getters: - QString name() const { return mName; } - bool antialiasedFill() const { return mAntialiasedFill; } - bool antialiasedScatters() const { return mAntialiasedScatters; } - QPen pen() const { return mPen; } - QBrush brush() const { return mBrush; } - bool periodic() const { return mPeriodic; } - QCPPolarAxisAngular *keyAxis() const { return mKeyAxis.data(); } - QCPPolarAxisRadial *valueAxis() const { return mValueAxis.data(); } - QCP::SelectionType selectable() const { return mSelectable; } - bool selected() const { return !mSelection.isEmpty(); } - QCPDataSelection selection() const { return mSelection; } - //QCPSelectionDecorator *selectionDecorator() const { return mSelectionDecorator; } - QSharedPointer data() const { return mDataContainer; } - LineStyle lineStyle() const { return mLineStyle; } - QCPScatterStyle scatterStyle() const { return mScatterStyle; } - - // setters: - void setName(const QString &name); - void setAntialiasedFill(bool enabled); - void setAntialiasedScatters(bool enabled); - void setPen(const QPen &pen); - void setBrush(const QBrush &brush); - void setPeriodic(bool enabled); - void setKeyAxis(QCPPolarAxisAngular *axis); - void setValueAxis(QCPPolarAxisRadial *axis); - Q_SLOT void setSelectable(QCP::SelectionType selectable); - Q_SLOT void setSelection(QCPDataSelection selection); - //void setSelectionDecorator(QCPSelectionDecorator *decorator); - void setData(QSharedPointer data); - void setData(const QVector &keys, const QVector &values, bool alreadySorted=false); - void setLineStyle(LineStyle ls); - void setScatterStyle(const QCPScatterStyle &style); - - // non-property methods: - void addData(const QVector &keys, const QVector &values, bool alreadySorted=false); - void addData(double key, double value); - 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; - void rescaleAxes(bool onlyEnlarge=false) const; - void rescaleKeyAxis(bool onlyEnlarge=false) const; - void rescaleValueAxis(bool onlyEnlarge=false, bool inKeyRange=false) const; - bool addToLegend(QCPLegend *legend); - bool addToLegend(); - bool removeFromLegend(QCPLegend *legend) const; - bool removeFromLegend() const; - - // introduced virtual methods: - virtual double selectTest(const QPointF &pos, bool onlySelectable, QVariant *details=0) const; // actually introduced in QCPLayerable as non-pure, but we want to force reimplementation for plottables - virtual QCPPlottableInterface1D *interface1D() { return 0; } // TODO: return this later, when QCPAbstractPolarPlottable is created - virtual QCPRange getKeyRange(bool &foundRange, QCP::SignDomain inSignDomain=QCP::sdBoth) const; - virtual QCPRange getValueRange(bool &foundRange, QCP::SignDomain inSignDomain=QCP::sdBoth, const QCPRange &inKeyRange=QCPRange()) const; - -signals: - void selectionChanged(bool selected); - void selectionChanged(const QCPDataSelection &selection); - void selectableChanged(QCP::SelectionType selectable); - -protected: - // property members: - QSharedPointer mDataContainer; - LineStyle mLineStyle; - QCPScatterStyle mScatterStyle; - QString mName; - bool mAntialiasedFill, mAntialiasedScatters; - QPen mPen; - QBrush mBrush; - bool mPeriodic; - QPointer mKeyAxis; - QPointer mValueAxis; - QCP::SelectionType mSelectable; - QCPDataSelection mSelection; - //QCPSelectionDecorator *mSelectionDecorator; - - // introduced virtual methods (later reimplemented TODO from QCPAbstractPolarPlottable): - virtual QRect clipRect() const; - virtual void draw(QCPPainter *painter); - 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); - // virtual drawing helpers: - virtual void drawLinePlot(QCPPainter *painter, const QVector &lines) const; - virtual void drawFill(QCPPainter *painter, QVector *lines) const; - virtual void drawScatterPlot(QCPPainter *painter, const QVector &scatters, const QCPScatterStyle &style) const; - - // introduced virtual methods: - virtual void drawLegendIcon(QCPPainter *painter, const QRectF &rect) const; - - // non-virtual methods: - void applyFillAntialiasingHint(QCPPainter *painter) const; - void applyScattersAntialiasingHint(QCPPainter *painter) const; - double pointDistance(const QPointF &pixelPoint, QCPGraphDataContainer::const_iterator &closestData) const; - // drawing helpers: - virtual int dataCount() const; - void getDataSegments(QList &selectedSegments, QList &unselectedSegments) const; - void drawPolyline(QCPPainter *painter, const QVector &lineData) const; - void getVisibleDataBounds(QCPGraphDataContainer::const_iterator &begin, QCPGraphDataContainer::const_iterator &end, const QCPDataRange &rangeRestriction) const; - void getLines(QVector *lines, const QCPDataRange &dataRange) const; - void getScatters(QVector *scatters, const QCPDataRange &dataRange) const; - void getOptimizedLineData(QVector *lineData, const QCPGraphDataContainer::const_iterator &begin, const QCPGraphDataContainer::const_iterator &end) const; - void getOptimizedScatterData(QVector *scatterData, QCPGraphDataContainer::const_iterator begin, QCPGraphDataContainer::const_iterator end) const; - QVector dataToLines(const QVector &data) const; - -private: - Q_DISABLE_COPY(QCPPolarGraph) - - friend class QCPPolarLegendItem; -}; - -/* end of 'src/polar/polargraph.h' */ - - -#endif // QCUSTOMPLOT_H - diff --git a/XNWrapper/.vscode/c_cpp_properties.json b/XNWrapper/.vscode/c_cpp_properties.json deleted file mode 100755 index 0b3cbd5..0000000 --- a/XNWrapper/.vscode/c_cpp_properties.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "configurations": [ - { - "compileCommands": "${workspaceFolder}/build/compile_commands.json", - "configurationProvider": "ms-vscode.cmake-tools" - } - ], - "version": 4 -} \ No newline at end of file diff --git a/XNWrapper/.vscode/settings.json b/XNWrapper/.vscode/settings.json deleted file mode 100755 index 13e924e..0000000 --- a/XNWrapper/.vscode/settings.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "files.associations": { - "*.cpp": "cpp", - "qvector": "cpp", - "string": "cpp" - } -} \ No newline at end of file diff --git a/XNWrapper/CMakeLists.txt b/XNWrapper/CMakeLists.txt deleted file mode 100755 index 379c8c7..0000000 --- a/XNWrapper/CMakeLists.txt +++ /dev/null @@ -1,77 +0,0 @@ -cmake_minimum_required(VERSION 3.16) - -project(XNWrapper VERSION 0.1 LANGUAGES CXX) - -set(CMAKE_AUTOUIC ON) -set(CMAKE_AUTOMOC ON) -set(CMAKE_AUTORCC ON) - -set(CMAKE_CXX_STANDARD 17) -set(CMAKE_CXX_STANDARD_REQUIRED ON) - -find_package(QT NAMES Qt6 Qt5 REQUIRED COMPONENTS Core Widgets Xml) -find_package(Qt${QT_VERSION_MAJOR} REQUIRED COMPONENTS Core Widgets Xml) - -set(QT_SOURCE_FILE ../qdarkstyle/dark/darkstyle.qrc) - -qt6_add_resources(QT_RESOURCES ${QT_SOURCE_FILE}) - -set(PROJECT_SOURCES - main.cpp - mainwindow.cpp - mainwindow.h - mainwindow.ui - GenCode.h - GenCode.cpp - ${QT_RESOURCES} -) - -if(${QT_VERSION_MAJOR} GREATER_EQUAL 6) - qt_add_executable(XNWrapper - MANUAL_FINALIZATION - ${PROJECT_SOURCES} - ) -# Define target properties for Android with Qt 6 as: -# set_property(TARGET XNWrapper APPEND PROPERTY QT_ANDROID_PACKAGE_SOURCE_DIR -# ${CMAKE_CURRENT_SOURCE_DIR}/android) -# For more information, see https://doc.qt.io/qt-6/qt-add-executable.html#target-creation -else() - if(ANDROID) - add_library(XNWrapper SHARED - ${PROJECT_SOURCES} - ) -# Define properties for Android with Qt 5 after find_package() calls as: -# set(ANDROID_PACKAGE_SOURCE_DIR "${CMAKE_CURRENT_SOURCE_DIR}/android") - else() - add_executable(XNWrapper - ${PROJECT_SOURCES} - ) - endif() -endif() - -target_link_libraries(XNWrapper PRIVATE - Qt${QT_VERSION_MAJOR}::Core - Qt${QT_VERSION_MAJOR}::Widgets - Qt${QT_VERSION_MAJOR}::Xml -) - -# Check if CMAKE_INSTALL_PREFIX is set to its default value -if(CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT) - set(CMAKE_INSTALL_PREFIX "${CMAKE_SOURCE_DIR}/../Release" CACHE PATH "Install path prefix" FORCE) -endif() - -include(GNUInstallDirs) -install(TARGETS XNWrapper - BUNDLE DESTINATION . - LIBRARY DESTINATION . - RUNTIME DESTINATION . -) - -# Add a post-installation command to set the application icon using gio -install(CODE " - execute_process(COMMAND gio set -t string ${CMAKE_INSTALL_PREFIX}/XNWrapper \"metadata::custom-icon\" \"file://${CMAKE_INSTALL_PREFIX}/resource/XNWrapper.png\") -") - -if(QT_VERSION_MAJOR EQUAL 6) - qt_finalize_executable(XNWrapper) -endif() \ No newline at end of file diff --git a/XNWrapper/CMakeLists.txt.user b/XNWrapper/CMakeLists.txt.user deleted file mode 100755 index ef87e6c..0000000 --- a/XNWrapper/CMakeLists.txt.user +++ /dev/null @@ -1,423 +0,0 @@ - - - - - - EnvironmentId - {c0015c8c-17e0-44a4-897e-eb0bda6a867e} - - - ProjectExplorer.Project.ActiveTarget - 0 - - - ProjectExplorer.Project.EditorSettings - - true - false - true - - Cpp - - CppGlobal - - - - QmlJS - - QmlJSGlobal - - - 2 - UTF-8 - false - 4 - false - 80 - true - true - 1 - 0 - false - true - false - 2 - true - true - 0 - 8 - true - false - 1 - true - true - true - *.md, *.MD, Makefile - false - true - true - - - - ProjectExplorer.Project.PluginSettings - - - true - false - true - true - true - true - - false - - - 0 - true - - true - true - Builtin.DefaultTidyAndClazy - 10 - true - - - - true - - - - - ProjectExplorer.Project.Target.0 - - Desktop - Desktop Qt 6.5.3 MinGW 64-bit - Desktop Qt 6.5.3 MinGW 64-bit - qt.qt6.653.win64_mingw_kit - 0 - 0 - 0 - - Debug - 2 - false - - -DCMAKE_PREFIX_PATH:PATH=%{Qt:QT_INSTALL_PREFIX} --DQT_QMAKE_EXECUTABLE:FILEPATH=%{Qt:qmakeExecutable} --DCMAKE_CXX_FLAGS_INIT:STRING=%{Qt:QML_DEBUG_FLAG} --DCMAKE_PROJECT_INCLUDE_BEFORE:FILEPATH=%{BuildConfig:BuildDirectory:NativeFilePath}/.qtc/package-manager/auto-setup.cmake --DCMAKE_GENERATOR:STRING=Ninja --DCMAKE_C_COMPILER:FILEPATH=%{Compiler:Executable:C} --DCMAKE_BUILD_TYPE:STRING=Debug --DCMAKE_CXX_COMPILER:FILEPATH=%{Compiler:Executable:Cxx} - 0 - I:\MyPrj\XNSim\XNWrapper\build\Desktop_Qt_6_5_3_MinGW_64_bit-Debug - - - - - all - - false - - true - 构建 - CMakeProjectManager.MakeStep - - 1 - 构建 - 构建 - ProjectExplorer.BuildSteps.Build - - - - - - clean - - false - - true - 构建 - CMakeProjectManager.MakeStep - - 1 - 清除 - 清除 - ProjectExplorer.BuildSteps.Clean - - 2 - false - - false - - Debug - CMakeProjectManager.CMakeBuildConfiguration - - - Release - 2 - false - - -DCMAKE_PREFIX_PATH:PATH=%{Qt:QT_INSTALL_PREFIX} --DQT_QMAKE_EXECUTABLE:FILEPATH=%{Qt:qmakeExecutable} --DCMAKE_CXX_FLAGS_INIT:STRING=%{Qt:QML_DEBUG_FLAG} --DCMAKE_PROJECT_INCLUDE_BEFORE:FILEPATH=%{BuildConfig:BuildDirectory:NativeFilePath}/.qtc/package-manager/auto-setup.cmake --DCMAKE_GENERATOR:STRING=Ninja --DCMAKE_C_COMPILER:FILEPATH=%{Compiler:Executable:C} --DCMAKE_BUILD_TYPE:STRING=Release --DCMAKE_CXX_COMPILER:FILEPATH=%{Compiler:Executable:Cxx} - I:\MyPrj\XNSim\XNWrapper\build\Desktop_Qt_6_5_3_MinGW_64_bit-Release - - - - - all - - false - - true - CMakeProjectManager.MakeStep - - 1 - 构建 - 构建 - ProjectExplorer.BuildSteps.Build - - - - - - clean - - false - - true - CMakeProjectManager.MakeStep - - 1 - 清除 - 清除 - ProjectExplorer.BuildSteps.Clean - - 2 - false - - false - - Release - CMakeProjectManager.CMakeBuildConfiguration - - - RelWithDebInfo - 2 - false - - -DCMAKE_PREFIX_PATH:PATH=%{Qt:QT_INSTALL_PREFIX} --DQT_QMAKE_EXECUTABLE:FILEPATH=%{Qt:qmakeExecutable} --DCMAKE_CXX_FLAGS_INIT:STRING=%{Qt:QML_DEBUG_FLAG} --DCMAKE_PROJECT_INCLUDE_BEFORE:FILEPATH=%{BuildConfig:BuildDirectory:NativeFilePath}/.qtc/package-manager/auto-setup.cmake --DCMAKE_GENERATOR:STRING=Ninja --DCMAKE_C_COMPILER:FILEPATH=%{Compiler:Executable:C} --DCMAKE_BUILD_TYPE:STRING=RelWithDebInfo --DCMAKE_CXX_COMPILER:FILEPATH=%{Compiler:Executable:Cxx} - I:\MyPrj\XNSim\XNWrapper\build\Desktop_Qt_6_5_3_MinGW_64_bit-RelWithDebInfo - - - - - all - - false - - true - CMakeProjectManager.MakeStep - - 1 - 构建 - 构建 - ProjectExplorer.BuildSteps.Build - - - - - - clean - - false - - true - CMakeProjectManager.MakeStep - - 1 - 清除 - 清除 - ProjectExplorer.BuildSteps.Clean - - 2 - false - - false - - Release with Debug Information - CMakeProjectManager.CMakeBuildConfiguration - - - RelWithDebInfo - 2 - false - - -DCMAKE_PREFIX_PATH:PATH=%{Qt:QT_INSTALL_PREFIX} --DQT_QMAKE_EXECUTABLE:FILEPATH=%{Qt:qmakeExecutable} --DCMAKE_CXX_FLAGS_INIT:STRING=%{Qt:QML_DEBUG_FLAG} --DCMAKE_PROJECT_INCLUDE_BEFORE:FILEPATH=%{BuildConfig:BuildDirectory:NativeFilePath}/.qtc/package-manager/auto-setup.cmake --DCMAKE_GENERATOR:STRING=Ninja --DCMAKE_C_COMPILER:FILEPATH=%{Compiler:Executable:C} --DCMAKE_BUILD_TYPE:STRING=RelWithDebInfo --DCMAKE_CXX_COMPILER:FILEPATH=%{Compiler:Executable:Cxx} - 0 - I:\MyPrj\XNSim\XNWrapper\build\Desktop_Qt_6_5_3_MinGW_64_bit-Profile - - - - - all - - false - - true - CMakeProjectManager.MakeStep - - 1 - 构建 - 构建 - ProjectExplorer.BuildSteps.Build - - - - - - clean - - false - - true - CMakeProjectManager.MakeStep - - 1 - 清除 - 清除 - ProjectExplorer.BuildSteps.Clean - - 2 - false - - false - - Profile - CMakeProjectManager.CMakeBuildConfiguration - - - MinSizeRel - 2 - false - - -DCMAKE_PREFIX_PATH:PATH=%{Qt:QT_INSTALL_PREFIX} --DQT_QMAKE_EXECUTABLE:FILEPATH=%{Qt:qmakeExecutable} --DCMAKE_CXX_FLAGS_INIT:STRING=%{Qt:QML_DEBUG_FLAG} --DCMAKE_PROJECT_INCLUDE_BEFORE:FILEPATH=%{BuildConfig:BuildDirectory:NativeFilePath}/.qtc/package-manager/auto-setup.cmake --DCMAKE_GENERATOR:STRING=Ninja --DCMAKE_C_COMPILER:FILEPATH=%{Compiler:Executable:C} --DCMAKE_BUILD_TYPE:STRING=MinSizeRel --DCMAKE_CXX_COMPILER:FILEPATH=%{Compiler:Executable:Cxx} - I:\MyPrj\XNSim\XNWrapper\build\Desktop_Qt_6_5_3_MinGW_64_bit-MinSizeRel - - - - - all - - false - - true - CMakeProjectManager.MakeStep - - 1 - 构建 - 构建 - ProjectExplorer.BuildSteps.Build - - - - - - clean - - false - - true - CMakeProjectManager.MakeStep - - 1 - 清除 - 清除 - ProjectExplorer.BuildSteps.Clean - - 2 - false - - false - - Minimum Size Release - CMakeProjectManager.CMakeBuildConfiguration - - 5 - - - 0 - 部署 - 部署 - ProjectExplorer.BuildSteps.Deploy - - 1 - - false - ProjectExplorer.DefaultDeployConfiguration - - 1 - - true - true - 0 - true - - - 2 - - false - -e cpu-cycles --call-graph "dwarf,4096" -F 250 - XNWrapper - CMakeProjectManager.CMakeRunConfiguration.XNWrapper - XNWrapper - false - true - true - true - I:/MyPrj/XNSim/XNWrapper/build/Desktop_Qt_6_5_3_MinGW_64_bit-Debug - - 1 - - - - ProjectExplorer.Project.TargetCount - 1 - - - ProjectExplorer.Project.Updater.FileVersion - 22 - - - Version - 22 - - diff --git a/XNWrapper/GenCode.cpp b/XNWrapper/GenCode.cpp deleted file mode 100755 index baaad25..0000000 --- a/XNWrapper/GenCode.cpp +++ /dev/null @@ -1,289 +0,0 @@ -#include "GenCode.h" -#include -#include -#include -#include -GenCode::GenCode(QObject *parent) : QObject(parent) -{ -} - -GenCode::~GenCode() -{ -} - -int GenCode::analyzePrjFile(QString prjPath) -{ - QFile file(prjPath); - if (!file.open(QIODevice::ReadOnly | QIODevice::Text)) { - return -1; - } - QXmlStreamReader xmlReader(&file); - while (xmlReader.readNextStartElement()) { - if (xmlReader.name() == QLatin1String("Project")) { - while (xmlReader.readNextStartElement()) { - if (xmlReader.name() == QLatin1String("Name")) { - modelName = xmlReader.readElementText(); - } else if (xmlReader.name() == QLatin1String("CodePath")) { - codePath = xmlReader.readElementText(); - } else if (xmlReader.name() == QLatin1String("ClassName")) { - className = xmlReader.readElementText(); - } else if (xmlReader.name() == QLatin1String("Author")) { - author = xmlReader.readElementText(); - } else if (xmlReader.name() == QLatin1String("Version")) { - version = xmlReader.readElementText(); - } else if (xmlReader.name() == QLatin1String("Description")) { - description = xmlReader.readElementText(); - } else if (xmlReader.name() == QLatin1String("CreateTime")) { - createTime = xmlReader.readElementText(); - } else if (xmlReader.name() == QLatin1String("ChangeTime")) { - changeTime = xmlReader.readElementText(); - } else if (xmlReader.name() == QLatin1String("Node")) { - node = xmlReader.readElementText(); - } else if (xmlReader.name() == QLatin1String("Priority")) { - priority = xmlReader.readElementText(); - } else if (xmlReader.name() == QLatin1String("MathPath")) { - mathPath = xmlReader.readElementText(); - } else if (xmlReader.name() == QLatin1String("MathHeaderPath")) { - mathHeaderPath = xmlReader.readElementText(); - } else if (xmlReader.name() == QLatin1String("MathEntryPoint")) { - mathEntryPoint = xmlReader.readElementText(); - } else if (xmlReader.name() == QLatin1String("MathEntryParam")) { - mathEntryParam = xmlReader.readElementText(); - } else if (xmlReader.name() == QLatin1String("CommandList")) { - while (xmlReader.readNextStartElement()) { - if (xmlReader.name() == QLatin1String("Command")) { - CommandInfo temp; - temp.name = - xmlReader.attributes().value(QLatin1String("Name")).toString(); - temp.description = xmlReader.attributes() - .value(QLatin1String("Description")) - .toString(); - temp.callbackFunction = xmlReader.attributes() - .value(QLatin1String("CallbackFunction")) - .toString(); - commandList.push_back(temp); - } else { - xmlReader.skipCurrentElement(); - } - } - } else { - xmlReader.skipCurrentElement(); - } - } - } else { - xmlReader.skipCurrentElement(); - } - } - file.close(); - - int ret = 0; - //error check - if (modelName.isEmpty()) { - ret = ret | 1; - } - if (codePath.isEmpty()) { - ret = ret | 2; - } - if (className.isEmpty()) { - ret = ret | 4; - } - if (node.isEmpty()) { - ret = ret | 8; - } - if (priority.isEmpty()) { - ret = ret | 16; - } - - //warning check - if (author.isEmpty() || version.isEmpty() || createTime.isEmpty() || changeTime.isEmpty() - || description.isEmpty()) { - ret = ret | 32; - } - if (mathPath.isEmpty() || mathHeaderPath.isEmpty() || mathEntryPoint.isEmpty() - || mathEntryParam.isEmpty()) { - ret = ret | 64; - } - if (commandList.size() == 0) { - ret = ret | 128; - } - return ret; -} - -bool GenCode::genCMakeFile() -{ - QString templateFilePath = QDir::currentPath() + "/template/CMakeLists.txt.tmp"; - QString outputFilePath = codePath + "/" + "CMakeLists.txt"; - - QFile templateFile(templateFilePath); - if (!templateFile.open(QIODevice::ReadOnly | QIODevice::Text)) { - return false; - } - - QString content = templateFile.readAll(); - templateFile.close(); - - content.replace("Template", className); - content.replace("TEMPLATE", className.toUpper()); - - QFile outputFile(outputFilePath); - if (!outputFile.open(QIODevice::WriteOnly | QIODevice::Text)) { - return false; - } - - outputFile.write(content.toUtf8()); - outputFile.close(); - return true; -} - -bool GenCode::genHeaderFile() -{ - QString templateFilePath = QDir::currentPath() + "/template/Template.h.tmp"; - QString outputFilePath = codePath + "/" + className + ".h"; - - QFile templateFile(templateFilePath); - if (!templateFile.open(QIODevice::ReadOnly | QIODevice::Text)) { - return false; - } - - QString content = templateFile.readAll(); - templateFile.close(); - - content.replace("Template", className); - content.replace("TEMPLATE", className.toUpper()); - - QFile outputFile(outputFilePath); - if (!outputFile.open(QIODevice::WriteOnly | QIODevice::Text)) { - return false; - } - - outputFile.write(content.toUtf8()); - outputFile.close(); - return true; -} - -bool GenCode::genSourceFile() -{ - QString templateFilePath = QDir::currentPath() + "/template/Template.cpp.tmp"; - QString outputFilePath = codePath + "/" + className + ".cpp"; - - QFile templateFile(templateFilePath); - if (!templateFile.open(QIODevice::ReadOnly | QIODevice::Text)) { - return false; - } - - QString content = templateFile.readAll(); - templateFile.close(); - - content.replace("Template", className); - if (mathEntryPoint.isEmpty()) { - content.replace("EntryPoint", "your_entry_point"); - } else { - content.replace("EntryPoint", mathEntryPoint); - } - - QFile outputFile(outputFilePath); - if (!outputFile.open(QIODevice::WriteOnly | QIODevice::Text)) { - return false; - } - - outputFile.write(content.toUtf8()); - outputFile.close(); - return true; -} - -bool GenCode::genPrivateHeaderFile() -{ - QString templateFilePath = QDir::currentPath() + "/template/Template_p.h.tmp"; - QString outputFilePath = codePath + "/" + className + "_p.h"; - - QFile templateFile(templateFilePath); - if (!templateFile.open(QIODevice::ReadOnly | QIODevice::Text)) { - return false; - } - - QString content = templateFile.readAll(); - templateFile.close(); - - content.replace("Template", className); - if (mathHeaderPath.isEmpty()) { - content.replace("MathHeaderPath", "your_math_header_path"); - } else { - content.replace("MathHeaderPath", mathHeaderPath); - } - if (mathEntryParam.isEmpty()) { - content.replace("MathEntryParam", "your_math_entry_param"); - } else { - content.replace("MathEntryParam", mathEntryParam); - } - - QFile outputFile(outputFilePath); - if (!outputFile.open(QIODevice::WriteOnly | QIODevice::Text)) { - return false; - } - - outputFile.write(content.toUtf8()); - outputFile.close(); - return true; -} - -bool GenCode::genConfigFile() -{ - QString outputFilePath = codePath + "/" + className + ".mcfg"; - - QFile outputFile(outputFilePath); - if (!outputFile.open(QIODevice::WriteOnly | QIODevice::Text)) { - return false; - } - - QXmlStreamWriter xmlWriter(&outputFile); - xmlWriter.setAutoFormatting(true); - xmlWriter.writeStartDocument(); - xmlWriter.writeStartElement("Model"); - xmlWriter.writeTextElement("Name", className); - xmlWriter.writeTextElement("Description", description); - xmlWriter.writeTextElement("Author", author); - xmlWriter.writeTextElement("Version", version); - xmlWriter.writeTextElement("CreateTime", createTime); - xmlWriter.writeTextElement("ChangeTime", changeTime); - xmlWriter.writeTextElement("Node", node); - xmlWriter.writeTextElement("Priority", priority); - xmlWriter.writeTextElement("MathLib", mathPath); - xmlWriter.writeStartElement("CommandList"); - for (const auto &command : commandList) { - xmlWriter.writeStartElement("Command"); - xmlWriter.writeAttribute("Name", command.name); - xmlWriter.writeAttribute("Description", command.description); - xmlWriter.writeAttribute("Call", command.callbackFunction); - xmlWriter.writeEndElement(); - } - xmlWriter.writeEndElement(); //CommandList - xmlWriter.writeEndElement(); //Model - xmlWriter.writeEndDocument(); - outputFile.close(); - return true; -} - -bool GenCode::genGlobalFile() -{ - QString templateFilePath = QDir::currentPath() + "/template/Template_global.h.tmp"; - QString outputFilePath = codePath + "/" + className + "_global.h"; - - QFile templateFile(templateFilePath); - if (!templateFile.open(QIODevice::ReadOnly | QIODevice::Text)) { - return false; - } - - QString content = templateFile.readAll(); - templateFile.close(); - - content.replace("TEMPLATE", className.toUpper()); - - QFile outputFile(outputFilePath); - if (!outputFile.open(QIODevice::WriteOnly | QIODevice::Text)) { - return false; - } - - outputFile.write(content.toUtf8()); - outputFile.close(); - return true; -} \ No newline at end of file diff --git a/XNWrapper/GenCode.h b/XNWrapper/GenCode.h deleted file mode 100755 index 2fa76ac..0000000 --- a/XNWrapper/GenCode.h +++ /dev/null @@ -1,46 +0,0 @@ -#pragma once - -#include -#include -#include - -struct CommandInfo { - QString name; - QString description; - QString callbackFunction; -}; - -class GenCode : public QObject -{ - Q_OBJECT -public: - GenCode(QObject *parent = nullptr); - ~GenCode(); - -public: - int analyzePrjFile(QString prjPath); - bool genCMakeFile(); - bool genHeaderFile(); - bool genSourceFile(); - bool genPrivateHeaderFile(); - bool genConfigFile(); - bool genGlobalFile(); - -private: - QString codePath; - QString modelName; - QString className; - QString author; - QString version; - QString description; - QString createTime; - QString changeTime; - QString node; - QString priority; - QString mathPath; - QString mathHeaderPath; - QString mathEntryPoint; - QString mathEntryParam; - - QVector commandList; -}; diff --git a/XNWrapper/main.cpp b/XNWrapper/main.cpp deleted file mode 100755 index 6c67306..0000000 --- a/XNWrapper/main.cpp +++ /dev/null @@ -1,20 +0,0 @@ -#include "mainwindow.h" - -#include -#include - -int main(int argc, char *argv[]) -{ - QApplication a(argc, argv); - - QFile file(":qdarkstyle/dark/darkstyle.qss"); - if (file.open(QFile::ReadOnly)) { - QTextStream stream(&file); - QString styleSheet = stream.readAll(); - a.setStyleSheet(styleSheet); - } - - MainWindow w; - w.show(); - return a.exec(); -} diff --git a/XNWrapper/mainwindow.cpp b/XNWrapper/mainwindow.cpp deleted file mode 100755 index 12a34ed..0000000 --- a/XNWrapper/mainwindow.cpp +++ /dev/null @@ -1,798 +0,0 @@ -#include "mainwindow.h" -#include "./ui_mainwindow.h" -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include "GenCode.h" - -MainWindow::MainWindow(QWidget *parent) : QMainWindow(parent), ui(new Ui::MainWindow) -{ - ui->setupUi(this); - this->resize(600, 800); // Set the window size to 800x600 pixels - this->setWindowTitle("XNWrapper"); - setWindowIcon(QIcon(":/icon/XNWrapper.png")); // 设置窗口图标 - // Create menu bar - QMenuBar *menuBar = this->menuBar(); - - // Create file menu - QMenu *fileMenu = menuBar->addMenu("Project"); - fileMenu->setObjectName("ProjectMenu"); - QAction *newAction = fileMenu->addAction("New"); - newAction->setObjectName("newAction"); - connect(newAction, &QAction::triggered, this, &MainWindow::onNewActionTriggered); - QAction *openAction = fileMenu->addAction("Open"); - openAction->setObjectName("openAction"); - connect(openAction, &QAction::triggered, this, &MainWindow::onOpenActionTriggered); - QAction *saveAction = fileMenu->addAction("Save"); - saveAction->setObjectName("saveAction"); - saveAction->setEnabled(false); - connect(saveAction, &QAction::triggered, this, &MainWindow::onSaveActionTriggered); - QAction *saveAsAction = fileMenu->addAction("Save As ..."); - saveAsAction->setObjectName("saveAsAction"); - saveAsAction->setEnabled(false); - connect(saveAsAction, &QAction::triggered, this, &MainWindow::onSaveAsActionTriggered); - - // Create code menu - QMenu *codeMenu = menuBar->addMenu("Code"); - codeMenu->setObjectName("CodeMenu"); - QAction *genCodeAction = codeMenu->addAction("Generate Code"); - genCodeAction->setEnabled(false); - genCodeAction->setObjectName("genCodeAction"); - connect(genCodeAction, &QAction::triggered, this, &MainWindow::onGenCodeActionTriggered); - QAction *openCodePathAction = codeMenu->addAction("Open Code Path"); - openCodePathAction->setEnabled(false); - openCodePathAction->setObjectName("openCodePathAction"); - connect(openCodePathAction, &QAction::triggered, this, - &MainWindow::onOpenCodePathActionTriggered); - - // Create help menu - QMenu *helpMenu = menuBar->addMenu("Help"); - helpMenu->setObjectName("HelpMenu"); - QMenu *languageMenu = helpMenu->addMenu("Language"); - languageMenu->setObjectName("LanguageMenu"); - QAction *englishAction = languageMenu->addAction("English"); - QAction *chineseAction = languageMenu->addAction("中文"); - - // Connect actions to slots - connect(englishAction, &QAction::triggered, this, &MainWindow::onEnglishActionTriggered); - connect(chineseAction, &QAction::triggered, this, &MainWindow::onChineseActionTriggered); - - // Create model info page - initialModelInfoPage(); - - // - QString configFilePath = QDir::currentPath() + "/config/XNWrapper.xml"; - QFile configFile(configFilePath); - if (configFile.open(QIODevice::ReadOnly | QIODevice::Text)) { - QXmlStreamReader xmlReader(&configFile); - while (xmlReader.readNextStartElement()) { - if (xmlReader.name() == QLatin1String("Language")) { - quint32 indexLanguage = xmlReader.readElementText().toInt(); - if (indexLanguage == 1) { - onChineseActionTriggered(); - } - } else { - xmlReader.skipCurrentElement(); - } - } - configFile.close(); - } -} - -void MainWindow::onNewActionTriggered() -{ - QDialog *dialog = new QDialog(this); - dialog->setWindowTitle("New Project"); - QVBoxLayout *dialogLayout = new QVBoxLayout(dialog); - QGridLayout *layout = new QGridLayout(); - - // First row: label and input - QLabel *label1 = new QLabel("Model Name:"); - QLineEdit *input1 = new QLineEdit(); - input1->setValidator( - new QRegularExpressionValidator(QRegularExpression("[a-zA-Z0-9_]+"), this)); - layout->addWidget(label1, 0, 0); - layout->addWidget(input1, 0, 1, 1, 2); - - // Second row: label, input, and button - QLabel *label2 = new QLabel("Project Path:"); - QLineEdit *input2 = new QLineEdit(); - QPushButton *button2 = new QPushButton("..."); - layout->addWidget(label2, 1, 0); - layout->addWidget(input2, 1, 1); - layout->addWidget(button2, 1, 2); - - // Third row: label, input, and button - QLabel *label3 = new QLabel("Code Path:"); - QLineEdit *input3 = new QLineEdit(); - QPushButton *button3 = new QPushButton("..."); - layout->addWidget(label3, 2, 0); - layout->addWidget(input3, 2, 1); - layout->addWidget(button3, 2, 2); - - // Connect buttons to their respective functions - connect(button2, &QPushButton::clicked, this, [=]() { - QString dir = QFileDialog::getExistingDirectory( - dialog, "Select Project Directory", QString(), - QFileDialog::ShowDirsOnly | QFileDialog::DontResolveSymlinks); - if (!dir.isEmpty()) { - input2->setText(dir); - input3->setText(dir); - } - }); - - connect(button3, &QPushButton::clicked, this, [=]() { - QString dir = QFileDialog::getExistingDirectory( - dialog, "Select Code Directory", input3->text(), - QFileDialog::ShowDirsOnly | QFileDialog::DontResolveSymlinks); - if (!dir.isEmpty()) { - input3->setText(dir); - } - }); - - QHBoxLayout *buttonLayout = new QHBoxLayout(); - buttonLayout->addStretch(); - QPushButton *okButton = new QPushButton("OK"); - QPushButton *cancelButton = new QPushButton("Cancel"); - okButton->setFixedSize(100, 30); - cancelButton->setFixedSize(100, 30); - buttonLayout->addWidget(okButton); - buttonLayout->addWidget(cancelButton); - - connect(okButton, &QPushButton::clicked, this, [=]() { - modelName = input1->text(); - projectPath = input2->text(); - codePath = input3->text(); - dialog->accept(); - createPrjFile(); - }); - - connect(cancelButton, &QPushButton::clicked, this, [=]() { dialog->reject(); }); - - dialogLayout->addLayout(layout); - dialogLayout->addLayout(buttonLayout); - dialog->setLayout(dialogLayout); - dialog->exec(); -} - -void MainWindow::onOpenActionTriggered() -{ - QString filePath = - QFileDialog::getOpenFileName(this, "Open File", QString(), "XN Project Files (*.xnprj)"); - if (!filePath.isEmpty()) { - modelName = - QFileInfo(filePath).completeBaseName(); // Use completeBaseName to remove the suffix - projectPath = QFileInfo(filePath).absolutePath(); - openProjectFile(); - } -} - -void MainWindow::onSaveActionTriggered() -{ - QString filePath = QDir(projectPath).filePath(modelName + ".xnprj"); - QFile projectFile(filePath); - if (projectFile.open(QIODevice::WriteOnly | QIODevice::Text)) { - QXmlStreamWriter xmlWriter(&projectFile); - xmlWriter.setAutoFormatting(true); - xmlWriter.writeStartDocument(); - xmlWriter.writeStartElement("Project"); - xmlWriter.writeTextElement("Name", modelName); - xmlWriter.writeTextElement("CodePath", codePath); - QLineEdit *classNameLineEdit = findChild("classNameLineEdit"); - if (classNameLineEdit) { - xmlWriter.writeTextElement("ClassName", classNameLineEdit->text()); - } - QLineEdit *authorLineEdit = findChild("authorLineEdit"); - if (authorLineEdit) { - xmlWriter.writeTextElement("Author", authorLineEdit->text()); - } - QLineEdit *versionLineEdit = findChild("versionLineEdit"); - if (versionLineEdit) { - xmlWriter.writeTextElement("Version", versionLineEdit->text()); - } - QLineEdit *descriptionLineEdit = findChild("descriptionLineEdit"); - if (descriptionLineEdit) { - xmlWriter.writeTextElement("Description", descriptionLineEdit->text()); - } - QLineEdit *creationTimeLineEdit = findChild("creationTimeLineEdit"); - if (creationTimeLineEdit) { - xmlWriter.writeTextElement("CreateTime", creationTimeLineEdit->text()); - } - QLineEdit *changeTimeLineEdit = findChild("changeTimeLineEdit"); - if (changeTimeLineEdit) { - xmlWriter.writeTextElement("ChangeTime", changeTimeLineEdit->text()); - } - QLineEdit *frequencyLineEdit = findChild("frequencyLineEdit"); - QLineEdit *nodeLineEdit = findChild("nodeLineEdit"); - if (frequencyLineEdit && nodeLineEdit) { - xmlWriter.writeTextElement("Node", - frequencyLineEdit->text() + "-" + nodeLineEdit->text()); - } - QLineEdit *priorityLineEdit = findChild("priorityLineEdit"); - if (priorityLineEdit) { - xmlWriter.writeTextElement("Priority", priorityLineEdit->text()); - } - QLineEdit *dynamicLibPathLineEdit = findChild("dynamicLibPathLineEdit"); - if (dynamicLibPathLineEdit) { - xmlWriter.writeTextElement("MathPath", dynamicLibPathLineEdit->text()); - } - QLineEdit *dataPackageHeaderLineEdit = findChild("dataPackageHeaderLineEdit"); - if (dataPackageHeaderLineEdit) { - xmlWriter.writeTextElement("MathHeaderPath", dataPackageHeaderLineEdit->text()); - } - QLineEdit *dataPackageEntryPointLineEdit = - findChild("dataPackageEntryPointLineEdit"); - if (dataPackageEntryPointLineEdit) { - xmlWriter.writeTextElement("MathEntryPoint", dataPackageEntryPointLineEdit->text()); - } - QLineEdit *dataPackageEntryParamLineEdit = - findChild("dataPackageEntryParamLineEdit"); - if (dataPackageEntryParamLineEdit) { - xmlWriter.writeTextElement("MathEntryParam", dataPackageEntryParamLineEdit->text()); - } - xmlWriter.writeStartElement("CommandList"); - QTableWidget *tableWidget = findChild("commandTableWidget"); - if (tableWidget) { - for (int row = 0; row < tableWidget->rowCount(); ++row) { - xmlWriter.writeStartElement("Command"); - xmlWriter.writeAttribute("Name", tableWidget->item(row, 0)->text()); - xmlWriter.writeAttribute("Description", tableWidget->item(row, 1)->text()); - xmlWriter.writeAttribute("CallbackFunction", tableWidget->item(row, 2)->text()); - xmlWriter.writeEndElement(); // Command - } - } - xmlWriter.writeEndElement(); // CommandList - xmlWriter.writeEndElement(); // Project - xmlWriter.writeEndDocument(); - projectFile.close(); - } -} - -void MainWindow::onSaveAsActionTriggered() -{ - QString filePath = - QFileDialog::getSaveFileName(this, "Save As", QString(), "XN Project Files (*.xnprj)"); - if (!filePath.isEmpty()) { - projectPath = QFileInfo(filePath).absolutePath(); - onSaveActionTriggered(); - } -} - -void MainWindow::onGenCodeActionTriggered() -{ - GenCode genCode; - int ret = genCode.analyzePrjFile(projectPath + "/" + modelName + ".xnprj"); - if (ret != 0) { - if (ret == -1) { - QMessageBox::warning(this, "Error", "Cannot find the project file."); - return; - } - if (ret & 1) { - QMessageBox::warning(this, "Error", - "Cannot find the model name element in the project file."); - return; - } - if (ret & 2) { - QMessageBox::warning(this, "Error", - "Cannot find the codePath element in the project file."); - return; - } - if (ret & 4) { - QMessageBox::warning(this, "Error", - "Cannot find the className element in the project file."); - return; - } - if (ret & 8) { - QMessageBox::warning(this, "Warning", - "The project file does not have the node element configured. " - "Please configure it in the model configuration file later."); - } - if (ret & 16) { - QMessageBox::warning(this, "Warning", - "The project file does not have the priority element configured. " - "Please configure it in the model configuration file later."); - } - if (ret & 64) { - QMessageBox::warning( - this, "Warning", - "The configuration of data package-related elements in the engineering file is " - "incomplete, which will result in the generation of incomplete code."); - } - } - - genCode.genCMakeFile(); - genCode.genGlobalFile(); - genCode.genHeaderFile(); - genCode.genPrivateHeaderFile(); - genCode.genSourceFile(); - genCode.genConfigFile(); - - QMessageBox::information(this, "Success", "Code generation completed successfully."); -} - -void MainWindow::onOpenCodePathActionTriggered() -{ - QDesktopServices::openUrl(QUrl::fromLocalFile(codePath)); -} - -void MainWindow::onAutoAcquireEntryPoint() -{ - //TODO 使用nm命令获取动态库符号表 -} - -void MainWindow::onAutoAcquireEntryParam() -{ - //TODO 使用nm命令获取动态库符号表 -} - -void MainWindow::initialModelInfoPage() -{ - QWidget *centralWidget = new QWidget(this); // Create a central widget - setCentralWidget(centralWidget); // Set the central widget - centralWidget->setEnabled(false); - QVBoxLayout *mainLayout = new QVBoxLayout(centralWidget); - - QWidget *modelInfoWidget = new QWidget(); - QGridLayout *gridLayout = new QGridLayout(modelInfoWidget); // Set layout on the central widget - - // Create label and line edit for Model Name - QLabel *modelNameLabel = new QLabel("Model Name:", this); - QLineEdit *modelNameLineEdit = new QLineEdit(this); - modelNameLineEdit->setObjectName("modelNameLineEdit"); - modelNameLineEdit->setReadOnly(true); // Make line edit non-editable - - // Add label and line edit to the grid layout - gridLayout->addWidget(modelNameLabel, 0, 0); // Row 0, Column 0 - gridLayout->addWidget(modelNameLineEdit, 0, 1); // Row 0, Column 1 - - QLabel *classNameLabel = new QLabel("Class Name:", this); - QLineEdit *classNameLineEdit = new QLineEdit(this); - classNameLineEdit->setObjectName("classNameLineEdit"); - gridLayout->addWidget(classNameLabel, 0, 2); - gridLayout->addWidget(classNameLineEdit, 0, 3); - - QLabel *descriptionLabel = new QLabel("Description:", this); - QLineEdit *descriptionLineEdit = new QLineEdit(this); - descriptionLineEdit->setObjectName("descriptionLineEdit"); - gridLayout->addWidget(descriptionLabel, 1, 0); - gridLayout->addWidget(descriptionLineEdit, 1, 1, 1, 3); - - QLabel *authorLabel = new QLabel("Author:", this); - QLineEdit *authorLineEdit = new QLineEdit(this); - authorLineEdit->setObjectName("authorLineEdit"); - gridLayout->addWidget(authorLabel, 2, 0); - gridLayout->addWidget(authorLineEdit, 2, 1); - - QLabel *versionLabel = new QLabel("Version:", this); - QLineEdit *versionLineEdit = new QLineEdit(this); - versionLineEdit->setValidator( - new QRegularExpressionValidator(QRegularExpression("[a-zA-Z0-9_.-]+"), this)); - versionLineEdit->setObjectName("versionLineEdit"); - gridLayout->addWidget(versionLabel, 2, 2); - gridLayout->addWidget(versionLineEdit, 2, 3); - - QLabel *creationTimeLabel = new QLabel("CreateTime:", this); - QLineEdit *creationTimeLineEdit = new QLineEdit(this); - creationTimeLineEdit->setReadOnly(true); // Make line edit non-editable - creationTimeLineEdit->setObjectName("creationTimeLineEdit"); - QPushButton *creationTimeButton = new QPushButton("Select", this); - connect(creationTimeButton, &QPushButton::clicked, this, [=]() { - QDialog dateTimeDialog(this); - QVBoxLayout layout(&dateTimeDialog); - QDateTimeEdit *dateTimeEdit = new QDateTimeEdit(&dateTimeDialog); - dateTimeEdit->setCalendarPopup(true); - dateTimeEdit->setDateTime(QDateTime::currentDateTime()); - layout.addWidget(dateTimeEdit); - QPushButton *okButton = new QPushButton("OK", &dateTimeDialog); - layout.addWidget(okButton); - connect(okButton, &QPushButton::clicked, &dateTimeDialog, &QDialog::accept); - if (dateTimeDialog.exec() == QDialog::Accepted) { - creationTimeLineEdit->setText(dateTimeEdit->dateTime().toString("yyyy-MM-dd HH:mm:ss")); - } - }); - gridLayout->addWidget(creationTimeButton, 3, 3); - gridLayout->addWidget(creationTimeLabel, 3, 0); - gridLayout->addWidget(creationTimeLineEdit, 3, 1, 1, 2); - - QLabel *changeTimeLabel = new QLabel("ChangeTime:", this); - QLineEdit *changeTimeLineEdit = new QLineEdit(this); - changeTimeLineEdit->setReadOnly(true); // Make line edit non-editable - changeTimeLineEdit->setObjectName("changeTimeLineEdit"); - QPushButton *changeTimeButton = new QPushButton("Select", this); - connect(changeTimeButton, &QPushButton::clicked, this, [=]() { - QDialog dateTimeDialog(this); - QVBoxLayout layout(&dateTimeDialog); - QDateTimeEdit *dateTimeEdit = new QDateTimeEdit(&dateTimeDialog); - dateTimeEdit->setCalendarPopup(true); - dateTimeEdit->setDateTime(QDateTime::currentDateTime()); - layout.addWidget(dateTimeEdit); - QPushButton *okButton = new QPushButton("OK", &dateTimeDialog); - layout.addWidget(okButton); - connect(okButton, &QPushButton::clicked, &dateTimeDialog, &QDialog::accept); - if (dateTimeDialog.exec() == QDialog::Accepted) { - changeTimeLineEdit->setText(dateTimeEdit->dateTime().toString("yyyy-MM-dd HH:mm:ss")); - } - }); - gridLayout->addWidget(changeTimeButton, 4, 3); - gridLayout->addWidget(changeTimeLabel, 4, 0); - gridLayout->addWidget(changeTimeLineEdit, 4, 1, 1, 2); - - QLabel *nodeNumberLabel = new QLabel("Node:", this); - QLineEdit *frequencyLineEdit = new QLineEdit(this); - frequencyLineEdit->setValidator( - new QRegularExpressionValidator(QRegularExpression("[0-5]"), this)); - frequencyLineEdit->setObjectName("frequencyLineEdit"); - QLineEdit *nodeLineEdit = new QLineEdit(this); - nodeLineEdit->setValidator(new QRegularExpressionValidator(QRegularExpression("[0-9]+"), this)); - nodeLineEdit->setObjectName("nodeLineEdit"); - gridLayout->addWidget(nodeNumberLabel, 5, 0); - gridLayout->addWidget(frequencyLineEdit, 5, 1); - gridLayout->addWidget(nodeLineEdit, 5, 2); - - QLabel *priorityLabel = new QLabel("Priority:", this); - QLineEdit *priorityLineEdit = new QLineEdit(this); - priorityLineEdit->setValidator( - new QRegularExpressionValidator(QRegularExpression("[0-9]+"), this)); - priorityLineEdit->setObjectName("priorityLineEdit"); - gridLayout->addWidget(priorityLabel, 6, 0); - gridLayout->addWidget(priorityLineEdit, 6, 1, 1, 3); - - QLabel *dynamicLibPathLabel = new QLabel("Data Package DLL:", this); - QLineEdit *dynamicLibPathLineEdit = new QLineEdit(this); - dynamicLibPathLineEdit->setObjectName("dynamicLibPathLineEdit"); - QPushButton *dynamicLibPathButton = new QPushButton("...", this); - gridLayout->addWidget(dynamicLibPathLabel, 7, 0); - gridLayout->addWidget(dynamicLibPathLineEdit, 7, 1, 1, 2); - gridLayout->addWidget(dynamicLibPathButton, 7, 3); - connect(dynamicLibPathButton, &QPushButton::clicked, this, [=]() { - QString filePath = - QFileDialog::getOpenFileName(this, "Select Data Package DLL or SO File", projectPath, - "Dynamic Link Libraries (*.dll *.so);;All Files (*)"); - if (!filePath.isEmpty()) { - dynamicLibPathLineEdit->setText(filePath); - } - }); - - QLabel *dataPackageHeaderLabel = new QLabel("Data Package Header:", this); - QLineEdit *dataPackageHeaderLineEdit = new QLineEdit(this); - dataPackageHeaderLineEdit->setObjectName("dataPackageHeaderLineEdit"); - QPushButton *dataPackageHeaderButton = new QPushButton("...", this); - gridLayout->addWidget(dataPackageHeaderLabel, 8, 0); - gridLayout->addWidget(dataPackageHeaderLineEdit, 8, 1, 1, 2); - gridLayout->addWidget(dataPackageHeaderButton, 8, 3); - connect(dataPackageHeaderButton, &QPushButton::clicked, this, [=]() { - QString filePath = - QFileDialog::getOpenFileName(this, "Select Data Package Header File", projectPath, - "C++ Header File (*.h *.hpp);;All Files (*)"); - if (!filePath.isEmpty()) { - dataPackageHeaderLineEdit->setText(filePath); - } - }); - - QLabel *dataPackageEntryPointLabel = new QLabel("Data Package Entry Point:", this); - QLineEdit *dataPackageEntryPointLineEdit = new QLineEdit(this); - dataPackageEntryPointLineEdit->setObjectName("dataPackageEntryPointLineEdit"); - QPushButton *dataPackageEntryPointButton = new QPushButton("Auto Acquire", this); - gridLayout->addWidget(dataPackageEntryPointLabel, 9, 0); - gridLayout->addWidget(dataPackageEntryPointLineEdit, 9, 1, 1, 2); - gridLayout->addWidget(dataPackageEntryPointButton, 9, 3); - connect(dataPackageEntryPointButton, &QPushButton::clicked, this, - &MainWindow::onAutoAcquireEntryPoint); - - QLabel *dataPackageEntryParamLabel = new QLabel("Data Package Entry Param:", this); - QLineEdit *dataPackageEntryParamLineEdit = new QLineEdit(this); - dataPackageEntryParamLineEdit->setObjectName("dataPackageEntryParamLineEdit"); - QPushButton *dataPackageEntryParamButton = new QPushButton("Auto Acquire", this); - gridLayout->addWidget(dataPackageEntryParamLabel, 10, 0); - gridLayout->addWidget(dataPackageEntryParamLineEdit, 10, 1, 1, 2); - gridLayout->addWidget(dataPackageEntryParamButton, 10, 3); - connect(dataPackageEntryParamButton, &QPushButton::clicked, this, - &MainWindow::onAutoAcquireEntryParam); - - mainLayout->addWidget(modelInfoWidget); - - // 添加命令列表 - initialCommandListPage(); - - // 添加保存、生成代码、打开代码路径按钮 - initialQuickButton(); -} - -void MainWindow::initialCommandListPage() -{ - QLayout *mainLayout = centralWidget()->layout(); - QGroupBox *groupBox = new QGroupBox("Command List", this); - QHBoxLayout *groupLayout = new QHBoxLayout(groupBox); - QTableWidget *tableWidget = new QTableWidget(0, 3, this); // 0 rows, 2 columns - tableWidget->setObjectName("commandTableWidget"); - tableWidget->horizontalHeader()->setStretchLastSection(true); - tableWidget->setHorizontalHeaderLabels(QStringList() - << "Command" << "Description" << "Callback Function"); - groupLayout->addWidget(tableWidget); - - QVBoxLayout *buttonLayout = new QVBoxLayout(); - QPushButton *addButton = new QPushButton("+", this); - QFont buttonFont = addButton->font(); - buttonFont.setPointSize(16); // Set font size to 12 - addButton->setFont(buttonFont); - addButton->setFixedSize(40, 40); - - QPushButton *removeButton = new QPushButton("-", this); - removeButton->setFixedSize(40, 40); - removeButton->setFont(buttonFont); - buttonLayout->addWidget(addButton); - buttonLayout->addWidget(removeButton); - groupLayout->addLayout(buttonLayout); - - connect(addButton, &QPushButton::clicked, this, [=]() { - int rowCount = tableWidget->rowCount(); - tableWidget->insertRow(rowCount); - }); - - connect(removeButton, &QPushButton::clicked, this, [=]() { - int currentRow = tableWidget->currentRow(); - if (currentRow >= 0) { - tableWidget->removeRow(currentRow); - } - }); - mainLayout->addWidget(groupBox); -} - -void MainWindow::initialDDSInfoPage() -{ - QLayout *mainLayout = centralWidget()->layout(); - QGroupBox *groupBox = new QGroupBox("DDS Info", this); - //TODO 添加DDS交互数据信息 -} - -void MainWindow::initialQuickButton() -{ - QLayout *mainLayout = centralWidget()->layout(); - QHBoxLayout *buttonLayout2 = new QHBoxLayout(); - QPushButton *saveButton = new QPushButton("Save", this); - QPushButton *genCodeButton = new QPushButton("Generate Code", this); - QPushButton *openCodePathButton = new QPushButton("Open Code Path", this); - connect(saveButton, &QPushButton::clicked, this, &MainWindow::onSaveActionTriggered); - connect(genCodeButton, &QPushButton::clicked, this, &MainWindow::onGenCodeActionTriggered); - connect(openCodePathButton, &QPushButton::clicked, this, - &MainWindow::onOpenCodePathActionTriggered); - buttonLayout2->addWidget(saveButton); - buttonLayout2->addWidget(genCodeButton); - buttonLayout2->addWidget(openCodePathButton); - QWidget *buttonWidget = new QWidget(); - buttonWidget->setLayout(buttonLayout2); - mainLayout->addWidget(buttonWidget); -} - -void MainWindow::createPrjFile() -{ - QString filePath = QDir(projectPath).filePath(modelName + ".xnprj"); - QFileInfo checkFile(filePath); - if (checkFile.exists() && checkFile.isFile()) { - QMessageBox::StandardButton reply; - reply = QMessageBox::question( - this, "File Exists", - "The project file already exists. Do you want to open it or overwrite it?", - QMessageBox::Open | QMessageBox::Discard | QMessageBox::Cancel, QMessageBox::Cancel); - - if (reply == QMessageBox::Cancel) { - return; - } else if (reply == QMessageBox::Open) { - openProjectFile(); - return; - } - } - QFile projectFile(filePath); - if (projectFile.open(QIODevice::WriteOnly | QIODevice::Text)) { - QXmlStreamWriter xmlWriter(&projectFile); - xmlWriter.setAutoFormatting(true); - xmlWriter.writeStartDocument(); - xmlWriter.writeStartElement("Project"); - xmlWriter.writeTextElement("Name", modelName); - xmlWriter.writeTextElement("CodePath", codePath); - xmlWriter.writeEndElement(); // Project - xmlWriter.writeEndDocument(); - projectFile.close(); - openProjectFile(); - } else { - QMessageBox::warning(this, "Error", "Could not create project file."); - } -} - -void MainWindow::openProjectFile() -{ - QString filePath = QDir(projectPath).filePath(modelName + ".xnprj"); - QFile projectFile(filePath); - if (projectFile.open(QIODevice::ReadOnly | QIODevice::Text)) { - QWidget *centralWidget = this->centralWidget(); - centralWidget->setEnabled(true); - this->setWindowTitle("XNWrapper - " + modelName); - QAction *saveAction = findChild("saveAction"); - if (saveAction) { - saveAction->setEnabled(true); - } - QAction *saveAsAction = findChild("saveAsAction"); - if (saveAsAction) { - saveAsAction->setEnabled(true); - } - QAction *genCodeAction = findChild("genCodeAction"); - if (genCodeAction) { - genCodeAction->setEnabled(true); - } - QAction *openCodePathAction = findChild("openCodePathAction"); - if (openCodePathAction) { - openCodePathAction->setEnabled(true); - } - - QXmlStreamReader xmlReader(&projectFile); - while (xmlReader.readNextStartElement()) { - if (xmlReader.name() == QLatin1String("Project")) { - while (xmlReader.readNextStartElement()) { - if (xmlReader.name() == QLatin1String("Name")) { - modelName = xmlReader.readElementText(); - QLineEdit *modelNameLineEdit = findChild("modelNameLineEdit"); - if (modelNameLineEdit) { - modelNameLineEdit->setText(modelName); - } - } else if (xmlReader.name() == QLatin1String("CodePath")) { - codePath = xmlReader.readElementText(); - } else if (xmlReader.name() == QLatin1String("ClassName")) { - QString className = xmlReader.readElementText(); - QLineEdit *classNameLineEdit = findChild("classNameLineEdit"); - if (classNameLineEdit) { - classNameLineEdit->setText(className); - } - } else if (xmlReader.name() == QLatin1String("Author")) { - QString author = xmlReader.readElementText(); - QLineEdit *authorLineEdit = findChild("authorLineEdit"); - if (authorLineEdit) { - authorLineEdit->setText(author); - } - } else if (xmlReader.name() == QLatin1String("Version")) { - QString version = xmlReader.readElementText(); - QLineEdit *versionLineEdit = findChild("versionLineEdit"); - if (versionLineEdit) { - versionLineEdit->setText(version); - } - } else if (xmlReader.name() == QLatin1String("Description")) { - QString description = xmlReader.readElementText(); - QLineEdit *descriptionLineEdit = - findChild("descriptionLineEdit"); - if (descriptionLineEdit) { - descriptionLineEdit->setText(description); - } - } else if (xmlReader.name() == QLatin1String("CreateTime")) { - QString createTime = xmlReader.readElementText(); - QLineEdit *createTimeLineEdit = - findChild("creationTimeLineEdit"); - if (createTimeLineEdit) { - createTimeLineEdit->setText(createTime); - } - } else if (xmlReader.name() == QLatin1String("ChangeTime")) { - QString changeTime = xmlReader.readElementText(); - QLineEdit *changeTimeLineEdit = - findChild("changeTimeLineEdit"); - if (changeTimeLineEdit) { - changeTimeLineEdit->setText(changeTime); - } - } else if (xmlReader.name() == QLatin1String("Node")) { - QString node = xmlReader.readElementText(); - QStringList nodeParts = node.split("-"); - if (nodeParts.size() == 2) { - QLineEdit *frequencyLineEdit = - findChild("frequencyLineEdit"); - QLineEdit *nodeLineEdit = findChild("nodeLineEdit"); - if (frequencyLineEdit) { - frequencyLineEdit->setText(nodeParts[0]); - } - if (nodeLineEdit) { - nodeLineEdit->setText(nodeParts[1]); - } - } - } else if (xmlReader.name() == QLatin1String("Priority")) { - QString priority = xmlReader.readElementText(); - QLineEdit *priorityLineEdit = findChild("priorityLineEdit"); - if (priorityLineEdit) { - priorityLineEdit->setText(priority); - } - } else if (xmlReader.name() == QLatin1String("MathPath")) { - QString dynamicLibPath = xmlReader.readElementText(); - QLineEdit *dynamicLibPathLineEdit = - findChild("dynamicLibPathLineEdit"); - if (dynamicLibPathLineEdit) { - dynamicLibPathLineEdit->setText(dynamicLibPath); - } - } else if (xmlReader.name() == QLatin1String("MathHeaderPath")) { - QString dataPackageHeader = xmlReader.readElementText(); - QLineEdit *dataPackageHeaderLineEdit = - findChild("dataPackageHeaderLineEdit"); - if (dataPackageHeaderLineEdit) { - dataPackageHeaderLineEdit->setText(dataPackageHeader); - } - } else if (xmlReader.name() == QLatin1String("MathEntryPoint")) { - QString dataPackageEntryPoint = xmlReader.readElementText(); - QLineEdit *dataPackageEntryPointLineEdit = - findChild("dataPackageEntryPointLineEdit"); - if (dataPackageEntryPointLineEdit) { - dataPackageEntryPointLineEdit->setText(dataPackageEntryPoint); - } - } else if (xmlReader.name() == QLatin1String("MathEntryParam")) { - QString dataPackageEntryParam = xmlReader.readElementText(); - QLineEdit *dataPackageEntryParamLineEdit = - findChild("dataPackageEntryParamLineEdit"); - if (dataPackageEntryParamLineEdit) { - dataPackageEntryParamLineEdit->setText(dataPackageEntryParam); - } - } else if (xmlReader.name() == QLatin1String("CommandList")) { - while (xmlReader.readNextStartElement()) { - if (xmlReader.name() == QLatin1String("Command")) { - QString command = - xmlReader.attributes().value(QLatin1String("Name")).toString(); - QString description = xmlReader.attributes() - .value(QLatin1String("Description")) - .toString(); - QString callbackFunction = - xmlReader.attributes() - .value(QLatin1String("CallbackFunction")) - .toString(); - QTableWidget *tableWidget = - findChild("commandTableWidget"); - if (tableWidget) { - tableWidget->setRowCount(0); - int rowCount = tableWidget->rowCount(); - tableWidget->insertRow(rowCount); - tableWidget->setItem(rowCount, 0, - new QTableWidgetItem(command)); - tableWidget->setItem(rowCount, 1, - new QTableWidgetItem(description)); - tableWidget->setItem(rowCount, 2, - new QTableWidgetItem(callbackFunction)); - } - } else { - xmlReader.skipCurrentElement(); - } - } - } else { - xmlReader.skipCurrentElement(); - } - } - } else { - xmlReader.skipCurrentElement(); - } - } - projectFile.close(); - } else { - QMessageBox::warning(this, "Error", "Could not open project file."); - } -} - -MainWindow::~MainWindow() -{ - delete ui; -} - -void MainWindow::onEnglishActionTriggered() -{ -} - -void MainWindow::onChineseActionTriggered() -{ -} diff --git a/XNWrapper/mainwindow.h b/XNWrapper/mainwindow.h deleted file mode 100755 index b5f77f0..0000000 --- a/XNWrapper/mainwindow.h +++ /dev/null @@ -1,47 +0,0 @@ -#ifndef MAINWINDOW_H -#define MAINWINDOW_H - -#include - -QT_BEGIN_NAMESPACE -namespace Ui -{ -class MainWindow; -} -QT_END_NAMESPACE - -class MainWindow : public QMainWindow -{ - Q_OBJECT - -public: - MainWindow(QWidget *parent = nullptr); - ~MainWindow(); - -private slots: - void onNewActionTriggered(); - void onOpenActionTriggered(); - void onSaveActionTriggered(); - void onSaveAsActionTriggered(); - void onGenCodeActionTriggered(); - void onOpenCodePathActionTriggered(); - void onAutoAcquireEntryPoint(); - void onAutoAcquireEntryParam(); - void onEnglishActionTriggered(); - void onChineseActionTriggered(); - -private: - void initialModelInfoPage(); - void initialCommandListPage(); - void initialDDSInfoPage(); - void initialQuickButton(); - void createPrjFile(); - void openProjectFile(); - -private: - Ui::MainWindow *ui; - QString modelName; - QString projectPath; - QString codePath; -}; -#endif // MAINWINDOW_H diff --git a/XNWrapper/mainwindow.ui b/XNWrapper/mainwindow.ui deleted file mode 100755 index 023302d..0000000 --- a/XNWrapper/mainwindow.ui +++ /dev/null @@ -1,20 +0,0 @@ - - - MainWindow - - - - 0 - 0 - 800 - 600 - - - - MainWindow - - - - - - diff --git a/qdarkstyle/dark/XNEditor.png b/qdarkstyle/dark/XNEditor.png deleted file mode 100755 index f7d8397e36dec723a6e6e42a748039b7526882ff..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 8896 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 LszR&Zngsn1mCy(C diff --git a/qdarkstyle/dark/XNEngine.png b/qdarkstyle/dark/XNEngine.png deleted file mode 100755 index cb0610b89deddb56027d993d47d9f64b2dfbef49..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 21118 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
#67TGRI$ri=WQ-6&cENzw%H)oVh;4dRMwa z$H@aL$i5o3qC63B5*Q_UuMXaLyN)a#HgMaxBRVV$Xx_+bQn9>$|AsiphQ3PW~7<&^s6Dj7FNrr7{`-T zJFz;ASc$zL0h5#$$VyIMtOSl)yq^gHbD&mB;@*mM|FyIsYAGoJ@sR)pQwaJ0?E;d3nn z6e=2g*>^<05GiNTeXPRN@h;IkWI1DjJH60*4F|}~m|jMVa87j%ao$v8T=wK%MpDI2 zisdet<0o&={6KWhcBb!X$oj7ao$d#&t)ag~wN&y)pJ@^EzwlO{=kt$Iu0Tu_^2-~g zo|w!Gn~W}}V08yNakxiJA6Q6W7-beM*ie%6CZgWxx$NkLokz^%xtcox2yV|u!crsf zVO!3SA@NWqjJrF?07VGwxTi*eGu9njRt8?{E2q)K@KD_}Zx`o~!*44Zf_^A_w$d~x z=p5X-S?%9U)o;8r$SxAk{#Y4NXtg8HVdrV1KXh|s#%Ye*LAl|4>Uj_ zFPT>+hgX!dFB>u*be#Rcja$Se)#X|>L@$|-%qM}Lt+a;qfRsMkD;O9C$$$R~&=Oyp z<=9jWqp2tXh>$v)(>e8TcM~wJjR%=`_s73`fwMCXxSa%b~MZeSwNjHHE)?E!#ya zYMYnzF?24)zZ*}Fu8R90?^pN!%Y}eJ8?3-V5;aTv9(6|?#d9uMp zTP0ZJ)^#Qp{luB7Y{vi0FO{%N5D*hD@zW zkUUB{Xj?)p4WS=jO-BiQWYQf{YY`-DlK#6@Ma5i)xj3u2{uOrH*1*D#g0B%d(N7|F zFXmNiZ(^AC{(W3Q@E`g|gzq-$b+pr!WIiAv8Rav1+a*WY$m=g`pLJ99S1H)V(i*dU zW&fa+Mdc~n!N~^fhlly_mQoYv8PL_&B&)RGx~757%2(#+8I9mK|BtAZ_MWNpExilT zY*WJS$gIN0-8mgvCU~GlR=}h9TXBtnmDwRV_>#f>lDDp0+zaZ6xUqom!^bt^xi^ph zfG!?@xD7qGIz%^|^j|h0>Rsi&rq935)k13UC!je$xRa9cmkN#e6UwDGaMCV54SV#sV4{G0ZGjtq*wJ}E9`2oJ6xVM%@p;O2F~QsHw~a~73$`_^>xr;_K2qB zlocg!Y4a~X#lsaVmZ!@8m8;|K7E;!Ejf|AmP?6c8E$7=}9ti=;LNFrhMmb}Vg+G;s z1lE2-^$@WMmv50L#E&|WnptT38{BqVh^k@sa;etoO{+_o&p)o*fPaF5eXk8UE+iZJu%G3~n_ZY$2 zPL7VG;>I$aVpD0A)NvpkQ@yjXEkSwkQ}V{FtR<1le%vf62{v%)}P zomAA2Bh?nN*-YwnHD8-vG+!_1KEk15UOwmn!Q6X1d<;?%k01fD~Y9uLs zPmn%C-r@JvZwKoCh_$@uys78{(gO;H+5lBE`SowW%%c#8pAdS^fc3((S2WbS5md%Q zocoA@1MRx~4LIMsKJcfU48rwOO0Mnr{0uJzaVeC?lwgDliBO>U_vbdgwwrXMA6gjt zs&NNT7_^8t+Us1F0X982m1%jmze%v!Lg^18IdCYg?D<_f>4Xfi!?^~6FT#yGe5_S# zN&p_^%e`amxY-HhWGuLt5%kNspYm0CF)5_nz)2O{9`y|^Zkvf7Dl^aQ3kApFatTnq zxUMz-lcX(U6xJ4D^qRH#IUk->@?L=9kG8)Fy$C_CR_&=-v!KY{3lZsVsMBMC=a2mL zs~ql)j#kn-!scjCEBu;e=4kPt)sVlm&G6F<~Wr=TSNVoHRu;R37uqX>iXpf)E=?k6r#c{UQ*0ge$-2PndtwvFkf>t5(DUN>k7|{JR zB1d#uL#AZ0%pV&HL#iGCeYp=1U*`50j)qF`YeJ8A>Xsb^^*MBd=q5-Vcey&7JfMtuQ$-`jb37Zr%(6T;!Eafz-mB=T;}%S^bKTmjddAWL?^ z6y2iJjD1#y<7^Ou?4P@`Wv~2YoBX4buvqV#zRbdSk&T<$n+`LW2GMXH@o;>HvY|EC zJf9rtwPD`Q_iK~&@LtuMz0G^#XlukK7jMZVQ4bKBBS(?7m<7wk{rGPk)nsrBw0q>K zrhm+#*!r?5K4&2dMWq(!C=Qy)D{_(`@8bWpoPH{c{%8?AeU5_@uY7+QV8ZuyFDOjl zR$Mzz#)vPFFj_7qxX)7igEcX;yNQ%~oW93<&J>N$(3n$g3~{3YayZR>?r`S3j0)VO zwY%#1cv2Y9=Y@sQCGiM5;ivT087z6QxHSpqwb@(yXX~L1vatNKKT?bs?$>hULofP9 z@)}rgt)E-cB!(?Prikkx9LES0R?Y6o{=?8Or{(8-)zAf^wa(WugI0~S;dOMMHw@HP zPyQ>O(9&>XNOEKVY!=*-ou%S}(AVjXYdc4qW@hsk+(PV-(qdWMXZoA()yl;jRPx@l zptfb2dNLiEf4PUQ3yrQjpCEw59@jW8cTi6X{|MaUhe_*);C%LXYPcwWf}G0n1{3)~ zbXvjk*f%ie%o3;j#tutU^*5Sd} z>!R;ur!^U!Gyd{K!uU{yLkFeYS2Ta?Ia^Y0ejX$Qbe?~XUL(YhsY125aA$*2-vpm^ zhuTY>h?7&CqkxY8lz0=`2j+f&si%mloh}EnPuL{wZ3|1%CenSg!@dqBHPEOmRG5&y@9dU8)?PxybK_4TvAA zKK@?x;)Tu6>Imw}C-^(!PuRaWLL^;uU!#`qpvk!;Ibx8(Ms3ixj^nQt2p4*L*6wL@ zdRxs&gvym9PQhf1^rWB}vGXPiMQt6D#RomKXW9)^^d!UPTYj42)~6l6bYxE+Mht*( z3w?}YnP6)B!8z4w0!^jJF`qPT!BtYj%%jsmR1k~kWDP4aC*SmY2^f=_^Wp@&8dpR| z%$DnjF$;KRVx3Kl+5B=&YgU^h`(9bsWSUoI=9_L z8y^u=L+X!&?2utjKYc-*@)h2psX)_!2j*JuKFrLj^!rj zIC`u#01MQS0;k-{?Qvd3dvDi%Hna>?e@r>sFHgN6;tApueuEHvM)L`+DG^?_!Z!gj z)~Vh}eAUZPs7xMNOCz4%P2GfnhlU=(sQs|YmS zgEOw=E!7OJ^(&q9KErE18$KksRl&-e?Su|_W-HrWQ$(;qV5}PZ9qRD zFl4?xpyGn@N||(lIf?3A>5p@nUV0(v*>1vWDGiGDQ;bN_G1z<>?seO$!{@tK%2$`@ z62$;nGKZNP_JN%}u(O?S8^ zed6DMb1e3eqEcalO>Z|B1L(^U-d_tZ^u3#S6Y+pXkzH$>5MKd-He>u`7oD1zOy+XM z!HHt~(%T>p><)#}oqY1Wb8Z?NfKRSTWc}I3?7Py-jdHS=jcInxY*7DRJ#9@{I`LOW zqz4ONdtDFeql6sZ&k;fI=(&eqr0I8=V^}X$TfzD6yb)(^PEM z+X7+9q#Y&TU?syO@;%uTG@i}p7~_HTyYBw-Eq+f^sDQ!GmEU^a$DV;J7NPfdTU~jN zzd8%tM6RHwGy2sq5FOqm*EU=3qkhCynY@HS!Ry9);<`n0A(rku7VUyKPuER zZqhQDq$lx|M}oLaGmc@v@#teYfgr(UnlRsGg_GvzD`J0k<5}!C6mZ%$>fz1IR_MrT6K zVWNvCUgGl(QhkfBm^)qQ?rZs+Gg8VtpUeO4GzHX4mngs^N(_|Cq(uS=1dortijDtE z?V)lZWUW%OUiG(PI}5?d_+?CIGK_ID+-0iMG~9s|Sd6T|Ft zu{e>Rx0cm`-vnUd3Xht!-JLJhEVG$1-~$ivro8O`qnu#E!$^kp9fPwRM}Dx-`j>;daM@okr$ngnCg&xp%Q^uKt(M<< zxmvALoJs)mL#dL^h$h{hU;Aah2bn$1Vl*mM4ynF)5U$HjgWePOHCmO zFY57E9rIkgsMdiYbsDAgs!x1-v`W;ujDLCYfwU5mNNao`mi8f=D&GG!SQkJiHF49B T7%7SqO5$m%K7CxTjEMRVW_a8G diff --git a/qdarkstyle/dark/XNIDLGen.png b/qdarkstyle/dark/XNIDLGen.png deleted file mode 100755 index b5602b76e60008f1622efe7fa36fff010f94103d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 5420 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 E0PhXcQ|{WfhS;JsO!eqhekA#x03BAr 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 J3dQHB{{eZ@9uNQk diff --git a/qdarkstyle/dark/XNRunner.png b/qdarkstyle/dark/XNRunner.png deleted file mode 100755 index 741ee8e579e6790ddcef410dc277947af98d6e2d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2823 zcmV+i3;6VjP)Px@#~%uyz(xf;+MoamY*qk3hz=BZK>+|E zJWv2YhyfHxQ-B>LO*eXVq5yz&;%JtcrT~DX=|-NRbf^8; zVZMGiyqZ29BlM_%DM0ov<{w>fr}-VRhGpr(HT6q=bz2_M3?S>8!`+k@8(7L~+>Qk^ zfb5-rx!YWjmlAw{#b4c@9GsQ1z_@iQU;>a|{`m4Pcz>xUCA*5A_O>mX03_|ys+6!{ z;e$J)urH-=UE`VnWbb?)?8!#@WzQ$_Gg1d+byFU8?&OyqYY|Xlm1?n_Iw1P>N32`d zpe)_v^~1@VMQktH)vbU!Ao(r^r5ph$Qc7E}10cy>0F-3uD(a{Yh|2v(P7hI|%$r1kt8<0g&k$3XVV#FDUlPlnx*q@lNwI z4?s@SZ$xh;Kse$Z;iC;r*-fTvxP1fw*{+f87Stw1{UZ)Y-w!F4@+G@TDP_e0;SQvf zD_0dI_a>R;6$hm4*K9L;Cuult;ge+B&`AN14qmg(>7mrI*iBNE`>CHiARO^#aa`OW z!*25JEl&u?sr6hd07=)blAaXsQyirL2zMY;9G2df-6TajQ9wB2O>t4qKI|rA)f5GU zBi^y@Db$_m&pq3ZS@{`~a(&laIK|?UP(IjGEs}B#%83EOx3E$J zRkz>p#mB$iAH3C_g`RamK;}oY;BNGmisf_#`n@v&ko2hOtY@Domlz;CX3`2zeHHKk z(n{QluA`sbL<|sKwH1wE8DkyXnFs>HtF|&xD{ZCilnX$lo)~0+0yz(j=1t6{cK5fbb-5rVwjjn7UFf0BIoP>RUoRzuXHT^+i`B zGp?g90gy(*t=?tWPPs$?;a!k=!&heJcHdY85Sa+T%2owzrd$BB)p0bCRKVItA^=3v z``C(9z)oEPAdxPknY02nQZ5ldc->YyxEivjeESX{4aHKsOVLZY0HochYHVdXN5KHn zSQxdv9QnEgK-!L|23Hpr_wNs1OD#+Y5I*@M<AH;dFtmHzxzq&v9^;pv6Q(FL{sXn$hDvn$0O6wzkT6C8>60n|8RH$=Dk`8? zjBi>rJBVU9VETsw+Qm445RG;fFi?!E0j?lEs~GJkDPXl2C&ilNRyt=Vl?qt8 z{2L>nP>Ka0W1P}f+j{B^c96Cr&-`j?t2fjD84T~8&x3i7GQoTbR9J5)1M=n0IlrIJ z1B_%-fjaItVzm>gL59h^I-lQo=Z<10M!WhHXd$I~sycww7l$@y+(=3VAU4CR;#swo zQmFyLr++GDVB^&5KEjRhh**lnuS~_bqoOvArc{bM2p?{!DEwcTYTGH58X&xv-U1%& zr&MZy@W^}RfOL{lDFVXtSal-OS4ssSbw;VmtcQ!g;2)2reriBvkz0(4onq}?u!C3( zfQ@tNG^JA8K?cJ-uvh~keWz5)fbhVgWkgzhmTIcrVky=zQ65;F>aKGAC4cv?+$!>q z3?TV6t!%{p?l#6aNE8qrHyPs^fwmOlTSW$ttrE4^fI>XhtD=B#n;z?yg6#}{2e;s= zlZO@tgu9SrPfhN~u8|@kfTXBaSs#vX(;X%X$ojI7yO4BujqMp0KDe{59}cg^_N4t< z0dYXM3y}#uc8xqb14ten4UG~OZdHgMoEe%_wNnuXgu9S(vBIvAUt4iNc(X9S6P;t% zD50uK4Z>YWURSbfw=HS#e17wBVMcgEmd|90Eu)YyGEo? z<(jDg!cp(b4&`$@5giE^mvj*Iwc+6)9on&($h&6>D2U4 z)fqtzkYTy)7wSB5s}t7wtO7_rEq@+~I-``bqT{Lp(&R}NV2B2AX=AE@v{a~5fR_$c zo$-|cX`xW(>*zY6D`Qm^ko6-cwSGvBlPQ@H)wQAyNPQ<+e63J7WM!?Z15!_+4j8hb zX~UX2AodG&z_1ajIR{|Cco^g7b@EmsmRYi93t>0%fUDwt zHv4V$Gh@y@~J diff --git a/qdarkstyle/dark/XNSim.png b/qdarkstyle/dark/XNSim.png deleted file mode 100755 index 92c5fbc9b526037ed89fca4bd8bf9c658d930b2f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 34744 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 diff --git a/qdarkstyle/dark/XNSysMonitor.png b/qdarkstyle/dark/XNSysMonitor.png deleted file mode 100755 index 99515b098f4c6546ae717592146e420051f5e35a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 7747 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 diff --git a/qdarkstyle/dark/XNWrapper.png b/qdarkstyle/dark/XNWrapper.png deleted file mode 100755 index 2c85ee4bfbb99505444fd70dc0db0cce2593f0a2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4192 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 bd_Pr37LM$Aeh#328G!IwhPVn1hw%RZ1Hhcl diff --git a/qdarkstyle/dark/darkstyle.qrc b/qdarkstyle/dark/darkstyle.qrc deleted file mode 100755 index b216d13..0000000 --- a/qdarkstyle/dark/darkstyle.qrc +++ /dev/null @@ -1,232 +0,0 @@ - - - - rc/arrow_down.png - rc/arrow_down@2x.png - rc/arrow_down_disabled.png - rc/arrow_down_disabled@2x.png - rc/arrow_down_focus.png - rc/arrow_down_focus@2x.png - rc/arrow_down_pressed.png - rc/arrow_down_pressed@2x.png - rc/arrow_left.png - rc/arrow_left@2x.png - rc/arrow_left_disabled.png - rc/arrow_left_disabled@2x.png - rc/arrow_left_focus.png - rc/arrow_left_focus@2x.png - rc/arrow_left_pressed.png - rc/arrow_left_pressed@2x.png - rc/arrow_right.png - rc/arrow_right@2x.png - rc/arrow_right_disabled.png - rc/arrow_right_disabled@2x.png - rc/arrow_right_focus.png - rc/arrow_right_focus@2x.png - rc/arrow_right_pressed.png - rc/arrow_right_pressed@2x.png - rc/arrow_up.png - rc/arrow_up@2x.png - rc/arrow_up_disabled.png - rc/arrow_up_disabled@2x.png - rc/arrow_up_focus.png - rc/arrow_up_focus@2x.png - rc/arrow_up_pressed.png - rc/arrow_up_pressed@2x.png - rc/base_icon.png - rc/base_icon@2x.png - rc/base_icon_disabled.png - rc/base_icon_disabled@2x.png - rc/base_icon_focus.png - rc/base_icon_focus@2x.png - rc/base_icon_pressed.png - rc/base_icon_pressed@2x.png - rc/branch_closed.png - rc/branch_closed@2x.png - rc/branch_closed_disabled.png - rc/branch_closed_disabled@2x.png - rc/branch_closed_focus.png - rc/branch_closed_focus@2x.png - rc/branch_closed_pressed.png - rc/branch_closed_pressed@2x.png - rc/branch_end.png - rc/branch_end@2x.png - rc/branch_end_disabled.png - rc/branch_end_disabled@2x.png - rc/branch_end_focus.png - rc/branch_end_focus@2x.png - rc/branch_end_pressed.png - rc/branch_end_pressed@2x.png - rc/branch_line.png - rc/branch_line@2x.png - rc/branch_line_disabled.png - rc/branch_line_disabled@2x.png - rc/branch_line_focus.png - rc/branch_line_focus@2x.png - rc/branch_line_pressed.png - rc/branch_line_pressed@2x.png - rc/branch_more.png - rc/branch_more@2x.png - rc/branch_more_disabled.png - rc/branch_more_disabled@2x.png - rc/branch_more_focus.png - rc/branch_more_focus@2x.png - rc/branch_more_pressed.png - rc/branch_more_pressed@2x.png - rc/branch_open.png - rc/branch_open@2x.png - rc/branch_open_disabled.png - rc/branch_open_disabled@2x.png - rc/branch_open_focus.png - rc/branch_open_focus@2x.png - rc/branch_open_pressed.png - rc/branch_open_pressed@2x.png - rc/checkbox_checked.png - rc/checkbox_checked@2x.png - rc/checkbox_checked_disabled.png - rc/checkbox_checked_disabled@2x.png - rc/checkbox_checked_focus.png - rc/checkbox_checked_focus@2x.png - rc/checkbox_checked_pressed.png - rc/checkbox_checked_pressed@2x.png - rc/checkbox_indeterminate.png - rc/checkbox_indeterminate@2x.png - rc/checkbox_indeterminate_disabled.png - rc/checkbox_indeterminate_disabled@2x.png - rc/checkbox_indeterminate_focus.png - rc/checkbox_indeterminate_focus@2x.png - rc/checkbox_indeterminate_pressed.png - rc/checkbox_indeterminate_pressed@2x.png - rc/checkbox_unchecked.png - rc/checkbox_unchecked@2x.png - rc/checkbox_unchecked_disabled.png - rc/checkbox_unchecked_disabled@2x.png - rc/checkbox_unchecked_focus.png - rc/checkbox_unchecked_focus@2x.png - rc/checkbox_unchecked_pressed.png - rc/checkbox_unchecked_pressed@2x.png - rc/line_horizontal.png - rc/line_horizontal@2x.png - rc/line_horizontal_disabled.png - rc/line_horizontal_disabled@2x.png - rc/line_horizontal_focus.png - rc/line_horizontal_focus@2x.png - rc/line_horizontal_pressed.png - rc/line_horizontal_pressed@2x.png - rc/line_vertical.png - rc/line_vertical@2x.png - rc/line_vertical_disabled.png - rc/line_vertical_disabled@2x.png - rc/line_vertical_focus.png - rc/line_vertical_focus@2x.png - rc/line_vertical_pressed.png - rc/line_vertical_pressed@2x.png - rc/radio_checked.png - rc/radio_checked@2x.png - rc/radio_checked_disabled.png - rc/radio_checked_disabled@2x.png - rc/radio_checked_focus.png - rc/radio_checked_focus@2x.png - rc/radio_checked_pressed.png - rc/radio_checked_pressed@2x.png - rc/radio_unchecked.png - rc/radio_unchecked@2x.png - rc/radio_unchecked_disabled.png - rc/radio_unchecked_disabled@2x.png - rc/radio_unchecked_focus.png - rc/radio_unchecked_focus@2x.png - rc/radio_unchecked_pressed.png - rc/radio_unchecked_pressed@2x.png - rc/toolbar_move_horizontal.png - rc/toolbar_move_horizontal@2x.png - rc/toolbar_move_horizontal_disabled.png - rc/toolbar_move_horizontal_disabled@2x.png - rc/toolbar_move_horizontal_focus.png - rc/toolbar_move_horizontal_focus@2x.png - rc/toolbar_move_horizontal_pressed.png - rc/toolbar_move_horizontal_pressed@2x.png - rc/toolbar_move_vertical.png - rc/toolbar_move_vertical@2x.png - rc/toolbar_move_vertical_disabled.png - rc/toolbar_move_vertical_disabled@2x.png - rc/toolbar_move_vertical_focus.png - rc/toolbar_move_vertical_focus@2x.png - rc/toolbar_move_vertical_pressed.png - rc/toolbar_move_vertical_pressed@2x.png - rc/toolbar_separator_horizontal.png - rc/toolbar_separator_horizontal@2x.png - rc/toolbar_separator_horizontal_disabled.png - rc/toolbar_separator_horizontal_disabled@2x.png - rc/toolbar_separator_horizontal_focus.png - rc/toolbar_separator_horizontal_focus@2x.png - rc/toolbar_separator_horizontal_pressed.png - rc/toolbar_separator_horizontal_pressed@2x.png - rc/toolbar_separator_vertical.png - rc/toolbar_separator_vertical@2x.png - rc/toolbar_separator_vertical_disabled.png - rc/toolbar_separator_vertical_disabled@2x.png - rc/toolbar_separator_vertical_focus.png - rc/toolbar_separator_vertical_focus@2x.png - rc/toolbar_separator_vertical_pressed.png - rc/toolbar_separator_vertical_pressed@2x.png - rc/transparent.png - rc/transparent@2x.png - rc/transparent_disabled.png - rc/transparent_disabled@2x.png - rc/transparent_focus.png - rc/transparent_focus@2x.png - rc/transparent_pressed.png - rc/transparent_pressed@2x.png - rc/window_close.png - rc/window_close@2x.png - rc/window_close_disabled.png - rc/window_close_disabled@2x.png - rc/window_close_focus.png - rc/window_close_focus@2x.png - rc/window_close_pressed.png - rc/window_close_pressed@2x.png - rc/window_grip.png - rc/window_grip@2x.png - rc/window_grip_disabled.png - rc/window_grip_disabled@2x.png - rc/window_grip_focus.png - rc/window_grip_focus@2x.png - rc/window_grip_pressed.png - rc/window_grip_pressed@2x.png - rc/window_minimize.png - rc/window_minimize@2x.png - rc/window_minimize_disabled.png - rc/window_minimize_disabled@2x.png - rc/window_minimize_focus.png - rc/window_minimize_focus@2x.png - rc/window_minimize_pressed.png - rc/window_minimize_pressed@2x.png - rc/window_undock.png - rc/window_undock@2x.png - rc/window_undock_disabled.png - rc/window_undock_disabled@2x.png - rc/window_undock_focus.png - rc/window_undock_focus@2x.png - rc/window_undock_pressed.png - rc/window_undock_pressed@2x.png - rc/braces-fill.png - rc/brackets-line.png - rc/model.png - rc/namespace.png - rc/fx.png - rc/chevron-right.png - rc/chevron-down.png - - - darkstyle.qss - - - XNRunner.png - XNMonitor.png - XNSim.png - XNIDLGen.png - XNSysMonitor.png - XNWrapper.png - XNEditor.png - - diff --git a/qdarkstyle/dark/darkstyle.qss b/qdarkstyle/dark/darkstyle.qss deleted file mode 100755 index bc04b91..0000000 --- a/qdarkstyle/dark/darkstyle.qss +++ /dev/null @@ -1,2216 +0,0 @@ -/* --------------------------------------------------------------------------- - - WARNING! File created programmatically. All changes made in this file will be lost! - - Created by the qtsass compiler v0.4.0 - - The definitions are in the "qdarkstyle.qss._styles.scss" module - ---------------------------------------------------------------------------- */ -/* Light Style - QDarkStyleSheet ------------------------------------------ */ -/* - -See Qt documentation: - - - https://doc.qt.io/qt-5/stylesheet.html - - https://doc.qt.io/qt-5/stylesheet-reference.html - - https://doc.qt.io/qt-5/stylesheet-examples.html - ---------------------------------------------------------------------------- */ -/* Reset elements ------------------------------------------------------------ - -Resetting everything helps to unify styles across different operating systems - ---------------------------------------------------------------------------- */ -* { - padding: 0px; - margin: 0px; - border: 0px; - border-style: none; - border-image: none; - outline: 0; -} - -/* specific reset for elements inside QToolBar */ -QToolBar * { - margin: 0px; - padding: 0px; -} - -/* QWidget ---------------------------------------------------------------- - ---------------------------------------------------------------------------- */ -QWidget { - background-color: #19232D; - border: 0px solid #455364; - padding: 0px; - color: #DFE1E2; - selection-background-color: #346792; - selection-color: #DFE1E2; -} - -QWidget:disabled { - background-color: #19232D; - color: #788D9C; - selection-background-color: #26486B; - selection-color: #788D9C; -} - -QWidget::item:selected { - background-color: #346792; -} - -QWidget::item:hover:!selected { - background-color: #1A72BB; -} - -/* QMainWindow ------------------------------------------------------------ - -This adjusts the splitter in the dock widget, not qsplitter -https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qmainwindow - ---------------------------------------------------------------------------- */ -QMainWindow::separator { - background-color: #455364; - border: 0px solid #19232D; - spacing: 0px; - padding: 2px; -} - -QMainWindow::separator:hover { - background-color: #60798B; - border: 0px solid #1A72BB; -} - -QMainWindow::separator:horizontal { - width: 5px; - margin-top: 2px; - margin-bottom: 2px; - image: url(":/qss_icons/dark/rc/toolbar_separator_vertical.png"); -} - -QMainWindow::separator:vertical { - height: 5px; - margin-left: 2px; - margin-right: 2px; - image: url(":/qss_icons/dark/rc/toolbar_separator_horizontal.png"); -} - -/* QToolTip --------------------------------------------------------------- - -https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qtooltip - ---------------------------------------------------------------------------- */ -QToolTip { - background-color: #346792; - color: #DFE1E2; - /* If you remove the border property, background stops working on Windows */ - border: none; - /* Remove padding, for fix combo box tooltip */ - padding: 0px; - /* Remove opacity, fix #174 - may need to use RGBA */ -} - -/* QStatusBar ------------------------------------------------------------- - -https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qstatusbar - ---------------------------------------------------------------------------- */ -QStatusBar { - border: 1px solid #455364; - /* Fixes Spyder #9120, #9121 */ - background: #455364; - /* Fixes #205, white vertical borders separating items */ -} - -QStatusBar::item { - border: none; -} - -QStatusBar QToolTip { - background-color: #1A72BB; - border: 1px solid #19232D; - color: #19232D; - /* Remove padding, for fix combo box tooltip */ - padding: 0px; - /* Reducing transparency to read better */ - opacity: 230; -} - -QStatusBar QLabel { - /* Fixes Spyder #9120, #9121 */ - background: transparent; -} - -/* QCheckBox -------------------------------------------------------------- - -https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qcheckbox - ---------------------------------------------------------------------------- */ -QCheckBox { - background-color: #19232D; - color: #DFE1E2; - spacing: 4px; - outline: none; - padding-top: 4px; - padding-bottom: 4px; -} - -QCheckBox:focus { - border: none; -} - -QCheckBox QWidget:disabled { - background-color: #19232D; - color: #788D9C; -} - -QCheckBox::indicator { - margin-left: 2px; - height: 14px; - width: 14px; -} - -QCheckBox::indicator:unchecked { - image: url(":/qss_icons/dark/rc/checkbox_unchecked.png"); -} - -QCheckBox::indicator:unchecked:hover, QCheckBox::indicator:unchecked:focus, QCheckBox::indicator:unchecked:pressed { - border: none; - image: url(":/qss_icons/dark/rc/checkbox_unchecked_focus.png"); -} - -QCheckBox::indicator:unchecked:disabled { - image: url(":/qss_icons/dark/rc/checkbox_unchecked_disabled.png"); -} - -QCheckBox::indicator:checked { - image: url(":/qss_icons/dark/rc/checkbox_checked.png"); -} - -QCheckBox::indicator:checked:hover, QCheckBox::indicator:checked:focus, QCheckBox::indicator:checked:pressed { - border: none; - image: url(":/qss_icons/dark/rc/checkbox_checked_focus.png"); -} - -QCheckBox::indicator:checked:disabled { - image: url(":/qss_icons/dark/rc/checkbox_checked_disabled.png"); -} - -QCheckBox::indicator:indeterminate { - image: url(":/qss_icons/dark/rc/checkbox_indeterminate.png"); -} - -QCheckBox::indicator:indeterminate:disabled { - image: url(":/qss_icons/dark/rc/checkbox_indeterminate_disabled.png"); -} - -QCheckBox::indicator:indeterminate:focus, QCheckBox::indicator:indeterminate:hover, QCheckBox::indicator:indeterminate:pressed { - image: url(":/qss_icons/dark/rc/checkbox_indeterminate_focus.png"); -} - -/* QGroupBox -------------------------------------------------------------- - -https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qgroupbox - ---------------------------------------------------------------------------- */ -QGroupBox { - font-weight: bold; - border: 1px solid #455364; - border-radius: 4px; - padding: 2px; - margin-top: 6px; - margin-bottom: 4px; -} - -QGroupBox::title { - subcontrol-origin: margin; - subcontrol-position: top left; - left: 4px; - padding-left: 2px; - padding-right: 4px; - padding-top: -4px; -} - -QGroupBox::indicator { - margin-left: 2px; - margin-top: 2px; - padding: 0; - height: 14px; - width: 14px; -} - -QGroupBox::indicator:unchecked { - border: none; - image: url(":/qss_icons/dark/rc/checkbox_unchecked.png"); -} - -QGroupBox::indicator:unchecked:hover, QGroupBox::indicator:unchecked:focus, QGroupBox::indicator:unchecked:pressed { - border: none; - image: url(":/qss_icons/dark/rc/checkbox_unchecked_focus.png"); -} - -QGroupBox::indicator:unchecked:disabled { - image: url(":/qss_icons/dark/rc/checkbox_unchecked_disabled.png"); -} - -QGroupBox::indicator:checked { - border: none; - image: url(":/qss_icons/dark/rc/checkbox_checked.png"); -} - -QGroupBox::indicator:checked:hover, QGroupBox::indicator:checked:focus, QGroupBox::indicator:checked:pressed { - border: none; - image: url(":/qss_icons/dark/rc/checkbox_checked_focus.png"); -} - -QGroupBox::indicator:checked:disabled { - image: url(":/qss_icons/dark/rc/checkbox_checked_disabled.png"); -} - -/* QRadioButton ----------------------------------------------------------- - -https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qradiobutton - ---------------------------------------------------------------------------- */ -QRadioButton { - background-color: #19232D; - color: #DFE1E2; - spacing: 4px; - padding-top: 4px; - padding-bottom: 4px; - border: none; - outline: none; -} - -QRadioButton:focus { - border: none; -} - -QRadioButton:disabled { - background-color: #19232D; - color: #788D9C; - border: none; - outline: none; -} - -QRadioButton QWidget { - background-color: #19232D; - color: #DFE1E2; - spacing: 0px; - padding: 0px; - outline: none; - border: none; -} - -QRadioButton::indicator { - border: none; - outline: none; - margin-left: 2px; - height: 14px; - width: 14px; -} - -QRadioButton::indicator:unchecked { - image: url(":/qss_icons/dark/rc/radio_unchecked.png"); -} - -QRadioButton::indicator:unchecked:hover, QRadioButton::indicator:unchecked:focus, QRadioButton::indicator:unchecked:pressed { - border: none; - outline: none; - image: url(":/qss_icons/dark/rc/radio_unchecked_focus.png"); -} - -QRadioButton::indicator:unchecked:disabled { - image: url(":/qss_icons/dark/rc/radio_unchecked_disabled.png"); -} - -QRadioButton::indicator:checked { - border: none; - outline: none; - image: url(":/qss_icons/dark/rc/radio_checked.png"); -} - -QRadioButton::indicator:checked:hover, QRadioButton::indicator:checked:focus, QRadioButton::indicator:checked:pressed { - border: none; - outline: none; - image: url(":/qss_icons/dark/rc/radio_checked_focus.png"); -} - -QRadioButton::indicator:checked:disabled { - outline: none; - image: url(":/qss_icons/dark/rc/radio_checked_disabled.png"); -} - -/* QMenuBar --------------------------------------------------------------- - -https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qmenubar - ---------------------------------------------------------------------------- */ -QMenuBar { - background-color: #455364; - padding: 2px; - border: 1px solid #19232D; - color: #DFE1E2; - selection-background-color: #1A72BB; -} - -QMenuBar:focus { - border: 1px solid #346792; -} - -QMenuBar::item { - background: transparent; - padding: 4px; -} - -QMenuBar::item:selected { - padding: 4px; - background: transparent; - border: 0px solid #455364; - background-color: #1A72BB; -} - -QMenuBar::item:pressed { - padding: 4px; - border: 0px solid #455364; - background-color: #1A72BB; - color: #DFE1E2; - margin-bottom: 0px; - padding-bottom: 0px; -} - -/* QMenu ------------------------------------------------------------------ - -https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qmenu - ---------------------------------------------------------------------------- */ -QMenu { - border: 0px solid #455364; - color: #DFE1E2; - margin: 0px; - background-color: #37414F; - selection-background-color: #1A72BB; -} - -QMenu::separator { - height: 1px; - background-color: #60798B; - color: #DFE1E2; -} - -QMenu::item { - background-color: #37414F; - padding: 4px 24px 4px 28px; - /* Reserve space for selection border */ - border: 1px transparent #455364; -} - -QMenu::item:selected { - color: #DFE1E2; - background-color: #1A72BB; -} - -QMenu::item:pressed { - background-color: #1A72BB; -} - -QMenu::icon { - padding-left: 10px; - width: 14px; - height: 14px; -} - -QMenu::indicator { - padding-left: 8px; - width: 12px; - height: 12px; - /* non-exclusive indicator = check box style indicator (see QActionGroup::setExclusive) */ - /* exclusive indicator = radio button style indicator (see QActionGroup::setExclusive) */ -} - -QMenu::indicator:non-exclusive:unchecked { - image: url(":/qss_icons/dark/rc/checkbox_unchecked.png"); -} - -QMenu::indicator:non-exclusive:unchecked:hover, QMenu::indicator:non-exclusive:unchecked:focus, QMenu::indicator:non-exclusive:unchecked:pressed { - border: none; - image: url(":/qss_icons/dark/rc/checkbox_unchecked_focus.png"); -} - -QMenu::indicator:non-exclusive:unchecked:disabled { - image: url(":/qss_icons/dark/rc/checkbox_unchecked_disabled.png"); -} - -QMenu::indicator:non-exclusive:checked { - image: url(":/qss_icons/dark/rc/checkbox_checked.png"); -} - -QMenu::indicator:non-exclusive:checked:hover, QMenu::indicator:non-exclusive:checked:focus, QMenu::indicator:non-exclusive:checked:pressed { - border: none; - image: url(":/qss_icons/dark/rc/checkbox_checked_focus.png"); -} - -QMenu::indicator:non-exclusive:checked:disabled { - image: url(":/qss_icons/dark/rc/checkbox_checked_disabled.png"); -} - -QMenu::indicator:non-exclusive:indeterminate { - image: url(":/qss_icons/dark/rc/checkbox_indeterminate.png"); -} - -QMenu::indicator:non-exclusive:indeterminate:disabled { - image: url(":/qss_icons/dark/rc/checkbox_indeterminate_disabled.png"); -} - -QMenu::indicator:non-exclusive:indeterminate:focus, QMenu::indicator:non-exclusive:indeterminate:hover, QMenu::indicator:non-exclusive:indeterminate:pressed { - image: url(":/qss_icons/dark/rc/checkbox_indeterminate_focus.png"); -} - -QMenu::indicator:exclusive:unchecked { - image: url(":/qss_icons/dark/rc/radio_unchecked.png"); -} - -QMenu::indicator:exclusive:unchecked:hover, QMenu::indicator:exclusive:unchecked:focus, QMenu::indicator:exclusive:unchecked:pressed { - border: none; - outline: none; - image: url(":/qss_icons/dark/rc/radio_unchecked_focus.png"); -} - -QMenu::indicator:exclusive:unchecked:disabled { - image: url(":/qss_icons/dark/rc/radio_unchecked_disabled.png"); -} - -QMenu::indicator:exclusive:checked { - border: none; - outline: none; - image: url(":/qss_icons/dark/rc/radio_checked.png"); -} - -QMenu::indicator:exclusive:checked:hover, QMenu::indicator:exclusive:checked:focus, QMenu::indicator:exclusive:checked:pressed { - border: none; - outline: none; - image: url(":/qss_icons/dark/rc/radio_checked_focus.png"); -} - -QMenu::indicator:exclusive:checked:disabled { - outline: none; - image: url(":/qss_icons/dark/rc/radio_checked_disabled.png"); -} - -QMenu::right-arrow { - margin: 5px; - padding-left: 12px; - image: url(":/qss_icons/dark/rc/arrow_right.png"); - height: 12px; - width: 12px; -} - -/* QAbstractItemView ------------------------------------------------------ - -https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qcombobox - ---------------------------------------------------------------------------- */ -QAbstractItemView { - alternate-background-color: #19232D; - color: #DFE1E2; - border: 1px solid #455364; - border-radius: 4px; -} - -QAbstractItemView QLineEdit { - padding: 2px; -} - -/* QAbstractScrollArea ---------------------------------------------------- - -https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qabstractscrollarea - ---------------------------------------------------------------------------- */ -QAbstractScrollArea { - background-color: #19232D; - border: 1px solid #455364; - border-radius: 4px; - /* fix #159 */ - padding: 2px; - /* remove min-height to fix #244 */ - color: #DFE1E2; -} - -QAbstractScrollArea:disabled { - color: #788D9C; -} - -/* QScrollArea ------------------------------------------------------------ - ---------------------------------------------------------------------------- */ -QScrollArea QWidget QWidget:disabled { - background-color: #19232D; -} - -/* QScrollBar ------------------------------------------------------------- - -https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qscrollbar - ---------------------------------------------------------------------------- */ -QScrollBar:horizontal { - height: 16px; - margin: 2px 16px 2px 16px; - border: 1px solid #455364; - border-radius: 4px; - background-color: #19232D; -} - -QScrollBar:vertical { - background-color: #19232D; - width: 16px; - margin: 16px 2px 16px 2px; - border: 1px solid #455364; - border-radius: 4px; -} - -QScrollBar::handle:horizontal { - background-color: #60798B; - border: 1px solid #455364; - border-radius: 4px; - min-width: 8px; -} - -QScrollBar::handle:horizontal:hover { - background-color: #346792; - border: #346792; - border-radius: 4px; - min-width: 8px; -} - -QScrollBar::handle:horizontal:focus { - border: 1px solid #1A72BB; -} - -QScrollBar::handle:vertical { - background-color: #60798B; - border: 1px solid #455364; - min-height: 8px; - border-radius: 4px; -} - -QScrollBar::handle:vertical:hover { - background-color: #346792; - border: #346792; - border-radius: 4px; - min-height: 8px; -} - -QScrollBar::handle:vertical:focus { - border: 1px solid #1A72BB; -} - -QScrollBar::add-line:horizontal { - margin: 0px 0px 0px 0px; - border-image: url(":/qss_icons/dark/rc/arrow_right_disabled.png"); - height: 12px; - width: 12px; - subcontrol-position: right; - subcontrol-origin: margin; -} - -QScrollBar::add-line:horizontal:hover, QScrollBar::add-line:horizontal:on { - border-image: url(":/qss_icons/dark/rc/arrow_right.png"); - height: 12px; - width: 12px; - subcontrol-position: right; - subcontrol-origin: margin; -} - -QScrollBar::add-line:vertical { - margin: 3px 0px 3px 0px; - border-image: url(":/qss_icons/dark/rc/arrow_down_disabled.png"); - height: 12px; - width: 12px; - subcontrol-position: bottom; - subcontrol-origin: margin; -} - -QScrollBar::add-line:vertical:hover, QScrollBar::add-line:vertical:on { - border-image: url(":/qss_icons/dark/rc/arrow_down.png"); - height: 12px; - width: 12px; - subcontrol-position: bottom; - subcontrol-origin: margin; -} - -QScrollBar::sub-line:horizontal { - margin: 0px 3px 0px 3px; - border-image: url(":/qss_icons/dark/rc/arrow_left_disabled.png"); - height: 12px; - width: 12px; - subcontrol-position: left; - subcontrol-origin: margin; -} - -QScrollBar::sub-line:horizontal:hover, QScrollBar::sub-line:horizontal:on { - border-image: url(":/qss_icons/dark/rc/arrow_left.png"); - height: 12px; - width: 12px; - subcontrol-position: left; - subcontrol-origin: margin; -} - -QScrollBar::sub-line:vertical { - margin: 3px 0px 3px 0px; - border-image: url(":/qss_icons/dark/rc/arrow_up_disabled.png"); - height: 12px; - width: 12px; - subcontrol-position: top; - subcontrol-origin: margin; -} - -QScrollBar::sub-line:vertical:hover, QScrollBar::sub-line:vertical:on { - border-image: url(":/qss_icons/dark/rc/arrow_up.png"); - height: 12px; - width: 12px; - subcontrol-position: top; - subcontrol-origin: margin; -} - -QScrollBar::up-arrow:horizontal, QScrollBar::down-arrow:horizontal { - background: none; -} - -QScrollBar::up-arrow:vertical, QScrollBar::down-arrow:vertical { - background: none; -} - -QScrollBar::add-page:horizontal, QScrollBar::sub-page:horizontal { - background: none; -} - -QScrollBar::add-page:vertical, QScrollBar::sub-page:vertical { - background: none; -} - -/* QTextEdit -------------------------------------------------------------- - -https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-specific-widgets - ---------------------------------------------------------------------------- */ -QTextEdit { - background-color: #19232D; - color: #DFE1E2; - border-radius: 4px; - border: 1px solid #455364; -} - -QTextEdit:focus { - border: 1px solid #1A72BB; -} - -QTextEdit:selected { - background: #346792; - color: #455364; -} - -/* QPlainTextEdit --------------------------------------------------------- - ---------------------------------------------------------------------------- */ -QPlainTextEdit { - background-color: #19232D; - color: #DFE1E2; - border-radius: 4px; - border: 1px solid #455364; -} - -QPlainTextEdit:focus { - border: 1px solid #1A72BB; -} - -QPlainTextEdit:selected { - background: #346792; - color: #455364; -} - -/* QSizeGrip -------------------------------------------------------------- - -https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qsizegrip - ---------------------------------------------------------------------------- */ -QSizeGrip { - background: transparent; - width: 12px; - height: 12px; - image: url(":/qss_icons/dark/rc/window_grip.png"); -} - -/* QStackedWidget --------------------------------------------------------- - ---------------------------------------------------------------------------- */ -QStackedWidget { - padding: 2px; - border: 1px solid #455364; - border: 1px solid #19232D; -} - -/* QToolBar --------------------------------------------------------------- - -https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qtoolbar - ---------------------------------------------------------------------------- */ -QToolBar { - background-color: #455364; - border-bottom: 1px solid #19232D; - padding: 1px; - font-weight: bold; - spacing: 2px; -} - -QToolBar:disabled { - /* Fixes #272 */ - background-color: #455364; -} - -QToolBar::handle:horizontal { - width: 16px; - image: url(":/qss_icons/dark/rc/toolbar_move_horizontal.png"); -} - -QToolBar::handle:vertical { - height: 16px; - image: url(":/qss_icons/dark/rc/toolbar_move_vertical.png"); -} - -QToolBar::separator:horizontal { - width: 16px; - image: url(":/qss_icons/dark/rc/toolbar_separator_horizontal.png"); -} - -QToolBar::separator:vertical { - height: 16px; - image: url(":/qss_icons/dark/rc/toolbar_separator_vertical.png"); -} - -QToolButton#qt_toolbar_ext_button { - background: #455364; - border: 0px; - color: #DFE1E2; - image: url(":/qss_icons/dark/rc/arrow_right.png"); -} - -/* QAbstractSpinBox ------------------------------------------------------- - ---------------------------------------------------------------------------- */ -QAbstractSpinBox { - background-color: #19232D; - border: 1px solid #455364; - color: #DFE1E2; - /* This fixes 103, 111 */ - padding-top: 2px; - /* This fixes 103, 111 */ - padding-bottom: 2px; - padding-left: 4px; - padding-right: 4px; - border-radius: 4px; - /* min-width: 5px; removed to fix 109 */ -} - -QAbstractSpinBox:up-button { - background-color: transparent #19232D; - subcontrol-origin: border; - subcontrol-position: top right; - border-left: 1px solid #455364; - border-bottom: 1px solid #455364; - border-top-left-radius: 0; - border-bottom-left-radius: 0; - margin: 1px; - width: 12px; - margin-bottom: -1px; -} - -QAbstractSpinBox::up-arrow, QAbstractSpinBox::up-arrow:disabled, QAbstractSpinBox::up-arrow:off { - image: url(":/qss_icons/dark/rc/arrow_up_disabled.png"); - height: 8px; - width: 8px; -} - -QAbstractSpinBox::up-arrow:hover { - image: url(":/qss_icons/dark/rc/arrow_up.png"); -} - -QAbstractSpinBox:down-button { - background-color: transparent #19232D; - subcontrol-origin: border; - subcontrol-position: bottom right; - border-left: 1px solid #455364; - border-top: 1px solid #455364; - border-top-left-radius: 0; - border-bottom-left-radius: 0; - margin: 1px; - width: 12px; - margin-top: -1px; -} - -QAbstractSpinBox::down-arrow, QAbstractSpinBox::down-arrow:disabled, QAbstractSpinBox::down-arrow:off { - image: url(":/qss_icons/dark/rc/arrow_down_disabled.png"); - height: 8px; - width: 8px; -} - -QAbstractSpinBox::down-arrow:hover { - image: url(":/qss_icons/dark/rc/arrow_down.png"); -} - -QAbstractSpinBox:hover { - border: 1px solid #346792; - color: #DFE1E2; -} - -QAbstractSpinBox:focus { - border: 1px solid #1A72BB; -} - -QAbstractSpinBox:selected { - background: #346792; - color: #455364; -} - -/* ------------------------------------------------------------------------ */ -/* DISPLAYS --------------------------------------------------------------- */ -/* ------------------------------------------------------------------------ */ -/* QLabel ----------------------------------------------------------------- - -https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qframe - ---------------------------------------------------------------------------- */ -QLabel { - background-color: #19232D; - border: 0px solid #455364; - padding: 2px; - margin: 0px; - color: #DFE1E2; -} - -QLabel:disabled { - background-color: #19232D; - border: 0px solid #455364; - color: #788D9C; -} - -/* QTextBrowser ----------------------------------------------------------- - -https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qabstractscrollarea - ---------------------------------------------------------------------------- */ -QTextBrowser { - background-color: #19232D; - border: 1px solid #455364; - color: #DFE1E2; - border-radius: 4px; -} - -QTextBrowser:disabled { - background-color: #19232D; - border: 1px solid #455364; - color: #788D9C; - border-radius: 4px; -} - -QTextBrowser:hover, QTextBrowser:!hover, QTextBrowser:selected, QTextBrowser:pressed { - border: 1px solid #455364; -} - -/* QGraphicsView ---------------------------------------------------------- - ---------------------------------------------------------------------------- */ -QGraphicsView { - background-color: #19232D; - border: 1px solid #455364; - color: #DFE1E2; - border-radius: 4px; -} - -QGraphicsView:disabled { - background-color: #19232D; - border: 1px solid #455364; - color: #788D9C; - border-radius: 4px; -} - -QGraphicsView:hover, QGraphicsView:!hover, QGraphicsView:selected, QGraphicsView:pressed { - border: 1px solid #455364; -} - -/* QCalendarWidget -------------------------------------------------------- - ---------------------------------------------------------------------------- */ -QCalendarWidget { - border: 1px solid #455364; - border-radius: 4px; -} - -QCalendarWidget:disabled { - background-color: #19232D; - color: #788D9C; -} - -/* QLCDNumber ------------------------------------------------------------- - ---------------------------------------------------------------------------- */ -QLCDNumber { - background-color: #19232D; - color: #DFE1E2; -} - -QLCDNumber:disabled { - background-color: #19232D; - color: #788D9C; -} - -/* QProgressBar ----------------------------------------------------------- - -https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qprogressbar - ---------------------------------------------------------------------------- */ -QProgressBar { - background-color: #19232D; - border: 1px solid #455364; - color: #DFE1E2; - border-radius: 4px; - text-align: center; -} - -QProgressBar:disabled { - background-color: #19232D; - border: 1px solid #455364; - color: #788D9C; - border-radius: 4px; - text-align: center; -} - -QProgressBar::chunk { - background-color: #346792; - color: #19232D; - border-radius: 4px; -} - -QProgressBar::chunk:disabled { - background-color: #26486B; - color: #788D9C; - border-radius: 4px; -} - -/* ------------------------------------------------------------------------ */ -/* BUTTONS ---------------------------------------------------------------- */ -/* ------------------------------------------------------------------------ */ -/* QPushButton ------------------------------------------------------------ - -https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qpushbutton - ---------------------------------------------------------------------------- */ -QPushButton { - background-color: #455364; - color: #DFE1E2; - border-radius: 4px; - padding: 2px; - outline: none; - border: none; -} - -QPushButton:disabled { - background-color: #455364; - color: #788D9C; - border-radius: 4px; - padding: 2px; -} - -QPushButton:checked { - background-color: #60798B; - border-radius: 4px; - padding: 2px; - outline: none; -} - -QPushButton:checked:disabled { - background-color: #60798B; - color: #788D9C; - border-radius: 4px; - padding: 2px; - outline: none; -} - -QPushButton:checked:selected { - background: #60798B; -} - -QPushButton:hover { - background-color: #54687A; - color: #DFE1E2; -} - -QPushButton:pressed { - background-color: #60798B; -} - -QPushButton:selected { - background: #60798B; - color: #DFE1E2; -} - -QPushButton::menu-indicator { - subcontrol-origin: padding; - subcontrol-position: bottom right; - bottom: 4px; -} - -QDialogButtonBox QPushButton { - /* Issue #194 #248 - Special case of QPushButton inside dialogs, for better UI */ - min-width: 80px; -} - -/* QToolButton ------------------------------------------------------------ - -https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qtoolbutton - ---------------------------------------------------------------------------- */ -QToolButton { - background-color: #455364; - color: #DFE1E2; - border-radius: 4px; - padding: 2px; - outline: none; - border: none; - /* The subcontrols below are used only in the DelayedPopup mode */ - /* The subcontrols below are used only in the MenuButtonPopup mode */ - /* The subcontrol below is used only in the InstantPopup or DelayedPopup mode */ -} - -QToolButton:disabled { - background-color: #455364; - color: #788D9C; - border-radius: 4px; - padding: 2px; -} - -QToolButton:checked { - background-color: #60798B; - border-radius: 4px; - padding: 2px; - outline: none; -} - -QToolButton:checked:disabled { - background-color: #60798B; - color: #788D9C; - border-radius: 4px; - padding: 2px; - outline: none; -} - -QToolButton:checked:hover { - background-color: #54687A; - color: #DFE1E2; -} - -QToolButton:checked:pressed { - background-color: #60798B; -} - -QToolButton:checked:selected { - background: #60798B; - color: #DFE1E2; -} - -QToolButton:hover { - background-color: #54687A; - color: #DFE1E2; -} - -QToolButton:pressed { - background-color: #60798B; -} - -QToolButton:selected { - background: #60798B; - color: #DFE1E2; -} - -QToolButton[popupMode="0"] { - /* Only for DelayedPopup */ - padding-right: 2px; -} - -QToolButton[popupMode="1"] { - /* Only for MenuButtonPopup */ - padding-right: 20px; -} - -QToolButton[popupMode="1"]::menu-button { - border: none; -} - -QToolButton[popupMode="1"]::menu-button:hover { - border: none; - border-left: 1px solid #455364; - border-radius: 0; -} - -QToolButton[popupMode="2"] { - /* Only for InstantPopup */ - padding-right: 2px; -} - -QToolButton::menu-button { - padding: 2px; - border-radius: 4px; - width: 12px; - border: none; - outline: none; -} - -QToolButton::menu-button:hover { - border: 1px solid #346792; -} - -QToolButton::menu-button:checked:hover { - border: 1px solid #346792; -} - -QToolButton::menu-indicator { - image: url(":/qss_icons/dark/rc/arrow_down.png"); - height: 8px; - width: 8px; - top: 0; - /* Exclude a shift for better image */ - left: -2px; - /* Shift it a bit */ -} - -QToolButton::menu-arrow { - image: url(":/qss_icons/dark/rc/arrow_down.png"); - height: 8px; - width: 8px; -} - -QToolButton::menu-arrow:hover { - image: url(":/qss_icons/dark/rc/arrow_down_focus.png"); -} - -/* QCommandLinkButton ----------------------------------------------------- - ---------------------------------------------------------------------------- */ -QCommandLinkButton { - background-color: transparent; - border: 1px solid #455364; - color: #DFE1E2; - border-radius: 4px; - padding: 0px; - margin: 0px; -} - -QCommandLinkButton:disabled { - background-color: transparent; - color: #788D9C; -} - -/* ------------------------------------------------------------------------ */ -/* INPUTS - NO FIELDS ----------------------------------------------------- */ -/* ------------------------------------------------------------------------ */ -/* QComboBox -------------------------------------------------------------- - -https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qcombobox - ---------------------------------------------------------------------------- */ -QComboBox { - border: 1px solid #455364; - border-radius: 4px; - selection-background-color: #346792; - padding-left: 4px; - padding-right: 4px; - /* padding-right = 36; 4 + 16*2 See scrollbar size */ - /* changed to 4px to fix #239 */ - /* Fixes #103, #111 */ - min-height: 1.5em; - /* padding-top: 2px; removed to fix #132 */ - /* padding-bottom: 2px; removed to fix #132 */ - /* min-width: 75px; removed to fix #109 */ - /* Needed to remove indicator - fix #132 */ -} - -QComboBox QAbstractItemView { - border: 1px solid #455364; - border-radius: 0; - background-color: #19232D; - selection-background-color: #346792; -} - -QComboBox QAbstractItemView:hover { - background-color: #19232D; - color: #DFE1E2; -} - -QComboBox QAbstractItemView:selected { - background: #346792; - color: #455364; -} - -QComboBox QAbstractItemView:alternate { - background: #19232D; -} - -QComboBox:disabled { - background-color: #19232D; - color: #788D9C; -} - -QComboBox:hover { - border: 1px solid #346792; -} - -QComboBox:focus { - border: 1px solid #1A72BB; -} - -QComboBox:on { - selection-background-color: #346792; -} - -QComboBox::indicator { - border: none; - border-radius: 0; - background-color: transparent; - selection-background-color: transparent; - color: transparent; - selection-color: transparent; - /* Needed to remove indicator - fix #132 */ -} - -QComboBox::indicator:alternate { - background: #19232D; -} - -QComboBox::item { - /* Remove to fix #282, #285 and MR #288*/ - /*&:checked { - font-weight: bold; - } - - &:selected { - border: 0px solid transparent; - } - */ -} - -QComboBox::item:alternate { - background: #19232D; -} - -QComboBox::drop-down { - subcontrol-origin: padding; - subcontrol-position: top right; - width: 12px; - border-left: 1px solid #455364; -} - -QComboBox::down-arrow { - image: url(":/qss_icons/dark/rc/arrow_down_disabled.png"); - height: 8px; - width: 8px; -} - -QComboBox::down-arrow:on, QComboBox::down-arrow:hover, QComboBox::down-arrow:focus { - image: url(":/qss_icons/dark/rc/arrow_down.png"); -} - -/* QSlider ---------------------------------------------------------------- - -https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qslider - ---------------------------------------------------------------------------- */ -QSlider:disabled { - background: #19232D; -} - -QSlider:focus { - border: none; -} - -QSlider::groove:horizontal { - background: #455364; - border: 1px solid #455364; - height: 4px; - margin: 0px; - border-radius: 4px; -} - -QSlider::groove:vertical { - background: #455364; - border: 1px solid #455364; - width: 4px; - margin: 0px; - border-radius: 4px; -} - -QSlider::add-page:vertical { - background: #346792; - border: 1px solid #455364; - width: 4px; - margin: 0px; - border-radius: 4px; -} - -QSlider::add-page:vertical :disabled { - background: #26486B; -} - -QSlider::sub-page:horizontal { - background: #346792; - border: 1px solid #455364; - height: 4px; - margin: 0px; - border-radius: 4px; -} - -QSlider::sub-page:horizontal:disabled { - background: #26486B; -} - -QSlider::handle:horizontal { - background: #9DA9B5; - border: 1px solid #455364; - width: 8px; - height: 8px; - margin: -8px 0px; - border-radius: 4px; -} - -QSlider::handle:horizontal:hover { - background: #346792; - border: 1px solid #346792; -} - -QSlider::handle:horizontal:focus { - border: 1px solid #1A72BB; -} - -QSlider::handle:vertical { - background: #9DA9B5; - border: 1px solid #455364; - width: 8px; - height: 8px; - margin: 0 -8px; - border-radius: 4px; -} - -QSlider::handle:vertical:hover { - background: #346792; - border: 1px solid #346792; -} - -QSlider::handle:vertical:focus { - border: 1px solid #1A72BB; -} - -/* QLineEdit -------------------------------------------------------------- - -https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qlineedit - ---------------------------------------------------------------------------- */ -QLineEdit { - background-color: #19232D; - padding-top: 2px; - /* This QLineEdit fix 103, 111 */ - padding-bottom: 2px; - /* This QLineEdit fix 103, 111 */ - padding-left: 4px; - padding-right: 4px; - border-style: solid; - border: 1px solid #455364; - border-radius: 4px; - color: #DFE1E2; -} - -QLineEdit:disabled { - background-color: #19232D; - color: #788D9C; -} - -QLineEdit:hover { - border: 1px solid #346792; - color: #DFE1E2; -} - -QLineEdit:focus { - border: 1px solid #1A72BB; -} - -QLineEdit:selected { - background-color: #346792; - color: #455364; -} - -/* QTabWiget -------------------------------------------------------------- - -https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qtabwidget-and-qtabbar - ---------------------------------------------------------------------------- */ -QTabWidget { - padding: 2px; - selection-background-color: #455364; -} - -QTabWidget QWidget { - /* Fixes #189 */ - border-radius: 4px; -} - -QTabWidget::pane { - border: 1px solid #455364; - border-radius: 4px; - margin: 0px; - /* Fixes double border inside pane with pyqt5 */ - padding: 0px; -} - -QTabWidget::pane:selected { - background-color: #455364; - border: 1px solid #346792; -} - -/* QTabBar ---------------------------------------------------------------- - -https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qtabwidget-and-qtabbar - ---------------------------------------------------------------------------- */ -QTabBar, QDockWidget QTabBar { - qproperty-drawBase: 0; - border-radius: 4px; - margin: 0px; - padding: 2px; - border: 0; - /* left: 5px; move to the right by 5px - removed for fix */ -} - -QTabBar::close-button, QDockWidget QTabBar::close-button { - border: 0; - margin: 0; - padding: 4px; - image: url(":/qss_icons/dark/rc/window_close.png"); -} - -QTabBar::close-button:hover, QDockWidget QTabBar::close-button:hover { - image: url(":/qss_icons/dark/rc/window_close_focus.png"); -} - -QTabBar::close-button:pressed, QDockWidget QTabBar::close-button:pressed { - image: url(":/qss_icons/dark/rc/window_close_pressed.png"); -} - -QTabBar::tab, QDockWidget QTabBar::tab { - /* !selected and disabled ----------------------------------------- */ - /* selected ------------------------------------------------------- */ -} - -QTabBar::tab:top:selected:disabled, QDockWidget QTabBar::tab:top:selected:disabled { - border-bottom: 3px solid #26486B; - color: #788D9C; - background-color: #455364; -} - -QTabBar::tab:bottom:selected:disabled, QDockWidget QTabBar::tab:bottom:selected:disabled { - border-top: 3px solid #26486B; - color: #788D9C; - background-color: #455364; -} - -QTabBar::tab:left:selected:disabled, QDockWidget QTabBar::tab:left:selected:disabled { - border-right: 3px solid #26486B; - color: #788D9C; - background-color: #455364; -} - -QTabBar::tab:right:selected:disabled, QDockWidget QTabBar::tab:right:selected:disabled { - border-left: 3px solid #26486B; - color: #788D9C; - background-color: #455364; -} - -QTabBar::tab:top:!selected:disabled, QDockWidget QTabBar::tab:top:!selected:disabled { - border-bottom: 3px solid #19232D; - color: #788D9C; - background-color: #19232D; -} - -QTabBar::tab:bottom:!selected:disabled, QDockWidget QTabBar::tab:bottom:!selected:disabled { - border-top: 3px solid #19232D; - color: #788D9C; - background-color: #19232D; -} - -QTabBar::tab:left:!selected:disabled, QDockWidget QTabBar::tab:left:!selected:disabled { - border-right: 3px solid #19232D; - color: #788D9C; - background-color: #19232D; -} - -QTabBar::tab:right:!selected:disabled, QDockWidget QTabBar::tab:right:!selected:disabled { - border-left: 3px solid #19232D; - color: #788D9C; - background-color: #19232D; -} - -QTabBar::tab:top:!selected, QDockWidget QTabBar::tab:top:!selected { - border-bottom: 2px solid #19232D; - margin-top: 2px; -} - -QTabBar::tab:bottom:!selected, QDockWidget QTabBar::tab:bottom:!selected { - border-top: 2px solid #19232D; - margin-bottom: 2px; -} - -QTabBar::tab:left:!selected, QDockWidget QTabBar::tab:left:!selected { - border-left: 2px solid #19232D; - margin-right: 2px; -} - -QTabBar::tab:right:!selected, QDockWidget QTabBar::tab:right:!selected { - border-right: 2px solid #19232D; - margin-left: 2px; -} - -QTabBar::tab:top, QDockWidget QTabBar::tab:top { - background-color: #455364; - margin-left: 2px; - padding-left: 4px; - padding-right: 4px; - padding-top: 2px; - padding-bottom: 2px; - min-width: 5px; - border-bottom: 3px solid #455364; - border-top-left-radius: 4px; - border-top-right-radius: 4px; -} - -QTabBar::tab:top:selected, QDockWidget QTabBar::tab:top:selected { - background-color: #54687A; - border-bottom: 3px solid #259AE9; - border-top-left-radius: 4px; - border-top-right-radius: 4px; -} - -QTabBar::tab:top:!selected:hover, QDockWidget QTabBar::tab:top:!selected:hover { - border: 1px solid #1A72BB; - border-bottom: 3px solid #1A72BB; - /* Fixes spyder-ide/spyder#9766 and #243 */ - padding-left: 3px; - padding-right: 3px; -} - -QTabBar::tab:bottom, QDockWidget QTabBar::tab:bottom { - border-top: 3px solid #455364; - background-color: #455364; - margin-left: 2px; - padding-left: 4px; - padding-right: 4px; - padding-top: 2px; - padding-bottom: 2px; - border-bottom-left-radius: 4px; - border-bottom-right-radius: 4px; - min-width: 5px; -} - -QTabBar::tab:bottom:selected, QDockWidget QTabBar::tab:bottom:selected { - background-color: #54687A; - border-top: 3px solid #259AE9; - border-bottom-left-radius: 4px; - border-bottom-right-radius: 4px; -} - -QTabBar::tab:bottom:!selected:hover, QDockWidget QTabBar::tab:bottom:!selected:hover { - border: 1px solid #1A72BB; - border-top: 3px solid #1A72BB; - /* Fixes spyder-ide/spyder#9766 and #243 */ - padding-left: 3px; - padding-right: 3px; -} - -QTabBar::tab:left, QDockWidget QTabBar::tab:left { - background-color: #455364; - margin-top: 2px; - padding-left: 2px; - padding-right: 2px; - padding-top: 4px; - padding-bottom: 4px; - border-top-left-radius: 4px; - border-bottom-left-radius: 4px; - min-height: 5px; -} - -QTabBar::tab:left:selected, QDockWidget QTabBar::tab:left:selected { - background-color: #54687A; - border-right: 3px solid #259AE9; -} - -QTabBar::tab:left:!selected:hover, QDockWidget QTabBar::tab:left:!selected:hover { - border: 1px solid #1A72BB; - border-right: 3px solid #1A72BB; - /* Fixes different behavior #271 */ - margin-right: 0px; - padding-right: -1px; -} - -QTabBar::tab:right, QDockWidget QTabBar::tab:right { - background-color: #455364; - margin-top: 2px; - padding-left: 2px; - padding-right: 2px; - padding-top: 4px; - padding-bottom: 4px; - border-top-right-radius: 4px; - border-bottom-right-radius: 4px; - min-height: 5px; -} - -QTabBar::tab:right:selected, QDockWidget QTabBar::tab:right:selected { - background-color: #54687A; - border-left: 3px solid #259AE9; -} - -QTabBar::tab:right:!selected:hover, QDockWidget QTabBar::tab:right:!selected:hover { - border: 1px solid #1A72BB; - border-left: 3px solid #1A72BB; - /* Fixes different behavior #271 */ - margin-left: 0px; - padding-left: 0px; -} - -QTabBar QToolButton, QDockWidget QTabBar QToolButton { - /* Fixes #136 */ - background-color: #455364; - height: 12px; - width: 12px; -} - -QTabBar QToolButton:pressed, QDockWidget QTabBar QToolButton:pressed { - background-color: #455364; -} - -QTabBar QToolButton:pressed:hover, QDockWidget QTabBar QToolButton:pressed:hover { - border: 1px solid #346792; -} - -QTabBar QToolButton::left-arrow:enabled, QDockWidget QTabBar QToolButton::left-arrow:enabled { - image: url(":/qss_icons/dark/rc/arrow_left.png"); -} - -QTabBar QToolButton::left-arrow:disabled, QDockWidget QTabBar QToolButton::left-arrow:disabled { - image: url(":/qss_icons/dark/rc/arrow_left_disabled.png"); -} - -QTabBar QToolButton::right-arrow:enabled, QDockWidget QTabBar QToolButton::right-arrow:enabled { - image: url(":/qss_icons/dark/rc/arrow_right.png"); -} - -QTabBar QToolButton::right-arrow:disabled, QDockWidget QTabBar QToolButton::right-arrow:disabled { - image: url(":/qss_icons/dark/rc/arrow_right_disabled.png"); -} - -/* QDockWiget ------------------------------------------------------------- - ---------------------------------------------------------------------------- */ -QDockWidget { - outline: 1px solid #455364; - background-color: #19232D; - border: 1px solid #455364; - border-radius: 4px; - titlebar-close-icon: url(":/qss_icons/dark/rc/transparent.png"); - titlebar-normal-icon: url(":/qss_icons/dark/rc/transparent.png"); -} - -QDockWidget::title { - /* Better size for title bar */ - padding: 3px; - spacing: 4px; - border: none; - background-color: #455364; -} - -QDockWidget::close-button { - icon-size: 12px; - border: none; - background: transparent; - background-image: transparent; - border: 0; - margin: 0; - padding: 0; - image: url(":/qss_icons/dark/rc/window_close.png"); -} - -QDockWidget::close-button:hover { - image: url(":/qss_icons/dark/rc/window_close_focus.png"); -} - -QDockWidget::close-button:pressed { - image: url(":/qss_icons/dark/rc/window_close_pressed.png"); -} - -QDockWidget::float-button { - icon-size: 12px; - border: none; - background: transparent; - background-image: transparent; - border: 0; - margin: 0; - padding: 0; - image: url(":/qss_icons/dark/rc/window_undock.png"); -} - -QDockWidget::float-button:hover { - image: url(":/qss_icons/dark/rc/window_undock_focus.png"); -} - -QDockWidget::float-button:pressed { - image: url(":/qss_icons/dark/rc/window_undock_pressed.png"); -} - -/* QTreeView QListView QTableView ----------------------------------------- - -https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qtreeview -https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qlistview -https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qtableview - ---------------------------------------------------------------------------- */ -QTreeView:branch:selected, QTreeView:branch:hover { - background: url(":/qss_icons/dark/rc/transparent.png"); -} - -QTreeView:branch:has-siblings:!adjoins-item { - border-image: url(":/qss_icons/dark/rc/branch_line.png") 0; -} - -QTreeView:branch:has-siblings:adjoins-item { - border-image: url(":/qss_icons/dark/rc/branch_more.png") 0; -} - -QTreeView:branch:!has-children:!has-siblings:adjoins-item { - border-image: url(":/qss_icons/dark/rc/branch_end.png") 0; -} - -QTreeView:branch:has-children:!has-siblings:closed, QTreeView:branch:closed:has-children:has-siblings { - border-image: none; - image: url(":/qss_icons/dark/rc/branch_closed.png"); -} - -QTreeView:branch:open:has-children:!has-siblings, QTreeView:branch:open:has-children:has-siblings { - border-image: none; - image: url(":/qss_icons/dark/rc/branch_open.png"); -} - -QTreeView:branch:has-children:!has-siblings:closed:hover, QTreeView:branch:closed:has-children:has-siblings:hover { - image: url(":/qss_icons/dark/rc/branch_closed_focus.png"); -} - -QTreeView:branch:open:has-children:!has-siblings:hover, QTreeView:branch:open:has-children:has-siblings:hover { - image: url(":/qss_icons/dark/rc/branch_open_focus.png"); -} - -QTreeView::indicator:checked, -QListView::indicator:checked, -QTableView::indicator:checked, -QColumnView::indicator:checked { - image: url(":/qss_icons/dark/rc/checkbox_checked.png"); -} - -QTreeView::indicator:checked:hover, QTreeView::indicator:checked:focus, QTreeView::indicator:checked:pressed, -QListView::indicator:checked:hover, -QListView::indicator:checked:focus, -QListView::indicator:checked:pressed, -QTableView::indicator:checked:hover, -QTableView::indicator:checked:focus, -QTableView::indicator:checked:pressed, -QColumnView::indicator:checked:hover, -QColumnView::indicator:checked:focus, -QColumnView::indicator:checked:pressed { - image: url(":/qss_icons/dark/rc/checkbox_checked_focus.png"); -} - -QTreeView::indicator:unchecked, -QListView::indicator:unchecked, -QTableView::indicator:unchecked, -QColumnView::indicator:unchecked { - image: url(":/qss_icons/dark/rc/checkbox_unchecked.png"); -} - -QTreeView::indicator:unchecked:hover, QTreeView::indicator:unchecked:focus, QTreeView::indicator:unchecked:pressed, -QListView::indicator:unchecked:hover, -QListView::indicator:unchecked:focus, -QListView::indicator:unchecked:pressed, -QTableView::indicator:unchecked:hover, -QTableView::indicator:unchecked:focus, -QTableView::indicator:unchecked:pressed, -QColumnView::indicator:unchecked:hover, -QColumnView::indicator:unchecked:focus, -QColumnView::indicator:unchecked:pressed { - image: url(":/qss_icons/dark/rc/checkbox_unchecked_focus.png"); -} - -QTreeView::indicator:indeterminate, -QListView::indicator:indeterminate, -QTableView::indicator:indeterminate, -QColumnView::indicator:indeterminate { - image: url(":/qss_icons/dark/rc/checkbox_indeterminate.png"); -} - -QTreeView::indicator:indeterminate:hover, QTreeView::indicator:indeterminate:focus, QTreeView::indicator:indeterminate:pressed, -QListView::indicator:indeterminate:hover, -QListView::indicator:indeterminate:focus, -QListView::indicator:indeterminate:pressed, -QTableView::indicator:indeterminate:hover, -QTableView::indicator:indeterminate:focus, -QTableView::indicator:indeterminate:pressed, -QColumnView::indicator:indeterminate:hover, -QColumnView::indicator:indeterminate:focus, -QColumnView::indicator:indeterminate:pressed { - image: url(":/qss_icons/dark/rc/checkbox_indeterminate_focus.png"); -} - -QTreeView, -QListView, -QTableView, -QColumnView { - background-color: #19232D; - border: 1px solid #455364; - color: #DFE1E2; - gridline-color: #455364; - border-radius: 4px; -} - -QTreeView:disabled, -QListView:disabled, -QTableView:disabled, -QColumnView:disabled { - background-color: #19232D; - color: #788D9C; -} - -QTreeView:selected, -QListView:selected, -QTableView:selected, -QColumnView:selected { - background-color: #346792; - color: #455364; -} - -QTreeView:focus, -QListView:focus, -QTableView:focus, -QColumnView:focus { - border: 1px solid #1A72BB; -} - -QTreeView::item:pressed, -QListView::item:pressed, -QTableView::item:pressed, -QColumnView::item:pressed { - background-color: #346792; -} - -QTreeView::item:selected:active, -QListView::item:selected:active, -QTableView::item:selected:active, -QColumnView::item:selected:active { - background-color: #346792; -} - -QTreeView::item:selected:!active, -QListView::item:selected:!active, -QTableView::item:selected:!active, -QColumnView::item:selected:!active { - color: #DFE1E2; - background-color: #37414F; -} - -QTreeView::item:!selected:hover, -QListView::item:!selected:hover, -QTableView::item:!selected:hover, -QColumnView::item:!selected:hover { - outline: 0; - color: #DFE1E2; - background-color: #37414F; -} - -QTableCornerButton::section { - background-color: #19232D; - border: 1px transparent #455364; - border-radius: 0px; -} - -/* QHeaderView ------------------------------------------------------------ - -https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qheaderview - ---------------------------------------------------------------------------- */ -QHeaderView { - background-color: #455364; - border: 0px transparent #455364; - padding: 0; - margin: 0; - border-radius: 0; -} - -QHeaderView:disabled { - background-color: #455364; - border: 1px transparent #455364; -} - -QHeaderView::section { - background-color: #455364; - color: #DFE1E2; - border-radius: 0; - text-align: left; - font-size: 13px; -} - -QHeaderView::section::horizontal { - padding-top: 0; - padding-bottom: 0; - padding-left: 4px; - padding-right: 4px; - border-left: 1px solid #19232D; -} - -QHeaderView::section::horizontal::first, QHeaderView::section::horizontal::only-one { - border-left: 1px solid #455364; -} - -QHeaderView::section::horizontal:disabled { - color: #788D9C; -} - -QHeaderView::section::vertical { - padding-top: 0; - padding-bottom: 0; - padding-left: 4px; - padding-right: 4px; - border-top: 1px solid #19232D; -} - -QHeaderView::section::vertical::first, QHeaderView::section::vertical::only-one { - border-top: 1px solid #455364; -} - -QHeaderView::section::vertical:disabled { - color: #788D9C; -} - -QHeaderView::down-arrow { - /* Those settings (border/width/height/background-color) solve bug */ - /* transparent arrow background and size */ - background-color: #455364; - border: none; - height: 12px; - width: 12px; - padding-left: 2px; - padding-right: 2px; - image: url(":/qss_icons/dark/rc/arrow_down.png"); -} - -QHeaderView::up-arrow { - background-color: #455364; - border: none; - height: 12px; - width: 12px; - padding-left: 2px; - padding-right: 2px; - image: url(":/qss_icons/dark/rc/arrow_up.png"); -} - -/* QToolBox -------------------------------------------------------------- - -https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qtoolbox - ---------------------------------------------------------------------------- */ -QToolBox { - padding: 0px; - border: 0px; - border: 1px solid #455364; -} - -QToolBox:selected { - padding: 0px; - border: 2px solid #346792; -} - -QToolBox::tab { - background-color: #19232D; - border: 1px solid #455364; - color: #DFE1E2; - border-top-left-radius: 4px; - border-top-right-radius: 4px; -} - -QToolBox::tab:disabled { - color: #788D9C; -} - -QToolBox::tab:selected { - background-color: #60798B; - border-bottom: 2px solid #346792; -} - -QToolBox::tab:selected:disabled { - background-color: #455364; - border-bottom: 2px solid #26486B; -} - -QToolBox::tab:!selected { - background-color: #455364; - border-bottom: 2px solid #455364; -} - -QToolBox::tab:!selected:disabled { - background-color: #19232D; -} - -QToolBox::tab:hover { - border-color: #1A72BB; - border-bottom: 2px solid #1A72BB; -} - -QToolBox QScrollArea { - padding: 0px; - border: 0px; - background-color: #19232D; -} - -/* QFrame ----------------------------------------------------------------- - -https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qframe -https://doc.qt.io/qt-5/qframe.html#-prop -https://doc.qt.io/qt-5/qframe.html#details -https://stackoverflow.com/questions/14581498/qt-stylesheet-for-hline-vline-color - ---------------------------------------------------------------------------- */ -/* (dot) .QFrame fix #141, #126, #123 */ -.QFrame { - border-radius: 4px; - border: 1px solid #455364; - /* No frame */ - /* HLine */ - /* HLine */ -} - -.QFrame[frameShape="0"] { - border-radius: 4px; - border: 1px transparent #455364; -} - -.QFrame[frameShape="4"] { - max-height: 2px; - border: none; - background-color: #455364; -} - -.QFrame[frameShape="5"] { - max-width: 2px; - border: none; - background-color: #455364; -} - -/* QSplitter -------------------------------------------------------------- - -https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qsplitter - ---------------------------------------------------------------------------- */ -QSplitter { - background-color: #455364; - spacing: 0px; - padding: 0px; - margin: 0px; -} - -QSplitter::handle { - background-color: #455364; - border: 0px solid #19232D; - spacing: 0px; - padding: 1px; - margin: 0px; -} - -QSplitter::handle:hover { - background-color: #9DA9B5; -} - -QSplitter::handle:horizontal { - width: 5px; - image: url(":/qss_icons/dark/rc/line_vertical.png"); -} - -QSplitter::handle:vertical { - height: 5px; - image: url(":/qss_icons/dark/rc/line_horizontal.png"); -} - -/* QDateEdit, QDateTimeEdit ----------------------------------------------- - ---------------------------------------------------------------------------- */ -QDateEdit, QDateTimeEdit { - selection-background-color: #346792; - border-style: solid; - border: 1px solid #455364; - border-radius: 4px; - /* This fixes 103, 111 */ - padding-top: 2px; - /* This fixes 103, 111 */ - padding-bottom: 2px; - padding-left: 4px; - padding-right: 4px; - min-width: 10px; -} - -QDateEdit:on, QDateTimeEdit:on { - selection-background-color: #346792; -} - -QDateEdit::drop-down, QDateTimeEdit::drop-down { - subcontrol-origin: padding; - subcontrol-position: top right; - width: 12px; - border-left: 1px solid #455364; -} - -QDateEdit::down-arrow, QDateTimeEdit::down-arrow { - image: url(":/qss_icons/dark/rc/arrow_down_disabled.png"); - height: 8px; - width: 8px; -} - -QDateEdit::down-arrow:on, QDateEdit::down-arrow:hover, QDateEdit::down-arrow:focus, QDateTimeEdit::down-arrow:on, QDateTimeEdit::down-arrow:hover, QDateTimeEdit::down-arrow:focus { - image: url(":/qss_icons/dark/rc/arrow_down.png"); -} - -QDateEdit QAbstractItemView, QDateTimeEdit QAbstractItemView { - background-color: #19232D; - border-radius: 4px; - border: 1px solid #455364; - selection-background-color: #346792; -} - -/* QAbstractView ---------------------------------------------------------- - ---------------------------------------------------------------------------- */ -QAbstractView:hover { - border: 1px solid #346792; - color: #DFE1E2; -} - -QAbstractView:selected { - background: #346792; - color: #455364; -} - -/* PlotWidget ------------------------------------------------------------- - ---------------------------------------------------------------------------- */ -PlotWidget { - /* Fix cut labels in plots #134 */ - padding: 0px; -} diff --git a/qdarkstyle/dark/rc/.keep b/qdarkstyle/dark/rc/.keep deleted file mode 100755 index 8d1c8b6..0000000 --- a/qdarkstyle/dark/rc/.keep +++ /dev/null @@ -1 +0,0 @@ - diff --git a/qdarkstyle/dark/rc/arrow_down.png b/qdarkstyle/dark/rc/arrow_down.png deleted file mode 100755 index 412b76e6fe53b0228445c158b5d5f23bf6f06c88..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 518 zcmV+h0{Q)kP)__57AFwC7ZXWsX4&bfc&pqc7Z){^3#=| zcIo?l1OS7+zC>qUl03eE@(dfhQ6mVzi{SQS} zH>WheJ^DC2J#Ahl%wW5*mG-YAF4#uWGM$j^APLNkR?@sADgQa?mm5z~-b$JmC9X&+ z^Qv@0z}OsL9&62-mxp746`#ER}!xZUP=#936(+- zyy(e8)e4?Ot6~umdr1+`RV;WC1gZ9-VyUg?s@H0X*_oZ@qVW`=$ucuv582e6KS?&( zncYa==lFi_{eIuy@4e*x-Yj4+7z_r3!C){L35PW7ed^>=z0JAaoA@|6^Z<`nhE& z{0RU+5Zs;qV1OMcnh>0C+anKf>^73;YJaeL2(K-VYnsOId6C520s0 z&$~K;+)S9tSc;-2nCe>q59CaHX`M?RHTXLvo_V<0ys=k}c`CoVgCKZRw5|Yfa*+fL zU4*iozYV4HzVF|xM(KZnD#iExn@ZxN5N>4*+Gt+#om&C2xbwoTB({%MojeMGDr9kS z@ge)b)OP?L%NQhpR#Mt3NQKrGz_0Ptf#Z)HIr3K>I&1qR)^4}|jC<>I5Pr%SNI+@k z{cyLP&L>Y?k9+HLbtS(UyH+}#&OuoAmjF%p?#pvzT&FHzj4wDzRuD!Xfp~rUdHA^Hxo7&nNz~5RK8uq~eb0S^ z#M!N9>D`v+zB#Vsf$_fK@6rjw(*Q3F3`x+d)1LR~xV22?V-A2$7%l)j1t<~l+O+3= tH7P9ygTY`h7z_r3!C){L42FA&e*u4|FqhM}5ZC|!002ovPDHLkV1o3?-f;i` diff --git a/qdarkstyle/dark/rc/arrow_down_disabled.png b/qdarkstyle/dark/rc/arrow_down_disabled.png deleted file mode 100755 index 972df9cd1661f7ff195c02b529491f8e71b92eb2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 546 zcmV+-0^R+IP)3D(PSWl*NY3`@h)va==`1FV6 z&q|aqw6_Qnm=l26lY(pCT$-QXOfzzSFKM+}-Eyh;tYi7(h)axH1;ysX0*?y0cGdU& zpWA4IB)plq`-r=}*9gppbx+Je55i{c9$UH||907*qoM6N<$f(E<;yZ`_I diff --git a/qdarkstyle/dark/rc/arrow_down_disabled@2x.png b/qdarkstyle/dark/rc/arrow_down_disabled@2x.png deleted file mode 100755 index b0fb4ad11d0e40af005fd1b70eb6909db0990b64..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1068 zcmV+{1k?M8P)VOhRCr#|5Y?*M-fCszJmPm%;+Vk#sDQ@xLB80RUZn z1A8>jd4%o$FMx43Uu_gX4gQ#vd2#4YjzumN8&#CS;r(_v_`$xm}OF zaK>p|Xab%IQWZ9G_t&<0anr=zoX;A4R|101><))^@X8W6n5C#l%U zw<+VhW$)j)nWFgcs74#dR-e;=#UqMk5kWx!3yqb`+=)I zQ}7YyLkSH2sv5Ju+QCCe9ia>H=x^fIwJS_{49h9K*2&}e3!cJMoyk9&9vi+Eg4FO@ zV#)C@{@k*4u><7?zfA)tA@EL-*|K%9V`6ONuMi{xA@>9)Mn`XDAI^0n`rWyP#bU8o mEEbE!VzF2(7K_F5pz#l6b~h4l)L{bv00006V* ze~@1wsJ}pLQrcK3vWY!OX5~e@d=|ztn`tAm%f{js>Fn@-?0fgb@_L#1&RkXG11OV15+WOkkW#lJFNDhM` z^I#)GNF@CDTU*tB^IZV|)~B^I-U`=k&!*nN&L6@ci6FrC?07reSfAF;;JV)n+bTbc zcd>3Kf{MbK+F>N&baTG9S_^lOe);X5J1ft72K#Nb>1fLh z-$Z^0l!k@qGw&eXTCM5PUfP*^J2~em;iteslAAghqC2qLM%S8ky~v`QYq%yFJ|E=g zz+r=xhA;#rT3;MA)x4rtSv7M{_r$!<1bY!UhA`3HmVb`Y#Wyv*&7(Kc9Y4F^Q?cVE z;6(cBLn!IOa#ip1YK{DpIk({B?T$YJ?+%o7>2+0~M%5}PC@9!hegLHSu?BdH$G89h N002ovPDHLkV1g>L^e_Mb diff --git a/qdarkstyle/dark/rc/arrow_down_focus@2x.png b/qdarkstyle/dark/rc/arrow_down_focus@2x.png deleted file mode 100755 index 06b80be4bc306ff88da171474703a52f2c3362ea..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 992 zcmV<610Vc}P)iJhz*Ird!VZ@3=%{@ z!`8=(llrJRo=HGyHmL(~uLSm(Mr|VMYc7cPO38j9lK@+1(Eoed=OS$DOtv_O(u_xt z=YR)NAp=Pl5p?008py)tQ&3+_q*CQRfIg>G^C^3nTH)_z+Dc{`%quQ7coatT?1;gBer-Pr)>z9{^`@`@|ae3s@>8kE{|!Y zFVeHX51S(bh*3*YBPZs=wN4uQS26N|j_9 z^j40*L|r;aHJ$4>A^U7~B6=68?S6MPVuKaGEqgkr*#ul@5{x9AJ-JHnES7b)({^_~ zWrt?`isdiKj7)J!*us2b>9xhOGRv_Y3R$zIiYKwZ1r9WqTehrS9hi(GWq&h&3%yXC z(Clv7h5~o)q4R#;@^^^)o6C(YI!;2~x&F^YI<-{Rn5OXG*3hhLtr%C-9qo;stsgR7fd2Vx@bE&y@psu6KQ@UNS z%nd=^X!I_n3x3e+o)Xo)Osyp|s>Nqf;jXGvy z0JMeqxq(%k=%#t-(FNw2AKkb9NAk7Ni!D{KzZrNadUat$^)5^6&7;P`i0aj!qnCw0 z-|1W9&uYI!r+Z-@dU%Bez}Da_?@9h7Uya_co#N9@E;XIf`*{ z+Mr2_gOdpA>R?S#ROSQTCJ0xe%V4J&G>~cRi z_>Oz;|NigZ_kEC%kdUy-Sg`0kUYf;d{V!F;=VznE4FFEainCBf#W?>0g=^GQ)yKAO4*CacKI+>F>dJ zHyk`OJ-*P|zWYvUZF(EV_Nu`@JjN?-EEbpDo}2x6mkcR-R!;Cr1i5 z8)-)#Y)5Xe%aK0@tN}#537Lb*fO+4X!{w{_2T^om?W}BX|6bwT2iDh_2!8ul-=V8K zTzni=GxizF_FUSD<318>0#w`W05j%$2PUtbdJ#vjsYBjzVrZ**-nhXQ0Kr?i?!NMs zlW*c`HGRwM$`5RI7xYf>(ofmJ=Yxg!&1xkiBqXdVzW}c|tb*cE5EB3Z002ovPDHLk FV1m2v3RnOD diff --git a/qdarkstyle/dark/rc/arrow_down_pressed@2x.png b/qdarkstyle/dark/rc/arrow_down_pressed@2x.png deleted file mode 100755 index ef20f2cb07f9934ce792a502ce9ad103d4cde38f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1070 zcmV+}1kwA6P)jSJ6 ze*#pGD{@!=_CYA3s2=yW`}P2U)~-`+B61#R@_eqKZX^oB!@?ieJRNcSibuUA<=+o<8#V4lNWe06RThH%Jl$z``H=FJjy6+2NjRcj{gC6vz(u zTvN^O0i05cilTP;6h?;tirT*5g{*3RPr2Y>jmKaveQdVj_RVJme((uU?Dfcjg17{Z zeW@XT^VwYb*z8*TRHS|H!ST)W4GU)leZ?tdLqE9i-w&96@q47ySs>;yE!PS)5megd1zyjNCC}C9JG@DX9~ycN zi*JAjR<`TXmR)5MB&fhy5cK8jSl^}Ue0oL*!%2~NVrUo2cfdoQVXC-91qMGSuKPmv zi~ejaI!i_g%TbY*BcDDYg-sU)eb{5FU^xT^|A%WA+NX!#{5b@f|Bn==vm#IRoPNaq z$GreNR$@?5P>HG?AZfag zr{nT?@_H0HBYP72X|($RKfqJCQ9}m9N)YUoBtYN zpVy|#d%`M@ujdRxc8k^@{jXHR! zu@YP>SEi=inHP6`yM6w?2NBs_=JQW-&2vYu3=aDDi3q6kRbD0Dm3j~1qhK-mes(PR zaW$8kYFU@}oOojBFv{qPCPg*jr2EqK)>4-x;AO^{%x!P&xF3<70t-N=lkWR!J+v4M o27|$1Fc=I5gTY`h816Ox1uyPFn?G+z{r~^~07*qoM6N<$g3NsPHvj+t diff --git a/qdarkstyle/dark/rc/arrow_left.png b/qdarkstyle/dark/rc/arrow_left.png deleted file mode 100755 index b7aeac5f8dc9d68f9704dfdb783eb36118ccc821..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 555 zcmV+`0@VG9P)&K=;-=vAe?3$})nI#zHFv zI~yT?fLMsV2!f@cl@>O^Lep7UO1MtE%icsd>^uq4!`o-EiGqzcKTyzD%?|s%-_O1` zGdu9Vhf)hV=Z?)P8yHxpXdnIE`^}W*fcf+&DtS+1FJ%j&XMfM5M% z00w1w6?6|kQjmEtz@RKwg&yra2Ac-~3`V1KLeGE(^^y-Z_XZdax6jB}2M*T8@>=mx z0PmeUO*VT8EY;?I+bs&fId?p(*Z?i3G>18l;%}90?~eslRMUTn`C4FX?hjJOTma36 zE&y8~EYbhN3n0()4^^fWu#ePth-46R3!TdIcT|n@z=XOKNg%vLI-L`5O{@Z65CV&a z@D}K{+pi6~49q|x@>&=41>K@pH|+XP4Fy94m#|wDPr%jy%&N=+D-qShPEp*KxGM=k z5JdDMD)Rg`#zO!>hWSB614y!yMSc@_T2J_CCfUo9W;>rJ*ML{PxyeqnUavPjbYS5U t;>}+H0BE&ZJ5A}L854s~DYgII_zp_imH@EpRyqIx002ovPDHLkV1kJO@a_Nr diff --git a/qdarkstyle/dark/rc/arrow_left@2x.png b/qdarkstyle/dark/rc/arrow_left@2x.png deleted file mode 100755 index fef91a8c8bd419b03bc210c3a03b482e9d1a83bc..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1127 zcmV-t1ep7YP)T@-J^;!%ibG>E}J zpeGT7f*wQ#MbJZpC`J%Gh-koz2ZMSF3mRROAP9m7K@bVLvpqd+jJOa*FvQGEKMxzV zyLSY|>h4nK9p8hh?|c1KRabR2%rL_YGyDsXrrF-XFdHT5aGa*;Q?A-IR}IyP!Qh)6 zSpK2@h&PX;aLz^Bfs01!M1MG3#`2Xy@#o%FAezm`0-1E&Uh8**4>wP1{^)Qalu)qNAG}L-b8<1%>hZ0oI`Nx zkYKs2NMNZukwL0X)1=+Dqt|kZWnr`$~RH= zMYK`@{WQH!rh{Ah7r8ln%lj*6+<^5gyE?!Q0oy84jy0P+G;BbcrdL|7!@zkJDW~Bl z{~H=JV10c(%CS}8qLN_kB@Yc5u(q~#sm*oX2jnp@CJP-|t@-bhf<{VcQRl=j> zp#}pa*&xlH2ktHj=3nwqg8^xlJ%RB^iIhP8B@d1bNQT4vC7v#F0x)ZAbMtrM%zz}# z_9I@d@>cVK#y^F-3Xt|pVe`!+Eq~$8fGK-;uQNXbX9fs8#MYbx-#7Wp$((5eZIm0_>f zOD4t*zzn|fwxBD#Og%W9oHMDPN z-2gLFFX}!DyjJ8T%o>QVbpv2?^E3#%_W~o&W1_10Z8?0 zcop6l01(IVsqyHS-N0vMrJh@&;F$pcOG`^XO-848A--y&Kkp0xSX^BEUio+@aIEgW zyfgq{VPPQ+&`#jQ6xrF3@YVo;D2l#RV7q{yi@eKUX1q24V4>UnG)K2k*f;zyewiua tvMBlhv=5koO=LXNc1$zOFvEWXzXE`zP6rp5|5*S4002ovPDHLkV1m^E1nvL; diff --git a/qdarkstyle/dark/rc/arrow_left_disabled.png b/qdarkstyle/dark/rc/arrow_left_disabled.png deleted file mode 100755 index 79b1f05651bfc923d3f6fb5ef7f6d91a230a95c9..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 557 zcmV+|0@D47P)_R>ey9?LH#tbOSpx-~4vw zG4Q{eVkcZovm@T?Envmy{`{Z5Z^ta2^!tbWj-CRYsxdBB@ia{j*v{M-I2jTb1t3k+ z)+gV22$qD##sJV~-?=R~j{)HK6=309b{$y504ERMF)CW4AzbKPT$gbb0Lfz(R2&*8 z(CuY?iJL!*6JESFK(d@IAw4L)dY#t>NP5{RLyv)$VOF>ES^(Yj(g~B>1m-X^p`eLx z1khc+d>n7jzz!Q&`QMvcC4kfE+A)|Fz)`>yxa+^ON^98id+&d7qZNmW3J6|9;0qHI zV9&MBfW1>dOjLm9`P~oDPJoYqEFwhZM8)Xd8=MwF+bR#4C=fwOihSdh%r61EfXtdh z1Sgn`2QP%J05b`J8l82uI+%eQind}CD zd7Nq}(Rhfqo(!%D?jSJ35vW9rRkDtoUNLxtfWXa&vdej%&*t596*LKrjrOADdHz)g vcYDCgzXAX-84kZVXJ?VNfoaU#|E_%lXh)R_h<{1o00000NkvXXu0mjf1=a9* diff --git a/qdarkstyle/dark/rc/arrow_left_disabled@2x.png b/qdarkstyle/dark/rc/arrow_left_disabled@2x.png deleted file mode 100755 index 144fdb5f8f3b2a5644b2ddb836969618c1127d4f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1141 zcmV-*1d98KP)RCt{2n@?z5RTRd5=gqWQj0m>6FsLh0)QwPtB1mi}i9rl@ z#?h77{FzV}q6J0p5982^6$BR|wn?VOMT(jx4WSx4Nn{F&ASejMg&^XhK?JQ7Z3~mR z$3+}@^Jc&l-@Wf*=39Or+;i@C&i(h8fet$8U^7FKPGF~vfM*+Oq_c&8y)kmhcUt#Dp8$3@AXb9 z-#{V;?8z1~f*x;)A7HR}VUqz`)^DMOF(y+7bLODH(a znq=i0u-XB;@&~qwF$=&w5lO-REpH>RWr6pO`R%l31V zs0>CVZz|t_4Flwhv#W0cPd2gIsC?qfz6r4#kjag{DCmI}LHud^Fk&^JH&@s%aHv%g zXOEjJMQjH2W=9T#z8mGm!?q72z77zHe$W6U(Ocd|5Sszg_6_g#+<_PkFvv5s&N%Te zPXC735?r30_y~BqRnb&jF>D~#3N6h}z5`lpW(B}o6Jl@CrP=a95#EmSih8*mY$T<- z?&^M4mFX}kh**mEpI{}SQmJIl?+Atv`8Xm8o^^t?WWF9BuU&On9z*r>W<^9j>IAEa zoH{jrv1aNIgM1t21;m#B(f7P&rX~c@_Wnn-t@100000NkvXX Hu0mjf&}sk~ diff --git a/qdarkstyle/dark/rc/arrow_left_focus.png b/qdarkstyle/dark/rc/arrow_left_focus.png deleted file mode 100755 index ef028499477b3c5008d9266018d9cb3dda17bee3..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 551 zcmV+?0@(eDP){=&9$P``tVD z&U^5`OSugv3ZIA#zqjz~Ryh8<^NpOz&#ikj_WTSuCYOr|xssnPeDHA3E5LY4To!<< zg-4DYh)cj^$-*-N*!tLr_pz>FBNP89KyxK77~KSe6cI^Hs0GmMcpm9CfUO8=$!h^L zJHC#5mqFI3#L8;{j6d}>@8pAYgHa0qOn zq=~Nu(0t-E!CnWBT9^#UO9M<4K1J{g;3UGSyZ$Scnt|BxCjet|wEbt5y@D-(vLBf2 z0AXJjfe%QfW3mFgYHORQN#HX^Rz8T*M%^oV7o{m+M@Gh3Ad*ZrTY3|%Y2dq17Kmhn z%~`!vP#fqEAXMwOu2KaXm$im<13-f=REDVB!tSh=k>-a!t_V@<4!bSg!(IeXMTpu% z)SU@;Y(D^yoeWWbl_a0;hg-;xkdV_hBg-y7Zma)wFU$eYQc9h3Oid5gY*CWsT-FW~hx4MG{FgWh36?s2!UeY(jd9@KN zfOTWOJdQjIT$IfO&a0gu0o*X=i)%H{0+$utR;}m;R;%mZ@%ewoeh+h18SMo%1BPCA z?^4UtnDt5DIZpYkf&nmez_rD--Ur;23WSy8qL)<|0Brrf5brgNWD{Im=OGXP{ZsMt zpnFrMFa?hMvML8KFzF{ik0(91@A|?!4;2F#nDqU|d$PV1waTiYG64NkZWzCsG7UB{ zE^N{7P$d8c#(gvPzHIvzu~gh6?@THkz~GeoEKdXHBz>DW&n@msRVsk~X{;N#bfTDwIu9kC1vX6jk{13DxHO$8rpy)Z3@UsEtQ+&%CHZ~e z%2Xh`>dr&KGhlGcYvP(`FxRC5VXRU%I{&1?X28$^*W#Mr0&YzDE@6Ma8WjUz)Y0NX z{2DNv@(VuM{Tt;Ez}CRE@e4-xWRs9aep$H#7?|QoqeoL_d#wwu^N=%uzDYl5yt^Zi zN;}-FR=EM_n{4e7ekJQWz-gaUjx!+hLWB1E`>M9MD^+d)1fA17=&rYw9{}lLGF_I4 zLjU}j8-TeHje#EOOq|O{%%YU*Q((TXmqDYQNw^Sl-v`W(u*>pGX;&bk5buWkcY>0e z$D&7!-%R;NxcaxySrt>zPQ|SsqwT=EnM5co2!$1M{xZ+RMHnjcKHx0S&5rl z^?|Ir$sV36fKb_^Xs)5RZS6>zT0TLRr%Ip2&4%{cda5IEd55RUHzUnD&k4VnGIjd! zRDvo8faJO3(PP4Ir2LY$%+&(`*r~Ypg6KYACX*C?cnSjmaB!oR*8HNo44xUj|6Yy=(Z3PJc;7~)~ z5NQ+eQ#Q-<+z>1PfcY)@GLkl9eoOkwvF@M&0304sQ`VNu52?=nzsw{xw^biu?V|np lt%dY#)irh1Raa++{sND%QC95D7mWY_002ovPDHLkV1mnw4eS->P)(rt(`+?>jJCj>q@@X?+yZ{OH*2U5zMu47Mk0PA-)Bk>d5f zzWyDL3{JS@1pz1)7km2i`yK#8uDJmKOz-ob?*L~pFf8pVK%q2u6I2GnWT}vK4PfBX zY}Mc@fJx5g9RUoKYh#FM0E1M9v$;1wp)@;!>3;h&6@KPk0EN=bNrOe8hnBIoxidiF z;`A{iw*>5L8#{IU?;`UgJYK3DPSF!!w}B~uIb^KBV0r3b)AY<>KNij$GFD*AqL06> zErm0OtUX|?gfw*q=*=~T4L-DCf?Z&l0ba~s{uE(Df-khjT`-8uLa*Y9x1`Nez?xbQ znII5OBFVkU*CHJOz7q(-Ss;n4&jq7E6A3uG9p#0A%I`(Qy+capjuCT@XsiwI+2J0YG+W^*{x9h(O3mGss!4*GHQh zUsuloPhE3^O|&=l8=IROKh6kV{uKa#m4z$oQKNAhSOa|vsr~Q9PZ2Vd3~y^7-T(jq M07*qoM6N<$f+%A3zyJUM diff --git a/qdarkstyle/dark/rc/arrow_left_pressed@2x.png b/qdarkstyle/dark/rc/arrow_left_pressed@2x.png deleted file mode 100755 index f0bcb5229b1ceb85a30395d4255d258641f1dbdc..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1155 zcmV-}1bq96P)BteMrg{Ui0TnIzA5fNk*jRrCJ z09}brFw-59o_0VHe9$(Dn1J}`Hl}+F7#9Y06$Ugqx=28f%yi-daUqDf(5Qqcnh9oR zx_%dJpsE;y(Ry4=|I7bC-E+S>eeXS0)zDX8eVxs+tP}XBDvma5W_n6sNLxD-)o0?k zt{2Bel2&2#<(n{Sf;^DJ?CH3!?L2_hrDoC0CPBe!jV*7d0Tf1?SNUikusrAs{J6$& z7C>S2rOV7T1+0q33>4Qm`M53=r-nuv=bJGFT$=P)&Q-t->$k7SE#W=j$~4Av3c&C~ zub(qFuyij_4El<(L9#kSxYUFDgd>$c`U5uWjh=ux}#4$%7*R zilydujP*fJm_Uh69vlErC^a4j9*g>x!sH=i0N0iq8w|EB66&UvLuLSq<>tK-t*Eb* z?))ib0-(5|aSPI(MaK87xA3K=)BzOBjn#PU1(pPT89oW__kX8U0bEyVT#eWVEQ^GE zQ~HyK6afrvdgby3YzkNz^#AJYGMPN21mK$T&I`N+|3gEU1bu-YXJ_|slz2B-7;T?x zI{7|uMbKC8h@0u;A>j(Re*A@{W^*6L0hQuZ4H?MGfSrSKiDj@Pe1A3jE3w!B4>UMi6`;d?(tu}T<&(@n@Grd)sU@HxeGI|Zu-&d z+O3EmLIL3^V+g60;qQ|LEkV>8B{_hEAio0{(603`P_>8F%CpRrUdhJ1^~eR-6MbG23Q9i4*Hhh*60)ffP>Ak z-{x#!E%0?3<2eTa;EUGApSyW)jj->N9?MAp0H5yI{9PWc0ggpuah?{P1psicJ@ysG zT3|Nl+u8D$8Gue}Y#N`t6!?BH&W|ab2LRA{ZR{h^7O<{~F6KR(bxwWt)z|++e*%|w VK7(S3j)MRI002ovPDHLkV1jwU6pR1> diff --git a/qdarkstyle/dark/rc/arrow_right.png b/qdarkstyle/dark/rc/arrow_right.png deleted file mode 100755 index 78d67f2dbc062ac17c8b16e76145bb2a21b033ee..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 532 zcmV+v0_**WP)f7F zh2#^6h+jYytVJvYv0Fs3w6GSojM>bL$l53ogBslXSj;S@bLWMdLQi#zIrsU^nOod} zf4yv$helcc#lRwG{Wy+4cL{JaK6g}bhhpRy>e2(;4axU?vHbYi?vkaVIRGECF5;61PTKwiX%yAT#sj((Y|! z#nsS&3V{bO^yqz-t%e35F+CHJ!=7#A`T3v#fNBZ?4w@K@Mjy@w1ynUfEa3dh^`ck~ z4cLu17J0qS^Za;d00zD^usDGi!2v*(4~R3t0Ro2^z-DBe2n}$Q_lr*xXBUzr`4|!~ z4d2qltt`j!dY#6WrD^yN85jHglke(uw*?sGN1u3fxt}C&>Ta;FU3mEd!mgi6lR=YB znohtZRlQp4r}2}9`!t$>0nW@Yp5Eyqyaqs9lG*;qt@e7o?XJTA7r<|) W>z6i@J$8fu0000t5qc>i_CrudC|y2QXp6gb4ZH?pLimCo>Axw3|%=h|YfFRUaDdnT4`nQEK1Bgf!S~f7~Vz)bZ*p!A1 zj2QrcOByy(Ex*(m3<85XMlor?N(8k`E&MPTY;>SCHZBYRz>n0k{KBc{cNw-TW3?)7Xtv0UN;aPhp3&j zSv+}UKzZE&V0WXRezN?Yqe;9n02rA-nhE=QGJVfR1?imu0Kg1YToQ<|U#98nrnS5@ z002Og7t??lM|x7eY*NNw1BPhD6F|qhQa)`;z-t3mD4vKwM@?yXZ2$n2EqeqQ+ZMgK zIa$VN?AjzT=u=Y~UK^l*S}_5L@MLP$DGk~B^zzqT35yf%hDu}8KC>#8rP~xd5p1$fb5cih=mkxf33G;D0{k7|G zoEpFYfiz8K@N>;DTyPo7U7TG4D_3^>N;8U1xr(ERvkXv-n%>H9G^6NaS22{~!~h}) zDxC3{@qQx=D}PPKx&Z_TX6=akSsVoiY!o-+V%Y!^te@}CBw_H94}%Bn8X&YgdW0)b z`Ljz_{+V+{5 zncr+{{TECcQ1;;RI#}&!wKnw)>KMh!Co=#*z%51C*=RJrH>F_%Tc6A@f%mq;@EcS8 x+rnH15RL$p1IPh>D~h5oP4zut!h{L7_y>ZbNJS16nA!jU002ovPDHLkV1h!&_htY9 diff --git a/qdarkstyle/dark/rc/arrow_right_disabled.png b/qdarkstyle/dark/rc/arrow_right_disabled.png deleted file mode 100755 index 88da1f980bedb91fb51836fd7d897a1c3d1d6270..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 545 zcmV++0^a?JP)X2P&1zwGuyIi| zDJ*0^fk^NRh=PsTAnq1IHZI5_&c@Ed+TOxSuyKi?cp>MpmMTzsZ;=fjWY`s+uho7<3g!`JVFjR5UlMuX`U?`Kz0;1_%QaXT5|JL zseqgj0Ar4XKtH~8<7mkM0D?2j3HDZA&I9nr)95qv0ObArfnVWRsQ_oag!mLi#QhhY zkK@$sDQ3DONdgAZFx1km&iipoXWjwhh-~=xNL);}I`1Z_pAjGl2^dOB(#`gpNjuB} z5O`F7eP{FW_B2hV1!z<&Snc=P8&md~3Lu=Bg}-GN4v=}PgFousZue&q!(r?@paDXP j!cw}v{{IP)^@RCt{2n@@<_MHI)sZ<4K5*}38yclYd8lhVo zvZ7S5-DI^O9uz4kY7DlZ2o@^nx=CaYR#7+Ux`vv1UMjECL9Oh4e&WhsF3#uxWtq|AT;0?&8$L6O(sY z)Ub|C1K1cLZ0%~*Oz%Co-J*_FY#MMawsSnzNIdcMRspSnkuU%N?jE_U7stmZM}_p( zjWYw7Ik+Y6Z*Nlbnap!HxzfBIoEbnw8o|22*wwkE{c$2ujJwhu6xUlo!(0j3k+E~r zuy_gE2<~e@*h&EMsod0?&b8NpR1wt12=n1oHh)-1|C&e{003QMgy^kQE?*GL!9dc0 zwe4^rVrKvTEw1$=H=u`kTO{DVPW$GC#DN2wT`GHG002PuRzn|z2S+Z(K6TkV z`D6fyNVCyF()h^Oxk|BEbdsxA1^^7|oeaU6@YJ`b&%O-@9i(RlT*16DgI-AG3NP6f z^3?zUWHwKXqp4i}8Jj8|8^8ddjm^OHemYyo*;4V?006zB5Zn#~!n?Kvd^Z3TQudf( z?O62Q0Oqh9xoRuEH~*athhxE$kBFXa)GF`UQt)^Mn3D(LwZ>f8+T;O$4NxI>p5x8A z$`J=bK0yGpf;sz-9=Lbg^9cI^c7u3U1GEBNUH2LI^1_&!ER{+jx5JI&%?jY&vJX!F zn@ei+u^(qL9f0xQ5Dg%g3?Mn=r+=qWuSWh%#=QZd%?-~sYtU_dzWWt|8u2zJxCS7UzLt$7Ehe`S4eN& zNEmRIl}a^EPX8^SH83{s0bxH}o@b48t2Xn8MIEa+`DA95i<&9ZI$8O}qK0+seKdvs zS6|E^esrl`{=rs!S6KXNjE{oQ1-J{~jpkf+$yV$kLxv1-#s34LGQBCC9?}2+002ov JPDHLkV1jc`5&8fC diff --git a/qdarkstyle/dark/rc/arrow_right_focus.png b/qdarkstyle/dark/rc/arrow_right_focus.png deleted file mode 100755 index 92271a8ed9454067555798b44d143257b53b1b6c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 541 zcmV+&0^UjaBh z8oRc{y9+C>WCvg(!dU0uRpKq|k$Pxq010DkgQUy#)wrA$P?Uj~-gLFz@=|U9683L| zZ`519kQD$Ru+b24r}oIRSpf-Q8ylzyKd7zxR8~MjD3TD{6x}}2^6{*If)SmXb9bm6<=$3D{B*J}_G7HTA6Q8e^Y; zjU=ZHNSAu^YLBzdxF;Z`rbB3{JFk0Vu2UXhBN*=7*I%5~&2hs^1Dt*Z(p{Htcbnnb zB;ln2!XfpX?{{B@D@e`?NIPf!b3a^Ux%e5Gu*%+o&bJ*p_oksA(+DpE*hE(N8D?KM f^krJ%{|n$351ynzm+_qH00000NkvXXu0mjf9wG2> diff --git a/qdarkstyle/dark/rc/arrow_right_focus@2x.png b/qdarkstyle/dark/rc/arrow_right_focus@2x.png deleted file mode 100755 index d6c31bdda91b138d926aa03db2cd4695e6c6a3f8..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1112 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 VQ(nMnXh8q~002ovPDHLkV1nj>+Qa|= diff --git a/qdarkstyle/dark/rc/arrow_up_disabled.png b/qdarkstyle/dark/rc/arrow_up_disabled.png deleted file mode 100755 index 48054a8ae9e7f05f9353e37fd033916b6a5bf56c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 549 zcmV+=0^0qFP){bSc^n>JYJ;rBK8ql*Ym4 zPVfuCCe|+9oP(Qtw+zzF#i2?>tcwTfBG^$UKPJc0NjT4Ye}`ObLaI#O$ zm&(gP4KRwTi0sllRuGitpJjmgQ)ec(K7H7Hn^Zt@rOHF#QG9EqwdVeeio`y`?D)A0 z^6~wqzb}DmwQ2@NCRTt4ajDiE_l)dZW=@}-9KL<+$}8XZyJ~c8M4smjY}?E#a6Jy$ zck{OL0@_+Z2T@hiY@{y-1IMk`Yu~yA z=58z<{~m;O;9~s9(%YQx?SP2xe2I-P`cZtdwz>__*9r=P@UuXsEichFy&Kv&j;Vg9 n?+b9Oqer7~|5_yf4AkH&_E z!}m+Y!uOqwr;`GZmCU>k@aftkD7N>&$YZ7A>ZOha)rn0ak-1>#$+dY9rWzT~poQ{Z zPrtFU@^0Dh*nAftGCA23yc=2~@JWMP69LRnhRD9&=qtara_-!^pYi!Bz_E#m-5cwV zo+t28yPY>Tu2hfafV(Z=O78=G^5VsXyMD#!n*hhgr=BWT0yz*48{8Fx4KVklpM$D$ zJeOVk!^7~l@kM~>`0O5NohM+Q-OgYpkghkE!HPgsZNm*!uEg>e7H@eStLFkl%AaJP30eck^k3(M0A2Qn(6d^4vu706?SxW`}i< zp|8b~(?{A4)P`pQ#8NY(iuekE{%Q|1sEOpaA)&Kr_2U=wpRkERl(~x~`qJZ-Q1LJppWbMEqOi>;Pu--iG?vG-v3Ug>(_hgR2Z zRRD^mGVcL+$L)cJ$I06lhf8d-hK9qvrDEZ7%PTfRBr+Ea^{;&lV8-C~G5Ku>rryOk z`$XW*o7rr()+NhGQxy=Ioa_k&?kxeBaBS}LH*bJJjsr2W&OL|rJ^SK?n>T-KScHZv zU~Fvq@%y{fc`#g$AV1E01DGoTxZJy;tP@j%91P?E?5}b#TD;)+f`U7jVvu3wzB+rm-o&~BSjpM_44nrs zXty)K)Xdek6PVv0eh(;ZeVbjlQEOVwn_w(CeS}$Gg)@1^j&F2bfymT^_f#tCnl+v_ zy^;f{A;2q%>7#&J24TSAVj}1+pZR*YMIa1ljpb-69WhOCHIUIn`VB~VQ&n(SQGmm+yWkwf(bACHOO09Alq>dw@Xj}^%^bO%l^ z`ed+Q0~6SJ76E)UI{)sfJ`9s@s1DTHo(}dZFo7^ZDM2Y<;HdCwt?lW*VxZRYjG|Y7 zLl(wFoJ&J=wi;LTO0DUOBQ;Q8^iAP5Fb1|v+!-T?WHT9)ywqs<#z+h_TE2(<6sQ;* z)F-~hM$BTU7(Z(?eYdy)TlH2tYy2qxjQXv3ZUIH-ahB&A&GaGmu9toA#si0XHO_(V z02rb+roBg;y^R1M`|;b4;Xbqd1@sv>G4Fi`llTO5-C3q64JW>7!Uz#E5kK#J3%Ay8 zYkgM(r(XC#((?jvAse?MLsmWjfkQ6!s+Z{6+9mzyGjML%M}Bs_EOEwwOr&7tJK5d| zI$dez{S|!&NH&7jyZ$6GzUfNEe$#`{_CcTBZ+`|3!B-qG^tkpH{BpTzQRoZ)8%z)E(Z#%!< zo2hs|%lq#Ae$V&3@7#Cq0D(Xt5C{YUfj}S-2m}Iw{}&up;(SGAQeOfvkS;V9a;Hb3 zVce5{8D0lSEL8310N?L0 z@ry>;oC2v~$Qp_PrMjZE-|cyT$GcmhOHVy(-n})$jck<-!GO|bjj!$1S0Lt+&m>qj z6*xad0@d+9c=}|qx>}sotYRgc~vh)kyZd4NMsWQyW{Rg7|7A} zvo$~tpIo-@kk&nI_>QQBpABd?iuAIbgb?X+gK) zD;`}G-(lBQA-+afgsrmK40P&WbWYabWXEWTF+3pgh1qftE{>$Sdx zCP>AAVyt;1-2kwseO!TtB~6uTcJ7GwLVNayk* zz|#HgrUl`7X@WlczHC0~=l;;M0j0X4_229{ktbXsnHJy7A&~T%u=vu3dGFfM?G9Of zdNQDNS>tQZ=n8=OMD}L!?x!mgB#?mdsE?l;=ds!>|LQhY*9N?DT~BXpY8im@32I$x zhEjZ6PH!g=_$HTQx!e0gR|ZUet%+z;H3(Y|AripeS}s*cz}g(RwG0AxA4Z(L_a+~7 z4AE)A^s@FFs}%qT6OZ~k;ADaS{_rEjBaH?AveVKXKZ7qX>7cP%#cnPh*zVMLh(@bZ z*LA?RP6G^zoZaMJCj;@k0e!UK?RG|If^TjK42LPaw)sv}Xnc60Fn(7b9V zJ7EG+y;xPrx5VjyLPe)xbjIW4aJTsZal{jX<;RT$ezN1dVr(}A`2L>y&qHAI&b*1* z$2=#hCl_CB?jAs%ZSAU07J>zNcGNNgfj}S-2m}IwKp+qZ1OlVxA3TpxeLL5q^#A|> M07*qoM6N<$f~V8bJOBUy diff --git a/qdarkstyle/dark/rc/arrow_up_pressed.png b/qdarkstyle/dark/rc/arrow_up_pressed.png deleted file mode 100755 index 22332010697f4eaa2390c2449306c349538772ef..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 554 zcmV+_0@eMAP)1>OgLbV1%8?&cyvDXH}9aCQ%oL`=sdEZOEo;r{!lqbx^Y6im?1~glb3^?MUmMWAd z{)s>;Uzv8EMc{yeA$)t*yqOFba-PL>wtS(l0-4;yYtH;LU;r?&wRj83e9)BviRYPo z`RZ0>jeky-fm^hydhMq8R((uDE_kV|jC{RAskD9TItNZ%F76*Z zoSX-)0GRNy-imKZ2+20TvnOVW>-B1GV@H8>c5YB^?J33-1}5`r9kI~-)(Np-K5?mD z&HdOWaI*0DP{JB7FwO>ndoJFVKx&`3rN&xw`rZ89?*Q>%ixR%^0T^nVDb#Pe8y)+6 sE}n>g1P(&TyI}A1rLhqa5fT02Cur)Jpk8i6-T(jq07*qoM6N<$f}Rrq3;+NC diff --git a/qdarkstyle/dark/rc/arrow_up_pressed@2x.png b/qdarkstyle/dark/rc/arrow_up_pressed@2x.png deleted file mode 100755 index 9954cf51944f041d5982e32eb0cbbdf3b6a07630..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1053 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 diff --git a/qdarkstyle/dark/rc/brackets-line.png b/qdarkstyle/dark/rc/brackets-line.png deleted file mode 100755 index 14fbaef21675ea00ef5f14f77dd40a6f4a0986b0..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1972 zcmeAS@N?(olHy`uVBq!ia0vp^CqS5k4M?tyST_$yF%}28J29*~C-ahlfj!UD#WAEJ z?(J>IK50u4mcWtU@z1lVJu6+I}bMW<-W9zTKE}iwU@pJt7=bxXm+dW?|Z@8$Sspgxh!U?PVrZt8XzQ5=3pX9CbWCNaeajOeoC&N=#*~Y!3af zf_0<9!R#%9iH_G6MouUV6MMoNc5t!SktUY)7u{M|Biqv)uSG^qFppsEj}qV(+T$iI zD3&5Si+Dq0GadI`Tfg`Fla~GdH-10+Z~OJNeY;p-{b`H8zvZ}t^iG8S)BaVyf9w2H z{9#=REI+Tj{`K>`qQ{9nKdOQDi3zy~sx)LcI&~ag#33Y>SAPZ+AU#F5s1k0$B(Qp|}3_~ZAxG0`@{P73Z{!9PeZ0Db!fB&!K{1g9= z{@!i>>i9$U8s7(hZT7en*$Aop)T`&Nw41M7F*nZS$IH53qG9KRpO~vQt=Xf0*O(5Jiog5<)-r$l?tW-saO8VnSyc{no z7GGC)nDDy%O&dGVM27PhUkfXo_-b8tm@I1>>lp=;Jw+y3Etn3hh8a9v{an^LB{Ts5 DCx5~@ diff --git a/qdarkstyle/dark/rc/branch_closed.png b/qdarkstyle/dark/rc/branch_closed.png deleted file mode 100755 index 4c152b795ef19359ee70b94cb5379acdd4b050a7..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 394 zcmV;50d@X~P)3dayDDeKDaMXH})T&j$%)HRE3AK|8R>(2edv zo4>K2Ch<|N0zVRkW@n+pEJ-eE6_6C=#b`Ru#zq#$k0BkwJFtkE`H$tL&OD2U(2hz1 z0F1|9KwkEFB>_pc(&-L>9`LH^q!-%Jt|E{Z#VObx@EM`)B+FcAM}^a44~a o!d@bHmY*D$nXf9)(9qEE4Mf^%&4opQ0000007*qoM6N<$g7k!|>i_@% diff --git a/qdarkstyle/dark/rc/branch_closed@2x.png b/qdarkstyle/dark/rc/branch_closed@2x.png deleted file mode 100755 index a641a550b67320b67fad7b9e5e6f8672f3b4bf9f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 837 zcmV-L1G@Z)P)3cN3eY1uJ6lP-iy@4eiBSu|oBr2!a&4n6-5Lv> z*@E*qzAx;1`*wyI5$(M*zUx8$7H~a|(-&*mt%HNT3$p#& zA$0`+K+Y7aRsjHHvbA|;mhRsU=>do+4C;$LaWlvBL)rfAQ1S(e#o~NuP%&;+cD+|B zGOUHNCD<>-M+1DQRVQG?@w{8AaoS81S>dd&}IQ|)xS(cH03dCW%-WY(h ztvVYtToB@o$}EW#006e@eFCuRK9C~xnWp(!RgT080M@=Eqz&p4Le%1B8%?6;@R!+{ zjyOGt_y;p9`8bKL005Y(RCaU(;cU#Pnzzhtvi%dki4FAi&4q;BF{2*a^&ZIfPrLvC z=r_&xARLPsos#XnDGC4pgyB>Ywwt1Wa=E+{Mrva9gkH<`PP~9hrP4*I^kV?|Mx6*Z z@|GBp?Vo4?%$%wR;W&UjjXHtvSVCM^ks;9n9B=wIfTK+!cULiz9WftWH*uFoEh$jJLS5#hL z!`N34;+^U|O1FUPx&?&%1Pw3GK)}F>Bwij+Sb*>Q+aq8Cgx;nAjEe=!dZsEzE3v=W zZZxG*DHBBe2%v#Rod`E`mU&l2hP9Bs0+`uIZ^_&Pu)k3!@O?{&YqI^@A-w?G^{@W< zZ*UpH%cXk#f~vFrZ%91_N~KaJ-I4hQptC{#V1P#~%lazQ`(Kf|0;<(&1n|;|!ZV1% zBb(*r0m%gn4Gk?38|Mg^19%Ei>To`vcVv2MG#ZUYqtR$I8jVJy(X`_iZyMa~dNuF$ P00000NkvXXu0mjfZa{t8 diff --git a/qdarkstyle/dark/rc/branch_closed_disabled.png b/qdarkstyle/dark/rc/branch_closed_disabled.png deleted file mode 100755 index 165fae29baf0819689f3ba6a37233166b55f5881..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 426 zcmV;b0agBqP)H4%)umJ|6;q3iQweMCS;AC;JSeyt?1w$XXTrTLTfKtjv^!B*!+mWHC0syUgF|$)Ja{SqFvt5B=x5XYZUv-o&y+!;2yY{;qn-+6vV|h( z9pF=hjrMir#c77|E67;+U5!)$TSPXS_0p|Lj?q7m&gR!ZYCr(wu+=DCnB;)L5v*JL zakMmm5F#h7M(NbFxru<-Py-?wE|c-aBR9!`1tsI1Etqq U!Ivu(wg3PC07*qoM6N<$f+xAamjD0& diff --git a/qdarkstyle/dark/rc/branch_closed_disabled@2x.png b/qdarkstyle/dark/rc/branch_closed_disabled@2x.png deleted file mode 100755 index 421e8e094f77dcf27757f6e67149f8e5399ca985..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 862 zcmV-k1EKthP)|l31(ks$;F;JnO{>x=IN{rARPkp0XsP7_>@fF}^x--j46NyM# zw0|MQt^fe5>5qA<001&YbTSYK2=_09@BqEC5!u>2&}cQg2v zFuucNw5m$eZ;AG|yZ``5c7_KzL7h=2z%kL@%c1}Ppqvg{;%kMe5zk?LJqPPD8TE_y zw!DDa+GZEEBLQIZoB_xAR4h~>+TYRw{C>Y}+QB+NuqR(9;H{~6C?F$)r3Fl|(n}mT zlCKeh2h-ylPXjPLBrP=-9)+9E0Q|~amAr6fbCojR6j}2yRNr(IgvSj2A9K{cw9bEcbx7Ll|Ao+9z~^gm%(yZW07~-YH^q*k zihCVbr9AH!Lg)(kvgtSDKsH~pCRsuf;zP3@~@uu3^IA;RGKDC3VSo@U2Ks og+ifFC=?2XLZMJ76pBLp0qPRnQ|A&%@&Et;07*qoM6N<$f-g&d8~^|S diff --git a/qdarkstyle/dark/rc/branch_closed_focus.png b/qdarkstyle/dark/rc/branch_closed_focus.png deleted file mode 100755 index ccc249a59a715084e9174ce3d7a7eadebea227ca..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 395 zcmV;60d)R}P)sVqMg(S5G=x?lZ4d!Gf+)z_r1wo+-Ez;<)K7f1Q{$v7@6-HbgC<4zpSus_Ca^$v=tpIPB&0j6rL);ASUoaDC)zC5Ege`Qc zcJ7nowSlmuIYV^-VH>`~y#&HDO$AaD$eXm+soH_>@c06f1%VpC1g4Yg+h8-vaDaT= p27@QyZmbuqQ8SlRAR{9q;|oS`VxgOVQ)&PJ002ovPDHLkV1i)esn!4h diff --git a/qdarkstyle/dark/rc/branch_closed_focus@2x.png b/qdarkstyle/dark/rc/branch_closed_focus@2x.png deleted file mode 100755 index 88dd0a62b1d340cfb4443a5d9ae85b06fd7fb76e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 810 zcmV+_1J(SAP)_FGJAlPvu~;k?i^XEGSS*(R4eB=Va$z69Qvg8n+(d@Gx; zLYi+Cc{oC9_HyA3Q#r~p`VKzN@QIKYD-~W&<>a)003TO`5It*g&;hs+xwp= z0010?=~#T@FfGS>D4P`}Up^PXGu_^?7qE9&>JiE?h;1bT<=SM2)2!P+)&frSOTrDL z4?t6?BDei^r`tq^SPS^zs+$1P#WMjO)opYxfQ&pOtu^r-g$LylL~fOhU%Cmln7k>9 zrGTaZ$&fNo=KskFm@0Jgv&k&R3rG!#CrU;E)D?~Ap?JVQ&R3@MButw9z73WU0>xKk z0l>81!Gg&w%S2vS>R^ArG%82(0Lsq(?DDgGY$``NMs|VLywoaJh5+m=5k#*0S>7>` zVI}kz&@ImFqUr(AQYy$@KkHo8?q3D%1$eu0W%<9sBAzxTo%5#l`oE!d7ii5(?d+ob z0FW#izgbtq=CPwR@_WA;T35i=k5B-Xibo{d{*^BeXf9x?i%SI00+<0Xt;i!28NS!) oX|Y%=7K_DVu~;k?i^WonUqqD5zQp;Us{jB107*qoM6N<$g1$j(+5i9m diff --git a/qdarkstyle/dark/rc/branch_closed_pressed.png b/qdarkstyle/dark/rc/branch_closed_pressed.png deleted file mode 100755 index 2aae68a0a13741c25d9473669ce778e87f590491..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 415 zcmV;Q0bu@#P)VsLQUQG5 zv=WK_PN+C%(Fy>(Jbx+N+m?qEQ0W~St_h3*Pwk{L7PLdCkHlR{6+rSp%Q!l7xu3rY z+Qa%4OlFJoB2ov85oh+IymDgGCuviZ_KMSr)BqG&wjB-@JCI)78&~8QNTRxZUdfeh zhg%4!7{@e#LEx}C`nDcsI9ObPz=NQ-eV+ph_<0jnASNaz<_DfNVK)kGW#s?>002ov JPDHLkV1jb>vM>Mu diff --git a/qdarkstyle/dark/rc/branch_closed_pressed@2x.png b/qdarkstyle/dark/rc/branch_closed_pressed@2x.png deleted file mode 100755 index 3849a7ff020677c35f8036ac33660edf3202a81e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 867 zcmV-p1DyPcP)F&d`ILRZl3rtsJ<*!lN_pz81Q8zrGOF8R;q}kE z&d>AK&j!~C0DzJoMHy2701<2696TQG`q|)aps(*pLd`+GQBV86A;DWe8$zzYE1!EV zsj6FzdYbNiCc?vV2phqXo2SMZXrDo=(xLmVi1Lw+DpG7BH1K(gvw8+VO=_J1yNaFF z;}gM0qayt*YKzC&=<6Y(;~5QxilE>9TBH|K0ssI__k9E?V;@LZS@D}2t_e{-ObY;5 zen+s{2M1_ zJRtB(aOcUkLL@EyAS~Ve8T4T1>Bpjcq$6Yk%3NMsJc|1Owx!k?aCzA8?h@f)IrvY2 z$D?r(gxig?sQ$`uAc?&0XQZ%UclmigDE_n&0+PT?)CqI>s_GC<+T+=F$*B~ zZ;{xCh^khOb~Fq5y`K%P6ObRVB>}|#yk@|ZMTys}mBRy^0|*857z646OamB0GO_=q t|Lhl@ni7dbB9TZW5{X12kw_%j_zhW`+6*7@B2NGS002ovPDHLkV1i=4iOm22 diff --git a/qdarkstyle/dark/rc/branch_end.png b/qdarkstyle/dark/rc/branch_end.png deleted file mode 100755 index f92994650dffcb32e82f36826d718291558880a0..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 147 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz&H|6fVg?4jBOuH;Rhv&5DCp|x z;usRq`u5yLUIqmoX2+%*(rHNxPfTu6>|r??pZ_}Ac*&NasB`Y+$IJyB7#LXu91eVL qco=`g=cTVh$Xl-Gj0_Al4;Ze`;kBH(bnZH!fefCmelF{r5}E+txh*#U diff --git a/qdarkstyle/dark/rc/branch_end@2x.png b/qdarkstyle/dark/rc/branch_end@2x.png deleted file mode 100755 index 582832220aa0916159e14c3417bbf95f8ba5ad8b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 203 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fAP_Wk1 z#WAE}&fA*@c^ec&SRJ?gKb6yzpd4{*mciu%^*0NWdoIMhpZEIi)3)6<|Ja$XFlUj2 skF)PM_4w=c9}<7LD<1s@S_=XNP5d^c+;8>2NTz|fp00i_>zopr0Q~$!h5!Hn diff --git a/qdarkstyle/dark/rc/branch_end_disabled.png b/qdarkstyle/dark/rc/branch_end_disabled.png deleted file mode 100755 index bb4344c7854ebb1c449d033cf37ff0096b7f2f23..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 152 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz&H|6fVg?4jBOuH;Rhv&5DCp(s z;usRq`u5yG-U9|4ERIbv(xL%OwKHY~EtspMCp3TV|GC$E1R`Z4*VgPX`p3-3BH+Nl v$kM~E^Yua8?TMzsA7tv!_7^cSFg&Z}*~aO=sqh*P&{PIbS3j3^P6V~5ODMQeEs&XYbp=fS?83{1OQ6bLOcKf diff --git a/qdarkstyle/dark/rc/branch_end_pressed.png b/qdarkstyle/dark/rc/branch_end_pressed.png deleted file mode 100755 index 2020162f231100cb45c703ad6bc75ed3753972f9..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 152 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz&H|6fVg?4jBOuH;Rhv&5DCp(s z;usRq`u3bBFM}Zu%fXllJg0QbM0`~L6gAA4`sd}Z^DDdsXB;=_Us+?4`iGr~L!p6z uiNk|m;?v=^^DCdQ+_@Z{8@&@~&`-Hf%A9voTKPb3VDNPHb6Mw<&;$U_buMTC diff --git a/qdarkstyle/dark/rc/branch_end_pressed@2x.png b/qdarkstyle/dark/rc/branch_end_pressed@2x.png deleted file mode 100755 index 2a5c4fabf6dbdd4257b2d83b14c2885426f5e0db..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 204 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fAP_WL^ z#WAE}&fA-gyayCSSRJE$D-QXmUKN?T(RYU7hj_C)63QmmH$Sf`+xbwh|9>OH*M?bS u;9DOV*L|w^Yij5ApXuHYJD|NFFy{gDt@Z4E3)YLWfViHnelF{r5}E+>Z%nHI diff --git a/qdarkstyle/dark/rc/branch_line.png b/qdarkstyle/dark/rc/branch_line.png deleted file mode 100755 index 2e8c72ab63678bd9a5f3d29818a1f71d129a7e30..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 132 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz&H|6fVg?4jBOuH;Rhv&5C}`&C z;usRq`u5yGUIqgWX2UBdZ;GT&=414~Z$ELhnD3>@U!FbAJtocwREh*@;+L~EPRopV P4-)fq^>bP0l+XkK(pe%G diff --git a/qdarkstyle/dark/rc/branch_line@2x.png b/qdarkstyle/dark/rc/branch_line@2x.png deleted file mode 100755 index c8f07af31dd1a465d042de5981b7d531b1f68780..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 238 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fAP;h~# zi(^Q|oVOPoc^MQKm<^li`&oJ#dOq!tx{;dfkUf9*x1F03PkodxY2dqH<-ndHyMTEM w-v!1f_7@CmnM)e3FkaG&Yc~4}0Nu*q>FVdQ&MBb@08*4qlmGw# diff --git a/qdarkstyle/dark/rc/branch_line_disabled.png b/qdarkstyle/dark/rc/branch_line_disabled.png deleted file mode 100755 index 9c8c47b3d0135be4123a0ff0ed5c95f4853da7ad..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 135 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz&H|6fVg?4jBOuH;Rhv&5C}`>F z;usRq`u3cmAcFx1i=*13fCiQp1zV*BcV7QbR~AeCn({Tr?p|7rAW$(9IKZB&%xoP| Ry`B>!=;`X`vd$@?2>{>~AaMWy diff --git a/qdarkstyle/dark/rc/branch_line_disabled@2x.png b/qdarkstyle/dark/rc/branch_line_disabled@2x.png deleted file mode 100755 index 9b868f2a5cd7aa3a76b2559dd40bef003a0a3106..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 240 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fAP;il_ zi(^Q|oVOPo1sN0=4jb_0YaC$ur`yo;A%kblcEbf*&&U3bxoPn92fvjAdxq=+<}G{| x7^B! RnBhr~n5V0s%Q~loCIDogB#8h3 diff --git a/qdarkstyle/dark/rc/branch_line_focus@2x.png b/qdarkstyle/dark/rc/branch_line_focus@2x.png deleted file mode 100755 index 512ee13a25ee7caa1f90e6ddd8b1cd9696f92fd4..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 238 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fAP;h~# zi(^Q|oVOPo1sN0=4jb?V?{HI6P_~g`ex1vc@wWK7UAUQ#<-caW3ye|hFBsM`mo!{s vv~qaOAiJQnf$xHq1AB(-0_H6=ljdLloXvUqq{ux$w=#IT`njxgN@xNAM;}U1 diff --git a/qdarkstyle/dark/rc/branch_line_pressed.png b/qdarkstyle/dark/rc/branch_line_pressed.png deleted file mode 100755 index 3ca15c5d0b97a1acc143844169b21a2428a8bc62..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 135 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz&H|6fVg?4jBOuH;Rhv&5C}`>F z;usRq`u3cmAcFx1i=)~sfmR-!2Np^T?!5k=t}K@7o9>%$cQ36*5U3al9ALM!XP#+k RttJl=^mO%eS?83{1OS*#9*Y0~ diff --git a/qdarkstyle/dark/rc/branch_line_pressed@2x.png b/qdarkstyle/dark/rc/branch_line_pressed@2x.png deleted file mode 100755 index 3685531020c5d683c3ca9d5b394d006431b5cc44..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 239 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fAP;jBA zi(^Q|oVOPo1sN0=4jb_KRvhAQb9AdPVY_x);=--x>uT5K%qaT9F1vtv3*QCCDE1c& wYne+Lt}$9Uyk?MHP};zE!ODR>gJ#llY{e|sHD;Vm2RfF))78&qol`;+06G^Y}D z;usRq`u6HUP6h=Y=Rnc#0_KHV`ktv>@+@Ij7J2e~-lr2wH8~^SZM);UGjPhMZlE3z xc-Wv7f1_GM|7SC6(Y(E;yVthsLnIhlnE5`vmz4mCc)I$ztaD0e0syiXFWvwE diff --git a/qdarkstyle/dark/rc/branch_more@2x.png b/qdarkstyle/dark/rc/branch_more@2x.png deleted file mode 100755 index 9c1ab07d0456f6d92c406a4e953677a316498ea1..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 260 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fAP;i^4 zi(^Q|oVPbG@-_$X9K9e?+NbnQp6j4eNl){aH>^pK-}Q|reBL$x^Dg<98%{pXU%(LM z5X_*vK(j&Yf`|im2G;^s6V?k%vzRg%eHphjEW;uFl)2_f;a{ownT(&WG8r2m|Cj6? kQ^!bzMl9y)$Uope(#m~k%FI3CKp!x8y85}Sb4q9e0IMlh7ytkO diff --git a/qdarkstyle/dark/rc/branch_more_disabled.png b/qdarkstyle/dark/rc/branch_more_disabled.png deleted file mode 100755 index 29d99a63e811101dbc2878b769cf378f40b6d9bd..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 167 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz&H|6fVg?4jBOuH;Rhv&5C>ZJK z;usRqnw+qJVMpr{6A%taViQ)KwUW_I*5Fk`AbXEh!WG8Fd=drh8v?Qp)U&a%d#!r1 zP@buWhljmv?aa##>;5tFHzL%P9$3N5c88IHbsnevw%j9oftE0My85}Sb4q9e0O6`I AxBvhE diff --git a/qdarkstyle/dark/rc/branch_more_disabled@2x.png b/qdarkstyle/dark/rc/branch_more_disabled@2x.png deleted file mode 100755 index aba830362c3072046a2dcba5304ffa389101a128..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 263 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fAP;jTG zi(^Q|oVPavd7A?SST8O;D8;p*VNKKurX!6#m!F)KxN-8yzqdS3EY?4_SnqCC^W#y?xE8RQuwG!A#gxJ5%ebXs84l^E%sHQS)b*a<(r|O@fiq|R n{@$djx4(gaCLGe!_&+e|g>jV4O%nPD^aO*atDnm{r-UW|W;$9z diff --git a/qdarkstyle/dark/rc/branch_more_focus.png b/qdarkstyle/dark/rc/branch_more_focus.png deleted file mode 100755 index 20a6f27b83b136afe1ffbbd519a833c8319be61f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 164 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz&H|6fVg?4jBOuH;Rhv&5C>ZAH z;usRqnw+qJA!5zn+X)-L46o@Zn6fi8W_tNxSzWHDPOR} zOO8+RK*a+WgJR~LyVz}5z|w*2JysAM1?&tA2B*2%J2l+hfi^IBy85}Sb4q9e0McSF AaR2}S diff --git a/qdarkstyle/dark/rc/branch_more_focus@2x.png b/qdarkstyle/dark/rc/branch_more_focus@2x.png deleted file mode 100755 index 6f42eea8460aa29720dc37926132b380a9b8a8f4..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 260 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fAP;i^4 zi(^Q|oVPa}c@H}X9KDb!;`cCc!9&5I*@r5oUQ;ue_BG#_dFQ*Yao?+!9#-uC&&+y( zX%ZSN z;usRqnw+qJVMdBij={+pHyk=8eWqkAW0NR7u!7l5*5Fk`AbXEh!U5R>POQc<8Y?HY uyK=}_7%T5@j5*6J$F!IaSs~93W`>=UIp(_So;?LLp25@A&t;ucLK6VKR4xzz diff --git a/qdarkstyle/dark/rc/branch_more_pressed@2x.png b/qdarkstyle/dark/rc/branch_more_pressed@2x.png deleted file mode 100755 index 5f18f83415213205e3c9069f9ae6a74662b26efa..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 262 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fAP;iH* zi(^Q|oVPa*@-_zu9J#=|NTuqLo8g@onzj>-;+Eu_Z|9Z9i%Kc~O zTEJ?;dVy&cQwF0ibP0l+XkKe6UsL diff --git a/qdarkstyle/dark/rc/branch_open.png b/qdarkstyle/dark/rc/branch_open.png deleted file mode 100755 index fdf0f8b43db3ae12a28d8ce17885235ba0c30c58..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 407 zcmV;I0cie-P)Iz;K9-=U9k^LUOrOg8M6%VVLCuf*=Tj|4xbm ziT5W$wsMi~lGaa?lp13qs!CtLVWjn@h;UR^6}FMHfGk&tdu#1lQQSG#f~q_SunNjt zQND0MRjIB(&H>C&)K%i#&Zw-lcH;wb3t$1@4Vbsb{eGeWjYi{bQP;Oca15X-kW=H* z1Cl?^XT0B|s0#o!0sF66){f)&rKrCYYyG})J~z(OSl=5A233;Exb(<4PvbnT_lLj7 zjWcoZTjE?tAZGw-0PX;0fUFaESHx}<>0X(>(gOhC+4~hmUIH@z^}>uITTQL6%XUpQ z006ADF-0W+Qs%1DY}OyA?V1`%DRb{22!h~G`UGzQhdxet(?tLP002ovPDHLkV1h^; Btc?Hw diff --git a/qdarkstyle/dark/rc/branch_open@2x.png b/qdarkstyle/dark/rc/branch_open@2x.png deleted file mode 100755 index 703cd6af36efbc4ba0d03aa04eb075f376123556..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 803 zcmV+;1Kj+HP)F?IvO7DoY!IZE!b2JaMFb`l zUBj$HL>@Xs5OoL%ItWJKMTojohoA%_D!YUvY}lpKo-%j7nKcMgVKGeIbzg^+)=|Tp z*){O}j^F#{&HsBl!?1u5LI@#*5JCtcgb+dqA+`z%+Q4<)eG8z+1VowXUc!pqB_a+Z z+-kJWo?+r{03fC-wrvgs=@)naj_bV#aQII{dh%mBcd?`{`SpPiCI|pp>jV=G0JPUv`bJ!AwQc*;2K&}A zsaF6F_)1d>e9E${)P@3=2>b*9fNk4OM5$%~L%z~(CN-qBZvEGuuItvbQo~qz_)O7I zO<^1!2x$NSV4CJsVSes77*Bnr8YcD9@w|@p_R?A(ErL>D#FrHq9}Cr02a~bb=P)t@ zA-w{nm|1Brdk4VHl{e#VD;~c=M8&nP&$w=@?G3tZ5VCQXmlpbyrB z)rLA9i^V1ZAe~NE*VOK~58#5Y1p|CFVOc%p%2?I`0D#tdKa+Y5pw3qsF$gXBe15`+ zRP`}%%vYZ!rn9zf_LnnX*#`gsqoZHrDzfkfK>d356EML=buy8N4VO7ucwd3PNhYIS zv5-H+pm*!oK2lKBREfg_6&e5lB$LV9%yjMqfJbZZq7U;Cqj`^MeyLQhio61)7XQ?A z0@S%Y2=y5X?WSq|taPSLp*XCc+r`Wkdm8^6gUk`fakg!C4k3gPLI@#* h5JCtcgb-qj_yr{=^ZA1_Mxg)z002ovPDHLkV1ni0VWR*5 diff --git a/qdarkstyle/dark/rc/branch_open_disabled.png b/qdarkstyle/dark/rc/branch_open_disabled.png deleted file mode 100755 index 8328e84d72d7c6572d7cbd8711be7c825b21fb4f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 422 zcmV;X0a^ZuP)HDgY?~RN+UBXy3n`n+F63+a0*@@Z3De*Z+=n>S}yXQst;d+38X+Y(^mL}B^27D{=Ugbhw4xMQpc%+^=$E;p{oOZHzwr-zeZ*M>wg8Q=^W3GEr-MQ7 z>bA0pQfmOBWaBiKUdM2GT>}8Z@x`d1_J9_F3k6kR5^xo=T*#+0we;0I03Z}!7y*3< zbOQ)fmGTqCT&7TKS6u@D!bzu3e9FM1_WkI|LFT63u0|*tIKr|l%lZ>O0C$CJFw~&s QX8-^I07*qoM6N<$f;FbQI{*Lx diff --git a/qdarkstyle/dark/rc/branch_open_disabled@2x.png b/qdarkstyle/dark/rc/branch_open_disabled@2x.png deleted file mode 100755 index d8d0faecb175e3864a519868e40fc9b41e209562..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 872 zcmV-u1DE`XP)j{Wth215j zsmN}Z5Mr^W+eS=07!z-%@kWA?aA`vSBm_-Vrhhmn=$0mwq=-h!tsa1y2q8ug!I02W z_IO$|C(_LNDa}D)E*HR5+X!GB$=KI83Ej6LD??@y%s#4i}XJGMwgua2H zH$aqKz@IaYp>M=v@zD*L*5||KCvxvU6<>7eFz{YrG$pvV!`yv{;1K{w=khN)$5DY5 zf$%>>y@nqKy2j>`yD8JYxG3&hf%?GcDynY|4fKxAx%3_39|54?_xu*~bS-eA^ti%v zPTYxPrnTY!W^T&1t#sl}&9e9j=VVP3iwB5B5dv_2{LIZ2FRc5@#c$UFt4l`JBC>sX zUH#>WU&nrVkgW99{00>Yz_T+a`cswXHWvDOFGSTlvJC(@ckbt6^R~vp3zu(H1Fx5i zM4(}LUH$y#ZH>btBO~{GO(vW2I}r{6PtF(!gHKGwwj4R!dp*j|k^BbCCY{N*tI)~a zn|x?`!R>dBA2=`>?2^j1egg98-D$e7#{1_Z-}j4A_bl560HmARHmj-+%nyu4ox8PV zc<|s~0J&VQ`kH%sKS)d9JO%l1sK0w(xjL400|1iQ)>j4j4p=;MqGyZ6*k&)z70? zB$LT3QU(JrDJ6>{@rt6%7G<%}9i;BPkAVTj>)uVyXFNSUJ*RUZ2!bH^@01nDZeDa~)Y&GtItDIL}zlE2GFS!G5|KxZ93i4*r`<#XHavV8{hP@y?1pE)2Z zYXaB=8in`c#FO7;<1G(h9|5hv;Y*~xpKkxF0jFbnPOmi%UIgle*K&#Hus=OtoOoLD zF3(q{Q7-WecQsGyunlBBmcGfu_=eR;uZ%dH_JY>25{d16tmXib$jBhz_dls%Zc~yz6$Ad<)ze q4V@QsU29kEY<>NVK@bGNpYsY0D{=*p^zVWI0000(RCt{2)=fxMQ5Xi`_q|?AvLJ$>2#i)iK~&N>8iYjzCMhP& zBFYk?pGAuZqJog1MPLPPf+&b;5%@D#q`yt{1Lim|ftwZ?1+Aj2upl+B_iZEOTr14E zGeLdN@_gsKeCN9yW&mT1F~%5Uj4{R-V~jDz{4bbmKt;D!AIxg5Pq@<1H;kcl4Q&xxl_gtJg z$nn|6IuW#%ogwa7;OhQbPYWZ+1^`q)lpFVgOQFjH5q!X$2QUF12JkMlym_wFTh*oI zx#m~5YyQY5bqhQ+bzQ(19q!KM>jM!?5CCF5T0vj;0IUp^-cqbhHS*bPa?884)TM3% zSRX2Vq*#|~WbbTpr;6eUAYI4Tj?XFpPeP?7f}X^>RQsoy8#=YR*ij18FaJtlWfYeO zA{qby^dXYjGj;qLWxLT2U{Zyr1CTBOD4M!1 zsD0kBv-eRmN3#w{tnhFe(3$CJYAf@dV;u=jMBQiJ1^@tYPc;hE0irZi>J?a@-pLOD zu&P~i78C`SLGBCf6Ud|e4Q$I-k9i#c091BrUEt^rfTf|*U=dj}HjW{;Se+2IhU%jd zccmNY<+H!M4*&ql+g0Yex(i_S437*!+|l32R6hFxBK#HjolJsne4iT$Jea}uL8pk7 zg}6LWpaB3tCc)v)KDQIP{;NF_p877U`s(?zP<<8T31pENPX;X_TSApi$7fStf+K}& zr|<)q6iZHAA=nH+f-a;7oKwI1fACMLekiy4no9n5AI2DCj4{R-V~jDz7-P(T;yYh@ V^6If}(3}7O002ovPDHLkV1l%zTaEw# diff --git a/qdarkstyle/dark/rc/branch_open_pressed.png b/qdarkstyle/dark/rc/branch_open_pressed.png deleted file mode 100755 index 441c27344e097f84e48e0512ea3e389f6038417d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 421 zcmV;W0b2fvP)A) zh>hK>WTmFLcQYe-saaT9DJ2_4BCevWZIogq+HerY!jM5x)62Lop1+&;@uM& z)0fZ*&<`{R{_-nRxWGCogt&B4uDo*-+%KXKi$5f0mtdNSFi1U zR8UJm9k9`3J1LMa&u7|hLMgU^Fi8I8;XZP)KKmHdANU78v*MXalyW|X%bG~Necpas zuF8O6k@Mx`UbS5{4FKpJcRPzAxdv_wh@R$>m$i2Nf~fDGQPVU{`*Yp_S1V~n#B@xB P00000NkvXXu0mjfvA4MB diff --git a/qdarkstyle/dark/rc/branch_open_pressed@2x.png b/qdarkstyle/dark/rc/branch_open_pressed@2x.png deleted file mode 100755 index 0e43e8b733a90f3835db0d458e9eade622aab3e7..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 860 zcmV-i1Ec(jP)r4~Ya87z!ydVBMHll2RDjS+W448-s+<3Q2>V z+RkxNqtk08*n4NX;Cz<j`lv_wN(Ydvt@+klXNsjg<2fgHZUO*(C83KLj?*rw;{olrSU+r(7_L@DP zN;sbRP~elI!+WZgPmJ}(|5$9Q<3q9e8N!aLRW;wQZ|SJ^o;{~Am8yuu(_OBIpL;cr zye~j>ufT2B>C1u2!0?9FLu*3`mr{FyA$HRk93ji27dT`=yP~QMfx<(-pz75CHdmlDy zV#|rK4EJZulPSk$T-~aZk-#tsV0D#DzOcRdw10mOF*r{-~WDmEE1JrLz z1s`8k(<9L0x=sao|4L7?vs4{Rx&VMkBE13SJWyMFu5cZt2`cZ1lRu5}n(NjnM|69( z`@ldc`;~kF0O8n|bt2Apz`BRL_O~THx*qL>|XJ>cTM&I(>Gxt36-pkB6 z@UKhy1J1bz5%LCQ4dHe!Rg?>a6N6TK-#;D+P_vEKBJ2(W%Sn+a+d**e?Et`;a}N#j z9r&f_s|91Kp6C6{qiPt2x2~h8EXW>k)1Z&~ouKX-hjrJ`nsZO{C^}3v=bqJFL+h?_ zn8ZwHRapaAFs3>$fW<-~-dk4(0pbgnm+iw;EEa#n#qK1r8+jKwb8g)rp8z8C`F-F2 zIxas~0BdbYkpo}}AO^WR?in*~F^g2ys4-uX;*%;j02hWYQ6BdMg`K|wV682wvfCTg zqrme%&K+Qc^_QZ$DI!tY^Qo6G?N*Plek<^U`Xn!q>Ofq41z0i2fwi`jtj%Km!~lI- zQjyQ9YG$=QQTlg4*g@Iv3Ouo4_(DKtu|83%18qC?s3)lGtMa}#Gn@4j1Bgf@s++*& zn6%8+PYeJM1VLSd?U4z>RuE*fJ`(_d?|B~vjslq0`pf_$j$&%-GXp^TC@``CSioXr zV_NGIW&RzPJntJ&N==+l-7VP#v>V90Ht$!n*<6l`oeu&CCji$`RGt^WRjU>6EvHGW za|8yhM98`zdo|}|u~4Y~>EUKmv)Np}YPHIOyaOVGR+6=0gGq%P8m~O#lD@ diff --git a/qdarkstyle/dark/rc/checkbox_checked@2x.png b/qdarkstyle/dark/rc/checkbox_checked@2x.png deleted file mode 100755 index e7a6b1afebb28e00f68002787be4863dd9d1353e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1238 zcmV;{1S$K8P)R`O*EU7s)>Bk<*Up;Ffv8fEnp;nifJ;j+ zAOWJS`VqKLkw_#V610>He1cYL1ga>PD!l}xmD+21L9kpl&f4A{!hs&E1luo%?g+2f zuD$X2Pn!Knd+^NI^ZME69gnRUV9Jy!#~I4fsKcza?7<}_{s_PVfYSh8FEp~r*$40x zz&0`6+cg>w7KyyHlTrn+Z2MgT{Q%%C2|<=gm%*QzhVkpm8YxK?%uId9StigHj^51! zz&wGrc5Qo!nG^r$L;-BqU1G-9#l%)7^iAJ!zDTT%D;(N>D^mQ7nN}3|4-La`h{%^3 zXHJ+|wQXAupk5&2bpR(v>cQ{DrNfv29cFFTaeqh1_5}PE_}*pHH1~=KUN)9x%_yq2 z!N5DA;%;AWo{bKSV=2(G2bVCK^Z$7N9(;OKZXN(k)7%Su?=paAq2l@By^Sy?!0=J` z|1r~QyWRdNh{djsMJ!G+NV{zJ*Jm4?FpW~AucSeuyhPKOT+!*FB< zRVFd9H==Fg1Q?m&)orw&gqYaJX0M6!fa8KzbpToDxo%qvu)^REhDG;P!n&^OJ9)2N zdk5^e?wlI%BL-gq@W$|W)n`2Jxo$h}^=mCahgqY5e*$nSruvi`@Rxb}sI>qs*S$_L zkFF3O=Ix`l0`wf`3^Ue>?x&UlbeJ`TaR71kF>c^7aT z=S`ong5ku3K)-kj*4xcyFU$EY*S*dqTVIgd0X^4k`;5l`u3|V>XYds@;72>IJC}NX zMb;PO7C;NIg5jN9QkFg^ut?+uglkAi1%TcL<7~?1O0m8`+Ebvd>wjcRg*3{s zzCh|@Fk>ntQl|928%ra~pw7Zmm` zkUbTuvA&?tm!Y&&sM7j^LIqeP@&biE24Q@W1;OzY`lKrB3krW7Za14fPf^YjXcNG5 z0M7}u=_$(jte?z^q?GjmbB)FT!24zNH7T|DDqJOT0_=wmm{~0;7U{&qz8`H9C&1J2 zfoG2(W839su|&RCH2NwT+`Bf>ZW%s>1$et(VJ_dU5#A zA8xt4pzk=#uf~Q60N~}8VcdwTNt_25&E^e&mx~Lk6d2&8SzW)G)FA7osqX>IOAW1f zGHseV%(l66c(Llbj@#x20G>>;ZEnhxDaV`t0Om6J(~hb@2><{907*qoM6N<$g3+H> A7XSbN diff --git a/qdarkstyle/dark/rc/checkbox_checked_disabled.png b/qdarkstyle/dark/rc/checkbox_checked_disabled.png deleted file mode 100755 index e3cb2f127c00859d32fefd9e9da0349efe2ab982..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 731 zcmV<10wn#3P)HuaD4eE+5*Tl` z63k?+T&XRG!PNvU5|S(@C>I&VxJf7n69WIVsg2c6-Pl4YXyHbfds_J3^c zZ}r}}=brC--?^7}FZ}P2;=t7#@oq%!0$o5;Ks>v^8mj4BHnZ#<2zg&3c6?Zn7eG7E z5D+;|t#(9iwsoA_+xYr%)g34}5Qz<56l2~4KT#dBLd?IN&HM<0{aP%3%H-)qWE?nw z>Lu5Sx`Gm8Mgc)}D3{Gl2SMz@`H<;|oe)u;IW4{pV0rSo0IU%6L6Uo+`F*$cc{k=2 z(Bx5jELfa-{@r;z?Z)a#fw3M4; zl^gVfWHM=~;VC}1Z(sseKYzOeT=vEk#{P#`forsYv_D-OtOv);FW60NA&dfx)zpcTfb z4Y~!oWsKUjTJOU5?|5-8^9Bf4Oso=K2X^7$02x&AV)XP6G&+wve-f|;VDj`HmjDUX zyR|>KvEMCFO(W8W$aus~i01d_J!iNhp{IYKQ9|{-qC5Z$s_B9#Z(_ub4~t5g01qlf zFeszB?9_cXaOh^V@#WJ>TgTZ&M4Et;1a~{y0p6jS$YnDx1FHFt;1{nC38>@aaNz&| N002ovPDHLkV1hVXQ0@Q# diff --git a/qdarkstyle/dark/rc/checkbox_checked_disabled@2x.png b/qdarkstyle/dark/rc/checkbox_checked_disabled@2x.png deleted file mode 100755 index 0c8c28a245d8e611165f6719580fa9fd9e382d86..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1334 zcmV-61y}RUF5^znNJ~dLdOBQfYc|n}{K)NN>GtT!BL? zk-$cc&@|bNy?U_+5?LTIruF2_=n@(wnr2%tgvJ13HZ6Lhk{Des#RFjv7;M9-S=gDM z2lmPA?Cj1g^JfRy&+X0pX5MeU`TpK}GkF6vXwcv!Lw159k))!u%7nXxowm75X1ri^k);4V{fTat@CAT&7n1Z5%96$(EzYKvszu4w?$AA$ z7y;o9fHSV<<_~8;7!J30?rp5E{Zc8Yq5$24i4ib9^(HqTA&Q3EJM$asYb&Ow%?=iA zzgTjR@r;Q_C5aw1V|O#1POBcIdt_p7mcG_1U1+cPykv&aPZ#(TPa01x1J~59ir>C+``wNr+ zHCTUj@9DYE-RLt=0@$^_1iEhLgQpz=vl8s-k9V+5>o3ft{&cI~KscZt))%nR{#sw)*a5wsp-Y7k1L(5$Ea__ z^Ffe_#(MhW9meDJw!Xlz0K~Xw5z@pGP3cP^2-X)k7C@ENTLAVf!b(aZ2-X)k7GOC& zl?7qkDo&I_P^>R-WenKgX}b-^V~emRmgrlSq-g}e`T|!3$YjO~#C#prrSLky7cF9Z zvA)2ySzvK?@((+uV1-}S7q~hN+AM`?_-1{9s{+(e3TF6feSzx>p`(_9-_{p+vJyN( zDfn)EfhPjgSPFHqzQD700lTG8FY60DeHpS*3U#x-z*7M-nel=o^LqfyHd$;+62D(B z>kB-89bQOJK2aE#8JGv~9Kdr1<`u?eyPwRw#FwwaKhC7K0KDx-U$qj5ufp}jOn|(; z5sSsD?I#X2Cb{R0F=hhf^o?CKpLa7UKQZP`z?Lz_On_B=L(}+*%X#^RrqWe?n^8U` zmkGdxyZSaUO+@<=t?sAiEz!P2D}hTEV#a3!Oav(Gw9Nrn|L*|dv>d|paS}mnmM+~f zPTAtKl~CJuc~DZ4c|OqF$;PE4GmlynRewYA2%p;34lb@NLt2o8|mHllc+}@c7 zQPjKCJck(=S(=%=RVkqA9KW%?wi15zjbB03g=6>M5M@cj(9%rmo2pTEZl(Wij)1P> suIs@4Hb=k~1CML@ZLUFs1}B?;0S^@mnVy2*k^lez07*qoM6N<$f|$p70{{R3 diff --git a/qdarkstyle/dark/rc/checkbox_checked_focus.png b/qdarkstyle/dark/rc/checkbox_checked_focus.png deleted file mode 100755 index 58982ce87b318a62270413bdc4e395e373e261fd..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 655 zcmV;A0&x9_P)Ff`2%9LyP}AKT|$Z^_y+=N zmC7V#2&q=EFknzYLDB@lErJVn0YS36mG}peIzhoAmB}27owux;+3Zesw9&76+;?a0 znRDOFya)d}>JF6O`(})n5oN)ZJc<|&G4%*l>a+UXQ$VTe$KWSv!g3X0vRSNJ z!f#`|3`_$=?JQ9Sh)$^GS-guHfJ7+-+5*CY%ggpOnlt*A497yO&?EQU6sw*Reg$Ck zpgE%tXXWQApt$V`{qz=M6d)0D^{i{6vnDgK;z-AS6N(Q?ZURczcm&+(j7eJiD*}q! zo=84mo$S=V@bb?KNVDD?xuAJg75BTm?;`BCs#C3xwAh%|-XQw>I*=3}2gYS@wd_vB z4PkvC+iNIBb?n!y_#Qy2^%n-SeqaHT)@*NdgzlEF^UyJ32az;~n$y|?E%lmLq{U`N>oW-eXnf@bU9Ctsm-U$iq_$!R z>$3}>)rv@(1NMRaNSZsZ^?}U44oKSp!y&Xbka^v_n_|_Mli|TB0hl^K zJi_Fk5&*4x+cZL;-GT^JjHi&-i&YD#b?o7WB6;#j;b%Y`p-PxbJD60+bEot>y$>dV pa5PJ{&STy4=j6bqk#;ou&o8D<>#ezM%N_s#002ovPDHLkV1foQFx>zE diff --git a/qdarkstyle/dark/rc/checkbox_checked_focus@2x.png b/qdarkstyle/dark/rc/checkbox_checked_focus@2x.png deleted file mode 100755 index ba33ba4fbca7c1be6773c54b4a8f42b118baa911..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1269 zcmVEgPeCgA1CnsEgJWEzr4N7kyJ^ z=FN2GF?W8{zEAQNbMATXo_pT++_^Kk7iiF+!A?e^ICamkX>A236x3OP6bbAXV0Y5N z)dPVi0z4u(XTZ4HQozmG9$63jUT6YJlY9%{HvnGM5@~wO1M*>|Uw+=o$p~yArE`LV z0H?A21`h!30H;egH~=#6j}A;g=OhM1_*pWsr3m?X=_h;~)a;v?s_dsd<`s$z!NjdY zYgoAcu2@)CD@)oV zPk>UHtxy~T@utH(zo#Hayc1(h39PN)1l%>hY*IehE`tYvO0O)zkaGZ59Om}w*j&^k zKtY{#UQ=ZFZomAaKg?vQ^vaS@hMhL=*Z`jd2&CvTn7E}qx|C4Om~va>b+1oN0toDP zULRV+g6_c5!YB3vULPL?xL0_2o9*kt8@u1?HFzPkLukr6fGBj8*`|~l0_D_(h2y3e zqjyir-*JCC_X;SD^RTjb8!J-7{>0!5;za^J(6vEcHp; zK60Ia$IG|`pyt-~9624gkKE1y#YuJuIFfWfxl};+44X{wI{?jF`3ZPEZeO`fK)Cb) z08eQcSK{`SyAp^jeUXt$pUlVYFINhPDt!p%_Pm6zbo8041Voj-vgBfv7oJhbO$pQ^ z{ohW@pSt?Zg#xmWzKs?Iym5oCSX4us3lrglVHl(LdgVcs?>}C~C6RQcZxdSqU1hde zIKlc)F#J zrxfxaeVf<`sPxG^DW8TqR!bo-(znqv2kduoS%DFl z;5y*feq4sgU~*BV0s$GQ^x=yjhp309z6Q{)HMHc3bZDyXV{_Fl=Lhn5Y!1L8!29(a fn`_XZ!OrGCw>RmF`CV2H00000NkvXXu0mjfWxP?5 diff --git a/qdarkstyle/dark/rc/checkbox_checked_pressed.png b/qdarkstyle/dark/rc/checkbox_checked_pressed.png deleted file mode 100755 index f104bb240315fcdd6104f7d5dfbab95df3538510..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 704 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 diff --git a/qdarkstyle/dark/rc/checkbox_indeterminate_disabled@2x.png b/qdarkstyle/dark/rc/checkbox_indeterminate_disabled@2x.png deleted file mode 100755 index 0d32c78f36c2aaa5ae15b3f4fa8bdb3ee6278630..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1003 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fA0|WD1 zPZ!6KiaBp*+vfxYiX7Yjx#Go=8!IxEj;(Ai4aknY;~^kpvSgVm-?bYWn+uH-CtNuq zareqmMjunXW#9Ze_=08|gv722WuNgXA!Wr!`MevS`kXJ?$?->3-G98TsQ$L?`#Xor z_wOlx@4G`hKttp$&stSY0go5I);YCEq%+8{K49N)H8k~XFjD}7!ReOc-tm85=9E=r zZuMI&C15AZy|L{!!!B8Yn@$?;Z1LxORF+GnR!W6(@E&=j(8F-!?TT&JHb}P=$KJKw z|NL{Y{%h5%rV1tk-OYt}Wpi~~G;UnI8$9d$`Lj3dwsD8W{q_l+@UgjbeU_B%=Y>Bq zOG>u9X}VJ?-0NoR`s14<+kBN}*$O2y=1*?iaQAsYvV+2e3wy1(?0rF4%NsZ3(lwk?{9@I~1?@F1vh^l}+`G;p-a=(##w7oLjGw@#Rcn zuCDXv55dK=8}7}LnO#>`e7OCQdVA?sp4DY+-=d1&@T|D?Fn7z%eUdp_uD^+U%afr! zg>e(>2{%cF=!P8Z%o6pk7B;<>gY%*pUskFT8IBRw||(5W8F5 z(~zrVdgQ^|=#uw_6S;EjIk_Z1RA+uPb=W^g=(5e1?8w8v1dSA|Ek8|8h!I+;$aHYW zl({lLHG`ag2%qR#D%a2>%y2KUva?8o!YO< z8K3-T<&XtNaju&1Ke=h^>Ew%O^$FAHXoi~C;qbN?T6aWw{k zVjJUmyAr>zc_;MU@O#;^)w`FoELu=~DW+Yr!@qZV-Zk%x9mmc;f1bAMn|vkfqPU!0 z)y`9tnVW+jpKRydd@blyO>SSqy;Cb+^Oge{=Xv&IKD#x?X< z3nRE6+zr^^A}=r?rhO9?2PA9z%)+i9No+B8bih8V;?||kS3eZ@!e^I81NAenWw?!~ z3%-FbS+AWmx-ZQ-@;!apHCGAK)IV6+O_q+}7VRT)+PI zQZ`2exeF}H+6X5xACheEO9-o#Hg#HtaZtXI(^_H)|H^P1_zn;avqT*rdZ1UP`G|S| z5^)F&0m6eT>)0phYD;(daAgeOqf`M@03Qx8|58GH<{jjpz``rn9$@`Qn>r~xA0g%&dRKocsU>5i~(T!0NEUkSpmS~+BRtj3_qd>b&S6ucWa3S^q$mkZ&JSV zhVT)PMW_?zCN(Ac%FW)S6ZL2l3>DhUy7d`2YX_07*qo IM6N<$f;X7N)&Kwi diff --git a/qdarkstyle/dark/rc/checkbox_indeterminate_focus@2x.png b/qdarkstyle/dark/rc/checkbox_indeterminate_focus@2x.png deleted file mode 100755 index d6403ca424b193c5f80c7afefd7aa92202534086..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 930 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fA0|Rr2 zr;B4q#hkaZ_xcA1O0>`4-WtK)J6A%*>huDYNoIL7GGXZuDvv`y4vB~=DFYJ&HH!nzHNNw zdB*m`8z)aZ8}e%2)oDeY#-duyO(mLd#BWU9vZE^ChvJ9Gi$6tHw$Ie@kC&f5|NpN$ z_Pi(jUwK~GePCh46tjNU3EfAV_WX%n8gf>B)uie*ix(K@?0>>&<&gd<*s3Y(ta$9@ zhC3?CN>#R!xxOx6-TrY-&$jI=IrjRS@xlU6*L4$~{XA&o-GA<6)fy*W$r%^EEazd5 zcs^xC9P_4wQkR5HWmfUL06Ofw>feU_x4GAQoDA6LAC?q8kKt!#?&3xK0e(LYb?@F> zq+(+j#@h&VKFjex*SDPd`F4_x15lyINr8Y*t=4<)Foj44EHrwdzxu?D*-bT_@oAex zey6yG9Q(7eAWtB%K_Rx$Vb=4FtFwishRtJDE;5N(eu|;>@4rt#w-s_{iwWMkeYjMq z%Aufr`_;7HRUFyW{T2FmcT-+ZwL@M|dtfc2jN;EHANMU5zAC=cQ`Ri^%!!6`ns?P-)CLRoD!teX zWT#(ho5(0>!S=>5^YDbd^V-^Oew@5uB4cU=cTKmaw{p#A6O*2ajNE@WtvbOv*~};4 z$swoxYi4apv|)M1Wz^@Pzu~}pRjo|3X$SA^Z0eb9CU)BHKy-ia^%UtHo)@+;+_qrO z;oi_|d;lv`K_=kGLw$aqj9ryQk5t##&XIPJpY-dEe*LKeg}ThMicY_acKEsQU-;>e zFgN()sVupbrhe?ozt*ktD^>V8O&ce>Fe$2|QUSJQFeY zf!~Olp;o(cxc&Cr59-rbpB}YBffOnhFono`cPE0bi5NLR5H)KX%Vj^n-8dgoj%F+Y zc2HdfUIG|ym5>Aowb~Uw;k_|}M#V;vaL3$P=fL^3?KkD;=cO|n#p8Z~d&)#$B5>~l z!P^RAnbI3YKLFu7uH6*m{jbgJ7q24E9Y~}LGm4f5fCGdTwG!#V%)kQUh^IhxYvn|c zEYKWa?WQ1Rb!+9stLWA<;PlY5kHh5eZox!gA~0S7p#k;f z0;y36bS^q68%4D{cJ(6?$)oxL6)T#t#0VOd?j3H}#24469e5GwAd+{ny@k%hB+uy1 zM&H9E&^vov-}^Bed;SfG2s{KH_(64g{vDBYebe0aW6ggjmjFYChd-R4{{R3007*qo IM6N<$f>ws&v;Y7A diff --git a/qdarkstyle/dark/rc/checkbox_indeterminate_pressed@2x.png b/qdarkstyle/dark/rc/checkbox_indeterminate_pressed@2x.png deleted file mode 100755 index aa7493edc603095e2474b6c96e954c16f83b8907..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 995 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fA0|WC^ zPZ!6KiaBp*+j>L?iX8v{{HZ7VMlCU=h>~^AqLY;FwuH%wn7_WSm`pZ)y) zegA)N_xDM6xHUw&Uh}9<3VHecwfksDdvai}sqtrxM?1n8rKFa{&fa-2$@zJdK^5Z@_wN(~Emm<pINR^MoI4e0Ia9IVL4C&J$)YmkN4zi@(Wu5qeg=yY4{t4*d08Hkip*ihcYm9?Gj>TE z$C*3(tnO{q4|4t?%F$EiW3ZTQK`4Vxls@B(M$@z_EN<3nF5Q-!_$=o3w?0piT;Uk7 zjp3#Sa|-u_ULyyr%mZp=Ie8`~KF9C+Ro~oru`cKAM#F}(Gi%S@N!Yk}l~G6Ux7=*M z9!8!x!|l9tvt_SMHB{1DeC|$~Lc-ZjLkH$%i|^Iu@(l+WCL+C9eY?#sFU zxx4>J#@)YAUzEV4Q1Jbehx`1yTX(!}n0hh2mgSw_{53rX&U{I#T=KVcPfH7*uVGK) zWMhl)b{Br%r3E>Ba&zA7+ShXY*@m+Y3Nw?7xmq7peHJ%gFSllj;cO0Iu4V9a^>bP0 Hl+XkKTa3d6 diff --git a/qdarkstyle/dark/rc/checkbox_unchecked.png b/qdarkstyle/dark/rc/checkbox_unchecked.png deleted file mode 100755 index e363ed6200510a57a017a3e012489733586ffa18..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 385 zcmV-{0e=38P)z(n4Gr>L_!$PQ1z zGZ+(}fEVa;1Eg#$)R98?99py~KZCY$@SgGZCg-$Wz7PI8Qa+f+@jc1|&;#6xJP9yG z7~Oi_+u49c91m4_1U8@%Dj${TMXx{tpe@4i#`B(!0_MwQpS`{cyzjQ@!1w)CCGs3& zOt;x`CJJ{5{lk}NeBIb<2yE(*1Ngqb+HKPTkfMZ#^G4xL4>YPnUW`D9GS_i{TiHLq z#GVA`oC^38Y=8~00XDz}*Z><~1BwAjHoewvbbWazM9gNh>t@TD01m?VTU%fe$1kcp0VzV150Jm7ft$a%b9ON~kgsMT+34IUKmQ?X fvej%{Ud=3@@DOG=Em^2!00000NkvXXu0mjfoS&pw diff --git a/qdarkstyle/dark/rc/checkbox_unchecked@2x.png b/qdarkstyle/dark/rc/checkbox_unchecked@2x.png deleted file mode 100755 index 520f5e2a2ddaa5dfe4841068101232f84890241b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 847 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fA0|PUo zr;B4q#hkaZ{r!alMUI|d8{r(0l=wqAcy|GF>CvEltO+WDE413u1AO#A!Ue^=|fxx3f9>$>GVejH!- z+V;Tm#-%(R`2w1g*2L_*Qt#lBq#(;7$KWCDZG5*=ZbFUNR$-;`1N||1Q3~^WE;I(D z#g-Sm-1GJd*MuoCd9MXq^BGI7KYB2E%IiA5XYD*1AVUg-3E?T@_=nhnMFYz)!!KUDJ|Fm7A)M}`SLYUK`}pMG*N z&`)7FQTSNv@vdfX-V4`7V#+^oH~8o}TuW>?aU#<$Ec)-6`RyGOj=aiLF_SsNDe182 z{*R`+Zk^d;X}m1#O|KQ1&zSEC`@MQMPa1Dv{`!Z?1!p&~WpH0OCbdABVHc~-Q?T!ko%-kBWiQCLitU0*mZA-!ADGLI2H@?Z8v*lUBHH8UpA5?`be&Y6) z?V!ZTU1?lVf|Hb*HeU8fHJ%}SRbyvT%u?I?^K)8uq&@ig&w0k&$4aLU&f%WD)bY*c zqA7k$gL1E$%siVWd!o0LL+ENi?b%Cxk7b1BtY&55>?}>OIX^$E{joz3kmeHMZ~7dl zY%-Bmmfz=xyuduMlOey`%cIwJhqxrERIg6AlZ}Y;;JaHH_x%9NhxpzzIx=tGpPgrF zRQ&Klh}ryloeAa{`xmZcI{4F@-*;xn@n>p%zuzVwW?_#i%Hi9@8)Bxo>5gQ-{&i!s f^o%azf;j5O1!3RpF?~@myg;CY2_Iku0_hGv`=*jcS|)<^1mSd z!g@o1JI6zdDO&ZhIgcOw?KL<5TYG8u9OnPFn`$4#$Ia)w(@@ngInbX+NUP-d`Tl%% z#($xkm9@4X;OPjkGg>L$#~`k;u;gC+ym#dcQ>!+o_3Yv5i4>DsoLE1}^QYF;s@*-2 zJR&u&Suf`sykt%GVL0=10V19P;%c?@Pw@Q2~xJCH&)G{Ys^E@p-hgH+`pZ06p0z;O;)78&qol`;+0L9gsrT_o{ diff --git a/qdarkstyle/dark/rc/checkbox_unchecked_disabled@2x.png b/qdarkstyle/dark/rc/checkbox_unchecked_disabled@2x.png deleted file mode 100755 index 9c80ad75a564587acf3f9c57d3ad56067ff535d1..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 868 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fA0|T>| zr;B4q#hkaZ_xlG2iX7j6Uz}rt-zR0JcX|=x;l4g=N{d&pDtlgBveZTRg5W= z?^|?!ZuP_`4cz6-F8T}&CpNx*vFc}1$r<*$&3%GX_I_abwCCz1_J*lXukgw4(_m$3 z4tgPDc0E)gV9zU?O-FO@Pg;|9ua;?oE~~~?-UBCX`56QzmYV#Z`CmHd%)#UnF%QxY zEHGEt7|kErd*sB!F3b1n4llEEwyl1rBVid5^Sh2MMq>@*Ev79S*)q5<9Ftn0>mZ%o zu#F*?8iF5~SfFAU#Gl%$AR}Af@#$3I!$~`r9b#DiIz!N5rCCJBPV4W&y5%By z{Pr)!C*BNdIAK^2al7Ga$u5N>C6O!6XS$n-boMVY?PGSH_#vPyBq%g&Fhy|4Mx*S@UY%>e8MQb^7YNKQ|;g zO-T9hgnjnfwpk1Q-?!X<|FO?PuZ!hpm#qvi5nTL0G-_>T*9lI8;%CcN79H9c;lMTb z@X@N@igQ9@&6986F>BD}m@Z)vW955$&e5cuH~ui*FMhc7yz#P&z-+_d>FVdQ&MBb@ E03v&eMF0Q* diff --git a/qdarkstyle/dark/rc/checkbox_unchecked_focus.png b/qdarkstyle/dark/rc/checkbox_unchecked_focus.png deleted file mode 100755 index 366b868dee695590176db0f87c1e0bd6511f86fd..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 387 zcmV-}0et?6P)H2BfwfvlFRP$a zjFmC5HgPt<9%#T)lbLG)lOTeHnTdt}mhZp(d-DD--i7}zZ5NVT_f+#akN^iI`7D9d zxo*-kJ?#bP++`!A3&Xo$W_T;ZUC=bdf(G*F^(4Cb25>ZWKgW-V=g1nooN8W%d7tHOK}0+?ZvT>uAVz4=e_ z>O;160sM&qKmZ5;0U!VbfB+BxHUXA`X4QsTt@?{y0I4DFPTj7`e0_I}NWTF%*Nvc& z$&)G|IuAa~TcydBMgJ^^U4Z!dg7Cq4iG002ovPDHLkV1m0=pceoD diff --git a/qdarkstyle/dark/rc/checkbox_unchecked_focus@2x.png b/qdarkstyle/dark/rc/checkbox_unchecked_focus@2x.png deleted file mode 100755 index 4ab217356ec7678b69022302d17ae5d1521590d4..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 850 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fA0|PUQ zr;B4q#hkaZ_xg(jiX1&Za}8_GO6h%7(veb+k`zr%=er4QoSeZFbtry;=?spgvpf!^ z>#W?UpkksEa!p5Q%bleObCVx#vOdEjue7_|d{6w=?{}?FR;s^0n^UO&pui%}c#l`$ z^<9&ED|;HGlrCs4lyz8i>ej!hN}Y2WVmnSB_tbg!#jyUSv$(W^;pR3&r+mgOcc)yE zDpV-QS}i}{@ztJ1#k?=(U7zc6YCfw)oNVn@r_V=~^OLIQs2AS+k*s65@zs9zA4*eB zdi`>%viJC5uKTrq!UNAb?UTnDE=}b*F03g(A@11RmK(woBCkp;>~CBeFQmSmZ9~Du z!d2WVX<;9yT;XZh{WSH%&ua|!t*4dQ{?tBvX{}ZMFFo+hEx9L-S6#vz--&KjT_MZx z-OGFDW0m*q@jY=r4lc8C6R3FTS#vjIHhaTcM>&BS;fSn!y#$LGaYKeH0Sc$`coP8cmp?%w~|t-zYKScaSbkg6cFSACIJV|j#buIb}9a#n|4 zz7XZ8k$U|$xLnq$x})aXW1bzM7R+l{BOdc?5KHJaJ`mMldX6ER@ftM*h0`5Aerdn* zgRS*j0MGNqxkWDPgnsB=ofztT?p>n&oW5-*8Fx=@*gIjJNpQe)kCq$JeVuy?Jil~w zpKjFnn<1(kDj3dOb?pO73`=lTRgd!PC{xWt~$(69C}Gct!vK diff --git a/qdarkstyle/dark/rc/checkbox_unchecked_pressed.png b/qdarkstyle/dark/rc/checkbox_unchecked_pressed.png deleted file mode 100755 index d9a0bf71c7412b08d6c9b2baa40e5832794c3fdf..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 403 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 A1ONa4 diff --git a/qdarkstyle/dark/rc/chevron-right.png b/qdarkstyle/dark/rc/chevron-right.png deleted file mode 100755 index 0d44d5f2e3319a0eab7b791992a57d0d9d117c2d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2979 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 VPgyf6Cl#(6L3j0`)j{EB{|-tm3Z(!5 diff --git a/qdarkstyle/dark/rc/fx.png b/qdarkstyle/dark/rc/fx.png deleted file mode 100755 index e2e036ffcdae79e1e1609f73bc87a1b326ba7e16..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3780 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 CX`V0u diff --git a/qdarkstyle/dark/rc/line_horizontal.png b/qdarkstyle/dark/rc/line_horizontal.png deleted file mode 100755 index 4f88ddf7b35e0a608409f833d971cd800638989f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 120 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz&H|6fVg?4jBOuH;Rhv&5D5&M> z;usRq`u3coAcF!A%SN&Pax;@yQe^s%9LN)85V%%-&X;dZiVVY#L(JwAn3rz+qP`HQ Oi^0>?&t;ucLK6T#7a&3a diff --git a/qdarkstyle/dark/rc/line_horizontal@2x.png b/qdarkstyle/dark/rc/line_horizontal@2x.png deleted file mode 100755 index 63be00c16164f95fbc46cc18c95b355113450966..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 137 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fAP|(`b z#WAE}&f5!&oD2#AEC;XulXdO>q4~riO-Lu26{r9R4*WlM>-jR}NoiIJXB$c&Vhjv> YuK#OgUg^NQMiC_9>FVdQ&MBb@0I^#o5dZ)H diff --git a/qdarkstyle/dark/rc/line_horizontal_disabled.png b/qdarkstyle/dark/rc/line_horizontal_disabled.png deleted file mode 100755 index 941f14a3859bc35e7616a391a976263c5d2552eb..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 121 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz&H|6fVg?4jBOuH;Rhv&5D5&k} z;usRq`u3b7BZC6Zkqx~08Z%h`L^DVpS2ny5#>kMk_xYVC2fU6kHt5?(y PP#c4%tDnm{r-UW|i*q6+ diff --git a/qdarkstyle/dark/rc/line_horizontal_disabled@2x.png b/qdarkstyle/dark/rc/line_horizontal_disabled@2x.png deleted file mode 100755 index 972fa080044aa8222dfa5a7918029b49832e265b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 139 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fAP|()X z#WAE}&f5!&oD2#AEC;XWscmTbtNlasi9?!@PBbe}2@o9kf9%%tWy+J%tQ5{Rlt9E7 a81`J>mB_>#xxObKB;x7n=d#Wzp$PyCA|>zu diff --git a/qdarkstyle/dark/rc/line_horizontal_focus.png b/qdarkstyle/dark/rc/line_horizontal_focus.png deleted file mode 100755 index 221fd4607f550b911111bc52ce98cd12d72b0f01..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 119 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz&H|6fVg?4jBOuH;Rhv&5D5&Y_ z;usRq`u3b7BZC6Zkqx}TJLb7K9Q)|Ovn7zHIx#fmQg$xh4`7du`dY0AVHUp@M N!PC{xWt~$(697p!AiV$p diff --git a/qdarkstyle/dark/rc/line_horizontal_focus@2x.png b/qdarkstyle/dark/rc/line_horizontal_focus@2x.png deleted file mode 100755 index 7e6505cae37d16066409cb58f9c1402084680a20..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 137 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fAP|(`b z#WAE}&f5!&oD2#AEC;U#Z8KX`$7MNTCd=tCMxX*9_^^NDx1BFLmdxbyFjkO-h%qp{ YH*L#edUes+I0+=;>FVdQ&MBb@0EK2F`v3p{ diff --git a/qdarkstyle/dark/rc/line_horizontal_pressed.png b/qdarkstyle/dark/rc/line_horizontal_pressed.png deleted file mode 100755 index 9f9113323f8d5352881bf3280cb963b13545f526..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 120 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz&H|6fVg?4jBOuH;Rhv&5D5&M> z;usRq`u3b7BZC6Zkqx}Q6|>}dntL8kl*m}k(6HfNab8h^>SKlj;&S`MnGD|UjGhM6 O#o+1c=d#Wzp$PzGR3Q5R diff --git a/qdarkstyle/dark/rc/line_horizontal_pressed@2x.png b/qdarkstyle/dark/rc/line_horizontal_pressed@2x.png deleted file mode 100755 index 465680c3b0243987662baf76b0999c61237fe71b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 138 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fAP|(KH z#WAE}&f5!&oD2#AEC;Xqlx^y7{VP(WV9YsfEfY`$5Im?)ep`H5(9>9ULYjjWM2vyq YUbfR}CX>s|vI!s&Pgg&ebxsLQ0C=w=S^xk5 diff --git a/qdarkstyle/dark/rc/line_vertical.png b/qdarkstyle/dark/rc/line_vertical.png deleted file mode 100755 index 6ee62c156fd1947f3d3821d6b25d7e259d517c07..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 133 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz&H|6fVg?4jBOuH;Rhv&5C}{5K z;usRq`u5yGUIqgWX2UCg%Uw2b$TH2_SFhx*bL!Q}S2t_+oc*B$REh)|`0Zx0H@-Z_ QvlJxg>FVdQ&MBb@02<#TM*si- diff --git a/qdarkstyle/dark/rc/line_vertical@2x.png b/qdarkstyle/dark/rc/line_vertical@2x.png deleted file mode 100755 index d65e74c6209c87034ed09bdcd73a655073f83cdf..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 246 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fAP;iB( zi(^Q|oVOP?@-`SS9C0|L;P}Q~q{-FkG@E;3dHmj|8x`06j=WzhSIp5LJLg{~QwF0i zF z;usRq`u3cmAcFx1i=*1TfCkn-(F#fn?!5k=t}K@NHRWrL-MzFLL7-wJaDe^EF&0y) R&Z&AJK~Gmdmvv4FO#l<;A^ZRU diff --git a/qdarkstyle/dark/rc/line_vertical_disabled@2x.png b/qdarkstyle/dark/rc/line_vertical_disabled@2x.png deleted file mode 100755 index b052de522eb00b5831483e57d0b20cefc5848357..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 249 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fAP;j-U zi(^Q|oVOPYMH>tljs$dV*E+zoX+s0kk*T8W^A&IA?b_4BYuI00`@J~cx#G>EFa9D9 z+!gTe~DWM4fhL0d6 diff --git a/qdarkstyle/dark/rc/line_vertical_focus@2x.png b/qdarkstyle/dark/rc/line_vertical_focus@2x.png deleted file mode 100755 index 24a2b771c30a916357902567cbbcd16ebdd0f2ac..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 246 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 diff --git a/qdarkstyle/dark/rc/namespace.png b/qdarkstyle/dark/rc/namespace.png deleted file mode 100755 index b70903ed57a32d507c880d1420f0b47c10eb57bd..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3799 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 diff --git a/qdarkstyle/dark/rc/radio_checked.png b/qdarkstyle/dark/rc/radio_checked.png deleted file mode 100755 index acb8901556460474f328be0e2900ef1bfd5702ca..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1260 zcmVuM9cu+l_9 z^P`|biUd=VF1iRTEy)XO+in6&v_go$yP!okwS-KsN?Z_O3T1Y8X5N`~tHr=dt99o6 zcQG^TJ3ISbcmA)Q=RD_}|Nr?s58Uan**NzP4Mm)Mu-VXRun1BMhJzTwlmq8n;Ly_+ zi6sA50fX7>G7Exku$42+d%;0_VzJn_|4G2Wz`%URtv!sfrDPfg>&0|RW`l*An&G<& zg`iL=^P^{>#lPVOp#pCf`W-XvUn_cV%Iu1Mt3=7+riMD*U(kwrfXh}{w zn|%)P4iLxim3KDA<1LqFEFhD~#D$#~EC7z>NB?=Ty}kYSsffoTnM~H#)Yl(EYy)nX zf)$?UU7S`xGMSuLQ&;~zuoUco7j1dX%!1jFmm$g0zP}r+%OHn>WuE5^hka_s2i4X! z928m#^iD+HKQt6^^ZD(DtrLoZ1&EB`ghOy7Okie`)SdDDxUlV*dsNbDGt-1CFyQ;0 zj<|pr2@1E`+uGW$hi2oXeg6%xw}FO9CVd0+rWcKV6edX|5_OGD^Dlvxm~6f0MNXE- zoN%-&-UE=?{_*4)-~Sw}YYK9JMz8~EKYK{h*yK7oIz~;rRm`pK@YtAubUJ;%;0fTj zn}1yYB%C$v=k^MFK@u~>&b05p8aBjYEj?hDfrnD5p@*vk1ZEomGwei1N5^Q{p2=k5 zpuGTQvw1k}UElW~80(n{g5v<@7M`jSV6w*n5MPJW6wF=$YG=V*Mq@#?qe7DOO{ul2 zT7VHLwNjNqwtf!e#aQ%YxG!n2)NH8|ppsF#H5>{sP<*ZeBx2!yKA$h=UQ|AaPE}MT zOw;>J5sf?LD3vQPRBY8Q9P=;>3^H>Tfc$XJb=`9AtK|nSbO^~7y@J+CnL5cFAz4MN zeyps^^SrSeRXWfc0SMflDgn`G^eWgH!Gimmo41EkUK{!Kb!NO32JnR!ZP_2T zrn1=$z*68x&s#M1H>fz_foXSX68nE~oW-><&dmcFEMI%pFm1E!UaA2p2bwE_0;!UxyRB#T*|Sr zXAc7}W1RIOkyTR)7#J9s@6^=&09qpPL2E3sYqAfCBp1NU3X_am+RyC*y$@VK+{T zQ{b7Bb55dHrc*8qI*v1(&*uYRA+8%EU@gWbpjc2TC?@o4n)w4O6dSVSt7@^GBZ!dY!n1fvCTDL$<^&^dyjr?s{9@@(?n+4vXz WXZM{iMREE70000} diff --git a/qdarkstyle/dark/rc/radio_checked@2x.png b/qdarkstyle/dark/rc/radio_checked@2x.png deleted file mode 100755 index e190476212f1d5a496f444d581232f975e8d6189..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2718 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 V>VUGh1^NI0002ovPDHLkV1jGCL5lzY diff --git a/qdarkstyle/dark/rc/radio_checked_focus.png b/qdarkstyle/dark/rc/radio_checked_focus.png deleted file mode 100755 index 4bd472e160a5c7e26dbfee8ce8ee94e4af48665a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1232 zcmV;>1TXuEP)c2>>p0}8zeon6f~NQ%JFR<{fUCDUx?JzdP~ zIOEQ)JJy}&X81q<=RN1VU;pPBxYVI)lBc)3CXu7j@*ImA%mhIIjv#uBb}2_X)2yHW zR|7NCPDOhyFl&gUT{&r0SChW_PX?xL_La$G+yHv45bDL=?hrmxj)TJ^y?-Z(j*OSM zL5g!h4Z!sU_6~xUWE%8))dps6^-VG7ZNP0nuTbmAv3#_1ma>CRsnsDhg-2z-2GmL% zj@F{ihtxe}1Jky+HW8cw#sOOysV6h@b#hSQ^YB22M;t#B*MpW|P6g}k-Obv6K?C(2 zzJfE}4b*|xWxB&NyrNi*coDYh+gXXd2I$FJseKQtw=^Z$Z_wZIT~M9P_RjD7i%)NN zO^9(R(tONBAYu-Ic4XnhG6BgMdu=N1TA`&$c@y>=Bv)L4)D}-uaF^kaTvn6zwdh3g zWvfH|6rRU^2^d*<#+;J$!k#AHDHW;P?BSOu-3{DI)PhX2I{My)((y|84S-<1+E09P z+*nx3%HsLyj5c03BOTXc7bkb1MQ4Rx%qx0r>ARwVsh{{7%>BUelR4fm<*lF0YS0sy zA;D-xeLGK=#`ZLk27UzYNTs>6pMhjxAt2-(2U>KtFFtLHYr(4vGaNdiU%zXsuPr`H zmc0!iI5zb&fa87npYVApPa+YY0)|x~T@YmSKapi+o)o?Sur#~B0aQ~M_)8g)wV-P8 zq6a@%`W(c;JSP(>7{~{MICqWmho$yn4cLWGasgvU6u8B8eFrgA7~ICQZFfWxH^Cr%f+kM@1wN(}f{00(X?qmVneNQm;WxpUju(-$im zu)|J(;5e_0MBzQ)Vrs$Jm<%75JBo7)YG3y=Ff7S-0HXy{-*@raWg2w=`R!`eEv@NX zq;ogQ7HAPbR7m$T@J)k`0$&5;hF#6lQnKu^@EoFwt?n9*2=tDx7K&~ioW>1<@zUkOpV}m489#%;WZPp;jz*xTDRH5t$dwP(5eBeAwa4v zw@K)6U~8sZ51n6*r?vU^1aSq{e8fb+hC{-i<`QAU-Uj_tz8F@0I&J_h2Xg*2B4%Co5ve^lMk6V4_A_E}b1H^Yh%YeTeb#G_0_MV?NV0}xq`DWp5z%9TLORblUVdGGm(iu}| zcD^Z{1oX&i*z>Tyt&~1!ft`}}m=TU2fF3D?dTehGiSSu2%fV!%_w+F0s2t;SaD51I zp7U*a-v{T*nAPI07X3Dm#*iv}s?9Tn*8=wpCEsGd(8^4czPwOwRe#N9q)Uv^_~14G00000Sb diff --git a/qdarkstyle/dark/rc/radio_checked_focus@2x.png b/qdarkstyle/dark/rc/radio_checked_focus@2x.png deleted file mode 100755 index aed5e0c94d5361564b31f53d50cb7476957bc2e9..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2656 zcmV-m3ZM0fP)N+^RdmaYLzaG70#E10BI zf-Jj>8y}_OBPu4w#3UwKrHe+5#t4>G2DO5vB9&xdcK|I>tHiYs*BX12};HXK;Tsa!OK%?}?$2 z){d0H@f42{a0q}w03rak?ftzc=ncTUjwqJ*PT@P1)>g3qj7#a8j}|%Q<+vkC4nShDj+A5XCU|}T%>q~fs!P_aHxc|(8Eml@+YbVqodz{A zV6Y5E2sjQ<1Ard_hzIywZY^i5n#R{k(O*&k8d4f-r9}X~o}+j>s3$4&xCNf-ZQ;j7 z`A#bCL~t5u&jL6lPaC^LUeeplzxGEzP(lF4cIZ4%4-u&Li=uRIwA$S9!eoBZU;l2@ zCRJ4v#ZLg;1mFmNxuDy6Up6=4X4+zX7axFjnZzi2E6D48C05Wwl)1U5m79w8TL8Yd zST$*jYbpI2z(7x-uqf{Eg0431D8^@T0ce*=jJERup5rUoY{=%7&Fn48Uq6xP&@dRK z`~$9tb*$!uo=MzRs4r7g!zbC9IXd5+5l`MYPQ=Z@S@%pJ{ndxGyr2eHI&fH0FH8*d*fSq zYS+cwRgBR3PMu(dW*R#R;xGWi05||Pk=i6{)+&b1qSpWt6Dd0v;KeTM9*Pa!ty~*a zH8cQ;PG>H_OI)VS(Fp5SG;wnw+G>-ks)=C+q$>d&Uq~Gh>kN4B@HFNvXrog|oim?Q z^~XE4jKnyXd2M_M6I~OT$yYBh0EteG2ejO+4dS?-R(2O6YHUhVX>}KfV+-Nuz)J#u z)!V{lg^&}AbtD|U3gEDPHiFl5xA5M4b@C5_5&`|eXPjS1=f^ytSR&=zM=4c8=KfgoeZp*HVaA zg>ego$o9l&{e8?54G81Lx8Z&g@3~Be4fqUKS=sCsPWpQs?vM3 zNWk~Qg!Ti|qG>%Eb|>@=%=G+Gg09UsH^}L%E~&2pIKyR1D{5{HlqYdu)ZPc6F_2dZ zh}Oht8+sQGPh%c{w_K*9HW>UM7dK}BB2k=&zOAZ#4KM3y;s-&ECKlm*f|rGfD;>P4 zexY)9W*-)`(IK?JQ_I+ka&dD8K+stpgXNN-2FEPX07!QPamoo9%?h3F8spQ3)|Yd#RRpvq-> zX-ym7^YixM?4%-A`gy42GK11JfrOiBDS7@lDSMwXD*y)gwx<$36QL|@jNudlhX;zO z3`Qmv>RUksOXJZl+7tbp>@h(01P{TQx3V~Hy6m(-nU#b=Yfy2-z^9!j_&M1DAiv?h zv_RmyA7Z6)dZyjT?D1(AM))~d0gy$FkML=r2JY9v&yQh2g$I9@rM9$Vk6EZ1)B{z6~?x~5|{0QX9;sx~S20G}fOz7--Z@@{xcm;jT@$9_btR0r9Q z0I=PC?Y|@3*t^aSoFP^ifxFKW9!52QsLQnH^)~Ktb8-xV@a(ACzEj*F{41oqk_ZgI z&Os z{kw?{<$c|BUCdpS9uAdTW=MQ6a7(^j2H<3GC3N{|SpnF4wzkq!kC^P|xe;^BEdaI# zDlRWJMjXrzBGiq-7
  • +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 diff --git a/qdarkstyle/dark/rc/radio_unchecked@2x.png b/qdarkstyle/dark/rc/radio_unchecked@2x.png deleted file mode 100755 index 2160a32ed532593c6ed5b88651e64a56f5a54704..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2167 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 P00000NkvXXu0mjf>yPoi diff --git a/qdarkstyle/dark/rc/radio_unchecked_disabled@2x.png b/qdarkstyle/dark/rc/radio_unchecked_disabled@2x.png deleted file mode 100755 index 4de5d0d2d8411305a232bf65c59408ce6d9b7e75..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2277 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 By{P~I diff --git a/qdarkstyle/dark/rc/radio_unchecked_focus@2x.png b/qdarkstyle/dark/rc/radio_unchecked_focus@2x.png deleted file mode 100755 index eaf7bc26b9e24e84a85420e7aafbb2d726c2cbc4..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2127 zcmV-V2(b5wP)jyBY zS_2)`bSXTd%K(LX5Yr7&6(Lh-tV6Kd*`0__P+b>y$=}1FoyB}3=YIeu88Wq z(`A@RYcG?*1d106I0wK;0098U&iwWZ+6$OB5ybZP`Fy9;+Dc}?^tdibTe}G4d;pXB zl|*<4Mq8{kPj@t64@mi|(r*JK*2QtPg_Z)C?PqENuM1q2`X`?2yp2g8^ZJ8uOtWG1 zAcU!Y<;;P11uk!o;2A&eh@uS$Z`1`!+lL5#rx%(9ume<^tl4J*_`6a#Y%PwD0MaK7 zD$9UTG8iXdJfJ!N-vkiqCFgc)xujzO-zY|ZQ3lk-HO)$`0KS-|_&BJ|l-Xo~7up;6 zuYz(%6-ozi6=~-IoS)+y-6C&kkMIxu(GL`1z_gfd1oaew3a=xseaVMp_0G#bA6k0=RE^KS!i9&J~W8oy^cfhn3jiFI1T#ZM2=%`sd z7#a@%i3U6Z==aVTp~q`un%r02J`Eu3g8(jcgt~$OM%up1?!u*(2&6`jFiRxtbVSQV zJw9uzg1uGk)qrq|W&pg!5fa449rf%gMsF#wWe!g<$OZt19O22`M{s*@^>P~^5zsF@ z!F7p7?k+-SNs*}M2M|{}V}kCP^rFtnRVSwbb#crDFvAf_rmbl%US??#I)>kn*zX9P z`?-&BTP}W111$6t=P{+)IZ@9K{1jPAtZ!nP(0XT##@?Kbo7Dh8 z^IQST=Y3N*P%y@$nRBxJ4KfTk(_>C|#!_kg(Pw!j$L?3r0l<0JjyhO|DPCTN0Tus2 zEr4=I=+B)^-0$TLdaR(OIP0Sf?Ui0m zh5@9TWQl_2*aj2Y7U2|tlp|DL9hI|#&tiaQl7tq6;+?-#$ovZc$DPOCJ7Oqd*3+l} z;G7RQ{bmzSJ2_c8LAYjAZOZknJzvS#0Et49*Y%VQ09H&FfxHh5?}zb^&m%zfTUwbdmq^ zN{nV1fOB0jq0LLnFyPGE+Adc;Vy>4r*ikbHQ{Y}vJ{B5{Jzidp`2f1!q6p3RS6=C1 zU|pI8z0fwBsZ3rLlm)O3J)0WNRK`_TM0K9;DocfC8ITK{AzHIG8#Su|JL=gb;H6J0 z0~N`j^)81GTGU>S8vsmjgx(L0`LsPwp#mZxEt`=YXhIJ*qr16_l+!(|3*a`AJo43Q#vwq)8-EEJNAG%CQlL7j@{s}in8;gQ1;mS?b2vBG zW6z6%c8OJ`&D{jz?(^ZwU`iczt-7p`T*Y8|i_WhM>Q5Ps2i`aZUY~E{fqrb1ye_K1 zfuQ}BK<_P<1hggqvvOwxKP)tFKB$W-ln&yDgq8vLyr+0eD#aT*n|QR4oc-S_8`rIr z)&MB;6rG^-kV0lvAsZHZ!>p|eb|1zfQOn`puLJ-Pv}$b1EM4EkbfLM6>cwkfnrWyO z0AsQg9|5!pGMf;>ONE+I9aZ^AgPAgR9>974*@odskxSYme6m0K0Ux%@*R-n2SUn7& zp%+>b#5P%OrNLh%{7nXjD}p$YG)S8hsI=u6r8LHY7*E(bfLEjElbT$@J47x?MA%u3 ze&3$swQ*e|=>Y(x?hLym{%mX-PxR-O_rl+SOtZ|iNvJo}G66Nd<_6vdxGHoMPx`q> zv1B8;nhlz0j9ql*V~6qmO!GdV%~ob@$7^_{Ki>oNg#j7L*0idM7PF1)M3EB!j3Y5h z!btS2+#E&EXLAPt?IX=T5!({=*gIIZ;|^mO!}#CCe*qR9)Kii#ABX?|002ovPDHLk FV1k*V>5KpX diff --git a/qdarkstyle/dark/rc/radio_unchecked_pressed.png b/qdarkstyle/dark/rc/radio_unchecked_pressed.png deleted file mode 100755 index 8aaa343e885eeb7ea901cb64386583472eb51b39..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1027 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 diff --git a/qdarkstyle/dark/rc/toolbar_move_horizontal.png b/qdarkstyle/dark/rc/toolbar_move_horizontal.png deleted file mode 100755 index fa449d6ee0b1130a904cb056bf8dccc2076cb16d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 154 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz&H|6fVg?4jBOuH;Rhv&5DCpzq z;usRq`u6%kP6h=YmV?1MXAZG?3tsA&Cg5N5&W@kybFWL9cG9|z%H8Rv(HpL=wOzSS n<}VLWCjz`Vzry42P0iN~M~Vb@@6}n|1CsJ|^>bP0l+XkK!#OQv diff --git a/qdarkstyle/dark/rc/toolbar_move_horizontal@2x.png b/qdarkstyle/dark/rc/toolbar_move_horizontal@2x.png deleted file mode 100755 index 682575ee24619be08bf856409bbcb15048889ee4..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 307 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fAQ1Gdz zi(^Q|oVOP?@*Z*!VY&EMuZicR=|v_%(Tl96k!lOMd=e%)mZb9weO6+R-(cRkq&_VA z|3QlMqX kmQ#05v--Yo`Vuky&wDj2ws~4z1A3Uj)78&qol`;+00!P|8~^|S diff --git a/qdarkstyle/dark/rc/toolbar_move_horizontal_disabled.png b/qdarkstyle/dark/rc/toolbar_move_horizontal_disabled.png deleted file mode 100755 index 568b0fbe181d513a059d24cc44be6bc3c23a4503..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 155 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz&H|6fVg?4jBOuH;Rhv&5DCq0y z;usRq`u6%pUZ85$Koh>S!z}9#%urkNj7{mtr*(fgPi6})Oxbm&bmsndfr}GnoctTL oUgj?kP%8plnja{9bLQMdd^gxR6(>}8Tm(sZy85}Sb4q9e0Boo)3IG5A diff --git a/qdarkstyle/dark/rc/toolbar_move_horizontal_disabled@2x.png b/qdarkstyle/dark/rc/toolbar_move_horizontal_disabled@2x.png deleted file mode 100755 index 4d15f1478b6107c5165ebd9d1711b7e32c3fc651..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 309 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fAQ1H2@ zi(^Q|oVT+#3LY{LIXX{LN!XC_INJpSL0;top93Z?{J&7`S3j30 z^EDUOZ?K=ozx3HGm90-c?YS>!`#t(*@1KfEYmWPPE<2wHmudKohqrI;@;nXoNj&ERq1z97*cw!n}<*MT|;(*7)7nR0Vh_1o=6HV(di kp3hW1Tb17x7tDOfs-v!CATZDAGtkQnp00i_>zopr0Lw3F!vFvP diff --git a/qdarkstyle/dark/rc/toolbar_move_horizontal_focus.png b/qdarkstyle/dark/rc/toolbar_move_horizontal_focus.png deleted file mode 100755 index cdb96bfb96328d04ea1edaa46a62eddf869c7673..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 154 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz&H|6fVg?4jBOuH;Rhv&5DCpzq z;usRq`u6%kPM~VH#O|_Bw~qJt`yb68Vnr9G?7CC3bML#r#R)S`{*78M n^Opyx69GQW51c&rmgWnF#_K$LzgPBKf}}iM{an^LB{Ts57xglG diff --git a/qdarkstyle/dark/rc/toolbar_move_horizontal_focus@2x.png b/qdarkstyle/dark/rc/toolbar_move_horizontal_focus@2x.png deleted file mode 100755 index 23e06a0152f4b8c8a742a145648763b717bd97fc..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 305 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fAQ1G#* zi(^Q|oVOP?3N|@Nus-}A&9XIuT~{JkH;xD?D3uyDsed?}*^@zt{Rz*V%Z+^-E6TdEfqZ&;6|L3^(OIzr6FhZn84d9~0&a z%o%J8*e~!n@Gp>TkaI9*ux&_VsA4$F@P%O(;|oSADR5`0sImOM>we0A2JhHaM&YUF hf~LRwuDbG|a4VCVPI~Q8N1%5ZJYD@<);T3K0RW6iZG8X$ diff --git a/qdarkstyle/dark/rc/toolbar_move_horizontal_pressed.png b/qdarkstyle/dark/rc/toolbar_move_horizontal_pressed.png deleted file mode 100755 index 9ce6f8d89d7ae7dbbdc62afb62a68a1057bb1f1d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 155 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz&H|6fVg?4jBOuH;Rhv&5DCq0y z;usRq`u6%kPM~VH#BR5uhHZuOpK->lbP0l+XkKd5UwL z^&c#kY>;y>X0UBYW2j;{%kYI^7UK&>6Xpxd8EgyKFYq|O5})z4*}Q$iB}Vu>hO diff --git a/qdarkstyle/dark/rc/toolbar_move_vertical@2x.png b/qdarkstyle/dark/rc/toolbar_move_vertical@2x.png deleted file mode 100755 index 136ebae2cfae25550de157e420476a787a190921..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 212 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fAP_WI@ z#WAE}&fDu7c@H`8um)H=D@ZLlbA&5orp9aof0bDsibY#qI7!Q%+8bWC^GDfp4xkbk>s8LKv1J4{RL(s(bH z%D3&=wBXl53`1_I8OQ!X`wuQSHl+#EBAa! jg?$`e=KCBbEqQPDQIm_kdSB)lph*m#u6{1-oD!M<#3L&2 diff --git a/qdarkstyle/dark/rc/toolbar_move_vertical_disabled@2x.png b/qdarkstyle/dark/rc/toolbar_move_vertical_disabled@2x.png deleted file mode 100755 index cca8f6d961b68d1981802e36a70ac11600781b44..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 214 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fAP_V<( z#WAE}&fDu7c@H@VupFrEau9K0?ch@=boI+&2%*s~$1vy<$mAnQk;mE9l$O`)0KhRBFY}dF1jc*suB)natSX i-*l-}e}c-(-MqUaxY(PGQu%=fF?hQAxvXL_{u diff --git a/qdarkstyle/dark/rc/toolbar_move_vertical_focus@2x.png b/qdarkstyle/dark/rc/toolbar_move_vertical_focus@2x.png deleted file mode 100755 index d4dd49dec9b18ff2afc1843b720f83449e1a8bdd..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 211 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fAP_Wh0 z#WAE}&fDu7c@H@VupFp;!5GL@s$iv1cVnPh6nXOSZ}SIsyF`!Yu#sVkWmZ_8wBNJ_o(pa%x`uCaXnrAT-G@yGywqO CGfUC{ diff --git a/qdarkstyle/dark/rc/toolbar_move_vertical_pressed.png b/qdarkstyle/dark/rc/toolbar_move_vertical_pressed.png deleted file mode 100755 index 768ebaf4ca4d2eb8cf15b00d918ea43c1d6295c0..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 143 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz&H|6fVg?4jBOuH;Rhv&5DCp?v z;usRq`u6fd!2=2+EEij6X)sKVDiCS*GMu@vQKa>d($BQ{R@+}WOcK#~8+dDm!`_g; m|F+vR{PYU2`oKC#r8Qbcf{XnM=SxnYVGN$GelF{r5}E*d*DOW= diff --git a/qdarkstyle/dark/rc/toolbar_move_vertical_pressed@2x.png b/qdarkstyle/dark/rc/toolbar_move_vertical_pressed@2x.png deleted file mode 100755 index 2f170ffd8f91f1cc140c62a3eb9304bbe1550e10..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 209 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fAP_Wt4 z#WAE}&fDu7c@H@VupFrEaxigH-r~?8bCJ8#RXOCLlg_M)pp@FIo5u(V{DtWr~Y0_ zZE;ZhT5kr1|A+N2NZfh+sWX1TS$&W>Kqso(z4gTe~DWM4fOFv9H diff --git a/qdarkstyle/dark/rc/toolbar_separator_horizontal.png b/qdarkstyle/dark/rc/toolbar_separator_horizontal.png deleted file mode 100755 index 01e3501324a5b0302e32440035c27221a8cbfe91..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 151 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz&H|6fVg?4jBOuH;Rhv&5DCp_w z;usRq`u6%pUIqmoX2)iUo`Vx5R40iyD*7C+mw$cBLnP#zUbVWkvXIQ#7jZ%U>_ANj jprHG!XV#WD$A52`LNqvje_PyH1CsP~^>bP0l+XkKZZ;^a diff --git a/qdarkstyle/dark/rc/toolbar_separator_horizontal@2x.png b/qdarkstyle/dark/rc/toolbar_separator_horizontal@2x.png deleted file mode 100755 index 68d768e5e13abf35760f1b23954c0031ad92a188..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 292 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fAQ1F_k zi(^Q|oVOP?@*WBha5-q*RnYciR>na=(Tl96k!lOMd=e%)zHoa4W@Om|FVdQ&MBb@0Ita|CjbBd diff --git a/qdarkstyle/dark/rc/toolbar_separator_horizontal_disabled@2x.png b/qdarkstyle/dark/rc/toolbar_separator_horizontal_disabled@2x.png deleted file mode 100755 index 1d9f20421c8b76e0431bfde488092a91350b64b8..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 291 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fAQ1Gg! zi(^Q|oVT|P1rIqeuwLX(q4K^ z_xIzU6KCvXI>S8u`QL8_Wp8@C8K)iZKk$P$@dDF_%0IU%gVP%32QXAOtY!Gd5Y708 zaU0VO<{Z`y>^Ha)_&10ikW0{Russk)6$NL1o3O6m`uW-x2IDymoHM2sPs(}6yL+-= V!1L$ZD}f$l@O1TaS?83{1ORIoYfu0H diff --git a/qdarkstyle/dark/rc/toolbar_separator_horizontal_focus.png b/qdarkstyle/dark/rc/toolbar_separator_horizontal_focus.png deleted file mode 100755 index b592e61c161f720b2348a369b1dd52a9b0a66184..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 149 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz&H|6fVg?4jBOuH;Rhv&5DCq9# z;usRq`u6%pUIqmoX2<3mn!3X2OiOaa3|n6Qc%K|A-PxnGTWR;4-c+e=mFr*f0ren2 h!|d;pymQ_A`gd=-%vK|j+*${c^K|udS?83{1OR>ZDMSDO diff --git a/qdarkstyle/dark/rc/toolbar_separator_horizontal_focus@2x.png b/qdarkstyle/dark/rc/toolbar_separator_horizontal_focus@2x.png deleted file mode 100755 index a593a7e761473ff439a4dcb4cc79f0557149f016..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 288 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fAQ1Ftc zi(^Q|oVOP?iZ%rZxLl0wULf{*0jrYsChk`o_>@*NFq>SS^4juDZ{4@__)wQQk*oXH ze>Th8diT3vZFP@rx2*Wb%+Ra9e=JYR diff --git a/qdarkstyle/dark/rc/toolbar_separator_horizontal_pressed.png b/qdarkstyle/dark/rc/toolbar_separator_horizontal_pressed.png deleted file mode 100755 index a806257e0643aa63891216b8399d6c364e39e3e1..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 151 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz&H|6fVg?4jBOuH;Rhv&5DCp_w z;usRq`u4gbFM|RP%fV)al}rV}_E(*QvO6s5-u$bcnXhWpwWe=Pnc1|=8_)JGvj%EH i0(tk+O-ke}?cOo<9by$ol-f5DB>4qa4lfZV7X`JRg{qTjgqZ}qjswy diff --git a/qdarkstyle/dark/rc/toolbar_separator_vertical.png b/qdarkstyle/dark/rc/toolbar_separator_vertical.png deleted file mode 100755 index 2a14f5cbd0cf823964f405146395eb9f1057ad8a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 137 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz&H|6fVg?4jBOuH;Rhv&5C}{2J z;usRq`u6NX-UA9E3>TXn8v+e-d@lvg`s3^6Utcv0UseRV3s g6KQA9NlPa4?!C^&qN*6G1T==h)78&qol`;+0EAsB;Q#;t diff --git a/qdarkstyle/dark/rc/toolbar_separator_vertical@2x.png b/qdarkstyle/dark/rc/toolbar_separator_vertical@2x.png deleted file mode 100755 index 35371feeab2f481fa6eeb39ca2bfbeb31430a15e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 197 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fAP_W$7 z#WAE}&f5zcc@G8fumo5;D@ZLlbA&5orp9aof0bDsib+vlg4^{cem^z2`?D)h2MDB3 z$lai`zWS+|`;(>a3z^qO{**X=`?Iyot=0Cmc1n+;oX_U&kbaO;#+gTe~DWM4f>#!#n diff --git a/qdarkstyle/dark/rc/toolbar_separator_vertical_disabled@2x.png b/qdarkstyle/dark/rc/toolbar_separator_vertical_disabled@2x.png deleted file mode 100755 index a2173c5eef07938886ce6c7853121601fafbf40e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 200 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fAP_W9= z#WAE}&f5zca}Onmv|fCl-qF!$#F*54p+afanh9pS+>tsDw@i#}R<&5Zr|M|!cAy?0 zXec+hcJTSnA}R0duaevC_>HsTUcLVI`R{Lg`y9Ub4?kBe?Ymk!H=nJ-d^Y2>iy?Q* nUwjH!{4DF%Zgz-%h7UFM+!y&d6y`@C2Z?yP`njxgN@xNAcr!_+ diff --git a/qdarkstyle/dark/rc/toolbar_separator_vertical_focus.png b/qdarkstyle/dark/rc/toolbar_separator_vertical_focus.png deleted file mode 100755 index e31c694b05f39da714a97ffccb64b11de637ffb5..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 135 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz&H|6fVg?4jBOuH;Rhv&5C}`>F z;usRq`u6NXQ3e49hKtFXp@t2vz7K3~2F+X2)%E-3twt5k{oLw7(ab0M*VSH&V0bin ep^E3Fqim^rSXoY5_Wb}F!r`!5GL@s$iv1@?<(ERRny3r}BK k_H9+-TOo*Mh6C?w8T|eUacJ2;Zv+W>y85}Sb4q9e0Nl_=761SM diff --git a/qdarkstyle/dark/rc/toolbar_separator_vertical_pressed.png b/qdarkstyle/dark/rc/toolbar_separator_vertical_pressed.png deleted file mode 100755 index 4ee7aaaabd6a1d4ebcc276259a2de91fd38a4548..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 138 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz&H|6fVg?4jBOuH;Rhv&5C}`v9 z;usRq`u41%D1#!yfeVgmObI8Nb{j0`I9x5FAi~vsWW)MrY?D;>>b>#!D(|qb=UOCkg-n diff --git a/qdarkstyle/dark/rc/toolbar_separator_vertical_pressed@2x.png b/qdarkstyle/dark/rc/toolbar_separator_vertical_pressed@2x.png deleted file mode 100755 index d8bf93bf65e449dc92fc861d918f94f15a25cd82..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 196 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fAP_WF? z#WAE}&f5zId7B(WST00%8<-_2Z#!_XV3W9hi`$AOrw-pW;m+T*{*GefH7xZ`<@^5AE&dt88Dw^Lm5nft6d>UU+}Hx%cF^ jX-mGjPlxDaVEFc(Rcsj_M}c6=OpuVLtDnm{r-UW|$Tmjs diff --git a/qdarkstyle/dark/rc/transparent.png b/qdarkstyle/dark/rc/transparent.png deleted file mode 100755 index 67753617fec23bbc57360e16d16bdd82ab984743..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 104 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz&H|6fVg?4jBOuH;Rhv&5C@AIW t;usRq`t~3rBaqjm@PB=thXaWDo=rf3fzh3DK?jh-;OXk;vd$@?2>=W@7CHa` diff --git a/qdarkstyle/dark/rc/transparent@2x.png b/qdarkstyle/dark/rc/transparent@2x.png deleted file mode 100755 index 4012944b58252423bd3c84fbf6f5e698b1a39bf0..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 117 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fAP*B~| w#WAE}&f9~Gyg=Te1>gO1`OFspnaH4_oY}#FfwBM7$v}{>r>mdKI;Vst07yI;1ONa4 diff --git a/qdarkstyle/dark/rc/transparent_disabled.png b/qdarkstyle/dark/rc/transparent_disabled.png deleted file mode 100755 index 67753617fec23bbc57360e16d16bdd82ab984743..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 104 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz&H|6fVg?4jBOuH;Rhv&5C@AIW t;usRq`t~3rBaqjm@PB=thXaWDo=rf3fzh3DK?jh-;OXk;vd$@?2>=W@7CHa` diff --git a/qdarkstyle/dark/rc/transparent_disabled@2x.png b/qdarkstyle/dark/rc/transparent_disabled@2x.png deleted file mode 100755 index 4012944b58252423bd3c84fbf6f5e698b1a39bf0..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 117 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fAP*B~| w#WAE}&f9~Gyg=Te1>gO1`OFspnaH4_oY}#FfwBM7$v}{>r>mdKI;Vst07yI;1ONa4 diff --git a/qdarkstyle/dark/rc/transparent_focus.png b/qdarkstyle/dark/rc/transparent_focus.png deleted file mode 100755 index 67753617fec23bbc57360e16d16bdd82ab984743..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 104 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz&H|6fVg?4jBOuH;Rhv&5C@AIW t;usRq`t~3rBaqjm@PB=thXaWDo=rf3fzh3DK?jh-;OXk;vd$@?2>=W@7CHa` diff --git a/qdarkstyle/dark/rc/transparent_focus@2x.png b/qdarkstyle/dark/rc/transparent_focus@2x.png deleted file mode 100755 index 4012944b58252423bd3c84fbf6f5e698b1a39bf0..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 117 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fAP*B~| w#WAE}&f9~Gyg=Te1>gO1`OFspnaH4_oY}#FfwBM7$v}{>r>mdKI;Vst07yI;1ONa4 diff --git a/qdarkstyle/dark/rc/transparent_pressed.png b/qdarkstyle/dark/rc/transparent_pressed.png deleted file mode 100755 index 67753617fec23bbc57360e16d16bdd82ab984743..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 104 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz&H|6fVg?4jBOuH;Rhv&5C@AIW t;usRq`t~3rBaqjm@PB=thXaWDo=rf3fzh3DK?jh-;OXk;vd$@?2>=W@7CHa` diff --git a/qdarkstyle/dark/rc/transparent_pressed@2x.png b/qdarkstyle/dark/rc/transparent_pressed@2x.png deleted file mode 100755 index 4012944b58252423bd3c84fbf6f5e698b1a39bf0..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 117 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fAP*B~| w#WAE}&f9~Gyg=Te1>gO1`OFspnaH4_oY}#FfwBM7$v}{>r>mdKI;Vst07yI;1ONa4 diff --git a/qdarkstyle/dark/rc/window_close.png b/qdarkstyle/dark/rc/window_close.png deleted file mode 100755 index 0b67d3bccbea881e7292a15a6bd8c5ceff8a833e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 733 zcmV<30wVp1P)pW?_>eo!Ch^y;0j!U1>is&LWna-;Q*01 z1Iz4KK<0TsNSuK)z{)*Ia06gL`m^xVY4>RL2JshG^;gw@&%dg>ZTR0qh6B&@9;#UH z1n#2p#&H@S>jZgT*hcg%@LSN=#+Wa+1YAG-3VMHV86hk-ZTq|qxElluD93=+&&ao? zX*^(@0MI+JH5ST=8w8#D;ehD9F=&*NEg-5>!VQAX1RNq&-I@?^oW?c6Qi{a!G!g^& z$pjqfwv4%)5CCY}_Gya5OjU`@Z;o_Zrg0RXYmtbiZJ&zDt2Bw8@6Q*(d%izEfX@`c zA$Aue!}G#L6+KKy-YB}*GUg%+F33p&u8J(D!E*%$5-(Nspo~P%_n!-LS_NJxP$2PQ zc$lVzmlEg$!X-iX(}sAiOdwOT~*bU{&*BKDthjD;ar*8WgbLNBhiaAc+;4D0N3}s zAiIfrr8<$@flRotHiQH8$GS?Q6OrgyQ77_VM%i%N-b-8K2Ehu-PQ0$dA4_E+s}rdL zZV)_C<+2LAghVIphwj7{2K0|B^RIKeJT$GJz;Q)?f?})NNVmk!c z9$u%tT1Rllv3I707f9Sp2#8vnKo9t#Xtxe{Ttbm$;5*==(Pmw>|NZz2mhXU3cIlrL P00000NkvXXu0mjfqIOUF diff --git a/qdarkstyle/dark/rc/window_close@2x.png b/qdarkstyle/dark/rc/window_close@2x.png deleted file mode 100755 index bb8ac7da5e1effb673af3b7f611cf244b133546f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1620 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 KMNUMnLSTY+R5hyr diff --git a/qdarkstyle/dark/rc/window_close_focus@2x.png b/qdarkstyle/dark/rc/window_close_focus@2x.png deleted file mode 100755 index 692ce24f2f1d6632e0edd5d9e1a1eda38aa3ce50..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1659 zcmV->288*EP) zEOo2$hp-9@SWsTD$rApERI4SDIAv=z37{SfMHp5oDwSeICa`Q{DMt6O=x*qAxAgAo zeoyKY`j+>eKKFdTI_LH4rzbejfe!TlEcIGEb;BNg_%1(`?6ScT%+~E|?q{_reYn>J z_M^<3_8mR&uOa0Hn_jy1$OB%#`Ks=A#&!XC@t5}418={Qak^vcwwxv^)2gOcc>)@n zvoR-I0*-cUz0VPSzj{F%?TfB6!S=R)t%rGlqvmZfw_w=>>rGUUV)P4m%h z-_Qo8iR!FA=-lXe9{`Y_w~RMi0!9K3xb01^)QhSI#15?NygiTEGVpjn_#I5=szp_L zZSDvFh7&@P<{<(A3>So?%|ieHfZT#*&D$b@5X|drZC1BJa)&B6XU~~z8Tdv(_#HzN zwSv~80)qg+{z6F0JoLO1?5)bQs+cB#jmTg)Drd`?l8uJu-$`-JJEzG|^AMv0TFTB@ z4%s5`SU~tc&FhtZJ0Yg|yUuB1eOkYbb4F|c5FY~4+3Jjb7w3$fp%remKSz| z1jeBs^Od4Pe!T6dzB{0$T0!g1X_D|xSjx@WbDbMa^TBNoIzOm+NT35+$}iXp-rEh} z>jB~akm+otsNVyO&D*oiYy~(L`AOp*(qy%uUk_GsLx}-^{vd2S{C=5-gaJT22qrdU zK*-%?3g#gN006l;d(mXq3G0Mt8Tagv&ex{(ULyJ0lnMYy5JHOPA%Sm!oz%EO>pal) z$B1AV_dL3gmU&3A16sQTO)?~YEf(Li}|wsz+>+Kj|AlS46pI( ztp3vopx9 z5!eaa=*+Ex{v4V=xC7#vmk*!$-Bc}V&Cn$RJK+$vHd?k5q4|S4AiH4S#oHP&%vWZ$ z99l$(GG!YV_BIK3LL`8==0Q`{f|deeV{2^QUUp`05dgv96OYEDAnXcYn9R4-gzz?W zzxCOv5C}V71DfW8XCCQF+U5c3Gg|S|C15iuR`8U=R>w+qe3zJRwVD5B)FB32lBTLN zT8xTKQgJ)Myw22T^_R}QE&%yA?A!jZ-2%Q9ka%Crx0EZ{S#$Ol0T6(Xz0+uYT7PR_ z?0#GPu>Ub%0rLQrSuM-!G6CZNJT32k(z)2{{{>!(%4D#G*OmP=-%{i2R#OB)(3#Ga zUKhdb-BPs7*JgDiw8*s8xcEjxP!Dh202*(9^_0QZAv8Tq=3A;3w1jkpT_M=@&Xq0z zX6~xNU%S?u=GP1AN-`{}&S-H*2*!sG{o7sbTBV@mLXj|F$Uezc2UEhHYbfDqVe*kjQNiZ(ytvUbz002ovPDHLk FV1l9ZC7u8P diff --git a/qdarkstyle/dark/rc/window_close_pressed.png b/qdarkstyle/dark/rc/window_close_pressed.png deleted file mode 100755 index 53ae7f38e01bf510e75fb5910d9e2f282b9e48c6..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 744 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 diff --git a/qdarkstyle/dark/rc/window_grip_disabled@2x.png b/qdarkstyle/dark/rc/window_grip_disabled@2x.png deleted file mode 100755 index 7a3d8de6de36c412fb1e00e453faced3dd1b83be..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 764 zcmV%%=! zE-Q0T|KLwCUefytDIfvpK;mg(f8lv`rC1439uk;>o z1lWKdlQ&Xc2yg^H5Y%J6H+KQ9;FVJM``zXzy+7AY&?Wp~r@1%op4zcldI(zQHKGnVDb+@FMb7&oeR;3>iN2Owf1umD{y@N~w2x-lSLO ze+eimJiuJa#oCzUY{cE&{b}>Ez{7+mz$N@)r|BFX&NvDB4qvM5tOFzPOnG7)`ve36 z|6b1{#U3&u;P2VFjUo7iy!4NKLLMnM&{G1I8;$wP$Ae=9i$j-F!zbjWhBuuD+DUNn zYS%fIW#F>|!iG@?nJox;Wc{~RG`;sZKtkgL>EfHR;BDn-eCdF&r zAY>@V?fxVIzHm4JUYN3J?k( z6~KsZfCccBB6$}#2MCRu0>r=p(vWyo>RiU7z6j7 zgpu$Kuy9U7Bi_~x;;!D1o?%Yy ztV3Y?>rdty(WZm9gLqG!&pc>uLDfB)RV8TMU$0Nv8>5k)d+$mB0000*MwG%=Uy8Mzzwj~-`x;#YWkbp!51uY#d z{{SRhAs%@MgjY1wbbwoa2NDtuLUKL|gk(1BINqI^omu;qvv)tuIoe%YR|Csh*0L74 ztnLl?u1=;clb%TYXt(Xb=Pmm-d3~j>jfJT0P<^B$pk)T*v7Q6hCwp4;Y|Vdlhw8&$ z_^)H#;0{+sV9ny-a&&(o?|wOfYu%Zl*&?CthZPDZnGWWCmj?0kOmPhB_#K zcQX@A0bb};KF`TaFlqRzGr`#5JMVSdOs~)7&G_lOlz^tf!zIoNhk^$?7;W3>ym?jN zVa5{>68`H>czC!#K=kmL_Dy<|&ztu(Dip9N@Br=nLNC)E=om-vQ}Rl~_cHCF^Lb@I zp#MDqn**(`Z0I|%KCxUHeo9_xc-MK5`zN@5g*LD@u~g|;Nx#a*zaD@)ARNNpO zp&L}<5{Lx}shN>FQ79*1fQh*wHA5AlwrOLhP8jfLKl%5`ww?_CeMps9tJ`lRTHk?r z9}RkE0IE`4=?F{ygV&qNFl9P0;^ef1~+fTQbAC&~i!%GcdgO?V-7B3}$ z3+_FDEABNw5!_nJNRCt{2n!RolK@>*MbqJveUEY8n=0{K<-hdi##d9Db(Lf}8DIz2@UdOR_W_D)dTkhWdH0Nk`b~PH<)TTCd znM?8>fa@wZ2e%P@D#8z)N-`O@zs=silGng|R3+)vQ9T4oC`d_%z|Gm7Qa(d-UuW=g z2LG>=>tm;N9NdwTJ_jhFt2=I`TfKcEe2LU0$gJ%Ju z!GlKuA;N<=$l6K3XNqxqy)2!LfkQ;lZJR7~sK?fLP$cfqKt29%qlZIR#Kf!&$Q84f3;=4E*2?dE~;71%w!x&`daT*`DT zB_%J@U~T7tA>h-?hrd*L44eW#fqIrRIcA=SHnI%XcHY9e(eCe*o1^Ve^KLzOam{Al drZ#nn>n~S6f1Wg9ytDuS002ovPDHLkV1j_lN~-_> diff --git a/qdarkstyle/dark/rc/window_minimize.png b/qdarkstyle/dark/rc/window_minimize.png deleted file mode 100755 index d8c54ebf21606cbae2de731e1f341a9138736c3c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 203 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz&H|6fVg?4jBOuH;Rhv&5C|K+1 z;usRq`u36{U$cWi>%;msYm=1@U)1if1RkEKb-|W-lewdU#}4Q6RSSGQUa4i@d!Bao z|B@87_R+E$&vW}chx^mR~MI6zZt^iW!W{pG8qCL!r~Q&hoTl`sFF>=a#oe2Wm!EC?{*ez<+{%vN?ytJ0ZAHeP8L_%;9CVrHAQ zVY^*#>#EN6yftsd?CHHH^F9llJH4sKv%i^f*0P%?yN@njQrlma=ac>VcJr!Lar=)) z{)&myS@-3BT->ClZz7M4dfAyhtO{3rR&P3#Ijfh~Ks%ZF&hG66NtXXunyggKNUL2n;J-DdOr S`&~>QL4uyHelF{r5}E+6{fF}a diff --git a/qdarkstyle/dark/rc/window_minimize_disabled.png b/qdarkstyle/dark/rc/window_minimize_disabled.png deleted file mode 100755 index cc51ed0eed66b9ed3a25a9b80b7f6affc4b266f7..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 207 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz&H|6fVg?4jBOuH;Rhv&5DA?%f z;usRq`u36`UsHfU%ftHl-@)iLA7$BbvM z%Qm0%*{GnTRAg}boMG5I2F%I7IEQ`0`$&ct$1m!?fBu(MVA|HpDje)5 zoHmrn9om0d!c5n8{kg?#t?_x{R~2Z39PH zgOXw?$BeX7yCXiyv6%L^{QUo9r}8-&V`WC5B@nPSVgKFkq#GwMEm7P%&na@+!{xuX zGmE4@ua-V-P;`0alDWrjJq?`s=UDds9rJzXJx(?{a57=T?p535RIN`0=q-0$QToF` zdVdY?^+(I?rrmyOUsLIMYkO($BLm3;v43r9KN(*xoTJLT#n-4|=Ck@h754JGMFFJe))Zkzmp#IsBX0xtY4y(GNAC;IkwwucPA1@A9k z_~-Y{Lop7QL@Ufs$k@CxdagIm%;Hc-N5|P(#<5$!)+^oE9=~<2mv7wsdnN4WCXEL#j%~mCvw6wgj*`Hbs%^KvO$)C6 zWw*Xd|NbSP|8G7_O1acmzogPmpS!@C({l@(n)LI{n;IH5xefM5JNF6b?LV8I$~gOK z>yqOQHVgOZ9eiaoUz}A({oA8W&L{O%_qHv09j<=;s$1^wpYjfm6j@--WZ*ffF22qB TAa6~;e2|!@tDnm{r-UW|_tcKI diff --git a/qdarkstyle/dark/rc/window_minimize_pressed.png b/qdarkstyle/dark/rc/window_minimize_pressed.png deleted file mode 100755 index 0bb532126cca0da275d835554739ea80de58009d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 210 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz&H|6fVg?4jBOuH;Rhv&5DA?lZ z;usRq`u5UB-lhPFBOm{NzteccR-(aIC+CHX5;2debKM-JuUYeI;1L|=wPzFQ63=a6sY4{q*h4Co4|`FO~NXTE6RD-R}Pu z2i~1L+7@X#wL~X#?ee^xI#25EhaLU#v+9eO{A9*&?$ckN4boT3Or%6w4Mz4CrT698MxXe*PB&NmACt!)4n~+;8Js_| XuKj3ZY8KF!2@>;k^>bP0l+XkKfIEg2 diff --git a/qdarkstyle/dark/rc/window_undock.png b/qdarkstyle/dark/rc/window_undock.png deleted file mode 100755 index d1f4542590029068f56d8ca10aef9a26e8998702..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 521 zcmV+k0`~ohP)z<-xS z-E>_y(|BvqBf`N0yS zwc3BZQmgNVZK7%Pge+N>btfX9NdN-Ds?^jz1jiB?&Pd$|y-nM;ANy|vL)Z;<=M_|y z+7iJ@3UdHhp=g&R^|%YV86Xc*7zZGfQcH1*d!AMTryd38aW@fS4S?BQD>(qS2?2t6 zn76FZ(DkdL6olCE=bk6Azpk-=h7*7Zz}NxOoO+=WVWH}%LPUk*kH*pgl0|l zP?|CHBY*mb9T11aS??clo9A0qM?C|W9flRb?fGo>B2I0m0|c*zV~&<*7}s&@I{=n%fHBv=ISlF*j`?;+T-ZR<4Q+JCMuSOkc~Jr-O700000 LNkvXXu0mjf!j$2^ diff --git a/qdarkstyle/dark/rc/window_undock@2x.png b/qdarkstyle/dark/rc/window_undock@2x.png deleted file mode 100755 index f0efa3429e3a4d1e63eba95202a35f2c7e5bb541..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 880 zcmV-$1CRWPP)GtbQzGXrQenlwXk1FUXto*ig3rWiCvzzBf;1a!q=mw{CRFKy>?^CN?UTb(M$ zGN4+o-!ec84CLd)k%9o%15cJs^L@KIM%3W7nlnkDcPF*+0Kh<=Kr6Q6Oth;LsRvXY z=Qc4`5W~P@rpe&Zpq>!gfc-JQ^A*75M5G-P1h`wd?A6veA@n~u&}dAd#~Kgp4~GNo z{}I{%28|^n>G%oK9@>C|rLHFl(%u&#PRDiLGK;bI7ICoa4tMzM)7~qyxER_1)dEzb z4NxsWHQE5x0#uWF1G;X6YPH%W7{()Jx&iRTZuRZDvmR9p0n7xKJz8$=?YyW|Du1HJ z3X!utRmZtYj0FJarG*4w!!zz#R{nFSA9dad`gW>qhk#w*m?g#=sA)U^STMX#w&OgM zOcH2-?KtBAPfI2~A{j8|Y}>sqmB43!ZQCUj5Kn8~QYHe-poJ4Sc4>0;>0Ei@u zft5LveIOCoX8?ikNF<6288W(j2AtGWUSb(tp$|lw22~`4WPo9KywdJFCvb@qL}&ws z3x&uVoldN8Y#<{MxC^P@3Tp#Y3s8+VK(zqXXaiIWP>nV~wE)#<15^u8jW$5F0M$f! zAE1gW-A;Uuz;0_ns(JtetF2|JGJwEKt!1e(fB<(pmz!@bPm2Lf4?G$4Zn&2w!KgGr zxL+;?zZX8$J%9k0!J}5OxY(}FY3u=q&*iiI{c}S@L))Dy`;M9uSZk&DW|_s|q=Wj0 z0OM!UNs@tnNJI^q13pM3iVG2cl!)uU8uN^&0QMx3#o!k_@3}-^p8@4^{tE~v;cdVn z44x>JO5Y`72QGu9Lg5*KUP~kl56zZM^Q~0$Km&-#GmH6g5FSI_aQMyOamy^sNG9oe z<65n{*U0du0o(-Pf~1%OK`w)q;r)GLSyoLtpGKoeH~#>CZqr=Ym^>E%0000NrHtajs`yObGe+^GQj+De4B*W2T=nUfznQsFf%}eH!*U%7~NR8 z%4c4@0@Rj3Q4_1gbYO?_BLZek5*M*pEZ`dez)q{ic8GT~H0?FN{%`GF@5qPm5`eK9 zgd{}(-1!Cg)o2Vo>$vIcQq%+hY+7T%!t?3s`!O5<3;_BL&~n#v6M@o-ns99007_QS zrwXucMO~?YyQnBvq&;iY%Lc47o?= zVz<}KI@=1s*BSA04dVcs?C1z2MGWD@<7l#22bWc4U$7_4i5>#jZdIcKG=k8z@6gdN zpFX^OZ`8rk2=JZ{`@pps0Gcg(l_N(C9Y!Oe>;T$A0}XEWYZ1U6N32zjR7Tr!pm0to z`xkWc%pj`o<^iB7@BJUjAHs}>9I+z<1MlSr@Mo#3P7J))S&%VZ=accM?Y)H^yuk=J zxvcYEEwi{VQ~a&pzG)fDVD*8r*w&70jcx%&55FUvr zSS|z%C*otzMCluTGc-Rx&o70}#8Y2aR{%Oute;?3IOuXR9=#>9NXa*@{?71WrfEX} y+5zkoX(msK1JiZ6y6exM-2GgEdJ2W2hWQOC4$$<*Z0nBz0000QHL3{%#4JuuH0bK+U zmrflVM3>?dI9W+L7Z*VahElMPP&>G|DAcLB$Dt-RwYN=7YlilpZjy7)|K;3!4;Pqq z(WsB9Dkl>iQDjgKz-mOV7K2SkQwoh8`Wy?8s&aCn!!-bF5se4c>}s^>LMXDRL`M{- zU=9FlYF8B92PwdJ*{31`8SYpc5$9WTJEx4?FXNYZL$g002ovPDHLkV1i1s)BOMd diff --git a/qdarkstyle/dark/rc/window_undock_focus@2x.png b/qdarkstyle/dark/rc/window_undock_focus@2x.png deleted file mode 100755 index 1aef06053dae8b69236fd2d7d30b6b560798d0de..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 866 zcmV-o1D*VdP)jB<_YFB!UVSg4uvYB!z{d#e#@fC_WP0onsS3cV>4pGkfEWZ~%SN>in73YXJLNVy%6Yw^w+m_L&g)Ke(F4D7N0o13=fh_kRc+ zfS|$F_-Q|W-a`a{-qzS@KYrfRK}DLq=Sz7fa&HlZY|&M{V}9PZ%2V7JNdUGD*d__U zwgKBD0oXQRo7e}?v=KT|(B8D;UX{yZAoetypDDU;!kVEV5M_b$?7*E;Kfi|6+HlQA z2Xh6T5p@s1F4IOl2=4%1EDdlm$e%Up1OacSTK5*n6sr@W=3wLG0f6WR^*mG56_aIr z1IQILL~zVx;SG`^G?^_ZXR3fFfZVM1i@Iy7U;E3P8;Wz|P1$e36e&H?i z76?hx&C>r}0Do_n|FHv;uTJrMqxqht=BV#lQwVswly`bst?T_X27GFDk(MBQG$HE= zfY1{Yg`z@7Pfh6hTmjBa0KZHWi@@iK>)bXW>0^6YiM6;{?9rvOPJ!WuaH87g00L2wn}j`g1OVx;ws~I4fISR3`xozdHWhcRm$zh?mcF*OO9nnh zb$}N&&^^A;CIR_@7GF0etVyRuMCD$E{f>)oJL~I1cVz?gn2R%t{6b$TPG!ky5k*1a zu;p~Cd;ITkEPwdiLFGe8Jml zY1jMb-Bf-G+G@{5i2~a`0gC?%*;L%I=t^an7CTPh=qd1DFn5MxI8QP{9~h1TXbizu5Q-oy5ySL`u4g`s zC0E@#2MQo&jGhIoDFCfObOcfWw0J&y^HsSHnqTGEfEfp@m)N-v4*;!zmFqUr*UNSA zH3GW&&2x+)hX4WA7!GI`oJNA@0Ji76^^t)NgyXGd6xMb9aOs-h`5$cJJXwbi4*;!A zoF_{gJqN%Dec|}2Jx<=e&*AN@u0C<_-rz&Vb)U~?Q-RMGL5LY9x%_PNUN5V-FjN4t z4ai0XAlra!Q~VgYF5MHnK49i{;FiYOEq1|hzj)_|S)mY2l%^87-?()B|kjOcu; zgTQiSJFws%ah&iRz~Wfa|3Sxv&cO^c&P7PO68WRB3P832*{A?y8<33(K(+zdr~qUe zkc|pJwgK6w0Aw4Gji37gvS_dH?Y|m|r47*<0feQ}rbq=q4AZ4;Q3{~2q3fB_#;63q z0WI!yZ#W78a0Ygx+mP;S>qyv_0oo~ z3%TW%?%q`Z=S39s0|Tz)C+{qX&~`ir%}?AmMHZ>}#r3#h9 f2K5vQMTGeSI^NJROB6I}00000NkvXXu0mjf`R$iJ diff --git a/qdarkstyle/light/lightstyle.qrc b/qdarkstyle/light/lightstyle.qrc deleted file mode 100755 index 04e9b5d..0000000 --- a/qdarkstyle/light/lightstyle.qrc +++ /dev/null @@ -1,216 +0,0 @@ - - - - rc/arrow_down.png - rc/arrow_down@2x.png - rc/arrow_down_disabled.png - rc/arrow_down_disabled@2x.png - rc/arrow_down_focus.png - rc/arrow_down_focus@2x.png - rc/arrow_down_pressed.png - rc/arrow_down_pressed@2x.png - rc/arrow_left.png - rc/arrow_left@2x.png - rc/arrow_left_disabled.png - rc/arrow_left_disabled@2x.png - rc/arrow_left_focus.png - rc/arrow_left_focus@2x.png - rc/arrow_left_pressed.png - rc/arrow_left_pressed@2x.png - rc/arrow_right.png - rc/arrow_right@2x.png - rc/arrow_right_disabled.png - rc/arrow_right_disabled@2x.png - rc/arrow_right_focus.png - rc/arrow_right_focus@2x.png - rc/arrow_right_pressed.png - rc/arrow_right_pressed@2x.png - rc/arrow_up.png - rc/arrow_up@2x.png - rc/arrow_up_disabled.png - rc/arrow_up_disabled@2x.png - rc/arrow_up_focus.png - rc/arrow_up_focus@2x.png - rc/arrow_up_pressed.png - rc/arrow_up_pressed@2x.png - rc/base_icon.png - rc/base_icon@2x.png - rc/base_icon_disabled.png - rc/base_icon_disabled@2x.png - rc/base_icon_focus.png - rc/base_icon_focus@2x.png - rc/base_icon_pressed.png - rc/base_icon_pressed@2x.png - rc/branch_closed.png - rc/branch_closed@2x.png - rc/branch_closed_disabled.png - rc/branch_closed_disabled@2x.png - rc/branch_closed_focus.png - rc/branch_closed_focus@2x.png - rc/branch_closed_pressed.png - rc/branch_closed_pressed@2x.png - rc/branch_end.png - rc/branch_end@2x.png - rc/branch_end_disabled.png - rc/branch_end_disabled@2x.png - rc/branch_end_focus.png - rc/branch_end_focus@2x.png - rc/branch_end_pressed.png - rc/branch_end_pressed@2x.png - rc/branch_line.png - rc/branch_line@2x.png - rc/branch_line_disabled.png - rc/branch_line_disabled@2x.png - rc/branch_line_focus.png - rc/branch_line_focus@2x.png - rc/branch_line_pressed.png - rc/branch_line_pressed@2x.png - rc/branch_more.png - rc/branch_more@2x.png - rc/branch_more_disabled.png - rc/branch_more_disabled@2x.png - rc/branch_more_focus.png - rc/branch_more_focus@2x.png - rc/branch_more_pressed.png - rc/branch_more_pressed@2x.png - rc/branch_open.png - rc/branch_open@2x.png - rc/branch_open_disabled.png - rc/branch_open_disabled@2x.png - rc/branch_open_focus.png - rc/branch_open_focus@2x.png - rc/branch_open_pressed.png - rc/branch_open_pressed@2x.png - rc/checkbox_checked.png - rc/checkbox_checked@2x.png - rc/checkbox_checked_disabled.png - rc/checkbox_checked_disabled@2x.png - rc/checkbox_checked_focus.png - rc/checkbox_checked_focus@2x.png - rc/checkbox_checked_pressed.png - rc/checkbox_checked_pressed@2x.png - rc/checkbox_indeterminate.png - rc/checkbox_indeterminate@2x.png - rc/checkbox_indeterminate_disabled.png - rc/checkbox_indeterminate_disabled@2x.png - rc/checkbox_indeterminate_focus.png - rc/checkbox_indeterminate_focus@2x.png - rc/checkbox_indeterminate_pressed.png - rc/checkbox_indeterminate_pressed@2x.png - rc/checkbox_unchecked.png - rc/checkbox_unchecked@2x.png - rc/checkbox_unchecked_disabled.png - rc/checkbox_unchecked_disabled@2x.png - rc/checkbox_unchecked_focus.png - rc/checkbox_unchecked_focus@2x.png - rc/checkbox_unchecked_pressed.png - rc/checkbox_unchecked_pressed@2x.png - rc/line_horizontal.png - rc/line_horizontal@2x.png - rc/line_horizontal_disabled.png - rc/line_horizontal_disabled@2x.png - rc/line_horizontal_focus.png - rc/line_horizontal_focus@2x.png - rc/line_horizontal_pressed.png - rc/line_horizontal_pressed@2x.png - rc/line_vertical.png - rc/line_vertical@2x.png - rc/line_vertical_disabled.png - rc/line_vertical_disabled@2x.png - rc/line_vertical_focus.png - rc/line_vertical_focus@2x.png - rc/line_vertical_pressed.png - rc/line_vertical_pressed@2x.png - rc/radio_checked.png - rc/radio_checked@2x.png - rc/radio_checked_disabled.png - rc/radio_checked_disabled@2x.png - rc/radio_checked_focus.png - rc/radio_checked_focus@2x.png - rc/radio_checked_pressed.png - rc/radio_checked_pressed@2x.png - rc/radio_unchecked.png - rc/radio_unchecked@2x.png - rc/radio_unchecked_disabled.png - rc/radio_unchecked_disabled@2x.png - rc/radio_unchecked_focus.png - rc/radio_unchecked_focus@2x.png - rc/radio_unchecked_pressed.png - rc/radio_unchecked_pressed@2x.png - rc/toolbar_move_horizontal.png - rc/toolbar_move_horizontal@2x.png - rc/toolbar_move_horizontal_disabled.png - rc/toolbar_move_horizontal_disabled@2x.png - rc/toolbar_move_horizontal_focus.png - rc/toolbar_move_horizontal_focus@2x.png - rc/toolbar_move_horizontal_pressed.png - rc/toolbar_move_horizontal_pressed@2x.png - rc/toolbar_move_vertical.png - rc/toolbar_move_vertical@2x.png - rc/toolbar_move_vertical_disabled.png - rc/toolbar_move_vertical_disabled@2x.png - rc/toolbar_move_vertical_focus.png - rc/toolbar_move_vertical_focus@2x.png - rc/toolbar_move_vertical_pressed.png - rc/toolbar_move_vertical_pressed@2x.png - rc/toolbar_separator_horizontal.png - rc/toolbar_separator_horizontal@2x.png - rc/toolbar_separator_horizontal_disabled.png - rc/toolbar_separator_horizontal_disabled@2x.png - rc/toolbar_separator_horizontal_focus.png - rc/toolbar_separator_horizontal_focus@2x.png - rc/toolbar_separator_horizontal_pressed.png - rc/toolbar_separator_horizontal_pressed@2x.png - rc/toolbar_separator_vertical.png - rc/toolbar_separator_vertical@2x.png - rc/toolbar_separator_vertical_disabled.png - rc/toolbar_separator_vertical_disabled@2x.png - rc/toolbar_separator_vertical_focus.png - rc/toolbar_separator_vertical_focus@2x.png - rc/toolbar_separator_vertical_pressed.png - rc/toolbar_separator_vertical_pressed@2x.png - rc/transparent.png - rc/transparent@2x.png - rc/transparent_disabled.png - rc/transparent_disabled@2x.png - rc/transparent_focus.png - rc/transparent_focus@2x.png - rc/transparent_pressed.png - rc/transparent_pressed@2x.png - rc/window_close.png - rc/window_close@2x.png - rc/window_close_disabled.png - rc/window_close_disabled@2x.png - rc/window_close_focus.png - rc/window_close_focus@2x.png - rc/window_close_pressed.png - rc/window_close_pressed@2x.png - rc/window_grip.png - rc/window_grip@2x.png - rc/window_grip_disabled.png - rc/window_grip_disabled@2x.png - rc/window_grip_focus.png - rc/window_grip_focus@2x.png - rc/window_grip_pressed.png - rc/window_grip_pressed@2x.png - rc/window_minimize.png - rc/window_minimize@2x.png - rc/window_minimize_disabled.png - rc/window_minimize_disabled@2x.png - rc/window_minimize_focus.png - rc/window_minimize_focus@2x.png - rc/window_minimize_pressed.png - rc/window_minimize_pressed@2x.png - rc/window_undock.png - rc/window_undock@2x.png - rc/window_undock_disabled.png - rc/window_undock_disabled@2x.png - rc/window_undock_focus.png - rc/window_undock_focus@2x.png - rc/window_undock_pressed.png - rc/window_undock_pressed@2x.png - - - lightstyle.qss - - diff --git a/qdarkstyle/light/lightstyle.qss b/qdarkstyle/light/lightstyle.qss deleted file mode 100755 index e83d3f2..0000000 --- a/qdarkstyle/light/lightstyle.qss +++ /dev/null @@ -1,2216 +0,0 @@ -/* --------------------------------------------------------------------------- - - WARNING! File created programmatically. All changes made in this file will be lost! - - Created by the qtsass compiler v0.4.0 - - The definitions are in the "qdarkstyle.qss._styles.scss" module - ---------------------------------------------------------------------------- */ -/* Dark Style - QDarkStyleSheet ------------------------------------------ */ -/* - -See Qt documentation: - - - https://doc.qt.io/qt-5/stylesheet.html - - https://doc.qt.io/qt-5/stylesheet-reference.html - - https://doc.qt.io/qt-5/stylesheet-examples.html - ---------------------------------------------------------------------------- */ -/* Reset elements ------------------------------------------------------------ - -Resetting everything helps to unify styles across different operating systems - ---------------------------------------------------------------------------- */ -* { - padding: 0px; - margin: 0px; - border: 0px; - border-style: none; - border-image: none; - outline: 0; -} - -/* specific reset for elements inside QToolBar */ -QToolBar * { - margin: 0px; - padding: 0px; -} - -/* QWidget ---------------------------------------------------------------- - ---------------------------------------------------------------------------- */ -QWidget { - background-color: #FAFAFA; - border: 0px solid #C0C4C8; - padding: 0px; - color: #19232D; - selection-background-color: #9FCBFF; - selection-color: #19232D; -} - -QWidget:disabled { - background-color: #FAFAFA; - color: #9DA9B5; - selection-background-color: #DAEDFF; - selection-color: #9DA9B5; -} - -QWidget::item:selected { - background-color: #9FCBFF; -} - -QWidget::item:hover:!selected { - background-color: #73C7FF; -} - -/* QMainWindow ------------------------------------------------------------ - -This adjusts the splitter in the dock widget, not qsplitter -https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qmainwindow - ---------------------------------------------------------------------------- */ -QMainWindow::separator { - background-color: #C0C4C8; - border: 0px solid #FAFAFA; - spacing: 0px; - padding: 2px; -} - -QMainWindow::separator:hover { - background-color: #ACB1B6; - border: 0px solid #73C7FF; -} - -QMainWindow::separator:horizontal { - width: 5px; - margin-top: 2px; - margin-bottom: 2px; - image: url(":/qss_icons/light/rc/toolbar_separator_vertical.png"); -} - -QMainWindow::separator:vertical { - height: 5px; - margin-left: 2px; - margin-right: 2px; - image: url(":/qss_icons/light/rc/toolbar_separator_horizontal.png"); -} - -/* QToolTip --------------------------------------------------------------- - -https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qtooltip - ---------------------------------------------------------------------------- */ -QToolTip { - background-color: #9FCBFF; - color: #19232D; - /* If you remove the border property, background stops working on Windows */ - border: none; - /* Remove padding, for fix combo box tooltip */ - padding: 0px; - /* Remove opacity, fix #174 - may need to use RGBA */ -} - -/* QStatusBar ------------------------------------------------------------- - -https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qstatusbar - ---------------------------------------------------------------------------- */ -QStatusBar { - border: 1px solid #C0C4C8; - /* Fixes Spyder #9120, #9121 */ - background: #C0C4C8; - /* Fixes #205, white vertical borders separating items */ -} - -QStatusBar::item { - border: none; -} - -QStatusBar QToolTip { - background-color: #73C7FF; - border: 1px solid #FAFAFA; - color: #FAFAFA; - /* Remove padding, for fix combo box tooltip */ - padding: 0px; - /* Reducing transparency to read better */ - opacity: 230; -} - -QStatusBar QLabel { - /* Fixes Spyder #9120, #9121 */ - background: transparent; -} - -/* QCheckBox -------------------------------------------------------------- - -https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qcheckbox - ---------------------------------------------------------------------------- */ -QCheckBox { - background-color: #FAFAFA; - color: #19232D; - spacing: 4px; - outline: none; - padding-top: 4px; - padding-bottom: 4px; -} - -QCheckBox:focus { - border: none; -} - -QCheckBox QWidget:disabled { - background-color: #FAFAFA; - color: #9DA9B5; -} - -QCheckBox::indicator { - margin-left: 2px; - height: 14px; - width: 14px; -} - -QCheckBox::indicator:unchecked { - image: url(":/qss_icons/light/rc/checkbox_unchecked.png"); -} - -QCheckBox::indicator:unchecked:hover, QCheckBox::indicator:unchecked:focus, QCheckBox::indicator:unchecked:pressed { - border: none; - image: url(":/qss_icons/light/rc/checkbox_unchecked_focus.png"); -} - -QCheckBox::indicator:unchecked:disabled { - image: url(":/qss_icons/light/rc/checkbox_unchecked_disabled.png"); -} - -QCheckBox::indicator:checked { - image: url(":/qss_icons/light/rc/checkbox_checked.png"); -} - -QCheckBox::indicator:checked:hover, QCheckBox::indicator:checked:focus, QCheckBox::indicator:checked:pressed { - border: none; - image: url(":/qss_icons/light/rc/checkbox_checked_focus.png"); -} - -QCheckBox::indicator:checked:disabled { - image: url(":/qss_icons/light/rc/checkbox_checked_disabled.png"); -} - -QCheckBox::indicator:indeterminate { - image: url(":/qss_icons/light/rc/checkbox_indeterminate.png"); -} - -QCheckBox::indicator:indeterminate:disabled { - image: url(":/qss_icons/light/rc/checkbox_indeterminate_disabled.png"); -} - -QCheckBox::indicator:indeterminate:focus, QCheckBox::indicator:indeterminate:hover, QCheckBox::indicator:indeterminate:pressed { - image: url(":/qss_icons/light/rc/checkbox_indeterminate_focus.png"); -} - -/* QGroupBox -------------------------------------------------------------- - -https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qgroupbox - ---------------------------------------------------------------------------- */ -QGroupBox { - font-weight: bold; - border: 1px solid #C0C4C8; - border-radius: 4px; - padding: 2px; - margin-top: 6px; - margin-bottom: 4px; -} - -QGroupBox::title { - subcontrol-origin: margin; - subcontrol-position: top left; - left: 4px; - padding-left: 2px; - padding-right: 4px; - padding-top: -4px; -} - -QGroupBox::indicator { - margin-left: 2px; - margin-top: 2px; - padding: 0; - height: 14px; - width: 14px; -} - -QGroupBox::indicator:unchecked { - border: none; - image: url(":/qss_icons/light/rc/checkbox_unchecked.png"); -} - -QGroupBox::indicator:unchecked:hover, QGroupBox::indicator:unchecked:focus, QGroupBox::indicator:unchecked:pressed { - border: none; - image: url(":/qss_icons/light/rc/checkbox_unchecked_focus.png"); -} - -QGroupBox::indicator:unchecked:disabled { - image: url(":/qss_icons/light/rc/checkbox_unchecked_disabled.png"); -} - -QGroupBox::indicator:checked { - border: none; - image: url(":/qss_icons/light/rc/checkbox_checked.png"); -} - -QGroupBox::indicator:checked:hover, QGroupBox::indicator:checked:focus, QGroupBox::indicator:checked:pressed { - border: none; - image: url(":/qss_icons/light/rc/checkbox_checked_focus.png"); -} - -QGroupBox::indicator:checked:disabled { - image: url(":/qss_icons/light/rc/checkbox_checked_disabled.png"); -} - -/* QRadioButton ----------------------------------------------------------- - -https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qradiobutton - ---------------------------------------------------------------------------- */ -QRadioButton { - background-color: #FAFAFA; - color: #19232D; - spacing: 4px; - padding-top: 4px; - padding-bottom: 4px; - border: none; - outline: none; -} - -QRadioButton:focus { - border: none; -} - -QRadioButton:disabled { - background-color: #FAFAFA; - color: #9DA9B5; - border: none; - outline: none; -} - -QRadioButton QWidget { - background-color: #FAFAFA; - color: #19232D; - spacing: 0px; - padding: 0px; - outline: none; - border: none; -} - -QRadioButton::indicator { - border: none; - outline: none; - margin-left: 2px; - height: 14px; - width: 14px; -} - -QRadioButton::indicator:unchecked { - image: url(":/qss_icons/light/rc/radio_unchecked.png"); -} - -QRadioButton::indicator:unchecked:hover, QRadioButton::indicator:unchecked:focus, QRadioButton::indicator:unchecked:pressed { - border: none; - outline: none; - image: url(":/qss_icons/light/rc/radio_unchecked_focus.png"); -} - -QRadioButton::indicator:unchecked:disabled { - image: url(":/qss_icons/light/rc/radio_unchecked_disabled.png"); -} - -QRadioButton::indicator:checked { - border: none; - outline: none; - image: url(":/qss_icons/light/rc/radio_checked.png"); -} - -QRadioButton::indicator:checked:hover, QRadioButton::indicator:checked:focus, QRadioButton::indicator:checked:pressed { - border: none; - outline: none; - image: url(":/qss_icons/light/rc/radio_checked_focus.png"); -} - -QRadioButton::indicator:checked:disabled { - outline: none; - image: url(":/qss_icons/light/rc/radio_checked_disabled.png"); -} - -/* QMenuBar --------------------------------------------------------------- - -https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qmenubar - ---------------------------------------------------------------------------- */ -QMenuBar { - background-color: #C0C4C8; - padding: 2px; - border: 1px solid #FAFAFA; - color: #19232D; - selection-background-color: #73C7FF; -} - -QMenuBar:focus { - border: 1px solid #9FCBFF; -} - -QMenuBar::item { - background: transparent; - padding: 4px; -} - -QMenuBar::item:selected { - padding: 4px; - background: transparent; - border: 0px solid #C0C4C8; - background-color: #73C7FF; -} - -QMenuBar::item:pressed { - padding: 4px; - border: 0px solid #C0C4C8; - background-color: #73C7FF; - color: #19232D; - margin-bottom: 0px; - padding-bottom: 0px; -} - -/* QMenu ------------------------------------------------------------------ - -https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qmenu - ---------------------------------------------------------------------------- */ -QMenu { - border: 0px solid #C0C4C8; - color: #19232D; - margin: 0px; - background-color: #D2D5D8; - selection-background-color: #73C7FF; -} - -QMenu::separator { - height: 1px; - background-color: #ACB1B6; - color: #19232D; -} - -QMenu::item { - background-color: #D2D5D8; - padding: 4px 24px 4px 28px; - /* Reserve space for selection border */ - border: 1px transparent #C0C4C8; -} - -QMenu::item:selected { - color: #19232D; - background-color: #73C7FF; -} - -QMenu::item:pressed { - background-color: #73C7FF; -} - -QMenu::icon { - padding-left: 10px; - width: 14px; - height: 14px; -} - -QMenu::indicator { - padding-left: 8px; - width: 12px; - height: 12px; - /* non-exclusive indicator = check box style indicator (see QActionGroup::setExclusive) */ - /* exclusive indicator = radio button style indicator (see QActionGroup::setExclusive) */ -} - -QMenu::indicator:non-exclusive:unchecked { - image: url(":/qss_icons/light/rc/checkbox_unchecked.png"); -} - -QMenu::indicator:non-exclusive:unchecked:hover, QMenu::indicator:non-exclusive:unchecked:focus, QMenu::indicator:non-exclusive:unchecked:pressed { - border: none; - image: url(":/qss_icons/light/rc/checkbox_unchecked_focus.png"); -} - -QMenu::indicator:non-exclusive:unchecked:disabled { - image: url(":/qss_icons/light/rc/checkbox_unchecked_disabled.png"); -} - -QMenu::indicator:non-exclusive:checked { - image: url(":/qss_icons/light/rc/checkbox_checked.png"); -} - -QMenu::indicator:non-exclusive:checked:hover, QMenu::indicator:non-exclusive:checked:focus, QMenu::indicator:non-exclusive:checked:pressed { - border: none; - image: url(":/qss_icons/light/rc/checkbox_checked_focus.png"); -} - -QMenu::indicator:non-exclusive:checked:disabled { - image: url(":/qss_icons/light/rc/checkbox_checked_disabled.png"); -} - -QMenu::indicator:non-exclusive:indeterminate { - image: url(":/qss_icons/light/rc/checkbox_indeterminate.png"); -} - -QMenu::indicator:non-exclusive:indeterminate:disabled { - image: url(":/qss_icons/light/rc/checkbox_indeterminate_disabled.png"); -} - -QMenu::indicator:non-exclusive:indeterminate:focus, QMenu::indicator:non-exclusive:indeterminate:hover, QMenu::indicator:non-exclusive:indeterminate:pressed { - image: url(":/qss_icons/light/rc/checkbox_indeterminate_focus.png"); -} - -QMenu::indicator:exclusive:unchecked { - image: url(":/qss_icons/light/rc/radio_unchecked.png"); -} - -QMenu::indicator:exclusive:unchecked:hover, QMenu::indicator:exclusive:unchecked:focus, QMenu::indicator:exclusive:unchecked:pressed { - border: none; - outline: none; - image: url(":/qss_icons/light/rc/radio_unchecked_focus.png"); -} - -QMenu::indicator:exclusive:unchecked:disabled { - image: url(":/qss_icons/light/rc/radio_unchecked_disabled.png"); -} - -QMenu::indicator:exclusive:checked { - border: none; - outline: none; - image: url(":/qss_icons/light/rc/radio_checked.png"); -} - -QMenu::indicator:exclusive:checked:hover, QMenu::indicator:exclusive:checked:focus, QMenu::indicator:exclusive:checked:pressed { - border: none; - outline: none; - image: url(":/qss_icons/light/rc/radio_checked_focus.png"); -} - -QMenu::indicator:exclusive:checked:disabled { - outline: none; - image: url(":/qss_icons/light/rc/radio_checked_disabled.png"); -} - -QMenu::right-arrow { - margin: 5px; - padding-left: 12px; - image: url(":/qss_icons/light/rc/arrow_right.png"); - height: 12px; - width: 12px; -} - -/* QAbstractItemView ------------------------------------------------------ - -https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qcombobox - ---------------------------------------------------------------------------- */ -QAbstractItemView { - alternate-background-color: #FAFAFA; - color: #19232D; - border: 1px solid #C0C4C8; - border-radius: 4px; -} - -QAbstractItemView QLineEdit { - padding: 2px; -} - -/* QAbstractScrollArea ---------------------------------------------------- - -https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qabstractscrollarea - ---------------------------------------------------------------------------- */ -QAbstractScrollArea { - background-color: #FAFAFA; - border: 1px solid #C0C4C8; - border-radius: 4px; - /* fix #159 */ - padding: 2px; - /* remove min-height to fix #244 */ - color: #19232D; -} - -QAbstractScrollArea:disabled { - color: #9DA9B5; -} - -/* QScrollArea ------------------------------------------------------------ - ---------------------------------------------------------------------------- */ -QScrollArea QWidget QWidget:disabled { - background-color: #FAFAFA; -} - -/* QScrollBar ------------------------------------------------------------- - -https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qscrollbar - ---------------------------------------------------------------------------- */ -QScrollBar:horizontal { - height: 16px; - margin: 2px 16px 2px 16px; - border: 1px solid #C0C4C8; - border-radius: 4px; - background-color: #FAFAFA; -} - -QScrollBar:vertical { - background-color: #FAFAFA; - width: 16px; - margin: 16px 2px 16px 2px; - border: 1px solid #C0C4C8; - border-radius: 4px; -} - -QScrollBar::handle:horizontal { - background-color: #ACB1B6; - border: 1px solid #C0C4C8; - border-radius: 4px; - min-width: 8px; -} - -QScrollBar::handle:horizontal:hover { - background-color: #9FCBFF; - border: #9FCBFF; - border-radius: 4px; - min-width: 8px; -} - -QScrollBar::handle:horizontal:focus { - border: 1px solid #73C7FF; -} - -QScrollBar::handle:vertical { - background-color: #ACB1B6; - border: 1px solid #C0C4C8; - min-height: 8px; - border-radius: 4px; -} - -QScrollBar::handle:vertical:hover { - background-color: #9FCBFF; - border: #9FCBFF; - border-radius: 4px; - min-height: 8px; -} - -QScrollBar::handle:vertical:focus { - border: 1px solid #73C7FF; -} - -QScrollBar::add-line:horizontal { - margin: 0px 0px 0px 0px; - border-image: url(":/qss_icons/light/rc/arrow_right_disabled.png"); - height: 12px; - width: 12px; - subcontrol-position: right; - subcontrol-origin: margin; -} - -QScrollBar::add-line:horizontal:hover, QScrollBar::add-line:horizontal:on { - border-image: url(":/qss_icons/light/rc/arrow_right.png"); - height: 12px; - width: 12px; - subcontrol-position: right; - subcontrol-origin: margin; -} - -QScrollBar::add-line:vertical { - margin: 3px 0px 3px 0px; - border-image: url(":/qss_icons/light/rc/arrow_down_disabled.png"); - height: 12px; - width: 12px; - subcontrol-position: bottom; - subcontrol-origin: margin; -} - -QScrollBar::add-line:vertical:hover, QScrollBar::add-line:vertical:on { - border-image: url(":/qss_icons/light/rc/arrow_down.png"); - height: 12px; - width: 12px; - subcontrol-position: bottom; - subcontrol-origin: margin; -} - -QScrollBar::sub-line:horizontal { - margin: 0px 3px 0px 3px; - border-image: url(":/qss_icons/light/rc/arrow_left_disabled.png"); - height: 12px; - width: 12px; - subcontrol-position: left; - subcontrol-origin: margin; -} - -QScrollBar::sub-line:horizontal:hover, QScrollBar::sub-line:horizontal:on { - border-image: url(":/qss_icons/light/rc/arrow_left.png"); - height: 12px; - width: 12px; - subcontrol-position: left; - subcontrol-origin: margin; -} - -QScrollBar::sub-line:vertical { - margin: 3px 0px 3px 0px; - border-image: url(":/qss_icons/light/rc/arrow_up_disabled.png"); - height: 12px; - width: 12px; - subcontrol-position: top; - subcontrol-origin: margin; -} - -QScrollBar::sub-line:vertical:hover, QScrollBar::sub-line:vertical:on { - border-image: url(":/qss_icons/light/rc/arrow_up.png"); - height: 12px; - width: 12px; - subcontrol-position: top; - subcontrol-origin: margin; -} - -QScrollBar::up-arrow:horizontal, QScrollBar::down-arrow:horizontal { - background: none; -} - -QScrollBar::up-arrow:vertical, QScrollBar::down-arrow:vertical { - background: none; -} - -QScrollBar::add-page:horizontal, QScrollBar::sub-page:horizontal { - background: none; -} - -QScrollBar::add-page:vertical, QScrollBar::sub-page:vertical { - background: none; -} - -/* QTextEdit -------------------------------------------------------------- - -https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-specific-widgets - ---------------------------------------------------------------------------- */ -QTextEdit { - background-color: #FAFAFA; - color: #19232D; - border-radius: 4px; - border: 1px solid #C0C4C8; -} - -QTextEdit:focus { - border: 1px solid #73C7FF; -} - -QTextEdit:selected { - background: #9FCBFF; - color: #C0C4C8; -} - -/* QPlainTextEdit --------------------------------------------------------- - ---------------------------------------------------------------------------- */ -QPlainTextEdit { - background-color: #FAFAFA; - color: #19232D; - border-radius: 4px; - border: 1px solid #C0C4C8; -} - -QPlainTextEdit:focus { - border: 1px solid #73C7FF; -} - -QPlainTextEdit:selected { - background: #9FCBFF; - color: #C0C4C8; -} - -/* QSizeGrip -------------------------------------------------------------- - -https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qsizegrip - ---------------------------------------------------------------------------- */ -QSizeGrip { - background: transparent; - width: 12px; - height: 12px; - image: url(":/qss_icons/light/rc/window_grip.png"); -} - -/* QStackedWidget --------------------------------------------------------- - ---------------------------------------------------------------------------- */ -QStackedWidget { - padding: 2px; - border: 1px solid #C0C4C8; - border: 1px solid #FAFAFA; -} - -/* QToolBar --------------------------------------------------------------- - -https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qtoolbar - ---------------------------------------------------------------------------- */ -QToolBar { - background-color: #C0C4C8; - border-bottom: 1px solid #FAFAFA; - padding: 1px; - font-weight: bold; - spacing: 2px; -} - -QToolBar:disabled { - /* Fixes #272 */ - background-color: #C0C4C8; -} - -QToolBar::handle:horizontal { - width: 16px; - image: url(":/qss_icons/light/rc/toolbar_move_horizontal.png"); -} - -QToolBar::handle:vertical { - height: 16px; - image: url(":/qss_icons/light/rc/toolbar_move_vertical.png"); -} - -QToolBar::separator:horizontal { - width: 16px; - image: url(":/qss_icons/light/rc/toolbar_separator_horizontal.png"); -} - -QToolBar::separator:vertical { - height: 16px; - image: url(":/qss_icons/light/rc/toolbar_separator_vertical.png"); -} - -QToolButton#qt_toolbar_ext_button { - background: #C0C4C8; - border: 0px; - color: #19232D; - image: url(":/qss_icons/light/rc/arrow_right.png"); -} - -/* QAbstractSpinBox ------------------------------------------------------- - ---------------------------------------------------------------------------- */ -QAbstractSpinBox { - background-color: #FAFAFA; - border: 1px solid #C0C4C8; - color: #19232D; - /* This fixes 103, 111 */ - padding-top: 2px; - /* This fixes 103, 111 */ - padding-bottom: 2px; - padding-left: 4px; - padding-right: 4px; - border-radius: 4px; - /* min-width: 5px; removed to fix 109 */ -} - -QAbstractSpinBox:up-button { - background-color: transparent #FAFAFA; - subcontrol-origin: border; - subcontrol-position: top right; - border-left: 1px solid #C0C4C8; - border-bottom: 1px solid #C0C4C8; - border-top-left-radius: 0; - border-bottom-left-radius: 0; - margin: 1px; - width: 12px; - margin-bottom: -1px; -} - -QAbstractSpinBox::up-arrow, QAbstractSpinBox::up-arrow:disabled, QAbstractSpinBox::up-arrow:off { - image: url(":/qss_icons/light/rc/arrow_up_disabled.png"); - height: 8px; - width: 8px; -} - -QAbstractSpinBox::up-arrow:hover { - image: url(":/qss_icons/light/rc/arrow_up.png"); -} - -QAbstractSpinBox:down-button { - background-color: transparent #FAFAFA; - subcontrol-origin: border; - subcontrol-position: bottom right; - border-left: 1px solid #C0C4C8; - border-top: 1px solid #C0C4C8; - border-top-left-radius: 0; - border-bottom-left-radius: 0; - margin: 1px; - width: 12px; - margin-top: -1px; -} - -QAbstractSpinBox::down-arrow, QAbstractSpinBox::down-arrow:disabled, QAbstractSpinBox::down-arrow:off { - image: url(":/qss_icons/light/rc/arrow_down_disabled.png"); - height: 8px; - width: 8px; -} - -QAbstractSpinBox::down-arrow:hover { - image: url(":/qss_icons/light/rc/arrow_down.png"); -} - -QAbstractSpinBox:hover { - border: 1px solid #9FCBFF; - color: #19232D; -} - -QAbstractSpinBox:focus { - border: 1px solid #73C7FF; -} - -QAbstractSpinBox:selected { - background: #9FCBFF; - color: #C0C4C8; -} - -/* ------------------------------------------------------------------------ */ -/* DISPLAYS --------------------------------------------------------------- */ -/* ------------------------------------------------------------------------ */ -/* QLabel ----------------------------------------------------------------- - -https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qframe - ---------------------------------------------------------------------------- */ -QLabel { - background-color: #FAFAFA; - border: 0px solid #C0C4C8; - padding: 2px; - margin: 0px; - color: #19232D; -} - -QLabel:disabled { - background-color: #FAFAFA; - border: 0px solid #C0C4C8; - color: #9DA9B5; -} - -/* QTextBrowser ----------------------------------------------------------- - -https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qabstractscrollarea - ---------------------------------------------------------------------------- */ -QTextBrowser { - background-color: #FAFAFA; - border: 1px solid #C0C4C8; - color: #19232D; - border-radius: 4px; -} - -QTextBrowser:disabled { - background-color: #FAFAFA; - border: 1px solid #C0C4C8; - color: #9DA9B5; - border-radius: 4px; -} - -QTextBrowser:hover, QTextBrowser:!hover, QTextBrowser:selected, QTextBrowser:pressed { - border: 1px solid #C0C4C8; -} - -/* QGraphicsView ---------------------------------------------------------- - ---------------------------------------------------------------------------- */ -QGraphicsView { - background-color: #FAFAFA; - border: 1px solid #C0C4C8; - color: #19232D; - border-radius: 4px; -} - -QGraphicsView:disabled { - background-color: #FAFAFA; - border: 1px solid #C0C4C8; - color: #9DA9B5; - border-radius: 4px; -} - -QGraphicsView:hover, QGraphicsView:!hover, QGraphicsView:selected, QGraphicsView:pressed { - border: 1px solid #C0C4C8; -} - -/* QCalendarWidget -------------------------------------------------------- - ---------------------------------------------------------------------------- */ -QCalendarWidget { - border: 1px solid #C0C4C8; - border-radius: 4px; -} - -QCalendarWidget:disabled { - background-color: #FAFAFA; - color: #9DA9B5; -} - -/* QLCDNumber ------------------------------------------------------------- - ---------------------------------------------------------------------------- */ -QLCDNumber { - background-color: #FAFAFA; - color: #19232D; -} - -QLCDNumber:disabled { - background-color: #FAFAFA; - color: #9DA9B5; -} - -/* QProgressBar ----------------------------------------------------------- - -https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qprogressbar - ---------------------------------------------------------------------------- */ -QProgressBar { - background-color: #FAFAFA; - border: 1px solid #C0C4C8; - color: #19232D; - border-radius: 4px; - text-align: center; -} - -QProgressBar:disabled { - background-color: #FAFAFA; - border: 1px solid #C0C4C8; - color: #9DA9B5; - border-radius: 4px; - text-align: center; -} - -QProgressBar::chunk { - background-color: #9FCBFF; - color: #FAFAFA; - border-radius: 4px; -} - -QProgressBar::chunk:disabled { - background-color: #DAEDFF; - color: #9DA9B5; - border-radius: 4px; -} - -/* ------------------------------------------------------------------------ */ -/* BUTTONS ---------------------------------------------------------------- */ -/* ------------------------------------------------------------------------ */ -/* QPushButton ------------------------------------------------------------ - -https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qpushbutton - ---------------------------------------------------------------------------- */ -QPushButton { - background-color: #C0C4C8; - color: #19232D; - border-radius: 4px; - padding: 2px; - outline: none; - border: none; -} - -QPushButton:disabled { - background-color: #C0C4C8; - color: #9DA9B5; - border-radius: 4px; - padding: 2px; -} - -QPushButton:checked { - background-color: #ACB1B6; - border-radius: 4px; - padding: 2px; - outline: none; -} - -QPushButton:checked:disabled { - background-color: #ACB1B6; - color: #9DA9B5; - border-radius: 4px; - padding: 2px; - outline: none; -} - -QPushButton:checked:selected { - background: #ACB1B6; -} - -QPushButton:hover { - background-color: #B4B8BC; - color: #19232D; -} - -QPushButton:pressed { - background-color: #ACB1B6; -} - -QPushButton:selected { - background: #ACB1B6; - color: #19232D; -} - -QPushButton::menu-indicator { - subcontrol-origin: padding; - subcontrol-position: bottom right; - bottom: 4px; -} - -QDialogButtonBox QPushButton { - /* Issue #194 #248 - Special case of QPushButton inside dialogs, for better UI */ - min-width: 80px; -} - -/* QToolButton ------------------------------------------------------------ - -https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qtoolbutton - ---------------------------------------------------------------------------- */ -QToolButton { - background-color: #C0C4C8; - color: #19232D; - border-radius: 4px; - padding: 2px; - outline: none; - border: none; - /* The subcontrols below are used only in the DelayedPopup mode */ - /* The subcontrols below are used only in the MenuButtonPopup mode */ - /* The subcontrol below is used only in the InstantPopup or DelayedPopup mode */ -} - -QToolButton:disabled { - background-color: #C0C4C8; - color: #9DA9B5; - border-radius: 4px; - padding: 2px; -} - -QToolButton:checked { - background-color: #ACB1B6; - border-radius: 4px; - padding: 2px; - outline: none; -} - -QToolButton:checked:disabled { - background-color: #ACB1B6; - color: #9DA9B5; - border-radius: 4px; - padding: 2px; - outline: none; -} - -QToolButton:checked:hover { - background-color: #B4B8BC; - color: #19232D; -} - -QToolButton:checked:pressed { - background-color: #ACB1B6; -} - -QToolButton:checked:selected { - background: #ACB1B6; - color: #19232D; -} - -QToolButton:hover { - background-color: #B4B8BC; - color: #19232D; -} - -QToolButton:pressed { - background-color: #ACB1B6; -} - -QToolButton:selected { - background: #ACB1B6; - color: #19232D; -} - -QToolButton[popupMode="0"] { - /* Only for DelayedPopup */ - padding-right: 2px; -} - -QToolButton[popupMode="1"] { - /* Only for MenuButtonPopup */ - padding-right: 20px; -} - -QToolButton[popupMode="1"]::menu-button { - border: none; -} - -QToolButton[popupMode="1"]::menu-button:hover { - border: none; - border-left: 1px solid #C0C4C8; - border-radius: 0; -} - -QToolButton[popupMode="2"] { - /* Only for InstantPopup */ - padding-right: 2px; -} - -QToolButton::menu-button { - padding: 2px; - border-radius: 4px; - width: 12px; - border: none; - outline: none; -} - -QToolButton::menu-button:hover { - border: 1px solid #9FCBFF; -} - -QToolButton::menu-button:checked:hover { - border: 1px solid #9FCBFF; -} - -QToolButton::menu-indicator { - image: url(":/qss_icons/light/rc/arrow_down.png"); - height: 8px; - width: 8px; - top: 0; - /* Exclude a shift for better image */ - left: -2px; - /* Shift it a bit */ -} - -QToolButton::menu-arrow { - image: url(":/qss_icons/light/rc/arrow_down.png"); - height: 8px; - width: 8px; -} - -QToolButton::menu-arrow:hover { - image: url(":/qss_icons/light/rc/arrow_down_focus.png"); -} - -/* QCommandLinkButton ----------------------------------------------------- - ---------------------------------------------------------------------------- */ -QCommandLinkButton { - background-color: transparent; - border: 1px solid #C0C4C8; - color: #19232D; - border-radius: 4px; - padding: 0px; - margin: 0px; -} - -QCommandLinkButton:disabled { - background-color: transparent; - color: #9DA9B5; -} - -/* ------------------------------------------------------------------------ */ -/* INPUTS - NO FIELDS ----------------------------------------------------- */ -/* ------------------------------------------------------------------------ */ -/* QComboBox -------------------------------------------------------------- - -https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qcombobox - ---------------------------------------------------------------------------- */ -QComboBox { - border: 1px solid #C0C4C8; - border-radius: 4px; - selection-background-color: #9FCBFF; - padding-left: 4px; - padding-right: 4px; - /* padding-right = 36; 4 + 16*2 See scrollbar size */ - /* changed to 4px to fix #239 */ - /* Fixes #103, #111 */ - min-height: 1.5em; - /* padding-top: 2px; removed to fix #132 */ - /* padding-bottom: 2px; removed to fix #132 */ - /* min-width: 75px; removed to fix #109 */ - /* Needed to remove indicator - fix #132 */ -} - -QComboBox QAbstractItemView { - border: 1px solid #C0C4C8; - border-radius: 0; - background-color: #FAFAFA; - selection-background-color: #9FCBFF; -} - -QComboBox QAbstractItemView:hover { - background-color: #FAFAFA; - color: #19232D; -} - -QComboBox QAbstractItemView:selected { - background: #9FCBFF; - color: #C0C4C8; -} - -QComboBox QAbstractItemView:alternate { - background: #FAFAFA; -} - -QComboBox:disabled { - background-color: #FAFAFA; - color: #9DA9B5; -} - -QComboBox:hover { - border: 1px solid #9FCBFF; -} - -QComboBox:focus { - border: 1px solid #73C7FF; -} - -QComboBox:on { - selection-background-color: #9FCBFF; -} - -QComboBox::indicator { - border: none; - border-radius: 0; - background-color: transparent; - selection-background-color: transparent; - color: transparent; - selection-color: transparent; - /* Needed to remove indicator - fix #132 */ -} - -QComboBox::indicator:alternate { - background: #FAFAFA; -} - -QComboBox::item { - /* Remove to fix #282, #285 and MR #288*/ - /*&:checked { - font-weight: bold; - } - - &:selected { - border: 0px solid transparent; - } - */ -} - -QComboBox::item:alternate { - background: #FAFAFA; -} - -QComboBox::drop-down { - subcontrol-origin: padding; - subcontrol-position: top right; - width: 12px; - border-left: 1px solid #C0C4C8; -} - -QComboBox::down-arrow { - image: url(":/qss_icons/light/rc/arrow_down_disabled.png"); - height: 8px; - width: 8px; -} - -QComboBox::down-arrow:on, QComboBox::down-arrow:hover, QComboBox::down-arrow:focus { - image: url(":/qss_icons/light/rc/arrow_down.png"); -} - -/* QSlider ---------------------------------------------------------------- - -https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qslider - ---------------------------------------------------------------------------- */ -QSlider:disabled { - background: #FAFAFA; -} - -QSlider:focus { - border: none; -} - -QSlider::groove:horizontal { - background: #C0C4C8; - border: 1px solid #C0C4C8; - height: 4px; - margin: 0px; - border-radius: 4px; -} - -QSlider::groove:vertical { - background: #C0C4C8; - border: 1px solid #C0C4C8; - width: 4px; - margin: 0px; - border-radius: 4px; -} - -QSlider::add-page:vertical { - background: #9FCBFF; - border: 1px solid #C0C4C8; - width: 4px; - margin: 0px; - border-radius: 4px; -} - -QSlider::add-page:vertical :disabled { - background: #DAEDFF; -} - -QSlider::sub-page:horizontal { - background: #9FCBFF; - border: 1px solid #C0C4C8; - height: 4px; - margin: 0px; - border-radius: 4px; -} - -QSlider::sub-page:horizontal:disabled { - background: #DAEDFF; -} - -QSlider::handle:horizontal { - background: #788D9C; - border: 1px solid #C0C4C8; - width: 8px; - height: 8px; - margin: -8px 0px; - border-radius: 4px; -} - -QSlider::handle:horizontal:hover { - background: #9FCBFF; - border: 1px solid #9FCBFF; -} - -QSlider::handle:horizontal:focus { - border: 1px solid #73C7FF; -} - -QSlider::handle:vertical { - background: #788D9C; - border: 1px solid #C0C4C8; - width: 8px; - height: 8px; - margin: 0 -8px; - border-radius: 4px; -} - -QSlider::handle:vertical:hover { - background: #9FCBFF; - border: 1px solid #9FCBFF; -} - -QSlider::handle:vertical:focus { - border: 1px solid #73C7FF; -} - -/* QLineEdit -------------------------------------------------------------- - -https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qlineedit - ---------------------------------------------------------------------------- */ -QLineEdit { - background-color: #FAFAFA; - padding-top: 2px; - /* This QLineEdit fix 103, 111 */ - padding-bottom: 2px; - /* This QLineEdit fix 103, 111 */ - padding-left: 4px; - padding-right: 4px; - border-style: solid; - border: 1px solid #C0C4C8; - border-radius: 4px; - color: #19232D; -} - -QLineEdit:disabled { - background-color: #FAFAFA; - color: #9DA9B5; -} - -QLineEdit:hover { - border: 1px solid #9FCBFF; - color: #19232D; -} - -QLineEdit:focus { - border: 1px solid #73C7FF; -} - -QLineEdit:selected { - background-color: #9FCBFF; - color: #C0C4C8; -} - -/* QTabWiget -------------------------------------------------------------- - -https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qtabwidget-and-qtabbar - ---------------------------------------------------------------------------- */ -QTabWidget { - padding: 2px; - selection-background-color: #C0C4C8; -} - -QTabWidget QWidget { - /* Fixes #189 */ - border-radius: 4px; -} - -QTabWidget::pane { - border: 1px solid #C0C4C8; - border-radius: 4px; - margin: 0px; - /* Fixes double border inside pane with pyqt5 */ - padding: 0px; -} - -QTabWidget::pane:selected { - background-color: #C0C4C8; - border: 1px solid #9FCBFF; -} - -/* QTabBar ---------------------------------------------------------------- - -https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qtabwidget-and-qtabbar - ---------------------------------------------------------------------------- */ -QTabBar, QDockWidget QTabBar { - qproperty-drawBase: 0; - border-radius: 4px; - margin: 0px; - padding: 2px; - border: 0; - /* left: 5px; move to the right by 5px - removed for fix */ -} - -QTabBar::close-button, QDockWidget QTabBar::close-button { - border: 0; - margin: 0; - padding: 4px; - image: url(":/qss_icons/light/rc/window_close.png"); -} - -QTabBar::close-button:hover, QDockWidget QTabBar::close-button:hover { - image: url(":/qss_icons/light/rc/window_close_focus.png"); -} - -QTabBar::close-button:pressed, QDockWidget QTabBar::close-button:pressed { - image: url(":/qss_icons/light/rc/window_close_pressed.png"); -} - -QTabBar::tab, QDockWidget QTabBar::tab { - /* !selected and disabled ----------------------------------------- */ - /* selected ------------------------------------------------------- */ -} - -QTabBar::tab:top:selected:disabled, QDockWidget QTabBar::tab:top:selected:disabled { - border-bottom: 3px solid #DAEDFF; - color: #9DA9B5; - background-color: #C0C4C8; -} - -QTabBar::tab:bottom:selected:disabled, QDockWidget QTabBar::tab:bottom:selected:disabled { - border-top: 3px solid #DAEDFF; - color: #9DA9B5; - background-color: #C0C4C8; -} - -QTabBar::tab:left:selected:disabled, QDockWidget QTabBar::tab:left:selected:disabled { - border-right: 3px solid #DAEDFF; - color: #9DA9B5; - background-color: #C0C4C8; -} - -QTabBar::tab:right:selected:disabled, QDockWidget QTabBar::tab:right:selected:disabled { - border-left: 3px solid #DAEDFF; - color: #9DA9B5; - background-color: #C0C4C8; -} - -QTabBar::tab:top:!selected:disabled, QDockWidget QTabBar::tab:top:!selected:disabled { - border-bottom: 3px solid #FAFAFA; - color: #9DA9B5; - background-color: #FAFAFA; -} - -QTabBar::tab:bottom:!selected:disabled, QDockWidget QTabBar::tab:bottom:!selected:disabled { - border-top: 3px solid #FAFAFA; - color: #9DA9B5; - background-color: #FAFAFA; -} - -QTabBar::tab:left:!selected:disabled, QDockWidget QTabBar::tab:left:!selected:disabled { - border-right: 3px solid #FAFAFA; - color: #9DA9B5; - background-color: #FAFAFA; -} - -QTabBar::tab:right:!selected:disabled, QDockWidget QTabBar::tab:right:!selected:disabled { - border-left: 3px solid #FAFAFA; - color: #9DA9B5; - background-color: #FAFAFA; -} - -QTabBar::tab:top:!selected, QDockWidget QTabBar::tab:top:!selected { - border-bottom: 2px solid #FAFAFA; - margin-top: 2px; -} - -QTabBar::tab:bottom:!selected, QDockWidget QTabBar::tab:bottom:!selected { - border-top: 2px solid #FAFAFA; - margin-bottom: 2px; -} - -QTabBar::tab:left:!selected, QDockWidget QTabBar::tab:left:!selected { - border-left: 2px solid #FAFAFA; - margin-right: 2px; -} - -QTabBar::tab:right:!selected, QDockWidget QTabBar::tab:right:!selected { - border-right: 2px solid #FAFAFA; - margin-left: 2px; -} - -QTabBar::tab:top, QDockWidget QTabBar::tab:top { - background-color: #C0C4C8; - margin-left: 2px; - padding-left: 4px; - padding-right: 4px; - padding-top: 2px; - padding-bottom: 2px; - min-width: 5px; - border-bottom: 3px solid #C0C4C8; - border-top-left-radius: 4px; - border-top-right-radius: 4px; -} - -QTabBar::tab:top:selected, QDockWidget QTabBar::tab:top:selected { - background-color: #B4B8BC; - border-bottom: 3px solid #37AEFE; - border-top-left-radius: 4px; - border-top-right-radius: 4px; -} - -QTabBar::tab:top:!selected:hover, QDockWidget QTabBar::tab:top:!selected:hover { - border: 1px solid #73C7FF; - border-bottom: 3px solid #73C7FF; - /* Fixes spyder-ide/spyder#9766 and #243 */ - padding-left: 3px; - padding-right: 3px; -} - -QTabBar::tab:bottom, QDockWidget QTabBar::tab:bottom { - border-top: 3px solid #C0C4C8; - background-color: #C0C4C8; - margin-left: 2px; - padding-left: 4px; - padding-right: 4px; - padding-top: 2px; - padding-bottom: 2px; - border-bottom-left-radius: 4px; - border-bottom-right-radius: 4px; - min-width: 5px; -} - -QTabBar::tab:bottom:selected, QDockWidget QTabBar::tab:bottom:selected { - background-color: #B4B8BC; - border-top: 3px solid #37AEFE; - border-bottom-left-radius: 4px; - border-bottom-right-radius: 4px; -} - -QTabBar::tab:bottom:!selected:hover, QDockWidget QTabBar::tab:bottom:!selected:hover { - border: 1px solid #73C7FF; - border-top: 3px solid #73C7FF; - /* Fixes spyder-ide/spyder#9766 and #243 */ - padding-left: 3px; - padding-right: 3px; -} - -QTabBar::tab:left, QDockWidget QTabBar::tab:left { - background-color: #C0C4C8; - margin-top: 2px; - padding-left: 2px; - padding-right: 2px; - padding-top: 4px; - padding-bottom: 4px; - border-top-left-radius: 4px; - border-bottom-left-radius: 4px; - min-height: 5px; -} - -QTabBar::tab:left:selected, QDockWidget QTabBar::tab:left:selected { - background-color: #B4B8BC; - border-right: 3px solid #37AEFE; -} - -QTabBar::tab:left:!selected:hover, QDockWidget QTabBar::tab:left:!selected:hover { - border: 1px solid #73C7FF; - border-right: 3px solid #73C7FF; - /* Fixes different behavior #271 */ - margin-right: 0px; - padding-right: -1px; -} - -QTabBar::tab:right, QDockWidget QTabBar::tab:right { - background-color: #C0C4C8; - margin-top: 2px; - padding-left: 2px; - padding-right: 2px; - padding-top: 4px; - padding-bottom: 4px; - border-top-right-radius: 4px; - border-bottom-right-radius: 4px; - min-height: 5px; -} - -QTabBar::tab:right:selected, QDockWidget QTabBar::tab:right:selected { - background-color: #B4B8BC; - border-left: 3px solid #37AEFE; -} - -QTabBar::tab:right:!selected:hover, QDockWidget QTabBar::tab:right:!selected:hover { - border: 1px solid #73C7FF; - border-left: 3px solid #73C7FF; - /* Fixes different behavior #271 */ - margin-left: 0px; - padding-left: 0px; -} - -QTabBar QToolButton, QDockWidget QTabBar QToolButton { - /* Fixes #136 */ - background-color: #C0C4C8; - height: 12px; - width: 12px; -} - -QTabBar QToolButton:pressed, QDockWidget QTabBar QToolButton:pressed { - background-color: #C0C4C8; -} - -QTabBar QToolButton:pressed:hover, QDockWidget QTabBar QToolButton:pressed:hover { - border: 1px solid #9FCBFF; -} - -QTabBar QToolButton::left-arrow:enabled, QDockWidget QTabBar QToolButton::left-arrow:enabled { - image: url(":/qss_icons/light/rc/arrow_left.png"); -} - -QTabBar QToolButton::left-arrow:disabled, QDockWidget QTabBar QToolButton::left-arrow:disabled { - image: url(":/qss_icons/light/rc/arrow_left_disabled.png"); -} - -QTabBar QToolButton::right-arrow:enabled, QDockWidget QTabBar QToolButton::right-arrow:enabled { - image: url(":/qss_icons/light/rc/arrow_right.png"); -} - -QTabBar QToolButton::right-arrow:disabled, QDockWidget QTabBar QToolButton::right-arrow:disabled { - image: url(":/qss_icons/light/rc/arrow_right_disabled.png"); -} - -/* QDockWiget ------------------------------------------------------------- - ---------------------------------------------------------------------------- */ -QDockWidget { - outline: 1px solid #C0C4C8; - background-color: #FAFAFA; - border: 1px solid #C0C4C8; - border-radius: 4px; - titlebar-close-icon: url(":/qss_icons/light/rc/transparent.png"); - titlebar-normal-icon: url(":/qss_icons/light/rc/transparent.png"); -} - -QDockWidget::title { - /* Better size for title bar */ - padding: 3px; - spacing: 4px; - border: none; - background-color: #C0C4C8; -} - -QDockWidget::close-button { - icon-size: 12px; - border: none; - background: transparent; - background-image: transparent; - border: 0; - margin: 0; - padding: 0; - image: url(":/qss_icons/light/rc/window_close.png"); -} - -QDockWidget::close-button:hover { - image: url(":/qss_icons/light/rc/window_close_focus.png"); -} - -QDockWidget::close-button:pressed { - image: url(":/qss_icons/light/rc/window_close_pressed.png"); -} - -QDockWidget::float-button { - icon-size: 12px; - border: none; - background: transparent; - background-image: transparent; - border: 0; - margin: 0; - padding: 0; - image: url(":/qss_icons/light/rc/window_undock.png"); -} - -QDockWidget::float-button:hover { - image: url(":/qss_icons/light/rc/window_undock_focus.png"); -} - -QDockWidget::float-button:pressed { - image: url(":/qss_icons/light/rc/window_undock_pressed.png"); -} - -/* QTreeView QListView QTableView ----------------------------------------- - -https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qtreeview -https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qlistview -https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qtableview - ---------------------------------------------------------------------------- */ -QTreeView:branch:selected, QTreeView:branch:hover { - background: url(":/qss_icons/light/rc/transparent.png"); -} - -QTreeView:branch:has-siblings:!adjoins-item { - border-image: url(":/qss_icons/light/rc/branch_line.png") 0; -} - -QTreeView:branch:has-siblings:adjoins-item { - border-image: url(":/qss_icons/light/rc/branch_more.png") 0; -} - -QTreeView:branch:!has-children:!has-siblings:adjoins-item { - border-image: url(":/qss_icons/light/rc/branch_end.png") 0; -} - -QTreeView:branch:has-children:!has-siblings:closed, QTreeView:branch:closed:has-children:has-siblings { - border-image: none; - image: url(":/qss_icons/light/rc/branch_closed.png"); -} - -QTreeView:branch:open:has-children:!has-siblings, QTreeView:branch:open:has-children:has-siblings { - border-image: none; - image: url(":/qss_icons/light/rc/branch_open.png"); -} - -QTreeView:branch:has-children:!has-siblings:closed:hover, QTreeView:branch:closed:has-children:has-siblings:hover { - image: url(":/qss_icons/light/rc/branch_closed_focus.png"); -} - -QTreeView:branch:open:has-children:!has-siblings:hover, QTreeView:branch:open:has-children:has-siblings:hover { - image: url(":/qss_icons/light/rc/branch_open_focus.png"); -} - -QTreeView::indicator:checked, -QListView::indicator:checked, -QTableView::indicator:checked, -QColumnView::indicator:checked { - image: url(":/qss_icons/light/rc/checkbox_checked.png"); -} - -QTreeView::indicator:checked:hover, QTreeView::indicator:checked:focus, QTreeView::indicator:checked:pressed, -QListView::indicator:checked:hover, -QListView::indicator:checked:focus, -QListView::indicator:checked:pressed, -QTableView::indicator:checked:hover, -QTableView::indicator:checked:focus, -QTableView::indicator:checked:pressed, -QColumnView::indicator:checked:hover, -QColumnView::indicator:checked:focus, -QColumnView::indicator:checked:pressed { - image: url(":/qss_icons/light/rc/checkbox_checked_focus.png"); -} - -QTreeView::indicator:unchecked, -QListView::indicator:unchecked, -QTableView::indicator:unchecked, -QColumnView::indicator:unchecked { - image: url(":/qss_icons/light/rc/checkbox_unchecked.png"); -} - -QTreeView::indicator:unchecked:hover, QTreeView::indicator:unchecked:focus, QTreeView::indicator:unchecked:pressed, -QListView::indicator:unchecked:hover, -QListView::indicator:unchecked:focus, -QListView::indicator:unchecked:pressed, -QTableView::indicator:unchecked:hover, -QTableView::indicator:unchecked:focus, -QTableView::indicator:unchecked:pressed, -QColumnView::indicator:unchecked:hover, -QColumnView::indicator:unchecked:focus, -QColumnView::indicator:unchecked:pressed { - image: url(":/qss_icons/light/rc/checkbox_unchecked_focus.png"); -} - -QTreeView::indicator:indeterminate, -QListView::indicator:indeterminate, -QTableView::indicator:indeterminate, -QColumnView::indicator:indeterminate { - image: url(":/qss_icons/light/rc/checkbox_indeterminate.png"); -} - -QTreeView::indicator:indeterminate:hover, QTreeView::indicator:indeterminate:focus, QTreeView::indicator:indeterminate:pressed, -QListView::indicator:indeterminate:hover, -QListView::indicator:indeterminate:focus, -QListView::indicator:indeterminate:pressed, -QTableView::indicator:indeterminate:hover, -QTableView::indicator:indeterminate:focus, -QTableView::indicator:indeterminate:pressed, -QColumnView::indicator:indeterminate:hover, -QColumnView::indicator:indeterminate:focus, -QColumnView::indicator:indeterminate:pressed { - image: url(":/qss_icons/light/rc/checkbox_indeterminate_focus.png"); -} - -QTreeView, -QListView, -QTableView, -QColumnView { - background-color: #FAFAFA; - border: 1px solid #C0C4C8; - color: #19232D; - gridline-color: #C0C4C8; - border-radius: 4px; -} - -QTreeView:disabled, -QListView:disabled, -QTableView:disabled, -QColumnView:disabled { - background-color: #FAFAFA; - color: #9DA9B5; -} - -QTreeView:selected, -QListView:selected, -QTableView:selected, -QColumnView:selected { - background-color: #9FCBFF; - color: #C0C4C8; -} - -QTreeView:focus, -QListView:focus, -QTableView:focus, -QColumnView:focus { - border: 1px solid #73C7FF; -} - -QTreeView::item:pressed, -QListView::item:pressed, -QTableView::item:pressed, -QColumnView::item:pressed { - background-color: #9FCBFF; -} - -QTreeView::item:selected:active, -QListView::item:selected:active, -QTableView::item:selected:active, -QColumnView::item:selected:active { - background-color: #9FCBFF; -} - -QTreeView::item:selected:!active, -QListView::item:selected:!active, -QTableView::item:selected:!active, -QColumnView::item:selected:!active { - color: #19232D; - background-color: #D2D5D8; -} - -QTreeView::item:!selected:hover, -QListView::item:!selected:hover, -QTableView::item:!selected:hover, -QColumnView::item:!selected:hover { - outline: 0; - color: #19232D; - background-color: #D2D5D8; -} - -QTableCornerButton::section { - background-color: #FAFAFA; - border: 1px transparent #C0C4C8; - border-radius: 0px; -} - -/* QHeaderView ------------------------------------------------------------ - -https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qheaderview - ---------------------------------------------------------------------------- */ -QHeaderView { - background-color: #C0C4C8; - border: 0px transparent #C0C4C8; - padding: 0; - margin: 0; - border-radius: 0; -} - -QHeaderView:disabled { - background-color: #C0C4C8; - border: 1px transparent #C0C4C8; -} - -QHeaderView::section { - background-color: #C0C4C8; - color: #19232D; - border-radius: 0; - text-align: left; - font-size: 13px; -} - -QHeaderView::section::horizontal { - padding-top: 0; - padding-bottom: 0; - padding-left: 4px; - padding-right: 4px; - border-left: 1px solid #FAFAFA; -} - -QHeaderView::section::horizontal::first, QHeaderView::section::horizontal::only-one { - border-left: 1px solid #C0C4C8; -} - -QHeaderView::section::horizontal:disabled { - color: #9DA9B5; -} - -QHeaderView::section::vertical { - padding-top: 0; - padding-bottom: 0; - padding-left: 4px; - padding-right: 4px; - border-top: 1px solid #FAFAFA; -} - -QHeaderView::section::vertical::first, QHeaderView::section::vertical::only-one { - border-top: 1px solid #C0C4C8; -} - -QHeaderView::section::vertical:disabled { - color: #9DA9B5; -} - -QHeaderView::down-arrow { - /* Those settings (border/width/height/background-color) solve bug */ - /* transparent arrow background and size */ - background-color: #C0C4C8; - border: none; - height: 12px; - width: 12px; - padding-left: 2px; - padding-right: 2px; - image: url(":/qss_icons/light/rc/arrow_down.png"); -} - -QHeaderView::up-arrow { - background-color: #C0C4C8; - border: none; - height: 12px; - width: 12px; - padding-left: 2px; - padding-right: 2px; - image: url(":/qss_icons/light/rc/arrow_up.png"); -} - -/* QToolBox -------------------------------------------------------------- - -https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qtoolbox - ---------------------------------------------------------------------------- */ -QToolBox { - padding: 0px; - border: 0px; - border: 1px solid #C0C4C8; -} - -QToolBox:selected { - padding: 0px; - border: 2px solid #9FCBFF; -} - -QToolBox::tab { - background-color: #FAFAFA; - border: 1px solid #C0C4C8; - color: #19232D; - border-top-left-radius: 4px; - border-top-right-radius: 4px; -} - -QToolBox::tab:disabled { - color: #9DA9B5; -} - -QToolBox::tab:selected { - background-color: #ACB1B6; - border-bottom: 2px solid #9FCBFF; -} - -QToolBox::tab:selected:disabled { - background-color: #C0C4C8; - border-bottom: 2px solid #DAEDFF; -} - -QToolBox::tab:!selected { - background-color: #C0C4C8; - border-bottom: 2px solid #C0C4C8; -} - -QToolBox::tab:!selected:disabled { - background-color: #FAFAFA; -} - -QToolBox::tab:hover { - border-color: #73C7FF; - border-bottom: 2px solid #73C7FF; -} - -QToolBox QScrollArea { - padding: 0px; - border: 0px; - background-color: #FAFAFA; -} - -/* QFrame ----------------------------------------------------------------- - -https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qframe -https://doc.qt.io/qt-5/qframe.html#-prop -https://doc.qt.io/qt-5/qframe.html#details -https://stackoverflow.com/questions/14581498/qt-stylesheet-for-hline-vline-color - ---------------------------------------------------------------------------- */ -/* (dot) .QFrame fix #141, #126, #123 */ -.QFrame { - border-radius: 4px; - border: 1px solid #C0C4C8; - /* No frame */ - /* HLine */ - /* HLine */ -} - -.QFrame[frameShape="0"] { - border-radius: 4px; - border: 1px transparent #C0C4C8; -} - -.QFrame[frameShape="4"] { - max-height: 2px; - border: none; - background-color: #C0C4C8; -} - -.QFrame[frameShape="5"] { - max-width: 2px; - border: none; - background-color: #C0C4C8; -} - -/* QSplitter -------------------------------------------------------------- - -https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-qsplitter - ---------------------------------------------------------------------------- */ -QSplitter { - background-color: #C0C4C8; - spacing: 0px; - padding: 0px; - margin: 0px; -} - -QSplitter::handle { - background-color: #C0C4C8; - border: 0px solid #FAFAFA; - spacing: 0px; - padding: 1px; - margin: 0px; -} - -QSplitter::handle:hover { - background-color: #788D9C; -} - -QSplitter::handle:horizontal { - width: 5px; - image: url(":/qss_icons/light/rc/line_vertical.png"); -} - -QSplitter::handle:vertical { - height: 5px; - image: url(":/qss_icons/light/rc/line_horizontal.png"); -} - -/* QDateEdit, QDateTimeEdit ----------------------------------------------- - ---------------------------------------------------------------------------- */ -QDateEdit, QDateTimeEdit { - selection-background-color: #9FCBFF; - border-style: solid; - border: 1px solid #C0C4C8; - border-radius: 4px; - /* This fixes 103, 111 */ - padding-top: 2px; - /* This fixes 103, 111 */ - padding-bottom: 2px; - padding-left: 4px; - padding-right: 4px; - min-width: 10px; -} - -QDateEdit:on, QDateTimeEdit:on { - selection-background-color: #9FCBFF; -} - -QDateEdit::drop-down, QDateTimeEdit::drop-down { - subcontrol-origin: padding; - subcontrol-position: top right; - width: 12px; - border-left: 1px solid #C0C4C8; -} - -QDateEdit::down-arrow, QDateTimeEdit::down-arrow { - image: url(":/qss_icons/light/rc/arrow_down_disabled.png"); - height: 8px; - width: 8px; -} - -QDateEdit::down-arrow:on, QDateEdit::down-arrow:hover, QDateEdit::down-arrow:focus, QDateTimeEdit::down-arrow:on, QDateTimeEdit::down-arrow:hover, QDateTimeEdit::down-arrow:focus { - image: url(":/qss_icons/light/rc/arrow_down.png"); -} - -QDateEdit QAbstractItemView, QDateTimeEdit QAbstractItemView { - background-color: #FAFAFA; - border-radius: 4px; - border: 1px solid #C0C4C8; - selection-background-color: #9FCBFF; -} - -/* QAbstractView ---------------------------------------------------------- - ---------------------------------------------------------------------------- */ -QAbstractView:hover { - border: 1px solid #9FCBFF; - color: #19232D; -} - -QAbstractView:selected { - background: #9FCBFF; - color: #C0C4C8; -} - -/* PlotWidget ------------------------------------------------------------- - ---------------------------------------------------------------------------- */ -PlotWidget { - /* Fix cut labels in plots #134 */ - padding: 0px; -} diff --git a/qdarkstyle/light/rc/.keep b/qdarkstyle/light/rc/.keep deleted file mode 100755 index 8d1c8b6..0000000 --- a/qdarkstyle/light/rc/.keep +++ /dev/null @@ -1 +0,0 @@ - diff --git a/qdarkstyle/light/rc/arrow_down.png b/qdarkstyle/light/rc/arrow_down.png deleted file mode 100755 index 8b8f1f255847377dd5f71b355795d3c5fc37be60..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 552 zcmV+@0@wYCP)eEEF+Vh*+qVIxGWXCJIinP6l>^Y{0;KJq3 zx$pbVxpxK%3JMDL8A&IT(-#|{hyIi8X3e!L047~h)b!u5w{&`ClhSrLCGftZE&{^6 z85*_Cc~{yFr+NZ-o>LD;2n&g*0J@90 zNd|)6S$C`VcPid7KpevVP#zm!1z94yn9?VNnxtDHqPJ>p_2F*%1GjeK^!Y_2@&q^l zsvuo0&CGvCsyF@B>hnQ#bDizv%!N53o&g7mk0K3`el5Rg3JMAe_LV>7W~r>02h|w>0000cImrPvrzHKZ3Kx}C2Y0w`* zc6mBz<06>M>ur$3ZYqA+)MC>D0Q3#)8&*drfqrjKK)V&eq1w-NDa)bk?9_CvMw^nI zothT(S%hmIN!F^}E@-uR;hLZaYMF;R{sP%l;s#D=9QbvkA_Ce5zf0{ftochgq48`g zapS*Q*IWXX>>3^phgL&p6kagMrF!G|h+r5%g$t{lE3e<4o-WiAr0x;CH$T4;d1S|T zC8ujIFyfJ0y&R0@K~C?KrHPv}GxzEZw52J$xVX4l-2deF;XBK_5uU0}O4-7sY7iBW zYV#^zy6NG!^7)_t*-ErVvz5M~(Nl^XHE3l5+en$sD}0hm#ouqF--bV8g@w7v?w;Ny z;GjneXbPCk3mkJ(@#Cfz_0ZH;ys$9$OLruC3wW80#(iE6M)PG6eJ7hre9=r~Uowmh z?wdgLTOj0-{May=HaIJ&zUihDr<;uJ-*oL89D7OO48p@6sfi*O_w_|b<+WSssSAz8 z+=#F1H9D~W8F9)#01=PWND)jUKd)Lol1u+~snHz0`2N9)JvKT*Stfzq9%(B@FqyxJ zqles?#MNeVtR#>xc5GneQJl{6z~dgNo+6mc|ACecy6NAq`;}v5XTIakUj4I-j00CZ zl2H54(?PZQD=M7_f-t|HP+;`z+0)&n51j*^GsxcagQ+kV|CXg!^U360|Fc^o&^>%U znY`OoDjZfgXOP!Nd$U<_wyRV)5~O)(!67D-$t>skBNM>aoAhtm-F@ZuN8ZR}GRr~d z7xc-c5+^n|_9?=9HQ!P`bJOvowCKjEl@}UXT$no_jzm|07maU-e&D7OAJM{F>6YK< z6!U-m6z=KGv37n~M}c?URO0hi=d&$WTE&IA%R75|cL+QI6jkKyTq^#}cI0BQSS%Kc k#bU8oEEbE!VtLT`7l&vl*RHaI(EtDd07*qoM6N<$g0`yc3;+NC diff --git a/qdarkstyle/light/rc/arrow_down_disabled.png b/qdarkstyle/light/rc/arrow_down_disabled.png deleted file mode 100755 index 22295904e065a4fca8627fbe7ae31d61b9f198f6..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 541 zcmV+&0^>eg1T2Vj6$cgl z2K@wr`U%9PqaY4~qYf5_G$g4>Cxwg-Qm~?hTEv1a?Rgw>o238DAB$b?4=%hM-uHRl zbIyAYq@<*z95C7pW~z-J;1mDJcDazxjsZlSP8{uBu+R2gUhUv;6wU(muB-rT?8hev zUH zLpclCiMe@sa_rc>OeV9|owMWKGnvfV;==rGtf^KVkr@0Wgu2W%_5JJoo$cnWygjh3 za;@ zR|5bumHJ)8GvE;5WG;3HSwt8C8y5GAxr;A)Y4?4%rAlK$@+;sd!nku1iAdyD_}kXa z;^pj{esl*Ku5xYeiXC19$B`^M09cB!1^fg}6!O_hznTM2cd0gaUJld1DG3L+f01ui zbiJ6n@L>?Wp&pvj?Cd#(=pAq-S^DfKj2Gkh)1X>IzjW1V_4GO;Ux1Gztl!Az^9#dj frKF^!94LPPxx}k2Ktx!#00000NkvXXu0mjfUc3GT diff --git a/qdarkstyle/light/rc/arrow_down_disabled@2x.png b/qdarkstyle/light/rc/arrow_down_disabled@2x.png deleted file mode 100755 index 62991053e51ad76c7c86b312aa12d2fa948d5108..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1045 zcmV+w1nT>VP)o%eGwiOkGK9*@W4@pwEQkH_Qj+*w%nLT!HWJxT8ZIWvnT=>Xyy7-nXY z9MCkg55n^3`yKLbh3ahmCPr>(5e^g49IF)b?Mp6g*X>I(w?qNt+$qCuyDAtaId>|# zo0aXr2cSb^0+0#kb7o!T{k&LyX_0msy1v&}C!ZkJW72wDAbs-Z6{9GCca>?Yi zq(;87Q}WP90RW9)L*~@-z=e(a1_aR{AOcKoA70YOEat zebp_CTQ^~tbugi{*w6g4`q!}_2v++w)OP^@q9|HdWBr8CbVoFsw#>3G!ln<`?MP_) zkKdP1OioVT*p>Bq*N_WTKaqONM zf1+?siM)vT>SE&V)1x99*@W4@pwEQkH_Qj+)4ZgddXW4M|m!0 P00000NkvXXu0mjf$`SN* diff --git a/qdarkstyle/light/rc/arrow_down_focus.png b/qdarkstyle/light/rc/arrow_down_focus.png deleted file mode 100755 index 1747e0167d17eb7e1c01a3ca78d219d75ab93b86..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 523 zcmV+m0`&cfP)}k%h0Gz4c-Md4M%RnOTL%IFtWD&% z&kok_nCUeLgo7i6(5{96y*e{czq>Y(-`+o=9d9h>{|@Ic9>*{z5p7G1Wternz8dqvSnBYP&Y|c>Q2=67(#I6$kmBb*pzwla)u_Y+BM( z3PJ6@;02IN36b~ik*mxq^r^s1GSk&$t#`~x8bk;;o}kSYKG N002ovPDHLkV1jA%=G*`P diff --git a/qdarkstyle/light/rc/arrow_down_focus@2x.png b/qdarkstyle/light/rc/arrow_down_focus@2x.png deleted file mode 100755 index 98672c91b50830f0bcbc1bb1a595378d01df16eb..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1005 zcmV>wb*WE{qZK{T%=O88#I@4I5Z>?{BP3{KbIGz>2Qc-fK&Y}z8Y zlK(Rlv%Tu4udUU=N!3qZGoBd&dE1f%vI+k?#F_jpu-j^z1EmMmj!~>S*@1Fc_xrCrc85-ufj>8hVH%FIR=Z@OsH3+Hq}O zo2_pNg7B;W?^p%^NYH4U*dQPM6z$w`*%7Y&AAF zYoz3g3sVpra;V7_fopz&j+gz+XAs%&xGgQ)T%q;}1XB(vi6S^>9>k~RiJs%F1Z|0Y z;qHEl6kwa9gb>D51QCFC@*#!e6~A}3rO2&xeoU@d+XdiT054e4CO19*2IyS^khO*)z{ZN;p7}o@!M3vB|8p!x{~sy=24?18 z^+NBW0C`JVe*d-o^;0Q4L)e;uiC zD2e2O1h2%ZANDSAIW+?C$JL6!d59vt=z^3hTuzNtM*HeX`Aqa&Upd&l_@L|Fb^t%D zRsAKXb5g!?n~^U{e)?E5hni;T z$bC+(P@90@-*w81q9}@@D2k#eilQir b@;vb$vLh@zY>sE_00000NkvXXu0mjf5lq+h diff --git a/qdarkstyle/light/rc/arrow_down_pressed.png b/qdarkstyle/light/rc/arrow_down_pressed.png deleted file mode 100755 index 38490439945f8d79509f61e5f79a308c90d58163..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 508 zcmV`#Alg`18L$i}*_hH!6iKPEh{kNR z&o2;+zd&r#s1t&PC{|i1DN`7Bi6oFR5F3S5iV!pjGbhE)Y=WC?W)?Ngd@%5M@6I{r z&V2(VB_$=tjIu@4^mpL&fAalNzpOI=Vc%vrr1)PDIu`K`{g_1n3_t?Jf8()8QcVn> z;vM=k-}VRq=2l#dw|I-V=GI}-j?*IsX|K@_l|F8cU)1J-0RUdFx^MFrbHMF%tM?E> zB!txERrMtIMhCRLzocXCqXXKmt}`Yx)2>lx&|Kzjnaj*n*SYhjd8_OYY-_g3G~!`e znc$pXA~Odp9@lF;l62s^M|Ku9JcW3Y<)Sr`ZiGx%VrpVYPrGN$LDckJAOb2~Lx_M8 z5Zg>l4(sJn+PP=@V#y;)cmtde*qtG=&VM^_YqF;Id2|b1uGxmKSiA#HA&k=yd!7Fz zFjB8+A+KiP+Z{E03HXROn}*0VHZa%g!&)w)SN!(^o-O%8#mr;Qrz&4!arHq>Yelts y3IOo@v(JT?uZWc-aO3`3YeGu)Em(QJ@k)^WS7ud(pH@Q^S%^h)A(CiBs!YB++Va^x@kNL)qI6TZejF13;l{sz3 z+dP5somaqY5dQPZrDU5YSLU=i${-`J<>h&``IBQNKJ$bNrs;hPyL0)pUufUUvE_NS zM;&Xd&8$|@){QnNfHgNJBVrm!5R!RyukHVt6E8oa?eT`205em)$trLv6%&c_svmaG z^{F}GTy2imC5=7rp59o!VXqpjdO`_VpQ;C#7ra(2>D=VQ?veGTJul-!+~t&ICFwVx z2wtd`lv(Yc{_L1qXz0t680$&36Ig^-;`6UPCrNJN${YJQC(jw}{+H7l(!<~d*#7K^$XM;rpKIiW#^m%b-N+B|Sg;!xJ+ z{}z=C=YO;Z;vK#M4)nGg5J8;!J#^Pe!6WDgE3mM1K)>gqGqBzuw{5T18uV>zi5yciJp^xXF74uMBzg{p)j_IwMWx+HI=W8M{T)8^AmM zIB(WUygNxzGbuB<&slHSir|BuCX?}EwXBb(tz~8xTI&s46)a=KCSF=9>C;(h2?PRx mKp+qZ1OkCTAP@-LN!$iks}A*5xoo@u0000EsvvX%>h@h`~unnwe zHg%o=R>QBO+Eau@+e#k*5;b=o33{!_&5;5`&G~zvxAII4WryzrAZoPNfIEez0kINy z0*L0$Uq|#oo{9C!od9O$+RLasDbmW~l>nmF{3TU=0feCHB5n;Z+lm)3tOLh$VX@lr zP5|}BLd%%&4RA6Sw>xf50QIvMW-~Ewfis2eUc{l~U65sFFwWd<|2;}Mppf_!wFan# z!4=?Rf#dB0D-AH%{jeWuxCnd!k+OB(000L4&2A86mw^L7d^us&WWU?lBw!i%;mZl@ z25EQeorqioGV&*#)3dJ93O@CcbwqEDduU~d$`+=*?PsX0xk5P2FzqJ~f&0ZIDnU4J zqI7TTE~1a~%pStWQPQ+`?zSS&#}G#g0KCkmCJt|)Y}i(M`=fO_ouB4}tO&gSD*ynW nlVli-vL%HBMZWp${qM#vbApZe{0US100000NkvXXu0mjf7(Mzo diff --git a/qdarkstyle/light/rc/arrow_left@2x.png b/qdarkstyle/light/rc/arrow_left@2x.png deleted file mode 100755 index 5582f64c60027c14c68edd94508e0044a25aa440..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1081 zcmV-91jhS`P)q$gGRCt{2n@wn3RTRg6XELM_Ek#>(UTig;iA3YfNU;cRB#Ksx zShRw!iYN-Y5ET?b7Zs{lL2x0W1vf4%>Z$~^8Wk!Cf)Fv85K(555pCW?X%#=BH8bzH z3i9p@n&Q3pU3LD;^M`xR{oRju-n<0*>Z`B5{sk%&%lo6z>S|P~whP7bleWecTLZaN zp>)|bLhb|ptT%}pwE-Jr=WPt)Qcesh*ygTB&hLP;i&t#Qq3?iPoOV>nc=F&Fz}Br-oiW7k zlfVwc^3vt4NA3VjOyt`eetsR{>a^j$zds$hx&w02*C$>9_89SCR(?$`c7R01%5%V- zMm(sMUz2qJQK|Yk!oxkR;3f~20Yt^}eV|XJqY55hZcbO$02D?m2N8Lx+X?H;o3aL= z#}671K%?__vUvo0Z1bS!4p;=Bq7TwFV+rCXx4)9L0$cUDH&u9`hh^m>rYl)pp;o>2 zqAL4)SiwTDzC~LLwF3$-_{e2LE{f7tqxKNOYerlg<@-l+RZtRd8oW#3Eh8>AzwO(Q zyJDuNS9N9ZcF>Q~h6Dw{X(4euy|ST`zZqdB?MN`k!FdtQ=4U^&+npN)8ipmHng5NF zmsR+#Ip6B!<$8ssv?IB!A$Z${%U{ecDsltxecH(ug4c7n+?buq2{!>NX(u}f-Y=r# z_1ecsZm+;<+Q|k&CO2_hpLrK_AH83myh6zAQMA;Udjq(?+wt2YWcnv(KPB-^21!Tjl@&jTdT<0IwQxFWq7Y005GB+va-|CXKjr2%!LgW5?P< zouBRiJ~SMs5W)cfG@H%ePRXx(fKLs}*`qNi001ZJ^&b;tH}Iv8e8B+#SZ>UIOVZv2 z9Cw{7NB{uw;^$wfbao+}>~`(7%)tTxXw~QEwUgV8@{3{pKmKI~ptU&jiNGzS-W%+F zZwwv)z|unPeGv|*(ov-YJe_q-ef8DXe?xx&KJpN23a_yZ00000NkvXXu0mjfg^BM8 diff --git a/qdarkstyle/light/rc/arrow_left_disabled.png b/qdarkstyle/light/rc/arrow_left_disabled.png deleted file mode 100755 index c9de6a70b1e8c10c80ff5ee1bbdfb92d2642842e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 576 zcmV-G0>Ax=DnbKF7l$}0 zxVZ@Z1H?hxMGzbXJDI_ybVx0j_dl^Dcj;4+K}t0O58NU@3id$IuM`35Su_{&0YW7u{(y zZv7F*Pdo@%NY5^s{%!-S911zkp zo-uQ?z#cNcy(T^gpwsD|lDRgp9~4C#a<1a%X?nsO&w!%>19L%r_XQ}qK?HeNuT}0#+|5pw6tN?Ch{mgUCBeEG-(%MPcjGtM#ijoBvmuWF O0000P)(a81P>w_@Z!Osp2C7gH^$D+&dlyg5CriM5b>ah2Nl7%I6M7$ znAOyDFl?~8yEOA1zX$zZef6r|tFCSsVT2JbWLVh&Y!nNfm3>Ihr;-sx2ja%$3qGFv zpAg_gdpR~Zt~2qbJ7?+@AJ2|_JS0yf?UfoZr{T%+7I)ABB;D?HhK>RkxxAUBzI+5L zz~bV`t1OM?flISCN%G|W9F!MfeLU1Ck^e zU!!^isJXm>x0KH!7y*(bsoL21VPKcb8%W@7)5{_V0VJ7i+Hwf&PM0?`k>lVYkUe0b zv+^?Vpv##dDc`|E02#2bxbzJ0be10sKDVX+H%b-YL}%$?nH?Nv1<)@lhSCK1w6lCS zvNz8%Sd@F(yC_9~WO3=HNE~+ki}e=QW0$uP6fQuk+nq48Bfut?H?!1di@Q-2S_N9I z8T?G4p@Hy8x1Gp|kvoVfVYd8N$Lydl%lzV5__QEZCDn zq#(~T{l9_N3`p85k4SdFYPDK#>v;7ZpgnAn0l_SXTxX+JtDRPF^Xlpn#z^Nkq1t$PNqtW=WZ~fiCcX|5?QUHJ(8;x(Hl-%+A)oilTH6@SDp^x-fp30hpbh{!G#xhMl=|@p#Q1yZ`|4j;T)+X+NS5 l^y%|r*)feU!U+El{0VpARP)AoAy@za002ovPDHLkV1n{YFDd{4 diff --git a/qdarkstyle/light/rc/arrow_left_focus.png b/qdarkstyle/light/rc/arrow_left_focus.png deleted file mode 100755 index aca7f7066b24f1614c176c7de2528cbbfa43b03b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 560 zcmV-00?+-4P)k7R9J=Oma%ITK@^9-x2H!$Fr4V-z)o&0f{3M+WduVSi?hms zpvPGV_XmiD*oz<}Bmp5-USSg~l5|#<5`snc2!aadDyRo?$I0%q*j29(oS7RU= z``+)HH*bc4|6Ss{;OyF)RNoz20a1JQDFkxV;4sW5gnw+4t- zlJlS&z*J#uHSxcb@fMt3P9o4v;FvFSFzmpYrH`iw(rty%r@1kJmeRMy7sbSTlj#=h z{Pg!MBLGQDmx0%a80UBe*t>b+U7E=pkdVJ2yg?Wj+HZw1$R(f;2;v9Asz}@nUy{iJ zFhu=8SQm&};d2eN4x}i;gwHys6?CsxHx#ao)o_MzZeh1M^BA=KtByKBOtgn_v-$w! zULJ{4Cng@E_{PaQ2updSK`|Ex2Y`si)8Q>uc>;p%$?$Wb)Fmxfk_ND4o9gXGdsRO> yIx?kKfERxS0AQz4{dzbU&8yM}zWA*D@9H~hw~zZWIZGV?0000+A- diff --git a/qdarkstyle/light/rc/arrow_left_focus@2x.png b/qdarkstyle/light/rc/arrow_left_focus@2x.png deleted file mode 100755 index 7da0ddf69a2c9ded1954e528b3debfad0134b5e5..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1138 zcmV-&1daQNP)W1ur(WistoEA<($t9a@{ zW8_1ikg${tM}9@A0@(4=Pg`0{Z5-j+gq7;^{d$xdfW5=ox@BwoJ1EyDtY~f?(gHB7 zrn+Nc3^?G#Q||0GBL4tXrMq+CMU?xUc!17sBk~TQP?~>A;V~zuN{lxTo{zyoX?_Se z>;zRoBv^B^UU{1Vh0@#+;AjIY%8_4@$0d+>p#h+3k+99pdgTp(NVp!}r@R5MDvywS zvJ)|}|N7_+KxH8Jo`^iO#!zjE8G_eiu-u<}RbkkT%HI$omG|d>N`LMU=qqkiK(c=U z+erS464A+O{!!pNS-8Zv_rbRAChb$n;7+y*SIsYA1Y5PT!54CTL6xC^K`hG3SD z$)L()C$0?SKN8XVSo>PspkX0ob`+KSJKjY(=tczs*Ocj5JUN&zis;i$P{KA(nLmt_ z`|{5VyzB&JrFlw!HDnF|5iM79k0ZS0#1+BgH^FC9_5c7z#CHCi>jTCUPU?L_8~}jN zM&wMbZRuXn&mAM>z9AX_05iQiPwVNn1Hd;4E49raDgXeLhcEfv)^)!^IYhqb002xK z>{zIq`aYnVcCIJ^08IB?_M=+64>;Ap_O>LV1prVP+Wx&5yC3+|bvDUgW&p~4+rI+6 z!~K?M6Z~anwI&BTJ`v@R3U!4#VxP;prly)|>i?m?0P1Qpovg6&wg3PC07*qoM6N<$ Ef+X}2ApigX diff --git a/qdarkstyle/light/rc/arrow_left_pressed.png b/qdarkstyle/light/rc/arrow_left_pressed.png deleted file mode 100755 index 1850c744875ac808a3d21aeb5e9965702d2d0b5c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 529 zcmV+s0`C2ZP)udt~1H?koiy+tt&&0|tY=VWcvj}0gNkY1Sq|nCBz@mwHdn`6v`{vD{ptqWVx%Yf? z@BFy%znfAAe7WVT*%+Sy=S^Mt-THGW#n*Q|Q6BRSxLnnzkxIO?@A2}4w}|Nwza#*i zjzDgFgze*5e8A@N7DOupC4I6g{t4JOV%r6eu1AQ1rY2 zJROPSaPiszMc1=H5i4E`;8oXm5FH=`93vhKP;`CEVgoqOu--u@J_?}N_I2Pra7jud zUKwC*%h$;GfS456P9qK#|AN67pGRXS+WE+;mS8WXXfQzIC-)GC0803QRR&nPtuLH1 zgZXNZln$bDpnO^fz+K?TMyWCp6eMqHM`jlI;bAuw4G|pRK}#PoZJ-2%;@Y}eJIGtw z0CE6K!x6n@?G)xsy~eD-@MgGXCZcMXxAaVA6+o^B5q*f3nmm?y0n{o-G=L;uJY*So zBf=l5BzL*pRylEjMPM`3H`$BUzM+$BoH@+)UjYDEys3V9%6;Gn_?9yEziYn$FQSJ2 TG2LP300000NkvXXu0mjfhr;KT diff --git a/qdarkstyle/light/rc/arrow_left_pressed@2x.png b/qdarkstyle/light/rc/arrow_left_pressed@2x.png deleted file mode 100755 index b718d7a0187ac0a3da1a2493256e74db445ced28..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1107 zcmV-Z1g!gsP) z_N8!BKCfs1jL&+&>p6tDB^RK@T?ydDnVN3pbR7oj3 zIpJG0UM$*0_>^u}u2~Kr**6?J;bZ@T@-Bt(%odNBRA2ICBn7z|YX@{HDDj0zF zocCegSQZHQ3A+e|n*qvx(17ad`_(AqE3kZ;N8Rp{{VYF1y4$nPc?V~@pjt(>v}sn z2!$lHTS^vS40taWiVi|y$?R(A+=94Ya4Z*!3PPcY>}u$&2e=DyA{UAVLg7h_ZPafh z+yQ)-3kg-fHo^TuRVZ0;!zbDhD9RCmTG4nM(UM3i+Gh zzf9k+Q2{H-*0K12^sM9Zk;WNABt`(N&o;mZq)Z)WDD@ivS7fHIa&Y! zt96bPlhlljBU=O|Px30vCRp-=KUw!>I Z^e2H3E!k4OPgDQ^002ovPDHLkV1j}d>mL9B diff --git a/qdarkstyle/light/rc/arrow_right.png b/qdarkstyle/light/rc/arrow_right.png deleted file mode 100755 index b802620bebf511ff77d0eb5acb6c452720cd3fd5..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 532 zcmV+v0_**WP)L{o?~?>86jWS}SOvX15kif1ba0d|bt=V0 z(A7cu7l?@efG9YNI0)i)h{e&tSsEikdspzha!aK{!IR7TI3#Hub4hqJ=rh0X^ZUH- z^AZC8dP$K*ekc5?sCbj4Jsie+bpo7X%k-4M$?2TiYlY!_1Aw#yt~m$hZ4d;<8UbXC z<-Ljb64u-X0BQgg^p@ZK`iz2as78P&sHPUV=XWkYvJA)(7*K!*emh*Z3;;kuOy+sw zcNcHl24o0QgvyIndvV1!AVa7Et|RiszYt!x4ImqZ0>^Q*w{S67vJ3#yQ7CZ282A0z zPSCXt_#4qma6g>8boGpFK#l-7KTW3ZngAS?a-|7C-fzeAyoDkgyqd!W7`r4lzJJ>s z*#zX_`;IZo!$G_?%f^bOdH64k-25^4@_ClsRc}B*1W1hP+IX<}an=SEZb0R5zv$g@ zKkAj~QWkI+F6jF1R`jZ5pE7{_iPy8xAwS0Tqz+SQS&ifPcOBtSa0CkbfOwN+Ww;$5)D`}}0R8|g WgN|v5T2KrC0000Pav0zN26OHDQkI$49Y?nKaFRZN@A z93NEFxi^@_d(T{9e{Va4`+fJDbI;s6n+005Xwkv|`C@suU#d>|L3J`;Ebq$N&rBgx z1No&&48VKvk(qdT6xIezjc*I@>3=d)`0=rbn2z|R%2IRV+reM}NK&6W06t#msrDMw zFpj|hh&9(b+2a$1Qn|~Vj#*4rz;tvmQNO=%X{Ufz(?|pWFkVOe|FO>A-VPDHCa@Vm zdP%&Io5~#yf}q`^X4BXVAVDew2A1F9mwv{wWwR{mHihjakN}*j1n%=M-}n{=_aM)L zKo20L50Pa5(o(zF7 zo4n+xzo5KG(nwYT0J;!>c}VDl-?Qj7DHB-+006q4FdyEm{#Q%YS0oH%9RMCQ#`L*i zp$9%THwa#~t?obofOfYCENSN#k92o;zhG0@kpKW_4o?8ynrQ1dX!G#oQUHJ^1Ondm z|GxeMEO~V;06<>}8~tMCb67Y*x)=bUIXr>zu^&`-m=oeo@Bn&p_KX9K`rt=UcZep$T!KBM zZaoqG)|ivq1pS`inQ^EBSiSSWNpE8II)tYtZK*mEfM)W9vlB^f&G?m5cWo-W5CEko z&p?>O{Lc8LKW^F<&$tILr9Cik6>-~&YnN(c5)Lv9fC-?q{y4~68IArmD&-=p0MyAd z?j%I3qwwsoq>&5)P|KcxNqF2h77m`4b|c&bwPnu<@rEd@^~-v>kMx(LI=!t?SUV)^ z;}MbpD2E#mf7%!s`d-k3g47aFgJyiu7^!9cZ!!WEpxNI8KQ-z@pTNT5rdezUpxfX7 zdbMlb2XJ8WfZZja+<5>4?eVSk7#NzesM{1a14vK)&;RJ|dyUc235%LdBlQ%xkbqX* z2*ZDc^k$62Q{W0XUNKfbcTGU6X-xiNME3&!Iy_$4sGqxRPRA@JD5W0pZehM2FGsEqD2cU+yfHn9M}=$ RYy$uQ002ovPDHLkV1f(P^$Gw0 diff --git a/qdarkstyle/light/rc/arrow_right_disabled.png b/qdarkstyle/light/rc/arrow_right_disabled.png deleted file mode 100755 index 49fb80bf34e7c6a3c1dc027de2740e1edef3c027..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 566 zcmV-60?GY}P)4 z1RKG$DMEgMi1-IY!CJ&ZR_qpWu~?U#jaj?EmKIh*2p9u?gpk~0F|%3Anc3l5=-bQ` z_r32kXD-74|9UaWqE^`56Twj)&-lLoHBW#^vPjT*Naqf%sW%$i2iW*-`Ur(LP5}eR$;WZlDIgwe z;_K%Ej;vtX6#gQ_{vf5-^C~zyZjmTY;z~L2+G+R5oB%;eG5{cAwGw#sEc;|ifB=PPIH-+E>BfsJ`(y%;qy~Kt z%cZ%;S%+r;kkQrv?ZzBmm*%yzi|?VGLKP4j}1RCt{2noWpXRTzff_uiz&pLU_ejTCqOY&9e|Bx5E+r&7Tm z1`!v6;13F2DN;~G6kAXP7YhEN;6fB#)gn`w(%y-aG?}RgE<_L)A|fb=SS+Jta$gsd zk@22enb>nqE|_PL#SNVIJMaC@Ip25h1*S}y@_&Z528z3@&mu{l4oHDK(yUjXvo*F$ ztQoM}=??(}qd}EObFG=$vaRu55x5vj07)J{z0$wg;`mOmW&p_~b!m4%e0sWb_Ig_y zF0f{RBxPLQ8(?^{-Co;gOUE`gm%xSCr!ZNH9;b1^~bfEN-0WbUM2|>FpSY z1~9!O${Q#gTU=bc#GU5&I5a>BfwT#8m+iUo{Wy*b?sUh)^%6)(BNG--EWIJgS`BhB zI5j{3BqT_gK=8qKr~iUW?VaLb6BHn&YXpEiyxd(q>|X!h@pTFSz|hzdq!;5(?;(#d z82B^*Ad|ES1mA3TdJA6T*oI#N1d&0K%7Z}Q2k}a8zt>o{#C;2DbNf&43A;!h`|Qk_ zitl*58!$pJo2Sc@Bv@?sdN=wEWKsqIl1L*HuF{YvPj$Q3`U+!m1^|$tj5hk3P~lRy z+r8RH3==f~_`8ixSBuvT5T5Aw`+HpLPuu_iAYk?l!cBh;c|4Bel1uGe7%)nKg#4!o zlA0`D`k~9_DHjH8At8ae9PU7|^tL1?vF6GE007NQAb5Yfv-XmU4l;iRXp{-*JfI$L zch{b@Etfw7wg@mZpR(#`yR-U;U75V1%t!4I^m^Rw-)&1KzXkw+B)~9%6kfF@k#7Tl z^uwertR0KFHh=&UnK6od$CgHJp3Y_=AT-WB;ZUnlea)6eE;C>>=`iE3XJ%(2Ym*0Z zXu#&=X~reI(yUjH*w)LP0U!gxsQBJ%HmZ+hykod%a%KPnquixFxuR5fAgd;@K`sm! z%{YL0=T~-7_ms=!fh+A?oC4as5$VZ)IVcrwpDmZyU20D}14t6)5He6#e8QhKVf!5?Pb~H9>G-u2%WZR~(bc0Fp9G-17o%n`>0Q@)?SE z11^yE0}>0ZM%4EmkMEbGloX_PJQ2FDS&x>y#xlb5%h4pO#C^2csD0!$j&1lfAk6qO z_o>;L=q-;i7-@a0#T_T6|Foac9(M{ozh?e0-e(-xM)C7)8-J zPkKAXeJ>#V5TY<&Z$v*k*ZL1wGhkHWrZ4}(f)32o%HP}4v5hqYGV1%^!Qf!CR{7eN zh70WN0oy)!BB&$@?wYMv&RQGa5%vri;wXS2grNdGKX*&zl(n&^Oqnvp5q|*$%~JuM SB6HsW0000>H!#nGjB&Nl!gDF~R9)QXz%Y2N^&5PLzd zk1WSE-v9|jG8Z#})7xWDzaQ`oKyph6;E>yPulxhR==*xgKY$UW1Yd$ma4<{Bt`hA7 zgaI2au(O@()8Dccm1UkBy>E{B&-JjIwXlo?cFecT>|Fa+_#tocII?tYgD$ii;k&#I z#!0|P4=AEdH7HARw`-KB_9Z8bah z^I=nMW=750d+*-j{@!+2?sv|&_s=;qvp}Cdeg4mgu7OIG){7MNyg&$%Beh^?Lf6

    MvdwGzv!%-7R^wX#0rLg`0Az>q{F9?I ztwB3_>&K)4YnFsiZjT~$yf9hcXi&3jOd6mdF%y8DvT^f!cOB+626el_>=Izo1PI2K z@~t;PYO6u61oL|UMIp8v2tHY?HeWWby$&pFf&_qgjQ{|Lij~G8^ZNgcrBeU^5GAe% zUMW?U_gai0flUJdQpM{fid2f##+cPOF2k+?B3#`Q*2X}*Uz}RL+iEO-irYp&FtI0W z0OWXS`iDDghhyIW0INr1+=S~$?~`J6=@y%z^u~Y=$(cZG0sT|kr09;xQ@shdZ`Es%_d2X|5`Q97QAyF*?xK%c-oVfYz`AsH;T`>Rv z6d*AZnM zqA^~YZak}7%1r|RKqQKrK+4f#rLj+^jJpN^fFRL4L2#^4Z9b$+!fgXOr$W3?5)XV` zmxAL4q(eg6v3M02ASp3&M%U=h+?`Dz07yUn{FcB|VLA7PE*W=cKuYo;UI@!sZOH@f z8sH_87f#m8nIi^-97EtCmc0<~))%r*L*l){mE+nT;DL#s{^LOmJ%NeDy+kdzV}PV3 zkIyfh|Lx)WxU86xb;W?R0D8ap9F#L_pKnV-wW_jelZickUU`4fV9qT z?)QOTADNqwwn5#lFlj)1+JD81{sU(p-+s}cX4hCb1_{&{anG59TYk2o*9|s~!3D+k zt}_R6O$%CGqjLr%A6yE~0nzU7%K7g#>S#sd3`jh_J}*>z>cI`C^=atG%wJ{%6vYQ? z<>4>&jc*2h28cRJAfg}=;-%XD+-KUx?$f7FA4B{Bo3J?D>Vj`p00000NkvXXu0mjf DI%X5l diff --git a/qdarkstyle/light/rc/arrow_right_pressed.png b/qdarkstyle/light/rc/arrow_right_pressed.png deleted file mode 100755 index a97f9dd82af90cf43ffc12a8fdbbc329831af012..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 529 zcmV+s0`C2ZP)CoO zSnBzDT0nttfsj~U>U$Nr-8UQcSavm z0)mZztr(e}Z|K9QjeF_{Cx7zq1TM`rwNbXYdI=Tb0|&0mHuR?K6x9JjIPbS<-D;>? zWtyt5U>Gj3Fx%8>#d#{NfQEhMe(S6rRt+x=Fv!1q#N$?zd%FoQ4Zy{R2A*v;xFgAb zZ>Sj{0p``jL2fQeakt^60fx8PelA}4D3<4?fitdp2I(6O}ZiA8XmP|MSS~w&OhLZt~ z?f=?V1^WuE1+L@z6J)bwL11>tQv}lCcvO*wTO%ZQ?oW2 zs}7fF0su6>T685Oh@+FUc3;d|u7<~_NWwrOj=k5mM(kqB5CC8W!(nv~K0b8T?u=PT zSpvW?%S*U9Gfo~nXSc;FqdWmzo)cUN#;vuCnM3F8mKZgZDgd~$jds6~>$6LoIDE!# z3LRg*fO&dSPQqPtHI7f6vKvAMS49A3h5LqkZ4K{-+&ooA0LmhcKl@kE-!y$jd$g|TOp7)(qNdW+etU$uPR@-*@jH#{wz(mg+ z34*s#FK+$WzKdrMjcu?6$B-p}x3xdPnj_{16f+_LZsG5Mp z+|C;x{UaWqka7pAKB&?hkl@}}F+RJo%Z_xT=0b*+j*2=j&R&F-+lr{$#NN(qiUj$pzdvqaI9i<2`6?7i{ zq{ahjU0=kkr3?W@ou88!P3t-nyO^kRfPpOEd6O}g4r?Z6Emw&7^Ef~v=TuL|Q)xpV z#Hzz3=Fj6b_e9f-7t)5_ja5StQ3ObZId3#a%D*NPd=gZ_`W`Wz)_E?(=4QEseghJB zl?Qxy;SY9Jq4N;-qGW!352v}vqZ6Cd4VJr1!VLlUwTE-pXKWwaq`!k@u7Fqzp|5HK zY#ZC4-y`KMnHZDc_YzyiH|VF(Su4Sx0J+zr0r)vd*g9UPx# diff --git a/qdarkstyle/light/rc/arrow_up.png b/qdarkstyle/light/rc/arrow_up.png deleted file mode 100755 index cddf4edc627470b0ef3c86b6c836d39739f4079e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 529 zcmV+s0`C2ZP)|tl$ zy!Xx9VFqGiVq&fsi8^uaW+kVMd5fizNF;J!K7aTcC69_!ys)~YwW(pL0Cc}*zKudEy6Re>3>7SQgoK*lIl_46z1mm-iUlr~Xz z7fAOCiV1x-PGTHocV`QwyTj)7h6(bErALCi0#dG!84zaaZR(_mJh(BL**|HwK8-Ap zT`WBTc?qaq+htJkkc1Twg>WxDHFI>_ZoQ8xAlYL1nMIzvcLQSoB^-(okd5^8tQ;R5 zRxc``vW4;s3r}5V`~UcYSOM-_pUO<1v|Braa-2Dcf*?q>e|THKLpKz$`0xDvjlSKS zNIj-r@BCH3_iv3c_VYEc;Z`tY+t0)8i5~AbP2F!c>!)V~=I6_kog{C7+iqx-m7gOa zd)KtuY&1T814#5kI!O+I@zAVD$Mj&rjkaswJ>38%{wQLj-%BG3#l*zKTrs}@c2a)K TDqGw(00000NkvXXu0mjfQBm(p diff --git a/qdarkstyle/light/rc/arrow_up@2x.png b/qdarkstyle/light/rc/arrow_up@2x.png deleted file mode 100755 index aacbe6583c3145a54a0bd60d74a950b59bf16f39..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 998 zcmV&SG*!KeAcFZE3C_g3)Mn z&JShi0eRD~mpsaCgz2{~0ZOaUM7I+fD{<5SCAM-c z47vwku_;t<@{<^VFq_Z`FYc=`eN96mO*m%2qF8bZk>?J8kSR3X>ce`Kq=l|cLa!LU)x=kA&lszTM0 zi>i?TDG0z^r+W^!%dtbxEr`9Z)r54EEtTRRefFwQnWTfiwW0dAZ# zaA3k%0&Q)l+4Z>sglX@#nO*@6Kp>}yd>+dcVZ)PNx0CLzxd23I_r8f|K&>!v2b855vAZH968p`@AXJ~bi9i_&b<;BH=IPDs;g zXAU+qNnYNsCs$W5KiC612w*T6)W3Y&d5XB155h_OllgB5Oe$X4c(J(P-wA?XcP2o; z-#@wYWB3xdCgtW(&V15C;1x#i790MJAPBzi1Bm1J%!v9MOjnAGqvXx^5fl(boVwkG zjrH|QUjh7a(TEctF)i(NsoXa`O@FNHs?~pf0#3uk7R=?Ue+%S})2&jaN|g@LFM9&8 UCF1(KRR91007*qoM6N<$f|gS6mjD0& diff --git a/qdarkstyle/light/rc/arrow_up_disabled@2x.png b/qdarkstyle/light/rc/arrow_up_disabled@2x.png deleted file mode 100755 index baad7104dd87b8b815518e9bb38b16d7345c44df..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1037 zcmV+o1oHcdP)Sc)60hotvf-VR7=T--;#dIH%E#*q}3d9@nxe4AZZPwoyw4QHc4@1VPZ~v$XyjV67eJ*u*Cg&PO@~ z(9i*b986M)zR-i6i$M_V^iyA74XD*>kMA^a3qTO*5CDTF9&U015Jpl`tmn`;pU>z2 z=$FR68L+Xj@q{yDMF7uswzq0$Q%HW|0!C5#ehm>`>7@yYXF{( z&PG9Udx;TgAjNgvVbi=gH+TAO)><<+pj@p!qXySNJQ62-HJ z;sHPoNE{T$3EA>yeW7QeF)}fr99AzF?$is zDJB>ZAKI|i?P|RzJspCQSPpCNfJ{7I2s$CV;v>0R2TEemM7}#ebNbC*-VX;hz*?Kb z==gPlmm(qn7-qZjsgRUplES(A^H1Nuy1cyHJW#rW47S#eb9CZk02fkHIrM4eQ|2O| zw9ohRKY#!2Vxds@d*7M%J1`8x#~R4p0ucEL5?b4SaK*PF2{{ulfznqaY%cBh{je_s ztlggEXrl;VD$)^u)C>b*B;_UfwH}NXf?(=ixA3k8l*?NuG~(6(oQwn#l6tw|WDf}= z#cC10)hHH&>FFQ$jNPl#-oAa3&a44A5$h5NH`JAnz_tnTtFwM^$Sp49Pui%aZ)Qdql6;H?xV|I@Tzq$~6J>9;%Elea2p+pCy9*@W4@pwEQkH_Qj44Z!dVijeRI}X(~00000NkvXX Hu0mjf#7pD* diff --git a/qdarkstyle/light/rc/arrow_up_focus.png b/qdarkstyle/light/rc/arrow_up_focus.png deleted file mode 100755 index f00dd871fead8fbb542b5d74d9a4be83015b83c7..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 519 zcmV+i0{H!jP)cV@LkLG!S?)PjfF*+UmQ8=fQb*d+== zIw*woCzO9e64j0#gn~di6cmv+A&(sbFGi3TtC>3NMZwmcUx(ezwNYuO4H4#nfnmP) z`@PTiGBc2pl9F=7SkjHk>#u zzl}>;0tNs9(eFhOHJ=SiTJkF2FLza-G#6Y4djVu)&39=@WU=UF$q%k|MZl|sw@o|& z+(VlGDd8GC_55%;xqxJ4KbXOEzb*W*=Is*AI?a|V!9An{U-tbM?#d~h4rk4{)fTG1 zXugXutZ_i02cI?ycbKu*0b&B@7FT;~)!YJbHF5L3`K>8G8&Lkn`$?-EC~&H>(bsR8 z=LVNRAd8xxSaO76a%cp-+0@RJuam{Cn85JE>QFYb{Yo&30Q;wt$0fkQK(MmY(>uOC zF;oS}v}#Udwm%C7+q4q>ruW76++OIZ{ago5cDG4NN=nLcyd002ov JPDHLkV1oHE=lLWp5paAh#FYLRt z9XhtffV5YfAtVPtJr_dGtYqJsi(89o|46i?yp4;5c;US%;=B3Mr*Z3vuLDSN{f(;t zK5qRSuB~3!cM&3tLsl#XjL$Mrc)R35D*aU!g8_$cJ{(MJ?*3YU zGfhEKR~3lqRlK!1@b|f2&%g6eKlSz1fYkLr-cW4ExF9y7uFC21^ScD)G z+KnJ|8$}9iYK3JzP&xI>)X1Z#wMK4$>pwmUI*R}fhPEQW*2TY2WiWw{1c`~2?C{SK zNd*w`9FX?b-vgYxXeu6^7hio^S99tR8KnyDWpd@?JqxWPG6T}N;`@ZU17au?BG9Jo z&1gu-1Y$@ly_E5bC%e@dCK3Z&zjT&Lz6Y=;6zaD4XW7l20PN9}g|t_i?0VfgdNv^C z7pFmd17KHUL^OIS{spFWb`khCTKboH!{1J+Ck$tS+!(?8FxedIpvbfu0B z$lNIJ4FY{zfW{+;wc=yCzSeCl#!Hmo2c^_xr}u}B3`pk-!&*5DLTMaASi970C!_-j zmm&9so2OT@BTw3;w>4mFzA&mP&LSX3LYeL7`nWKS&XAud&cxcx(C@8NTaeB_IYLwx zAu<{Y^)}!{jsQY~3HVJpYGQdhxx7{8md9WwS3XV&?lu=MJFIx1detzVK!; z)&FSdfM6D{Uhx1Rwb~jmoTIN|?KKRw84S=@u;V^*k)Ug}Su7Td#bU8oEEbE!VzF3W aYyJZ;D?TLxhVuXb0000RSj*OkdVUFZFurK-};+Vhu4YFtC>n181X%wYcH&{~}Orc#^;>a7x04 zkeLn$149H>Yl*M-RiIk;Ed`c9unTtRAk?jLt_I)QF+R?d$IpA(5-1r~Dvz3Kg z2NXQntngq~>N-G|z{}4rZ~dTVn8HAmBRne+h!6-Co8tCNMLP!yJWYJ^gn1>nmL`Vu zbIXlEO0U}Rc1PTpsc5T9;Ke7O*>3V0xPocl`Juu)5<*Hl0jx8?F4 diff --git a/qdarkstyle/light/rc/arrow_up_pressed@2x.png b/qdarkstyle/light/rc/arrow_up_pressed@2x.png deleted file mode 100755 index 62230b8f00152ede44eac5b505fa4c322ad9ab1e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 978 zcmV;@11se{c%z)Cb zdfQ&GjB%p1T|fYh*amN!5EW!lcR9|^zHfhJp)(T$%5@!a;sJ0hGMNOflNu9&;<}zn zd^9^@f26H7^<(h6HN7YCm`L*MmOOx(-vuMOK#rO5IIQb#SM zx$-+F--3jLm zfFHw}X8VobmjPi-p9vOXaSVrI%eQxg5=;ny#ZpzfmDU~U=@^t`VV$oG;+L1SlaEGE zdTHY8>2bd3<^Hf|1Bw+Lcqh+IU@jqAmdOJk!%T4#Of0v=>{Vgtj@~%DaK2(=1uIOMe!aa=kBS>t0@CK9o%V`Y=5)$~u zJ!h)h`$Ja-d|TJ(Yhqc@UW9BWzo#XaCPwoT70;r!VVu2Gu)n*B(UDSBV`e-6+R9Kf zr2fwM)G#BE+H(>7)@X2M{sa57iTd5anYnR$y3@EF z>wv{o6-+#0A0!XWf+_wTI+BBxr8S*M8Us5RP_An-7f=z5wzgaEb^V}--6RF0a#X^a zP9+V9ZGo_=D;97yx~KL#W=M|W%!GZ}+McumimzJo0L`3=(e`*n^~$CGlBC>{{*Aqs zaPipx7*58uVaxD%JRXn7P)D&)ZeI)adMZ`IUI>r*Y?-e4Oj^l_|M4#SQ(^z39KPl_mN8=8kQyRlSE2fvt(_X ztnKuE03Lesm%uvo77oA#FaWAVS&$JE*bO0!fpO2J7Oa7+l@U?70S%B#{v$9vb=dbU zzwfD+-!PhL4>|eny`Va#40r(^&40r(w*u97B zqr3oE$cuB7ew)DV2C`crl1twjxPfpBFp~0s!#3Ctah)eK5paH!7%U~{0w^QF@BfG6}0c*5iV z4X}c+8716fDbMBI8n}|hIh0R=aRO!?4eUXrwtFhPn6$`XARKZN$5itN`2hO3Y*K#Spx6K@~9ljK{K;^&`PnLv;z$wIg+o zY$2I7FqH#Sy3!j-_8bqvmlS~sv@c0*7K*jumR-Yi6-g8I8P5;g|z zd%gY2jgEY@V0(Xt9oREoh6B1JKdFLYQr}6Fsnb2$$Gv-F=`g!X9Ey}qS;-7l=WNF? zg7G2ohUC3Xgp7d3J-0RLOn63H(jQVv9e6c82g!4PhPh9Np1?kxYtNRvzuFgt?VwRt z3)XE82KBIKz%YS*rQb4{Cw+rYMsDAjl%Z8A^{g%Wb>HF%r+FS?+rFkd14Ih1->m>U z?u$8K%5YN|&NNuSOS6>X0&lr$HkLx%0N+ZuNwy9l7CRs^b|3ko0XqmomD|=2BsBit zz%zd%A)o(Y8tyorcGe{Yy0z)Lvp*}+K&#&zQL7Bvb{1us9z^K+Sgv_KwyfaO!S zyegy|H*CC#Uj_-|2I{h7qV|Rq4;uL`KHd6f!IUD@f8gyl__IugS2mL|Cn4DT=HeOb zhHl^#_(|q>Jf3@?bfoG*m!S1f0@Wdpdw<5epN@Adp}3XIZE65+KzIfl(8YWtZw?SP zU@hdhsV;8zK^e-k0 zsDA7&BmZ_W0q3ngbY*>VG5PJx#pKxA_kwL8D>EGafq!o@c`$@=diTq9Fm8R+j%vJT z?8V#A4W>28)$EPSY4qZlaKq$%qW1}GH9IDilo;LRR0g@Q81tUPYxtk9=YIo;eA7Ga SGEd(C0000lQa0Hj9P&x8#Q>Y-FpZ~=FpYm-EXaT3beJSXB0q$`zZ-r8lEszP2k3d$9 zF>4?TM*9ZHy#GA~au4LL|IC2g0U5F*r0&NosNm(U$1&mi=Rh{|M^%~y?HeG!1}R_j zh|2`XpY_39-!@3aXn)&3x8f&Tj_}494R~76m)hYQJPYsux=*0?DroB{U6jcwyqGtbFp$Q?G*IRrpjy4{ z$7}&FRG|+A@x(0o|B2~JGy*nHn?3sQ3W+!o50uLuJnAl6LKKVkDEe$fp15cpZM8DU>Y^4d-k)^hWZQCpI8BY z02YAHfaid>JnZ=Ad#c;qRnf#-1M?ljDC62KI27BLTc=D+h>=`mR$pc=W^SH|7t z_&kma?ox3#`_XO)J-i<91U-7;kRIwOPRCd+B{=6-F96v_l}srxcL%_I;L@9`SLp5u zO`f07+yo`)`r}qR#P;{6fi6gRX8Sr;?gK~Y%73k61)u|+6R0ne(P!=maVoVST8zP|2;R97W=%S^(?TA4-QOOUE3;3c?2G}CjIkNl(o^)k5Uc~pXD zegQZ}SL_>OceVZaGP>dio{s-$UoLt(@utsbe?yvN9~GDvnrs43;G_eMDYD_QsRK%= z1aE`e3GDYRY~?o%M+IqUr2x(JZUIk+hs3Ebe;*BJhXqn67{0w<2%oufC#bi&0gVIn zNM)c%2`=U10Vp880rN*jdje%8wDORgvy_`UQFxzW-#>)36bK+UPJC*7&FZxTumD*0 z-@1et2UZv)Gz^b1ft-``5-yC?dj^VxY0>%$Ltq6*;9BAAD8cjxJEt&|HatAnh3cq$ z+ck0x?hIAt8HfciL2*=f6PsRxZe-qKAq>5-xv3vf^jxkzwgSs=Woh%kKghI~?DiCz zP#g}Z%?G;`3y&eo2K1$q^jxX$)Z>~#_JNA$lY)Evb}aIASF z0hFJi_BY1Wvk{KW@*a?yq!7|=|HywvScgI=5wqp%yc|Fgv%?6#%Fhv> z`BBzkC=`t!TRFx8NOI>nZFvJC66llOCl)C@O9(PU>gnBh?f}H+7qeiQ!6OE@I6nqF z2UbRCdm>gjN%8^7|0IO&c>H^MuL(Ybo%2az0d#!Z zGI}1-3k8lmy#nlKx3QqPLs`$}5Yuz_PjKyEj)FX+1p=Bl*^TC0(_k%OJPC)zp}YDx z+YSs0wldl2_y~ko*B0!d!Hosa$P`xKZ)IQmZZNhED-`A=lfcV_4F5 zUx~8nZQK>m@@Fu~+rJL;2?RoD-9{56R!*`U&=~hEqt<9FCD=yor5Qi_ZEj>=0XT!k zGMt=^;U!)JoG8wj6$WK@F)UMjypkG)oLRL5aE2ZJq>XVJ=SACa?li(*aKzhy`##nly0UbjiAn*X=8EO4#o06|e{OOI2L5IG(RB z&W~MzNsl8u^PvzZ0jqZU4%9SXRKR`f8|p+>AU1>XmD49^IU2w+S|`*G#$5uxMX$$~ z4V{;ypia^F{5>y(VTlhRtu>&5y3tlm&n57C;8O;dqlpLtDgv*Uuypeg(B(ag^ddBwParr^U1p5$&K1C{`~K$T2M?92I8m0sjq{4W}l-%cmU@oP(4y23(Z?!=V&Aqn@Jmh zgA2dAs>ur!Asl;Vys0xC%VotcOCE0$BYXfn1P;Kx491t^dq(RB#LRR(ArH}lMbInn zW#7IZv>PB|_ltw-q-U^G;Ki+vzp5|rw)o7ClR}d_1Lr4GE?>`D2k>U- zee6U@GUoqKE)Ti@^7Fj;m8M#XT)F%m%(7k^`N!BVOstZ7VL}}Gf`#z{Lpo-A%!xys z1-x&F&(O1s;E2$8wjQ_$!is(-TPRK@H2mtaP`pQb~r37B-upHHDRaz_av&seE|j?RH4oWc=iTPlkLEbxT20hCNN6PJf1pvEgQc$ zSwgSMk|R`Q;9uaGI3#QHtQRMRLEP)D&)ZeI)adMZ`IUI>r*Y?-e4Oj^l_|M4#SQ(^z39KPl_mN8=8kQyRlSE2fvt(_X ztnKuE03Lesm%uvo77oA#FaWAVS&$JE*bO0!fpO2J7Oa7+l@U?70S%B#{v$9vb=dbU zzwfD+-!PhL4>|eny`Va#40r(^&40r(w*u97B zqr3oE$cuB7ew)DV2C`crl1twjxPfpBFp~0s!#3Ctah)eK5paH!7%U~{0w^QF@BfG6}0c*5iV z4X}c+8716fDbMBI8n}|hIh0R=aRO!?4eUXrwtFhPn6$`XARKZN$5itN`2hO3Y*K#Spx6K@~9ljK{K;^&`PnLv;z$wIg+o zY$2I7FqH#Sy3!j-_8bqvmlS~sv@c0*7K*jumR-Yi6-g8I8P5;g|z zd%gY2jgEY@V0(Xt9oREoh6B1JKdFLYQr}6Fsnb2$$Gv-F=`g!X9Ey}qS;-7l=WNF? zg7G2ohUC3Xgp7d3J-0RLOn63H(jQVv9e6c82g!4PhPh9Np1?kxYtNRvzuFgt?VwRt z3)XE82KBIKz%YS*rQb4{Cw+rYMsDAjl%Z8A^{g%Wb>HF%r+FS?+rFkd14Ih1->m>U z?u$8K%5YN|&NNuSOS6>X0&lr$HkLx%0N+ZuNwy9l7CRs^b|3ko0XqmomD|=2BsBit zz%zd%A)o(Y8tyorcGe{Yy0z)Lvp*}+K&#&zQL7Bvb{1us9z^K+Sgv_KwyfaO!S zyegy|H*CC#Uj_-|2I{h7qV|Rq4;uL`KHd6f!IUD@f8gyl__IugS2mL|Cn4DT=HeOb zhHl^#_(|q>Jf3@?bfoG*m!S1f0@Wdpdw<5epN@Adp}3XIZE65+KzIfl(8YWtZw?SP zU@hdhsV;8zK^e-k0 zsDA7&BmZ_W0q3ngbY*>VG5PJx#pKxA_kwL8D>EGafq!o@c`$@=diTq9Fm8R+j%vJT z?8V#A4W>28)$EPSY4qZlaKq$%qW1}GH9IDilo;LRR0g@Q81tUPYxtk9=YIo;eA7Ga SGEd(C0000lQa0Hj9P&x8#Q>Y-FpZ~=FpYm-EXaT3beJSXB0q$`zZ-r8lEszP2k3d$9 zF>4?TM*9ZHy#GA~au4LL|IC2g0U5F*r0&NosNm(U$1&mi=Rh{|M^%~y?HeG!1}R_j zh|2`XpY_39-!@3aXn)&3x8f&Tj_}494R~76m)hYQJPYsux=*0?DroB{U6jcwyqGtbFp$Q?G*IRrpjy4{ z$7}&FRG|+A@x(0o|B2~JGy*nHn?3sQ3W+!o50uLuJnAl6LKKVkDEe$fp15cpZM8DU>Y^4d-k)^hWZQCpI8BY z02YAHfaid>JnZ=Ad#c;qRnf#-1M?ljDC62KI27BLTc=D+h>=`mR$pc=W^SH|7t z_&kma?ox3#`_XO)J-i<91U-7;kRIwOPRCd+B{=6-F96v_l}srxcL%_I;L@9`SLp5u zO`f07+yo`)`r}qR#P;{6fi6gRX8Sr;?gK~Y%73k61)u|+6R0ne(P!=maVoVST8zP|2;R97W=%S^(?TA4-QOOUE3;3c?2G}CjIkNl(o^)k5Uc~pXD zegQZ}SL_>OceVZaGP>dio{s-$UoLt(@utsbe?yvN9~GDvnrs43;G_eMDYD_QsRK%= z1aE`e3GDYRY~?o%M+IqUr2x(JZUIk+hs3Ebe;*BJhXqn67{0w<2%oufC#bi&0gVIn zNM)c%2`=U10Vp880rN*jdje%8wDORgvy_`UQFxzW-#>)36bK+UPJC*7&FZxTumD*0 z-@1et2UZv)Gz^b1ft-``5-yC?dj^VxY0>%$Ltq6*;9BAAD8cjxJEt&|HatAnh3cq$ z+ck0x?hIAt8HfciL2*=f6PsRxZe-qKAq>5-xv3vf^jxkzwgSs=Woh%kKghI~?DiCz zP#g}Z%?G;`3y&eo2K1$q^jxX$)Z>~#_JNA$lY)Evb}aIASF z0hFJi_BY1Wvk{KW@*a?yq!7|=|HywvScgI=5wqp%yc|Fgv%?6#%Fhv> z`BBzkC=`t!TRFx8NOI>nZFvJC66llOCl)C@O9(PU>gnBh?f}H+7qeiQ!6OE@I6nqF z2UbRCdm>gjN%8^7|0IO&c>H^MuL(Ybo%2az0d#!Z zGI}1-3k8lmy#nlKx3QqPLs`$}5Yuz_PjKyEj)FX+1p=Bl*^TC0(_k%OJPC)zp}YDx z+YSs0wldl2_y~ko*B0!d!Hosa$P`xKZ)IQmZZNhED-`A=lfcV_4F5 zUx~8nZQK>m@@Fu~+rJL;2?RoD-9{56R!*`U&=~hEqt<9FCD=yor5Qi_ZEj>=0XT!k zGMt=^;U!)JoG8wj6$WK@F)UMjypkG)oLRL5aE2ZJq>XVJ=SACa?li(*aKzhy`##nly0UbjiAn*X=8EO4#o06|e{OOI2L5IG(RB z&W~MzNsl8u^PvzZ0jqZU4%9SXRKR`f8|p+>AU1>XmD49^IU2w+S|`*G#$5uxMX$$~ z4V{;ypia^F{5>y(VTlhRtu>&5y3tlm&n57C;8O;dqlpLtDgv*Uuypeg(B(ag^ddBwParr^U1p5$&K1C{`~K$T2M?92I8m0sjq{4W}l-%cmU@oP(4y23(Z?!=V&Aqn@Jmh zgA2dAs>ur!Asl;Vys0xC%VotcOCE0$BYXfn1P;Kx491t^dq(RB#LRR(ArH}lMbInn zW#7IZv>PB|_ltw-q-U^G;Ki+vzp5|rw)o7ClR}d_1Lr4GE?>`D2k>U- zee6U@GUoqKE)Ti@^7Fj;m8M#XT)F%m%(7k^`N!BVOstZ7VL}}Gf`#z{Lpo-A%!xys z1-x&F&(O1s;E2$8wjQ_$!is(-TPRK@H2mtaP`pQb~r37B-upHHDRaz_av&seE|j?RH4oWc=iTPlkLEbxT20hCNN6PJf1pvEgQc$ zSwgSMk|R`Q;9uaGI3#QHtQRMRLEP)D&)ZeI)adMZ`IUI>r*Y?-e4Oj^l_|M4#SQ(^z39KPl_mN8=8kQyRlSE2fvt(_X ztnKuE03Lesm%uvo77oA#FaWAVS&$JE*bO0!fpO2J7Oa7+l@U?70S%B#{v$9vb=dbU zzwfD+-!PhL4>|eny`Va#40r(^&40r(w*u97B zqr3oE$cuB7ew)DV2C`crl1twjxPfpBFp~0s!#3Ctah)eK5paH!7%U~{0w^QF@BfG6}0c*5iV z4X}c+8716fDbMBI8n}|hIh0R=aRO!?4eUXrwtFhPn6$`XARKZN$5itN`2hO3Y*K#Spx6K@~9ljK{K;^&`PnLv;z$wIg+o zY$2I7FqH#Sy3!j-_8bqvmlS~sv@c0*7K*jumR-Yi6-g8I8P5;g|z zd%gY2jgEY@V0(Xt9oREoh6B1JKdFLYQr}6Fsnb2$$Gv-F=`g!X9Ey}qS;-7l=WNF? zg7G2ohUC3Xgp7d3J-0RLOn63H(jQVv9e6c82g!4PhPh9Np1?kxYtNRvzuFgt?VwRt z3)XE82KBIKz%YS*rQb4{Cw+rYMsDAjl%Z8A^{g%Wb>HF%r+FS?+rFkd14Ih1->m>U z?u$8K%5YN|&NNuSOS6>X0&lr$HkLx%0N+ZuNwy9l7CRs^b|3ko0XqmomD|=2BsBit zz%zd%A)o(Y8tyorcGe{Yy0z)Lvp*}+K&#&zQL7Bvb{1us9z^K+Sgv_KwyfaO!S zyegy|H*CC#Uj_-|2I{h7qV|Rq4;uL`KHd6f!IUD@f8gyl__IugS2mL|Cn4DT=HeOb zhHl^#_(|q>Jf3@?bfoG*m!S1f0@Wdpdw<5epN@Adp}3XIZE65+KzIfl(8YWtZw?SP zU@hdhsV;8zK^e-k0 zsDA7&BmZ_W0q3ngbY*>VG5PJx#pKxA_kwL8D>EGafq!o@c`$@=diTq9Fm8R+j%vJT z?8V#A4W>28)$EPSY4qZlaKq$%qW1}GH9IDilo;LRR0g@Q81tUPYxtk9=YIo;eA7Ga SGEd(C0000lQa0Hj9P&x8#Q>Y-FpZ~=FpYm-EXaT3beJSXB0q$`zZ-r8lEszP2k3d$9 zF>4?TM*9ZHy#GA~au4LL|IC2g0U5F*r0&NosNm(U$1&mi=Rh{|M^%~y?HeG!1}R_j zh|2`XpY_39-!@3aXn)&3x8f&Tj_}494R~76m)hYQJPYsux=*0?DroB{U6jcwyqGtbFp$Q?G*IRrpjy4{ z$7}&FRG|+A@x(0o|B2~JGy*nHn?3sQ3W+!o50uLuJnAl6LKKVkDEe$fp15cpZM8DU>Y^4d-k)^hWZQCpI8BY z02YAHfaid>JnZ=Ad#c;qRnf#-1M?ljDC62KI27BLTc=D+h>=`mR$pc=W^SH|7t z_&kma?ox3#`_XO)J-i<91U-7;kRIwOPRCd+B{=6-F96v_l}srxcL%_I;L@9`SLp5u zO`f07+yo`)`r}qR#P;{6fi6gRX8Sr;?gK~Y%73k61)u|+6R0ne(P!=maVoVST8zP|2;R97W=%S^(?TA4-QOOUE3;3c?2G}CjIkNl(o^)k5Uc~pXD zegQZ}SL_>OceVZaGP>dio{s-$UoLt(@utsbe?yvN9~GDvnrs43;G_eMDYD_QsRK%= z1aE`e3GDYRY~?o%M+IqUr2x(JZUIk+hs3Ebe;*BJhXqn67{0w<2%oufC#bi&0gVIn zNM)c%2`=U10Vp880rN*jdje%8wDORgvy_`UQFxzW-#>)36bK+UPJC*7&FZxTumD*0 z-@1et2UZv)Gz^b1ft-``5-yC?dj^VxY0>%$Ltq6*;9BAAD8cjxJEt&|HatAnh3cq$ z+ck0x?hIAt8HfciL2*=f6PsRxZe-qKAq>5-xv3vf^jxkzwgSs=Woh%kKghI~?DiCz zP#g}Z%?G;`3y&eo2K1$q^jxX$)Z>~#_JNA$lY)Evb}aIASF z0hFJi_BY1Wvk{KW@*a?yq!7|=|HywvScgI=5wqp%yc|Fgv%?6#%Fhv> z`BBzkC=`t!TRFx8NOI>nZFvJC66llOCl)C@O9(PU>gnBh?f}H+7qeiQ!6OE@I6nqF z2UbRCdm>gjN%8^7|0IO&c>H^MuL(Ybo%2az0d#!Z zGI}1-3k8lmy#nlKx3QqPLs`$}5Yuz_PjKyEj)FX+1p=Bl*^TC0(_k%OJPC)zp}YDx z+YSs0wldl2_y~ko*B0!d!Hosa$P`xKZ)IQmZZNhED-`A=lfcV_4F5 zUx~8nZQK>m@@Fu~+rJL;2?RoD-9{56R!*`U&=~hEqt<9FCD=yor5Qi_ZEj>=0XT!k zGMt=^;U!)JoG8wj6$WK@F)UMjypkG)oLRL5aE2ZJq>XVJ=SACa?li(*aKzhy`##nly0UbjiAn*X=8EO4#o06|e{OOI2L5IG(RB z&W~MzNsl8u^PvzZ0jqZU4%9SXRKR`f8|p+>AU1>XmD49^IU2w+S|`*G#$5uxMX$$~ z4V{;ypia^F{5>y(VTlhRtu>&5y3tlm&n57C;8O;dqlpLtDgv*Uuypeg(B(ag^ddBwParr^U1p5$&K1C{`~K$T2M?92I8m0sjq{4W}l-%cmU@oP(4y23(Z?!=V&Aqn@Jmh zgA2dAs>ur!Asl;Vys0xC%VotcOCE0$BYXfn1P;Kx491t^dq(RB#LRR(ArH}lMbInn zW#7IZv>PB|_ltw-q-U^G;Ki+vzp5|rw)o7ClR}d_1Lr4GE?>`D2k>U- zee6U@GUoqKE)Ti@^7Fj;m8M#XT)F%m%(7k^`N!BVOstZ7VL}}Gf`#z{Lpo-A%!xys z1-x&F&(O1s;E2$8wjQ_$!is(-TPRK@H2mtaP`pQb~r37B-upHHDRaz_av&seE|j?RH4oWc=iTPlkLEbxT20hCNN6PJf1pvEgQc$ zSwgSMk|R`Q;9uaGI3#QHtQRMRLEP)D&)ZeI)adMZ`IUI>r*Y?-e4Oj^l_|M4#SQ(^z39KPl_mN8=8kQyRlSE2fvt(_X ztnKuE03Lesm%uvo77oA#FaWAVS&$JE*bO0!fpO2J7Oa7+l@U?70S%B#{v$9vb=dbU zzwfD+-!PhL4>|eny`Va#40r(^&40r(w*u97B zqr3oE$cuB7ew)DV2C`crl1twjxPfpBFp~0s!#3Ctah)eK5paH!7%U~{0w^QF@BfG6}0c*5iV z4X}c+8716fDbMBI8n}|hIh0R=aRO!?4eUXrwtFhPn6$`XARKZN$5itN`2hO3Y*K#Spx6K@~9ljK{K;^&`PnLv;z$wIg+o zY$2I7FqH#Sy3!j-_8bqvmlS~sv@c0*7K*jumR-Yi6-g8I8P5;g|z zd%gY2jgEY@V0(Xt9oREoh6B1JKdFLYQr}6Fsnb2$$Gv-F=`g!X9Ey}qS;-7l=WNF? zg7G2ohUC3Xgp7d3J-0RLOn63H(jQVv9e6c82g!4PhPh9Np1?kxYtNRvzuFgt?VwRt z3)XE82KBIKz%YS*rQb4{Cw+rYMsDAjl%Z8A^{g%Wb>HF%r+FS?+rFkd14Ih1->m>U z?u$8K%5YN|&NNuSOS6>X0&lr$HkLx%0N+ZuNwy9l7CRs^b|3ko0XqmomD|=2BsBit zz%zd%A)o(Y8tyorcGe{Yy0z)Lvp*}+K&#&zQL7Bvb{1us9z^K+Sgv_KwyfaO!S zyegy|H*CC#Uj_-|2I{h7qV|Rq4;uL`KHd6f!IUD@f8gyl__IugS2mL|Cn4DT=HeOb zhHl^#_(|q>Jf3@?bfoG*m!S1f0@Wdpdw<5epN@Adp}3XIZE65+KzIfl(8YWtZw?SP zU@hdhsV;8zK^e-k0 zsDA7&BmZ_W0q3ngbY*>VG5PJx#pKxA_kwL8D>EGafq!o@c`$@=diTq9Fm8R+j%vJT z?8V#A4W>28)$EPSY4qZlaKq$%qW1}GH9IDilo;LRR0g@Q81tUPYxtk9=YIo;eA7Ga SGEd(C0000lQa0Hj9P&x8#Q>Y-FpZ~=FpYm-EXaT3beJSXB0q$`zZ-r8lEszP2k3d$9 zF>4?TM*9ZHy#GA~au4LL|IC2g0U5F*r0&NosNm(U$1&mi=Rh{|M^%~y?HeG!1}R_j zh|2`XpY_39-!@3aXn)&3x8f&Tj_}494R~76m)hYQJPYsux=*0?DroB{U6jcwyqGtbFp$Q?G*IRrpjy4{ z$7}&FRG|+A@x(0o|B2~JGy*nHn?3sQ3W+!o50uLuJnAl6LKKVkDEe$fp15cpZM8DU>Y^4d-k)^hWZQCpI8BY z02YAHfaid>JnZ=Ad#c;qRnf#-1M?ljDC62KI27BLTc=D+h>=`mR$pc=W^SH|7t z_&kma?ox3#`_XO)J-i<91U-7;kRIwOPRCd+B{=6-F96v_l}srxcL%_I;L@9`SLp5u zO`f07+yo`)`r}qR#P;{6fi6gRX8Sr;?gK~Y%73k61)u|+6R0ne(P!=maVoVST8zP|2;R97W=%S^(?TA4-QOOUE3;3c?2G}CjIkNl(o^)k5Uc~pXD zegQZ}SL_>OceVZaGP>dio{s-$UoLt(@utsbe?yvN9~GDvnrs43;G_eMDYD_QsRK%= z1aE`e3GDYRY~?o%M+IqUr2x(JZUIk+hs3Ebe;*BJhXqn67{0w<2%oufC#bi&0gVIn zNM)c%2`=U10Vp880rN*jdje%8wDORgvy_`UQFxzW-#>)36bK+UPJC*7&FZxTumD*0 z-@1et2UZv)Gz^b1ft-``5-yC?dj^VxY0>%$Ltq6*;9BAAD8cjxJEt&|HatAnh3cq$ z+ck0x?hIAt8HfciL2*=f6PsRxZe-qKAq>5-xv3vf^jxkzwgSs=Woh%kKghI~?DiCz zP#g}Z%?G;`3y&eo2K1$q^jxX$)Z>~#_JNA$lY)Evb}aIASF z0hFJi_BY1Wvk{KW@*a?yq!7|=|HywvScgI=5wqp%yc|Fgv%?6#%Fhv> z`BBzkC=`t!TRFx8NOI>nZFvJC66llOCl)C@O9(PU>gnBh?f}H+7qeiQ!6OE@I6nqF z2UbRCdm>gjN%8^7|0IO&c>H^MuL(Ybo%2az0d#!Z zGI}1-3k8lmy#nlKx3QqPLs`$}5Yuz_PjKyEj)FX+1p=Bl*^TC0(_k%OJPC)zp}YDx z+YSs0wldl2_y~ko*B0!d!Hosa$P`xKZ)IQmZZNhED-`A=lfcV_4F5 zUx~8nZQK>m@@Fu~+rJL;2?RoD-9{56R!*`U&=~hEqt<9FCD=yor5Qi_ZEj>=0XT!k zGMt=^;U!)JoG8wj6$WK@F)UMjypkG)oLRL5aE2ZJq>XVJ=SACa?li(*aKzhy`##nly0UbjiAn*X=8EO4#o06|e{OOI2L5IG(RB z&W~MzNsl8u^PvzZ0jqZU4%9SXRKR`f8|p+>AU1>XmD49^IU2w+S|`*G#$5uxMX$$~ z4V{;ypia^F{5>y(VTlhRtu>&5y3tlm&n57C;8O;dqlpLtDgv*Uuypeg(B(ag^ddBwParr^U1p5$&K1C{`~K$T2M?92I8m0sjq{4W}l-%cmU@oP(4y23(Z?!=V&Aqn@Jmh zgA2dAs>ur!Asl;Vys0xC%VotcOCE0$BYXfn1P;Kx491t^dq(RB#LRR(ArH}lMbInn zW#7IZv>PB|_ltw-q-U^G;Ki+vzp5|rw)o7ClR}d_1Lr4GE?>`D2k>U- zee6U@GUoqKE)Ti@^7Fj;m8M#XT)F%m%(7k^`N!BVOstZ7VL}}Gf`#z{Lpo-A%!xys z1-x&F&(O1s;E2$8wjQ_$!is(-TPRK@H2mtaP`pQb~r37B-upHHDRaz_av&seE|j?RH4oWc=iTPlkLEbxT20hCNN6PJf1pvEgQc$ zSwgSMk|R`Q;9uaGI3#QHtQRMRLE&LB!N^a1|+-ML^qvm`~xj4Ev&Q??JWEP zD=QnnKqQ5&ik-HCeu1(91x<|ACN?V)gvjnZs}L=B2DWieH5X>?J3Iz*a&rDVD(!vO z^EE&@DNc90_aC+bg|q^r!?2h{uu;rfK#O8?6kP8q&RT%pOK<^lILeOaKiCKut#A;% z-%M7j%fP&X>O{qH22uaoq$}+w{DbTH@+@fvo^D@C|fL-`fhPXjp0jHK31&!! zwa9wE)4DS0G1|b~LSt1SO#nppOotl@IQ6APt>h9Y2^@u;*0Jeu69J_}p952ZI_tHA veVgF`rL+$O!h%wra{RdiXj_4toSd8=%hzDWwH?HK00000NkvXXu0mjfNAIVw diff --git a/qdarkstyle/light/rc/branch_closed@2x.png b/qdarkstyle/light/rc/branch_closed@2x.png deleted file mode 100755 index 16617f5c9da811adb916d3131945314d43c3d635..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 838 zcmV-M1G)T(P){5iYmmnkaQk}eH zL`0_u0-;NPKv0LeMbJGc4er2sxd0{T4G7q5O z6!1bf%zgk@-MVnJ&Y9fEXO&reX#fD|hG_xVFb@O*fkRW7FVm`W_|^bm^BIA!?hWVj zp9)^JoyOO5*xnZmdg-Om@*gOAIQ|YI!^1`J-~q3aZkP)yBKSUu+2h0W4w>iZmO^ zXR`f$ZvX(yTBB*k(CgM2#AVsuyP^RAAl8xb!`JhoqMB%1M+^*u9;J`6y?x&Sx_&&& zIbMOG%~iTW+#8zBWKN#vTAT?~>oxhxgwA;5j7i zH2#gk?a7;9;$elzFjC}e-74P{`E(iTxB##hF8@5|+R6O*$PblSls6!jNOo$D7y?jN zCNFVEoX+RcqpI^L{SAmF%y!KYuTi=9b>@hRek>kP*npOnV@=$_Ab^V5p9#@7olCz} zmBWpa2E^m>P$|S;0yyF--J70BKUR@pGgM51+KQ-q0-(D>6?ke-q;4zl-xBFNpxH2Q z;opCQWxU^`6|O_kS-%xhPl0$m9$FD~zX8;i$zwG|bWKjCl-&2LA$132BM}Ecu}qp1 zCEl}J77xgNEpFRRePc8OhO+>h(zH^qJ(2n@)sr9yf*=TjAP9mW2%-vq0h=ew8_*PY QoB#j-07*qoM6N<$f}gy7;Q#;t diff --git a/qdarkstyle/light/rc/branch_closed_disabled.png b/qdarkstyle/light/rc/branch_closed_disabled.png deleted file mode 100755 index 0fd49ba6d1e26c1f1df702c28c1121fab4d86718..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 412 zcmV;N0b~A&P)0*a)tHDYHSva(`g=L?8dA_yvoKhfOJMkCnmUD(Dw-N4K@hkFNda&rDVmZVvd zMQ3dXppU_kFr0o&D-a~??+M$$`$N56@5@xc%p9_%pL%p`{4-MlfVoQXNV4spx*4}F zGZg>`E5%Kq@m)?u@%gT=K%yi3OEYe%SBSN_N@+h+0ZBo0*6#MgET~q?Gp9*1yuRRf zp*elL4*d$bC}~D20f0iG&;hP}=Tiwtviqm!8ZZIeb*(#*sX#MsZ6TI{7bh0x%jKJ- z8Qw=2#qAZL1HehP7*>iWJ~>`5&^W!A7pegWTlZb=CD4d3CIfTFKtIw>I9uHFU7lD# zk_EUr#<1Y9I$PREvmBs5>3~VM3b>;4wrXZBtw2srPRMF;^sAEq0000$#h~Y z^t~zgzU8@)b8_eX+)Mz4LZMJ76bgkxp-?Ck{~ILQpg84?gK-7`nD|0IJv1iTb2|ua zK%r3RpgoD3gAOuVrJp~tq{Hf0KoISt~DP&qG~zYl#-ztQl5ZmnoFz&2cv2w*K=iLXoj>U zn76F=L7*KA>kOnzu6IXPjxbX9;7E4x6@#vXbq21L-0E4GSvHAf{}tTo7=g}(bxjLW zS<9M{nI*OZsOWkh0Bo5Dbol+YZO_Zf5$g%uY({9)f}~|x;R#X*vEIXbJM^|FeLc`t zm|4ohiM0WSVbr*$_eRx9?({bq8DgKr@_A#CDRFp9fzVxWy~m>cV{ZTe~?e0Dvf%i^F$UG~lJ@?V~_*wiK8uqP=5p!0ha7Qm^3|fCHh@tz0IR7VRHv z112UW51>C{ab8DecfZ~y+g42(9a^ql?G%S048B<(b@O@gJeca;hE zLh@@Jen#e-qF5SGEKi>T@skFB#^;ShU>>!sFEX=8Z@^@^n$n0006OdBWi5c6&6;my z=Sj#kE0<>mKr{)UyH552j1Fhas?02#NIL{8l}gVB1rERsvp+E|^AJELRC<)PQa42Vw?g;|C{0aY2Y&xI zSVwVX>FY&Vcm3ZGdJ8y?)1K_=`3|7tkH~nJKrNlgWTgDwZ-vk;(AU=&0I1bT3#{{r z-SXuD!3{7BqekHK02TqvF=@y1Lqi`$dMXqOg+ifFC=?2XLZMK!;uos9(s7#RaytM3 N002ovPDHLkV1n4>cUAxZ diff --git a/qdarkstyle/light/rc/branch_closed_focus.png b/qdarkstyle/light/rc/branch_closed_focus.png deleted file mode 100755 index d3e1453de917812524e44b9ba45bec3fae5463b2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 406 zcmV;H0crk;P)A`F?!Syz&p`Sa+z5n@g?zxbYlk?w^M5k57 zxeg+LS)o`O9F`_&1*}A;&tu`jZ2Cc8m$DUTOQb5hi_)0{VYULmOUu4PsEbxYQyo4%UrxR>uDnMJJ!c11; zG=0ie0H7R9fr07ubONdpPRc!?2Kb@%T}v9VoTh)>4bD{91HK}$w%?8_?@2R^e?h$) z?5pSv5P|M^&FX_mj?oj;JL4@C?aj+$)8=6C1Z(bSU6K3w-Ak`o>6kW$q!UmT!RiC6 zs&eZM?UOXk!DI=A5h|}?@$-PT9i$;rw20b!42sM?AHd;kCd07*qoM6N<$g23{# A6951J diff --git a/qdarkstyle/light/rc/branch_closed_focus@2x.png b/qdarkstyle/light/rc/branch_closed_focus@2x.png deleted file mode 100755 index c8a5ce1190fd41fb45476116b8d9ab013a042e67..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 841 zcmV-P1GfB$P)5JZ6lQT7l$1U?i&ZF3Z*u{(uCL$hu7^pdgNT^oYu zT%rH(@%zKR?|%2(owGZDVHk#C7=~dOhGCfh4U%o3CyZeLr~cTT%X9~aWP7dzsRis9 z{N!C%@GX>UrZ5j=W8qPmzAHhK`Qg6#_3kP|(q8BTxmKCJD?!C0AnbI_rTJ5xfjQa! zwUD|303g#CtXc&CV3y2T^a<(ywU8g+1eL^3cZ1zXZ_byb``19p9T>m3dDhfOx0^*0 z#w!&WmP6SR%tnLbWQv1Uoq%>dVcb-e!-~>pFnzx1ISIO8GrAH<7^hWcSwi|QV27SG zh9GdJDvV~frK90DDzi9J008K5BMU;+c|db%&8g17H&r=!|gonF7eGY=t@+#E*>7>iMXL@{7D)06q{Dl#~J5=+OLr%g@lu^BZ);`#fs z{T(j=0J71h_kzSxt4<_N%JyCp1pt6%x>Jt$I$>(1C252Nl}4;O0k36yJ6=FIKIwA{ zJOY5&sOsO0y4Eu^l1hPsFe zpim~|U8U0DwQ})*DfN2P%06O%sC;VBaC&Mrd!!QiPFbu;mOf7x`4;{y3 TuMuK@00000NkvXXu0mjf0B?fN diff --git a/qdarkstyle/light/rc/branch_closed_pressed.png b/qdarkstyle/light/rc/branch_closed_pressed.png deleted file mode 100755 index 88756c8a62ab2155be5648e1001dd97785e6b6d7..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 389 zcmV;00eb$4P)rA;D8+|R~@V7GT+8}I1`=I3x{E_ghi|BhuzmSjnn z6o8QV>WY2j6$r8-nFgqpjRHy*J z0(@cgTu_*bLDJTejC(;SIIl)_={h{KfFx5u3z!3L`w>TZhJ(ur#H)!H j4X8BC(!2s5kH_-^rhH(M2vQe600000NkvXXu0mjfI`5%0 diff --git a/qdarkstyle/light/rc/branch_closed_pressed@2x.png b/qdarkstyle/light/rc/branch_closed_pressed@2x.png deleted file mode 100755 index 9c80d487c63897da69b179426936dca41a4f62a9..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 804 zcmV+<1Ka$GP)@TW&+GXCfe=&@% z0D!7b>sJAQ7hafC>r?m=@T zED4)g0x19>meh~Hy7NG`ggrfn- zs+F4)XaRkVl3o^S{bunL-)&?F{3O=bC^H#2;4`X;CH03ed`1(dy#p`cR!S>NOLz$E%^N6JqhV`gvJ50Zg41pG~P|pqEM1lNxdYh2Mi^&UX(}VT)e;v za5{*K2a5&Vp3q&MFb4T&e}%qiSf1F*QHYfS2BtJrQpy8hf37adwP;v|ZDiO8;|27q zdeyVU5IS;ofxD3~S4{gC!*~I8uerST-{2pf&+Vkw)?WWNjP3#hQySVa%Pdf_swun= zg=p(KC{}*&7sKcZ2>l=nq}K%Ho2+nrt6V%7E}*Yb(kR^mGr%NpEP7a`O?o;U4u`|x ia5x+ehr{7;6yrB9oW5)y8Zlr10000bP0l+XkKl|w24 diff --git a/qdarkstyle/light/rc/branch_end@2x.png b/qdarkstyle/light/rc/branch_end@2x.png deleted file mode 100755 index b0c3ad8a2a2835af08551b4f0172cf51c05007ba..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 206 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fAP_V(% z#WAE}&fA*@c^ec&SRFTTpPTb`Kl|)MM%RwaWczozO**;d+P?F*zH6GtJpHIIus|+A xm<;^8wjok({r+ReSHvH%@vo8x+6)5!9>FVdQ&MBb@08@~ diff --git a/qdarkstyle/light/rc/branch_end_disabled@2x.png b/qdarkstyle/light/rc/branch_end_disabled@2x.png deleted file mode 100755 index 68671d4c75797b94395bad97d7dea8ed1064547d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 205 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fAP_W+9 z#WAE}&fA+Cc^eD_SPr)T>n?I=$T&4+qsJMO56h<-pKrNV`o8q;?mGq3j_-G9sB-Wn v1Hb*w*!QX8uc=+|{svqBDtVyAAn@-Y>&KPcuX;39OF>*uS3j3^P6bP0l+XkK=9Mn# diff --git a/qdarkstyle/light/rc/branch_end_focus@2x.png b/qdarkstyle/light/rc/branch_end_focus@2x.png deleted file mode 100755 index 32491c6ae130c6386d26810cb7fd017dfd03e31e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 204 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fAP_WL^ z#WAE}&fA-gyayCSSRJGEXSfB;4Pl+S(RYU7hj_C)63QmmcR#Nx-}z9l|9>OH*M?bS u;9DOV*L|w^Yij5ApK0C?JD|NFFy{gDxr-eC^=|oRfViHnelF{r5}E*&h)je4 diff --git a/qdarkstyle/light/rc/branch_end_pressed.png b/qdarkstyle/light/rc/branch_end_pressed.png deleted file mode 100755 index 33a1adf62d165d5ed19b06cc22c96de51d42e28f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 147 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz&H|6fVg?4jBOuH;Rhv&5DCp|x z;usRq`u3coAW$`HV8I(*-xmqIPKoS^Zv4OB)r2iMpnO(&?IuI5Cc7y6xV7pau07j%&Fmme!vx2O7xW>FVdQ&MBb@0BlSv2LJ#7 diff --git a/qdarkstyle/light/rc/branch_end_pressed@2x.png b/qdarkstyle/light/rc/branch_end_pressed@2x.png deleted file mode 100755 index 4f8d2c8e0e0dd2fc91c5366ec0e170d8207abcf5..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 202 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fAP_V|+ z#WAE}&fA-TybT5dtOuF@%e`WE5ta15B+2}J)64jDr`LC@_f}7re)s8zJVyZk3QjVx tto#G5{_F9NjsJ32Jo*i^6$A>J_$QWgJEc5&26PkygQu&X%Q~loCIBW3Jp%v$ diff --git a/qdarkstyle/light/rc/branch_line.png b/qdarkstyle/light/rc/branch_line.png deleted file mode 100755 index f94928a4800b23a955fd0c572e2d6012193d0831..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 134 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz&H|6fVg?4jBOuH;Rhv&5C}`p7 z;usRq`u5yLK?Va3W<$N?fM8?g#pxUxU-#B_MNGLm`ReAM6|+CO0@We|d5@J$;+M7c QXMhAfUHx3vIVCg!0O)HWJpcdz diff --git a/qdarkstyle/light/rc/branch_line@2x.png b/qdarkstyle/light/rc/branch_line@2x.png deleted file mode 100755 index b956af18907973721034b1b79ed60672829d319a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 240 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fAP;il_ zi(^Q|oVOPYc^MQKjyN=Nr=|Tl%`AERg7Js5{fujC-`#qCs!j8F{RKuVht~|U3rZXK yE?7CRXUHyK-okf*F^c^K!&>H&hHJEve#@Bb$?R|5Tk8XKErX}4pUXO@geCx=vQA(C diff --git a/qdarkstyle/light/rc/branch_line_disabled.png b/qdarkstyle/light/rc/branch_line_disabled.png deleted file mode 100755 index 7617849c39c2588c8b9d6e1868a498ce72455dd6..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 134 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz&H|6fVg?4jBOuH;Rhv&5C}`p7 z;usRq`u5yLK?Va3W<$Nnnc2lDXjV3It3!T7`3e#W)6?`}Om)uws8{sN!!=q-zhz`#U>AMm(d7?xErX}4pUXO@geCy>d`$fS diff --git a/qdarkstyle/light/rc/branch_line_focus.png b/qdarkstyle/light/rc/branch_line_focus.png deleted file mode 100755 index 8a1a8a722a6377c4ae92c32ba930d8b32c8d8eb8..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 135 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz&H|6fVg?4jBOuH;Rhv&5C}`>F z;usRq`u3cmAcFx1i=$f7g-%|TM@mWy?!5k=t}K@7pX#4$cQ36*5U3al9AK}S!qPAQ RWRX2c(9_k=Wt~$(69CSKAhZAg diff --git a/qdarkstyle/light/rc/branch_line_focus@2x.png b/qdarkstyle/light/rc/branch_line_focus@2x.png deleted file mode 100755 index 4b1e3e267dc35857879f399533d799bb6df72920..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 239 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fAP;jBA zi(^Q|oVOPo1sN0=4jb_4&p4*2<=|Ff!glSp#D!bW*VV4enNjqIU3LNU7QPFNQS2`m w)-sngTw}Cyc+DWYptOPSf|Ub%2F;}9ymzsl-ScW4574m;p00i_>zopr03d@+-T(jq diff --git a/qdarkstyle/light/rc/branch_line_pressed.png b/qdarkstyle/light/rc/branch_line_pressed.png deleted file mode 100755 index f73928880b86592b206f62ee90c84c3047ff1ff9..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 134 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz&H|6fVg?4jBOuH;Rhv&5C}`p7 z;usRq`u3cmAcFx1i=*19!X^b5LBW7`U;l3w>|Uk5THRbe-*_JfP%RR8z?{>>CfMew Q+zJx(boFyt=akR{0EGM=?*IS* diff --git a/qdarkstyle/light/rc/branch_line_pressed@2x.png b/qdarkstyle/light/rc/branch_line_pressed@2x.png deleted file mode 100755 index 6861baf556caa4c1de4f0cd9d63a2ab5ad0d49bc..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 239 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fAP;jBA zi(^Q|oVOPoc^MQ0jyN>c^K&>|QB1BV;mO&Y?fCrM9BXCiZ8HBI*ZJK z;usRqnw+qJ!DHnMQxFbFViQ)KwUW_I*5Fk`AbXEh!WG8Fd=drh8v?Qp)VKZTn-X%; z*`7s0Qi9)Rck#-`n7_<&Oh5&t2Uajc_3-RqW>}ogDg9#U#~7d`44$rjF6*2UngH*5 BFxLP8 diff --git a/qdarkstyle/light/rc/branch_more@2x.png b/qdarkstyle/light/rc/branch_more@2x.png deleted file mode 100755 index 0135f10a6625bf77adf279e7eef461efe4a0d1ba..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 263 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fAP;jTG zi(^Q|oVPbO@-`<39DSgi#F>@#OsW)~K9Bu-4@6#joyS%*=X&v+>&mirpMKZ} zFz7DOY!JI3;=rB3wSd)x^#ao@rVK`3#w`uY7@{14u}h!*#AsF-v;SCn)PXlq32D#% n)!r1E9`Ar(6D~7PvsW-4Kgk}T&6}AH^aO*atDnm{r-UW|X!=#4 diff --git a/qdarkstyle/light/rc/branch_more_disabled.png b/qdarkstyle/light/rc/branch_more_disabled.png deleted file mode 100755 index 25b79745159c15ec8d1611034a38465db0a9e7a1..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 160 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz&H|6fVg?4jBOuH;Rhv&5C>Z4F z;usRq`u6HZP6h=Ymq5Ykn*>TW=Pa9`l)bZ=ljTW#{lh|EufmkoC&Pr#_rB6}X8~#g w0uS~r4bqoCPud^xV9mv+Tj%V92s2FJ+abJw>+0)+majk}p00i_>zopr04A+5R{#J2 diff --git a/qdarkstyle/light/rc/branch_more_disabled@2x.png b/qdarkstyle/light/rc/branch_more_disabled@2x.png deleted file mode 100755 index dd21fce5b37cd16ba1bfd9042fc82b2f377efdc6..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 261 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fAP;k4a zi(^Q|oVPbO@-`<39DTrjDnL_1Vs2B@+7lA;m-6)srhVNtyK&C-zd+>C?kiW%%zA-o z7E=bJFXNVmWeiac!3??!G#kV&h&XU(a4ldp!6B_9|3JC__4OY<+%wjT&6sKVO+Nb3 kCvFYG8nKw0_LHIBb{4nTih!2=Krb+Oy85}Sb4q9e0JVNqf&c&j diff --git a/qdarkstyle/light/rc/branch_more_focus.png b/qdarkstyle/light/rc/branch_more_focus.png deleted file mode 100755 index 20e3d236fe5b44efc40850a77a7f4bea7137bb59..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 168 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz&H|6fVg?4jBOuH;Rhv&5C>Z7G z;usRqnw+qJVa3^+n+wc7r!uRi83ZnxDV1=AaWS7n>46o@Zn6fi8W_tNxRt37w3kFjUNxJE&0e+^p(GYqsIzG`2#)%2H_XnlR3K!egJJ@@O1TaS?83{1OP<- BHJbnc diff --git a/qdarkstyle/light/rc/branch_more_focus@2x.png b/qdarkstyle/light/rc/branch_more_focus@2x.png deleted file mode 100755 index af6c5db82c3d7d4b2d287ef2fbfaa56644169492..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 263 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fAP;jTG zi(^Q|oVPavd7A?SSTE`xbQVqE4UBMR)LPMV`N>&{8z-Oqd&~1=$Gq=5=7n43eEMM@ zz@WQ8vq9{Fhy!;9*8)}()(cFtm@*iB8MibnV~BDH#x8yK6QkXy9d*6uw=~?`df?2N o+Pa%U)8ifRYrmdKI;Vst00;b7!~g&Q diff --git a/qdarkstyle/light/rc/branch_more_pressed.png b/qdarkstyle/light/rc/branch_more_pressed.png deleted file mode 100755 index 26aaca5a1baf6edc477cd933d65e8fc674e6e231..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 162 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz&H|6fVg?4jBOuH;Rhv&5C>Y}D z;usRqnw+qJ;f(#?{fYlx{^y-Cctw8!nkFDnL*srt(-lne{Y|0n78%&=5N#Z#S3j3^P6xTwb1b z+RclPW0U?WU-K?O1| zOIktIsR%*Up#vQlSQwd+T2;z|#0U&XP$?kw1tB8A5Cn)+kQS?=v61=`J8^3#u2Gv8 z-=Bpd`zR&k&PJ%uXT0a`=ifai-5HcpN-3q3Qc5YMlu}A5^`MZT0nU)?im^Wc9x=$t zVs7RHV1ie>w?yjEgMu6f@ZgPN?!vhsd4U&@7)*bS@JvJGhrOL^N3+@NO3-W{=^sqL zWrTMcjx80oMz=9Ny}Hp*D|jvA%P_B1mLs1hlaFl;oPAd&6G@~--u2x)gzx|ZFTle( z1}romHP0^F^{K?J;hjPAx4CXt|J9qHf_dFHS{9L4gFJl*VS@ni-6OlKHFFNw?Hd(E zWdGdk%=wMvKD=`{(GiK92A*gd2xT$eOLMuOr#9BOF)Abj18%GywI`b22Y}%>gE>^p zUp(_~@|>a3Jz~7Gzz*LiZy9Usdj6+h0#*jV4kHAhS}omn`g%TEr6UET{~QQW5qY_* z*D2L1^FOR7E1nv8&cb{F#2b%`;X7kRo-gEnyc$;T&=vqtE|=@I%EClnu#Nc`*z6lka65XSc;)<3n4Lpiz#mMlGC$cJix+@>G`(nL zZ%-^f-1pGt(~FCXYrgBm8BD(|!uVf%nejqy_-L*6W!RtA@ZJIU;-u1JV)z7Mi|=Qr ztd5lf*DqbV3E;YJbaB~!&%hC1gu%$0h5XETt2(xH0Ra6&qmN^}GX@gP6LYyPjIDZ| zH#W)2Dc}X)rFX!*QpjDLXl1{aF90Ah=-W`mc53Sa?z&Z;|EfE-eE?(>@QiT0n7eSSTD=zN zfBpYYCKE{}lbinQ8cHdplu}A5rIb=iDW%i{;&%@A^lcLr;e`MI002ovPDHLkV1nz1 Bok#!x diff --git a/qdarkstyle/light/rc/branch_open_disabled.png b/qdarkstyle/light/rc/branch_open_disabled.png deleted file mode 100755 index 8fd4936a996a6049a695245021e0fbf32913fd7a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 409 zcmV;K0cQS*P)_oj$4WT0r(z95{k;W39xqOMtIF-))u zHVukk6>Oqq!C)1{;O%xhx3dXmi+_QvsoQIrV41gF68xU{^5gk_KRz%R3Tvxt&%7$I}6YKNZm$b#%fDN;VtiE)B8}OH;uS zn27dAFl=>7DA&Nas@{5jxY_gZAY8MA8ZZsGosW@~-_}DPUjU%0RxJom6n49(gS?YD z{3&-BFdvRB|hwPQORF`zr8_=Qnp$I0Y<}%jD=#*|zO=_2KbYRQCWxI9giF z>_;t+RREysH;RZ{0b_sOt*N#fDkjp&9b;U+iMO9;uFc=I5!=K;_*2-%ory=wK00000NkvXXu0mjf DRo|^z diff --git a/qdarkstyle/light/rc/branch_open_disabled@2x.png b/qdarkstyle/light/rc/branch_open_disabled@2x.png deleted file mode 100755 index 70ac2ecdad67a8d1e8de1e921cc5a53961db5426..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 829 zcmV-D1H$}?P)E@;r2_#Co z7=&p-L>@Xs5EX<39Re%xBJ}4}hoA%_QoGo@fA8Ev>atTp2O)@DVr8aod!G(d+Fs1e z_uYbgKDWKk`+k4V?|Ip81B4Jl2qA$Pj`12AU?cC-(Q&(5FY&JU|GgCMkzr;j0 ze_g~EXQh3Y%jHUMHdnErx55m@$<*BZOI3Zl-GXcYfU2tYuofRI*gOD``4?z<08F-C z0G|w(1LRoJ#x-q^*?d)1or6hSIFA^U+p+qqeDr^H?$f0Eoq6JC=2282RTx&Uc;Yc&pbv z@;7;}qOWTeWJdw2F_hlhnA&|l_d8P!udw0_004MAp4o-3vxh)~&uzBK>#Iha!n?CVl|GVMrc! zRyev`F4uyU{aQYNRl!L7EC_=DY=$MDaC)I95C|;hUu9+rX^Cq9t{bzMFfj9B`eJ8i zXV&UIi#7lN2u3H`0eT9c%CM-Gc2Gx~+x-~;lF4LQYHt26fK!GDCdP$kU&BDLdMxSy z03Z~L9bjD<0Z?sNc`A!+yIx+Nax7+s0JIq%T?EsK7N2{#nEe%f000n)Ox9#6GYX(~ zgO8*bI1*@Th!?Xjz`|dF_4s_Q>2!tNOU&bcyqPe?ir!d?&F7XYp=2^yHZ%9_9)Wt+ zyn!jk8Cypn;7XOMr;-i;$es4VXuOYz`U(peDzoX`9*^foDf=n;09FN~iTePb2Ea^o zyTwy~b-n)w|0Pvb?W(F){Odl15JCtcgb+dqA%qY@h%MqL=^FW%Q?5oJ00000NkvXX Hu0mjf>RxV; diff --git a/qdarkstyle/light/rc/branch_open_focus.png b/qdarkstyle/light/rc/branch_open_focus.png deleted file mode 100755 index 6d604b5f4cc5807cf154c867ee85fed365e1324a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 426 zcmV;b0agBqP)XlLhw?DTBeJlq`yr#h^^?CFSkDEOgZ^FXwMDpm^N7$@z?@U%!5*bHK7J%lhxc zFAzy&mlbU{jt-rV)}Q{Sv~}UG=_TN-3;K{8bNdj{@3M|xnWEJ|n`7iK>ZQB<@-1Gj z{Wahm33P(g`sIBG6ds?3fK8yvsO&_%%3%V?0aOA9pm~rU;6;&GYCO17OkdFh0HTYz z4&#_@AozZiS7jg-b9amFDro>f)Jr!Tl?zm_M5X^M?w*v|RXSDq`WY?DvaCPn4Tk=8 UXi^dP^Z)<=07*qoM6N<$f?&+Vg8%>k diff --git a/qdarkstyle/light/rc/branch_open_focus@2x.png b/qdarkstyle/light/rc/branch_open_focus@2x.png deleted file mode 100755 index 96337aa6e28d6dd00711a9580e4032fc98a4d934..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 837 zcmV-L1G@Z)P)cMq4iCte1SCcr8 z2Ukd@TJ6px1${op|1NQ1|#>%C>w%&W61?}H;tT1V?HUA^9)mM71j;;^#^dW=^0(82=ZJs9=5jty{ z3&Wo0tQqKzUmZ{1+1cXMig-T*^L?ce$Kmsvsph`%W_~UBD*)Ww(sDZ%DJ?>{RK2cB zi->orJzHG!UwbBdhUQenyNv(v%B={_!Y~dGAq@cFdTRQJjy_%qobi<=BHmBQY<}DO z_Ud$pmkCZEFvC~+Q)AwO8|ip|(7dmO@(R?*sFQ5X9~5NoKWfUM+`Yse4v6=*?Hz7@ zgDSm1%vZYbL@Voux?7)y88`d^jA?g=)2JK=BDFWvv!&SR#ygwap4Dtnm84tPFL2-u zF^}e&;=5QUFT&1Qw*dfj^b}Sp`U5brdR?I}S}K2WWBatf0lLm!`=tCZo&`4fS}5p_ zT)O3Gy)xEy007C}!aVWx7htNdlv8DuN9=w?%IAO;zWOtPulm!?7wVa>?gIdrl^vWB zk?60$ocG*vUq#mrY-zb%&s@-;0RYU(j!cO-TTBu{2^Ld)TqOc-Lt_|rK6{iQ6b~2oEv>o+HiO0^wCDfY5V}jB;A55 zs+)QBrT;EB*u3xG{vUjhmSi+K^W^Ob|91{!j4{R-V~jDz7-Nhv<|FYEsI&BL_8+ON P00000NkvXXu0mjfV0)PX diff --git a/qdarkstyle/light/rc/branch_open_pressed.png b/qdarkstyle/light/rc/branch_open_pressed.png deleted file mode 100755 index 178f1bcbe3a4ae78a765a45895dd0ce9914ae061..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 399 zcmV;A0dW3_P)bQ7l1hNKc7 zz}87jCNsU4bTF7C60t~#(B5{Cm>DEy(m{mY*J40Yr@fmvzwzYFbDop)f@N8j_1}qU zzzcK-NH!t6l9JnYLcJ?Z5Tgt{=Uiq*L|e@|ZR8CAqg`-Ws_T?#*sp7n7}vlgFld@L z7U+E=D{u((OUQ{I=wi#uYdWJL=fJSS88Onoy}qpi^AqxN@3J7m7SOG*=U26;s^7lP ztLdsLM?hSl+}A@oKPFG6eB%y$c<#D-*niZL<%FkuAEX%U~oDcs`V#Qd~`qcmc002ovPDHLkV1n94t#JSV diff --git a/qdarkstyle/light/rc/branch_open_pressed@2x.png b/qdarkstyle/light/rc/branch_open_pressed@2x.png deleted file mode 100755 index 7ff7b8aba502a7d4c118e6653257f0f0308e6c4c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 778 zcmV+l1NHogP){pmG&dn`&%wg20HNqN0t9 zC`UuG7A+!(3Stmi1U5W%D|15^guM^4^&s z&u95R|9kH5f9}1^fHB4xV~jDz7-Nhv#u#I!3klkwy;oO=Lnp#w;6g)`b0VT4WSdZ` zPj?p`&H^}aI8iP4gY*kLfR4020ycVnUbzFT@s&me zb~aQ?&s6$)1%3kn>SOYL(#y|>A9jk=gmHKXX#fCC zaT)zk$rgcYzEVV$+wB=W^ryYr2XvDPJ-`xQsZVFHJ`t1WfdhXR$|vBJRCTHbIIYTw z3Cd?*MLFIgQvB8RZd&UVt^hN=>nhyL!QSSmd=4{j=mQw%_Ui!^+JG6}brrhg1Bu33 z8T(;fRZ?kAsn9Y(%GSs*N9*dO5O&Uz4FDjO)~!Xj4n%yV9;e8zL`>cRbUo8qpT@X^ z(%{>tC`TICNo%PxmUI9BskE*x!d+mI@6JO4Tff4{Y~_Z+X5Xb_PLVx{nA|L7zLF0B zAeGT2Mdco_@=x{)jHtto#8Y z<@~E^PEPj!;J=jY){2g9o%64A7-Nhv#u#IaF~%5Uj4{*1H<6#;S$VhE#{d8T07*qo IM6N<$g0Wa_!2kdN diff --git a/qdarkstyle/light/rc/checkbox_checked.png b/qdarkstyle/light/rc/checkbox_checked.png deleted file mode 100755 index fd1d4a4a783e005585121633eea2f96e7b97d66f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 719 zcmV;=0x$Mp0q6I;z*U(A>rYRcDSG7nj7Te70A-kII%_iF(^f?Xh zyfe>_X9ji__}@kK1%K$&ImvXFh|U7=*yK}U<`qFa`z5{hrX_$HirpsATr)76BpE!N zPp{r<0PqD*p9jg;0KS9xma-=k+3fpocDRm=oOGA_MI1~I0JsS9LVXfYgRv!FXq0{7 z*i}1Bn@J66*Ly;(20zSlekW`i=nrNa?@?7`rVyx`^Hi01ByOh6PQx z_O~9rB>(`(e@H&6KZ=UFi{3H-njJ+C(RTxYLMoX7(Kvuj0Gl8h?>2fvmOsb2bn*p& zfN5igs!pH;R34CaZCq0Qv;+{g{@5@ diff --git a/qdarkstyle/light/rc/checkbox_checked@2x.png b/qdarkstyle/light/rc/checkbox_checked@2x.png deleted file mode 100755 index bbcc43507bf03b0f6ad33d0e17f398305d288529..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1329 zcmV-11bOS7`Hn2dc1d%ZcvXv@0xHhS~Xxb`~ zXAX;a((%mLGwytb_>sJrd(X^0_vk(M!@3vf(4oUYhHP1-(^71G^9&K4W#9yW7Xdu$ zsb}r84Pb+SWoEuw8tA)@Or~b_l4Ss17)-sv0(}YK6*s)}ksK-f;XiBHA6prTE$S$i z9GwQ?3V?oBUGs;25KVRUMs~KUm7kj#H4Q*4IXVsI&%E)?Pv}%vZ)AI`T3Ir!H7l&k z{s&$0eFA1=iEflvhu48?vg^J&VnU1#uMUVcKFz=!fFs&kQus}?bT9@Wot9#M-&;Xr z&i^DUJXu-Gmfd#S3nGK5s3_1pfY&v}xzbC$$MplFpno~GzIg`P&J(H%=-htkJOEVI zvSnG}NdWgX#Uu5;HDCw;5uI&#W?U>6Rx0kh=`EGDY?;6pwPpIg0VV;c&+~i865Vj$ zJ%5lTVNq8!uD3A+0K1EvJ$47Y{fXXp2I6`fvjFH;cwrmu+ri+wVfAVjfCGgTv;%gC zCq|Moq#1zU*)8D(nJ`z$XA4fh9eM@ChsKU65N`rJ1>o@RkIqX>x8jMBq|@(*I{@jl zB$NCd12KIS12GxGCr+CPbpT?;>c=pdx}HGqI&CAg0f;6>Q^Y*$bvxk`Py` zVCN4{JA@_x?MeUlKiq0J903SG`YNvM1tQ5*LS)Q5S(woGB5HHRLN0IT{UD^T;#dLk z#7I(Nx&_dA?5)*#N`ZJYJ~VdB>iwXkui`iWGNhTNYju*pMLOMFWdTZG#f33I-J+Uu zB39h|s99x@(pT|*5M-K-CPq{G;-ICk;)VhiEDR0_;IA4|Aq3J_aU1|9X0rnpwo@S>>8p6U8M2WIfk|J*+udL$QxhS- z2f*x*#kvUj{h*|;;`w&CSjgoCqLW0l2;eb*$3(O!5S_I9mzkINaz0=qzfuJ7wjXV^ zOE~@&4iK{dY&Skmv^q~5atyw2>n+Rzu%Ug34zCWl>5`x5eJ7x(w=o`+1eUeWVvSF` z@0ve|HRUZ`kzq=sp^GbU5<-zYp)d_5jGS`>s1- zLW~YeFF)7QKSe|f0AAJBlEUX6{PwG1-O=>Q%>U=Y1OVdcQa<~+Syj_1ZmU{e>gtVb z19Zwe&pe00m@XBvmzo*0oa48um8I^U$S)uo$NsxFlp}>FOKaJ$TN$-|Z4SVA{nT~n nuFciw`P=PWo9ob_!@=f1FbeW=F3OqF00000NkvXXu0mjf&y#3l diff --git a/qdarkstyle/light/rc/checkbox_checked_disabled.png b/qdarkstyle/light/rc/checkbox_checked_disabled.png deleted file mode 100755 index 34492ed4265464d29456c6781f5ef9673d0b4918..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 666 zcmV;L0%iS)P)O zXn255sl-4fDnJ4Wb?E~TiJ>BL6GHA&v~w$v7`mj&Jq)pf>n3rWxGeBZSI6hx^ZP$n z_Py}0Bk{o3lkbll$9V}9LGNW$<^t$gYio~J9)24spwa5Q5ZD_gEF-KaRj*upbwfa- z*;y9h1o(xrozK~NsZ{!zMb&n@eYe|l))4lAJJ#w-=)~MWiAWVxP_|dg#ltKLhXgNj z=r@h1=%=8?PXU}rUJ)Rlv-K>CN4d%qtgUVsiwNj%xU6g+#uL~55e)B#vAGesQ`2ag zbrF3JpeoNQW%u*A{7eP-zA32a5wHLd2zfAWjx+9I8dTNMoPG?8PfBJ2{Fd1QR<8v` zcmIk2-!}z>y;!*6m5T3fUBC$IFQq4&B4U%~CvL)|UG2Bb7IMS-9nUMCPVxeY4g|%Q zfF%(<@_kbn6raKRi3P-1(42lyRcBV~Lz2G(qPwUZL?RWx-Fc1`nZ^2$LB%N=IVLT&^%DyK@I3bvr8+V}bjS1DRMw{w0N^dVZ;7{}&s5f@ z7BHd}Q(K=}0Q6g-YBzv0;7rwSOly5e>fdptT>1hO5)&sR;(%O0{{WfQ;&G0RSqz5f zLj=$P==Pko+Y&I}C0JWb7#p;}T3d4*Sx4CSn?|nk)FWrOnK(9PalXr%ioWibvbFHp zu!~8J3=b+XMqf-q{#?z}C31S5k#i6;>}vL(-wEUJ_DxwZx&QzG07*qoM6N<$f+d|S Aj{pDw diff --git a/qdarkstyle/light/rc/checkbox_checked_disabled@2x.png b/qdarkstyle/light/rc/checkbox_checked_disabled@2x.png deleted file mode 100755 index e4b77e452bef278be5d37965d71add4ba5ae2d1f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1270 zcmVR`OvAu2DTTiR1ReK;kP*o~YL$TthtxL+K zB^OWt(N_HkTtFleNr+Sm1^&^20#s|ijsbK%mDIB3vuf@B$3Z83m04V}E&!PKG(RP< z3B|^pM&t47=;){|Gs~n@DiyU{K6=Daagl+h0UYpzyx~_4T>@~R|zPkz7fyG|5IZ2`#a_00bp3y8!Zi&0X%gz zA6H6!Bi`690ou1Z_c5C^4C8P4X{O7tt~bDF(%t60Ho$ifq=AkA8+T+Umldp~%z2tl zd1HJ8V29jCjmG0usaa)+Pwt1kF@6r{nBf&|w2wn~?%lK3zF z!dsh7w{2!mzit?RCH?KfJD^&%jxk5M3&Iru`!_#VRZ{Qqdc8mC?-yDC&bdY^egJUL z=k!75D4!(lqtF7d(*BR&bL(>PcG5lyD*&%OI04X9+Wiz#0M5C_$o>{UX{$H_{g||` zLJAPU`T+1kb=b|MeHBiC7}lRUb4FiD+Fzjrh-!TR%hX)|QbwPJ5+JJe9VpkLyzq=d zVFZX{{qsYo|B%&hAq2?7`T{A>0>9L1FR7$XKuk;+ej?^fn}dUoqI|z?eTroL^OCGD zNbCS!ulK8@-UDzIVy;fO!W`vpwQ3y;{eDi?7bF&dkurgRxjL!%o^u}PvOKLXNInMq z_lWAp04weLFz93+qrR6c2EnPe%{$54`T`jO+zvUvhmrk_yA+CGeL-RY6bD}bco7oT zQ3^${z96vx?fE$SG(zYUuRSjtS^u%K#WrGBU9@Oq)&tr zltQM~7o;*1+(s#6Zhb*20>mtZT&yoh?O7m3Ddb{(L8=c!5lSI9>kCp9z%vaLd2N9IBB>|tqjLG^5xHq)hfnTn-WWdzEW3{!6&Iyu zl_8`#mpn~fx8yDX7@S+3$27fQS!Kz&rOtw7l|h{oG4HhjJ_0z+jad->bTu8&TA0~M zBDfYyyH|{_IL(b&Z)~jP@?bQ{TFP9Jm&=ppT-yBSx3^qg(B3Wbzt}JV0ORL|^c#LB z0_Oo|jng*(jHi}THV_fU&Kj?M9uyF5(-iO(+Iw(z5|K7dZDZRUP60Sv%x!a61Mo1; gwz(cXdhBlg1>-d8lv={q+W-In07*qoM6N<$g0l-p<^TWy diff --git a/qdarkstyle/light/rc/checkbox_checked_focus.png b/qdarkstyle/light/rc/checkbox_checked_focus.png deleted file mode 100755 index 31e2111b965209d9b74773a11d10f2b3f4721287..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 696 zcmV;p0!RIcP)T(xflL*Ue(3=do<+TA3DIY1O< zvhm){APT#b9%OSUl^0ds+B2C4o&cC~meX@WrkD=0xEFJBnl9BEDaSnHJs!1J!sn;A zewI$dZmhjZZqp1VbE68@h^BH8aXw&W1li6WhS#oMKxONXMeI0>V(U$>+k$#; zbrtJpGx5H?`sy2UK$5@>=a8*vDi?7_TCv{6?@QRFYTmG*j{&S6ZGbjqeZvA&SrTEj ze2qRD=r2qm2rXFeQnv-!!|<9Q+uoQ6s{*gi#e7=dumBdtir8`BxJH(5>l+sUWG4Ie zO26xhs4|i0nJpvRVBcC9Yu0)f-#?>o z)8Y3(q;6t^cpW$bX8{@1%`Y;%a?o8mEnF6$vI9`Gq1aUku$>*TQmtJ#R&If5(}cB* z3M>z$@?uU-)1Eb4OAN0Zblc93m?|#;YuYs7j#b*2BnWb)be`%P6Bp0cYy{8hwM7c3 e>{i;E{pSy|r}PE;bP_lK0000ZR3vii#RuTh z(hG=!XsaILQf^$RNF?GU5){e>ZUtKci3rqEE>(I79IE!3UJw{H*oqX{QPz=K^@LI- z^EkLudH-eC-M=CJNjdD!ThE&>-`kzFXMh0%2JB|YOHir8>2|(znwZZp(-;Uj0567| zTfc08(I(p-s1oTm=}Z>aT<88-QO9CeO&IgYeNmW$m}^f`nrWGZm|A zlVB|Dz`+B+C>RUH?>ZA;cKk;>3Q(-+6U_8kIJrd!gFi1;*FSM;w^gQVdn_0O`4L!5 zk&w3^?9*284s8XUtS@eG>gZ$rFiUX~Bxf14-_TBY!>$}G0+cG8Zs*qjFxme1O~Tpb zvZe>0dGHKXbuG=91MphU>3Xi6Ic~l&T1udu@0>Ob{-NCB_jk(R0bseT>6?VJ1b)BNhRO`HbX5syoSf#)Ey@O5mAAgiY>wbBx_%&^W_O+TFe%thrleug(*pT|zqU1iVnFb%s-t zrx-=a5^RA z&j7ME%~_KCsoy>lEx>ACzYLp4mx6$|{q~Vq0SdLXW6U%ic0Y*}pj6?skoW<>3)=<~ ze(~E^A_Z`>{!^atmb~h>ufz%9)%paQZd}UN{q~nA0lZqDi5CyG4}29wpNSH{tM$Qr z!OIt(UPz1peOdov_OGD&O@sh(SYHvyyTI_bdI5wfH8COJ*DXP_&GAgb%k`^y{W3UO z>nnUapit`!6X6~K=kau|&cHb#`R0Q*fB8iJ&ukh~x zDZd2pWV;Y^DI~%A3f}@WE@kUPJmVIpN+BuMR|IkoIMmXv0({>kY>$xiqmVR*1Xy1Y zhyZtHXj2MYfJ-R=cm=?5mzYSbuL$fZ&>TPbrniw6YRGX;;_CV6ao4yg;=bw2<=_KYbnHKeMP7*LvE!Ir}Y(~ z3eYVD@h$+nMHVYe;=Q=6uL%8hxH+C_Fr`lbG!Nk4?jOxFrB8VM$}CJGSs&0SztjTo zW)yw(OCr7%juSfpHVj8MI2BDQAz;mY!yIB2fYI(fJo;Ea9Bfw6VUv5y9AjN5Nxay5 z%u<{TIIqZ%EKcEm zE&}aOGv;=Z2x_skX~lTGJ2oSIEthAAiXb_kfVmCcv6t>O(op0u}s(Ogp>|-QVbsf)ZzKl zoP6$;pQ?bWtJ#KO8yEuch1~3QjnnI79F|p`hC|5~k4kC+#yl2)hryT%tA9m6)zvJ` z57nE0tUt>b=2t{a*!7_gVc1hW=COcWvi{XfL5`x_K&S(L@ljw@4BJ&# zv-Vs+)?4DfhC{y`HkVZ&12hhjTOV0~3ag^5+hc)8w+?wB2IANvw}00HB`dLwhSAx%IIHbZJFm z>thRmRx73v>Iij|>7>?MV*ifk?#LG)8=4rApaZAS93azLyq$`x!vH8JodoOy_|xk^ zP{&_eaBZyB0)e8!B(PTYRK!qg&2W8EadlW7CKTQQMxYp|dx5_(DU#x#(nj}=H>_5K&k*?TX1NSh800000NkvXXu0mjf9-t+) diff --git a/qdarkstyle/light/rc/checkbox_checked_pressed@2x.png b/qdarkstyle/light/rc/checkbox_checked_pressed@2x.png deleted file mode 100755 index 38874b2b6a472c0e7113aaa333af945c27a16ec2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1254 zcmV`(2#URV%@Z| zscAK~gf_5uVC^GSHW-M#nByJyb(pSfoy_d=aIb&fLP$0)m~nYJeS)ZnTpUBD^em1te7nO)$C z3M*oBZ+(Zk@m|SSyQpdaa?5%_;VXgHLvb@Mgf)~8Z*S)gK05e+!m#?+{SGc zI91#@w!vn|e#M51@2{5IxCNl3!b{uJz7|}3uc%%<>wu#|CTR!!Ftw`frp+jD89?E_ zAxsQ($sa*~JM{|4E$JE4<{@w$I1U^a=vU>@)T*`z{ryx2AiJm;488+Sx(uH*Y;Fgg zBh>+DYvvYGxpX-Qyc=|m)COQ`S>FK0qMj#}0mv?D##E+(hJ6i{?}N^j%2lAPnOop3 z{Q@u4=5ElrQl|jF(pP2dW{<1|oi9}Z@GE_Rm5m*~2xHDvrGQ`QqYU`@;OU3dD4-VU z51fk&SLKmFKZRNy zxNh1!%q{7es@EqZeTTpSD7>Y)*6L#NZFW&TRhFdm9m049T=p7J=xS}^Bd_slwSIv} zr0)>c2T2I)HlSAfOmz>ED%%2Oc?(su|PfI>Y! zUd_%)g|tZDA(Usp`aj%7S*>E$Xu>z9FhdHY?+{7=#(O1i2?JC~1>jATjw&{>NZ%o} zRba4Ne#J*BR3k3wJA}Fn`b-5+;*`Ear~#-U72Jqb`VOHNLI+KSxTWt9NhMfoDkLF& zhe!fYV=5#feTT^21^lK$Qqp&b^kt}8DkLd=he!i3-Ya>_#p0{#3OsC?+#rLgpo63!n!b)*FZ*VbWzhc8Oxm4U%sa%pPH%i*v zD`_helS|qXzI)L!xuh-FrG;4ey@5*r)_0gw`2GK@IMHA-bC`nQY?dzBF)pmF?=V+x zThn%V46>%he44k*TPByV89(rLd56MjkwbrA0zj3Ko9E{UbWlA`uM(@Yv*2Waa~bc;zyEy!Ro1BrEd-S~UZ+NjifU^6BJS1%N*|I118t z0o;LjPJGl8+3d-U9j@KoeXdfg5CKyRfRmt)y`Kc6pc41XVfObblXjSzNsA59hcpa8=VmWZSJZAt+12o>|l5!os&a8HI^kDlUe5f**-vv%Rdv9VVrGeEEIlk!CMXw^qBZl4I?TJNOn{4bSXdDC*+u ztNZNz&zg6IJC|%?bFq4SIALFad~R4sE`!opJx$_tp>MOy|U!OU$kB znzG-~`n4{!t4{fj>D@e?4}omwm~T9IquR}1ZOfO(TvgpX(R}{$fL~|qb)sx$c&l!z zJH3uQ&0Qyl<%L>9b6e&W(U2gC&YB+SUwyT zyqDU)mSsAli%Gzxw4RjoEo$VeY&?rxpYonWiLMSXol_X|)gUOZNwd-(1n?=x@jr zVmN&*nu+I-w}AXl18Y;Q=rhy5GgRA7i<=y}K;7{wQ^;c809^;uTMXEl{Sgbd+>Fn( z|7di4>0X7j3ds-WZgQ0SZvU;ha$?6V&I;{kJIuY9&d<$FZtVZ1zt&KK`9WVMt`r*2SlG+ue z9UXbhH{Jr%PJjLU8Z+g%&~M?_{ud`OF?=jYQ!Bid4XhS01jr3lN&M;w&Xs1Zbzq+||a{lk0b2GUI{=4M;#>MsBisLwYfC9Ua zkWCNJ#+cg1+VbtE0IeInD{vSEmXM5Cs_O-H^Z}sN)~h0115a2gnJLrA=kt$AxOO_7 zId9;U5$eFKF?KDe#PlnPNENJLsT2$9JPG4K{z1;K+OAl!XMT&f0Gv>q0?166Mv~@X zJ!kN9+gz|00vKMnq{<$pQZD!4FBc;Ken%-l3h?Uy(_aN#w)Hl`0g(M>?mm|NVnLn8 z1;tjNsr3@V$q42ES%i91>!pzaenPPTC8h4M>;U}{a`&-RN=n_w1$}u3{2s>kaUA{a z7Nh_vzz+jR4~7rONtrcWcivxiBLL6<-oPnO3Sh>=&n<4S_xd9;#?%}~HWBJqZC9Q% zG(vBF$a(CnN!6eYzXl8SSUaw=S3*ttNW~p8PX0?PF TO?rDX00000NkvXXu0mjfyR_9@ diff --git a/qdarkstyle/light/rc/checkbox_indeterminate_disabled@2x.png b/qdarkstyle/light/rc/checkbox_indeterminate_disabled@2x.png deleted file mode 100755 index 8cd127c8470a2ee471b10a52fb9db796658108a4..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 949 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fA0|Rrq zr;B4q#hkaZ?fq{%NF1AAEMqDgb#Tf;j%P+wlmZH;dME}pFdp$}SNg~suwATek)!zr$4aIP1_$0TmaM+|NUAxOsf25TEnD&3GtbQyUCelR z%RhGd1Rv>Sg&Ky#wdE~U#}pgV7bm{`ynoV^DDjRC)yp$o8LV?HDi~g{ZO&FvEM z+3mWC!q(rVj0>*oPJE`DAGCX>_*OkDE1+yLLs`y4W2WkrA{(ckm6JVx=8VYQkdxjv za^G2-YxgeWpUks`XTj}hM(@5@g-9-Vz3bGK+x9vAwTl)cnJvqVoL;)Ur6rN&D$_NF zBRUVAPyLtN;NKIvzTpwS&uzB?*>9y6Mpb`(xAmFbg5U{k9byVnnGG3?izZ@a2Ht(4vNgL$ z_@QhA`-;!|+4wjPlpp(GBXsG_{%A9v@4^$j(w}u~;7wpyD{ph^{>KR%w^x>=^=&uS zV=no-pxa@7g{uj7qur}tj^h6EF>D6)?+hEPZE6dOwy#;3X;mlm#His@qdtRP%%w{_ z;;Fp8hf^I)tSZhOcvkuAL1W`t_r=Z6fvWd2P5f{|D|rUP2i~QstFFfAHVcCU^3&J7 zVLtWR@cS$sCQHsP{2rOe7SeuW=~mJH}g|oBXPEBT>!|ypaD*9kT{QBLS_8fNn z-D!LLCFhOJ+kE8JVnd%QE}0d)?ZQ6W<);|fiuZ2vJ diff --git a/qdarkstyle/light/rc/checkbox_indeterminate_focus.png b/qdarkstyle/light/rc/checkbox_indeterminate_focus.png deleted file mode 100755 index 25afd03ba1c96d3c5bb36378612d821e06ac806d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 501 zcmVcn``gW}Fb4}u%T7f?|41+wf@_y=Uo zX)!*65%ypdLE}YyhP;5Vpf9kf2p;s(kzH7FGGdp9%!I+jkxeElIKNXU+{iC3-Ed0{s1=HfyE>z%G$-U_p=2cyH}l8 z(PQABLOx^amEQ|vf8%hSKDZvLyG%}?1PmI(m*6JSL6X86APV`*CGRK><3Rq09A(Q^ zR5^4HQUJaIm}XX^=44F05~q1s=I*}Yd(AXsq5Y8%ZBKOeee{pN{L~KMO_Ts60B;VE zekoyM->wL300aMdc1>aZa>?6`N{YOJ@v`*c3BYRu+(M&)?3LNn&dspDthNHEoB-5aCf6$f z*WZ`(y-tHz^G9S-T6B)D0;O!(in+V5gnGEHG_`Xx?E3q1s%!zyq_i09wHr)|^zLmu rKbQmxjb<~1y4NmMMdh^JXqM;^h|`I{Dvh#K00000NkvXXu0mjfM#tj; diff --git a/qdarkstyle/light/rc/checkbox_indeterminate_focus@2x.png b/qdarkstyle/light/rc/checkbox_indeterminate_focus@2x.png deleted file mode 100755 index fe368582466cd52e13e19786d845179277f5e2fa..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 962 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fA0|Rr3 zr;B4q#hkaZZGA)>MUMZ^x7-r6<52WuWfmb@rPdi9$?gjS95j|rXqiwUB%QQ8<{_)l z(TJac4`&JpNojD3%n>Uyo3MhlEtpv`=8#-xO$o=F%{!X!)Xga{-)*k&`E}Z}vv>ag zy?J+Li+O|7LW|QE3Y(%H$#`5(vFhB}J#&^L2eZZd&D)Z0GAjEXDfTfDjN|pKm0GfQ zv6^h=fvYWr>^|!m_dV-9w`n88p~done-H0(+R~(aM#OW?(E}dy4n1L9AlQ@gBsPuV z4D0_3th^n2%-LqVoN0gS6npc0ccIt*T)n%kCfB~1xP|Q#TST?jEX&OiOV>Zpdt0p= z*5SD>fs_tP%;y7wf9 zeVb5xB5CTrM>{teJzTW+nB3!SyixuY>Tk2-dHmk?UCw^kd_mGtQX#q_XA0vc))Q`6 znQ9M?DuuiCgemP|DUdz>C%&11=Yh7d-2XS1C%e1JH+~QnkUaTCAW_Ug_>aHb&igwY zTW+54Sms`0sL1@v&3x6&A8S{11SLK)FI_BsRVkZ8vLLVgyI2D^kXdB7d|}GDKkfl1 z8tkV|ozIw4y=1A#wqhwSw-XId?>$g6{Mx-nk;(9@{&zNW*J}cGtU-U;(Qa$EuR7J<{VlY*XLG=$3cdYjmtA|eaowiGP1h#gSNpKX_E@Bb zr%B>Vh2j;!xSO~7^UPl@3x&@d{A1^yS74~HM`{++i{B4b0t^mF*!!xiTNU#Qqc<-y+R7P333(IBV^Db zgEsb~_zb>4Q25h}s1$@taZU?oY$zQ`XEbQO<>heBH}_nIbKt)t-w( zI$fYHP)Nt+d7{8WQ%^;>94F=xrU?1;rd<6HxPR4MLwN!|fZU)@?Py!xy{LNkqU$TG zq<|u@Ca`DUM92;@l)NRB%fzMXMPVE3L#pMLibBO|@d1G0h)V(t`qaEE?nF#0x00~W zoB~mYtuGuVZry@hZ=h7y7{bjA z#R0+y#Zp~kGYc#NSAlF&+9)SLZ-(4Glw39`ZMUGQZ@}uIYai#~Z?_;22m}@_(1qau z=~uBzLn8nvopAzn0Bd^n1vRYPLc=~A{fGn#3j08@+)@#f+GvKGlS)G)YLHU6226p1 zqwW{hVp71rw=sD!u^FvqO2Rq4&V|xJXpCFU0zLs6L~;qVQ0X230000lP2H9n)^J`cMfLpU)>JjNbEjUp>E~uRr1{+z zk>ir-bV=JP@GLN|Wd5Y||JW4fcPS zJng};h)pcBUcca2^K<>ZJiY6uo-kHLr@k!j)7H3u&3fwMv!x|0$=*Bx{oby*9`U&o z^*3ttPP`Wuc}V%~d+u|*PCOcOKEGD^?BlAx-b$s&=hy8;b9j!m%w^*JckG_4o!gq# zSuGj%GCiEe3tqHszgzZut-zwaPrgNcliLtnz;;6{K{~x5mvLJmR;H($;fai}^V)aZ zEsv@F&o*#qELXbo#_Qynwu{mUf4C)1zA_D678uo0|4GE|@eZxa%8`51tY%DPoM~Pa zFy;6%B`wz}?m+g16dq;fJ)!3qe)}FXc;evbeDuu^-wP)iY9>uT(BH8o2(=I*z=%HTZllQ#jXG~Ms zC!UZwdi&iLMlE^9t;P`Y^1Y?5bK?0^_n3DD@vOWgKYz`t1st_^m+uJIO9*xi=HTZt zwb*)Ct$Uf4=4|Ve_t(6B8)5d{v-Ntk=Imk%8SB~h2f|r74}^5e19KpQr>mdKI;Vst E0Bkp?4*&oF diff --git a/qdarkstyle/light/rc/checkbox_unchecked.png b/qdarkstyle/light/rc/checkbox_unchecked.png deleted file mode 100755 index 8e845d327529dde43f15c1c6f77586e10df05b10..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 385 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz&H|6fVg?4jBOuH;Rhv(mfq~K3 z)5S3)qV?_djeds$M2>y@zf;8^Xu4U?G9BM7Ikil}73}kv(n}}E&TC3HP_uJ1FMN@d z&ctoul+@3xutZe+mPN(>k2?3?Z#!-I;lA=u$JKXVPDR-Q(QZK zaDGtV$iTe;hAi0D1Z0NY)37+Oi6bD%h50=H-Br76?MnigF6`hiNMkYKv0BOWFfOig z_trgqSC0Lz{AW@A^{LEPUC-P-56P%G$V*cGn}eIHof@=WzQ zF1B)N!}bN*-MmRF9Fi2&g0xZ|E`E{L4Zb{ z@s*Q{=H#Y-5uTTJsF*>R!H0o4HuT&3D~uwHZv>J*=ghd~-4~quJ;<6_BYs1==?8bV z9_fiUl{r30EjaqPHl3Fte&agU$&;JimTqH8SjYXV>SVaSwMqZmx0jbBtj_guTl!7% z!0Z!yxF5yeS&*z`k{9x<{t!>E$+_m2nhe?^vy8P&D-J}fylFWiJ3;@(W|n_qvwk`E zv_5M5ZTwPMv-ynSYgOTCjCVNIB)|Nsxc^fwT4wHvn`Lh6KfOO~eE#X>Uo&Iv?tI>* z@#~o6&i^+gWG=`yxG^*|Dy6>&{L&xTy>G?*4<$eN`)Azy9{q_S0I2l97exu-grKR* z7rjnm`w<@7@H+qZz9ZHJ^$Z2ghKz4{5B#*P|Ht%M>{9)+^-X_eYBFqgDV$_5uE=Qc zik*1Xc~WdYV7{$YrZ>`()THvH&*;{qVg4F?R9^4b$Bo%ZWq*5EUFl0_)yu`F5 zkP3ooCmX6h9JuqJ&9!KS`(sZ|G5zK_uiI9{U7Euzd-QQ(SrfZjRU2P5R}j}v%O4-| zN*vEHB;~ZVO^ci{<6YMlxdgE{;vAuU#v24UJXmXt&CAT_1@P{m>ypv`Q><_Lh+edk{3$Z4`gIiX|8Nt7V4BDvPQq7 zynDxyJy#i~UJ7$P#pBET{EuQVpC87G(I~v4X@6R>y-FxZ4{9kJ`yBd`oyszia;+nYmEl+6Wt3CJT9s9fLwaB)! r7X=UO=E*5&GqcK^9jqa;efIt%M<48Ro@S8>%qa|>u6{1-oD!M_|VWe_2eP--3JK7FYsNIzaxKwCyfX=Fno2F&a;r sPOP1Dbgpfm|B#s|VeCkMdo{Cs06nL1HX*jiRsaA107*qoM6N<$f;u6iZvX%Q diff --git a/qdarkstyle/light/rc/checkbox_unchecked_disabled@2x.png b/qdarkstyle/light/rc/checkbox_unchecked_disabled@2x.png deleted file mode 100755 index 84ac5e7046dab70017cf22125249d6a83c19f15a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 890 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fA0|T>; zr;B4q#hkaZ_xg(jiX1(E^Mj&JSeC$>T!u`uj7>(<{xCOPba|^Xt6|zN@eE$Itd(k$ zI{qI}Q#+L&v5A*y>eg`Ai*zjxSGp z&soK{;OTx(U4Czo`Bm3<-QF`M~i(?q>#d$G=mi^gF!oRFrJ45WG+-AbZr}!v0M&o0qgFS}T^Y_xLV( z-&ysV`>&eC3)S6je7F6k9yqsguWkm%ft`0Pj{Y{^wSFJ>v*{8Oyv`nd{aE_`#`0(N zM?aZ{+vsl;nfZ!CLjL@gC&@eW8P2_L*%Y14JH6TdSj2~ezn1md{iv&8kq^K9i1EN@ zA@7!XKb+Q<`o7+KaE}l(S9olp&3mA2N`Vn+nZ|JWwM%R$Hx0WLS}w$tt+DglVIGT63+6Sf5s!H` zh$ZwIABbu&J;#vEc#Rr@!f6h9oxe&Hf=chfjNQ zv1C%xm&;5t`_}U4M(j8BNoMA5Wyqd;HISab2{Ir)I9-{ZHY2-BP^Irbui6 zMz5g5Mze?x-uihnSMFN;;pyo&u3gUi0?Mkle#~I5sC*=ty${G4NM6BDQ6*S3E;OvRTxA(tg zY`BoEU->pL;%;%qaSqQ^qnV9U&&qt8=}_X(I(@R}4#}2D{$4Li|MmdKI;Vst08h1)vH$=8 diff --git a/qdarkstyle/light/rc/checkbox_unchecked_focus.png b/qdarkstyle/light/rc/checkbox_unchecked_focus.png deleted file mode 100755 index 257f6dd4f1a0b66bdd2e96916f3b8864720307b1..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 384 zcmV-`0e}99P)1R9J=Wm$6R5P!xv0b4g&dE|k@vLtmgzU?T6ptO+B|>L5Fe z7?^nmW8xF^1v)4@?Lr+Pf#X1HDijynIC%f@=H`4~?p@9g|2?vQa6XBy1a1Kza7yAN zK%g*uzj0rV3S3O$0q7mD0z%M_a`+eHJJgI3Z3jFOm@K-?E|YS-~jVpE8cFj3#iULj}_rw(O;aB8a%#zWzaoc_ER~r^0vYG%(67IpJylEoO^oDg93|nMn%&+ z|9)QD_ck`4hS>X^CAh^U_Rr=>&A{AC2=_o7?7RHtStNPF)&t$cmuN%8xeKbdD4R7tNsbuH(q zu0h!n=}$^E!An(E)PIaT->)=}ZTR;y==irj5sN?1>bI`AzJJ!+ zTOImej~1(MuT1v;lltJ7W4PhPbu&NoU*z7uWAAHT!9NdI?#tPBlzC0sZZnZM)?HQG z%J&@nu*Zt=xBFd3;ZLm_uS~B{I(Gj2#V6^le-iua*%*I6uPH59`EdWw$pV4=)3W+K z@+-Vr7^+tB%AYcH-EGp89k4@Eu3sp?T1xuu3Tys_rdMQt2QsY_@oOk$$ezRSn&FxS z<2A-Lg-mOhBObFvux~iVxq&aCS2#iTfRy?Hs|Hij6fR}{l?DA>K7KrGV;9snLbs9hOig_!SEl>;;m1oQ9f6@P8N)_WH-D|ThO#c}m*QJ|q zCgs^F{{DM1-^C6UzhY6j^=G}q+q?~{eD2TFHov>P;C1ZM=!q*GfC2YzzFtD*lHdIt z!j0?JiK)&%H??i{qvC+6CF@M?+*)S^r~9-Xy jt(&KuwUp^web!!F{QZ=Rb)R#Ad56K%)z4*}Q$iB}*!hzp diff --git a/qdarkstyle/light/rc/checkbox_unchecked_pressed.png b/qdarkstyle/light/rc/checkbox_unchecked_pressed.png deleted file mode 100755 index 2d2a134e9fcf201e14e9249330bc11f4d017e3a6..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 385 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz&H|6fVg?4jBOuH;Rhv(mfq~K3 z)5S3)qV?_d{a%LyM2>%azq7T(MDL@dQK`Tu7N_5QtxfwJ=UzSd?kzLNT9!{dNWR6X4%!$%sSMa%_U8K~i zZQ8SHwt>BRi{^&6i)0dvCiE6cFz>7}T>ETUnHs|-y;H9_T1u{$vJ_;#KRbJI3di&1 z4D~|X8yH}y!AfEApS@+$2VH+!uy!!o`&@aw%G&3O^T+bo-wdW_8tWzsmo`>ZUGG*> zXOellamBOh?vq;A+*_&@+&uy}h21)x{he`nq2bC+F|P~0=kveXe?5L_&F6?}9lmhm a+4%*c@oKYNV^e`)%HZkh=d#Wzp$PyKLYw>m diff --git a/qdarkstyle/light/rc/checkbox_unchecked_pressed@2x.png b/qdarkstyle/light/rc/checkbox_unchecked_pressed@2x.png deleted file mode 100755 index 46750f484ae65adbdf744c63cbb8d40b2bf8366f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 843 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fA0|V1v zPZ!6KiaBp*+xrJ6inPx!?k-6PVLJ4VX=>x9liLM)RQ}9VnbpwufwP27SdmXxbt20T zF$)PzW)ZdYE)^>y5$}HHrTcd7J=(QpIq!SpyYq_kK2_J(-miXNz*k{2Z+Fj?;3+q+ zuS;qy6r9J@%v8%I%X{scKZl6urvnSMZp#*$EpL0Wrtf#w;#HGwC3{WTe&FzJq1!5c zEMm(huj%f%rnM^bKvvlMQmxYma-5%-_FpYd%rn#6zi86L+YzCvQ=i&?P?~b8^ONL{ zI4+I5n=brU(hy|Wt7XF|o35 zJ+?e0RPbL*&%oALX=Xv~RK}ULZ+BTdmwsxj|3O*JW}eR}PvzG8X0Ib_D;COV*l4tW z+UO_OD&OPy;~3C4bJ*u`t-qc7kzul@rDNsemS1{YJ*}@-@o4OSweG}Op3N6I8qX$F zwfH-%6PjSf!@xFIx-9DNnfUe&jYECHQXJPq-ZQ*d9W&h`cfz)157#*^u%ENu=)m7Y z*;~W!`W9Rl`1)0GLL(-4FY}b# z=jlpYPgf`(F>NlHmcC=|<5OWfmYr(ovzYC$)I6f)X@C5dw|!2pR)1si_S2B>zMgpC z%7i(bIu;Ax^-1gu2~)rI&?4rX)eDwGj2CJ}#Upy87Iwx=SmkAPntj!B*CGzaVarfT|9UC({-GjQ(CyTL~(EB5?Gu0G-k&7 zt6%bP0l+XkKVbC9` diff --git a/qdarkstyle/light/rc/line_horizontal@2x.png b/qdarkstyle/light/rc/line_horizontal@2x.png deleted file mode 100755 index b20b0863eaf52ffd04142022010c4dc788a69a10..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 139 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fAP|()X z#WAE}&f5!)ybKBgEE}1{_f$TPms{SH;}pd@c_kB22@pJ}Pkvi`S;7YMMJhyQP7X!y@+vjTRVMcrmH4hoXLzw+PS)cU< PYGd$p^>bP0l+XkKY`!1) diff --git a/qdarkstyle/light/rc/line_horizontal_disabled@2x.png b/qdarkstyle/light/rc/line_horizontal_disabled@2x.png deleted file mode 100755 index c5e1798aa7569f89fd9352de9f8cc441703e6853..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 139 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fAP|()X z#WAE}&f5!)ybKBgEE}2sFRJ)(Ky-Oij#Cut z;usRq`u3b7BZC6Zkqx~1Gv+ymH1s^4D3P(6p<%i5HSXZ Zd)X_dGObtCd6@$e@pScbS?83{1OR#xBQF2| diff --git a/qdarkstyle/light/rc/line_horizontal_pressed.png b/qdarkstyle/light/rc/line_horizontal_pressed.png deleted file mode 100755 index 5dd8eb284c69950ade9fdec8008cb69907aa164f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 120 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz&H|6fVg?4jBOuH;Rhv&5D5&M> z;usRq`u3b7BZC3Q5rY}^{K6)IKF2E;7vq4HOsjLeSMocntBd@b+8jop{+0~vG| zXf}vl5OLtn;99_H!g_&e7E=bJFXNVmWeiac!L*Wo#_F?>rJ-TbNsy}jgxQadBXf7{>ESKBd;ZtE&oi7W-aPu^FXF(R z!L@+Zg!KZ`ET#-bU&bvB%NU{@f*EudXf}vlpqX?fW7b8M2E*>ST|h@Oc)I$ztaD0e F0s!X`OpgEn diff --git a/qdarkstyle/light/rc/line_vertical_focus.png b/qdarkstyle/light/rc/line_vertical_focus.png deleted file mode 100755 index 43fcb1f3d386f2d40aac459d41d47e3da844e4d1..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 134 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz&H|6fVg?4jBOuH;Rhv&5C}`p7 z;usRq`u3cmAcFx1i=$ecL9cU&fMCG8um3j-c5kZMRAnZgZ@iBKs1^x4V75HQ+B^Bw Qg-akoPgg&ebxsLQ0H{47M*si- diff --git a/qdarkstyle/light/rc/line_vertical_focus@2x.png b/qdarkstyle/light/rc/line_vertical_focus@2x.png deleted file mode 100755 index 2b55586fbd56688f9d85864ca6c81c126af3411a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 249 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fAP;j-U zi(^Q|oVOPYMH>tljs$ddY8{YTw4seDWQr*Je8ro2yY}?(7RH?a_3rl^=ZZIvzW9qc zaA$BWU^QXAz%+{~gVC39OT#jTD2HGM-36KrVi#y8UCEd*k)>f#nxhKP*$kepelF{r G5}E*!t4kgL diff --git a/qdarkstyle/light/rc/line_vertical_pressed.png b/qdarkstyle/light/rc/line_vertical_pressed.png deleted file mode 100755 index b5bcd9e0820fe248f38bfac60a6274d9ec4abe74..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 133 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz&H|6fVg?4jBOuH;Rhv&5C}{5K z;usRq`u3coAcF%3v*EKp)eZuSs+1ng{JVYfDpy-i|4lzDW`A@ADn$nJ+S}Oq@01pv P1qph(`njxgN@xNA1x6xU diff --git a/qdarkstyle/light/rc/line_vertical_pressed@2x.png b/qdarkstyle/light/rc/line_vertical_pressed@2x.png deleted file mode 100755 index 69c9857dce4acca9782a254d0ebd089f18a7764d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 246 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fAP;iB( zi(^Q|oVOPYMH?Ihjs%GLb2v#h36x%c^dMN}Zph^6mICK@Un{?Vz2}3)(UseqGXr(7{IAwJGwa(bpf&t2_BjFVGL14aTyxpys`3=p@$uWwu z%0hLosOSek2)Jw+v$DJM+?jC$%&w^o*+x%-%mRKGl$)0u>=o(HY7yfbSch{fb z+&-gN@7WC+QPrm2M6P*Rb+iJJ4XQj3JO~(3E*araGMU_an}NFRv4+y>Xb5COz;V6@ zmI9i01xiEF#}GLM^xe`xO@HF_pT5^tX*l{WD(?f6^46=|5YhK~I%1#sO(Ky$AQNN6B*X&VcKw&cWMID|b#-$T)KDG}|6SJ8K2H0n{-;Uy>2HG+_WEm;H}7Qbi-$J$OI3 z41i*;0N94PSsHMdiH4Z0xoTP7c52tiSO!3lW&jmkmMxO{l8N<#A>&wkv!v4P8WB03 z1K>DLlSj9l`ufbV>urz65k4){T~&8pZ9D5fQG&8E4UlTg0l3oE(j#yjWLB_$c!OWe zofde9LbgKL-s9~};9U2Gc;;@9^@STXo7054y(Ao-nt5^h^sqZUuo`q1 zcixU9=uS5=Z>>Ks5{U#rA7Lu#lhO(LofvDqn`qq!aevnkXKL_s;5ne#?P%TV_ssdb&j{5|n`90B zf-(=~6F1SiY4obscm?cFjj|$AR$aSE;bVoKBFB0BN?S|M9Ra|*4~l&fr3BgxelWrpR>+N}Y|8iX&@pj8ti-0!Jmz+WSd|5d9I!l)1 z+@SJ=6%0pT?jN*bo_UvuEY4>RV>H;Rss+;rt<={DYev`*Z4#^_21z)#hF!-Am_brO z9IFyzmLaSHuYV}Vk|wpT?_#`nG>>t0_&MR)MaIy8@WgoXffhtJyX~=KV#rP00EdcF|dyF2~?UuDfh5dCBF00000NkvXXu0mjf DOd4B& diff --git a/qdarkstyle/light/rc/radio_checked@2x.png b/qdarkstyle/light/rc/radio_checked@2x.png deleted file mode 100755 index dcb4e444df86630843b43f3266abc2a84a9c538b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2792 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 Y05yfLl2Iy3aR2}S07*qoM6N<$f?b#~dH?_b diff --git a/qdarkstyle/light/rc/radio_checked_pressed@2x.png b/qdarkstyle/light/rc/radio_checked_pressed@2x.png deleted file mode 100755 index cb24b03b34dc9cf277b027f360f5a9f24710c188..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2580 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 diff --git a/qdarkstyle/light/rc/radio_unchecked_disabled@2x.png b/qdarkstyle/light/rc/radio_unchecked_disabled@2x.png deleted file mode 100755 index 93c55893947c1e8812e54f356e438040f5554112..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2202 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 diff --git a/qdarkstyle/light/rc/radio_unchecked_pressed.png b/qdarkstyle/light/rc/radio_unchecked_pressed.png deleted file mode 100755 index e660846f592d554cb01f825520dc9159191823e6..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 978 zcmV;@11gRdF+sQ252^D0z6;_NEn<} zma)E0yHr(xXiVWO3>j=%X1_5L`+CFnT}1$gPJS_1#CGgM6S#+vVW6hmV%B*UQ3)^1_yvP z;AiL9KCsb#ST?|sb87RANkIefMNO7hU+J{Jml9rR2QO*$oqzHH&=1Uc@I+6CP2Cb; z^sLsTS8)ch0ptBEkMa6`Ggppy-Xz&bj6pNrF-Z7ExI1LYVjpi|qqNT<#0FrZ5^(@C zQ(p%|CWZw~8ONxk8wPy?z>!IXfNtRTl+j&@criqMJ$r$R7@LpAd3I3%-{aj}E8gA{ zvcD=7&)d#+OCjD2K8K2Dq44r)Tx&C82KeKSI@a!Nw^X$NAh#Zl#`y_&$T=R#M@3-< zvW{&5&{x$Khup6aj01Qc&*#hMe}VCI@cgFQ;sx{g767ri6abn5yeyYjO5ajU=U!+k z0Z>rr9LbWFRkEuMg}(30FT|34;Qz9>f&iEY$VC9u(zsHh^;d(wjoJJjQ#=E|0LZa! zr2uLiZ2%?``Lg*n0H=b=tt$oK99saKak3P^X9B>C=MKkJQ*CichR1dQbBvV$3_NPH zh?9bb8hEYR0MR(xf|#JbG9p zB^y4k^}b^gxCi+BdL2D`+wEF8;>RwicJ5yeA$9}To#Uy2jTT?%w`futozw%)V;p!8 zW5z_}@-?E%NlMqnctIWq5ceA-oYB=EvhQ!^zhqiIGNrpo^AX02fpY>eAvkU@oym~& z>u_Xgl+ofjwhFq)Wy1g`5Iuci`*ksm AU;qFB diff --git a/qdarkstyle/light/rc/radio_unchecked_pressed@2x.png b/qdarkstyle/light/rc/radio_unchecked_pressed@2x.png deleted file mode 100755 index c133f6b1270da70cea1a281051f6438c4853f8f2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2079 zcmV+)2;ldLP)RCt{2n}2LoTywbiQ@vTU*`|(A=SGaH)~87`S1CVY)D0 z#HG2WoDMTnm>MDE1W2;x7`MrI%%C#N*an@hSRZ$IenpwZLyQ{^EghQnrQBBSxKohBjRhiSP{K{tRv|;`hKl9F7S7W`mr>;gljIG)Qs8nBs~O9A-(} zWbj#_C~ZWs-(Y3UJbQCA`bU+3mYC+bunYKPisDniZ%phq@ly4C`&TZpTMwwHFUqYF zcL0mioa2mO*|Ku`dG6|m7;yrcI&>eR5hzR{YExk$Ke+z}dw-3ajN5xlcskoSS=|C#UssvquphX@Q}Oxg zGM47!?JQTCV)`bq!D}<9t|_-|!_^(O2eiDdOPvCC;b}b3u3qZKL*oHz%GhYovRgOmwqYS$-#&v{Joc!H-w(wKK9cC#Jh=y`*`zBf zyPzcKld1<4`;Ns2VGA2GPA6$E4!Wdz4EmfBE;-GyjVEeuVZdO}V~VzR$~(X(C%^)e zB#{W?;+sETBtHg+=JU@ZH@VwfC^YY*P~e>p_^4`*edP5??g7F-qiRgekG%XdSj3co z=~U1s`8~im<~??mJaS$rM2(p~gXj+Wq#6Sb2P$0~vaT^hPC&cEk)Thir+{y<(abj~ zazUYF?VUlNqy+R8@fzS=f1lgXrmI5MmUrqU2XVX4XzUC6B_-hO+S+SgTO<+)bOA6U zMk)Rk<(}>yI)Z-bro?<-Q4)(o)HWsZNeDT#3}L%Y$=@lJQIuRZ5UKPxPL>^&Ad z^xPp`9gf8O(b}n~jPH4E1{+d!f5?!4>T+I|e=v*|xU3FGX8!2y=K=hmy(bd`Y)3%i>H+xKR2kM5~ zR5@${mfmRZ;qXOZz++xe`~g3aG$wnEhoh-o4+3BF+6-1^vu!8q1~kRA1n}*+5d3UX z5f2ByvBwHY)^d=CB{tx{n9tUh+qbfbk@X&-+H%`2Sm(7FJaD?7JzF|7E!#L@(b}nK za|aC)8}YV7{If&)3I|JsMqY!KA(Dk{*8V%dt(B*yo{0>+iD0-6# z+>`E^pNgFC;nr3a^p)@xfktANQ6CUW^;} zt|+q)bBQ_PL998Z<$}$?gh0Sv!7~#Qtj}e`VkYYMDspu(H3q8#`<2eIeqtAoRaIFc z*Vv;P#hcr;NX84mrAdY2eHpuf-O&Vla!p2Sr=q9&SY&XA8FvDyUc=)CD{IPa>xdda z2;1cw+cn*cXMwvjxWx@#5$rYiOTy)^W}Ga%gkJTLNVpUy9HuxCN?b9^#7!8t0h2St zjG4pAno>JB8vWt@FcH(|UHBnG{{`if6N2wf>f*VPbon5mzR1)|&dhf1bRAX!=$?(_!mev$T?6)!8W&s^2ML8yRQ$D@pScbS?83{1OSRZEo1-y diff --git a/qdarkstyle/light/rc/toolbar_move_horizontal_disabled@2x.png b/qdarkstyle/light/rc/toolbar_move_horizontal_disabled@2x.png deleted file mode 100755 index b3ca0d9b56fffe249c37e514c0b93131088474ee..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 308 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fAQ1F?j zi(^Q|oVOD;@-i8U9F3EBROaZE#2&UFNoiXGyNb%U9bLLkg%=#BKIv(R{rgD!W4V&j ze;>)e2fvotUzzgxQ>5+N^4s3$|Av_<%ll8dZWui2Wo-nI+s1yP=*;q+*Xx9{S$<^l zIB;K(Xb@Xq$e`~z--%h+O nTwCgTe~DWM4f!Lct2 diff --git a/qdarkstyle/light/rc/toolbar_move_horizontal_focus@2x.png b/qdarkstyle/light/rc/toolbar_move_horizontal_focus@2x.png deleted file mode 100755 index 73bd2d9943bf6cc07390b472cee13fab5e1ab2ed..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 307 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fAQ1Gdz zi(^Q|oVSxU@*Xk}VVy6juw_e&pBn7F+ k^J&I@qiyrW1%J*nXZk2(VaM9O5$ItCPgg&ebxsLQ0F4i8DF6Tf diff --git a/qdarkstyle/light/rc/toolbar_move_horizontal_pressed.png b/qdarkstyle/light/rc/toolbar_move_horizontal_pressed.png deleted file mode 100755 index c18f66d56f6613af0eb0c3931c2edad1d707ec73..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 154 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz&H|6fVg?4jBOuH;Rhv&5DCpzq z;usRq`u6%kPM~VH#BR3iU~x{V0}FGSeO~^!_mTbKZY`&iS87)Oth>9|?V!Qr-&^A> le@Oy$BES;+#cG?3tX*Z7iSb=E?Gpscc)I$ztaD0e0stfGES~@X diff --git a/qdarkstyle/light/rc/toolbar_move_horizontal_pressed@2x.png b/qdarkstyle/light/rc/toolbar_move_horizontal_pressed@2x.png deleted file mode 100755 index fcbad73f5daa4b71153ca15f499d8af20bb41fba..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 305 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fAQ1G#* zi(^Q|oVS+_avpMEV7<6sY+{hk5k3`l?Nb-|bdDI=+;p|s@xXDCjzJ4sZGu`|A=e1?Z^?Ra%jFzUHdVRENUcQmtfzPh@-dE4f-*Qy^ z!(|=^{soc^at_7}whd_vRSahtzA(&Ue8FhKe1SQGZ2|iQ>L|z+eDLq#zUx2LqFH84 jzVphI-$LIrzM4U1ub9P}d-ZpK-evG~^>bP0l+XkKm{xCR diff --git a/qdarkstyle/light/rc/toolbar_move_vertical.png b/qdarkstyle/light/rc/toolbar_move_vertical.png deleted file mode 100755 index 2e881ef48f78305bd4c55bf9e60adb76431292c3..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 142 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz&H|6fVg?4jBOuH;Rhv&5DCpqn z;usRq`u6fd!2=2+EEik#F1+~CurNC<$i>7ecfo{+eK(h%TWd8zh1I)y%C9{RyRXRp m|6}E_Ph?78O{0qEL$QKJF7^e}j*9`!V(@hJb6Mw<&;$V8l`h`^ diff --git a/qdarkstyle/light/rc/toolbar_move_vertical@2x.png b/qdarkstyle/light/rc/toolbar_move_vertical@2x.png deleted file mode 100755 index 3e37185a48d13804d6dafc585e379a1510e2c049..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 209 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fAP_Wt4 z#WAE}&fDu7c@H@VupFrEa+n|#%&RM~Q>olZ`NEer_JhF3KH;i^>bP0l+XkKXy;3z diff --git a/qdarkstyle/light/rc/toolbar_move_vertical_disabled.png b/qdarkstyle/light/rc/toolbar_move_vertical_disabled.png deleted file mode 100755 index 14d3f923d8488b033f0f552687494ef9cb411ee1..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 137 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz&H|6fVg?4jBOuH;Rhv&5C}{2J z;usRq`u4J-7=r)<%f*KwO$&Bx{m#*p?77Hm=KO8GQ4>^Z#m-3-moBh*wQW)`Ye#?6 grK$Q8R9^1p6}RVN|F8Ia8qgR9Pgg&ebxsLQ0ACX-LjV8( diff --git a/qdarkstyle/light/rc/toolbar_move_vertical_disabled@2x.png b/qdarkstyle/light/rc/toolbar_move_vertical_disabled@2x.png deleted file mode 100755 index 22646afc0a0e35aa93bae7a5791cef5086a6f00f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 211 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fAP_Wh0 z#WAE}&fDu7c@H@VupFrEa+u=O;KIMf;YrsWPD`Ol(Hk=!d0w1-r7Goo%WCd#db?SG zx)>V%YUF;X@!dYlNX@eB#pY!@RldJ|`sW89|Jy5W)BPs}`^w%fC~VjpDYIY+pXWW< zU2AgnG@aiIF&y~+fqP4^bgbP+?my4OK_)RUB&gd7#>w$d?zcDx;(EIJxvXNV{k&|}4sB*25T2_e!@8J3UE(ZE fDVN*924;r7V?6A;#I}k9O=IwM^>bP0l+XkKr)MVX diff --git a/qdarkstyle/light/rc/toolbar_move_vertical_focus@2x.png b/qdarkstyle/light/rc/toolbar_move_vertical_focus@2x.png deleted file mode 100755 index 9978da3b3d913db68700e413bf128bb645c6b0ef..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 213 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fAP_W(8 z#WAE}&fDu7c@G8fuv{>9cF{TDw5CDBD3I%0f`l4}&d1C^rBeb^_Jq%inRC~Y5vYeD z!9GiBPTu+As5X_mT(x4sQw>+1ethe${pZ6uMa`$xJ+m#hU2DsdV?V_bhW9&TjJdc$|$S%;n%Gjnev;JO6b?~Ib t_d*N@{(s;W0V(*%edQ0>7zT!tN6gAQ#rVy%B`$!>^>p=fS?83{1ORy=MF;=@ diff --git a/qdarkstyle/light/rc/toolbar_separator_horizontal.png b/qdarkstyle/light/rc/toolbar_separator_horizontal.png deleted file mode 100755 index 0d599e5ca02de12a4ba9d0d0f8a5b960a3a4d788..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 148 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz&H|6fVg?4jBOuH;Rhv&5DCp+t z;usRq`u6%pUZ85$z@(U_S+`_m?zCK$dGuz_>z|dnf^4Uv=5C#p=`#YA=1| z@a?<*CL~&@dp`SFvOiWo>A0KCES1yGkE=YkW_iH0$L{~jxT!oJgryw#FVGsNG#sB^ o9jbG{=J|{iFC*RZ(5tWJ@!S&(s5WlD2J{_+r>mdKI;Vst0G@$i;s5{u diff --git a/qdarkstyle/light/rc/toolbar_separator_horizontal_disabled.png b/qdarkstyle/light/rc/toolbar_separator_horizontal_disabled.png deleted file mode 100755 index 591f4dff55f9c3526cbe0157be1e06b3153da665..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 147 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz&H|6fVg?4jBOuH;Rhv&5DCp|x z;usRq`u6%pUZ85$z$BS72YojzNYH7wuzp`v7w6s5=vO-Lm5Q{ml-QnrM|Ktt0R@K! m21X_jqruI7@n4sZrQ%QTu=_43*dPZqkipZ{&t;ucLK6Tc^(c=3 diff --git a/qdarkstyle/light/rc/toolbar_separator_horizontal_disabled@2x.png b/qdarkstyle/light/rc/toolbar_separator_horizontal_disabled@2x.png deleted file mode 100755 index bccdaf3c3434030d9a072508f884f710bb803647..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 290 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fAQ1FVU zi(^Q|oVOP?avlnhXuT-ienPM50pGfWr!IL9`I;Wct-PZocG2&)%)#na`>Vg#dWQbp z>}XrF_bz{N+h?OBySL@HyKih1>{mPa`g8K6kFrh)jGJoyUEZrD`9R&IL2iL5jqyo_ se*N#OA{rDe)jm%-bGaxybnSc2)BS=0Z@!3s0Q!%?)78&qol`;+0ACGnzW@LL diff --git a/qdarkstyle/light/rc/toolbar_separator_horizontal_focus.png b/qdarkstyle/light/rc/toolbar_separator_horizontal_focus.png deleted file mode 100755 index 4674965ffea1e905c50c14cd552c253489345da7..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 151 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz&H|6fVg?4jBOuH;Rhv&5DCp_w z;usRq`u4gbFM|RP%R%mgUbPE0M|r$juI6y$WAgX=r)#t)2Bw6kOy6v1dnoeWUXweF kKy3(6U~I4aR=sQeZdVa@w&b}-pMj)2UHx3vIVCg!09oxTTmS$7 diff --git a/qdarkstyle/light/rc/toolbar_separator_horizontal_focus@2x.png b/qdarkstyle/light/rc/toolbar_separator_horizontal_focus@2x.png deleted file mode 100755 index 89a876026324b2f645370c4bdf5bcf0eddad782f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 290 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fAQ1FVU zi(^Q|oVS-Y@*Xl^aJgvge1Jvg2voYw{yGvV()1D|MwwC($m$?Wt~$(6996IDRlq< diff --git a/qdarkstyle/light/rc/toolbar_separator_horizontal_pressed@2x.png b/qdarkstyle/light/rc/toolbar_separator_horizontal_pressed@2x.png deleted file mode 100755 index 7ef52e27b929c1c5e4daf68cae432616dc5b25af..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 290 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fAQ1FVU zi(^Q|oVS-Y<{k==aJzV)=b(mU3-1JNwMA#xBwGwu+-MTn=pwlEYv&Q$NlTx&*Yy%)_jjHoh_YadCur~W$TT(+#fza+<)GBa{Yn*0SvYd z+6{6GL>>4qa4lfZV7t3-m?N@`*E2-)^W`m!o|EFl%a+7Q1?boQxBSH} gpwFx7IjK+VfF~=olZ`N@%Kvn_(2^yhk4sKvx?*v<*m0R#ms zxsoyY-`%66C(kK=v3c1_t@AHG*Zpl<{_c(aeE&(_*^<)}?GGIM!W_cu`RwiLHF>K} gZ77H8Wk{%wf4)|L<5$v~Pav~AUHx3vIVCg!0OPGg3IG5A diff --git a/qdarkstyle/light/rc/toolbar_separator_vertical_disabled.png b/qdarkstyle/light/rc/toolbar_separator_vertical_disabled.png deleted file mode 100755 index bf79d6cd784e46b5b314a89354917fb2b36e4214..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 133 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz&H|6fVg?4jBOuH;Rhv&5C}{5K z;usRq`u41%7=r-AfeVFNjsbUWRkIx2s1g|ZX8G1e70>c?VaHTw6heGXz@Z7 c&r4U?Ca+*+X;SQe3^anl)78&qol`;+0HG-;QUCw| diff --git a/qdarkstyle/light/rc/toolbar_separator_vertical_disabled@2x.png b/qdarkstyle/light/rc/toolbar_separator_vertical_disabled@2x.png deleted file mode 100755 index f3a633cad8e9173fbfbc565b57763dbe9e1a6769..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 197 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fAP_W$7 z#WAE}&f5zIIS&O0uw01j7V!S4aHCnb!prsLk=+VQrX~pAU;SrJ@_{|>#iWIe~hB zU<3PA_Vd?EvR4|OENr&Ro~6ArUjO;=@`@Mh|9$zXV!3t8Mt*VTH)oR?yrd`XF@LdX k+s>fF*Hj^T85-{YX3#j#&%s@j;|mhl68*7x)t`3DKV7`2ioo&Oek mEp+P6Rmb*LL-aE+-2Tm^nF z;usRq`u6NXQ3e49hKtGSu^ZdZ>O8V#mgrj2)%E-3twt5k{oLxeVwg|#FWb8;fZq_s!qt^LxWenSYNzdw%jWk~w^fp+87^!TDMDpZcELuJZD| e9wS62LrgyN#;@EQF1oh@K_Z^6elF{r5}E)UAwmcM diff --git a/qdarkstyle/light/rc/transparent.png b/qdarkstyle/light/rc/transparent.png deleted file mode 100755 index 67753617fec23bbc57360e16d16bdd82ab984743..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 104 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz&H|6fVg?4jBOuH;Rhv&5C@AIW t;usRq`t~3rBaqjm@PB=thXaWDo=rf3fzh3DK?jh-;OXk;vd$@?2>=W@7CHa` diff --git a/qdarkstyle/light/rc/transparent@2x.png b/qdarkstyle/light/rc/transparent@2x.png deleted file mode 100755 index 4012944b58252423bd3c84fbf6f5e698b1a39bf0..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 117 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fAP*B~| w#WAE}&f9~Gyg=Te1>gO1`OFspnaH4_oY}#FfwBM7$v}{>r>mdKI;Vst07yI;1ONa4 diff --git a/qdarkstyle/light/rc/transparent_disabled.png b/qdarkstyle/light/rc/transparent_disabled.png deleted file mode 100755 index 67753617fec23bbc57360e16d16bdd82ab984743..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 104 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz&H|6fVg?4jBOuH;Rhv&5C@AIW t;usRq`t~3rBaqjm@PB=thXaWDo=rf3fzh3DK?jh-;OXk;vd$@?2>=W@7CHa` diff --git a/qdarkstyle/light/rc/transparent_disabled@2x.png b/qdarkstyle/light/rc/transparent_disabled@2x.png deleted file mode 100755 index 4012944b58252423bd3c84fbf6f5e698b1a39bf0..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 117 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fAP*B~| w#WAE}&f9~Gyg=Te1>gO1`OFspnaH4_oY}#FfwBM7$v}{>r>mdKI;Vst07yI;1ONa4 diff --git a/qdarkstyle/light/rc/transparent_focus.png b/qdarkstyle/light/rc/transparent_focus.png deleted file mode 100755 index 67753617fec23bbc57360e16d16bdd82ab984743..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 104 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz&H|6fVg?4jBOuH;Rhv&5C@AIW t;usRq`t~3rBaqjm@PB=thXaWDo=rf3fzh3DK?jh-;OXk;vd$@?2>=W@7CHa` diff --git a/qdarkstyle/light/rc/transparent_focus@2x.png b/qdarkstyle/light/rc/transparent_focus@2x.png deleted file mode 100755 index 4012944b58252423bd3c84fbf6f5e698b1a39bf0..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 117 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fAP*B~| w#WAE}&f9~Gyg=Te1>gO1`OFspnaH4_oY}#FfwBM7$v}{>r>mdKI;Vst07yI;1ONa4 diff --git a/qdarkstyle/light/rc/transparent_pressed.png b/qdarkstyle/light/rc/transparent_pressed.png deleted file mode 100755 index 67753617fec23bbc57360e16d16bdd82ab984743..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 104 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz&H|6fVg?4jBOuH;Rhv&5C@AIW t;usRq`t~3rBaqjm@PB=thXaWDo=rf3fzh3DK?jh-;OXk;vd$@?2>=W@7CHa` diff --git a/qdarkstyle/light/rc/transparent_pressed@2x.png b/qdarkstyle/light/rc/transparent_pressed@2x.png deleted file mode 100755 index 4012944b58252423bd3c84fbf6f5e698b1a39bf0..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 117 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fAP*B~| w#WAE}&f9~Gyg=Te1>gO1`OFspnaH4_oY}#FfwBM7$v}{>r>mdKI;Vst07yI;1ONa4 diff --git a/qdarkstyle/light/rc/window_close.png b/qdarkstyle/light/rc/window_close.png deleted file mode 100755 index 79f16fe47e793e1ac10cd9ca0ff74cded602d863..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 814 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 yu!-^+_}1N0uMQuO=tB zP9RS5H>4ulRZuKg!2%Xk7Hn9~U|F8c`~?)RN^DCW-fxQM6t-lj)GRDpykZh;2dfVY zS)fR=)K|LK_SE=W_B}e?zt7#$)x)sC1{?f8Bee#1|0{RH{JcDlNUx&Tit>&z`s_qJ z^37^5uo+^>+@GzLCsa5f$byQ#a?KTa?mv%&E>+f635fkOf0JFZuOaNMxO5TKo=kt_ zy}(xP1KmT@cPeHS*j#bxQ(f5f*X(0k=gJ37WrM3=g8!*{TFsD`$a=4s)-$1TW!%xh0inDhI0s zd_54#h_Od-m#`+sVL80Rwg+HNMSH#;2xTfS)VvP>=pLTFORX6N+8rjiDA)%l`#L{x zsBM|9Wd07Lb_}@Lq5LNmJ(7(_-mP_UMFFrrCHNU08VG>(CBg6TQ0rx|g2^+T@1uGI zm}^uEY*x%@Y%ssiq1F@8ME>?REsWwC-qO=3JUHxt65A8G{fLawrhV+0^m0ZBfw1# zE$MBad^mqvmO$Y$*60DfRQ}K?EJk7BR;h{+Z5Uhmg@a$e=Z7S&S;P5K2 z64`j(&_=z)Nmp5-K z(y{=6uA!NG44lJ3f}lTGZ9AOp@A$ZUJUTqPSFDZ!TO6jmBr3-y`$KOwx#Y6-_{6e= z^T3UbC%sz2_MzF^KvTGdzbq<8{Rm%Ni;pxTK}79Zg)gqdXS_%N=2St%>Bh?U@DP9i zfY|WNz1DILHwi9W7Lj9<@z5JS_4|!L1c0v+0t*i<+y^vb;!OB0Q8@-weHr0_%UF3R zsPGWr4k*!`n7vO$&jB}heCTDYJd_y-y&lB6N(3$dmL;Gg4j;LfSink8(BUD#BT$YQ zox{i#=Le`O@dhba0zCr1hi7Y(ExreNAk!E6 z#MgzD5!eohC1-Y9CDlTBfGwb@?!lQozAdbRKm_baZgOcF8fE|h4 zu7XG!xA2Rgiw<>Lw2eS^g0BKRhM!llN3rGz@N>gzWor-;{Chh*oZD%vjN=&Is(pB> zzjGWQI+XvLU|$8UZ}>>zI|GL%;^EI)TXCtK53~}##9B#c`3QIoZ$yt*h6l*@b-box zAI9-GSV+f`GrPU7_-a}bupHj`%p1|;6Y)rTrGjj{^WUB%D5+K@G%cVke1}8%yjbn6 z7rsQ9gn5U)+pLn>k;v_GsI5tJUyKY*|3xt4xP@O3tH&n?A}LREB&Y8eHLrrx8>nyF zR1baCANkzN9MHrLSdH*d+zD3QcS1oV-ONt#_T^|Xd>RNjls6r|oUX+5K_liB9Cv~> zdT{DY&zICm_15CstX(M_Z$KznE zjCT#^cDnR#C?GmGeXAHVj%#?~grDI{OvEE;vD%BfgtUuMX|U^#pm2s=!)pvuW?e|W^9wq?9ZQ0&2MU+0&#F4h#_G5n$` zCsr$b3BM#%3Fvc)D`1`c*)=-=W!}vU+E}9+|$#7{Uo0B#7$4%CTDiFHmUE zrx?C3eBODL0h5V`M_nW+)!Az70IBy^U9?tCt*7uMGV$=JDkrHUL5g3|T}73EwqLHC z1*U2|e$iSvH8l{bYO-F)_J>F6NccwE^lar|m4L4v{nK}%OLwdCcYzDQEbyYLxo16x zFHwA6k^>4a05bv?1pc9$?EdWO&iq=hZ-WgsSYP}KOdLiE>lxGC00000NkvXXu0mjf DnPn{| diff --git a/qdarkstyle/light/rc/window_close_pressed.png b/qdarkstyle/light/rc/window_close_pressed.png deleted file mode 100755 index c8dca67b6fe3b2d4a7b01fd02af87777444c577a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 714 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 X-*424W5ZW900000NkvXXu0mjfe#^gK diff --git a/qdarkstyle/light/rc/window_grip_disabled@2x.png b/qdarkstyle/light/rc/window_grip_disabled@2x.png deleted file mode 100755 index cb23cbdcadb68fc36f58ee17f1ee68f1ec2ca910..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 731 zcmV<10wn#3P)!lqQS5uss}&?QFKy$1=MF}D#a|#elFm- zfd3nr-b~JwQa~y^Or|2wlCz}~Fb^J;?(O>am*jk@9)g#_w;HuiY1foSKo)o?iGZx| zPyzvY;304UdEp^o0Vd!fPywdkAwU5p;UO>qrr{wV0XEwgyiU$|BftiH zO5cC+LVzRqsW5$#oGn~{J9vHA+`aWNIbY~Q&@uc$+BJm<@BtnQ65tCw6d=GScyKJh zH+XO;z(;s+B)}cKJZSFLJ}lE^U4YN_-HWPSEOfUPcQ^{QQokC zF_Qq_;g3(x_EO-@>jU&30dX8}{5=2t9k?-bI5Yg5zRd8Z`ylZqI3ACyz~;=MT%V<+^yONt={`sZXt&$v zh&}~=0b><9dA`X>_6gd}vslx8bJOqlH{&?o@U<_BqU$F6)>&tT^9KgLRqwh<=6e7D N002ovPDHLkV1f{7O~wEK diff --git a/qdarkstyle/light/rc/window_grip_focus.png b/qdarkstyle/light/rc/window_grip_focus.png deleted file mode 100755 index 083b6653fdf751d76482a6d3975e01fb4f17782c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 427 zcmV;c0aX5pP)?@dF!K_j>-uGCdmt{V>^=owTzMZJZK zo}#!B3hg2M2a327j4Kb&&gUY8V$yW}I1?Ana`NE!G4t{m;J+_v6YG!jG$AG+-d`@# zQvguy;xY$t2*FOd-%5ZL&OJb$7J}pQTl6ca;~c)7rFkm>OnB4)Hh8oEws@2PE_m<& zu6WP@K6tPIw)pP#M^7oa6_Ky!^Iir77(`BZM`jQVG}tZolU8xy0K`2tPs(rJSKy0l z&7;@L?ayBY2!(qEaKz^T_5nQTC9^8-93V9A6d(o;SpEgJcz>LyikR8rfW-;8;E5w{ z4B&}B>LrKkaHmNa1-G4qk?^81E0eGmzzr|!n(P)*MbqJw>E{RK!j9(xnFF`|OlYm4Kn}U{( zmKQ)Eu}*>baS}m+corHIMxBfML{7P99b5YISu%*xkY6_f-yaw*XdupZ3%t2ki zOP?5{DmRjSl@yQ$5B$}dK1=piPQX-nmG;SA{Y$dHQa8a%;kz53($1-jfIRR}5dnGO zp#lPmz(e2yio!#{0!+X|paM+6Lx2KI!b4yJOv6J!0&KuTAOdW`LjVG7!h`1mY{P@c z0$jj@rvhBTgNFi4!#ASwJrR8cAkaPTY<`X(_i97LG<>r+Y>DU*unw#%M9Cg+1lWL2 z$(txI1UP~}SL8{uw{!vS;CXn`+4z|3FZCwq7Jjpzc1~#me1M0N1o#3EB?#~d9vlns z4IUf{@DUyyJqBIDqxv8VJUCbZF5w5=`a#w_s{(w72a5tifCozgLV*Vh0z!fZ!vaEs z2ZI7aga<l1md6%YbEBJU^i=6G+I zxdL3l3%cVP9%ifnm+;4(`cc-rqVRBu0Po@Vhiz0oB=fRfMyUc81s-4}Ind~hw}Ar; z!B5G{4S(@&Kbe>J2KwI$*ot)Zr;N{l>#^b7@Kf?~!<){7#8cqx>gfuw78@$`TS`h^ zp~;%ggM@(7N4I{X@)Y<3{8Eutk$-X~@{o3s$(qiaT8$TjwXH~3ea*Z1=KD31dCOYX a0@pwIqKP~tsb}^qei3_w9o)-&_i?!%iV8OeWhw|D;fGRv{02e%309QOp03SSf0AD<4 zfI4`v0IvA;gKo`d+yUm)M zU{i1zz|EBVY%3vfvQj7zNKi$>mP?>k<0kdEH9f@-Tn&gQR3rSG zZBt*|rLOFR5`eyHk{a%-a8;Gma9f2h*OlSl0rIg4OjiBLT!A2Dz@!Yf)w%Qo`l^Yl iRyHP8m5_CRK0X2c>$Hswh)y>E0000sO`Bc0g)I`WS{NI`2F|ZA6FGozxo?rwxfj^yhs)7*U34STc zW3#t&0UqJ+J-8|#%>GU{LC^3G@r#}3_T=!I%;bJBj1H1^YS;5#yKlEVE#P5=fWE`S z83ICwKUnBQ;GLOQ_cbaNurBaWBH-WId4?tUioC|~Re4P}(EkKXbKTffz5|yFmm9-Z ztKU*e@>(s{b{-f4(i`$qgeSl+;6!2E=ARrhPn1cU#oErR ttmof!YntmusCn5Jy<{_QsG-)l{s8|ltn_zQYWDyD002ovPDHLkV1n}IMOy#> diff --git a/qdarkstyle/light/rc/window_minimize.png b/qdarkstyle/light/rc/window_minimize.png deleted file mode 100755 index 8441cab89ae889e6e1d9da336ac941604f8ba499..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 200 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz&H|6fVg?4jBOuH;Rhv&5C|Kp` z;usRq`u36{ACsX-%ftVr?;XVY?>K)^<2WP7+4zj-ge|k&-6iD;{8wkG?bw!PXMWN< z?Fh4=;KY+_P8#aPO7}nJt}ss6n`5}cR`y&hy93+qW#@mh3cM29{=1>5LHNhwmJjcX uTC5J7EpIkiV4VCg?9dl=5kbM3@7UL{N^;L?G>-$ig2B_(&t;ucLK6Vhc19%t diff --git a/qdarkstyle/light/rc/window_minimize@2x.png b/qdarkstyle/light/rc/window_minimize@2x.png deleted file mode 100755 index 407007fb9906184a3f766e149886cba2026487ca..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 334 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fA0|O(2 zr;B4q#hka-4852GC0rkVHWGHy(Q)Cn?oLqW*ws+7i{X0WW2PglDZ<}0S>JAA7R+gB zXi~^HaL7qG9=BODTbFi!BZQzy0%= zVfO9n*CCr3Ta*)01MeEm6nf+uxuswJ{kr*=l5-oj#^rAn-fey$tglSccU9$`%ANab z|H*B;wA`xX{EvEl{tba5i4)qkGIq$MtlZ2q@vzA%{tE_Q8JWVpUrcm=VAPw%eCCG* zt6b5SlQ}`5A60m>nfLS^&tLoPx!sZC2e#f@kIoW$v_a?e-7nk>|2W{z^z{A6I(xa< V-81VFS%3k=;OXk;vd$@?2>`L4hz9@w diff --git a/qdarkstyle/light/rc/window_minimize_disabled.png b/qdarkstyle/light/rc/window_minimize_disabled.png deleted file mode 100755 index a29a8c2baa3bc8b8a45ed65322bef7459def3374..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 206 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz&H|6fVg?4jBOuH;Rhv&5DA?fX z;usRq`u36`*C7XymWTCb$&D$o>LO%^jY1+*f{$gbITh=K6RFz>w#`z@O1TaS?83{1OWN$ BN@V~5 diff --git a/qdarkstyle/light/rc/window_minimize_disabled@2x.png b/qdarkstyle/light/rc/window_minimize_disabled@2x.png deleted file mode 100755 index bc76829b6c207fb89c22828684638e1c8f0e8c33..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 333 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fAQ1HK} zi(^Q|oVV8${f-2Pv_34(R9E2;sW5YBa^)W-x;pEJN@^c7hPE8qs<634FV=7?3cZJch|brUQ;EVZ*P+}zWt}aD5CuOogx^yD}ne|hbf zjoVjb|J^-(y2}0ai_Ts)kv$et1 Q1wk(NboFyt=akR{0D^#jegFUf diff --git a/qdarkstyle/light/rc/window_minimize_focus.png b/qdarkstyle/light/rc/window_minimize_focus.png deleted file mode 100755 index 2db1960e4919d4362e494d876fceb18523ab4e5a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 204 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz&H|6fVg?4jBOuH;Rhv&5C|Kv| z;usRq`u5UB&XxdymWTD%%wVIP<;g=Tv5H z)&V?H~VxxrSodf)FV#t+4wpA4NX9p1{V ySN?G|mG61Ohbzp{ZRczkSUY`G7ZDWHe8=q`D90W8!=(o35(ZCKKbLh*2~7YB1WBd< diff --git a/qdarkstyle/light/rc/window_minimize_focus@2x.png b/qdarkstyle/light/rc/window_minimize_focus@2x.png deleted file mode 100755 index b05fd312dbfc492e1e0113212a01aa9431cbfaaf..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 333 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=oCO|{#S9F5M?jcysy3fAQ1HK} zi(^Q|oVV9D>ahgMw0?YlF2_kk$}Fn&g$ft{g2#+|8Z)+kWO&1zvw3dV`Y9JGS(myv zIV(x`I*BE(3wyU<_U_J~bx(i#7d|sFR`8sp0zsutKR!z(->_SD=E_ph@Bm|;ule8Q z*(2;LBi1?RizM(zWUP)+3x2Riqx<05y8ni@W^57C_WEr!wS TYX1^oP%wD9`njxgN@xNA)(wex diff --git a/qdarkstyle/light/rc/window_minimize_pressed.png b/qdarkstyle/light/rc/window_minimize_pressed.png deleted file mode 100755 index baeecc0934890b23b14dbd20a951ab2885d4a688..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 202 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz&H|6fVg?4jBOuH;Rhv&5C|Kj^ z;usRq`u5UB&cg;GEf4=|TC?ow$j(o4lInkG7$k8gwQb5fV-E-G7H?GnmP?vh?_TrS z?$BmQOG}&UDywp|svs+JhugBaPG71)xZ+Q9a w&-=enZUe*mXT3_=JEqFpDQpFEeP4W^{67BUFCXqnDxMH@NugzbpW(5BpB|yBeDuG)T&7sEe{Q|Z zgIAV$J<6LI+z&+MKRp$}P#$~q=E=MY@BW(%=Kh7Xk)NGXR=ezOdggoj+e?)__5AKH zgHLz8w6CdbIJ+xtTH8$qLB3O8A{$R6N~JRM_?kI1w15VCXAtrlF@cwXu1udNJuySwIo;b!>90d*kIna&?s&o-Oy=ZzE$1O@_w Mr>mdKI;Vst0GqynhX4Qo diff --git a/qdarkstyle/light/rc/window_undock.png b/qdarkstyle/light/rc/window_undock.png deleted file mode 100755 index 2f937bee6ea2e1c8b458868407dccf52aaa05e16..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 522 zcmV+l0`>igP)egY?vegYRk3NC`BMHeH4LgUaysV!*R=b&j#Y}$kbGqnHdF8A*Jf4O^i z95C*pVS_P6i3$zQfhY~|f=4S2%muU}SzW(tjs%D)N>pfa5sZ{KV=D(rc#o_Y5Q1Ht z(BPc!<^aG*VfrK2^RW#iO8ai!&%I$Z!}d|;J=fLp(0UmqQIdI3Zu=GZCrtqU)PR^s z&O;E^z~=99N#3{CPLT~_t5?YaL005+car*m3{LS+tQIcN)%=qKQ+xk=G+(~GE1&FVFF$dbjxON)c z10cp8z;&m8xrinp&w6ums`)fH(KPbWfnni&{BxId{zU1*}AW+0$RdIsgCw M07*qoM6N<$g7mKG7XSbN diff --git a/qdarkstyle/light/rc/window_undock@2x.png b/qdarkstyle/light/rc/window_undock@2x.png deleted file mode 100755 index 62fb1c1c5ec166e80c4ff95182165174ad8f99c7..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 907 zcmV;619bd}P)11n3xz^iHBAWHb6@Rk!rxQ`@9enyW1_@-RW3& zf5+MBd*6JWoqd@ZARr*X&yd>y-N|IQWlJ4n!X*GH0Ilw2xndhYh8Q#DHhpS!VWDK# z*_8qD{?r*(Xc|DTn>Yf=lfk1)i1>iIRQM)Pw0OEycuh>>?ac%e_GfxBP5-r38W6@A(q>!DTtLJAmDnV1FTJ;s^(S|0N z`59yk9smga3iF%TKO6UMp zG5FCTO^b*KZZd#WeH?(0WR4;9@8kV9M1;0_1ulq45^m?jJJ=^u8TOCn|ik!#FOj z7oWCwMK=gIWz$b28%%s{C7Zb`GKt;5xU^QBiyZ8J&O{vmdH@^{DQ1^EfXA$>S64pI hzimLifPerW^BZ{e*!lz(RW+us|y22kl2n^Vl}#FiV&QlhBu!( zIRGTT`g+NnI12bl``>{0$Q(vp!Ynn+18F(;>uc7|gBidq>OX^SU1a7Gu>_?Sg>oX~I0BAsEr)Y*u`;FW5{tGWDngO5?de zz)b*h0LU1^;IUGvM7(Yodw}>d0I@~H`o@;zHF)y2mafOZz1KqsH~_F|&IO_*fTmvo z7C-E#B}dcQQCBq(aB9w($n)z8{TVI=ECqxvAV}A91cA$ns+CKSw83;Y`9};)v|mNlJ^-xEg^F>K%SaDiLPr@O;At-8z<>-v@ftiXfi9c_=mupc z#+59mI=%(Sa;ihRuuDJ{z^6}M2Jp&+f}D|VeePXwd;@qeaNYjr^9}$2002ovPDHLk FV1ncl-@pI> diff --git a/qdarkstyle/light/rc/window_undock_disabled@2x.png b/qdarkstyle/light/rc/window_undock_disabled@2x.png deleted file mode 100755 index 6016912e580bb9edb01115b379f56ec51511d172..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 881 zcmV-%1CIQOP)RZPPaKRdnG_ z3hr7EmG0b>{sp#6p+$7jrJK4Dp%r{g(oUNRxDmQ=q39wYA}$mkDJFAVv{KAWlFm#{ zZ_~NI<;~4G-~BT8=5Xf#8jU8-P}BgHWwjZJ)^R4f22dBk`x_xFJhTq*8ZpnirQ&Ql zo&HgCc9c{Z+qnqF90=`E;)ua0fH0Oyn$N3EF~Y{qE<0lYp6%Mj1K8BIm|1Z~t4|3* zcE!2Gj73B+aEB=axa{{N1UA63tTx(r;4OgTjZn5@FbZ7yeY)~Y2>c5giPmv6+u{L$ z(7vhtKLQ)DaoRU0e%eFqVd`px7&UmcCxQp5{Xd^dnvrXZC}eDhtAFa%-YloM7}@~U z0#u_7P%S_;+5pu8R1J~yvORtZ)M(H+~&Vz6is8MGC$k_RJ;pH#`C;+t3n&1bf zX?_nMYkSnJ+Ol@;Dud<#9F`X1!v_Ygr<0}=qhk_hfGfLxjc zAd)Ns9mNvelnCtI0xqsdB#I7;=<*t{dvAF~bOpW;VZ%KoAp~V~5*drtCy>ZROJD=i zeSHxMo$6SttAHyJxi+ycg|z{y1*k?Fpjv=xv;nFGs74#0T7YV_0jdS4MjN17fNDbY z2dIKi*1Peo53N^@#Ow*+waSrL89>bQm1FTSfKhNu#o5Z?xEN3dVa%^@xQPzI(3C;A zk?QyF7v9?j{A-r3vUp%m8nD$aU;K4&W_Y;!XU*A_1JVC$rJ(nzWKUIeFdj=J31t*)syr9jMw4jBf-U8A_Uyl4XP)|iZ0@ibW10N`~@yT33O~GY1JW!m`gjfqBg_%ehzw)q`7$4i^-6Dr}y6d z?)Uw?_kQ=|VAv(y9%hQQM57_=z_h}6M5C&K(xtjP~qOF~6w0o%h-tAe#_t-JAFV0Mn0P?wQVbW6Lk7{mu^;Q(f!jA=w2-JLT?n0)5d4 z;GY_JmOp(O6YF*R`b56I?3cudns|)L_vDkW%*yqD1K0)UJ@BCun2K)sB@w_Fuz%OT zSoxoC4{~E?K>_Zs!2VR513q>#5207Cm>qUC9vT3Zl?cWy5HHT_lR<-hVJQBs9SBLi)s5?n`bf^gN`m0^bCk`;kj+gnW0%bpy22 Vg4DUw2+IHf002ovPDHLkV1j<;_(1>w diff --git a/qdarkstyle/light/rc/window_undock_focus@2x.png b/qdarkstyle/light/rc/window_undock_focus@2x.png deleted file mode 100755 index b91963e8a416806e666918ef1ec28c7d7417d4ff..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 876 zcmV-y1C#uTP) zfpC0;#KMM9T8X8G3$kY@ZLl#WV4`*wwi=>@JEFxYw?`;68Ux4evyhN@ySK-F48yVW zE9c(5_n-gm%)ZPGpin5{424b5pDnlTBrr*^Zviv_;A8~4!mthS3PW2wQ9<_8Wb&6+ za3}+eoOKn91pr-P@(82|!f-y5dR;F-3z}Is%fn#2!qJ^P0Ca(|Y~;#A^#TGt0s6dk zjR?yKVc;QC1>w5eli=Hc{%pCelHgSU=OU4IcoY*A>Z{!oeE)(w2~48-CJz8zd)oiQ zw*mil`{u+=dw?}e15t>PgHwBJfGnQx`TS@qbZ-#`!?f7rV~6%;*~NvS43I5AHp&3m z0%W5MkS#zqu{WS$Bh)v)*}1FP6U4a8K&nx^VOoU{dKjQ0h?n?J>wMvE`_B-$4uogd zrkkakM6>`#yJ#UUd|~3-g-rUrpD#7&1Rb4f-6dd{r5OUfkTiJ!=q9FjhG~t9EaGZF zZ>}^5(3Hr+2c!kStez`f5>>!qz=gSu^UP$5Dj0wkVtS@O-a0EHxx;{}rcDD7QY-}B zbb5D8L}KR>Alwj9C^Sq$bh+&TNA#4Jh3N8qAYyA|h!BEZ=$gjM9uYzgT6`O@K9UU6 z=+vd>X&JCZWcDWZt*|mcwgA~E17r)3jWR&C0NE%5WDAguGC;Nf*(d{K3y@8a`vJ1( zX>{Uy0JdufV)g{^O6^Fj3}9%BwPSHIpm?H!Z0%rN45)%I>~?RsnKr?oR6&% zg^#-ddzYo%Cl4G?1NN`WpE+gEe!P?Z?G@}eYL4JtD~k2}XiASdsoN&F8Fi5;Aixrl z*Uf-8A_|3t32#N@br?W49s;O{C>9vPR;#VeiAe1*U~N40ftioO-GF_VcGEYk2F*WM@A zMb!5J%vIMWBvk+(aIXi%MEA%0000KGP2hpXtwy2YWPv9bmAf|(P0x2C_ToiPOHOC>Qw9%wVP20i#rhAi<`}=b4xrYn? zT@v*2)YL)SBC9YDjQ-K91YBCe-g-jb8v>k~I{5j)Ey~0njq4?t7EHSkJ$`YvMK*SG z0A-?I$+}ZtfbX=oN(=6wFCeIH&(lc>td~YA7^=Um?VEvisSEI<22P4PVk@)W=Xpan z{T30$7Qq~Ni9A20(1d74$yqp3y?srV5ooVcJ7Bj=Q42V4qB3dKslGvJ$Ks943vPQ z+8eRM^R0rRFThYtW~=F>oP`Oj&A?S0&H@!xuEWMx0aV!%c#eT!H_R|P z*r=$avk57!jHQquirxhjo7jku2x=!7b4ekjuu!6KAR-ou2?@#Vvq)69-Mh=)?qqWA z{>s_8_x|(0nVn(wK}t$Wl98wZM(1=#^AZDi^dhtY+hWiag=LgE9L5)$7#(PnUzIvX zG9Z`N69QR<{ZZnWLZG0~?{>+Ha($dygXi+v4?N$hg9ljGHkqAPw_Kl^X295to>XO$ z2nKF4Mc`D>ObBhj`kH@_vM&~Cn}k4NVLOLQ-wC1r!R93f>TU3_wj7$57$|KIKZQMd zV^L&-0PW!oSljCAlK|}vHH4|S&%0d``D_t|Twb-pW1seVd5aq(HNdt2+oT5A7GRsy z0NVm=lXwHF9)upw=-yS2YY4}HJ=OZ>^7^4xF#@Vk045rX+&$MLKWmK@B4>HV@_I%g z3+ys2B!GDw&bl2k73N1(PJ+IZYS|@_o7Q24r`Q=hKnotPb2EC?WRgGwveVj!FlaLI z2Faj|YJhD4wn+`JEx4SENBi#th7d^Hi&XMn&<6Nw_DyfP8i zXF$>87O-L>Sp>c}INUK2*k{1SBl1q!614&UP~7vK^2J2xz;nRoPHqc4F_ADd%COrl z&rF36G~kAaH{VI0!gcH|haaN!x!p2kGD+1ht`FX7d&Xf<;W)6{q?mO<1rH`

  • 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%0DQ>aYC;aHcNTuM0_p5XrzTw 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 diff --git a/Release/config/XNWrapper.xml b/Release/config/XNWrapper.xml deleted file mode 100755 index 36c4716..0000000 --- a/Release/config/XNWrapper.xml +++ /dev/null @@ -1,2 +0,0 @@ - -1 diff --git a/Release/database/XNSim.db b/Release/database/XNSim.db index d72255d2ba1f19f4f017b1428a658bd6f9715f5c..999b2e6befeba93e6e439da4f2d2c7d4a9ed29c8 100644 GIT binary patch delta 640 zcmZp8;MMTJYl1Z6>xnYXjITE)OtEJbXJBC9-pnZQUw&c$M^i#u0^_y>CKd-FcFvWY z{6>5Yyu~~@+|^tSoGXEfCUe#|hKTbrNE-S#%8H9~7+V@Y?d*NNdi}E%3!l#Ge!8dO zY5&BR3%9P*y;GQAuJB zP$;N0B`+@(BpF;;jF1m6N-QWyEqbz}`N@t|NESh?00&_6lih28RzK~U|Dt*C)9ss{ zuIqW)y5hy6)z9~W;s_Mlv-bld2pn|V@9kkyGiLVX**%^815-02&-Ts_Oa?sMT+EV; z5I_62AN#`u#LPg<0>rF9%m&2lK+FNeoIuP4#N0s41H`;Q%m>8$KrFER*dIZw%>enW BHm(2w delta 182 zcmZp8;MMTJYl1Z6%ZW11j4wAPOtEJbV_;z5-pnZQUw&c$M^i#u0^_y>CKd+)Hm(Lv zej~mH-eR5{?rN?Eppq;urpBu64Xc=1Sb11@?lJIl^I7vw)p9-X113V`d+o zW7F9`Fg0)Q`M{*lGcka-{n#HSAZ7+)79eH?Vm2UV2VxE&<^*CcAm#>Q9v}v(=L2GX NAQsqu?2n+;W&r9ZO6mXr diff --git a/Release/resource/XNEditor.png b/Release/resource/XNEditor.png deleted file mode 100755 index f7d8397e36dec723a6e6e42a748039b7526882ff..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 8896 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 LszR&Zngsn1mCy(C diff --git a/Release/resource/XNIDLGen.png b/Release/resource/XNIDLGen.png deleted file mode 100755 index b5602b76e60008f1622efe7fa36fff010f94103d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 5420 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 E0PhXcQ|{WfhS;JsO!eqhekA#x03BAr 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 J3dQHB{{eZ@9uNQk diff --git a/Release/resource/XNRunner.png b/Release/resource/XNRunner.png deleted file mode 100755 index 741ee8e579e6790ddcef410dc277947af98d6e2d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2823 zcmV+i3;6VjP)Px@#~%uyz(xf;+MoamY*qk3hz=BZK>+|E zJWv2YhyfHxQ-B>LO*eXVq5yz&;%JtcrT~DX=|-NRbf^8; zVZMGiyqZ29BlM_%DM0ov<{w>fr}-VRhGpr(HT6q=bz2_M3?S>8!`+k@8(7L~+>Qk^ zfb5-rx!YWjmlAw{#b4c@9GsQ1z_@iQU;>a|{`m4Pcz>xUCA*5A_O>mX03_|ys+6!{ z;e$J)urH-=UE`VnWbb?)?8!#@WzQ$_Gg1d+byFU8?&OyqYY|Xlm1?n_Iw1P>N32`d zpe)_v^~1@VMQktH)vbU!Ao(r^r5ph$Qc7E}10cy>0F-3uD(a{Yh|2v(P7hI|%$r1kt8<0g&k$3XVV#FDUlPlnx*q@lNwI z4?s@SZ$xh;Kse$Z;iC;r*-fTvxP1fw*{+f87Stw1{UZ)Y-w!F4@+G@TDP_e0;SQvf zD_0dI_a>R;6$hm4*K9L;Cuult;ge+B&`AN14qmg(>7mrI*iBNE`>CHiARO^#aa`OW z!*25JEl&u?sr6hd07=)blAaXsQyirL2zMY;9G2df-6TajQ9wB2O>t4qKI|rA)f5GU zBi^y@Db$_m&pq3ZS@{`~a(&laIK|?UP(IjGEs}B#%83EOx3E$J zRkz>p#mB$iAH3C_g`RamK;}oY;BNGmisf_#`n@v&ko2hOtY@Domlz;CX3`2zeHHKk z(n{QluA`sbL<|sKwH1wE8DkyXnFs>HtF|&xD{ZCilnX$lo)~0+0yz(j=1t6{cK5fbb-5rVwjjn7UFf0BIoP>RUoRzuXHT^+i`B zGp?g90gy(*t=?tWPPs$?;a!k=!&heJcHdY85Sa+T%2owzrd$BB)p0bCRKVItA^=3v z``C(9z)oEPAdxPknY02nQZ5ldc->YyxEivjeESX{4aHKsOVLZY0HochYHVdXN5KHn zSQxdv9QnEgK-!L|23Hpr_wNs1OD#+Y5I*@M<AH;dFtmHzxzq&v9^;pv6Q(FL{sXn$hDvn$0O6wzkT6C8>60n|8RH$=Dk`8? zjBi>rJBVU9VETsw+Qm445RG;fFi?!E0j?lEs~GJkDPXl2C&ilNRyt=Vl?qt8 z{2L>nP>Ka0W1P}f+j{B^c96Cr&-`j?t2fjD84T~8&x3i7GQoTbR9J5)1M=n0IlrIJ z1B_%-fjaItVzm>gL59h^I-lQo=Z<10M!WhHXd$I~sycww7l$@y+(=3VAU4CR;#swo zQmFyLr++GDVB^&5KEjRhh**lnuS~_bqoOvArc{bM2p?{!DEwcTYTGH58X&xv-U1%& zr&MZy@W^}RfOL{lDFVXtSal-OS4ssSbw;VmtcQ!g;2)2reriBvkz0(4onq}?u!C3( zfQ@tNG^JA8K?cJ-uvh~keWz5)fbhVgWkgzhmTIcrVky=zQ65;F>aKGAC4cv?+$!>q z3?TV6t!%{p?l#6aNE8qrHyPs^fwmOlTSW$ttrE4^fI>XhtD=B#n;z?yg6#}{2e;s= zlZO@tgu9SrPfhN~u8|@kfTXBaSs#vX(;X%X$ojI7yO4BujqMp0KDe{59}cg^_N4t< z0dYXM3y}#uc8xqb14ten4UG~OZdHgMoEe%_wNnuXgu9S(vBIvAUt4iNc(X9S6P;t% zD50uK4Z>YWURSbfw=HS#e17wBVMcgEmd|90Eu)YyGEo? z<(jDg!cp(b4&`$@5giE^mvj*Iwc+6)9on&($h&6>D2U4 z)fqtzkYTy)7wSB5s}t7wtO7_rEq@+~I-``bqT{Lp(&R}NV2B2AX=AE@v{a~5fR_$c zo$-|cX`xW(>*zY6D`Qm^ko6-cwSGvBlPQ@H)wQAyNPQ<+e63J7WM!?Z15!_+4j8hb zX~UX2AodG&z_1ajIR{|Cco^g7b@EmsmRYi93t>0%fUDwt zHv4V$Gh@y@~J diff --git a/Release/resource/XNSim.png b/Release/resource/XNSim.png deleted file mode 100755 index 92c5fbc9b526037ed89fca4bd8bf9c658d930b2f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 34744 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 diff --git a/Release/resource/XNSysMonitor.png b/Release/resource/XNSysMonitor.png deleted file mode 100755 index 99515b098f4c6546ae717592146e420051f5e35a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 7747 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 diff --git a/Release/resource/XNWrapper.png b/Release/resource/XNWrapper.png deleted file mode 100755 index 2c85ee4bfbb99505444fd70dc0db0cce2593f0a2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4192 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 bd_Pr37LM$Aeh#328G!IwhPVn1hw%RZ1Hhcl diff --git a/XNEditor/.vscode/c_cpp_properties.json b/XNEditor/.vscode/c_cpp_properties.json deleted file mode 100755 index 0b3cbd5..0000000 --- a/XNEditor/.vscode/c_cpp_properties.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "configurations": [ - { - "compileCommands": "${workspaceFolder}/build/compile_commands.json", - "configurationProvider": "ms-vscode.cmake-tools" - } - ], - "version": 4 -} \ No newline at end of file diff --git a/XNEditor/.vscode/settings.json b/XNEditor/.vscode/settings.json deleted file mode 100755 index 69b7356..0000000 --- a/XNEditor/.vscode/settings.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "files.associations": { - "*.cpp": "cpp", - "qhboxlayout": "cpp", - "deque": "cpp", - "list": "cpp", - "string": "cpp", - "vector": "cpp", - "qtextstream": "cpp", - "qxmlstreamattributes": "cpp" - } -} \ No newline at end of file diff --git a/XNEditor/CMakeLists.txt b/XNEditor/CMakeLists.txt deleted file mode 100755 index c96a0e6..0000000 --- a/XNEditor/CMakeLists.txt +++ /dev/null @@ -1,72 +0,0 @@ -cmake_minimum_required(VERSION 3.16) - -project(XNEditor VERSION 0.1 LANGUAGES CXX) - -set(CMAKE_AUTOUIC ON) -set(CMAKE_AUTOMOC ON) -set(CMAKE_AUTORCC ON) - -set(CMAKE_CXX_STANDARD 17) -set(CMAKE_CXX_STANDARD_REQUIRED ON) - -find_package(QT NAMES Qt6 Qt5 REQUIRED COMPONENTS Widgets Xml) -find_package(Qt${QT_VERSION_MAJOR} REQUIRED COMPONENTS Widgets Xml) - -set(QT_SOURCE_FILE ../qdarkstyle/dark/darkstyle.qrc) - -# 根据 Qt 版本选择正确的资源添加函数 -qt6_add_resources(QT_RESOURCES ${QT_SOURCE_FILE}) - -set(PROJECT_SOURCES - main.cpp - mainwindow.cpp - mainwindow.h - mainwindow.ui - ${QT_RESOURCES} -) - -if(${QT_VERSION_MAJOR} GREATER_EQUAL 6) - qt_add_executable(XNEditor - MANUAL_FINALIZATION - ${PROJECT_SOURCES} - ) -# Define target properties for Android with Qt 6 as: -# set_property(TARGET XNEditor APPEND PROPERTY QT_ANDROID_PACKAGE_SOURCE_DIR -# ${CMAKE_CURRENT_SOURCE_DIR}/android) -# For more information, see https://doc.qt.io/qt-6/qt-add-executable.html#target-creation -else() - if(ANDROID) - add_library(XNEditor SHARED - ${PROJECT_SOURCES} - ) -# Define properties for Android with Qt 5 after find_package() calls as: -# set(ANDROID_PACKAGE_SOURCE_DIR "${CMAKE_CURRENT_SOURCE_DIR}/android") - else() - add_executable(XNEditor - ${PROJECT_SOURCES} - ) - endif() -endif() - -target_link_libraries(XNEditor PRIVATE Qt${QT_VERSION_MAJOR}::Widgets Qt${QT_VERSION_MAJOR}::Xml) - -# Check if CMAKE_INSTALL_PREFIX is set to its default value -if(CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT) - set(CMAKE_INSTALL_PREFIX "${CMAKE_SOURCE_DIR}/../Release" CACHE PATH "Install path prefix" FORCE) -endif() - -include(GNUInstallDirs) -install(TARGETS XNEditor - BUNDLE DESTINATION . - LIBRARY DESTINATION . - RUNTIME DESTINATION . -) - -# Add a post-installation command to set the application icon using gio -install(CODE " - execute_process(COMMAND gio set -t string ${CMAKE_INSTALL_PREFIX}/XNEditor \"metadata::custom-icon\" \"file://${CMAKE_INSTALL_PREFIX}/resource/XNEditor.png\") -") - -if(QT_VERSION_MAJOR EQUAL 6) - qt_finalize_executable(XNEditor) -endif() diff --git a/XNEditor/CMakeLists.txt.user b/XNEditor/CMakeLists.txt.user deleted file mode 100755 index 18e9dc3..0000000 --- a/XNEditor/CMakeLists.txt.user +++ /dev/null @@ -1,423 +0,0 @@ - - - - - - EnvironmentId - {c0015c8c-17e0-44a4-897e-eb0bda6a867e} - - - ProjectExplorer.Project.ActiveTarget - 0 - - - ProjectExplorer.Project.EditorSettings - - true - false - true - - Cpp - - CppGlobal - - - - QmlJS - - QmlJSGlobal - - - 2 - UTF-8 - false - 4 - false - 80 - true - true - 1 - 0 - false - true - false - 2 - true - true - 0 - 8 - true - false - 1 - true - true - true - *.md, *.MD, Makefile - false - true - true - - - - ProjectExplorer.Project.PluginSettings - - - true - false - true - true - true - true - - false - - - 0 - true - - true - true - Builtin.DefaultTidyAndClazy - 10 - true - - - - true - - - - - ProjectExplorer.Project.Target.0 - - Desktop - Desktop Qt 6.5.3 MinGW 64-bit - Desktop Qt 6.5.3 MinGW 64-bit - qt.qt6.653.win64_mingw_kit - 0 - 0 - 0 - - Debug - 2 - false - - -DCMAKE_BUILD_TYPE:STRING=Debug --DCMAKE_PREFIX_PATH:PATH=%{Qt:QT_INSTALL_PREFIX} --DCMAKE_C_COMPILER:FILEPATH=%{Compiler:Executable:C} --DCMAKE_CXX_FLAGS_INIT:STRING=%{Qt:QML_DEBUG_FLAG} --DQT_QMAKE_EXECUTABLE:FILEPATH=%{Qt:qmakeExecutable} --DCMAKE_PROJECT_INCLUDE_BEFORE:FILEPATH=%{BuildConfig:BuildDirectory:NativeFilePath}/.qtc/package-manager/auto-setup.cmake --DCMAKE_CXX_COMPILER:FILEPATH=%{Compiler:Executable:Cxx} --DCMAKE_GENERATOR:STRING=Ninja - 0 - I:\MyPrj\XNSim\XNEditor\build\Desktop_Qt_6_5_3_MinGW_64_bit-Debug - - - - - all - - false - - true - 构建 - CMakeProjectManager.MakeStep - - 1 - 构建 - 构建 - ProjectExplorer.BuildSteps.Build - - - - - - clean - - false - - true - 构建 - CMakeProjectManager.MakeStep - - 1 - 清除 - 清除 - ProjectExplorer.BuildSteps.Clean - - 2 - false - - false - - Debug - CMakeProjectManager.CMakeBuildConfiguration - - - Release - 2 - false - - -DCMAKE_BUILD_TYPE:STRING=Release --DCMAKE_PREFIX_PATH:PATH=%{Qt:QT_INSTALL_PREFIX} --DCMAKE_C_COMPILER:FILEPATH=%{Compiler:Executable:C} --DCMAKE_CXX_FLAGS_INIT:STRING=%{Qt:QML_DEBUG_FLAG} --DQT_QMAKE_EXECUTABLE:FILEPATH=%{Qt:qmakeExecutable} --DCMAKE_PROJECT_INCLUDE_BEFORE:FILEPATH=%{BuildConfig:BuildDirectory:NativeFilePath}/.qtc/package-manager/auto-setup.cmake --DCMAKE_CXX_COMPILER:FILEPATH=%{Compiler:Executable:Cxx} --DCMAKE_GENERATOR:STRING=Ninja - I:\MyPrj\XNSim\XNEditor\build\Desktop_Qt_6_5_3_MinGW_64_bit-Release - - - - - all - - false - - true - CMakeProjectManager.MakeStep - - 1 - 构建 - 构建 - ProjectExplorer.BuildSteps.Build - - - - - - clean - - false - - true - CMakeProjectManager.MakeStep - - 1 - 清除 - 清除 - ProjectExplorer.BuildSteps.Clean - - 2 - false - - false - - Release - CMakeProjectManager.CMakeBuildConfiguration - - - RelWithDebInfo - 2 - false - - -DCMAKE_BUILD_TYPE:STRING=RelWithDebInfo --DCMAKE_PREFIX_PATH:PATH=%{Qt:QT_INSTALL_PREFIX} --DCMAKE_C_COMPILER:FILEPATH=%{Compiler:Executable:C} --DCMAKE_CXX_FLAGS_INIT:STRING=%{Qt:QML_DEBUG_FLAG} --DQT_QMAKE_EXECUTABLE:FILEPATH=%{Qt:qmakeExecutable} --DCMAKE_PROJECT_INCLUDE_BEFORE:FILEPATH=%{BuildConfig:BuildDirectory:NativeFilePath}/.qtc/package-manager/auto-setup.cmake --DCMAKE_CXX_COMPILER:FILEPATH=%{Compiler:Executable:Cxx} --DCMAKE_GENERATOR:STRING=Ninja - I:\MyPrj\XNSim\XNEditor\build\Desktop_Qt_6_5_3_MinGW_64_bit-RelWithDebInfo - - - - - all - - false - - true - CMakeProjectManager.MakeStep - - 1 - 构建 - 构建 - ProjectExplorer.BuildSteps.Build - - - - - - clean - - false - - true - CMakeProjectManager.MakeStep - - 1 - 清除 - 清除 - ProjectExplorer.BuildSteps.Clean - - 2 - false - - false - - Release with Debug Information - CMakeProjectManager.CMakeBuildConfiguration - - - RelWithDebInfo - 2 - false - - -DCMAKE_BUILD_TYPE:STRING=RelWithDebInfo --DCMAKE_PREFIX_PATH:PATH=%{Qt:QT_INSTALL_PREFIX} --DCMAKE_C_COMPILER:FILEPATH=%{Compiler:Executable:C} --DCMAKE_CXX_FLAGS_INIT:STRING=%{Qt:QML_DEBUG_FLAG} --DQT_QMAKE_EXECUTABLE:FILEPATH=%{Qt:qmakeExecutable} --DCMAKE_PROJECT_INCLUDE_BEFORE:FILEPATH=%{BuildConfig:BuildDirectory:NativeFilePath}/.qtc/package-manager/auto-setup.cmake --DCMAKE_CXX_COMPILER:FILEPATH=%{Compiler:Executable:Cxx} --DCMAKE_GENERATOR:STRING=Ninja - 0 - I:\MyPrj\XNSim\XNEditor\build\Desktop_Qt_6_5_3_MinGW_64_bit-Profile - - - - - all - - false - - true - CMakeProjectManager.MakeStep - - 1 - 构建 - 构建 - ProjectExplorer.BuildSteps.Build - - - - - - clean - - false - - true - CMakeProjectManager.MakeStep - - 1 - 清除 - 清除 - ProjectExplorer.BuildSteps.Clean - - 2 - false - - false - - Profile - CMakeProjectManager.CMakeBuildConfiguration - - - MinSizeRel - 2 - false - - -DCMAKE_BUILD_TYPE:STRING=MinSizeRel --DCMAKE_PREFIX_PATH:PATH=%{Qt:QT_INSTALL_PREFIX} --DCMAKE_C_COMPILER:FILEPATH=%{Compiler:Executable:C} --DCMAKE_CXX_FLAGS_INIT:STRING=%{Qt:QML_DEBUG_FLAG} --DQT_QMAKE_EXECUTABLE:FILEPATH=%{Qt:qmakeExecutable} --DCMAKE_PROJECT_INCLUDE_BEFORE:FILEPATH=%{BuildConfig:BuildDirectory:NativeFilePath}/.qtc/package-manager/auto-setup.cmake --DCMAKE_CXX_COMPILER:FILEPATH=%{Compiler:Executable:Cxx} --DCMAKE_GENERATOR:STRING=Ninja - I:\MyPrj\XNSim\XNEditor\build\Desktop_Qt_6_5_3_MinGW_64_bit-MinSizeRel - - - - - all - - false - - true - CMakeProjectManager.MakeStep - - 1 - 构建 - 构建 - ProjectExplorer.BuildSteps.Build - - - - - - clean - - false - - true - CMakeProjectManager.MakeStep - - 1 - 清除 - 清除 - ProjectExplorer.BuildSteps.Clean - - 2 - false - - false - - Minimum Size Release - CMakeProjectManager.CMakeBuildConfiguration - - 5 - - - 0 - 部署 - 部署 - ProjectExplorer.BuildSteps.Deploy - - 1 - - false - ProjectExplorer.DefaultDeployConfiguration - - 1 - - true - true - 0 - true - - - 2 - - false - -e cpu-cycles --call-graph "dwarf,4096" -F 250 - XNEditor - CMakeProjectManager.CMakeRunConfiguration.XNEditor - XNEditor - false - true - true - true - I:/MyPrj/XNSim/XNEditor/build/Desktop_Qt_6_5_3_MinGW_64_bit-Debug - - 1 - - - - ProjectExplorer.Project.TargetCount - 1 - - - ProjectExplorer.Project.Updater.FileVersion - 22 - - - Version - 22 - - diff --git a/XNEditor/main.cpp b/XNEditor/main.cpp deleted file mode 100755 index 6d3b499..0000000 --- a/XNEditor/main.cpp +++ /dev/null @@ -1,40 +0,0 @@ -/** - * @file main.cpp - * @author jinchao - * @brief 主函数 - * @version 1.0 - * @date 2025-02-14 - * - * @copyright Copyright (c) 2025 COMAC - * - */ - -#include "mainwindow.h" - -#include -#include -#include - -/** - * @brief 主函数 - * @param argc 参数个数 - * @param argv 参数列表 - * @return 返回值 - */ -int main(int argc, char *argv[]) -{ - QApplication a(argc, argv); - // 设置主题 - QFile file(":qdarkstyle/dark/darkstyle.qss"); - if (file.open(QFile::ReadOnly)) { - QTextStream stream(&file); - QString styleSheet = stream.readAll(); - a.setStyleSheet(styleSheet); - } - // 创建主窗口 - MainWindow w; - // 显示主窗口 - w.show(); - // 执行应用程序 - return a.exec(); -} diff --git a/XNEditor/mainwindow.cpp b/XNEditor/mainwindow.cpp deleted file mode 100755 index 232f09c..0000000 --- a/XNEditor/mainwindow.cpp +++ /dev/null @@ -1,2225 +0,0 @@ -/** - * @file mainwindow.cpp - * @author jinchao - * @brief 主窗口类实现 - * @version 1.0 - * @date 2025-02-14 - * - * @copyright Copyright (c) 2025 COMAC - * - */ -#include "mainwindow.h" -#include "./ui_mainwindow.h" -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include - -//构造函数 -MainWindow::MainWindow(QWidget *parent) : QMainWindow(parent), ui(new Ui::MainWindow) -{ - ui->setupUi(this); - isModified = false; // 初始化 - - // 设置窗口标题 - setWindowTitle("XNEditor"); - // 设置窗口图标 - setWindowIcon(QIcon(":/icon/XNEditor.png")); - - // 设置窗口大小 - resize(700, 1000); - - // 初始化菜单栏 - initMenu(); - - //初始化中央控件 - initCentralWidget(0); -} - -// 构造函数 -MainWindow::MainWindow(QString fileName, QWidget *parent) - : QMainWindow(parent), ui(new Ui::MainWindow) -{ - ui->setupUi(this); - - // 设置窗口标题 - setWindowTitle("XNEditor"); - // 设置窗口图标 - setWindowIcon(QIcon(":/icon/XNEditor.png")); - - // 设置窗口大小 - resize(500, 1000); - - // 初始化菜单栏 - initMenu(); - - // 设置当前文件路径 - currentFilePath = fileName; - isModified = false; - - // 根据文件类型初始化中央控件 - if (currentFilePath.endsWith(".mcfg")) { // 模型配置文件 - initCentralWidget(1); - currentFileType = 1; - // 打开模型配置文件 - openModelFile(); - } else if (currentFilePath.endsWith(".scfg")) { // 服务配置文件 - initCentralWidget(1); - currentFileType = 2; - // 打开服务配置文件 - openServiceFile(); - } else if (currentFilePath.endsWith(".idl")) { // IDL文件 - initCentralWidget(2); - currentFileType = 3; - // 打开IDL文件 - openIDLFile(); - } -} - -// 析构函数 -MainWindow::~MainWindow() -{ - delete ui; -} - -// 初始化菜单栏 -void MainWindow::initMenu() -{ - // 初始化文件菜单 - initFileMenu(); - //初始化编辑菜单 - initEditMenu(); -} - -// 初始化文件菜单 -void MainWindow::initFileMenu() -{ - // 获取菜单栏 - QMenuBar *menuBar = ui->menubar; - - // 设置菜单 - QMenu *fileMenu = new QMenu("&File", this); - menuBar->addMenu(fileMenu); - - // New菜单项 - QAction *newAction = new QAction("&New Scenario", this); - fileMenu->addAction(newAction); - newAction->setShortcut(QKeySequence(Qt::CTRL | Qt::Key_N)); - connect(newAction, &QAction::triggered, this, &MainWindow::onNewFileTriggered); - - // 添加分隔 - fileMenu->addSeparator(); - - // Open菜单项 - QAction *openAction = new QAction("&Open", this); - openAction->setShortcut(QKeySequence(Qt::CTRL | Qt::Key_O)); - fileMenu->addAction(openAction); - connect(openAction, &QAction::triggered, this, &MainWindow::onOpenFileTriggered); - - // 添加分隔 - fileMenu->addSeparator(); - - // Save菜单项 - QAction *saveAction = new QAction("&Save", this); - fileMenu->addAction(saveAction); - saveAction->setShortcut(QKeySequence(Qt::CTRL | Qt::Key_S)); - connect(saveAction, &QAction::triggered, [this]() { - if (currentFilePath.isEmpty()) { - return; - } - //保存文件 - saveFile(currentFilePath); - }); - - //Save As 菜单项 - QAction *saveAsAction = new QAction("Save As...", this); - fileMenu->addAction(saveAsAction); - saveAsAction->setShortcut(QKeySequence(Qt::CTRL | Qt::SHIFT | Qt::Key_S)); - connect(saveAsAction, &QAction::triggered, [this]() { - // 打开选择保存路径对话框 - QString filePath = QFileDialog::getSaveFileName( - this, tr("Save As"), "", tr("Scenario Files (*.sce);;All Files (*)")); - if (!filePath.isEmpty()) { - currentFilePath = filePath; - //保存文件 - saveFile(filePath); - } - }); - - // 添加分隔 - fileMenu->addSeparator(); - - // Close 菜单项 - QAction *closeAction = new QAction("&Close File", this); - fileMenu->addAction(closeAction); - closeAction->setShortcut(QKeySequence(Qt::CTRL | Qt::Key_W)); - connect(closeAction, &QAction::triggered, this, &MainWindow::onCloseFileTriggered); - - // 添加分隔 - fileMenu->addSeparator(); - - // Exit 菜单项 - QAction *exitAction = new QAction("&Exit", this); - fileMenu->addAction(exitAction); - exitAction->setShortcut(QKeySequence(Qt::CTRL | Qt::Key_Q)); - connect(exitAction, &QAction::triggered, [this]() { close(); }); -} - -// 初始化编辑菜单 -void MainWindow::initEditMenu() -{ - // 获取菜单栏 - QMenuBar *menuBar = ui->menubar; - //TODO 添加编辑相关菜单项 -} - -// 初始化中心组件 -void MainWindow::initCentralWidget(int style) -{ - // 清理旧中心组件 - QWidget *oldCentralWidget = centralWidget(); - if (oldCentralWidget) { - delete oldCentralWidget; - } - - // 新建新中心组件 - QWidget *centralWidget = new QWidget(this); - setCentralWidget(centralWidget); - - // 中心组件水平布局 - QHBoxLayout *layout = new QHBoxLayout(centralWidget); - - if (style == 0) { //如果是运行环境配置文件类型 - // 创建一个水平分割器 - QSplitter *splitter = new QSplitter(Qt::Horizontal, centralWidget); - splitter->setObjectName("splitter"); - layout->addWidget(splitter); - - // 创建左边窗口 - QWidget *leftWidget = new QWidget(splitter); - leftWidget->setObjectName("leftWidget"); - //左侧窗口垂直布局 - QVBoxLayout *leftLayout = new QVBoxLayout(leftWidget); - // 创建模型配置文件树型控件 - QTreeWidget *ModelWidget = new QTreeWidget(leftWidget); - ModelWidget->setObjectName("ModelWidget"); - ModelWidget->setHeaderLabels(QStringList() << "Models"); - leftLayout->addWidget(ModelWidget); - // 创建服务配置文件树型控件 - QTreeWidget *ServiceWidget = new QTreeWidget(leftWidget); - ServiceWidget->setObjectName("ServiceWidget"); - ServiceWidget->setHeaderLabels(QStringList() << "Services"); - leftLayout->addWidget(ServiceWidget); - // 为模型配置文件树型控件添加右键菜单 - ModelWidget->setContextMenuPolicy(Qt::CustomContextMenu); - connect(ModelWidget, &QTreeWidget::customContextMenuRequested, this, - [=](const QPoint &pos) { - //获取点击右键时选中的元素 - QTreeWidgetItem *item = ModelWidget->itemAt(pos); - if (item) { - //新建右键菜单 - QMenu contextMenu; - //添加在新窗口打开的选项 - QAction *openAction = new QAction("Open in New Window", this); - contextMenu.addAction(openAction); - // 链接打开选项的槽 - connect(openAction, &QAction::triggered, this, [this, item]() { - //获取选中元素的文件名 - QString fileName = modelPath + "/" + item->text(0); - //在新窗口打开文件 - openFileInNewWindow(fileName); - }); - //显示右键菜单 - contextMenu.exec(ModelWidget->mapToGlobal(pos)); - } - }); - - // 为服务配置文件树型控件添加右键菜单 - ServiceWidget->setContextMenuPolicy(Qt::CustomContextMenu); - connect(ServiceWidget, &QTreeWidget::customContextMenuRequested, this, - [=](const QPoint &pos) { - //获取点击右键时选中的元素 - QTreeWidgetItem *item = ServiceWidget->itemAt(pos); - if (item) { - //新建右键菜单 - QMenu contextMenu; - //添加在新窗口打开的选项 - QAction *openAction = new QAction("Open in New Window", this); - contextMenu.addAction(openAction); - // 链接打开选项的槽 - connect(openAction, &QAction::triggered, this, [this, item]() { - //获取选中元素的文件名 - QString fileName = ServicePath + "/" + item->text(0); - //在新窗口打开文件 - openFileInNewWindow(fileName); - }); - //显示右键菜单 - contextMenu.exec(ServiceWidget->mapToGlobal(pos)); - } - }); - - // 将左边窗口添加到分割器 - splitter->addWidget(leftWidget); - - // 创建右边窗口 - QWidget *rightWidget = new QWidget(splitter); - rightWidget->setObjectName("rightWidget"); - //右侧窗口垂直布局 - QVBoxLayout *rightLayout = new QVBoxLayout(rightWidget); - rightLayout->setObjectName("rightLayout"); - - // 将右边窗口添加到分割器 - splitter->addWidget(rightWidget); - - // 设置分割器两侧大小 - splitter->setSizes({200, 400}); - } else if (style == 1) { //如果是模型/服务配置文件类型 - // 创建右边窗口 - QWidget *rightWidget = new QWidget(centralWidget); - rightWidget->setObjectName("rightWidget"); - //右侧窗口垂直布局 - QVBoxLayout *rightLayout = new QVBoxLayout(rightWidget); - rightLayout->setObjectName("rightLayout"); - - layout->addWidget(rightWidget); - } else if (style == 2) { //如果是IDL文件类型 - // 创建一个水平分割器 - QSplitter *splitter = new QSplitter(Qt::Horizontal, centralWidget); - splitter->setObjectName("splitter"); - layout->addWidget(splitter); - - // 创建左边窗口,为树型控件,显示IDL结构 - QTreeWidget *leftWidget = new QTreeWidget(splitter); - leftWidget->setObjectName("leftWidget"); - // 初始化该树型控件 - initIDLTreeWidget(); - // 将左边窗口添加到分割器 - splitter->addWidget(leftWidget); - - // 创建右边窗口,为表格控件,显示结构体内容 - QTableWidget *rightWidget = new QTableWidget(splitter); - rightWidget->setObjectName("rightWidget"); - // 设置表格为4列 - rightWidget->setColumnCount(4); - // 设置列标题 - QStringList headers; - headers << "Name" << "Type" << "Size" << "Description"; - rightWidget->setHorizontalHeaderLabels(headers); - // 设置表格只能单选 - rightWidget->setSelectionMode(QAbstractItemView::SingleSelection); - // 设置表头自动伸缩 - rightWidget->horizontalHeader()->setSectionResizeMode(QHeaderView::Stretch); - - // 将右边窗口添加到分割器 - splitter->addWidget(rightWidget); - - // 设置分割器两侧大小 - splitter->setSizes({200, 400}); // Adjust these values as needed - } -} - -// 初始化IDL文件结构窗口 -void MainWindow::initIDLTreeWidget() -{ - // 获取左边窗口 - QTreeWidget *leftWidget = findChild("leftWidget"); - if (leftWidget) { - // 设置右键菜单策略 - leftWidget->setContextMenuPolicy(Qt::CustomContextMenu); - - // 连接右键菜单信号 - connect( - leftWidget, &QTreeWidget::customContextMenuRequested, this, - [this, leftWidget](const QPoint &pos) { - // 获取点击右键时选择的元素 - QTreeWidgetItem *item = leftWidget->itemAt(pos); - QMenu contextMenu; - if (!item) { // 在空白处右键,只能添加顶层namespace - // 新建添加namespace的选项 - QAction *addNamespaceAction = new QAction("Add Module", this); - // 链接添加namespace的槽 - connect(addNamespaceAction, &QAction::triggered, [this, leftWidget]() { - bool ok; - QString name; - do { - // 打开输入namespace名称的对话框 - name = QInputDialog::getText( - this, tr("Add Module"), - tr("Module name (must be a valid C++ identifier):"), - QLineEdit::Normal, "", &ok); - - if (!ok) - return; // 用户点击取消 - - // 只能输入c++标准的类名 - QRegularExpression regex("^[A-Za-z_][A-Za-z0-9_]*$"); - if (!regex.match(name).hasMatch()) { - // 如果输入的名称不符合c++标准的类名,则提示错误 - QMessageBox::warning( - this, tr("Invalid Name"), - tr("Module name must start with a letter or underscore and " - "contain only letters, numbers and underscores.")); - ok = false; - } - } while (!ok || name.isEmpty()); - // 新建一个namespace - QTreeWidgetItem *newItem = new QTreeWidgetItem(QStringList() << name); - // 将namespace添加到树型控件 - leftWidget->addTopLevelItem(newItem); - // 将namespace添加到存储好的结构中 - NamespaceDefinition newNamespace; - newNamespace.namespaceName = name; - namespaces.push_back(QSharedPointer(&newNamespace)); - // 设置修改状态 - isModified = true; - // 更新窗口标题 - updateWindowTitle(); - }); - contextMenu.addAction(addNamespaceAction); - } else { //如果不是空白处 - //计算在第几层 - int level = 0; - QTreeWidgetItem *parent = item; - while (parent->parent()) { - parent = parent->parent(); - level++; - } - - if (level < 2) { // 第一层或第二层可以添加module和struct - // 新建添加module的选项 - QAction *addNamespaceAction = new QAction("Add Module", this); - // 链接添加module的槽 - connect(addNamespaceAction, &QAction::triggered, [this, item]() { - bool ok; - QString name; - do { - // 打开输入namespace名称的对话框 - name = QInputDialog::getText( - this, tr("Add Module"), - tr("Module name (must be a valid C++ identifier):"), - QLineEdit::Normal, "", &ok); - - if (!ok) - return; // 用户点击取消 - // 只能输入c++标准的类名 - QRegularExpression regex("^[A-Za-z_][A-Za-z0-9_]*$"); - if (!regex.match(name).hasMatch()) { - QMessageBox::warning( - this, tr("Invalid Name"), - tr("Module name must start with a letter or underscore and " - "contain only letters, numbers and underscores.")); - ok = false; - } - } while (!ok || name.isEmpty()); - // 将namespace添加为该元素的子元素 - QTreeWidgetItem *newItem = new QTreeWidgetItem(QStringList() << name); - item->addChild(newItem); - item->setExpanded(true); - isModified = true; - updateWindowTitle(); - }); - contextMenu.addAction(addNamespaceAction); - // 新建添加Struct的选项 - QAction *addStructAction = new QAction("Add Struct", this); - // 链接添加Struct的槽 - connect(addStructAction, &QAction::triggered, [this, item]() { - bool ok; - QString name; - do { - // 打开输入Struct名称的对话框 - name = QInputDialog::getText( - this, tr("Add Struct"), - tr("Struct name (must be a valid C++ identifier):"), - QLineEdit::Normal, "", &ok); - - if (!ok) - return; // 用户点击取消 - // 只能输入c++标准的类名 - QRegularExpression regex("^[A-Za-z_][A-Za-z0-9_]*$"); - if (!regex.match(name).hasMatch()) { - QMessageBox::warning( - this, tr("Invalid Name"), - tr("Struct name must start with a letter or underscore and " - "contain only letters, numbers and underscores.")); - ok = false; - } - } while (!ok || name.isEmpty()); - // 新建一个Struct - QTreeWidgetItem *newItem = new QTreeWidgetItem(QStringList() << name); - // 将Struct添加为该元素的子元素 - item->addChild(newItem); - item->setExpanded(true); - // 设置修改状态 - isModified = true; - // 更新窗口标题 - updateWindowTitle(); - }); - contextMenu.addAction(addStructAction); - } else if (level == 2) { // 第三层只能添加struct - // 新建添加Struct的选项 - QAction *addStructAction = new QAction("Add Struct", this); - // 链接添加Struct的槽 - connect(addStructAction, &QAction::triggered, [this, item]() { - bool ok; - QString name; - do { - // 打开输入Struct名称的对话框 - name = QInputDialog::getText( - this, tr("Add Struct"), - tr("Struct name (must be a valid C++ identifier):"), - QLineEdit::Normal, "", &ok); - - if (!ok) - return; // 用户点击取消 - // 只能输入c++标准的类名 - QRegularExpression regex("^[A-Za-z_][A-Za-z0-9_]*$"); - if (!regex.match(name).hasMatch()) { - QMessageBox::warning( - this, tr("Invalid Name"), - tr("Struct name must start with a letter or underscore and " - "contain only letters, numbers and underscores.")); - ok = false; - } - } while (!ok || name.isEmpty()); - // 新建一个Struct - QTreeWidgetItem *newItem = new QTreeWidgetItem(QStringList() << name); - // 将Struct添加为该元素的子元素 - item->addChild(newItem); - item->setExpanded(true); - // 设置修改状态 - isModified = true; - // 更新窗口标题 - updateWindowTitle(); - }); - contextMenu.addAction(addStructAction); - } - - // 所有层级都可以删除 - contextMenu.addSeparator(); - QAction *deleteAction = new QAction("Delete", this); - connect(deleteAction, &QAction::triggered, [this, item]() { - delete item; - isModified = true; - updateWindowTitle(); - }); - contextMenu.addAction(deleteAction); - } - - if (!contextMenu.actions().isEmpty()) { - contextMenu.exec(leftWidget->mapToGlobal(pos)); - } - }); - } -} - -// 新建文件 -void MainWindow::onNewFileTriggered() -{ - // 如果文件被修改,则先关闭文件 - if (isModified) { - // 关闭文件 - onCloseFileTriggered(); - } - // 打开新建环境配置文件对话框 - QString filePath = QFileDialog::getSaveFileName(this, tr("New Scenario"), "", - tr("Scenario Files (*.sce);;All Files (*)")); - // 如果文件路径不为空 - if (!filePath.isEmpty()) { - // 打开模板文件 - QFile templateFile("template/Template.sce.tmp"); - // 如果模板文件存在 - if (templateFile.exists()) { - // 打开模板文件 - if (templateFile.open(QIODevice::ReadOnly | QIODevice::Text)) { - QFile newFile(filePath); - if (newFile.open(QIODevice::WriteOnly | QIODevice::Text)) { - // 读取模板文件 - QTextStream in(&templateFile); - // 写入新文件 - QTextStream out(&newFile); - out << in.readAll(); - // 关闭模板文件 - templateFile.close(); - // 关闭新文件 - newFile.close(); - // 设置当前文件路径 - currentFilePath = filePath; - // 设置当前文件类型 - currentFileType = 0; - // 打开环境配置文件 - openScenarioFile(); - } else { - // 如果新建文件失败,则提示错误 - QMessageBox::warning(this, tr("Error"), - tr("Failed to create new scenario file.")); - } - } else { - // 如果打开模板文件失败,则提示错误 - QMessageBox::warning(this, tr("Error"), tr("Failed to open template file.")); - } - } else { - // 如果模板文件不存在,则提示错误 - QMessageBox::warning(this, tr("Error"), tr("Template file does not exist.")); - } - } -} - -// 打开文件 -void MainWindow::onOpenFileTriggered() -{ - // 如果文件被修改,则先关闭文件 - if (isModified) { - // 关闭文件 - onCloseFileTriggered(); - } - // 打开打开文件对话框 - QString filePath = QFileDialog::getOpenFileName( - this, tr("Open File"), "", - tr("All Supported Files (*.sce *.xml *.mcfg *.scfg *.idl);;All Files (*)")); - // 如果文件路径不为空 - if (!filePath.isEmpty()) { - // 设置当前文件路径 - currentFilePath = filePath; - if (filePath.endsWith(".idl")) { //如果是IDL文件 - currentFileType = 3; - // 重新初始化布局 - initCentralWidget(2); - // 打开IDL文件 - openIDLFile(); - return; - } - // 打开文件 - QFile file(filePath); - if (file.open(QIODevice::ReadOnly | QIODevice::Text)) { - // 读取文件 - QXmlStreamReader xmlReader(&file); - while (!xmlReader.atEnd() && !xmlReader.hasError()) { - // 读取下一个元素 - QXmlStreamReader::TokenType token = xmlReader.readNext(); - if (token == QXmlStreamReader::StartElement) { - // 获取元素名称 - QString rootElement = xmlReader.name().toString(); - if (rootElement == "Scenario") { //如果是环境配置文件 - currentFileType = 0; - resize(700, 1000); - initCentralWidget(0); // 重新初始化布局 - file.close(); - // 打开环境配置文件 - openScenarioFile(); - return; - } else if (rootElement == "Model") { //如果是模型文件 - currentFileType = 1; - resize(500, 1000); - initCentralWidget(1); // 重新初始化布局 - file.close(); - // 打开模型文件 - openModelFile(); - return; - } else if (rootElement == "Service") { //如果是服务文件 - currentFileType = 2; - resize(500, 1000); - initCentralWidget(1); // 重新初始化布局 - file.close(); - // 打开服务文件 - openServiceFile(); - return; - } - break; - } - } - file.close(); - } else { - // 如果打开文件失败,则提示错误 - QMessageBox::warning(this, tr("Error"), tr("Failed to open file.")); - } - } -} - -// 关闭文件 -void MainWindow::onCloseFileTriggered() -{ - if (isModified) { // 只在文件被修改时提示保存 - // 提示保存 - QMessageBox::StandardButton reply; - reply = QMessageBox::question(this, tr("Save Changes"), - tr("Do you want to save changes to the current file?"), - QMessageBox::Yes | QMessageBox::No | QMessageBox::Cancel); - if (reply == QMessageBox::Yes) { // 如果选择保存 - if (currentFilePath.isEmpty()) { // 如果当前文件路径为空 - // 打开保存文件对话框 - QString filePath = - QFileDialog::getSaveFileName(this, tr("Save As"), "", tr("All Files (*)")); - if (!filePath.isEmpty()) { // 如果文件路径不为空 - // 保存文件 - saveFile(filePath); - } - } else { - // 保存文件 - saveFile(currentFilePath); - } - } else if (reply == QMessageBox::Cancel) { // 如果选择取消 - return; - } - } - // 清除内容 - QTreeWidget *ModelWidget = findChild("ModelWidget"); - if (ModelWidget) { - ModelWidget->clear(); - } - QTreeWidget *ServiceWidget = findChild("ServiceWidget"); - if (ServiceWidget) { - ServiceWidget->clear(); - } - QVBoxLayout *layout = findChild("rightLayout"); - if (layout) { - QLayoutItem *child; - while ((child = layout->takeAt(0)) != nullptr) { - if (child->widget()) { - child->widget()->setParent(nullptr); - } - delete child; - } - } - isModified = false; // 重置修改状态 - currentFilePath = ""; - currentFileType = 0; - // 更新窗口标题 - updateWindowTitle(); -} - -// 打开场景配置文件 -void MainWindow::openScenarioFile() -{ - // 获取右布局 - QVBoxLayout *layout = findChild("rightLayout"); - if (!layout) { - QMessageBox::warning(this, tr("Error"), tr("Software error.")); - return; - } - - // 打开文件 - QFile file(currentFilePath); - if (!file.open(QIODevice::ReadOnly)) { - QMessageBox::warning(this, tr("Error"), tr("Failed to open file.")); - return; - } - - // 创建DOM文档 - QDomDocument doc; - if (!doc.setContent(&file)) { - QMessageBox::warning(this, tr("Error"), tr("Failed to parse scenario file.")); - file.close(); - return; - } - - // 重置模型路径和服务路径 - modelPath = ""; - ServicePath = ""; - - // 获取根元素 - QDomElement root = doc.documentElement(); - if (root.tagName() == "Scenario") { - // 遍历子元素 - QDomNode node = root.firstChild(); - while (!node.isNull()) { - QDomElement element = node.toElement(); - if (!element.isNull()) { - QString elementName = element.tagName(); - if (elementName == "Environment") { - QDomNamedNodeMap elementAttributes = element.attributes(); - addGroupBox(layout, elementName, elementAttributes); - } else if (elementName == "ConsoleOutput" || elementName == "Log") { - // 添加控制台输出/日志组框 - QDomNamedNodeMap elementAttributes = element.attributes(); - addGroupBox2(layout, elementName, elementAttributes); - } else if (elementName == "ModelGroup") { - QDomNamedNodeMap elementAttributes = element.attributes(); - // 处理模型列表 - QVector modelList; - QDomNodeList models = element.elementsByTagName("Model"); - - for (int i = 0; i < models.count(); i++) { - QDomElement modelElement = models.at(i).toElement(); - QDomNamedNodeMap attributes = modelElement.attributes(); - - modelList.append(attributes); - } - - // 添加模型列表组框 - addGroupBox3(layout, elementName, elementAttributes, modelList, 0); - - } else if (elementName == "ServicesList") { - QDomNamedNodeMap elementAttributes = element.attributes(); - // 处理服务列表 - QVector serviceList; - QDomNodeList services = element.elementsByTagName("Service"); - - for (int i = 0; i < services.count(); i++) { - QDomElement serviceElement = services.at(i).toElement(); - QDomNamedNodeMap attributes = serviceElement.attributes(); - - serviceList.append(attributes); - } - - // 添加服务列表组框 - addGroupBox3(layout, elementName, elementAttributes, serviceList, 1); - } - } - node = node.nextSibling(); - } - - // // 更新模型和服务列表 - // QTableWidget *modelsTable = findChild(); - // if (modelsTable) { - // UpdateModelList(modelsTable); - // } - // QTableWidget *servicesTable = findChild(); - // if (servicesTable) { - // UpdateServiceList(servicesTable); - // } - - updateWindowTitle(); - } - file.close(); -} - -// 打开模型文件 -void MainWindow::openModelFile() -{ - // 获取右布局 - QVBoxLayout *layout = findChild("rightLayout"); - if (!layout) { - QMessageBox::warning(this, tr("Error"), tr("Software error.")); - return; - } - - // 打开文件 - QFile file(currentFilePath); - if (!file.open(QIODevice::ReadOnly)) { - QMessageBox::warning(this, tr("Error"), tr("Failed to open file.")); - return; - } - - // 创建DOM文档 - QDomDocument doc; - if (!doc.setContent(&file)) { - QMessageBox::warning(this, tr("Error"), tr("Failed to parse model config file.")); - file.close(); - return; - } - - // 获取根元素 - QDomElement root = doc.documentElement(); - if (root.tagName() == "Model") { - // 添加组框 - QGroupBox *groupBox = new QGroupBox("Model Info", this); - groupBox->setObjectName("Model Info"); - layout->addWidget(groupBox); - QGridLayout *groupBoxLayout = new QGridLayout(groupBox); - groupBox->setLayout(groupBoxLayout); - - // 遍历子元素 - QDomNode node = root.firstChild(); - while (!node.isNull()) { - QDomElement element = node.toElement(); - if (!element.isNull()) { - QString elementName = element.tagName(); - if (elementName == "Name" || elementName == "Description" || elementName == "Author" - || elementName == "Version" || elementName == "Node" - || elementName == "Priority" || elementName == "MathLib") { - // 添加基本信息 - addItemIntoGroupBox(groupBoxLayout, elementName, element.text(), 0); - } else if (elementName == "CreateTime" || elementName == "ChangeTime") { - // 添加时间信息 - addItemIntoGroupBox(groupBoxLayout, elementName, element.text(), 3); - } else if (elementName == "CommandList") { - // 处理命令列表 - QVector commandList; - QDomNodeList commands = element.elementsByTagName("Command"); - - for (int i = 0; i < commands.count(); i++) { - QDomElement commandElement = commands.at(i).toElement(); - QDomNamedNodeMap attributes = commandElement.attributes(); - commandList.append(attributes); - } - - // 添加命令列表组框 - addGroupBox3(layout, "CommandList", QDomNamedNodeMap(), commandList, 2); - } else { - QGroupBox *otherGroupBox = new QGroupBox("Other Info", this); - otherGroupBox->setObjectName("Other Info"); - layout->addWidget(otherGroupBox); - QGridLayout *otherGroupBoxLayout = new QGridLayout(otherGroupBox); - otherGroupBox->setLayout(otherGroupBoxLayout); - - // 递归处理其他自定义元素 - std::function processChildNodes = - [&](QGridLayout *subLayout, QDomNode &subNode) { - QDomElement subElement = subNode.toElement(); - QString subElementName = subElement.nodeName(); - if (subNode.hasChildNodes() && !subNode.firstChild().isText()) { - QGroupBox *groupBox = new QGroupBox(subElementName, this); - subLayout->addWidget(groupBox); - QGridLayout *subGroupBoxLayout = new QGridLayout(groupBox); - groupBox->setLayout(subGroupBoxLayout); - QDomNode childNode = subNode.firstChild(); - while (!childNode.isNull()) { - processChildNodes(subGroupBoxLayout, childNode); - childNode = childNode.nextSibling(); - } - addPlusButton(subGroupBoxLayout); - } else { - addItemIntoGroupBox(subLayout, subElementName, subElement.text(), - 99); - } - }; - processChildNodes(otherGroupBoxLayout, node); - } - } - node = node.nextSibling(); - } - - // 添加"+"按钮用于添加新属性 - addPlusButton(groupBoxLayout); - updateWindowTitle(); - } - file.close(); -} - -// 打开服务文件 -void MainWindow::openServiceFile() -{ - // 获取右布局 - QVBoxLayout *layout = findChild("rightLayout"); - if (!layout) { - QMessageBox::warning(this, tr("Error"), tr("Software error.")); - return; - } - // 打开文件 - QFile file(currentFilePath); - if (!file.open(QIODevice::ReadOnly)) { - QMessageBox::warning(this, tr("Error"), tr("Failed to open file.")); - return; - } - // 创建DOM文档 - QDomDocument doc; - if (!doc.setContent(&file)) { - QMessageBox::warning(this, tr("Error"), tr("Failed to parse service config file.")); - file.close(); - return; - } - // 获取根元素 - QDomElement root = doc.documentElement(); - if (root.tagName() == "Service") { - // 添加组框 - QGroupBox *groupBox = new QGroupBox("Service Info", this); - groupBox->setObjectName("Service Info"); - layout->addWidget(groupBox); - QGridLayout *groupBoxLayout = new QGridLayout(groupBox); - groupBox->setLayout(groupBoxLayout); - - // 遍历子元素 - QDomNode node = root.firstChild(); - while (!node.isNull()) { - QDomElement element = node.toElement(); - if (!element.isNull()) { - QString elementName = element.tagName(); - if (elementName == "Name" || elementName == "Description" || elementName == "Author" - || elementName == "Version" || elementName == "Priority") { - // 添加基本信息 - addItemIntoGroupBox(groupBoxLayout, elementName, element.text(), 0); - } else if (elementName == "CreateTime" || elementName == "ChangeTime") { - // 添加时间信息 - addItemIntoGroupBox(groupBoxLayout, elementName, element.text(), 3); - } else if (elementName == "CommandList") { - // 处理命令列表 - QVector commandList; - QDomNodeList commands = element.elementsByTagName("Command"); - - for (int i = 0; i < commands.count(); i++) { - QDomElement commandElement = commands.at(i).toElement(); - QDomNamedNodeMap attributes = commandElement.attributes(); - - commandList.append(attributes); - } - - // 添加命令列表组框 - addGroupBox3(layout, "CommandList", QDomNamedNodeMap(), commandList, 2); - } else { - QGroupBox *otherGroupBox = new QGroupBox("Other Info", this); - otherGroupBox->setObjectName("Other Info"); - layout->addWidget(otherGroupBox); - QGridLayout *otherGroupBoxLayout = new QGridLayout(otherGroupBox); - otherGroupBox->setLayout(otherGroupBoxLayout); - // 递归处理其他自定义元素 - std::function processChildNodes = - [&](QGridLayout *subLayout, QDomNode &subNode) { - QDomElement subElement = subNode.toElement(); - QString subElementName = subElement.nodeName(); - if (subNode.hasChildNodes() && !subNode.firstChild().isText()) { - QGroupBox *groupBox = new QGroupBox(subElementName, this); - subLayout->addWidget(groupBox); - QGridLayout *subGroupBoxLayout = new QGridLayout(groupBox); - groupBox->setLayout(subGroupBoxLayout); - QDomNode childNode = subNode.firstChild(); - while (!childNode.isNull()) { - processChildNodes(subGroupBoxLayout, childNode); - childNode = childNode.nextSibling(); - } - addPlusButton(subGroupBoxLayout); - } else { - addItemIntoGroupBox(subLayout, subElementName, subElement.text(), - 99); - } - }; - processChildNodes(otherGroupBoxLayout, node); - } - } - node = node.nextSibling(); - } - - // 添加"+"按钮用于添加新属性 - addPlusButton(groupBoxLayout); - updateWindowTitle(); - } - file.close(); -} - -void MainWindow::addPlusButton(QGridLayout *layout) -{ - QPushButton *addButton = new QPushButton("+", this); - addButton->setFlat(true); - layout->addWidget(addButton, layout->rowCount(), 0, 1, 3); - connect(addButton, &QPushButton::clicked, [this, layout, addButton]() { - bool ok; - QString attributeName = QInputDialog::getText( - this, tr("Add Attribute"), tr("Attribute Name:"), QLineEdit::Normal, "", &ok); - if (ok && !attributeName.isEmpty()) { - isModified = true; - updateWindowTitle(); - layout->removeWidget(addButton); - addItemIntoGroupBox(layout, attributeName, "", 99); - layout->addWidget(addButton, layout->rowCount(), 0, 1, 3); - } - }); -} - -// 打开IDL文件 -void MainWindow::openIDLFile() -{ - // 打开文件 - QFile file(currentFilePath); - if (!file.open(QIODevice::ReadOnly | QIODevice::Text)) { - QMessageBox::warning(this, tr("Error"), tr("Failed to open file.")); - return; - } - - // 清空现有数据 - namespaces.clear(); - - // 读取文件 - QTextStream in(&file); - // 命名空间栈 - QStack> namespaceStack; - // 当前结构体 - QSharedPointer currentStruct; - QString line; - bool inStruct = false; - int braceCount = 0; - - // 逐行读取IDL文件 - while (!in.atEnd()) { - line = in.readLine().trimmed(); - - // 跳过空行和注释 - if (line.isEmpty() || line.startsWith("//")) - continue; - - // 处理命名空间开始 - if (line.startsWith("module")) { - braceCount++; - // 创建新的命名空间 - QSharedPointer newNS = - QSharedPointer::create(); - - // 获取命名空间名称 - QString nsNames = line.mid(7).trimmed(); - newNS->namespaceName = nsNames.split(" ").first(); // 直接使用完整名称 - namespaceStack.push(newNS); - continue; - } - - // 处理结构体开始 - if (line.startsWith("struct")) { - if (inStruct && currentStruct && !currentStruct->structName.isEmpty()) { - namespaceStack.top()->structDefinitions.append(currentStruct); - currentStruct = QSharedPointer::create(); - } - inStruct = true; - braceCount++; - if (!currentStruct) { - currentStruct = QSharedPointer::create(); - } - currentStruct->structName = line.split(" ").at(1); - continue; - } - - // 处理成员变量 - if (inStruct && currentStruct) { - if (!line.startsWith("{") && !line.startsWith("}")) { - QString description; - int commentPos = line.indexOf("//"); - if (commentPos != -1) { - description = line.mid(commentPos + 2).trimmed(); - line = line.left(commentPos).trimmed(); - } - - QStringList parts = line.split(";").first().split(" ", Qt::SkipEmptyParts); - if (parts[0].startsWith("@")) { - parts.pop_front(); - } - if (parts.size() >= 2) { - QSharedPointer var = QSharedPointer::create(); - var->dataType = parts[0]; - QString varDecl = parts[1]; - - if (varDecl.contains("[")) { - var->isArray = true; - var->variableName = varDecl.split("[").first(); - - QRegularExpression re("\\[(\\d+)\\]"); - QRegularExpressionMatchIterator i = re.globalMatch(varDecl); - while (i.hasNext()) { - QRegularExpressionMatch match = i.next(); - var->arraySizes.append(match.captured(1).toInt()); - } - } else { - var->isArray = false; - var->variableName = varDecl; - } - - var->description = description; - currentStruct->memberVariables.append(var); - } - } - } - - // 处理花括号闭合 - if (line.contains("}")) { - braceCount--; - if (inStruct) { - inStruct = false; - if (currentStruct && !currentStruct->structName.isEmpty()) { - namespaceStack.top()->structDefinitions.append(currentStruct); - currentStruct = QSharedPointer::create(); - } - } else { - if (!namespaceStack.isEmpty()) { - QSharedPointer completedNS = namespaceStack.pop(); - if (namespaceStack.isEmpty()) { - namespaces.append(completedNS); - } else { - namespaceStack.top()->childNamespaces.append(completedNS); - } - } - } - } - } - - file.close(); - // 更新IDL Tree - updateIDLTreeWidget(); - - updateWindowTitle(); -} - -// 根据namespaces更新树形控件 -void MainWindow::updateIDLTreeWidget() -{ - QTreeWidget *treeWidget = findChild("leftWidget"); - if (!treeWidget) - return; - - // 清空现有项 - treeWidget->clear(); - - // 递归添加命名空间及其子命名空间的辅助函数 - std::function &)> - addNamespaceToTree = [&addNamespaceToTree](QTreeWidgetItem *parentItem, - const QSharedPointer &ns) { - // 添加结构体 - for (const auto &structDef : ns->structDefinitions) { - if (structDef && !structDef->structName.isEmpty()) { - QTreeWidgetItem *structItem = - new QTreeWidgetItem(QStringList() << structDef->structName); - if (parentItem) { - parentItem->addChild(structItem); - } - } - } - - // 递归处理子命名空间 - for (const auto &childNS : ns->childNamespaces) { - if (childNS && !childNS->namespaceName.isEmpty()) { - QTreeWidgetItem *childItem = - new QTreeWidgetItem(QStringList() << childNS->namespaceName); - if (parentItem) { - parentItem->addChild(childItem); - addNamespaceToTree(childItem, childNS); - } - } - } - }; - - // 处理顶层命名空间 - for (const auto &ns : namespaces) { - if (ns && !ns->namespaceName.isEmpty()) { - QTreeWidgetItem *nsItem = new QTreeWidgetItem(QStringList() << ns->namespaceName); - treeWidget->addTopLevelItem(nsItem); - addNamespaceToTree(nsItem, ns); - } - } - - // 展开整个树形控件 - treeWidget->expandAll(); - - // 连接树形控件的项目选择信号 - disconnect(treeWidget, &QTreeWidget::itemClicked, this, &MainWindow::onTreeWidgetItemClicked); - connect(treeWidget, &QTreeWidget::itemClicked, this, &MainWindow::onTreeWidgetItemClicked); -} - -void MainWindow::onTreeWidgetItemClicked(QTreeWidgetItem *item) -{ - if (!item->parent()) - return; // 如果是顶层项目(命名空间),则返回 - - QTableWidget *tableWidget = findChild("rightWidget"); - if (!tableWidget) - return; - - // 清空表格 - tableWidget->setRowCount(0); - - // 获取选中的结构体名称 - QString structName = item->text(0); - - std::function(const QString &, - QSharedPointer &)> - findStruct = - [&findStruct]( - const QString &structName, - QSharedPointer &ns) -> QSharedPointer { - // 在当前命名空间中查找结构体 - for (auto &structDef : ns->structDefinitions) { - if (structDef && structDef->structName == structName) { - return structDef; - } - } - // 在子命名空间中递归查找 - for (auto &childNS : ns->childNamespaces) { - auto result = findStruct(structName, childNS); - if (result) { - return result; - } - } - return QSharedPointer(); - }; - - QSharedPointer structDef; - for (auto &ns : namespaces) { - structDef = findStruct(structName, ns); - if (structDef) { - break; - } - } - - if (structDef) { - // 找到对应的结构体,显示其成员变量 - tableWidget->setRowCount(structDef->memberVariables.size()); - int row = 0; - for (const auto &member : structDef->memberVariables) { - // 变量名 - QTableWidgetItem *nameItem = new QTableWidgetItem(member->variableName); - tableWidget->setItem(row, 0, nameItem); - - // 数据类型 - QTableWidgetItem *typeItem = new QTableWidgetItem(member->dataType); - tableWidget->setItem(row, 1, typeItem); - - // 数组大小 - QString sizeStr; - if (member->isArray) { - QStringList sizes; - for (int size : member->arraySizes) { - sizes << QString::number(size); - } - sizeStr = "[" + sizes.join("][") + "]"; - } else { - sizeStr = "1"; - } - QTableWidgetItem *sizeItem = new QTableWidgetItem(sizeStr); - tableWidget->setItem(row, 2, sizeItem); - - // 描述(注释) - QTableWidgetItem *descItem = new QTableWidgetItem(member->description); - tableWidget->setItem(row, 3, descItem); - - row++; - } - } -} - -// 添加组框1 -void MainWindow::addGroupBox(QVBoxLayout *layout, QString name, QDomNamedNodeMap attributes) -{ - // 工作路径 - QString workPath; - // 创建组框 - QGroupBox *groupBox = new QGroupBox(name, this); - // 设置组框名称 - groupBox->setObjectName(name); - // 添加到布局 - layout->addWidget(groupBox); - // 创建网格布局 - QGridLayout *gridLayout = new QGridLayout(groupBox); - // 设置布局 - groupBox->setLayout(gridLayout); - // 遍历属性添加控件 - for (int i = 0; i < attributes.count(); i++) { - QDomNode attr = attributes.item(i); - if (attr.nodeName() == "WorkPath") { - // 如果是WorkPath,多添加一个选择路径按钮 - addItemIntoGroupBox(gridLayout, attr.nodeName(), attr.nodeValue(), 1); - } else if (attr.nodeName() == "ModelsPath") { - // 如果是ModelsPath,正常添加 - addItemIntoGroupBox(gridLayout, attr.nodeName(), attr.nodeValue(), 0); - // 记录ModelsPath - modelPath = attr.nodeValue(); - } else if (attr.nodeName() == "ServicesPath") { - // 如果是ServicesPath,正常添加 - addItemIntoGroupBox(gridLayout, attr.nodeName(), attr.nodeValue(), 0); - // 记录ServicesPath - ServicePath = attr.nodeValue(); - } else if (attr.nodeName() == "OSName" || attr.nodeName() == "Version" - || attr.nodeName() == "RTXVersion" || attr.nodeName() == "CPUAffinity" - || attr.nodeName() == "BaseFrequency" || attr.nodeName() == "DomainID") { - // 如果是OSName、Version、RTXVersion、CPUAffinity、BaseFrequency、DomainID,正常添加 - addItemIntoGroupBox(gridLayout, attr.nodeName(), attr.nodeValue(), 0); - } else { - // 如果是其他属性,添加一个删除按钮 - addItemIntoGroupBox(gridLayout, attr.nodeName(), attr.nodeValue(), 99); - } - } - // 如果工作路径不为空 - if (!workPath.isEmpty()) { - // 如果工作路径不以"/"结尾 - if (!workPath.endsWith("/")) { - // 添加"/" - workPath.append("/"); - } - // 添加工作路径到模型路径和服务路径 - modelPath = workPath + modelPath; - ServicePath = workPath + ServicePath; - } - // 添加"+"按钮 - addPlusButton(gridLayout); -} - -// 添加组框2 -void MainWindow::addGroupBox2(QVBoxLayout *layout, QString name, QDomNamedNodeMap attributes) -{ - // 创建组框 - QGroupBox *groupBox = new QGroupBox(name, this); - // 设置组框名称 - groupBox->setObjectName(name); - // 添加到布局 - layout->addWidget(groupBox); - // 创建水平布局 - QHBoxLayout *hLayout = new QHBoxLayout(groupBox); - // 设置布局 - groupBox->setLayout(hLayout); - // 遍历属性添加控件 - for (int i = 0; i < attributes.count(); i++) { - QDomNode attr = attributes.item(i); - // 创建复选框 - QCheckBox *checkBox = new QCheckBox(attr.nodeName(), this); - // 如果属性值为true或1或True或TRUE,则设置为选中 - if (attr.nodeValue() == "true" || attr.nodeValue() == "1" || attr.nodeValue() == "True" - || attr.nodeValue() == "TRUE") { - checkBox->setChecked(true); - } else { - checkBox->setChecked(false); - } - // 添加到布局 - hLayout->addWidget(checkBox); - // 连接修改信号 - connectModificationSignals(checkBox); - } -} - -// 添加组框3 -void MainWindow::addGroupBox3(QVBoxLayout *layout, QString name, QDomNamedNodeMap groupAttributes, - QVector vecAttributes, int type) -{ - // 创建组框 - QGroupBox *groupBox = new QGroupBox(name, this); - // 设置组框名称 - groupBox->setObjectName(name); - // 添加到布局 - layout->addWidget(groupBox); - // 创建垂直布局 - QGridLayout *groupBoxLayout = new QGridLayout(groupBox); - - // 遍历组属性 - for (int i = 0; i < groupAttributes.count(); i++) { - QDomNode attr = groupAttributes.item(i); - addItemIntoGroupBox(groupBoxLayout, attr.nodeName(), attr.nodeValue(), 0); - } - // 创建水平布局 - QHBoxLayout *buttonLayout = new QHBoxLayout(); - // 创建添加按钮 - QPushButton *addButton = new QPushButton("Add", this); - // 创建删除按钮 - QPushButton *removeButton = new QPushButton("Remove", this); - // 添加按钮到水平布局 - buttonLayout->addWidget(addButton); - // 添加按钮到水平布局 - buttonLayout->addWidget(removeButton); - // 添加水平布局到垂直布局 - groupBoxLayout->addLayout(buttonLayout, groupBoxLayout->rowCount(), 0, 1, - groupBoxLayout->columnCount()); - // 创建表格 - QTableWidget *tableWidget = new QTableWidget(groupBox); - // 设置表格拉伸模式 - tableWidget->horizontalHeader()->setSectionResizeMode(QHeaderView::Stretch); - // 设置表格行数 - tableWidget->setRowCount(vecAttributes.size()); - // 设置表格选择模式 - tableWidget->setSelectionMode(QAbstractItemView::SingleSelection); - // 如果类型为0或1,即模型列表或服务列表 - if (type == 0 || type == 1) { - // 设置表格列数 - tableWidget->setColumnCount(2); - // 创建表头 - QStringList headers; - // 设置表头 - headers << "Name" << "ClassName"; - // 设置表头 - tableWidget->setHorizontalHeaderLabels(headers); - } else if (type == 2) { // 如果类型为2,即命令列表 - // 设置表格列数 - tableWidget->setColumnCount(3); - // 创建表头 - QStringList headers; - // 设置表头 - headers << "Name" << "Description" << "Call"; - // 设置表头 - tableWidget->setHorizontalHeaderLabels(headers); - } - - // 添加表格到组框布局 - groupBoxLayout->addWidget(tableWidget, groupBoxLayout->rowCount(), 0, 1, - groupBoxLayout->columnCount()); - - int rowCount = 0; - // 遍历属性 - for (QDomNamedNodeMap &attributes : vecAttributes) { - // 遍历属性 - for (int i = 0; i < attributes.count(); i++) { - // 如果类型为0或1,即模型列表或服务列表 - if (type == 0 || type == 1) { - if (attributes.item(i).nodeName() == "ClassName") { - // 如果属性名称为ClassName,设置表格项第2列 - tableWidget->setItem(rowCount, 1, - new QTableWidgetItem(attributes.item(i).nodeValue())); - } else if (attributes.item(i).nodeName() == "Name") { - // 如果属性名称为Name,设置表格项第1列 - tableWidget->setItem(rowCount, 0, - new QTableWidgetItem(attributes.item(i).nodeValue())); - } - } else if (type == 2) { // 如果类型为2,即命令列表 - if (attributes.item(i).nodeName() == "Name") { - // 如果属性名称为Name,设置表格项第1列 - tableWidget->setItem(rowCount, 0, - new QTableWidgetItem(attributes.item(i).nodeValue())); - } else if (attributes.item(i).nodeName() == "Description") { - // 如果属性名称为Description,设置表格项第2列 - tableWidget->setItem(rowCount, 1, - new QTableWidgetItem(attributes.item(i).nodeValue())); - } else if (attributes.item(i).nodeName() == "Call") { - // 如果属性名称为Call,设置表格项第3列 - tableWidget->setItem(rowCount, 2, - new QTableWidgetItem(attributes.item(i).nodeValue())); - } - } - } - rowCount++; - } - - // 更新模型列表或服务列表 - if (type == 0) { - UpdateModelList(tableWidget); - } else if (type == 1) { - UpdateServiceList(tableWidget); - } - - // 链接add按钮的槽 - connect(addButton, &QPushButton::clicked, [tableWidget]() { - int row = tableWidget->rowCount(); - tableWidget->insertRow(row); - }); - - // 链接remove的槽 - connect(removeButton, &QPushButton::clicked, [this, tableWidget]() { - int currentRow = tableWidget->currentRow(); - if (currentRow >= 0) { - if (!tableWidget->item(currentRow, 0)->text().isEmpty()) { - isModified = true; - updateWindowTitle(); - } - tableWidget->removeRow(currentRow); - tableWidget->clearSelection(); - } - }); - // 链接元素改变的槽 - connect(tableWidget, &QTableWidget::itemChanged, [this, tableWidget, type]() { - if (type == 0) { - UpdateModelList(tableWidget); - } else if (type == 1) { - UpdateServiceList(tableWidget); - } - isModified = true; - updateWindowTitle(); - }); -} - -// 向组框1添加元素 -void MainWindow::addItemIntoGroupBox(QGridLayout *gridLayout, QString itemName, QString itemValue, - int itemStyle) -{ - int row = gridLayout->rowCount(); - QLabel *label = new QLabel(itemName, this); - gridLayout->addWidget(label, row, 0); - if (itemStyle == 0) { //普通模式 - QLineEdit *lineEdit = new QLineEdit(itemValue, this); - gridLayout->addWidget(lineEdit, row, 1); - setLineEditRules(lineEdit, itemName); - connectModificationSignals(lineEdit); - } else if (itemStyle == 1) { //路径模式 - QLineEdit *lineEdit = new QLineEdit(itemValue, this); - gridLayout->addWidget(lineEdit, row, 1); - QPushButton *openPathButton = new QPushButton("...", this); - gridLayout->addWidget(openPathButton, row, 2); - connect(openPathButton, &QPushButton::clicked, [this, lineEdit]() { - QString newPath = - QFileDialog::getExistingDirectory(this, tr("Select Directory"), lineEdit->text()); - if (!newPath.isEmpty()) { - lineEdit->setText(newPath); - } - }); - connectModificationSignals(lineEdit); - } else if (itemStyle == 2) { //文件选择模式 - QLineEdit *lineEdit = new QLineEdit(itemValue, this); - gridLayout->addWidget(lineEdit, row, 1); - QPushButton *openFileButton = new QPushButton("...", this); - gridLayout->addWidget(openFileButton, row, 2); - connect(openFileButton, &QPushButton::clicked, [this, lineEdit]() { - QString newPath = QFileDialog::getOpenFileName(this, tr("Select File"), - lineEdit->text(), tr("All Files (*)")); - if (!newPath.isEmpty()) { - lineEdit->setText(newPath); - } - }); - connectModificationSignals(lineEdit); - } else if (itemStyle == 3) { //时间选择模式 - QDateTimeEdit *dateTimeEdit = new QDateTimeEdit(this); - gridLayout->addWidget(dateTimeEdit, row, 1); - dateTimeEdit->setCalendarPopup(true); - dateTimeEdit->setDateTime(QDateTime::currentDateTime()); - connectModificationSignals(dateTimeEdit); - } else if (itemStyle == 99) { //自定义模式,支持删除 - QLineEdit *lineEdit = new QLineEdit(itemValue, this); - gridLayout->addWidget(lineEdit, row, 1); - QPushButton *minuseButton = new QPushButton("-", this); - minuseButton->setFixedSize(20, 20); - connect(minuseButton, &QPushButton::clicked, - [this, gridLayout, label, lineEdit, minuseButton]() { - QMessageBox::StandardButton reply; - reply = - QMessageBox::question(this, tr("Confirm Deletion"), - tr("Are you sure you want to delete this attribute?"), - QMessageBox::Yes | QMessageBox::No); - if (reply == QMessageBox::Yes) { - isModified = true; - updateWindowTitle(); - gridLayout->removeWidget(label); - gridLayout->removeWidget(lineEdit); - gridLayout->removeWidget(minuseButton); - delete label; - delete lineEdit; - delete minuseButton; - } - }); - gridLayout->addWidget(minuseButton, row, 2); - connectModificationSignals(lineEdit); - } -} - -void MainWindow::setLineEditRules(QLineEdit *lineEdit, QString name) -{ - if (name == "WorkPath" || name == "ModelsPath" || name == "ServicesPath") { - // 实时验证目录是否存在 - connect(lineEdit, &QLineEdit::textChanged, [this, lineEdit, name](const QString &text) { - QDir dir(text); - if (!dir.exists()) { - lineEdit->setStyleSheet("border: 2px solid red;"); - lineEdit->setToolTip(tr("Directory does not exist")); - } else { - lineEdit->setStyleSheet(""); - lineEdit->setToolTip(""); - } - }); - } else if (name == "Name") { - connect(lineEdit, &QLineEdit::textChanged, [this, lineEdit, name](const QString &text) { - // 检查是否是C++标准的名称 - QRegularExpression regex("^[A-Za-z_][A-Za-z0-9_]*$"); - if (!regex.match(text).hasMatch()) { - lineEdit->setStyleSheet("border: 2px solid red;"); - lineEdit->setToolTip(tr("Invalid class name. Must start with letter/underscore and " - "contain only letters, numbers and underscores")); - } else { - lineEdit->setStyleSheet(""); - lineEdit->setToolTip(""); - } - }); - } else if (name == "CPUAffinity") { - // 检查是否是逗号分割的数字列表 - connect(lineEdit, &QLineEdit::textChanged, [this, lineEdit, name](const QString &text) { - QRegularExpression regex("^[0-9,]+$"); - if (!regex.match(text).hasMatch()) { - lineEdit->setStyleSheet("border: 2px solid red;"); - lineEdit->setToolTip( - tr("Invalid CPU affinity format. Must be a comma-separated list of numbers")); - } else { - lineEdit->setStyleSheet(""); - lineEdit->setToolTip(""); - } - }); - } else if (name == "BaseFrequency" || name == "DomainID" || name == "Priority") { - // 检查是否是数字 - connect(lineEdit, &QLineEdit::textChanged, [this, lineEdit, name](const QString &text) { - QRegularExpression regex("^[0-9]+$"); - if (!regex.match(text).hasMatch()) { - lineEdit->setStyleSheet("border: 2px solid red;"); - lineEdit->setToolTip(tr("Invalid base frequency. Must be a number")); - } else { - lineEdit->setStyleSheet(""); - lineEdit->setToolTip(""); - } - }); - } else if (name == "Node") { - connect(lineEdit, &QLineEdit::textChanged, [this, lineEdit, name](const QString &text) { - // 验证"数字-数字"的格式 - QRegularExpression regex("^\\d+-\\d+$"); - if (!regex.match(text).hasMatch()) { - lineEdit->setStyleSheet("border: 2px solid red;"); - lineEdit->setToolTip( - tr("Invalid format. Must be in the form of 'number-number' (e.g. 3-5)")); - } else { - // 进一步验证第一个数字是否小于第二个数字 - QStringList parts = text.split('-'); - int first = parts[0].toInt(); - int second = parts[1].toInt(); - if (first > 5) { - lineEdit->setStyleSheet("border: 2px solid red;"); - lineEdit->setToolTip(tr("First number must be less than 5")); - } else { - if (second >= pow(2, first)) { - lineEdit->setStyleSheet("border: 2px solid red;"); - lineEdit->setToolTip(tr( - "Second number must be less than 2 to the power of the first number")); - } else { - lineEdit->setStyleSheet(""); - lineEdit->setToolTip(""); - } - } - } - }); - } -} - -// 寻找模型 -bool MainWindow::findModel(QString modelName, QString ModelPath) -{ - //查找模型动态库是否存在 - QFile modelsoFile(ModelPath + "/lib" + modelName + ".so"); - if (!modelsoFile.exists()) { - return false; - } - - //查找模型配置文件是否存在 - QFile modelFile(ModelPath + "/" + modelName + ".mcfg"); - if (!modelFile.exists()) { - return false; - } - - QTreeWidget *modelWidget = findChild("ModelWidget"); - if (modelWidget) { - // 检查模型列表中是否已存在同名模型 - bool exists = false; - for (int i = 0; i < modelWidget->topLevelItemCount(); i++) { - if (modelWidget->topLevelItem(i)->text(0) == modelName + ".mcfg") { - exists = true; - break; - } - } - if (!exists) - modelWidget->addTopLevelItem(new QTreeWidgetItem(QStringList() << modelName + ".mcfg")); - else - return false; - } - return true; -} - -// 寻找服务 -bool MainWindow::findService(QString serviceName, QString ServicePath) -{ - // 查找服务动态库是否存在 - QFile servicesoFile(ServicePath + "/lib" + serviceName + ".so"); - if (!servicesoFile.exists()) { - return false; - } - - // 查找服务配置文件是否存在 - QFile serviceFile(ServicePath + "/" + serviceName + ".scfg"); - if (!serviceFile.exists()) { - return false; - } - - QTreeWidget *serviceWidget = findChild("ServiceWidget"); - if (serviceWidget) { - // 检查服务列表中是否已存在同名模型 - bool exists = false; - for (int i = 0; i < serviceWidget->topLevelItemCount(); i++) { - if (serviceWidget->topLevelItem(i)->text(0) == serviceName + ".scfg") { - exists = true; - break; - } - } - if (!exists) - serviceWidget->addTopLevelItem( - new QTreeWidgetItem(QStringList() << serviceName + ".scfg")); - else - return false; - } - return true; -} - -// 更新模型配置文件列表 -void MainWindow::UpdateModelList(QTableWidget *tabWidget) -{ - if (currentFileType != 0 || tabWidget == nullptr) - return; - QTreeWidget *modelWidget = findChild("ModelWidget"); - if (modelWidget) { - modelWidget->clear(); - } - for (int row = 0; row < tabWidget->rowCount(); row++) { - QTableWidgetItem *item = tabWidget->item(row, 1); // Get item from ClassName column - if (item) { - QString className = item->text(); - if (!findModel(className, modelPath)) { - item->setForeground(Qt::red); - item->setToolTip("Model not found or already exists"); - } else { - item->setForeground(Qt::white); - item->setToolTip(""); - } - } - } -} - -// 更新服务配置文件列表 -void MainWindow::UpdateServiceList(QTableWidget *tabWidget) -{ - if (currentFileType != 0 || tabWidget == nullptr) - return; - QTreeWidget *serviceWidget = findChild("ServiceWidget"); - if (serviceWidget) { - serviceWidget->clear(); - } - for (int row = 0; row < tabWidget->rowCount(); row++) { - QTableWidgetItem *item = tabWidget->item(row, 1); // Get item from ClassName column - if (item) { - QString className = item->text(); - if (!findService(className, ServicePath)) { - item->setForeground(Qt::red); - item->setToolTip("Service not found or already exists"); - } else { - item->setForeground(Qt::white); - item->setToolTip(""); - } - } - } -} - -// 保存文件 -void MainWindow::saveFile(QString filePath) -{ - if (!filePath.isEmpty()) { - if (currentFileType == 0) { - saveScenarioFile(filePath); - } else if (currentFileType == 1) { - saveModelFile(filePath); - } else if (currentFileType == 2) { - saveServiceFile(filePath); - } else if (currentFileType == 3) { - saveIDLFile(filePath); - } - isModified = false; // 文件保存后重置修改状态 - updateWindowTitle(); - } -} - -// 保存运行环境配置文件 -void MainWindow::saveScenarioFile(QString filePath) -{ - QFile file(filePath); - if (!file.open(QIODevice::WriteOnly | QIODevice::Text)) { - QMessageBox::warning(this, tr("Error"), tr("Failed to save file.")); - return; - } - - QXmlStreamWriter xmlWriter(&file); - xmlWriter.setAutoFormatting(true); - xmlWriter.writeStartDocument(); - xmlWriter.writeStartElement("Scenario"); - - // 保存Environment部分 - QGroupBox *envGroupBox = findChild("Environment"); - if (envGroupBox) { - xmlWriter.writeStartElement("Environment"); - QGridLayout *gridLayout = qobject_cast(envGroupBox->layout()); - if (gridLayout) { - for (int i = 0; i < gridLayout->rowCount(); ++i) { - QLayoutItem *labelItem = gridLayout->itemAtPosition(i, 0); - QLayoutItem *lineEditItem = gridLayout->itemAtPosition(i, 1); - if (labelItem && lineEditItem) { - QLabel *label = qobject_cast(labelItem->widget()); - QLineEdit *lineEdit = qobject_cast(lineEditItem->widget()); - if (label && lineEdit) { - xmlWriter.writeAttribute(label->text(), lineEdit->text()); - } - } - } - } - xmlWriter.writeEndElement(); // Environment - } - - // 保存ConsoleOutput和Log部分 - QGroupBox *consoleGroupBox = findChild("ConsoleOutput"); - if (consoleGroupBox) { - xmlWriter.writeStartElement("ConsoleOutput"); - QHBoxLayout *hLayout = qobject_cast(consoleGroupBox->layout()); - if (hLayout) { - for (int i = 0; i < hLayout->count(); ++i) { - QCheckBox *checkBox = qobject_cast(hLayout->itemAt(i)->widget()); - if (checkBox) { - xmlWriter.writeAttribute(checkBox->text(), - checkBox->isChecked() ? "true" : "false"); - } - } - } - xmlWriter.writeEndElement(); // ConsoleOutput - } - - QGroupBox *logGroupBox = findChild("Log"); - if (logGroupBox) { - xmlWriter.writeStartElement("Log"); - QHBoxLayout *hLayout = qobject_cast(logGroupBox->layout()); - if (hLayout) { - for (int i = 0; i < hLayout->count(); ++i) { - QCheckBox *checkBox = qobject_cast(hLayout->itemAt(i)->widget()); - if (checkBox) { - xmlWriter.writeAttribute(checkBox->text(), - checkBox->isChecked() ? "true" : "false"); - } - } - } - xmlWriter.writeEndElement(); // Log - } - - // 保存ModelsList部分 - QGroupBox *modelsGroupBox = findChild("ModelsList"); - if (modelsGroupBox) { - xmlWriter.writeStartElement("ModelsList"); - QTableWidget *tableWidget = modelsGroupBox->findChild(); - if (tableWidget) { - for (int row = 0; row < tableWidget->rowCount(); ++row) { - if (!tableWidget->item(row, 1)->text().isEmpty()) { - xmlWriter.writeStartElement("Model"); - for (int col = 0; col < tableWidget->columnCount(); ++col) { - QTableWidgetItem *item = tableWidget->item(row, col); - if (item) { - xmlWriter.writeAttribute(tableWidget->horizontalHeaderItem(col)->text(), - item->text()); - } - } - xmlWriter.writeEndElement(); // Model - } - } - } - xmlWriter.writeEndElement(); // ModelsList - } - - // 保存ServicesList部分 - QGroupBox *servicesGroupBox = findChild("ServicesList"); - if (servicesGroupBox) { - xmlWriter.writeStartElement("ServicesList"); - QTableWidget *tableWidget = servicesGroupBox->findChild(); - if (tableWidget) { - for (int row = 0; row < tableWidget->rowCount(); ++row) { - if (!tableWidget->item(row, 1)->text().isEmpty()) { - xmlWriter.writeStartElement("Service"); - for (int col = 0; col < tableWidget->columnCount(); ++col) { - QTableWidgetItem *item = tableWidget->item(row, col); - if (item) { - xmlWriter.writeAttribute(tableWidget->horizontalHeaderItem(col)->text(), - item->text()); - } - } - xmlWriter.writeEndElement(); // Service - } - } - } - xmlWriter.writeEndElement(); // ServicesList - } - - xmlWriter.writeEndElement(); // Scenario - xmlWriter.writeEndDocument(); - file.close(); -} - -// 保存模型配置文件 -void MainWindow::saveModelFile(QString filePath) -{ - QFile file(filePath); - if (!file.open(QIODevice::WriteOnly | QIODevice::Text)) { - QMessageBox::warning(this, tr("Error"), tr("Failed to save file.")); - return; - } - - QXmlStreamWriter xmlWriter(&file); - xmlWriter.setAutoFormatting(true); - xmlWriter.writeStartDocument(); - xmlWriter.writeStartElement("Model"); - - // 保存Model Info部分 - QGroupBox *modelInfoBox = findChild("Model Info"); - if (modelInfoBox) { - QGridLayout *gridLayout = qobject_cast(modelInfoBox->layout()); - if (gridLayout) { - for (int i = 0; i < gridLayout->rowCount(); ++i) { - QLayoutItem *labelItem = gridLayout->itemAtPosition(i, 0); - QLayoutItem *valueItem = gridLayout->itemAtPosition(i, 1); - - if (labelItem && valueItem) { - QLabel *label = qobject_cast(labelItem->widget()); - if (QLineEdit *lineEdit = qobject_cast(valueItem->widget())) { - if (label) { - xmlWriter.writeStartElement(label->text()); - xmlWriter.writeCharacters(lineEdit->text()); - xmlWriter.writeEndElement(); - } - } else if (QDateTimeEdit *dateTimeEdit = - qobject_cast(valueItem->widget())) { - if (label) { - xmlWriter.writeStartElement(label->text()); - xmlWriter.writeCharacters( - dateTimeEdit->dateTime().toString(Qt::ISODate)); - xmlWriter.writeEndElement(); - } - } - } - } - } - } - - // 保存CommandList部分 - QGroupBox *commandListBox = findChild("CommandList"); - if (commandListBox) { - xmlWriter.writeStartElement("CommandList"); - QTableWidget *tableWidget = commandListBox->findChild(); - if (tableWidget) { - for (int row = 0; row < tableWidget->rowCount(); ++row) { - if (!tableWidget->item(row, 0)->text().isEmpty()) { - xmlWriter.writeStartElement("Command"); - for (int col = 0; col < tableWidget->columnCount(); ++col) { - QTableWidgetItem *item = tableWidget->item(row, col); - if (item) { - xmlWriter.writeAttribute(tableWidget->horizontalHeaderItem(col)->text(), - item->text()); - } - } - xmlWriter.writeEndElement(); // Command - } - } - } - xmlWriter.writeEndElement(); // CommandList - } - - // 保存Other Info部分 - QGroupBox *otherInfoBox = findChild("Other Info"); - if (otherInfoBox) { - // 创建递归处理GroupBox的lambda函数 - std::function processGroupBox = [&](QGridLayout *layout) { - for (int i = 0; i < layout->rowCount(); ++i) { - QLayoutItem *labelItem = layout->itemAtPosition(i, 0); - QLayoutItem *valueItem = layout->itemAtPosition(i, 1); - - if (labelItem && valueItem) { - QLabel *label = qobject_cast(labelItem->widget()); - if (QLineEdit *lineEdit = qobject_cast(valueItem->widget())) { - if (label && !lineEdit->text().isEmpty()) { - // 写入最终元素及其值 - xmlWriter.writeStartElement(label->text()); - xmlWriter.writeCharacters(lineEdit->text()); - xmlWriter.writeEndElement(); - } - } - } else if (QGroupBox *groupBox = - qobject_cast(layout->itemAt(i)->widget())) { - // 递归处理子GroupBox - xmlWriter.writeStartElement(groupBox->title()); - QGridLayout *subLayout = qobject_cast(groupBox->layout()); - if (subLayout) { - processGroupBox(subLayout); - } - xmlWriter.writeEndElement(); - } - } - }; - - // 开始处理Other Info GroupBox - QGridLayout *gridLayout = qobject_cast(otherInfoBox->layout()); - if (gridLayout) { - processGroupBox(gridLayout); - } - } - - xmlWriter.writeEndElement(); // Model - xmlWriter.writeEndDocument(); - file.close(); -} - -// 保存服务配置文件 -void MainWindow::saveServiceFile(QString filePath) -{ - QFile file(filePath); - if (!file.open(QIODevice::WriteOnly | QIODevice::Text)) { - QMessageBox::warning(this, tr("Error"), tr("Failed to save file.")); - return; - } - - QXmlStreamWriter xmlWriter(&file); - xmlWriter.setAutoFormatting(true); - xmlWriter.writeStartDocument(); - xmlWriter.writeStartElement("Service"); - - // 保存Service Info部分 - QGroupBox *serviceInfoBox = findChild("Service Info"); - if (serviceInfoBox) { - QGridLayout *gridLayout = qobject_cast(serviceInfoBox->layout()); - if (gridLayout) { - for (int i = 0; i < gridLayout->rowCount(); ++i) { - QLayoutItem *labelItem = gridLayout->itemAtPosition(i, 0); - QLayoutItem *valueItem = gridLayout->itemAtPosition(i, 1); - - if (labelItem && valueItem) { - QLabel *label = qobject_cast(labelItem->widget()); - if (QLineEdit *lineEdit = qobject_cast(valueItem->widget())) { - if (label && !lineEdit->text().isEmpty()) { - xmlWriter.writeStartElement(label->text()); - xmlWriter.writeCharacters(lineEdit->text()); - xmlWriter.writeEndElement(); - } - } else if (QDateTimeEdit *dateTimeEdit = - qobject_cast(valueItem->widget())) { - if (label) { - xmlWriter.writeStartElement(label->text()); - xmlWriter.writeCharacters( - dateTimeEdit->dateTime().toString(Qt::ISODate)); - xmlWriter.writeEndElement(); - } - } - } - } - } - } - - // 保存CommandList部分 - QGroupBox *commandListBox = findChild("CommandList"); - if (commandListBox) { - xmlWriter.writeStartElement("CommandList"); - QTableWidget *tableWidget = commandListBox->findChild(); - if (tableWidget) { - for (int row = 0; row < tableWidget->rowCount(); ++row) { - // 只保存非空行 - if (!tableWidget->item(row, 0)->text().isEmpty()) { - xmlWriter.writeStartElement("Command"); - for (int col = 0; col < tableWidget->columnCount(); ++col) { - QTableWidgetItem *item = tableWidget->item(row, col); - if (item) { - xmlWriter.writeAttribute(tableWidget->horizontalHeaderItem(col)->text(), - item->text()); - } - } - xmlWriter.writeEndElement(); // Command - } - } - } - xmlWriter.writeEndElement(); // CommandList - } - - // 保存Other Info部分 - QGroupBox *otherInfoBox = findChild("Other Info"); - if (otherInfoBox) { - // 创建递归处理GroupBox的lambda函数 - std::function processGroupBox = [&](QGridLayout *layout) { - for (int i = 0; i < layout->rowCount(); ++i) { - QLayoutItem *labelItem = layout->itemAtPosition(i, 0); - QLayoutItem *valueItem = layout->itemAtPosition(i, 1); - - if (labelItem && valueItem) { - QLabel *label = qobject_cast(labelItem->widget()); - if (QLineEdit *lineEdit = qobject_cast(valueItem->widget())) { - if (label && !lineEdit->text().isEmpty()) { - // 写入最终元素及其值 - xmlWriter.writeStartElement(label->text()); - xmlWriter.writeCharacters(lineEdit->text()); - xmlWriter.writeEndElement(); - } - } - } else if (QGroupBox *groupBox = - qobject_cast(layout->itemAt(i)->widget())) { - // 递归处理子GroupBox - xmlWriter.writeStartElement(groupBox->title()); - QGridLayout *subLayout = qobject_cast(groupBox->layout()); - if (subLayout) { - processGroupBox(subLayout); - } - xmlWriter.writeEndElement(); - } - } - }; - - // 开始处理Other Info GroupBox - QGridLayout *gridLayout = qobject_cast(otherInfoBox->layout()); - if (gridLayout) { - processGroupBox(gridLayout); - } - } - - xmlWriter.writeEndElement(); // Service - xmlWriter.writeEndDocument(); - file.close(); -} - -// 保存IDL文件 -void MainWindow::saveIDLFile(QString filePath) -{ - //TODO 还没实现 -} - -// 在新窗口打开文件 -void MainWindow::openFileInNewWindow(QString fileName) -{ - MainWindow *newWindow = new MainWindow(fileName, nullptr); - newWindow->show(); -} - -// 添加一个辅助函数来连接控件的修改信号 -void MainWindow::connectModificationSignals(QWidget *widget) -{ - if (QLineEdit *lineEdit = qobject_cast(widget)) { - connect(lineEdit, &QLineEdit::textChanged, [this]() { - isModified = true; - updateWindowTitle(); - }); - } else if (QCheckBox *checkBox = qobject_cast(widget)) { - connect(checkBox, &QCheckBox::checkStateChanged, [this]() { - isModified = true; - updateWindowTitle(); - }); - } else if (QTableWidget *tableWidget = qobject_cast(widget)) { - connect(tableWidget, &QTableWidget::itemChanged, [this]() { - isModified = true; - updateWindowTitle(); - }); - } else if (QDateTimeEdit *dateTimeEdit = qobject_cast(widget)) { - connect(dateTimeEdit, &QDateTimeEdit::dateTimeChanged, [this]() { - isModified = true; - updateWindowTitle(); - }); - } - // 递归处理子控件 - for (QObject *child : widget->children()) { - if (QWidget *childWidget = qobject_cast(child)) { - connectModificationSignals(childWidget); - } - } -} - -// 添加一个辅助函数来更新标题 -void MainWindow::updateWindowTitle() -{ - QString title = "XNEditor"; - if (!currentFilePath.isEmpty()) { - title += " - " + QFileInfo(currentFilePath).fileName(); - } - if (isModified) { - title += " *"; - } - setWindowTitle(title); -} - -// 窗口关闭事件的响应 -void MainWindow::closeEvent(QCloseEvent *event) -{ - if (isModified) { - onCloseFileTriggered(); - // 如果用户选择了Cancel,我们需要阻止窗口关闭 - if (isModified) { - event->ignore(); - return; - } - } - event->accept(); -} diff --git a/XNEditor/mainwindow.h b/XNEditor/mainwindow.h deleted file mode 100755 index b455e90..0000000 --- a/XNEditor/mainwindow.h +++ /dev/null @@ -1,291 +0,0 @@ -/** - * @file mainwindow.h - * @author jinchao - * @brief 主窗口类 - * @version 1.0 - * @date 2025-02-14 - * - * @copyright Copyright (c) 2025 COMAC - * - */ -#ifndef MAINWINDOW_H -#define MAINWINDOW_H - -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include - -QT_BEGIN_NAMESPACE -namespace Ui -{ -class MainWindow; -} -QT_END_NAMESPACE - -/** - * @brief 成员变量结构体 - */ -struct MemberVariable { - QString dataType; - QString variableName; - bool isArray; - QVector arraySizes; - QString description; -}; - -/** - * @brief 结构体定义结构体 - */ -struct StructDefinition { - QString structName; - QVector> memberVariables; -}; - -/** - * @brief 命名空间定义结构体 - */ -struct NamespaceDefinition { - QString namespaceName; - QVector> structDefinitions; - QVector> childNamespaces; -}; - -/** - * @brief 主窗口类 - */ -class MainWindow : public QMainWindow -{ - Q_OBJECT - -public: - /** - * @brief 构造函数 - * @param parent 父窗口 - */ - MainWindow(QWidget *parent = nullptr); - /** - * @brief 构造函数 - * @param fileName 文件名 - * @param parent 父窗口 - */ - MainWindow(QString fileName, QWidget *parent = nullptr); - /** - * @brief 析构函数 - */ - ~MainWindow(); - -public slots: - /** - * @brief 新建文件槽函数 - */ - void onNewFileTriggered(); - /** - * @brief 打开文件槽函数 - */ - void onOpenFileTriggered(); - /** - * @brief 关闭文件槽函数 - */ - void onCloseFileTriggered(); - /** - * @brief IDL树型结构元素点击响应, - * @param item: 树型结构元素 - */ - void onTreeWidgetItemClicked(QTreeWidgetItem *item); - -private: - /** - * @brief 初始化菜单 - */ - void initMenu(); - /** - * @brief 初始化文件菜单 - */ - void initFileMenu(); - /** - * @brief 初始化编辑菜单 - */ - void initEditMenu(); - /** - * @brief 初始化中心组件 - * @param style: 中心组件类型 0:运行环境配置文件类型 1:模型/服务配置文件类型 2:IDL文件类型 - */ - void initCentralWidget(int style = 0); - /** - * @brief 初始化IDL树形控件 - */ - void initIDLTreeWidget(); - /** - * @brief 打开场景配置文件 - */ - void openScenarioFile(); - /** - * @brief 打开模型配置文件 - */ - void openModelFile(); - /** - * @brief 打开服务配置文件 - */ - void openServiceFile(); - /** - * @brief 打开IDL文件 - */ - void openIDLFile(); - /** - * @brief 保存文件 - */ - void saveFile(QString filePath); - /** - * @brief 保存场景配置文件 - */ - void saveScenarioFile(QString filePath); - /** - * @brief 保存模型配置文件 - */ - void saveModelFile(QString filePath); - /** - * @brief 保存服务配置文件 - */ - void saveServiceFile(QString filePath); - /** - * @brief 保存IDL文件 - */ - void saveIDLFile(QString filePath); - /** - * @brief 添加组框1,label,lineEdit类型 - * @param layout 布局 - * @param name 名称 - * @param attributes 属性 - */ - void addGroupBox(QVBoxLayout *layout, QString name, QDomNamedNodeMap attributes); - /** - * @brief 添加组框2,comboBox类型 - * @param layout 布局 - * @param name 名称 - * @param attributes 属性 - */ - void addGroupBox2(QVBoxLayout *layout, QString name, QDomNamedNodeMap attributes); - /** - * @brief 添加组框3,tabwidget类型 - * @param layout 布局 - * @param name 名称 - * @param groupAttributes 组属性 - * @param vecAttributes 属性 - * @param type 类型 - */ - void addGroupBox3(QVBoxLayout *layout, QString name, QDomNamedNodeMap groupAttributes, - QVector vecAttributes, int type); - /** - * @brief 向组框1中添加item - * @param gridLayout 布局 - * @param itemName 名称 - * @param itemValue 值 - * @param itemStyle 样式 - */ - void addItemIntoGroupBox(QGridLayout *gridLayout, QString itemName, QString itemValue, - int itemStyle); - /** - * @brief 设置lineEdit的规则 - * @param lineEdit lineEdit - * @param name 名称 - */ - void setLineEditRules(QLineEdit *lineEdit, QString name); - - /** - * @brief 查找模型 - * @param modelName 模型名称 - * @param ModelPath 模型路径 - * @return true 找到 - * @return false 未找到 - */ - bool findModel(QString modelName, QString ModelPath); - /** - * @brief 查找服务 - * @param serviceName 服务名称 - * @param ServicePath 服务路径 - * @return true 找到 - * @return false 未找到 - */ - bool findService(QString serviceName, QString ServicePath); - /** - * @brief 更新模型列表 - * @param tabWidget 表格 - */ - void UpdateModelList(QTableWidget *tabWidget); - /** - * @brief 更新服务列表 - * @param tabWidget 表格 - */ - void UpdateServiceList(QTableWidget *tabWidget); - /** - * @brief 在新的窗口中打开文件 - * @param fileName 文件名 - */ - void openFileInNewWindow(QString fileName); - /** - * @brief 连接修改信号 - * @param widget 窗口 - */ - void connectModificationSignals(QWidget *widget); - /** - * @brief 更新窗口标题 - */ - void updateWindowTitle(); - /** - * @brief 添加加号按钮 - * @param layout 布局 - */ - void addPlusButton(QGridLayout *layout); - -public: - /** - * @brief 当前文件路径 - */ - QString currentFilePath; - /** - * @brief 当前文件类型 0: 场景配置文件 1: 模型配置文件 2: 服务配置文件 3: IDL文件 - */ - int currentFileType; - -private: - /** - * @brief 主窗口ui - */ - Ui::MainWindow *ui; - /** - * @brief 模型路径 - */ - QString modelPath; - /** - * @brief 服务路径 - */ - QString ServicePath; - /** - * @brief 是否修改 - */ - bool isModified; - /** - * @brief 命名空间定义 - */ - QVector> namespaces; - /** - * @brief 根据namespaces更新IDL树形控件 - */ - void updateIDLTreeWidget(); - -protected: - /** - * @brief 关闭事件 - * @param event 事件 - */ - void closeEvent(QCloseEvent *event) override; -}; -#endif // MAINWINDOW_H diff --git a/XNEditor/mainwindow.ui b/XNEditor/mainwindow.ui deleted file mode 100755 index 2b1cb81..0000000 --- a/XNEditor/mainwindow.ui +++ /dev/null @@ -1,31 +0,0 @@ - - - MainWindow - - - - 0 - 0 - 800 - 600 - - - - MainWindow - - - - - - 0 - 0 - 800 - 20 - - - - - - - - diff --git a/XNIDLGen/.vscode/c_cpp_properties.json b/XNIDLGen/.vscode/c_cpp_properties.json deleted file mode 100755 index 0b3cbd5..0000000 --- a/XNIDLGen/.vscode/c_cpp_properties.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "configurations": [ - { - "compileCommands": "${workspaceFolder}/build/compile_commands.json", - "configurationProvider": "ms-vscode.cmake-tools" - } - ], - "version": 4 -} \ No newline at end of file diff --git a/XNIDLGen/.vscode/settings.json b/XNIDLGen/.vscode/settings.json deleted file mode 100755 index c452776..0000000 --- a/XNIDLGen/.vscode/settings.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "files.associations": { - "*.cpp": "cpp", - "qfiledialog": "cpp", - "array": "cpp", - "chrono": "cpp", - "compare": "cpp", - "functional": "cpp", - "istream": "cpp", - "memory_resource": "cpp", - "ostream": "cpp", - "ranges": "cpp", - "ratio": "cpp", - "tuple": "cpp", - "type_traits": "cpp", - "utility": "cpp", - "variant": "cpp", - "*.tcc": "cpp" - } -} \ No newline at end of file diff --git a/XNIDLGen/CMakeLists.txt b/XNIDLGen/CMakeLists.txt deleted file mode 100755 index 29947b8..0000000 --- a/XNIDLGen/CMakeLists.txt +++ /dev/null @@ -1,75 +0,0 @@ -cmake_minimum_required(VERSION 3.16) - -project(XNIDLGen VERSION 0.1 LANGUAGES CXX) - -set(CMAKE_AUTOUIC ON) -set(CMAKE_AUTOMOC ON) -set(CMAKE_AUTORCC ON) - -set(CMAKE_CXX_STANDARD 17) -set(CMAKE_CXX_STANDARD_REQUIRED ON) - -find_package(QT NAMES Qt6 Qt5 REQUIRED COMPONENTS Widgets) -find_package(Qt${QT_VERSION_MAJOR} REQUIRED COMPONENTS Widgets) -find_package(QXlsxQt6 REQUIRED) - -set(QT_SOURCE_FILE ../qdarkstyle/dark/darkstyle.qrc) - -# 根据 Qt 版本选择正确的资源添加函数 -qt6_add_resources(QT_RESOURCES ${QT_SOURCE_FILE}) - -set(PROJECT_SOURCES - main.cpp - mainwindow.cpp - mainwindow.h - mainwindow.ui - ${QT_RESOURCES} -) - -if(${QT_VERSION_MAJOR} GREATER_EQUAL 6) - qt_add_executable(XNIDLGen - MANUAL_FINALIZATION - ${PROJECT_SOURCES} - ) -# Define target properties for Android with Qt 6 as: -# set_property(TARGET XNIDLGen APPEND PROPERTY QT_ANDROID_PACKAGE_SOURCE_DIR -# ${CMAKE_CURRENT_SOURCE_DIR}/android) -# For more information, see https://doc.qt.io/qt-6/qt-add-executable.html#target-creation -else() - if(ANDROID) - add_library(XNIDLGen SHARED - ${PROJECT_SOURCES} - ) -# Define properties for Android with Qt 5 after find_package() calls as: -# set(ANDROID_PACKAGE_SOURCE_DIR "${CMAKE_CURRENT_SOURCE_DIR}/android") - else() - add_executable(XNIDLGen - ${PROJECT_SOURCES} - ) - endif() -endif() - -target_link_libraries(XNIDLGen PRIVATE - Qt${QT_VERSION_MAJOR}::Widgets - QXlsx::QXlsx) - -# Check if CMAKE_INSTALL_PREFIX is set to its default value -if(CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT) - set(CMAKE_INSTALL_PREFIX "${CMAKE_SOURCE_DIR}/../Release" CACHE PATH "Install path prefix" FORCE) -endif() - -include(GNUInstallDirs) -install(TARGETS XNIDLGen - BUNDLE DESTINATION . - LIBRARY DESTINATION . - RUNTIME DESTINATION . -) - -# Add a post-installation command to set the application icon using gio -install(CODE " - execute_process(COMMAND gio set -t string ${CMAKE_INSTALL_PREFIX}/XNIDLGen \"metadata::custom-icon\" \"file://${CMAKE_INSTALL_PREFIX}/resource/XNIDLGen.png\") -") - -if(QT_VERSION_MAJOR EQUAL 6) - qt_finalize_executable(XNIDLGen) -endif() \ No newline at end of file diff --git a/XNIDLGen/CMakeLists.txt.user b/XNIDLGen/CMakeLists.txt.user deleted file mode 100755 index 36a6e54..0000000 --- a/XNIDLGen/CMakeLists.txt.user +++ /dev/null @@ -1,421 +0,0 @@ - - - - - - EnvironmentId - {c0015c8c-17e0-44a4-897e-eb0bda6a867e} - - - ProjectExplorer.Project.ActiveTarget - 0 - - - ProjectExplorer.Project.EditorSettings - - true - false - true - - Cpp - - CppGlobal - - - - QmlJS - - QmlJSGlobal - - - 2 - UTF-8 - false - 4 - false - 80 - true - true - 1 - 0 - false - true - false - 2 - true - true - 0 - 8 - true - false - 1 - true - true - true - *.md, *.MD, Makefile - false - true - true - - - - ProjectExplorer.Project.PluginSettings - - - true - false - true - true - true - true - - false - - - 0 - true - - true - true - Builtin.DefaultTidyAndClazy - 10 - true - - - - true - - - - - ProjectExplorer.Project.Target.0 - - Desktop - Desktop Qt 6.5.3 MinGW 64-bit - Desktop Qt 6.5.3 MinGW 64-bit - qt.qt6.653.win64_mingw_kit - 0 - 0 - 0 - - Debug - 2 - false - - -DQT_QMAKE_EXECUTABLE:FILEPATH=%{Qt:qmakeExecutable} --DCMAKE_BUILD_TYPE:STRING=Debug --DCMAKE_C_COMPILER:FILEPATH=%{Compiler:Executable:C} --DCMAKE_CXX_FLAGS_INIT:STRING=%{Qt:QML_DEBUG_FLAG} --DCMAKE_CXX_COMPILER:FILEPATH=%{Compiler:Executable:Cxx} --DCMAKE_GENERATOR:STRING=Ninja --DCMAKE_PREFIX_PATH:PATH=%{Qt:QT_INSTALL_PREFIX} --DCMAKE_PROJECT_INCLUDE_BEFORE:FILEPATH=%{BuildConfig:BuildDirectory:NativeFilePath}/.qtc/package-manager/auto-setup.cmake - 0 - I:\MyPrj\XNSim\XNIDLGen\build\Desktop_Qt_6_5_3_MinGW_64_bit-Debug - - - - - all - - false - - true - 构建 - CMakeProjectManager.MakeStep - - 1 - 构建 - 构建 - ProjectExplorer.BuildSteps.Build - - - - - - clean - - false - - true - 构建 - CMakeProjectManager.MakeStep - - 1 - 清除 - 清除 - ProjectExplorer.BuildSteps.Clean - - 2 - false - - false - - Debug - CMakeProjectManager.CMakeBuildConfiguration - - - Release - 2 - false - - -DQT_QMAKE_EXECUTABLE:FILEPATH=%{Qt:qmakeExecutable} --DCMAKE_BUILD_TYPE:STRING=Release --DCMAKE_C_COMPILER:FILEPATH=%{Compiler:Executable:C} --DCMAKE_CXX_FLAGS_INIT:STRING=%{Qt:QML_DEBUG_FLAG} --DCMAKE_CXX_COMPILER:FILEPATH=%{Compiler:Executable:Cxx} --DCMAKE_GENERATOR:STRING=Ninja --DCMAKE_PREFIX_PATH:PATH=%{Qt:QT_INSTALL_PREFIX} --DCMAKE_PROJECT_INCLUDE_BEFORE:FILEPATH=%{BuildConfig:BuildDirectory:NativeFilePath}/.qtc/package-manager/auto-setup.cmake - I:\MyPrj\XNSim\XNIDLGen\build\Desktop_Qt_6_5_3_MinGW_64_bit-Release - - - - - all - - false - - true - CMakeProjectManager.MakeStep - - 1 - 构建 - 构建 - ProjectExplorer.BuildSteps.Build - - - - - - clean - - false - - true - CMakeProjectManager.MakeStep - - 1 - 清除 - 清除 - ProjectExplorer.BuildSteps.Clean - - 2 - false - - false - - Release - CMakeProjectManager.CMakeBuildConfiguration - - - RelWithDebInfo - 2 - false - - -DQT_QMAKE_EXECUTABLE:FILEPATH=%{Qt:qmakeExecutable} --DCMAKE_BUILD_TYPE:STRING=RelWithDebInfo --DCMAKE_C_COMPILER:FILEPATH=%{Compiler:Executable:C} --DCMAKE_CXX_FLAGS_INIT:STRING=%{Qt:QML_DEBUG_FLAG} --DCMAKE_CXX_COMPILER:FILEPATH=%{Compiler:Executable:Cxx} --DCMAKE_GENERATOR:STRING=Ninja --DCMAKE_PREFIX_PATH:PATH=%{Qt:QT_INSTALL_PREFIX} --DCMAKE_PROJECT_INCLUDE_BEFORE:FILEPATH=%{BuildConfig:BuildDirectory:NativeFilePath}/.qtc/package-manager/auto-setup.cmake - I:\MyPrj\XNSim\XNIDLGen\build\Desktop_Qt_6_5_3_MinGW_64_bit-RelWithDebInfo - - - - - all - - false - - true - CMakeProjectManager.MakeStep - - 1 - 构建 - 构建 - ProjectExplorer.BuildSteps.Build - - - - - - clean - - false - - true - CMakeProjectManager.MakeStep - - 1 - 清除 - 清除 - ProjectExplorer.BuildSteps.Clean - - 2 - false - - false - - Release with Debug Information - CMakeProjectManager.CMakeBuildConfiguration - - - RelWithDebInfo - 2 - false - - -DQT_QMAKE_EXECUTABLE:FILEPATH=%{Qt:qmakeExecutable} --DCMAKE_BUILD_TYPE:STRING=RelWithDebInfo --DCMAKE_C_COMPILER:FILEPATH=%{Compiler:Executable:C} --DCMAKE_CXX_FLAGS_INIT:STRING=%{Qt:QML_DEBUG_FLAG} --DCMAKE_CXX_COMPILER:FILEPATH=%{Compiler:Executable:Cxx} --DCMAKE_GENERATOR:STRING=Ninja --DCMAKE_PREFIX_PATH:PATH=%{Qt:QT_INSTALL_PREFIX} --DCMAKE_PROJECT_INCLUDE_BEFORE:FILEPATH=%{BuildConfig:BuildDirectory:NativeFilePath}/.qtc/package-manager/auto-setup.cmake - 0 - I:\MyPrj\XNSim\XNIDLGen\build\Desktop_Qt_6_5_3_MinGW_64_bit-Profile - - - - - all - - false - - true - CMakeProjectManager.MakeStep - - 1 - 构建 - 构建 - ProjectExplorer.BuildSteps.Build - - - - - - clean - - false - - true - CMakeProjectManager.MakeStep - - 1 - 清除 - 清除 - ProjectExplorer.BuildSteps.Clean - - 2 - false - - false - - Profile - CMakeProjectManager.CMakeBuildConfiguration - - - MinSizeRel - 2 - false - - -DQT_QMAKE_EXECUTABLE:FILEPATH=%{Qt:qmakeExecutable} --DCMAKE_BUILD_TYPE:STRING=MinSizeRel --DCMAKE_C_COMPILER:FILEPATH=%{Compiler:Executable:C} --DCMAKE_CXX_FLAGS_INIT:STRING=%{Qt:QML_DEBUG_FLAG} --DCMAKE_CXX_COMPILER:FILEPATH=%{Compiler:Executable:Cxx} --DCMAKE_GENERATOR:STRING=Ninja --DCMAKE_PREFIX_PATH:PATH=%{Qt:QT_INSTALL_PREFIX} --DCMAKE_PROJECT_INCLUDE_BEFORE:FILEPATH=%{BuildConfig:BuildDirectory:NativeFilePath}/.qtc/package-manager/auto-setup.cmake - I:\MyPrj\XNSim\XNIDLGen\build\Desktop_Qt_6_5_3_MinGW_64_bit-MinSizeRel - - - - - all - - false - - true - CMakeProjectManager.MakeStep - - 1 - 构建 - 构建 - ProjectExplorer.BuildSteps.Build - - - - - - clean - - false - - true - CMakeProjectManager.MakeStep - - 1 - 清除 - 清除 - ProjectExplorer.BuildSteps.Clean - - 2 - false - - false - - Minimum Size Release - CMakeProjectManager.CMakeBuildConfiguration - - 5 - - - 0 - 部署 - 部署 - ProjectExplorer.BuildSteps.Deploy - - 1 - - false - ProjectExplorer.DefaultDeployConfiguration - - 1 - - true - true - 0 - true - - - 2 - - false - -e cpu-cycles --call-graph "dwarf,4096" -F 250 - - ProjectExplorer.CustomExecutableRunConfiguration - - false - true - true - - 1 - - - - ProjectExplorer.Project.TargetCount - 1 - - - ProjectExplorer.Project.Updater.FileVersion - 22 - - - Version - 22 - - diff --git a/XNIDLGen/main.cpp b/XNIDLGen/main.cpp deleted file mode 100755 index 13124e8..0000000 --- a/XNIDLGen/main.cpp +++ /dev/null @@ -1,21 +0,0 @@ -#include "mainwindow.h" - -#include -#include -#include - -int main(int argc, char *argv[]) -{ - QApplication a(argc, argv); - - QFile file(":qdarkstyle/dark/darkstyle.qss"); - if (file.open(QFile::ReadOnly)) { - QTextStream stream(&file); - QString styleSheet = stream.readAll(); - a.setStyleSheet(styleSheet); - } - - MainWindow w; - w.show(); - return a.exec(); -} diff --git a/XNIDLGen/mainwindow.cpp b/XNIDLGen/mainwindow.cpp deleted file mode 100755 index 13f5798..0000000 --- a/XNIDLGen/mainwindow.cpp +++ /dev/null @@ -1,395 +0,0 @@ -#include "mainwindow.h" -#include "./ui_mainwindow.h" -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include "xlsxcellrange.h" -#include "xlsxchart.h" -#include "xlsxchartsheet.h" -#include "xlsxdocument.h" -#include "xlsxrichstring.h" -#include "xlsxworkbook.h" - -using namespace QXlsx; - -MainWindow::MainWindow(QWidget *parent) : QMainWindow(parent), ui(new Ui::MainWindow) -{ - ui->setupUi(this); - - setWindowTitle("XNSim IDL Generator"); - setWindowIcon(QIcon(":/icon/XNIDLGen.png")); - //菜单栏 - QMenu *fileMenu = menuBar()->addMenu(tr("&File")); - QAction *openAction = new QAction(tr("&Open"), this); - QAction *closeAction = new QAction(tr("&Close"), this); - - fileMenu->addAction(openAction); - fileMenu->addAction(closeAction); - - QMenu *operationMenu = menuBar()->addMenu(tr("&Operation")); - QAction *generateAction = new QAction(tr("Generate &IDL"), this); - QAction *generatePrjAction = new QAction(tr("Generate &DDS Project"), this); - operationMenu->addAction(generateAction); - operationMenu->addAction(generatePrjAction); - - connect(openAction, &QAction::triggered, this, &MainWindow::openFile); - connect(closeAction, &QAction::triggered, this, &MainWindow::closeFile); - connect(generateAction, &QAction::triggered, this, &MainWindow::generate); - connect(generatePrjAction, &QAction::triggered, this, &MainWindow::generatePrj); - - //主界面 - QGroupBox *namespaceGroupBox = new QGroupBox(tr("Namespace"), this); - QGridLayout *namespaceGroupBoxLayout = new QGridLayout(); - namespaceGroupBox->setLayout(namespaceGroupBoxLayout); - QLabel *firstNamespaceLabel = new QLabel(tr("First Namespace:"), namespaceGroupBox); - QLabel *secondNamespaceLabel = new QLabel(tr("Second Namespace:"), namespaceGroupBox); - QLabel *thirdNamespaceLabel = new QLabel(tr("Third Namespace:"), namespaceGroupBox); - QLabel *modelNameLabel = new QLabel(tr("Model Name:"), namespaceGroupBox); - - QLineEdit *firstNamespaceLineEdit = new QLineEdit(namespaceGroupBox); - firstNamespaceLineEdit->setText("XNSim"); - firstNamespaceLineEdit->setReadOnly(true); - firstNamespaceLineEdit->setObjectName("firstNamespaceLineEdit"); - QLineEdit *secondNamespaceLineEdit = new QLineEdit(namespaceGroupBox); - secondNamespaceLineEdit->setObjectName("secondNamespaceLineEdit"); - QLineEdit *thirdNamespaceLineEdit = new QLineEdit(namespaceGroupBox); - thirdNamespaceLineEdit->setObjectName("thirdNamespaceLineEdit"); - QLineEdit *modelNameLineEdit = new QLineEdit(namespaceGroupBox); - modelNameLineEdit->setObjectName("modelNameLineEdit"); - - namespaceGroupBoxLayout->addWidget(firstNamespaceLabel, 0, 0); - namespaceGroupBoxLayout->addWidget(firstNamespaceLineEdit, 0, 1); - namespaceGroupBoxLayout->addWidget(secondNamespaceLabel, 0, 2); - namespaceGroupBoxLayout->addWidget(secondNamespaceLineEdit, 0, 3); - namespaceGroupBoxLayout->addWidget(thirdNamespaceLabel, 1, 0); - namespaceGroupBoxLayout->addWidget(thirdNamespaceLineEdit, 1, 1); - namespaceGroupBoxLayout->addWidget(modelNameLabel, 1, 2); - namespaceGroupBoxLayout->addWidget(modelNameLineEdit, 1, 3); - - QGroupBox *groupBox = new QGroupBox(tr("File Preview"), this); - groupBox->setObjectName("groupBox"); - QTabWidget *tabWidget = new QTabWidget(groupBox); - tabWidget->setObjectName("tabWidget"); - - QWidget *tab1 = new QWidget(); - QTableWidget *table1 = new QTableWidget(10, 3, tab1); // 10 rows, 5 columns - table1->setObjectName("table1"); - QStringList headers; - headers << "name" << "type" << "size"; - table1->horizontalHeader()->setSectionResizeMode(QHeaderView::Stretch); - table1->setHorizontalHeaderLabels(headers); - QVBoxLayout *tab1Layout = new QVBoxLayout(); - tab1Layout->addWidget(table1); - tab1->setLayout(tab1Layout); - - QWidget *tab2 = new QWidget(); - QTableWidget *table2 = new QTableWidget(10, 3, tab2); // 10 rows, 5 columns - table2->setObjectName("table2"); - table2->setHorizontalHeaderLabels(headers); - table2->horizontalHeader()->setSectionResizeMode(QHeaderView::Stretch); - QVBoxLayout *tab2Layout = new QVBoxLayout(); - tab2Layout->addWidget(table2); - tab2->setLayout(tab2Layout); - - tabWidget->addTab(tab1, tr("Inputs")); - tabWidget->addTab(tab2, tr("Outputs")); - - QVBoxLayout *groupBoxLayout = new QVBoxLayout(); - groupBoxLayout->addWidget(tabWidget); - groupBox->setLayout(groupBoxLayout); - - QVBoxLayout *mainLayout = new QVBoxLayout(); - mainLayout->setContentsMargins( - 10, 10, 10, 10); // Add margins to create space between the menu bar and central widget - mainLayout->addWidget(namespaceGroupBox); - mainLayout->addWidget(groupBox); - - centralWidget()->setLayout(mainLayout); - centralWidget()->setEnabled(false); -} - -MainWindow::~MainWindow() -{ - delete ui; -} - -void MainWindow::openFile() -{ - QString fileName = - QFileDialog::getOpenFileName(this, tr("Open File"), "", tr("ICD file (*.xlsx)")); - if (fileName.isEmpty()) - return; - - QXlsx::Document xlsx(fileName); - if (xlsx.load()) { - setWindowTitle("XNSim IDL Generator - " + fileName); - QStringList sheetNames = xlsx.sheetNames(); - for (const QString &sheetName : sheetNames) { - if (sheetName == "Inputs") { - xlsx.selectSheet(sheetName); - QTableWidget *table1 = findChild("table1"); - table1->setRowCount(xlsx.dimension().rowCount() - 1); - for (int col = 1; col <= xlsx.dimension().columnCount(); ++col) { - QString columnName = xlsx.read(1, col).toString(); - if (columnName == "SACSC name" || columnName == "SACSC Name" - || columnName == "NameSACSC") { - for (int row = 2; row <= xlsx.dimension().rowCount(); ++row) { - QString value = xlsx.read(row, col).toString(); - if (value.isEmpty()) { - continue; - } - value = value.toLower(); - table1->setItem(row - 2, 0, new QTableWidgetItem(value)); - } - } else if (columnName == "Variable Type") { - for (int row = 2; row <= xlsx.dimension().rowCount(); ++row) { - QString value = xlsx.read(row, col).toString(); - if (value.isEmpty()) { - continue; - } - table1->setItem(row - 2, 1, new QTableWidgetItem(value)); - } - } else if (columnName == "Variable Dimensions") { - for (int row = 2; row <= xlsx.dimension().rowCount(); ++row) { - QString value = xlsx.read(row, col).toString(); - if (value.isEmpty()) { - continue; - } - if (!value.contains("[") && value.toInt() > 1) { - value = "[" + value + "]"; - } - table1->setItem(row - 2, 2, new QTableWidgetItem(value)); - } - } else { - continue; - } - } - } else if (sheetName == "Outputs") { - xlsx.selectSheet(sheetName); - QTableWidget *table2 = findChild("table2"); - table2->setRowCount(xlsx.dimension().rowCount() - 1); - for (int col = 1; col <= xlsx.dimension().columnCount(); ++col) { - QString columnName = xlsx.read(1, col).toString(); - if (columnName == "SACSC name" || columnName == "SACSC Name" - || columnName == "NameSACSC") { - for (int row = 2; row <= xlsx.dimension().rowCount(); ++row) { - QString value = xlsx.read(row, col).toString(); - if (value.isEmpty()) { - continue; - } - value = value.toLower(); - table2->setItem(row - 2, 0, new QTableWidgetItem(value)); - } - } else if (columnName == "Variable Type") { - for (int row = 2; row <= xlsx.dimension().rowCount(); ++row) { - QString value = xlsx.read(row, col).toString(); - if (value.isEmpty()) { - continue; - } - table2->setItem(row - 2, 1, new QTableWidgetItem(value)); - } - } else if (columnName == "Variable Dimensions") { - for (int row = 2; row <= xlsx.dimension().rowCount(); ++row) { - QString value = xlsx.read(row, col).toString(); - if (value.isEmpty()) { - continue; - } - if (!value.contains("[") && value.toInt() > 1) { - value = "[" + value + "]"; - } - table2->setItem(row - 2, 2, new QTableWidgetItem(value)); - } - } else { - continue; - } - } - } else { - continue; - } - } - } - centralWidget()->setEnabled(true); -} - -void MainWindow::closeFile() -{ - QTableWidget *table1 = findChild("table1"); - QTableWidget *table2 = findChild("table2"); - table1->clear(); - table2->clear(); - table1->setRowCount(0); - table2->setRowCount(0); - centralWidget()->setEnabled(false); -} - -void MainWindow::generate() -{ - QLineEdit *modelNameLineEdit = findChild("modelNameLineEdit"); - if (!modelNameLineEdit || modelNameLineEdit->text().isEmpty()) { - QMessageBox::warning(this, tr("Error"), tr("Model name is empty")); - return; - } - QString modelName = modelNameLineEdit->text(); - QString defaultFileName = modelName + ".idl"; - QString filePath = QFileDialog::getSaveFileName(this, tr("Save File"), - QDir::currentPath() + "/" + defaultFileName, - tr("IDL Files (*.idl)")); - if (filePath.isEmpty()) { - return; - } - - if (!filePath.endsWith(".idl", Qt::CaseInsensitive)) { - filePath += ".idl"; - } - - QFile file(filePath); - if (!file.open(QIODevice::WriteOnly | QIODevice::Text)) { - return; - } - - QTextStream out(&file); - QLineEdit *firstNamespaceLineEdit = findChild("firstNamespaceLineEdit"); - QLineEdit *secondNamespaceLineEdit = findChild("secondNamespaceLineEdit"); - QLineEdit *thirdNamespaceLineEdit = findChild("thirdNamespaceLineEdit"); - - if (firstNamespaceLineEdit) { - out << "module " << firstNamespaceLineEdit->text() << "\n"; - out << "{\n"; - if (secondNamespaceLineEdit && !secondNamespaceLineEdit->text().isEmpty()) { - out << "\tmodule " << secondNamespaceLineEdit->text() << "\n"; - out << "\t{\n"; - if (thirdNamespaceLineEdit && !thirdNamespaceLineEdit->text().isEmpty()) { - out << "\t\tmodule " << thirdNamespaceLineEdit->text() << "\n"; - out << "\t\t{\n"; - genInput(modelName, "\t\t\t", out); - genOutput(modelName, "\t\t\t", out); - out << "\t\t};\n"; - } else { - genInput(modelName, "\t\t", out); - genOutput(modelName, "\t\t", out); - } - out << "\t};\n"; - } else { - genInput(modelName, "\t", out); - genOutput(modelName, "\t", out); - } - out << "};\n"; - } - - file.close(); -} - -void MainWindow::generatePrj() -{ - QFileDialog fileDialog(this); - fileDialog.setNameFilter(tr("IDL Files (*.idl)")); - fileDialog.setViewMode(QFileDialog::Detail); - QString idlFilePath; - if (fileDialog.exec()) { - idlFilePath = fileDialog.selectedFiles().first(); - } - - if (idlFilePath.isEmpty()) { - return; - } - - QString savePath = QFileDialog::getExistingDirectory(this, tr("Select Save Directory"), - QString(), QFileDialog::ShowDirsOnly); - if (savePath.isEmpty()) { - return; - } - - QDir dir(savePath); - savePath = dir.absolutePath(); - - QProcess process; - QStringList arguments = QStringList() - << "-flat-output-dir" << "-replace" << "-d" << savePath << idlFilePath; - process.start("fastddsgen", arguments); - process.waitForFinished(); - QString output = process.readAllStandardOutput(); - - QMessageBox::information(this, tr("Generate DDS Project Result"), output); - - //TODO 生成Interface头文件和源文件 -} - -QString MainWindow::typeChange(QString type) -{ - if (type == "char" || type == "unsigned char") { - return "char"; - } else if (type == "short" || type == "unsigned short" || type == "long" - || type == "unsigned long" || type == "long long" || type == "unsigned long long" - || type == "float" || type == "double" || type == "long double" - || type == "string") { - return type; - } else if (type == "int") { - return "long"; - } else if (type == "unsigned int") { - return "unsigned long"; - } else if (type == "bool") { - return "boolean"; - } else if (type == "std::string") { - return "string"; - } - return "error"; -} - -void MainWindow::genInput(QString name, QString prefix, QTextStream &out) -{ - out << prefix << "struct " << name << "_input" << "\n"; - out << prefix << "{\n"; - QTableWidget *table1 = findChild("table1"); - if (table1) { - for (int row = 0; row < table1->rowCount(); ++row) { - QString name = table1->item(row, 0)->text(); - QString type = table1->item(row, 1)->text(); - QString size = table1->item(row, 2)->text(); - if (typeChange(type) == "error") { - QMessageBox::warning(this, tr("Error"), name + tr("is unknown type!")); - return; - } - if (size.isEmpty() || size == "1") { - out << prefix << "\t" << "@optional " << typeChange(type) << " " << name << ";\n"; - } else { - out << prefix << "\t" << "@optional " << typeChange(type) << " " << name << size - << ";\n"; - } - } - } - out << prefix << "};\n"; -} - -void MainWindow::genOutput(QString name, QString prefix, QTextStream &out) -{ - out << prefix << "struct " << name << "_output" << "\n"; - out << prefix << "{\n"; - QTableWidget *table2 = findChild("table2"); - if (table2) { - for (int row = 0; row < table2->rowCount(); ++row) { - QString name = table2->item(row, 0)->text(); - QString type = table2->item(row, 1)->text(); - QString size = table2->item(row, 2)->text(); - if (typeChange(type) == "error") { - QMessageBox::warning(this, tr("Error"), name + tr("is unknown type!")); - return; - } - if (size.isEmpty() || size == "1") { - out << prefix << "\t" << "@optional " << typeChange(type) << " " << name << ";\n"; - } else { - out << prefix << "\t" << "@optional " << typeChange(type) << " " << name << size - << ";\n"; - } - } - } - out << prefix << "};\n"; -} diff --git a/XNIDLGen/mainwindow.h b/XNIDLGen/mainwindow.h deleted file mode 100755 index ce7844a..0000000 --- a/XNIDLGen/mainwindow.h +++ /dev/null @@ -1,33 +0,0 @@ -#ifndef MAINWINDOW_H -#define MAINWINDOW_H - -#include - -QT_BEGIN_NAMESPACE -namespace Ui -{ -class MainWindow; -} -QT_END_NAMESPACE - -class MainWindow : public QMainWindow -{ - Q_OBJECT - -public: - MainWindow(QWidget *parent = nullptr); - ~MainWindow(); - -public slots: - void openFile(); - void closeFile(); - void generate(); - void generatePrj(); - -private: - QString typeChange(QString type); - void genInput(QString name, QString prefix, QTextStream &out); - void genOutput(QString name, QString prefix, QTextStream &out); - Ui::MainWindow *ui; -}; -#endif // MAINWINDOW_H diff --git a/XNIDLGen/mainwindow.ui b/XNIDLGen/mainwindow.ui deleted file mode 100755 index 2b1cb81..0000000 --- a/XNIDLGen/mainwindow.ui +++ /dev/null @@ -1,31 +0,0 @@ - - - MainWindow - - - - 0 - 0 - 800 - 600 - - - - MainWindow - - - - - - 0 - 0 - 800 - 20 - - - - - - - - diff --git a/XNMonitor/.vscode/c_cpp_properties.json b/XNMonitor/.vscode/c_cpp_properties.json deleted file mode 100755 index 0b3cbd5..0000000 --- a/XNMonitor/.vscode/c_cpp_properties.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "configurations": [ - { - "compileCommands": "${workspaceFolder}/build/compile_commands.json", - "configurationProvider": "ms-vscode.cmake-tools" - } - ], - "version": 4 -} \ No newline at end of file diff --git a/XNMonitor/.vscode/settings.json b/XNMonitor/.vscode/settings.json deleted file mode 100755 index 3ebd24d..0000000 --- a/XNMonitor/.vscode/settings.json +++ /dev/null @@ -1,90 +0,0 @@ -{ - "files.associations": { - "*.cpp": "cpp", - "qmainwindow": "cpp", - "new": "cpp", - "qstring": "cpp", - "chrono": "cpp", - "algorithm": "cpp", - "qvector": "cpp", - "array": "cpp", - "atomic": "cpp", - "bit": "cpp", - "*.tcc": "cpp", - "cctype": "cpp", - "clocale": "cpp", - "cmath": "cpp", - "codecvt": "cpp", - "compare": "cpp", - "concepts": "cpp", - "condition_variable": "cpp", - "cstdarg": "cpp", - "cstddef": "cpp", - "cstdint": "cpp", - "cstdio": "cpp", - "cstdlib": "cpp", - "cstring": "cpp", - "ctime": "cpp", - "cwchar": "cpp", - "cwctype": "cpp", - "deque": "cpp", - "list": "cpp", - "map": "cpp", - "string": "cpp", - "unordered_map": "cpp", - "vector": "cpp", - "exception": "cpp", - "functional": "cpp", - "iterator": "cpp", - "memory": "cpp", - "memory_resource": "cpp", - "numeric": "cpp", - "optional": "cpp", - "random": "cpp", - "ratio": "cpp", - "source_location": "cpp", - "string_view": "cpp", - "system_error": "cpp", - "tuple": "cpp", - "type_traits": "cpp", - "utility": "cpp", - "future": "cpp", - "initializer_list": "cpp", - "iomanip": "cpp", - "iosfwd": "cpp", - "istream": "cpp", - "limits": "cpp", - "mutex": "cpp", - "numbers": "cpp", - "ostream": "cpp", - "semaphore": "cpp", - "sstream": "cpp", - "stdexcept": "cpp", - "stop_token": "cpp", - "streambuf": "cpp", - "thread": "cpp", - "cinttypes": "cpp", - "typeinfo": "cpp", - "variant": "cpp", - "ranges": "cpp", - "shared_mutex": "cpp", - "span": "cpp", - "qregularexpression": "cpp", - "qtextstream": "cpp", - "qsplitter": "cpp", - "qvboxlayout": "cpp", - "qthread": "cpp", - "*.ipp": "cpp", - "bitset": "cpp", - "complex": "cpp", - "set": "cpp", - "regex": "cpp", - "iostream": "cpp", - "typeindex": "cpp", - "qmap": "cpp", - "qmessagebox": "cpp", - "qdebug": "cpp", - "qscopedpointer": "cpp", - "qmutexlocker": "cpp" - } -} \ No newline at end of file diff --git a/XNMonitor/CMakeLists.txt b/XNMonitor/CMakeLists.txt deleted file mode 100755 index a993a22..0000000 --- a/XNMonitor/CMakeLists.txt +++ /dev/null @@ -1,157 +0,0 @@ -cmake_minimum_required(VERSION 3.16) - -project(XNMonitor VERSION 0.1 LANGUAGES CXX) - -set(CMAKE_AUTOUIC ON) -set(CMAKE_AUTOMOC ON) -set(CMAKE_AUTORCC ON) - -set(CMAKE_CXX_STANDARD 17) -set(CMAKE_CXX_STANDARD_REQUIRED ON) - -if(NOT fastcdr_FOUND) - find_package(fastcdr 2 REQUIRED) -endif() - -if(NOT fastdds_FOUND) - find_package(fastdds 3 REQUIRED) -endif() - -# 获取环境变量 -if(DEFINED ENV{XNCore}) - set(XNCore_PATH $ENV{XNCore}) -else() - message(FATAL_ERROR "Environment variable XNCore is not set.") -endif() - -# 添加 XNCore_PATH 下的 include 目录为包含目录 -include_directories(${XNCore_PATH}/include) - -file(GLOB DDS_XNIDL_SOURCES_CXX "../XNCore/XNIDL/*.cxx") - -add_definitions(-DQCUSTOMPLOT_USE_OPENGL) - -find_package(QT NAMES Qt6 Qt5 REQUIRED - COMPONENTS Core Widgets PrintSupport - Xml OpenGLWidgets -) -find_package(Qt${QT_VERSION_MAJOR} REQUIRED - COMPONENTS Widgets PrintSupport Xml - OpenGLWidgets -) - -find_package(OpenGL REQUIRED) # 添加这一行 -find_package(OpenSSL REQUIRED) - -#set(QT_SOURCE_FILE qdarkstyle/light/lightstyle.qrc) # 将资源文件放到工程目录下,该部分会由RCC编译器预编译为cpp文件 -set(QT_SOURCE_FILE ../qdarkstyle/dark/darkstyle.qrc) - -# 根据 Qt 版本选择正确的资源添加函数 -qt6_add_resources(QT_RESOURCES ${QT_SOURCE_FILE}) - -set(PROJECT_SOURCES - main.cpp - mainwindow.cpp - mainwindow.h - SystemStatusWidget/SystemStatusWidget.h - SystemStatusWidget/SystemStatusWidget.cpp - ModelStatusWidget/ModelStatusWidget.h - ModelStatusWidget/ModelStatusWidget.cpp - DataMonitorWidget/DataMonitorWidget.h - DataMonitorWidget/DataMonitorWidget.cpp - DataCollectionWidget/DataCollectionWidget.h - DataCollectionWidget/DataCollectionWidget.cpp - SystemStatusWidget/SystemInfoUpdateThread.h - SystemStatusWidget/SystemInfoUpdateThread.cpp - ModelStatusWidget/ModelInfoUpdateThread.h - ModelStatusWidget/ModelInfoUpdateThread.cpp - DataMonitorWidget/DataMonitorThread.h - DataMonitorWidget/DataMonitorThread.cpp - DataCollectionWidget/DataCollectionThread.h - DataCollectionWidget/DataCollectionThread.cpp - TopicManager/DataReaderListenerImpl.h - TopicManager/TopicManager.h - TopicManager/TopicManager.cpp - TopicMonitorFactory/TopicMonitor.h - TopicMonitorFactory/TopicMonitorFactory.h - TopicMonitorFactory/TopicMonitorFactory.cpp - ModelTopicMonitor/AerodynamicsMonitor.h - ModelTopicMonitor/WeightBalanceMonitor.h - ModelTopicMonitor/GroundHandlingMonitor.h - ModelTopicMonitor/AerodynamicsMonitor.cpp - ModelTopicMonitor/WeightBalanceMonitor.cpp - ModelTopicMonitor/GroundHandlingMonitor.cpp - DebugWidget/DebugWidget.h - DebugWidget/DebugWidget.cpp - XNCustomPlot.h - XNCustomPlot.cpp - qcustomplot.h - qcustomplot.cpp - mainwindow.ui - TypeDefine.h - ${QT_RESOURCES} -) - -if(${QT_VERSION_MAJOR} GREATER_EQUAL 6) - qt_add_executable(XNMonitor - MANUAL_FINALIZATION - ${PROJECT_SOURCES} - ${DDS_XNIDL_SOURCES_CXX} - ) -# Define target properties for Android with Qt 6 as: -# set_property(TARGET XNMonitor APPEND PROPERTY QT_ANDROID_PACKAGE_SOURCE_DIR -# ${CMAKE_CURRENT_SOURCE_DIR}/android) -# For more information, see https://doc.qt.io/qt-6/qt-add-executable.html#target-creation -else() - if(ANDROID) - add_library(XNMonitor SHARED - ${PROJECT_SOURCES} - ) -# Define properties for Android with Qt 5 after find_package() calls as: -# set(ANDROID_PACKAGE_SOURCE_DIR "${CMAKE_CURRENT_SOURCE_DIR}/android") - else() - add_executable(XNMonitor - ${PROJECT_SOURCES} - ${QT_RESOURCES} - ${DDS_XNIDL_SOURCES_CXX} - ) - endif() -endif() - -# Check if CMAKE_INSTALL_PREFIX is set to its default value -if(CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT) - set(CMAKE_INSTALL_PREFIX "${CMAKE_SOURCE_DIR}/../Release" CACHE PATH "Install path prefix" FORCE) -endif() - -target_link_libraries(XNMonitor PRIVATE - Qt${QT_VERSION_MAJOR}::Widgets - Qt${QT_VERSION_MAJOR}::PrintSupport - Qt${QT_VERSION_MAJOR}::Xml - Qt${QT_VERSION_MAJOR}::OpenGLWidgets - OpenGL::GL - fastcdr - fastdds - OpenSSL::SSL - OpenSSL::Crypto - ${CMAKE_INSTALL_PREFIX}/Models/libXNAerodynamicsInterface.so - ${CMAKE_INSTALL_PREFIX}/Models/libXNWeightBalanceInterface.so - ${CMAKE_INSTALL_PREFIX}/Models/libXNGroundHandlingInterface.so -) - - - -include(GNUInstallDirs) -install(TARGETS XNMonitor - BUNDLE DESTINATION . - LIBRARY DESTINATION . - RUNTIME DESTINATION . -) - -# Add a post-installation command to set the application icon using gio -install(CODE " - execute_process(COMMAND gio set -t string ${CMAKE_INSTALL_PREFIX}/XNMonitor \"metadata::custom-icon\" \"file://${CMAKE_INSTALL_PREFIX}/resource/XNMonitor.png\") -") - -if(QT_VERSION_MAJOR EQUAL 6) - qt_finalize_executable(XNMonitor) -endif() \ No newline at end of file diff --git a/XNMonitor/CMakeLists.txt.user b/XNMonitor/CMakeLists.txt.user deleted file mode 100755 index f51e8d2..0000000 --- a/XNMonitor/CMakeLists.txt.user +++ /dev/null @@ -1,423 +0,0 @@ - - - - - - EnvironmentId - {c0015c8c-17e0-44a4-897e-eb0bda6a867e} - - - ProjectExplorer.Project.ActiveTarget - 0 - - - ProjectExplorer.Project.EditorSettings - - true - false - true - - Cpp - - CppGlobal - - - - QmlJS - - QmlJSGlobal - - - 2 - UTF-8 - false - 4 - false - 80 - true - true - 1 - 0 - false - true - false - 2 - true - true - 0 - 8 - true - false - 1 - true - true - true - *.md, *.MD, Makefile - false - true - true - - - - ProjectExplorer.Project.PluginSettings - - - true - false - true - true - true - true - - false - - - 0 - true - - true - true - Builtin.DefaultTidyAndClazy - 10 - true - - - - true - - - - - ProjectExplorer.Project.Target.0 - - Desktop - Desktop Qt 6.5.3 MinGW 64-bit - Desktop Qt 6.5.3 MinGW 64-bit - qt.qt6.653.win64_mingw_kit - 0 - 0 - 0 - - Debug - 2 - false - - -DQT_QMAKE_EXECUTABLE:FILEPATH=%{Qt:qmakeExecutable} --DCMAKE_PROJECT_INCLUDE_BEFORE:FILEPATH=%{BuildConfig:BuildDirectory:NativeFilePath}/.qtc/package-manager/auto-setup.cmake --DCMAKE_CXX_FLAGS_INIT:STRING=%{Qt:QML_DEBUG_FLAG} --DCMAKE_PREFIX_PATH:PATH=%{Qt:QT_INSTALL_PREFIX} --DCMAKE_BUILD_TYPE:STRING=Debug --DCMAKE_C_COMPILER:FILEPATH=%{Compiler:Executable:C} --DCMAKE_CXX_COMPILER:FILEPATH=%{Compiler:Executable:Cxx} --DCMAKE_GENERATOR:STRING=Ninja - 0 - I:\MyPrj\MyQtPrj\XNMonitor\build\Desktop_Qt_6_5_3_MinGW_64_bit-Debug - - - - - all - - false - - true - 构建 - CMakeProjectManager.MakeStep - - 1 - 构建 - 构建 - ProjectExplorer.BuildSteps.Build - - - - - - clean - - false - - true - 构建 - CMakeProjectManager.MakeStep - - 1 - 清除 - 清除 - ProjectExplorer.BuildSteps.Clean - - 2 - false - - false - - Debug - CMakeProjectManager.CMakeBuildConfiguration - - - Release - 2 - false - - -DQT_QMAKE_EXECUTABLE:FILEPATH=%{Qt:qmakeExecutable} --DCMAKE_PROJECT_INCLUDE_BEFORE:FILEPATH=%{BuildConfig:BuildDirectory:NativeFilePath}/.qtc/package-manager/auto-setup.cmake --DCMAKE_CXX_FLAGS_INIT:STRING=%{Qt:QML_DEBUG_FLAG} --DCMAKE_PREFIX_PATH:PATH=%{Qt:QT_INSTALL_PREFIX} --DCMAKE_BUILD_TYPE:STRING=Release --DCMAKE_C_COMPILER:FILEPATH=%{Compiler:Executable:C} --DCMAKE_CXX_COMPILER:FILEPATH=%{Compiler:Executable:Cxx} --DCMAKE_GENERATOR:STRING=Ninja - I:\MyPrj\MyQtPrj\XNMonitor\build\Desktop_Qt_6_5_3_MinGW_64_bit-Release - - - - - all - - false - - true - CMakeProjectManager.MakeStep - - 1 - 构建 - 构建 - ProjectExplorer.BuildSteps.Build - - - - - - clean - - false - - true - CMakeProjectManager.MakeStep - - 1 - 清除 - 清除 - ProjectExplorer.BuildSteps.Clean - - 2 - false - - false - - Release - CMakeProjectManager.CMakeBuildConfiguration - - - RelWithDebInfo - 2 - false - - -DQT_QMAKE_EXECUTABLE:FILEPATH=%{Qt:qmakeExecutable} --DCMAKE_PROJECT_INCLUDE_BEFORE:FILEPATH=%{BuildConfig:BuildDirectory:NativeFilePath}/.qtc/package-manager/auto-setup.cmake --DCMAKE_CXX_FLAGS_INIT:STRING=%{Qt:QML_DEBUG_FLAG} --DCMAKE_PREFIX_PATH:PATH=%{Qt:QT_INSTALL_PREFIX} --DCMAKE_BUILD_TYPE:STRING=RelWithDebInfo --DCMAKE_C_COMPILER:FILEPATH=%{Compiler:Executable:C} --DCMAKE_CXX_COMPILER:FILEPATH=%{Compiler:Executable:Cxx} --DCMAKE_GENERATOR:STRING=Ninja - I:\MyPrj\MyQtPrj\XNMonitor\build\Desktop_Qt_6_5_3_MinGW_64_bit-RelWithDebInfo - - - - - all - - false - - true - CMakeProjectManager.MakeStep - - 1 - 构建 - 构建 - ProjectExplorer.BuildSteps.Build - - - - - - clean - - false - - true - CMakeProjectManager.MakeStep - - 1 - 清除 - 清除 - ProjectExplorer.BuildSteps.Clean - - 2 - false - - false - - Release with Debug Information - CMakeProjectManager.CMakeBuildConfiguration - - - RelWithDebInfo - 2 - false - - -DQT_QMAKE_EXECUTABLE:FILEPATH=%{Qt:qmakeExecutable} --DCMAKE_PROJECT_INCLUDE_BEFORE:FILEPATH=%{BuildConfig:BuildDirectory:NativeFilePath}/.qtc/package-manager/auto-setup.cmake --DCMAKE_CXX_FLAGS_INIT:STRING=%{Qt:QML_DEBUG_FLAG} --DCMAKE_PREFIX_PATH:PATH=%{Qt:QT_INSTALL_PREFIX} --DCMAKE_BUILD_TYPE:STRING=RelWithDebInfo --DCMAKE_C_COMPILER:FILEPATH=%{Compiler:Executable:C} --DCMAKE_CXX_COMPILER:FILEPATH=%{Compiler:Executable:Cxx} --DCMAKE_GENERATOR:STRING=Ninja - 0 - I:\MyPrj\MyQtPrj\XNMonitor\build\Desktop_Qt_6_5_3_MinGW_64_bit-Profile - - - - - all - - false - - true - CMakeProjectManager.MakeStep - - 1 - 构建 - 构建 - ProjectExplorer.BuildSteps.Build - - - - - - clean - - false - - true - CMakeProjectManager.MakeStep - - 1 - 清除 - 清除 - ProjectExplorer.BuildSteps.Clean - - 2 - false - - false - - Profile - CMakeProjectManager.CMakeBuildConfiguration - - - MinSizeRel - 2 - false - - -DQT_QMAKE_EXECUTABLE:FILEPATH=%{Qt:qmakeExecutable} --DCMAKE_PROJECT_INCLUDE_BEFORE:FILEPATH=%{BuildConfig:BuildDirectory:NativeFilePath}/.qtc/package-manager/auto-setup.cmake --DCMAKE_CXX_FLAGS_INIT:STRING=%{Qt:QML_DEBUG_FLAG} --DCMAKE_PREFIX_PATH:PATH=%{Qt:QT_INSTALL_PREFIX} --DCMAKE_BUILD_TYPE:STRING=MinSizeRel --DCMAKE_C_COMPILER:FILEPATH=%{Compiler:Executable:C} --DCMAKE_CXX_COMPILER:FILEPATH=%{Compiler:Executable:Cxx} --DCMAKE_GENERATOR:STRING=Ninja - I:\MyPrj\MyQtPrj\XNMonitor\build\Desktop_Qt_6_5_3_MinGW_64_bit-MinSizeRel - - - - - all - - false - - true - CMakeProjectManager.MakeStep - - 1 - 构建 - 构建 - ProjectExplorer.BuildSteps.Build - - - - - - clean - - false - - true - CMakeProjectManager.MakeStep - - 1 - 清除 - 清除 - ProjectExplorer.BuildSteps.Clean - - 2 - false - - false - - Minimum Size Release - CMakeProjectManager.CMakeBuildConfiguration - - 5 - - - 0 - 部署 - 部署 - ProjectExplorer.BuildSteps.Deploy - - 1 - - false - ProjectExplorer.DefaultDeployConfiguration - - 1 - - true - true - 0 - true - - - 2 - - false - -e cpu-cycles --call-graph "dwarf,4096" -F 250 - XNMonitor - CMakeProjectManager.CMakeRunConfiguration.XNMonitor - XNMonitor - false - true - true - true - I:/MyPrj/MyQtPrj/XNMonitor/build/Desktop_Qt_6_5_3_MinGW_64_bit-Debug - - 1 - - - - ProjectExplorer.Project.TargetCount - 1 - - - ProjectExplorer.Project.Updater.FileVersion - 22 - - - Version - 22 - - diff --git a/XNMonitor/DataCollectionWidget/DataCollectionThread.cpp b/XNMonitor/DataCollectionWidget/DataCollectionThread.cpp deleted file mode 100755 index c9800bb..0000000 --- a/XNMonitor/DataCollectionWidget/DataCollectionThread.cpp +++ /dev/null @@ -1,64 +0,0 @@ -#include -#include "DataCollectionThread.h" - -DataCollectionThread::DataCollectionThread(QVector collectionDataNames, - double collectionFrequency, - double collectionTime, - QString collectionPath) : - m_CollectionFrequency(collectionFrequency), - m_CollectionTime(collectionTime), - m_CollectionPath(collectionPath) { - for (const QString &dataName : collectionDataNames) { - m_CollectionDataMap[dataName] = QVector(); - } -} - -void DataCollectionThread::run() { - double collectionPeriod = 1.0 / m_CollectionFrequency; - for (double time = m_CollectionTime; time > 0; time -= collectionPeriod) { - for (const QString &dataName : m_CollectionDataMap.keys()) { - m_CollectionDataMap[dataName] << generateTestCollectionData(); - } - //如果time为整数,则更新时间 - if (time - static_cast(time) < collectionPeriod) { - emit UpdateDataCollectionTime(static_cast(time)); - } - msleep(collectionPeriod * 1000); - } - - QString timeStamp = QDateTime::currentDateTime().toString("yyyyMMddHHmmss"); - QString fileName = m_CollectionPath + "/data" + timeStamp + ".csv"; - - //保存数据 - QFile file(fileName); - file.open(QIODevice::WriteOnly | QIODevice::Text); - QTextStream out(&file); - out << "Time"; - for (const QString &dataName : m_CollectionDataMap.keys()) { - out << "," << dataName; - } - out << "\n"; - for (int i = 0; i < m_CollectionDataMap[m_CollectionDataMap.keys().first()].size(); i++) { - out << i * collectionPeriod; - for (const QString &dataName : m_CollectionDataMap.keys()) { - out << "," << m_CollectionDataMap[dataName][i]; - } - out << "\n"; - } - file.close(); - emit DataCollectionStatus(true, fileName); -} - -void DataCollectionThread::onStopDataCollection() { - quit(); - emit DataCollectionStatus(false, QString("")); -} - -template -T DataCollectionThread::generateTestCollectionData() { - std::random_device rd; // 用于获取随机数种子 - std::mt19937 gen(rd()); // Mersenne Twister随机数生成器 - std::uniform_real_distribution<> dis(-1.0, 1.0); // [-1.0, 1.0)范围内的均匀分布 - return (T)(dis(gen) + 100); -} - diff --git a/XNMonitor/DataCollectionWidget/DataCollectionThread.h b/XNMonitor/DataCollectionWidget/DataCollectionThread.h deleted file mode 100755 index 95a07fe..0000000 --- a/XNMonitor/DataCollectionWidget/DataCollectionThread.h +++ /dev/null @@ -1,34 +0,0 @@ -#pragma once - -#include -#include -#include -#include -#include -#include -#include - -class DataCollectionThread : public QThread -{ - Q_OBJECT -public: - DataCollectionThread(QVector collectionDataNames, double collectionFrequency, - double collectionTime, QString collectionPath); - -protected: - void run() override; -signals: - void DataCollectionStatus(const bool &status, const QString &filePath); - void UpdateDataCollectionTime(const unsigned int &time); - -public slots: - void onStopDataCollection(); - -private: - template - T generateTestCollectionData(); - QMap> m_CollectionDataMap; - double m_CollectionFrequency; - double m_CollectionTime; - QString m_CollectionPath; -}; diff --git a/XNMonitor/DataCollectionWidget/DataCollectionWidget.cpp b/XNMonitor/DataCollectionWidget/DataCollectionWidget.cpp deleted file mode 100755 index 6727262..0000000 --- a/XNMonitor/DataCollectionWidget/DataCollectionWidget.cpp +++ /dev/null @@ -1,790 +0,0 @@ -#include "DataCollectionWidget.h" -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include - -DataCollectionWidget::DataCollectionWidget(QWidget *parent) : QWidget(parent) -{ - setupTabDataCollection(); -} - -DataCollectionWidget::~DataCollectionWidget() -{ -} - -void DataCollectionWidget::onSetCurrentTabIndex(int index) -{ - this->currentTabIndex = index; - if (currentTabIndex == 3) { - this->show(); - } else { - this->hide(); - } -} - -// 设置数据采集标签页 -void DataCollectionWidget::setupTabDataCollection() -{ - // 修改这里:从 dataMonitoringContent 改为 dataCollectionContent - QHBoxLayout *mainLayout = new QHBoxLayout(this); // 创建水平布局 - - // 使用QSplitter进行左右栏的动态分割 - QSplitter *horizontalSplitter = new QSplitter(Qt::Horizontal); // 创建一个水平方向的QSplitter - - // 左栏布局 - setupTabDataCollectionLeftPanel(horizontalSplitter); - - // 右栏布局 - setupTabDataCollectionRightPanel(horizontalSplitter); - - // 设置QSplitter的初始分割比例为1:4,即左栏占五分之一,右栏占五分之四 - horizontalSplitter->setStretchFactor(0, 1); // 左侧面板的拉伸因子为1 - horizontalSplitter->setStretchFactor(1, 4); // 右侧面板的拉伸因子为4 - - // 将QSplitter添加到主布局中 - mainLayout->addWidget(horizontalSplitter); -} - -void DataCollectionWidget::setupTabDataCollectionLeftPanel(QSplitter *horizontalSplitter) -{ - // 创建垂直布局 - QVBoxLayout *leftLayout = new QVBoxLayout(); - - // 创建树形控件 - QTreeWidget *treeWidget = new QTreeWidget(); - treeWidget->setHeaderLabels({"数据采集项", "操作"}); - treeWidget->setColumnCount(2); - - // 设置列宽模式和固定宽度 - treeWidget->header()->setSectionResizeMode(0, QHeaderView::Stretch); // 第一列自动伸展 - treeWidget->header()->setSectionResizeMode(1, QHeaderView::Fixed); // 第二列固定宽度 - treeWidget->setColumnWidth(1, 100); // 设置第二列宽度为100像素 - treeWidget->header()->setStretchLastSection(false); // 禁止最后一列自动伸展 - - // 添加树形控件到布局 - leftLayout->addWidget(treeWidget); - - // 创建水平布局来放置按钮 - QHBoxLayout *buttonLayout1 = new QHBoxLayout(); - - // 创建添加数据和清空数据按钮 - QPushButton *addDataButton = new QPushButton("添加数据"); - QPushButton *addDataProfileButton = new QPushButton("添加采集模板"); - QPushButton *clearDataButton = new QPushButton("清空数据"); - - // 连接添加数据按钮的点击信号 - connect(addDataButton, &QPushButton::clicked, this, [=]() { - // 创建输入对话框 - bool ok; - QString dataName = QInputDialog::getText(this, "添加数据接口", - "请输入数据接口名称:", QLineEdit::Normal, "", &ok); - - // 如果用户点击确定且输入不为空 - if (ok && !dataName.isEmpty()) { - // 创建新的树节点 - QTreeWidgetItem *item = new QTreeWidgetItem(treeWidget); - item->setText(0, dataName); // 设置第一列为数据名称 - - // 创建删除按钮 - QPushButton *deleteButton = new QPushButton("删除"); - treeWidget->setItemWidget(item, 1, deleteButton); // 设置第二列为删除按钮 - - // 连接删除按钮的点击信号 - connect(deleteButton, &QPushButton::clicked, this, [=]() { - // 获取按钮所在的item的索引 - int index = treeWidget->indexOfTopLevelItem(item); - if (index != -1) { - // 删除该项 - delete treeWidget->takeTopLevelItem(index); - } - }); - } - }); - - // 连接清空数据按钮的点击信号 - connect(clearDataButton, &QPushButton::clicked, this, [=]() { - // 弹出确认对话框 - QMessageBox::StandardButton reply; - reply = QMessageBox::question(this, "确认清空", "确定要清空所有数据吗?", - QMessageBox::Yes | QMessageBox::No); - - if (reply == QMessageBox::Yes) { - treeWidget->clear(); // 清空树形控件 - } - }); - - // 将按钮添加到水平布局中 - buttonLayout1->addWidget(addDataButton); - buttonLayout1->addWidget(addDataProfileButton); - buttonLayout1->addWidget(clearDataButton); - - // 将水平按钮布局添加到左侧主布局中 - leftLayout->addLayout(buttonLayout1); - - // 创建按钮布局 - QVBoxLayout *buttonLayout = new QVBoxLayout(); - - // 创建上部分网格布局 - QGridLayout *gridLayout = new QGridLayout(); - - // 第一列 - Labels - QLabel *freqLabel = new QLabel("采集频率"); - QLabel *durationLabel = new QLabel("采集时长"); - QLabel *pathLabel = new QLabel("保存路径"); - gridLayout->addWidget(freqLabel, 0, 0); - gridLayout->addWidget(durationLabel, 1, 0); - gridLayout->addWidget(pathLabel, 2, 0); - - // 第二列 - LineEdits - QLineEdit *freqEdit = new QLineEdit(); - freqEdit->setPlaceholderText("请输入采集频率"); - QLineEdit *durationEdit = new QLineEdit(); - durationEdit->setPlaceholderText("请输入采集时长"); - QLineEdit *pathEdit = new QLineEdit(); - pathEdit->setPlaceholderText("请输入保存路径"); - gridLayout->addWidget(freqEdit, 0, 1); - gridLayout->addWidget(durationEdit, 1, 1); - gridLayout->addWidget(pathEdit, 2, 1); - - // 设置输入验证器,只允许输入数字和小数点 - QDoubleValidator *doubleValidator = new QDoubleValidator(0, 999999, 6, this); - doubleValidator->setNotation(QDoubleValidator::StandardNotation); - freqEdit->setValidator(doubleValidator); - durationEdit->setValidator(doubleValidator); - - // 第三列 - 单位标签和选择按钮 - QLabel *hzLabel = new QLabel("Hz"); - QLabel *sLabel = new QLabel("s"); - QPushButton *selectPathButton = new QPushButton("..."); - gridLayout->addWidget(hzLabel, 0, 2); - gridLayout->addWidget(sLabel, 1, 2); - gridLayout->addWidget(selectPathButton, 2, 2); - - // 连接选择路径按钮的点击信号 - connect(selectPathButton, &QPushButton::clicked, this, [=]() { - QString dir = QFileDialog::getExistingDirectory(this, "选择保存路径", QDir::currentPath(), - QFileDialog::ShowDirsOnly - | QFileDialog::DontResolveSymlinks); - if (!dir.isEmpty()) { - pathEdit->setText(dir); - } - }); - - connect(addDataProfileButton, &QPushButton::clicked, this, [=]() { - // 弹出文件选择对话框 - QString fileName = QFileDialog::getOpenFileName(this, "选择采集模板", QDir::currentPath(), - "采集模板文件 (*.xml)"); - if (!fileName.isEmpty()) { - - QFile file(fileName); - file.open(QIODevice::ReadOnly | QIODevice::Text); - QDomDocument doc; - if (!doc.setContent(&file)) { - QMessageBox::warning(this, "错误", "无法解析XML文件"); - return; - } - - QDomElement root = doc.documentElement(); - if (root.tagName() != "DataCollection") { - QMessageBox::warning(this, "错误", "无效的XML格式"); - return; - } - - // 读取采集数据名称 - QDomElement collectionData = root.firstChildElement("CollectionData"); - if (!collectionData.isNull()) { - QDomElement dataName = collectionData.firstChildElement("DataName"); - while (!dataName.isNull()) { - QString name = dataName.text(); - - // 创建新的树节点 - QTreeWidgetItem *item = new QTreeWidgetItem(treeWidget); - item->setText(0, name); - - // 创建删除按钮 - QPushButton *deleteButton = new QPushButton("删除"); - treeWidget->setItemWidget(item, 1, deleteButton); - - // 连接删除按钮的点击信号 - connect(deleteButton, &QPushButton::clicked, this, [=]() { - int index = treeWidget->indexOfTopLevelItem(item); - if (index != -1) { - delete treeWidget->takeTopLevelItem(index); - } - }); - - dataName = dataName.nextSiblingElement("DataName"); - } - } - - // 读取并设置采集频率 - QDomElement freqElement = root.firstChildElement("DataFrequency"); - if (!freqElement.isNull()) { - freqEdit->setText(freqElement.text()); - } - - // 读取并设置采集时长 - QDomElement timeElement = root.firstChildElement("DataTime"); - if (!timeElement.isNull()) { - durationEdit->setText(timeElement.text()); - } - - // 读取并设置保存路径 - QDomElement pathElement = root.firstChildElement("DataPath"); - if (!pathElement.isNull()) { - pathEdit->setText(pathElement.text()); - } - - file.close(); - } - }); - - // 添加网格布局到按钮布局 - buttonLayout->addLayout(gridLayout); - - // 创建水平布局用于底部按钮 - QHBoxLayout *bottomButtonLayout = new QHBoxLayout(); - - // 创建开始和终止按钮 - QPushButton *startButton = new QPushButton("开始采集"); - startButton->setObjectName("startDataCollectionButton"); - QPushButton *stopButton = new QPushButton("终止采集"); - bottomButtonLayout->addWidget(startButton); - bottomButtonLayout->addWidget(stopButton); - - connect(startButton, &QPushButton::clicked, this, [=]() { - if (treeWidget->topLevelItemCount() == 0) { - QMessageBox::warning(this, "提示", "请先添加数据接口"); - return; - } - QStringList collectionDataNames; - for (int i = 0; i < treeWidget->topLevelItemCount(); ++i) { - collectionDataNames << treeWidget->topLevelItem(i)->text(0); - } - if (freqEdit->text().isEmpty() || durationEdit->text().isEmpty() - || pathEdit->text().isEmpty()) { - QMessageBox::warning(this, "提示", "请填写采集频率、采集时长和保存路径"); - return; - } - double collectionFrequency = freqEdit->text().toDouble(); - double collectionTime = durationEdit->text().toDouble(); - QString collectionPath = pathEdit->text(); - DataCollectionThread *dataCollectionThread = new DataCollectionThread( - collectionDataNames, collectionFrequency, collectionTime, collectionPath); - connect(dataCollectionThread, &DataCollectionThread::DataCollectionStatus, this, - &DataCollectionWidget::onDataCollectionStatus); - connect(dataCollectionThread, &DataCollectionThread::UpdateDataCollectionTime, this, - &DataCollectionWidget::onUpdateDataCollectionTime); - connect(this, &DataCollectionWidget::stopDataCollection, dataCollectionThread, - &DataCollectionThread::onStopDataCollection); - dataCollectionThread->start(); - startButton->setEnabled(false); - }); - - connect(stopButton, &QPushButton::clicked, this, [=]() { emit stopDataCollection(); }); - - // 添加底部按钮布局到主按钮布局 - buttonLayout->addLayout(bottomButtonLayout); - - // 将按钮布局添加到主布局 - leftLayout->addLayout(buttonLayout); - - // 创建一个QWidget作为左栏的容器,并设置其布局为leftLayout - QWidget *leftPanel = new QWidget(); - leftPanel->setLayout(leftLayout); - - horizontalSplitter->addWidget(leftPanel); -} - -void DataCollectionWidget::onUpdateDataCollectionTime(const unsigned int newTime) -{ - QPushButton *startButton = findChild("startDataCollectionButton"); - if (startButton) { - startButton->setText(QString::number(newTime)); - } -} - -void DataCollectionWidget::onDataCollectionStatus(const bool &status, const QString &filePath) -{ - QPushButton *startButton = findChild("startDataCollectionButton"); - if (startButton) { - if (status) { - QMessageBox::StandardButton reply = QMessageBox::question( - this, "提示", - QString("数据采集完成,文件已保存至:%1\n是否立即打开文件?").arg(filePath), - QMessageBox::Yes | QMessageBox::No); - - if (reply == QMessageBox::Yes) { - openDataCollectionFile(filePath); - } - } else { - QMessageBox::information(this, "提示", "数据采集异常终止"); - } - startButton->setText("开始采集"); - startButton->setEnabled(true); - } -} - -void DataCollectionWidget::setupTabDataCollectionRightPanel(QSplitter *horizontalSplitter) -{ - QWidget *rightPanel = new QWidget(); - horizontalSplitter->addWidget(rightPanel); - - // 创建右侧面板的主布局 - QHBoxLayout *rightLayout = new QHBoxLayout(rightPanel); - - // 创建左侧的TabWidget - QTabWidget *leftTabWidget = new QTabWidget(); - leftTabWidget->setTabPosition(QTabWidget::North); - leftTabWidget->setMovable(true); - leftTabWidget->setTabsClosable(true); // 设置所有标签页可关闭 - dataPlotIndex = 0; - - // 创建默认的第一个标签页 - QWidget *firstTab = new QWidget(); - QVBoxLayout *firstTabLayout = new QVBoxLayout(firstTab); - XNCustomPlot *plot = new XNCustomPlot(); - plot->setObjectName(QString("dataPlot%1").arg(dataPlotIndex)); - setupPlotWidget(plot); - firstTabLayout->addWidget(plot); - plot->addGraph(); - plot->graph(0)->setPen(QPen(Qt::green, 2)); - plot->addGraph(); - plot->graph(1)->setPen(QPen(Qt::red, 2)); - firstTabLayout->addWidget(plot); - int firstTabIndex = leftTabWidget->addTab(firstTab, QString("绘图%1").arg(dataPlotIndex)); - dataPlotIndex++; - - // 添加"+"标签页 - QWidget *addTab = new QWidget(); - int addTabIndex = leftTabWidget->addTab(addTab, "+"); - - // 移除"+"标签页的关闭按钮 - leftTabWidget->tabBar()->setTabButton(addTabIndex, QTabBar::RightSide, nullptr); - - // 连接标签切换信号 - connect(leftTabWidget, &QTabWidget::currentChanged, [=](int index) { - if (index == leftTabWidget->count() - 1) { - if (leftTabWidget->property("ignoreChange").toBool()) { - leftTabWidget->setCurrentIndex(0); - return; - } - - // 如果点击了"+"标签(且不是因为删除标签页导致的切换) - int newIndex = leftTabWidget->count() - 1; - - // 创建新的标签页 - QWidget *newTab = new QWidget(); - QVBoxLayout *newTabLayout = new QVBoxLayout(newTab); - XNCustomPlot *newPlot = new XNCustomPlot(); - newPlot->setObjectName(QString("dataPlot%1").arg(dataPlotIndex)); - setupPlotWidget(newPlot); - newPlot->addGraph(); - newPlot->graph(0)->setPen(QPen(Qt::green, 2)); - newPlot->addGraph(); - newPlot->graph(1)->setPen(QPen(Qt::red, 2)); - newTabLayout->addWidget(newPlot); - - // 在"+"标签之前插入新标签 - leftTabWidget->insertTab(newIndex, newTab, QString("绘图%1").arg(dataPlotIndex)); - dataPlotIndex++; - - // 选中新创建的标签 - leftTabWidget->setCurrentIndex(newIndex); - } - XNCustomPlot *currentPlot = findChild(QString("dataPlot%1").arg(index)); - if (currentPlot) { - currentPlot->setOpenGl(false); - currentPlot->replot(); - currentPlot->setOpenGl(true); - currentPlot->replot(); - } - }); - - // 连接标签关闭信号 - connect(leftTabWidget, &QTabWidget::tabCloseRequested, [=](int index) { - // 设置标记,表示即将因为删除标签页而改变当前标签 - leftTabWidget->setProperty("ignoreChange", true); - - // 删除指定的标签页 - leftTabWidget->removeTab(index); - - // 如果删除后只剩下"+"标签页,则创建一个新的标签页 - if (leftTabWidget->count() == 1) { - QWidget *newTab = new QWidget(); - QVBoxLayout *newTabLayout = new QVBoxLayout(newTab); - XNCustomPlot *newPlot = new XNCustomPlot(); - newPlot->setObjectName("dataPlot1"); - setupPlotWidget(newPlot); - newPlot->addGraph(); - newPlot->graph(0)->setPen(QPen(Qt::green, 2)); - newPlot->addGraph(); - newPlot->graph(1)->setPen(QPen(Qt::red, 2)); - newTabLayout->addWidget(newPlot); - - // 在"+"标签之前插入新标签 - leftTabWidget->insertTab(0, newTab, QString("绘图%1").arg(dataPlotIndex)); - leftTabWidget->setCurrentIndex(0); - dataPlotIndex++; - } - - // 清除标记 - leftTabWidget->setProperty("ignoreChange", false); - }); - - // 创建右侧的垂直布局,用于放置两个TreeWidget - QVBoxLayout *rightTreeLayout = new QVBoxLayout(); - - // 创建上部TreeWidget - QTreeWidget *collectionDataTreeWidget = new QTreeWidget(); - collectionDataTreeWidget->setHeaderLabel("采集数据"); - collectionDataTreeWidget->setObjectName("collectionDataTreeWidget"); - - connect(collectionDataTreeWidget, &QTreeWidget::itemClicked, this, - [=](QTreeWidgetItem *item, int column) { - QString varName = item->text(0); - if (collectionData.contains(varName)) { - int currentIndex = leftTabWidget->currentIndex(); - QCustomPlot *currentPlot = - findChild(QString("dataPlot%1").arg(currentIndex)); - if (currentPlot) { - currentPlot->graph(0)->setData(collectionData["Time"], - collectionData[varName]); - currentPlot->graph(0)->setPen(QPen(Qt::green, 2)); - currentPlot->graph(0)->setName(varName); - // 自动调整坐标轴范围以适应数据 - currentPlot->xAxis->rescale(); - currentPlot->yAxis->rescale(); - // 设置图例 - currentPlot->legend->setVisible(true); - currentPlot->legend->setFont(QFont("Helvetica", 10)); - - currentPlot->replot(); - } - } - }); - - // 创建水平布局用于放置按钮 - QHBoxLayout *collectionDataButtonLayout = new QHBoxLayout(); - - // 创建打开和关闭按钮 - QPushButton *openCollectionDataButton = new QPushButton("打开"); - QPushButton *closeCollectionDataButton = new QPushButton("关闭"); - - connect(openCollectionDataButton, &QPushButton::clicked, this, [=]() { - QString fileName = QFileDialog::getOpenFileName( - this, "选择采集数据文件", QDir::currentPath(), "采集数据文件 (*.csv)"); - openDataCollectionFile(fileName); - }); - - connect(closeCollectionDataButton, &QPushButton::clicked, this, [=]() { - collectionData.clear(); - collectionDataTreeWidget->clear(); - }); - - // 将按钮添加到水平布局 - collectionDataButtonLayout->addWidget(openCollectionDataButton); - collectionDataButtonLayout->addWidget(closeCollectionDataButton); - - // 创建一个容器widget来容纳按钮布局 - QWidget *collectionDataButtonContainer = new QWidget(); - collectionDataButtonContainer->setLayout(collectionDataButtonLayout); - - // 创建下部TreeWidget - QTreeWidget *referenceDataTreeWidget = new QTreeWidget(); - referenceDataTreeWidget->setHeaderLabel("参考数据"); - - connect(referenceDataTreeWidget, &QTreeWidget::itemClicked, this, - [=](QTreeWidgetItem *item, int column) { - QString varName = item->text(0); - if (referenceData.contains(varName)) { - int currentIndex = leftTabWidget->currentIndex(); - QCustomPlot *currentPlot = - findChild(QString("dataPlot%1").arg(currentIndex)); - if (currentPlot) { - currentPlot->graph(1)->setData(referenceData["Time"], - referenceData[varName]); - currentPlot->graph(1)->setPen(QPen(Qt::red, 2)); - currentPlot->graph(1)->setName(varName); - // 自动调整坐标轴范围以适应数据 - currentPlot->xAxis->rescale(); - currentPlot->yAxis->rescale(); - // 设置图例 - currentPlot->legend->setVisible(true); - currentPlot->legend->setFont(QFont("Helvetica", 10)); - currentPlot->replot(); - } - } - }); - - QHBoxLayout *referenceDataButtonLayout = new QHBoxLayout(); - - QPushButton *openReferenceDataButton = new QPushButton("打开"); - QPushButton *closeReferenceDataButton = new QPushButton("关闭"); - - connect(openReferenceDataButton, &QPushButton::clicked, this, [=]() { - QString fileName = QFileDialog::getOpenFileName( - this, "选择参考数据文件", QDir::currentPath(), "参考数据文件 (*.csv)"); - if (!fileName.isEmpty()) { - QFile file(fileName); - if (file.open(QIODevice::ReadOnly | QIODevice::Text)) { - QTextStream in(&file); - - // 读取第一行作为标题 - QString headerLine = in.readLine(); - QStringList headers = headerLine.split(","); - - referenceData["Time"] = QVector(); - // 第一次读取时,从headers中获取变量名并初始化vectors - if (referenceData.isEmpty()) { - for (int i = 1; i < headers.size(); i++) { - referenceData[headers[i]] = QVector(); - } - } - - // 清空现有数据 - referenceData.clear(); - - while (!in.atEnd()) { - QString line = in.readLine(); - QStringList fields = line.split(","); - - referenceData["Time"].append(fields[0].toDouble()); - for (int i = 1; i < fields.size() && i < headers.size(); i++) { - bool ok; - double value = fields[i].toDouble(&ok); - if (ok) { - referenceData[headers[i]].append(value); - } - } - } - - file.close(); - - // 清空现有树形结构 - referenceDataTreeWidget->clear(); - - // 将第一列数据名称添加到树形结构中 - for (auto it = referenceData.begin(); it != referenceData.end(); ++it) { - if (it.key() != "" && it.key() != "Time") { - QTreeWidgetItem *item = new QTreeWidgetItem(referenceDataTreeWidget); - item->setText(0, it.key()); - } - } - } else { - QMessageBox::warning(this, "错误", "无法打开文件!"); - } - } - }); - - connect(closeReferenceDataButton, &QPushButton::clicked, this, [=]() { - referenceData.clear(); - referenceDataTreeWidget->clear(); - }); - - referenceDataButtonLayout->addWidget(openReferenceDataButton); - referenceDataButtonLayout->addWidget(closeReferenceDataButton); - - QWidget *referenceDataButtonContainer = new QWidget(); - referenceDataButtonContainer->setLayout(referenceDataButtonLayout); - - // 将两个TreeWidget添加到右侧垂直布局 - rightTreeLayout->addWidget(collectionDataTreeWidget); - // 将按钮容器添加到右侧垂直布局 - rightTreeLayout->addWidget(collectionDataButtonContainer); - // 将参考数据TreeWidget添加到右侧垂直布局 - rightTreeLayout->addWidget(referenceDataTreeWidget); - // 将按钮容器添加到右侧垂直布局 - rightTreeLayout->addWidget(referenceDataButtonContainer); - - // 创建一个容器widget来容纳右侧的树形视图 - QWidget *rightTreeContainer = new QWidget(); - rightTreeContainer->setLayout(rightTreeLayout); - - // 创建一个水平分割器来分隔TabWidget和右侧树形视图 - QSplitter *rightSplitter = new QSplitter(Qt::Horizontal); - rightSplitter->addWidget(leftTabWidget); - rightSplitter->addWidget(rightTreeContainer); - rightSplitter->setStretchFactor(0, 4); // TabWidget占据更多空间 - rightSplitter->setStretchFactor(1, 1); - - // 将分割器添加到右侧面板的主布局 - rightLayout->addWidget(rightSplitter); - rightLayout->setContentsMargins(0, 0, 0, 0); -} - -void DataCollectionWidget::openDataCollectionFile(const QString &filePath) -{ - if (!filePath.isEmpty()) { - QFile file(filePath); - if (file.open(QIODevice::ReadOnly | QIODevice::Text)) { - QTextStream in(&file); - - // 读取第一行作为标题 - QString headerLine = in.readLine(); - QStringList headers = headerLine.split(","); - - collectionData["Time"] = QVector(); - // 第一次读取时,从headers中获取变量名并初始化vectors - if (collectionData.isEmpty()) { - for (int i = 1; i < headers.size(); i++) { - collectionData[headers[i]] = QVector(); - } - } - - // 清空现有数据 - collectionData.clear(); - - while (!in.atEnd()) { - QString line = in.readLine(); - QStringList fields = line.split(","); - - collectionData["Time"].append(fields[0].toDouble()); - // 将每一列的数据添加到对应变量名的vector中 - for (int i = 1; i < fields.size() && i < headers.size(); i++) { - bool ok; - double value = fields[i].toDouble(&ok); - if (ok) { - collectionData[headers[i]].append(value); - } - } - } - - file.close(); - - QTreeWidget *collectionDataTreeWidget = - findChild("collectionDataTreeWidget"); - if (collectionDataTreeWidget) { - // 清空现有树形结构 - collectionDataTreeWidget->clear(); - - // 将第一列数据名称添加到树形结构中 - for (auto it = collectionData.begin(); it != collectionData.end(); ++it) { - if (it.key() != "" && it.key() != "Time") { - QTreeWidgetItem *item = new QTreeWidgetItem(collectionDataTreeWidget); - item->setText(0, it.key()); - } - } - } - } else { - QMessageBox::warning(this, "错误", "无法打开文件!"); - } - } -} - -void DataCollectionWidget::setupPlotWidget(XNCustomPlot *customPlot) -{ - customPlot->setBackground(QBrush(QColor("#19232D"))); - customPlot->xAxis->setLabelColor(Qt::white); - customPlot->yAxis->setLabelColor(Qt::white); - customPlot->xAxis->setLabel("时间(s)"); - customPlot->yAxis->setLabel("值"); - customPlot->xAxis->setTickLabelRotation(60); - customPlot->xAxis->setTickLabelColor(Qt::white); - customPlot->yAxis->setTickLabelColor(Qt::white); - customPlot->xAxis->grid()->setVisible(true); - customPlot->yAxis->grid()->setVisible(true); - - customPlot->setNotAntialiasedElements(QCP::aeAll); // 关闭抗锯齿 - customPlot->setPlottingHints(QCP::phFastPolylines); // 使用快速绘制 - customPlot->setNoAntialiasingOnDrag(true); // 拖动时关闭抗锯齿 - - // 优化图表性能 - customPlot->setBufferDevicePixelRatio(1.0); // 设置缓冲区像素比 - customPlot->setOpenGl(true); // 启用OpenGL加速(如果支持) - - // 确保图表可以接收鼠标事件 - customPlot->setMouseTracking(true); - customPlot->setAttribute(Qt::WA_Hover); - customPlot->setFocusPolicy(Qt::StrongFocus); - - // 启用所有交互选项 - customPlot->setInteractions(QCP::iRangeDrag | QCP::iRangeZoom | QCP::iSelectItems - | QCP::iSelectAxes | QCP::iSelectLegend); - - // 创建新的顶层层级 - customPlot->addLayer("topmost", customPlot->layer("main"), QCustomPlot::limAbove); - QCPLayer *topmostLayer = customPlot->layer("topmost"); - topmostLayer->setMode(QCPLayer::lmBuffered); - - // 将所有现有图层移到新层级下方 - for (int i = 0; i < customPlot->layerCount(); ++i) { - QCPLayer *layer = customPlot->layer(i); - if (layer != topmostLayer) { - layer->setMode(QCPLayer::lmBuffered); - customPlot->moveLayer(layer, topmostLayer, QCustomPlot::limBelow); - } - } - - // 创建坐标标签 - m_coordLabel = new QCPItemText(customPlot); - m_coordLabel->setPositionAlignment(Qt::AlignTop | Qt::AlignLeft); - m_coordLabel->setTextAlignment(Qt::AlignLeft); - m_coordLabel->setVisible(false); - m_coordLabel->setPadding(QMargins(8, 8, 8, 8)); // 增加内边距 - m_coordLabel->setBrush(QBrush(QColor(40, 40, 40, 255))); - m_coordLabel->setPen(QPen(QColor(80, 80, 80, 255))); - m_coordLabel->setColor(Qt::white); - QFont labelFont = QFont("Arial", 16); - labelFont.setBold(true); - m_coordLabel->setFont(labelFont); - m_coordLabel->setLayer("topmost"); // 使用最顶层 - - // 创建点追踪器 - m_tracer = new QCPItemTracer(customPlot); - m_tracer->setStyle(QCPItemTracer::tsCircle); - m_tracer->setPen(QPen(Qt::red)); - m_tracer->setBrush(Qt::red); - m_tracer->setSize(8); - m_tracer->setVisible(false); - m_tracer->setLayer("topmost"); // 使用最顶层 - - // 连接鼠标事件 - connect(customPlot, &XNCustomPlot::mousePressed, this, [=](QMouseEvent *event) { - if (event->button() == Qt::LeftButton && customPlot->graph(0)) { - double x = customPlot->xAxis->pixelToCoord(event->pos().x()); - double y = customPlot->yAxis->pixelToCoord(event->pos().y()); - - if (!customPlot->graph(0)->data()->isEmpty()) { - double minDistance = std::numeric_limits::max(); - QCPGraphDataContainer::const_iterator closestPoint; - bool foundPoint = false; - - for (auto it = customPlot->graph(0)->data()->begin(); - it != customPlot->graph(0)->data()->end(); ++it) { - double distance = qSqrt(qPow(it->key - x, 2) + qPow(it->value - y, 2)); - if (distance < minDistance) { - minDistance = distance; - closestPoint = it; - foundPoint = true; - } - } - - if (foundPoint) { - m_tracer->setGraph(customPlot->graph(0)); - m_tracer->setGraphKey(closestPoint->key); - m_tracer->setVisible(true); - - m_coordLabel->position->setCoords(closestPoint->key, closestPoint->value); - m_coordLabel->setText(QString("时间: %1\n数值: %2") - .arg(closestPoint->key) - .arg(closestPoint->value)); - m_coordLabel->setVisible(true); - - customPlot->replot(); - } - } - } - }); - - // 确保在初始化时重新绘制一次 - customPlot->replot(); -} \ No newline at end of file diff --git a/XNMonitor/DataCollectionWidget/DataCollectionWidget.h b/XNMonitor/DataCollectionWidget/DataCollectionWidget.h deleted file mode 100755 index 5c65705..0000000 --- a/XNMonitor/DataCollectionWidget/DataCollectionWidget.h +++ /dev/null @@ -1,39 +0,0 @@ -#pragma once -#include -#include -#include "DataCollectionThread.h" -#include "../TypeDefine.h" -#include "../XNCustomPlot.h" - -class DataCollectionWidget : public QWidget -{ - Q_OBJECT -public: - explicit DataCollectionWidget(QWidget *parent = nullptr); - ~DataCollectionWidget(); - -signals: - void stopDataCollection(); - -public slots: - void onSetCurrentTabIndex(int index); - void onUpdateDataCollectionTime(const unsigned int newTime); - void onDataCollectionStatus(const bool &status, const QString &filePath); - -private: - void setupTabDataCollection(); // 设置数据采集标签页的函数声明 - void - setupTabDataCollectionLeftPanel(QSplitter *horizontalSplitter); // 设置数据采集左面板的函数声明 - void - setupTabDataCollectionRightPanel(QSplitter *horizontalSplitter); // 设置数据采集右面板的函数声明 - void openDataCollectionFile(const QString &filePath); - void setupPlotWidget(XNCustomPlot *customPlot); - -private: - unsigned int dataPlotIndex; // 数据采集索引 - QMap> collectionData; - QMap> referenceData; - int currentTabIndex = 0; // 当前选中的标签页索引 - QCPItemTracer *m_tracer; - QCPItemText *m_coordLabel; -}; \ No newline at end of file diff --git a/XNMonitor/DataMonitorWidget/DataMonitorThread.cpp b/XNMonitor/DataMonitorWidget/DataMonitorThread.cpp deleted file mode 100755 index e766a8c..0000000 --- a/XNMonitor/DataMonitorWidget/DataMonitorThread.cpp +++ /dev/null @@ -1,288 +0,0 @@ -/** - * @file DataMonitorThread.cpp - * @author jinchao - * @brief 数据监控线程类实现 - * @version 1.0 - * @date 2025-03-10 - * - * @copyright Copyright (c) 2025 COMAC - * - */ -#include "DataMonitorThread.h" -#include -#include -#include -#include "../TopicManager/TopicManager.h" -#include "../TopicMonitorFactory/TopicMonitorFactory.h" - -DataMonitorThread::DataMonitorThread(QObject *parent) : QThread(parent) -{ -} - -DataMonitorThread::~DataMonitorThread() -{ - // 停止所有主题监控 - if (m_TopicMonitorMap.size() > 0) { - for (auto &topicName : m_TopicMonitorMap.keys()) { - m_TopicMonitorMap[topicName]->stopMonitoring(topicName); - m_TopicMonitorMap.remove(topicName); - } - } -} - -void DataMonitorThread::run() -{ - while (!m_Quit) { - if (m_Active) { - QMutexLocker locker(&m_Mutex); - for (auto &topicName : m_VarNameMap.keys()) { - // 遍历主题名下的所有变量 - for (auto &varName : m_VarNameMap[topicName].keys()) { - if (m_VarNameMap[topicName][varName] == 0) { - // 如果变量名对应的监控状态为0,则获取数据 - QString value = m_TopicMonitorMap[topicName]->getData(topicName, varName); - emit updateMonitoringData(varName, value); - } else if (m_VarNameMap[topicName][varName] == 2) { - // 如果变量名对应的监控状态为2,则注入一次数据 - m_TopicMonitorMap[topicName]->injectData( - varName, m_InjectValueMap[topicName][varName]); - emit updateMonitoringData( - varName, QString::number(m_InjectValueMap[topicName][varName])); - m_VarNameMap[topicName][varName] = 0; - m_InjectValueMap[topicName].remove(varName); - } else if (m_VarNameMap[topicName][varName] == 3) { - // 如果变量名对应的监控状态为3,则注入连续数据 - m_TopicMonitorMap[topicName]->injectData( - varName, m_InjectValueMap[topicName][varName]); - emit updateMonitoringData( - varName, QString::number(m_InjectValueMap[topicName][varName])); - } - } - } - } - QThread::msleep(m_SleepTime); - } -} - -void DataMonitorThread::onSaveModelDefinition( - const QSharedPointer &modelDefinition) -{ - QMutexLocker locker(&m_Mutex); - - // 首先检查输入参数是否为空 - if (!modelDefinition) { - emit sendDebugMessage(1, "保存模型接口定义失败,ModelDefinition指针为空"); - return; - } - - // 设置最大递归深度 - const int MAX_RECURSION_DEPTH = 5; - - // 查找所有主题定义的结构体lambda表达式 - std::function> &, int)> - findAllStruct = [this, &findAllStruct, MAX_RECURSION_DEPTH]( - const QString &topic, - const QVector> &nsVector, - int depth) { - // 检查递归深度 - if (depth > MAX_RECURSION_DEPTH) { - return; - } - - for (auto &ns : nsVector) { - // 检查是否为空指针 - if (!ns) { - continue; - } - // 计算新的主题名 - QString newTopic = - topic.size() > 0 ? topic + "::" + ns->namespaceName : ns->namespaceName; - // 递归查找所有结构体 - findAllStruct(newTopic, ns->childNamespaces, depth + 1); - - for (auto &structDef : ns->structDefinitions) { - // 检查是否为空指针 - if (!structDef) { - continue; - } - // 保存主题名和结构体定义 - m_StructDefinitionList[newTopic + "::" + structDef->structName] = structDef; - // 发送调试信息 - emit sendDebugMessage(0, - "保存主题名" + newTopic + "::" + structDef->structName); - } - } - }; - // 调用lambda表达式,查找所有主题定义的结构体 - findAllStruct("", modelDefinition->namespaceDefinitions, 0); -} - -void DataMonitorThread::onStartMonitoring(const QString &modelName, const QString &topicName, - const QString &varName) -{ - QMutexLocker locker(&m_Mutex); - // 检查主题名是否在结构体列表中 - if (m_StructDefinitionList.contains(topicName)) { - // 如果主题名在结构体列表中,则开始监控 - if (StartTopicMonitor(modelName, topicName)) { - // 保存监控状态 - m_VarNameMap[topicName][varName] = 0; - // 发送调试信息 - emit sendDebugMessage(0, "开始监控主题名" + topicName); - } - } else { - // 如果主题名不在结构体列表中,则发送调试信息 - emit sendDebugMessage(2, "未找到需要监控的主题名" + topicName); - } -} - -bool DataMonitorThread::StartTopicMonitor(const QString &modelName, const QString &topicName) -{ - // 创建主题监控器 - m_TopicMonitorMap[topicName] = TopicMonitorFactory::getInstance().createMonitor(modelName); - // 检查主题监控器是否创建成功 - if (m_TopicMonitorMap[topicName]) { - // 开始监控 - bool bRet = m_TopicMonitorMap[topicName]->startMonitoring(topicName); - // 返回监控结果 - return bRet; - } - // 如果主题监控器创建失败,则返回false - return false; -} - -void DataMonitorThread::onStopMonitoring(const QString &modelName, const QString &topicName, - const QString &varName) -{ - QMutexLocker locker(&m_Mutex); - if (m_StructDefinitionList.contains(topicName)) { - // 如果变量名在监控状态中,则删除变量名对应的监控状态 - if (m_VarNameMap[topicName].contains(varName)) - m_VarNameMap[topicName].remove(varName); - // 如果主题名对应的监控状态表为空,则停止监控主题 - if (m_VarNameMap[topicName].size() == 0) { - // 如果主题监控器不存在,则获取主题监控器 - if (!m_TopicMonitorMap[topicName]) { - m_TopicMonitorMap[topicName] = - TopicMonitorFactory::getInstance().createMonitor(modelName); - } - // 停止监控主题 - m_TopicMonitorMap[topicName]->stopMonitoring(topicName); - // 删除主题监控器 - m_TopicMonitorMap.remove(topicName); - // 发送调试信息 - emit sendDebugMessage(0, "停止监控主题名" + topicName); - } - } else { - // 如果主题名不在结构体列表中,则发送调试信息 - emit sendDebugMessage(2, "未找到需要停止监控的主题名" + topicName); - } -} - -void DataMonitorThread::onPauseMonitoring(const QString &modelName, const QString &topicName, - const QString &varName) -{ - QMutexLocker locker(&m_Mutex); - if (m_VarNameMap.contains(topicName)) { - // 如果变量名在监控状态中,则暂停监控 - if (m_VarNameMap[topicName].contains(varName)) { - m_VarNameMap[topicName][varName] = 1; - // 发送调试信息 - emit sendDebugMessage(0, "暂停监控主题名" + topicName + "的变量" + varName); - } else { - // 如果变量名不在监控状态中,则发送调试信息 - emit sendDebugMessage(2, "未找到需要暂停监控的主题名" + topicName + "的变量" + varName); - } - } else { - // 如果主题名不在监控状态中,则发送调试信息 - emit sendDebugMessage(2, "未找到需要暂停监控的主题名" + topicName); - } -} - -void DataMonitorThread::onResumeMonitoring(const QString &modelName, const QString &topicName, - const QString &varName) -{ - QMutexLocker locker(&m_Mutex); - if (m_VarNameMap.contains(topicName)) { - // 如果变量名在监控状态中,则恢复监控 - if (m_VarNameMap[topicName].contains(varName)) { - m_VarNameMap[topicName][varName] = 0; - // 发送调试信息 - emit sendDebugMessage(0, "恢复监控主题名" + topicName + "的变量" + varName); - } else { - // 如果变量名不在监控状态中,则发送调试信息 - emit sendDebugMessage(2, "未找到需要恢复监控的主题名" + topicName + "的变量" + varName); - } - } else { - // 如果主题名不在监控状态中,则发送调试信息 - emit sendDebugMessage(2, "未找到需要恢复监控的主题名" + topicName); - } -} - -void DataMonitorThread::onInjectOnceData(const QString &modelName, const QString &topicName, - const QString &varName, const double &value) -{ - QMutexLocker locker(&m_Mutex); - // 检查主题名是否在结构体列表中 - if (m_StructDefinitionList.contains(topicName)) { - // 保存监控状态 - m_VarNameMap[topicName][varName] = 2; - // 保存注入值 - m_InjectValueMap[topicName][varName] = value; - // 发送调试信息 - emit sendDebugMessage(0, "注入一次数据主题名" + topicName + "的变量" + varName); - } else { - // 如果主题名不在结构体列表中,则发送调试信息 - emit sendDebugMessage(2, "未找到需要注入一次数据的主题名" + topicName); - } -} - -void DataMonitorThread::onInjectContinuousData(const QString &modelName, const QString &topicName, - const QString &varName, const double &value) -{ - QMutexLocker locker(&m_Mutex); - if (m_StructDefinitionList.contains(topicName)) { - // 保存监控状态 - m_VarNameMap[topicName][varName] = 3; - // 保存注入值 - m_InjectValueMap[topicName][varName] = value; - // 发送调试信息 - emit sendDebugMessage(0, "注入连续数据主题名" + topicName + "的变量" + varName); - } else { - // 如果主题名不在结构体列表中,则发送调试信息 - emit sendDebugMessage(2, "未找到需要注入连续数据的主题名" + topicName); - } -} - -void DataMonitorThread::onStopInjectContinuousData(const QString &modelName, - const QString &topicName, const QString &varName) -{ - QMutexLocker locker(&m_Mutex); - if (m_VarNameMap.contains(topicName)) { - // 如果变量名在监控状态中,则停止注入连续数据 - if (m_VarNameMap[topicName].contains(varName)) { - m_VarNameMap[topicName][varName] = 0; - // 删除注入值 - m_InjectValueMap[topicName].remove(varName); - // 发送调试信息 - emit sendDebugMessage(0, "停止注入连续数据主题名" + topicName + "的变量" + varName); - } else { - // 如果变量名不在监控状态中,则发送调试信息 - emit sendDebugMessage(2, "未找到需要停止注入连续数据的主题名" + topicName + "的变量" - + varName); - } - } else { - // 如果主题名不在监控状态中,则发送调试信息 - emit sendDebugMessage(2, "未找到需要停止注入连续数据的主题名" + topicName); - } -} - -void DataMonitorThread::onChangeSleepTime(const unsigned int newSleepTime) -{ - m_SleepTime = newSleepTime; -} - -void DataMonitorThread::onThreadController(const bool &isActive) -{ - m_Active = isActive; -} diff --git a/XNMonitor/DataMonitorWidget/DataMonitorThread.h b/XNMonitor/DataMonitorWidget/DataMonitorThread.h deleted file mode 100755 index 523a4bb..0000000 --- a/XNMonitor/DataMonitorWidget/DataMonitorThread.h +++ /dev/null @@ -1,144 +0,0 @@ -#pragma once -#include -#include -#include -#include -#include "../TopicMonitorFactory/TopicMonitor.h" -#include "../TopicManager/TopicManager.h" -#include "../TypeDefine.h" - -class DataMonitorThread : public QThread -{ - Q_OBJECT - -public: - explicit DataMonitorThread(QObject *parent = nullptr); - ~DataMonitorThread(); - -signals: - void updateMonitoringData(const QString &varName, const QString &value); - void sendDebugMessage(int type, const QString &message); // 发送调试信息的信号声明 -public slots: - /** - * @brief 设置线程休眠时间 - * @param newSleepTime 新的休眠时间(毫秒) - */ - void onChangeSleepTime(const unsigned int newSleepTime); - - /** - * @brief 控制线程运行状态 - * @param isRunning true:运行 false:停止 - */ - void onThreadController(const bool &isRunning); - - /** - * @brief 保存模型定义 - * @param modelDefinition 模型定义 - */ - void onSaveModelDefinition(const QSharedPointer &modelDefinition); - - /** - * @brief 开始监控指定变量 - * @param varName 变量名 - */ - void onStartMonitoring(const QString &modelName, const QString &topicName, - const QString &varName); - - /** - * @brief 停止监控指定变量 - * @param varName 变量名 - */ - void onStopMonitoring(const QString &modelName, const QString &topicName, - const QString &varName); - - /** - * @brief 暂停监控指定变量 - * @param varName 变量名 - */ - void onPauseMonitoring(const QString &modelName, const QString &topicName, - const QString &varName); - - /** - * @brief 恢复监控指定变量 - * @param varName 变量名 - */ - void onResumeMonitoring(const QString &modelName, const QString &topicName, - const QString &varName); - - /** - * @brief 注入一次性数据 - * @param varName 变量名 - * @param value 注入的值 - */ - void onInjectOnceData(const QString &modelName, const QString &topicName, - const QString &varName, const double &value); - - /** - * @brief 持续注入数据 - * @param varName 变量名 - * @param value 注入的值 - */ - void onInjectContinuousData(const QString &modelName, const QString &topicName, - const QString &varName, const double &value); - - /** - * @brief 停止持续注入数据 - * @param varName 变量名 - */ - void onStopInjectContinuousData(const QString &modelName, const QString &topicName, - const QString &varName); - - /** - * @brief 退出线程 - */ - void onThreadQuit() { m_Quit = true; } - -protected: - /** - * @brief 线程运行函数 - */ - void run() override; - -private: - /** - * @brief 启动主题监控 - * @param modelName 模型名 - * @param topicName 主题名 - * @return 是否启动成功 - */ - bool StartTopicMonitor(const QString &modelName, const QString &topicName); - -private: - /** - * @brief 模型名到模型定义的映射 - */ - QMap> m_StructDefinitionList; - /** - * @brief 变量名到监控状态的映射 - */ - QMap> m_VarNameMap; - /** - * @brief 变量名到注入值的映射 - */ - QMap> m_InjectValueMap; - /** - * @brief 线程休眠时间(毫秒) - */ - unsigned int m_SleepTime = 1000; - /** - * @brief 线程活动状态 - */ - bool m_Active = false; - /** - * @brief 线程退出标志 - */ - bool m_Quit = false; - /** - * @brief 互斥锁 - */ - QMutex m_Mutex; - /** - * @brief 模型名到主题监控器的映射 - */ - QMap> m_TopicMonitorMap; -}; diff --git a/XNMonitor/DataMonitorWidget/DataMonitorWidget.cpp b/XNMonitor/DataMonitorWidget/DataMonitorWidget.cpp deleted file mode 100755 index 107cd63..0000000 --- a/XNMonitor/DataMonitorWidget/DataMonitorWidget.cpp +++ /dev/null @@ -1,1346 +0,0 @@ -/** - * @file DataMonitorWidget.cpp - * @author jinchao - * @brief 数据监控窗口类实现 - * @version 1.0 - * @date 2025-03-10 - * - * @copyright Copyright (c) 2025 COMAC - * - */ -#include "DataMonitorWidget.h" -#include - -DataMonitorWidget::DataMonitorWidget(QWidget *parent) : QWidget(parent) -{ - setupTabDataMonitoring(); // 设置数据监控标签页 - InitialDataMonitorThread(); // 初始化数据监控线程 -} - -DataMonitorWidget::~DataMonitorWidget() -{ - // 释放数据监控线程 - if (dataMonitorThread != nullptr) { - dataMonitorThread->onThreadQuit(); - dataMonitorThread->quit(); - dataMonitorThread->wait(); - delete dataMonitorThread; - dataMonitorThread = nullptr; - } -} - -void DataMonitorWidget::onSetCurrentTabIndex(int index) -{ - this->currentTabIndex = index; - if (currentTabIndex == 2) { - //如果当前标签索引为2,则显示数据监控窗口 - this->show(); - emit controlDataMonitorThread(true); - } else { - //如果当前标签索引不为2,则隐藏数据监控窗口 - this->hide(); - emit controlDataMonitorThread(false); - } -} - -void DataMonitorWidget::InitialDataMonitorThread() -{ - // 初始化数据监控线程 - dataMonitorThread = new DataMonitorThread(this); - // 连接数据监控线程的更新监控数据信号到更新监控数据槽函数 - connect(dataMonitorThread, &DataMonitorThread::updateMonitoringData, this, - &DataMonitorWidget::updateMonitoringData); - // 连接控制数据监控线程信号到数据监控线程控制函数 - connect(this, &DataMonitorWidget::controlDataMonitorThread, dataMonitorThread, - &DataMonitorThread::onThreadController); - // 连接监控开始信号到数据监控线程开始监控函数 - connect(this, &DataMonitorWidget::monitoringStarted, dataMonitorThread, - &DataMonitorThread::onStartMonitoring); - // 连接监控停止信号到数据监控线程停止监控函数 - connect(this, &DataMonitorWidget::monitoringStopped, dataMonitorThread, - &DataMonitorThread::onStopMonitoring); - // 连接监控暂停信号到数据监控线程暂停监控函数 - connect(this, &DataMonitorWidget::monitoringPaused, dataMonitorThread, - &DataMonitorThread::onPauseMonitoring); - // 连接监控恢复信号到数据监控线程恢复监控函数 - connect(this, &DataMonitorWidget::monitoringResumed, dataMonitorThread, - &DataMonitorThread::onResumeMonitoring); - // 连接注入一次数据信号到数据监控线程注入一次数据函数 - connect(this, &DataMonitorWidget::injectOnceData, dataMonitorThread, - &DataMonitorThread::onInjectOnceData); - // 连接注入持续数据信号到数据监控线程注入持续数据函数 - connect(this, &DataMonitorWidget::injectContinuousData, dataMonitorThread, - &DataMonitorThread::onInjectContinuousData); - // 连接停止注入持续数据信号到数据监控线程停止注入持续数据函数 - connect(this, &DataMonitorWidget::stopInjectContinuousData, dataMonitorThread, - &DataMonitorThread::onStopInjectContinuousData); - // 连接保存模型定义信号到数据监控线程保存模型定义函数 - connect(this, &DataMonitorWidget::saveModelDefinition, dataMonitorThread, - &DataMonitorThread::onSaveModelDefinition); - // 连接数据监控线程的发送调试消息信号到发送调试消息槽函数 - connect(dataMonitorThread, &DataMonitorThread::sendDebugMessage, this, - &DataMonitorWidget::onSendDebugMessage); - // 启动数据监控线程 - dataMonitorThread->start(); - // 发送控制数据监控线程信号 - emit controlDataMonitorThread(true); -} - -// 设置数据监控标签页 -void DataMonitorWidget::setupTabDataMonitoring() -{ - QHBoxLayout *mainLayout = new QHBoxLayout(this); // 创建水平布局 - // 使用QSplitter进行左右栏的动态分割 - QSplitter *horizontalSplitter = new QSplitter(Qt::Horizontal); // 创建一个水平方向的QSplitter - - // 左栏布局 - setupTabDataMonitoringLeftPanel(horizontalSplitter); - - // 右栏布局 - setupTabDataMonitoringRightPanel(horizontalSplitter); - - // 设置QSplitter的初始分割比例为1:4,即左栏占五分之一,右栏占五分之四 - QList sizes; - sizes << 1 << 4; - horizontalSplitter->setSizes(sizes); - - // 将QSplitter添加到主布局中 - mainLayout->addWidget(horizontalSplitter); -} - -// 设置数据监控左栏 -void DataMonitorWidget::setupTabDataMonitoringLeftPanel(QSplitter *splitter) -{ - // 左栏布局 - QVBoxLayout *leftLayout = new QVBoxLayout(); - leftLayout->setObjectName("ModelInterfaceLeftLayout"); - - // 添加搜索框 - QLineEdit *searchLineEdit = new QLineEdit(); - searchLineEdit->setObjectName("ModelInterfaceSearchBox"); - searchLineEdit->setPlaceholderText("Search (use * as wildcard)"); - searchLineEdit->setClearButtonEnabled(true); - - // 设置搜索框字体 - QFont searchFont = searchLineEdit->font(); - searchFont.setPointSize(14); - searchLineEdit->setFont(searchFont); - - leftLayout->addWidget(searchLineEdit); - - QTreeWidget *tree = new QTreeWidget(); - tree->setColumnCount(2); // 设置为两列 - tree->setObjectName("ModelInterfaceTree"); - tree->setHeaderLabels(QStringList() << "模型接口列表" << "操作"); // 设置两列的表头 - tree->setIndentation(10); // 设置缩进大小 - - // 设置树控件的字体 - QFont treeFont = tree->font(); - treeFont.setPointSize(16); // 设置字体大小为16 - tree->setFont(treeFont); - - // 同时设置表头字体 - QFont headerFont = treeFont; - headerFont.setBold(true); // 表头字体加粗 - tree->header()->setFont(headerFont); - - // 设置列宽模式和固定宽度 - tree->header()->setSectionResizeMode(0, QHeaderView::Stretch); // 第一列自动伸展 - tree->header()->setSectionResizeMode(1, QHeaderView::Fixed); // 第二列固定宽度 - tree->setColumnWidth(1, 100); // 设置第二列宽度为80像素 - tree->header()->setStretchLastSection(false); // 禁止最后一列自动伸展 - - // 设置树控件的样式表 - tree->setStyleSheet("QTreeWidget {" - "show-decoration-selected: 1;" - "}" - "QTreeWidget::branch:has-children:!has-siblings:closed," - "QTreeWidget::branch:closed:has-children:has-siblings" - "{" - "border-image: none;" - "image: url(:/qss_icons/dark/rc/chevron-right.png);" - "}" - "QTreeWidget::branch:open:has-children:!has-siblings," - "QTreeWidget::branch:open:has-children:has-siblings" - "{" - "border-image: none;" - "image: url(:/qss_icons/dark/rc/chevron-down.png);" - "}"); - - leftLayout->addWidget(tree); - - QPushButton *openModelInterfaceFileButton = new QPushButton("打开模型接口文件"); - leftLayout->addWidget(openModelInterfaceFileButton); // 将按钮添加到左栏布局中 - connect(openModelInterfaceFileButton, &QPushButton::clicked, this, - &DataMonitorWidget::openModelInterfaceFile); - - // 连接搜索框的文本改变信号到搜索函数 - connect(searchLineEdit, &QLineEdit::textChanged, this, - &DataMonitorWidget::searchModelInterface); - - // 创建一个QWidget作为左栏的容器,并设置其布局为leftLayout - QWidget *leftPanel = new QWidget(); - leftPanel->setLayout(leftLayout); - - // 创建一个QScrollArea来包含左栏的布局 - QScrollArea *leftScrollArea = new QScrollArea(this); - leftScrollArea->setWidget(leftPanel); - leftScrollArea->setWidgetResizable(true); - leftScrollArea->setHorizontalScrollBarPolicy(Qt::ScrollBarAlwaysOn); - leftScrollArea->setVerticalScrollBarPolicy(Qt::ScrollBarAsNeeded); - - // 将QScrollArea添加到QSplitter中 - splitter->addWidget(leftScrollArea); -} - -// 打开模型接口文件 -void DataMonitorWidget::openModelInterfaceFile() -{ - // 打开文件对话框 - QString fileName = - QFileDialog::getOpenFileName(this, "选择模型接口文件", "", "模型接口文件(*.idl)"); - // 如果文件名不为空 - if (fileName.isEmpty()) - return; - // 创建文件 - QFile file(fileName); - if (!file.open(QIODevice::ReadOnly | QIODevice::Text)) { - QMessageBox::warning(this, "错误", "无法打开文件:" + file.errorString()); - return; - } - // 创建模型定义 - QSharedPointer modelDefinition = QSharedPointer::create(); - // 设置模型名称 - modelDefinition->modelName = fileName.split("/").last().split(".").first(); - - // 读取文件 - QTextStream in(&file); - // 命名空间栈 - QStack> namespaceStack; - // 当前结构体 - QSharedPointer currentStruct; - // 当前行 - QString line; - // 是否在结构体中 - bool inStruct = false; - // 花括号计数 - int braceCount = 0; - - // 逐行读取IDL文件 - while (!in.atEnd()) { - // 读取一行 - line = in.readLine().trimmed(); - - // 跳过空行和注释 - if (line.isEmpty() || line.startsWith("//")) - continue; - - // 处理命名空间开始 - if (line.startsWith("module")) { - // 花括号计数加1 - braceCount++; - // 创建新的命名空间 - QSharedPointer newNS = - QSharedPointer::create(); - - // 获取命名空间名称 - QString nsNames = line.mid(7).trimmed(); - newNS->namespaceName = nsNames.split(" ").first(); // 直接使用完整名称 - // 将新的命名空间压入命名空间栈 - namespaceStack.push(newNS); - // 继续处理下一行 - continue; - } - - // 处理结构体开始 - if (line.startsWith("struct")) { - // 如果已经在结构体中,并且当前结构体不为空,则将当前结构体添加到命名空间栈中 - if (inStruct && currentStruct && !currentStruct->structName.isEmpty()) { - // 将当前结构体添加到命名空间栈中 - namespaceStack.top()->structDefinitions.append(currentStruct); - // 创建新的结构体 - currentStruct = QSharedPointer::create(); - } - // 设置在结构体中 - inStruct = true; - // 花括号计数加1 - braceCount++; - // 如果当前结构体为空,则创建新的结构体 - if (!currentStruct) { - // 创建新的结构体 - currentStruct = QSharedPointer::create(); - } - // 设置结构体名称 - currentStruct->structName = line.split(" ").at(1); - // 继续处理下一行 - continue; - } - - // 处理成员变量 - if (inStruct && currentStruct) { - // 如果当前行不是花括号,则处理成员变量 - if (!line.startsWith("{") && !line.startsWith("}")) { - // 描述 - QString description; - // 注释位置 - int commentPos = line.indexOf("//"); - // 如果注释位置不为-1,则获取注释 - if (commentPos != -1) { - // 获取注释 - description = line.mid(commentPos + 2).trimmed(); - // 获取成员变量声明 - line = line.left(commentPos).trimmed(); - } - // 分割成员变量声明 - QStringList parts = line.split(";").first().split(" ", Qt::SkipEmptyParts); - // 如果该行以@开头,移除第一个参数 - if (parts[0].startsWith("@")) - parts.pop_front(); - // 如果成员变量声明大小大于等于2,则处理成员变量 - if (parts.size() >= 2) { - // 创建成员变量 - QSharedPointer var = QSharedPointer::create(); - // 设置数据类型 - var->dataType = parts[0]; - // 设置变量声明 - QString varDecl = parts[1]; - // 如果变量声明包含[,则设置为数组 - if (varDecl.contains("[")) { - // 设置为数组 - var->isArray = true; - // 设置变量名称 - var->variableName = varDecl.split("[").first(); - // 正则表达式 - QRegularExpression re("\\[(\\d+)\\]"); - // 匹配 - QRegularExpressionMatchIterator i = re.globalMatch(varDecl); - // 遍历匹配 - while (i.hasNext()) { - // 获取匹配 - QRegularExpressionMatch match = i.next(); - // 添加到数组大小 - var->arraySizes.append(match.captured(1).toInt()); - } - } else { - // 设置为非数组 - var->isArray = false; - // 设置变量名称 - var->variableName = varDecl; - } - // 设置描述 - var->description = description; - // 添加到结构体成员变量列表 - currentStruct->memberVariables.append(var); - } - } - } - - // 处理花括号闭合 - if (line.contains("}")) { - // 花括号计数减1 - braceCount--; - // 如果当前在结构体中 - if (inStruct) { - // 设置不在结构体中 - inStruct = false; - // 如果当前结构体不为空,则将当前结构体添加到命名空间栈中 - if (currentStruct && !currentStruct->structName.isEmpty()) { - // 将当前结构体添加到命名空间栈中 - namespaceStack.top()->structDefinitions.append(currentStruct); - // 创建新的结构体 - currentStruct = QSharedPointer::create(); - } - } else { - // 如果命名空间栈不为空 - if (!namespaceStack.isEmpty()) { - // 获取命名空间 - QSharedPointer completedNS = namespaceStack.pop(); - // 只有当栈为空时,才添加到namespaceDefinitions - if (namespaceStack.isEmpty()) { - // 添加到namespaceDefinitions - modelDefinition->namespaceDefinitions.append(completedNS); - } else { - // 添加到子命名空间 - namespaceStack.top()->childNamespaces.append(completedNS); - } - } - } - } - } - - // 关闭文件 - file.close(); - // 更新界面 - updateInterfaceInfoPage(modelDefinition); - // 保存模型定义 - emit saveModelDefinition(modelDefinition); -} - -// 更新模型接口信息页面 -void DataMonitorWidget::updateInterfaceInfoPage(QSharedPointer modelDefinition) -{ - // 如果当前标签索引不为2,则返回 - if (currentTabIndex != 2) - return; - // 获取模型接口树 - QTreeWidget *tree = findChild("ModelInterfaceTree"); - if (!tree) - return; - // 创建模型项 - QTreeWidgetItem *modelItem = new QTreeWidgetItem(tree); - // 设置模型名称 - modelItem->setText(0, modelDefinition->modelName); - - // 为模型项添加按钮 - QPushButton *modelButton = new QPushButton("关闭"); - // 设置按钮对象名称 - modelButton->setObjectName(QString("btn_model_%1").arg(modelDefinition->modelName)); - // 将按钮添加到树中 - tree->setItemWidget(modelItem, 1, modelButton); - - // 连接按钮的点击信号到槽函数 - connect(modelButton, &QPushButton::clicked, this, [=]() { - // 显示确认对话框 - QMessageBox::StandardButton reply; - reply = QMessageBox::question( - this, "确认关闭", - QString("确定要关闭模型 %1 的接口描述吗?").arg(modelDefinition->modelName), - QMessageBox::Yes | QMessageBox::No); - - if (reply == QMessageBox::Yes) { - // 从树中删除该模型项及其所有子项 - delete tree->takeTopLevelItem(tree->indexOfTopLevelItem(modelItem)); - } - }); - - // 遍历namespaces,为每个命名空间创建一个根节点 - for (const auto &ns : modelDefinition->namespaceDefinitions) { - addNameSpaceToTree(modelDefinition->modelName, QStringList(), ns, modelItem, tree); - } - - modelItem->setExpanded(true); -} - -// 添加命名空间到树 -void DataMonitorWidget::addNameSpaceToTree(const QString &modelName, - const QStringList &topicNameList, - const QSharedPointer &ns, - QTreeWidgetItem *parentItem, QTreeWidget *tree) -{ - // 创建命名空间项 - QTreeWidgetItem *namespaceItem = new QTreeWidgetItem(parentItem); - // 新的主题名称列表 - QStringList newTopicNameList = topicNameList; - // 添加命名空间名称 - newTopicNameList.append(ns->namespaceName); - // 设置命名空间名称 - namespaceItem->setText(0, ns->namespaceName); - // 设置模块类型 - namespaceItem->setText(1, "Module"); - // 遍历子命名空间 - for (const auto &childNS : ns->childNamespaces) { - // 添加到树中 - addNameSpaceToTree(modelName, newTopicNameList, childNS, namespaceItem, tree); - } - - // 遍历命名空间中的结构体定义 - for (const auto &structDef : ns->structDefinitions) { - // 创建结构体项 - QTreeWidgetItem *structItem = new QTreeWidgetItem(namespaceItem); - // 设置结构体名称 - structItem->setText(0, structDef->structName); - // 设置模块类型 - structItem->setText(1, "Struct"); - // 新的主题名称列表 - QString topicName = newTopicNameList.join("::") + "::" + structDef->structName; - // 遍历结构体的成员变量 - for (const auto &memberVar : structDef->memberVariables) { - // 创建成员变量项 - QTreeWidgetItem *memberItem = new QTreeWidgetItem(structItem); - // 设置成员变量名称 - memberItem->setText(0, memberVar->variableName); - // 如果成员变量是数组 - if (memberVar->isArray) { - // 为成员变量项添加按钮 - QPushButton *memberButton = new QPushButton("监控全部"); - // 按钮对象名称 - QString btnName = "btn_member_" + newTopicNameList.join("_"); - // 设置按钮对象名称 - memberButton->setObjectName(btnName); - // 将按钮添加到树中 - tree->setItemWidget(memberItem, 1, memberButton); - // 连接监控全部按钮的点击信号 - connect(memberButton, &QPushButton::clicked, this, [=]() { - for (int i = 0; i < memberVar->arraySizes[0]; ++i) { - // 如果成员变量是二维数组 - if (memberVar->arraySizes.size() == 2) { - // 遍历二维数组 - for (int j = 0; j < memberVar->arraySizes[1]; ++j) { - // 添加监控数据 - addMonitoringData(modelName, topicName, - QString("%1[%2][%3]") - .arg(memberVar->variableName) - .arg(i) - .arg(j), - memberVar->dataType); - } - } else { - // 添加监控数据 - addMonitoringData(modelName, topicName, - QString("%1[%2]").arg(memberVar->variableName).arg(i), - memberVar->dataType); - } - } - }); - // 遍历一维数组 - for (int i = 0; i < memberVar->arraySizes[0]; ++i) { - // 创建成员变量项 - QTreeWidgetItem *memberItem1 = new QTreeWidgetItem(memberItem); - // 设置成员变量名称 - memberItem1->setText( - 0, QStringLiteral("%1[%2]").arg(memberVar->variableName).arg(i)); - // 如果成员变量是二维数组 - if (memberVar->arraySizes.size() == 2) { - // 为数组元素项添加按钮 - QPushButton *arrayButton = new QPushButton("监控全部"); - // 按钮对象名称 - QString btnName = "btn_array_" + newTopicNameList.join("_"); - // 设置按钮对象名称 - arrayButton->setObjectName(btnName); - // 将按钮添加到树中 - tree->setItemWidget(memberItem1, 1, arrayButton); - - // 连接二维数组监控全部按钮的点击信号 - connect(arrayButton, &QPushButton::clicked, this, [=]() { - for (int j = 0; j < memberVar->arraySizes[1]; ++j) { - addMonitoringData(modelName, topicName, - QString("%1[%2][%3]") - .arg(memberVar->variableName) - .arg(i) - .arg(j), - memberVar->dataType); - } - }); - // 遍历二维数组 - for (int j = 0; j < memberVar->arraySizes[1]; ++j) { - // 创建二维数组元素项 - QTreeWidgetItem *arrayElementItem = new QTreeWidgetItem(memberItem1); - // 设置二维数组元素名称 - arrayElementItem->setText(0, QStringLiteral("%1[%2][%3]") - .arg(memberVar->variableName) - .arg(i) - .arg(j)); - - // 为二维数组元素项添加按钮 - QPushButton *arrayElement2Button = new QPushButton("监控"); - QString btnName = "btn_array2_" + newTopicNameList.join("_"); - arrayElement2Button->setObjectName(btnName); - tree->setItemWidget(arrayElementItem, 1, arrayElement2Button); - - // 连接二维数组元素监控按钮的点击信号 - connect(arrayElement2Button, &QPushButton::clicked, this, [=]() { - addMonitoringData(modelName, topicName, - QString("%1[%2][%3]") - .arg(memberVar->variableName) - .arg(i) - .arg(j), - memberVar->dataType); - }); - } - } else { - // 为数组元素项添加按钮 - QPushButton *arrayButton = new QPushButton("监控"); - QString btnName = "btn_array_" + newTopicNameList.join("_"); - arrayButton->setObjectName(btnName); - tree->setItemWidget(memberItem1, 1, arrayButton); - - // 连接一维数组元素监控按钮的点击信号 - connect(arrayButton, &QPushButton::clicked, this, [=]() { - addMonitoringData(modelName, topicName, - QString("%1[%2]").arg(memberVar->variableName).arg(i), - memberVar->dataType); - }); - } - } - } else { - // 为成员变量项添加按钮 - QPushButton *memberButton = new QPushButton("监控"); - QString btnName = "btn_member_" + newTopicNameList.join("_"); - memberButton->setObjectName(btnName); - tree->setItemWidget(memberItem, 1, memberButton); - - // 连接普通变量监控按钮的点击信号 - connect(memberButton, &QPushButton::clicked, this, [=]() { - addMonitoringData(modelName, topicName, memberVar->variableName, - memberVar->dataType); - }); - } - } - } -} - -// 添加监控数据 -void DataMonitorWidget::addMonitoringData(const QString &modelName, const QString &topicName, - const QString &varName, const QString &dataType) -{ - QTableWidget *table = findChild("dataMonitoringTableWidget"); - if (!table) - return; - - // 查找是否已经监控该变量 - for (int i = 0; i < table->rowCount(); ++i) { - QTableWidgetItem *item = table->item(i, 0); - if (item && item->text() == varName) { - QMessageBox::information(this, "提示", "该变量已经监控了"); - return; - } - } - - // 如果没有找到该变量,则添加新行 - int row = table->rowCount(); - table->setRowCount(row + 1); - // 初始化新行的所有列 - for (int col = 0; col < table->columnCount(); ++col) { - QTableWidgetItem *item = new QTableWidgetItem(); - if (col != 7) { - item->setFlags(item->flags() & ~Qt::ItemIsEditable); - } - table->setItem(row, col, item); - } - - // 设置接口名称 - table->item(row, 0)->setText(varName); - - // 设置主题名称 - table->item(row, 1)->setText(topicName); - - // 设置模型名称 - table->item(row, 2)->setText(modelName); - - // 设置数据类型 - table->item(row, 3)->setText(dataType); - - // 设置初始值 - table->item(row, 4)->setText("--"); - - // 设置监控状态(灰色) - table->item(row, 5)->setText("未开始"); - table->item(row, 5)->setForeground(QColor(128, 128, 128)); - - // 设置更改值单元格(可编辑) - QTableWidgetItem *changeValueItem = new QTableWidgetItem(); - table->setItem(row, 7, changeValueItem); - - // 创建监控控制按钮组 - QWidget *buttonWidget = new QWidget(); - QHBoxLayout *buttonLayout = new QHBoxLayout(buttonWidget); - buttonLayout->setContentsMargins(2, 2, 2, 2); - buttonLayout->setSpacing(2); - // 创建开始按钮 - QPushButton *startStopButton = new QPushButton("开始"); - // 创建暂停按钮 - QPushButton *pauseResumeButton = new QPushButton("暂停"); - // 创建绘图按钮 - QPushButton *plotButton = new QPushButton("绘图"); - // 创建删除按钮 - QPushButton *deleteButton = new QPushButton("删除"); - - // 设置暂停按钮不可用 - pauseResumeButton->setEnabled(false); - // 设置绘图按钮不可用 - plotButton->setEnabled(false); - // 设置绘图按钮可选中 - plotButton->setCheckable(true); - // 设置绘图按钮对象名称 - plotButton->setObjectName(QString("btn_plot_%1").arg(varName)); - // 将按钮添加到布局中 - buttonLayout->addWidget(startStopButton); - buttonLayout->addWidget(pauseResumeButton); - buttonLayout->addWidget(plotButton); - buttonLayout->addWidget(deleteButton); - // 将按钮组添加到表格中 - table->setCellWidget(row, 6, buttonWidget); - - // 创建注入按钮组 - QWidget *injectButtonWidget = new QWidget(); - QHBoxLayout *injectLayout = new QHBoxLayout(injectButtonWidget); - injectLayout->setContentsMargins(2, 2, 2, 2); - injectLayout->setSpacing(2); - // 创建注入一次按钮 - QPushButton *injectOnceButton = new QPushButton("注入一次"); - QPushButton *injectContinuousButton = new QPushButton("持续注入"); - injectOnceButton->setFixedWidth(100); - injectContinuousButton->setFixedWidth(100); - injectOnceButton->setEnabled(false); - injectContinuousButton->setEnabled(false); - // 将按钮添加到布局中 - injectLayout->addWidget(injectOnceButton); - injectLayout->addWidget(injectContinuousButton); - // 将按钮组添加到表格中 - table->setCellWidget(row, 8, injectButtonWidget); - - // 连接开始/停止按钮的点击信号 - connect(startStopButton, &QPushButton::clicked, this, [=]() { - if (startStopButton->text() == "开始") { - // 设置开始按钮文本为停止 - startStopButton->setText("停止"); - // 设置暂停按钮可用 - pauseResumeButton->setEnabled(true); - // 设置绘图按钮可用 - plotButton->setEnabled(true); - // 设置注入一次按钮可用 - injectOnceButton->setEnabled(true); - // 设置持续注入按钮可用 - injectContinuousButton->setEnabled(true); - // 设置删除按钮不可用 - deleteButton->setEnabled(false); - - // 设置状态为"监控中"(绿色) - QTableWidgetItem *statusItem = table->item(row, 5); - statusItem->setText("监控中"); - statusItem->setForeground(QColor(0, 255, 0)); // 绿色 - - // 设置注入一次按钮可用 - injectOnceButton->setEnabled(true); - // 设置持续注入按钮可用 - injectContinuousButton->setEnabled(true); - // 添加变量数据映射 - varDataMap[varName] = QVector(); - - // 发送开始监控信号 - emit monitoringStarted(modelName, topicName, varName); - } else { - // 设置开始按钮文本为开始 - startStopButton->setText("开始"); - // 设置暂停按钮文本为暂停 - pauseResumeButton->setText("暂停"); - // 设置暂停按钮不可用 - pauseResumeButton->setEnabled(false); - // 设置绘图按钮不可用 - plotButton->setEnabled(false); - // 设置注入一次按钮不可用 - injectOnceButton->setEnabled(false); - // 设置持续注入按钮不可用 - injectContinuousButton->setEnabled(false); - // 设置删除按钮可用 - deleteButton->setEnabled(true); - - // 设置状态为"未开始"(灰色) - QTableWidgetItem *statusItem = table->item(row, 5); - statusItem->setText("未开始"); - statusItem->setForeground(QColor(128, 128, 128)); // 灰色 - - // 设置注入一次按钮不可用 - injectOnceButton->setEnabled(false); - // 设置持续注入按钮不可用 - injectContinuousButton->setEnabled(false); - // 移除变量数据映射 - varDataMap.remove(varName); - - // 发送停止监控信号 - emit monitoringStopped(modelName, topicName, varName); - } - }); - - // 连接暂停/继续按钮的点击信号 - connect(pauseResumeButton, &QPushButton::clicked, this, [=]() { - if (pauseResumeButton->text() == "暂停") { - // 设置暂停按钮文本为继续 - pauseResumeButton->setText("继续"); - - // 设置状态为"已暂停"(橙色) - QTableWidgetItem *statusItem = table->item(row, 5); - statusItem->setText("已暂停"); - statusItem->setForeground(QColor(255, 165, 0)); // 橙色 - - // 设置注入一次按钮可用 - injectOnceButton->setEnabled(true); - // 设置持续注入按钮可用 - injectContinuousButton->setEnabled(true); - - // 发送暂停监控信号 - emit monitoringPaused(modelName, topicName, varName); - - } else { - // 设置暂停按钮文本为暂停 - pauseResumeButton->setText("暂停"); - - // 设置状态为"监控中"(绿色) - QTableWidgetItem *statusItem = table->item(row, 5); - statusItem->setText("监控中"); - statusItem->setForeground(QColor(0, 255, 0)); // 绿色 - - // 设置注入一次按钮不可用 - injectOnceButton->setEnabled(false); - // 设置持续注入按钮不可用 - injectContinuousButton->setEnabled(false); - - // 发送继续监控信号 - emit monitoringResumed(modelName, topicName, varName); - } - }); - - // 连接绘图按钮的点击信号 - connect(plotButton, &QPushButton::clicked, this, [=]() { - // 遍历表格中所有行,将其他行的plotButton设置为未选中状态 - for (int i = 0; i < table->rowCount(); ++i) { - if (i != row) { // 跳过当前行 - // 获取变量名称 - QString varName = table->item(i, 0)->text(); - // 获取绘图按钮对象名称 - QString objectName = QString("btn_plot_%1").arg(varName); - // 获取绘图按钮 - QPushButton *otherPlotButton = findChild(objectName); - // 如果绘图按钮存在 - if (otherPlotButton) { - // 设置绘图按钮为未选中状态 - otherPlotButton->setChecked(false); - } - } - } - - // 获取当前数据 - if (!varDataMap.contains(varName)) { - // 添加变量数据映射 - varDataMap[varName] = QVector(); - } - - // 如果按钮被选中,则显示图表 - if (plotButton->isChecked()) { - // 获取变量数据 - const QVector &data = varDataMap[varName]; - // 如果变量数据不为空 - if (data.size() > 0) { - // 创建x轴数据 - QVector xData; - // 遍历变量数据 - for (int i = 0; i < data.size(); ++i) { - xData.push_back(i); - } - - // 获取图表对象 - XNCustomPlot *customPlot = findChild("dataMonitoringCustomPlot"); - if (customPlot) { - if (customPlot->graphCount() == 0) { - // 添加新的图表并设置绿色 - customPlot->addGraph(); - QPen greenPen(Qt::green); - greenPen.setWidth(2); - customPlot->graph(0)->setPen(greenPen); - } - // 设置图表数据 - customPlot->graph(0)->setData(xData, data); - - // 自动调整坐标轴范围 - customPlot->xAxis->setRange(0, data.size()); - customPlot->yAxis->rescale(); - - // 重绘图表 - customPlot->replot(); - } - } - } else { - // 如果取消选中,则清除图表 - XNCustomPlot *customPlot = findChild("dataMonitoringCustomPlot"); - if (customPlot) { - customPlot->clearGraphs(); - customPlot->replot(); - } - } - }); - - // 连接删除按钮的点击信号 - connect(deleteButton, &QPushButton::clicked, this, [=]() { - QMessageBox::StandardButton reply; - reply = QMessageBox::question(this, "确认删除", "确定要删除该监控项吗?", - QMessageBox::Yes | QMessageBox::No); - - if (reply == QMessageBox::Yes) { - // 如果该行正在绘图,则清空绘图 - QPushButton *plotButton = qobject_cast(table->cellWidget(row, 4)); - if (plotButton && plotButton->isChecked()) { - XNCustomPlot *customPlot = findChild("dataMonitoringCustomPlot"); - if (customPlot) { - customPlot->clearGraphs(); - customPlot->replot(); - } - } - // 清空该行的所有内容 - for (int col = 0; col < table->columnCount(); ++col) { - if (table->item(row, col)) { - table->item(row, col)->setText(""); - } - } - // 移除按钮组件 - table->removeCellWidget(row, 6); - // 移除注入按钮 - table->removeCellWidget(row, 8); - // 移除该行 - table->removeRow(row); - } - }); - - connect(injectOnceButton, &QPushButton::clicked, this, [=]() { - // 读取更改值单元格的内容 - QTableWidgetItem *changeValueItem = table->item(row, 7); - if (!changeValueItem || changeValueItem->text().isEmpty()) { - QMessageBox::warning(this, "警告", "请先输入注入值"); - return; - } - emit injectOnceData(modelName, topicName, varName, changeValueItem->text().toDouble()); - }); - connect(injectContinuousButton, &QPushButton::clicked, this, [=]() { - if (injectContinuousButton->text() == "持续注入") { - // 读取更改值单元格的内容 - QTableWidgetItem *changeValueItem = table->item(row, 7); - if (!changeValueItem || changeValueItem->text().isEmpty()) { - QMessageBox::warning(this, "警告", "请先输入注入值"); - return; - } - injectContinuousButton->setText("停止注入"); - emit injectContinuousData(modelName, topicName, varName, - changeValueItem->text().toDouble()); - } else { - injectContinuousButton->setText("持续注入"); - emit stopInjectContinuousData(modelName, topicName, varName); - } - }); -} - -// 设置数据监控右面板 -void DataMonitorWidget::setupTabDataMonitoringRightPanel(QSplitter *splitter) -{ - // 右栏布局 - QVBoxLayout *rightLayout = new QVBoxLayout(); - - // 创建一个新的QSplitter用于垂直分割右栏的上下两部分 - QSplitter *verticalSplitter = new QSplitter(Qt::Vertical); // 垂直方向的QSplitter - - // 表格布局 - QTableWidget *dataMonitoringTableWidget = new QTableWidget(); - setupDataMonitoringTableWidget(dataMonitoringTableWidget); - - // 图表绘制区域 - QWidget *dataMonitoringChartWidget = - new QWidget(); // 图表区域,可以使用XNCustomPlot等库进行绘制 - setupDataMonitoringChartWidget(dataMonitoringChartWidget); // 配置图表区域 - - // 将表格和图表添加到垂直分割器中 - verticalSplitter->addWidget(dataMonitoringTableWidget); - verticalSplitter->addWidget(dataMonitoringChartWidget); - - QList sizes; - sizes << 3 << 2; - verticalSplitter->setSizes(sizes); - - // 将垂直分割器添加到右栏布局中 - rightLayout->addWidget(verticalSplitter); - - // 创建一个QWidget作为右栏的容器,并设置其布局为rightLayout - QWidget *rightPanel = new QWidget(); - rightPanel->setLayout(rightLayout); - - // 将右栏容器添加到QSplitter中 - splitter->addWidget(rightPanel); -} - -// 设置数据监控表格 -void DataMonitorWidget::setupDataMonitoringTableWidget(QTableWidget *dataMonitoringTableWidget) -{ - dataMonitoringTableWidget->setRowCount(0); // 设置初始行数为1(空行) - dataMonitoringTableWidget->setColumnCount(9); // 设置表格的列数 - - QFont headerFont("Arial", 16, QFont::Bold); - dataMonitoringTableWidget->horizontalHeader()->setFont(headerFont); - - // 设置表格的列标题 - dataMonitoringTableWidget->setHorizontalHeaderLabels({"接口名称", "主题名称", "模型名称", - "数据类型", "值", "监控状态", "监控控制", - "注入值", "数据注入"}); - - // 设置表格的选择模式为单选 - dataMonitoringTableWidget->setSelectionMode(QAbstractItemView::SingleSelection); - - // 设置表格仅第8列可编辑 - for (int col = 0; col < dataMonitoringTableWidget->columnCount(); col++) { - for (int row = 0; row < dataMonitoringTableWidget->rowCount(); row++) { - QTableWidgetItem *item = dataMonitoringTableWidget->item(row, col); - if (item) { - if (col == 7) { // 第8列(索引7)可编辑 - item->setFlags(item->flags() | Qt::ItemIsEditable); - } else { // 其他列不可编辑 - item->setFlags(item->flags() & ~Qt::ItemIsEditable); - } - } - } - } - - // 设置表格的objectName,以便后续可以通过findChild找到并更新它 - dataMonitoringTableWidget->setObjectName("dataMonitoringTableWidget"); - - // 设置列宽 - dataMonitoringTableWidget->horizontalHeader()->setSectionResizeMode(QHeaderView::Interactive); - - // 设置各列的固定宽度 - dataMonitoringTableWidget->setColumnWidth(0, 300); // 接口名称列 - dataMonitoringTableWidget->setColumnWidth(1, 100); // 主题名称列 - dataMonitoringTableWidget->setColumnWidth(2, 100); // 模型名称列 - dataMonitoringTableWidget->setColumnWidth(3, 100); // 数据类型列 - dataMonitoringTableWidget->setColumnWidth(4, 100); // 值列 - dataMonitoringTableWidget->setColumnWidth(5, 100); // 监控状态列 - dataMonitoringTableWidget->setColumnWidth(6, 400); // 监控控制列 - 设置更宽以容纳按钮 - dataMonitoringTableWidget->setColumnWidth(7, 100); // 更改值列 - dataMonitoringTableWidget->setColumnWidth(8, 200); // 数据注入列 - dataMonitoringTableWidget->horizontalHeader()->setStretchLastSection( - true); // 最后一列(数据注入)自适应 - - // // 初始化第一行的所有列 - // for (int col = 0; col < dataMonitoringTableWidget->columnCount(); ++col) { - // QTableWidgetItem *item = new QTableWidgetItem(); - // if (col != 0 && col != 5) { - // item->setFlags(item->flags() & ~Qt::ItemIsEditable); - // } - // dataMonitoringTableWidget->setItem(0, col, item); - // } -} - -// 更新监控数据 -void DataMonitorWidget::updateMonitoringData(const QString &varName, const QString &value) -{ - if (currentTabIndex != 2) - return; - - QTableWidget *table = findChild("dataMonitoringTableWidget"); - if (!table) - return; - - int row = -1; - for (int i = 0; i < table->rowCount(); ++i) { - if (table->item(i, 0) && table->item(i, 0)->text() == varName) { - row = i; - break; - } - } - - if (row != -1) { - // 更新表格值 - table->item(row, 4)->setText(value); - - // 更新数据 - bool ok; - double dValue = value.toDouble(&ok); - if (ok) { - varDataMap[varName].append(dValue); - if (varDataMap[varName].size() > 100) { - varDataMap[varName].removeFirst(); - } - - // 如果该变量正在绘图,则更新图表 - QString objectName = QString("btn_plot_%1").arg(varName); - QPushButton *plotButton = findChild(objectName); - if (plotButton && plotButton->isChecked()) { - XNCustomPlot *customPlot = findChild("dataMonitoringCustomPlot"); - if (customPlot && customPlot->graph(0)) { - // 确保使用绿色 - QPen greenPen(Qt::green); - greenPen.setWidth(2); - customPlot->graph(0)->setPen(greenPen); - - // 保存当前的Y轴范围 - QCPRange yRange = customPlot->yAxis->range(); - - // 准备数据 - const QVector &data = varDataMap[varName]; - QVector xData(data.size()); - for (int i = 0; i < data.size(); ++i) { - xData[i] = i; - } - - // 设置新数据 - customPlot->graph(0)->setData(xData, data); - - // X轴始终自动调整 - customPlot->xAxis->setRange(0, data.size()); - - // 检查新数据是否超出当前Y轴范围 - bool needYRescale = false; - if (customPlot->isYAxisUserScaled()) { - double newValue = data.last(); - if (newValue < yRange.lower || newValue > yRange.upper) { - // 如果超出范围,扩大范围而不是完全重置 - double margin = (yRange.upper - yRange.lower) * 0.1; // 10% 边距 - if (newValue < yRange.lower) { - yRange.lower = newValue - margin; - } - if (newValue > yRange.upper) { - yRange.upper = newValue + margin; - } - customPlot->setInternalChange(true); // 使用新添加的方法 - customPlot->yAxis->setRange(yRange); - customPlot->setInternalChange(false); - } - } else { - customPlot->setInternalChange(true); // 使用新添加的方法 - customPlot->yAxis->rescale(); - customPlot->setInternalChange(false); - } - - // 重绘图表 - customPlot->replot(); - } - } - } - } -} - -// 设置数据监控图表 -void DataMonitorWidget::setupDataMonitoringChartWidget(QWidget *dataMonitoringChartWidget) -{ - // 设置图表对象名称 - dataMonitoringChartWidget->setObjectName("dataMonitoringChartWidget"); - // 创建图表 - XNCustomPlot *customPlot = new XNCustomPlot(dataMonitoringChartWidget); - // 设置图表对象名称 - customPlot->setObjectName("dataMonitoringCustomPlot"); - // 设置图表 - setupPlotWidget(customPlot); - - // 设置图表布局 - dataMonitoringChartWidget->setLayout(new QVBoxLayout()); - // 将图表添加到布局中 - dataMonitoringChartWidget->layout()->addWidget(customPlot); -} - -void DataMonitorWidget::setupPlotWidget(XNCustomPlot *customPlot) -{ - // 设置图表背景 - customPlot->setBackground(QBrush(QColor("#19232D"))); - // 设置x轴标签颜色 - customPlot->xAxis->setLabelColor(Qt::white); - // 设置y轴标签颜色 - customPlot->yAxis->setLabelColor(Qt::white); - // 设置x轴标签 - customPlot->xAxis->setLabel("时间(s)"); - // 设置y轴标签 - customPlot->yAxis->setLabel("值"); - // 设置x轴标签旋转 - customPlot->xAxis->setTickLabelRotation(60); - // 设置x轴标签颜色 - customPlot->xAxis->setTickLabelColor(Qt::white); - // 设置y轴标签颜色 - customPlot->yAxis->setTickLabelColor(Qt::white); - // 设置x轴网格 - customPlot->xAxis->grid()->setVisible(true); - // 设置y轴网格 - customPlot->yAxis->grid()->setVisible(true); - // 设置不使用抗锯齿 - customPlot->setNotAntialiasedElements(QCP::aeAll); - // 设置快速绘制 - customPlot->setPlottingHints(QCP::phFastPolylines); - // 拖动时关闭抗锯齿 - customPlot->setNoAntialiasingOnDrag(true); - - // 优化图表性能 - customPlot->setBufferDevicePixelRatio(1.0); // 设置缓冲区像素比 - customPlot->setOpenGl(true); // 启用OpenGL加速(如果支持) - - // 确保图表可以接收鼠标事件 - customPlot->setMouseTracking(true); - customPlot->setAttribute(Qt::WA_Hover); - customPlot->setFocusPolicy(Qt::StrongFocus); - - // 启用所有交互选项 - customPlot->setInteractions(QCP::iRangeDrag | QCP::iRangeZoom | QCP::iSelectItems - | QCP::iSelectAxes | QCP::iSelectLegend); - - // 创建新的顶层层级 - customPlot->addLayer("topmost", customPlot->layer("main"), QCustomPlot::limAbove); - QCPLayer *topmostLayer = customPlot->layer("topmost"); - topmostLayer->setMode(QCPLayer::lmBuffered); - - // 将所有现有图层移到新层级下方 - for (int i = 0; i < customPlot->layerCount(); ++i) { - QCPLayer *layer = customPlot->layer(i); - if (layer != topmostLayer) { - layer->setMode(QCPLayer::lmBuffered); - customPlot->moveLayer(layer, topmostLayer, QCustomPlot::limBelow); - } - } - - // 创建坐标标签 - m_coordLabel = new QCPItemText(customPlot); - // 设置坐标标签位置对齐 - m_coordLabel->setPositionAlignment(Qt::AlignTop | Qt::AlignLeft); - // 设置坐标标签文本对齐 - m_coordLabel->setTextAlignment(Qt::AlignLeft); - // 设置坐标标签可见 - m_coordLabel->setVisible(false); - // 设置坐标标签内边距 - m_coordLabel->setPadding(QMargins(8, 8, 8, 8)); - // 设置坐标标签画刷 - m_coordLabel->setBrush(QBrush(QColor(40, 40, 40, 255))); - // 设置坐标标签笔刷 - m_coordLabel->setPen(QPen(QColor(80, 80, 80, 255))); - // 设置坐标标签颜色 - m_coordLabel->setColor(Qt::white); - // 设置坐标标签字体 - QFont labelFont = QFont("Arial", 16); - labelFont.setBold(true); - m_coordLabel->setFont(labelFont); - // 设置坐标标签层级 - m_coordLabel->setLayer("topmost"); - - // 创建点追踪器 - m_tracer = new QCPItemTracer(customPlot); - m_tracer->setStyle(QCPItemTracer::tsCircle); - m_tracer->setPen(QPen(Qt::red)); - m_tracer->setBrush(Qt::red); - m_tracer->setSize(8); - // 设置追踪器可见 - m_tracer->setVisible(false); - // 设置追踪器层级 - m_tracer->setLayer("topmost"); - - // 连接鼠标事件 - connect(customPlot, &XNCustomPlot::mousePressed, this, [=](QMouseEvent *event) { - if (event->button() == Qt::LeftButton && customPlot->graph(0)) { - double x = customPlot->xAxis->pixelToCoord(event->pos().x()); - double y = customPlot->yAxis->pixelToCoord(event->pos().y()); - - if (!customPlot->graph(0)->data()->isEmpty()) { - double minDistance = std::numeric_limits::max(); - QCPGraphDataContainer::const_iterator closestPoint; - bool foundPoint = false; - - for (auto it = customPlot->graph(0)->data()->begin(); - it != customPlot->graph(0)->data()->end(); ++it) { - double distance = qSqrt(qPow(it->key - x, 2) + qPow(it->value - y, 2)); - if (distance < minDistance) { - minDistance = distance; - closestPoint = it; - foundPoint = true; - } - } - - if (foundPoint) { - m_tracer->setGraph(customPlot->graph(0)); - m_tracer->setGraphKey(closestPoint->key); - m_tracer->setVisible(true); - - m_coordLabel->position->setCoords(closestPoint->key, closestPoint->value); - m_coordLabel->setText(QString("时间: %1\n数值: %2") - .arg(closestPoint->key) - .arg(closestPoint->value)); - m_coordLabel->setVisible(true); - - customPlot->replot(); - } - } - } - }); - - // 确保在初始化时重新绘制一次 - customPlot->replot(); -} - -// 搜索模型接口 -void DataMonitorWidget::searchModelInterface(const QString &text) -{ - QTreeWidget *tree = findChild("ModelInterfaceTree"); - if (!tree) - return; - - // 如果搜索文本为空,显示所有项 - if (text.isEmpty()) { - showAllTreeItems(tree->invisibleRootItem()); - return; - } - - // 隐藏所有项,然后只显示匹配的项 - hideAllTreeItems(tree->invisibleRootItem()); - - // 搜索匹配项并显示 - for (int i = 0; i < tree->topLevelItemCount(); ++i) { - QTreeWidgetItem *topItem = tree->topLevelItem(i); - searchAndShowMatchingItems(topItem, text); - } -} - -// 递归显示所有树项目 -void DataMonitorWidget::showAllTreeItems(QTreeWidgetItem *item) -{ - if (!item) - return; - - item->setHidden(false); - - for (int i = 0; i < item->childCount(); ++i) { - showAllTreeItems(item->child(i)); - } -} - -// 递归隐藏所有树项目 -void DataMonitorWidget::hideAllTreeItems(QTreeWidgetItem *item) -{ - if (!item) - return; - - for (int i = 0; i < item->childCount(); ++i) { - hideAllTreeItems(item->child(i)); - item->child(i)->setHidden(true); - } -} - -// 递归搜索并显示匹配的项目 -bool DataMonitorWidget::searchAndShowMatchingItems(QTreeWidgetItem *item, const QString &text) -{ - if (!item) - return false; - - bool foundInChildren = false; - - // 搜索子项 - for (int i = 0; i < item->childCount(); ++i) { - bool foundInThisChild = searchAndShowMatchingItems(item->child(i), text); - foundInChildren = foundInChildren || foundInThisChild; - } - - // 检查当前项是否匹配 - bool matchesThis = false; - - // 支持通配符 * 但不能以 * 开头 - if (text.contains('*') && !text.startsWith('*')) { - // 将用户输入的通配符表达式转换为正则表达式 - QString pattern = QRegularExpression::escape(text); - pattern.replace("\\*", ".*"); // 将 * 转换为正则表达式中的 .* - QRegularExpression regex(pattern, QRegularExpression::CaseInsensitiveOption); - matchesThis = regex.match(item->text(0)).hasMatch(); - } else { - // 标准的包含搜索 - matchesThis = item->text(0).contains(text, Qt::CaseInsensitive); - } - - // 如果当前项匹配或其任何子项匹配,则显示当前项 - if (matchesThis || foundInChildren) { - item->setHidden(false); - - // 如果匹配,展开父项以显示匹配的子项 - if (matchesThis) { - QTreeWidgetItem *parent = item->parent(); - while (parent) { - parent->setExpanded(true); - parent->setHidden(false); - parent = parent->parent(); - } - } - return true; - } - - return false; -} - -// 发送调试信息 -void DataMonitorWidget::onSendDebugMessage(int type, const QString &message) -{ - emit sendDebugMessage(type, message); -} diff --git a/XNMonitor/DataMonitorWidget/DataMonitorWidget.h b/XNMonitor/DataMonitorWidget/DataMonitorWidget.h deleted file mode 100755 index 3a564ad..0000000 --- a/XNMonitor/DataMonitorWidget/DataMonitorWidget.h +++ /dev/null @@ -1,244 +0,0 @@ -/** - * @file DataMonitorWidget.h - * @author jinchao - * @brief 数据监控窗口类 - * @version 1.0 - * @date 2025-03-10 - * - * @copyright Copyright (c) 2025 COMAC - * - */ -#pragma once -#include -#include -#include -#include -#include -#include "../TypeDefine.h" -#include "DataMonitorThread.h" -#include "../XNCustomPlot.h" - -/** - * @brief 数据监控窗口类 - */ -class DataMonitorWidget : public QWidget -{ - Q_OBJECT -public: - /** - * @brief 构造函数 - * @param parent 父窗口 - */ - explicit DataMonitorWidget(QWidget *parent = nullptr); - /** - * @brief 析构函数 - */ - ~DataMonitorWidget(); - -signals: - /** - * @brief 监控开始信号 - * @param modelName 模型名称 - * @param topicName 主题名称 - * @param varName 变量名称 - */ - void monitoringStarted(const QString &modelName, const QString &topicName, - const QString &varName); - /** - * @brief 监控停止信号 - * @param modelName 模型名称 - * @param topicName 主题名称 - * @param varName 变量名称 - */ - void monitoringStopped(const QString &modelName, const QString &topicName, - const QString &varName); - /** - * @brief 监控暂停信号 - * @param modelName 模型名称 - * @param topicName 主题名称 - * @param varName 变量名称 - */ - void monitoringPaused(const QString &modelName, const QString &topicName, - const QString &varName); - /** - * @brief 监控恢复信号 - * @param modelName 模型名称 - * @param topicName 主题名称 - * @param varName 变量名称 - */ - void monitoringResumed(const QString &modelName, const QString &topicName, - const QString &varName); - /** - * @brief 控制数据监控线程信号 - * @param bActive 是否激活 - */ - void controlDataMonitorThread(bool bActive); - /** - * @brief 注入一次数据信号 - * @param modelName 模型名称 - * @param topicName 主题名称 - * @param varName 变量名称 - * @param value 值 - */ - void injectOnceData(const QString &modelName, const QString &topicName, const QString &varName, - const double &value); - /** - * @brief 注入持续数据信号 - * @param modelName 模型名称 - * @param topicName 主题名称 - * @param varName 变量名称 - * @param value 值 - */ - void injectContinuousData(const QString &modelName, const QString &topicName, - const QString &varName, const double &value); - /** - * @brief 停止注入持续数据信号 - * @param modelName 模型名称 - * @param topicName 主题名称 - * @param varName 变量名称 - */ - void stopInjectContinuousData(const QString &modelName, const QString &topicName, - const QString &varName); - /** - * @brief 保存模型定义信号 - * @param modelDefinition 模型定义 - */ - void saveModelDefinition(const QSharedPointer &modelDefinition); - /** - * @brief 删除模型定义信号 - * @param modelName 模型名称 - */ - void deleteModelDefinition(const QString &modelName); - /** - * @brief 发送调试消息信号 - * @param type 消息类型 - * @param message 消息内容 - */ - void sendDebugMessage(int type, const QString &message); -public slots: - /** - * @brief 设置当前标签索引槽函数 - * @param index 标签索引 - */ - void onSetCurrentTabIndex(int index); - /** - * @brief 打开模型接口文件槽函数 - */ - void openModelInterfaceFile(); - /** - * @brief 添加监控数据槽函数 - * @param modelName 模型名称 - * @param topicName 主题名称 - * @param varName 变量名称 - * @param dataType 数据类型 - */ - void addMonitoringData(const QString &modelName, const QString &topicName, - const QString &varName, const QString &dataType); - /** - * @brief 更新监控数据槽函数 - * @param varName 变量名称 - * @param value 值 - */ - void updateMonitoringData(const QString &varName, const QString &value); - /** - * @brief 发送调试消息槽函数 - * @param type 消息类型 - * @param message 消息内容 - */ - void onSendDebugMessage(int type, const QString &message); - -private: - /** - * @brief 初始化数据监控线程 - */ - void InitialDataMonitorThread(); - /** - * @brief 设置数据监控标签槽函数 - */ - void setupTabDataMonitoring(); - /** - * @brief 设置数据监控左侧面板槽函数 - * @param splitter 分割器 - */ - void setupTabDataMonitoringLeftPanel(QSplitter *splitter); - /** - * @brief 更新接口信息页面槽函数 - * @param modelDefinition 模型定义 - */ - void updateInterfaceInfoPage(QSharedPointer modelDefinition); - /** - * @brief 添加命名空间到树槽函数 - * @param modelName 模型名称 - * @param topicNameList 主题名称列表 - * @param ns 命名空间定义 - * @param parentItem 父项 - * @param tree 树 - */ - void addNameSpaceToTree(const QString &modelName, const QStringList &topicNameList, - const QSharedPointer &ns, - QTreeWidgetItem *parentItem, QTreeWidget *tree); - /** - * @brief 设置数据监控右侧面板槽函数 - * @param splitter 分割器 - */ - void setupTabDataMonitoringRightPanel(QSplitter *splitter); - /** - * @brief 设置数据监控表格槽函数 - * @param dataMonitoringTableWidget 数据监控表格 - */ - void setupDataMonitoringTableWidget(QTableWidget *dataMonitoringTableWidget); - /** - * @brief 设置数据监控图表槽函数 - * @param dataMonitoringChartWidget 数据监控图表 - */ - void setupDataMonitoringChartWidget(QWidget *dataMonitoringChartWidget); - /** - * @brief 设置绘图部件槽函数 - * @param customPlot 绘图部件 - */ - void setupPlotWidget(XNCustomPlot *customPlot); - /** - * @brief 搜索模型接口槽函数 - * @param text 文本 - */ - void searchModelInterface(const QString &text); - /** - * @brief 显示所有树项槽函数 - * @param item 树项 - */ - void showAllTreeItems(QTreeWidgetItem *item); - /** - * @brief 隐藏所有树项槽函数 - * @param item 树项 - */ - void hideAllTreeItems(QTreeWidgetItem *item); - /** - * @brief 搜索并显示匹配项槽函数 - * @param item 树项 - * @param text 文本 - * @return 是否搜索成功 - */ - bool searchAndShowMatchingItems(QTreeWidgetItem *item, const QString &text); - -private: - /** - * @brief 当前标签索引 - */ - int currentTabIndex = 0; - /** - * @brief 数据监控线程 - */ - DataMonitorThread *dataMonitorThread; - /** - * @brief 变量数据映射 - */ - QMap> varDataMap; - /** - * @brief 追踪器 - */ - QCPItemTracer *m_tracer; - /** - * @brief 坐标标签 - */ - QCPItemText *m_coordLabel; -}; \ No newline at end of file diff --git a/XNMonitor/DebugWidget/DebugWidget.cpp b/XNMonitor/DebugWidget/DebugWidget.cpp deleted file mode 100755 index 8ff75f6..0000000 --- a/XNMonitor/DebugWidget/DebugWidget.cpp +++ /dev/null @@ -1,168 +0,0 @@ -/** - * @file DebugWidget.cpp - * @author jinchao - * @brief 调试窗口类实现 - * @version 1.0 - * @date 2025-03-10 - * - * @copyright Copyright (c) 2025 COMAC - * - */ -#include "DebugWidget.h" -#include -#include -#include -#include - -DebugWidget::DebugWidget(QWidget *parent) - : QWidget(parent), m_textEdit(nullptr), m_clearButton(nullptr), m_saveButton(nullptr), - m_layout(nullptr), m_showInfoCheck(nullptr), m_showErrorCheck(nullptr), - m_showWarningCheck(nullptr) -{ - //设置窗口标题 - setWindowTitle(tr("调试信息")); - //设置UI - setupUI(); -} - -DebugWidget::~DebugWidget() -{ -} - -void DebugWidget::setupUI() -{ - //创建布局 - m_layout = new QVBoxLayout(this); - //创建过滤选项 - QHBoxLayout *filterLayout = new QHBoxLayout(); - //创建信息复选框 - m_showInfoCheck = new QCheckBox(tr("信息"), this); - m_showErrorCheck = new QCheckBox(tr("错误"), this); - m_showWarningCheck = new QCheckBox(tr("警告"), this); - - // 默认全部选中 - m_showInfoCheck->setChecked(true); - m_showErrorCheck->setChecked(true); - m_showWarningCheck->setChecked(true); - //添加过滤选项 - filterLayout->addWidget(m_showInfoCheck); - filterLayout->addWidget(m_showErrorCheck); - filterLayout->addWidget(m_showWarningCheck); - filterLayout->addStretch(); - //添加过滤选项到布局 - m_layout->addLayout(filterLayout); - //创建文本显示区域 - m_textEdit = new QTextEdit(this); - //设置文本显示区域为只读 - m_textEdit->setReadOnly(true); - //添加文本显示区域到布局 - m_layout->addWidget(m_textEdit); - - // 创建按钮 - m_clearButton = new QPushButton(tr("清除日志"), this); - m_saveButton = new QPushButton(tr("保存日志"), this); - //创建按钮布局 - QHBoxLayout *buttonLayout = new QHBoxLayout(); - //添加清除按钮到按钮布局 - buttonLayout->addWidget(m_clearButton); - //添加保存按钮到按钮布局 - buttonLayout->addWidget(m_saveButton); - //添加伸缩项到按钮布局 - buttonLayout->addStretch(); - //添加按钮布局到布局 - m_layout->addLayout(buttonLayout); - //连接信号和槽 - connect(m_clearButton, &QPushButton::clicked, this, &DebugWidget::clearLog); - connect(m_saveButton, &QPushButton::clicked, this, &DebugWidget::saveLog); -} - -bool DebugWidget::shouldShowMessageType(int type) const -{ - //根据类型判断是否显示 - switch (type) { - case 0: - return m_showInfoCheck->isChecked(); - case 1: - return m_showErrorCheck->isChecked(); - case 2: - return m_showWarningCheck->isChecked(); - default: - return false; - } -} - -void DebugWidget::appendMessage(const QString &message) -{ - //获取当前时间 - QString timeStamp = QDateTime::currentDateTime().toString("yyyy-MM-dd hh:mm:ss"); - //添加消息到文本显示区域 - m_textEdit->append(QString("[%1] %2").arg(timeStamp).arg(message)); -} - -void DebugWidget::appendError(const QString &error) -{ - //获取当前时间 - QString timeStamp = QDateTime::currentDateTime().toString("yyyy-MM-dd hh:mm:ss"); - //添加错误消息到文本显示区域 - m_textEdit->append( - QString("[%1] ERROR: %2").arg(timeStamp).arg(error)); -} - -void DebugWidget::appendWarning(const QString &warning) -{ - //获取当前时间 - QString timeStamp = QDateTime::currentDateTime().toString("yyyy-MM-dd hh:mm:ss"); - //添加警告消息到文本显示区域 - m_textEdit->append( - QString("[%1] WARNING: %2").arg(timeStamp).arg(warning)); -} - -void DebugWidget::clearLog() -{ - //清除文本显示区域 - m_textEdit->clear(); -} - -void DebugWidget::saveLog() -{ - //获取保存文件名 - QString fileName = QFileDialog::getSaveFileName( - this, tr("保存日志"), QString(), tr("日志文件 (*.log);;文本文件 (*.txt);;所有文件 (*.*)")); - //如果文件名不为空 - if (fileName.isEmpty()) { - return; - } - //创建文件 - QFile file(fileName); - //如果文件打开失败 - if (!file.open(QIODevice::WriteOnly | QIODevice::Text)) { - return; - } - //创建文本流 - QTextStream out(&file); - //写入文本 - out << m_textEdit->toPlainText(); - //关闭文件 - file.close(); -} - -void DebugWidget::onSendDebugMessage(int type, const QString &message) -{ - if (!shouldShowMessageType(type)) { - return; - } - //根据类型添加消息 - switch (type) { - case 0: - appendMessage(message); - break; - case 1: - appendError(message); - break; - case 2: - appendWarning(message); - break; - default: - break; - } -} diff --git a/XNMonitor/DebugWidget/DebugWidget.h b/XNMonitor/DebugWidget/DebugWidget.h deleted file mode 100755 index fba25fc..0000000 --- a/XNMonitor/DebugWidget/DebugWidget.h +++ /dev/null @@ -1,106 +0,0 @@ -/** - * @file DebugWidget.h - * @author jinchao - * @brief 调试窗口类 - * @version 1.0 - * @date 2025-03-10 - * - */ -#pragma once - -#include -#include -#include -#include -#include - -/** - * @brief 调试窗口类 - */ -class DebugWidget : public QWidget -{ - Q_OBJECT -public: - /** - * @brief 构造函数 - * @param parent 父窗口 - */ - DebugWidget(QWidget *parent = nullptr); - /** - * @brief 析构函数 - */ - ~DebugWidget(); - - /** - * @brief 添加普通消息 - * @param message 消息 - */ - void appendMessage(const QString &message); - /** - * @brief 添加错误消息 - * @param error 错误 - */ - void appendError(const QString &error); - /** - * @brief 添加警告消息 - * @param warning 警告 - */ - void appendWarning(const QString &warning); -public slots: - /** - * @brief 接收调试消息槽函数 - * @param type 类型 - * @param message 消息 - */ - void onSendDebugMessage(int type, const QString &message); - -private slots: - /** - * @brief 清空日志槽函数 - */ - void clearLog(); - /** - * @brief 保存日志槽函数 - */ - void saveLog(); - -private: - /** - * @brief 设置UI - */ - void setupUI(); - /** - * @brief 是否显示消息类型 - * @param type 类型 - * @return 是否显示 - */ - bool shouldShowMessageType(int type) const; - /** - * @brief 文本编辑器 - */ - QTextEdit *m_textEdit; - /** - * @brief 清除按钮 - */ - QPushButton *m_clearButton; - /** - * @brief 保存按钮 - */ - QPushButton *m_saveButton; - /** - * @brief 布局 - */ - QVBoxLayout *m_layout; - /** - * @brief 显示信息复选框 - */ - QCheckBox *m_showInfoCheck; - /** - * @brief 显示错误复选框 - */ - QCheckBox *m_showErrorCheck; - /** - * @brief 显示警告复选框 - */ - QCheckBox *m_showWarningCheck; -}; \ No newline at end of file diff --git a/XNMonitor/ModelStatusWidget/ModelInfoUpdateThread.cpp b/XNMonitor/ModelStatusWidget/ModelInfoUpdateThread.cpp deleted file mode 100755 index 40b3944..0000000 --- a/XNMonitor/ModelStatusWidget/ModelInfoUpdateThread.cpp +++ /dev/null @@ -1,115 +0,0 @@ -/** - * @file ModelInfoUpdateThread.cpp - * @author jinchao - * @brief 模型信息更新线程类 - * @version 1.0 - * @date 2025-03-10 - * - * @copyright Copyright (c) 2025 COMAC - * - */ -#include "ModelInfoUpdateThread.h" -#include "../TopicManager/TopicManager.h" - -ModelInfoUpdateThread::~ModelInfoUpdateThread() -{ - //注销模型状态订阅 - TopicManager::Instance()->unregisterSubscriber("XNSim::XNSimStatus::XNModelStatus"); -} - -void ModelInfoUpdateThread::run() -{ - //模型周期计数 - QMap modelCycleCount; - while (!m_Quit) { - if (m_Active) { - QMutexLocker locker(&m_Mutex); - for (auto &modelStatus : m_ModelStatus) { - XNRuntimeData modelData; - //模型名称 - modelData.m_name = QString::fromStdString(modelStatus.XNModelName()); - //模型ID - modelData.m_id = modelStatus.XNModelID(); - //模型亲和掩码 - modelData.m_AffinityMask = modelStatus.XNModelThID(); - //模型节点ID - modelData.m_NodeID = modelStatus.XNModelNode(); - //模型运行周期计数 - modelData.m_CycleCount = modelStatus.XNModelRunCnt(); - //模型优先级 - modelData.m_Priority = modelStatus.XNModelPro(); - //如果模型周期计数包含模型ID - if (modelCycleCount.contains(modelData.m_id)) { - //如果模型周期计数不等于模型运行周期计数 - if (modelCycleCount[modelData.m_id] != modelData.m_CycleCount) { - //更新模型周期计数 - modelCycleCount[modelData.m_id] = modelData.m_CycleCount; - //更新模型运行状态 - modelData.m_RunningState = modelStatus.XNModelSt(); - } else { - //如果模型周期计数等于模型运行周期计数 - //设置模型运行状态为99 - modelData.m_RunningState = 99; - //继续 - continue; - } - } else { - //如果模型周期计数不包含模型ID - //设置模型周期计数 - modelCycleCount[modelData.m_id] = modelData.m_CycleCount; - //设置模型运行状态 - modelData.m_RunningState = modelStatus.XNModelSt(); - } - //设置模型运行频率 - modelData.m_SetFrequency = modelStatus.XNMdlSetFreq(); - //设置模型最大频率 - modelData.m_MaxFrequency = modelStatus.XNMdlSetFreq(); - //设置模型最小频率 - modelData.m_MinFrequency = modelStatus.XNMdlSetFreq(); - //设置模型平均频率 - modelData.m_AvgFrequency = modelStatus.XNMdlSetFreq(); - //设置模型当前频率 - modelData.m_CurrentFrequency.push_back(modelStatus.XNMdlCurFreq()); - //设置模型运行周期 - modelData.m_SetPeriod = 1000.0 / modelData.m_SetFrequency; - //设置模型最大周期 - modelData.m_MaxPeriod = 1000.0 / modelData.m_MinFrequency; - //设置模型最小周期 - modelData.m_MinPeriod = 1000.0 / modelData.m_MaxFrequency; - //设置模型平均周期 - modelData.m_AvgPeriod = 1000.0 / modelData.m_AvgFrequency; - //设置模型当前周期 - modelData.m_CurrentPeriod.push_back(1000.0 / modelData.m_CurrentFrequency[0]); - //发送模型信息更新信号 - emit updateModelInfo(modelData); - } - } - QThread::msleep(m_SleepTime); - } -} - -void ModelInfoUpdateThread::onChangeSleepTime(const unsigned int newSleepTime) -{ - m_SleepTime = newSleepTime; -} - -void ModelInfoUpdateThread::onThreadController(const bool &isActive) -{ - m_Active = isActive; -} - -void ModelInfoUpdateThread::Initialize() -{ - //注册模型状态订阅 - TopicManager::Instance()->registerSubscriber( - "XNSim::XNSimStatus::XNModelStatus", - std::bind(&ModelInfoUpdateThread::ModelStatusListener, this, std::placeholders::_1)); -} - -void ModelInfoUpdateThread::ModelStatusListener(const XNSim::XNSimStatus::XNModelStatus &status) -{ - if (m_Active) { - QMutexLocker locker(&m_Mutex); - m_ModelStatus[status.XNModelID()] = status; - } -} diff --git a/XNMonitor/ModelStatusWidget/ModelInfoUpdateThread.h b/XNMonitor/ModelStatusWidget/ModelInfoUpdateThread.h deleted file mode 100755 index 2f16a76..0000000 --- a/XNMonitor/ModelStatusWidget/ModelInfoUpdateThread.h +++ /dev/null @@ -1,98 +0,0 @@ -/** - * @file ModelInfoUpdateThread.h - * @author jinchao - * @brief 模型信息更新线程类 - * @version 1.0 - * @date 2025-03-10 - * - * @copyright Copyright (c) 2025 COMAC - * - */ -#pragma once - -#include -#include -#include -#include -#include "../TypeDefine.h" -#include "../../XNCore/XNIDL/XNSimStatusPubSubTypes.hpp" - -/** - * @brief 模型信息更新线程类 - */ -class ModelInfoUpdateThread : public QThread -{ - Q_OBJECT -public: - /** - * @brief 构造函数 - * @param parent 父对象 - */ - explicit ModelInfoUpdateThread(QObject *parent = nullptr) : QThread(parent) {} - /** - * @brief 析构函数 - */ - virtual ~ModelInfoUpdateThread(); -signals: - /** - * @brief 更新模型信息信号 - * @param threadData 线程数据 - */ - void updateModelInfo(const XNRuntimeData threadData); -public slots: - /** - * @brief 改变睡眠时间槽函数 - * @param newSleepTime 新的睡眠时间 - */ - void onChangeSleepTime(const unsigned int newSleepTime); - /** - * @brief 线程控制槽函数 - * @param isRunning 是否运行 - */ - void onThreadController(const bool &isRunning); - /** - * @brief 线程退出槽函数 - */ - void onThreadQuit() { m_Quit = true; } - -public: - /** - * @brief 初始化 - */ - void Initialize(); - -protected: - /** - * @brief 运行 - */ - void run() override; - -private: - /** - * @brief 模型状态监听 - * @param status 模型状态 - */ - void ModelStatusListener(const XNSim::XNSimStatus::XNModelStatus &status); - -private: - /** - * @brief 睡眠时间 - */ - unsigned int m_SleepTime = 1000; - /** - * @brief 是否活跃 - */ - bool m_Active = false; - /** - * @brief 是否退出 - */ - bool m_Quit = false; - /** - * @brief 互斥锁 - */ - QMutex m_Mutex; - /** - * @brief 模型状态 - */ - QMap m_ModelStatus; -}; diff --git a/XNMonitor/ModelStatusWidget/ModelStatusWidget.cpp b/XNMonitor/ModelStatusWidget/ModelStatusWidget.cpp deleted file mode 100755 index c52ef8f..0000000 --- a/XNMonitor/ModelStatusWidget/ModelStatusWidget.cpp +++ /dev/null @@ -1,680 +0,0 @@ -/** - * @file ModelStatusWidget.cpp - * @author jinchao - * @brief 模型状态窗口实现 - * @version 1.0 - * @date 2025-03-10 - * - * @copyright Copyright (c) 2025 COMAC - * - */ -#include "ModelStatusWidget.h" -#include -#include -#include -#include -#include -#include -#include -#include "../XNCustomPlot.h" - -ModelStatusWidget::ModelStatusWidget(QWidget *parent, SystemStatusWidget *systemStatusWidget) - : QWidget(parent) -{ - //初始化系统运行状态窗口指针 - this->systemStatusWidget = systemStatusWidget; - //初始化模型状态标签页 - setupTabModelStatus(); - //初始化模型信息线程 - InitialModelInfoThread(); -} - -ModelStatusWidget::~ModelStatusWidget() -{ - //释放模型信息线程 - if (modelThread != nullptr) { - modelThread->onThreadQuit(); - modelThread->quit(); - modelThread->wait(); - delete modelThread; - modelThread = nullptr; - } -} - -void ModelStatusWidget::onSetCurrentTabIndex(int index) -{ - this->currentTabIndex = index; - if (currentTabIndex == 1) { - //如果当前选中的标签页为1,则显示模型状态窗口 - this->show(); - //控制模型信息线程 - emit controlModelInfoThread(true); - } else { - //如果当前选中的标签页为0,则隐藏模型状态窗口 - this->hide(); - //控制模型信息线程 - emit controlModelInfoThread(false); - } -} - -void ModelStatusWidget::InitialModelInfoThread() -{ - //初始化模型信息线程 - modelThread = new ModelInfoUpdateThread(this); - //连接模型信息线程的更新模型信息信号到槽函数 - connect(modelThread, &ModelInfoUpdateThread::updateModelInfo, this, - &ModelStatusWidget::updateModelData); - //连接模型信息线程的控制信号到槽函数 - connect(this, &ModelStatusWidget::controlModelInfoThread, modelThread, - &ModelInfoUpdateThread::onThreadController); - //初始化模型信息线程 - modelThread->Initialize(); - //启动模型信息线程 - modelThread->start(); -} - -// 设置模型状态标签页 -void ModelStatusWidget::setupTabModelStatus() -{ - QHBoxLayout *mainLayout = new QHBoxLayout(this); // 创建水平布局 - // 使用QSplitter进行左右栏的动态分割 - QSplitter *horizontalSplitter = new QSplitter(Qt::Horizontal); // 创建一个水平方向的QSplitter - - // 左栏布局 - setupTabModelStatusLeftPanel(horizontalSplitter); - - // 右栏布局 - setupTabModelStatusRightPanel(horizontalSplitter); - - // 设置QSplitter的初始分割比例为1:4,即左栏占五分之一,右栏占五分之四 - QList sizes; - sizes << 1 << 4; - horizontalSplitter->setSizes(sizes); - - // 将QSplitter添加到主布局中 - mainLayout->addWidget(horizontalSplitter); -} - -// 设置模型状态左栏的布局和组件 -void ModelStatusWidget::setupTabModelStatusLeftPanel(QSplitter *splitter) -{ - // 左栏布局 - QVBoxLayout *leftMainLayout = new QVBoxLayout(); - QWidget *leftMainWidget = new QWidget(); - leftMainLayout->addWidget(leftMainWidget); - - QVBoxLayout *leftLayout = new QVBoxLayout(); - leftLayout->setObjectName("ModelStatusLeftLayout"); - leftMainWidget->setLayout(leftLayout); - - leftMainLayout->addStretch(); // 添加一个伸展项,使得布局可以自动调整大小 - - // 创建一个QWidget作为左栏的容器,并设置其布局为leftLayout - QWidget *leftPanel = new QWidget(); - leftPanel->setLayout(leftMainLayout); - - // 创建一个QScrollArea来包含左栏的布局 - QScrollArea *leftScrollArea = new QScrollArea(this); - leftScrollArea->setWidget(leftPanel); - leftScrollArea->setWidgetResizable(true); - leftScrollArea->setHorizontalScrollBarPolicy(Qt::ScrollBarAlwaysOn); - leftScrollArea->setVerticalScrollBarPolicy(Qt::ScrollBarAsNeeded); - - // 将QScrollArea添加到QSplitter中 - splitter->addWidget(leftScrollArea); -} - -// 创建线程信息页面 -QWidget *ModelStatusWidget::createThreadInfoPage(unsigned int threadIndex) -{ - QWidget *page = new QWidget(); - QGridLayout *gridLayout = new QGridLayout(page); - - // 定义运行信息的标签和初始值 - // 定义标签列表 - const QStringList labels = {"线程ID", "运行状态", "运行周期数", "实时频率", "设定频率", - "最小频率", "最大频率", "平均频率", "实时周期", "设定周期", - "最小周期", "最大周期", "平均周期"}; - // 定义值列表 - const QStringList values = {"0", "未运行", "0", "0Hz", "0Hz", "0Hz", "0Hz", - "0Hz", "0ms", "0ms", "0ms", "0ms", "0ms"}; - - // 遍历标签和值列表,为每个条目创建两个QLabel - for (int i = 0; i < labels.size(); ++i) { - QLabel *label = new QLabel(labels[i], page); - QLabel *valueLabel = new QLabel(values[i], page); - - // 设置QLabel的对齐方式 - // 设置标签对齐方式为左对齐 - label->setAlignment(Qt::AlignLeft); - // 设置值标签对齐方式为右对齐 - valueLabel->setAlignment(Qt::AlignRight); - - // 设置valueLabel的objectName,以便后续可以通过findChild找到并更新它 - valueLabel->setObjectName(QString("threadRunValueLabel%1_%2").arg(threadIndex).arg(i)); - - // 将QLabel添加到网格布局中 - // 在第i行第0列放置标签 - gridLayout->addWidget(label, i, 0); - // 在第i行第1列放置值 - gridLayout->addWidget(valueLabel, i, 1); - } - - return page; -} - -// 切换线程信息页面的显示状态 -void ModelStatusWidget::toggleThreadInfo() -{ - QPushButton *button = qobject_cast(sender()); - if (button) { - QString buttonText = button->objectName(); - int threadIndex = extractTrailingNumbers(buttonText, 3); // 提取数字部分作为线程索引 - if (threadIndex < 0) - return; - QWidget *coreInfoPage = findChild(QString("threadInfoPage%1").arg(threadIndex)); - if (!coreInfoPage) - return; - coreInfoPage->setVisible(!coreInfoPage->isVisible()); - } -} - -// 设置模型状态右栏的布局和组件 -void ModelStatusWidget::setupTabModelStatusRightPanel(QSplitter *splitter) -{ - // 右栏布局 - QVBoxLayout *rightLayout = new QVBoxLayout(); - - // 创建一个新的QSplitter用于垂直分割右栏的上下两部分 - QSplitter *verticalSplitter = new QSplitter(Qt::Vertical); // 垂直方向的QSplitter - - // 表格布局 - QTableWidget *modelStatusTableWidget = new QTableWidget(); - setupModelStatusTableWidget(modelStatusTableWidget); - - // 图表绘制区域 - QWidget *modelChartWidget = new QWidget(); // 图表区域,可以使用XNCustomPlot等库进行绘制 - setupModelStatusChartWidget(modelChartWidget); // 配置图表区域 - - // 将表格和图表添加到垂直分割器中 - verticalSplitter->addWidget(modelStatusTableWidget); - verticalSplitter->addWidget(modelChartWidget); - - QList sizes; - sizes << 3 << 2; - verticalSplitter->setSizes(sizes); - - // 将垂直分割器添加到右栏布局中 - rightLayout->addWidget(verticalSplitter); - - // 创建一个QWidget作为右栏的容器,并设置其布局为rightLayout - QWidget *rightPanel = new QWidget(); - rightPanel->setLayout(rightLayout); - - // 将右栏容器添加到QSplitter中 - splitter->addWidget(rightPanel); -} - -// 设置模型状态表格 -void ModelStatusWidget::setupModelStatusTableWidget(QTableWidget *tableWidget) -{ - tableWidget->setRowCount(10); // 设置表格的行数 - tableWidget->setColumnCount(15); // 设置表格的列数 - - QFont headerFont("Arial", 16, QFont::Bold); - tableWidget->horizontalHeader()->setFont(headerFont); - - // 设置表格的列标题 - tableWidget->setHorizontalHeaderLabels( - {"模型名称", "模型ID", "运行状态", "所属线程", "运行节点", "优先级", "设定频率", "最小频率", - "最大频率", "平均频率", "周期数", "设定周期", "最小周期", "最大周期", "平均周期"}); - - // 设置表格列宽自适应 - tableWidget->horizontalHeader()->setSectionResizeMode(QHeaderView::Interactive); - - // 设置表格的选择行为为按行选择 - tableWidget->setSelectionBehavior(QAbstractItemView::SelectRows); - - // 设置表格的选择模式为单选 - tableWidget->setSelectionMode(QAbstractItemView::SingleSelection); - - // 设置表格不可编辑 - tableWidget->setEditTriggers(QAbstractItemView::NoEditTriggers); - - // 设置表格的objectName,以便后续可以通过findChild找到并更新它 - tableWidget->setObjectName("modelStatusTableWidget"); - - // 连接 threadStatusTableWidget 的 itemSelectionChanged 信号到槽函数 - connect(tableWidget, &QTableWidget::itemSelectionChanged, this, - &ModelStatusWidget::onModelStatusTableSelectionChanged); -} - -// 处理模型状态表格的选择变化 -void ModelStatusWidget::onModelStatusTableSelectionChanged() -{ - if (currentTabIndex != 1) - return; - QTableWidget *modelStatusTableWidget = findChild("modelStatusTableWidget"); - if (!modelStatusTableWidget) { - return; - } - int rowIndex = modelStatusTableWidget->currentRow(); - if (rowIndex < 0 || rowIndex >= modelDataVec.size()) { - return; - } - XNCustomPlot *customPlot = findChild("modelStatusCustomPlot"); - if (!customPlot) - return; // 确保找到了XNCustomPlot对象 - const XNRuntimeData &data = modelDataVec[rowIndex]; - QVector xData, yData; - if (freqOrPeriodIndex == 0 && data.m_CurrentPeriod.size() > 0) { - customPlot->xAxis->setRange(0, data.m_CurrentPeriod.size()); - customPlot->yAxis->setRange(data.m_MinPeriod - 1, data.m_MaxPeriod + 1); - - for (int i = 0; i < data.m_CurrentPeriod.size(); ++i) { - xData.push_back(i); - yData.push_back(data.m_CurrentPeriod[i]); - } - } else if (freqOrPeriodIndex == 1 && data.m_CurrentFrequency.size() > 0) { - customPlot->xAxis->setRange(0, data.m_CurrentFrequency.size()); - customPlot->yAxis->setRange(data.m_MinFrequency - 1, data.m_MaxFrequency + 1); - for (int i = 0; i < data.m_CurrentFrequency.size(); ++i) { - xData.push_back(i); - yData.push_back(data.m_CurrentFrequency[i]); - } - } else { - return; - } - updatePlotData(xData, yData); -} - -// 设置模型状态图表 -void ModelStatusWidget::setupModelStatusChartWidget(QWidget *modelStatusChartWidget) -{ - modelStatusChartWidget->setObjectName("modelStatusChartWidget"); - XNCustomPlot *customPlot = new XNCustomPlot(modelStatusChartWidget); - customPlot->setObjectName("modelStatusCustomPlot"); - - // 设置图表布局 - modelStatusChartWidget->setLayout(new QVBoxLayout()); - modelStatusChartWidget->layout()->addWidget(customPlot); - - // 配置图表 - customPlot->setBackground(QBrush(QColor("#19232D"))); - customPlot->xAxis->setLabelColor(Qt::white); - customPlot->yAxis->setLabelColor(Qt::white); - customPlot->xAxis->setLabel("时间(s)"); - customPlot->yAxis->setLabel("周期(ms)"); - customPlot->xAxis->setTickLabelRotation(60); - customPlot->xAxis->setTickLabelColor(Qt::white); - customPlot->yAxis->setTickLabelColor(Qt::white); - customPlot->xAxis->grid()->setVisible(true); - customPlot->yAxis->grid()->setVisible(true); - - // 添加图表并设置绿色 - customPlot->addGraph(); - QPen greenPen(Qt::green); - greenPen.setWidth(2); - customPlot->graph(0)->setPen(greenPen); - - // 为chartWidget设置上下文菜单 - connect(customPlot, &XNCustomPlot::customContextMenuRequested, this, - &ModelStatusWidget::showChartContextMenu); - - // 连接信号 - connect(this, &ModelStatusWidget::updateModelCutomPlotData, this, - &ModelStatusWidget::onModelStatusTableSelectionChanged); - - customPlot->replot(); -} - -// 处理图表中的右键点击事件 -void ModelStatusWidget::showChartContextMenu(const QPoint &pos) -{ - XNCustomPlot *customPlot = findChild("modelStatusCustomPlot"); - if (!customPlot) - return; // 确保找到了XNCustomPlot对象 - QMenu contextMenu(this); - QAction *actionFrequency = contextMenu.addAction("显示频率"); - QAction *actionPeriod = contextMenu.addAction("显示周期"); - - // 连接QAction的triggered信号到相应的槽函数 - connect(actionFrequency, &QAction::triggered, this, &ModelStatusWidget::onShowFrequency); - connect(actionPeriod, &QAction::triggered, this, &ModelStatusWidget::onShowPeriod); - - // 在chartWidget上显示上下文菜单 - QAction *selectedAction = contextMenu.exec(customPlot->mapToGlobal(pos)); -} - -// 处理右键菜单中的"显示频率"选项 -void ModelStatusWidget::onShowFrequency() -{ - XNCustomPlot *customPlot = nullptr; - if (currentTabIndex == 1) { - customPlot = findChild("modelStatusCustomPlot"); - } else - return; - - if (!customPlot) - return; // 确保找到了XNCustomPlot对象 - // 实现显示频率的逻辑 - customPlot->yAxis->setLabel("频率(Hz)"); - freqOrPeriodIndex = 1; - customPlot->replot(); // 重新绘制图表以显示新数据 - emit updateModelCutomPlotData(); -} - -// 处理右键菜单中的"显示周期"选项 -void ModelStatusWidget::onShowPeriod() -{ - XNCustomPlot *customPlot = nullptr; - if (currentTabIndex == 1) { - customPlot = findChild("modelStatusCustomPlot"); - } else - return; - - if (!customPlot) - return; // 确保找到了XNCustomPlot对象 - // 实现显示周期的逻辑 - customPlot->yAxis->setLabel("周期(ms)"); - freqOrPeriodIndex = 0; - customPlot->replot(); // 重新绘制图表以显示新数据 - emit updateModelCutomPlotData(); -} - -// 更新线程信息页面 -void ModelStatusWidget::updateThreadInfoPage(unsigned int threadIndex, const XNRuntimeData &data) -{ - if (currentTabIndex != 1) - return; - QPushButton *threadInfoButton = - findChild(QString("threadInfoButton%1").arg(threadIndex)); - if (NULL == threadInfoButton) { - QVBoxLayout *leftLayout = findChild("ModelStatusLeftLayout"); - if (NULL == leftLayout) - return; - threadInfoButton = new QPushButton(data.m_name); - threadInfoButton->setObjectName(QString("threadInfoButton%1").arg(threadIndex)); - connect(threadInfoButton, &QPushButton::clicked, this, - &ModelStatusWidget::toggleThreadInfo); - leftLayout->addWidget(threadInfoButton); - QWidget *threadInfoPage = createThreadInfoPage(threadIndex); - threadInfoPage->setObjectName(QString("threadInfoPage%1").arg(threadIndex)); - leftLayout->addWidget(threadInfoPage); - } - threadInfoButton->setText(data.m_name); - QWidget *threadInfoPage = findChild(QString("threadInfoPage%1").arg(threadIndex)); - if (threadInfoPage) { - updateThreadInfoValue(threadIndex, 0, QString::number(data.m_id)); - switch (data.m_RunningState) { - case 0: - updateThreadInfoValue(threadIndex, 1, "未运行"); - break; - case 1: - updateThreadInfoValue(threadIndex, 1, "运行中"); - break; - case 2: - updateThreadInfoValue(threadIndex, 1, "暂停中"); - break; - case 3: - updateThreadInfoValue(threadIndex, 1, "错误"); - break; - default: - updateThreadInfoValue(threadIndex, 1, "未知状态"); - break; - } - updateThreadInfoValue(threadIndex, 2, QString::number(data.m_CycleCount)); - updateThreadInfoValue( - threadIndex, 3, - QString("%1 Hz").arg(data.m_CurrentFrequency[data.m_CurrentFrequency.size() - 1], 0, - 'f', 2)); - updateThreadInfoValue(threadIndex, 4, QString("%1 Hz").arg(data.m_SetFrequency, 0, 'f', 2)); - updateThreadInfoValue(threadIndex, 5, QString("%1 Hz").arg(data.m_MinFrequency, 0, 'f', 2)); - updateThreadInfoValue(threadIndex, 6, QString("%1 Hz").arg(data.m_MaxFrequency, 0, 'f', 2)); - updateThreadInfoValue(threadIndex, 7, QString("%1 Hz").arg(data.m_AvgFrequency, 0, 'f', 2)); - updateThreadInfoValue( - threadIndex, 8, - QString("%1 ms").arg(data.m_CurrentPeriod[data.m_CurrentPeriod.size() - 1], 0, 'f', 2)); - updateThreadInfoValue(threadIndex, 9, QString("%1 ms").arg(data.m_SetPeriod, 0, 'f', 2)); - updateThreadInfoValue(threadIndex, 10, QString("%1 ms").arg(data.m_SetPeriod, 0, 'f', 2)); - updateThreadInfoValue(threadIndex, 11, QString("%1 ms").arg(data.m_MaxPeriod, 0, 'f', 2)); - updateThreadInfoValue(threadIndex, 12, QString("%1 ms").arg(data.m_AvgPeriod, 0, 'f', 2)); - } -} - -// 更新线程信息值 -void ModelStatusWidget::updateThreadInfoValue(unsigned int threadIndex, int index, - const QString &newValue) -{ - if (currentTabIndex != 1) - return; - QLabel *valueLabel = - findChild(QString("threadRunValueLabel%1_%2").arg(threadIndex).arg(index)); - if (valueLabel) { - valueLabel->setText(newValue); - if (1 == index) { - if (newValue == "未运行") { - valueLabel->setStyleSheet("color: gray;"); - } else if (newValue == "运行中") { - valueLabel->setStyleSheet("color: green;"); - } else if (newValue == "暂停中") { - valueLabel->setStyleSheet("color: orange;"); - } else if (newValue == "错误") { - valueLabel->setStyleSheet("color: red;"); - } else { - valueLabel->setText("未知状态"); - valueLabel->setStyleSheet("color: red;"); - } - } - } -} - -// 更新图表数据 -void ModelStatusWidget::updatePlotData(const QVector &newXData, - const QVector &newYData) -{ - XNCustomPlot *customPlot = nullptr; - if (currentTabIndex == 1) - customPlot = findChild("modelStatusCustomPlot"); - else if (currentTabIndex == 2) - customPlot = findChild("dataMonitoringCustomPlot"); - else - return; - - if (!customPlot) - return; // 确保找到了XNCustomPlot对象 - if (customPlot->graphCount() == 1) { - // 假设我们只有一个图形 - customPlot->graph(0)->setData(newXData, newYData); - customPlot->replot(); // 重新绘制图表以显示新数据 - } else { - customPlot->addGraph(); // 添加一个新的图形 - customPlot->graph(0)->setData(newXData, newYData); - customPlot->replot(); // 重新绘制图表以显示新数据 - } -} - -// 更新模型数据 -void ModelStatusWidget::updateModelData(const XNRuntimeData &data) -{ - // 如果当前标签页不是第二个,则直接返回 - if (currentTabIndex != 1) - return; - - // 遍历 modelDataVec 向量 - for (size_t i = 0; i < modelDataVec.size(); i++) { - // 如果当前遍历到的元素 ID 与传入数据的 ID 相同 - if (data.m_id == modelDataVec[i].m_id) { - double currectFrequency = data.m_CurrentFrequency[0]; // 当前频率 - double currentPeriod = data.m_CurrentPeriod[0]; // 当前周期 - // 更新模型运行状态 - modelDataVec[i].m_RunningState = data.m_RunningState; - // 如果模型不是运行状态,则不更新频率和周期数据 - if (data.m_RunningState != 1) - return; - // 更新当前频率 - modelDataVec[i].m_CurrentFrequency.push_back(currectFrequency); - // 更新当前周期 - modelDataVec[i].m_CurrentPeriod.push_back(currentPeriod); - // 更新周期计数 - modelDataVec[i].m_CycleCount = data.m_CycleCount; - // 更新最小频率 - modelDataVec[i].m_MinFrequency = - std::min(currectFrequency, modelDataVec[i].m_MinFrequency); - // 更新最大频率 - modelDataVec[i].m_MaxFrequency = - std::max(currectFrequency, modelDataVec[i].m_MaxFrequency); - // 更新平均频率 - modelDataVec[i].m_AvgFrequency = - ((data.m_CycleCount - 1) * modelDataVec[i].m_AvgFrequency + currectFrequency) - / data.m_CycleCount; - // 更新最小周期 - modelDataVec[i].m_MinPeriod = std::min(currentPeriod, modelDataVec[i].m_MinPeriod); - // 更新最大周期 - modelDataVec[i].m_MaxPeriod = std::max(currentPeriod, modelDataVec[i].m_MaxPeriod); - // 更新平均周期 - modelDataVec[i].m_AvgPeriod = - ((data.m_CycleCount - 1) * modelDataVec[i].m_AvgPeriod + currentPeriod) - / data.m_CycleCount; - - // 如果当前频率或周期向量的长度超过100,移除最前面的元素 - if (modelDataVec[i].m_CurrentFrequency.size() > 100) { - modelDataVec[i].m_CurrentFrequency.pop_front(); - modelDataVec[i].m_CurrentPeriod.pop_front(); - } - - // 检查当前选中的行是否是被更新的行 - // 找到名为 "modelStatusTableWidget" 的子控件 - QTableWidget *modelStatusTableWidget = - findChild("modelStatusTableWidget"); - if (modelStatusTableWidget) { - int currentRow = modelStatusTableWidget->currentRow(); - if (currentRow == static_cast(i)) { - emit updateModelCutomPlotData(); - } - } - - // 更新表格数据 - updateModelTableData(modelDataVec[i], i); - return; - } - } - - // 如果未找到匹配的 ID,将传入的数据添加到 modelDataVec 向量末尾 - modelDataVec.push_back(data); - // 更新表格数据 - updateModelTableData(data, modelDataVec.size() - 1); -} - -// 更新模型表格数据 -void ModelStatusWidget::updateModelTableData(const XNRuntimeData &data, int rowIndex) -{ - // 如果当前标签页索引不为1,则直接返回 - if (currentTabIndex != 1) - return; - - // 查找名为"threadStatusTableWidget"的QTableWidget - QTableWidget *modelStatusTableWidget = findChild("modelStatusTableWidget"); - if (!modelStatusTableWidget) { - // 如果没有找到,则直接返回 - return; - } - - // 设置表格的行数 - modelStatusTableWidget->setRowCount(std::max(rowIndex + 1, (int)modelDataVec.size())); - - // 设置模型名称 - modelStatusTableWidget->setItem(rowIndex, 0, new QTableWidgetItem(data.m_name)); - - // 设置模型ID - modelStatusTableWidget->setItem(rowIndex, 1, new QTableWidgetItem(QString::number(data.m_id))); - - // 根据模型的运行状态设置不同的状态显示 - switch (data.m_RunningState) { - case 0: - // 未运行状态 - modelStatusTableWidget->setItem(rowIndex, 2, new QTableWidgetItem("未运行")); - modelStatusTableWidget->item(rowIndex, 2)->setForeground(QBrush(Qt::gray)); - break; - case 1: - // 运行中状态 - modelStatusTableWidget->setItem(rowIndex, 2, new QTableWidgetItem("运行中")); - modelStatusTableWidget->item(rowIndex, 2)->setForeground(QBrush(Qt::green)); - break; - case 2: - // 暂停中状态 - modelStatusTableWidget->setItem(rowIndex, 2, new QTableWidgetItem("暂停中")); - modelStatusTableWidget->item(rowIndex, 2)->setForeground(QBrush(Qt::yellow)); - break; - default: - // 未知状态 - modelStatusTableWidget->setItem(rowIndex, 2, new QTableWidgetItem("未知状态")); - modelStatusTableWidget->item(rowIndex, 2)->setForeground(QBrush(Qt::red)); - break; - } - - // 设置所属线程 - if (systemStatusWidget != nullptr) { - modelStatusTableWidget->setItem( - rowIndex, 3, - new QTableWidgetItem(systemStatusWidget->getThreadName(data.m_AffinityMask))); - } else { - modelStatusTableWidget->setItem(rowIndex, 3, new QTableWidgetItem("未知线程")); - } - - // 设置节点号 - modelStatusTableWidget->setItem(rowIndex, 4, - new QTableWidgetItem(QString::number(data.m_NodeID))); - - // 设置模型优先级 - modelStatusTableWidget->setItem(rowIndex, 5, - new QTableWidgetItem(QString::number(data.m_Priority))); - - // 设置模型设置频率 - modelStatusTableWidget->setItem( - rowIndex, 6, new QTableWidgetItem(QString::number(data.m_SetFrequency, 'f', 2) + " Hz")); - - // 设置模型最小频率 - modelStatusTableWidget->setItem( - rowIndex, 7, new QTableWidgetItem(QString::number(data.m_MinFrequency, 'f', 2) + " Hz")); - - // 设置模型最大频率 - modelStatusTableWidget->setItem( - rowIndex, 8, new QTableWidgetItem(QString::number(data.m_MaxFrequency, 'f', 2) + " Hz")); - - // 设置模型平均频率 - modelStatusTableWidget->setItem( - rowIndex, 9, new QTableWidgetItem(QString::number(data.m_AvgFrequency, 'f', 2) + " Hz")); - - // 设置模型周期计数 - modelStatusTableWidget->setItem(rowIndex, 10, - new QTableWidgetItem(QString::number(data.m_CycleCount))); - - // 设置模型设置周期 - modelStatusTableWidget->setItem( - rowIndex, 11, new QTableWidgetItem(QString::number(data.m_SetPeriod, 'f', 2) + " ms")); - - // 设置模型最小周期 - modelStatusTableWidget->setItem( - rowIndex, 12, new QTableWidgetItem(QString::number(data.m_MinPeriod, 'f', 2) + " ms")); - - // 设置模型最大周期 - modelStatusTableWidget->setItem( - rowIndex, 13, new QTableWidgetItem(QString::number(data.m_MaxPeriod, 'f', 2) + " ms")); - - // 设置模型平均周期 - modelStatusTableWidget->setItem( - rowIndex, 14, new QTableWidgetItem(QString::number(data.m_AvgPeriod, 'f', 2) + " ms")); -} - -// 提取字符串末尾的数字 -int ModelStatusWidget::extractTrailingNumbers(const QString &str, int count) -{ - QRegularExpression re("\\d{1," + QString::number(count) + "}$"); - QRegularExpressionMatch match = re.match(str); - if (match.hasMatch()) { - return match.captured().toInt(); - } else { - return -1; // 如果没有找到匹配项,则返回一个-1 - } -} diff --git a/XNMonitor/ModelStatusWidget/ModelStatusWidget.h b/XNMonitor/ModelStatusWidget/ModelStatusWidget.h deleted file mode 100755 index 66737ac..0000000 --- a/XNMonitor/ModelStatusWidget/ModelStatusWidget.h +++ /dev/null @@ -1,175 +0,0 @@ -/** - * @file ModelStatusWidget.h - * @author jinchao - * @brief 模型状态窗口类 - * @version 1.0 - * @date 2025-03-10 - * - * @copyright Copyright (c) 2025 COMAC - * - */ -#pragma once - -#include -#include -#include -#include -#include "../TypeDefine.h" -#include "ModelInfoUpdateThread.h" -#include "../SystemStatusWidget/SystemStatusWidget.h" - -/** - * @brief 模型状态窗口类 - */ -class ModelStatusWidget : public QWidget -{ - Q_OBJECT - -public: - /** - * @brief 构造函数 - * @param parent 父对象 - * @param systemStatusWidget 系统状态窗口对象 - */ - ModelStatusWidget(QWidget *parent = nullptr, SystemStatusWidget *systemStatusWidget = nullptr); - /** - * @brief 析构函数 - */ - ~ModelStatusWidget(); - -signals: - /** - * @brief 更新模型绘图数据的信号 - */ - void updateModelCutomPlotData(); - /** - * @brief 控制线程的信号 - */ - void controlModelInfoThread(bool bActive); -public slots: - /** - * @brief 设置当前选中的标签页索引的槽函数 - * @param index 标签页索引 - */ - void onSetCurrentTabIndex(int index); - /** - * @brief 更新绘图数据的槽函数 - * @param newXData 新的X数据 - * @param newYData 新的Y数据 - */ - void updatePlotData(const QVector &newXData, const QVector &newYData); - /** - * @brief 显示/隐藏线程信息槽函数 - */ - void toggleThreadInfo(); - /** - * @brief 更新线程信息页面的槽函数 - * @param threadID 线程ID - * @param data 线程数据 - */ - void updateThreadInfoPage(unsigned int threadID, const XNRuntimeData &data); - /** - * @brief 模型运行状态表格选择改变的槽函数 - */ - void onModelStatusTableSelectionChanged(); - /** - * @brief 更新模型运行数据的槽函数 - * @param data 模型数据 - */ - void updateModelData(const XNRuntimeData &data); - /** - * @brief 显示图表右键菜单的槽函数 - * @param pos 鼠标位置 - */ - void showChartContextMenu(const QPoint &pos); - /** - * @brief 显示频率的槽函数 - */ - void onShowFrequency(); - /** - * @brief 显示周期的槽函数 - */ - void onShowPeriod(); - -private: - /** - * @brief 初始化模型信息线程的槽函数 - */ - void InitialModelInfoThread(); - /** - * @brief 设置模型状态标签页的槽函数 - */ - void setupTabModelStatus(); - /** - * @brief 设置模型状态左面板的槽函数 - * @param splitter 分割器 - */ - void setupTabModelStatusLeftPanel(QSplitter *splitter); - /** - * @brief 创建线程信息页面的槽函数 - * @param threadID 线程ID - * @return 线程信息页面 - */ - QWidget *createThreadInfoPage(unsigned int threadID); - /** - * @brief 更新线程信息值的槽函数 - * @param threadID 线程ID - * @param index 索引 - * @param newValue 新值 - */ - void updateThreadInfoValue(unsigned int threadID, int index, const QString &newValue); - /** - * @brief 设置模型状态右面板的槽函数 - * @param splitter 分割器 - */ - void setupTabModelStatusRightPanel(QSplitter *splitter); - /** - * @brief 设置模型状态表格的槽函数 - * @param tableWidget 表格 - */ - void setupModelStatusTableWidget(QTableWidget *tableWidget); - /** - * @brief 设置模型状态图表的槽函数 - * @param chartWidget 图表 - */ - void setupModelStatusChartWidget(QWidget *chartWidget); - /** - * @brief 更新模型表格数据的槽函数 - * @param data 模型数据 - * @param rowIndex 行索引 - */ - void updateModelTableData(const XNRuntimeData &data, int rowIndex); - /** - * @brief 提取字符串末尾数字的槽函数 - * @param str 字符串 - * @param count 数量 - * @return 数字 - */ - int extractTrailingNumbers(const QString &str, int count); - -private: - /** - * @brief 频率或周期索引 - */ - int freqOrPeriodIndex = 0; - /** - * @brief 当前选中的标签页索引 - */ - int currentTabIndex = 0; - /** - * @brief 模型数据向量 - */ - QVector modelDataVec; - /** - * @brief 模型信息更新线程 - */ - ModelInfoUpdateThread *modelThread; - /** - * @brief 互斥锁 - */ - QMutex mutex; - /** - * @brief 系统运行状态窗口指针 - */ - SystemStatusWidget *systemStatusWidget; -}; diff --git a/XNMonitor/ModelTopicMonitor/AerodynamicsMonitor.cpp b/XNMonitor/ModelTopicMonitor/AerodynamicsMonitor.cpp deleted file mode 100755 index 7fd8295..0000000 --- a/XNMonitor/ModelTopicMonitor/AerodynamicsMonitor.cpp +++ /dev/null @@ -1,96 +0,0 @@ -/** - * @file AerodynamicsMonitor.cpp - * @author jinchao - * @brief 气动模型主题监控类实现 - * @version 1.0 - * @date 2025-03-10 - * - * @copyright Copyright (c) 2025 COMAC - * - */ -#include "AerodynamicsMonitor.h" -#include "../TopicManager/TopicManager.h" -#include -#include - -AerodynamicsMonitor::AerodynamicsMonitor(QObject *parent) : TopicMonitor(parent) -{ - //初始化输入接口 - inputInterface = new XNSim::ATA04::Aerodynamics_input_Interface(); - //初始化输出接口 - outputInterface = new XNSim::ATA04::Aerodynamics_output_Interface(); - //初始化心跳接口 - heartbeatInterface = new XNSim::ATA04::Aerodynamics_heartbeat_Interface(); -} - -AerodynamicsMonitor::~AerodynamicsMonitor() -{ - //释放输入接口 - if (inputInterface) - delete inputInterface; - //释放输出接口 - if (outputInterface) - delete outputInterface; - //释放心跳接口 - if (heartbeatInterface) - delete heartbeatInterface; -} - -bool AerodynamicsMonitor::startMonitoring(const QString &topicName) -{ - if (topicName == "XNSim::ATA04::Aerodynamics_input") { - //注册输入主题订阅 - TopicManager::Instance()->registerSubscriber( - topicName, std::bind(&XNSim::ATA04::Aerodynamics_input_Interface::inputDataListener, - inputInterface, std::placeholders::_1)); - m_MonitorStatus[topicName] = 1; - return true; - } else if (topicName == "XNSim::ATA04::Aerodynamics_output") { - //注册输出主题订阅 - TopicManager::Instance()->registerSubscriber( - topicName, std::bind(&XNSim::ATA04::Aerodynamics_output_Interface::outputDataListener, - outputInterface, std::placeholders::_1)); - m_MonitorStatus[topicName] = 1; - return true; - } else if (topicName == "XNSim::ATA04::Aerodynamics_heartbeat") { - //注册心跳主题订阅 - TopicManager::Instance() - ->registerSubscriber( - topicName, - std::bind(&XNSim::ATA04::Aerodynamics_heartbeat_Interface::heartbeatListener, - heartbeatInterface, std::placeholders::_1)); - m_MonitorStatus[topicName] = 1; - return true; - } - return false; -} - -void AerodynamicsMonitor::stopMonitoring(const QString &topicName) -{ - if (m_MonitorStatus.contains(topicName)) { - //注销主题订阅 - TopicManager::Instance()->unregisterSubscriber(topicName); - //更新监控状态 - m_MonitorStatus[topicName] = 0; - } -} - -bool AerodynamicsMonitor::injectData(const QString &varName, double value) -{ - return true; -} - -QString AerodynamicsMonitor::getData(const QString &topicName, const QString &varName) -{ - if (topicName == "XNSim::ATA04::Aerodynamics_input") { - //获取输入数据 - return inputInterface->getData(varName); - } else if (topicName == "XNSim::ATA04::Aerodynamics_output") { - //获取输出数据 - return outputInterface->getData(varName); - } else if (topicName == "XNSim::ATA04::Aerodynamics_heartbeat") { - //获取心跳数据 - return heartbeatInterface->getData(varName); - } - return QString(); -} diff --git a/XNMonitor/ModelTopicMonitor/AerodynamicsMonitor.h b/XNMonitor/ModelTopicMonitor/AerodynamicsMonitor.h deleted file mode 100755 index ce0267e..0000000 --- a/XNMonitor/ModelTopicMonitor/AerodynamicsMonitor.h +++ /dev/null @@ -1,73 +0,0 @@ -/** - * @file AerodynamicsMonitor.h - * @author jinchao - * @brief 气动模型主题监控类 - * @version 1.0 - * @date 2025-03-10 - * - * @copyright Copyright (c) 2025 COMAC - * - */ -#pragma once -#include "../TopicMonitorFactory/TopicMonitor.h" -#include "../../XNModels/XNAerodynamics/XNAerodynamicsInterface/XNAerodynamicsInterface.hpp" -#include - -/** - * @brief 气动模型主题监控类 - */ -class AerodynamicsMonitor : public TopicMonitor -{ - Q_OBJECT - -public: - /** - * @brief 构造函数 - * @param parent 父对象 - */ - AerodynamicsMonitor(QObject *parent = nullptr); - /** - * @brief 析构函数 - */ - virtual ~AerodynamicsMonitor(); - /** - * @brief 开始监控 - * @param topicName 主题名称 - * @return 是否成功 - */ - virtual bool startMonitoring(const QString &topicName) override; - /** - * @brief 停止监控 - * @param topicName 主题名称 - * @return 是否成功 - */ - virtual void stopMonitoring(const QString &topicName) override; - /** - * @brief 注入数据 - * @param varName 变量名称 - * @param value 值 - * @return 是否成功 - */ - virtual bool injectData(const QString &varName, double value) override; - /** - * @brief 获取数据 - * @param topicName 主题名称 - * @param varName 变量名称 - * @return 值 - */ - virtual QString getData(const QString &topicName, const QString &varName) override; - -private: - /** - * @brief 输入接口 - */ - XNSim::ATA04::Aerodynamics_input_Interface *inputInterface; - /** - * @brief 输出接口 - */ - XNSim::ATA04::Aerodynamics_output_Interface *outputInterface; - /** - * @brief 心跳接口 - */ - XNSim::ATA04::Aerodynamics_heartbeat_Interface *heartbeatInterface; -}; \ No newline at end of file diff --git a/XNMonitor/ModelTopicMonitor/GroundHandlingMonitor.cpp b/XNMonitor/ModelTopicMonitor/GroundHandlingMonitor.cpp deleted file mode 100755 index 3cac9d2..0000000 --- a/XNMonitor/ModelTopicMonitor/GroundHandlingMonitor.cpp +++ /dev/null @@ -1,96 +0,0 @@ -/** - * @file GroundHandlingMonitor.cpp - * @author jinchao - * @brief 地操模型主题监控类实现 - * @version 1.0 - * @date 2025-03-10 - * - * @copyright Copyright (c) 2025 COMAC - * - */ -#include "GroundHandlingMonitor.h" -#include "../TopicManager/TopicManager.h" -#include -#include - -GroundHandlingMonitor::GroundHandlingMonitor(QObject *parent) : TopicMonitor(parent) -{ - //初始化输入接口 - inputInterface = new XNSim::ATA04::GroundHandling_input_Interface(this); - //初始化输出接口 - outputInterface = new XNSim::ATA04::GroundHandling_output_Interface(this); - //初始化心跳接口 - heartbeatInterface = new XNSim::ATA04::GroundHandling_heartbeat_Interface(this); -} - -GroundHandlingMonitor::~GroundHandlingMonitor() -{ - //释放输入接口 - if (inputInterface) - delete inputInterface; - //释放输出接口 - if (outputInterface) - delete outputInterface; - //释放心跳接口 - if (heartbeatInterface) - delete heartbeatInterface; -} - -bool GroundHandlingMonitor::startMonitoring(const QString &topicName) -{ - if (topicName == "XNSim::ATA04::GroundHandling_input") { - //注册输入主题订阅 - TopicManager::Instance()->registerSubscriber( - topicName, std::bind(&XNSim::ATA04::GroundHandling_input_Interface::inputDataListener, - inputInterface, std::placeholders::_1)); - m_MonitorStatus[topicName] = 1; - return true; - } else if (topicName == "XNSim::ATA04::GroundHandling_output") { - //注册输出主题订阅 - TopicManager::Instance()->registerSubscriber( - topicName, std::bind(&XNSim::ATA04::GroundHandling_output_Interface::outputDataListener, - outputInterface, std::placeholders::_1)); - m_MonitorStatus[topicName] = 1; - return true; - } else if (topicName == "XNSim::ATA04::GroundHandling_heartbeat") { - //注册心跳主题订阅 - TopicManager::Instance() - ->registerSubscriber( - topicName, - std::bind(&XNSim::ATA04::GroundHandling_heartbeat_Interface::heartbeatListener, - heartbeatInterface, std::placeholders::_1)); - m_MonitorStatus[topicName] = 1; - return true; - } - return false; -} - -void GroundHandlingMonitor::stopMonitoring(const QString &topicName) -{ - if (m_MonitorStatus.contains(topicName)) { - //注销主题订阅 - TopicManager::Instance()->unregisterSubscriber(topicName); - //更新监控状态 - m_MonitorStatus[topicName] = 0; - } -} - -QString GroundHandlingMonitor::getData(const QString &topicName, const QString &varName) -{ - if (topicName == "XNSim::ATA04::GroundHandling_input") { - //获取输入数据 - return inputInterface->getData(varName); - } else if (topicName == "XNSim::ATA04::GroundHandling_output") { - //获取输出数据 - return outputInterface->getData(varName); - } else if (topicName == "XNSim::ATA04::GroundHandling_heartbeat") { - //获取心跳数据 - return heartbeatInterface->getData(varName); - } - return QString(); -} - -bool GroundHandlingMonitor::injectData(const QString &varName, double value) -{ - return true; -} diff --git a/XNMonitor/ModelTopicMonitor/GroundHandlingMonitor.h b/XNMonitor/ModelTopicMonitor/GroundHandlingMonitor.h deleted file mode 100755 index 77f99c3..0000000 --- a/XNMonitor/ModelTopicMonitor/GroundHandlingMonitor.h +++ /dev/null @@ -1,73 +0,0 @@ -/** - * @file GroundHandlingMonitor.h - * @author jinchao - * @brief 地操模型主题监控类 - * @version 1.0 - * @date 2025-03-10 - * - * @copyright Copyright (c) 2025 COMAC - * - */ -#pragma once -#include "../TopicMonitorFactory/TopicMonitor.h" -#include "../../XNModels/XNGroundHandling/XNGroundHandlingInterface/XNGroundHandlingInterface.hpp" -#include - -/** - * @brief 地操模型主题监控类 - */ -class GroundHandlingMonitor : public TopicMonitor -{ - Q_OBJECT - -public: - /** - * @brief 构造函数 - * @param parent 父对象 - */ - GroundHandlingMonitor(QObject *parent = nullptr); - /** - * @brief 析构函数 - */ - virtual ~GroundHandlingMonitor(); - /** - * @brief 开始监控 - * @param topicName 主题名称 - * @return 是否成功 - */ - virtual bool startMonitoring(const QString &topicName) override; - /** - * @brief 停止监控 - * @param topicName 主题名称 - * @return 是否成功 - */ - virtual void stopMonitoring(const QString &topicName) override; - /** - * @brief 注入数据 - * @param varName 变量名称 - * @param value 值 - * @return 是否成功 - */ - virtual bool injectData(const QString &varName, double value) override; - /** - * @brief 获取数据 - * @param topicName 主题名称 - * @param varName 变量名称 - * @return 值 - */ - virtual QString getData(const QString &topicName, const QString &varName) override; - -private: - /** - * @brief 输入接口 - */ - XNSim::ATA04::GroundHandling_input_Interface *inputInterface; - /** - * @brief 输出接口 - */ - XNSim::ATA04::GroundHandling_output_Interface *outputInterface; - /** - * @brief 心跳接口 - */ - XNSim::ATA04::GroundHandling_heartbeat_Interface *heartbeatInterface; -}; \ No newline at end of file diff --git a/XNMonitor/ModelTopicMonitor/WeightBalanceMonitor.cpp b/XNMonitor/ModelTopicMonitor/WeightBalanceMonitor.cpp deleted file mode 100755 index 88c0e1c..0000000 --- a/XNMonitor/ModelTopicMonitor/WeightBalanceMonitor.cpp +++ /dev/null @@ -1,98 +0,0 @@ -/** - * @file WeightBalanceMonitor.cpp - * @author jinchao - * @brief 质量模型主题监控类实现 - * @version 1.0 - * @date 2025-03-10 - * - * @copyright Copyright (c) 2025 COMAC - * - */ -#include "WeightBalanceMonitor.h" -#include "../TopicManager/TopicManager.h" -#include -#include - -WeightBalanceMonitor::WeightBalanceMonitor(QObject *parent) : TopicMonitor(parent) -{ - //初始化输入接口 - inputInterface = new XNSim::ATA04::WeightBalance_input_Interface(); - //初始化输出接口 - outputInterface = new XNSim::ATA04::WeightBalance_output_Interface(); - //初始化心跳接口 - heartbeatInterface = new XNSim::ATA04::WeightBalance_heartbeat_Interface(); -} - -WeightBalanceMonitor::~WeightBalanceMonitor() -{ - //释放输入接口 - if (inputInterface) - delete inputInterface; - //释放输出接口 - if (outputInterface) - delete outputInterface; - //释放心跳接口 - if (heartbeatInterface) - delete heartbeatInterface; -} - -bool WeightBalanceMonitor::startMonitoring(const QString &topicName) -{ - if (topicName == "XNSim::ATA04::WeightBalance_input") { - //注册输入主题订阅 - TopicManager::Instance()->registerSubscriber( - "XNSim::ATA04::WeightBalance_input", - std::bind(&XNSim::ATA04::WeightBalance_input_Interface::inputDataListener, - inputInterface, std::placeholders::_1)); - m_MonitorStatus["XNSim::ATA04::WeightBalance_input"] = 1; - return true; - } else if (topicName == "XNSim::ATA04::WeightBalance_output") { - //注册输出主题订阅 - TopicManager::Instance()->registerSubscriber( - "XNSim::ATA04::WeightBalance_output", - std::bind(&XNSim::ATA04::WeightBalance_output_Interface::outputDataListener, - outputInterface, std::placeholders::_1)); - m_MonitorStatus["XNSim::ATA04::WeightBalance_output"] = 1; - return true; - } else if (topicName == "XNSim::ATA04::WeightBalance_heartbeat") { - //注册心跳主题订阅 - TopicManager::Instance() - ->registerSubscriber( - "XNSim::ATA04::WeightBalance_heartbeat", - std::bind(&XNSim::ATA04::WeightBalance_heartbeat_Interface::heartbeatListener, - heartbeatInterface, std::placeholders::_1)); - m_MonitorStatus["XNSim::ATA04::WeightBalance_heartbeat"] = 1; - return true; - } - return false; -} - -void WeightBalanceMonitor::stopMonitoring(const QString &topicName) -{ - if (m_MonitorStatus.contains(topicName)) { - //注销主题订阅 - TopicManager::Instance()->unregisterSubscriber(topicName); - //更新监控状态 - m_MonitorStatus[topicName] = 0; - } -} - -bool WeightBalanceMonitor::injectData(const QString &varName, double value) -{ - return true; -} - -QString WeightBalanceMonitor::getData(const QString &topicName, const QString &varName) -{ - if (topicName == "XNSim::ATA04::WeightBalance_input") { - //获取输入数据 - return inputInterface->getData(varName); - } else if (topicName == "XNSim::ATA04::WeightBalance_output") { - //获取输出数据 - return outputInterface->getData(varName); - } else if (topicName == "XNSim::ATA04::WeightBalance_heartbeat") { - //获取心跳数据 - return heartbeatInterface->getData(varName); - } - return QString(); -} diff --git a/XNMonitor/ModelTopicMonitor/WeightBalanceMonitor.h b/XNMonitor/ModelTopicMonitor/WeightBalanceMonitor.h deleted file mode 100755 index 36dcdce..0000000 --- a/XNMonitor/ModelTopicMonitor/WeightBalanceMonitor.h +++ /dev/null @@ -1,73 +0,0 @@ -/** - * @file WeightBalanceMonitor.h - * @author jinchao - * @brief 质量模型主题监控类 - * @version 1.0 - * @date 2025-03-10 - * - * @copyright Copyright (c) 2025 COMAC - * - */ -#pragma once -#include "../TopicMonitorFactory/TopicMonitor.h" -#include "../../XNModels/XNWeightBalance/XNWeightBalanceInterface/XNWeightBalanceInterface.hpp" -#include - -/** - * @brief 质量模型主题监控类 - */ -class WeightBalanceMonitor : public TopicMonitor -{ - Q_OBJECT - -public: - /** - * @brief 构造函数 - * @param parent 父对象 - */ - WeightBalanceMonitor(QObject *parent = nullptr); - /** - * @brief 析构函数 - */ - virtual ~WeightBalanceMonitor(); - /** - * @brief 开始监控 - * @param topicName 主题名称 - * @return 是否成功 - */ - virtual bool startMonitoring(const QString &topicName) override; - /** - * @brief 停止监控 - * @param topicName 主题名称 - * @return 是否成功 - */ - virtual void stopMonitoring(const QString &topicName) override; - /** - * @brief 注入数据 - * @param varName 变量名称 - * @param value 值 - * @return 是否成功 - */ - virtual bool injectData(const QString &varName, double value) override; - /** - * @brief 获取数据 - * @param topicName 主题名称 - * @param varName 变量名称 - * @return 值 - */ - virtual QString getData(const QString &topicName, const QString &varName) override; - -private: - /** - * @brief 输入接口 - */ - XNSim::ATA04::WeightBalance_input_Interface *inputInterface; - /** - * @brief 输出接口 - */ - XNSim::ATA04::WeightBalance_output_Interface *outputInterface; - /** - * @brief 心跳接口 - */ - XNSim::ATA04::WeightBalance_heartbeat_Interface *heartbeatInterface; -}; \ No newline at end of file diff --git a/XNMonitor/SystemStatusWidget/SystemInfoUpdateThread.cpp b/XNMonitor/SystemStatusWidget/SystemInfoUpdateThread.cpp deleted file mode 100755 index 4eccdb0..0000000 --- a/XNMonitor/SystemStatusWidget/SystemInfoUpdateThread.cpp +++ /dev/null @@ -1,173 +0,0 @@ -/** - * @file SystemInfoUpdateThread.cpp - * @author jinchao - * @brief 系统信息更新线程实现 - * @version 1.0 - * @date 2025-03-10 - * - * @copyright Copyright (c) 2025 COMAC - * - */ -#include "SystemInfoUpdateThread.h" -#include -#include -#include "../TopicManager/TopicManager.h" - -SystemInfoUpdateThread::~SystemInfoUpdateThread() -{ - //注销引擎状态订阅 - TopicManager::Instance()->unregisterSubscriber("XNSim::XNSimStatus::XNEngineStatus"); - //注销线程状态订阅 - TopicManager::Instance()->unregisterSubscriber("XNSim::XNSimStatus::XNThreadStatus"); -} - -void SystemInfoUpdateThread::run() -{ - //周期计数 - quint64 cycleCount = 0; - //线程周期计数 - QMap threadCycleCount; - while (!m_Quit) { - if (m_Active) { - QMutexLocker locker(&m_Mutex); - //获取引擎状态 - XNSim::XNSimStatus::XNCoreStatus coreStatus = engineStatus.XNCoreSt(); - //引擎状态更新 - if (m_EngineStatusUpdate) { - //更新引擎名称 - emit updateEngineName(QString::fromStdString(engineStatus.XNEngineName())); - //更新引擎ID - emit updateEngineID(engineStatus.XNEngineID()); - //更新引擎状态 - emit updateEngineStatus(engineStatus.XNEngineSt()); - //更新亲和性 - QString affinity = ""; - for (int i = 0; i < sizeof(engineStatus.XNEngineAff()); i++) { - if ((engineStatus.XNEngineAff() >> i) & 1 == 1) { - affinity += QString::number(i) + ","; - } - } - affinity.remove(affinity.length() - 1, 1); - emit updateAffinity(affinity); - //更新线程数量 - emit updateThreadCount(engineStatus.XNThCnt()); - //更新内核状态 - emit updateCoreStatus(0, coreStatus.XNFWStatus()); - //更新任务管理器状态 - emit updateCoreStatus(1, coreStatus.XNTMStatus()); - //更新执行管理器状态 - emit updateCoreStatus(2, coreStatus.XNEMStatus()); - //更新数据管理器状态 - emit updateCoreStatus(3, coreStatus.XNSDStatus()); - //更新任务管理器状态 - emit updateCoreStatus(4, coreStatus.XNThMStatus()); - //更新内存管理器状态 - emit updateCoreStatus(5, coreStatus.XNMMStatus()); - //更新系统管理器状态 - emit updateCoreStatus(6, coreStatus.XNSMStatus()); - //更新调度管理器状态 - emit updateCoreStatus(7, coreStatus.XNDMStatus()); - //引擎状态更新标志 - m_EngineStatusUpdate = false; - } else { - //更新引擎状态 - emit updateEngineStatus(99); - } - - //填写线程信息 - for (auto &threadStatus : m_ThreadStatus) { - XNRuntimeData threadData; - //更新线程名称 - threadData.m_name = QString::fromStdString(threadStatus.XNThreadName()); - //更新线程周期计数 - threadData.m_CycleCount = threadStatus.XNThRunCnt(); - //更新线程ID - threadData.m_id = threadStatus.XNThreadID(); - //更新线程亲和性掩码 - threadData.m_AffinityMask = threadStatus.XNThreadAff(); - //更新线程优先级 - threadData.m_Priority = threadStatus.XNThreadPro(); - //更新线程运行状态 - if (threadCycleCount.contains(threadData.m_id)) { - if (threadCycleCount[threadData.m_id] != threadData.m_CycleCount) { - //更新线程周期计数 - threadCycleCount[threadData.m_id] = threadData.m_CycleCount; - //更新线程运行状态 - threadData.m_RunningState = threadStatus.XNThreadSt(); - } else { - //更新线程运行状态 - threadData.m_RunningState = 99; - continue; - } - } else { - //更新线程周期计数 - threadCycleCount[threadData.m_id] = threadData.m_CycleCount; - //更新线程运行状态 - threadData.m_RunningState = threadStatus.XNThreadSt(); - } - //更新线程设定频率 - threadData.m_SetFrequency = threadStatus.XNThSetFreq(); - //更新线程当前频率 - double currectFrequency = threadStatus.XNThCurFreq(); - threadData.m_CurrentFrequency.push_back(currectFrequency); - //更新线程当前周期 - threadData.m_CurrentPeriod.push_back(1000.0 / currectFrequency); - //更新线程最小频率 - threadData.m_MinFrequency = currectFrequency; - //更新线程最大频率 - threadData.m_MaxFrequency = currectFrequency; - //更新线程平均频率 - threadData.m_AvgFrequency = currectFrequency; - //更新线程最小周期 - threadData.m_MinPeriod = 1000.0 / currectFrequency; - //更新线程最大周期 - threadData.m_MaxPeriod = 1000.0 / currectFrequency; - //更新线程平均周期 - threadData.m_AvgPeriod = 1000.0 / currectFrequency; - //更新线程设定周期 - threadData.m_SetPeriod = 1000.0 / threadStatus.XNThSetFreq(); - //更新线程信息 - emit updateThreadInfo(threadData); - } - } - //休眠 - QThread::msleep(m_SleepTime); - } -} - -void SystemInfoUpdateThread::onChangeSleepTime(const unsigned int newSleepTime) -{ - m_SleepTime = newSleepTime; -} - -void SystemInfoUpdateThread::onThreadController(const bool &isActive) -{ - m_Active = isActive; -} - -void SystemInfoUpdateThread::Initialize() -{ - //注册引擎状态订阅 - TopicManager::Instance()->registerSubscriber( - "XNSim::XNSimStatus::XNEngineStatus", - std::bind(&SystemInfoUpdateThread::EngineStatusListener, this, std::placeholders::_1)); - //注册线程状态订阅 - TopicManager::Instance()->registerSubscriber( - "XNSim::XNSimStatus::XNThreadStatus", - std::bind(&SystemInfoUpdateThread::ThreadStatusListener, this, std::placeholders::_1)); -} - -void SystemInfoUpdateThread::EngineStatusListener(const XNSim::XNSimStatus::XNEngineStatus &status) -{ - QMutexLocker locker(&m_Mutex); - m_EngineStatusUpdate = true; - engineStatus = status; -} - -void SystemInfoUpdateThread::ThreadStatusListener(const XNSim::XNSimStatus::XNThreadStatus &status) -{ - if (m_Active) { - QMutexLocker locker(&m_Mutex); - m_ThreadStatus[status.XNThreadID()] = status; - } -} diff --git a/XNMonitor/SystemStatusWidget/SystemInfoUpdateThread.h b/XNMonitor/SystemStatusWidget/SystemInfoUpdateThread.h deleted file mode 100755 index e7fb65c..0000000 --- a/XNMonitor/SystemStatusWidget/SystemInfoUpdateThread.h +++ /dev/null @@ -1,148 +0,0 @@ -/** - * @file SystemInfoUpdateThread.h - * @author jinchao - * @brief 系统信息更新线程类头文件 - * @version 1.0 - * @date 2025-03-10 - * - * @copyright Copyright (c) 2025 COMAC - * - */ -#pragma once - -#include -#include -#include -#include -#include "../TypeDefine.h" -#include "../../XNCore/XNIDL/XNSimStatusPubSubTypes.hpp" - -/** - * @brief 系统信息更新线程类 - */ -class SystemInfoUpdateThread : public QThread -{ - Q_OBJECT -public: - /** - * @brief 构造函数 - * @param parent 父对象 - */ - explicit SystemInfoUpdateThread(QObject *parent = nullptr) : QThread(parent) {} - /** - * @brief 析构函数 - */ - virtual ~SystemInfoUpdateThread(); -signals: - /** - * @brief 更新线程信息信号 - * @param threadData 线程数据 - */ - void updateThreadInfo(const XNRuntimeData threadData); - /** - * @brief 更新引擎名称信号 - * @param engineName 引擎名称 - */ - void updateEngineName(const QString engineName); - /** - * @brief 更新引擎ID信号 - * @param engineID 引擎ID - */ - void updateEngineID(const unsigned int engineID); - /** - * @brief 更新引擎状态信号 - * @param threadStatus 线程状态 - */ - void updateEngineStatus(const unsigned int threadStatus); - /** - * @brief 更新内核状态信号 - * @param index 索引 - * @param status 状态 - */ - void updateCoreStatus(int index, const unsigned int &status); - /** - * @brief 更新运行值信号 - * @param index 索引 - * @param newValue 新值 - */ - void updateRuntimeValue(int index, const QString &newValue); - /** - * @brief 更新线程数量信号 - * @param count 数量 - */ - void updateThreadCount(const unsigned int &count); - /** - * @brief 更新亲和性信号 - * @param affinity 亲和性 - */ - void updateAffinity(const QString &affinity); -public slots: - /** - * @brief 更改睡眠时间槽函数 - * @param newSleepTime 新的睡眠时间 - */ - void onChangeSleepTime(const unsigned int newSleepTime); - /** - * @brief 线程控制槽函数 - * @param isRunning 是否运行 - */ - void onThreadController(const bool &isRunning); - /** - * @brief 线程退出信号 - */ - void onThreadQuit() { m_Quit = true; } - -public: - /** - * @brief 初始化 - */ - void Initialize(); - -protected: - /** - * @brief 运行函数 - */ - void run() override; - -private: - /** - * @brief 引擎状态监听器 - * @param status 引擎状态 - */ - void EngineStatusListener(const XNSim::XNSimStatus::XNEngineStatus &status); - /** - * @brief 线程状态监听器 - * @param status 线程状态 - */ - void ThreadStatusListener(const XNSim::XNSimStatus::XNThreadStatus &status); - -private: - /** - * @brief 睡眠时间 - */ - unsigned int m_SleepTime = 1000; - /** - * @brief 是否激活 - */ - bool m_Active = false; - /** - * @brief 是否退出 - */ - bool m_Quit = false; - /** - * @brief 互斥锁 - */ - QMutex m_Mutex; - /** - * @brief 引擎状态 - */ - XNSim::XNSimStatus::XNEngineStatus engineStatus; - /** - * @brief 引擎状态更新 - */ - bool m_EngineStatusUpdate = false; - /** - * @brief 线程状态 - */ - QMap m_ThreadStatus; -}; diff --git a/XNMonitor/SystemStatusWidget/SystemStatusWidget.cpp b/XNMonitor/SystemStatusWidget/SystemStatusWidget.cpp deleted file mode 100755 index 0c19cb2..0000000 --- a/XNMonitor/SystemStatusWidget/SystemStatusWidget.cpp +++ /dev/null @@ -1,796 +0,0 @@ -/** - * @file SystemStatusWidget.cpp - * @author jinchao - * @brief 系统运行状态窗口类实现 - * @version 1.0 - * @date 2025-03-10 - * - * @copyright Copyright (c) 2025 COMAC - * - */ -#include "SystemStatusWidget.h" -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include - -SystemStatusWidget::SystemStatusWidget(QWidget *parent) - : QWidget(parent), engineInfoPage(nullptr), coreInfoPage(nullptr), - threadStatusTableWidget(nullptr), systemStatusChartWidget(nullptr), customPlot(nullptr), - currentTabIndex(0), freqOrPeriodIndex(0), labelXNEngine(nullptr), - labelProcessIDValue(nullptr), labelStatusValue(nullptr), labelAffinityValue(nullptr), - labelThreadCountValue(nullptr), threadInfoThread(nullptr) -{ - // 初始化系统状态窗口 - setupTabSystemStatus(); - // 初始化线程信息更新线程 - InitializeThreadInfoThread(); -} - -SystemStatusWidget::~SystemStatusWidget() -{ - if (threadInfoThread != nullptr) { - // 断开所有信号槽连接 - disconnect(threadInfoThread, nullptr, this, nullptr); - disconnect(this, nullptr, threadInfoThread, nullptr); - - // 发送退出信号并等待线程结束 - threadInfoThread->onThreadQuit(); - threadInfoThread->quit(); - threadInfoThread->wait(); - } -} - -void SystemStatusWidget::onSetCurrentTabIndex(int index) -{ - // 设置当前选中的标签页索引 - this->currentTabIndex = index; - if (currentTabIndex == 0) { - // 如果当前选中的标签页索引为0,则显示系统运行状态窗口,并控制线程信息更新线程 - this->show(); - emit controlThreadInfoThread(true); - } else if (currentTabIndex == 1) { - // 如果当前选中的标签页索引为1,则隐藏系统运行状态窗口,并控制线程信息更新线程 - this->hide(); - emit controlThreadInfoThread(true); - } else { - // 如果当前选中的标签页索引为其他,则隐藏系统运行状态窗口,并控制线程信息更新线程 - this->hide(); - emit controlThreadInfoThread(false); - } -} - -void SystemStatusWidget::InitializeThreadInfoThread() -{ - // 初始化线程信息更新线程 - threadInfoThread = new SystemInfoUpdateThread(this); - // 连接线程信息更新线程的信号和槽函数 - connect(threadInfoThread, &SystemInfoUpdateThread::updateThreadInfo, this, - &SystemStatusWidget::updateThreadData); - connect(threadInfoThread, &SystemInfoUpdateThread::updateEngineName, this, - &SystemStatusWidget::updateProcessName); - connect(threadInfoThread, &SystemInfoUpdateThread::updateEngineID, this, - &SystemStatusWidget::updateProcessID); - connect(threadInfoThread, &SystemInfoUpdateThread::updateEngineStatus, this, - &SystemStatusWidget::updateEngineStatus); - connect(threadInfoThread, &SystemInfoUpdateThread::updateCoreStatus, this, - &SystemStatusWidget::updateCoreStatus); - connect(threadInfoThread, &SystemInfoUpdateThread::updateThreadCount, this, - &SystemStatusWidget::updateThreadCount); - connect(threadInfoThread, &SystemInfoUpdateThread::updateAffinity, this, - &SystemStatusWidget::updateAffinity); - connect(this, &SystemStatusWidget::controlThreadInfoThread, threadInfoThread, - &SystemInfoUpdateThread::onThreadController); - // 初始化线程信息更新线程 - threadInfoThread->Initialize(); - // 启动线程信息更新线程 - threadInfoThread->start(); -} - -// 设置 tabSystemStatus 的布局和组件 -void SystemStatusWidget::setupTabSystemStatus() -{ - QHBoxLayout *mainLayout = new QHBoxLayout(this); // 创建水平布局 - // 使用QSplitter进行左右栏的动态分割 - QSplitter *horizontalSplitter = - new QSplitter(Qt::Horizontal, this); // 创建一个水平方向的QSplitter - - // 左栏布局 - setupTabSystemStatusLeftPanel(horizontalSplitter); - - // 右栏布局 - setupTabSystemStatusRightPanel(horizontalSplitter); - - // 设置QSplitter的初始分割比例为1:4,即左栏占五分之一,右栏占五分之四 - QList sizes; - sizes << 1 << 4; - horizontalSplitter->setSizes(sizes); - - // 将QSplitter添加到主布局中 - mainLayout->addWidget(horizontalSplitter); -} - -//设置 tabSystemStatus 左栏的布局和组件 -void SystemStatusWidget::setupTabSystemStatusLeftPanel(QSplitter *splitter) -{ - // 左栏布局 - QVBoxLayout *leftLayout = new QVBoxLayout(); - - // 创建引擎信息的 QStackedWidget 和按钮 - // 创建引擎信息的按钮 - QPushButton *engineInfoButton = new QPushButton("引擎信息", this); - leftLayout->addWidget(engineInfoButton); - // 创建或获取 "引擎信息" 页面的 widget - engineInfoPage = createEngineInfoPage(); - leftLayout->addWidget(engineInfoPage); - - // 创建内核信息的 QStackedWidget 和按钮 - // 创建内核信息的按钮 - QPushButton *coreInfoButton = new QPushButton("内核信息", this); - leftLayout->addWidget(coreInfoButton); - // 创建或获取 "内核信息" 页面的 widget - coreInfoPage = createCoreInfoPage(); - leftLayout->addWidget(coreInfoPage); - - // 连接按钮的 clicked 信号到槽函数 - connect(engineInfoButton, &QPushButton::clicked, this, &SystemStatusWidget::toggleEngineInfo); - connect(coreInfoButton, &QPushButton::clicked, this, &SystemStatusWidget::toggleCoreInfo); - - leftLayout->addStretch(); // 添加一个伸展项,使得布局可以自动调整大小 - - // 创建一个QWidget作为左栏的容器,并设置其布局为leftLayout - QWidget *leftPanel = new QWidget(this); - leftPanel->setLayout(leftLayout); - - // 创建一个QScrollArea来包含左栏的布局 - QScrollArea *leftScrollArea = new QScrollArea(this); - leftScrollArea->setWidget(leftPanel); - leftScrollArea->setWidgetResizable(true); - leftScrollArea->setHorizontalScrollBarPolicy(Qt::ScrollBarAlwaysOn); - leftScrollArea->setVerticalScrollBarPolicy(Qt::ScrollBarAsNeeded); - - // 将QScrollArea添加到QSplitter中 - splitter->addWidget(leftScrollArea); -} - -// 创建包含 QLabel 的引擎信息页面 -QWidget *SystemStatusWidget::createEngineInfoPage() -{ - QWidget *page = new QWidget(this); - QGridLayout *gridLayout = new QGridLayout(page); - - // 创建 QLabel 并设置文本和对齐方式 - QLabel *labelProcessName = new QLabel("进程名称", page); // 进程名称标签 - labelXNEngine = new QLabel("XNEngine", page); // XNEngine标签 - QLabel *labelProcessID = new QLabel("进程ID", page); // 进程ID标签 - labelProcessIDValue = new QLabel("0000", page); // 进程ID值标签 - QLabel *labelStatus = new QLabel("运行状态", page); // 运行状态标签 - labelStatusValue = new QLabel("未运行", page); // 运行状态值标签 - QLabel *labelAffinity = new QLabel("CPU亲和性", page); // CPU亲和性标签 - labelAffinityValue = new QLabel("0", page); // CPU亲和性值标签 - QLabel *labelThreadCount = new QLabel("线程数", page); // 线程数标签 - labelThreadCountValue = new QLabel("0", page); // 线程数值标签 - // 设置第一列 QLabel 左对齐 - labelProcessName->setAlignment(Qt::AlignLeft); // 进程名称标签左对齐 - labelProcessID->setAlignment(Qt::AlignLeft); // 进程ID标签左对齐 - labelStatus->setAlignment(Qt::AlignLeft); // 运行状态标签左对齐 - labelAffinity->setAlignment(Qt::AlignLeft); // CPU亲和性标签左对齐 - labelThreadCount->setAlignment(Qt::AlignLeft); // 线程数标签左对齐 - - // 设置第二列 QLabel 右对齐 - labelXNEngine->setAlignment(Qt::AlignRight); // XNEngine标签右对齐 - labelProcessIDValue->setAlignment(Qt::AlignRight); // 进程ID值标签右对齐 - labelStatusValue->setAlignment(Qt::AlignRight); // 运行状态值标签右对齐 - labelAffinityValue->setAlignment(Qt::AlignRight); // CPU亲和性值标签右对齐 - labelThreadCountValue->setAlignment(Qt::AlignRight); // 线程数值标签右对齐 - - // 如果状态为 "未运行",则设置灰色文本 - if (labelStatusValue->text() == "未运行") { - labelStatusValue->setStyleSheet("color: gray;"); // 设置灰色文本 - } - - // 将 QLabel 添加到网格布局中 - gridLayout->addWidget(labelProcessName, 0, 0); // 将进程名称标签添加到网格布局中,位于第0行第0列 - gridLayout->addWidget(labelXNEngine, 0, 1); // 将XNEngine标签添加到网格布局中,位于第0行第1列 - gridLayout->addWidget(labelProcessID, 1, 0); // 将进程ID标签添加到网格布局中,位于第1行第0列 - gridLayout->addWidget(labelProcessIDValue, 1, - 1); // 将进程ID值标签添加到网格布局中,位于第1行第1列 - gridLayout->addWidget(labelStatus, 2, 0); // 将运行状态标签添加到网格布局中,位于第2行第0列 - gridLayout->addWidget(labelStatusValue, 2, - 1); // 将运行状态值标签添加到网格布局中,位于第2行第1列 - gridLayout->addWidget(labelAffinity, 3, 0); // 将CPU亲和性标签添加到网格布局中,位于第3行第0列 - gridLayout->addWidget(labelAffinityValue, 3, - 1); // 将CPU亲和性值标签添加到网格布局中,位于第3行第1列 - gridLayout->addWidget(labelThreadCount, 4, 0); // 将线程数标签添加到网格布局中,位于第4行第0列 - gridLayout->addWidget(labelThreadCountValue, 4, - 1); // 将线程数值标签添加到网格布局中,位于第4行第1列 - - return page; -} - -// 创建包含 QLabel 的内核信息页面 -QWidget *SystemStatusWidget::createCoreInfoPage() -{ - QWidget *page = new QWidget(this); - QGridLayout *gridLayout = new QGridLayout(page); - - // 定义管理器名称和状态 - // 定义管理器名称列表 - const QStringList managerNames = {"主框架", "时间管理器", "事件管理器", "场景描述管理器", - "线程管理器", "模型管理器", "服务管理器", "DDS管理器"}; - const QString initialStatus = "未加载"; - - // 遍历管理器名称列表,为每个管理器创建两个QLabel - for (int i = 0; i < managerNames.size(); ++i) { - QLabel *managerLabel = new QLabel(managerNames[i], page); - QLabel *statusLabel = new QLabel(initialStatus, page); - - // 设置QLabel的对齐方式 - // 设置管理器名称标签左对齐 - managerLabel->setAlignment(Qt::AlignLeft); - // 设置状态标签右对齐 - statusLabel->setAlignment(Qt::AlignRight); - - // 设置状态标签的初始文本颜色为灰色 - statusLabel->setStyleSheet("color: gray;"); - - // 设置状态标签的objectName,以便后续可以通过findChild找到它们 - statusLabel->setObjectName(QString("coreStatusLabel%1").arg(i)); - - // 将QLabel添加到网格布局中 - // 第一列放置管理器名称 - gridLayout->addWidget(managerLabel, i, 0); - // 第二列放置状态 - gridLayout->addWidget(statusLabel, i, 1); - } - - return page; -} - -// 切换引擎信息的显示状态 -void SystemStatusWidget::toggleEngineInfo() -{ - if (engineInfoPage == nullptr) - return; - engineInfoPage->setVisible(!engineInfoPage->isVisible()); -} - -// 切换内核信息的显示状态 -void SystemStatusWidget::toggleCoreInfo() -{ - if (coreInfoPage == nullptr) - return; - coreInfoPage->setVisible(!coreInfoPage->isVisible()); -} - -//设置 tabSystemStatus 右栏的布局和组件 -void SystemStatusWidget::setupTabSystemStatusRightPanel(QSplitter *splitter) -{ - // 右栏布局 - QVBoxLayout *rightLayout = new QVBoxLayout(); - - // 创建一个新的QSplitter用于垂直分割右栏的上下两部分 - QSplitter *verticalSplitter = new QSplitter(Qt::Vertical, this); // 垂直方向的QSplitter - - // 表格布局 - setupSystemStatusTableWidget(); - - // 图表绘制区域 - setupSystemStatusChartWidget(); - - // 将表格和图表添加到垂直分割器中 - if (threadStatusTableWidget != nullptr) { - verticalSplitter->addWidget(threadStatusTableWidget); - } - if (systemStatusChartWidget != nullptr) { - verticalSplitter->addWidget(systemStatusChartWidget); - } - - QList sizes; - sizes << 3 << 2; - verticalSplitter->setSizes(sizes); - - // 将垂直分割器添加到右栏布局中 - rightLayout->addWidget(verticalSplitter); - - // 创建一个QWidget作为右栏的容器,并设置其布局为rightLayout - QWidget *rightPanel = new QWidget(this); - rightPanel->setLayout(rightLayout); - - // 将右栏容器添加到QSplitter中 - splitter->addWidget(rightPanel); -} - -// 设置线程运行状态表格 -void SystemStatusWidget::setupSystemStatusTableWidget() -{ - threadStatusTableWidget = new QTableWidget(this); - - threadStatusTableWidget->setRowCount(10); // 设置表格的行数 - threadStatusTableWidget->setColumnCount(14); // 设置表格的列数 - - QFont headerFont("Arial", 16, QFont::Bold); - threadStatusTableWidget->horizontalHeader()->setFont(headerFont); - - // 设置表格的列标题 - threadStatusTableWidget->setHorizontalHeaderLabels( - {"线程名称", "线程ID", "运行状态", "CPU亲和性", "优先级", "设定频率", "最小频率", - "最大频率", "平均频率", "周期数", "设定周期", "最小周期", "最大周期", "平均周期"}); - - // 设置表格列宽自适应 - threadStatusTableWidget->horizontalHeader()->setSectionResizeMode(QHeaderView::Interactive); - - // 设置表格的选择行为为按行选择 - threadStatusTableWidget->setSelectionBehavior(QAbstractItemView::SelectRows); - - // 设置表格的选择模式为单选 - threadStatusTableWidget->setSelectionMode(QAbstractItemView::SingleSelection); - - // 设置表格不可编辑 - threadStatusTableWidget->setEditTriggers(QAbstractItemView::NoEditTriggers); - - // 连接 threadStatusTableWidget 的 itemSelectionChanged 信号到槽函数 - connect(threadStatusTableWidget, &QTableWidget::itemSelectionChanged, this, - &SystemStatusWidget::onThreadStatusTableSelectionChanged); -} - -// 处理线程状态表格的选择变化 -void SystemStatusWidget::onThreadStatusTableSelectionChanged() -{ - if (currentTabIndex != 0) - return; - if (threadStatusTableWidget == nullptr) { - return; - } - QVector xData, yData; - { - // 加锁,保护线程数据,用花括号包裹限制锁的作用域 - QMutexLocker locker(&mutex); - // 获取当前选中的行索引 - int rowIndex = threadStatusTableWidget->currentRow(); - // 如果行索引小于0或大于线程数据向量的大小,则返回 - if (rowIndex < 0 || rowIndex >= threadDataVec.size()) { - return; - } - // 如果图表绘图对象为空,则返回 - if (customPlot == nullptr) - return; // 确保找到了XNCustomPlot对象 - // 获取当前选中的行索引对应的线程数据 - const XNRuntimeData &data = threadDataVec[rowIndex]; - if (freqOrPeriodIndex == 0 && data.m_CurrentPeriod.size() > 0) { - // 如果显示周期,则设置图表的x轴和y轴范围 - customPlot->xAxis->setRange(0, data.m_CurrentPeriod.size()); - customPlot->yAxis->setRange(data.m_MinPeriod - 1, data.m_MaxPeriod + 1); - // 遍历当前周期的数据,并将其添加到x轴和y轴的数据向量中 - for (int i = 0; i < data.m_CurrentPeriod.size(); ++i) { - xData.push_back(i); - yData.push_back(data.m_CurrentPeriod[i]); - } - } else if (freqOrPeriodIndex == 1 && data.m_CurrentFrequency.size() > 0) { - // 如果显示频率,则设置图表的x轴和y轴范围 - customPlot->xAxis->setRange(0, data.m_CurrentFrequency.size()); - customPlot->yAxis->setRange(data.m_MinFrequency - 1, data.m_MaxFrequency + 1); - // 遍历当前频率的数据,并将其添加到x轴和y轴的数据向量中 - for (int i = 0; i < data.m_CurrentFrequency.size(); ++i) { - xData.push_back(i); - yData.push_back(data.m_CurrentFrequency[i]); - } - } else { - return; - } - } - // 更新图表数据 - updatePlotData(xData, yData); -} - -// 设置线程运行状态图表 -void SystemStatusWidget::setupSystemStatusChartWidget() -{ - // 创建一个QWidget作为图表的容器 - systemStatusChartWidget = new QWidget(this); - // 创建一个XNCustomPlot对象,并将其添加到图表容器中 - customPlot = new XNCustomPlot(systemStatusChartWidget); - - // 设置图表布局 - systemStatusChartWidget->setLayout(new QVBoxLayout()); - // 将XNCustomPlot对象添加到图表容器中 - systemStatusChartWidget->layout()->addWidget(customPlot); - - // 配置图表 - customPlot->setBackground(QBrush(QColor("#19232D"))); // 设置图表的背景颜色 - customPlot->xAxis->setLabelColor(Qt::white); // 设置x轴标签的颜色 - customPlot->yAxis->setLabelColor(Qt::white); // 设置y轴标签的颜色 - customPlot->xAxis->setLabel("时间(s)"); // 设置x轴标签 - customPlot->yAxis->setLabel("周期(ms)"); // 设置y轴标签 - customPlot->xAxis->setTickLabelRotation(60); // 设置x轴标签的旋转角度 - customPlot->xAxis->setTickLabelColor(Qt::white); // 设置x轴标签的颜色 - customPlot->yAxis->setTickLabelColor(Qt::white); // 设置y轴标签的颜色 - customPlot->xAxis->grid()->setVisible(true); // 设置x轴网格线 - customPlot->yAxis->grid()->setVisible(true); // 设置y轴网格线 - - // 添加图表并设置绿色 - customPlot->addGraph(); - QPen greenPen(Qt::green); // 设置绿色笔 - greenPen.setWidth(2); // 设置笔宽 - customPlot->graph(0)->setPen(greenPen); // 设置图表的笔 - - // 为chartWidget设置上下文菜单 - connect(customPlot, &XNCustomPlot::customContextMenuRequested, this, - &SystemStatusWidget::showChartContextMenu); - - // 连接信号 - connect(this, &SystemStatusWidget::updateThreadCutomPlotData, this, - &SystemStatusWidget::onThreadStatusTableSelectionChanged, Qt::QueuedConnection); - - customPlot->replot(); -} - -// 处理图表中的右键点击事件 -void SystemStatusWidget::showChartContextMenu(const QPoint &pos) -{ - if (customPlot == nullptr) - return; // 确保找到了XNCustomPlot对象 - QMenu contextMenu(this); - QAction *actionFrequency = contextMenu.addAction("显示频率"); - QAction *actionPeriod = contextMenu.addAction("显示周期"); - - // 连接QAction的triggered信号到相应的槽函数 - connect(actionFrequency, &QAction::triggered, this, &SystemStatusWidget::onShowFrequency); - connect(actionPeriod, &QAction::triggered, this, &SystemStatusWidget::onShowPeriod); - - // 在chartWidget上显示上下文菜单 - QAction *selectedAction = contextMenu.exec(customPlot->mapToGlobal(pos)); -} - -// 处理右键菜单中的"显示频率"选项 -void SystemStatusWidget::onShowFrequency() -{ - if (currentTabIndex != 0) - return; - if (customPlot == nullptr) - return; // 确保找到了XNCustomPlot对象 - // 实现显示频率的逻辑 - customPlot->yAxis->setLabel("频率(Hz)"); - freqOrPeriodIndex = 1; - customPlot->replot(); // 重新绘制图表以显示新数据 - emit updateThreadCutomPlotData(); -} - -// 处理右键菜单中的"显示周期"选项 -void SystemStatusWidget::onShowPeriod() -{ - if (currentTabIndex != 0) - return; - if (customPlot == nullptr) - return; // 确保找到了XNCustomPlot对象 - // 实现显示周期的逻辑 - customPlot->yAxis->setLabel("周期(ms)"); - freqOrPeriodIndex = 0; - customPlot->replot(); // 重新绘制图表以显示新数据 - emit updateThreadCutomPlotData(); -} - -// 更新进程名称 -void SystemStatusWidget::updateProcessName(const QString &name) -{ - if (currentTabIndex != 0) - return; - if (labelXNEngine != nullptr) { - labelXNEngine->setText(name); - } -} - -// 更新进程ID -void SystemStatusWidget::updateProcessID(const unsigned int &id) -{ - if (currentTabIndex != 0) - return; - if (labelProcessIDValue != nullptr) { - labelProcessIDValue->setText(QString::number(id)); - } -} - -// 更新引擎状态 -void SystemStatusWidget::updateEngineStatus(const unsigned int &status) -{ - if (currentTabIndex != 0) - return; - if (labelStatusValue != nullptr) { - switch (status) { - case 0: - labelStatusValue->setText("未运行"); - labelStatusValue->setStyleSheet("color: gray;"); - break; - case 1: - labelStatusValue->setText("运行中"); - labelStatusValue->setStyleSheet("color: green;"); - break; - case 2: - labelStatusValue->setText("暂停中"); - labelStatusValue->setStyleSheet("color: orange;"); - break; - case 3: - labelStatusValue->setText("错误"); - labelStatusValue->setStyleSheet("color: red;"); - break; - default: - labelStatusValue->setText("未知状态"); - labelStatusValue->setStyleSheet("color: red;"); - break; - } - } -} - -// 更新内核状态 -void SystemStatusWidget::updateCoreStatus(int index, const unsigned int &status) -{ - if (currentTabIndex != 0) - return; - QLabel *statusLabel = findChild(QString("coreStatusLabel%1").arg(index)); - if (statusLabel) { - switch (status) { - case 0: - statusLabel->setText("未加载"); - statusLabel->setStyleSheet("color: gray;"); - break; - case 1: - statusLabel->setText("初始化完成"); - statusLabel->setStyleSheet("color: orange;"); - break; - case 2: - statusLabel->setText("正常"); - statusLabel->setStyleSheet("color: green;"); - break; - case 3: - statusLabel->setText("异常"); - statusLabel->setStyleSheet("color: red;"); - break; - default: - statusLabel->setText("未知状态"); - statusLabel->setStyleSheet("color: yellow;"); // 默认颜色或其他状态的颜色设置 - } - } -} - -// 更新线程数据 -void SystemStatusWidget::updateThreadData(const XNRuntimeData &data) -{ - // 如果当前标签页不是第一个或第二个,则直接返回 - if (currentTabIndex != 0 && currentTabIndex != 1) - return; - QMutexLocker locker(&mutex); - // 遍历 threadDataVec 向量 - for (size_t i = 0; i < threadDataVec.size(); i++) { - // 如果当前遍历到的元素 ID 与传入数据的 ID 相同 - if (data.m_id == threadDataVec[i].m_id) { - double currectFrequency = data.m_CurrentFrequency[0]; // 当前频率 - double currentPeriod = data.m_CurrentPeriod[0]; // 当前周期 - // 更新线程运行状态 - threadDataVec[i].m_RunningState = data.m_RunningState; - // 如果线程不是运行状态,则不更新频率和周期数据 - if (data.m_RunningState == 1) { - // 更新当前频率 - threadDataVec[i].m_CurrentFrequency.push_back(currectFrequency); - // 更新当前周期 - threadDataVec[i].m_CurrentPeriod.push_back(currentPeriod); - // 更新周期计数 - threadDataVec[i].m_CycleCount = data.m_CycleCount; - // 更新最小频率 - threadDataVec[i].m_MinFrequency = - std::min(currectFrequency, threadDataVec[i].m_MinFrequency); - // 更新最大频率 - threadDataVec[i].m_MaxFrequency = - std::max(currectFrequency, threadDataVec[i].m_MaxFrequency); - // 更新平均频率 - threadDataVec[i].m_AvgFrequency = - ((data.m_CycleCount - 1) * threadDataVec[i].m_AvgFrequency + currectFrequency) - / data.m_CycleCount; - // 更新最小周期 - threadDataVec[i].m_MinPeriod = - std::min(currentPeriod, threadDataVec[i].m_MinPeriod); - // 更新最大周期 - threadDataVec[i].m_MaxPeriod = - std::max(currentPeriod, threadDataVec[i].m_MaxPeriod); - // 更新平均周期 - threadDataVec[i].m_AvgPeriod = - ((data.m_CycleCount - 1) * threadDataVec[i].m_AvgPeriod + currentPeriod) - / data.m_CycleCount; - - // 如果当前频率或周期向量的长度超过100,移除最前面的元素 - if (threadDataVec[i].m_CurrentFrequency.size() > 100) { - threadDataVec[i].m_CurrentFrequency.pop_front(); - threadDataVec[i].m_CurrentPeriod.pop_front(); - } - } - - // 检查当前选中的行是否是被更新的行 - if (currentTabIndex == 0) { - if (threadStatusTableWidget != nullptr) { - int currentRow = threadStatusTableWidget->currentRow(); - if (currentRow == static_cast(i)) { - emit updateThreadCutomPlotData(); - } - } - - // 更新表格数据 - updateThreadTableData(threadDataVec[i], i); - } else if (currentTabIndex == 1) { - emit updateThreadInfo(i, threadDataVec[i]); - } - return; - } - } - - // 如果未找到匹配的 ID,将传入的数据添加到 threadDataVec 向量末尾 - threadDataVec.push_back(data); - // 更新表格数据 - if (currentTabIndex == 0) { - updateThreadTableData(data, threadDataVec.size() - 1); - } else if (currentTabIndex == 1) { - emit updateThreadInfo(threadDataVec.size() - 1, data); - } -} - -// 更新线程数 -void SystemStatusWidget::updateThreadCount(const unsigned int &count) -{ - // 如果当前标签页索引不为0,则直接返回 - if (currentTabIndex != 0) - return; - if (labelThreadCountValue != nullptr) { - labelThreadCountValue->setText(QString::number(count)); - } -} - -// 更新CPU亲和性 -void SystemStatusWidget::updateAffinity(const QString &affinity) -{ - // 如果当前标签页索引不为0,则直接返回 - if (currentTabIndex != 0) - return; - if (labelAffinityValue != nullptr) { - labelAffinityValue->setText(affinity); - } -} - -// 更新线程表格数据 -void SystemStatusWidget::updateThreadTableData(const XNRuntimeData &data, int rowIndex) -{ - // 如果当前标签页索引不为0,则直接返回 - if (currentTabIndex != 0) - return; - - // 查找threadStatusTableWidget - if (threadStatusTableWidget == nullptr) { - // 如果没有找到,则直接返回 - return; - } - - // 设置表格的行数 - threadStatusTableWidget->setRowCount(std::max(rowIndex + 1, (int)threadDataVec.size())); - - // 设置线程名称 - threadStatusTableWidget->setItem(rowIndex, 0, new QTableWidgetItem(data.m_name)); - - // 设置线程ID - threadStatusTableWidget->setItem(rowIndex, 1, new QTableWidgetItem(QString::number(data.m_id))); - - // 根据线程的运行状态设置不同的状态显示 - switch (data.m_RunningState) { - case 0: - // 未运行状态 - threadStatusTableWidget->setItem(rowIndex, 2, new QTableWidgetItem("未运行")); - threadStatusTableWidget->item(rowIndex, 2)->setForeground(QBrush(Qt::gray)); - break; - case 1: - // 运行中状态 - threadStatusTableWidget->setItem(rowIndex, 2, new QTableWidgetItem("运行中")); - threadStatusTableWidget->item(rowIndex, 2)->setForeground(QBrush(Qt::green)); - break; - case 2: - // 暂停中状态 - threadStatusTableWidget->setItem(rowIndex, 2, new QTableWidgetItem("暂停中")); - threadStatusTableWidget->item(rowIndex, 2)->setForeground(QBrush(Qt::yellow)); - break; - default: - // 未知状态 - threadStatusTableWidget->setItem(rowIndex, 2, new QTableWidgetItem("未知状态")); - threadStatusTableWidget->item(rowIndex, 2)->setForeground(QBrush(Qt::red)); - break; - } - - // 初始化affinity字符串 - QString affinity = ""; - for (int i = 0; i < 32; i++) { - // 如果线程亲和性掩码对应位为1,则添加该位的索引到affinity字符串中 - if (data.m_AffinityMask & (1 << i)) { - affinity += QString::number(i) + " "; - } - } - - // 设置affinity - threadStatusTableWidget->setItem(rowIndex, 3, new QTableWidgetItem(affinity)); - - // 设置线程优先级 - threadStatusTableWidget->setItem(rowIndex, 4, - new QTableWidgetItem(QString::number(data.m_Priority))); - - // 设置线程设置频率 - threadStatusTableWidget->setItem( - rowIndex, 5, new QTableWidgetItem(QString::number(data.m_SetFrequency, 'f', 2) + " Hz")); - - // 设置线程最小频率 - threadStatusTableWidget->setItem( - rowIndex, 6, new QTableWidgetItem(QString::number(data.m_MinFrequency, 'f', 2) + " Hz")); - - // 设置线程最大频率 - threadStatusTableWidget->setItem( - rowIndex, 7, new QTableWidgetItem(QString::number(data.m_MaxFrequency, 'f', 2) + " Hz")); - - // 设置线程平均频率 - threadStatusTableWidget->setItem( - rowIndex, 8, new QTableWidgetItem(QString::number(data.m_AvgFrequency, 'f', 2) + " Hz")); - - // 设置线程周期计数 - threadStatusTableWidget->setItem(rowIndex, 9, - new QTableWidgetItem(QString::number(data.m_CycleCount))); - - // 设置线程设置周期 - threadStatusTableWidget->setItem( - rowIndex, 10, new QTableWidgetItem(QString::number(data.m_SetPeriod, 'f', 2) + " ms")); - - // 设置线程最小周期 - threadStatusTableWidget->setItem( - rowIndex, 11, new QTableWidgetItem(QString::number(data.m_MinPeriod, 'f', 2) + " ms")); - - // 设置线程最大周期 - threadStatusTableWidget->setItem( - rowIndex, 12, new QTableWidgetItem(QString::number(data.m_MaxPeriod, 'f', 2) + " ms")); - - // 设置线程平均周期 - threadStatusTableWidget->setItem( - rowIndex, 13, new QTableWidgetItem(QString::number(data.m_AvgPeriod, 'f', 2) + " ms")); -} - -// 更新图表数据 -void SystemStatusWidget::updatePlotData(const QVector &newXData, - const QVector &newYData) -{ - if (currentTabIndex != 0) - return; - if (customPlot == nullptr) - return; // 确保找到了XNCustomPlot对象 - if (customPlot->graphCount() == 1) { - // 假设我们只有一个图形 - customPlot->graph(0)->setData(newXData, newYData); - customPlot->replot(); // 重新绘制图表以显示新数据 - } else { - customPlot->addGraph(); // 添加一个新的图形 - customPlot->graph(0)->setData(newXData, newYData); - customPlot->replot(); // 重新绘制图表以显示新数据 - } -} - -QString SystemStatusWidget::getThreadName(const quint32 threadID) -{ - QMutexLocker locker(&mutex); - // 遍历threadDataVec向量 - for (int i = 0; i < threadDataVec.size(); i++) { - // 如果当前遍历到的元素的ID与传入的ID相同 - if (threadID == threadDataVec[i].m_id) { - // 返回当前遍历到的元素的名称 - return threadDataVec[i].m_name; - } - } - // 如果未找到匹配的ID,则返回未知线程 - return QString("未知线程"); -} \ No newline at end of file diff --git a/XNMonitor/SystemStatusWidget/SystemStatusWidget.h b/XNMonitor/SystemStatusWidget/SystemStatusWidget.h deleted file mode 100755 index c6df857..0000000 --- a/XNMonitor/SystemStatusWidget/SystemStatusWidget.h +++ /dev/null @@ -1,241 +0,0 @@ -/** - * @file SystemStatusWidget.h - * @author jinchao - * @brief 系统运行状态窗口类 - * @version 1.0 - * @date 2025-03-10 - * - * @copyright Copyright (c) 2025 COMAC - * - */ -#pragma once - -#include -#include -#include -#include -#include "../TypeDefine.h" -#include "SystemInfoUpdateThread.h" -#include "../XNCustomPlot.h" - -/** - * @brief 系统运行状态窗口类 - */ -class SystemStatusWidget : public QWidget -{ - Q_OBJECT - -public: - /** - * @brief 构造函数 - * @param parent 父窗口 - */ - explicit SystemStatusWidget(QWidget *parent = nullptr); - /** - * @brief 析构函数 - */ - ~SystemStatusWidget(); - /** - * @brief 获取线程名称 - * @param threadID 线程ID - * @return 线程名称 - */ - QString getThreadName(const quint32 threadID); - -public slots: - /** - * @brief 设置当前选中的标签页索引 - * @param index 标签页索引 - */ - void onSetCurrentTabIndex(int index); - /** - * @brief 展示/隐藏引擎信息槽函数 - */ - void toggleEngineInfo(); - /** - * @brief 展示/隐藏内核信息槽函数 - */ - void toggleCoreInfo(); - /** - * @brief 更新引擎状态槽函数 - * @param status 引擎状态 - */ - void updateEngineStatus(const unsigned int &status); - /** - * @brief 更新进程名称槽函数 - * @param name 进程名称 - */ - void updateProcessName(const QString &name); - /** - * @brief 更新进程ID槽函数 - * @param id 进程ID - */ - void updateProcessID(const unsigned int &id); - /** - * @brief 更新内核状态槽函数 - * @param index 内核索引 - * @param status 内核状态 - */ - void updateCoreStatus(int index, const unsigned int &status); - /** - * @brief 更新线程数据槽函数 - * @param data 线程数据 - */ - void updateThreadData(const XNRuntimeData &data); - /** - * @brief 更新线程数槽函数 - * @param count 线程数 - */ - void updateThreadCount(const unsigned int &count); - /** - * @brief 更新CPU亲和性槽函数 - * @param affinity CPU亲和性 - */ - void updateAffinity(const QString &affinity); - /** - * @brief 显示图表右键菜单槽函数 - * @param pos 鼠标位置 - */ - void showChartContextMenu(const QPoint &pos); - /** - * @brief 显示频率槽函数 - */ - void onShowFrequency(); - /** - * @brief 显示周期槽函数 - */ - void onShowPeriod(); - /** - * @brief 更新图表数据槽函数 - * @param newXData 新的X轴数据 - * @param newYData 新的Y轴数据 - */ - void updatePlotData(const QVector &newXData, const QVector &newYData); - /** - * @brief 线程状态表格选择改变槽函数 - */ - void onThreadStatusTableSelectionChanged(); - -signals: - /** - * @brief 更新绘图数据信号 - */ - void updateThreadCutomPlotData(); - /** - * @brief 控制线程信号 - * @param bActive 是否激活 - */ - void controlThreadInfoThread(bool bActive); - /** - * @brief 更新线程信息信号 - * @param threadID 线程ID - * @param data 线程数据 - */ - void updateThreadInfo(unsigned int threadID, const XNRuntimeData &data); - -private: - /** - * @brief 初始化系统状态标签页 - */ - void setupTabSystemStatus(); - /** - * @brief 初始化系统状态左面板 - * @param splitter 分割器 - */ - void setupTabSystemStatusLeftPanel(QSplitter *splitter); - /** - * @brief 初始化系统状态右面板 - * @param splitter 分割器 - */ - void setupTabSystemStatusRightPanel(QSplitter *splitter); - /** - * @brief 初始化系统状态图表 - */ - void setupSystemStatusChartWidget(); - /** - * @brief 初始化系统状态表格 - */ - void setupSystemStatusTableWidget(); - /** - * @brief 更新线程表格数据 - * @param data 线程数据 - * @param rowIndex 行索引 - */ - void updateThreadTableData(const XNRuntimeData &data, int rowIndex); - /** - * @brief 创建引擎信息页面 - * @return 引擎信息页面 - */ - QWidget *createEngineInfoPage(); - /** - * @brief 创建内核信息页面 - * @return 内核信息页面 - */ - QWidget *createCoreInfoPage(); - /** - * @brief 初始化线程信息更新线程 - */ - void InitializeThreadInfoThread(); - -private: - /** - * @brief 当前选中的标签页索引 - */ - int currentTabIndex = 0; - /** - * @brief 显示频率或周期的索引 - */ - int freqOrPeriodIndex = 0; - /** - * @brief 引擎信息页面 - */ - QWidget *engineInfoPage; - /** - * @brief 内核信息页面 - */ - QWidget *coreInfoPage; - /** - * @brief 线程运行状态表格 - */ - QTableWidget *threadStatusTableWidget; - /** - * @brief 线程状态图表显示界面 - */ - QWidget *systemStatusChartWidget; - /** - * @brief 线程状态图表绘图对象 - */ - XNCustomPlot *customPlot; - /** - * @brief 线程数据向量 - */ - QVector threadDataVec; - /** - * @brief XNEngine标签 - */ - QLabel *labelXNEngine; - /** - * @brief 进程ID标签 - */ - QLabel *labelProcessIDValue; - /** - * @brief 运行状态标签 - */ - QLabel *labelStatusValue; - /** - * @brief 亲和性标签 - */ - QLabel *labelAffinityValue; - /** - * @brief 线程数标签 - */ - QLabel *labelThreadCountValue; - /** - * @brief 线程信息更新线程 - */ - SystemInfoUpdateThread *threadInfoThread; - /** - * @brief 互斥锁 - */ - QMutex mutex; -}; diff --git a/XNMonitor/TopicManager/DataReaderListenerImpl.h b/XNMonitor/TopicManager/DataReaderListenerImpl.h deleted file mode 100755 index 1889c6d..0000000 --- a/XNMonitor/TopicManager/DataReaderListenerImpl.h +++ /dev/null @@ -1,52 +0,0 @@ -/** - * @file DataReaderListenerImpl.h - * @author jinchao - * @brief 数据读取器监听器模板类 - * @version 1.0 - * @date 2025-03-10 - * - * @copyright Copyright (c) 2025 COMAC - * - */ -#pragma once - -#include -#include "../TypeDefine.h" - -/** - * @brief 数据读取器监听器模板类 - * @tparam T 数据类型 - */ -template -class DataReaderListenerImpl : public XNDataReaderListener -{ -public: - /** - * @brief 构造函数 - * @param callback 回调函数 - */ - DataReaderListenerImpl(std::function callback) : callback_(callback) {} - - /** - * @brief 数据可用回调函数 - * @param reader 数据读取器 - */ - void on_data_available(XNDataReader *reader) override - { - XNSampleInfo info; - if (reader->take_next_sample(&data_, &info) == eprosima::fastdds::dds::RETCODE_OK - && info.valid_data) { - callback_(data_); - } - } - -private: - /** - * @brief 数据 - */ - T data_; - /** - * @brief 回调函数 - */ - std::function callback_; -}; \ No newline at end of file diff --git a/XNMonitor/TopicManager/TopicManager.cpp b/XNMonitor/TopicManager/TopicManager.cpp deleted file mode 100755 index 9e58e18..0000000 --- a/XNMonitor/TopicManager/TopicManager.cpp +++ /dev/null @@ -1,16 +0,0 @@ -/** - * @file TopicManager.cpp - * @author jinchao - * @brief 主题管理类 - * @version 1.0 - * @date 2025-03-10 - * - * @copyright Copyright (c) 2025 COMAC - * - */ -#include "TopicManager.h" - -// 静态成员变量定义 -TopicManager *TopicManager::instance = nullptr; -// 互斥锁 -QMutex TopicManager::instanceMutex; \ No newline at end of file diff --git a/XNMonitor/TopicManager/TopicManager.h b/XNMonitor/TopicManager/TopicManager.h deleted file mode 100755 index 5929c1b..0000000 --- a/XNMonitor/TopicManager/TopicManager.h +++ /dev/null @@ -1,314 +0,0 @@ -/** - * @file TopicManager.h - * @author jinchao - * @brief 主题管理类 - * @version 1.0 - * @date 2025-03-10 - * - * @copyright Copyright (c) 2025 COMAC - * - */ -#pragma once - -#include -#include -#include -#include -#include -#include "DataReaderListenerImpl.h" -#include "../TypeDefine.h" -#include - -/** - * @brief 主题管理类 - */ -class TopicManager : public QObject -{ - Q_OBJECT - -public: - /** - * @brief 删除拷贝构造 - */ - TopicManager(const TopicManager &) = delete; - /** - * @brief 删除赋值操作 - */ - TopicManager &operator=(const TopicManager &) = delete; - - /** - * @brief 获取单例 - * @return TopicManager*: 主题管理类实例 - */ - static TopicManager *Instance() - { - if (instance == nullptr) { - QMutexLocker locker(&instanceMutex); - if (instance == nullptr) { // 双重检查锁定 - instance = new TopicManager(); - } - } - return instance; - } - - /** - * @brief 清理参与者 - */ - static void cleanupParticipant() - { - QMutexLocker locker(&instanceMutex); - if (instance != nullptr) { - instance->clearAllTopic(); // 清理所有主题 - if (instance->m_Participant != nullptr) { - eprosima::fastdds::dds::DomainParticipantFactory::get_instance() - ->delete_participant(instance->m_Participant); // 删除参与者 - instance->m_Participant = nullptr; // 设置参与者为空 - } - delete instance; // 删除单例 - instance = nullptr; // 设置单例为空 - } - } - -private: - /** - * @brief 显式构造函数 - * @param parent: 父对象 - */ - explicit TopicManager(QObject *parent = nullptr) : QObject(parent) - { - XNParticipantQos participantQos; - participantQos.name("XNMonitor"); // 设置参与者名称 - m_Participant = - eprosima::fastdds::dds::DomainParticipantFactory::get_instance()->create_participant( - 10, participantQos); // 创建参与者 - } - - /** - * @brief 析构函数 - */ - virtual ~TopicManager() {} - -signals: - /** - * @brief 发送调试信息信号 - * @param type: 类型 - * @param message: 信息 - */ - void sendDebugMessage(int type, const QString &message); - -public: - /** - * @brief 注册发布者模板函数 - * @tparam T: 类型 - * @param topicName: 主题名称 - * @return XNDataWriter*: 数据写入器 - */ - template - XNDataWriter *registerPublisher(const QString &topicName) - { - QMutexLocker locker(&m_Mutex); - if (!topics_.contains(topicName)) { - topics_[topicName] = TopicInfo(); // 创建主题信息 - TopicInfo &tmp = topics_[topicName]; // 获取主题信息 - XNTypeSupport typeSupport(new T()); // 创建类型支持 - typeSupport.register_type(m_Participant); // 注册类型 - tmp.topic = m_Participant->create_topic( - topicName.toStdString().c_str(), typeSupport.get_type_name(), - eprosima::fastdds::dds::TOPIC_QOS_DEFAULT); // 创建主题 - if (tmp.topic == nullptr) { - emit sendDebugMessage( - 1, QString("Failed to create topic %1").arg(topicName)); // 发送调试信息 - topics_.remove(topicName); // 移除主题 - return nullptr; // 返回空 - } - } - TopicInfo &topicInfo = topics_[topicName]; // 获取主题信息 - if (topicInfo.publisher == nullptr) { - topicInfo.publisher = m_Participant->create_publisher( - eprosima::fastdds::dds::PUBLISHER_QOS_DEFAULT); // 创建发布者 - if (topicInfo.publisher == nullptr) { - emit sendDebugMessage( - 1, QString("Failed to create publisher %1").arg(topicName)); // 发送调试信息 - return nullptr; // 返回空 - } - } - - if (topicInfo.dataWriter == nullptr) { - XNDataWriterQos dataWriterQos; - // 设置数据写入器的持久性策略, 使用瞬态本地持久性 - dataWriterQos.durability().kind = eprosima::fastdds::dds::VOLATILE_DURABILITY_QOS; - // 设置数据写入器的生命周期策略, 设置为5秒 - dataWriterQos.lifespan().duration = eprosima::fastdds::dds::Duration_t(5, 0); - topicInfo.dataWriter = topicInfo.publisher->create_datawriter( - topicInfo.topic, dataWriterQos); // 创建数据写入器 - if (topicInfo.dataWriter == nullptr) { - emit sendDebugMessage( - 1, QString("Failed to create data writer %1").arg(topicName)); // 发送调试信息 - topics_.remove(topicName); // 移除主题 - return nullptr; // 返回空 - } - } - return topicInfo.dataWriter; // 返回数据写入器 - } - - /** - * @brief 注销发布者 - * @param topicName: 主题名称 - */ - void unregisterPublisher(const QString &topicName) - { - QMutexLocker locker(&m_Mutex); - if (topics_.contains(topicName)) { - TopicInfo &topicInfo = topics_[topicName]; // 获取主题信息 - if (topicInfo.dataWriter != nullptr) { - topicInfo.publisher->delete_datawriter(topicInfo.dataWriter); // 删除数据写入器 - topicInfo.dataWriter = nullptr; // 设置数据写入器为空 - } - if (topicInfo.publisher != nullptr) { - m_Participant->delete_publisher(topicInfo.publisher); // 删除发布者 - topicInfo.publisher = nullptr; // 设置发布者为空 - } - if (topicInfo.publisher == nullptr && topicInfo.subscriber == nullptr - && topicInfo.topic != nullptr) { - m_Participant->delete_topic(topicInfo.topic); // 删除主题 - topicInfo.topic = nullptr; // 设置主题为空 - topics_.remove(topicName); // 移除主题 - } - } - } - - /** - * @brief 注册订阅者模板函数 - * @tparam T: 类型 - * @param topicName: 主题名称 - * @param fun: 回调函数 - */ - template - void registerSubscriber(const QString &topicName, - std::function fun) - { - QMutexLocker locker(&m_Mutex); - if (!topics_.contains(topicName)) { - topics_[topicName] = TopicInfo(); // 创建主题信息 - TopicInfo &tmp = topics_[topicName]; // 获取主题信息 - XNTypeSupport typeSupport(new T()); // 创建类型支持 - typeSupport.register_type(m_Participant); // 注册类型 - tmp.topic = m_Participant->create_topic( - topicName.toStdString().c_str(), typeSupport.get_type_name(), - eprosima::fastdds::dds::TOPIC_QOS_DEFAULT); // 创建主题 - if (tmp.topic == nullptr) { - emit sendDebugMessage( - 1, QString("Failed to create topic %1").arg(topicName)); // 发送调试信息 - topics_.remove(topicName); // 移除主题 - return; // 返回 - } - } - TopicInfo &topicInfo = topics_[topicName]; // 获取主题信息 - if (topicInfo.subscriber == nullptr) { - topicInfo.subscriber = m_Participant->create_subscriber( - eprosima::fastdds::dds::SUBSCRIBER_QOS_DEFAULT); // 创建订阅者 - if (topicInfo.subscriber == nullptr) { - emit sendDebugMessage( - 1, QString("Failed to create subscriber %1").arg(topicName)); // 发送调试信息 - return; // 返回 - } - } - if (topicInfo.dataReader == nullptr) { - XNDataReaderQos dataReaderQos; - dataReaderQos.durability().kind = - eprosima::fastdds::dds::VOLATILE_DURABILITY_QOS; // 设置数据读取器的持久性策略 - topicInfo.listener = - new DataReaderListenerImpl(fun); // 创建数据读取器监听器 - topicInfo.dataReader = topicInfo.subscriber->create_datareader( - topicInfo.topic, dataReaderQos, topicInfo.listener); // 创建数据读取器 - if (topicInfo.dataReader == nullptr) { - emit sendDebugMessage( - 1, QString("Failed to create data reader %1").arg(topicName)); // 发送调试信息 - return; // 返回 - } - } else { - auto oldListener = topicInfo.dataReader->get_listener(); // 获取旧的监听器 - topicInfo.listener = - new DataReaderListenerImpl(fun); // 创建新的监听器 - topicInfo.dataReader->set_listener( - topicInfo.listener, - eprosima::fastdds::dds::StatusMask::all()); // 设置新的监听器 - delete oldListener; // 删除旧的监听器 - } - } - - /** - * @brief 注销订阅者 - * @param topicName: 主题名称 - */ - void unregisterSubscriber(const QString &topicName) - { - QMutexLocker locker(&m_Mutex); - if (topics_.contains(topicName)) { - TopicInfo &topicInfo = topics_[topicName]; // 获取主题信息 - if (topicInfo.dataReader != nullptr) { - topicInfo.subscriber->delete_datareader(topicInfo.dataReader); // 删除数据读取器 - topicInfo.dataReader = nullptr; // 设置数据读取器为空 - } - if (topicInfo.listener != nullptr) { - delete topicInfo.listener; // 删除监听器 - topicInfo.listener = nullptr; // 设置监听器为空 - } - if (topicInfo.subscriber != nullptr) { - m_Participant->delete_subscriber(topicInfo.subscriber); // 删除订阅者 - topicInfo.subscriber = nullptr; // 设置订阅者为空 - } - if (topicInfo.subscriber == nullptr && topicInfo.publisher == nullptr - && topicInfo.topic != nullptr) { - m_Participant->delete_topic(topicInfo.topic); // 删除主题 - topicInfo.topic = nullptr; // 设置主题为空 - topics_.remove(topicName); // 移除主题 - emit sendDebugMessage( - 0, QString("unregisterSubscriber %1").arg(topicName)); // 发送调试信息 - } - } - } - -private: - /** - * @brief 清除所有主题 - */ - void clearAllTopic() - { - QMutexLocker locker(&m_Mutex); - if (m_Participant != nullptr) { - while (topics_.size() > 0) { - emit sendDebugMessage( - 0, QString("clearAllTopic %1").arg(topics_.begin().key())); // 发送调试信息 - unregisterPublisher(topics_.begin().key()); // 注销发布者 - unregisterSubscriber(topics_.begin().key()); // 注销订阅者 - } - } - } - -private: - /** - * @brief 单例指针 - */ - static TopicManager *instance; - - /** - * @brief 单例互斥锁 - */ - static QMutex instanceMutex; - - /** - * @brief 参与者 - */ - XNParticipant *m_Participant = nullptr; - - /** - * @brief 主题映射 - */ - QMap topics_; - - /** - * @brief 主题访问互斥锁 - */ - QMutex m_Mutex; -}; diff --git a/XNMonitor/TopicMonitorFactory/TopicMonitor.h b/XNMonitor/TopicMonitorFactory/TopicMonitor.h deleted file mode 100755 index 1067230..0000000 --- a/XNMonitor/TopicMonitorFactory/TopicMonitor.h +++ /dev/null @@ -1,70 +0,0 @@ -/** - * @file TopicMonitor.h - * @author jinchao - * @brief 主题监控器基类 - * @version 1.0 - * @date 2025-03-10 - * - * @copyright Copyright (c) 2025 COMAC - * - */ -#pragma once -#include -#include -#include -#include -#include "../TypeDefine.h" - -/** - * @brief 主题监控器基类 - */ -class TopicMonitor : public QObject -{ - Q_OBJECT - -public: - /** - * @brief 构造函数 - * @param parent: 父对象 - */ - TopicMonitor(QObject *parent = nullptr) : QObject(parent) {} - - /** - * @brief 析构函数 - */ - virtual ~TopicMonitor() {} - - /** - * @brief 启动监控 - * @param topicName: 主题名称 - * @return bool: 是否启动成功 - */ - virtual bool startMonitoring(const QString &topicName) = 0; - - /** - * @brief 停止监控 - * @param topicName: 主题名称 - */ - virtual void stopMonitoring(const QString &topicName) = 0; - - /** - * @brief 注入数据 - * @param varName: 变量名称 - * @param value: 数据值 - * @return bool: 是否注入成功 - */ - virtual bool injectData(const QString &varName, double value) = 0; - - /** - * @brief 获取数据 - * @param topicName: 主题名称 - * @param varName: 变量名称 - * @return QString: 数据值 - */ - virtual QString getData(const QString &topicName, const QString &varName) = 0; - - /** - * @brief 监控状态 - */ - QMap m_MonitorStatus; -}; \ No newline at end of file diff --git a/XNMonitor/TopicMonitorFactory/TopicMonitorFactory.cpp b/XNMonitor/TopicMonitorFactory/TopicMonitorFactory.cpp deleted file mode 100755 index d6ac432..0000000 --- a/XNMonitor/TopicMonitorFactory/TopicMonitorFactory.cpp +++ /dev/null @@ -1,95 +0,0 @@ -/** - * @file TopicMonitorFactory.cpp - * @author jinchao - * @brief 主题监控工厂类实现 - * @version 1.0 - * @date 2025-03-10 - * - * @copyright Copyright (c) 2025 COMAC - * - */ -#include "TopicMonitorFactory.h" -#include "../ModelTopicMonitor/AerodynamicsMonitor.h" -#include "../ModelTopicMonitor/WeightBalanceMonitor.h" -#include "../ModelTopicMonitor/GroundHandlingMonitor.h" -#include - -TopicMonitorFactory &TopicMonitorFactory::getInstance() -{ - // 单例模式 - static TopicMonitorFactory instance; - - // 在首次调用时初始化默认的监控类型 - static bool initialized = false; - if (!initialized) { - // 注册气动模型主题监控器 - instance.registerMonitorType( - "XNAerodynamics", [](QObject *parent) { return new AerodynamicsMonitor(parent); }); - - // 注册质量模型主题监控器 - instance.registerMonitorType( - "XNWeightBalance", [](QObject *parent) { return new WeightBalanceMonitor(parent); }); - - // 注册地操模型主题监控器 - instance.registerMonitorType( - "XNGroundHandling", [](QObject *parent) { return new GroundHandlingMonitor(parent); }); - - initialized = true; - } - - return instance; -} - -QSharedPointer TopicMonitorFactory::createMonitor(const QString &modelName, - QObject *parent) -{ - // 首先找到匹配的类型前缀 - QString matchedPrefix; - for (auto it = m_creators.begin(); it != m_creators.end(); ++it) { - if (modelName.contains(it.key(), Qt::CaseInsensitive)) { - matchedPrefix = it.key(); - break; - } - } - - // 如果没有匹配的类型,返回nullptr - if (matchedPrefix.isEmpty()) { - qWarning() << "无法为主题" << modelName << "创建监控器,未找到匹配的类型"; - return nullptr; - } - - // 检查是否已经存在该类型的实例 - if (m_monitorInstances.contains(matchedPrefix)) { - qDebug() << "返回已存在的" << matchedPrefix << "监控器实例"; - return m_monitorInstances[matchedPrefix]; - } - - // 创建新的监控器实例 - TopicMonitor *monitor = m_creators[matchedPrefix](parent); - if (!monitor) { - qWarning() << "创建" << matchedPrefix << "类型的监控器失败"; - return nullptr; - } - - // 缓存并返回新创建的实例 - QSharedPointer monitorPtr(monitor); - m_monitorInstances[matchedPrefix] = monitorPtr; - qDebug() << "已创建并缓存" << matchedPrefix << "类型的监控器实例"; - - return monitorPtr; -} - -void TopicMonitorFactory::registerMonitorType(const QString &modelName, - std::function creator) -{ - // 注册模型主题监控器创建函数 - m_creators[modelName] = creator; - qDebug() << "已注册模型" << modelName << "的主题监控器创建函数"; -} - -void TopicMonitorFactory::clearMonitors() -{ - // 清除所有缓存的监控器实例 - m_monitorInstances.clear(); - qDebug() << "已清除所有缓存的监控器实例"; -} \ No newline at end of file diff --git a/XNMonitor/TopicMonitorFactory/TopicMonitorFactory.h b/XNMonitor/TopicMonitorFactory/TopicMonitorFactory.h deleted file mode 100755 index ecb87e0..0000000 --- a/XNMonitor/TopicMonitorFactory/TopicMonitorFactory.h +++ /dev/null @@ -1,64 +0,0 @@ -/** - * @file TopicMonitorFactory.h - * @author jinchao - * @brief 主题监控工厂类 - * @version 1.0 - * @date 2025-03-10 - * - * @copyright Copyright (c) 2025 COMAC - * - */ -#pragma once -#include -#include -#include "TopicMonitor.h" - -/** - * @brief 主题监控工厂类 - */ -class TopicMonitorFactory -{ -public: - /** - * @brief 获取工厂单例 - * @return TopicMonitorFactory&: 工厂单例的引用 - */ - static TopicMonitorFactory &getInstance(); - - /** - * @brief 根据主题名称创建或获取对应的监控类实例 - * @param modelName: 主题名称 - * @param parent: 父对象 - * @return QSharedPointer: 监控类实例的共享指针 - */ - QSharedPointer createMonitor(const QString &modelName, QObject *parent = nullptr); - - /** - * @brief 注册新的监控类型 - * @param modelName: 主题名称 - * @param creator: 创建函数 - */ - void registerMonitorType(const QString &modelName, - std::function creator); - - /** - * @brief 清除所有缓存的监控器实例 - */ - void clearMonitors(); - -private: - /** - * @brief 私有构造函数,确保单例 - */ - TopicMonitorFactory() {} - - /** - * @brief 存储主题前缀到创建函数的映射 - */ - QMap> m_creators; - - /** - * @brief 缓存每种类型的监控器实例(类型前缀 -> 监控器实例) - */ - QMap> m_monitorInstances; -}; \ No newline at end of file diff --git a/XNMonitor/TypeDefine.h b/XNMonitor/TypeDefine.h deleted file mode 100755 index 4135feb..0000000 --- a/XNMonitor/TypeDefine.h +++ /dev/null @@ -1,267 +0,0 @@ -/** - * @file TypeDefine.h - * @brief 类型定义头文件 - */ -#pragma once -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include - -/** - * @brief 域参与者 - */ -using XNParticipant = eprosima::fastdds::dds::DomainParticipant; -/** - * @brief 域参与者Qos - */ -using XNParticipantQos = eprosima::fastdds::dds::DomainParticipantQos; -/** - * @brief 域参与者工厂 - */ -using XNParticipantFactory = eprosima::fastdds::dds::DomainParticipantFactory; -/** - * @brief 数据读取器监听器 - */ -using XNDataReaderListener = eprosima::fastdds::dds::DataReaderListener; -/** - * @brief 数据读取器 - */ -using XNDataReader = eprosima::fastdds::dds::DataReader; -/** - * @brief 数据读取器Qos - */ -using XNDataReaderQos = eprosima::fastdds::dds::DataReaderQos; -/** - * @brief 样本信息 - */ -using XNSampleInfo = eprosima::fastdds::dds::SampleInfo; -/** - * @brief 订阅者 - */ -using XNSubscriber = eprosima::fastdds::dds::Subscriber; -/** - * @brief 类型支持 - */ -using XNTypeSupport = eprosima::fastdds::dds::TypeSupport; -/** - * @brief 数据写入器 - */ -using XNDataWriter = eprosima::fastdds::dds::DataWriter; -/** - * @brief 数据写入器Qos - */ -using XNDataWriterQos = eprosima::fastdds::dds::DataWriterQos; -/** - * @brief 发布者 - */ -using XNPublisher = eprosima::fastdds::dds::Publisher; -/** - * @brief 发布者Qos - */ -using XNPublisherQos = eprosima::fastdds::dds::PublisherQos; -/** - * @brief 主题 - */ -using XNTopic = eprosima::fastdds::dds::Topic; -/** - * @brief 主题数据类型 - */ -using XNTopicDataType = eprosima::fastdds::dds::TopicDataType; - -/** - * @brief 主题信息 - */ -struct TopicInfo { - /** - * @brief 主题 - */ - XNTopic *topic; - /** - * @brief 发布者 - */ - XNPublisher *publisher; - /** - * @brief 数据写入器 - */ - XNDataWriter *dataWriter; - /** - * @brief 订阅者 - */ - XNSubscriber *subscriber; - /** - * @brief 数据读取器 - */ - XNDataReader *dataReader; - /** - * @brief 数据读取器监听器 - */ - XNDataReaderListener *listener; -}; - -/** - * @brief 运行时数据 - */ -struct XNRuntimeData { - /** - * @brief 名称 - */ - QString m_name; - /** - * @brief 线程ID或模型ID - */ - unsigned int m_id; - /** - * @brief 运行状态 - */ - unsigned int m_RunningState; - /** - * @brief CPU亲和性掩码 - * @note 用作线程信息时存储CPU亲和性掩码,从低位到高位依次为CPU 0~31 的亲和性掩码 - * @note 用作模型信息时存储存储线程号 - */ - unsigned int m_AffinityMask; - /** - * @brief 节点ID - * @note 用作模型信息时存储节点号 - */ - unsigned int m_NodeID; - /** - * @brief 优先级 - */ - unsigned int m_Priority; - /** - * @brief 设定频率 - */ - double m_SetFrequency; - /** - * @brief 当前频率 - */ - QVector m_CurrentFrequency; - /** - * @brief 最大频率 - */ - double m_MaxFrequency; - /** - * @brief 最小频率 - */ - double m_MinFrequency; - /** - * @brief 平均频率 - */ - double m_AvgFrequency; - /** - * @brief 周期计数 - */ - double m_CycleCount; - /** - * @brief 设定周期 - */ - double m_SetPeriod; - /** - * @brief 当前周期 - */ - QVector m_CurrentPeriod; - /** - * @brief 最大周期 - */ - double m_MaxPeriod; - /** - * @brief 最小周期 - */ - double m_MinPeriod; - /** - * @brief 平均周期 - */ - double m_AvgPeriod; -}; - -/** - * @brief 成员变量定义结构体 - * @note 成员变量包含数据类型、变量名、是否为数组、数组大小、描述 - */ -struct MemberVariable { - /** - * @brief 数据类型 - */ - QString dataType; - /** - * @brief 变量名 - */ - QString variableName; - /** - * @brief 是否为数组 - */ - bool isArray; - /** - * @brief 数组大小 - */ - QVector arraySizes; - /** - * @brief 描述 - */ - QString description; -}; - -/** - * @brief 接口结构体定义结构体 - * @note 接口结构体定义包含结构体名称、成员变量 - */ -struct StructDefinition { - /** - * @brief 结构体名称 - */ - QString structName; - /** - * @brief 成员变量 - */ - QVector> memberVariables; -}; - -/** - * @brief 命名空间定义结构体 - * @note 命名空间定义包含命名空间名称、接口结构体定义、子命名空间定义 - */ -struct NamespaceDefinition { - /** - * @brief 命名空间名称 - */ - QString namespaceName; - /** - * @brief 结构体定义 - */ - QVector> structDefinitions; - /** - * @brief 子命名空间 - */ - QVector> childNamespaces; -}; - -/** - * @brief 模型接口定义 - * @note 模型接口定义包含模型名称和接口命名空间定义 - */ -struct ModelDefinition { - /** - * @brief 模型名称 - */ - QString modelName; - /** - * @brief 命名空间定义 - */ - QVector> namespaceDefinitions; -}; diff --git a/XNMonitor/XNCustomPlot.cpp b/XNMonitor/XNCustomPlot.cpp deleted file mode 100755 index e1422d4..0000000 --- a/XNMonitor/XNCustomPlot.cpp +++ /dev/null @@ -1,54 +0,0 @@ -#include "XNCustomPlot.h" -#include -#include -#include - -XNCustomPlot::XNCustomPlot(QWidget *parent) - : QCustomPlot(parent), m_yAxisUserScaled(false), m_isInternalChange(false) -{ - // 使用旧式的信号槽连接语法 - connect(yAxis, SIGNAL(rangeChanged(QCPRange)), this, SLOT(onYAxisRangeChanged(QCPRange))); -} - -void XNCustomPlot::mousePressEvent(QMouseEvent *event) -{ - // 首先处理基类的事件 - QCustomPlot::mousePressEvent(event); - - // 发出自定义信号 - emit mousePressed(event); - - // 处理右键菜单 - if (event->button() == Qt::RightButton) { - emit customContextMenuRequested(event->pos()); - } -} - -void XNCustomPlot::mouseReleaseEvent(QMouseEvent *event) -{ - QCustomPlot::mouseReleaseEvent(event); - - // 如果用户通过鼠标调整了Y轴范围 - if (yAxis->selectedParts().testFlag(QCPAxis::spAxis)) { - m_yAxisUserScaled = true; - } -} - -void XNCustomPlot::wheelEvent(QWheelEvent *event) -{ - // 处理鼠标滚轮事件 - QCustomPlot::wheelEvent(event); - - // 如果用户使用滚轮缩放了Y轴 - if (yAxis->range() != yAxis->range()) { // 范围发生了变化 - m_yAxisUserScaled = true; - } -} - -void XNCustomPlot::onYAxisRangeChanged(const QCPRange &range) -{ - // 如果Y轴范围发生了变化,则设置Y轴被用户缩放 - if (!m_isInternalChange) { - m_yAxisUserScaled = true; - } -} \ No newline at end of file diff --git a/XNMonitor/XNCustomPlot.h b/XNMonitor/XNCustomPlot.h deleted file mode 100755 index a16d504..0000000 --- a/XNMonitor/XNCustomPlot.h +++ /dev/null @@ -1,87 +0,0 @@ -/** - * @file XNCustomPlot.h - * @author jinchao - * @brief 自定义绘图类 - * @version 1.0 - * @date 2025-03-10 - * - * @copyright Copyright (c) 2025 COMAC - * - */ -#pragma once -#include "qcustomplot.h" - -/** - * @brief 自定义绘图类 - */ -class XNCustomPlot : public QCustomPlot -{ - Q_OBJECT -public: - /** - * @brief 构造函数 - * @param parent 父窗口 - */ - explicit XNCustomPlot(QWidget *parent = nullptr); - /** - * @brief 获取Y轴是否被用户缩放 - * @return 是否被用户缩放 - */ - bool isYAxisUserScaled() const { return m_yAxisUserScaled; } - /** - * @brief 设置Y轴是否被用户缩放 - * @param scaled 是否被用户缩放 - */ - void setYAxisUserScaled(bool scaled) { m_yAxisUserScaled = scaled; } - /** - * @brief 设置是否为内部变化 - * @param internal 是否为内部变化 - */ - void setInternalChange(bool internal) { m_isInternalChange = internal; } - -protected: - /** - * @brief 鼠标按下事件 - * @param event 鼠标事件 - */ - void mousePressEvent(QMouseEvent *event) override; - /** - * @brief 鼠标释放事件 - * @param event 鼠标事件 - */ - void mouseReleaseEvent(QMouseEvent *event) override; - /** - * @brief 鼠标滚轮事件 - * @param event 鼠标事件 - */ - void wheelEvent(QWheelEvent *event) override; - -signals: - /** - * @brief 鼠标按下信号 - * @param event 鼠标事件 - */ - void mousePressed(QMouseEvent *event); - /** - * @brief 自定义上下文菜单请求信号 - * @param pos 位置 - */ - void customContextMenuRequested(const QPoint &pos); - -private slots: - /** - * @brief Y轴范围变化信号 - * @param range 范围 - */ - void onYAxisRangeChanged(const QCPRange &range); - -private: - /** - * @brief Y轴是否被用户缩放 - */ - bool m_yAxisUserScaled; - /** - * @brief 是否为内部变化 - */ - bool m_isInternalChange; -}; diff --git a/XNMonitor/main.cpp b/XNMonitor/main.cpp deleted file mode 100755 index 9caacdc..0000000 --- a/XNMonitor/main.cpp +++ /dev/null @@ -1,39 +0,0 @@ -/** - * @file main.cpp - * @author jinchao - * @brief 主函数 - * @version 1.0 - * @date 2025-03-10 - * - * @copyright Copyright (c) 2025 COMAC - * - */ -#include "mainwindow.h" -#include - -/** - * @brief 主函数 - * @param argc 参数个数 - * @param argv 参数列表 - * @return 返回值 - */ -int main(int argc, char *argv[]) -{ - // 创建应用程序对象 - QApplication a(argc, argv); - - // 设置样式表 - QFile file(":qdarkstyle/dark/darkstyle.qss"); - if (file.open(QFile::ReadOnly)) { - QTextStream stream(&file); - QString styleSheet = stream.readAll(); - a.setStyleSheet(styleSheet); - } - - // 创建主窗口 - MainWindow w; - w.show(); - - // 执行应用程序 - return a.exec(); -} diff --git a/XNMonitor/mainwindow.cpp b/XNMonitor/mainwindow.cpp deleted file mode 100755 index 27dcbf7..0000000 --- a/XNMonitor/mainwindow.cpp +++ /dev/null @@ -1,287 +0,0 @@ -/** - * @file mainwindow.cpp - * @author jinchao - * @brief 主窗口类实现文件 - * @version 1.0 - * @date 2025-03-10 - * - * @copyright Copyright (c) 2025 COMAC - * - */ -#include "mainwindow.h" -#include "./ui_mainwindow.h" - -MainWindow::MainWindow(QWidget *parent) - : QMainWindow(parent), ui(new Ui::MainWindow), menuBar(nullptr), viewMenu(nullptr), - debugWidget(nullptr), mainLayout(nullptr), currentTabIndex(0), systemStatusButton(nullptr), - modelStatusButton(nullptr), dataMonitoringButton(nullptr), dataCollectionButton(nullptr), - systemStatusWidget(nullptr), modelStatusWidget(nullptr), dataMonitorWidget(nullptr), - dataCollectionWidget(nullptr), showDebugAction(nullptr) -{ - ui->setupUi(this); // 初始化界面 - - QApplication::setFont(QFont("Arial", 16)); // 设置全局字体大小 - - setWindowTitle("XNMonitor"); // 设置窗口标题 - setWindowIcon(QIcon(":/icon/XNMonitor.png")); // 设置窗口图标 - - InitialMenuBar(); // 初始化菜单栏 - InitialCentralWidget(); // 初始化中央部件 - - atexit(TopicManager::cleanupParticipant); // 程序结束时清理参与者 -} - -MainWindow::~MainWindow() -{ - // 先断开所有信号连接 - if (debugWidget && dataMonitorWidget) { - disconnect(dataMonitorWidget, &DataMonitorWidget::sendDebugMessage, debugWidget, - &DebugWidget::onSendDebugMessage); - disconnect(TopicManager::Instance(), &TopicManager::sendDebugMessage, debugWidget, - &DebugWidget::onSendDebugMessage); - } - - // 先删除调试窗口 - if (debugWidget) { - debugWidget->hide(); - delete debugWidget; - debugWidget = nullptr; - } - - // 最后删除 UI - delete ui; -} - -void MainWindow::InitialMenuBar() -{ - // 初始化菜单栏 - menuBar = ui->menubar; - if (menuBar == nullptr) { - menuBar = new QMenuBar(this); - setMenuBar(menuBar); - } - - // 创建"视图"菜单 - viewMenu = menuBar->addMenu(tr("视图")); - - // 创建"显示调试窗口"动作 - showDebugAction = new QAction(tr("调试窗口"), this); - viewMenu->addAction(showDebugAction); - - // 创建调试窗口 - debugWidget = new DebugWidget(this); // 设置父窗口为主窗口 - debugWidget->setWindowFlags(Qt::Window | Qt::WindowCloseButtonHint); // 添加关闭按钮 - debugWidget->hide(); // 初始隐藏 - - // 连接动作的触发信号到槽函数 - connect(showDebugAction, &QAction::triggered, this, &MainWindow::toggleDebugWidget); - - // 连接TopicManager的信号到调试窗口的槽函数 - connect(TopicManager::Instance(), &TopicManager::sendDebugMessage, debugWidget, - &DebugWidget::onSendDebugMessage); -} - -void MainWindow::InitialCentralWidget() -{ - // 创建中央部件和布局 - QWidget *centralWidget = ui->centralwidget; - if (centralWidget == nullptr) { - // 设置主窗口的中央部件 - centralWidget = new QWidget(this); - setCentralWidget(centralWidget); - } - mainLayout = new QVBoxLayout(centralWidget); // 创建垂直布局 - - InitialTabButton(); // 初始化标签页按钮 - - InitialSystemStatusWidget(); // 初始化系统运行状态内容 - - InitialModelStatusWidget(); // 初始化模型运行状态内容 - - InitialDataMonitorWidget(); // 初始化模型数据监控内容 - - InitialDataCollectionWidget(); // 初始化模型数据采集内容 - - // 初始显示系统状态内容 - systemStatusButton->setChecked(true); // 默认选中"仿真状态"按钮 - emit setCurrentTabIndex(0); -} - -void MainWindow::InitialTabButton() -{ - if (mainLayout == nullptr) { - QMessageBox::warning(this, "Error", "Error"); - return; - } - // 创建按钮和内容区域 - systemStatusButton = new QPushButton("仿真状态", this); // 创建"仿真状态"按钮 - modelStatusButton = new QPushButton("模型状态", this); // 创建"模型状态"按钮 - dataMonitoringButton = new QPushButton("数据监控", this); // 创建"数据监控"按钮 - dataCollectionButton = new QPushButton("数据采集", this); // 创建"数据采集"按钮 - - // 增大按钮字号 - QFont buttonFont = systemStatusButton->font(); // 获取按钮的当前字体 - buttonFont.setPointSize(24); // 设置字体大小为24点 - systemStatusButton->setFont(buttonFont); // 设置"仿真状态"按钮的字体 - modelStatusButton->setFont(buttonFont); // 设置"模型状态"按钮的字体 - dataMonitoringButton->setFont(buttonFont); // 设置"数据监控"按钮的字体 - dataCollectionButton->setFont(buttonFont); // 设置"数据采集"按钮的字体 - systemStatusButton->setCheckable(true); // 使"仿真状态"按钮可切换状态 - modelStatusButton->setCheckable(true); // 使"模型状态"按钮可切换状态 - dataMonitoringButton->setCheckable(true); // 使"数据监控"按钮可切换状态 - dataCollectionButton->setCheckable(true); // 使"数据采集"按钮可切换状态 - - // 创建一个水平布局来放置按钮 - QHBoxLayout *buttonLayout = new QHBoxLayout(); // 创建水平布局 - buttonLayout->addWidget(systemStatusButton); // 将"仿真状态"按钮添加到布局中 - buttonLayout->addWidget(modelStatusButton); // 将"模型状态"按钮添加到布局中 - buttonLayout->addWidget(dataMonitoringButton); // 将"数据监控"按钮添加到布局中 - buttonLayout->addWidget(dataCollectionButton); // 将"数据采集"按钮添加到布局中 - - // 将按钮布局添加到主布局中,并放置在内容区域上方 - mainLayout->addLayout(buttonLayout); // 将按钮布局添加到主布局中 - - // 连接按钮的信号到槽函数 - connect(systemStatusButton, &QPushButton::clicked, this, - &MainWindow::showSystemStatusContent); // 连接"仿真状态"按钮的点击信号到槽函数 - connect(modelStatusButton, &QPushButton::clicked, this, - &MainWindow::showModelStatusContent); // 连接"模型状态"按钮的点击信号到槽函数 - connect(dataMonitoringButton, &QPushButton::clicked, this, - &MainWindow::showDataMonitoringContent); // 连接"数据监控"按钮的点击信号到槽函数 - connect(dataCollectionButton, &QPushButton::clicked, this, - &MainWindow::showDataCollectionContent); // 连接"数据采集"按钮的点击信号到槽函数 -} - -void MainWindow::InitialSystemStatusWidget() -{ - if (mainLayout == nullptr) { - QMessageBox::warning(this, "Error", "Error"); - return; - } - systemStatusWidget = new SystemStatusWidget(this); // 创建系统运行状态内容界面 - connect(this, &MainWindow::setCurrentTabIndex, systemStatusWidget, - &SystemStatusWidget:: - onSetCurrentTabIndex); // 连接当前标签页索引到系统运行状态内容界面的槽函数 - mainLayout->addWidget(systemStatusWidget); // 将系统运行状态内容界面添加到主布局中 -} - -void MainWindow::InitialModelStatusWidget() -{ - if (mainLayout == nullptr) { - QMessageBox::warning(this, "Error", "Error"); - return; - } - modelStatusWidget = new ModelStatusWidget(this, systemStatusWidget); // 创建模型运行状态内容界面 - connect(this, &MainWindow::setCurrentTabIndex, modelStatusWidget, - &ModelStatusWidget:: - onSetCurrentTabIndex); // 连接当前标签页索引到模型运行状态内容界面的槽函数 - connect( - systemStatusWidget, &SystemStatusWidget::updateThreadInfo, modelStatusWidget, - &ModelStatusWidget:: - updateThreadInfoPage); // 连接系统运行状态内容界面的线程信息更新信号到模型运行状态内容界面的槽函数 - mainLayout->addWidget(modelStatusWidget); // 将模型运行状态内容界面添加到主布局中 -} - -void MainWindow::InitialDataMonitorWidget() -{ - if (mainLayout == nullptr) { - QMessageBox::warning(this, "Error", "Error"); - return; - } - dataMonitorWidget = new DataMonitorWidget(this); // 创建模型数据监控内容界面 - connect(this, &MainWindow::setCurrentTabIndex, dataMonitorWidget, - &DataMonitorWidget:: - onSetCurrentTabIndex); // 连接当前标签页索引到模型数据监控内容界面的槽函数 - mainLayout->addWidget(dataMonitorWidget); // 将模型数据监控内容界面添加到主布局中 -} - -void MainWindow::InitialDataCollectionWidget() -{ - if (mainLayout == nullptr) { - QMessageBox::warning(this, "Error", "Error"); - return; - } - dataCollectionWidget = new DataCollectionWidget(this); // 创建模型数据采集内容界面 - connect(this, &MainWindow::setCurrentTabIndex, dataCollectionWidget, - &DataCollectionWidget:: - onSetCurrentTabIndex); // 连接当前标签页索引到模型数据采集内容界面的槽函数 - mainLayout->addWidget(dataCollectionWidget); // 将模型数据采集内容界面添加到主布局中 -} - -// 显示系统状态内容 -void MainWindow::showSystemStatusContent() -{ - currentTabIndex = 0; // 设置当前标签页索引为0 - systemStatusButton->setChecked(true); // 设置"仿真状态"按钮为选中状态 - modelStatusButton->setChecked(false); // 设置"模型状态"按钮为未选中状态 - dataMonitoringButton->setChecked(false); // 设置"数据监控"按钮为未选中状态 - dataCollectionButton->setChecked(false); // 设置"数据采集"按钮为未选中状态 - emit setCurrentTabIndex(0); // 发射当前标签页索引信号 -} - -// 显示模型状态内容 -void MainWindow::showModelStatusContent() -{ - currentTabIndex = 1; // 设置当前标签页索引为1 - systemStatusButton->setChecked(false); // 设置"仿真状态"按钮为未选中状态 - modelStatusButton->setChecked(true); // 设置"模型状态"按钮为选中状态 - dataMonitoringButton->setChecked(false); // 设置"数据监控"按钮为未选中状态 - dataCollectionButton->setChecked(false); // 设置"数据采集"按钮为未选中状态 - emit setCurrentTabIndex(1); // 发射当前标签页索引信号 -} - -// 显示数据监控内容 -void MainWindow::showDataMonitoringContent() -{ - currentTabIndex = 2; // 设置当前标签页索引为2 - systemStatusButton->setChecked(false); // 设置"仿真状态"按钮为未选中状态 - modelStatusButton->setChecked(false); // 设置"模型状态"按钮为未选中状态 - dataMonitoringButton->setChecked(true); // 设置"数据监控"按钮为选中状态 - dataCollectionButton->setChecked(false); // 设置"数据采集"按钮为未选中状态 - emit setCurrentTabIndex(2); // 发射当前标签页索引信号 -} - -// 显示数据采集内容 -void MainWindow::showDataCollectionContent() -{ - currentTabIndex = 3; // 设置当前标签页索引为3 - systemStatusButton->setChecked(false); // 设置"仿真状态"按钮为未选中状态 - modelStatusButton->setChecked(false); // 设置"模型状态"按钮为未选中状态 - dataMonitoringButton->setChecked(false); // 设置"数据监控"按钮为未选中状态 - dataCollectionButton->setChecked(true); // 设置"数据采集"按钮为选中状态 - emit setCurrentTabIndex(3); // 发射当前标签页索引信号 -} - -// 添加新的槽函数实现 -void MainWindow::toggleDebugWidget() -{ - if (!debugWidget) - return; - - if (debugWidget->isHidden()) { - // 计算调试窗口的位置和大小 - QPoint pos = this->geometry().topRight(); - debugWidget->setGeometry(pos.x(), pos.y(), - 400, // 宽度 - this->height()); // 与主窗口等高 - connect( - dataMonitorWidget, &DataMonitorWidget::sendDebugMessage, debugWidget, - &DebugWidget::onSendDebugMessage); // 连接数据监控窗口的调试消息信号到调试窗口的槽函数 - debugWidget->show(); // 显示调试窗口 - } else { - disconnect( - dataMonitorWidget, &DataMonitorWidget::sendDebugMessage, debugWidget, - &DebugWidget::onSendDebugMessage); // 断开数据监控窗口的调试消息信号到调试窗口的槽函数 - debugWidget->hide(); // 隐藏调试窗口 - } -} - -void MainWindow::moveEvent(QMoveEvent *event) -{ - QMainWindow::moveEvent(event); - if (debugWidget && debugWidget->isVisible()) { - QPoint pos = this->geometry().topRight(); // 获取主窗口的右上角位置 - debugWidget->setGeometry(pos.x(), pos.y(), debugWidget->width(), - this->height()); // 设置调试窗口的位置和大小 - } -} diff --git a/XNMonitor/mainwindow.h b/XNMonitor/mainwindow.h deleted file mode 100755 index e10ae47..0000000 --- a/XNMonitor/mainwindow.h +++ /dev/null @@ -1,181 +0,0 @@ -/** - * @file mainwindow.h - * @author jinchao - * @brief 主窗口类 - * @version 1.0 - * @date 2025-03-10 - * - * @copyright Copyright (c) 2025 COMAC - * - */ -#ifndef MAINWINDOW_H -#define MAINWINDOW_H - -#include -#include -#include -#include -#include -#include -#include -#include -#include "SystemStatusWidget/SystemStatusWidget.h" -#include "ModelStatusWidget/ModelStatusWidget.h" -#include "DataMonitorWidget/DataMonitorWidget.h" -#include "DataCollectionWidget/DataCollectionWidget.h" -#include "DebugWidget/DebugWidget.h" - -QT_BEGIN_NAMESPACE -namespace Ui -{ -class MainWindow; -} -QT_END_NAMESPACE - -/** - * @brief 主窗口类 - */ -class MainWindow : public QMainWindow -{ - Q_OBJECT - -public: - /** - * @brief 构造函数 - * @param parent 父窗口 - */ - MainWindow(QWidget *parent = nullptr); - /** - * @brief 析构函数 - */ - ~MainWindow(); - -private: - /** - * @brief 初始化菜单栏 - */ - void InitialMenuBar(); - /** - * @brief 初始化中央窗口 - */ - void InitialCentralWidget(); - /** - * @brief 初始化切换标签页按钮 - */ - void InitialTabButton(); - /** - * @brief 初始化系统运行状态内容 - */ - void InitialSystemStatusWidget(); - /** - * @brief 初始化模型运行状态内容 - */ - void InitialModelStatusWidget(); - /** - * @brief 初始化模型数据监控内容 - */ - void InitialDataMonitorWidget(); - /** - * @brief 初始化模型数据采集内容 - */ - void InitialDataCollectionWidget(); - -public slots: - /** - * @brief 显示系统运行状态内容槽函数 - */ - void showSystemStatusContent(); - /** - * @brief 显示模型运行状态内容槽函数 - */ - void showModelStatusContent(); - /** - * @brief 显示模型数据监控内容槽函数 - */ - void showDataMonitoringContent(); - /** - * @brief 显示模型数据采集内容槽函数 - */ - void showDataCollectionContent(); - /** - * @brief 切换调试内容显示/隐藏槽函数 - */ - void toggleDebugWidget(); - -signals: - /** - * @brief 设置当前选中的标签页索引信号 - * @param index 标签页索引 - */ - void setCurrentTabIndex(int index); - -private: - /** - * @brief 主窗口UI对象 - */ - Ui::MainWindow *ui; - /** - * @brief 菜单栏对象 - */ - QMenuBar *menuBar; - /** - * @brief 主布局对象 - */ - QVBoxLayout *mainLayout; - /** - * @brief 当前选中的标签页索引 - */ - int currentTabIndex; - /** - * @brief 切换至系统运行状态按钮对象 - */ - QPushButton *systemStatusButton; - /** - * @brief 切换至模型运行状态按钮对象 - */ - QPushButton *modelStatusButton; - /** - * @brief 切换至模型数据监控按钮对象 - */ - QPushButton *dataMonitoringButton; - /** - * @brief 切换至模型数据采集按钮对象 - */ - QPushButton *dataCollectionButton; - /** - * @brief 系统运行状态内容界面 - */ - SystemStatusWidget *systemStatusWidget; - /** - * @brief 模型运行状态内容界面 - */ - ModelStatusWidget *modelStatusWidget; - /** - * @brief 模型数据监控内容界面 - */ - DataMonitorWidget *dataMonitorWidget; - /** - * @brief 模型数据采集内容界面 - */ - DataCollectionWidget *dataCollectionWidget; - /** - * @brief 调试内容界面 - */ - DebugWidget *debugWidget; - /** - * @brief 视图菜单对象 - */ - QMenu *viewMenu; - /** - * @brief 显示调试内容动作对象 - */ - QAction *showDebugAction; - -protected: - /** - * @brief 移动事件处理函数 - * @param event 移动事件 - */ - void moveEvent(QMoveEvent *event) override; -}; -#endif // MAINWINDOW_H diff --git a/XNMonitor/mainwindow.ui b/XNMonitor/mainwindow.ui deleted file mode 100755 index 4610fb4..0000000 --- a/XNMonitor/mainwindow.ui +++ /dev/null @@ -1,31 +0,0 @@ - - - MainWindow - - - - 0 - 0 - 1200 - 900 - - - - MainWindow - - - - - - 0 - 0 - 800 - 20 - - - - - - - - diff --git a/XNMonitor/qcustomplot.cpp b/XNMonitor/qcustomplot.cpp deleted file mode 100755 index 72b5bfb..0000000 --- a/XNMonitor/qcustomplot.cpp +++ /dev/null @@ -1,35529 +0,0 @@ -/*************************************************************************** -** ** -** QCustomPlot, an easy to use, modern plotting widget for Qt ** -** Copyright (C) 2011-2022 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: https://www.qcustomplot.com/ ** -** Date: 06.11.22 ** -** Version: 2.1.1 ** -****************************************************************************/ - -#include "qcustomplot.h" - - -/* including file 'src/vector2d.cpp' */ -/* modified 2022-11-06T12:45:56, size 7973 */ - -//////////////////////////////////////////////////////////////////////////////////////////////////// -//////////////////// QCPVector2D -//////////////////////////////////////////////////////////////////////////////////////////////////// - -/*! \class QCPVector2D - \brief Represents two doubles as a mathematical 2D vector - - This class acts as a replacement for QVector2D with the advantage of double precision instead of - single, and some convenience methods tailored for the QCustomPlot library. -*/ - -/* start documentation of inline functions */ - -/*! \fn void QCPVector2D::setX(double x) - - Sets the x coordinate of this vector to \a x. - - \see setY -*/ - -/*! \fn void QCPVector2D::setY(double y) - - Sets the y coordinate of this vector to \a y. - - \see setX -*/ - -/*! \fn double QCPVector2D::length() const - - Returns the length of this vector. - - \see lengthSquared -*/ - -/*! \fn double QCPVector2D::lengthSquared() const - - Returns the squared length of this vector. In some situations, e.g. when just trying to find the - shortest vector of a group, this is faster than calculating \ref length, because it avoids - calculation of a square root. - - \see length -*/ - -/*! \fn double QCPVector2D::angle() const - - Returns the angle of the vector in radians. The angle is measured between the positive x line and - the vector, counter-clockwise in a mathematical coordinate system (y axis upwards positive). In - screen/widget coordinates where the y axis is inverted, the angle appears clockwise. -*/ - -/*! \fn QPoint QCPVector2D::toPoint() const - - Returns a QPoint which has the x and y coordinates of this vector, truncating any floating point - information. - - \see toPointF -*/ - -/*! \fn QPointF QCPVector2D::toPointF() const - - Returns a QPointF which has the x and y coordinates of this vector. - - \see toPoint -*/ - -/*! \fn bool QCPVector2D::isNull() const - - Returns whether this vector is null. A vector is null if \c qIsNull returns true for both x and y - coordinates, i.e. if both are binary equal to 0. -*/ - -/*! \fn QCPVector2D QCPVector2D::perpendicular() const - - Returns a vector perpendicular to this vector, with the same length. -*/ - -/*! \fn double QCPVector2D::dot() const - - Returns the dot/scalar product of this vector with the specified vector \a vec. -*/ - -/* end documentation of inline functions */ - -/*! - Creates a QCPVector2D object and initializes the x and y coordinates to 0. -*/ -QCPVector2D::QCPVector2D() : - mX(0), - mY(0) -{ -} - -/*! - Creates a QCPVector2D object and initializes the \a x and \a y coordinates with the specified - values. -*/ -QCPVector2D::QCPVector2D(double x, double y) : - mX(x), - mY(y) -{ -} - -/*! - Creates a QCPVector2D object and initializes the x and y coordinates respective coordinates of - the specified \a point. -*/ -QCPVector2D::QCPVector2D(const QPoint &point) : - mX(point.x()), - mY(point.y()) -{ -} - -/*! - Creates a QCPVector2D object and initializes the x and y coordinates respective coordinates of - the specified \a point. -*/ -QCPVector2D::QCPVector2D(const QPointF &point) : - mX(point.x()), - mY(point.y()) -{ -} - -/*! - Normalizes this vector. After this operation, the length of the vector is equal to 1. - - If the vector has both entries set to zero, this method does nothing. - - \see normalized, length, lengthSquared -*/ -void QCPVector2D::normalize() -{ - if (mX == 0.0 && mY == 0.0) return; - const double lenInv = 1.0/length(); - mX *= lenInv; - mY *= lenInv; -} - -/*! - Returns a normalized version of this vector. The length of the returned vector is equal to 1. - - If the vector has both entries set to zero, this method returns the vector unmodified. - - \see normalize, length, lengthSquared -*/ -QCPVector2D QCPVector2D::normalized() const -{ - if (mX == 0.0 && mY == 0.0) return *this; - const double lenInv = 1.0/length(); - return QCPVector2D(mX*lenInv, mY*lenInv); -} - -/*! \overload - - Returns the squared shortest distance of this vector (interpreted as a point) to the finite line - segment given by \a start and \a end. - - \see distanceToStraightLine -*/ -double QCPVector2D::distanceSquaredToLine(const QCPVector2D &start, const QCPVector2D &end) const -{ - const QCPVector2D v(end-start); - const double vLengthSqr = v.lengthSquared(); - if (!qFuzzyIsNull(vLengthSqr)) - { - const double mu = v.dot(*this-start)/vLengthSqr; - if (mu < 0) - return (*this-start).lengthSquared(); - else if (mu > 1) - return (*this-end).lengthSquared(); - else - return ((start + mu*v)-*this).lengthSquared(); - } else - return (*this-start).lengthSquared(); -} - -/*! \overload - - Returns the squared shortest distance of this vector (interpreted as a point) to the finite line - segment given by \a line. - - \see distanceToStraightLine -*/ -double QCPVector2D::distanceSquaredToLine(const QLineF &line) const -{ - return distanceSquaredToLine(QCPVector2D(line.p1()), QCPVector2D(line.p2())); -} - -/*! - Returns the shortest distance of this vector (interpreted as a point) to the infinite straight - line given by a \a base point and a \a direction vector. - - \see distanceSquaredToLine -*/ -double QCPVector2D::distanceToStraightLine(const QCPVector2D &base, const QCPVector2D &direction) const -{ - return qAbs((*this-base).dot(direction.perpendicular()))/direction.length(); -} - -/*! - Scales this vector by the given \a factor, i.e. the x and y components are multiplied by \a - factor. -*/ -QCPVector2D &QCPVector2D::operator*=(double factor) -{ - mX *= factor; - mY *= factor; - return *this; -} - -/*! - Scales this vector by the given \a divisor, i.e. the x and y components are divided by \a - divisor. -*/ -QCPVector2D &QCPVector2D::operator/=(double divisor) -{ - mX /= divisor; - mY /= divisor; - return *this; -} - -/*! - Adds the given \a vector to this vector component-wise. -*/ -QCPVector2D &QCPVector2D::operator+=(const QCPVector2D &vector) -{ - mX += vector.mX; - mY += vector.mY; - return *this; -} - -/*! - subtracts the given \a vector from this vector component-wise. -*/ -QCPVector2D &QCPVector2D::operator-=(const QCPVector2D &vector) -{ - mX -= vector.mX; - mY -= vector.mY; - return *this; -} -/* end of 'src/vector2d.cpp' */ - - -/* including file 'src/painter.cpp' */ -/* modified 2022-11-06T12:45:56, size 8656 */ - -//////////////////////////////////////////////////////////////////////////////////////////////////// -//////////////////// 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() : - 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 -} - -/*! - 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); - } -} -/* end of 'src/painter.cpp' */ - - -/* including file 'src/paintbuffer.cpp' */ -/* modified 2022-11-06T12:45:56, size 18915 */ - -//////////////////////////////////////////////////////////////////////////////////////////////////// -//////////////////// QCPAbstractPaintBuffer -//////////////////////////////////////////////////////////////////////////////////////////////////// - -/*! \class QCPAbstractPaintBuffer - \brief The abstract base class for paint buffers, which define the rendering backend - - This abstract base class defines the basic interface that a paint buffer needs to provide in - order to be usable by QCustomPlot. - - A paint buffer manages both a surface to draw onto, and the matching paint device. The size of - the surface can be changed via \ref setSize. External classes (\ref QCustomPlot and \ref - QCPLayer) request a painter via \ref startPainting and then perform the draw calls. Once the - painting is complete, \ref donePainting is called, so the paint buffer implementation can do - clean up if necessary. Before rendering a frame, each paint buffer is usually filled with a color - using \ref clear (usually the color is \c Qt::transparent), to remove the contents of the - previous frame. - - The simplest paint buffer implementation is \ref QCPPaintBufferPixmap which allows regular - software rendering via the raster engine. Hardware accelerated rendering via pixel buffers and - frame buffer objects is provided by \ref QCPPaintBufferGlPbuffer and \ref QCPPaintBufferGlFbo. - They are used automatically if \ref QCustomPlot::setOpenGl is enabled. -*/ - -/* start documentation of pure virtual functions */ - -/*! \fn virtual QCPPainter *QCPAbstractPaintBuffer::startPainting() = 0 - - Returns a \ref QCPPainter which is ready to draw to this buffer. The ownership and thus the - responsibility to delete the painter after the painting operations are complete is given to the - caller of this method. - - Once you are done using the painter, delete the painter and call \ref donePainting. - - While a painter generated with this method is active, you must not call \ref setSize, \ref - setDevicePixelRatio or \ref clear. - - This method may return 0, if a painter couldn't be activated on the buffer. This usually - indicates a problem with the respective painting backend. -*/ - -/*! \fn virtual void QCPAbstractPaintBuffer::draw(QCPPainter *painter) const = 0 - - Draws the contents of this buffer with the provided \a painter. This is the method that is used - to finally join all paint buffers and draw them onto the screen. -*/ - -/*! \fn virtual void QCPAbstractPaintBuffer::clear(const QColor &color) = 0 - - Fills the entire buffer with the provided \a color. To have an empty transparent buffer, use the - named color \c Qt::transparent. - - This method must not be called if there is currently a painter (acquired with \ref startPainting) - active. -*/ - -/*! \fn virtual void QCPAbstractPaintBuffer::reallocateBuffer() = 0 - - Reallocates the internal buffer with the currently configured size (\ref setSize) and device - pixel ratio, if applicable (\ref setDevicePixelRatio). It is called as soon as any of those - properties are changed on this paint buffer. - - \note Subclasses of \ref QCPAbstractPaintBuffer must call their reimplementation of this method - in their constructor, to perform the first allocation (this can not be done by the base class - because calling pure virtual methods in base class constructors is not possible). -*/ - -/* end documentation of pure virtual functions */ -/* start documentation of inline functions */ - -/*! \fn virtual void QCPAbstractPaintBuffer::donePainting() - - If you have acquired a \ref QCPPainter to paint onto this paint buffer via \ref startPainting, - call this method as soon as you are done with the painting operations and have deleted the - painter. - - paint buffer subclasses may use this method to perform any type of cleanup that is necessary. The - default implementation does nothing. -*/ - -/* end documentation of inline functions */ - -/*! - Creates a paint buffer and initializes it with the provided \a size and \a devicePixelRatio. - - Subclasses must call their \ref reallocateBuffer implementation in their respective constructors. -*/ -QCPAbstractPaintBuffer::QCPAbstractPaintBuffer(const QSize &size, double devicePixelRatio) : - mSize(size), - mDevicePixelRatio(devicePixelRatio), - mInvalidated(true) -{ -} - -QCPAbstractPaintBuffer::~QCPAbstractPaintBuffer() -{ -} - -/*! - Sets the paint buffer size. - - The buffer is reallocated (by calling \ref reallocateBuffer), so any painters that were obtained - by \ref startPainting are invalidated and must not be used after calling this method. - - If \a size is already the current buffer size, this method does nothing. -*/ -void QCPAbstractPaintBuffer::setSize(const QSize &size) -{ - if (mSize != size) - { - mSize = size; - reallocateBuffer(); - } -} - -/*! - Sets the invalidated flag to \a invalidated. - - This mechanism is used internally in conjunction with isolated replotting of \ref QCPLayer - instances (in \ref QCPLayer::lmBuffered mode). If \ref QCPLayer::replot is called on a buffered - layer, i.e. an isolated repaint of only that layer (and its dedicated paint buffer) is requested, - QCustomPlot will decide depending on the invalidated flags of other paint buffers whether it also - replots them, instead of only the layer on which the replot was called. - - The invalidated flag is set to true when \ref QCPLayer association has changed, i.e. if layers - were added or removed from this buffer, or if they were reordered. It is set to false as soon as - all associated \ref QCPLayer instances are drawn onto the buffer. - - Under normal circumstances, it is not necessary to manually call this method. -*/ -void QCPAbstractPaintBuffer::setInvalidated(bool invalidated) -{ - mInvalidated = invalidated; -} - -/*! - Sets the device pixel ratio to \a ratio. This is useful to render on high-DPI output devices. - The ratio is automatically set to the device pixel ratio used by the parent QCustomPlot instance. - - The buffer is reallocated (by calling \ref reallocateBuffer), so any painters that were obtained - by \ref startPainting are invalidated and must not be used after calling this method. - - \note This method is only available for Qt versions 5.4 and higher. -*/ -void QCPAbstractPaintBuffer::setDevicePixelRatio(double ratio) -{ - if (!qFuzzyCompare(ratio, mDevicePixelRatio)) - { -#ifdef QCP_DEVICEPIXELRATIO_SUPPORTED - mDevicePixelRatio = ratio; - reallocateBuffer(); -#else - qDebug() << Q_FUNC_INFO << "Device pixel ratios not supported for Qt versions before 5.4"; - mDevicePixelRatio = 1.0; -#endif - } -} - -//////////////////////////////////////////////////////////////////////////////////////////////////// -//////////////////// QCPPaintBufferPixmap -//////////////////////////////////////////////////////////////////////////////////////////////////// - -/*! \class QCPPaintBufferPixmap - \brief A paint buffer based on QPixmap, using software raster rendering - - This paint buffer is the default and fall-back paint buffer which uses software rendering and - QPixmap as internal buffer. It is used if \ref QCustomPlot::setOpenGl is false. -*/ - -/*! - Creates a pixmap paint buffer instancen with the specified \a size and \a devicePixelRatio, if - applicable. -*/ -QCPPaintBufferPixmap::QCPPaintBufferPixmap(const QSize &size, double devicePixelRatio) : - QCPAbstractPaintBuffer(size, devicePixelRatio) -{ - QCPPaintBufferPixmap::reallocateBuffer(); -} - -QCPPaintBufferPixmap::~QCPPaintBufferPixmap() -{ -} - -/* inherits documentation from base class */ -QCPPainter *QCPPaintBufferPixmap::startPainting() -{ - QCPPainter *result = new QCPPainter(&mBuffer); -#if QT_VERSION < QT_VERSION_CHECK(6, 0, 0) - result->setRenderHint(QPainter::HighQualityAntialiasing); -#endif - return result; -} - -/* inherits documentation from base class */ -void QCPPaintBufferPixmap::draw(QCPPainter *painter) const -{ - if (painter && painter->isActive()) - painter->drawPixmap(0, 0, mBuffer); - else - qDebug() << Q_FUNC_INFO << "invalid or inactive painter passed"; -} - -/* inherits documentation from base class */ -void QCPPaintBufferPixmap::clear(const QColor &color) -{ - mBuffer.fill(color); -} - -/* inherits documentation from base class */ -void QCPPaintBufferPixmap::reallocateBuffer() -{ - setInvalidated(); - if (!qFuzzyCompare(1.0, mDevicePixelRatio)) - { -#ifdef QCP_DEVICEPIXELRATIO_SUPPORTED - mBuffer = QPixmap(mSize*mDevicePixelRatio); - mBuffer.setDevicePixelRatio(mDevicePixelRatio); -#else - qDebug() << Q_FUNC_INFO << "Device pixel ratios not supported for Qt versions before 5.4"; - mDevicePixelRatio = 1.0; - mBuffer = QPixmap(mSize); -#endif - } else - { - mBuffer = QPixmap(mSize); - } -} - - -#ifdef QCP_OPENGL_PBUFFER -//////////////////////////////////////////////////////////////////////////////////////////////////// -//////////////////// QCPPaintBufferGlPbuffer -//////////////////////////////////////////////////////////////////////////////////////////////////// - -/*! \class QCPPaintBufferGlPbuffer - \brief A paint buffer based on OpenGL pixel buffers, using hardware accelerated rendering - - This paint buffer is one of the OpenGL paint buffers which facilitate hardware accelerated plot - rendering. It is based on OpenGL pixel buffers (pbuffer) and is used in Qt versions before 5.0. - (See \ref QCPPaintBufferGlFbo used in newer Qt versions.) - - The OpenGL paint buffers are used if \ref QCustomPlot::setOpenGl is set to true, and if they are - supported by the system. -*/ - -/*! - Creates a \ref QCPPaintBufferGlPbuffer instance with the specified \a size and \a - devicePixelRatio, if applicable. - - The parameter \a multisamples defines how many samples are used per pixel. Higher values thus - result in higher quality antialiasing. If the specified \a multisamples value exceeds the - capability of the graphics hardware, the highest supported multisampling is used. -*/ -QCPPaintBufferGlPbuffer::QCPPaintBufferGlPbuffer(const QSize &size, double devicePixelRatio, int multisamples) : - QCPAbstractPaintBuffer(size, devicePixelRatio), - mGlPBuffer(0), - mMultisamples(qMax(0, multisamples)) -{ - QCPPaintBufferGlPbuffer::reallocateBuffer(); -} - -QCPPaintBufferGlPbuffer::~QCPPaintBufferGlPbuffer() -{ - if (mGlPBuffer) - delete mGlPBuffer; -} - -/* inherits documentation from base class */ -QCPPainter *QCPPaintBufferGlPbuffer::startPainting() -{ - if (!mGlPBuffer->isValid()) - { - qDebug() << Q_FUNC_INFO << "OpenGL frame buffer object doesn't exist, reallocateBuffer was not called?"; - return 0; - } - - QCPPainter *result = new QCPPainter(mGlPBuffer); - result->setRenderHint(QPainter::HighQualityAntialiasing); - return result; -} - -/* inherits documentation from base class */ -void QCPPaintBufferGlPbuffer::draw(QCPPainter *painter) const -{ - if (!painter || !painter->isActive()) - { - qDebug() << Q_FUNC_INFO << "invalid or inactive painter passed"; - return; - } - if (!mGlPBuffer->isValid()) - { - qDebug() << Q_FUNC_INFO << "OpenGL pbuffer isn't valid, reallocateBuffer was not called?"; - return; - } - painter->drawImage(0, 0, mGlPBuffer->toImage()); -} - -/* inherits documentation from base class */ -void QCPPaintBufferGlPbuffer::clear(const QColor &color) -{ - if (mGlPBuffer->isValid()) - { - mGlPBuffer->makeCurrent(); - glClearColor(color.redF(), color.greenF(), color.blueF(), color.alphaF()); - glClear(GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT); - mGlPBuffer->doneCurrent(); - } else - qDebug() << Q_FUNC_INFO << "OpenGL pbuffer invalid or context not current"; -} - -/* inherits documentation from base class */ -void QCPPaintBufferGlPbuffer::reallocateBuffer() -{ - if (mGlPBuffer) - delete mGlPBuffer; - - QGLFormat format; - format.setAlpha(true); - format.setSamples(mMultisamples); - mGlPBuffer = new QGLPixelBuffer(mSize, format); -} -#endif // QCP_OPENGL_PBUFFER - - -#ifdef QCP_OPENGL_FBO -//////////////////////////////////////////////////////////////////////////////////////////////////// -//////////////////// QCPPaintBufferGlFbo -//////////////////////////////////////////////////////////////////////////////////////////////////// - -/*! \class QCPPaintBufferGlFbo - \brief A paint buffer based on OpenGL frame buffers objects, using hardware accelerated rendering - - This paint buffer is one of the OpenGL paint buffers which facilitate hardware accelerated plot - rendering. It is based on OpenGL frame buffer objects (fbo) and is used in Qt versions 5.0 and - higher. (See \ref QCPPaintBufferGlPbuffer used in older Qt versions.) - - The OpenGL paint buffers are used if \ref QCustomPlot::setOpenGl is set to true, and if they are - supported by the system. -*/ - -/*! - Creates a \ref QCPPaintBufferGlFbo instance with the specified \a size and \a devicePixelRatio, - if applicable. - - All frame buffer objects shall share one OpenGL context and paint device, which need to be set up - externally and passed via \a glContext and \a glPaintDevice. The set-up is done in \ref - QCustomPlot::setupOpenGl and the context and paint device are managed by the parent QCustomPlot - instance. -*/ -QCPPaintBufferGlFbo::QCPPaintBufferGlFbo(const QSize &size, double devicePixelRatio, QWeakPointer glContext, QWeakPointer glPaintDevice) : - QCPAbstractPaintBuffer(size, devicePixelRatio), - mGlContext(glContext), - mGlPaintDevice(glPaintDevice), - mGlFrameBuffer(0) -{ - QCPPaintBufferGlFbo::reallocateBuffer(); -} - -QCPPaintBufferGlFbo::~QCPPaintBufferGlFbo() -{ - if (mGlFrameBuffer) - delete mGlFrameBuffer; -} - -/* inherits documentation from base class */ -QCPPainter *QCPPaintBufferGlFbo::startPainting() -{ - QSharedPointer paintDevice = mGlPaintDevice.toStrongRef(); - QSharedPointer context = mGlContext.toStrongRef(); - if (!paintDevice) - { - qDebug() << Q_FUNC_INFO << "OpenGL paint device doesn't exist"; - return 0; - } - if (!context) - { - qDebug() << Q_FUNC_INFO << "OpenGL context doesn't exist"; - return 0; - } - if (!mGlFrameBuffer) - { - qDebug() << Q_FUNC_INFO << "OpenGL frame buffer object doesn't exist, reallocateBuffer was not called?"; - return 0; - } - - if (QOpenGLContext::currentContext() != context.data()) - context->makeCurrent(context->surface()); - mGlFrameBuffer->bind(); - QCPPainter *result = new QCPPainter(paintDevice.data()); -#if QT_VERSION < QT_VERSION_CHECK(6, 0, 0) - result->setRenderHint(QPainter::HighQualityAntialiasing); -#endif - return result; -} - -/* inherits documentation from base class */ -void QCPPaintBufferGlFbo::donePainting() -{ - if (mGlFrameBuffer && mGlFrameBuffer->isBound()) - mGlFrameBuffer->release(); - else - qDebug() << Q_FUNC_INFO << "Either OpenGL frame buffer not valid or was not bound"; -} - -/* inherits documentation from base class */ -void QCPPaintBufferGlFbo::draw(QCPPainter *painter) const -{ - if (!painter || !painter->isActive()) - { - qDebug() << Q_FUNC_INFO << "invalid or inactive painter passed"; - return; - } - if (!mGlFrameBuffer) - { - qDebug() << Q_FUNC_INFO << "OpenGL frame buffer object doesn't exist, reallocateBuffer was not called?"; - return; - } - painter->drawImage(0, 0, mGlFrameBuffer->toImage()); -} - -/* inherits documentation from base class */ -void QCPPaintBufferGlFbo::clear(const QColor &color) -{ - QSharedPointer context = mGlContext.toStrongRef(); - if (!context) - { - qDebug() << Q_FUNC_INFO << "OpenGL context doesn't exist"; - return; - } - if (!mGlFrameBuffer) - { - qDebug() << Q_FUNC_INFO << "OpenGL frame buffer object doesn't exist, reallocateBuffer was not called?"; - return; - } - - if (QOpenGLContext::currentContext() != context.data()) - context->makeCurrent(context->surface()); - mGlFrameBuffer->bind(); - glClearColor(color.redF(), color.greenF(), color.blueF(), color.alphaF()); - glClear(GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT); - mGlFrameBuffer->release(); -} - -/* inherits documentation from base class */ -void QCPPaintBufferGlFbo::reallocateBuffer() -{ - // release and delete possibly existing framebuffer: - if (mGlFrameBuffer) - { - if (mGlFrameBuffer->isBound()) - mGlFrameBuffer->release(); - delete mGlFrameBuffer; - mGlFrameBuffer = 0; - } - - QSharedPointer paintDevice = mGlPaintDevice.toStrongRef(); - QSharedPointer context = mGlContext.toStrongRef(); - if (!paintDevice) - { - qDebug() << Q_FUNC_INFO << "OpenGL paint device doesn't exist"; - return; - } - if (!context) - { - qDebug() << Q_FUNC_INFO << "OpenGL context doesn't exist"; - return; - } - - // create new fbo with appropriate size: - context->makeCurrent(context->surface()); - QOpenGLFramebufferObjectFormat frameBufferFormat; - frameBufferFormat.setSamples(context->format().samples()); - frameBufferFormat.setAttachment(QOpenGLFramebufferObject::CombinedDepthStencil); - mGlFrameBuffer = new QOpenGLFramebufferObject(mSize*mDevicePixelRatio, frameBufferFormat); - if (paintDevice->size() != mSize*mDevicePixelRatio) - paintDevice->setSize(mSize*mDevicePixelRatio); -#ifdef QCP_DEVICEPIXELRATIO_SUPPORTED - paintDevice->setDevicePixelRatio(mDevicePixelRatio); -#endif -} -#endif // QCP_OPENGL_FBO -/* end of 'src/paintbuffer.cpp' */ - - -/* including file 'src/layer.cpp' */ -/* modified 2022-11-06T12:45:56, size 37615 */ - -//////////////////////////////////////////////////////////////////////////////////////////////////// -//////////////////// 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 into the paint buffer(s). - - 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. - - \section qcplayer-defaultlayers Default layers - - Initially, QCustomPlot has six layers: "background", "grid", "main", "axes", "legend" and - "overlay" (in that order). On top is the "overlay" layer, which only contains the QCustomPlot's - selection rect (\ref QCustomPlot::selectionRect). The next two layers "axes" and "legend" contain - the default axes and legend, so they will be drawn above plottables. 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). - - \section qcplayer-ordering Controlling the rendering order via layers - - Controlling the ordering of layerables in the plot is easy: Create a new layer in the position - you want the layerable to be in, e.g. above "main", with \ref QCustomPlot::addLayer. Then set the - current layer with \ref 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 \ref 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. - - \section qcplayer-buffering Replotting only a specific layer - - If the layer mode (\ref setMode) is set to \ref lmBuffered, you can replot only this specific - layer by calling \ref replot. In certain situations this can provide better replot performance, - compared with a full replot of all layers. Upon creation of a new layer, the layer mode is - initialized to \ref lmLogical. The only layer that is set to \ref lmBuffered in a new \ref - QCustomPlot instance is the "overlay" layer, containing the selection rect. -*/ - -/* 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), - mMode(lmLogical) -{ - // 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(nullptr); // 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 nullptr 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; -} - -/*! - Sets the rendering mode of this layer. - - If \a mode is set to \ref lmBuffered for a layer, it will be given a dedicated paint buffer by - the parent QCustomPlot instance. This means it may be replotted individually by calling \ref - QCPLayer::replot, without needing to replot all other layers. - - Layers which are set to \ref lmLogical (the default) are used only to define the rendering order - and can't be replotted individually. - - Note that each layer which is set to \ref lmBuffered requires additional paint buffers for the - layers below, above and for the layer itself. This increases the memory consumption and - (slightly) decreases the repainting speed because multiple paint buffers need to be joined. So - you should carefully choose which layers benefit from having their own paint buffer. A typical - example would be a layer which contains certain layerables (e.g. items) that need to be changed - and thus replotted regularly, while all other layerables on other layers stay static. By default, - only the topmost layer called "overlay" is in mode \ref lmBuffered, and contains the selection - rect. - - \see replot -*/ -void QCPLayer::setMode(QCPLayer::LayerMode mode) -{ - if (mMode != mode) - { - mMode = mode; - if (QSharedPointer pb = mPaintBuffer.toStrongRef()) - pb->setInvalidated(); - } -} - -/*! \internal - - Draws the contents of this layer with the provided \a painter. - - \see replot, drawToPaintBuffer -*/ -void QCPLayer::draw(QCPPainter *painter) -{ - foreach (QCPLayerable *child, mChildren) - { - if (child->realVisibility()) - { - painter->save(); - painter->setClipRect(child->clipRect().translated(0, -1)); - child->applyDefaultAntialiasingHint(painter); - child->draw(painter); - painter->restore(); - } - } -} - -/*! \internal - - Draws the contents of this layer into the paint buffer which is associated with this layer. The - association is established by the parent QCustomPlot, which manages all paint buffers (see \ref - QCustomPlot::setupPaintBuffers). - - \see draw -*/ -void QCPLayer::drawToPaintBuffer() -{ - if (QSharedPointer pb = mPaintBuffer.toStrongRef()) - { - if (QCPPainter *painter = pb->startPainting()) - { - if (painter->isActive()) - draw(painter); - else - qDebug() << Q_FUNC_INFO << "paint buffer returned inactive painter"; - delete painter; - pb->donePainting(); - } else - qDebug() << Q_FUNC_INFO << "paint buffer returned nullptr painter"; - } else - qDebug() << Q_FUNC_INFO << "no valid paint buffer associated with this layer"; -} - -/*! - If the layer mode (\ref setMode) is set to \ref lmBuffered, this method allows replotting only - the layerables on this specific layer, without the need to replot all other layers (as a call to - \ref QCustomPlot::replot would do). - - QCustomPlot also makes sure to replot all layers instead of only this one, if the layer ordering - or any layerable-layer-association has changed since the last full replot and any other paint - buffers were thus invalidated. - - If the layer mode is \ref lmLogical however, this method simply calls \ref QCustomPlot::replot on - the parent QCustomPlot instance. - - \see draw -*/ -void QCPLayer::replot() -{ - if (mMode == lmBuffered && !mParentPlot->hasInvalidatedPaintBuffers()) - { - if (QSharedPointer pb = mPaintBuffer.toStrongRef()) - { - pb->clear(Qt::transparent); - drawToPaintBuffer(); - pb->setInvalidated(false); // since layer is lmBuffered, we know only this layer is on buffer and we can reset invalidated flag - mParentPlot->update(); - } else - qDebug() << Q_FUNC_INFO << "no valid paint buffer associated with this layer"; - } else - mParentPlot->replot(); -} - -/*! \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); - if (QSharedPointer pb = mPaintBuffer.toStrongRef()) - pb->setInvalidated(); - } 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)) - { - if (QSharedPointer pb = mPaintBuffer.toStrongRef()) - pb->setInvalidated(); - } else - 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 \c - nullptr. - - A parent layerable is set implicitly 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 and scatters. Those can be configured via QCPGraph::setAntialiased, - QCPGraph::setAntialiasedFill and QCPGraph::setAntialiasedScatters. 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 \c nullptr 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. It is not uncommon to set the QObject-parent to something else in the constructors of - QCPLayerable subclasses, to guarantee a working destruction hierarchy. -*/ -QCPLayerable::QCPLayerable(QCustomPlot *plot, QString targetLayer, QCPLayerable *parentLayerable) : - QObject(plot), - mVisible(true), - mParentPlot(plot), - mParentLayerable(parentLayerable), - mLayer(nullptr), - 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 = nullptr; - } -} - -/*! - 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. - - If \a layer is 0, this layerable will not be on any layer and thus not appear in the plot (or - interact/receive events). - - Returns true if the layer of this layerable was successfully changed to \a 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 this layerable's layer 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 \ref QCPLayoutElement), this function returns true only if this - layerable has its visibility set to true and the parent layerable's \ref realVisibility returns - true. -*/ -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 \ref selectEvent/\ref 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. - - In the case of 1D Plottables (\ref QCPAbstractPlottable1D, like \ref QCPGraph or \ref QCPBars) \a - details will be set to a \ref QCPDataSelection, describing the closest data point to \a pos. - - You may pass \c nullptr as \a details to indicate that you are not interested in those selection - details. - - \see selectEvent, deselectEvent, mousePressEvent, wheelEvent, QCustomPlot::setInteractions, - QCPAbstractPlottable1D::selectTestRect -*/ -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 \c nullptr 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 \c nullptr 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 \c nullptr 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 {}; -} - -/*! \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) -} - -/*! - This event gets called when the user presses a mouse button while the cursor is over the - layerable. Whether a cursor is over the layerable is decided by a preceding call to \ref - selectTest. - - The current pixel position of the cursor on the QCustomPlot widget is accessible via \c - event->pos(). The parameter \a details contains layerable-specific details about the hit, which - were generated in the previous call to \ref selectTest. For example, One-dimensional plottables - like \ref QCPGraph or \ref QCPBars convey the clicked data point in the \a details parameter, as - \ref QCPDataSelection packed as QVariant. Multi-part objects convey the specific \c - SelectablePart that was hit (e.g. \ref QCPAxis::SelectablePart in the case of axes). - - QCustomPlot uses an event propagation system that works the same as Qt's system. If your - layerable doesn't reimplement the \ref mousePressEvent or explicitly calls \c event->ignore() in - its reimplementation, the event will be propagated to the next layerable in the stacking order. - - Once a layerable has accepted the \ref mousePressEvent, it is considered the mouse grabber and - will receive all following calls to \ref mouseMoveEvent or \ref mouseReleaseEvent for this mouse - interaction (a "mouse interaction" in this context ends with the release). - - The default implementation does nothing except explicitly ignoring the event with \c - event->ignore(). - - \see mouseMoveEvent, mouseReleaseEvent, mouseDoubleClickEvent, wheelEvent -*/ -void QCPLayerable::mousePressEvent(QMouseEvent *event, const QVariant &details) -{ - Q_UNUSED(details) - event->ignore(); -} - -/*! - This event gets called when the user moves the mouse while holding a mouse button, after this - layerable has become the mouse grabber by accepting the preceding \ref mousePressEvent. - - The current pixel position of the cursor on the QCustomPlot widget is accessible via \c - event->pos(). The parameter \a startPos indicates the position where the initial \ref - mousePressEvent occurred, that started the mouse interaction. - - The default implementation does nothing. - - \see mousePressEvent, mouseReleaseEvent, mouseDoubleClickEvent, wheelEvent -*/ -void QCPLayerable::mouseMoveEvent(QMouseEvent *event, const QPointF &startPos) -{ - Q_UNUSED(startPos) - event->ignore(); -} - -/*! - This event gets called when the user releases the mouse button, after this layerable has become - the mouse grabber by accepting the preceding \ref mousePressEvent. - - The current pixel position of the cursor on the QCustomPlot widget is accessible via \c - event->pos(). The parameter \a startPos indicates the position where the initial \ref - mousePressEvent occurred, that started the mouse interaction. - - The default implementation does nothing. - - \see mousePressEvent, mouseMoveEvent, mouseDoubleClickEvent, wheelEvent -*/ -void QCPLayerable::mouseReleaseEvent(QMouseEvent *event, const QPointF &startPos) -{ - Q_UNUSED(startPos) - event->ignore(); -} - -/*! - This event gets called when the user presses the mouse button a second time in a double-click, - while the cursor is over the layerable. Whether a cursor is over the layerable is decided by a - preceding call to \ref selectTest. - - The \ref mouseDoubleClickEvent is called instead of the second \ref mousePressEvent. So in the - case of a double-click, the event succession is - pressEvent – releaseEvent – doubleClickEvent – releaseEvent. - - The current pixel position of the cursor on the QCustomPlot widget is accessible via \c - event->pos(). The parameter \a details contains layerable-specific details about the hit, which - were generated in the previous call to \ref selectTest. For example, One-dimensional plottables - like \ref QCPGraph or \ref QCPBars convey the clicked data point in the \a details parameter, as - \ref QCPDataSelection packed as QVariant. Multi-part objects convey the specific \c - SelectablePart that was hit (e.g. \ref QCPAxis::SelectablePart in the case of axes). - - Similarly to \ref mousePressEvent, once a layerable has accepted the \ref mouseDoubleClickEvent, - it is considered the mouse grabber and will receive all following calls to \ref mouseMoveEvent - and \ref mouseReleaseEvent for this mouse interaction (a "mouse interaction" in this context ends - with the release). - - The default implementation does nothing except explicitly ignoring the event with \c - event->ignore(). - - \see mousePressEvent, mouseMoveEvent, mouseReleaseEvent, wheelEvent -*/ -void QCPLayerable::mouseDoubleClickEvent(QMouseEvent *event, const QVariant &details) -{ - Q_UNUSED(details) - event->ignore(); -} - -/*! - This event gets called when the user turns the mouse scroll wheel while the cursor is over the - layerable. Whether a cursor is over the layerable is decided by a preceding call to \ref - selectTest. - - The current pixel position of the cursor on the QCustomPlot widget is accessible via \c - event->pos(). - - The \c event->angleDelta() indicates how far the mouse wheel was turned, which is usually +/- 120 - for single rotation steps. However, if the mouse wheel is turned rapidly, multiple steps may - accumulate to one event, making the delta larger. On the other hand, if the wheel has very smooth - steps or none at all, the delta may be smaller. - - The default implementation does nothing. - - \see mousePressEvent, mouseMoveEvent, mouseReleaseEvent, mouseDoubleClickEvent -*/ -void QCPLayerable::wheelEvent(QWheelEvent *event) -{ - event->ignore(); -} -/* end of 'src/layer.cpp' */ - - -/* including file 'src/axis/range.cpp' */ -/* modified 2022-11-06T12:45:56, size 12221 */ - -//////////////////////////////////////////////////////////////////////////////////////////////////// -//////////////////// 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 -*/ - -/* start of documentation of inline functions */ - -/*! \fn double QCPRange::size() const - - Returns the size of the range, i.e. \a upper-\a lower -*/ - -/*! \fn double QCPRange::center() const - - Returns the center of the range, i.e. (\a upper+\a lower)*0.5 -*/ - -/*! \fn void QCPRange::normalize() - - Makes sure \a lower is numerically smaller than \a upper. If this is not the case, the values are - swapped. -*/ - -/*! \fn bool QCPRange::contains(double value) const - - Returns true when \a value lies within or exactly on the borders of the range. -*/ - -/*! \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 of documentation of inline functions */ - -/*! - 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. - - \warning Do not use this constant to indicate "arbitrarily small" values in plotting logic (as - values that will appear in the plot)! It is intended only as a bound to compare against, e.g. to - prevent axis ranges from obtaining underflowing ranges. - - \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. - - \warning Do not use this constant to indicate "arbitrarily large" values in plotting logic (as - values that will appear in the plot)! It is intended only as a bound to compare against, e.g. to - prevent axis ranges from obtaining overflowing ranges. - - \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. - - The resulting range will be normalized (see \ref normalize), so if \a lower is not numerically - smaller than \a upper, they will be swapped. -*/ -QCPRange::QCPRange(double lower, double upper) : - lower(lower), - upper(upper) -{ - normalize(); -} - -/*! \overload - - 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 this range contains NaN as lower or upper bound, it will be replaced by the respective bound - of \a otherRange. - - 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 || qIsNaN(lower)) - lower = otherRange.lower; - if (upper < otherRange.upper || qIsNaN(upper)) - upper = otherRange.upper; -} - -/*! \overload - - Expands this range such that \a includeCoord is contained in the new range. It is assumed that - this range is normalized (see \ref normalize). - - If this range contains NaN as lower or upper bound, the respective bound will be set to \a - includeCoord. - - If \a includeCoord is already inside the current range, this function does nothing. - - \see expand -*/ -void QCPRange::expand(double includeCoord) -{ - if (lower > includeCoord || qIsNaN(lower)) - lower = includeCoord; - if (upper < includeCoord || qIsNaN(upper)) - upper = includeCoord; -} - - -/*! \overload - - 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). - - If this range contains NaN as lower or upper bound, the returned range's bound will be taken from - \a otherRange. - - \see expand -*/ -QCPRange QCPRange::expanded(const QCPRange &otherRange) const -{ - QCPRange result = *this; - result.expand(otherRange); - return result; -} - -/*! \overload - - Returns an expanded range that includes the specified \a includeCoord. It is assumed that this - range is normalized (see \ref normalize). - - If this range contains NaN as lower or upper bound, the returned range's bound will be set to \a - includeCoord. - - \see expand -*/ -QCPRange QCPRange::expanded(double includeCoord) const -{ - QCPRange result = *this; - result.expand(includeCoord); - return result; -} - -/*! - Returns this range, possibly modified to not exceed the bounds provided as \a lowerBound and \a - upperBound. If possible, the size of the current range is preserved in the process. - - If the range shall only be bounded at the lower side, you can set \a upperBound to \ref - QCPRange::maxRange. If it shall only be bounded at the upper side, set \a lowerBound to -\ref - QCPRange::maxRange. -*/ -QCPRange QCPRange::bounded(double lowerBound, double upperBound) const -{ - if (lowerBound > upperBound) - qSwap(lowerBound, upperBound); - - QCPRange result(lower, upper); - if (result.lower < lowerBound) - { - result.lower = lowerBound; - result.upper = lowerBound + size(); - if (result.upper > upperBound || qFuzzyCompare(size(), upperBound-lowerBound)) - result.upper = upperBound; - } else if (result.upper > upperBound) - { - result.upper = upperBound; - result.lower = upperBound - size(); - if (result.lower < lowerBound || qFuzzyCompare(size(), upperBound-lowerBound)) - result.lower = lowerBound; - } - - 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 -maxRange && - upper < maxRange && - qAbs(lower-upper) > minRange && - qAbs(lower-upper) < maxRange && - !(lower > 0 && qIsInf(upper/lower)) && - !(upper < 0 && qIsInf(lower/upper))); -} - -/*! - \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 > 0 && qIsInf(range.upper/range.lower)) && - !(range.upper < 0 && qIsInf(range.lower/range.upper))); -} -/* end of 'src/axis/range.cpp' */ - - -/* including file 'src/selection.cpp' */ -/* modified 2022-11-06T12:45:56, size 21837 */ - -//////////////////////////////////////////////////////////////////////////////////////////////////// -//////////////////// QCPDataRange -//////////////////////////////////////////////////////////////////////////////////////////////////// - -/*! \class QCPDataRange - \brief Describes a data range given by begin and end index - - QCPDataRange holds two integers describing the begin (\ref setBegin) and end (\ref setEnd) index - of a contiguous set of data points. The \a end index corresponds to the data point just after the - last data point of the data range, like in standard iterators. - - Data Ranges are not bound to a certain plottable, thus they can be freely exchanged, created and - modified. If a non-contiguous data set shall be described, the class \ref QCPDataSelection is - used, which holds and manages multiple instances of \ref QCPDataRange. In most situations, \ref - QCPDataSelection is thus used. - - Both \ref QCPDataRange and \ref QCPDataSelection offer convenience methods to work with them, - e.g. \ref bounded, \ref expanded, \ref intersects, \ref intersection, \ref adjusted, \ref - contains. Further, addition and subtraction operators (defined in \ref QCPDataSelection) can be - used to join/subtract data ranges and data selections (or mixtures), to retrieve a corresponding - \ref QCPDataSelection. - - %QCustomPlot's \ref dataselection "data selection mechanism" is based on \ref QCPDataSelection and - QCPDataRange. - - \note Do not confuse \ref QCPDataRange with \ref QCPRange. A \ref QCPRange describes an interval - in floating point plot coordinates, e.g. the current axis range. -*/ - -/* start documentation of inline functions */ - -/*! \fn int QCPDataRange::size() const - - Returns the number of data points described by this data range. This is equal to the end index - minus the begin index. - - \see length -*/ - -/*! \fn int QCPDataRange::length() const - - Returns the number of data points described by this data range. Equivalent to \ref size. -*/ - -/*! \fn void QCPDataRange::setBegin(int begin) - - Sets the begin of this data range. The \a begin index points to the first data point that is part - of the data range. - - No checks or corrections are made to ensure the resulting range is valid (\ref isValid). - - \see setEnd -*/ - -/*! \fn void QCPDataRange::setEnd(int end) - - Sets the end of this data range. The \a end index points to the data point just after the last - data point that is part of the data range. - - No checks or corrections are made to ensure the resulting range is valid (\ref isValid). - - \see setBegin -*/ - -/*! \fn bool QCPDataRange::isValid() const - - Returns whether this range is valid. A valid range has a begin index greater or equal to 0, and - an end index greater or equal to the begin index. - - \note Invalid ranges should be avoided and are never the result of any of QCustomPlot's methods - (unless they are themselves fed with invalid ranges). Do not pass invalid ranges to QCustomPlot's - methods. The invalid range is not inherently prevented in QCPDataRange, to allow temporary - invalid begin/end values while manipulating the range. An invalid range is not necessarily empty - (\ref isEmpty), since its \ref length can be negative and thus non-zero. -*/ - -/*! \fn bool QCPDataRange::isEmpty() const - - Returns whether this range is empty, i.e. whether its begin index equals its end index. - - \see size, length -*/ - -/*! \fn QCPDataRange QCPDataRange::adjusted(int changeBegin, int changeEnd) const - - Returns a data range where \a changeBegin and \a changeEnd were added to the begin and end - indices, respectively. -*/ - -/* end documentation of inline functions */ - -/*! - Creates an empty QCPDataRange, with begin and end set to 0. -*/ -QCPDataRange::QCPDataRange() : - mBegin(0), - mEnd(0) -{ -} - -/*! - Creates a QCPDataRange, initialized with the specified \a begin and \a end. - - No checks or corrections are made to ensure the resulting range is valid (\ref isValid). -*/ -QCPDataRange::QCPDataRange(int begin, int end) : - mBegin(begin), - mEnd(end) -{ -} - -/*! - Returns a data range that matches this data range, except that parts exceeding \a other are - excluded. - - This method is very similar to \ref intersection, with one distinction: If this range and the \a - other range share no intersection, the returned data range will be empty with begin and end set - to the respective boundary side of \a other, at which this range is residing. (\ref intersection - would just return a range with begin and end set to 0.) -*/ -QCPDataRange QCPDataRange::bounded(const QCPDataRange &other) const -{ - QCPDataRange result(intersection(other)); - if (result.isEmpty()) // no intersection, preserve respective bounding side of otherRange as both begin and end of return value - { - if (mEnd <= other.mBegin) - result = QCPDataRange(other.mBegin, other.mBegin); - else - result = QCPDataRange(other.mEnd, other.mEnd); - } - return result; -} - -/*! - Returns a data range that contains both this data range as well as \a other. -*/ -QCPDataRange QCPDataRange::expanded(const QCPDataRange &other) const -{ - return {qMin(mBegin, other.mBegin), qMax(mEnd, other.mEnd)}; -} - -/*! - Returns the data range which is contained in both this data range and \a other. - - This method is very similar to \ref bounded, with one distinction: If this range and the \a other - range share no intersection, the returned data range will be empty with begin and end set to 0. - (\ref bounded would return a range with begin and end set to one of the boundaries of \a other, - depending on which side this range is on.) - - \see QCPDataSelection::intersection -*/ -QCPDataRange QCPDataRange::intersection(const QCPDataRange &other) const -{ - QCPDataRange result(qMax(mBegin, other.mBegin), qMin(mEnd, other.mEnd)); - if (result.isValid()) - return result; - else - return {}; -} - -/*! - Returns whether this data range and \a other share common data points. - - \see intersection, contains -*/ -bool QCPDataRange::intersects(const QCPDataRange &other) const -{ - return !( (mBegin > other.mBegin && mBegin >= other.mEnd) || - (mEnd <= other.mBegin && mEnd < other.mEnd) ); -} - -/*! - Returns whether all data points of \a other are also contained inside this data range. - - \see intersects -*/ -bool QCPDataRange::contains(const QCPDataRange &other) const -{ - return mBegin <= other.mBegin && mEnd >= other.mEnd; -} - - - -//////////////////////////////////////////////////////////////////////////////////////////////////// -//////////////////// QCPDataSelection -//////////////////////////////////////////////////////////////////////////////////////////////////// - -/*! \class QCPDataSelection - \brief Describes a data set by holding multiple QCPDataRange instances - - QCPDataSelection manages multiple instances of QCPDataRange in order to represent any (possibly - disjoint) set of data selection. - - The data selection can be modified with addition and subtraction operators which take - QCPDataSelection and QCPDataRange instances, as well as methods such as \ref addDataRange and - \ref clear. Read access is provided by \ref dataRange, \ref dataRanges, \ref dataRangeCount, etc. - - The method \ref simplify is used to join directly adjacent or even overlapping QCPDataRange - instances. QCPDataSelection automatically simplifies when using the addition/subtraction - operators. The only case when \ref simplify is left to the user, is when calling \ref - addDataRange, with the parameter \a simplify explicitly set to false. This is useful if many data - ranges will be added to the selection successively and the overhead for simplifying after each - iteration shall be avoided. In this case, you should make sure to call \ref simplify after - completing the operation. - - Use \ref enforceType to bring the data selection into a state complying with the constraints for - selections defined in \ref QCP::SelectionType. - - %QCustomPlot's \ref dataselection "data selection mechanism" is based on QCPDataSelection and - QCPDataRange. - - \section qcpdataselection-iterating Iterating over a data selection - - As an example, the following code snippet calculates the average value of a graph's data - \ref QCPAbstractPlottable::selection "selection": - - \snippet documentation/doc-code-snippets/mainwindow.cpp qcpdataselection-iterating-1 - -*/ - -/* start documentation of inline functions */ - -/*! \fn int QCPDataSelection::dataRangeCount() const - - Returns the number of ranges that make up the data selection. The ranges can be accessed by \ref - dataRange via their index. - - \see dataRange, dataPointCount -*/ - -/*! \fn QList QCPDataSelection::dataRanges() const - - Returns all data ranges that make up the data selection. If the data selection is simplified (the - usual state of the selection, see \ref simplify), the ranges are sorted by ascending data point - index. - - \see dataRange -*/ - -/*! \fn bool QCPDataSelection::isEmpty() const - - Returns true if there are no data ranges, and thus no data points, in this QCPDataSelection - instance. - - \see dataRangeCount -*/ - -/* end documentation of inline functions */ - -/*! - Creates an empty QCPDataSelection. -*/ -QCPDataSelection::QCPDataSelection() -{ -} - -/*! - Creates a QCPDataSelection containing the provided \a range. -*/ -QCPDataSelection::QCPDataSelection(const QCPDataRange &range) -{ - mDataRanges.append(range); -} - -/*! - Returns true if this selection is identical (contains the same data ranges with the same begin - and end indices) to \a other. - - Note that both data selections must be in simplified state (the usual state of the selection, see - \ref simplify) for this operator to return correct results. -*/ -bool QCPDataSelection::operator==(const QCPDataSelection &other) const -{ - if (mDataRanges.size() != other.mDataRanges.size()) - return false; - for (int i=0; i= other.end()) - break; // since data ranges are sorted after the simplify() call, no ranges which contain other will come after this - - if (thisEnd > other.begin()) // ranges which don't fulfill this are entirely before other and can be ignored - { - if (thisBegin >= other.begin()) // range leading segment is encompassed - { - if (thisEnd <= other.end()) // range fully encompassed, remove completely - { - mDataRanges.removeAt(i); - continue; - } else // only leading segment is encompassed, trim accordingly - mDataRanges[i].setBegin(other.end()); - } else // leading segment is not encompassed - { - if (thisEnd <= other.end()) // only trailing segment is encompassed, trim accordingly - { - mDataRanges[i].setEnd(other.begin()); - } else // other lies inside this range, so split range - { - mDataRanges[i].setEnd(other.begin()); - mDataRanges.insert(i+1, QCPDataRange(other.end(), thisEnd)); - break; // since data ranges are sorted (and don't overlap) after simplify() call, we're done here - } - } - } - ++i; - } - - return *this; -} - -/*! - Returns the total number of data points contained in all data ranges that make up this data - selection. -*/ -int QCPDataSelection::dataPointCount() const -{ - int result = 0; - foreach (QCPDataRange dataRange, mDataRanges) - result += dataRange.length(); - return result; -} - -/*! - Returns the data range with the specified \a index. - - If the data selection is simplified (the usual state of the selection, see \ref simplify), the - ranges are sorted by ascending data point index. - - \see dataRangeCount -*/ -QCPDataRange QCPDataSelection::dataRange(int index) const -{ - if (index >= 0 && index < mDataRanges.size()) - { - return mDataRanges.at(index); - } else - { - qDebug() << Q_FUNC_INFO << "index out of range:" << index; - return {}; - } -} - -/*! - Returns a \ref QCPDataRange which spans the entire data selection, including possible - intermediate segments which are not part of the original data selection. -*/ -QCPDataRange QCPDataSelection::span() const -{ - if (isEmpty()) - return {}; - else - return {mDataRanges.first().begin(), mDataRanges.last().end()}; -} - -/*! - Adds the given \a dataRange to this data selection. This is equivalent to the += operator but - allows disabling immediate simplification by setting \a simplify to false. This can improve - performance if adding a very large amount of data ranges successively. In this case, make sure to - call \ref simplify manually, after the operation. -*/ -void QCPDataSelection::addDataRange(const QCPDataRange &dataRange, bool simplify) -{ - mDataRanges.append(dataRange); - if (simplify) - this->simplify(); -} - -/*! - Removes all data ranges. The data selection then contains no data points. - - \ref isEmpty -*/ -void QCPDataSelection::clear() -{ - mDataRanges.clear(); -} - -/*! - Sorts all data ranges by range begin index in ascending order, and then joins directly adjacent - or overlapping ranges. This can reduce the number of individual data ranges in the selection, and - prevents possible double-counting when iterating over the data points held by the data ranges. - - This method is automatically called when using the addition/subtraction operators. The only case - when \ref simplify is left to the user, is when calling \ref addDataRange, with the parameter \a - simplify explicitly set to false. -*/ -void QCPDataSelection::simplify() -{ - // remove any empty ranges: - for (int i=mDataRanges.size()-1; i>=0; --i) - { - if (mDataRanges.at(i).isEmpty()) - mDataRanges.removeAt(i); - } - if (mDataRanges.isEmpty()) - return; - - // sort ranges by starting value, ascending: - std::sort(mDataRanges.begin(), mDataRanges.end(), lessThanDataRangeBegin); - - // join overlapping/contiguous ranges: - int i = 1; - while (i < mDataRanges.size()) - { - if (mDataRanges.at(i-1).end() >= mDataRanges.at(i).begin()) // range i overlaps/joins with i-1, so expand range i-1 appropriately and remove range i from list - { - mDataRanges[i-1].setEnd(qMax(mDataRanges.at(i-1).end(), mDataRanges.at(i).end())); - mDataRanges.removeAt(i); - } else - ++i; - } -} - -/*! - Makes sure this data selection conforms to the specified \a type selection type. Before the type - is enforced, \ref simplify is called. - - Depending on \a type, enforcing means adding new data points that were previously not part of the - selection, or removing data points from the selection. If the current selection already conforms - to \a type, the data selection is not changed. - - \see QCP::SelectionType -*/ -void QCPDataSelection::enforceType(QCP::SelectionType type) -{ - simplify(); - switch (type) - { - case QCP::stNone: - { - mDataRanges.clear(); - break; - } - case QCP::stWhole: - { - // whole selection isn't defined by data range, so don't change anything (is handled in plottable methods) - break; - } - case QCP::stSingleData: - { - // reduce all data ranges to the single first data point: - if (!mDataRanges.isEmpty()) - { - if (mDataRanges.size() > 1) - mDataRanges = QList() << mDataRanges.first(); - if (mDataRanges.first().length() > 1) - mDataRanges.first().setEnd(mDataRanges.first().begin()+1); - } - break; - } - case QCP::stDataRange: - { - if (!isEmpty()) - mDataRanges = QList() << span(); - break; - } - case QCP::stMultipleDataRanges: - { - // this is the selection type that allows all concievable combinations of ranges, so do nothing - break; - } - } -} - -/*! - Returns true if the data selection \a other is contained entirely in this data selection, i.e. - all data point indices that are in \a other are also in this data selection. - - \see QCPDataRange::contains -*/ -bool QCPDataSelection::contains(const QCPDataSelection &other) const -{ - if (other.isEmpty()) return false; - - int otherIndex = 0; - int thisIndex = 0; - while (thisIndex < mDataRanges.size() && otherIndex < other.mDataRanges.size()) - { - if (mDataRanges.at(thisIndex).contains(other.mDataRanges.at(otherIndex))) - ++otherIndex; - else - ++thisIndex; - } - return thisIndex < mDataRanges.size(); // if thisIndex ran all the way to the end to find a containing range for the current otherIndex, other is not contained in this -} - -/*! - Returns a data selection containing the points which are both in this data selection and in the - data range \a other. - - A common use case is to limit an unknown data selection to the valid range of a data container, - using \ref QCPDataContainer::dataRange as \a other. One can then safely iterate over the returned - data selection without exceeding the data container's bounds. -*/ -QCPDataSelection QCPDataSelection::intersection(const QCPDataRange &other) const -{ - QCPDataSelection result; - foreach (QCPDataRange dataRange, mDataRanges) - result.addDataRange(dataRange.intersection(other), false); - result.simplify(); - return result; -} - -/*! - Returns a data selection containing the points which are both in this data selection and in the - data selection \a other. -*/ -QCPDataSelection QCPDataSelection::intersection(const QCPDataSelection &other) const -{ - QCPDataSelection result; - for (int i=0; iorientation() == Qt::Horizontal) - return {axis->pixelToCoord(mRect.left()), axis->pixelToCoord(mRect.left()+mRect.width())}; - else - return {axis->pixelToCoord(mRect.top()+mRect.height()), axis->pixelToCoord(mRect.top())}; - } else - { - qDebug() << Q_FUNC_INFO << "called with axis zero"; - return {}; - } -} - -/*! - Sets the pen that will be used to draw the selection rect outline. - - \see setBrush -*/ -void QCPSelectionRect::setPen(const QPen &pen) -{ - mPen = pen; -} - -/*! - Sets the brush that will be used to fill the selection rect. By default the selection rect is not - filled, i.e. \a brush is Qt::NoBrush. - - \see setPen -*/ -void QCPSelectionRect::setBrush(const QBrush &brush) -{ - mBrush = brush; -} - -/*! - If there is currently a selection interaction going on (\ref isActive), the interaction is - canceled. The selection rect will emit the \ref canceled signal. -*/ -void QCPSelectionRect::cancel() -{ - if (mActive) - { - mActive = false; - emit canceled(mRect, nullptr); - } -} - -/*! \internal - - This method is called by QCustomPlot to indicate that a selection rect interaction was initiated. - The default implementation sets the selection rect to active, initializes the selection rect - geometry and emits the \ref started signal. -*/ -void QCPSelectionRect::startSelection(QMouseEvent *event) -{ - mActive = true; - mRect = QRect(event->pos(), event->pos()); - emit started(event); -} - -/*! \internal - - This method is called by QCustomPlot to indicate that an ongoing selection rect interaction needs - to update its geometry. The default implementation updates the rect and emits the \ref changed - signal. -*/ -void QCPSelectionRect::moveSelection(QMouseEvent *event) -{ - mRect.setBottomRight(event->pos()); - emit changed(mRect, event); - layer()->replot(); -} - -/*! \internal - - This method is called by QCustomPlot to indicate that an ongoing selection rect interaction has - finished by the user releasing the mouse button. The default implementation deactivates the - selection rect and emits the \ref accepted signal. -*/ -void QCPSelectionRect::endSelection(QMouseEvent *event) -{ - mRect.setBottomRight(event->pos()); - mActive = false; - emit accepted(mRect, event); -} - -/*! \internal - - This method is called by QCustomPlot when a key has been pressed by the user while the selection - rect interaction is active. The default implementation allows to \ref cancel the interaction by - hitting the escape key. -*/ -void QCPSelectionRect::keyPressEvent(QKeyEvent *event) -{ - if (event->key() == Qt::Key_Escape && mActive) - { - mActive = false; - emit canceled(mRect, event); - } -} - -/* inherits documentation from base class */ -void QCPSelectionRect::applyDefaultAntialiasingHint(QCPPainter *painter) const -{ - applyAntialiasingHint(painter, mAntialiased, QCP::aeOther); -} - -/*! \internal - - If the selection rect is active (\ref isActive), draws the selection rect defined by \a mRect. - - \seebaseclassmethod -*/ -void QCPSelectionRect::draw(QCPPainter *painter) -{ - if (mActive) - { - painter->setPen(mPen); - painter->setBrush(mBrush); - painter->drawRect(mRect); - } -} -/* end of 'src/selectionrect.cpp' */ - - -/* including file 'src/layout.cpp' */ -/* modified 2022-11-06T12:45:56, size 78863 */ - -//////////////////////////////////////////////////////////////////////////////////////////////////// -//////////////////// 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(), nullptr); // 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; - foreach (QCPLayoutElement *el, mChildren.value(side)) - { - if (!el->autoMargins().testFlag(side)) - continue; - int m = qMax(el->calculateAutoMargin(side), QCP::getMarginValue(el->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 QCPTextElement 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 outerRect, \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. - - \see outerRect -*/ - -/*! \fn QRect QCPLayoutElement::outerRect() const - - Returns the outer rect of this layout element. The outer rect is the inner rect expanded by the - margins (\ref setMargins, \ref setAutoMargins). The outer rect is used (and set via \ref - setOuterRect) by the parent \ref QCPLayout to control the size of this layout element. - - \see rect -*/ - -/* 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(nullptr), - mMinimumSize(), - mMaximumSize(QWIDGETSIZE_MAX, QWIDGETSIZE_MAX), - mSizeConstraintRect(scrInnerRect), - 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, nullptr); // 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, QCP::MarginSide -*/ -void QCPLayoutElement::setAutoMargins(QCP::MarginSides sides) -{ - mAutoMargins = sides; -} - -/*! - Sets the minimum size 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. - - Whether this constraint applies to the inner or the outer rect can be specified with \ref - setSizeConstraintRect (see \ref rect and \ref outerRect). -*/ -void QCPLayoutElement::setMinimumSize(const QSize &size) -{ - if (mMinimumSize != size) - { - mMinimumSize = size; - if (mParentLayout) - mParentLayout->sizeConstraintsChanged(); - } -} - -/*! \overload - - Sets the minimum size of this layout element. - - Whether this constraint applies to the inner or the outer rect can be specified with \ref - setSizeConstraintRect (see \ref rect and \ref outerRect). -*/ -void QCPLayoutElement::setMinimumSize(int width, int height) -{ - setMinimumSize(QSize(width, height)); -} - -/*! - Sets the maximum size of this layout element. A parent layout tries to respect the \a size here - by changing row/column sizes in the layout accordingly. - - Whether this constraint applies to the inner or the outer rect can be specified with \ref - setSizeConstraintRect (see \ref rect and \ref outerRect). -*/ -void QCPLayoutElement::setMaximumSize(const QSize &size) -{ - if (mMaximumSize != size) - { - mMaximumSize = size; - if (mParentLayout) - mParentLayout->sizeConstraintsChanged(); - } -} - -/*! \overload - - Sets the maximum size of this layout element. - - Whether this constraint applies to the inner or the outer rect can be specified with \ref - setSizeConstraintRect (see \ref rect and \ref outerRect). -*/ -void QCPLayoutElement::setMaximumSize(int width, int height) -{ - setMaximumSize(QSize(width, height)); -} - -/*! - Sets to which rect of a layout element the size constraints apply. Size constraints can be set - via \ref setMinimumSize and \ref setMaximumSize. - - The outer rect (\ref outerRect) includes the margins (e.g. in the case of a QCPAxisRect the axis - labels), whereas the inner rect (\ref rect) does not. - - \see setMinimumSize, setMaximumSize -*/ -void QCPLayoutElement::setSizeConstraintRect(SizeConstraintRect constraintRect) -{ - if (mSizeConstraintRect != constraintRect) - { - mSizeConstraintRect = constraintRect; - if (mParentLayout) - mParentLayout->sizeConstraintsChanged(); - } -} - -/*! - 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 \c nullptr. - - Note that margin groups only work for margin sides that are set to automatic (\ref - setAutoMargins). - - \see QCP::MarginSide -*/ -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); - - foreach (QCP::MarginSide side, sideVector) - { - if (marginGroup(side) != group) - { - QCPMarginGroup *oldGroup = marginGroup(side); - if (oldGroup) // unregister at old group - oldGroup->removeChild(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; - const 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 suggested minimum size this layout element (the \ref outerRect) may be compressed to, - if no manual minimum size is set. - - if a minimum size (\ref setMinimumSize) was not set manually, parent layouts use the returned size - (usually indirectly through \ref QCPLayout::getFinalMinimumOuterSize) to determine the minimum - allowed size of this layout element. - - A manual minimum size is considered set if it is non-zero. - - The default implementation simply returns the sum of the horizontal margins for the width and the - sum of the vertical margins for the height. Reimplementations may use their detailed knowledge - about the layout element's content to provide size hints. -*/ -QSize QCPLayoutElement::minimumOuterSizeHint() const -{ - return {mMargins.left()+mMargins.right(), mMargins.top()+mMargins.bottom()}; -} - -/*! - Returns the suggested maximum size this layout element (the \ref outerRect) may be expanded to, - if no manual maximum size is set. - - if a maximum size (\ref setMaximumSize) was not set manually, parent layouts use the returned - size (usually indirectly through \ref QCPLayout::getFinalMaximumOuterSize) to determine the - maximum allowed size of this layout element. - - A manual maximum size is considered set if it is smaller than Qt's \c QWIDGETSIZE_MAX. - - The default implementation simply returns \c QWIDGETSIZE_MAX for both width and height, implying - no suggested maximum size. Reimplementations may use their detailed knowledge about the layout - element's content to provide size hints. -*/ -QSize QCPLayoutElement::maximumOuterSizeHint() const -{ - return {QWIDGETSIZE_MAX, QWIDGETSIZE_MAX}; -} - -/*! - 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 \c nullptr entries in the returned list. For example, QCPLayoutGrid may - have empty cells which yield \c nullptr 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)); -} - -/*! \internal - - This virtual method is called when this layout element was moved to a different QCPLayout, or - when this layout element has changed its logical position (e.g. row and/or column) within the - same QCPLayout. Subclasses may use this to react accordingly. - - Since this method is called after the completion of the move, you can access the new parent - layout via \ref layout(). - - The default implementation does nothing. -*/ -void QCPLayoutElement::layoutChanged() -{ -} - -//////////////////////////////////////////////////////////////////////////////////////////////////// -//////////////////// 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 \c - nullptr. - - 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 \c nullptr 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 \c nullptr. - - 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() -{ -} - -/*! - If \a phase is \ref upLayout, calls \ref updateLayout, which subclasses may reimplement to - reposition and resize their cells. - - Finally, the call is propagated down to all child \ref QCPLayoutElement "QCPLayoutElements". - - For details about this method and the update phases, see the documentation of \ref - QCPLayoutElement::update. -*/ -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); - el->layoutChanged(); - } 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 = nullptr; - el->setParentLayerable(nullptr); - 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; iminimumOuterSizeHint(); - QSize minOuter = el->minimumSize(); // depending on sizeConstraitRect this might be with respect to inner rect, so possibly add margins in next four lines (preserving unset minimum of 0) - if (minOuter.width() > 0 && el->sizeConstraintRect() == QCPLayoutElement::scrInnerRect) - minOuter.rwidth() += el->margins().left() + el->margins().right(); - if (minOuter.height() > 0 && el->sizeConstraintRect() == QCPLayoutElement::scrInnerRect) - minOuter.rheight() += el->margins().top() + el->margins().bottom(); - - return {minOuter.width() > 0 ? minOuter.width() : minOuterHint.width(), - minOuter.height() > 0 ? minOuter.height() : minOuterHint.height()}; -} - -/*! \internal - - This is a helper function for the implementation of subclasses. - - It returns the maximum size that should finally be used for the outer rect of the passed layout - element \a el. - - It takes into account whether a manual maximum size is set (\ref - QCPLayoutElement::setMaximumSize), which size constraint is set (\ref - QCPLayoutElement::setSizeConstraintRect), as well as the maximum size hint, if no manual maximum - size was set (\ref QCPLayoutElement::maximumOuterSizeHint). -*/ -QSize QCPLayout::getFinalMaximumOuterSize(const QCPLayoutElement *el) -{ - QSize maxOuterHint = el->maximumOuterSizeHint(); - QSize maxOuter = el->maximumSize(); // depending on sizeConstraitRect this might be with respect to inner rect, so possibly add margins in next four lines (preserving unset maximum of QWIDGETSIZE_MAX) - if (maxOuter.width() < QWIDGETSIZE_MAX && el->sizeConstraintRect() == QCPLayoutElement::scrInnerRect) - maxOuter.rwidth() += el->margins().left() + el->margins().right(); - if (maxOuter.height() < QWIDGETSIZE_MAX && el->sizeConstraintRect() == QCPLayoutElement::scrInnerRect) - maxOuter.rheight() += el->margins().top() + el->margins().bottom(); - - return {maxOuter.width() < QWIDGETSIZE_MAX ? maxOuter.width() : maxOuterHint.width(), - maxOuter.height() < QWIDGETSIZE_MAX ? maxOuter.height() : maxOuterHint.height()}; -} - - -//////////////////////////////////////////////////////////////////////////////////////////////////// -//////////////////// QCPLayoutGrid -//////////////////////////////////////////////////////////////////////////////////////////////////// - -/*! \class QCPLayoutGrid - \brief A layout that arranges child elements in a grid - - Elements are laid out in a grid with configurable stretch factors (\ref setColumnStretchFactor, - \ref setRowStretchFactor) and spacing (\ref setColumnSpacing, \ref setRowSpacing). - - Elements can be added to cells via \ref addElement. The grid is expanded if the specified row or - column doesn't exist yet. Whether a cell contains a valid layout element can be checked with \ref - hasElement, that element can be retrieved with \ref element. If rows and columns that only have - empty cells shall be removed, call \ref simplify. Removal of elements is either done by just - adding the element to a different layout or by using the QCPLayout interface \ref take or \ref - remove. - - If you use \ref addElement(QCPLayoutElement*) without explicit parameters for \a row and \a - column, the grid layout will choose the position according to the current \ref setFillOrder and - the wrapping (\ref setWrap). - - Row and column insertion can be performed with \ref insertRow and \ref insertColumn. -*/ - -/* start documentation of inline functions */ - -/*! \fn int QCPLayoutGrid::rowCount() const - - Returns the number of rows in the layout. - - \see columnCount -*/ - -/*! \fn int QCPLayoutGrid::columnCount() const - - Returns the number of columns in the layout. - - \see rowCount -*/ - -/* end documentation of inline functions */ - -/*! - Creates an instance of QCPLayoutGrid and sets default values. -*/ -QCPLayoutGrid::QCPLayoutGrid() : - mColumnSpacing(5), - mRowSpacing(5), - mWrap(0), - mFillOrder(foColumnsFirst) -{ -} - -QCPLayoutGrid::~QCPLayoutGrid() -{ - // 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 element in the cell in \a row and \a column. - - Returns \c nullptr if either the row/column is invalid or if the cell is empty. In those cases, a - qDebug message is printed. To check whether a cell exists and isn't empty, use \ref hasElement. - - \see addElement, hasElement -*/ -QCPLayoutElement *QCPLayoutGrid::element(int row, int column) const -{ - if (row >= 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 nullptr; -} - - -/*! \overload - - 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. - - Use the overload of this method without explicit row/column index to place the element according - to the configured fill order and wrapping settings. - - \see element, hasElement, take, remove -*/ -bool QCPLayoutGrid::addElement(int row, int column, QCPLayoutElement *element) -{ - if (!hasElement(row, column)) - { - if (element && element->layout()) // remove from old layout first - element->layout()->take(element); - expandTo(row+1, column+1); - mElements[row][column] = element; - if (element) - adoptElement(element); - return true; - } else - qDebug() << Q_FUNC_INFO << "There is already an element in the specified row/column:" << row << column; - return false; -} - -/*! \overload - - Adds the \a element to the next empty cell according to the current fill order (\ref - setFillOrder) and wrapping (\ref setWrap). If \a element is already in a layout, it is first - removed from there. If necessary, the layout is expanded to hold the new element. - - Returns true if the element was added successfully. - - \see setFillOrder, setWrap, element, hasElement, take, remove -*/ -bool QCPLayoutGrid::addElement(QCPLayoutElement *element) -{ - int rowIndex = 0; - int colIndex = 0; - if (mFillOrder == foColumnsFirst) - { - while (hasElement(rowIndex, colIndex)) - { - ++colIndex; - if (colIndex >= mWrap && mWrap > 0) - { - colIndex = 0; - ++rowIndex; - } - } - } else - { - while (hasElement(rowIndex, colIndex)) - { - ++rowIndex; - if (rowIndex >= mWrap && mWrap > 0) - { - rowIndex = 0; - ++colIndex; - } - } - } - return addElement(rowIndex, colIndex, element); -} - -/*! - 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, regardless of the stretch factor. (see \ref - QCPLayoutElement::setMinimumSize, \ref QCPLayoutElement::setMaximumSize, \ref - QCPLayoutElement::setSizeConstraintRect.) - - 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, regardless of the stretch factor. (see \ref - QCPLayoutElement::setMinimumSize, \ref QCPLayoutElement::setMaximumSize, \ref - QCPLayoutElement::setSizeConstraintRect.) - - 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, regardless of the stretch factor. (see \ref - QCPLayoutElement::setMinimumSize, \ref QCPLayoutElement::setMaximumSize, \ref - QCPLayoutElement::setSizeConstraintRect.) - - 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 tempElements; - if (rearrange) - { - tempElements.reserve(elCount); - 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= 0 && row < rowCount()) - { - if (column >= 0 && column < columnCount()) - { - switch (mFillOrder) - { - case foRowsFirst: return column*rowCount() + row; - case foColumnsFirst: return row*columnCount() + column; - } - } else - qDebug() << Q_FUNC_INFO << "row index out of bounds:" << row; - } else - qDebug() << Q_FUNC_INFO << "column index out of bounds:" << column; - return 0; -} - -/*! - Converts the linear index to row and column indices and writes the result to \a row and \a - column. - - The way the cells are indexed depends on \ref setFillOrder. If it is \ref foRowsFirst, the - indices increase left to right and then top to bottom. If it is \ref foColumnsFirst, the indices - increase top to bottom and then left to right. - - If there are no cells (i.e. column or row count is zero), sets \a row and \a column to -1. - - For the retrieved \a row and \a column to be valid, the passed \a index must be valid itself, - i.e. greater or equal to zero and smaller than the current \ref elementCount. - - \see rowColToIndex -*/ -void QCPLayoutGrid::indexToRowCol(int index, int &row, int &column) const -{ - row = -1; - column = -1; - const int nCols = columnCount(); - const int nRows = rowCount(); - if (nCols == 0 || nRows == 0) - return; - if (index < 0 || index >= elementCount()) - { - qDebug() << Q_FUNC_INFO << "index out of bounds:" << index; - return; - } - - switch (mFillOrder) - { - case foRowsFirst: - { - column = index / nRows; - row = index % nRows; - break; - } - case foColumnsFirst: - { - row = index / nCols; - column = index % nCols; - break; - } - } -} - -/* inherits documentation from base class */ -void QCPLayoutGrid::updateLayout() -{ - QVector 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))); - } - } -} - -/*! - \seebaseclassmethod - - Note that the association of the linear \a index to the row/column based cells depends on the - current setting of \ref setFillOrder. - - \see rowColToIndex -*/ -QCPLayoutElement *QCPLayoutGrid::elementAt(int index) const -{ - if (index >= 0 && index < elementCount()) - { - int row, col; - indexToRowCol(index, row, col); - return mElements.at(row).at(col); - } else - return nullptr; -} - -/*! - \seebaseclassmethod - - Note that the association of the linear \a index to the row/column based cells depends on the - current setting of \ref setFillOrder. - - \see rowColToIndex -*/ -QCPLayoutElement *QCPLayoutGrid::takeAt(int index) -{ - if (QCPLayoutElement *el = elementAt(index)) - { - releaseElement(el); - int row, col; - indexToRowCol(index, row, col); - mElements[row][col] = nullptr; - return el; - } else - { - qDebug() << Q_FUNC_INFO << "Attempt to take invalid index:" << index; - return nullptr; - } -} - -/* inherits documentation from base class */ -bool QCPLayoutGrid::take(QCPLayoutElement *element) -{ - if (element) - { - for (int i=0; i QCPLayoutGrid::elements(bool recursive) const -{ - QList result; - const int elCount = elementCount(); -#if QT_VERSION >= QT_VERSION_CHECK(4, 7, 0) - result.reserve(elCount); -#endif - for (int i=0; ielements(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); - foreach (int w, minColWidths) - result.rwidth() += w; - foreach (int h, minRowHeights) - result.rheight() += h; - result.rwidth() += qMax(0, columnCount()-1) * mColumnSpacing; - result.rheight() += qMax(0, rowCount()-1) * mRowSpacing; - result.rwidth() += mMargins.left()+mMargins.right(); - result.rheight() += mMargins.top()+mMargins.bottom(); - return result; -} - -/* inherits documentation from base class */ -QSize QCPLayoutGrid::maximumOuterSizeHint() const -{ - QVector maxColWidths, maxRowHeights; - getMaximumRowColSizes(&maxColWidths, &maxRowHeights); - - QSize result(0, 0); - foreach (int w, maxColWidths) - result.setWidth(qMin(result.width()+w, QWIDGETSIZE_MAX)); - foreach (int h, maxRowHeights) - result.setHeight(qMin(result.height()+h, QWIDGETSIZE_MAX)); - result.rwidth() += qMax(0, columnCount()-1) * mColumnSpacing; - result.rheight() += qMax(0, rowCount()-1) * mRowSpacing; - result.rwidth() += mMargins.left()+mMargins.right(); - result.rheight() += mMargins.top()+mMargins.bottom(); - if (result.height() > QWIDGETSIZE_MAX) - result.setHeight(QWIDGETSIZE_MAX); - if (result.width() > QWIDGETSIZE_MAX) - result.setWidth(QWIDGETSIZE_MAX); - return result; -} - -/*! \internal - - Places the minimum column widths and row heights into \a minColWidths and \a minRowHeights - respectively. - - The minimum height of a row is the largest minimum height of any element's outer rect in that - row. The minimum width of a column is the largest minimum width of any element's outer rect in - that column. - - This is a helper function for \ref updateLayout. - - \see getMaximumRowColSizes -*/ -void QCPLayoutGrid::getMinimumRowColSizes(QVector *minColWidths, QVector *minRowHeights) const -{ - *minColWidths = QVector(columnCount(), 0); - *minRowHeights = QVector(rowCount(), 0); - for (int row=0; rowat(col) < minSize.width()) - (*minColWidths)[col] = minSize.width(); - if (minRowHeights->at(row) < minSize.height()) - (*minRowHeights)[row] = minSize.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's outer rect in that - row. The maximum width of a column is the smallest maximum width of any element's outer rect 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; rowat(col) > maxSize.width()) - (*maxColWidths)[col] = maxSize.width(); - if (maxRowHeights->at(row) > maxSize.height()) - (*maxRowHeights)[row] = maxSize.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; -#if QT_VERSION < QT_VERSION_CHECK(5, 2, 0) - return nullptr; -#else - return {}; -#endif - } -} - -/*! - 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 {}; - } -} - -/*! - 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; i 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(int( 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(int( 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 nullptr; -} - -/* 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 nullptr; - } -} - -/* inherits documentation from base class */ -bool QCPLayoutInset::take(QCPLayoutElement *element) -{ - if (element) - { - for (int i=0; irealVisibility() && el->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 nullptr 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 nullptr element"; -} -/* end of 'src/layout.cpp' */ - - -/* including file 'src/lineending.cpp' */ -/* modified 2022-11-06T12:45:56, size 11189 */ - -//////////////////////////////////////////////////////////////////////////////////////////////////// -//////////////////// 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 QCPVector2D &pos, const QCPVector2D &dir) const -{ - if (mStyle == esNone) - return; - - QCPVector2D lengthVec = dir.normalized() * mLength*(mInverted ? -1 : 1); - if (lengthVec.isNull()) - lengthVec = QCPVector2D(1, 0); - QCPVector2D widthVec = dir.normalized().perpendicular() * 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.8).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: - { - QCPVector2D widthVecPerp = widthVec.perpendicular(); - 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: - { - QCPVector2D widthVecPerp = widthVec.perpendicular(); - 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: - { - QCPVector2D shift; - if (!qFuzzyIsNull(painter->pen().widthF()) || painter->modes().testFlag(QCPPainter::pmNonCosmetic)) - shift = dir.normalized()*qMax(qreal(1.0), painter->pen().widthF())*qreal(0.5); - // 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.2*(mInverted?-1:1)+shift).toPointF(), - (pos-widthVec-lengthVec*0.2*(mInverted?-1:1)+shift).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 QCPVector2D &pos, double angle) const -{ - draw(painter, pos, QCPVector2D(qCos(angle), qSin(angle))); -} -/* end of 'src/lineending.cpp' */ - - -/* including file 'src/axis/labelpainter.cpp' */ -/* modified 2022-11-06T12:45:56, size 27519 */ - - -//////////////////////////////////////////////////////////////////////////////////////////////////// -//////////////////// QCPLabelPainterPrivate -//////////////////////////////////////////////////////////////////////////////////////////////////// - -/*! \class QCPLabelPainterPrivate - - \internal - \brief (Private) - - This is a private class and not part of the public QCustomPlot interface. - -*/ - -const QChar QCPLabelPainterPrivate::SymbolDot(183); -const QChar QCPLabelPainterPrivate::SymbolCross(215); - -/*! - Constructs a QCPLabelPainterPrivate instance. Make sure to not create a new - instance on every redraw, to utilize the caching mechanisms. - - the \a parentPlot does not take ownership of the label painter. Make sure - to delete it appropriately. -*/ -QCPLabelPainterPrivate::QCPLabelPainterPrivate(QCustomPlot *parentPlot) : - mAnchorMode(amRectangular), - mAnchorSide(asLeft), - mAnchorReferenceType(artNormal), - mColor(Qt::black), - mPadding(0), - mRotation(0), - mSubstituteExponent(true), - mMultiplicationSymbol(QChar(215)), - mAbbreviateDecimalPowers(false), - mParentPlot(parentPlot), - mLabelCache(16) -{ - analyzeFontMetrics(); -} - -QCPLabelPainterPrivate::~QCPLabelPainterPrivate() -{ -} - -void QCPLabelPainterPrivate::setAnchorSide(AnchorSide side) -{ - mAnchorSide = side; -} - -void QCPLabelPainterPrivate::setAnchorMode(AnchorMode mode) -{ - mAnchorMode = mode; -} - -void QCPLabelPainterPrivate::setAnchorReference(const QPointF &pixelPoint) -{ - mAnchorReference = pixelPoint; -} - -void QCPLabelPainterPrivate::setAnchorReferenceType(AnchorReferenceType type) -{ - mAnchorReferenceType = type; -} - -void QCPLabelPainterPrivate::setFont(const QFont &font) -{ - if (mFont != font) - { - mFont = font; - analyzeFontMetrics(); - } -} - -void QCPLabelPainterPrivate::setColor(const QColor &color) -{ - mColor = color; -} - -void QCPLabelPainterPrivate::setPadding(int padding) -{ - mPadding = padding; -} - -void QCPLabelPainterPrivate::setRotation(double rotation) -{ - mRotation = qBound(-90.0, rotation, 90.0); -} - -void QCPLabelPainterPrivate::setSubstituteExponent(bool enabled) -{ - mSubstituteExponent = enabled; -} - -void QCPLabelPainterPrivate::setMultiplicationSymbol(QChar symbol) -{ - mMultiplicationSymbol = symbol; -} - -void QCPLabelPainterPrivate::setAbbreviateDecimalPowers(bool enabled) -{ - mAbbreviateDecimalPowers = enabled; -} - -void QCPLabelPainterPrivate::setCacheSize(int labelCount) -{ - mLabelCache.setMaxCost(labelCount); -} - -int QCPLabelPainterPrivate::cacheSize() const -{ - return mLabelCache.maxCost(); -} - -void QCPLabelPainterPrivate::drawTickLabel(QCPPainter *painter, const QPointF &tickPos, const QString &text) -{ - double realRotation = mRotation; - - AnchorSide realSide = mAnchorSide; - // for circular axes, the anchor side is determined depending on the quadrant of tickPos with respect to mCircularReference - if (mAnchorMode == amSkewedUpright) - { - realSide = skewedAnchorSide(tickPos, 0.2, 0.3); - } else if (mAnchorMode == amSkewedRotated) // in this mode every label is individually rotated to match circle tangent - { - realSide = skewedAnchorSide(tickPos, 0, 0); - realRotation += QCPVector2D(tickPos-mAnchorReference).angle()/M_PI*180.0; - if (realRotation > 90) realRotation -= 180; - else if (realRotation < -90) realRotation += 180; - } - - realSide = rotationCorrectedSide(realSide, realRotation); // rotation angles may change the true anchor side of the label - drawLabelMaybeCached(painter, mFont, mColor, getAnchorPos(tickPos), realSide, realRotation, text); -} - -/*! \internal - - Returns the size ("margin" in QCPAxisRect context, so measured perpendicular to the axis backbone - direction) needed to fit the axis. -*/ -/* TODO: needed? -int QCPLabelPainterPrivate::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; ibufferDevicePixelRatio())); - result.append(QByteArray::number(mRotation)); - //result.append(QByteArray::number(int(tickLabelSide))); TODO: check whether this is really a cache-invalidating property - result.append(QByteArray::number(int(mSubstituteExponent))); - result.append(QString(mMultiplicationSymbol).toUtf8()); - result.append(mColor.name().toLatin1()+QByteArray::number(mColor.alpha(), 16)); - result.append(mFont.toString().toLatin1()); - return result; -} - -/*! \internal - - Draws a single tick label with the provided \a painter, utilizing the internal label cache to - significantly speed up drawing of labels that were drawn in previous calls. The tick label is - always bound to an axis, the distance to the axis is controllable via \a distanceToAxis in - pixels. The pixel position in the axis direction is passed in the \a position parameter. Hence - for the bottom axis, \a position would indicate the horizontal pixel position (not coordinate), - at which the label should be drawn. - - In order to later draw the axis label in a place that doesn't overlap with the tick labels, the - largest tick label size is needed. This is acquired by passing a \a tickLabelsSize to the \ref - drawTickLabel calls during the process of drawing all tick labels of one axis. In every call, \a - tickLabelsSize is expanded, if the drawn label exceeds the value \a tickLabelsSize currently - holds. - - The label is drawn with the font and pen that are currently set on the \a painter. To draw - superscripted powers, the font is temporarily made smaller by a fixed factor (see \ref - getTickLabelData). -*/ -void QCPLabelPainterPrivate::drawLabelMaybeCached(QCPPainter *painter, const QFont &font, const QColor &color, const QPointF &pos, AnchorSide side, double rotation, const QString &text) -{ - // warning: if you change anything here, also adapt getMaxTickLabelSize() accordingly! - if (text.isEmpty()) return; - QSize finalSize; - - if (mParentPlot->plottingHints().testFlag(QCP::phCacheLabels) && !painter->modes().testFlag(QCPPainter::pmNoCaching)) // label caching enabled - { - QByteArray key = cacheKey(text, color, rotation, side); - CachedLabel *cachedLabel = mLabelCache.take(QString::fromUtf8(key)); // attempt to take label from cache (don't use object() because we want ownership/prevent deletion during our operations, we re-insert it afterwards) - if (!cachedLabel) // no cached label existed, create it - { - LabelData labelData = getTickLabelData(font, color, rotation, side, text); - cachedLabel = createCachedLabel(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()/mParentPlot->bufferDevicePixelRatio() > viewportRect.right() || labelAnchor.x()+cachedLabel->offset.x() < viewportRect.left(); - else - labelClippedByBorder = labelAnchor.y()+cachedLabel->offset.y()+cachedLabel->pixmap.height()/mParentPlot->bufferDevicePixelRatio() > viewportRect.bottom() || labelAnchor.y()+cachedLabel->offset.y() < viewportRect.top(); - } - */ - if (!labelClippedByBorder) - { - painter->drawPixmap(pos+cachedLabel->offset, cachedLabel->pixmap); - finalSize = cachedLabel->pixmap.size()/mParentPlot->bufferDevicePixelRatio(); // TODO: collect this in a member rect list? - } - mLabelCache.insert(QString::fromUtf8(key), cachedLabel); - } else // label caching disabled, draw text directly on surface: - { - LabelData labelData = getTickLabelData(font, color, rotation, side, text); - // 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) - { - drawText(painter, pos, 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()); - */ -} - -QPointF QCPLabelPainterPrivate::getAnchorPos(const QPointF &tickPos) -{ - switch (mAnchorMode) - { - case amRectangular: - { - switch (mAnchorSide) - { - case asLeft: return tickPos+QPointF(mPadding, 0); - case asRight: return tickPos+QPointF(-mPadding, 0); - case asTop: return tickPos+QPointF(0, mPadding); - case asBottom: return tickPos+QPointF(0, -mPadding); - case asTopLeft: return tickPos+QPointF(mPadding*M_SQRT1_2, mPadding*M_SQRT1_2); - case asTopRight: return tickPos+QPointF(-mPadding*M_SQRT1_2, mPadding*M_SQRT1_2); - case asBottomRight: return tickPos+QPointF(-mPadding*M_SQRT1_2, -mPadding*M_SQRT1_2); - case asBottomLeft: return tickPos+QPointF(mPadding*M_SQRT1_2, -mPadding*M_SQRT1_2); - default: qDebug() << Q_FUNC_INFO << "invalid mode for anchor side: " << mAnchorSide; break; - } - break; - } - case amSkewedUpright: - // fall through - case amSkewedRotated: - { - QCPVector2D anchorNormal(tickPos-mAnchorReference); - if (mAnchorReferenceType == artTangent) - anchorNormal = anchorNormal.perpendicular(); - anchorNormal.normalize(); - return tickPos+(anchorNormal*mPadding).toPointF(); - } - default: qDebug() << Q_FUNC_INFO << "invalid mode for anchor mode: " << mAnchorMode; break; - } - return tickPos; -} - -/*! \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 QCPLabelPainterPrivate::drawText(QCPPainter *painter, const QPointF &pos, const LabelData &labelData) const -{ - // backup painter settings that we're about to change: - QTransform oldTransform = painter->transform(); - QFont oldFont = painter->font(); - QPen oldPen = painter->pen(); - - // transform painter to position/rotation: - painter->translate(pos); - painter->setTransform(labelData.transform, true); - - // draw text: - painter->setFont(labelData.baseFont); - painter->setPen(QPen(labelData.color)); - if (!labelData.expPart.isEmpty()) // use superscripted exponent typesetting - { - painter->drawText(0, 0, 0, 0, Qt::TextDontClip, labelData.basePart); - if (!labelData.suffixPart.isEmpty()) - painter->drawText(labelData.baseBounds.width()+1+labelData.expBounds.width(), 0, 0, 0, Qt::TextDontClip, labelData.suffixPart); - painter->setFont(labelData.expFont); - painter->drawText(labelData.baseBounds.width()+1, 0, labelData.expBounds.width(), labelData.expBounds.height(), Qt::TextDontClip, labelData.expPart); - } else - { - painter->drawText(0, 0, labelData.totalBounds.width(), labelData.totalBounds.height(), Qt::TextDontClip | Qt::AlignHCenter, labelData.basePart); - } - - /* Debug code to draw label bounding boxes, baseline, and capheight - painter->save(); - painter->setPen(QPen(QColor(0, 0, 0, 150))); - painter->drawRect(labelData.totalBounds); - const int baseline = labelData.totalBounds.height()-mLetterDescent; - painter->setPen(QPen(QColor(255, 0, 0, 150))); - painter->drawLine(QLineF(0, baseline, labelData.totalBounds.width(), baseline)); - painter->setPen(QPen(QColor(0, 0, 255, 150))); - painter->drawLine(QLineF(0, baseline-mLetterCapHeight, labelData.totalBounds.width(), baseline-mLetterCapHeight)); - painter->restore(); - */ - - // reset painter settings to what it was before: - painter->setTransform(oldTransform); - painter->setFont(oldFont); - painter->setPen(oldPen); -} - -/*! \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. -*/ -QCPLabelPainterPrivate::LabelData QCPLabelPainterPrivate::getTickLabelData(const QFont &font, const QColor &color, double rotation, AnchorSide side, const QString &text) const -{ - LabelData result; - result.rotation = rotation; - result.side = side; - result.color = color; - - // determine whether beautiful decimal powers should be used - bool useBeautifulPowers = false; - int ePos = -1; // first index of exponent part, text before that will be basePart, text until eLast will be expPart - int eLast = -1; // last index of exponent part, rest of text after this will be suffixPart - if (mSubstituteExponent) - { - ePos = text.indexOf(QLatin1Char('e')); - if (ePos > 0 && text.at(ePos-1).isDigit()) - { - eLast = ePos; - while (eLast+1 < text.size() && (text.at(eLast+1) == QLatin1Char('+') || text.at(eLast+1) == QLatin1Char('-') || text.at(eLast+1).isDigit())) - ++eLast; - if (eLast > ePos) // only if also to right of 'e' is a digit/+/- interpret it as beautifiable power - 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 - - QFontMetrics baseFontMetrics(result.baseFont); - 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); - result.suffixPart = text.mid(eLast+1); // also drawn normally but after exponent - // in log scaling, we want to turn "1*10^n" into "10^n", else add multiplication sign and decimal base: - if (mAbbreviateDecimalPowers && result.basePart == QLatin1String("1")) - result.basePart = QLatin1String("10"); - else - result.basePart += QString(mMultiplicationSymbol) + QLatin1String("10"); - result.expPart = text.mid(ePos+1, eLast-ePos); - // 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(s), exponent part and total one: - result.baseBounds = baseFontMetrics.boundingRect(0, 0, 0, 0, Qt::TextDontClip, result.basePart); - result.expBounds = QFontMetrics(result.expFont).boundingRect(0, 0, 0, 0, Qt::TextDontClip, result.expPart); - if (!result.suffixPart.isEmpty()) - result.suffixBounds = QFontMetrics(result.baseFont).boundingRect(0, 0, 0, 0, Qt::TextDontClip, result.suffixPart); - result.totalBounds = result.baseBounds.adjusted(0, 0, result.expBounds.width()+result.suffixBounds.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 = baseFontMetrics.boundingRect(0, 0, 0, 0, Qt::TextDontClip | Qt::AlignHCenter, result.basePart); - } - result.totalBounds.moveTopLeft(QPoint(0, 0)); - applyAnchorTransform(result); - result.rotatedTotalBounds = result.transform.mapRect(result.totalBounds); - - return result; -} - -void QCPLabelPainterPrivate::applyAnchorTransform(LabelData &labelData) const -{ - if (!qFuzzyIsNull(labelData.rotation)) - labelData.transform.rotate(labelData.rotation); // rotates effectively clockwise (due to flipped y axis of painter vs widget coordinate system) - - // from now on we translate in rotated label-local coordinate system. - // shift origin of coordinate system to appropriate point on label: - labelData.transform.translate(0, -labelData.totalBounds.height()+mLetterDescent+mLetterCapHeight); // shifts origin to true top of capital (or number) characters - - if (labelData.side == asLeft || labelData.side == asRight) // anchor is centered vertically - labelData.transform.translate(0, -mLetterCapHeight/2.0); - else if (labelData.side == asTop || labelData.side == asBottom) // anchor is centered horizontally - labelData.transform.translate(-labelData.totalBounds.width()/2.0, 0); - - if (labelData.side == asTopRight || labelData.side == asRight || labelData.side == asBottomRight) // anchor is at right - labelData.transform.translate(-labelData.totalBounds.width(), 0); - if (labelData.side == asBottomLeft || labelData.side == asBottom || labelData.side == asBottomRight) // anchor is at bottom (no elseif!) - labelData.transform.translate(0, -mLetterCapHeight); -} - -/*! \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 QCPLabelPainterPrivate::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()/mParentPlot->bufferDevicePixelRatio(); - } else // label caching disabled or no label with this text cached: - { - // TODO: LabelData labelData = getTickLabelData(font, text); - // TODO: 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()); -} -*/ - -QCPLabelPainterPrivate::CachedLabel *QCPLabelPainterPrivate::createCachedLabel(const LabelData &labelData) const -{ - CachedLabel *result = new CachedLabel; - - // allocate pixmap with the correct size and pixel ratio: - if (!qFuzzyCompare(1.0, mParentPlot->bufferDevicePixelRatio())) - { - result->pixmap = QPixmap(labelData.rotatedTotalBounds.size()*mParentPlot->bufferDevicePixelRatio()); -#ifdef QCP_DEVICEPIXELRATIO_SUPPORTED -# ifdef QCP_DEVICEPIXELRATIO_FLOAT - result->pixmap.setDevicePixelRatio(mParentPlot->devicePixelRatioF()); -# else - result->pixmap.setDevicePixelRatio(mParentPlot->devicePixelRatio()); -# endif -#endif - } else - result->pixmap = QPixmap(labelData.rotatedTotalBounds.size()); - result->pixmap.fill(Qt::transparent); - - // draw the label into the pixmap - // offset is between label anchor and topleft of cache pixmap, so pixmap can be drawn at pos+offset to make the label anchor appear at pos. - // We use rotatedTotalBounds.topLeft() because rotatedTotalBounds is in a coordinate system where the label anchor is at (0, 0) - result->offset = labelData.rotatedTotalBounds.topLeft(); - QCPPainter cachePainter(&result->pixmap); - drawText(&cachePainter, -result->offset, labelData); - return result; -} - -QByteArray QCPLabelPainterPrivate::cacheKey(const QString &text, const QColor &color, double rotation, AnchorSide side) const -{ - return text.toUtf8()+ - QByteArray::number(color.red()+256*color.green()+65536*color.blue(), 36)+ - QByteArray::number(color.alpha()+256*int(side), 36)+ - QByteArray::number(int(rotation*100), 36); -} - -QCPLabelPainterPrivate::AnchorSide QCPLabelPainterPrivate::skewedAnchorSide(const QPointF &tickPos, double sideExpandHorz, double sideExpandVert) const -{ - QCPVector2D anchorNormal = QCPVector2D(tickPos-mAnchorReference); - if (mAnchorReferenceType == artTangent) - anchorNormal = anchorNormal.perpendicular(); - const double radius = anchorNormal.length(); - const double sideHorz = sideExpandHorz*radius; - const double sideVert = sideExpandVert*radius; - if (anchorNormal.x() > sideHorz) - { - if (anchorNormal.y() > sideVert) return asTopLeft; - else if (anchorNormal.y() < -sideVert) return asBottomLeft; - else return asLeft; - } else if (anchorNormal.x() < -sideHorz) - { - if (anchorNormal.y() > sideVert) return asTopRight; - else if (anchorNormal.y() < -sideVert) return asBottomRight; - else return asRight; - } else - { - if (anchorNormal.y() > 0) return asTop; - else return asBottom; - } - return asBottom; // should never be reached -} - -QCPLabelPainterPrivate::AnchorSide QCPLabelPainterPrivate::rotationCorrectedSide(AnchorSide side, double rotation) const -{ - AnchorSide result = side; - const bool rotateClockwise = rotation > 0; - if (!qFuzzyIsNull(rotation)) - { - if (!qFuzzyCompare(qAbs(rotation), 90)) // avoid graphical collision with anchor tangent (e.g. axis line) when rotating, so change anchor side appropriately: - { - if (side == asTop) result = rotateClockwise ? asLeft : asRight; - else if (side == asBottom) result = rotateClockwise ? asRight : asLeft; - else if (side == asTopLeft) result = rotateClockwise ? asLeft : asTop; - else if (side == asTopRight) result = rotateClockwise ? asTop : asRight; - else if (side == asBottomLeft) result = rotateClockwise ? asBottom : asLeft; - else if (side == asBottomRight) result = rotateClockwise ? asRight : asBottom; - } else // for full rotation by +/-90 degrees, other sides are more appropriate for centering on anchor: - { - if (side == asLeft) result = rotateClockwise ? asBottom : asTop; - else if (side == asRight) result = rotateClockwise ? asTop : asBottom; - else if (side == asTop) result = rotateClockwise ? asLeft : asRight; - else if (side == asBottom) result = rotateClockwise ? asRight : asLeft; - else if (side == asTopLeft) result = rotateClockwise ? asBottomLeft : asTopRight; - else if (side == asTopRight) result = rotateClockwise ? asTopLeft : asBottomRight; - else if (side == asBottomLeft) result = rotateClockwise ? asBottomRight : asTopLeft; - else if (side == asBottomRight) result = rotateClockwise ? asTopRight : asBottomLeft; - } - } - return result; -} - -void QCPLabelPainterPrivate::analyzeFontMetrics() -{ - const QFontMetrics fm(mFont); - mLetterCapHeight = fm.tightBoundingRect(QLatin1String("8")).height(); // this method is slow, that's why we query it only upon font change - mLetterDescent = fm.descent(); -} -/* end of 'src/axis/labelpainter.cpp' */ - - -/* including file 'src/axis/axisticker.cpp' */ -/* modified 2022-11-06T12:45:56, size 18693 */ - -//////////////////////////////////////////////////////////////////////////////////////////////////// -//////////////////// QCPAxisTicker -//////////////////////////////////////////////////////////////////////////////////////////////////// -/*! \class QCPAxisTicker - \brief The base class tick generator used by QCPAxis to create tick positions and tick labels - - Each QCPAxis has an internal QCPAxisTicker (or a subclass) in order to generate tick positions - and tick labels for the current axis range. The ticker of an axis can be set via \ref - QCPAxis::setTicker. Since that method takes a QSharedPointer, multiple - axes can share the same ticker instance. - - This base class generates normal tick coordinates and numeric labels for linear axes. It picks a - reasonable tick step (the separation between ticks) which results in readable tick labels. The - number of ticks that should be approximately generated can be set via \ref setTickCount. - Depending on the current tick step strategy (\ref setTickStepStrategy), the algorithm either - sacrifices readability to better match the specified tick count (\ref - QCPAxisTicker::tssMeetTickCount) or relaxes the tick count in favor of better tick steps (\ref - QCPAxisTicker::tssReadability), which is the default. - - The following more specialized axis ticker subclasses are available, see details in the - respective class documentation: - -

    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 ozK@_mM*A4rs9ey!;z?}xN{k+#; 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∾&OvUN`DPo}#J~cIx#aFA2IB6L@ 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�iMo`U@E0M>gz)STjv{2Ow4E9>In=~( zQwdV-e)_1FAiL)z$c{)56t~(i?ek24JRRVT1xQl` zI~uinn`;Y7y1ft?kWBnzg9J&@!v%t*4WY5>zdJQb7C(agSR3R=%^`i{N6g=w%4?c1 z>7HTpZ$I~zf7>wkzMi4Ti4$*lex@WRSRUmu##Q=+X(mn{&VR-$Is?Va-9$T{#-JHC z4&w2`gvewu!U+-+d7*&Dt8R89=YEhEBEeBCW4e`Z8oyl%8LJvY`qT4G{xLV^Ex!Nc z-g9@&=V$X>VHcqrh!>y;c6B{3@o?3^)<;HkBl5`4=f|^kR|%y{D4_t5kdSbx)i;ET z#sb3S$JR{GPt?LPMT<*UMH%U3JRu6kfB+`?F@5JMPyeY)$^RMCj>J%z#E_*gSGvU{ zXk?5r(H!2LoQPWH#ax%RutOve2$?2}N)S%ETv=zz693@%%RiR7WgKYH2(8sohjK0% z9L7}K-D|M|kG`1}gw!0B*(boZQmu zOS~e9n6E&OZKZ-JbFH_LWNy{m7TT9!E$0!al)z@qO7E^^ijP%6-^8wNpAW~Tzbkkr zT7ek(>Mlj&Yr#h=pw;d#L}PZYRV>!eGUmPZT+@icGV7Zbowq*kXPNOlV&Sig2;3-O zrw5xYsh@e%6wabr1YH^cRyV6D5j@vIMC)XG57TzOs|~q^DWM|N4@&6LW|bK@xK!o< z3XUkDRS6g|3iTHo1Xk#o6059$VCklywZyv}9`KS(NKhd&6oMNINu*E)fzFUw=>lTh z@g}pq0p2Z{E7afX!TZQeGFK%1rBG9<)rXM%NuyNDvxZTFK~ z9PT1zWLs%zByF!$OS3}~?HY&HKaq9J%5Sq*(IUW&Fiu()AD|a&~^rzHnnmyY{NgFCg4LVwu zXAHNhx3YmvarPqfGRiFW!* z0k9bZ@g-qN!P8xV7{4}r@CIU0g0&bq@70!{DymDR=AxPuHM>vL{)%e#QHge)a`8rj z{Uz@;-Q<%S{2(abjhK0gnysi}qE^{!mtNmt3bpDF`YIsYE4-Q$d8rER)m~+|A%xRI zcy9=A4B=HF{5zqazkRa)@b!iNFX#`0zPuUz;gN^^Utj$J)~R`Dq5i-n&Ov{uzvt8S zhf86?{q={gc?J5zn1^%v!;A$5`oo#u=%YWx=M((-urLKhS|Wb5lNBLSE!kI1k1`mL zczSUAR(R>o*o`vSn)H#R2%RuL5OX3@e;Puw?a4oP#m}2g6gRQkySHBRa@`MwK&iMw zyoo}@UQ*-bvH{uM{-U2QPRkLmX0LoWO&<{IRxO7YphX$zTPi0f?~D6oRc%h+Zo{v3 z1=|iP2T4|g1y03VD_NngYg?GJTaFSPY%Jh?Pn~e&(HE zu`x5+MH9zVD9dbRxmv|%2DREbTT@NIMH4;BPW3PgMb>YWV)z9A-*c}sPhu;z%|@Gt z9i!Rk;}*qQnGiq0WI6L>H~s;!ML&5G5HNPJQCF|{iO0Z}>(MAOgD$n5*%IOtyS;25 zERt#kXG;mWsh0*Tag)v|wr|ZyFT57v3AE8q!_s@h`eA9-v*bv^46NtaJe{Yi&9URiS5ESg(r8Eb-FFB2pbiCZnG;o`qO+a zYDqL;f~(9;puQ*pM10>lRG}R%YMWM8)WR&~7%;G`XF*r+g>upvgQ&2F^rcSkH4i2_8G0`6Rt`~ERMS26E2~b9?HMGt1R187apD@!np+O` z${6c|J+f*(j*`?x34#q>r8F8gg|k22m^uAE`i5~;DvRby_c5XaBye7*%)N9bSv-=j zQ~hALwkXklsV1g0s>);8pXogRhr)0UxrSoHnwp=yGS+ZO6hW-~*NA?%?u13tbUybN>6=bq~?7JxU3axpt!)96PfvgS^ zXk7kJmDfuyDF_QzyG2(Qt`>jK9vjw2yfuT(ep=~fv|`!ADz&Qu$d<^&5L+G?u=gV4t z#P&BE&J5b1>%h7oFbnBqJeAg7SGXKJM}UumMeM6gTZ)|%OSw1 z&4JP9XyG&AeBHblCjp38sKUrz*@Dbj6XLAdA?`!Pwassi?~n_4H26EP0`2tU({oK| zsbf$lI-)*}kf(zxzdLOCKS^q5w%xV$wlTAy*mf$SDiyGShh(}C3ltzMTulLHQC#CD zZc;$2^1FlXM^3@5g1+sB@gBD`(J>eSW}aK}_6~6BwhW2X@I=P|CGrQ8L6MegU%!t+ z3XqUrA8`-yDSMsfZYG!9J$m0a_Z}@e%t$l4BT*WEfmE|+`*&uMz1@u9?SWWwIey;? z7z*F-;JZfn^TYc{+)nIg-85Tpw|5N`)!0VM+j)#t<9Gv0Io-nIib>i;`#@4e=@a1D zSj4td&LgyMqJ4nkwU;x|F1LA6dY14CXHT>{-qT4-^@2X-HgZ0u4}OQ|7ct;bY`l^4 zm(^6tM$TVW5&DgsmsqJ+bg9&~b9K1%T*asXV`-eJ1c~-TdBjh>fYnkD-sw9RD+klt zbWv|pErfUTO&fY=)K~6lGxpY2eHHPXMg#gU8m#|Eyzk?5)R_Oh#UVsqSc@5A(o#P; z#oyh?H3*VFIqBDLacGDs^_MU6+J3VrbAps#srs$N8f@_bk)|G9v`c^S5{*oTH`#lB z3(^WD;7{K~4T+i8h(JbkSH@|f*H|*UKNyAI7*pjD6xFf zL!?Sfx*m}k)Z>Z{N98ef0DDK2XfLNy+4fsWm6&z1NsGJ{?K`|{x#zdLdbi?#lo=+q z$bIup_ImcP-jY;?+)Srko>HVjsIh%TgY6fM6`%s`M|$;I<-(+L*$o=@-W@vc2qtev z5_|4ev0X}7fL|#cmYGbFkg?z{(x~BE4{-Q_QtV2?58T3io|MyOocR{-8cBP*>;!peoc~A*dQ4fNEM?e^6DRTQx}#;FMY`%27*_dxiJpkmOY~%g+Pa zx~xdEb_GSsUH(f`w6Wxp#q5(Y>K{~ z=)UVdm&5!D3`Su`;h(OwjGOK#yf$>}W#0aa!171vLw}n@&@766AH8lp5@L;8cdF{% z;NBz@4T(hvwFau(Q!+8cDu_km>Kot!CIJGmdwzeIADAu;#t39w=-G$6(f#c`TEB3+s zo#?1}%)gqw(1b;+)da7p5R!j=ElXP0qSbjhq^Md+wcMD%QohE0_3m|Hr}h9r=4Ej+ zS@p5&FMx5bDTaOMEqkxYDqmm0kjcJJT0{Qw-tO#G;(W{rPu|zh4G--X>YnB71s2H# zorHG&@c*3t`N!*GmGJ)q{c}{Vvd^!7ieT{BWQX($^iReJ7jpW|c~Kdi}GZHcB^@4{NHh(<5H>+8b$GsDQR%pYwXvf2e@I3>tg^c?EQJ zh$~b;KTuqu?qzZ+uYZ1UQmzSo^v_%)3KY=qqXz_{-}{^W70^~HD%3x71qcg40o|Pf zf&%(-P2U1y{f`-Vq5k_kN>8E~Y)`IM_TohU`qwFkDGB12nia!de_`d0L zyGSqe3h5x}cx`i57>;#H=)(a@dxgz>q=K&EJ?M~f%1&DGTZHQ}eei``P9dfZ-l=j> zm2_6pym=~21dKI%wm8DOpO&?KSb3{d=y-09e(A3d8b({2&6Qs(nRuxh?N9&V6 zgEWFiX-2A7qNDh}p7{Pen|vINNt^gs5i?_sn|^)JC()}|Qe7Tpg3dufofMRt&r3YC z5}`jm&$cK3+*RXKj1Q!;;hdz!ylnE zj65!?@t5)?X8n$Y;ZRW|qZu2I@Jq1V?RboCUcXgJy<}C%jS@_H+V5(OXO0lzT1@+C zdpkuV>0|yEduIY)RdwzE1cC%b&!wQI7WG=wnkY(Ahes4OAqkv|H%b)+>rh%OrL9vn z0jgC)lL)uhYkAti*U{H`c(1n47E!AvOu;!oRUE+y&ov?_3OMHf{jGiO5E793Y@hG{ z>PK$Q+54P*_FjAKwb!)QnuHebFy3en-}vc|GCchaY@fZ~Sf@8?r-2={=$9{@$#%Sr zB0m*cke%lZ&U3(U6BWVUT42;_)8++WWhZGy$gWk8^f;SLrv*bm` zUR4CQhF4>Po5HKIV9-e#LQn9{#DaqEM&#hkD#E%s>bCdKU)`ZDr;h&RQI5a*{dY3_ z)s`{vS3luaef!n#d1~%bk*8j4UL9DXvpm2tJg9K|Z-jgfDTL{M+IMogG%RJPdPAJ- zO5be+6ThtV3ap>$RZ3coeEyLAU6Ot>{5$*r#|`Zr{@pkHyDWTO_5IM(?e*s^FO3O? z{dOyXe>OCZOxCUm{ZqH|E|PvBSz8=Br>^CC5k#)>VW(y%0_f%K1t`apwJTJ7mn&XG zaaTd(ALFUpefAu!(PDY0W)?njUokUn(|5p+G4SDCBsD7DsaL5ug_)^)cxFFC)9S~a ze=5FMtaah&Ed^#56puLyEJB5gTvLmB)ncqn@9R{wDC>11uMzL2O>!^#_h03i2TT8e zdGNY0KGbiRfQ*0Ys*$|_x&wQJ;Mwu(|8aQ!c;GI;v#bw1e>Ex#&nJGg6L@Bgtcx<1 zLi552;rZ!b=E3u?zt6$5@10O#_j%&|cT9JhCE zDVt+{yl$!C?{j`{3REe+=sXes)I||qe3dMPXG9dLn<1RLi7?kH*-bw)=xru!xB26) z+$O>wFC=7rgwSWB@A0ly;8Cs~_2x;x%GG1uJYu|=_WMc{)gz>$A0Of81YR0%jqept zbQ5Jbr|+a@xSx1ZEzTa#Z-<|nxQW=b>%6P~jkXrh4IY7g3utk4$Lx&??tLmnwZ)tn zJe03=dBYCle%vN+*hkcLh4zkg|H}2}Vki(-kItIH(^qaH9Qz7hxleuahMl}AJ=3^i z=(dadEk@$E251-b+d=g%I-;Q8qwtGQFLiXSU)Qua={8b*cG`O@Ba-1Mrh{q;5l*n zfE~x{X+j2uV=~dZ?PY}**8BF#u%-yEaYeyZYN+L{$Wkm!#v2`fVG$wxMF@*gV3}-C>MU5%~cVwROsQUhn(F%E&#I4OzQ2 zcs!Q(ScP#X*aWMVc&$qXwgho(8;a$*SL~NR6;GY9DV})5@7PGp^v*&*b<{iRWIR<= z8LwJW<6YkYgH+>vx4nKy2Zf(^TjbNx4$hTh6YE)F zoBgUzVj1560u^<@N0Na)QlvydwZ-C(yoHlXhsp&zxu~5E2ZQdFABX`lYi&`SGUnOO zn`i7{SW8OWyfGzFpbbAdXviOxSW+kKHBn_0nqU#m815~>pQJ=g9ew{{?tt(wuE{V$ z14qFKeV5x<5-dw1O)LpIzsg~A6D zF9W$dlKxFj9~2`_M#l?9vBI_Ss<#^VW&N)WwpGBSvZ!NKYnzBVY1p7xiA#CSahl&1 zf7yHJ;ku~=-*nDK;DpQ#E2`Di0IuqQtYV)q8_%R~uvN`-&M3R(287arKmGve!I{^8AoSqX`n-j{ zV|s9J{$u|K=)s)oVB7M(#NahI@%hBS=C^-(@Wy|<7d`kn3l@5Cc$uRI-A}@Eez5dlJ&Q1(9z4u_K0Sz%JxTPS z%>FJ*AIjhNpa&OK?}!+1&T~h^U@u^|%fw*RdlCcBh(WW6L~t5{RQLTkda&5_Kf_;2 zXW(7i7V?*50JpGC;xGRSf62MWmY2$mzr2G7;V(-<{&EUoGhQn6Z~NVE-GA}&Z4lsd z1957D;gJUF;-X^xeldb%*5xO)jU~oxPfet^M?E6xsd(Yd}AH zf^*;?V=XV2__t>!Fzc@|KBA5t(ttG`*+SPRG?c&1d-Bb|0nQvtu+zP)rf1;AI6+J) zIWOd4<=wQJ*ivOZ_`7BP1sx(|ElZ=ZmbXi;`UzKMnO%#6PHO)uwRB>73!UWfY^%_= zzx@hR`FJ+mQ{iFJIN33bIyy8G$IYhQ{i;u68a}y5NNPcfb(RwzXi~@-Z6pSfxf~k{ zJ5`_1Xl7>huEF<3TS!}1W=H7GJ6K2Ps_FRh!sf9$KWF9v+zBR9BUa}zvBT#4AN)i_ z6#hlJ`;3pwYH5y9h?R+Z^3i0seUuVwdzxCvYj^Kc!Y1eCnvD0;qKg1cvU6)L>C;Cz;f+oRyL% z4&+G?R?3p% z*rE{kclXQJ0!7%yjU~_;MC3I{67ovk7F)#X(|-rX59*AkCKR5M8d^OuHR|4zQ$v?& zL?@?4?jEmt91&xQU-cq?memh=lENX`!Zd|T>xVpBf6$YDOV5C6?|Yp!t;7m{jIqWF zUx`=U>*SM{tG(+xYl`2%KS%T;(NWnGTbYh^JdOBKE%{^U2@*o8U~Vh87;!9;4z#L_ z%v5DhLp|0&GM<^?E$@)j-{lRP%D-vrykV0z#j74{x{D-UMs-tTs|ou3R;;R>WGg0? zEQf3i<{gtyCWsW8fWoo{R1rxiBl9Gbn>!s-!h~gU{T2Yhx}KA_u2BzOz)~E$TI_xa z@(Pr(>GmwNnwSSNWNgFUXfqh$O!RfVqmZBV15Kp)sRc{E z3qNuX{D^C|`>v3mA{!mtM^?hhS6P^<;$tFyp{gR5bZ%i)2say_lcEABmSSHTS5h@D z+IWDUoQMNcQ8hpwbmXBBTO9pK1zD}fib_#uI7LTDxI!fdv})efj#l;2aJ-eFRh>Bv z$Fb^APIZw-t13S4XcZa`?DIRMRYUS0s}QYXVWQ%|==qxHVB$?jrbL+%Yx1epV}8qv zC4R??B2iuWBx-RyH4ze36oUdSIXP8iX10@4BRERE8uGF%UiB!%W^t@=Q_YYULnTPO z>M6>W)DKxx-^vMyCE68Q-W=dvt^ENAjx8lYOyw%Px<4_cqNsqJk{1m+my1|OfG%W2 zPYk#184IXh3RN13I=6iq7e@`-?5#(Vy||skVpAWaWb!@{iV)kUl0Z0e{xHH~E{>9D z;oWsgQ+c<3R`N6AUggPr7((_a`j)a4^k6f8*YK%(DC`n-dy;=Ik{;8)k)KI_@P=L7 z&W&gu^lm2fZZYnC5N%RXLG#`Qw9vc}t7AICDeWUz(@qnmrSa+QK#a9{DECvBf*u22 z9mmQPNgP*fmmPJfYAG1TMIfV%=jzp#_5pBehqgCN&%8CRB==g>y%tZ6Q|8QZXyrQ_ z4{={Sv|SX}zN5QAGi7P-#0{_bNZkc=w_C|_P1!ZoZ@T<-)EpFPNZHQGQ&CoTDG5>5INgR$a-5KeoTi(l_!qq-UA4|2v?{=!!B_In)(hv15w7 zaqizhkw1}7gw3|L{w$`#{Ib*EF)|EXg5&-bI{eq%{*|G}=rskmjC|-c<^Qxl{QqEo zShN&s@c7PaQj30${p;^f1CYb)mODUzo-4-clnR~AJ8{C`@`$Y`ffOXgZ&|a zh`Mw8!%>hO*&jx@{pJ&mnf<0^IQz{$+~(~!6TaSizv*P-$nH0X<|=dg#^+)1bNkJE z*dL~jelLCFJ~Y>7uXXzijLhF|f0)(Gev)T@n8AI%zH$CLe2@KPf&E>UzK*})e)2)v zAAWFoZcq6j?GMkQMCjN4z>ZRL1~zR)%IBy_<_NZq3Lf8FBrW86e$kYmdNhq=TDPeQ zKH*)6+%9bmmx0udY~QCZil-VDg{JM3egC$cCkR>edg~jpaTCo$>8W{fH>v-;tLtEH zx$5%fO>|c)y{j9ziYFeBk#f(L0bHI(GImsqdnrXVMlGM$>lcX=!C~R`aQ>-39cg_d zjostT`xeZZKH#TLTI8o%WTr-MXWaY}-iB%hzUpUhj8#49wOmMzlz#PMv}=nSl3%FM z2b)Z9dO;-CS#P3cZLj8 zO_N}o5ZC#Qm(tR(^Gf*;>Eh|hFb-GpJEAn`njfZ|=efuTI53jD>$CPSIq21G9uE1n z5fA&x%h7O*z~XgzwKr_I^2Q@uls%-2cd3ADIlt2zc2d+Ec3K4S8MRwa<6hRE;$S)- z!(L014f?5FBu}IC>9BOxemu#f#&jUmW)ZU^2xywymxHN@_~a6BX~7L6Cxa2v-1_mv z220Pzq_+yD;OV{TDjH=nSI*v-UoffN-rpK@H4i9A-^q=R!0;;Zh*k0*R=rv5EMJs! zV=Q$MX#Dfi8)-0hX9k0snI8LzYur&>PQ5J9eTXS!2W5QqSdg0xQzqEV3<~asdFErN z@Ay5xbSl5`(rNsjS2~klJWu&OJ9i?=PloN|1gZ8hAv5`;s2FjdbUqca^0hvnUPqNw z(`zN8KaD#m4?HAy43yGv|Bvf1PCL(-2#>&wXnFopdDf~;{ijIOH`?E8oTF^{4@;Zv zK8z_)A$A96zb*WOPr>M5^of=h zOKeR)Bb326aOu|9dTORLBp$3eqam?eDiJ#+Z|81BIOnS$$yw;Mp09PUR|KLFv=4kMJzbY^LTptDemN{kU%Ly%}grHU*KZ9kd{4Y zO=xU*4mj;Ur@#h%de0*Kck=YtXDfil-p5ibE#G4HG)ZSDEuIS6u63`22w8369|x)X z^u}q%dD3fplI3Q)@oQ*hd%gSKv%{vpnBVlF{WLv3ziHEfkEA5aGHkunb z2^Hv%_Nl#z+KhVr_CB>=v)Wk^Dc^t8r?%E=XIt%6eQFtyp;SAN&Zytd%zw&j!`s!s z6bT}&Vrou7^)CB|3%~)1=9-kZa>wwiPQu1^GCxYGU9K0awuNdf?-Z2#W5J6q^kf+Y z{U)xL-|1_*r?2r7oc)D}2lLed@F1Lil)sw!X|`~@eWVL67s8NSvh9A5C{OuCbi}cx zE@yKv;9{r!nkgn5^vc)Nlgcmq++!EzJ$EtsnN{)BNL2Nth<%l9u_5tT9Cr%FUF_cx zlE%Ga<&SBh32F_d!f$!e2NFCri@Yl@4h*&TapH;icd+;BzXM|jz1Wbttnj4ND86uB zcLnPEcW3~(gL;G{J2YO^&7X3#V9VoG&+wV{96 z&()+ZuKWdD`6%6nSKq)@^|}T$)Jf|`9P0??TZY(@lE!+}T5uL9vEV4A8;caR z>k<_jmz{R0eFnXnO2vz~XUB;Rz}lcv*pfQJl3{K@k$V*XoJ7)M5((KI_nQLB&0Q+u zmuF|l?8mXHN%*rxaIuahW2}Rf9M86BQx04FDxd0Cbn?Lwy`oabzxjz3=?Bp&i4Q0P z3Gdbg%43;;=`Fy%YW0W{FB-8OM8{?l`TKMSNRrJ zxNCoKukxp|`t;)1T8iBB1?m{U)Hq-=VL#zfXntd)j?xdL8%L zA9rN`m>SwY;?PR1j5-*I8~BTZa7lsJ`fXiiwQredDNC%hpP&_@l6BxhG_D{_ai%(= z-L^P5^FmFgPTy#^BhRfG^%HUkmMJ({3+=DvS*DYl64)ad9Bk{Y4&sy5FSW|jE>U*j z2$qyp4T){en8MRhJ#FU*HrB!CXawW z&EJ0#Z1So`n6X0(n`%h^UZFva(x4cbLR7esftSI7SG-2lBh}J5dT0SGG;UC{I9xX^ z?W}{2re9@-l|Ei1C41g1qd$c4MY8)5Tax^jxAscH75bNqF=?+{WG;14S?FJKZkh8h z$vC7-(!+gujSy_NjDN|MCMTV2{w1oIWrER#(L7%hll_|UGLh^D9UQ&dyZRuu7p|W1 zu0ES9oFtSJ>y!MQDyQai8Rn!YOeAKC5f8)?XCP)2U|tXb8xP(Nn`vTH=<%GPKUCs> zvX*A=nSCk0@^@Z?|H&U_H5vb&^LH*&t@A(mGT%IuH>ZnEBHMY9vr6!Krt}isoTOeL z?2I5L$EEZN2lGTNy>Z?sYviBe4V&nC!wM`*&t?iTc#tsvlpkmMm-A2gy!cNXmdiIG zciZeJd@@oFX_-MW`KZisg3YtDCd)lzMwx!k9U~waeBeX;417eoFZB5tFTa(O$I$KZ zYj6RHrXL9#@vd%jP@b`dCqCId+=2c~S9q=p4`9SI0z^Evo)Hi5?-2@TFk-p3jAz7W zFj#YMxo}(hD)s;N3|@o9JQN`DHgN3TwjZ?HR&|0hVUFq{L_>p#@mZcSdsp&_#uj6CSbV?7Twob$sCfbmA zTc2(yf6ZKGkp8mYx(b5uj9#(tWSnM7^y&%noMF&c8LY1q9$qyDI7e~q@%!!39$}C0 zswul_E`1x5BM3`?r+jJz*J)~NMkIX*#8qE9*S;`Avw484IUIm4QU2%^S$QM$5{=6N zEKlBmLKGvEwHumXf8l~*5RP}--0z0C-v$Wu9aW2L&3FK@sJv{7dA z#%r|FN8VT)Hl2|dtm)e@!l+~UO<$egvIgV!dUhkuUYB{uR|m zV>2Sb_&$%EZ!I{XqpVNuG1h?d2iiTq)@$3tszCCfW40RzT=N-lN`z_mPUZ)n9@(4u z!T%czs)Z1g+x#L{YJpkI6@bJ$1z&n6Ka>d%Zcqvn)=fze(+3HbRgy15n!k^U5cirK zVZP1fh!I{}Iql}j5Lp8{`AC}bM1yI)MTo4kPft*i|Cl5Q&M}ccvubtY=M9PtoDgWx zmL>53Z3+M86j!#}dNoExd`p>QN3wj&Iw+XqTLN7f-=eKYOit*n;lm5xr7uLqt+Iu_ zn_*V3)}o|hS|0jYnB6{nYYd-83mYfq(^g7M9&Byx+!{V6x{T6g>9=jdsS$~c&6KzA zZ9FJXAGJ2P!THyei9d}vyXiFXr?$0UoL*oAxtIUU`Y*xHt%ov%{OQBoJN|GXh3bdn zOYh8>wKFSQz9t-}YyVuz1-CK6q)7VnR@n@C*}|O`T+14_ zq#wEQ8hY(@-zxloKJ)vP_}Y#)^1yXsNz2 zREq?iCVX;ncmQC`PMJgNR=!(h`fy|8*_U!3o(PX`t?M)0H)Z&QjNSLgd56#77eoD1 zue7#vUs_>9!RJyZ&g9RSSY4BNKnLZAa-(!$7W!~waL)OHJ*O2m2IIc+TF;##A-ZXU zXU^UPm>^VGaRK@bvCr%rE{lO}5u|T76$HM9ToebfISx4?RooJdURgkBwX>&7t_H_` z(Y5vrpH@m%TI1Nd?AO$q$D*||kXAAcK+o=^-v!n{OLt+7lJvbggZB{bcoje*^+6&FywPuk( z5xR|_!^tT(b*+BtKV9EwS90tjP(ZacPU)|+rMRfLu^Umx`wKv*QWsM*7t?fME%?D| zZNJ$Qyo07`5_*CsnG8WW-%IeLOoh4NZVVn^<~3)t&Qh2RLJDmR-a1>!vpYHS+i2r3 z$f@F0DqM-isFHP*K-NZ9uDTO7nu@@{Z!Zp3P#%-Bo*p_2C@RA0CZ4bZqAnkAEQzjD zaDSm^!Ho_#f(7a<+xcKN8VR>3w&k&3 ztRIE8k0z&%tV>=TJ#6ZTy2CCmA$4<uk~QN3X(Y(l=j(z3ktOeoYE~$xV6beJ6TeEg7W0(IX~{F1yJhM9?C+BFq2b@r;oqae`rv8z z+?)I*UQtdowEZ`^Th(CihwWK^@5=UGPcW(5@(S=DOd$8d_Ohl%%AQ78`~c76NA%N?6);fSeAUA8dUSMT>Uxy)E`8>Ts*@zf-0T?)9u`<`DlteWAqONS|fK zXs6#gN2$WuUli6T*a*q(emM7a#?z}k{6#Yh$=Y*0__rOjR~-E0eYF?cVSA^%ulC;f zO#kC84tiMlfBSfUv%~go>f0Xk_vnqi=8wE4B{?{H%*#3HV@g1ya2~EI3BD+Tr1Aq) zo<#=ZCsTvUf0AjhbBx2G2`hs0X7Wn1KCk6Ht%WD{-Rk(zmuYu7rQ!EdgQ|Ac zKh1OSJs#(;85+(>|K`j*c(Ptgf?K{UIJ*9)1|@#nPyd$MMv~vZ{nhgEy;?qnmNWc} z`ukb6yCxq11+t>K=(VO8Xxq~G3G%+9d787o9cbAY>@LQvWhtj2f||2yGWcD&MfTq( zv@=wlBj_&geo*j4A~08Z4?b@HjRT5MBVD=o;DPwZdS&bQm!9EGewKgTGrTkK%0J^p zoDc7JzMrG;^&Ew!=y#a_O0Qy#fv{m{NO{cW0Nm)@f0e{I)gc<4=L^_?Mq zMl~hrWJ0m~uD*H3GlT%}rmmw3<t)0s=Tm{1aqK)ruaEmL^E8_^lh(C!=D^WdlzsmZ$ola;B-CvY%c?cEd7 z1q4~IfdroClOF;)I3}F&SD?W}OkE8`y7ygT{R{+&AxqkG`NSC_((}m$Xi@Q&PsRkUjFlQI~4~hsFw7Wx_ukFL~xWz za+Vu0N31@Dv@|Do%PG5BlaL*6Rdm)8?eCXQJ1hN5kR?OUZWmJ=e4CQ)cB`Kg%+t+c zqZiiSxt(HMgLcud)a_z(gFhKP!%-o-;~dS`^2pmUM1aaw7W3_pejayL`ViXB-~&D= z!M^tKupUSZ*8N>}@8E^ zIk@NwV`D>hQ(}d$(lK=2s;hMo?8z*|G3^r7nO6_lIuIpQvubjBFiBfz$M)WxN+HTb z<4)mhw+0?;q_}T3^sLo=pqO15D%@%QcfGbh(wsH__{H=rPrtVJJrt3Z~0U>MP zM2Ju%#!?`A3=fClq|^Vg@C~LWqmMWOf^XnSA7?7>O!+>PcVC}-ZZ~@lX)!$`d`^9e z1Sdf2EfNru@Aw&4{z;XWi>qeou*ELx9?(r_d*s=Z6d~$`piP?u_bKh=xeW&VoV#%m zgHJyf>N{Xlb67Tj@g+}8uR!w4eXno*uivA7{(IEV%&UjWkZ$00r-wMroy$wSb!S9V zrV~QwW{ZRGotE_h?5tH)e*6Je$%e*iWF-Z%Xgtzyc^S?X^0%>_xELKT6KG?3VGaUz zsJFe)C-b9MUNns83$tJH6JOzw$I_Cs&e8b$j&~6_vNL$x(5K#O{W+afeuEx&lEY=} z`4)w8DvT!&(QbWtOlB+m6dKQB?QbI*2puLEM{3lO*w>qecmKnL&N1aq&DrVuCuu0~ z!y?1l-+Jxl#wYhPepc*G$NwJnbKawV>dxyWPHjp53^>r=e&)y3x4cLF^sv6=D#hnN z4V_rxEifz+HW(gmnAz{)hGOO|_{gWTNSHhhYhpimm3HV^Yrs93ho6RjUTYC#FvOoXc-`TT;@O7;{WL#08pQWn9dSDyG(y$&OMNLh z4pb@vmB?h88aV(hu-Dp51-tX61+l~v{@m^b+{Ri?C}=!6mOLRw_@gWjUc)wBFt(@h z!&iJ;`W} zYKd2E_FA>qCy&$)b~8Iy?-!=&h16Gylq$Y;zGf}8f614{aR9f2wmTO{7Vy1kEX-2R$rQ0 z?<^Oz>GO$@h-{y|wrkW!cqX^dO`(TTu_u@sHdP!vCEisPExp1fW#x{SA=mN*j&xra z(h(;gJZ$B(oIV#6ab=4$&!)*29hUt*``o43vhP!7olH;Dmf^+^vz|U7`^fBUQ{hqH zZiMY6-QW=V&vD`~dV=dg2fbVzd{l!#19*_8n8zONej|^bSbkYn<==*%O^^s1xZ&s5 zNt3-p{QNAH>e#DiWGDI-aX*=f4)cE8-UmPD=Hq883nDvph-+Tk$-VJ&iQ(tXOeriM z(Oh2$Ug`4+hx&z~#rYUI>x;tB9pmS5xo#Kace@vU9wRocAN*9fJGxVE82Y*G`qMNW z3{_v6zLCYyA3`04a9*+(Aa5&LZVYRZIrIXpeB+Tm$8@O4A^ zsxTHj{hHtu;%Og#&oGtK>53MT{4D!MQFT03%H%)Wc)0fSP%0}i>hTdsd+>b-Ob*|5 zgg#dFL=*8Ft}rGmeOa%1m%K#5YTWKrx&7{RYbMZ1=rPh^`&GDC?Ii@O%IsB%=kv^W z?5EnSN|@2$i@wIJK*l_pAwb%Lxne?r!{?OO7R{hSU@pp4o3EW16q(n7v#bz#kv_ zerd$MC)Zq5Aa}DX#@H1Trvc%CbX(hDg3l-L+R*M42_CtQ(^eLLWr>cw=C|w3`!d+j z{nN~TZ~NuyaKC&SEU^6&%|<9M#fVR_symUrckJE=$e;fp_TS*oAE@1qKR>))yZU?b z=O1qVaK1#AKK$V&Amy&{hl|Gb!ygW>+co|W`$QtEpREq{$L)c_X8NfsDgtxf?4?K^ z3J#u=zP?b3WY#x&+0MzL5ENcXVQy{P`cDmddVW9cpO2ME@^71j9VlE0mn_#3L2 z$20F4dd~Nz@V)LwL;BvEzr{WwKEH8a>)6YOyH=!yIVW8}E9if-ynEQcS2F!eT~!i} zKL~y<8mb}vt{{I%3((qh^!L27cc|ZA=W+GhSoQR^%*=M*>qlOmkGP&$fBnd7>6!0Q z@4rWVS)ck3a6RA43Vh%4_PZx;x1P_b*`@UyT5m)Biw`5UGx(LgM}6^5>NAcKioa4E zmo1H5F4plp5ig&_T!3h@8_3XedNDTzg-wrf z!-f|Lb{j9CJ=sKxa>Na^&`y#|UkO9p8((Uspqa4%Dm9a9EOy)L>dH*ClG00&p6l2A z!3=QMb9OuL5BkHVQjO9XZj=4!EpWc{B9=KXTZUXbtE8-~hjZk$NiJO~ z`(`|K_=D%~;iRHmpL|72-xxf^tiux^&$zg)^{vk}?%BMknJ?jqEti?*%d52cH(mw{ z(KBg|xGpLG8t5Dng*k%gtTysv6xBOs69qh)y!Y4B1F?%t-oMfQp0W2e?(hDs{6!Tn z+sM74Iv${2Mm0T92Un!$QU|8VVuFY2(o0I{1<}j7 z4qo-nSr+#uY&Mq%HeSF00boieQ3yE^Q1(Gwr!Y`=wvfC(hyR9pQ7xZ^e^e3^DP!L9xOo#BS~5+9R1j z%aUkN1o;bQ{9t&g!L)+FAXg_o%-iuinwu*D`GW%q3YjXS5_RV(`OC-LxoFfII+k56PcKS2bFHh2U>FFcuMFXD zUPr@qM8zgh#!@(IU2?xp_Yc5`aUZParUv()o83Jp3DWn8N5h`asD80LHw$e9+3!jJ zz&)4Mr(w9;%*HeZZ-%M~QLpt_O~GO?v@la-xh5ym>l`LLRz^HC(HP@eZC)9L#4uw6-@rr&|Tgn{2y7 z*Q}d)6;0ykHM4&2TJ+{UM89a&YrRhwiRazUQI~kW`d%MkBS zzzuf;sYn0gKF7N#A{2g=0WyKn?xD;>L)BLD)l#U=a7+U0Oc1bMGX0a^GKU#-J_%5A zRXzW(?t^lh%JSVnLaFG6p8zS(J_SCEkx=P^*5~b9l^cNkfTo-1cjIpzp!wz0XhY&1 zfE@yz^W7n^@j$kHM%`m94X$gIcIzfeJL{&|Q#28$I&QT z=NT%VR~pTY2fXC1^GnO>4tl=#M=!LGHtYS$4QZv`%C=WG|Gd%z!6*A(aawumbCV0) z^5T6%Gci$T*4wi}?gTCc=jqh8=t$z;n#9Aw9%JQ-`9d&|zrfR+Lys8feRDbh@!HN2 zrg27zNjn0j$NOg7icQx{BNf4Y$KiW9eM&TzyvRbrl225t)`tW33m5x^%W7KQg}jgyN&Gp~Z18Owq^SzmD8Kt(;+m2d&Y)SYsWm#T#p7iTiA-LEpYaLt(RMJ5p|`N8 zwC^Rx+YaH4&(7A+1P245(0>$HA^P8WNe+CAp9s-^XbyCumpj0JTHFr*U0V+SU0eO&e+HG> zEJ^lT2sWU4odz8)tw>O1P2)5IowQDCr5-*!ulapl^MUt`&-09MS<97mmOhnxYp=2$ z_z&>fZj|UGtp6St`B)$7&4tYeY&Qwpa+9#3&m`>eFMTEfCw%K?h}CCjCqetypvN8> zSTM`C{$((F3ev9|86Z5Is}P$<;|i3aMn^vGu=$cbbJNjhoqn2SgCTD81G6UN0dN~^ zA`KtqKEdzd4`XoD1ENijJ!TCDmyE~*T$bKs=f^fS=+no6Zu&Ev3U~7)ShgK!P;Le` z1(oe-9VO4cPwMZ#-QF*QUGVYB|GvHdN?6yhpF6ep_m)?D-pbI2@HDc-ii}L*ORrJ9 zWqdKzRQMpju`SI?OwPt-WEVcFm}7E?{Ub$9(DTeJ=I=-(iffZ1yVJR;+)(+rGy{(R z;b=r%s>%Ff8dB%&Z7cme@r`BpPZF~>I1*(eleoWdv#2yEb+>ylo7~NCN{U1L>6>-L zqNg0q&}N?q5FB&ZpR*^MgCh2)Y+qm^3w@HRMVjW9pG_a9^X&Q}h@Vsue!LLjBI^rK z^V#$Y2yO-*K5k=USdbi?3Z{L^(01=_q|^lQU~LtK^=!hgj=tCXhLkq=iSGHP)s9}` zeWTe*&cQf9WUX&3gIJ16%FG=+Z~7lBD9eM#P}xa$v@z&9PTx^yfMH1iAY}})(84EWzft=r2EPA<9N!`m)e$KbZ0c4 zepB|WvuDoSb1c30TEVndF_ z(sb1qbEG4r}0qkduooaRgEkqxutN=2lq}+H69-B9YHt9&Ec6_Y7$Gk zSIt;JzQH1fpn1>Z;{EAMm22Q}Rztt~a?3a@a>P>jzcZ-4| zwiS}b;o94C*lE$qEy3nvRKUidiGinLtuVX6*Le=*ryAhCBsgF1B^LYBYoq@3duT3d z-!PX+6ar$k3p(-`te$mh~UC~o!87=OEPi(26X^gCEJCZIp3*A;&MW)9jx)M$n62)Qot zhzaN%wnw83DTE*87XWrwYCTF`ia}7Iqq7GgBO0r!EpU@JPZ4ntyGjTx@3sDn8!es* z$iL_zS&1f}n{)ozCZMmG^YdzEd z?#9m=*@y(AT;Bt`rCr1xHi^+)v(Og^2;RJphdpj9-~w_0U!40={zvSqvN`-5ysdBD zVsa;KHa>=6J~ zU%A01oR1m6fM%Ip=kxAmFHsqVpJ3OxbXXry# zncydmDm4Y(bw(iG*-oMGNO0R>PNDE$`~@Mh3WZa7-fNTofYOXY!D0;5c;8=E=hX+I zH5I{Syys6p9YWJ!iogt^K??|>83m!~fl;fYoq9CAZ7r+{lU?^irNBIRedJxQm%Mv9 z(lJahix7GDU|trY?W^TCUdzu3yviqp!25_5L(QFfV$-3S5%C~PiaF^=;5Ai3Gsr4D z>rdXTs>(?R+snIqe!&=d(^m|8&=~np-nChaI{7nw0Q^fhpAHc^Z06v1a`G>o-39sA zz<@Txfljne#Bm023Gu2IV7z(HX%z`L-n>V(W>lR8(1YcD0Mw5FD;)%L(!hw~wgj}# zm5#{)rAfJ&oXB+i+tYIZDR{sD^5!KUshfX(sq!XPkd=21VN55@Z*GS158^d@^Q!{%+d3%hJD~(!ojcXwQHq zY`(8It}!%hNNg1u1iKCtl#IF=c6sw&$N}+*5QyR#9F~0(Hq6FfoyD?#1W>SSOOxp1 zpwD#nkv|_fCJ&f-^5;#T&jIu1`)ufsc`bLdlo&)SJ+ZkJ9K$)P32E*Fv;GBSce=4i zFo)(L+ND{T9)5;v*kJk@*Kpvq$idXn>36)g%{e%3G9yABer3mg?IC@}-j4z>>|DGT z0zG?l-k2*5fYKlxfBWZhW4`NN8}pl&4ATsSDnQqd9pTS4G|O1?@aM~}K^yCZuE8w+ zxaBE6CW}8GW2vTZ&(hyKFjiXAUfYGp*Evw`k=MNEnnw>Zk!Lb}mLB9-?rnd_FO=*Q zk_qEI(xU})htJ6ICpda;(YQVY@-IRifX&Lk?lvR;A{HXl>`eZ}=J~$mUkGpp-%b97 zMwtA2u%Xc2+m;ATb}0W^?R&|;ED&S8T?))%PAtCGCpTgkNws!f50zCo+Eud@rsE8Mrfs*x`HPm{=LM+ z`>ddkn0PunZN8XT&%H@!xR&z1q_cbc=_`BRQ_ACeb~ zkxA$Iu5F_|-+Iw#>>hlk?_m;cQ?Yg~p+Yz?%Oy1pPd+)(f z#}C3+!@0bdJokR>z2~^D{nOriUZ^Coxi<1BfYQrSqG?RTd(r@zR?_c#FW-{Rm3xEuDd(4FEy_SmDh(khi$1 zN9iy^y>a3+zo(Sx0Mb-_J$XuXLvr>Qf(Z<49F?P2dKMq+wa8<|!Cm&?>}nn!L%+zu z`brb=)X+6d;+KfdrqR)LymTrb#Nh-5j|s!kf~MZ`=B0=9FK?c7T29_P<&HdgGwS3` zzTxcQ=qtup(`5xs$k|!xdOsS5uRg+h5#e|LZKqn3CUL&~7i)6OC3^w2GG`VadY}sJ`(x5y(c~eY3IVE}mNO_OY7pPiskaxfO#J4%TkKYj z9ui!b%;5F!ae^p`1_kqw&19=ijhO=O*vyok?X*ZG;gm+~JN?e*@7W;2`TQA|+t26x zeRpv_H`;@_`HWRP&}Tl+x4F&E=lS7$Mx0X6>FDO2VEV4?jFh-aX`5g1=B?BKTRI(h zN3r2a9TWk)CFvgm1UH|d-fdEF`#z4YP7=JQ!e`Cw*Y705FFU=F*LEr`*}{l%!PMrU z=-TfWj_3u$_A9-x*fjNF|m-(-OBYN>)*X8kFT>m5aud?3!S8-7M@f?5i zci_LudhuVy!M`13pW7AwYaRSoSuoSR@VCih*MH>i&wmvM_oH88$-FQAi+T8P^Iv7G z#1AL`6~j^||Drtq+s$k-_`7dsE_*mgMx42Ka}fI@zcA3HHe^sCt`7~Gqe?4EOZGrHf8|Lq9cqooShCcpc?8q3l8EqE2s zQa^fk?royX0nAsrT~3 zwVW3x+q6yDD}y@#YKMl&-Q_optE$-!GuFxTxwDC6wwTD0;0Ggfe682kVAV{fdE;K> z=O**g|FS7y?^4{X+=Qn0Q~TLHDr=AY*`AKxRf{j;7~M|&aitm`u*%H|&M$6STCZ>$ zwA^t`x1M#!oyViS+;K1BNpr_lzA9n8bH{~GHhBOjg_gJ{9VaStX4W4!53uhJ?E~0; z44VC|hshu7e?5$vkON`G9}R@Nv>u9RulIU*X1ujzQo;H^SWEq^hYU)!nLloKfBv|? z*-uS-ZC5%z#hFPDZ^>(Zo@*XE)Mp%DlJ&=($i2xk8Gqab8Gqb)|2==)yh-@l9(^X^ z>>YXJBD#(qCj@+9@>sS%Or5-&Xg*Ob^57hLW~_=NgxsY{1z8B zkKIRcnaG2uY#xn7{8%r-8H4?=O9U4Ci+CSbAgVo|y$>Gu6#Tnsb@vmtZZqG%zQ6CU zEqXuSzniT)`@KHjKdayGKYvw!-~a6U`hIMu-+z3se#ifn{=UC<;QJc?{yQE2cHf^& z+_S{n;ps?=Xv^u+t-+u8v=0AEdC;z(dzBo*okz{aI#XOcv^49^ve<)0AA)Xlx`Y zGWh2$97t5VPs1H8qox3F*I06}*y$s`LF-GIhfkFtN$2E-pK=NmG{{w=@1A09WbL^Az_{%i-2%LeQ+Jb;7X5!~`NAL7`sCIZ%XV>@^x@ByzpCvis)GV#UC z8Q4$mLozPTJ1Dmrkth=5K+Xt76=c5l%O}9hjTZ#V%zv4Lva}iufxIc#NJH|g=!0Vw z3Pco%rOw4rL{6Gm$IFBLgOmS?Z>I|4ALRN?>- zA>S-G_;cS@k5Ai?BhBGW1j4kMd<4j~hs`&BOfTd+f1l9wVz!NyBkph&J6R z^(Bkt83=1UF|ssR3|_^PBTI1}_^IXLYe>9CPEQ6_v%F|zPebw|!{Y;l$Ckn6kGznb zyT1Zb4U*JfhRDjkS6ZAj<8=Lhvv9=-c{QMDR*@ULo*3bWwJpzm>Vl7|d zEP7_W=8yA1WDbpUWM)LKn-JobTtl)3u;cZurRP3`dA}YM7e|qEs;v zQ9o6K`+s_H{GfJR%3Ia}`4+6nJYM)}tm?1T-nW$zA$&J!_Gk~MQj4%d}2QsU|;gTjYQB9+zY0L7OLWiQ zsQyx3MmhEnawR4shULjgygnd?uqSHuQL~l~SMps$g)MtHz~VpaEo^m@ZGklkb=H%~ z&Y#~5+O}09mBi*QHA0+PX{?$99cS=vT1K+o2Cr^?<>UF2-nNH?8T_yFmTHba z;mNxF3u@=r9WOK^sNentpzc>I(l;B=SP+}LT;Ef~wvx)n8xk-0x90MV6TWj>_-(?X zp{^wDSKO=Hn!Y?MC$K2O#j&yGPSBwz{SC-upMLpPzvG30-5#Rw=!(0VcPD^l1--G*WH?94mpJ(5p0D9xze>K9HO+SjH%NQS zQYGlH3+P~UDVF?BvuX-?@UjR8SO$=t(eE4=PAnnRl9!QHX`D^0pHNut%LtV)F3L+x z@SG_3W&Fh?av2jnhlw8J6M9_%Sp5XqMJ}^|4%HUW;aJ_OlTjmCan6T<6{48x@Eb!k z`KsiH6rQSdyU|gl!iVozTnFN2l7UwV7skY^UiIc32kiW+hi4rMazA99Dn~m5o;$q& ziHgI}Y-6hD&so8fvtNoO?`T%<*#`GDkogG`NnK`?M*xES$P_U;matWnSz$Hv+th>f zFPW$q=~E12>#Wm5OVj5fJ!m>6-PJsd>6oM^&j-UQSEWBs7kjY?W8NSAXF^39KkW1$ zwqO_OzXRbPc_ECy%K4}*{~PFkNT&Wt|3fnIfzf}Hj)!7T`zQVXZ`1$5|J&%lF^>Op z^xr7Y-%S6l)4NXpB_EMTKvDo(=9MKxd+WH87(a<^7Hp{_7!a@8*jT2$>HOr#wxMhz zZI64cl9g&K)>0Ep^TyyuuWjzBTGJFmh0D7yZmBORY~0<2TY^o+F@f0O$y4zv;8ZO8 zE!niSo5FDwZE7h{A_!RAb$N`>f>`2(m~)~2c+Zv|wbyi%lpe1k72(4jPms2O6VqFQ z+E+HCLc6Gl@J*N^OmL3Lm7)8$#!tivLmitw9)V-IGJ6yRn>TOnNi0d9sBJp2OvjIh zoq*2+P5;|AwUm_~k)OClhO*2q*_eBCElDDb$?Q4A-qQx04Z6p`fZ-`~6uD^{6>wwo zn)QeKnJB1%%(qK#GeOT zjO?v;q)BH{FIGy{vH~4rwhtKvjCu8s_$ksF>d5LC=JfCbG^fVsa8l6pYZaQey+N`} z{Jww|bTE0ZWb*E8wa!0RCDHS(v}@x~kQ{>$R;lPF!Hs za{`9<9W-p5G2~+LL92zhp&+PpJ*|&70tJ`Z(#J6>Ds1`zT$$hU7n{U_#$oPcz;46e zF!!3W1gG3x%Xw}6R2_nWj|L}O7s28%{b1h8$jHfh4$tu5X7HIo>QFMN-lYd0TbkY* z>;{$V)L!@*tqFbWRQT;hRQGK1Itqzo0B#z}7`hmWSO|T^F*X080BJDi7rA_%eo=0!tOSV4I$P7kM zY&>1b7^X3G?yM_`HY)t8i4~1|_DZQ}@JY@@_MaMwCqIvb*WLJK@S;9CqelLG(aR67 zY!@1Z`H<{DW`4X%P@~3gnNv~VeVbH`3z}9c(`FfJrLv%%X<(Ry_49H(4$l&d|Rc z^(&VnAd|`rc{$*2lb@W8)OA&q(#3x24D=c=4;GtCZ5*w{L5uxFSIaY@ZmEd!b&&dP z#;+AcoI0g(f{xP11~xadzK$zyL{=j<_S`ph+w@3mZo3wE<*GOtYMq!I^KMcOY$W7P z3Fu)nO}FyIcKSujIcNGsbZ4{Z=(%ijQ&@>lDNR#gde93Z4ap0l@zfXS`-Z`>gO-9v zH7(DDT^>u9UnpuQ+}QmQC;zrAEsV{5TYYOhtCp`H5)R^1>;$F*Gd+;oS5N~<2NXZ< z;%L+Icml9Js_%AfvibTG+bWy$HgsWq=|^mCr-n@oihM=Ews?7vRTNYOC@J1a&t`=K zPx8la%H~kP-@#9?axqpk6)~Nt7`Ih>SAUfJ8NPQ%yWg_uL{X7zYbdz2hVR(vRf4gz zM@RkDgh87MkvzK;!ES9OtU_Ws&eVj?o`!BG^s2E?;`ORt;Qdf;k z|G0%{U{{U!g)3C(8xJCl15a0*CLy~XC@J<9k|M^b$uhI4ELTyc6gR9#$k&b@>$4@O zB>6HZv@!SvD)qWQfWm@7l3jX{gsjBjEk{LmC&HOKzYHeQnB z&}=OEr&9aK!qq?|PvNoL6njoVT04K_QL*F{)7CK*o_Llm zPAeD-$V;{#w=@gxg#nqJq?aV614`)5>IkL0b~?m=5{k*{P%)|Crjw%FN5lFk_b4V$ zM?ygRoIne$bApL4vtgW$zVT3s;m=kz0{=rTzs{UUFq@4xgul12Mci&o+e6DT;JFNS z<2rBNc?NREBF3{qS*of!W__|3T8|(DYe8y`(m_b~h~Dus^o||UJN~7#nMO68p3V=H z1cL&BhO1EF=oWWw?ay~icY05_+nloZ)(Tol|Adv6(>UHbNo7fC9NW|KJ`!R?0qtEP z)b22aQ+wv`1?l}rY%gTV+p&V^#?9y}V~IEN_MbWIIw*GW(s4ovRCo+pZSR^rhA^PR zgoBzqw{hBhum@9LcRHy!7lPU=K74;J*Gauv^VPj2f z#7q=Re7c&~n7l?D;D(C0VQFP`sf^?Ezs>h(_depz|5m)#3b z60-;OYxgS6+PygH%XpZqhU3mJjW+#7IE@Muv3R3dzE&`qq2}{O;*?95U1F9mMC+wH zFn;}scd|6^k*D2QGsds|jP8xdDw`j9)zynX-`*J3ka!SFSUlfE@+I)|DYJqp9&VnU zZ#gSZoL1KU^{$p;$nP{HCzNfsPvzUbTA)!lzekm!W#@LU7yH<~#M;EFmNyN;`=;^u z{_S3OWeAa3z(|&87O<_(0`^e%@51#Nm;LJzx?Sfj{7+f4>W=+SEm*I0j1lucH*D|+|wYT9RCI2xk8N1h0nlsE^HmCm)nl&$~$eO*5Wvyq;UKrc6 zkb~hhzA|e7>vRUN=eIL}?M?$3ehDvw26Q}C-9LD4^Dh2XWE-4%>#( zzAB}y8{62H^eb8aFD!PpKC#1v_P4VbHm5eV))c1#_MnNN;kYO-0w&X(PAt;}o8Ckg zf1DjENp_>e=ZY=%dOUHET9@+6+tgBC*hHSh%OXKDET^~ddd-(29%{d1--Eor==Qrf zI|(w@lg7x2rDJbJR*hA4%{q)FmCuA`>1%4D_CD=_W9IuScyu@##+`-;QB=CKhtcEiHfy_v<>VKr3ElX7#S}aDC7#trG^tIQ=27bB%!#FC`>zW0SR8h##tl)BSJUI>6PGwQc;weT8 zlc#c|9vDM6X!~05^fOtK{z6dngd^F0IqW5?s-&RtbG`b0aM*X5Ws!Yx{;A1OVyLj6 zoE!F{OUk5A#;R(H8^zkd#;|LCnt!{qSMtZ~>hT1c-WuxIk7I>3)utw3d!LiHz4Lf9 zruDq?MaY8JQVN8(TePhwQ5IrkwYTto*Wnx_=;-1cNawd`!L$30n?LF>1355`wbYa# z7qGRXNC2Hb>6Mq3?iA>L@-_|CTR38Xjt5Rsf=J2uZ~@ZBD1i!^Yeq&5$IdtdX^1Bu zu2+Nwe)+@1%OfNNC#zJ5;^llq&4JQtngUpb?G!HehQYAX(6pT5I6)XdN_;<2%e)#l zQ(F<-vg&oCY=DcY-GfR1T@p*2S)Beia1gw7*4~;$#(Zsrx)8^eb5^xlB|iER>F&QS zbWL4e4D|?>tpno|Yi-95f=9LP!2I45gvD4UWBHL)UW2~0SyW@#bmE}3c;(n?S+T>^1aTNexKSP`R9ndDm zaPX#RD`+NhI<$ouSKa|v{#D45vMMKUw-IK%0l>HsrNQ~OZf$TQN~`C)&CG3W ze!@s~`WYta4o$pS{A--a|NBgKWqbELXYb#+zG@5;5ljB#^;OZQ{=d~%eFq)D|0R9Z z>x}n*R$sOHaYLs6d-|$Kul_21K1ow4$NLSHq>RFCXoA9j6JC!FR#R$q1c zLylwrQ0c2KX0QIx=&Po)-o;iqFTD@7zN+M5b=5qzcR^nTKL+zy#5-A^~U^)Ls^i@+HaJ%3C zFZwD+(kr{NB>jb8^4*SP|5IP}zffN_xcvjvS4rC)>@AE(UnMCg7}KeB_jk}&t$ko; z`l=2@k^g1-sv{76{;~S1zu3C{@9L|}tF7fF-%lPW&zCZ1s*n;>N^rmB@?s2Zi*=bi zA)Y)b;%B|gVp$D)Jc%w9cV_b^+h%@bi4Km(;a#@E?#R~SSE7KIzgbr-_354%XXpHb zy87zkhhm>`5;))5Px>M0yH zUqUVxY-8pPm2r1U%|z!c%Q`xSTRIbkhp zYL6wz&8KO8T*lK*0(}?OG_IDelbdgvutw2d2!9L|6%SSP2V?zq2eJrgW-Yd z71lz|znMKZ_&rhxfG}gJ6xj;1@mn6xo!?9Oh4Y6lHr%LMHv5(BTrVc$dhyNW+RVAC zneRTE?Mn>5Z;dg%FAC*2R-R~{_ax@3F|kD%=Sm#lTGpFup%RIuMghqu!fcXJZ(;ms zg4G;dfY;`R@RX+Sj@wnwKkA2h?%1% zb{HJ2Jt-aw_ZS}pnmEC`I{?KKgSog#mcwU6?VkSmv^KGZuWm+PK*1~R{9Wr zGW6lDW?*I7`1Diq?3!C-Zq$B~?Fxsl3a{;O6>Cju3HLN!C2MAs@R_4Z3!5&9nN^de zbS6>b`EoB8u%=<%M+avuMUJe(_Sv|fEF;M)I8FN_K?rZ2rl+l@X+74GUI*vpF`2r2 zTX5~2!Zi@dZKNCT(yf_<$E0thU$H9e&Wk~Z%vrH|#MIDNIm!D8h|3e+ zLQcfC34y$YWUd3j%tjufmmv`@y{Qqe`pHk>T;nY?WShUcdq+r@btCwJfos_U`_L4u zAA$LQIp+ap6xZA?W;9*-cs?q&HR&~IsF@h^$f#TD9Gta&x`VU&Ui#y_!1-3M^*4OU zopGHHZZP79Yw!Z#P^UZr%%&HY1?HYr+CxW_=GI>RveVi(E0C7{8?=~P@Ug1JTJTw8 z^Fe0N`N3kroaVA?H`j3ed^99@fpchO_wB*c|EBV9CjaIHC$i6I14-W^+)0|O|6(%pmF`=h%yty|g zUcn*U_Zn8j3!jFeU=>X{&~JHWQ;fsCiN!Gt%yBm9@>l)xm0Knh6*jWSJA5y`qWfc6 zI(m7e;8p?G_hKhSD%)wOULirA=gB)Gl-GDaZof?z(%wI*Atgysk5?1@ZT*gjosIxp zql@Hli}lvJ)jGe*Ydrv`76=91nn<^v-oyzhNFa{z$y1ADW?nuc=3TfZaYj-0xCeIU zC0=<^DZT>UwHEVC*#sDTt0Hdu$vrIP91v>#2KUJ!EpHfbAPe1mR2~?x4`T09W66Wu ziB~Gc-qpXLBktTu;vV_dS-=7Igiqm42aj-x0-v~Z44YbZ!+L&d@urq>MO>(YRPMAYj9yZ#E2XAN%f+;y`E)hA+VrGRb0CSE9fQJ+=b7N3lIma5s?o{0{fL zEC%*G&YCp9JM{o{i;nUfL8_@L4ZLM(G($Y_^{=L&cc;kH#(J|O)Hcp6bi49FyEp{x zm3Z7TY0nux0bflKFm6*k*~+`qpQ5P@eyGY#K_l+*d&CQ$$;?38mG0?(xV96pdQFyT*gV1O#O3kazZ((5iUOFW>WqomqU3iZt zpZp3i*wFa$rj`qe3Y&=8ys_tWu;7A%!X~nxZq$Rp%j{3`q$UW!*wWzQd+0*%i2*~$ z7yF0RM&jk`@I`>fI1wLwx4u@w=HGTZ#Z`r6|3opO69#K|U$?K*j<1asci3$&Cuh?t6z{PpP~r9+MQTOWy~jw+6) z&c@%M@DaabV^KqDL=`6&@Kk%l9wUik)%`Wz^-JSbYrN|_YKrfJi?T%zZ_il`+NvzW#5#wF|H3ETsZ)Rq!rJHRmq zk>L*MwOBy<^zKYQ{+BE*jelGI_&d{76rR~mZG5~8LPU?R zv5W2K@m;ol{xS4;J@hyv!&^m?jW!1jS_KB$PFoBOq7_=&%1_5~by*9(7>=U#TGwG# zSPe^W-KJQAodS~InXEB-yjU2wHZg7o^!PYy6sI74VWiy*H)Q6tm6oDHaqCbm9$w+5 z1zkSYzRARhq_=)tZ`t9PXZ*qkgDXt97=bs=I$QbjIvXfcFLO;-5GZRSA#nv=h$Qcb ztHY%%aV1rs(N!Kl-DtrBj=0((P{yqa25ielV_MD@P6Y}XORZ3fmht~6=0m*#GwJo<71fjO4xYU&Dqc7+c z*9GtVrRl9k)S6kA%&noF*LrXNbQZvWeFt>5Sqm*o|8|w$o^~@Z(j+hE>*|ux+ZO@! zGWNLi9oDsK`bCJQ4E^Kioao=CJFUk?|CWdJ&o2aF?(&Y7lR2fR2hsBvbn86XoC?=kWE|;q8PU9LB7}!0RX-bApQT?I}`Y- z$}|5b5K3BUPf)6HkBTi3s-RB)Mra!_=(&0WxKo#E-CK7}1Q!-fqTXIFFtxT$SKB&W z##*QCjJ4Kk!j20D+)zhFEpiT#MO3z`{J+2FJ?GqelYpSqWyXGLxXZccyvy@G`}2F= z;qJj%9RJ`n*%x99YlE_HI<_$AuPCeudMNc}$DyUYeXR2JGY_TV=>*7XODFa_ z89qYgVt5bvY{`0RiT=vS1$x`8iA$}khCtE?|1>%Ms1kPe($a+}7^jA0Bh8A}`2(R) z`1q6w{K&7_FzGg>Nz|9lOVh`xzUILR(wa$B&&X2 zYvgAhO=p0@njW04Ez^*nrBI%yYh_30LL10+$$gERGpU51h| znQ^#L=lnfWXm5--t$G!PTeD%})8u%P?MD@i4c$O~mx*?n!_*gzh)2?uxDR80(aW{- zL8@Ak8&x!wd6+V~uK~7Yk}I0C7V7ja3x(WF7OG=fG(HCsU^+DO z>#ft*JeP52E1EV?=x1x0S?v!zu_9ZJuINqC-VB+ivga3qjq7#PppTkICXSLpCxO}X zDCkLTlu>+Y+8U^D97FNm%2pH-HOyK@!Qb@K{P|(2sRGnyYk=y5hndl?p!RcyB^eTm@C&gcXKDQ*ehWw z(KU0sEg7yaog1wqW;{C8SDarrm9=`$p$E4W7Y#pCSTvlj=7A&_t3bJC9VN4%HzxOJ zyw4R4mr%vMrs1UQ;V6ou%34|{j;_nqmaeMv{!rTZFU}OY*ojuLd=sl)-`-pfQ4E&4 zOtvxVa>HO#lpBVeIwM=!(mLthJpE=b#)3bh974rm+FSp0%t7yR>U9U}wDQ#O2QaF5 zo}0IiCq$Y|OM|`Wq>tU@)Ek8C7Td=?-;aH4`j{zWnxC}Gzy01hW7yYvozx4Z8R(=s z>vgEJkJYc+6o;$bfZ-5Fm`w0tRoLsL3$jO)Neec8?CIf~RLD%-!%%=8N8&fp6aSTw zq)@rrUc&H1H_0-B#D{=ZaIifR%}73@bhf9$6Un1ql((${nLg7mUF`!K*8D0zkKFjQ z5nTI}U%Ej?eA}{~{@NG(+;J79h^Ke*5|jKr%<5rn#uTO3BXJs+DZSk2hdC*=9Nu&+ zR)Ey8Y8;Qy(cThJaQ+h0&&-TQ`lU0}h-Re0nHJF6P=O+ogkpR5vEMRTZSWet>#BdfVJug1hXVae!6Wpq zb_c>@`qy;nU%5Ug1sfapiIlJJGO$E{$xIJN*}a;1j?LHUV-SQQbqHDDMj(xbbFVmC z)_HDpslT=zYt(2WSN0h{v%z2cOgdNgWXGpePuEtO%Jy5A%Jf^0W)k^O+8WVp9rs9aepUDG~c8t^dH8$cE{U#(O& zNJ>I=ZX#6YAyhMu9vQ((qP7LU(>5a%(Am&rslWy02AzU30dzL`scYIV#|eXTq34$C zYuv*0wK3>x?VHrsH2i4nPG769esK7GB7#&kC=|>;_*%NO-CsbBSZXm!W4ODHMWQU* zc%o8RgKm<}{14-PUl0>=`qyJxwx&rHC3V@o>$2Z2qr#joAK*VgAJ(9kiCcbF*P8}6 zwFfUvmp;&#CSR`NQYk%!%CtzQ9)~A@1(~_>IJB*2ujb-A(*34B%umFRr~DT$YMWt; zDpn_aag6k9%5!r+;=MGyxhe1pIA;xerBVKNlk&5ZbfN7+0(vMGGyMp+zzSvLh#HwF`mQ9g@HK)5S5E&>dzy7Q$UBbGjNeS$@(5v!MzVlP>2Pt z5}#+zSnl9J#r8rVMVs{CV#4D1{;@M|aQkmCM)$3DiSAF%|G&mbAisT>>8u!(LwaDcj zQA(ah!o_ebrUXCk`knQ<&OcA&bU!z7-tjSP#Y-46ZCD`^1ylbh4x_P%U?3vrq4ukv zfBdFnX>tAvyZ9>zs;@W zmyE`3;%Fa^(GUU)+F{o?yCj+4@XR~m#)A8G!pCf39E8iF;QGaQxq}~yNh*dGM^R?u zo5Kjno@Qc{XbHRx9oC<7coh$XrhrgRBJ5r@z7hr4>6L;A0&b*JfPH|t?g?@`5m3!V z0d_z+=H>(JYdQzmFTp#v1t=%e9m)wMlzx>(*?+}~P+`?^Ng@5TOlHs?upVtM^+L8K zb;=`dJmpJZzY)1YOjTyU@&Hjxn7k5N8J~GGSPnMGZaq}H2@J{Gx>aNU2y-S~LnepU zJcNf@{8MlX*-NVGO92lun3DYo%+IFoaU;i5xA3#)Ri#Vc_U`_P46;Li zawC7emZRBLAh;$N1cW${T*#bYk|BEq{r;>RA%kl5GYgs*HlE|?nK!x12scm?+V)~E z;@=pdkBtipYC=J;BH`$bUul=i`rqgt=AP_lY;i)lkRrbHKnaNwe;v%zJF*rxh@xQJ zTrnJlk`IAeERn6e}MYb~7i6ctk zV0=J1N8N-u?-3Qj#NR#4ITl*t!piVub|U!B@APg~M~{y6Vgr?K{I_d5oZK|BD}S1V zpHu)|ah|j;$N{Byg=*|1V2AR8rAE5hN4z?KxwVP0Zo(Q!2x|Cw%@(G zdlwx~G2MAOp013Z<5_c;j*^b&9H4vNZhY7s&%J-a$5EpP<&QLePy7wMDL<~TmNuUKSMlm`T5Qsp=l5{+O;1N~k zDwDs2qIdt(GlHp7wKC6WeFs>h0KwG{TIgqb8*P&81umu6@-*^Up1gqo>u_mpK0_`^ zkIVF~yYXCHamtc=%+H+0xUcCyHh7-?RvKt6T;;r2&l-N(3>&=bjtW^CE!Y&&HLJXq zwR)UQ0qp;D_FT4ybuyB@yiRn_Od_Jp&rVLj{LI3=BAz|gJ;ZJ}^w^65++wDzW2?2!+G+~<0OyrAt5X{nuB4SFFQLSgX20*)8{A^PZOUqqSo>I${<{yZK zCE|O@tr15P#Ka*4tkRjm!EJ%~4rpMHg(ncnFng#O_m-A^@_GPdp3+2f!=YfcinOPK2%!}yYCpgFN$dR1-mcC z!r#NoK+%u(brB<{VxzS-%m~mvN%-ClIeb=Jy+e(Z5Xm&@9SX zHss;=Y4pKacO?3{PI;ysmHjyWiSb*Y?BO@2d(m9{@o_9sI~~8*QteL1_x)HwU)&2qFm2q=elC>()GeF-6n?aHFOV}szj{3p zozk{AMeT9#2E~m!noThuexH^mJY1`SD%eYZK5L4gVx6~sUmR8P=Nm+*r4@epr&3~N zPZ#Nfhai~??aMy0FAv34U>hH+ud*+XK|r5mbQal{=!3De=-$3OdUN*W8uNnv)9uSC zuw>bnN9Q$S-{E*T`x0ha$gHq0WlvJ4*|)sVfE-wCKptX@9y=p%K<4i+xJ%iQ4;0#w zWt+7lzr`+Y!j3Ep9!8&kS39z7({|+VjInIOj$Bh{N3vht+L2{jV@E#b-O$;Nq#&Ss zJMue_u-Kj1k&Tl8v6WY#;ar?w1@@zXPd4t_ahRju;8|mwtiC^VY*oV^U2~AhN!GVA z{$66YJ9A&lL;lovMdL{x^0_zbtu*aU#^3(8JLB(!uWq^Vw+rWI8ybHn+fj*)zZ?fy zhrQVN`?aRSF(3WILgTONc^@yBKe=xJH3MF2%(scme%`o^w4T9He9>YSWvv*A9BYaa@I-JNafjb|$rEb>6 zH^NO>Do#J`=gRpY@kwdbQ%#5ClM*_v;|5(l3}=b8;$d*N--Ls~aft9~lxscA?p*9! zyRKFwz<1~6JrD!T193C@yW=hGm>Avj768cpyw>BOQ0AxaejesiNdP7 z_yr2(NdgLJeu2Tk$v0_00ZXI5xWrVb=WLZ0ja;=~J(`1bb*WT7h z6mH^OccMhfWhPR1pO-1se1s>U8syN(6L5$;0S5xg+l?pS^AuGio`8{P{C0jQn=^mP zFx)9hUC7(&Wx*IM`v_kn@d;d9^a&&@)hqZi%s-upIJNQcx*LBfiVY7F&bZiO zjD~AG@hXNKp0bAgAzLozlL)Ui78c?Hv9*P=efuJO%@JANXc2SV3E{ zd4%nCA=qIdMRg>vL8)cKakQB<$zcSF*C;%Gkn*Mw6f{*Ij@S`yIKaag%sT{PXAE- zg9@HpIxtxumh-x9!lh(m{fXNl&*Ss}4M`_LwMPcPPU7s7xIf7zc`a4*u-Ebs*IS}%Y=_BgFeiY86Ypzgcn!>?k%<+SfC5o2xwv4`spCgfZp-W|c;}zW`D&=ZYUuC)< zwXai016MDmyM(xtmY0)lQr_{qh(9xx;okRV@n0)toy)^(Ih#7~>FSq!(NkuH8zqWF z&%kTZ*(Omg9%#PaOsQmKN?Uq`O1?<1&}fum@ds8SNwHvQNg=oN3UA5^9yU@ZY>7BR zZrCxZ*vl=_8zotchs1=BKnmNs2e?TIsYjGhu{k7MliZW*Gh6o5{&=Mus+Gq|CgHq> zJvCIab)wZhxmjb52Mk-&^h3dq+WB667-`#!C5h6RGb_T||8`%$w-tokC=djj~a5~GLXqfr&rd(KkyQHh54*^7-0 z7u(K8^`2Ho8P$89kfxX}T|+w^(uwQmr%Un49?OzPiKEri{d?~C5BEQ!PCW_sw3Fhi zb*x@RGPqTLevzD}l&U}Xz({c81FNF2{*&o(XD;(IOYRp;dy?YHX@@{sgJ+wxo`S<= z@i9`AUux&|I=zT1K!0M>!F6C0BwL9hb<2XnSwx+Bx^#9_0cvGFuVjucsyLeI$`qG- zQ?9g|ijcV1N%m$tQVWlvpAzY zcYQgw3*x?&fY;15qLx3Q_U(v_9fw2s4@tojmH z5vd%^wx~7<$YYLe+6q6lG_LTI0X5KHhJrROZBN0~t(K?FnhcT!OQI~5v>L2_&LDUN zACVchGB~J)Q_xgU_37+7t8Ob8lXt^@;^SxX$LP^Ur9aP`hg>AclcJK^?kzV)zi`^Ey5kh^-1}2*b;u#G`*6y zq{-6fDnX0_#p(N^@OV6-_23acf_ z5I4>-$3~+~?^G>$HQTP~a#dW4{(h?^uhb|CIg|8-WHq|ayNB<d_P~6c$RpRdCKDzVsNB z-A%qe6%oz$jbv$IJ$ldZMn0eB^qNk5=wA6vI_2jdbXCN8X7HVcWSl3dkBsZlu?ye5 zJ~GPB=QLY!WKn)TAB7VcS+ZX2tOU(o=ufmqdnwq@Y>UMI2ifv~hP?yYpo z1kX@MAL179kEfXWJf=MRO6G{50qReH@E^r~qF5i`;>Z_%5Yo{jA(U;>)&(mVN& zIIO+p6DggzqiQSF7k6c_z^W_jA-2YfboI-O>osU}=X4I`pk_TeHvF1~Ck-As^;BU6 ze;ChJ*etkX(+UI|Gs@pNF?Lo4RRxgF?jKtnUdt(L zo7o<&K;og~`l+qFM1^scWma!yEOd*FW7X$l98bI&btg8AFUByIoqf)<*e+%;n>CAX z=W651%4amQc%eSYoY&PTt~dKKKRFdRxblWNwQhbPxRtz!*dR7jcuk`(Q~2@%Q#hTu z(DaM0mhegTYfJ_-umUT1_&2(>gYPP`gDGn;J9tg_efVIp9c&ixXRi>AngtwQ%7#Yr zpLj@7}U|cbDC(sfdgjAU4C`jpjoW(ga#&*^7-0rx%*LC8qe8yrws9C+wKeQDP@}qaMZO zo79Xrc%$7Cc~flPnt3amg6nW(l_%!y{bejd@J@ruH%%^5zlo)!b16-w`R{s>-J$7i zs`^`P@W`=1FLIadX*J_k-2Ga1MA`7n;brwL7_W2fH<9``)7^kHy%t_^(}fKc7VwG; zSNWmR4ub|L7u`5RRRyK|D}u3Raz`5)z~g$T%5k=ojCmqP%H>p3iGC+VU^jg}M^`*y zhNe={WNbRi5|tcSA<}}IU(zU=W>&;$r;d*@@QFLv7L9;5gRfvu8Gns*vc}OGBX-bL zd~0$ew)<{|2)gVUtI%9$UvyTldW1fo!(U2+P~M+pzr?&S5R2@-d$l>5x2uOVOK-*{ zP`Q+eKl5FpZ#`qiE_f7s$KxxQVfX<0OLX2z_0HRW-Q!eX|Mj_6k7yBq9vpEWHxodz z!mDk_byhP*_3F;1ZK=F*S@0j%GB6#z;+;Z6jdyCM05jwS51zk9*Uo~}8nM(?2ERuH z6561%53QQkn!eSswAjD;u|8ivz4W7azSfyh_@SJy=TJXCn&<1x3%CA!oyJ1`)6dtD za`9~8`I>lT@%b8sXe>BicX6w(=gawPA90XSu>ebFcT!R3=Ov;f!1|chw6Ni{;Sm!T zqnP^DNPkRBi;LTD(dP zOz|X_J~;t9Lz!&bxR>fPGgE6H2a1q1_g<=< z6oa3oKhLAmNZQRXX}7##*F@Sat_LVUWnX+d6Jh5fC6Ta`Mbt^yHS>|_tP?>uLDc_% zp|e6-j!+7k8)x*1O(^peMcfV-;2lYXdEwc~bqD~=aKzD3eA8v;&Hwo}8WVaMi;c#R z;NJBLOZf#4bK_BctZ1ZI{#7wjH0YxeflnA9*B+jNxiu z8eEGoark_%Np`*jEA3di+5F{KA@|@aS^NrX7v?XI#!5}nns(QD&m5|taQ;8kugD|pQfdybbS!QSXPQKmAv z^QT30LjL@XecCO+NuBF!1)1}%&b7}4+O19GC+}!V-ele0kY`hhBh<-KO^fRVlC_m-bL^n6W-yS$(L%{j;2vrB&R zlyNRU`R=}3o}aAqu?_Q+|7t33oS(d$Gpn3};{4>^8b8P8E_9AODVzK&I?v}RvUW(< z`qcB4pUj$)XEvfraj&r=iF^^$*43z15Qm~_HJ_h+1l3k6skZ7SKRI1GBcD|)qt&u8 zhW4Re^N(T>1FwIbPeI%~O?_ zBquM5IJ}?N4{jD;^X{IDKlMTH?$6xlGONl4rr?r(256CdKK$MV?A?z-_0UtLfDJ4& z8Gj`F{Y&ESb5hh-#5}(A9|T>L3TC-$^I+QHw6t zxyUyzSJXNyldv+%LB1x*Bs{abOu|Y57>f={f)38j`^hKV^)#Kkq|or1)1zak&jxQn z9`eiRXhnqLHCMv7I^`j!a>qRZ(dMbu*mbsK&InjoNeN^tK9?jQPvNHS#J|4;T2%p1i{v1C~Wq+WrFv_a(m=M;%gr4Q9dLCI&_3Wgs zi~_2H&^AGRGdcV&RnJMzF%sMAbCYTzIFOUZ{bo0eDP)V!Cb`B#mKT6Ff;5m+I)k${ zzwu8vuRDH|q#BP6e@?1#bnZHl{M$@3Y6RacYi7DVEXizW|NdUfQzGx~s+fOabkFKW z3C7oP+d{U`n6L#VmoH$BOB4Eb91=Xs0e(OHV7rrx_`wCIB>cb%k5{HM1A?``WBe|^ zxRk6}>Dvg0Ya|?8|04+pMVw>l@C7+*3#G&9mcGJ%y^DOP3br$bl&>@HMnHT=s|KZ3 zB{M@oWi z3|>RhO)JbNeoDJb?Jw;-mhiG9*ogZkpHPgIbZKq`{Y&beK;BL-RcZ0c0s-19Sow`j zr4cv7!;HB_X~YI0($cOp;y;o`oL914#}2D;4zJO4qde?fnX{X=E~i+D9HAb6xJh`pTu`WW5x#i_hSSoR=@gYq8Y9X!mnf4zYv|fB72~7 zeX_&9`nD*xlYPIf@vr0@-RAav3`g;Q0{;rT{$1;qdu_UI`3+-JoA3+#U&p^X7ZK16 z{*{gyqI(PRua1w7k#jMeb%OhG7Z<}o9%lGgrCaV|*oh;$4P6XlNzDyW(G& zr=u(W)rnAOA^z2mn)-b8ftgOad&<% zD~Eb3dKzx7_l$tGCt8V7SHAw#DM`0;b7%gI!9Nw7e_M-yb*OxIh2~!^A8f|_ix9B( z*3UYde}M>Q^XA{Y&h@AMR@I+k{&lWDy^AwcWd6Me1gttv`~QCYt4TN+lK5S5DSxxY zi$4hbt4ljsjuvm#IsXvwuka|v_*bc#R}=iJh$(F${#9BmEOARMspstjG3I2%+e|vp zY1Ui`g#c>)UlOo3IoOGXx2?dbuqu^>%K1c)YO-Hr0LtMw_ywm1Us_~5P5>k^0Ogx_ zNMis>62b%tsJLhZLP@Hu0WueWP(B(XsXc3)5SU=Y-lJhCtsm-EbdYkmnR;9X=5V@J z%kY)WT!7PM^|)Jy)Ai68Eo9z)zGX5Jpctp?46)P1eimRX8LKf2m2hI)w-ls{GU*EM zhN61h3bUPs78|M_7ojh)Ba#0wS-hCi`*i~9x*7YloATT>ShPub?yr!QEH5WJ8Pj*V9P~5^`q1 z?~>%051}6Chw!SHK;C0Lj`aE9kCLBJJx;_9CXFg)2hz8!z95x(BQ7zp?B(ZKgQ)+4 znmStXeLA}zLQeJ(wfASE?G2#>)KwSE*X6GLf>zI!7N`+}D=OOJ(t^?0kDIEye~a5G ze>^*y+@k%gb%JUem5S9ePLEPCx!NbF5?_eK+w);MLt{wwO;G=YxN*Ws;)5ExE1F1V z)$kdc&l+<2XBQV3%rWn%tGJH}3`XN!^={I{Ef>Yw(_C1R>4(l6ENM{D++Xy7} zzNF&~_io{Sx6C0gUw1r|JLaF4uj9A+h5C`=SjSd`E_H_IsxD7$UnBo&ocC|U5UxNo zaB?;-WU%_}xeU$r_22oSwbRfYl0t^5db4$f46k)p$Z%Vo8*E(2aJ24Ay@CFXl>QQ@at{zq7g!U2DN2tqU@XN2UD%(u{Q3tWHajWZ5uN9H}5Cf!>{EMh$i|bMU zjFuSuQL3Voe>*LI$JF6TM|6>YR#*30QQ05}Dd7`Vf{J{ck!OuAzxsb!f5LZ7{?4VbAINb3#?R+!+Vb-G8Z^QW5A;bpq@v(2q zFzON?Yd%z;t_%i^C}gQy7$5tjKTOG?=B4|jKg>4h53_ShN2yDEtj91uE{u`@#Ry6BP685+9SjYkub~kB|Km`@`J79z|y>qGKOqf0zSNzTRteY+Lq+c~Io? zK}W|v=?^pI(k6nM51HOV%?(*(C$DQhM zti89m(|-T5skqaJ)gNa3U~yFCV}A8@XK3$uh?H2vlimWnr(6I2X5ybS7eo=>lN`L& z^5tenmKV10O$#Dr4()p>iY|+q6c_hbre>A?%JXPAURz)D;Dl)e5>wT0(TB54&6Q>I z_g8b}J#kGo?4mm5&l}*hKs2c5njVbNyr>)p>xp!hk>vu!s%am$n}H6sy#m@lp62P7 z_o211pV=YuduHlEkuj8^$*2Zy)H#38RMU&A7;zdfQw`VkS3aG()Ww_ZudLzIMV7I@ z==v+Cs^zHxDix@vRNJdxOO-zS7d<1j;H|XhznCh0Jlu_tsavSiRW2PBX}g75T(D3b z)8hQtP2unUgBwQ(L$_)knI(dzAS9n>vy3H_nUHv)`a8|!w^Pt!K74A+=*N&;Cu!3x}zCdx7`!Ndd#rWe3=d0N< zE$Vex{M24-wo|6tLJ!qRo&0T#$UuOJo6q4FMYk%DV93#ygL%Ra~JM~=a<;On`P z^RAFYH`omUf)QeClY#Tn$VAw@fb{lQ1@el!S6Bf)FVRErd4CnH2Nn3l3-b89XPfW4 zHp1uSTH*5=%G*n2ZuH;&k{E9c(p%Qw%^*AmO0wq&U&Y}SS?}cq3J0jy{nU9jB_A5* z2(ov;nGkx2pn4zWxdvG@TTXa`EPB+-30g={zqu2*b2*NyiFfJ9-F-fhfOsV zI^^v6ZVthBl3fww8T}@{zIgv3&Lw4#LAWCU4&!UQNzQ`<^!*39`}D6T-msnBq?zR* z7WT>cdf(@3{PWxRe0|Yw_yL`-&+PYcKVN?JNB4ZuBZ**dt`Uh);K~LmFLyqy^VQ1i z5&a)fv?J%2HLWl6(vLpi@vdpT=Z$_;Im9JkgJ%vikmkph*5$7G>Kh|7Zw;@09DY(+ zf9BuoGmGnU2ltb%uzM5`?;*jIS(P4mSY`CdSne}q9#|+t)}(QX&3jhldOq2qE4-;{ zt1DzV7hzD0eB$;Fg9|RI|+E5wPjEi_TS`)=yluOTQ=r>J1#9L>qAs{!4g2oH_mp3j?XD+XdfYfU( z9iaL5x;1|SUl8%LJtk2q!Y}Y+lZyZ( z=Pub3N>HO?;91Z)!2I{K^y_I`&p_sWcpPljb=Me2yikwF|xJTsm8XOomrDwKsSZy=?uybYnLwFpkc9ePi=fGO>jZQYy`_{&E?kY5j<&*xJ2EKnFZZ@Y*D9O8eR(jxBsvu>G>C6U&z(4c)o2a;anaVuP zBL#+hh{dOr*2&^Mquo_Q5x!56THZ8sELw9q^9~0n&d(TrTKFfok0_q04E<_@ucZOr zE?9tCw*ZD+GGJ70SOt1|;oM*5U_%G>n)k-e^Ijdz`^k9T;NW$h^JO;Y2Xr`?GiO*T zluAXaXZiy#=oc>$AJ~{D^JJZihMD^8YNw~Mi<*aKxpDZ$1(a7- z(PILIoj;?>)rN8>>75+x9lh#)l->62t(D0y$c)H-A+NJm4+xuh82SwF53%>>>RdZK z(#)F?VWq zi~AGIF6>W0I}PtH4jLzHm7p-9{sdp}YZmxk`oWIf8NAcCI`t7%UOfSN73KYx5yaQFQaEIulB9IZiKPeD53FWWeaqiwJQrpLGK?QT9Z`_cjdY zr!!-Ux)VfT`XFN+WjBR&E6zU1-t?4i40yuZT4Ni+clg|}an;lTh^&+BnNrzt-#{~e z_nI%$Pjh9H2$%Eow%}ZxJ8B4P78bWJ=BQQIgew6^Py=U*V8of*^G;H_#JP}=xuK}HAH%iC0#Vv+1ml3BO8 zJVUW4i9?$ZYt`~NvPa7!2vFLM8 zcvJfrX?CyAtqq>HL_z6u$09JLAso!%9u(!53Dy~R%b0;(Dnij4J>WqzD7TZeutKa z=d1pJJzkd^En@Se%BPY|%~S z>luvQ4HDH3Mk-%V8*3zAY=q;{`vNJ?O-s@H<|?A`K>mc7v;ttA%*^VwshYRFslSB$ zwP?9}c#+O9|NHEdC%h^8B)nIHL<^k13nwIXke!g=U*)4m3!JyNIaA&9mA{zIU0f~! ztejngORn;>7h~yE)dYa{Fj4p(%b32fByv%t9}Ld%4w!qzW&WAK0QE`nai0hEiFf@4 zJxfZY%Jt*l+<8p?=zulo@E$nNJfY%HMx2o_LTTDOZ%-{5z z=*)*3^W#7?7v|-PhBDbw;NvGpet0ICwj?V3GZs#v*3i{4YrKkx!5fN(R3Y{ zP&T1Dh!ldChix>QqH{N8pw4jO1NCyd@*ZeSk#m_^6IoxYBT0&G7%7sj)o_MJB<<#p zKHjrv4KCl=5qa17$7Bz8mb_s9n!?HyyjM_~1rE$gS&7<1t*kb9J5yV{DeEC=kpYV@ zW_R+CH8{j&H-`5EC=tssX3F9=XPKk)oR)hdL?I!4r4lFm~;GPUu@aSgU1w1)K)T4TU`CMuhp>*P@ifF zfg4XRm}J}AV(iQC3wSquNkg zmgt*~c2^kfcHDW+v{dOE;TPG(m|m#uY%C0?}?MU@SKuaFEFmEMXH3o=3GGlAm+#r>k2-&Z3dm*B7`w`ug9|e=RU9=y(P4VOVH7#xR-1vI%-uHOQ$?|ybj{mhXZ zP~_c6Cj|JVsyZ*AN@ILvO^{xI(Grv zmHn58PW=o*cS%n%CXWmNF%anV0&Qxa{zv8x9-wBoST1l`tg zN-ODQi8jRRn%Rx79GR=zFW_rVzTm-77c%FUr_cx$XrpqWX{H58<35v__Kt=Ag15bv z^I@hPFBT~MO|Opa&cAgf=PmYcUC8Us{;loxz5H7{i-%<93V3WlA)66&aVK9F{FOyz z5AkuO;jQpdbp%DtOl2NnIna-|tDTQbm^N3JaoNRiSwuK+khx)VG}y|GkI5L4qw5SF zpU%(-k56$>rgPtB<0e7s%O~BNA5MYGOV6Xl-zMB%#}c#HoZD*#2Y3tIUaoY9bC`6} z+l&XymPG;w0`G27Jf;}QAKY8EE*m?q3+?c*2$OYbJjd3APm(pc!q(*e!Vx7dv1Cp1 zZZS17FFe0EYwqMDHYz;LnAl`T>GK-y)Mu{psidoa>|jy&o;vI1Bs;;>&`~1NJyO6# zAbF;H)w>DkQ=j$b!oH&=dWw8z<{zuo1H&UVt^$AADCqfJ{be8d{&y9U7$0)I(JZ&2 zTUBp_z^4D5yef=7E+_eL>TR#oCjUh6hqWIQ z$a}1}Jz^)!_7VJv99wI#=ViHjJ9LfTsNQzd{_|T9Gtw$sZn77h`e8nx52ZlSmFIA< zY|t-Apss4h$_Ch>$I?j=t}q{t!=#PCrx)4nTt7_p&($#tlMHPtF zSQrDmOGivum|}n^Fmy@4RBagiemi2Gt5FnkguFaU_`*|$up!Qeml;V^)*nZ-`tgES z_4{~T)#u{~)1aa%h1#~1tLuH{#*MOisR=9z0-;CEUQJ(&6u^s8v6z>aN<|TIlZAQoXqEWdraf%(yvLhWdShS^G3}ocIeF- zX_M8=y(@qCn+>g&o!)}}m=<`3VCOZWlv<0-NsP(a@w^W&vUiht5cgxBS(gSPn2R0N z%n5qqE=X8}dh;q)XN9YBe6zCFIM;$H+nLR41jFJhJ`%pe-GlzHf?!YnL@eU04#y&1 z{ahi7IA_{NFrOi1{_icyXV}9om0xAc@)=ghjBG=$0WzhR1InoKq&)HS~t_(IJ^Yg6E&fmM+d;i<>8FqPe^M>6g`3(Q$dj_0v9xjNeSOdx>ktWk3XiKSG7Z*05+)2LcNFO^vP3+S(cthzZSwBBrN{WkQVVut} z-M=S+Ba0k~a(1DoRbySZnRfO?{1z!MJ-1_zyu2*#=S5hVJ9C+zS#rORyvjH9%B;jw z)f$}NL+4xZSb_qmV0TDYkcRdPQyO+~p^3lQbdat#K~o&BLPH~(MLrC!z0%p)V@yLc zwP;P|=%S2<*-jmyW#zxwP4V$aQeS0nwxfmc!c^O0R3#pNE1zZilJ*w0t-RB;Gel+D zeE6lUw7B=060>pP+f@6uS_ zpM)Yd9`ET@wf3l=vmC3MO2G#uDxJ=a2KA-YPfG;zjB&rRMTumM^oh184T4BD&QKRg z(6ZtAvtD6;Z#X!Wr6mQIE;j#{{m5EmD(>%R4(^|Ftv}5-#+2|7DCWH~*a;uSCiJ_M zq0!{W<=yZZl(z6R)7*%&+C%hbMWOyTD_U^rf3zOk)fSOe*K}Cqvr_L!(fFW35Es6&!0kKqDs!Vt@^=mhttmt)+#SOXg@}Q|E-s?Q8Zymxt@{ zv8GB}MXIPYP!)vKF#d`wAW8hT0NUs)$gw15u72}~gPb2-BIkNlCL1U=q>eV`6#lMu?CvVU8fZ(+F>?0lump-u8F4u%0G`4&Hfc#HEb)E2iO-{Mpgn=m*z4^R7<<7=T;ni`HA zEUDC2sGW`51)sw_cjv$pS369&%fBx9PvWUo)tG;|fc6s4+Ifxl*L3c@I5~ znKik)E8l~xraW9Hu_4$`eTH0Km75S3GiUtzR5kx!P_OLX#~Hg4KW>@;PiDtd@jb0yZln#U-x@g2f}?WBX~oFpL0b4VE0kw40Uj~S4|YhC zC9VZpF7mcTs6Vi_tp?JD-LhfD1C@nL(SFnFy3HMW2{M^;tW`-X;d=$6I@JR>g zp|gTh<*#K6ZYfbpmE;NTZT=f2nR-H%pFIKc>g{I_M|_Tk%1)Fl{l;KFb0VLg1}#P8 zmgINGOd*{+xBPfNY0y13?J`d4lyb6&y->=@QMvT;e9Fl^F2O{#d@k)|9s$QV?PLO) z6O=IJIha9Rly_3MiNuqo!HI(SJaZOPsMkC=7P)?{Vu8Gwz@r;U0Isiv3fleb@yzTH zudmPKYB@d&b$ohoe8$`HF^3arvc8TFJtJ%F_(V-VrJKpQLa9#KkZ5{Aak0Ll)I52vz6dNc#$OS<=*$E z@Abs+OpsYIylGWw(<_S26KHptXljZR1=_{GN0UBb{soA(wwVM3)zzKj4M4@=FZ_gP zH_}HXW&@x%u@xi_D=`G&QzeCBFuQ?t8P0f>;~gjW@(D|*$WxsD%O_}7F1x~Rq+xAu zDW2pL(#j|J1rC}hzsE+bx&v>@eWF@Rxn5eF`$5X}v^P*KhMr$Z+gG+v`{M^KQC{_!G=`=N+U%|8vt1Ru9MhczRyw>z?4yq1mROP6HoFX-?xd^+dyE7K$T5bn3UvDZ4~ zjV1h~YE3ae`8xM>`6J&ab4vLmeVL8p&&EsB)yrTGgnaug6hneH_?q*gH&=62epd^3 zQ=*~KiH7`kA_O{Z=g2PGIkMJPFg$=kkuM=~8cY-$`X&$M{3_nZhbo;L)*kfZJC0mh z`;u4kSO^aB$dY=p{fJzqtAl(RO0!5yrpCl-#gIuw&GlKB%B3HHLg^oW{eF_<)$Jtw zvzIOfG3nZy+6*am zm!jMaUj$+g6$f75qfzS^u%9`4od&{*m+0mg*};T@?M#uNG&tD)a5%R+Dfuk?@W)G) z&Qi-6Z4Z_8Tg;EbFQLI1U$=9xi`fCi=YTU{1+d*710vj4S6Uv$I!n3O1$)8H!8<&v z853@e9+~Sm$+9OO^m4E0eP;fUg=+Kc)BujbMs=MohG3LN9EsJPU*{M^B2@*Sv7Z%7 zjylrLQeGn7iT6ic#^j^Qm~80}wHSw(ipCZ$!LJzW{VZlwj~XRYNP;WzVi{K!OKE{n zDq+PLwQ=&u9b9Ky`wL!RtR5p1GfWKgV%vZ`fJp!5Kz*;*QQXe|53 z`dr?sudjX+FwAO-W2Ejqje1Fd5sfhC>et=GDoZSp7`r`Fj%)y_8Lbe72JY>tGH z6XzmN*N{=Dv{BJXq?0K~zasFIpea5Xo~_x4?uwU6%k%|tROwrpbp@N@vdQKcc6T9( zO!+%Dkge9UykNB^VT*XV`Mgmh^4w*tR(Cn*wp!Cm!o7R&&^051#k77=)1&W=VFYl+GWB`n#sGel`Do6WR32fMhR8R8V_gGKzKwM9< z)5g`Z7tMxOzVAKxmHTk&Nxsa0;DmX|YM6nOH;GO35vwQ3ub8E2ZtHrIPPd46+fxOlABoD;(ByDdcRF%3fKY{mNPtpzx2_E846jQtHITusA z6#*2}N95nQ1#uFaGUnrbPyP)!>U*gt8PCHD{2N8}Brd8gH(q!Cjc)2mINV!bPr}}9 zSv|>QggnNut0zhJs37-sPU|9c2K=oPhnQSPZ*%p+{N**ZBzQqpQ9^A=m1;|{NrC}Z zTk?1}UWjSV|M0x28LqBGsz`x+l>(Y8(*)#yxD#ty{s+0hlKNr)zs%n-ps>Eg0Xft< ze}h$TvA|LNaO`hL=C=j@hTAw>=5L7VNfLjwZv{jT8*!OfsKUWncbv29e z;WKw<-}kv4O=MA?A<*fiUf(b1@jUJd9*2`5b2$I; z3knRvC9Hw;Ekq>qY%Jl=1Z7YkFSF!S*&=6Gos;q=uEh!=Lx8_lPSE!hON++~VBA=s zIE+Y@Bi{Gglv#XKZqV(qyE3-=@8PN>z255npTq%T>YS)Yurg~JcQjZTxyjM#%R6>T z@-(i-Bo3L-@&U3n7}G_d;!H1Pgcsm&bU_bhgzFHy1}7vF=zC!mZ!4tOZ)fo>Z_4*X zL98`t!CmZlpV7qpb;vx5aKbO=;|_xSk&S+}oGCiI22k&ih$wj>l^**euTgBe_~kli z$BJKG(@+YEUtZ*WT>O&Z3oCx<#?P0WyBl9AK6hkiCF6H^_bk;4RP^tfivD%GoMmLO zL-{kb@6L|@eN+dcD1x&`L|@In<88G5EVGqe9baWDBa)yxqT)hF5i(aVu*~}lwd@yI z$N>m}F z7?p=`;s_eW_PAs?rMxo7dx~;o?_3J4ICFeaO6By&8d;auSI;KA-&r{6M@Xb`U> zQg?MBH0ydpPLa4SfQViME!l`>jJ?*yS)~l~>tFL(&Um$BQA%LM< zcDtcBA^-94^4W!O>hlu8kj|W08Gfz6PawG(<5saL?K;lp^bls6xDw&_RDS1pwyQH) zXa13PV?9@3MmH11zDVY@SWpdhJ>N7>!Bc+IO1wFn0XQ~FnhPr-I#{%#FJ!kukEBlZ*s zUZ?t#1Ep0I)}JH`-KG9yjI4O8KUwchIm}FYoROEJExhKixn7GLAj0OdW+LIK++AlS zyu=QL)t{v9JIMX7C#p5|C+QmS@RItIv^VOdg8CD0%J;SYnYaDS>!T(7vj5@_%$K0t zv|Q@EN>IG!7A|C;ci_L1X?m?n6t;XUTTa9-Gos4RjX>v{-EcA&)Gp$WAHV_zkSx%S zXMYhvfFQ0)c}`U+xv#U)R)_>z;DoZ)pGzP8^P(vE5oZKV?KuFkO-lXaI;cRhT%2B`B zeEO0Sx#h$fym>g5+hhKaEQpThCXiWdLAt3+vE`7TId4DY*8`B2cs*2;aQN3*J<8|w=Nzj?vD%aU_06OTefo_`{XGFauHVBLS`#ZMRnZ$TMuw?WrHT(d z{yRcf6WxQNH&w54pvGNLuVT3)!gtwRKGZB|P02Pb_t}e1`A}>1p%^@hVbk7Wh8*Gcw9c{j%-`B3r&6y`(aY{?or8Ba@q2nr}nNnPZXzZI_GJhFIqUG z$VFF&Kg#7hC1dh#*pCAcRb}zL{C92o^L$~xQv{i_Jj!=+aSm2hQ(L~f{QNB~M?kzV)zxbgY$=aAq$&ZuL-EF>8T7uL_!PQiVHj}EkSicU(a24m- ze5IZ9+PhwEemc=@FuESrKw@=jN4EBqEm|g*37@RioN7U08bkBOs!qS z2cuARJ3bTbKei3&i0vFfiikOhELY9k#z3JXSV3#UrxcrSkP0(c{t*&5CTkj&wic{e z3Yq1roA5EG!%?yPk7yu4kEg_lHG6bc3MN8}H3|u6 zX>h_mE-3Uo%sMYiWiNcp`?Wpyq$aHdJ!KDg%_AieBz<(={TN^DM3X)g*IaGVK$(*+ zZP@H0GJe~#M_4wlrLR1_$$F`S?50-q<2CoQH#^`pkRB}?WUKqNc}v{rL-}XcSEa!5`6uM8-d_ell6Hk8Z!V*B7uV+S3_qZW0Ac5W}{ze)3ucc1SO^;;8Q$ z%WW3bK%>-0O|%atyZ7wB>ZA6;aJ*JUw#!~pSZA>bKueTOs6_dy!ytXqRK;RQX65V; zb?iMZj`EOjLGR~b;63;g1#)(3c7dEnpDtzx@Gav9;_2DmaBjTRVt%yQW^7T;)OR#$ zp_A8T_s4Ve?;5q&atf!xfXZFR(ub1kr?&DEf_7fZ3+>Qw01Ld9V$$v)5;9kMf7|*V zVvMK*JbJ3?4dHkbuZAx=kn(jCE*{bvewSOFGtCucj@gsJi0>)VfOkWDvHD5k(AxaFT+qv3&)iZbjCZfaX9GN-qtyEJ$9U6*H3{PG!`Y)Iq4%oc6*hkjPm2)7%Baghr zKHlPME{EaB6^ui>qAmma11!2L`1p71*G}0wS%Bly-g4+Yh?H9KEUZP~-Bu;O%yC6ayO%FGY4tb9$5W)5z_B^Gq@k6JzRc zwJ~IH*m|>e)drnG3d5Ao@=MFwDl>6348IHzV5(L$kLGyj2z;C_DdF-D8VF9G>p3~f zVVU2ljc5;CYr)rTj1tU5!oUz$4ohNRACVb!o7_;in<~Oqo21QOz_#FmEVfUe)0pxc z&4oAE3F32Y*7A{=RbiujQX>E2>Gq@Oyybd*diJMF2*teZ=N@R+5;V0klp6*!)nFoL z&CmVqKlwPgOs_L5PYwU=)eZUa`MF;6W^MBKUoH6kf$sOgN&KAq+`o>So*Mpce&Lb( z;PDH#alh149~HfQT;=anvt0}E3!+Y#AE^BOi$?K@{Kev9^^^MK%O7M_J__>p+t0pl z`FjIeYH*!YRR_#@1Z@+PqcwVAAu}*LbodGB+_>`L$EPwB%!y0M<6Dsi>bhC}Onlir z_-_=U|2JHK_(!l6C5sz6%rY|M8^%%Df_s|~e(((}G%n{Q7n81?Y4dJyRb;0k1D^4wyUc@7S)D1WsC78<+Z-XYkjz+{l$fTKSe* zydxI*-r?YG{B~XAU9TE*BHUHhIQ$j8Nrw0%%oaC9{`wlC9_n3x7>`hH zJ01=k^@LA z=ZQS^vu>v=JI;vw90lvKOLzO+vBc=XHoAEyM5lXzjpnBs&8MT$7+po1Hp42r7){55 z57)lLs(zn%90tZw4j~9acEVg%{==4Uvlz_Q+LwmUb5~>?$L51#)*pO7@TWD34_3Y< zEB3+JmpwPv4_xGA9?iUbyLkqyvd!e1lE$~*zNE75rQkb{cad)qm29zn`D?Vm;1^N_ zBl&i%lW!M4)Qx=GEIyC9>lOcKb}pNS(+cas?{e-NMAsJM^K4^&aN*34Ge7tl`i8jK zhszJb;dqreZY!aR=&B=R?HEkF1H=RWu@eQ2;$>VHn8UGsq`%>wKqhLQ*DQvQO4DJ++67cRlIX!^laoDm;BKlqDA@d-cZ#1Ah2 zE35KR;0ND+_hE(W>f^}|CdudW zq3Z{~)hIsU2c7uAnSW+gJ_`KcBuwJ>sUM8v+y|G*0CM)iiB~v&@HKRx|6TmxEBCk) z_3`8f7teO1kGK27@gMw~M)3(h=)@0>{S&M5QQ!whViLy$@*eGlb2<0H88UzzKX~d4 z#}5ub2kOiZPE=Bni&CdDZ>iSsb>S%a*-rtyGGt9Y6B?KTHH%dG%hFlgFFVlMy%}IF z#ZE(>oqQ-6A?K0D>-eWIJBUWli_)<`;NPVroG-lDzA28PZ;Sn-45&oE|yt!YQI3 z0M$)oWE(J8%Z)rv&9QF!neMHSKS5>#N=s+H+BL|mJI%5nb7Muvm*PAnoaa{J^|U6| z^x~xa+}bA(E8pm~Y{1nE#JJni+mFM=j+LzBHe}nv;qEDgg%MR_q6EzBVO}Qnb_#eupmWyi~0uWQ{xc?}r=pt()`0yk%syeX%1PxALjBABNNwVYa0 zTcH!hAf#6TK0@Aj!(K|SikemlG{lNQg4_Q<`kQtIPVVM?D!)Ewnyb&+SFg>#Zjd7r z$-_`Gh5!l9kAG+zr~It&D_k9~4^bFkocX}dmhD@`9KG%AKKXScrGXk4s$T5zbV8Z* zO-I*rjU#|!#-yXJ;ObtXdWwJNUy|U6+t2r=+^RRM1xQt!DLiy=iRBAu^-^(_gn4X}jX)SY=3 zj<6X*kJSbAnAs#PUZh%yh!&p+FXj%$8I}fr`-bBTpGO;t;$E||nIfxJh4@c%gX z!GSV>96$JfXFGnd@%LT%L6k(Jbk>KIT#9nnJ9|je#?p!XPF8x~@KeIMR!SP>2Wp9w zq+vz&D$h)3M*^k{o>K&bCrz_@4r%;W1PXfHz>yVdXQ>}qGQZ`b)NGh^TRK}`K_Wku zwJD%8CrlH{*9P*%pWsUBZTnQA%r)$*0%TsbHtebl{~ggckBn0K(UXHg+BOaQ*#;_& zjwf-pCl48iy+f~sT))+RP5b5BssBW#r|~~OQ*Z6R;`#&|JvEp7v6U)gyZM zB2&QeV=|fOW-dGJAF5p?uQ)yMV!%aKHyUbfZ|i9}F+!_QddZB zROwI9{Kd(166^-oHTyAf-ey1lYHf1zk^G*5@oy6U;$PSI$AS=r(6lz(vor{rrS-jLwEV{45p;x9{N(Ep6ZweG0&2HfOrNZ4Bx& z0MOD7Z)K`_jX(o}?I4tsspyQ;qhfu(skOXl?BUl$EZ_lRZ0D>w_}Gco7lH@KhmGuAigF(x;T=ar+-d?-*-->G|YOv^IdrIsh0EqqhXNVa7D` zVodsZoS#o#eq6pp*}moHyJos1=d&wxsGOp{vh~2&+@!Ok+9m7Hxz5X}d#k_p8G?;Z z#zjivaQo2q6sn?)?#}XE^b1nI5Q_skkK!(D{~Y10m$4H&)-nrw)uWiAN6?D-+r!b|B&;u-*bF=g?4(aV z_G4D%qo7Ydc<1}pCzo>2gO~Ud>61T*7{Fb(chx6POl6)LenKiUAHS2+EzJS#`&nyf za*gG!k-&Djz1Z0Bjlu-BpIRygnj4I7q;>hK0V*MCXtG|qT9*cMy^0fB;htPh3zJ}Q_Glb9-fGkdhvOSTIB>bcCAqV6S8aXA`~a=68* zE%8K%vr<1`+r8}BBly6yKea9)zg>l1X^q0oBCbN|BQPEXDZtAsi-_>S6J;{RF{v6BrJD7GXc%5j6Arr z)QkkYWu(yosqBt+Z7O@X{pg|k%sJqGUqF?TdI+4r&-Ad&an^|h`M)%n0_+Z~!SCuP zcNK%I&J%@o_fem@jS~mhqO0kxhNz)haoYc&g$&tfnccD86wQLK8Pz2>SFq)N zcliSTN&LyO3(z*3UzXFfQy;nYayEb8zQB?wY9rSx{2`x9zmNz$aZk~Z!S=19?rYy6T{gH9qpj>c2gUqtqHvXugs4~N*@rKfYT^_PQQ1cL(cut^X>!`WAy ziQWpn!#;#?dYSemIw=LaMj$okukwU$lz@Em;t;l@L|PeOHHR$*Be+2r!Iz@}8Ie)k zCIS$F{Z@~S9#_v84yFoIwwdN>^aaRXMwl3A+|Wx!_$ZTc^b2KbK1&McGc)`q-v_6| zZs0&2y@C_$)zV=9$kFwM+h9a_eUv@{tY>6W`6|^kEz|{|9%K@!%-nR$#DFg-lzR0L9+P+FW=E6_39(>YdDN8J3D)m(w8}`hUc)US=mDH=!yG-t+9vPK!J#=@JA~C>i_d!@cfkPN;x|Bk*YUtu|7GE90V({n18!BHvQzN`pwGAb zP@_^b^frDJE$fc|fxi4VXcYcHwQ+*`H8)jlKweW9@SW9?YC2*Ray2AjDPc?)G5tW7 zSvz^^Nx!2v*b(oF2>v5muE;;bLUD)cpy{{TX~-*7(2L1M-{-De9Gq+4#q<~6qzB1U zv^3cLN7{vz!4qgN(RoUP&FN>_^VL@1Ypw8_|HLxXW%tIwud6wy>Y8)0_KAp2H+x$F zSt^)8nPW91t{G}09L2k)-vPZ(+M^x4gJ)>&Ej-rT*aX-+zKKb;TWjeiI z2Xvxiq4=*=Nj0Q&|4CRzcK@mWt@{gbf4IOak@X`NrM;0DWY5S=0~&H0#~& zfR(!;Mx|4q)Vo2E#r1B#{*_MYN2T6v=V&xrTJN?we6KqZRh%yH2<%0t{?m`@!wBEY z^`9;<55jHLe>#+Imsx^|aDRn(NoHjNu^;6Am6bPjhIYQ_6|@-uQqq&o(^ZSHC0Wo>^V_)!`V^{mu5~VvJdiTUY9$$3?m|E;W+mMHIp{G@-p6M zx6gMrJl___kdu^#fwZMhRr4S|^{#)Czp;E1rZK502=v8eBfP$SP>z_$kD2MJrcco< z1bK*WQ_TyVZpLlK&9gb12MI`D#ymSR7!H!k2UinXft0*-Ve>-Q(>V|1gI(ND=1 zlEolxR2pM!G9Z!>JiXcou)`dmEJgyijOQ6ykWH^Dm3n zQ!^2j{SL{ADt)lsWim?udGVFdLSXUO6FaDnX0+lhN<-o5pYu;%o;q?w9!iLIvL{^M z!n5p~V16*`V3zD4UpScafxGvPDky!YL(ab za3U=-6aL@9+b^1#68hSZ`bj&rzzE@n**yV_3(Sshit4`Fg!!{mT&9;Cb1R*b7^o>4 z+K-Ir-c|Q5E6}~?@DtO$f6a^9W(fPIx=DfVJw@;Hx;F`Wrh9kkn!{cRab#&$TulpW z`gg~-3gQc0^jTd05!!$4Ds5aJZJdb=PB8ge(C2JWRXF`Xu6JZ&{WO(%6{7=>LYW9VRr+uW zw-J`wE5RSXBb)Q$-THG&TIfjCM#IaG)#=;ukeq3?bX7ena`lE3=fA#sLAqvs<3+}P zM-}ohqq3KvGLrwBow%z>j|4W{$dGX`GF+38TqpHZ=*QI~X zyVR=|$nzJsl{|kDd7d(Pp7-{N!3yg9Zy9M)a59}{PN?B8N!p%e2Y;wTWlHeTuH_^b z4lBykEPd_&vv($dQC0W;Pb5H8^aiCGTdc80ONvXVw315OL=(89Gl&aHRjmCZRI65M z6Qq?*lT@bD0iN1@v+Zl2t!?$S)}nPu*aEJAidd_F8+Q!ID&R)`pYQM7J2MGE(Wh45 z)0W9y&pqdNe!t)O?I(3sXzv5rR(G-Yh3omV-pmm+8c&Typ~VKd%&dO1=tv^@GzjIl zKF`7qF(-K{YZOJ#{DjztMFP;vIQ!^AH$rM#0FZhvur+l7dnU8}bA8RkFXG-onQ-g9 z7JHv<=(Kcd32j|d#F}4aRu`%YUa^uVt^6N|@M2LSeZgR;uZJu!OZ0>AeF+ADv0yxG z-Z8y(R4y`~f1*IP!H`SW@kk#mhBEQMp5?kP*-+D1QP==GA6g!4mVTe_C2;-A4&?D} z*6nAfva=SG@l!V$f_zvIAAlUMQ^5jgCJG-BLu^*z+qyx|W~v~kNZ$D-YxyqheXDI> z;p?Fec+pPlv*JQ$tF>R-;uq@AyRlx+k0)0L4>yJD^)n&W*>q)h64s^yj-Sc?C)SJo z@A+NX|DG1}(E>>p`#u^sOSZIjSKrI(qcQ!q9>)=@sE4w!zIx&p;z{BVT8wXi2bF%3 zxa9~BR)YtFvA)>qy)z!1@oD&gp_>+8t=FJY4=u)Snxj>?AL9tx;0VE7e$0xnKKS8q z$0=qZv*eZ%>&FM&Uzl!Ykf{%o3fx7x|n(bRa(P?$uMwdRX7T^)7xh z9jLq?{DnV3#f=ceR-LR@dAI9b{2jUv{vw6N#h+?`eIv$JL7u`9YWXf$Js%mG=Wb_-^`t%n$wxx(|NMPsk6p zRXcug88XuUF8ScnDUPB(nEc?EW(W9p%Lj|qix2rh7k3zZvzKzNpEf{Z8KKLPY zA6zR1$;k)3$@r7$_shsYUHHN2vE;)RUtn9-X#YCxmOM*K9?_QAp}eL)+wtaD#pYP@ z6~E%u1gV^=Adh9L_2r@jF}qCgHp5vrCWxTu%x9cE3&?o-&XmPh88LBJcaf|u>h z<|n2e;C1+|-;YwgBR z-smYC5iN-ozCvX9IVy@6>XR7hXFX&iSRxC|voS(Ik`H4e@+&sucJDM2HjHoKQ7SNI z^GWGf|K5zJf2Z**i^j8rCK829qapQIU#HWA;84zZ%ERuu@hqE)?VvRrc4$9fTt_ml zBXa|1T=T+bV%wgGwLTLLZbhu{;W(uraaUCroRfLF?j_l01^zvOB1V`xiZ5zkOs-8` zZs*HvJDS{RsP}tTBKeS%L<@^|MkTB9IoeM(mCvT^tGc5*}?u$ic#!Mdqbc+|MvexXIVk+&0U6ag$q6uzFQT3`R!5Kf7zEnd?m z*=>?LD0t}hFp?2Y6OQkA0k*@1*tJJ(;4RAw?y}#F`BSRu%Zt5PH(KwPvgwh0$Cv<_ z@Tm`kcu8{?^kg&V?392(c)k}~$9!+ZqC|SI7q7w|G?tc=T`1*_dTU*lp ziQIf$s%DNXkLlt2F&??+sFJE!bQ?m$3U&XpJT|zTro5(FW=Ku7KNgPL$n7}UT@?L6 z@oaM>kjo%Q571AgEQhfq8#b(BgYj5ldyEZ}M0C*POl{BMlc-!4Pd=$Avg$+qg zL$o)H-+o9I|JleQk-nlNQ4u847ZOpjZtCHQBpCJ_6}#Cm$!2dgcB!HJ#*-a_e!~Mi z)bNA?;b?3_EZOdJSSB-AbsUF;uiehojS4ea)Dpe=D&NCuRH6GEqUlQNGr zTbvC|^1xOmuqD#w-f4>0s&k#_RA>dZz0H*Yg5MZTlVgVxnlPi&ol!P`D+yw4)0Kqt+Ui50E?2!ZF z#BvP@&L-TPXW-vNPL4kNboUr{0G>UrXRG7Mr-CwNEz>}mHTkq|;%~8rw9BZU{8_mp zk*4w+L@JH*FU$oFW}YVMYW(b2dRR%ENE}>7MnK@&44TdHHRfli82sd-4UScdjxrbM z(^;bPW}cyQ$KG@JVDAkr%D&c~Im#ZR$8@J4V=lfZ!Yi{Jd>B6)oA-0ko@^>b3~4kF z_rC*YBd-t(YbAY^zXD^I*ERW?{||^w|Miw9pkjlZ0U{i7iEyM*!*|3AqoJkt(o<|u z_g{DJ$!yl$62nA{g>?>dO&(KAuyU%T%|uH)HEIs85FdLBbKvq_3{lJRrd9gsYB1a< z7Hn?)1o$8R4=~sKAXRf4USyB9&uri_Zk2{biDV|8WQke>1pAer8c!}gJ-CPo9(}f- z9=C!`-I%9yTsi)lFOSLWn81QzPAbI<*{iUyZ&4U=R#ZNAZCCOCaBTE%= zbQ62Kkf%e~UHi{s$+q^M_A}@SF8C}hh8Ir--{(UxfZ+2;LAm7ue*OXXKYach5`sST zKloU$-(CO1H>UyVe67Oa?f+W;!|9hWUfB=+5BML3!xe%Pq##M3SRZ^c)F-_9&fKE5 zpa8jY8JoAT@|c9P4=b)I6h$0F3dIH(FETh$#4(aG=VZ4Dtk~>Js6@NSz^{8CR`!T{ zH@EoS%~VH0%-uj6s*bMsK^SVNXW)?ORgy@aQHZe6QfeB<(>y+>R9_LV&we15{3mOH z+C&vtH?@KVDu8K5?K%B}RkIh8T9Mq58htR;q;eSs$TG@&jZ}kB&9a!X* zMqL9op}K|xZ3(bpQr&pY8Iy?}hhh_*EB0WfHtEKptJ?A$Y3|sS+|(V()t%R?cS65W z+(!;vPSbIEj!ng&7Rk}|5#D6=ozxjUODKyJAq1GSng^o^h%}#}_MYiIC&}HNr}ucA z3!u__z~qH&b3G~`9RzW#ZoBlK#a$#}t@rf`4>J8{MW=3?$MZ$=c)IO3351w>PnLf8 zOr#Hi$?AAMCa>b*h=Mkt869Vu(XCE1@|qd|J6aEYe35@^OI7A6#7EkV^ds_pV<<9Y zETAYI#=Gv7wWWEA(nA`rQ2D%rS-ZUW616DcJi7oYZ z5bTBOv@lYg?v*Bhgd$b&)i2)Yo+9f=DHxr$JHuefn z84>5`E!4+A4OljGT(sRSU1(;jGWV)aShU+T$7V2r)=E9Yb=2mB} zv=<_c?IfXHR%81u%-Q1oq^J#HDL}#1j+{4%FI8+(sFsUd)Q+5(o?HStub1%v`CYFU zX;V(}uZB|=VO5b7d$%tqsU@8f(u0Y&?C5C!r06uvBWQVPHl z)Sc<6Vu?#opE^$a+|N>q5fOyhsf8FnYTYKL9}Wsd9PK$2nDq-lsLoh_^(BJ?ceGDIWv;m-?snf%F}ks|HFsO z|AQ3N#hw<{o7v$syLj?G^TMGPosUgss??QfpTJS9P?6@Ta!WVPACPk^V)dME+FjMl z-mH6yxQ%fJHRo~4oW+wbp${&LCI98mshauB5dA+F zj`vCuq&Sw;mGRS1fJ?5D85%;uL^Uoo(jU#|&JS88*0ahO9j)}+>Z;WVtfS?XN|GER zJ5x2${`JRfXgsE{p~A)KOJh~|eegR3C6(838kag5PxUF6oXpqG8IJGjC9p5m9H<8heu)%%82G?JMEB2E`<-vpF z+_+GMDFecHXH)TKLpEfRsY=#a=MJ{c9jH{*;Iq~*@>v}y zYI(YGox!+aX5!-4=3t_jW1xN(OZN6yA^A4*agT4`8P9M(Bq)d^*TR-q#U^k`ZTh!o z@hkaQjOkz=UbYm!I2ddC53pA9EPucp{pnwxz;|A$Lg>IA7dzli2>4?P_^A{0&j6bk zp^A{(5EIEnWg=Mz{1Z0B&)E;hv#U4`L+e~FY#?$|Ajy_=RGGhtN zUmf$ePV+Y|q@e~TaFoXAXsBFicW*#L^`fCO91RV$VIFRS^F=;iMN7Bg_)v|_X%>I5 z7K3XU#&kJjf&*af(-R3*sQeDS4fzEfAh+=x4_!^rK{0)?N+Sc(X(MS);()*+f zK}v3yX}vnv<2bYfPMllryBHg1=H;_xv5E!pffT37;Nvj*&STBVM_AHg6>CZ3BgVzv zQL5lf?Y^Pz7E=!=k$h12!v4e&KEe_5`SLh+qG*8n6YvHj8{^AIKs4R(Wq2}tc?1-5 zrtyXS3@!TvUp(KTCG#vEESiU_7B*ZDms^L3^Y=LlgZ@igsrEN?<4_%?JdewxQ! zz4hyKWhgZY;IJxG02DzMukV$4y`f)(Xmw(+bcPO%%62HC@2wJBjK3wS*0BAAa2!UH zxkTT#>v{8E0j??R%$y^bp~0}J6E)km4&?J4*0!#EXIE=mXTEcgP4ND~dDbuZPL@A( z;y>5IW=7{&3Al#aF(SuUGLY<$d_7jNJ&|k+S1pC)PF>`31YeCMUk?$L2i!OX*L*x3 z(=DEU{H@{X56A2hPpO*a5S8W9J7s;W@JYkW!^GS{%Tk35mSm?g#m~gqdvWrO5xf>CEe3foQ^uc>+{AsUsj$kx)OD#dMTijiwkgF7{n;np2vx<~AR_oZW ze3r&@wKT*k7RCocrix^YB_EGVs(*zL#S#~qXv`q^`({=0;wA~WgfQy1{!u~LJp~tl zjmy!pkJT=yhk?_7MsEua{DH-o1(OiQTP=hUKcJuNHj43nN=S>25e|g{BI_98lom#t z8&T}4^%m+}v4T5cgvCG2z4kRC5_9t4A|YpO`3f-;9S-iwvB1q!BoiLTzu{Sta9U0z zj3rNjW1R)Z8g8uLGtRJQPEa)+?f zgoNM|{2On|w_Iw&RbR9G#`u8^qmEG^@iB@^;R*236nr#aZ8|a(`521S3iPH(uaL^b zD8#0nEa)PH8iQC#&&HD`%dN%dNun^{7v7N!iX-^{5?D9Qjh2!UF=kk z2rQ`D;Cl&b{B&Qxpi8;ZawH%tSNgGt{#2YVs#kil)hl)N3!djmt6zZRp?XBFVCn0= z6ejtbP}vCfN{IFVc~h+pQhV1lzD~W;uZE*&n&~=Bs(Z~L_^mfkzB*PxNz}Gfjnyx( z4BVB;6FSu+3XA9M&g3<_z7K5{dzbT)W1%KU*x#cY;DY72}mwp@F-^5 z;swh!X6f;<+n87kaUj|sr zAbYhvF-NS|#SBIt=@K(I1WUvUlNq9TC&B^A^Xaz-&7a!~>_2x8Eq%Sp6hcVr!2pZI zBjWstsc{P-baIfwp2`cAjiRGV3VHLA-X+MxbcskT>z9S(EGMS$TI*PMF@>`&p70O@ zklEGR{W-a=V+RT22`y)9r>M&A;|T{V-)V3m1Df1h@S1G!>fIGyiY*kpTx?tWD?E;Kf$s<`mtgzC0hDaD45hCJUf)YQMHt@GMJ36PFWlZ~7~RGf zwssd^Xc%rIaVV~lnD8gqi^LdRd^-`WA~gN08Fr$L6e!R0!f zVu(tpVXBVCWdKmj;VCZW(B8_6Ih?0A4&dE>_U?Il_guX@%)M*zhg-l5eX)J6@lCUr z%rZJ#wCni8>ACpBh#m!^4u%i(HbkU0_%sE#B45H_{|v~h`T(?FXkog)z!!1OH=v5A8m zu6GlO_){Lpi(jVwe&liLJ;ew?bz&29jPTJenCbXv-UxS{5tc5R{s!@h z+Zphi#3$y@LwOXRsC+P+hfbl156WQmuP&j9*;#mpLlf^t+u6O)MD5=qZ3-?NmgO2+1vxUT#QL`I18>uV9yUL8aRX+9b zNL}fll^=K3SFC=j+h3u$bH%k_#84UDO)zVw24>AVl;Gapj@7 z5H6Vu)?k=G^JL?oW6-&tQGXiemqg|>r4ZC&=w>nB-=^pUmW?1?7uMMhb%Tae)Jdv) zeT%!&^TYY_ny!;1&_&MAXfV{)QTKN$UuLxrXA=P)ZZ+Wa-|ppoWxrbvsLA`}&}4%B zhlKL}J>1inP2T?}L!Bpi|Iny^c|**2Kr)ouS*&t(NW0eq0JXM`w!%5h<%|M7pvlZh5 zP@L}Q!UoJi+k&%Vn>yOp*!+CJ^9k2!)&NRMxCmK&SkG{9Az1J()H6J6IFN44w;34z zWGUr;TRp=bgBh>%e=)Y~DF1iXGu#Gy2sZI!#)0+0-z%MQ;GX02jRX1oBD*Aq3vyYw zAZuS9%`3v&4yaoA8r5{kYQR!=5;z8A&Hl{w@40S%)X}Khc&^LsIUgcja zHux2-TZb1F)_)Q$Ag0ZaKF(qj^83!~GihnG%wwdj->uBM>;es2tn+Sb32xFn%Z!5c z21%kRWs5PaCyV|^V4$-I1w zaFi01ut&attvDa<%`?I`eqsx7bxsbs38~bI8YefB4HGj{x2tm=m%M7Ia2BZWG+3FJ z<|ZGFvdJd57>ctb#t}n2-w%1uwE(C|d>nCVCs{0jZjt z{6RvB%9m`HC==Qt+f)agyf8LD1<#i?9HX8iclp*mjhDy}FyO^3Dlnl7G8^r-$tTpJ zE#(XpG=sO9xIv=&FHJlPog+(ssZWE7F<%8y_;%ymQcjUy2KlMWH~4KQDAyQS^c$eu z<=Z)z4MXS5ojg$K5rt@(!p!NQT=<1@c`s@dOKgV^#5A%n75bH4>@&(uXoHwM0-@`aZn{W~K zw39dFN~ZlC_J+jNi+s*x{ziRYoxt)*kA$V-aHcxlrpbJ0Pd<0OD)cWt{2QNU!5rVu;e$e|^ z_`x3hg#6$NtT8f^JaqK#@`K7y-`R;DoRzQdIDUYnf|=|Kj#)qGS5Z17u_0dgyu?Ap z5e`IXMSP4GQhMNCwo^6LhJ9TZ5-71Dx34R463(ye#lC5A63-7>7EeoPs#@s%f=vsy z1zJyOQFdjb56}~imWH8&!%fv-dk2L_T|zcSxg>DD9ruFNNkwC+b^X8RjA=BdXRT(>%K z+Ss-ByYV+`lStEgP(A8Q24MX^UaMXXO7%~fefCk-&qU#Kwv?CBnzrFt*RUrBTyN$8 z1FMZh(2*J?@HUUMuhJ3qk0?_BpW5Gb7%OGwVVY!pH+1uwa&Z!QC}(jJIr-oe^p@4= zE%#=cZAmsczdJoeS_vOVE3w#!HJ=E1fr6J^2Vl=`2Nz6`o%fH3_IscXSe*x9x z-f)YiR|t_<8ZUf0R=7kG!l5Q1EVJ+kr`G_ndWq}$$I zEq>#MFWP)h&E#coPD(f}0_^s`|W623P zbuMH_R)t)}?zrytFO8qGBft_tw`2c^LTCN-?CJJV%~iVS2^qp;#1t^;jBh|9b*Lg4 z0sE@i*kr~P)J%U330KuPwY709H36@KUk364mC~9NyAKT_Q1G7?E7)G<51JSAZsu$S zYVXcxetH<-d9k;D=sX^2d}bO?_4d<8GJxkW$CHmDKZSQ&?ZE~9=R4?T{mBZw@q09@ z&&QY44<$yp(7)$a^4wFYr#w836-M-x>MpNKl1+ECtv8!73CtgL}Ot0DYm2HGH zfn=qvUK~SO+d(TP6#q)Pe{a9))%wZt^wQRm1-A=a!c?{MfLa-NAC5V3DDK z&-@{xymQ9*jq8h}yp_z!2OFQL(>7)+XrpF&N2S~34jg!_#wxVVg-1OGNfZCYOj{0w zwBBGE`ii7`*#e960G?bZkd}D2H4DdbP;F|#H{vzBG@g)uCR@`JWN~9_q}4rZW(?jJ zV!i^~>s`||AVxS)A7!%08#)F)|Av!QJHxO#Lh^Xh@H%rCytU?@N*cVUpcgh*9c3!D zIHv3YecDfbA(lian!GRU5>!ZX5KB+x!yB=yZucu*_A4Ij(WksM(_^#$TRQ1oQ%wsQ z(kE$qq_w>lZR;rWh|nC4Dc(uC&pl#sHFAL#xM4A((#$HH=9-jf(XaXPyx{c#oh80( zeh=wtr1(4poO4fVzTx0xJ&f(yjXI%cUz;_!si+t z`;ZAeo@$)VCGWN+6rSk`+Vm@#ah)E@1yr9fqv+V!z%gZnB^SjS>xwY|6BjBj+4@ZH z_@0{`vxE)y14ZDQPZu?=nilIZs?58sXb;E!uGTkdOqcXalZYClWNg+RSiX#`^+je^ z*6wh`-;gjA{P+E=gpKnj5%0nRng?aaXBf1i&$s(agV^zP#ojevVkoruQC}gnr?J@< zF+WmggNIyBj=5sWc5ygD|ol$;%@To2vTE+Z#Li^@Dd5ZjyrYHIAQ26C2XdAAxh{C>!^tVc8uya>ZLQv0)w!23T6M;3= zY5t+6196HAda>lfP$z=4L>>C*-8qbKz+*XoN;B{8`S9+Ni2*K46F|c>7X480&nFGw zk_E_3kWEMZz80uo96VfM>wu%3%zR68VEz{tl~)?mbo?{;-jSOW8i`g1M8pD=C8N58 zp}mZ9jWy}hSn##i-6|M*KWe2vc17SjwAU9sW9Y&E>mM?6NE~Px3z^}#ii36LCc<&} z{>Xa@V62YEX0C+Y0_Zs=ntX1KV?xvTzMuNhbh;DCFf`gDp4?nB<2!n?ZpP391mMoV z%`&350pXn(5n@Z<^Tmj~ra4fL@HBHX2U)nlN4EtBe>IP89wkGM&WX&87f2P%X9${p zX$>HG+1nt0BlVCTparO;jIS9*SKC1nDshBy2Gn7+(k+D)6TIgrWXF6cVJ%>3oE#S`tf7Vim=9y2KXJ)B(oND_)KnZ|cR;`e0!zKD&bL z$wjR}k7O(BD>&m_a|=Y4QDH*b6R~NsMQmwDY%LI5EPbJfO{qT+Tks-COm<_4ny4DW z&LSSq_LpmEKa@9Et7h~$5FJMHhH+&lQ7t+MQZS^ni=C13L^r-HUEC#MqP^MVCzTm@ z@>4b6M0IGB{1l^~D!oPr#c_ZII#De>HFXGH2Cte2-hRiClZi;e3)2HQ%af0)XAIt3 zj?zplb@y~0QGfR_QLG<*mMB&?<8C#>x9=9>$CAI$bD8Hu5vF2w5dVCxG#l1oj}LB&&gL}mp)c~Vr(9227|Ajm9{-euBH z0}sYhx9P)@tVq>Dxbl-29!$8Jyf=a=o-@85t9ZG#aB-ZknN%fT@-=%&s_Nfas;Ze| z4J*k3HMe~)X6JAX&)ZvgSrRM+FJ&k!H7P(|1*h zc%jDB`U2YT5<7#Bu^OKVFPnds>A)!o}NJ+MlyU< z@)|Qf(5b^-Q(&`ooqFvb-)FAZ^q4Ma$K0!4*Tsfq{#Em4b3jSpbvf-rizl%fSp|7} z!yo+Q=JsFssr_QISx7IuJsMdoFO!bW!Mm)x8V#`{Uy=#-qhLJIO6gXEFV8#|I>?yJ=y!2?_1X{p4|7<#wb{eR|+9 z1X1?%Xmo<;+=atSAnjF%Bn)ymWHa9<87EJ~R?7n%aby!({bVmUjD^G4s#(n`Q#5Kt z#HUs^L81w}nba?Tqq)e(C@rub+hZF2wTi zlGl7Zz%X_hWcFu~XsZL(@JDAoiB}O9?=|<=vzA7X0b6pcjca!-NHYAp=`#FL)-(S->-vq^z(nDWYKZ3z%@z6|GsA@RR z*#%gvX7rgWz7(r!yJBPBI^~IdA+PI$67g$i7=$8#`ALIO<}q>YJH@K+nNEKk18<)d z;a$4V0)3ydD8{2d7xC!5;L+a>dGsr_g&0ehM?AXCyJoz2w5)P9cZxCJGaarF3TO&( zF#veYPl#Q^f}r}Ywg_1Ou|fn7^il6kWLF+pp24oT6F-4B<{Ig}0O^YKsMN5@&y%dhT3*f3kJt1F3uLIr#*XiUurW_7W*#kOd5WXO z?I8j$gwmkJmF<6#gz|fUAqnMQ{AD7x*QU=01KUcn)0{X|qQ!MWWrY8xWevxtPbjRJ zQM6o}L&p%5VJUf%$QSw|B_wUx4hcD&<;)lI7W8z{qqJ8bYejZZ-)tZeC!Sl=o8^Y=gcHto;n?(-%l&Di_K{`}vl7~R;Pe*z2t zAK0Jo>-F~S&mD;SQhMGi`}56vzsY2M;O);-_Up{Sv-;CJZhvlUdn@*5CFp<9?9YQ_ zSp0X`pGRZ9HDG-Z?azD9-5vXL!~8ru8e0f_fbGv8ZH=sJB^_{@!Na6 zGx6I+*b~fOwPT}6*ve^@YpYInFDXyT{~?yp1#q4vqp(b1SL#3kh-sHL7uC0FO%2c0 zw|ab+^{tMzMlCtPYqF|7Bq*fIn`Paw&wrW+E2l~&cZPTsN8;ebEyD?s5cN2T z+lE&gO>mVfM2J#du(JKD=67`!N%_jNa?m}tCeQAO#vHJ{9{U)K74@U66zVVpg;hQ+kA_y z#-fU-R6_-xil43w4xo3P?i2()bSZqfVP1Qi*@5-!PfprmlXH2;M(u~J-Ph;CGqQ!0 zPiIzqo0Y1~Ueh&VCyIEsDv^)+$yc3SUf~_dr|^zp-t`3rujv~+%IQyM7=Wu@Tiv!0Rsl9!rZ1^sSM*JTE^_B7D#npcO}ZndFZ8s9x_dYgY3c zufi|jHK*lD$WDFDdBn=Od9ZTA+k)R>4sU;W-uT%@U(Z5cM9OVu7Kg-BmsQ47UmfE0 z{c7d-TCZe8iGGKb(T`q!>N28-LRw0V0Ef>6;f7Uj@=6Zj-?UBC-RfPdQJYa-Mj_s)@|6?@a{WfWrDOjraOJAaL+^CI6Ny zVt#>sDBycB)S`Htk3n~Q>|}w-paIH50$ui-%LWW)4#jdtJXV`cx)6Xc5q^mn;TMMx zzrc>){^h|-FeiFV*;ao0m-Ax}m)OH4_HYRgXU@QkpD)1VlLh{B1ykWbS5OMhC+L)< z!$B;+gzs7&!r>gVr)!~Yn8`*E+xPIA_RxLR8SiVPv`7_yOLLKdSfz=-U!>}UpgDlc z))OCW^~B4ph7g`rw?Stt`GDk)nMJfJeq{L@Tm7Z4-~+_T)2}?19ty29mJZ4W_A3`* zj^@KEr^bhi$tO`^@pyWgPfX;rmRv^^3OG>CDrI@ezeG4-bIG1y?Aae#E=bV7OCJ!$+(X!9U z`LxYtJ}CTSfM2!AYx)V86H9K2C6~nD-pR$enz^xxS7HPR{KHZk`nMHoGw5&^wnH z6Y?~Bk}NVAT7s*%?-vN7sN(tH$Ov9FI)5_;nbn4?Vl=jWo4{KQ7{^Of`YskxA!FHP`M-ykIV$J5n#>UMcoVX~|c{q7f! zeI}k<$^galwNmwal-S2g3E&j_*a7dQdj8aEv>p0g&8w;!sOo=Kv42=)&8hKJV$tcr zwZG`-7=1R$T#L-M+7_=`Re$tsWGoX;sCPV|u%WMbd@!RxvQm?p0&4U8Sk=E8*ilq4 zov==S_}6$)qh)ObsAVr-)JQnQZ^xYkl_}&R0H)xzMul zZ`F4f7~)7b+I@XjMf-v;zwUY;sWbnceC4Ei@!smYS%|%N`tDn;UvT0J@1(x_Kd4{u zxmQKj&L9%%yKl9A!C7#G;52?hefO~+I(_$$O>nZj>bS`7d1{q5AX!`Nr+UXzMDWOn zv<*bJjhVff*K_DMPAe%$9X%p_Q0zNU^JFZH3u`}+Ng8yfHZKVlM5?`yo}bx2+v^}WrCICbAaiwS`wzI0`9 zfi)PGBx;Z$ksv_!GsTY>sWClI6=V&-SGn_a({w3CxX8x=MfPkyr`^H*+4&xjSi zME5hR>=e9q^XCvVn#Ii7EYBgln9=Bwb#=+@nJ?NcYbSH8H4?%*eL_b>BdpG&h}Qig zd%BQscRKl{jce$|Dk%e|d`V_U?;2nk!wMspj>0&kP?2<>?hS(BsBiC|Bf?m!_esgx z=PWg_WXdV*r58)b%SoZ(<#hi&5l@Ta>2IPBP2Q(qMEa7K5NP2JFLo?p&kv-}x&nJU zempjuDSMMp(SDcHyA#RvoJGNszq6@C!&isMGCUD=U_q>P-4`hvMHO7-B^FN|5l^E@ zwI5~pAA>m3qxckiJB8u3sDVous$wyVz4Uc7Nh2fD_3OYAdFY;}lTXsWZR%XZ-7@YB z(aW9mglIn|*E2LGUV5pZA%V;m+KU9g#uxTLH*p<&ln#<2N`xr*>Zi~BSRs`0B;SO0 z9Eezy(OxxK{759XwKog?Lo5|#wwpT|Q-zk-MkOBz?GB@ZPjBARQQfqz{@_%jgkFTF z{pspx<}*+6fj$~rxSR4ztNgP1rw}J6z?|wIO;s21=Rv>m%1H(FD8iN=qdWg_cW(6? z{~+ zf&$gSj#IYEOhA@8zlv&r*y65YUNE~3rp@cQMyR6oeRydVmXM~811Ec+a?sXb z%b#D0?z2ePW!W#?lRpMed1m^}F9}cLD#g7Tny{y;@1~iK*ga7hVJ;?$DZcA9t!K33 zy<--6SO1VBuAfnkLUPPf@9JyZc|x}_MPB}GyNNaOn5CD0ogmHuRQqnYjYjHYA-q+n zVt_>cu_MdiK@|GxcP&f663hv)yP{94=$}+T@8(B?E$g>*P~RfCRTA+P+g~%u_@0fg zb!0wC&vW$lChe>0ZMN0Nf?wpfdMK@iovr_sgM}L;zvq@?+be;5_)RdgSQQow5HKzu zW}~du^%Wf6cll@dU41$A)UMOy_+w9EfTuCQK1l{iX2%i>rQOk^#=Ci2<{3Kg=n)A0 zCi6)^?_b<9!0#~}>|c=i3b$>IUlaWG7-u#;9yw-w-gvKiaSor!Y%%q`I=?=09yN>% z$~QP_I3!CAAAuT1=21gLpZWCguZSKVc397HCwf?rM-R8VJAcX2!;NoB52cCSrH2>e z-OA$;nwfJ0X=-h(L>n}a`dng$TO!HNbeRs7{1!v8!5B_a?QSX zwL;6e9+JZ46ZA|(24n4pBZIR*7^>K7w71EoDbxm;fOAhJpeG#Ouj_@XI$Ve&IMi$MBf`3>WA>n+1Ho}h7|CQb`JlA=C zyF+nU6DW?f10jEgXA&DYyzlZ)@w@u+azB-7Vfg;oQ|bKEbpF(mEP5AZJivzin<4)> zQ_Ha%pTp}P=kWT8BOP9kU9%BNAkW|7^Wbp3mOjfiYU1vefXzZY+Hag%Qcyn*QGt3D zuw*ZkVJj`S202k&vu2K@JuB~dcQHr7vQ-;9%;b#;o}KNmTa|Fx9D%E3guvp!nvC$) zM`mBIX_>4;>_<6;Z(W3zUeNht4|Cgu(r!OCF8eWT4j9eqvfsj}BV)6Z6V2Z4HOYS) z$}KgGcWJdMjHSMRBY(Xn`D9f&J*^z}SgKin%=qh7Xsu!RBwmvmt;#=OL2whcxJyGx6HmS)RzW=9^D?mnMSO7!qk(*u3&_@00M)Sd-i^9H-#+@fow z@D3bVCW)eWkn!ZxwIB%=W;oj#{IwT43H_*4KUjKfFVe6df=RX?kFy~tc&4)24k%$S zUa-%o0lLq%0nEvZ;WZm~cxEaDHg#SJsa0)0yfD4BFAl!)OPANlotEeLKN3>o#^|egGXfc`kUE z^T=Q3HSYt#WcCx)V6?3aZVPW}++K5$ZtlsC`5Tpg_XFL}>uhd)2(Hw3eg`#$-?>=l zM`X`&oEU0m_BVpdqH5-w?woY#jwQ*tnf;96pl^idqHbsZclTw24z`mml$_^n2a&o#}V;9`85$?Q4U0L;8L2xh(x& zH(^)wyZCSc;|=NeJG2wh@5$Y_6C8#dmQTO?%f4j%P9)leez%%hE~eZ){Vv!2?&>b1R~cz1Q?RkW}w?eEmK86K_ht4?o?R zevj>N{doVZzZV_)rt9y%8iZSaAHHN)^n0ka^M>@haCMe`Q{A@{jD5Z{{hrSGF6sBP z;muvq?*Y2sJ^jA=Txa@i*ZI3jzsW-#{q|)Iv;95anf3SDMecH-w{t`>39E&c16FZT03t@zrAQDTz~Jou-kTm z-#p!!ey`(vm-IU^ytym-JyZ9)r{ClCojmz@pw8b_`dxgmqu*0m!`?yqUAFW+q~CGb zkGG$+;-O?TU?;vaE4e56n z?L_)-_w5AFJk^LPo-#kwXW34aZd0H4-xRNdaxU4WWLOeoGHfa{57NE>C1{;d~E2Cr+y0-uHI(EoVuTL88g11 za2j}&q8NDUV(fTVmc+-7#m@R1{dnEIpsJHo_v2CbPOxOEUbwP^BDqDe!q=!#>NWjI z*0E&!9bdG+vTVgGo{6WAy1qlv@{DVHk-`zf^26Aj$1d{=mj%CNqZCTqs)EYY$+7g$ z%5`M1o@)rZ4krGZFHs%#G(Y*cvnyd7-jjbd8&uLcU9*AXQ;RVZw@&=HjT^{;%oI`y z2(cXvN|(q=-g?Cv;=%6q8(X=$mtU1>_&d{xb6kFL91_*C>@ojrRj97J>zVDp+Jf!L z`EMiNZ4__pQ{4zI!6rZ&c}?=s)bKJtMWqt?beB?UQCexn7 z@LU{A58gL!PX0}fM}RK-g*Na0%!@y;f$?p^84e;~f9wc){fHfHQsdaO`vT}`)^TR5 zt_$(Z&?XE`(8E8T?9he~#!|K!v_zdXMe&M_lrcBj=|QQ`)>r6$$JG7lcYpfbUnSh= zH`{iuGsryxd|7qTME%n+TR9&4dwEELZ-)tlokT1%+Wf_nIAZN@-?^89c%Hj-a@ko^Bbd z-j6HI>tjOnww>2-svEt*T_bwyS+4#@^u`WnuH1K)-abREsF2>`>7LtOC4h0}WO4Z{ z=~2+%Nbl8OFk1vR<1ueaSs$kZdikKwygZWySyP!Z|EygqS0BF31rC)&??1-#jh1vxL^*5=}1H8V}3?D(0eo6dzB3Y*N zi6>uezcHM*L~;wKZu#_@mIGNo)l_~1f0@z$ESIm!$pCKUM|3E!?7IAqMb;>EGh!GWm(OBm=+{b)7WRV1ip_1BI9}FRtKFBTuKZ9bLpRLVjrzvM99>f zMOK0Hb1o#1CASHj&}Rn~qVFF?^gFEo^)R-Der_-IX3i6E(!+?MZ;Q3AN8oCUE$wLE z%i&9`aeX0Ro2HOI%YN8IkC=2Iv;aRLL2m0MRYE>UnH`9F(ZAqx!gIn$shHbvJ8b5P zv78Oa(N7d7aAFB9QXklTfMddwHkljE+VuLey;B_|YN&l;Nz}gn2Fo2`mJyv@$|olN zob{ccn3|49kV0Q*|8Ty_y8!fr_VZE8$ zY%3Qf zk+#obdR&7q{FptwYs5rq$bFbKi150M`d$tCfDHKp## ztiN&7GP3@`fx4tOBxWM<+?XFDOTBkE2fF6RV|ax1OPFMn0;l+NgOxRc!7mylBh(uB^w6qsQF`t#pC} z5+h-4bvKfWQqm5wBe#vE=|PKG_M8y;A3qg6@dUwf_O~i=gEwm+f-gvjEV&GwMLUc~ zVXhLD#@IUzyrbCJVSJ?ShIqv)O%|tllQpzDe?QkXOdGQ1D@sIJqOGnwrXCiqd){T` z%v*W4^H$e{od0b|D&Yf|S)7G)qeh6CX$kCZP7N_fN{OF=hbq8l9fPVuVe+2jZ& zYVzQ(I57U(j;e4=EVqYk#YXWFh2FNlst~tD{96%AK1gc^1;6{fVGG|WLM7Qp|={s)#7GY5gF1!8~*p6?NiyAvzN;o{_}X>_*wkhsN9 z&y87Fb`0oD`BA*0Ew4YV9qPq)&^T7Hh`PWD!l-Adf@zF{^lR1>AfQftrqIOBCLx@Y zkAE!9XN_HmiX(#lWeB5YY|BrqV^E1lIj1R<)r1ps*iO_$$96IeGzF+oeBhVB=Mh zUc(J!ca>(o%Yqr|gFRT&Op~*?AHh8vN@KfGV*x0RC&#iZU^;;E_pwyr-ofSfS-!Pe zZL2QR+=+ae3n&^c{s%kAvA|3-yD8ZB$kD4!J|8>>UDu?Bm1V{tJhRR-QNf_^BNbn* zm0XNr<_1+C?>}|_u!@T}&_O{V{J}@3U z##3LX>I;UmMX(b;bxNru!{qDOrX?FLVt*V&isXG2^OEOc8hXN;DY;0(p_wJeVtQ8E zN|Ef*evh+CVm-*PV5J^rmNxGi#g*5v#o4Uy&`fPbz!F-FwJkXhu90ud+B-CW9`c7B ztl3ih#y;%!9k;O5os4h?ODJ?mf-K#Q9WGzpadJpvEOw1Ll<6tOiFAA)#J#}n!z97( z@ANYi1@C9!AwelVur3k>f5J@@1#jTMiGuZ0VeBOqJ(^9G8p9H~&9A`1v0W0T%5!s4 zu`;gIo8KdJN$5Kj>EIl{aIs%?@02=cSv0w^`HA|&m2HDXWo!M%B>u6<12vXuDEZHz z_-`=Els_GX>NefBZgg`jsU563L&-mHcp zv}HETbYnK`pXJZMduRJ0Qk*I_GjnD?ywb!t*$;!r;uPvPvLB8Kg}1pknDACA;Z6RG z9t|bIpY2-Ce#oYHq5bfB?wI|MrAzk1`k<5jFmJ*$73bvJhcr>?Nrwn9%q#VsH)swk z$floE9IL>9zJrO{7OQ&Mo3%GRi&Z`DrSGsVCQ36c960=utX9%Zk6-&`WJk>QHBq(2 zYf=gpCX&#OsGw4_+xNV4O&%ZF*^YRrQ##FBpYAz}hn+06vmLSVd!an^l-EQ^dRKXf zQSQo)4~4&(9dRRe#G`4HlzZ7#i_r>AAgTtVg!nQ%gxd?4V}-AYYOChee>9YbwB)ZE zN6dcXJg(zJa&|?uFYJora`GEN;8YFCmxuDqhRpS)G8-;5Lm{$IRNrL$ToV~;!SJlT z5LsvsXO=+N%eNQaPQmRg{?;P+tUx-Kz3^+uFJ>gPnBPyQ5QnNH-x&SOTufso4;vmbn1UvYshoj7 zfj6Lbv=@i++R9jZxS0b*J8{f%ej!B>`n4ov5sVAYv2^{T9AQp|-PUxlJ0pK>$2b!7 zpOuNQs3Y#xJs*>mFy_^*P(}yVasA<|`qRHW!6Xt%&n8eY?6wq1@Ub=^bXJ#P8N&z& zeN-yQzM5|HvFb|X*dZ7ht0j|0^YBzlb{=pPmU-X%ytxi=EZ$hyaIg$pjqCSNVGz88 z&b}3^qWZu58B{?au%6*@AQhUO2uAVIh9S5ytR@p?$hBY8Q)RL>R|87bY=DtyPb)T_ z;^7_xZ@sR zluhc5kwOO2VS(yoExmx9#nP+j34mbwp2fn)o*J0@lIxk^nk1TG(GxbG%Ij=C6EHJI zZ0Y<`QiNaTklzc+eST}pNAi1a`Dl4Z&lh@JDC7JDY)dNY@Tj`Y-}^NTtLZ>G0l99q z<>yNknX3#3n`x$h0)4`v3~mTNzyfCfa2r|AU=@}K@q+VZont><3OLw)yypiCb?2)2 zLitXH$La$5mF+cYSe))o$1^7|V51KV#!4{k_k^GXFdxN)3YIfb8cK<;xx-{tUFr2b z!N!IH$ISW6+a%Sx$n>AN6=n!VevQcMaEz1lPQ;6W7 zQKWqE++9>{V2e`rMwrYVXy57B3};v$oOf&fT$>$=m8Nlr@6A-)vxG0U0L(IqEx9cf zVy&Noaz2;?G*+Ozj0lmz@M$3 zp>%`c^e*DV)EmQ?1E!u%BGYL_)|z>^X` zb*Ehleu|~T@*pfz1gFoZ#6oz`6)ZahG!i5_p%Hu^EB16QL!27$nKaT)aWSSNYy;P?iZ`RSf7Ndo-JTkoUYxd-Qsfz#@Be3pNAn(d+7` znJxP8|6Uo|qSxmY3aV%~`^f4ywvYU-(%DB4qo;m8mj3y44lGY+y-XvM{-Q^{qbco$&kr~hXa2+ z>nAzZ^2dKo=HsRE$G5_8`^ki?JZkeQ@30xd{fw$0NT&NOD6L}Q9-f&jPdme)?mhn@Q->fR-;CB z+pYz=d7f-=R3Aj)=>G*%JhYJ}n;lE#n9q1al|%bxCNQ?-R1U?@n95;lR%m?|`8ny! zRcMIa9+kqgS`EpKF-)+|1}*C__BMd9C{b~5tm57T+pVU*0n%WCo*ZWiBFl3%*{bYR zGql$(OwNl@?|KB++$cuxOwP$ECG7{B0}sS+>A^sMJFxrWb~)%wZsx(lFC z07mvM2J3qwgY`b+o{+H>MaX@_;hl`KHRobpt{I~Wf0@c#`4|9p_G3)`$_m{OIJu2NEa<8l7+3him01_#Hp!Cq{~|| znAaZ~@sF5zu7DI=zI}6tizsL}HPl{1_;07toIE681ZIEk0t|+`B)XmhgR?uYaiJ3| z(zy7}{-*;)lAWEi#o!{l^PBkiMzFLKwjp-vr-qh$Ge0jThuzuuD^W{N1t0s9VDK-m z=^$W0KB@TYi^gBSag*I?Sex0QS;q-fr6vySG(MwPAP29)ek{l-t5eL%jL1@?s#@#& z<0Ovs%r(J^^DQ33&&FfuH6ZsVG!pdh-HgK+1#!t`oyt?Fb}tU&M=79^)vH*N50{~r zIqj@h{Wmsd;ITf~{yV2n)tPOX`gz!!flX$O*_L4jGhd^D%uA+FwgnZxp@0sdCZ!EM zgP;FH#C5Jfa%H7K_4ut?uDQ~Vtg;}u{|+AD8$~yXR zq?l>NXB_3=uDAxon7$=CKwTxsjj#$O-zKSWpnbuod~N4Yjd^%Q?|Gw8jX%+0#MAm4 z)a(&n-!lFEI;~%*pbZ-L%UsY#Zv}1qVm$E&`SBWV{cI|4f!i_jx0c`F4(=?!g##(w zBg2qQ3r|qsgNjz7EG^6iZ+^o?Zw$|kvs3(rI&_NIB+L?jY?%Tt=vOE0#9}#AF381l z+y({g9Lw?3D3;@A^c2M7m!3#J7)k4cEuurZCHb!4(uJJ_I?Zd*ZTWE>Uw!kq4%J?W z;yQjB#dRpWb8tD|o}@A9Td9$Z$*M`t&)gy!Hn~}G9xB$Eg{n`SN6SvoHLw~;Ge_|B zTaq8Y!q>XUkJrAj{CJGL5y_9!v+)d;HtpgW9t~wk;u)ec8@n0La2hH3;&n(H-b@J= zvMK2-7te5vA_>`T6j^d=DBrMpDK72Q70#Ztg5!&d`Kdu=IA$paUm;SVO5#v4kWzhw4J^329P2ro?X{3{2VI?1Z4 znWeY~^FfCOZ;N|C*h^q$bawAK*^xRqtu0nDHxfPX(0c0Z-$k(mJJwb$!v1}6$9BJP z+b$%}q)DFp{9@-|hr>+z`~giOU+3AsH~vxd)-~SY9Fs$L74LADz0+O1!}Kok4%7X- z0d^DbaCFFDy~|vj3iC#w3aq31d9%=mX_6e@DD;6&eo!uqw0b(HT;nJTH_b>nnDv~GPEdC+tl#~M(|KJ2z;veqw zW+_j^1lYBb(7+9RbNeg_lS7Gr_&h5L5F-9z z?n8O;57}<*Ui`ytE__(r*u_75E0jaIfVW<9=yelw@egc_73rVw)3?K)6@x}#Lq2~V z34flj8~j-T63I-Rb)lN>T6{z@FFs#?!a7{ z;KHmsqg*K+LP?c=a^cqDrG;Lzs~os4|IU|Hd+E_$R%-Ymted^@w z9U!(-*GH^<9}a7)f`%zuPo$lukL!81Z5Vq3St@g5=qu(Jl!rj6Tak_Ab6FD!;XWs^ zp36kChfKqJho<2LSPZ6*Eqy&F=|$^!s&`5W3~s%pzvq-IF6z0gO)5C)zct*;`lE1P zMyRyx(;(~KUPY0_I$3)ZJ&qA_q~M{0(NGD7fXgnBh2K?yuedmxtBzMRUyajw%bwad_f!vi%GJ2@nqK0Gc>30IJt=+Qd`b<;vOFQU?>Acj_jeU>XLysH(DuO|{p?ZOb@UHvon#AGW4__BAk)klRLm2cY$ zTHyVnZ7GD95~^7%Iip%XGr~2dyiK!rez5JkR?rP|KmCfAYxF39o4hZz@Q+C0(XD)L z!$b@hhECRGW#`g?{fH$A6#k0c@}d?kpMnAP#~QU>99ix)Ylq~pS{j`JJSUV6JfW;= zVSQ=(Osaf#1po0%S7LC7%4qewQPtMA1?T?iwGKj`>j`c*FYlf3ce+PDgTv3G7hLgi zhQpkn+LHOJq=c}1pXNEUKSa#aVjP=)2vfM02RJV}Tr=YBE%yxHSh3Q17|#C*tO6I0 z>|3SxXP4&D`@K}u*JAv|?CLw$NR*Xndyx@(#IK=u^3ZmR-hV~9gG!1T zy_f%|qxVaG-kIL--}+|sZW)f`A#|bl9@p=Z-h(F`y-)Z-MDG|9ZA&UuuYDEYtr&Ob z^?eHrBV>Oprd1QlDA{V4!ZqX(PQo>0v97!IUCRz{O{Y0qF8-W*>NoaOw7!3zGp*;W z>*zB|O9@x*u|B+eB&OhMMo4gaA0nB{7xDKrwkueaP^|kwrgen<(4HD$KR)iRi<{pV zu0V4-uVqKF5e}=7qIW1So9o-N9443W-e-<_u%Mt~12a6B4!Pxw6|jU`;i48UX4bGZ zHpH#VTBTURST~BwFaI>p6Vs+O?D8XY2XWLbV3!}rEdn4o%Xp191E zMBsSWY~)jXnq#dTZe>IQdEoJgBkdcG1No!!0j6)KXb5*-qW_%r&>o|@G+Jz_1z9aI z7v|V$xm}>;wmO*67?L0NB`oo4FzvkDdf!nlYlsK7HE0$wuchEobY@232VIWH&wJ{DnLXZe?B-grHn_{rT`4_E53_sx2^bn&~m z9+t0t3+v%FDm~cjP2l$p<==O6J^YXB^VY+Dtb->1{-E=Ec<1`JxgKu*-Y(a}6_14S z@2rg-S^$IIGf=M6JxebsW+7`~;puVCyxET5IbQJEJtgqZQ5Y~PgR`-D$d!$QAAjE; zF#z)FN3g8lQ^qsW?@Re>S}U7C5L&1+7jK&CIcgc7fNhlp`^%1knu&p&(3aJh3gFE# zBBm|Bb$y#cYSCU+_BO6%o$c+XzHD}qy+Z@Lv!@)Og+s9figfk* z5?6HwYi8=qlBjsA6)D!$60i9_x@kLEum=&@xENjbb_SD~OBq49%Y{~?Yb`v9V&=pc z)HOXD*$eneTT!{es4+u+BwIQp*;Ywk1bD@EBY7%s@ikr1L;ylcKPOcfy{^Q()O?os zMFO=v`Ne~+j5=JeR985!Q%BM%fr}m~i2s~HTY*z%D}hkq^Np_-9<+>2Hhd1My=xcN zc-PLa_HNsnIn?}Vcw7i1@X2r6H!nA|arK6H>O5jv&nzK8*RQxY%q@IOQQO+(qUu$z z`74r7NJ?nFfdlQ3*K`@3NhJLsMpkViIl4HZH2bz*Ho~@HZtQKYUM{RRUg2o+~!^~bIQ=Q@r@ZvCdAk)}(NM4>L!RxW)y@@2rq_4!2 zkA(p-+l2vS{E=j;e8XAmQBo7^el+tT4&>QtlUmDQ5``^s1p@tD=g9}DOkTmZfBg^z z`YhF)9-$P3LzRNiUrw0=4FJkzAOxtXiLpaXd`gIt`7Uj^_#0#*_6U18Zs^;$mrhzE z#Ktm+_m2wPvfg=3<-C+CsJT<5XciS20%ytGk0}(%4SB(=m2-uXfWQy8L6+oNq4Yb5 zYpXYFUwh#!uyvb%cP`!5qJt3DmMglS$D6lSd%s**TlRc?Lp)tn9jjV0nHfWhX zw6dUKtDkmZoPPQvv$$t`7@q56fnEs)DeW#y2g55=5LWgxz&tsz&sPnLW5e=W4Adc(4^jn$X)Bjn%A@A`cc$}#B zAZD#1t#1pa@|c;4C-|xB%ct|Oh>z|P_H2QuLhCTFugMzIg|P7WD)S7wF6CW*BD`#4 z$vwS1ygXYU$z5K`W%cBO2R1v)g&9vtybwt(AaL!fOQ3>`q<8` zeU8=)N9o*e;NybrI{Pq53N>>?r1Gvlt(knz8sDiyds>H@+`I#nun5)xE}u&;u7&C8 z+XhW~B|`HFA+?9Cl2P8n_t?YXL%h_Yhap}50T`Gqxnxa0<|6CXVE%CP;P!#^JbhHa zpM|yM$42_!AY%88pBSDWYk2;Vd-N=$?9C`|xA9><0P5?5=MY^4Gzaiy^<^6xKULW9 zQ9pI3y9A032sYS592xy=|Nrd03z(!ub^rg)0*Wli#YL8@4eYYZvMjp`av6cWFRbpu z-atg6^v?9owDe3j-939j#1YYu1R^RbF_;iT{3}62l)n^A?3bcDX*rfs)w5rxWZ!Tvt+;R>hO+eh?0q-53lEPRd{tD1 z$|tiKbf|o4kdE@Hub@0~uH{oteY7WRN;{`G}U^eD!j)8 zJ@WMDAMgBxBbHD(k6fe<;U`;FMkr|gk(E&167!q_<@p@uiH96MatxFgc*-464uCS< zQ%ufprH!8)=_!xF^C*;UG3DD(?u;q-LD6TV)tPzu!BC)U#iI@Q2RqNj{}EtLGPgM#q4U4884F z9c$^Dm+Wo#mF*|y_B!%D&8x59?^Q0^Rz*{c8x&*zkDmUZhZcZ&dq|`1)mVyE4a?%uL(aa*eO^p zxKnWRf#MZ>LU6y}8Nt2>?dZ%9K1Hxxuu*W`{yRF49w1&pO@5udb@mlZ6U-HyA~;j9 zT(DZOQE-W%Ur-awRh%P)+md~y;5xz0g4+dm3O*sI`R99u9~3+aR=j6~rwMMwf2i^) z_=Mng!Oeo}1Xl`bf=dK<9VWd9wh68k+$4Cv-~mDHMdBCSF1T0lpx_z7MnUQ59i7t! zYXz4I8iEIo+R=GRVRs&*^aVExt`U4fkO&?V&qIRy1eeNx<*||}cvSF=;0QrY@U`Ql zd%;e@p0lJs!6}0K<)0>ek}z*!JQ{4uHZ(&HG+EukIhq_PukHrK+w?h9fC^*4?#asc@ylZ=V^i&f>Q(!i+0P4 zrANWur%HzK1A@B*H=UyN1$T*llVF?RBEft?2`rwH-~ho>;(J8!fZ#sj2nI!8EEv>t zZGnT;!oUmv1D=DnZ3%l;7Y-rf_nuI3LX_a zBbY1L`z1R%(*?5yrwh&%TqGD2JSMr1iRb1sB}Z_HV7cI7!9xoFvfv)U9fFc**PN~L z2yPW@6!Z();6+MTuv5?1oTa?$d86P_!TUwKLvWYi9>INrFAHuGd}6V5A~jXCoZWnw)aKGR|!J~p_1U3AtRab&L1-A-r6kH={3;G2+1^>_aJ39X;_@vG!A`;QiMqPUvQV;5y3XW z+Pd^8m@g;^&K;KB3GNl#F1S&!Q!w5Tzu$NPo=*7lBc46|v$pl@#1$_aPUj1BrfVQ% zvx*CZIZd$>6=C>ZA=uZ0P{QHes|7C*Ku0dL%LLOr2qolWtKb*`boijXRdB2ap@jVX zypxJ?> z@N+%=dBQm4!#7m`ANj|Re(~=wAg>1q(Aj|kD()ZwZg=?)RvhHNP=NeH1jwH*K>ncu z(mG5~5*#jAEI2|iDmYSrfTO??@FMW2ryOu3E|P_9`5%C)QT zIpV>cARzu+0r5{15PzNky__UKFY^T@!2-cz!9u~P;A8;;e&6y=MXuaw0`hmdfc%{y zz{Xx8z?~@|{44?CXA1~lB%mDT6aZ~cVeIP#9v>r2TRT-4ds;4xeV!*w`+KD@c6gaE z_PWL6Hwa_b*LwfkJ^m|C|2tvq{e!}^kB%!ReBcA?CkAE#} z?M0aD}e==Y+}cSA>!GfH3L)z~f&CBk#Y2X|MaK0^mPX7&)_q2|vZ-CBn3$viA=Q z6K_3&<7{&C&1waNNQt6m#vSL?$U z3|HGpb7XnF-CA2|uBo&u&CI*3GTg2Xz zNv&4jn))|X2Zoo|hsxFAq}6|3WuV-yZmH;TX}vutw6@-=8f8tnIZz$mQ0=cIL#@@7 z&26Fe)qz3q#(G2l6{B4r(t{Gv|MTj@l_ZPRN|q?2oh8k>_=Vv?)F1Lsziug0M9H3nCfTkW;=+V+}cwM1SuG*s!YmfMx} zmCemcYfz+R<-Wnn>hh+F5{`wml2yaXRk@EUOsXcZy1qO-P+8tA45BD$GR&A{(l_+bi#HFlU611kS z8g4a*EWg5*Lt&piJuMq)QO{|tjoTZF(RLBqFCVPe@NSSUYnA2Yc3B>f6Sz0(@ z^y7h_FxokE`f=#=FZ6w2=t~5F4($X_C!ah^_9*4zS$)DNaf{D^M?pzLKpCzQFwVV2 zfV)9JTu$Jj-zFe$cM9mEJ}01${FZ=xJS;%Y4gr0TrUb_SJY|}49pJJ0BDH{W^PFb6 zp&r4kRJO8g5L50~pKKI8iII9v?IPp#Pqf<*P0YQ$DXTLf69kj^+b%5cqao3%H?+5l zsph(vTFV-`ay-@*?Pn~<_!M-BzC!u4jwp+>EBVxW(LRZdT>v=Mt~zG&?#1HUFJtGGlAqP7CS9uIQ0AYO*9eo1OH%IiTdJg?W z)zk5#H|h-jnt*hmGuJ_1(CdOgr%d!2(&s373(vt%{TBO_xUYeayaXQ756`5DyH9{F z9~6+cp9pY26<}A7d;E;YdnuFD*9(Pb2){&_eDLBd`Q;~=hi)V&3;h~>*V=Nkt$Bm}cX8uRP~Dsp+a&#bujgWBaf07>jFtXC zVAc?PS*J;8($d6FbD&m(vI=di_Fd*@Dvo9zKaywJHLA@6YC{(^nl{O+4Xv-YHSg({ zCNoF9#11_#iwM+rv3*0MEdw}gc$R?n2H>D!f2?T%9Cm$@pd^5%>NFbbt)o2%SzOjq zptq~#3;v@7q|5xCw00GKjCgRz3Wy(IyPlB~_XYT`jOf@s;lz1E zM8|&7A@pk^dfXrUaYVjk6_o%Tx@^cw_$PF)ZN{p}GQ-BAyr z9|_OF->qL!I%!`LKhxh}3qb~Ln`d}v_u-j-8dp+gpr0&E`(8}uTNu7Qq$Kk3LSb}zoG|kE zOftG(Axyb83Zvs!d-{+t>2DQA-l(VlxiI|i5yl2?_4x0F$;Vy7Q-$vpCOtmXf}H>3 zF>7x8anIvNV(UgG)s6L)YZb=xz&uu%da=Niw6dq-^sj5gbRy^asK)r+UzSGORuRAN z4pAL^jkQ{(SsCurYOuLvldY=l(M@EmZ_M)1YBQbG{6-J;fpW9j9vsrL`G31-RRzmo zU)>ybiVev`ZBMnx1ASi^=^pEP65aM=%4lu9NK-pD8;tpoExR9`8pWj@064O0AX*XyxRqYe_TMEPYIy^ zivYg=@cwTKqu=idD9=v?#Cu9WIWT7MbCeIks(7EL2Xw-YL zZ$PI-nn=mH0`h&KfPDUu$Nj?CMO(mJ;#vXY=3fe!i+xx?em*Lo-h4f+t!^7CHr*uTI-P3>2@5MCy(r2!3q<<^YC_8D#anXfr zI~P}^WK=*MT_>Onj9bLNML^ka6%c-hfN*S|@OuU5;qwCW@D1<(jxcl5p9|poFOS)i zqnz}0=-@E#4}D!_TRZ8i*Xo+J_}#c=<||r$x884aT^rsZ+Dbfa#5HW=zdpP~gX6Gm z)>|V?eK2KVO%{i2&o#>Z{q&0K+|GYXnVrB<#%>PX?8^R%HuU>wf7I0}0_yH`0siFz z>h7fi^6PbO+vtSFA-4wH3I5my@32)D!}jc zplOuOi;9XEtdwm-n7Qg_dx;{`VgDBpVp z?0?)PApU1OzF(MloR>iVfdIL`5I~pyRy3RS=F+lG9{V}xTDM_POAH;E+63{;n1O?l zW$IgX%vx!lZS3jU9FnvwRXy~zQ{tSYf^ge&w`A;T>tMBYS*7{%YCp@I?L(XDwR6gi zq|(;3)VTC`VYxO^ah`GQ3w=_5=59U!9)Cb{G?8cV>x*!($I6U zUq|Of8g>KVLR+OQ01muTfSu#0FY-iv6BgPQ^VMJ{qk4w#dI4$P7n=d`qS3i}8=sBftZKwMpdi00HHvLYv znoTaN*PH#Vq_1`UV69JRS$Vi$hw!>kaG8oQu0tQOLw|DxlsnWx9L_WKiGGC5uAt%A z7gRi>NoD5Hr(_x})IDvP@Yw!d*oDU4ruxR5?Gg{zBtRbd#CEBF=oLYrQx#LB1%XZ(&;|6%BRccI1H7L#Rp6&DhYo+(Yo4QL$_O17_L`xqjOm^$ z?ezo!dZb)Dqd)S;Gdf52-FV0+bmeOl9kaG0FM)=iXB=%}s^Dt^^7KOi?neT2_DheS z5~g1FQ(=f-5=O6cgh{VgnD{RfM&8SX$zQ)Pe8WDRPjwT{o-gum^z^?IMlXER0^PIs zOFX{khM&D(;{C$=pAkkE&y}*N6SYZeR%_JB(#5ae#W@i?=~iO2w@Q=hzM-m3h5o9p z!bHrLqV^n&p6CoJeb#vq1BvA#%a11SMotrkkj4oKBqI&wE?lSS(^Q@Le3#X-#v!+W zwk36YaAauH1~y1?WsCMew7tRnVJX{c<>q#`4zawX>N6j^hmzd+#5B*C#*BfvCP^?GvUZl~^rNi7l7P>Cd zumJ!EK2<=Q$Dw=jN;$C~Tth&5)ERZjJsaxkT94o6@y)`-yUqLW6h`hn0`m5GkH6wE zYkTtdBLQ{&YXRx2E^G=p{@}hzGt6_E^^r#4HP4)6Q@K^K*`78pwIQx$HqKF|w*gZ~%-dc~mwWaAbKu)|dXba0^noop7MyQToU zX08B!vj92Qd(7BpYx`E*QxtoS5O`U&k<`+wSu7@9&oc2Pt?~3n`GWpt>AC2})1UN} zvpM7xbxIkfryL)8LT0Rc;sH3~%oU&~95x0&dV~l4Qsu_7_Ip5yHe%O=%LKD|_9l zB~+UodQ4QOT8In}S8Cj=b<%>^IZ3&{+~8{PhVoEDX$%xDQ5qlI_}=|M7$CbgNPE~G!B zh5BcnYr2lkM47h|9^1@h*B+z=Fke6h<)Y588R+z9fll29`@A%wqZ`8D@AGu>Nd5_f zzFB}A=+Z~prm7J=%;BZCQEc}F0Xm^C;Tc^JpJ#Z`V>ces#oZ+!{m%)g2hQ_w4+tp7 z_dNcoFgoNsk9uHl8y#T3$l}|D#OFuTL3Yx&7*VtieK{Z0Q<_-cNpf^Hmh5-N=nL7*oNX=mrS27D7!Hi zj!)cumn?GrvL83~vN+0uSa`2O1 z`UL3xfbz}*e{IH@TXYLGJ-_o0 z-R&;vt7*SZTZHS@)JIyC6F6sCG7JM}|CEhnXgB zhlimlkY5+9{Ez2~{RcXDjR2hk)ayn;?4VKi#kD#5D()xmPMe@_h}#bJOVQ2(`atfFf-e>({$;}03qS6L+&2mn z|4)R;*Pna(O~T~oZ-j}@e1dqN5+j@_Vg!&%{HYt!lwyi+s6u{r#Zq?g?Xow zx>8&BuXl}Y=4se&-7(LavKya@ewR)*GDYp(MQ{w^lKCbb1ypRq$z3NX^afS!E!u`5 z5A*_S{gnXxOVhYP=2*(A?tHn6TjO*!`I2S#-NFfK6bP~Ks{pv-JHz8>`OK{W^b$52VghFJ^))Q@{x}sUue7ZDZ$Y{;DZ*Z zU|^MiykWDHow7h*EeLelW@!88dpb1oM491VFMuC9I-p%cC++Y|-nu=*gKG$AV{aDF zcHbqy-6XKKDNI}Yh=6ohQ=^0X1?Y^vgFO9EK=@+<%JYPPw$GY`@O_mrZY^?W8eJK#y%%0G_lZj#%Tr0uy;lK3v~25p8df?eeBNt!gx;? z*|Gr}55wJK>b^)5DOoI_K2{5;hnEYe&p`p>;Ohj8CvO!{FMlZ@{C4lBUi=1~mN9*o z4QQ8?%f0ENE#}4&(%XW?ONH4Ih|`htn;gy9#io{99TnC@!`7p6ntrq;RT+U9WSa8oOLvTLuKS{Jm!;eyf$ZddxDT)WZ_I$%9W z*+co!$B4+@a=eUBdzhL<@Evg7-I$X*}} zeX%g{RtqCxGfa9Eb3~5=M^fCVwhvK6{DW z-GkO~VqbOrIZO5b+zl5d=aq-g<%R&eg2V1z`r*OV^{u)w;MN4ggXikdF!I_#r0f2O zQ66@D;TUtRUbfeT|AB@G+qHSAesiF4ZXJpk`-RT4*VN=yy4zu_)Cbu9u-e(rxz%AqE$dDdiYSPag(OdqJE7~vf~ z0XXEoRB)yTA!`rk3HRcWdx-!UXW@}MTY!I&An1y=1Pyr9)3Gshjm<&-r2u~Dv^y~L z9fCkd&)6(<#_d24?GXA?5k0g=(x+Voe%2qFM-Iiv@&3UlP%m$$x@Cq-148U+L-6+bI1sJd=4=S}DK!#!=EE z9^(Ku8Dvcqrapa?IM`(1??%(uFskvuc(F%pFYr$kruFQo#(Rs0UB>B56ow9BKxfAm zXvazJtcd1qcoh2#dFw_Cx)ocpx0ELR*xHuyZ6->T<6TMgc(O2U`wU@hq}z9kpl|m4 zEn(W^)xzlMCSh#iy&m5#EPW-P_WmyllkS7U(=rKPTg8yHH$v?kZg8#?D z$m6?1s?TJqGDEtD3sau?!sPG8p1wku_^%Wu|NX+`t1e7=M}>*^4q@u(13vstVf6P| zVfvm2h3T_?DGdLfstow23*$dgn0%cgOn#ONlinJSFZA@y!pPa~{eL1%8+n&7>8*3$ zhG9LN46(aD^tg4ijTlMrP8Vt%&xGk$q=9IF484dLSUjC}#X zIAS3+`^Hf!#x48i=q*P3^bug9Ebbm<|cKD}X*h1jyn`|bL4#=50i*~*8kqD5WwxV!5+l;PDN z{kkVUS)%G2Y1fzZ_opS_Sa(|YyW3hYZPbU2v_9;sB*XRej+JJ(=MUQlorbcHIB9uV z-K@)2cEwItvp3bt&Hj{F*Uj5=YKaoBG*=C)s@yl1YSkfkZ$}UAy3QEYHpYB@s@YgK zQW>fAd)B1c@K5#`t1Q%vKn=9uXuGjf_h4f^nD*SwsVlXXVO2bZ_2Iv)h*aK z4IlhCb$uz#2;NUP^GM{=7ZI0yKxgg{=*;;DhrU<$B#hiBw> zdxi&hk$}E%P(WY1U4XknK;QUA0b{{C1f+k90DXQ)K$;&Hpu^7#7$d&nan!D9(V2aP zE1>ClihmgAFlYQ-q&~eFxUrsYjNnZ@q^=H%<~YaYSJ@iZp|jWys1F=;00)h+gnGcC zKf<6xL(f5{^Yx5Q7YoqI8UebCbxrs-0pZFmI&yc`wTKH3c9z}9?rAmJ7y53(U0PR= zFJ$o3uCsev5^b(%|A9Up4&^5t8z8>V;}U&yPw(I5T~R)|SS+B-v0mj(9lFAP;ECH8 z`arKS4f#bHa*Jn5=(Kn?hE2X>p!7e>>gIcz|4iJUz025=5V zT-q&V3-oeCr!1je_eXT{PTMBVfTyDy+8!ACYXr#0Pd-AsMwdL3SMtm=WuZ*P=fI;N zJLhFy^hp7F`jP$4vdl(Ue^GyD3oD&unK0$z z+a=_8K$yI821PzE7p5=cEQ<857ABqRgpvQ(!pujbz9b#EChAbcznm-T;bud|+oi7& zbC}04`nm6OggXr4_v3kf6I-0gaCt~KD6+3Ta(OKFYtVMzYt%sKUROyjt8AymhWXQ+ zWD9RG8OcpQBsbl#gexsVN}VHp6kW0X6~l{u>Lxh!&fL3eVxDPN@~P9fod@}$D2{#SW=MVK=1 zehGZ+m*T%lm@-}K>2DFHZ0{DP+#eLCO#duQI`?`1H@yD`!ld&vVdRBx4Pj&PEnDwd z+tggKsY!MEAun$7w;D^`S!lzKSz8UgcE}ev`LJt}k6G1rW)SR{+{Y?fEqzQjX}NDz z2-_aMyzX-q3az&KME2iI!CxNI=R+a2`7};zW3#HuVw_&3kE@2aD6hIA;>D(s5uSSN z>lkS|1ZAFzzSyDI{)-S2<32PhJ&osz?T@-SLAs@H$EK*e9|~fJJz$Hn!`yx<_9$D- z(WoQYWp3=l-qj9rV;?rFWOHLP_RF44d^ScqFY>XcSER9@N1Kbs`jY%KjF@&bJO$b@ zqEYUc?^yX~6!J1tG;BBKJ5K&$y0b)^t+?^t^YNlt{}6pwWKNg3)I(9;T+xcXv;)fUa$@NcK}D( z_E2T75{5>-Lz}9H8NvV#J+f!c7y#g)aWC#XVE{*5zVjp98BLEyW1h7_&-hmghy&loA75Yf%O;5+Ru?@yk=!|X1hmI{UPD0-n(U-{2 zcn+O2!@y7d)5c}jqv#+!2S0r+G>v(q)B(>*XLM?pXL#tdgA8?RDL?Hc#HBsq*b`Qq zGunh@2?9J?}x(h{aP5k|JLK@D09d=P?+=%_x|IA^_R@mKjfYvOuQw+lNE;OYM!GSB(il5dS{+Ng4(?IwN$;;#n*PHfMY-)>G%L6H zS&Fh=Ot+t<2$tC5rL*A{zhhBrNu&1kd;RFA`hei*H@Z3c5Biev9OEny&o?zpjiG6X z7(=7)E6(TW?}{|?P^5`ub1VAE#RBqpzJPvslYlwE76IvAA)w!Xlfd_T)B`3A_9scX zeV_2_9@*AV`a2yB7Pc-NleohFeh1GJxbgHGqM*ZA&*%mh^vg44p5N7YZ{b4hYbZ@7%Cr-H@&(EBU66dI@)@ZgXp8t*+aI!vl84m27S;Y4ugB zfvF{ee(I%9KfsZZByA~{o?su;Gjoxb3MkhG0d_W8c_txAG&iBtXaW1lTe2f695D_vgx^vh-cXJH2UbwmH|;YrvbTHI9De zT~n#FVOyqqxb0o%AH9=aa6$jY_Q^b$dIE5i=~w}E1K_~31fk6q+cEWnqrQ+&J>uxY z@MFisWiCft^g@2fAL-Kmk%69&fxA|~T=lO7$hl2Gyt@SO-{8@9S>uu>_rfR_`R9YJv)ypcuL&WfG`?(5t-@vY<`?;0YQf=o} z>~6Pva(2NpZg=%>k@Syx0dTwOe`sGP3Bc@6p`R53+K<^amsYqZ!LL^7|Js_iiS2`= z)yB$ZrIJ(|?j0ig8mUH{$c>kObWeKZ@zjVvJVGbmJ<p3D`%uML_t61dMn0 z2=ISNK)T-&kj@W0{<$!1WQPDbzZIazw4Q7RC}VW}f1iH9Zb&z|84KLAhK@?RPd}^1 zf=S1HxfPS*6~cWa_mP%_aR0bjW9j+4hL&)+=$^Lfy0_kxSzq7UT3Kzj+IrUdLmBX1 z<+JE0>+kA(U1eqOB4|AM#6@q^-30cR+jGa(=*ME4q%NSvc7^@P-f}jCtrcnHfqj=a zE_Gd`VF#+~oIGp{z>%-T0_*|6QLdGOP=3maP12?bV+_S%bHP?`&@=SE5h$;A22a`_ z5l~LXRPy&30p9Wxk)eXuPVI)YA)+96f~U`` zEvpZ=G)dO*ZK9wTNEg`m+tvBA-OzOIxLP?V2tQdbi>>RMG`Fjp9R!5*LyA3x(opksfbFJ<36 z(1}C+;%9$6(4k>hIK~_3_^I;~1d=yO9(cC4B|oxan#w+gM!c9$QS4q5HeD5v$IAsc zMpx3KKc-A?5)gj9fOOs_K)-(}fbad@|Bu3?A)UKz8?7x}73)~mew?Yx9os(tOMOi) zUG|lAfw87ha^0%o#z@;=rY-mNRT{*1!AiloV*R13S%Qh`k$R#m;J9z0JkouxPebo& zlQ|mYLznUU^yr`{4?l3SAk-~!$s2U~)lj#j9oMbNQX25%1_h)s;_=nOxHk&07wQEW z@AR1YKI#0OfUW1Kh>X9nqe0=4VuFavE2>j zij8|P&SZsO8W z$xet$70o$2t<)iYcGYUzmTR>k{rC{yfJ|ybOGh@d4(nICMK@mk1wM2X_qUV@hn|A2 zpiLK0=YbBbBp^PHx+M%cG;|l9^*C-gVW$hw*)jojbiM$czCu7-*(`ugpGbK|1<<7^ zzno1xHqA7KmRB~Hb=Nv+47u%f4VC@!=r@k_OT4^s$g^gh{s)hv$SsM@xuX6kW2~!Jzz6nYzW#3-j6QP89Ktv7N7(AD*6R7v~Ak=^9M{UM{oIYEGTDzOc+~ zJ+@f3>-^97Wl z*JH|rTOoi>eIxe*0c~s9+6!J@Z*sh2-`MJ2IR7qy*!}s020C}3RQMGbdv7%VD=_Qx zKb)QY4tDfY*SXQt>?(TKJIQ|6!p&@KeF`6Z!ZfjQw*xIHp6fAa@euN?e&B!oZ*0H44?b$ zxG`)rzaT1QNskRpNmFnD5cHK=OnTw8 zdyxXamY#KfGugi4Og*_L{~|N_$}_~TOjD1AVDp*@r7v7Zga6pqaB_h*u0*ezNPK*) zzPC4buU?^J3poHByT5Hx}(;p)-i_c+!iEV!$@XXgQ;&CYF+HXVaQsN(zU0 z-VDi`k^H$!Z*Mq2aW$R~w{r>0eoYqP4<>RF*tC~5hOPUFkD8|4b`vOlZe zw6d25tZY`4iTSLbf+gJ&?Cp*B1T7z`>#$$e+gsQ$Gw}q|Ye-4y)=3)R*SfvE@oH0{ z`CH?TofezTSVZ$9t;~saY^7=W?f0X#4P7OrU8-*`ZQ?T>8jamqc}a1@t8VEv_65t& zBvJadvwM3PDmLgXFm=NU_ZuXGlY(q04dA2|!zt#lZK?X$|e zN{MdBCGzaZw_eI6pmOn$w#(Vc+!9s?(XNv)!`MxIQqD=})A~=Bi`}cQNy?8(`K-wQ zAKSwu?Job}cBio2wu?#BM`m@qS>KZ^$M0O$(g+H&3CE(V8gsC7g@bZTeIn9W-9Em)pxsq4yEaz?f(U=@41*llX*sySJ(Fc55K(^IwocdF>=q{w!{ z(=Z+uoTBh?PbYkQH)9T`JQn{9mz-v+IdRE?lhXh@=`{J#j5~0jCN^X61pF*eLU_On z=Mzx;?Y9uB{Jl5|x3|Sz*n$Po`YvNn7LvcNdd}imM!c#PN=}-7_LYfL;zIPE${WjI zdUBtuusEg086fHD*iN^pTQfpV)`})}Slh0t^B>WnG>As-*bH4|JBU%8tdu@0Fc~ zd%H~i*iw{zvoGR>&ksgnJX-rC+`mJZ`rQtb>kkO`dpCvX$pQ?huw?YC#b36Iub&lNDFAjzXUiQk7 zVQy%w+HlINSIBMJxZu?*E~u@2*_O3iR=k>=JD1Df86kgbM(i{9e3IdRn8VY$#x zPA<1>SoUg{%Uu4(*I)ndQ)3G!)L78mZt8E+Ih?G<^10lyVToxhwVN|@R>Lv5Ikk?k zb>~l>ZI34eC+l<@ZJ@<3pR)Iq?sw{}9KwVaIQ-2LUEH4k!vJ_+xovH`&i- zR>CG64WO!f75&9wD~_KX1%%w#JgT=h3vlwHV+NC-9YDD7!udp;W$|adLA*a5^b?1R z7WljOE(%ZU!;6iN3{;E|-|YwT-<>7I^ltfM;7-pMY-clX2O&-&{aiFRZ41W|nNCAo zaLC655o7jl{Nsj)^NI}qj|6weS0}QgTsV_bp&}~ zR^a{V#NYeVDV+EFSx1^)VRn+~K>X=!Mtke&FED2u`KSEW#hLCpV=RPiz_YENN#({8 z#G1~g;sdR~lMjy$!8}784r!d9^rT+1S@j&#gZYcIL-BQ)O&UKFJjHZQeE4lvoDxZY z?Ae?}@bnPg<)Ch?TqufXby@5R1Kq_kKAS+rdGYa$-X(s#Ovvje2=(c6OxJz2V(I2q zJIa^qii`b2Br|>t_C8*;$nKroII_#%1gkU4UsyeL9U?;d`EQ+@y;@(#jj@TG%A2mf zCwVS9E`PUlsOS7KsjAIRRQ)+>A<|g>+_7qb+u2uMz9nZfl!m7Byt@@gD$0+;cvkpW zeY^JN^j|R0h@XD65So*h)-z1GFJVTRh;{|W9tm6i()(im>@GSLCR~Ov=I(;UV>`wl z97ef>zxWA#vJ>S4Z|Vx=MPHOV?4cG8qOJUKc;I)(rjn}oW9=!_`A1;P9leKR_0UbkQSEuW^g_g9 zgaSYMMGrwoVYZV-3;jo6gV|1OJ%{2msT`xnAfOmOKQ~JIA#7FeHfQJLY5WOa5V!iU zecO~jWYjwJ+`XC5-{ta}mOm6MD;E^>lUwk6{_y_i#P<;NerS%r>%D}KbBD+BPY_T3V|+RO?)Mr@Gj{J{Ol(VUQuiLZL^YDqpCEqz{j_c}CXPRL&C;DelT7%y zmoLPY3-|sB?qe8#7Vh;G`q}t`hR;I&eVGD(oL=BZf5`I-+x)$bD1I8=<;4T!x;1XP ze`$I`ZmzYAmFKfTIdi-4xy$D!Kl(ws5D9wJzo(OYN4MRski5%Jxau78;rx*}ukZZD zm0Y;JkCc;UeQPwHS(1Sxj@#`y>)*QFjj{f%TLAg=bSE{xD;VFQ?D<{YI$o_`XVaZz zo%^7i^yXJ)>+G8k`hH-?rC$;{NWgDdbUMF$y`w(%De@V1J-Oo+{B#QG{y@~J$KheU z8U>eGSjX#E@iYFXH|@MXU2n=Ct)G?+%FntaT}pX>y55jKx1Nwcw?2?RH-DFZ?EE6l z%~Hxc;rvt=7nxqB^U27LY<`yW%c3POp6~RMez*BT7{3*cs?+f~^Se!h)bGd7)Nj4^ z_J;ST<5kYzWjxA-Yy2p#e{5&a?vc;wpRNG z^dhQWKONb`hYzL-GdraKn*1J8O^H*?H`Uot>M6Pk+(Q&b5NsrJbFI;3>hm$L#DpB)I61ZI+${K-VA|nNbZ$NLiOz$9`~T?Iod*Ta2=;x| zuREs*RtwsKnrNRq^vTYng4KsT+1XccouDm$O?a;0cESDfze8~EQBQVm6 z(NA`!i*~eV^ChF9_-F-@qC2R{SV&Y)m#Jwv-e&(j5W2-eC!|MgFG9=qzP&K-h5!A-Aws}ldVSYhKh-hoh4 zG8pf9oTx@7F3p#?;e8OE!}}pTe^YN6?YVyY-~ZsEZ?vxY*;{Wtco%i~0F2h4EO`|E2d>Qn^U&?QNFzMTgn$TCLa^Am;dMwt9cO+H8-M zYo+WyV_{m^s_{t}?D0LOuH%aOW;c{*N1>1rQ&n|X-<7WRmxlDVRY`A+l*%^nlv?^6RBuV|i;WWw zKjGX~DM>r-yrjQb-pUh0R%>=Pwq#`t{BDqLF({k~X%1gDT;Do;QlD*Sl{UGTOG-9!m-G&+)U>Hm;uWe&t-rKs zd&%EIFI9&c?rm<hY2FtVII6l!#gvuGJ4Aq<4 z&4BvFS?bqHTAvitmGqLSJGGO%JQ+31D~#F|XAEC&uXsqDqQ{ZvxONl_ML%U%vXmQj z36sTCTcvVM+3nwsZOm4|OVUq;vL9b+4=T8!cSP-2o*ahuT&PFa6Sy{^l|a|ajaI-A zKh!5i;16+hS6?+4SDi9Vc&S~lmvloylO9^0)8X8b3d|R=l-hOglh{=jL;eco zbE}))-d#l>Pe19*e^&y6UTkqhV+)I&U338<-&sGKN=TPeze`se>0yGVr{2?Q-F_#d zIxO2yJ5kM>gZmSE#lBzM)_0!M#^pB;`Ds+IMBh+x=ihf+wd0-E| z-|Zr|ft^aO`*DxopIraTNOrZD8nhn3w?g;!iSiZc)vqI^Ltd+~PaV=WXM2|J<#CJE zpm%$rtx$sQ8ac0Cx~#IjR93!9jAG!X#!LD+4MzReNcAtXqiC5tQF8fgrh1QJ)4I_WlF=W@F`izG9Eu^!|-hpjt=(_CplU!(DQN7VM zW#C1TP>O-w|iLVa-_mU4UXL9)n^_5qix^ipXss8+I(oY374up8|B3`dMSGH~BvppK{ z(y>v7qt;XC2D12e=hQ|^*Pr>{ruTC`M+>JFt>eP58Gik}v{`owm?x;NY^I=`E4{Xn z_!%^249#D&sym`_xt#Yrv68GOp^C%lHz4_jrz z;`wkIT$~h3q@BanGyx>h?$Oix6mj%WAL-?U-d^<%{?nbzLzdc$db7v5*g&tY*YM)j zK6y@W9ML;$S#A6ISaevay3o#@{W>}yxS;2ezAMc+R<|`Ctuo7+V(_e4n$=po!=~>y zx_RCNa(%9JLqwC3)Nq_kvjx8Fkj}*`>Ui6lMRx6H>*^()C3amGxs=8za2&GAOMNV> z>-Wgj!#BBOm-d!~=q1U5tjOlN=1=yoFAP}k`hQ6_yVuW1<9vM`_MF=6kgmDa=9-lh8-$T_u@o9gNS`R6u+TZ#cLtQ>P#<)MvehWBn>GE^Hx$xUmn};eG4%b& zEMAvec8xuhPOcF$$V%_l}uxxH*F+#O~`1 zZeO!d(V<+S9i(y6eLrnH`?p$NuDWIQVVhLU??Q`CiEgfk!Zxy_)v`Tj7G(YUl(sE5 z<9)CoSB0>NTO-I;*BkWU53e;y`_0R2Bf(6dWFz1#gE@iS$~j?nc1IpPemY**!rAY_gguY(g+=3rnW7H4`JzmXTV8R881f%8 zX(eEL|6PXnct0i`64NYN!TknQ+M1j?gVKV%c1w3Fzd>%_OPn2FzqEOt%)Zhb)&WVj z6XO>CwTgX}aU!|dPoR6@(XXV3-IH*75*8%8l*jL=ParN^kz>8|Q_-r?9d77jyVCl` zx*bN3GkmB0YBznwzv4dGtaOv3`nJAhd9ys=x8c+FTd)h`v-27D|sT8@Ok1YROH@5=#A4{>1E8AoMe*J<*iQO`U zsY=t6km1UJ4m`G0+^n;kTz}a^%4QPBSN>zwm`tsa8l@qvoyS#6m;72@5t++ql*b7L zjxB$vzplkk>qR}V*+OBkX9i`nCkxC^p-^9%f3vG_)!f-jWlN=&D+Bz)WAvesUawlJ zCs=5Ef$9Zfx$$~YsxnSxvWr;iSg1oRqNqKYPLTGns!5-3`kMZ`ac7L}-N7TC? zDX1;vtBczGIf5q9Xv=kAYM%M|WxgMA9q)OK5cC~dxB%Gc3($}e|A*+}q zn+wsN7)F(E9I1)s8O>Z{PVuQL)UI5f&$iDBd?Ed8c9)NnPS-3RMky!x>A3DJ#qEoP z4;7|kebe63GmXbnQpM-U#UkPOVJQ3}?5%O<}C z9lFP~-lP2jisvRXE^}&4lfQ4^msh;a+~u}GX0O>j9nBXezN%vt66STGKC}3gJ~ZR( z9!%h)qw%5sTPEEz=I>YMdpdO$wwFK;vZm7G23oyG0)B*AN;Luu4)-i4<|7tcULLy z54=6tI)0)7H`G@bew!DP@ooqGA)d|Cc4N+A{4|=er!(E>8xuzG)#;j{O=0u95SiV_ znkQgWeew-5}1sD0Z=oUk|tl*|~{=&%iF?yjy;_r?A*{XF1o%p>lrQ2)ldzfT)@eFMV^HCp8co^JB2^|?LiNsHR095zJw zUAjqTZBp{=SMMe#aF_B{4K+q;t;*!2W%lM@hEks;({8I(X}k|=cYB0qYthoBD-T<{ z`RYhKr>b=OKz-OQcKhm35>eOb8M-AVi=d`$c;ni*<}P*JcF1xQGlb;(T(7J{*IKRQ zI^pbsoIixY0E^(}jxjp-DCAdnuO^pSG46h% z^l$#0G3ejTZ>{;$3vblcQKe~Hd+uHb1XuIvMty38e&S>ONzhx9j@qsjYX>*I5l_#= zt^Lg2cTsLP0}qq$@#A%=-+a`xyx~@uUkTdMEY1X*JWJeb4&-x*+Tc*5&DJv^8tL5m zq1};F{dLe-g8$Y==pC~7@mS-=*NG#B_MI!Q6mFyPWDBc$jmjG|Z$Aq(QJJxakiJu)zYVAk zCVyYh)q7gyo-NPg>VHCcxf_D2Ilk=??i3d08@c>M2AJj{m|b@<6PJsXqbrhc^KSi0 z7ADcIeChKIt82L@&i9zK3-!TErO_14%#N*3rb%Hs?0(|QCQfQ|c3UcE=`|vBksDi> zRPBXEuYg#@Ah)|krLvJ9^&3uDZ!eQe&5w|t<~@DO#OJo#5ky#Bq**{d@1wY%AG7J; ztX7FHd#1NFH8s?@tiv?DDx;pdX46LZ=E}U%2D<~KS)=YoY^qdr>Y?R>I>55O&S430 zqbh84ZmQ_sRz)LzznfHcFQ25i!ug8S0HhK5Ep&u($Z=yu( z}S)&7uu@^+W1FwG#b^L zyg}tM;Rfn-f||Rtl2WBpH)Bv%*AHwGJ=M|SI4gPG{PVFEbw|9TBk_ilY z&dR-;>z+&$=A4d4W96p$#DFGLrn6=HA77;JN)E|~^w<^hXISNiE<4*^MYMyoN#WTh zOFZ!lw-1cNrdmw$y2y1M1w+Jyav9vZ%QQXteKbV){8p_yOQ$Z8a775?RhRjmIwB2Q z_Wp;BTlN$NT)+CM8PV?_hj}e`xuae+-6l&no1%1Mdz&c1VtcawN+!j@lxx9$Y|So$ zgbicx+7BSIas1-lbI0u z5862+wQWAzTu=u!VzK>am~2iKBA~l8B;C!Bp$yiwKcrhSDtJY|+F7y*&AbWpYdtoZ zwTGb30oz*-6W~x6QmCI%BbE!ZCbx+p~I3FC8Rxv?7-{ArQ|iit%?4aF+M^L z5xnL5{um|N)yw{>{p7JWH;rU3+}Z`q>@b*No%e9n=V@fuU_zE-Ib++4$!e79F3iKC`z1^$-6_xnH%qd6FOFUF zEj^%#bloSRq^stqyL+Xo`%O2Ewge9|A z5a|W;N@H}-SuUku$7vjEK66bjW29aTBr?3`V@paz{y4EYI|BqxiO5o4f)LmacgLH?9lB{ zKjxo&B~e4lM#ZLhfxZ@D)w-Q^g~t=YoR7ft+|5n;MBu|B$8j+m4_ z(uiaAu>kAcpvk$dy`#$;*l7B-P3`nczwOrX$-?xm+sIcs`v;$Kig8 zZAVOS=Y{+%Y_Vqn)7Y$p5GEkOF5_`tN#v!YBPfax#^n&t+GqExkz`{GzZ+l2Uhyo- z&0p#oKY?PrXdD}xNSFL%-AeZ~3gy(OFv+noYK!PW3qUta+VYP%u?|PN42>bZIA6a@ zqCt+Im+g*-u)h*U`CLibt+{L-OsXuD`*+TV&5pD9&Te+681xv~`>{oP+8s$_74o}L zT#nF+vj^P<(aF-#$dGp3>iR6ux)Jp~`W%Mn75ya9uwL5L7H~{fCnolBjYo2WzN1^; z&wf#(f?*qT?K2&7ON08oKr5Oq9M$Uf4qi8-U&yVphBi&Qe&bS|6(0z(?H~GZdt*<- zHRF`q&SEzqd{1eWzh03Z&+{pwZ1v=$Atwo}{&Ip{Qg*Ys-XtC6{h+3AM5UKp zVax1ZsolW|vpR1i$>3n`&`@uywNHQlyftg)ZQq{OVft0k2Ja)eT8!)03@H#Smu(G` z$r9|eYYyEFf7^D|0cFs?pI(ODST{Fiie{U$QeSC4GdP!k-K@&hi8D!d0$t-ckF(Fv z0-Q-FVdfQWG|_H0^EIemzZ=y(EPlI2#X@<>+VjpyUb^<2Wa*lRh?OoddV7Xuqnss40_8iSxe3(9+OS)FOmqeQQ+`U<-mw$;oEBi#yNH#ofABOxj*{O9xav_6*zFb@!k$A2v-k zaYU$^nxD8LC#|wRW2&nL)y+W{uA>l-Rh7-*N=beRsQU6dPxN%Y2D|J!?RI_0Zq7mjoTtgJ&H7-ExUZ{1=^wpW z5V5{Gl*ZyYl9+jkijS|pYgOi2Xm~5vESG}xnq`i$%BHpv;(2ti$nIx9z0pUaQZ0sY zc`fTqchjh)?vr}}7YuJI*EG<`v|E}Lo}|}Z2uT(+D^!U%LS%1WDZS7nTzd$6oU((y z%Qy!f?pKENo7`n>N+w!TH)UN`P7_D#vj;7!7b-+QMw?xd4*}W_c3XJtm5e!YTCn`g zhx=l;u7mLm19}U)z-E=t@afCR`Z* z-S7Ek@$9QwS+J9DFDm<*NPnr?G1>3;Vjb=VYvO)SJM}B)mE5oF*zYxG{JAj855E_j zh1*N{QFfAIeC#@Q?)Spe^z{ovd1pWCoXOXX+kAMM|L(z z{qlHIBIR@s_Iu!C<@xXI2Ij}y*TqIJTpTC|{`AB*{KdO2|D^oyz45T2rA8m!ymmMyT{*t$R=84&lEc(wG&w0Z;mi=>QrSr>RYBPJ=xq>7diY{pT9?Zxy7>B^|G&39`MEp%?~1)*@xQ&~^_&0dmY|mpEF!mO?ej4oe--J;l@=RH z&hz;6#qZl^<;;;O?_TuB%YXdR=`a82qJRG6H^24WE5CCVd{<4sYKh~Y=lRce_?}H3 zH$A@E;nH;;-|X@29)H5&>Hp&K*FFBB$4_{?mrL(ehdDfQjK>QNZ#-bR#~Te_HT_i{ z4}(WH`0&RL@$!;aEq1@Z@tZ|GV%S4KJprB0edaoy2hBPC|IF!Ybme0BpDQr;P<`<} zdH|gJviR;%m40`LtJhBFsH0}jUbqn7Epp(63vaoFbnd(}N%r5r)0sW{o$thd+iiQv zT_Zs=1n?mfzI~KHr}M-UP+Y#hwFpV?eCIy{B?sX3L_jfv1U;Wm%Zrj%BTzB2oSA*}o^KQ9+yC3)HqE6>4azFYJ>Fy)v=nslc znQ&lW+O#Ag{(biyb<}m&y@=*~)Ylim(XUs#!RU&7uUx7BX2<`!2>(9&+;(pW5 z{zLw|?}p;Se=I*G*=HYXrf2qmaHD35>b{lE744Eb_x387Q?7r9aY zd_Y9wG1zgy!OjEr`2}GM)&^;>=y^{8>BJED0#f&;s9ecs#6R}1+F`TB|1Yvy-$8~Xn*`*4Tpo6rIFg-&9S z7v4|F7=>TI?8LRnlGUq|p@ydKZS`PU`X`sPP7q7vf-nSU4k~K@ZbnLuvxMRM&xrc` zluA~DTbxpWePiw_+k*6ko2W8abh6C>dgBkT$ z^{sM}@M+CCf`tA5kEbS|`-hA=s~LD7dwWKmu_;i$a6?Aj@BSd+Hud8{Zcj=*;joPQ zf^P@j-#n91_gosN%hecyghO|P)Q3i+KDG})7E$*2cT2@<}dAF~R)NB>nw z?e>w3`uz6?-n(C!QKzSMF->_45{?Xd=oyG|)^kmeFlSxHyO(M}PByvWH5v8zb3L`^ zx631HkkHdPJ)=&!J4l%S{fs)#y$jxxOgZhf8TF_@?Ro808MP$akdyVj>%TJU9>G$R zoRz#Zr1tZxGu{`fzD+`Md1Pm^9`V$k$3K+u?)|F3yY;k;I_vDf`-@0B`;7+P+YZin z_x)O+{`CXgO(8TIhD1>Sjol~E6o-OEW2FZjodn(Xk@WY&oh z^^QP2YJEoC^Pxap{}&ncfOiM#7o$8JG0jtZPB}2+-T%_Sd#^gkU{Nzu-Y-3sQ4b1s zmYl9y3A{(H4RQzf%c#@t401cF*TDNiI)8bSp64BuQ4e?^@P6r68TCb}+_&75QRlqb z^Ghsb*Dz?dkHU{1Y zBP%KW!c%*0Zf6qqm>YOci`wRtw*~6_h`YWR*pExw5PCw66d!|J-KPS}Cls&d(yvHk- zCZXq<4`kE>WQj&izR=95J*g&Ve>$TcGR5=u?E8_7x|i(8Nx1l}8THspAySIF-Y@tgq*Q^E2wK&~x?dP+JHs_Tbc__R{PoP+xFsko%j2?kQ^javI-Gibnqz zq`W_UVJ6}DyFKreB$`LfnBl2CpMPG)``mAPYSN6XdS0-zDKC!nFgw_pRbVK^K7&ER zo3G8}?!7QjThdeDeL-sLaZj*MnuoWm4-347F{}fP*sXyk7+BipbVyJmjf8_y2dsd!#H}PI8ALi+bS|fjTvkFz0DcowENs zG6{!#E$|+AYeqd-wk#*PJ`U%51+9uUTsR!R3l2>iZs3%VMyi;atCLbgmlj`ha z$7j?Rp6Ypf_SrL|9+C2%9i_JCX3v|fxFh2|X>~|#jaqa_Z9k0%a%va1d?lkkUz&2% ze~QM!gM;<;OnETl-Q(MV_blZx$UW>sp4u~0I!&o(2I`BXkwD%1*FnN-=VjCrJ{+j= ztYW_%f%?J7N)G&KpnmfQnS_1k2kLt?f`-(l-WRAhNBz!;Z}ZeCb5~}(2Za14_dT3Z zXUG!eWPSI~%BY8@)_4598TGi|2Hu~3G^0*E%u{nSrst%kc+JZ*-WLTc>G`v$=Q{9| zAmOX;$#@S^eaopfANgfQJ@g7s?K$EfGV0uiJT-~?lG&+6Jsr*a4hvfEnf--K!gK#T zNQh_K`}POwd;TNi-6w4=Z;IAKC&)JBv^qF2>cOWz6C~WM9y8S2bKV)K)h}k$=YKy? zKNF2)JqrVM_MD9OK-GYpwDXOP8Flv4p4#*DTQll&Lv1EQU&*M4%4$tQ&yiXcdPYeIgHxiav6SZyItPYg9QWnR=HKK~fcn|vr*Sw2s#K~DL7ePpR~Q=J{B6oTAi zW(3~2E=~w#n^KBKvXjz0ydvs8~^D;SUAg zlg`ShbJYIjREnNUGwOkWvsH+arm90bp~_xXSLsKc5!e{ZaJ?Y$W& zrlG5T@6J}Kd7-P>IA^P9X@9Q*a&pgBX|F(O8!gUO$p)dTip^)Mlo8O?1c)`z7~?}@ z0fetQTZJq6n-->*Q1(J4B>r;lCW1yDNc_tTg9GgkFehvT1gKp7$un&zMbOoFzq3`q z*;T5)aQaCExc&2@8YJ?kUr;aDp%Oq{$G@yXD*$A>|H~@)FIE6Z6VkQ+BcUC-y87yu zRX^xzN!>52deGI3Uowha47wUCeMb9p?c#sH0E9ywfH}YrU<}n0u=eqUlugsU{c5 zzYY+8PBGAjtn2=i>n@YBQd{21uB?L#5&o!ao1W?hJcQ!k)4;v*O!F`lEah1hgT z^{Z!4dTQWqzA3~4TgV?P2;V8jx<75V`}tb`=X1_xmFW(h+3mt~F+ji-`M zwK|={fEE$YI`kLR3?Q1_AoBl;hB1Wx6cg*8-=Av#Q$*;I5Pd=+G_clNL%u(?_II2A z313`z7YfsJnemq;=07d+fJlWRM+B0_Kc7XW5X;RWzW<6eEKbBIjBbb*c>jAQ!SYeS zJ3nFkgQsQ?pHFprK>k0){4|?jC6Izf;!d%;C_?{)3qEGqeCN;X_^U#oHG4kWq1ce1 z-f{>%hvTV-r`2{^DVO7eheBn8_y)t;}|)Ah@1 zjs*Tnbn&^0I_nmv6@Q)|s+k0Aw1;?(^RH_Cod?!0Y~b#R>4luIbhv;4?ap&(o!JIU zOOIeBwRAz|{i*K$)XS(*ly#*pkoS8gpU)ClyBIK!Xb}I)%>J`PG5}VC>7}Ur6ZVYg z=n2KY*>jrr|I`tGmkiAWVl=unL`X$K`~F4M`fE)<`A7k+wC6p6=J)T~U~$Dq4>?%+ z*@Yb-Rd>3_IsdUUVWNFBGrgogK<&YXXSOr_#gFrQ0+fyk$+Ym_VR$hTmsJ!lQdi0n zOfCPOZBQEs;F7NYYU@RsU=hPXDAtrZmp4$fVJS%w%dY?K-`T!%kuIoR#HboJq5t5+ zMY%wTK^)l$6VJb97ubCr)=nzK+nSyKDwqFcF#!t6sMIBzVLJrWM-q6R+RJk3&$Y{l zw)*Lm6Lv@cchz^<+(w4<%=I*mXLH;69RSt~SPTga5qnVhgo^5FPzW@r66w)5ok2!hg5fxwv`r!BzSA0m<$=v45_B%s;y>({muCbe zg0oTRA7XQU=l!)hp}63K<4|Bd{nhT@(WZk>%Kbeb{@dOQ)s6>{fJnROta_oXC^)j0 zPddNbij6wSUVKjaS-zc}hlvpMuK$~igN+***by?@!d@YOJ-_@Z>NwzM+2=inp21=D z5CENfLoe7Tey@Hgs`zMnF^n*|_*br9R^tqqJX^)T<jn#67&7(!&H*cz2y=|v6oSgdXW_GK zgXOx4RtT97|IKW2@s4pmMzGRJk*JG1&*2Kqn&16}<;8>};Dz!ULXdKVbV(CPkFtXN zfyRvpX{dnl0%ZQ&!H5t;Zl7}fh1BW%qWeofJMR%x7a_o^;Lm;U3}Yw{9^%^Df1a73 z)MP+><@5XO`71TQW+E(JB#2@3i08bzY?6TG!~s_(oyP;p2}?->6x|5@EnCiJtlvBM zWoS|%k5Lw1&?WwKa=!pyR91gPm>N9W_kO1)LJT~<%+KGm5gHW|%#2UxaXri7KUF#o zxLW?aKImisiz_8cIiu7CX#CzYFSnBk*?;)7{{Q)uad9P|;RS0OJ{(!%Y0UqruR!r4 zLNE?rx-<_j(}ID3wg?+ZXg7t*B}U{WmHMSlf6q18SU~wG5S3W|xvF4!VG+Pa?&&=* z;n$rLs)+$ix4ZOz5&@`0Oaub@%dmvfkO6095r0PKwAL=Wf`3^Zl3@;J{hl?KS2Qd# z1eiQW=W7Fc5`je&YAq&Ul)m#^c0g+aN<)Mgxpv;`vx>XS6H2r~+h68qN5J`24#(f#Obx zNs%c9Q*E%if3+RTLkW(S?mRbn|GuyPIa1gdZsDPSXXan`Y^`K5aSapKIik{;;umkKoIKu2V8&6C0MOwAZO)^>h|C1CV|JEUHZo=`c*p=B@#@{ znm>DcS*;VJaY1Ix)BC5;EB9xU8Z1Jvo|1t34^MlX6X zx6GLBdx-y&gx{w$Sg+{d)53nY?N58gpD-dvMubekXR(LgeLh?H>n{HJ4g>X*1XTO1 z_>$P1=YjQu8s3imzwfPQ5rbNA1=CQq^Isu-akqv=2Pzc-VMhp+0xiF9p=Ps@wCrd-Bne6`ywthw`Rk1PJ3mw_5#qy2SiAnD70N}7>0^6-rar6dKWIa+&SX5-56&jE zv&@3^ju^o2TYS#D-*@0MZm5-b2+OgiFo;4=B^Px^Y^3ipOEA>X9tUd;8Pd(ki?ZINm;N_r+d!kpK~SpYa?{=P`!mAVfqEy1Xk~91T3c zH5A03edH9k)3YCJ&xh532fx6&bgp*JYVQ1VS%etJoKhEN^RHP6tAQL1*#z+y8=yPU zoR$zsTx8Yr;WytA&l-`DZhr zT@@2SmA?2~9zuIKl!g?9UUYu$gPwK%srE=f{J&iZJ>&gTRLPL84gZ=G7o%|2;b1Yu zN7zR?@7L)}_t(ALGcKr)n3z}TI$>gSmhDg)A_Vb{rAufouR}ucJ}0c?i|!u6T2GGf z98~oYFGx`E)}_wjZwkqszn;DPQ`Qn= zFeEPh);}&kO+Y;(M4uTrAMwjHLV1YM9=>M00Ih$jNdgp)P}6hXouTtWE z9r~Yl$IE=81Swj;p2IJi{{EbAlyG}Q7wy$&_Wkp--z3P_9!tTX2i;x%DIYL_B9NyD ze%i9)xn4%H1_-6dzNJv?*M;B77c;!lN3N5 z@>2~m011FRKnim8>+H!6bRc>b)92vN-p4}mRt^36zAEG=3LF8K=m4}(OZ}vh{Q0CWtOdv@ zfOW>dWt=`E4#oNBPdpF~TzSU!LvM13^#$O$%^>d8!7?jSX`VrqprkweUkc*zXStbT z21(|_$t_jJnx|hO#DGHNQ^*%A%2aF-7=i3Sejr}A5hu?h&x-q82@+Kj=(2qw);xsO zIpk=TrAslM7*`h!^!9>-t2`-YtorY)+UL9;BE=_x=NI1Ba3%006JUPF&^U3|E4v}h zqCg}h>dL40vhNV!$!CdPhI%pfj4lZlZwNiPi*B#eTcdkl>_s`I!f}Pm$D>gbC*Zw6I1#g`Ibd9->g>4T^_{O&lweBu%&8P}`+7t)g_n+)sbTS&<2Ap(+ zD)>zEyDTxis|+W`*BE#$i$|IdcT-!K^?jCYd^I@~)oEYf z(UFF(lKP`OCT>B|P>^Re&Vg>hGkMcMIFwo!M07)0m^ZTlf6XV1hZ-x^x;eTLQH%rZ z$JKWDl4W9MLE`c1oX;AvtpPJZD3WB=y~DMchJ@^VkuR)^=GprUf@M!aLZn_6+z^T2 zI5-hqKF*P`^UTY2`EotX7FUlwp^aWMm%;ZipZ!=$|4MQ=jgUHLazvn^`jeYd8e~@z z3pLOt=);g`XjJu3EJPYr6ih&3G-CKlW~zPgfhZ`*QTq(q+GwkxzRBgs!!=7yJ#`bF%4|IJ$C?3y ztWofoGANj5r{MRst$B+L((~UKMNA8rQXq|v!i~huW6TIQc8vEU$(V4i8YKgez&NuH z?oTvk-k4r0DDSo*_E(IlrX<+kp4N=Pe9kAp5vh)Fls6Z4bxJZuklZWv89V8e-uI{O zUaYO_pidPZ(_U;W8)c7tPqdr324+ICqyr=SVytcO(`mvr=`wx@d)o8F(@o_qCsrdF*v2D?3NVS509c|v4jaW9RZW0apQH7 z@0mB~m+oQ=vHRRdJY3&pG;42roK=Q8ulLEyb1B;CjkpA*z<~Xg0J1WWOKVP&7S3aD z*^KI#u@O580DLlIE zt(g#tVAEB&xpVh*Mxw&wcy}yC${kj}$Qi=aM?*@lG9?AV-^A7f;{7;220pP<$nd5q zO--2#!87fR3IZTUdeBhT#Lq;7^Kq8HEsWHmeqgE0>qwg*K{90oQb+2NXNg}+jKD*= z%AR3->@M8(j0BF%79j|o+Iy%?lBKpJau`lpXJPWWQ}HT~qb*|JIwcU%fJn8{!>YCR z>&CkRvi6TH!*o)M115vr0jy&Aci4IGsZ*N2);(&gk<7heA036ngU4|9#D;}Z_1JMG zp9I@ul**4EIVdWzCx`JV3)QD^Cn^8yRVsJBJWk4Z7a_g#@oq?1YRcdMZ@zV6_4fUs zAHrqo#Avkvo8Pl(@rQ=dlf+ykC5@z&rO8xoBQ*(!5zDQaJ=l2|1(un?Sq_THwy`!2 za$>Y%c5=vvYi@AY4!9@8wJP)drJQF^7QLedqeGto@7hQ~4K{)_Cf>Wv6K-y2Fiy4E z$Bl=whIR!JH?|+juBu5EZ4S-659GVb(=f!;ko{JYtAU@?U8}r$>`A#+~3oZ=S zWG-wD_*gftKbl&2K{CAVY)ZX%L-1+0I&HJY=I}iMkL2O`E2#CaHWJFiyEsxmbhEsn zX{dff3rxv!Zq12&hQNVk(|KD`YoAnu1@9m;x3*CIMGy6=^jtfh6^jcU{kN~~!#4n` z?6@4c?(=J*78CVRlq7;8_~^@TAuUJXnZrkl&_=ePsrsSa3H0o$=x`GIH_yU58bv&+ z&9H`P<1)~rx@hJHkd1M;GriSA^-a)jrGx4A?phL>-*p|M%AQ@s<6OWaWW(XSUTWWo z)w{asvyeb|$E;TQ_573i*OG~W74Np94h^O_c2m7m4w@~Di`_}y_ja_qUe6SGa>aG3 zYM1Ny&AOT{20t@ZAfA=1=#2*IFD#04$LpJ2RqjDD{Xep%DLMh^1GA3-bXN?w)zfoE zfc&2jYXiTIrMyj-F-_I)keje`zHv7?^(*d>e`0rRP_i?E5m<2x?`cc8XSl&u1u2+^ zxML!uQuAhO@5Gc;9zk|dhnxpV7a^}u0K5{02Fan#L#7PF4;C?Z9Bmb5)>8bv9pFjD zW{2XA^+)T}zvFpKG>9Y(pH(1k4Q5vR+i_4Lsk#t_HTCKA8i)My@GVH)jCp2t1|9D3nQSyD12AgMJKOaT_ZdB{ko!Cjh zzuwNn$-z{p&h8}o<~vdvUdyB@b@G8Pi{eL_$=Y-Vr^3o&g$o0_lr;f+ITaOcBTmIq zQI16xxW{7Y*}Fh45|c(5o|E7!1v!QGUgoZeU~9^D!M)WVghlMG>znBvNcjOJ$L+1e zZzOm3IA48DG8hT3vhgt&=IrUC;!ziBS=jpQRJv%hAI655Xm;Nn4?uS~fOeyUJ92%w zr4F~^@yiYixn=>ffz11+Oz-37o$Drd3~`l>duWj2d~9y>7Zr);N|0@|d&-KyZ)vC> z#!Pe@mOUn=5jLOF1q0O`wswya)T$R&%GZl=im?j6IH?=QRJ3~$;)+E$C@q&49I&BJ zR-vm@;2SJwP<29Jc8k$=r<@jOG3^d-kt*@P8 zk{CS@Km%THyMz)`+T_J4J{9J(<#!E4xiF4T8ltd;jZvBVuJNtcC=;}$#VfU>h{dN0 zPYX&Ah)ze{x>`ckEUpE5S!ynP!^kGs8cQ=M&(oa^<&c|Bz#KIu`sij}FSVQ+Hg~A2 zZ3!)tTIW7FD$*eH;^b3%VAK_BEpyAA@&4tKY+~=ucWv;R^N;iRMe6Qbpxt*9r5BIC zMa8@>|MI=p;>sG(N0tB z(>rec1G8``uU45mZy~>$>`qMxbu8QAOmaC2=cLVY@C(nAvA(3XuklPD@WG*tp`n;{_g`_+*i z`x+9G>jX58Y~D+UXpYMG)mZ5KNAEm;@NAjcWqNbQ?Fe9FJ{uhaJj=*MEEf|6q~i8y z8aO<1krfIjfDd}h`jjXg@otwI=KTYLA3Ye4QV?BfDNIMiH7BX|0|FsEsJZ$W&6?8A zZNFT~ugrNSk&A~`S+PL*$RK zEQbR)aN+sU$a0U^?rA@`#*+LT9z!vORy^`)VbfA+iY^90V~`eehME3Q?bNG~!*X>? z7ry|l?q154s(>r@ar;Z3mgaqZ-GSl{6XX#P`Wxk0w!}NXpir-NydObZybaO~qwU8? zw@9KU@0=A4t`L*mx554HuNslG#9b_D-cQ(yXJ^A=dRNL?ngy*6S3Y*eSTJ;p_>f1D z&6OiU$%MH26(UX>Sf5ZpW3eWd=oQ>^J53PERL4VZzDrtX!p7jT%q#LZmo3a5$HCqRnE4?tA`VdT-mx0wuHsF ziOL46HIS}&rM1L}|Bwh|#SN0o6pGNPDts~_-MdQP-tXUzn0l>Fn5cP@JVpU7+gmgH zp@+jVxwRKZ#)9Fim`+u>J>|er`S(2~{tip?vOoCh%$*4Mbo&}@u7wMG*qDW@@Gn(M z#%c4_ZtZ7@Ay->jSm=-;E%R~~bL{S{2^3Tx6wTeYvh-7>Vf97rXvrQF^pFcQm%a52 zER{WK#@}6Hb1f!QXMt?vZ#jIuQ!onVO5aiIc#R?oH|70s zv@A>)Tx@jU$3TLApxa0|gL^%sEL?WlhMt#^-Aemy)vE?~v;_TWkzS_vl@nmrL$3Sm zAq4Sb;R70G0t0GMKC8+P-du}N5}?1^UMW0dGblZwvqi@w>H}}Z)VKT8^v7Ez8ONNb zFHpY`)!$c*aY^M+=Nxu)3%<%qPce^DCsUS4xAU1ImHUN%;T1+QRvd4Gk?e*;)SeSW zoKI1ah{7p*8Lgjy8V`VQ$04CWC4r%5fG=;|cxXr8fB#Mg_^N36D1*|}T6x)miNL32 zcv`x=hnvS^<3R|s{Ct=W(Qv z+V04h^BxmNlu`Ai#XPTet)x0?*L4IJZ!KE;jDL zJ>0&>!cGNGlE6C3V^!D5ya-W$G))xOjO>tp@$}BnY}xE%x=xnykS8r&Rv?x^bD{l7 znfTFL(-$^&6jB)uhgpiaq@j;&=RPa7uQiB|j}9Xg&7i=c!Rgq=s&D{&!uHlotF-HR z6J6yEUC?D+>)7+YEODt;S`O%tuCk)Y)oXu&rwwHr!opy74lueW(Yre{rh6cY`J%D@ z>ndTZOI-^|i(xyB?P$0ClRJ|=T$$Gs6%O7VXdaQ4C>A}Ddlz(DTRq0v&5Rw#+nl@T z!_|C>PO~GILFSbP*O%C?t*OW>_bvEER9HKBlell$^0>?_%9YY+y`DguGQ(OgNGJZf z(sh3kVcFMv2w){pHOsPZBtf}KG?F>5<2Uac_RW=jhy6 z>rSqhLf`Y%-yfNGck-Kna=$b9=~TM*mIYj0NOv*;>hT0o4BSJlQ-e zoK72`ujzbwaRlb%S-6(?cn52a-%YbHXjR2lykmu)fNOM{xOhK8!-JcwWu=BYUTJC~ z3QK*%vNw7$Cq-Ba&X@MdKIWW}KjAXFRzvGHf=cTKFWX0M8}77QOU21;YKNW5)hhrs ziO&zE&0>$_g-6onHV|reNN*d2=>%Kltzz=zx7V?Fv&?1ZH_D_}ALbj9Ea0CD_AfKs((GE;z!61cjvdTz^ z-f_!X&+K;8R>SY`op~m69XURbO9Y>#)=fG~T8Iv>J;Ja%@v3v_*U${Rz{W7S7-1@ACrFGqOK>*bB5 zoz-GS{y~3?ZzorGGzFd8D7^Qt-Ar1mYQ^pyUANpYea7TnKL)>B(3`nSF0}QO`V)Mn z&hy@5&kQ0Ig|Czee}4bj zoe~iDpe~9}3v>&FQNOP6bR@C_u^ppqtw|_$f^*AFWS?AqsYLRwhxG;$AOu$|VUZdH zKqCw)>=TE4I{o_q*E9-l8Vh*9qe5M2GR>b?aAbjGu&jLmZK!JdkV=?I- z!Ea5tYfs+Pl%z5EMR)1(Gn@9LCq#!V&dAvJ2^4oLZDSR{X};;#z?h)fQWx33*|(bP zBS2kr(AaNo;H~*G+VPeZ0E-edG_expL%0;x%#O)%EBF4peCD)%peyJVWvA730o#Gl z#evkdZ#rqA!axzYfIMWJkT|vp^G&N@k!?o*l2@YiDDTa)mosV=W!|S z(v=YHDeInT_oW0$Rs$8bck-td9&_tq0$O~jujY42ZJ-lpQYaK!Q>c*nvvpVd@6+&4 zFQaM?4s7@*-|(~QzCCA^Tv1$yo*vC#om}be$=m#fMAjKR*?aS?X~aPDHwW)qzS33Y zE)NlM&3)kA99r%?ASHQ<|IG)-*_k;RyNhkSJE#|q47WCeX^IPZVMXO5;47-jkf#=X zOH*r#9t+hvhdztBh%}xE*>;OJqk;`z&eb0*RL9}mRCEY>HCBut(>k3hISVo&hC6=- zaZnk_xmZ+KoD@r33n(xaut(CO4LPt-wp@=qsQS@jxCw{_FYKc|{jySaJg(ThPC_K2 zy&ZDx9g61qv-Hfm)ZR4`PbB?ZY$DbvWGT0)O%sY-i0p)GIQ$s(t(|$B7-s2&g7{cI zGjge`T$;$;AJ&3g!ywnZXH}QDUkE?B8N9G@M;Fi`>!RI13hJ}S2bU5Z+qe-;x@B5m7HD8)m4r?jy(0b_esDp zS;ozJxQ`jBm=6v<++nro8>9yb%wg5?YS!ZB9R%K>YSf!~Jw?LNt7h_yOj9C^)0mWS zmlxSpjLxrqQB?I^Knlpf(9&vJ$Hl}J8_+t78{1JpwT7aX)>}6cw8iW6a%bW(7LtGt zT*hLcDaEqv zoBBsgcT)SCuK^DD)~1dtK7d}}$GPeD)+Mn_XgKZ?0I~dHn}^N3HGM60*L<|TSDbL@ z0=EIl8mv95oWOa2AnT^@P{a7@3A|3k8>5QgvE(1zGb;0|_f)~6gX#UrI)tt3A5?03 z$4s1QYr1OQ)$iXDSHiUY03fmT-AQU4rRElrU(_lgs0nfkzE3^AbK1{LHcDD`8%Hx2 z$52;fIj@%Vo7qbtb%bL6n7Y5Ny#Z2U`CPr;_QwAQ**?-fk=t;(4w1<=>s`~D&kqGV zKwGY}v_>!8%(N!N^5&KL#y7E=fc^P5jj=aq^X1`;iSFJR1tHPy_yw#xb-ufdyI%<)7 zdS&EUZ{;)}@31g5>LGzqn1_jnv5WZqDQr78%Hg@`}u)7o;zS*+!;?-mMU~(jlvkKQwA%(=n1xrYwd?i^ruR4Rf=~#+jDeN-A~sozynw0jifFt_$CH)U zj8EEgp4S-IEvdx_Ag3X}Dg!^T2evfXDa>MyesIm}MBX9@rJ(tU4&an8N(&^9*mgZB z({X!V{N-8KUg@>Hur(SQj}U)l2H@};yN%R=+$L?!Xlo&033C(UEn&IYPay;{LFhCQ zUqdEa?0f80TdcQp23G9qQ~mdm0qG%&Pu3&8ZndfrX4l~iYl80F#jA;WkM?xg-SebWtMS8z`c6rq$t6nEGhU!!r%ZglKFL-N$x`0o|mrP%jtLK$AjmOro(Hw zt!FqV$Hp;cuW6I?aqsr#){6Ei2%KceW+hShchl#Akf-7F28~l@kjB6iGMy{E%qS6o zaw2Z8MQ)OmBR7rSpRu9z?~c6ZZqRb?vkk=&mp}-?PG}~g-_~Rmv!AbR?wEU|n!-xC zZ5?tP_5sNMX@dlNhT-ju`!DS`;8*Vr!++$u#tc8VNirl!H>RL^SE?#U26vXVyoo%> zoh0I6zyqI(lClOqmtlWJF@Fqt=1sV*haov5qaQWW%5)RJ?AYN;Xzv&IO5u(?Y`B`u z9^D^8>5yfW3Myt4{Qfac!W)O7MGcP`Y}XhPA<{lFJtfb^DNsEM;4jL%b>l;Mg2Z7E zvYx;03i3!$X{z_AWvKbB9~}*ZVS4-d?Nt(%f%V8+tlHUddLbbZS5$;8Q@fq!LlUn) z<=XnfHwJ#OsH(Vn|4WTME|uZi&|D2V>@6Gd^@Mv<*+t0C&U>9=C8m*x7e9-R+TyX|{ga{H=g#&xsbW{)pVA-SL&>NIFj3oQpT6 z-zum0iJ4~OLYnf}rn1g8;HbBK@1pk`{#d{La{qC|(n?`)^|Sy-2Psbxn0>qNxn);u zbOsB2K;GW%`iVjg9Eo~SDfXSCnd2b48&T8SQ8?R3kY6zVR7UB+%hjo1>UEofy{iQs zf`}D5bZM;Xl{<_hwpqhKs**hI1D|)0tMyulpLu2S#dafIkDaJ>K$A|Od-83IvaL1O zNx1-KdvG@}N0VJGcot=_2G<`|EzB)fruulT^9%HfJR?3`{noIX5#+wuq|y>$7?sna zT)@yz*A-fm3ij$W(e*|^e!Sfu)OIWSI*`sOG`jb>LOcr!TA*tYW;BT^XcB)CRmAgH z*!<1+*=Mzla(s90V%f!}7zD3IbE<-#_m7%AO^IZ7id7z)nX{yr3qF=Oct5Dj*mmpw zcUF$kmy+0Du4;YQfe#vVH_ZSr@Ssld)crJpWklOL?sW@Ao)mIOi!5J#>6;t!oMAxH zca!4k%{HHt%s27atZV^hkMo$sf>tp2)hN_e4};&;Kh|3rifE00N){=qj-eM+9$yh? z+!3f?Dc7$VJ~1y-mP_}IsO23XE2L>9>&gf|2 z$+-|+;YwXlV&Gu8+l*5~hW6k|rRW2H$nWD`8r*Riy;5XNzr>=+ql1zoKC1!f*k$iU zX0OHVR*1e{d@`DN0_PMetno%Ci?JxsT~K6RqzjH6?fyW0pr~oMJx2Qp!z+Cz`*G3n z4@#;ok6tFtW9R|k_Gj9Cfn1`U{rWEcE3l&t;NX89Z2+Zzk2ZrG_}SGBkbYg9D*rCdAsutWerFqTNmw%?p?yZo|($eneR zCCDd9d(8sIve2)mKg@=FsQRztCNS!MH47;Gw^>6kS%Q@T9bY!L-x$QHlzoTCYu-!g zqq`ZAnWoO<>(@t@*nL$60gjD{K9c53M1C)UapfR+;YM?;Kk)VHv_ikBppcMIu_F~y z0M-6x5`LF$aw@BH^4oSvQNEWHB*A<0?TItS^Q@S9l)xt~b8>|*9@w0e0*ehjZa?M0&;hRm zk2!=dRooQP&2rQHdTkJ(!7rHF7*J2G%edmPQz(V$3{pOEQeu~ zte2QW7FS)8y-?p1qh}L3-M3U*xAOiGC5i=ZeXxy!&f)+c_iYn0^8XqS!0QX*Ap#-! z$E!~OS7?n?qQ6o?11kxLQ;`(*wxirhzmmzWNS6^tZJ_y0HIyxW?@eOlw&bZ^$d_rH zb;Z@Eo}YN779L9F!9CG9AnKgj79g7}z3DAX^HEd0&$^y;*2)FW2whd8*)!?-c!t*P zX1TwZA;0Ty4~R{VhvcK$3HfAn7)PA{XGa+ScBB=E4iWh(cTdq8gD>|~{4ZaAu5cod zWRLyYt$ezAc7TG*|6diu-T7N_X0xKIGEwM*x?pw0=xido8$G#n3A{Ftd&DI13|&;n zC;s-TM06SZ*o-%iK{$jQ0Yu~yxLMrvX}NIyIAnGe?XO7+p9T^-ZmvHW%JK9R>95Y- z%gH&Oo)OYD9{`57RVK#w-C4IG$Wn@1e9$y`}N?0Pk^V`c*|; z%G3uZhwpEqcPXyO3^umpsVDKqO2$RL4ruzW_3%y~V@ZN%SwSwB)yoCo4H46?sy6~G z`Uvk2`@N^5rST9VwpNhXxpj=3YAF=s)UmqDm1id-Ssu4|(8?(n+u!X`CWcO&Hu$X= z4N-k5>5&dxRV&F5E)Q7=+GmJioAf{YUQVGtmF`xmRJ>=PmIF92w=T%XRJy(YDzdTK zfliR)9=bood~oOYv6?pr>j{D)5JKs0ETyl(0!{BhcZikpI6t$Mc8zBSc!lelRN);N zN#5!BUTJ58rSC^|-(MtSsj}1(C;46uJgoz_cJUiP@Q>rK5ZmlgEeWtEr`nupJVfk5 z>)x3hc_3NFPBxEDBdud)0c+vMJBanP{H!m2srk{2?&d?GN7D!x)!io~XiBp}G^r6k zaE?Dz*+hAY*rD8PM3*dRmBYu(%B*U$8U@w2xob~MfBX2@&Pp^$hW zF+ai@hk09Eb52Oe#Fxa}c%ZQxs#m0p9Ie+jH+NJ#5cNk@Nf&$~ue{R2E3ubl88!NX z;6)V97-_bOmQ8wQbKaEJ>4t!)OkRQ>;TEmf=rJSGdYQpmz!X266>3E^SIdPjsmPS} z=h!gi&7QkEe55ZE$|9AZOgLO)^L=ASt|BlemdE-!5I}LzE%(~mt_ehFo59kPQL&KSo zRZ^5oMfeQkQ0C}aXT#my1jFO|tEZ2o5Zx)?QxD?TucaGNmb9QT1K0xtk z#L&jYn;EcG3K;!gs}vCSca@Go`kV+BxWzj{1Wy7!41>yE^0t|OQaic^_m{#hHnG)s zA>8t7KSCCAEL$x6u}Cf^9>Q;ek}5h;XPQnEuMK$2(F4xluEi@+_fZE zL3)M3a(c<6@1#8-EKJ&X*Ha>>Iky|lWsA3(A3bg9VcR^iHW#9ZRsCLFZ8qS$+uql% zSh(?EocZ`Z%;Pj{8Po0`HMDM*cb#K}*~ z2N4GcUCcokCCG?(m47-rJzL`_rP}po-}TA+T551Tnxj<&4P_hX`{lQbSQB%kznj&q zw=S_B@w$6IERPO;w4vl(NSkYnFkhJiH^%6xxntGm>m0h$rn~QJ$vUt3;%Pi6V%ER1 zqVr(7qZvflvKi~LCjR23GG#0A)@HPe%*DLV_kXM^{J4mcWybvVTDjozOaSeG6?}6aA zc5F6Q)xD~$5CmBYT_L@}GtNHV!riqeLED1pB|6;@Atpk#U!5}1=4HDM;U#t1>#1$- z+Z#K?MnidNC?&Z!!a#-K_DDwL>XuTVU)n5nh2Qurb*>-L9Ce(Z(pJI;;`PZdf*RBC z?P!=e@a-6w6!3)r%p7nb2$KR_2*!+oFGRq^fGGY0?#=R^ zrbDVNKjhh6_HBy9Wf*l#0+?E8n~e|*nShmTdm%Tj__=c7$^&&i-xVI{mS;ELFX3t( zpA*=0o|1n$@TqTqxhcu7=v5niKT2o-q5zTg)N+&i-C6w(Tr8a9)!S}v^&%qQw$gVM zJQ4>o_js7`Dz0n+*1wCf4O4t3lG;-JD%-Zlxt_P}ZhSNMLZv}7Von>`dQJsf<&-(+j{1o@rQuSl~W?B@DelVLle04Xe)itgz z-!2;Mi`ASWGvgU;B4u-WXFOe%@~mYCaa2^E#cCSU7dE@$6#v)kh66%}1w}<%WxUq| zPt?WL4fOYERU7T#oL{TFfY+nLcEwSUNZmqqdcyEgMTQRh1^hJ)W%cxNb3|F7MnZ?I zhqlt2o?ZaHxh>0P-O78{;_G|gnwPI`z+WZkalW-8!%Pr)|Dl6B&H}&0E$MHlgKy33 zec}9RvGGJ~M2sGCQJk#s_s>c0Wm^JdzI;6}7tw+H+{pQ?Pd{|_{fE3fN$fcd8B>yq z+FF-tfw$WjE%M?EJh8EeN1klAq@;YMSZ~?P&+GcE3bhpbKST?&#bQb*({32?6_GHY zB1fVCNR!HOeF&$B^CEbLOXJ!St8Jr6^&o1{U&-XYtKD+b`Upx~lD5q%cCanbY3$={ zV$!M)#$qVil~bd2KW#qBaR>SYBp-DfITXjgdP*{|eMnX545};56I*(+-#i=0LC{or z=bGXxuUTcCTCFdDIC%zF5qIODL%C01CD_@F0A2R;%=6C!<YqZz6u00)WHstTvicMOTSuxbs2CHR8#qXu*mS94xTLAiy*$1udA%JY(2;>F)3H6 z(SOZ4t7cJelqzn0*5gjW!mV|LR-*3bCMcTN2{Zwf!_vlFX}IsMG#F?<6qv7yW6JMSV&xEY-#H3()p`tMrq#%LSxY~*_K_2h<>8+$KO3kle^o3HTK%G?-*g$?}q z0@$b^H2*j@fHVFY8(ybQxO}{Y74p&q8%Iwmt3Brn-F1!WlWYf$92v3!A}d;Ax<}e0 zGmql!9a2ZGlZD?K+Z`K4S4Sq;ALs_D6Bl|Rmr<+l#miBVq|k3BO2}$g8(C+Tt$*_Y zPUCj!qrrZ$I#mpv=E48C$slh#n_*Ov^6lJif=;;)Bg? zSdl);Rk63F6!1w8w<18zDENiKv%NR&tz%ac*K}L29b$oYf%|lHXl_81@#fIAf+m1^ zSEOT-PiD&oLX{SEg4_&Ay}unQd%{=0HsO@7q_fk+RYwvBV9a=XlD*Hp@^8NNym(dQ zH$miv=#>;BiU~ZreZqo-KmP2+59D6*=yzzc+IEiy;Pf1GUvEDg+V*4ohT-;V{sg@u zpn{nGy&==Urw=6c39qjwDF)bsOvo|mkUq6kCnbyV!)mWNxE64vi~JvEONMdEvq1}+vh`S zGg);(rw;Zz!V7Lg-|1U}4@Ea*Osh9;!sqbm>N_$`3&tZ~&5;qqNAGHij7RNIp{Oy? zo(tcll6Djd%*}p|R#cvaV1hY0_EG2)&L)Srnf#F~S`jh?4(2>CddP6*s{x|@#!^i^hL5+4r>O?EbW8ZNUp%8^AR-PY(vySrr7 z$sX{9`b)?{vqDgmUx!c~&x*X;Ev+F+6i)))vo6{aoh{@xE~IMW%u0~K%C%%mmd-DTP-V?A`9`G{QXPGKt2$nkGXw8|iLIDgzB;6YJ_XS>VgVljML^_`{)TYZA?f@9aA7ezkmv8gC*8BlY;v z;z#1O5Sv-NeVIj9!5q(Ar@|G{)Z85<&^zi_Pv4Hl2QjW!^Xij(tt|jHB5nwzgRi~l zY%#ES^;oyi<~|7mcwLEe16NJGQmp74KOGE9a-fUOC$b8PdC%oQ5=ZM(r+w551>Sp~ zNd(`Hw$R_*2youbZHj6l8C8vkLCYtCZW?F@jdKW(Ut@FTm8H(VPEC2SZ=%>Z( z+4HzA^D&_c1|sYga5}5NeXt~V2*$lFc6sM-ywpS=$u#%_I-3b?dcQ>)y`FH`P%JH9WXJx#ww&(lLG~VdJu6o^x@MTgoX;D?VL8t{RdB% zeBr{phW{UJZvhp@wloU&%;4@4+zIXyT!TaK-~@tO0zrZe76=wJSa5f@U;_jQ!QDN< zonXP<0s~UA?Pn*RI-CwM7ni)K~sI)yS-0_UJ|^dTWRJ%M5R%;I>9=@$619#$T_yxy0L!#+RK)6O!5Q~EkQIAUUA zaI8smvYZXlOKl_39ubTxn;Ei3hRDGl1rP@EQV^<$wZNRCHlLzV8&0B1UIK1%W84a) zs|t@t`py}J%oA(nqJX!-L*A#rD54FG;iO9&YIX&5zf4WqKr$FuP$68k?O>&G0emNR zZ&Rl2fg6Jt<-Q4xdY(lWDL7XWO{u-i4a@xy$(hfW{wU0DH6k}&?I59BK$pRCKEKM~x-1T-HC0dzgmGH&*SNvaCo&Y+qV+3X@5p7ntv(kfv+ zua~`gtBANvJwc3-S>cq#21OqFk@vWLA7G$Xp@GpTHM;0w)S^@kCzXA}HF{tH$sr!W zYys*R2RM*bsp3H$Aq|S)Do2>WzdPW#QpylVXw;#nkrX^_*Z1NLB94ABMZ|O96a23h z@FNPm*voY^8lo2tfnUvv}EWjs1)WMR8(i{J|LTcTRe!hQwE@op|S7XXI}d z9T{k$c(x>XyfrA_yW>Ohv3nEyk=lokW)BrQijNl^g41K27A7}1PGBPZF9-#o}~KUo^*2}Ljo zYFk)C@6Xm0=Xa`6nBc5P$-%-uOonYBxTo>es*#S1Qf&3Ed$l{uv;_wTlbn(5V2t7I z51{^Q$H@OWA|NjRSjuSsBV}#&1X3iunI4>RBD4Z8B0W94y*JTl% zcEmd}M9d4Z;Y;O{c?BtRa>}5v;VU5FlZT-|?-AU3%##9iz?_a-ug~a$f(+AH`gpPo zDpzF}VnNSnn!rxz`@R!pa_ zSve9B*vbzl+9l@Wxc4f!daKpd_KUO?4?TH0+7=3m&H6#m@@o} z8wz-cB&9jCt4DxTu|-LLIyEIRb{6qTHJNfCbr6eBi9vy+&RpHVqAcqf-Gh#MEv&~;rb_p?R7jli!1~# z=;L};iA9f^Wz8}{KVILXqcE*G!e}rum=l#&7+xTA1m#Pwkp`G3(_>%{!TG0L`==x% z>??1?^(!1onI)I2q19IdY=a7nJ8w4(%0JJ1JuUz(BCG}GB}1e*ff z_=*zkXyE!53z*FFBp{|X%I+%`mr#UZArAwsuU3|~?K@37Ia}@ZY*YPI@XWe`kY-mq z!44^1Xy}?8q{#*?gaNsBL;to z0!3fh&rFtb8`Yt9uYOG9!ZCqa;iJ70Ya|x*CFA2^>ut7ooxzSr>TZ9vfv*X`2E%i% z`h$6SpAkqTAFnNn`w$lUs8H^5+7@?2ALa*EIJ-Sr8kuI04v zKwdC>$Ljy-oJAM>3;IaHLH>5;fwuFk~+}zc$aC zpcKIoOK6`#J*-QDkJ?1E>V}gq9e^0@2i#HLW1wBsW?@OqPJe$z72fFl3LQ4s!om~6 zufdWWPSWI;Y=_0|3Xz$to330!g<9;;;oJbDW$QI_^j~rjGH@-Hyi=-jE?=DNR+O*^ z>nd3gLFb}-cnR=2AYA;qPtH4y5k$wd_1Zw(B)D`~urk`MmzF)XvQ0D40aVA$L2oU&UD!wojuB&|>BlAcup&`qKcN?Zf&MiDo~j|R!MuK>`-;LX)ic0K`K2H$ znj?}+NJCVB1+YvYYX}JlXfzOX6vB%-G_rkuS|s_P5}1s>PAf(RsDbnsjkf%J^#!50 z2-GXj8lYj*AO(z9;oHJ#L%#-1O$;YQjPC3d;w<;H#=n6?u~s!5ML_CXYQvtbH8q;= zbv-6QF3mTzsb~Ryh!VfrWTL6c4BezYhDLvcI zwrd?9!2$N?%2te$Y{@_ zNTAPqE~ALLF0cVo>-r5};VJ*L#)3_4?PwwqrdY(D!KMsoHOVa^K+d?z#XAqrj5ps0 z6~WfZkj!J1Hu2eBlkJtxV~WVTea>r5g+=IyeO}XYvRkgHSctR^%B=dC4{(CG##E?) zmd>9>pYx9hKlI^qO=MRcugN|jGOZxF?8QU|xIe^39=&Z#ymz?^jvez~mDvz|r-RC3Hd57F=Z1lylzPdn9&SN5>j~m8JMQtWW zZ1D01-wRF#ZnGqoHRLasr=!TkXg!OKd2^0gD)o~M8bSA#iZUt4<>9LA@lQJ2!KFTCOOhcJAVf_s%CLfB*_tkp9{q}Z72gwseB9+FNxGThC{g;bAJDk`aM`kw4EAO` z9+4)|_ivKL2ttwx`^SnplaG`!9N_%-uCg57`T+eQ#Af<+*gJ>bN33lH~;5Jq%VXQQ7Ywy(?NK6(zo8Tb8HY*<`3qXwiFsq(F`D2)Q&XZXlCObshX%@5$_lgT~Oi5kaeU` zbuhIFu9E_GfP#&0yG*6J08K+B{XkiefeT^?PR~E`}81F z7d>?}kkE9kYmEVp6&K(I_gThP3`KP^ZM|e-==;0ANW9;7b?6Mvd{nQetIJ}BASM(d zr;x$(lhBO&xvyfdqx`$K!Us112lx6H)Hy^3Y$Iz~YL}{`NH+GTOh9s8yEefu=HOg` zu4Ly)N_8$U!#f1LM=M@&AMqXm>-K?&;cJalt3uWR-9accM|F?H>lEYiGFIO} zaO&hP&~e=%Y8=WdF?pLpR24qW{AA6XNvdLr5aT5w);XTP@iO;kw~hY*F|yw6%}fRKq0`xr8@9T zMlCT7kbUzApU!7q-?V-qj5;~UcZRf_26X(~Q3Uv;NQKLlKe~o-(@Z*up%sN1YJo0I zh@pAPk)+IJqZSjhHgzfucKPMt7;3P|6h(_!*7ZOS&3%W}N0dobn2;zR>><8CEH(Nl zdG6+qG1}8D^2mZvAjOamdKaKRFg9Zel`WU z`*w8Q%R~IWg8?Gz1i|Uyku9_oeTs3G7MrG}F9%zB7I!pe0Y2w4zce8mp1S8K>awRb z^?tsE6004E)JtL5=!5>E9Ga)J3|62lJ;id#Xqc1%A)LWZV6`FA*iOk+!x+g$&9B?IU z=9(^yc`4`>Yx-ZW>yFOV5re$n_J-B?AI=jtxHGTsRJD2b=R2Gnfi`#&JzLIYPY2(< zn}S$Ek+u zmm&pd^rsZVhGDBACA5)Jdj`AHPq+iY@8Jsd^{-bQc&gOrW|^k<)VvavA91_qw2vyH zCuiJZwF7b;Xu<+nI7o^D4iSO`zOt~(~8gLyJW`R9_eAdXR*?8^oG58hNj>u@=olUXX0_yMWv-f+CygA zJ7sRWhS8m;b+y!sA6LDk9V*>gZX^jEM6xB)zCrzk#0;K&6h*Ez!Y8N!JXa0YC%cfWkW#?QMD+8s9V;FZ&~0Ke*B*Zr@(TiKPax=$e1!N#NGcho(oCI-=~5Cf zjICg18{gMvPk-OHkBxtE{Uc=X))0f^^*XY&AWXeLtHWDJMqJw%gIix^NeuhT2T;@F zkDozqV11gxtI}NdQ9kL#dp`b_Jkf{%O(bGaG8Z`of=@AYnV_uoQ<~UC`r0iOEI8__ zTikgpQ7P~xQa}yxk~X;)qyUKt?~G5&1%82kk*`89$jxwV?9amGMaD$j7EpoZZ4>f zHYlIxi4Y%2tz;<m)8*%ebYh=SKkQNElr5!$*G zZ{5Pay1Kgc__Fh>PNxcll)JWnr&@ocOTB9Os#^aOiaMeURkIPtb}>}*oBYp_RY5{`QB`s;7~4SywI@C>K}!jmUw%Xe{_+!1b)si|m<$#S}~7wqSn+LqsvuadN)O zfh{#&a;i?}xKibKRJ%2{+C+6PmaK#tnq^H0?KZ`#R&dnCn;$*4?@n01>R%g2X@d-91=7yP%N3)?Bw~g)XC&<;f$vpQ z%*M&zp`Ey8hBvS3_@FqnOy%-BlXcDSp|ctg+D9DmCp~oVxD@H(#%(>!HgnIW!i1V7 zG2!zB<~^bPs}=TB0r-#`ER zI!N08ls-sEf6ynj-<3>`AhctK=(+wU9BN6qTvEmFU>Y2hU;yz8YPF2OJ&~FV6p{!b zjz0F#kSzMb>Yb$@ULVf#!d`wuh8ibKCM>Auo;ZhdeclGoQUAUh+y&M3_L`%l2S8SZn{6G zFl@Y^GFqTrEzBHVsqx#`N6uCBf`svjM014Hi+v^~k)ju{Q9tAegUP z1{pMJh&PUfjRgi+UbP~Zb~h;tX>bs?Tual->j zS!qg-NAHER*yToU$nB8=QlfjR`k8a%r*@rY&WY)~JSkpdVxziC1}VM##jWB<@|`I3 zRAR3ZbzmMau7I$K~b5Tx!Si?9MrUNf&a#KyuA zwrkhGKJwYL-_CaGo|#b!g`avlXd9A7@$CVp9vL39{U}Q_#Sh1#56X_^%4z6Uw0}e8 zG3Amzi2ysLFWTI<3kgj?l$1vO7MT+kHZbvWcZ~)D0-h0wWq*C#m%iHdk`OBqE#!ly z!O@cx6sR_XB@v~jC$T=p%B4hcb|`|uJ!vd-fJHP($MdTTGGB6J4in~Uw5G>vlk!*C zwcDjqo8T-Csh1=>SBc(1&k2!gv9L)g146>Mc~SK6Rhn7&H%_Zt?0JZ}2>V2Oc7>c) zmIb!^W~<>H*;)3>E@lT;ALqW|CC4j}{RMHvwe$GCJx$61v{-1_wk*2(_82haa);M} z`4v$2%Z@Rgf{V28^71)_UXxfp1E35;mhX&C z_Zv;zQPnG?Qikk3x){+`v2k+BEO@fJ*$=LYzRuk%ZSo_PMHhTyR3XFi!|ht3%xn9# zppzc7aJi#9dc4S~Y9|J^8x+1Sy2UjOzn-k8zAIF&&s#L#XLfFTyWKZqfjg!mF%ra% zyp!q|2G!LF=n_Qf-tlF*peI#Qpr;PcxnYY8a(Kgh z#Nrc_hqoExdr5#M(NuACOPkEss_L?tM2m8YpL2oYlCM?Xbs+q5-J$+-_Z#0r3LLqy zHX_EjV9uNSB71y}U~{3Y7t0Jk(np_3jvt3pvR>bZ$vD2qVV-x6^>B%SzHYZ7*`_yF z1ho_*ozDdZ1uA)(y@GpN?cmCnK4A*BB+Tf@0NLVBhk>Zs4LlZ z?8-uJSbU5*9ydx$9lharrrUvV_ z5+olOu^YOcomKLEXz;=swI)9l>qE=9&S!=rpVQ|Oll8TIvswV0 zH*KCS9K6vZy;f%*|6J?z4wng4Nx8vYJy7{hXN&99hcm=k1Adk;x;6nJR%=Lx9qhEt z%LMHgn5Yc7Z2c(rHbgUq! z0WHM5Y%b!I=onog?_1j0p3`jY-C@f}rMtgK|DtqRiNgC$pKDz&kbwHA$8rWgqX?SI539%c6U%se`cd&9yeg> z1$g0n@%S{BLP|1AZIjMQr!Mg+sW4qDu(dtg38vp_myQg8l|U9JCJU?R(2Zpqy;gJ+ zQz=1|%5gf*_|YKRqw$kQ*v&|T-a+7U!x{@rzb^Pv(z7_kw*5P-ji2|7dA&&&^ypE6 zaawcd3z;nguD77?PpxgH+$&`wL5Y4H_j@DWQ0$HJY;7W zJ3T##EX?Q%;c3`=GTusK@}$;ZD9FHKb1PuXeedX_BHb-KbSY>^R-ZZxW9LXztvzVqebwp-ra%M{ zK2KI_zQl*HNd9FL#^~J$rCw2<|;XT*Y)lw}FrX()f5K0-|X zv6$ohN6b}!$F06w(Hf(1D-OoKbgEja`x14J-l?Fun5_H0yoM{lGz%47)sXH$O_2|D zk9e3zhQ>NWpy-CmgXU{omtbzC#L6S)*fe7IWJ~RInd$Pv=@5j0)csO^o|Hh9Ex0`3 zUJ-l=T1MhR%i^51c^IUDqEV-T%jR#82gsB;FAaPrr2&SIgK809SphoY_*#p7AlZ;J zF9|TOl~P6g5*Jbm7D1L`iSbMiWX93`tgUi)!YcT@mmt=MQgU2}Ibsz(>_{i;ZMEXV z2OOM0v*a(vK&-q}4Bk9&HR;T7RRQ&65y4yy+L%(;!?_aLGe&Bw$ zNM!)Ii+8zQi#=_fVZ;XV*Y~4QO!!PtZHvIo-w=-RmT>I~-(>m0_`> z4$JRC8O6$q!p)+PB%_lQfeOe&-2ul)-~gB>0nLNzxWRQ08w&&*2!0MJNoIlFQkaSS<0@#uzHl5vKGw^=t5 zX>_QHZC$w>7jbGwGq`HCRZ}omTRMeLb>ip~F!@%){$QT%jYCK|swSgk^pvx)hv@=&HD)Y3ZpEzkg_4M) zD^k$f>oek?RX-TbDRKXm5cgjL4aE0PB@Ed7L&C9V0YcVrDr<2C>p)=XJ;%HH)nA_ z+mN3w(b5y^q0aw#WJ0R{r~QUx{eMR$7ehV5KL0J2kc81ZRS9bnB8(P3#dv`_0uq}t z&cdjJ`EYkf>lbsB(`DblL@GoMvpiac?s^CE4SX1?WD-05KXQYye&n)q4Z0~2FFiy1 zVrwUYztr6o$Nj5S{q2ZA(8GZDh{)EhfBU7l*beDMeWmZ6gz`LQL5A-|Ooi`-2s0f_ zDx|dcSf(=O!7TJ4Kg>K)hf%ADm+RQyAz(^$z{w*1&Gvd=gZ zQ@q%|_{r#4p8>x#9PciU1U@tXk|YO4(%45jC`&`mO6Fx=Wr$GN!IHA0w1Tzkhl??5 zdL=8yk)J%KGo70O(}Y>AV=Z}<4busi;9yIuQ;cM^wjoIQvH?)^g#$G6c5B`jrE_qA z<%{2_=sY;9^=FrNuML_tN)78mw$t*=O$0*;{|aE$HmLPYGpj2z1e_)DPLSbC~C3GddvLLjc@~rL{M+m$sl-rys3W zw5NV<9^@59LyH|UCW9UqdC~Fg+fjncpzrYTwM^xX5e{8Y9*Acx;Q@1DUaR=Hirx{f z9cY?#TmTA|6b34sN{%s)M9e9FApm323h;yjxtaGaKd$n@|ah^bB-8X|L9j1C(Veh)$$;{_YCoAYm7Xg9E z$kSz94%%9gA}X^J3^-P0!D<5ZmL6Q{2xCI zOJdFtqCuqw1?voPkdSaDTlI&%^L^@CfVOO zq|ikaKXSc~SBoi~%qh1W+mO+?QEHF@q}R& z37av(#lcFtx9zP$N65v`RAf0SQ7t|xrr~duM!@-m)#-V$ zUJd7j)x=Ys>Q8+qX4d8+eQ)*q!|(W_{k3R8&E zGwh=uyebnoMZR2=e-AMtPt>zHo3=+u&N}bW>IcUQM3$X6X5x~|k`E-dZ zhFvBSyizJ(vNQNIC>=as0cAh?c84V=fFojHVsuRYLPl#e(JZERK-tybF2e@Im2h`K zj5TZM{8)4~##3)lkRUTzjbtoy9cj(^b*X#rO@9QH6P3dpxZ2>r`vH9ubh~cUQxdt_ zKyf&szkf3nA!6FYTa=FxqgYUu9F zYv7gdGlv)`9nq)@-zQn3F|wt!0cn&jwbCE^r9}vqO%>ja z`zXh?<(#eu&LDOnBdZ)}o|%;~>~cC+`kqXtBw6r_AuM7q%1#PC@~$unKh&GA`Z*)< zaDT^1<^R2=M3g%1h|IUFgmZR19TW9tNHU&s>q)e7ZCOr zii;W!^SA38z?0vK3!b+*RE-PZ05BL=N-u&g*GEFO)y3zk`8syrOWi<n~6fo*^ z07?BLVL{=lxL3d`I`%{jc+)OeKKaj&2H*b0qb1=mf9q!lSNx&BQze|>`JSO2b2uT4 z3Ixp{LWak-F=6caGP7C1^f>+1*-*04*N_;X579pmQXOSeD=tgV0YjvvK?_H@wTW@* zT_!mi9vpVK{dT^Pxp`BUK_SLIXs28IWF-I81bV=tXV)0KP5Ra2ea_Rnpc&Ip|BjfM zE+g$`15^B1u^1FdOeD^Ly>78*9IUPy53B0jCgV3~kEucTjm#OlZ6P=4^qskuZ7a6E zV>jsas2PY<9tOx8hmRwne8(C%AltQU09*r;Sq0a0$-uxWFqtf{N~a7ItkNZ823F~o zkpw%yWT?RooiYH}p(|($?9d(52Tu$JNERKNt&-8`9mA|TX6)3{8a0bobiTU6 zZdFDZd={6|AGK@G&1ox;k@0rotOf|Gn5i(pJg#2Xw|6qPrlgpm9Mhiaj_~r}V~~oU zsf>DDB`(x^D;0aZUCz_n@<(N65rr9j>zPmf?(k)4>CX172G$+S1pECSJLHtZLa4v6 zOiT95AautnUN6XR5D>r*CL?q`lsvSnM{~_lG*`i`KR@_NQ$7|P)dGJci@F}@3$j3r zkV(?&X8NB0PB0yLUeV>`yQNxZ*J!>f)MDJk(zPqFySs$MNng1cn z|CIkBF@NxX@`$sx4tdW=^V#?$0=LrAdyarN3n|>amL&nn9CZ_qi1uS}?jYLhfg~@a zZ>t4pG|c2wvd#*c%;Fe%=x4u%l}+&<(m&eB(V6!)8iY=GIE!>Frxklj4BQ;v`Hft* z9xZwt0RfWKI4B6<|9m|Vlk2Se$i37w1#`u4@DaT(e41@Rk3?XRPT+O{hGfBIF0bup(F z1WmAxc+UWdYeTUORdn|?SYsG}-6~;Yao6ycmo+Md^mtcC?7<`N5wyQtJ=p3*Ji(P7 zS0YmE`~E@hEkAmC3JI5&4ySyqE~oH-RO1>er7^)usv<0Kc>ivCd*L>& zKofU?mLF13`gTb}5VUVkMLfyYu7`jw#JHdPOpI!;z8yYj^*~>gdC@HaRfWDrF(?-% zw;lR?m=4z1*#_-7r@$*J-YU>_i5kjhB(pMKqb!Q5E26sB8JAB7sOX6-Zi*GQPHAD|cLxQCYhJd2;y3LM;=5b- zqqV;~{d{F#IF`wXCWUBakS6A5YSq>FJFlbpu>-8sKr+TN_H7P zC|F-O@#uoYIP-mL-7;K1fJ)2p@|Dm%Yjt-$0Y+Qxm_*FMnr-?z{f%FC;MWSx-Fi2^ zyEI;dUVXt2{LvSM=vTAR`ocjF;p#r)*NBYS*>LOo`94vm5+-6($3sfV499~Kb)rB- zFZW5F|0@gsmWHj)68w)M@5BVSP$1lscOJ4;C=}p~c7NKZY~ObKcjtUs zhpuRUKk&Z?6k9w69-J_Yk^lSLf87~C(mzH-@ef4c^)~)hekzD0k`doBB=UX26iJuc z?PYaEl&pO0RP5AnFAwHI>x>)nf6;-rU_-wm-?^Dc-5-FL_7Ey^6y5)KHrUZWMGcbu zZ`6Jy8QU1XBUkLwoXiEd;}z`;CP|m_vGC_*Zh3P~v4&=}_Vp zjk?uD9s*e$S!ec&UANW63d=ICVCKX!)$zQj^^m3tKR2eWqaMW<^L6&hn$8zSZLM4V zXE$w3M>7EnVh+6hGn}LAMKzYx1{MBQ)~fi4)I?Trh9`xD$FHca<+$ znRky=;k$S5+8ve6-oE|C(Rc8cYGcko577ZUA)GR#O&9x(V#-dVTo;*v!SYbb41tfJ zV2@R&lu5IAvNDaRNtflo4U9xjj5x31gy@7`bDJs84%OB?r6ND1+bHJaYi&DZ8oY98DF}iTt}#~LAzkYdtbVT_WgD9y+YlM zw;A!Q2rB1AcnV@#z>G{Bp_TR1&SgI4Tr&^a*do3yAy)rM!UJLat`r+&EHf)5&*kK7 zY((yqoA-GygG?B?#6)glM!CN@2l$`qiyT|MCqqZ)3{nk%FQWeFnJ0uCa!j2-)XBw?}Qu5VMC4I#c{J~3=C1+;7I(*BL zX6__h-R=8)a#DL- zjdHEe&&?ycF7MtRP@KP?t--$iP;Dg1McnWisWE)}vs2rJkM9TD)Zm1!GU{d>a5TOu zh$Ml`H>$880tk~aWT2kt#K}fy2UpC=4jrEK_xD#scQZgJK-4aMh6th~X~-?qv+hSQ zSVTI}*CeG-RP1Id{Pz@5EuA$wILY!d#%f#ej#cZdopYGn-NJZ6co<%ak|%Z)K3WL# zjkUS#i<>toh%0NXd@wd6?(NCj@*TTvMWkM-q)3na9+BU;5L-kcSqbI@opFfHh`!a| zP||I|HbFY&#=Li3(7kiW|Vg z=Sg=p?|tw;o|pfIKMiK&QEoiVyKR54p)nGU@d8Y&ov?XFWW zmavs>D(Gr~*!^|u43&JV$OS8zpf3!>u{LdhWK4_F8{hwZ(rR~k`GnIr#Bbx>k@)|b zWC8F0LgXdkgT>z(8Gy)dk%tHKjDk=BYIr5JnR^Pkh^xonC9Uw-3=#i5^1vQ?=eG*z z;;f!f4?*4jeGULxXYNBF#gdq1G{4XMcW4BE{in!)-~NG2YKPN=2HfJoFZu>n))o*E z5Jlqbl%5*xLW8i9u{r~Ito};47-5&ky(GmI6Sy=wFQgQ{b5YaG%-UM4c>7kyuh>vM zxOJ$9<5M6C%vr|2iT>#eEc9=kwJ?uJ4HMB(u0-cl{$CuItafU_4V6wAILL>H^^Brc1f1{B;$$-iF5B?T9^H3{|1eDbA~?Xi>=0bm zE%*f;6unB!@+xkO#m%p~&!5A}F#lSULb19V{J)+zplvLJk5; z2P4aXr9+S*@FGUXD9HWvPYmjhnwZ_?ejw`4qJ9om-)KU--3iF5d^k^8L`6bgiP44M zOhQ9|O2=4{tBOF#b8^^%x`*5~_^ig3^)MdlIU1 z^BLBS2!4l!t&DJml{vDdmEghe%jz3xhggO#I*B605pFCM&4sWsI`ha+(X^C!TNw2G zqhpkZdwY-(r?C^}?+eRrRN8)MANn>}sTcB<)9*iOPR#6772IUeQmam6W~swh-6RN> z_D(ZDrMBB9b*I92$Z!x?7_M;`m}wUssZ7~lu#D#)rZP-*GtVSRYx^@V1F3((%hYg~ zzn|Nv{721q!UYQhp;L=(unSQccRcJPj=ImGI5zk!O4f??MMaobi#5Mt)l|7yaXa}P z+{gMqj{T7$h3>h>d%&01xGimLrIEj{{a4Z;6aN%DNXUOQy{gS89fEh6msaCc+4YGz zj|J+G%2T5PCKYRr3-jx=ZR1l(aEn87np~Jr9&_X{KXS<@ki(T7Q?=o>%_$~g+mW8P zEz3ujkqXO-m&Z-8tCtw`FeTdCw@Y*Uz#LMiV~rsaGn5ZG<;wPzt*K^8N1 zi!#3y38qsbd5%Zg5=Z+)lc8EFd_i&u_Upw3DDdKC+WA5&C>87GFu4i4iHZb&*Qg=& z1F|5igniNzit#t13^$lr^6OhR2T#s}hlfecCZuMx5v&9FVdfuq=JqXq+3T+DIrKr3 z?q3PFBhQCkGwEZe+f1a8f%z~z8IpX#MTi~oVq_-k{5{uU>dEErOrBJ&AiVZs_5G}4 z5f9&*?5W;5C~LaFUuqqQt7Ug1^+zaE?$0z=-}y-Z{VC<#HE(exrdVe!wH{B+vDqB~ z6E;)srg0xc$wKQu#3`FmZ`|t&?1>OqtSFVPBp_Jg_ab1V+{N~CRH8(@zZI#h?>_i! z0N)&hi;9O5>5#XC%#;wHE(UEMA^7&?Tn~tT;1Gfm-O{%-;}@`z8^Y+L<9?DO7g7mg zb9{^_ITi9QlL(zU3>O&uYzv?bQ}^oA8@AOY8!ifq<0@YUJPerRBbX7uVoQ3)TU~5v zFRxF;tni@zAeYsO90X z5wa$zqw1dkW7OMyy>eZ};<(Xz(sumP&R&kCT{-(Qh$-#*#pxbi!1wvFxlex7?QPU3 zhC3!ENNvC;b)D^${{gv0!;HiyLhp+J*WZH#nC;9|Y3fhU(epT4bY)M!atY@@A|COxi5 zy{c4qA7JkZkyHM))qlpI$tw$fc=eKAb_EZ{#LdPSY#%w{6HEAG< z#NP=OWv6FS^Q!Hhqwjoh#RoJ>uDC8PVcFW48+R!PGI?c%gn1kFH6PD*9Z~=&ovWXy z(-q#aO$nWS#}ESU+K?Z;(+nL&%ae*UL!AY8{8o5FG0%Lpce6dF-d{jtD;e2|FE4i? zC6vMnW{fp*qhZ=j%>7i;7-CmP*WgKB=!o+1erIC)G+EcZWNDn4C?#4x`l%ZYlQn*# zz@NS+NOR)=uiZ&peBkH7|00O6gWdZ{;T(dI4PGSuC$VOwBesuk8YbL5#9oG4-G=|* z?2lA=r8wK=^J1sIr-o;sngZ>4ZGJdYbq69AUy@-%nK4CjB;8AYUVrp9jr7rdr}=ka zkHhRUzvWYpu$#1jDE236(#y^FBeGBGwWohzEiB4rw_L;%Vl!SKuC8ep#Vc!PT(98o zeHqXD_+%=%;CN+vv@DaW9YHh>jWl-u${%O8IVp7|I9i9vtxc%j*b}E%ZTqbQCZti5 zrrO-$sjBd%^VHrWj(JhH9l7m7#k)tjg;4wAn8-#iC)ZD|#m(+n6}baipN*>qF{PGl zesbia`;G2p5R0ZyyxHiu)J6T2mW=p|--K)`-N|-;H?cvWMC7u3SBNV!>WP&FP#1FD z9H5iFUEsAnhPatRwbXe3^t65~f?cPogVdAx?HhC1a}MRbq1@iCu-&Q5+@uhRl^w&4 z5xWlALT_`*x1J%0u<2E{BgK1q)2QXj^z{if4*vA2g@5Jwz9 zqtfS3wKuOopnbvN%|u3rM?SP|qN)C8{{c1ougKK8fB6rznNe;oa^L&>88z@<<#bcS zVg7c`1Nv7^H+B@qgb$5#XbUxMOM zBWz{ObjhkoyHnI1#qcezm3$X@N@^S`+)Qd}>lLVQ9m(Hi+r8=xDUR)G&X=F7Dt9=N z%+!#8mO#$Q@`M5^WLG9_s_R;3P~0{-Jm^}mn!u#~f;4OTZ*()vpE5l~6C|^JO6l;_ zscIlr0;von+lHDF)DQJq`PBWR^cwk@o5ewygY$#Q+9LAwObUwMjowOjsi=_;xeo6I z>A;22{QC`YJO{A$!U4d$>5a@-nf?~{X=Sm@@~am%rC!TTokT#VVe?`8X=1$dx*fmo z!2UOE2Y2G1YRBX1bDdj3A(umT4D|H$Wh@;)rBGSm`ZFB-KeNvNqiWl~tI&#VgPx(i zp?*UBTJA6~hI0E$4zj1_&*&%y(ceXA7Z83w7yxDicY`L%(+%OPBvsOx460r;=dX%y zJeu|@?|)v?3s1L4`3jMl*;_%h?G#RpvIoWsE=tS~{$0Qp?n*oI1=Q~GP*^0k0)F4^ zzcXvJpZ`<^qZRz2f(^ZY?;7;rdwJ+&7LQ_y8#Ep}`*BP^nWhC@lb?2e%%BIk;+&iL z*{mv*txMZ5y;!--z0MA$#cUCUM5>@XVV%n2+12W1mT=C45JP)MctP@1UYkr+t3pCxaax&$tfR4X^ zE2Jd30uK%>qy_G|a?`$}fbN`;4J&;c*Fsn{m&8YCg{&{ThQR{GDw010wic~2u`rzI(Q&>aEIUyK?8(u&U4Rm-+S)wto5vQ z*8BVG`}SIUW=nN@*d~wX)Vs z!}D%F{Tu8S3y}S|rt{0f=P+EA=a&#g)+{P5(R8SD5s1E=OioblS}K3PF*i(j%+0XzL^}f=eqa~kcQ9~{TvS0ng7i~9It|m8oJXr@0dnnFK zD$!OS-ECx!B8D%NgX-4$#!XE1Y1i;qJ_B;;HK$lrHpj#MWy964`)Jxo!-&a$8dcdi zx9S;v2b2tI1`-udC7}NAI$QEsjs5lP+_Zy)q&P^*8(@k9kEu<_RRMEwga&Xy5ZNj< zs-idgeD(;GA{u>h5P_oJiyH(u029v^(4Vglamlz=8>yY$giP ztayl-d&NH_#kQQXpgt}*5-}?N+mr&>D59ENojaO39S5texEn$cF5^;1wT~BX5|b{e z{M$$^=^;acTjVX>l?~-8K$)-e;LcXU(;(2!GxDw%d7e)VjgmuL3UX3zO;67d12p9L zDU)-NE;&gbNC2xg*g3@-A=fj_RjaO3QTqOI$~@P|oGFzC+L$~+JhR*ZgvHe%I%`EC z;tdyJ;a#D2<$TTDx0-}Ad>HEsLHhW9W|?vW-t8pfYBK!PJo% zG#yLd!rDTJJpp`b)5irE$jHt^_6_S3-#uUwjg2ib8l74Ieb3sXEXjN(d=IATUlE0H zovXaY>AReL!_nOmV&?rz)Xmrp1f+F7IyQU02!H=U90OcJs7)d|C)3@o^m-G^f)Z|C z*Om9Ez?h3AfB+IuY%8sp^<;A6tWDj=xTDwMi@k`d1A74D~4-!er6hexY;4~ZqXFGf&=jay&iovqIX`xrC#bXqVq*nMkA>0bd~*) z>W8pw^!m@bo`Z3W3hYADlNQ`iuHykov0;D>27jOU~ddEee~l3E9$NLEEd=&HQj$rV7cx5WEi>YiM8g z8eC1jc0?~1MayvTFXC7}fEhfx5&||Xw&UKvY%Ct=wajAqQT#TWTCxk}JI(&EMgD9D zCm?LZEio~_lo=A-)~nDfNBvRRjins+3+`vrq1i1sH~K0V6^Vr)K(mCRkC?V9{h=3# zw{`Z(yDpgp*6xVDxioN+am7YkT-T1P1KN*jLb+Z?x!^w5iqS{^D)L0QiUOe*r5_|= z(O33|_9Avctc*3voRmt6hNm*42&2RLU4oW*^FAO%=sqR2Nuw`~AI=S~V3gTIiuBDC z;m(nIn^F0Y$f%FUvhQIW2@lPpJ*o=kuDcZCQmSeK*B>jSePxdGJw~I)df1}xkbhle zbD;mFDe1!}(MgW25QPselF9*M=(b-1^czt=%+nO-cg&k^_)p=zMN8H{F@5r^NTBZ3 z(Qtr&fw|XO0w-mti6E=SOz$@(%N^kGT4)-3zAw8@rbl3G<)leiMJLcPCWY5vo)6Ni36wWz)Khb|^$b z715X)p8C|v@2FwF3vsZz2TLyAVo|e=IYI(hrepQ^0s3L`iUd6=b*~Z+Z zofJ4_t;gMfeMeqg>Ni|n?KS8>M3UM$`wI2b$)|TRz3Rq)G3G*KpC?SP^ z&W_SXoQSoF`r54vUUv>`70}`7>XHa4^Pc4MBr2yBQN$&IbMc`;Arz4gFAdUIqbTmM z9#xG24kz)|#mo-0!J=Fgc^;uyAFGSrP7!mBHkyzIXj*L!xo`4$1x~c7o|3p7`W$8Y zEnO}&3N(`1jAnPJ$mI%qj8wjIKxHAC&JAMT897w={IM{=e;kXW z1lwXnleyC4ugZsB`|PmzQ%>xsrIzd$ifs}{J?QBEEN!RT@Vi`BA0?(g)$S2Z-3l!y zC7~-3tmA;r=_XNH8Qf$&Q`6MByqeIuLQ3XZKF;xcjzJZ!k@{JU66K_zOSHX^_E`&| zxiUuC=M~6;V7tAB_zZU_I$W`Wvm?$8ctN>&u{&cp!3dMg@G#c2xN>a2&660kC_Wo_ zul6QG=x7GWfUdA-~T_J~v@lKWt6k{41)CL`I zpR|L$4vOaGT|sZU8flw>r*KyH#My!ba`48)o7X=I$nv~Y2bNueL@qH|V}4dvds8I* z1TGx?*F$8NcG$mg9Ug5x1uY8Lhjh?@_J6)wD&#y@SP*y3fcJfCfMjn@ol`!cs*hb5 z2K6X-LWSSEOEhZ1E+3>R9g6@%2GsOlR#Pv6&!(Gax=*F>A2z zfJX;2f;|AbdC?M9;eM7{3Xw@{t6qPZK$@xkRT*P~;ci*wTUOJrq1WK*xV9J))E1Y} z3SBMfG%Ui^Ff+2eOWzI2gd+*#UZ!~Wd?!K!kdbAb-Z~YG8)00kIn434{`n74%8R=- zMiH6u!9PzPARb(yyeSx#FabEOTS;KE2bi1)y9#W%|bTF_SHBUIUupq`{Dd&v^? ziBe>23d?eP4!kefARlti9BP=e-)S5(Xz$G1m_S>d**OYr<2~9XZ#39vi)NvAJtEuA6`RA9!M{ZDE<L#g73hYj=ISMWC5hAb7w0Ro6IntQ|(>`SiSBx0ur5X$Sp7b74 zQLMBp?8g86Wrl^bi_1mj|I*~_*A*+=jXU(Uxo?*u?vID>nz_mvnWh;LaFC#v;4s7PU9p0tKfn zMoZpreoO}a?y37W@2=u}9OPmO24v7UST?FnG*_OkOa~gi`D*H_o(~2+EIM0#OB-Gk zUeJa%S}s_#9_emVa%k>0$+d-k>TQpMphw)CQ>NJ=b;a?Jz+8W$ z_-K(Z|9N;^{;%P2BdN-cNF6V{eYsgWB;*;Vec1umXHLd?5Ytdk%p|G>@ptGoO1IR$ zES}aHop)lnmvZH?kgl#?)Mr|fxtVR$2a>K%oG*G5FAv1&x7|@h1eR|-H~Eg+(_XR| zDt%#C+T$|q+5UZ-)#lX4nR#{-e)}#HoKeEZ{o>@2GVaXq0-5kb0#a1uKjTv@%RbPg zu-;x^)Oxv*OE?y^a!G8uYUoL&+Xb-TF7vVL=g}E%8yP0M5Ci?@BwCc@tfL2(0g-7E zZwZZCgkaU_Ty$crt-cx4X!5?ZY|^p8NoFtVf9eB^XX6+j<{_KB0y)`{PLNTfHh)T| z5d;o}?)7q-0TcZD&KzF~F+v?d)Uen7MbU2N)bA+BC672f3KME9y@EwZXgX3m0&mrX zDQUsCt`~7fRp7C3PI{RQnV#(>igXgmd3M}XRy;|CDE}XcgFK*S_~1ur2un&dI#1YV zKma3{Jj0{*X-YI&T8a^?nA@WUF1zQt(dg2nzhXu6$#0;5TC|X3>OLCWC*78H%sZkk z^FcYrAuVqgevwSHcJ;e7V?OUNIASQG`kPPY$mXIu@gt0wn2X#EpWoW(UVeyg?O=fS zAx^unwRL=5@TieM@rzwpCjdH6@Cbe40ZL= z08*=q&PApdZ=@FPfv1N`mYpi+RXN;X;@*MXGA}bOQQ8{hoH^w(@aR=dRFf*rhK#$~Ki3WuK4bfA*((fl7!W1+f}9AmyV*b_P8+K~~0n#*`AC9+lo_{|5fwD1U4-iri~78lCfe#dtnm zknor?Xeibd=?uFW@SqMuwc2IsU%ny#1Gk)ijGN|v;bv}{4Ww8o+4J_N%)lZaDkazy zppkhXicsXJcz5CI=+RG25mX2%Q~^rX;`iaQP)cC|hW22?ArxwG9?t&+e9(XbG=6|) zJmVS~_+JG4yWQJhNSOaD0RKN}rr4Sa@ZJ)9(A6!wMI)@}hMmEND>p~23Q0k8bc=lg4YaGCQQ!c8=}%i{AXhx`xs zqlz~bwUDn}9N4CzIwS~^3Pw2Ap%|RwP!NW{U;r50u57!{7sXP9wk*dC`>o{QKUpI* zRplMBXw!m&uegs{U7XX)h}%L4yxsj=E?%(1d0Nzf$Nqe%-$9v-IKF!gZoqPbCY;^5 z@)pznq)5W1amCaH%-w)#xfZg8#`@-)(wdwX;o$@ZN2g{6ZxODEQZSBPMx{EAb>k}` z>T`51jKPuc)I|)e6^A%I(Z{X1xSB#vyI3ZZmKky2QGE_#{^2f=I^DF-m9G)WZz|I# zb@1@z-xf7f;PKm%Z{3<6LU+LD+Rk#pw_8o^R9V+;1&OckTi*S(*B~hWwAWB-|LirS zH+Gu#AKutLH^G`)_ULbCs`W}sf_rV{$Seu^G*q^yElHQG*(E@ zqtDC~5xF`jZx7s`sx@)!RO_}>5`|%Y6rw6e?QszL=10x*KG5nw|D*4h`;DLC$l&df zRk1BmbVtvA+xL4Pn>jwG&GN7}GJV9K#lt0b$1j=4BX;?tl8qj<02PbGWLyNy+cMtI+bH++|Y*usC;rlLgj=6$B3 zPlvEa3ulFLvm)coMwT~Zh2h7AwmZSKsUwnxnd$Z*IU-NryH)EXNM-I3sAyLtGUdLa zHqBblpFM%Zn*)7TrEB?rc#coS*rzT0Co^%{PGl5cGw^*GL(ZFp)~rn zR_pg@=e9n9t4nm6Wc>I zEpOBY!2Po`3p!K)UcA^In&}L7_OUcI+<@^8C_yH)HLqznzF>c0NdvEPbfQM6G4gWj zRS)sr+2$OyKBM<@OJ3kPA$0iC+RL3D#c2ET$_e!NsKY~1;usV7eY)Qd6tGhqa^h~4&_p~#DclMgdOSK#Qk^W<>XmzYS1VcMoks6Of2H2L z_|oT9;CZFY^Sai?=DCJLS~WC(pB@(+oXeV9WRCBTZ%q5SEI06jyAZ^oqAud(4VA)9 z{RIC@qEE64w=uh%0IDvZq~hM(SE}1%oC?2h;&%DlQ7~5n60~A)p`1u zIPoKyyfk+LQ4Y<_(;~CdDo@;(yKalT2tAkd(38xh$b8WkXS^rZ z46*t(C}$^$>nPGCH7qYbTRSB*loZY~C}+&`PtC?wVhxE6AwchEe`t^B3ARS+npz0{ zTw3^r3vV@$m8?PhuXqtu;eV8bfF)xP{=kL)N1@zrr zOsTubi<`U6iPw7-U>cwwA!vS3VxE}4g~ny7_d=z*!wtV5q+3@K7{qE64^+HMO&_lgP)&ujXsHmQ->yEcIWi6lC ztFdhOY)L3fS#90Wy_?(dn?!7#!qRt_zJ7nP#aKL@hWm@)xB;$x#!ep|BiOSDt*OiX z#4E@l@sMtr{D!NNa@1HLu1V_onydqP#225+hnBaD z4QcVV)y(|db+{T3b||cfvIH!O$n07+4LsQ9|n$>C)I0; zD+Iic1C$Rxh(TCAEoD+EaUftSzWeI3bc;AD#LBzRYWgkRBX1G{{7zL;1ICIICzgkr)(Petc${G@S~T=&RF7Bg<y+qyF$uw*!S`_ z{x~gqovNC-sI@msYd4G2&jn0q(o9=qp(+!T^lI3?GQ2}%^HWO?>%?Q7a%Bs_J0ax- zr9tuzg*yvsq*uF_ZNg~h=GBA!MmA+^kW4Bi(b0&R&mGm{bHU*7GrNnIo13rb2nUE5 zzR3zIFgQ%2)Bs$$`mx^ZcHiD|W20Vn)ZGJ@@VQF(!$qmTnovO6Kh>Rp@}EZc^dC<6 zP&u==a<1??m#j?;!_V0K`9J*nXu^(4piG(u<#o3nvE-;-N{7?F8{5`@An@Nu+*QtLi*xdXEJD{y`?u_f$V05}Sg{K~3C~=GF8|3_uj#J3trUj>g0)oZb z2cI1IT3_%=)HEF!6{!*=8Hl8SWc*r%Z@2QOOfyfO6Fjq1>s9ZcN7mZ00UrMRhA_M-Do@b2lh(ABxUUS*(pmbrX;__+BCzzNsq<-RRLTc#aYdffFA30}?6G&y zZ3qp%O?pMiR?QhtsPL@BJ?+$epH)Lf-=wNxg7vbkn~{UHB<_Pp`7(KDdrN!Z|kYEoEpo`I?pdXH~4|pfjOYkQr=1P z+>#EtqZZf^PgH%Q8nY!#hUFmqu$yEZG5vN0P@Z3s)@7-q0)J7zH?8~d)5!yY9nx1~ zXo>K8yAr8i%1Xn!Epr>xktbiK>VfDJ3>73^Vqt>KbD4`v+hb{!9WWXu#JpMs-kBdo zR7<`Tfy`1H7q;p@bMCA1DtJvQzn}z-&`*QmUgg--<9HiN#aph3tmKYa8P(q3U1231 z!PPx?vWWl6;J}-I%HV+TpYk^>iH)4`qe!}z#D&u_zE6jG5C5K5>dxIS-Y*{Nn~&xJ z|F^XL>*A`+2Nh-c1z-PPF~Rz~(6R|6%vUHH@-uE=Yx~~-*4DDMeASZ~p6!di2fb{Blw0dCBX=Go} zdkunDnP>z)q0d_I$fQ@EgjI@>?7@l>-bb9-DcMn?fS~(O(QY!?@Bt@mS*xDZ-3xs?|MK~>GxzC3oJUuc2gcZg@vCojT$Z*N1fb&>b|khVy* zin48GGzAnqJg|gJ5d;eggS|#L;VT|yd7GAYevnHiyke6&+3)uu#%m)F&QRk_Ej{@} zHv$pQlI>XxH7W?m{05&%gtqjM9r@*~Q!Bo>X-L+{eJ)TA-OrR%={L{-AV_|r zgaqnI51RD|Ty}adwnWKM@#-r*s)q8X!5waB`o6G)Pe5LC;rn<+InHiZby7&G0&MB+ zd!5I>F7qx5vxrOX=N+?5?%&h7T54<^YvW(l2X!2ee|wF7saA@aVM<$x7tHgl==HB| zOFGjeKq^(4ipnV-kg81~{$=t1-Tw!AAZ&6p6dzmVefp7y(M={HMd zqSDH$rMRO5UG;;ma)-f{^mLVJZl}(Tf8Xco9kVeN=l7Kt_{!gTWGZX!Jq@DQVtEgV zk+J)Fd`3nsj_RGp{z7qwEsR#;6HkClS$OeuD)nIv$%T}MbR~pKLiP%VOnp)ie3{>~ z6r)tZ5U0{K9C2YSVZoXJiAMef@z^hT?WHQ)#?%yZZ$quTEsK_-LV-8MThQoM31nT| zI!#0)U`mI5JHMaJbics&2o>ZOr3!Y<`cMm3V@(+4q9#sOjDhxS*ANAyO$WT=8<6VR z9)aZivP($?N2xXboFAio;+zPv=s6N+;YZC`cV#Ys(e7!C@T)d@+WFXDLtpX~wDA;wX`GGv zxZ^S4QaXygcX-BsE?p9ToKBT=2dm%GR48J80mAi6Gnp|yDszNhM!=)xs~1`QEc9VT zzu)(qst*00z05&-*>BSmA(&V_^wScP=}4ORZB4e?TV+s1Th;u*Ibrd-rL_1S^Kn*h zvua-iyUO)D9-{!_;}W&Ka+=&yNmI$35>*g>iJa_{b~zL&?KCib!q1l#_<;;k+Ipxm zMdZXAx8&Fuf;UKlq?7u^98(b4*0Iq_O%}0kP1|S{=@r1C8!a<-Vat_jyPB}D5_R?A z3NsjMEfVGl&jtA^1-_ysW`vp``@pr}0}MeQ-J~mCO#<(~8je>B!uuB) z-Z10@{udF%r6#in1sCv~=_d}~Zj%oSdXmfyX+=Icle$sjCIn)=LBN29))9NVf;Vo~Eo(Y04ID><$hk>M%|q z`TLID1-emCmW<_&DrJtgS%}M9y7OVtr&Zj|e?H!*(IQ`-}vsS6B3- zN9r7HPiWR`wOA9`mL~Dp^UsK+t~N>oBQCJOBXnU03F@VMIZ?^oeOmp2VY_nqmwYTP z(a*s>5@Qqu>~_e;lf0xn`1`+h2WVi(N^C78MQg=CwQo`ASXx`vD!wL!4jokS8@=xw z^xbZ(RQsZGqH>7TN&M`QYW}pmZxDxBl+v$cxya>bpzm#n{&Ct=k+ z`C@S9cG1!hLHvw0b**1+@k3CR$1uWePTVJR^gt;2hP``$u5roy3n|?@bykepD`fLT zLFeKV5}}tladr=e&M6rf;7TXPkK|BLbE2O0&9OZ^?`}@Rq1QgxpJ>ngHQz*dltZ$3 zt`-uMpvHvlh66#n++xBqW-jn1C1sMAfNavoX$%mT^fR6C`IF`Js;#9cKr|FjRoTCO z8MdQw(-f5}vSZsgvZgz3tTs84no-f%WfOkwJs-Pyt0k1QZtz!kOrLNBVSB9S^_3W@E$~nE-X1m*Dt3@ zedpYlf)WIRK7jg%;T`%FdrEmQd>2VU+GzA(C%Q27_!3e@IpzW%S>9isIfO?}7yZH5fGx--875yx*-y0i~HWUsAuH`lVWwVF})HOMF0 zVTC23Ym7C@hb~{g6u&ANvg_UmSiwG8@*BQ(K5Racl97?=4w5rN8CgGyEjPH$H!W*a z&2!?Y*Xde!F$+=IqNX&dzoO_MgU?syPYgZl>s;S$L`kLiQs`VYjn+k_X+oK9l9}eS z{JbsmX&ie3%V3W!S{E7GBZJrn!fQE6$S1!eVeBTUo|&>M@L)QBzp0kg2V}09J??e> zIThg41*9L*t$-=OTUG0g)$c!=2#VZF^}pVAbnW|HN1MSlLR%7CHkR)_5AMS21d%@L zWoZv6Y1hYLGgaJr&lKs`0mp^>j^-tVGCuNnBv3q=_?kSyQ+FxmZ>vO^NS8 z!PScZB`I$2;<9M}R_WrJfW4>aDu&#LG@|M0=;c7larIJ^lOnWVsQn9zRpj2et)uy~ zV0TYPHOB+CULrK+pSDz0qqkESRi@%D#l}N-GtAD_$5(2dtcLtv zeYanWw~I%>iOE}nwi6JUZ5rEzQxgT%jX!s0L=Xf=>T9#<(OG^KKJvI*WwF^!$u@SB zUP5;M|6F7d|Hs^N{O2M|5}yr{Ti&!w1bo(zpTNd12OyrBl9%Ns#}($UYXBfy%Em-B!fmh;GqPz$ZgqBzb2+jM2zesYB! zt}whw1$vNRXCCni2-SM?rSUNmOeAC{@J4_*aMKugJwB)qDw`diR8`+709#!<<723Y z?Aud_c-$V*|6~+3E}>ExBQ&iKW`jSmC_|X~?3#W*8#I+58K&faVfrmMw!NI|wLo~8 zm}yzqBM-FgA;CA;;x%R=My9DC<3W?(L}t<E|8pN2FMAN6rlY4KF( z`&;{`>8U_%gwRes+Q`xo)I1m=-tNBMR&6LFwTYA`^^BvU6ZD9HdqkBJs$K6f_=SM# zu8XmJ0#XlHY@&|25Hh)JeC#&DQ|zy0_8) z+(MOW9-mXBrBO%>LydnE1MtMx9DC|{F66o>0a(R%N4=`}{0R@7>}dZN2SK9#hJ#>8 zCi{<`2oTYKts$fzq^U+w$`bXqPYa}WOK`j-A!hW(zc++cQB zvund#T*B=f*!Ohea<^2c!o*_)5c55|l3*xc#{5P&BE9|)BtKA>+92d;>zD@VwIc8# zfd#|xL*#TFa2}@3({DZycHqYRdWXV57>c%4AHs(MEt*g>$zK2Aygs?7^lAo?0s`}z zH_)&PH~9Y8D^=P_>0QScCM->1)C}E7zM-=5h`~YuR(#{fgAJySw%tB?P3a22C*H{j zx9^7pOi$!))IAzOwL^=5(P@)H7Xo)gmmbu-VX|%DgH@0PO=I&$C=vkF6q42L$m2(TbGWRCV=R^QphJw!PK@tnK7g^|==P1=p zvJvuj9!%t(5BrLR1xwfDGxEL;Je`Kx+5( z2|XSSw*7)n=r?&+egF?sz_wFSAqw4T?rd(deC_KHU|PleNg40Bq*FoA!`$Q4m6UJY z7O1oc33O_x>wb+=Kau;~es9YWsPuNq{w;1stB3fV^K41qOmiMd4H)p+of)rwC^0Z# zWOJjR0tEoxn}w`o688PN%pR*GC^bRuW)Sgm7fs=G^>}+A*?xicP5=mlV@??JiQ^}w zsiwa8ISQARVH_LCHTBbtVQ2Pe5rhN$O|r2dr*b|pl7GC%>G006_?HVL0&x8`On8-U7Pekr%a+_ac6$-*=n^rAq7s&&bEh!7v_)#!-K%lHl zWNM6XJ{w^^xSj}Z%edpD+kI+uC*d(8!>dfJa_Uf%p>Ne5&ptA= z3y+J~8Im1S6;DyVin(2ZmD(x&HlyD|{q3SHKjpbr<)n<16Wu@B*_0{v`0|;{YRCYX`Gq6Y~yFIszC0oTtVh51C1*`B^Nr80QHKX@zu!G1@Sa zTmR>H_J7mIZAlG|dTT)Y-#%{V7U%YV>*KcG3lSubOyvGwsJ#6f#Yl^U`HzMeAoiyr z_MMIZnW!0cY(t}D4dC8|SXm_Vzh~FD$X^x;h+_;O8J2gzrj;nU&@%@`sD_Nc=80q6 zX~u5W#Y7L~x5WJ`I$)}QiVkSxPjsfl-fBvc^_<+N%ABB@Je8!t=fJAvGsAzb@TFSM za$0V5O6r0zf-?}LUP)3FM?Az0aj7DTRLCcJL1M=+!}|6rgxQUAQ;yT^124%hqGW@? z!Rw&~>y^%SV{%Ki&%_e_tY;oYUy5SCL&DV2`u9;Ux=ZGtO}7e&ti*nt{XK~rTjsrI z0umM@Z?5ZZ#^NZqKsTlD)ZJRvUgO%2_qDMFFwE^kKYcr&Y)B_oO9)O`a<5%F)o=s| zE}X)gCJfr*hymKlF+7*Ti?3hwKp18e6h%;pqR+pyUcjVS-{Z{_EsBqwo|M5u@H0NT zc~xc&mR&nr0jz@g!2vESg)Gx85**oT-DiTrGc;E&fiS5Dd%A&ejMt`l`eVUmz+0H& zJs$hhJAaiU0WhTn#GYL6shh9J?%;0sm@pLM>M&cNwZJ$rRbmWdMgw1*SASdZylkJ` zJPRJfScom3?EBL;_RDYs3vGUZv`w){g`au3CbcO8+2O*pN&4iFOV@Lh^gz^cqhu$q zwADGr)qGGV-FfGSTqb!zQ&dZOz8q^A95HK#(U5#TTmhWPu~5na48`1pYkg3>`z`D{xb_`2pRi) zht#VX9t578;?L>%UsDk3Mp0Kb8l#8ze>jHz;T^gGk``;Q`p!@a{#EB!gN589<^bd_ zgLx+zK%4Pb8iD??-zw-&ztxQ?3B_(0QQyhYbCT9z18?y30J~}Z34nD1^QEVofp$8w zd@{aIM@VttR<7!Wv37T-CTB#x)*KeSx=ryBMf-j8o~^2E;)w_szHupiBSfCL$8M3< zg0=79HzTOcSr}xT(qAI>_BTZ0SSx8#afumYr85uhxFZksxF-)%xzd56dy)<6UFiT{ zt!+K_ts!hB+{j~pPYHfNk7b-^r#=i1^$ZeX!b!&zWtJbyj0p@8JANB3wRDMzhe<<> zh;V|V9w*TIkUmC-#-xF}5uoun?-#p@^k>15>fdU!IWoB6X zF?OZ1iWI}r6!u#AQe5Us0TuS^ncf5y7n=niX=Os=S5luZxhb{d^_`5o>m8x@IHP6K zrZ;=4o8)5!q4lBOsu?4qHja{$Vjs1cY!*!_ROcx2;xqk@6#rM>{GB06i-h@)`WEyr zLll``^^IaL%S$zyX&}YPz1QP^z;X8*NLs*I4u;_k;kU(+X!XK}o>N>GN z1x#Ua2fv{+DXk6~(h?r`>r40k3aU9dIjimFbjeJ5#?hicVAIEf9Y5`0*5lt<&J(^L zCQ7ssgDsw}tFrNs-F0qcMk)Y3)^6%qQxf!4d?ot*mpp zI2E{UiQ|YidTgGK^vaR+#nMrAh*UNA0C(^mGa{4&Z9<~|kWQ_PhsdbRM{vs|9^XpTd{>Eo%~*} z<*&aOS^3QxNYeS zV~^bIyZ!7r1TbII4^(D@pP>mfrwOa_OVN0BXF&{eEgU;(RpOn1Me;FH4?j#Ki?Z!xQ&}#;3n|91DVxp+s|Uy=_%6pwE7H9lStHh(!6PJ+5f7OgZ|#2?^OQF5Y5~>QU*%9~=i&DM zx@0~DX^BET&SUqdA8|>V7E0QbPe@p$WcfGK;gMm|4sOSMZF^oAcs*4@Fb%wnJY&** zBpcRB{b)X*c~)H76TZrLA0uPk+0rDO`SIsx9aPIg*dTAX*_a#RdsnzZn$@a9ay&Jj zUN;}yks;tABJOLacCNsvjdkZfzBYmcHiGyn3096`-$pU|a=hNnE| z;Fat8IXi)+{;LidEs~Ov??f6aVW&4=3trKh4ScC*7F|B1x*#M=Qhe2O-e5-k1y0AC z4l>J<7YJel>tl}#wrmJ%`I6iBJ#x^?^AN8G&w{T!c1(`RVFP%{Zt0e1B&q!Dz_pV(WDig4Pjt! z4r8>R$^V|o@70zn2-P&>Q(E*e2~U_(?@FH)JidFke6u-p?B9ppf+!?jVM32L;U|TbsX}0DF&=zpiIp9EcNWFn~d#&isSE|y!r{+(+ zs&aD7#BGi=29@T1mZMB)SEr}linomWSDyb8V(h7(ON(IF7nB+64$+3Uv*Oj~}?CYyHSen5Ck^}Oepw**Zp9kYHLjnCg z2q895Gp+MW&d|Qr;pRKq%@kj;4uEr|sEO%6P+d0h2AmANg#d7ec@>#rD?qw!+>u%E zQ?29ObY}V9)EA8|U7stZF*Ri~N^0mU05JWysbv;;C`_grkWbEhK7P{j?)+k0pN1<$ z!?Zh@n2ZK%QXBn4)yx(zKMGwdI6p=26^|b}Vkq(P4@VB_c1f9@+VYVGN0DG^aM7vJ zf{6o}!M`DSVYfOxk7DpFTc?%jotlm7*E-_(1#R#mvc!AiX|R z#CjI#-lA`9kaG0|{&Cy`O=I%SQ>wQ;%plqf6`kpc!v@@ykP1{3e?c=nv5f)UDG&gk z@|F1Di=92JL(T`~y7mw3jL*&1=s>ky^gT#L1 z_Y|Rn_~^}v&|&%r=gwPs?w=O z1{-;n9i4<)FZY2v0F;T4Sqd&J`ttNEj%tSh8DSQjblVl>lRf7|ywnw?ehr&MXr0S( z=E()~R*g{`?r#wd@sz$3u>q7(l!Yi!3|?8XMc<|QS-31EuC@x)hCUIM~0tU|J z>OAiKnHdY-{AQWe+J@P3RJVh;ywhenr8HNnpLJ!%^n%`XCENHf&e%cicjHj5+S=zF zzJua&!@_^ct*YQYDv>shhDGpCyTA=*CEB|)A=~MgSA_O(>`IUj0&NDMFhz+1DG0Sr zIl2d*7sJ`)O`~_FHiUZJ)k6lgaq#3|&B#_fWCpFi>{)$F1#mjA3=B;1`*=!3L2Ob9 zxN+@;!D;P{Zk~Kk;wr4@X15pEB<|_#sweFYjfXh1j`6I7x%7%G{@Mv(rhnWC(|>kC zqL>XbIRql;-s`TjgO%&4JKG%2E?!kyzFIe9LT|^W$}v_4^Az`DdT5$o{e$tLo*YG) zvbX3v^fT%#63l($3c@3PLE(n>QYFf`r9_AIlwOzjSFL_WOQ8wK<35^Exn+Hk#>4&$ z{OGyOGZTrRTR{b?4~%R&`svR0Gr$mdl!pS<$?P@@y52J26G2XEj>!t}TWOQOF7^6? z&aUSC?Ypl33M3mG4}-7{DA+}tAfKSq$9ZwcmX?K5Pi`U{=IyXbV7=^n$y>gfSf?j<1?@b+wzalsa?CH_=q|{msmthn zLo1c649d2Eg8`1^%Vt}52bs(*Z2S2^c4sl1S+AdUr{Fn#Yt_0pLm6JR`d0?QFHe@@ zO?iDW`QL)&I6u~0^PsD1f4Bd{gO1YodD?Ed39{+PNp(*h=CShf_Urh3`q2UW{~_9iQsjdi>!j9Gt-2YD7K{ z--t*P?d~84%5GTh+cWxH+|I919&c#SIv= z4=cXokJy0z_WBm+pX*!kGJNv)$zEhWHEkUZa~U?XYMAY@5>n=JY_r|PW+4$b_5t~i zwiX{e7f|EQNgu}~;%>`{4<0`k)Yfo3Zt5|cvyS= zNh7_{fotG6a;1B89N?kbCISWlPnK(6y#riQ1}u1H<>&BrEci+7Cx!(UgL&MFpKr&1 zs|l#cyDk3=xKG>ssR`O9r~%U@?M{0?RWuv0vwH%Lg9Xr_p!x9|pDhJ@T#-I=7(wid z&ZU&4I)dm9F{8VQtK@2xo#wCi9~uvo_fMn<0zG7ZX>dUnf7f_^%WjNLFS^=vt0?tj zWx{*i_Nd7y%Ucxn972A$&!9#6Q@f*oGBmg#+V0kqHXHfoWD|RQ5&c z6lE(KIL;R+MSEe~G-bwse7#jV%ASWSP054Xal}b?7bOZCFsNB|jA& z#_xYVHHCQ4el;s1gwkoZ8oI*Vq=G|20yeRP z@k%U%2mn^>j~kFua(}RX4A&E*>myl?oI?8J+VdmyyShxziRlUb!#$s}EN2#+PoLTt zrX-op-;8{TJpP7)0`J{2AJyDDrJvTd(nfE>vB|cQ_^Vf!<ioZ+G5?Ti^CL?0ibz=j5(*=5N+yN1Y+PcS^uR#tTSDnTaZsKv8WB7kpNq zw`P_y9Nd4H9g%et9N*I$*a5xKjd+>!{FF@T1@LmVc`>B)k)KxG;{B*DOI}~c+NC3O ze3#!Yw)W;>cR=7rXtZw;qyPTQy|d}fyBGSozB{cy2lnxC?O?tge9C4;V?T=uu}FkG zSDo8Ez8&lDP2Tl2(8sc26Q@i|wIf7k{G5eWzHbXQ{G@A7OV*g-d9bqrNrVy_;2MTA zXr=>SaEPd8F0+lN&hfoQRoEBuUdmMDQ%A7ty1eybLX|{>rbEdCZOxbI?A{++*O;T% zK?cO)Wt<(hPV^MabA(>!1b?It&RR5!l^-xU78;4tu4(RPPUZJ`x7~~>U!`>sZc2K+b}v%bVmT(~b@*UMr_)CDDs;>8+)}ncs8n)5pTesgF#OkKcG$t?~D+y<}4qUdlZmJ)G1{W?i)DeBJNl zvh|VSRXP|KQ4qg<{z&Tmzh=~L6Kh-e3dVcZ{gI+GlG zM9q{{a(R~z?jPOQo)LVJyL`|CA!2bq?jP*m9&}m-s$gF|z9HW1Wn6j02giOp)gX~e zGD_ZBB-o{TLnb)~I8)QHTHcD_b1KKrwk082wCYZInq~LiJ)n8yie#=R>gLc}T4A)! z{Ba9g3S@o~UVyy4z>6{&mfrY$)=U@k7Dp)H<&Mm;kpAT{t1C3QK>PNdlU^Y_J@dN# zI&;s7;324>*_U(88?^mcz$HXCjwcp7HU?oBCEx(ZRXWG$ZoHO)Jt15!yY5HMfvBsP zbGN&=3m3nabqOq;uOdYD?--=QwrJrk7@QXSVSUi<%){1u3nI!L5B)#OeE7<48ofJD z`}B$AH`eRVo=UY@&(uDD=Lwp*)vXnIgdHn0+ek*b`^uj`F13`B-@nVhc8fe|%Ryb! zGUw}&3Av`X%4*+Xa`jMNLmhapx_ zh+^&m)+1{UXLiheY-wjbfsfgiDHo;juh@IvVs3&M-S=w( z9@7TZ9TW+Q%#}ib&}*e--*jETgfWYzZpNr{{`-k!H14+UW6|>wXDq2k`dz4$*HSF~ z4^GW4V;)wqRU|uK@ zZnzD(v)1eX?g1bT@&sF!HF6O0&-i) z&Vb5DYZlU-4tkF3p3qI)esQ)$WNkJsd4+Mpk~PCMX^7t7`u3fph$?%G_-!PK4Vc?fPO%}A+)UR)L8Pf zD@Zcrh~);K<%{=bi|VV9t?AhjXF;o+T@kEEj2}`wD<6Eo1Dvk!98H;m`;PCIVOE#- z-*JIfms=j`J~q8GP-9sJr?`(PyudTwW`iCxp<*fAgjDXg&c&cEjY1#7enG!YDU2`( zMb=*W;Qh9zpG}@5BdF&D>OWFfK;ebJ;cYEg=TRQFoV=vd`Ty&mTvY3x&@G@%n+X4MKz#EMc;>M{9weEk1tqvnr zF)w+tB%VT+sUb4Vt^WDGH>^iKKG-2(4=}+IxG(%fMfvrepeP$H>)oOODLEKJz0d~X9MV67VvE@qSwG4PjXh0@xyS__-uk%esUK+P2NF{<+N6EpUUPYJtNtryM)dVV z3tlgYpZP;}{_?5T4CE=4sg7W+#au`fXVp?=5k$2R>Js!Bd-Isb@w+Jg9hm*YJYe9! z8Km{%MSBsSKLftq3z#lDRdbUCR%YE3_QDVKpeV?JvQ3sUHt+XuAP#slX#b9qH`s>t z{a);w>V!0L9gocW3o^m)$*|y}nm&(w27c5)D*)r8h5BGBOhYObA-ouYfH(2`B)pO1 z-WV@~?MKdV`N)+%Xh)7CKh5RV=`7Hbde;dzWg*ptzFZ)>Eoixon z$l3af6(e3#WnB@2&cVGhsakNKtBw6WN~ZgL^5zj)sgasG%7JPZjDx|?T zO6ckEr@_hSmoP8#l#hc)TAR;^5AGbau#Mm7xZ{d0rwK~P%svwBoTw&_?%$)2P0b}5 zb-M2MS2BJf$3cRi{#@NZK)iwE)oHweAg=y|)zUjeoO!ATM@a z2ouR#{1U7$3xBFeEVzl^%LCF(zo24}5g(L8UaS zkZ7*L9$}+E=gWK~5xKsAle~-dBI_oq3#5m93(S{cb^(#n&cJKP}JQL3a=1FjBt&oaWg7=pq^`%;BAi!Z?AG}>7ev|6)TXN&*xiS^dq>iXvrqKy`v6X_&4>Kv3tcH*cbrSj{1CI0j#nW7xP0 zaO?Rr#?gelF{y#NhTcqmA{$CBwjJAWto7m2Xjp9Q>DhyT(wmyiZ3k3&pm$|FZm)x? zd3*IVJrqxo?Y7NMq~ntM!94;!bsq}Wl1xK1WwXb`T%}9I;(ln2Ib}d?@AGO-vQ>cf z#z0zVc6F6a6>|OJ)>9ufwZ-*Bb$WY?yaMx3&EQ^@SVlSDV2oLSN({5)el`&YsO0$> z!MKoxKFW84_J@KYTqNjc;u!nG+ccUCg0w3P@U`801gBZo`aRvUVZC7N@TOW-o#PirVo zGgqj@@9PKK*HtWjh`n{AyP;My_IQ6%RoXg|CR;uh&b*l4{DZX_ zqxxH5e-`KY&Pe|dfoI3Zfc(WzxEagNOpqj?9+9Z7ve}PYsP5H65%T_gxVU)mqoLV$ z3f!h+zBso042$f6H*r1PEgFlPh0c8w9LALh?70kQPfrSttb#(NZO}D-3L%S(`ywnM zxFs9chg7+-#UNp%fS+Bb1$w*leE8w3y5{(oqu-t*wrTop7g_CjQCm6BM0zGE^?&Mj z+eR_n(9}n6zO9it?!-#QNApB_8tY=+cEy|YOg6KLZ*28HZ1g>!56`Z!+RzX8O-Bln zZ2|77_(t>ecR#fRDA{JdmGb~r*|nu~nQ#Y8Emj}0kf*88B7<;S8j5>x$rx{V+cp*n z()HPN@Tt+ekTClIl28Iv6JBTXH*cj4toD94DMrGPK*eFM9h-$_hWE5^tK*2EAGvlF zdW#+JVo<&?_12N&nT^|zGip!zW8&rFB_ONpdb}1xcQJQu*L*h>RBo+YYx5G;1AF_8 zr-}J@U*4;`pzE(Pr#4<18@bCsOn!mtG;hRc@Qka7 zs5tVvP2uI57EH5S$s7yVqd)6a-OhuWZzR5c|86-w^8@0Gz?;mfyzf%`{@vfWG9+K! zHOZs!MlQMsKKA9I^>g?#rp4u!aWm4-{!woXHk6MG&%F7j*X>92g0`=ChU7V0(#Wk8 zLgSg!3TqFA>)&7O&^%hX;RSlqx>!?3jmQ$k|K852s%q`sdcAza=IO-Ck*u-4arT%% z_mPxDJ6S|>{mgIx9>%KOT)TEk0(q@mhh2yLoPJ?*o8z_nD24WrKXuo+x}?Tfd2OG z5Ae_3pU(osZ3wjM6+TlA77ULdOO_a)go-SSjht6bc1_pr^?i$H^Ov8m;5{<5r4h$n z`}b4o!2OWq)ypIP=bMpgpro!C)CvCmVeqc!#jK~EEizLZ@J7A^jsR28Ca4xX4RM53 zU{2#$5>}9-=q+Tz^@Hah$prbc z3d0CA%wI1V{Z?TZUEXq1%aIIS(e~$#;OBP=?Lwfp&_GqfcCgL{c9?a@JZo-Iw{tR) zRb~EXC3Q(EQkVRnN`bFj?d7gnpc?x5{$dr0LAXg{B%L?d8MX9C?@^ZcXv-!lkbOOi&c4ZWrLK!gX zJ6GZwILDela%`IhoT1ik7P}DOA4Ct<9ndW?fU*{kFDUlicwBQ1KDIs8oC~+kuUWdb zb?&Ww=k`@|py~vB)mnor0y9jJ80_kI(LX@WS9;#t;W7m-QB#^=s`B+TyZjz*(dFkE zTY4~gfkBRgsupBF(@R_xp*ZvAQ<#vb!Ux3Mw^yz9Ydc$UlU?*7<;jr>S@+TRU931o zeL}A-9{XsprR_-&6M(b^sjz~y)H`Z#+@AB6>K%M_fzi*F-t(bkxMx1i=b=~YmU}dV z7(ex9TyL!(cyE2)zP`Nke3g0OI6~)``!fcRn>H&_QcT!S7^#%rP-EkmGnzCrS#I_VJW#ZeXg=Xm&T zgh|yFGok?ewSxuQARWk1dKlJA9@6;$B301)nLB4{@$$xggP+lmDJI^+wWHKVhnof~ z1tD<@?5eN*WW8w0aKcZjXg>*5KKJc?{Mbb0_^zlFCD%j=Qw(BPa7^Qrz(5?Vapv3| zm@aeX?P6G^-q8%o8;pseEB7t(<813g%0C;LHBfW+ovD);zdpO8$uy#q_|X3KafSE4 zIP%wjG3dfn&*cxKv_H9${Bf?~Zv4q&OE((kA0hVdjLS06Cw~aB&--nW1s!4^@hik$ zAzXPdy4{eamZ_3FJWrYXj+I^8=Q_yF!^FIfK>QpPNyDOT<|j#O8C@VmX)GH786v=l zT=`)Tm}9pd49GptLeb&?SnC1k{|T}X>0td>@%fLBh+u#<(OY}lbTFV>Kx>4b10eCN zga%6W0K^ZsZ^g1?K&)(J{_AHrfO5L?J>f7ga4T#?s9F;Q6pcldVCVn{41rYJNlpO% ztp4!?90%xzD~8U%3w@E|G;!433N|F?}Vx*_}b zFFaH8Tk`F_KAd4c``WS~POqnW{Onf7MzLo`i^dq4c=NN1`ZuI9kGZd}nDY*N*n~Af z%AsFB3289kB0L6UfSz75@E!#ws7D?duX`6R&La8(gC*#v4TQ{L3{b%A&T&8yXGt=U zC&+`DFdhhyA`Xz;vr3Ad;!GSbz}6Y7RCg4v#p-o`KoGN_Dva+}$`i}{XtZu<`xxm} zzQlxYflM$C-0uV|6CpQ&J5-qPbD&BxJ||96#Ai`O?lUB=i+1GQBVVAq8QEUotHId; z|8i7;VO`MM3cpnJ!pZk^Q8`(2o@th-gs~8I`+vzf=zLlPKR1f)s5<K%$1YbwdE& za&+X)Oxj{b0KWvnk6Du-?nVgJByo-<%h+b!r>ne^dp$|th$Rr>Zttjq4(NhPW#-FD zzGEr7y}R3p)oA#5&FXN&YDPM@6j(QwLZ9qdnGj6R1M3D-Ks#ov@wA8gySbf1Z(0P6 zQA~>i$^d?rl=qJt?tof_tJ7tb+>TiJ8iao#$CPo*0X1`X4 zk%1~eLF}r6bKnEpl*wS`s>y^wt;cX3K;jR#+;};EaMthVj2)!PC!Er6gG?n5Wlo1!9fHo0b$ze@!9~B5Ev0`l^P5t$|nB*)}#9O z8$Dl`*2)mkFk!I*%eV8~*gqy}Fy1@D1jTBIoSEUl<+Pwyn)*c9jDgxXS_Sq$n#tXc zadKwCGzh2(4;~{p_q;it0Lk(EqYduE`%k#!!fOM!n_t-(A@nC6q_P1z);0X0Sg{}9 zmd%%bL2?w|37fuDVeWsY7p$v3Z^u~g^%-WYj#)?Issn;IM~pPp`Rc zki3J=vLEMsqu0;f16}9q?>0bkLW6$3;JBm-CVpO>)X<>CDJAl8!bpA_L)kCKCoO;d z?Z<%m0&vIHZ4I%@?enB*{7xqSxRu-2L&;f^c?n4i1}en>%T0N= z^dsrDyIb!(zOR~nDK5$1cWDY5c#!lK-1dI^UD4?2g=Q=sHkPZK=Fx1-4uIa&8-7jWtO7P(%pmeHyZ?$ z)km6YjRl-*I}YZVz!Bu1SC8|xh_2=XK5R2naPrD*?2EK8P2ZC(E1L2sI~T}v^WUOB z@s)wm3>t3jMVH=&M+oDuHi{k#p63nK$<*l_PCx7Q7eyFmajW6!oADKgaoXWGKWR9> z+c*#E8S@oz4&R9_gx}}3!cYnNQ7LhQ(Vh}P(;q%Ium@2%Wi4{PdJbWcCoxc{BzWOG z=?Pl@;pBqIiO4(ota9-aLk1z@V*e^_yykq4oajFJlFR-XXity7bMxxfG$@v;qHD}{ ztkuG3jwSQL3eDK6#V2Zu=ozd)qzZ&7mS=gxdge<9zEl0iz99Hr0a3y=v^)rdCjdkd z;gr8bN){r^Z#{O<&zHgHQr zZ)$)(Yb ziDb2gW@krQWa-T?Fi`|gg9uv(C$EuXuee5h2V^KOP`NfRx?s|VIsJv6^^7d7z)*E> zUqiy^Qx|G(0Gn7rD;=xDvPsV{yp#U%F@-7ObENDoc$(;5zvoY`CPE&-+RMDAqhu#%xP2ZQ<6t8XAnlJVn>DHWaNDw; z$&{F#Tim$xl$K=y5cmfOiCMwn(AZ3K)^l-$s=0?N0ZzhA0G_A%_)9EWcZ{taThm4B zj{2N~w7O{Bar8NjSuuc2xY^+;j|P*U)qJZ)4#eu_iMc4F6<6iY_HIRJ#kH7h6~73r zxY|oZ@frXK)x@ujXg8NwMyG<2Jhb9kr29rR7p=JFZVA=vg8)v0m;0gm03!5#x>EB0 z-NyYPKfX4RSr(9e_@lc2UkIl8pIqx-wUN+ZxYS?Aq1iA)B#gbwvHt^=kUz0J;Aoh? z^zj2ke|Ik%to)Vs9U{Q1Rw>LZ7mCzf_*@XCXd-1Il@{}X+5-Bk!G9gQpa^>m$P1sP zfnVSKTSC9T?Y;#5r~6W}6uQa-S!m|dsa$MhDl#UCLGG(CDA|aYUj77ImZ2fr6;hwJ zg5OeGc4NF1)_^2Z_EUJiGe2`vwv|bvZLo6s^|KZ`JNHSYg}ph!W6Aw5ef_t0%hk>x zgLRn1dl)wOOV4=?5^#e_gA9EZWazQAtD~lvHVGhoDz7*`%ewAt0jSqc3Gw&nPV&}D zU=NBjRxkVCKB5Z!Q1-TvyPMv1EGye$y=ZFxheeHJGNOWX+0@#KXsmmX97$Ir@jl<;=D3O zfP<6DD~KgF9HUNRn_AFWAVPnlP{1PYYy3@7fHIU%hyEBElHLNge8*E%^_h0!EoxtS zkj^srFgd55lSyZGzbKi1%P^+Gk83yRjD;`u2jZR&%vhj1pr$sVbinGe9q_%Y`)a88 zk!_8%&Y3%6T6Sg!N3!z%i5$YVQd*}N;v{ic$X>Wvvezssn081C2~%b%PD6c9dEY;& zg$EEpWzB-OUSYQx5?NPElLE*cPX>%=aLVLaKfoMq^=Ly7f;i{kuL2pPtgIj0-5|BO zqDz+Cq19H^c%wbfGXr~1+ubO#V^lqJFFGQf5RAnROzG%nP@)V<$ai=OR7#&hG2SV3 z*TcPqSFJ0x3$NCfZ1vE<&5vq&0~;YsL56WP_k&bIZqO!5N71X3JW~>Mt7-5~*YF~E zBJL=3UcPW8un#5=ceD8;H-a?&WLhB5Fn_uD1zi8`FEyF13e`cUec$Pi#KIVx^##dl zSIpk4b^LjoTN*7k^PJ?pi!`yW4dDYGyCFyyeNteImTNqWp-rS9|9*y?T^_1qrb(O$Yd5^(HyINg^ z4B*7&Z!wjRCgN=wu(JWBO@!ojAtke$d0T%-W>Uhq*^jit`tf&y&a~nOX%n>%EIvWYb64*gX5&({?E4HPM_Po*hMzwY63{O@o2Up&+H6p%S9#+qJz#J&6J&R^KV!&x-a*GT)*o0Y`9PAT*E6hF^n7#4`ajq2|Lnqd zh|lulOPWl3(EbEiP_XOjf!aMk(EoLM{(3Gq!y;jO2yR=#>qetL(gBG46FR`rFn|5# zk^cS7GlqWi5CPEEx3|J^-e+<1JVd38q$=NJsf&_sSd)!AFcD);u16klh~IIchBsrW ziZ&zSa(6_2a^hfmH{19B5g*X#-^B+M{5w9$1FFojWFakM^%Eht&e+!RUh>7>heD)- zEe)+!h}i;hnLjej;ZH9z@$tj+eM!kNSsc#$+sfc7jsnl!P|_t|C-Vl4WXO)&?2?rr zhl1rcAEOF!n-lI^ee5`39$y!I_LCd&#)Hs@AG?&r#`xS`@5KY)@z-a&42$$78 zbCV0V?zLPU>5ANe)ZudX&SJ3(FvL0Ts9}{Piafg;`dGX9)!1Dt?CV}v+7kjI{AvX{ zxL1}@{%M#OK=K$157ZXKwK2`U{z%RJ)YS%W@vS~cA7CKhzt)xWS)p6bM742E(OX_B zr-^f_-jobDnJek;(o2DG!`;6 zJIEM!bRV*Z3VH0Mfvpp8ca8VDGb4W@aCQN+G^ciPx^#yCu4I=50Cf&DSOEDs<)M0y0$CDrC;CR1 z8p^t-O%ObNHXU|cS$3b9^qK?ll$Doi9vVbOtfEl}8{YJwUl&2X!?N#j00~JnNBbnp zP8PQJI)EZ&4u$sQsr1Wm5(yJ82qK^Pw2r{|tu~9%r{e*Y2APC=G_F{V*}386uwkFC zg01G5(RWkudek85WYUVexQi@pMGaS6iKzk8yX?S&C+{!q5}N{fkW~yRo4|bw$^b&; zya!d_#zzimg({1JN`}&5qe}B!UX*#9mUomoP2h3rBBoxX@9Y;Fv?;=@g9c2R^tEZ% z2;ur0AIfxLw8=H0&mf2(Uj5L*xwh@nq*p61q|2~$HV7Jc=0BN3wH3o=<;T;p-5q6s z*mOJ{|3sF|?H8uqF|n~@BFuffGR`H}&-nU5Lwd-6$x1BQoFv^7+%ALxpp)VuEF z6b6kS(Ou*S2=`dcmJM5|BK?a3}>84ySvyw_W|BPtx_%9T&gje%ycV%Kc+EWWSK895mE9c39o}IJiK&nQBYJ z44wj}w5YL?5wYHZ6OaBUm!1!M^J|knio63!Uy3TP~SLsZyD$Vi~8} zi}5+1yo(dHA`d&SjU9`>$yc6Iw?!8l2rrbotQQ_-NEHYq7KgQunU%fB^cIe3ZH*}5XPy8(?zbe)`TCTAmc7-Fa`^Q zG3Mc~^_noxYgMhPYJEDjdH|`+)CBr2scq_0=1P}`eRC%)UM6ZUbz_qAj+=MwISRpf zp6CMtmZp=RF%7z->R&W|*KEE2bi4aXEpHQMa~D8}p=177{4qQZWv4jrO(7Ns?ip=F zJvrDrv{;n&qmxK3H>bU1GbS&FO!9fWawSgplbX8x!uS1$L9G@_MxQC%4JR?d!PU!T zqJQvJbWlrj^#BRCrKUX7d_gZSB4Fr_QH;NWxA*;`Gw$$C{oUL`5%sM;qQiuBEDc7cI;)vFDIp z$aozsJd&GkT|+T0n4l|zYUZ0CPXQ|A438EyTTn9{av^ZSCR*66Df?CMPyNIWWkuYs&Ic) z5HOVh5TUVzjobZEen)l|1`2OXN@B|QMVxEqkBNP~Bc&qfD1X`;Oq`!&7l&$L1;7d~ zPh587djNk%&;h{n|L{ix!{f?>p%-TC{i7_eA?dESl?2n*ar1{*q?!^+%cK86qyK^t zC5!(FLDVs9Po}w~leI*wo7U!$ILXGJbm$@osoOp@KlaM|#29l8`Fnnwl7`-=CK+U=^i9iwt; zTT|9{IV4=HG#AL%Q%uz1N}{h%DhDL_`_l#Oz8t#_HbI2ZheTwrqUgXE?4wIUy-(+w zBs-W`dOvs5F8pOvOiH0O#6v(uD=+e*{ND2bsmFU`iCNFr&wZf)Ix1zTfX`wF)Wx0+ z=JyXp-S_#nv^`;Fm%~9b;0C~7=8UX;+9h+f`*BIAXee4B)FO2zCMo4)&em_)P?>mC z&dfWlGp%feGVt!SHw%?g2 zH=4xdx)}lpkdF5VE_f8hMw}VE%oSaV1e<4e%7t-cFz&_=8`8TuzMGjVEv`AxV(Y64 zs`HHU7(vEAzR_Z0SdyQgZ+qtyC%I)&Z83-JF&y$FF{3%S4QckTu=;E@t* zZy#P)6Gv2eRe6apxCl05{c7=F$0Fp!3Yu&o@yX%WcmKB3qw{y=7YOpZ{F-FcY}Y0W zS$cY&iUY-wq=hpEKqG=+6&Q2s%El<|Au2@9t}==1v`#QxmU6ck^tJk|IkzXFt8e`9 zb^NN~8~QQT|G^UlpI)&05Y*$@t(V83rCU(H?bmQEhT87w2sIH-bmO*vSKwU7z3jJO z*l}{|bwI%o4?4P&yfL85$L3^HlpJACpX%)W{OQ@16z|v7*}NbA$9r+hvyO5CQQxeA zIyzg<_h2@<4ij+{Di@L>Q)~D9`)7Sl|J za6(k77Ht+!(6zG}qp>%louq1~pc>3pR276^o zS*3p{DH0ns4H|vpl}&O#`$wUiLddt6&QVaDqQ7Jufr6@bs=xuW|Je&Vq8IHZI}DH0 zR!t4=NI_EQLdjdVP92Y!G@S|{(DKj+(MfhxQ;#U&dz)4QrR8xCj0tGyE4apiTXr0WD~nlZVs}oa;y- z5WIe}^T3QYJd&w_so_nO4Na|Q`8vU`mjCBKrX5q`r{9T=X{Z{*@S%DT;`i&)zotHr z^LM!v(EpuFCw>);!jsn_KPD1={62bxZB)e#lbLLJHDj+kj}zNuyLL{aPA6e6;&-H$ zkT)%+y*cjrl{i-u;T(yPtckyrxxeinD3Iqv=Hp*OuUlq+T~Wtu%REkr2%8xvX4womwE6EEJz^q8(6y2~a@t4boFTi&G{Y8kxF&}9CrC8 zGiF+nLf5;s;WZ3kK9(1@WElA3WOvw_*rcneB0fu2=ZTd){}6V9ylZK6>$)*&ROr_5 zsrMw3^;0)RQ?s}t3!r_A%=m>O2E?{t9ZOU*C)cOXj zo%rD?40HGVGU8@qqNEeM%~BuO;E?B-BLO1%+{1Qg1*e(pQ&ajS3cBk$QJH_|7L?31 zo2DWe2R_tZmy;yi4LOV4U(!@IzN zw`B~Fbl>SC;bu~MaE(pX*7LS_fJ9qB8fd@QPi8#cnmhjr!ozc#hN4uAW-Gd+24@Fs z+XqKrDN2-mPJXIUUMiy#KeyaWcsj&$jKTE8_5O;{L&NnB#^P!7G{F%o$cHZzvzU#(bWScIK3)prU-IpxU zxLSYllh*r)?gX!u-L?De&(5ZEhIFoZll}P`hqn&TmCH6#FLE&7zz&bl3F9Aj__Q_; zx)}9YRP)H(J03mqiJuBsWO=~^4$6`beBD0%I^^M;m(&-lh;48&^d0L6K7=GP_2Gl* z>z^(ktV%b!a_8*5=8VS(Bv8=yd2}+KKZvjKKM@QFG{|2rs{x_EYc6QH+J?Y` zX-mk%X>$A9ar9qvr15L9q=qp*dA}w{OV`_E%CaKUTzUGb=Hd~$dts3^|PTu zHR6;mp_n2cA)56h#gRSWNglGqZ@tzqnn|QQ)`hv`>5(zvD3~z$dRmg)a1cn;a5OBv((I7G4pq_}+e4p{8a6MNYzi zvPFMNYlN&GzQ%f|Ag3%!+%~Dm9;DE_{N?;Ewb(2#$*QP~=iojYCU;*|>9yu-aQ4S) zd^|1--H@Pzc^6e?L9Qlq)Bu>TA z!;j;ts#EzTY=jL{CECKG=1Z;f^6T6MnLUe4jEy;2X%(5ua!Q>N9K*D`w!=c~a`JFzO86- zd{UFzT#N}E%$BisM-uA1&sa4Kq1gDf6X@`|1RB$peWxpkPgl>xH$ZY;&xyx{aSkt zribnUTMhk;;L?x4ras=^WR9hTD(xHR!+UyNEH4OrlZ3vTmBpyl`M+p*{wS}Hy{B?> zV>+}N;yADgu-Yi^Z4TSm>-i>TyJG{3{wJ{6qD0=z6PVvV?yp_|Km{>_StARfV`h-- zuhW0=AK>vP-GZY*{#tug7U&j77>W zO^){hzIY3ILWCX;FS5u#4`h0koAZA8EbJ#Q zQVo~|8W-(tYvM6uAr-yB4I$~Zb?UZ_md{@00aBOY&Pls4NR3g;y6o?wmPH9qr5s5-xH^cfN3SM7{QOuEOQ zirH8&oIn`e_X&d9yZ6X+zKe)zh#+Rqp~H?VTOIjT-`#^+tWNCw`+_;k57xe?MNSy3 zhh33F7%5oDAkQm)L=GnJ>I!XK|NfZ>$jnB7ZK`ISc3^tm?Ka;6|H>fh_JhdR04rBx zR@70AWt{iSj|p`oX^8F)baR+C;)SpV4a@@o!XB4rsgTNC?@ok{d1HP7%|k?aAJRxc zJ*ZHeKtYPDMpDh4rb>_L^-Bm3f+bEL_2U>AOnoEWchmRl`xpc+(W9PuXrh)Gm<>;S zi@5@PaL^@zqC&g2AaIDnS;*PyA#iKr)aSECa9Bl^-zzB%T^EThE?4k$jkG`vPeDPI z<~eQxAZ+aaY-hc0Xnsvl8-1x6TJO9XRDdq?O0u~g<6fb$!PlRAP4mu~UC#@iRa zdS+~9(O1~wdhIY(%IC_BYBfzgy-TOv5}^=BZf2;pfqRb%LSU}LI`fI?Y8d3ZTF#@%-a=5QSw;%R5qh( zOe`Ni-y@XBvkb97cT*gHmOJFpiLGxy33yx^$M)orZ@>m__S>Yug-J?}DiTRK&J$MFF@t8PZ=fo{G28OXBl4fKncII5DgSp2%|PiL;I zC9Ol1Or3&>PFMRBV}-oarXjPxu|2uGO=d8+7HHhMV^KpAR^E2lu8wSMCXVPR-eM;Z zVyjz?60ij?A4Hi6Wx5M;$_T7zqLKtU)sY6i@?$42`#euW^G6MQ({!X+ld)034QC<( z8o#E%cEKvoNV5W0fEtBWryWEc%CY%=0Azf<11!D2(RT2dMAk8hcV0kq=4*AL_UGrG z+PZO`(!-y>8`P^V{$zGZro3?RO92r5%n^d|nXl7J#5yh$FP&KDzP!fN8E+Vud_hfR zlKQ&QfHUjIjh4#hS`xp*C=1!~kO#*LL^dj)hDX(Zq!sHtch0+Zibj@wE!#j{irhg_ zKw=zDoyuf`Fxb=lL4@SEuQLJ{;{GT(A-aE8azdd0l$=dkXm{6+q1UA_$0FKhFIp3t zuU3r0!kJ1WmGKY3ciSwogj2BcQkC26xQi;`EJED+liVcl=khGmA1qZ#^y4uwHMom5 zTGSlROZ0fM?+iFT=38_Xa~5n=)tRb~)9{Q$(l8BkX44^ZdS|Z^nZn;7&BFS+RJgYf z1pH^@DQV#X)u94%E}-}G38OTR;jWKL7&2vlH0C_TU(1+ESLn@ziJ8;+*2wL5FuPcJ zzhQqobMk;&pz=ox<_S|mkLsBcI@t3>l;_Ytc2UKTtEUSXO~mUWa!Zz;$Om1K)P>hl>>i~6 zFs=>nb;h^M#yNY`W-HSSbZ2x1@`@r6cC5on^9!dDaM+`_H_%xUScxI3{!df`+>Lph zguiXli?^+>kz@J%AMCw#R9w%tFxcHR?wUY=bbz3N;1&XnySqzp_du{l10+~NaCdh} z@Zj$5?!jHB`Q1D7zWdgl@4j`v_s`6FXRTh{=hQw`+iLIHU9w5`{wRMW6Y>c5yja8d zsmhH|gs8EGQAT7C#@3<*;}`^30Vn@E9^#upkIz1j!_$CXC}3=5+Bk}o;9W6JM5zi7 z9vBKFh1c`|>wmx+BTLwo6=Edly zUnA)Uttg^Sa9LkrvS6YVbP?^wAxN1Ytam5!mG0cq3o8$yGzza_%5H$=^gYb!CE(gO zfQW%k!c?8~F%7G06R__;P5D#BymM5wbCVRS>(3_kz4iqO-{Y+KKlUoX#lPFD0C|7! zRl_WVFlIozf|l~RuY#umTHWe08`Yd_Y^(!h^1NZmE7b`lf==#H;xaXuFyNb~6qTSY z9|e<^ehUF+6yMJfBN)hW{WJMnAo5&>8a_cdOP;0hbF z%|5t0mc&dhPP5uZ8#_%8vg!h$5#RlN*pb~92Ou-GnRM_G@4f)v5nU~sjIm#aqUdqP zm<-Ss)ckIFm%eJNZClyn4J1QzTZ^!b{K=C{&uq;-V4fk~H*vxA6ISW;8R(sMe6f zponx~O%pT-aH+g2Z~k>|MJ3Pw9Pt;TLdz0}+f6gkoPPZGjo&=zdCWYmmscFb zH^*;r0t}&6?a=jJ7p3-xW<{R^ox(Z+Ew?6T9CX!J^g6E{K>MGu<1`uRh<4iBn_k-B z)3l5o`P$6Y^{4exQC|pF$tD5jR{R0Gi1C6yB%!+<5+l=;?lJ(QIxa_<23yU^uj|uj zT@^*dpa_}vj7y|;lrk%Ja=;aXinEepbyy~qpT?W85yG{FCuN>-bRRB&t7>s<-}g@r zS3@ste>J2Xa`%;X2EjwtjTpoE;6lkHo8!kJdpY@sz6O6a*88mn{l_ihpX2G4-*Ri~siQJSPDsCy z^n(Qf;gC;XUFpPm$BI%P)e+dn)#+c;HV*<(4_FR@_%cjK!TB@+uUG7=s z6jR|Zmp}1}BT(F=8EIUKG<-5+@bmb4V}!AqpPaZ!z)qkxaXt;(sf(k+%IOjGvpA^$ z{*-@=fgIxA!NS0-k08Q1S(6{zBIda7lu2D1TSJCMm>X`*?wn>wBhq${R=yW@VJ-XX z8N1=7V_k*hfs4Vz+b{BVA7z6b=te#JMIc64zOKeAZLGi^Vh-a{y26ARG|tL&51IEE%h(inBVlc z0x}Vmmp&fPnvl2vuK!q0Fc$CVWI1v55}D&dRU|Iij%5AALHY=5LAnE@N)`L%N2D2{ z#YbJqOUITL#$qqfeR-EZmxzTn3eKQLO!hWt)=qxB3T?V-+PICXI#m+8}NRMftFtl1t4r9glzA+&!K?1MFvy4aajUZkXQ8F)!o zU&AxTv@o{dN*Bk58LlZLj1nuGyEf4!gU`Axr%%h8ilh0>eUrak#Nmd&gptz)e6qH~ z4mr|f>icb+b$Q0Tnn$|kWbcLIkaB9{zJ$Eh7dNq5LUhj=*%?XiSunsBI0d@Ic)euQ zJlreuy{SRLR@G;~G|S7MGOXJPMsh;P4m^W=g4PR#pB%S-mN!ciYPgwnR6&o}!d@-8t8O?gt zm?ESZvyyvTi$GwuNmCE4g!aLoxoY)2jJrs%*;I2iBGzgR=U98uHigx)qpm zMe|&)m|rw|Vot5*^2f|=2za_n&epnwtuhn0=-%^rov@8LB)vwcl4XU(Z~7=wA%9%x zfUn>&JN2TyR*n&KXY|bO=2^?)VvWRs26zMwx$+ z@7xdyDgP52^o03;_zC2yf5OvlILQC&5kJVbfALc9&zxZR3myWn;!e&*PmW!|%=8yv zCz7Zb`b*WJJtL{FMceynxqxb4fV%J=GuDI^9C% z-zt5{l40-XdBFkc=C$)Hs{Eu8$z_l%U@7R$Rt4Fz8+(UJWSks>sA*;*xM)DgXDRqb z;)ujXL?hD09A5AP(cNG5C=an5^4qEk*HCaWT{F@}jc6TH?RO?oyC1l8L@WSN^Rubo zq^4#hmj+^l77jXIgV+mPB4e_I|9Yjm7J^NarHz;C0nPH$x0{de&-VmA6Dj)iao^vP zqbo6Wt3EK?d~B{x?ZsAud++P8i10*ksbJ=ULcwhrD0oChfY5u^)2Z2T+xP|Mb0t8Ez%3qMf{T7f`fXt9Kk?fTILyBc zKY@yW4?m+BC4?0TV9lqTI0S@dBc{*ZG^u`xldZILkRO))>bI;{7B^3@(AipmpQu?j z)NHJr=yUZQDYU+;D&%+px%8^Zb@|S7-s2!JE-vmd94xKw(5Q=WbU#C0S5WE|Kxhv# zu_LN$?MZ3(pdOPDVOYKuQ{CiU(cL|Mrv+SYNO&h?QixwaGwK3A=48OqR(P2JVAy&d zid+K%#vZ*bQ6IHU+vO-MoJf0LB$p=aw0`~(Rg~Vs&Wv6O=($vd7xEyN$89!(258{( zp_`wJ`And&Lq<}9`V}buCyR}!3O*ug*OelKol&kvi=+9-L?yVzlZ%Vj(_ zHRPt;8alo${%N&dsR-y-?)YjDYHI3Dz3F^ zd8YyRK)`QG39F9zzV0cHDLFes76}jV^sNyV33{;t0*em^ud_uS$zs!yzNPQuG>)|Z znbmne#pmoW00|*8Kb2ZOWL_>QZMo-kpSa^2Qc>RU%i@b>0VFft8>Yg<^L~!nN=ILt z#ee(pFh84`fqQ?AJCYY8HRMCHJTi66*{eWaDMoD51N>GIgg|bB_!bulv43WPFGG=l zWS8XKa(>}ZSE&u2Pbm9h2_XNQC@4iL)ETQ^RU|Ytc^DZ)p1$geYpVN&?uz5IM6tY& zU9jbQewkGEhD`qOX4RDx{KNc44I!(xQ4tvNILhkI#=~HPl`XJXVt6@?i7t7a=NiyI10ex~c)cYGEqPVx;YLEsSZZQ;le_JRrBq8;Z@c24r^SS{ zNkLJZDF1#_LYI)F&acZodmo75=#=B+#g46XdKBP4KXevjvG6G?u?Ek*KA~uu167{# zM@1<)c9sn^V@FqIAB~)Hpk)k&`B174(bd=420%4M_-^XxOhqebSOL<`Bf-Srdaz8K zUZu0V7FjZAvy4Q=b@Wy1uhJ}FWPf;UV(VIi64G17XII==RtOM5`Ht2V2P~OWD{P$5 zhb0;5*LJ11`;crq6uvN(UY(d2Mds*k2dr;e9dei{Vlaz>DxKBkyryu$0zLCQH2LTl zMW)%Hqyd73IevJzE;%E^>^S0cW0I9%Gliqc=b|8kO4>??9) z4amqvuCOMH$`fq(dK%x@Sx}4{x}qs=tU`twOaki`t{3i`~}+t6MS!bpb_8 z&8A-*>3@GUc-l}h1UXslOUmgS@n-{0ETaa?+>M7R9A#`ScnK3t6}I8yEX-7wKH9O{ z2q;th`ISXR$1bbfJPrpOw=tt{QN)G5PF$&0aq9gEh= ziYrBBw{QCKn9b!kxBQY9hAh(MZiFIW-LIaj3$rGWzr^gJPt|ND(rZYMU+xLxH4BBV zi?Af)weB(#~|n!k;Q44yaxsxs2(;=Oy3udQ9=kGQbkZHWedHi!7dXNV#--&IQ4 z{!%n*0+H`s@b*{k4H3*6P2A-%BmEF3~-XsA^;Eaah|2!ZvK`N z$XU{Ge!&MxF{&wbJdR}6$vuN++?QJt4@j^`*JlQw;yW4P4rS@|-34cKH#FJwJ5ZOkTXe2<+d3O* zEs7hrmQj_WAMLwCMS22^*db;a@-JDWuQ#glF`_v5+BVrp6UEn8%q53&@I=&(jOCvp z(pxr3w`5wk3I#_ViSU2lK?lm`v}O&&cBt_#Bsirn_r!d6!f&j>bc4naQlHGog?&R% zO0;4DVt4b==8E+I^9QQqV93Vg(aM?Yu<=bTnHB_A?B0AuN2sL}BlR*c9(iM&mIqS( ziwOS+*6;6V8BH2FtMf%uFHXqL#7N&%U(z6A*iiWCb#4_FPYEEl#K!+g#i(x3O+g+G zDJ%(_k`6E*D>#|Mfp)6ROEScsIl@>$8r<%+KW0Xg0StL)fRG~T^a9{SVUjW0^6N`H;YqVnw>dh0_-sL|5l z!pc>5vs~wRR_9&}#J=bE6;=#}?mh^?MJi{9l(-d7Z?+^A3dBg}!{=+JGO7FiGM8>X zcG2n8lLj%9X2(-kpC+&gzy~N4Zr=1bH-U~BdawR^o6T4ULxrJ~2S?KTKI9=~Io)nZ zIk?cvS%UubcN?m*Tcnh6v3n^GuRfwm;{%&3IyAj;)jr zdfXJ>=;v>`EV*Mfl&=A3XtMj?g`e1%-!`><$Wclc&Q~9rIy|i+dO^Ut+;LNnq7vP{E+4Q&@8$|EOzD z(%wRjkX)DE@^O=1TX~0KVunScA_40X&F3fe$v?HfsZN<{p%|h?{HrN@NVm0- z!_lj#`6LK@Vy%*!ShtnV@5=aIj(Xw0p8Ps`vo@L(WcN8*cXg=orG>|Km5qRe!hQ42 z?{`ns+9x9?P5l%&G(p4unWpf^%kio1l@>Njy*0;K*NT<`U4=ZyqrW-_muO1CTk&R~ zs?AH1Enw7Kr|7yxaT*LxS<-i8VzS@Qyw2#RP?y4QeB|jy&g$~}$oLou2%ePD>F9|5 zW?LBvcyO9vnqyP^x2Kiv1|wDR6yX<$y5o~|#I;e#d_Vd=f#3qCr8yx18p^g*daznH zMMtSB0C+hT3TH=x(k^7$~Ff~J_Rn})@H>y6;CfV{^ z6Os>SoLT1N=+RKeRm%>v3Ui@524P!aGqxglhCt$T^3O?7xyN%Y+&F(lUL>^F`w2-O ziRe*^t~KdDJ4!=G>$|O=z`Gu}4@O6dnwo#-WAUYASu@9R77;O2=<0Ga`_8gsG~rkZgHL7rVMFkg#b>kk{PK(p-z(`k!2NrF)(+A{+8pdl+z z3IgVH0s^g2zNjhY&5!V1#}_w%KMLmgvqbKg2np3a!$;O|Eg(aq>UCNVX`n_(fNi#0aq`Pl~B%VW~h>?14cas>{Bs1l%|=`Dve zhXN@Wo)HwSJl(NJof^|tjA9{5yH%K&<(WLoZgXW|2rxQB_%#Cw5KWCCpkr7W=WR4b|e?pA{l_E2UE?|)VJm}@Ue@(s=!t*eui*DVIX0DgBnK2YL69*CQ%?~4!gZ+aCe-;Os z)EkFvr@yhSm{8iUO1XOn~9HFu7&! zmNnQqfCrk_Y_Z;C%o=Y4AG5xO#P(s*E}PO91uY{eV|;%N-!gy4M;OseO@X0GB_s!s zEJq70OdCgnss#{h!`KnE7kM4mdsbFf9D^O&epjF|KrGpOSIUegc?ny>B-`95zT%EJ zf>`7GJBH71!6(0XZP8i|Maz(-#PZhCK;afYdPAh-Bk&o2+(--}I)Bd~0y*-)A`rHV z@tsnUO5~~VN^3Kkv%$tE*VtcHu>gmKwi~F>6#U*n2@$>E4kJ4b{CBBCm%QOluSK;H z4P1_R?9u$Ha}4=72=AfjsAWZWm<0S-Y4uVBSCL5b-zBIPQ!G8XcAR;6&Ey_=(GHP} zo0^l`so8LwwMA4a%M;-Q4)ks`BQMM8f5$sIt|;;Gpe15pe^HAoCibv6wcxSK3ACeO z?qa}r_rO!Qbt=6%Brqe>pMwWgs@%VGMd9DG;uVpd%vwEGPYB^s6+;iyh|NqXPO;yR z|1p{$fr*JpX2%{g*&p)9)BD3j2l@s2gncd(IUvZW+^?j^(QmGi@y9?Zk`vW3cU~3>rIYP-7l_0NUGdV?Pysu0AI=-jP z1w^*-AP%l(!cVV~e-Y%62j7x!U~Zl#k?UCu5ZB$z?$J4rKEIie0Z5L#60n~G&)X)H z-!od;yvSGCmGw)U=k%TDU}0gYS4&MmEkg_30LT22F#$Fa`VC%Wj8o#Q50c~k+*Zjy z>(Dx=7KgQx9elvOql%I+ZdIJ&AMBS+c^TSnQ=Nhdvh$y@zGxgi1Hmejd!6ZzRp`%6 z^DO7Uk_){X*nsCZrHV(WW6XMIw@BfDk@FY!2dlv4?9+`^AXJ1DPu}Az8W-X<5;d%a z-VS<4&F(@bUy;Xgk zrt!ub3_VK<^dWz)5qWwm`%y$hart^hB)`C=w*X9Q5R!{u_SVxqSx_Rv)wgE)5T6;j z`}F}Oq7A#XVX}}!s;l1WC29irJ2^7%*u$be`Zw}FV3}t5VU+Dt(vUk!YeTa3(#D}f zoJhc@BvNrZ%PC>iQ6V0tEH_GCHn1%6djoX0W4XSp5keCqS00Kf4MKIrBb7& zXsXo$4$fht-(E{g*`}uPv{YtDo%q${?E!K>Ch{d6-GX1YxW1&@R%P3|_RA4fKKKAq z`yubb<-ST3FVgBnQjyB)KkQP`ZNUKD3D+8VPfu<6>#}*J31ot zim0jKLP&|yIJ+zF?7eq$0XS(!+hfM&3vKo2A=g6B`f2R%`b^JxDJHjp!)FcT(BtNZ z5-de+@!>*_<}#tI)k}04sK}aY5|br2ro+beO53TB>a>`IWtPrX4XTNDq@4i>qm3JE z6x%mWMi+BGw=zaF$E1U8AJxYmCEMEUpof|Mlko=>lDXa@9;ar&q19peYO_bp34z*j!EF zY@G(O#fgcZ+qy$v!^3aBWG}8->Sit_iFHwAKtdaW>X6G^&P|*}sksM?hAj4LZy3899rD3&! z7ICGn!HX&h@7d~-chgg6P*!4}qNwMx_kNmlP0u1R^$4f6cSlP-9{mu-t(>jUpDbNr z^P}M_+hdMKbK>J4)wUkq35?&ziaj4JaI8FKV@8e7p?nWhrmM0)%FD~Iqe`|*z2+_f zN4(LM{p)twTG(pzKU4f@IU$Y?K zEA8FbLq0W_~T#VG~T=*qV#}S()DXWdL z>IhH=ZkOVpPOxp9_*jej1izG77m!?O1TbMTm||i9@8m|Ay?KAUI;7c`H)V%w*udEL z@z1SaF(H)gM5FF+`bj!!-uKMZG{#Yw2_$H7cQE7Q@QE8F5=T7R(k~&%h>4S%biq;5 z%B~QCb(rxdvb~B!&(MdV_|Ml`*oj^wHosk%}9x9K0#CGB#rdsm7*_73G~ zn4nO|FRnF7Q}S=!x^K!eXf0E&C_y3y&wS&jaex$M5dg&2eFz8}Ck+}$E&>A?V&MSE zKt&MVdAD&0iUPzRXTWwBUg-SuI8PA%jr1yEVf+=;ciVnV(H{c!#Smhz&liS)MpimA zkpx?GA$=8hJhEfwOD{w0@9h$DQcvts%&y=1{J=q3*7^B8)&80OQ>Z%Y1iI+^h4>W`x8Xv$%wMFzMX|LCG zkbV^i@bO;zM-m{LgwhI#c8d#lek~^~RWYU!b3A)oQQloeu0OXv)oQNh;K8nLQJ? zu8Wag{D6{>NwQzflYh9V;vjM8#_f8YI%7Qi8aVrRoYkaW|@WA%$|nbz&AP4{=5jmk#Vhio5?uqZAv-G z;CD2U91oL5wPSfo9L=xK%cZ8yV7UZ9%r3DZmPbV4F6a-L%->fMiYB2&1XVVE#V0nmd2Feq2stu}za&m!n z1p$_B9}t0Q&3@I37-N>eX%m!eD1fNQfWx@@jnIMR7&5~a^pjwED9uh8I;uOCqqZ#v zY|K*dmokS&+cQQY=x;LL?i(6S)>8M__l|1tUH>o1ivbeC!gM%*11$s1mxH1W3+gK= z`RIkJUz{KVp+fc58dHl_uqDW|3as8MK=~I?{6*Y^ z1nnOlS{wk6d>Q)|zoA;6QMC|}F36cE(9&(?jT&xMgju<*ykV7=BkxtVXWEOQ^n`#J zo!no@!3hsa5UA-ZgAq$$3sRsG1Tc(iU{NAih!}|yWO)Te5-sDIlM1)JMNmIfCSo85 z3KhBpDC{r62|c7OGp`0HB?)J8i`TP^vmd^<|GJl!F=^={@PzAV82Aa-P8RlWPFXM7 z)N$aeItzbzkG%foIj4aJh8|#)k(6tl;KjL4-Hv193@tZMz19@uq$RFJwpjrhb-!1Z zTwUl?fB-Dbd`+sg_LN=Sb*KKAHJG7!{CJMI{AMs>wg=78AE$UyvG?jO83eR{|Kd&N z1lml9uK!4opR=0u*h_v%WD!;TH*ht$l7g!Nz!>QXLu>LJ5d@gR)tJ+3D>VW| zzW+=T=$SCF8|)OfwRtFrvEiDy2G$NF z2zkHstkk}MfEouVMIMb<ACV@IpK&GK`?es+yvR z2vJFk-+MvlLdjP86J`YWYnsL|mO;y3OKdLfJpD8b-D_WSCU&h9vY_mgSHD@>v>DZK zAcedj^zCzS1YdU#*I0gx$+4|kA?2VUxkY&|tGhW|5u#uBD65DY02{s0!m70Nb1l9V z%Z#M!0XWOVn770zp zkK3|=y4uEV2X=stQX!Aky9)U;8t|8>L&22Z;-EXs7DctaaqK`#=7L{_*Lp$>i@=Ny zkl5!!=sG{u{Uu_o36ISa-zy5l%Zj82DQl45k6E5~yIb^P+m)9PC(fa*zgQ`Ldy7%?2YW>r&=u%84W>zVl|kk zc+$#<4hJ$L4){{3^%ma{4DUyEpI{QcWq$M8dWP;W+AZ|!rZj5z5lzMc z4y}rbh|yHSbs#UMCgao(009a^HxnpKgK=ud0xbaK9td zVmxv_AJ!_spS%K5YBQp(Gr#vn{)#b~r)Fh5$nzx-6RT0XxPEMm040X1asQx1cgAw2 zl71JMA=zE~*Lx^1=!>Oi<5cI1MKPN?o(d>gDsK&R>#eHXC!wO07)~YBaFKx2WHBlsIE33!xM6B^agBOV`O~c*zQo zw~8dcEql}o2_!;zk$il8urt^$i|DgtIrYjkibwnSy3Scy+B|ULZl;h`rX>Uy$)e5` zY@5+a@q}$Mp@5&CfP0FuVU*73m0Ex`8|!nG(N}7bc+qGd%&WZ-Ci>DOd$m=O2D+gz=%o#qa@?fzZn0p6%!o_26>u; zQAEfgTKpT<58JYm+V6|i-uhE8s!3AQ8Hv?u5uik}H^LB|uj!nP3n$RwPRe`|;h500 zI-&ZhjP|cG9%q%ml_eA*M~u8Vn%5CJw`87f-?gfy#ewUW5af-q@WwDz)RMoAN)vz~)zNE8exk&wUeGTer! z^?7}|VI6)0p|MXiFNX$L1!5aiuc!2!s~Vw!yE{?JV4DPioJQ57O-p#cc^D)V>2JX! zmNWKnZ+S=20!mOO1Jvls>Lv{mx=op6eYf*9bom=H)bOzJ{gtj6Pv z3%7&Or?^Ctg{nv#h)O|Y%J4~PsFO^3m6plTQ@u)^qHZd}YSMaRKVE!1GxKf^1OXut z0CaP?AH!lrF*|I|F_+pDaBGwQt=F4|#TJ`hns5EoqNKS}4FvZu#kdB*fqWv%YOO`- z!Kqt;e2Nt{20tgYNXz{Fj}%(Px6^PBIrxNd?k8G!mzAJ=sw$64ibL*tH3?M01Lw|`D=xP(PoJ83E`p3PTRN?sxZ8$*XUjTulmWq&qbrMm?UR8m~P=Rfc z8W=7!dY%*?1xmF(iuJZjZCV@%HYJ>WYvfuh-_c4u)KuMIZrp{0a25x9(BJABoIP2} z?&7Bk0|H4t8hx%^9e3`hUDy2^Owh4N*H>$}YC&+Hs=+6*Bu!6@o2aYZW__Y+SmmOA zI{3+~ozQ{ar17kzGinsOm`XSK=D8y%V)-0EJOvA`r{3!V^)PlE#54a#6nxhP~Umg(GWaABw6a1jZ>CWM}+ zLjhHPm7&^nTlO?*oje3@VQ=av3ogeRY`O=P`e$Utb)e0-;QaY4?g>|bl!`uTXFY*9 zCvFE017(PwXKd<}d3BTQ*qH@9Dkz;B;x1GjEy3~C;ACLh5mD(+bWbtaX~k(qOI6th z(!@Fa^h1&A%!TKh3D2{nU6z}DIDMK+}jTpV+Yc3I@scM(|=R5ofhV# zp`~IJod#S|nhsi_h!joMuUBeWVkc01CwpP26S_LhdYWHoZ%fo&{UYRjaejM(h2=81 zP@)3c5#`$icPVw`gsmh;&#IM)W&nVrf6S4}|DdC!FW7h_ZR-=Q728WP{p8aE(2UCW zLIq=wScx)GjFXwQw**1_*y`yLq82Mii$9#6`C8{|_FcNX%n~@Ode3)q8z^(_`K(Y> z6sCT#{*|@6N8s%Pdok9^ye=dm<@7m4Bq9)v3LW2CTnbDZ8C_MTs0k0}Dwuz}X2HWg zNlEkz>RdD-12K8X8e-hOHm*x||WdHYkf^0CU zC_&d_spdzxXw)?oNUs||( zj?8S>8i0xvsnj&{{r=5PuC!9l=fZHa>d5@?PZg;MIGJ+sgf?Mo%c1!XHm_t{+WRkW zj9`#)O}dTDoSWJ}7I?lgLM=|_ZKK+EZqw00m|uwjFliD_CC27)VhoT!uNaF(ixjw8 zhVhR1xwUf|2PYE-pe16w@~*Yo>dTAy?PBsoB>R;io%^P_+_^ul3mKc!)9g^7ipDdy zJ(b3X4wFr~FLfUbukj2-J369RUS{t&m~y%zT?=UFBRn6LfpnrvHa~{j{Fzub#x;hP z*GP{3PLaW`8-C;>{R4tQ);}>c&&iHH)9p|QVncAdQtoi2c%YRWbys&Fa4-chzxmdZ zfa(__e@C^!8CyP&|FJ~EU^~7{4JP+-?2Kh<P}RW;F4NE1*~_VJV2969ML!#Z5sQCPYO+@9)JF(1@4$z4 z)hY4YNVQlYsL`ebL&aq++-v}VXhsk4^Esl%Up$(f=KHf$EZfS;BziB>U|KA|;3G>) z41V_PmBZI9MVKkXpGgeOt&d=(#84GhmNP+8*=8H9-YyIr+N3L#J9o+?@36e9w2pwd zw-}$_D7abpL$|#3bv*Ta?rf2KFbuqo08Is`d~94?wZ_tu=mmkfLJW=5Y$r#zWeGu`y`SUfG@kO>5|`ttKfV zvNZwMn$ZjZuPF6!h|2Kj8@504J_)4i-KPKsg==`m2NNQfuGSo2NBkpay_10^}SJ#Ui{6-f0a+HUnli7>-`1mDjtNUj%BnlVHC%hVe%&R%iF?XML z^wO{ape=AWGGor(#FcG`pq<*!?0Z?$dh|m1ey&vq2`3y7jnEDBW(duAD|`O_se{&B zA^T-Wh++}O&Hkgg0Sx^Ua|40H{LAI_0N*Eb13$oilm!c(>>yypC-oy_g|l=S<$_4d z9=(;3wye6knq`HPdL9^q792NyY`(eYTG=C04xylMWS$#jQOkXgP+vk0c%)NEvKvW4 zjy%)^YkJ>0rS#EGdMqe4OM7AkWkZ*A@)m;{NTdg2*hgzHXC+x4U>h={D)<6CNy zU=7~#-~A_&`u_<@P&mxLoRI~1|J{Pl!1q)`2oMFeWZhcjO(qC_l*`7k9O-k;Kc{4$ zs@(eI`fG(L;?Wmy4omnqKC{Qbk`uRk4t}vm(Bc*U6ZY^cX&GU*6gfPtlo0%M`yV?O z5mEjLJrFp^zZ4O;?r$R6h}E`^hI<4bv!+pcw^xiIUmR_q<%*fkwcGw&RFNPcTc0DKGw1Eu7z(P8Jngm$CKX`0d z-#2wDx^&g-Wj4t3_}I_IwuLdj6M4*iOOMrGmA_7+sOiUyZ-^8s`0J|#a;t^7jk2`y zp50?1z|K7noK529@KsY=)Wyuoc<=I266&D2?j5!G$-pKxA3aO+2mWr>;GRH^)u{0Y z4&ScOC{UCBq|0lpA0ZQOI4{BVSkp zTSwfD)3vO^Mg{lJTbmzPrsnwB>_4DLB z2*OH@0iv{^gwGW6sR83iz8j!Qf;Ziws^Nka=>opyRw9L78`XgY*37G&3Xix(d) zWxT&Ady7Ws8WzTvOvflJ;AJWO$DgS_;}bzkXcMahfZ}Zy!p5BU4tp*rj@=cgDdT`= z?fjyMWhvXKcl9^OfEq^W_?s-NHxxB8_tj0sEnDomJ0OtQA8h*$lFY$p))ylfXpWRuAzydd@CeMJ=MQANO<)1sDMiXRcy-){!0y+VQ;m~uqjlT; zI`*|@xhL;n<^5!l>)iN(=FJ*T45}!Q;i&2b@(E=CMMXc^dK$8C$hcpCq?E7#Fen>< zCV+t#*&AgFP}Nn`A?hKokC8BWheN{E*t^Jv>5Fdbud0b?U|nDl39GSBQy%Tj5j+g? z{>6THe|(Q-^HsLFZqDY|7Oj+k7UXSlZ=_wrwcXrSya0p<*(*Yv^*c!;ZtU_mOBAbu zqI|^h3=ij1cB~dutMb_63ORMnz^+)@n848c^fr(kNZcsJsub%@*WyV+mjWGf3__)Z z{=+lEd$F&RUAwjSyapWY+G^Sn%gAya6uupl=n|K{0zh<_7t2ufpEeGv>}-7=Kv-C5 zZjc@hp`E+iyMokA=N!k5DIzTAy7xiWJw$4xab`;SM39$PH$iJfR;6=ym%~)TnQ&Y@ zK6(pk7*N``L55O8z(xr7K{is-oIx*ZI>`~q71t}EN902j!XGT8ywp$hE9pJJn+RkD zrY?MS8(Zn~;?{kso@S5ZNqqQ-bbr`ff``94f~*F&rbVU(qBUr^x-x@iI%iFSH5aBZ z5t0bHG^ey`e|d0+v%Hs)x?3@OqlI}huW{$gsp{IE`GZE>iF9ggf9K@h>D#2He;N3X zM}jYcb5^PPdz%UNj!a*twH^<%HGRFqsrTp=`a=I`3sL0%i7kY}Vg99UM*;rbwrhLY zt4xr+-#VZ+ECix^S7j21$`NA_YD27raDQ8L^#UC5WhStsT=F_5<0s3V?Zps^r!5)s zd?d65=;_De0|$_HV7$tx{+`xCos){`ANG)$^R>`6+VG|qJZ{7lmOSbc_f3~Nvj*a4 z1QridZaubAE-#vH4;rzbcQOYZKVo3DOO^!hHjJ6XNm{-A{u>bPe8J zpwFVmapAUKTwHtRj?YS&ww(QBlGLt8S@#5dzxg5JhAgIC#3BEY-2hwSx^UDEfoihD zp*k=I6!*u>5>$$=^W%mlWv?Mj^5yA`zr9SQ;Ta?#-+QCq_ah>cUBoi6z(H^ZCW_rS zqSV}H6z|+;35aC~Dv3oiW}vHjC2niR@Cd*t4JLgbOp*0DjR9X8FJK9bv-^6>)#_K) z2jCK|n2#dTcn8OTR573_F8hi*Zyp#UM{z`fgz@dnX%Ek}DH%QKJVW*87erh$39rIrZ zs{%Kf=3%DsM^qj!yG>H?7`EwpizL`j41T+xwoGvquv$3KWY+_d{?HR>30p8(Tdjr& zITD#dD`l=6>#>&4Q@$|?i@AzU>nSvOQ;?2{GKYHnU(CIARGdxLFZwj@?ht4sI0Sch zx8NQiSa5fm#@*dX2u>ilyK6{r5AJRWgu{Dg=6>INYwn%9=KOPdtzNylYCmPquXgQS zwQFxdL+meKp>;T}Ud-!;p9^pUXIZCa?pGO{55>620i0MN>!ch8>s(Hi%@4#@%BtUO(0AZt|bj)wsS^b~Btr%|V9POt3c zkIxh_Mp}W|caV(k^Llu{I@gh4A^nuOR?@nGc=4-GVLsyNDO5U|Wlj57#SE_H#AeR| z;#Y>Cu|5B{ylQNNA2VIQKB04<@qIT}@f_5!dHiPO{d(wB=NqWodp=G;H;lp9I1GgU zEY1RPk=>ulRbDyULHDUFDBf;$(%2Px9|l6WkE+0FSPgWCg;m^|VO@$eRPI$f>$Z6=TRP@%d6A z#*!G~YQ$bRp*Y62F}}3Ksv~SxozAO){xDsHG$2o_EHm7-~tJfSN<8U&lkrT>%n2TztJztjY+B zKT>eR8jh*|!#Iu0 zQ;;#*elx+FzE$G1l6UF9i@t{NwV|!U8U;7?y+`=qa^d;~Es@H*iO%CKUv-RkLl2Z; z>c~)``n6xg-C3#CAlAM4bt_M^U@wo_RO`KlP`f%I9^Gu9rmPmZoDJ-XZ-lYptKN?t zvq!G(d|+3?mAVQog|eNjiA#sLUrOv8))bUZ#ndTW+dn&bv~F#>ClLaWF7!bqB5{cs z0nN)Ib9Inki_~P_Phh&vVj>NbrW$kGNwMN=DCzIwP!BwZzVBk33Eo1)&FslMk@V5` z20oFiNWq9s(n*W!)bOMQh;3`6BbXWp48!MMdDH83XcP#PUnYWnXABz{!S_cOy7KYP zn@>eUJtDP=CsyHpo?dN^nku|vx0iS+G7gXmWP8;oSLR0U*G_&dRx0uW~23fx5Ad_!+{TGSvI8v zfcaNE3Q#>VM>bZkVrZ87E3F5);7kq=@@^ksF>F&lQE`dd@2lu95JltIe0}+-t}t3b zA)!7_KaZY6agWLCM`eU?CMaJbms~b(Y5fjSG1p)ak?Mi~MCapPa+YDQpcJdT)Pi12 zzF!0SG8QMQfw^V`oRAdcBu+*Sj91R5xBPU&{M~1H|3Ai?D{!%;<)v`m05@ z)`Gev3q8v^#>j2gJpAHG=}M$vLfg`Q=z~|W=sN6mD2RA;uD(2qpf2_$P8u!{L(Q(x zD|cPFLMA^D$^=e85_Z{9q;N6EdDt7g5q_$4zbksK@B|~KA0n+JdS~2;U-mf;gsZ!J| z2@>7?H9Z~53-pnZQDXk^x(wLt&OPNG)zOnbYNtitA`tqd?X6|H?yfj;cy0uS|G;^Q zTw&3)!a`7M_1EB+Sd^iuOV9VynHQrGd6r9Tsf&4lQ%pVhsc<>M0PAl){Dqg~wZN*kDV+*JUP(Dj1DBgwIedU|192>)V{COT=Sa z1?ZX$itNxCb06N#igBf(8ra$cuYktHHJSMg8EI9y;u!qty*RIm^9ix-8YU20E5DZI zb5xKuGoiLyb=Vr?E!i8B_Mp0tqU`U9U*|Sv8LeGo@d(Z)_Em=z1v{vu4hdEy|E{`s z%!072!Cn(J@D$Y=E|lfc`5+pb^kFa+eE6hs2UPameso-fFxF8qx0JT|n+R;lNKN8) z1b?Qk*;;XNrDA4i)%||R@GA{HLB-%R^T%%aVAiQ`O%A|2%R;fminY0ERoK0$NL&`mk{ab}k|jkcjm=k-?J zGe!W2!3Fe2rMqbKe_%NNKgO{5-!OcV&i>)WoAF;!wksf^W?+v8ShI$r%suIuCNh|dCt7%A(&Eo0KL-}j^nMG;}J-ymrn*8N&}D^_+mv_WUn>q0fCZ##Z? zzyK;PcYINLL~96&aBbV}ZiM5@dDk8^gnDT%1)S99PBx?{X%>x>u;wJpwX?nPFlaEp z>Q(CZI-0kmDZxseFsma(sFd#LwMUacq!{3qV0xirW4BycoWIi0h9oMdsqa?sD)Mjw z;7zX!_&;J=?d&lYG@l?pT@#q$fw5g~DnAs}(Q?-Qlp6}bjlxuLfKizDf?GL=k=Ost z1QWHKCnsW>d;Fv8{BjCau5OL2rNCPo|E{h5jOw_l{B2cy{X)jv8u-_5fdo7X#KHHD z4aX||=hrg@5#l=ZwL|U0!%?kb9RnyA*X3yuBO?|kd9#e4H6bwz7yAV z1UKmnS#Gj)J`GsP9C0E8)_yziMpbfr={K41 zpBi6^s6#E7jgrfPy$yPj%M$!@6ExnnwMy&{NBfHwLv9(=M_JF4;JwpyxGG5 z$`B9}>fO%A0jhkLxg-i!p-5UWB?C$|=a1lIm2xD;s#X z@}j9J-<|xvC*gy@@W?GqnPSm|1OHiuoC> zR{$^pqYElmoU7!;etb)8S4*&r36qnHz|C%2gC>K-hoJ@wp@4}%yf<`Uv8v1(oLBf} zq5+U-kbEeX20HUTdI^@&F|k=RVZ@V!DIEhVYhQMU#_XOk|sP4owbCz5V4)xsM3({pGw&nf+&l{3gX zT|TDq3Y53Sv}iZHn>umKGHN24xIfKCRQw2A9pPTN8u= znn^AqBv0Fc!-fYX>#XtZJ%*>vpGA3Tlp8H4;85_|Jc8GUB!oQDai^cV>d~_>U^Fz< zer0jljuq>{05ECCfLB^0s%;`XEGdvRJ(kE-`nUsN{F*5r^2wSAP0h%~kCqA#0NFM! z)1DWt5r~jz^Kt>^g4`+7V?dlsrtg-4x9$AEidM|@FO^)=P)ia)l%H%sAHWCjBref> zm}3l^ESd*!a2W&%HwIXb$fM9#s|-msxw(Ky6)V9xtv`omu!>E%Ol?* zd}0ETnaI7uK0@<4JLlSEvHtj0E|)W3^JYk}A*P=%-P_&|3D*cWb42G2+e<02i1jN~ z=s%nDv^@x^Z0!`@+PD)&n4@m)bt}RI&Mx=94^6<0cBdihK-sAA=Yh_P$WvJ6@hd!P*(iK#hHKF)8|)1bDJND8s`iH}6B&Og2j@R{Vc ztB`6~!?CTsR}h@5504~z4hieWnAeEV33Wyd9lq_ie)1p3K}XseY}yRKIcrf0N54nY z+1}bihlB=fb$-6?KD6-@EWKFzR6gTdFV}t77jg^xy~swG#Dne{ef;`S9a=rX%R78f z$y)XW#Mk#;fyveZJ%!HM^v4=v0egZDO2k~hHK`9FhN?L^q{;B}M;@X_Fd?rMK&74& z-dR=dkN)P!<|m?fEG@yNA2dBQlIc}@SwNwShb09;{Wr?`?zdwL(Js!e2x8NE>jSbf)E zi93Nxn2pX4h>lV3V)E1RA%|1ym<6NneQcCT*RQT_H;+G2Y5(#r-R20M;SLJPwqfx8 z!^hy8&%p#B+&7ls2;&wq+r@0+!Gt45m7&Sd5*!+c!zpfkV_m|1$~k5iyM@E-$!hw_ z=g@jwFP51aBK|?mxxc$4m+qc_5d`kq?5r2tXrnMI_6!OpnezF(I(&R#Lnw34uLnwy zj*UOJDL^=#@0p5!CmxCzm{!~|I5mO-9K6<}dL}nmuVkKgIQb)C3bcMU=Y4U+UsKM* za0ld51D*I(ESC;mN*O@%*ie8}r6%HHJW#Xhf6_(0vd}h(kwd9X6x23_OD@9=DIKfd zyWu%?c6C96o*$Pkb-rBzKQeu4PeMZLo|I%?uv$9Zvq0>&4USLbc4-ygpDnmlka)5C z?O_-B-WH$|w>RIu*;!<_VFAmL8?=KTg6z2b(P;V?GliZO(u50 zYG2qXK_w~`mPh;DlEo^!9w@@91_$!{@u@8mW5@p`%;~sM3OPoqfu)=uo0DRv5yFOr z<7>AE8$Hm1Z)4-k+xU#*y%ucOaTcHvfsyqMj||y32Gx()ULvnO`sJVDW)1o2R-%wR zExbYo@mLnet#BaNGiDU|GVFy%5KFPwkWWDKMjM3lIDuNE-H&g|-Z{R{@lenRV(Prd zT7ms}Ahx*!aDTC4+(mR*dN1ZfU{k-FX!s)sr2DOZ0w(XFh(j$mPXF1t8S!PlF0Ohy z{jw}*o|%62{KJskgG@)1WUtp3=_`ix6^J6~viLv_e~f4?Bi#CEqNZihyb z3aQ^#ijVu4ubQWfQNGJ_S!#09Qy_&GsQ7F~+#dWc6;_Z_Y42rX`SR*vZpV2&7j$KE zk@oRef=o@((u4CxmeVqNa{L}2QHeEZ9M2b7l|Dh|H^kO+u_$^eupeK!D2YaQ%feV) zb7f!kA_xOSbyDH#mt>og?f%lZSGGuoBksI)s6T`-O%z@e91XLvzjWomVKW!|Tvy%| z@FUkA3ax^i4qJHHIijAu*+%N*DJz$gLEW67^m%=SeVK;}1D}HtfAj+z;~E9>Mu25= zpwKz5(GABle0DvYU6Bi%)c$1A$;7+ac7aaiKOAUsMLp5`_Iyv5MA?S zA3p zl-6=DtL+7+#5^p~PbTB6k@FR9duChpxo6GA6xR3aM-yG_Ex|LZQQ3L}G|UL^dR?PV zm!JnlmQ+K;p9=J3t;XF$cX3wbjOGH~c ze1x$cB&;FqM$pE={_jt;`R7_xFZgg(X81LB+au+#V5QKCD^`ryH-Y2Gztm&$%XRFx z`kJcc()+Nvw}dXkYvDG+|Hs%v2Iy_^INq z-7{`eQFMdIx}RD9peE{fM|y-`E^6;-?a(FLK~sVeQ+|NNf3XCg6yc~JTd zqbx8SN5TKae*d(_k*a4Tm>P&G-t~yN5m(I+i&P;e1Jvlb$q~t;f2H+qQZq1pTFT*BL-=n`K)A0BgL3Vnjx$hw?FZHIrB zluU>752CQLx^qnN;?*Ux&;KCsAmSuFt#cNUeXvcriP9YK7+P%Un%u2M4_3VP3#3&* z`>Tif`4e66t?c_1o}=z&mkD?f{fX=+n_1QvcX5Me*F9AR5b*V9V(OHl58H7YueY2j zHgg)ODwq^A6DPwrIXr`@K+QHS(H=b$hEuVsh5zjULV>QW9cMk~;n+Fn`jN`Vdq(i3 z7_3ijE~@X-0UiZVJl{7|wg6<5DQr8C?za5-#mxh7Rvik;rIx-)bS0LkY!kC8YV9i^ zxJDBjZTUqjavMCY)bw&am5?)B3@s2s+8nL7xou`7Hv74wN+WBz@Q|vI>rJ2Ox33CaD5*oiM$9x!Imf$l#({_h@EqJFbuNJ)H#yK+N#Nm`{2 z+(ytvB*XZXwlTMl2S9=+YS(w|Oj*v|Nw)YAfsN?7!TdIF$Jm;)Wb!e20LVXGcr+rf z0>w$2JLeJP!UIkh`_YB{W0}4K}~fe z>#lINyNdtK?EJH2AWXW4NU&LCT<|}$Ay~%$lnueG{GAPDs>*4qzr=?3zMA<4mX9D1 zSHr3*m)^`~qohK5O=87Nt*?oNBwlYrxLxFdU5_~(q7FxiC-qG5 zngE62e(gy=ggr119eUSU@Y^5&aW{wmOyo3I5Hes^tIJFf{l9HZm$kcgc0wEK=vC7VN{Rnel&K8^U zPOmX&DrM@`43h<)4TmB#JOD|5dj@FcAg;hQ#gse@XvQs|0NNtde4r!LT*HW&xh&ng z%?;8IMZ2S^`B?0iPG&5o<Mw&w_azO7H@Zvep9 z;(^4}Hxw*Xw){Jv9stNf4|M&u*jR>q>9g@)n}`thaIUV^64rR?9%7HOMcBWF*;%p( z|6aK)ItQb2t=NnH2~+HC8CBDhN6E5Om@ex5MtL?cGw>4FdDh;I6%r#vQ^kGpDim=C zN6H~J)}$4=F{7O!su=PaG?Kufw);GSoWbaJSvSHwh$@F3Nv9wK`hg$2SLoF(I;r#d zibg5xsS`a78)iVq0@Pi<-UA(B9+NWGJv0sM;$oD&1V$(S9ADP?*)huU%XkFMwf|t$ z2?LIqv87(@T-VrN2K<_Enq~61=nyom!8mLrdSp0zY65=(@73n~{-LXfDvyUY_v-WQ zudYIOLhA{|ljEXCAc2{rOHZe7xAr5~rEeFBzE1aiyc&=eB}=pXC-n`cHS1sF3O5Cl z0b;8frp6`ie7UpoUjTc-nMSOMRLXc~|3g8=KhG8*@?Xpr@C(hq-ERj3|Grl_QTUg6 z7Vs@t9HP!Du!kn)m0sZ*P>XD&7Ozq>}PUpOVo#<`Ljt zQ)*HDkH!rDi^hn((EQt7D!}LOQ+K-7zSk5l^xK(LL_`n=$Sio;iz=%!fd?H`k9o5` z(J1&eUrD>qfPd3pHNQlO_GFvu*?VvyQJghmjrda7=-K_YNRx^=B5O5mY0TwzirIpe-E%)K=Gb9$1z?psg`yK{a2-p z%Avc@n#uZRA$#-CPV#n2iZgK|#&qf&C@iTxaLvNsRU^Dg5dfb1-b@p%Y+Xj06imF# zzP~V%yWHN?5xV_f&_#0 zrc8#f{{7lDS(d1yUt_7`&05P|-kI-uOSW*I_d7Dsq_~|APiV03*VezX}c}O`ly5}q}-~V!+eMQfQ6^U+)XTAn2s{ZP$#CTWk z#3K^)NuN1jbo)Tsf{ZWd@b!FTD-_3E1|;rIpFW|4D1O}gkZ=%@i>02&&(euu>V4S? zRAOC;C;1jW_&42p^X}qLZ>#$<>*o0WS@jk=89Y?jo{K5l;4u zzO1dz{c-_5r6yqND_5REu~P8^KHj{ozXPY*wJzm3-%_`TwCb^^mKAgUOKJ)B}>cS zD`O@9MhjK0SYz-j7shd_{FS}`EDS(kS;8Z2QU9a4cNnUA@nWi(W_~C~tuh1*S(D2nGKv z5{Ik8vqw#C8ImURzOwAbTkkkC+cgNFSaCh|oP4^=2*ME9H|3N}QZfBFY#|#>b;&`b zJ}WuqI%FJcz56y1Ocl<- z6MKpY*5~%5?bpnlDft3%qS=QB`gZn$l9G(IOW9w1qo)y{`kN1=H={vGYn?uL?;UX~ zY~3$6B0-re`=n3|S!?P3!|fheSRV?OcJR3$>Bz5b%6G6FEfS#FKKoCt6=XP^;AEz4 zIN=$o>a!aa#&t0&gyRtc4k)=}B!y{>*LFj&E9|c;>N|v@tM0i73$>UcRB+$+nE(Uc)Sr$8_HA|qjOT@-VcGPZRZ26u)ERNJQmSU=^?5o9uBEV_9+}zon4h$0l zUi5(J*sW`FDVhw8BjY**9d~`Qe6qX5>wA#)4g`;V5jxK)7qsKmAWpY)tKXzNhhcAA$XHZ zPa*A9rsaGGReI$3>SlK7F1=<;%|F883=4Feoo463uEn3LRF8`giIr(`G?=u>VjCe{ z1v*A(yI%JK5Zi`&?W1zhI2T$fJ?xQUgoP>qR!8a`ovO11;g zhA-hoJ10=!ayk6QeO6>6=S0_-1UO$be4xYq@f)(fG+fJq?1&ENW_q8sfu}(mQxWz2 ze>h;Bd_F&>s(Zs-=X(a*g>{XG)N=6FqLIN>QU8$kVmZhW*e?ivM*IVF%*_&$jkonb zwoZVof5CXbFO28kuB(93-`3TW`5xpKYMFP@9+yk~%2>^r_2Qr1{Lb!!&yDb3g1W7^ zwRHTy26em4S5MAeV%P_Q=FvLtyyN*_YW{DlK9K$&w@&^atrJK8E2er+Ft`lH>8vEGq%CjOQ8 zUjhk6|G#M3|F_eXzuhV@J~2Z5y267&mP>P#Y~hMCM7MZPbChGTl}y7Q>A@E7Q@AHj zU4WcGwfJ_&g>knjh(IKybZ3wP8w?YU#M~c-gcW2CCx>N=i0u^wAWPhUVQ7%tAxNf3 z(@@jq+IgCn%fQJOX=k!|&a}5kwCG15ti$%mASt5zDYNT;c%XPlcx; zA`@_1LiZEyjPqv^nqlcrFGX79|1k(6dWaKcC-ANUXolgDl2#ZfWltzpD{=ef6P6es zxYk>%C1PgA@mf(4j%bj|1uvdRk|lZMpb6lMsJQW(>I%4@U6lT>em^!cN0X6XdO`rB zN`&%6jHf>(IrrE+khuP_=a!&D&83P&xGEjQ4OS`16T7is%ekozhV_#>rPCVp8 zu#<)v+8(PY(OAMIfSC|Db(o!5J0qQ1GMBlF!@Hrc%w1qtO9Giz$ARd}bqTUsnXddq zj7-lTA~bT+BaB-Z8D#iP921%}aGu2zWgr=TfAQwlt1(&wnLRum+Y!Qx^}Q^FP=`te|5FEmA{ zS3z_B(yaE;pWc~xFeTqh3Lm7Iw_o^=F1O_R*aQPCx?1d#8Xu^ebcM4u1a2?For2|d+n!3ZET$xskJ8TR3sHgKJ7aSqoPN;zkG=yy2bOD3 z+nlGeT!O?qdC!l&(oiCH)pgYehE=?lRRz5P<=5gdy-Ob)oL?S10#rXGD7KpT3raf- zrB`V7b%Io(``hjdqx;4qeB-9C3XlVux$snRKIMRycoCa2bG;&s7H8NEV zm&5&)RsND?LlvsmoO-w#Tf1Cw6S~SE1H~(af9bMVprWl;;Gw`cV>0+XTy3jP;UAYC z?Q(bbdXk4M8}V}aX|_amUv7U$b^GQTI7s%pT7^(Myu3pKzMHZyGJV53u^;BNbU{{+ zLDPj&E-mr!UiDOGWvHFt4@OMo1h8uyQtgn4gvA53Nl$7Cm(;PTONc%u_R>DwH$RU8 z*&X{@%ZJWFKTS<#yd6*V>5gFm8a|ybh?&;9P=J^gu50mE>1w9wV!cFBo58&wcK1t7ZDtW5laHutRXEE*+(3y;fr#VA5pl=fl?d66%Ex)(BH-DQxtLF zo0EGV^52ZMOHTJp-M z&=BSiv7Bh3)~eYF;1aCNb^gGZg)Lu-7eC};=N*h66Dzc`pIlC&qatq3yI0?XC_C2E-EVkn$iaytX(& zIjm6s+;1JDE6kr5J&)G>SHz+FNM;kpBc+l;{Mhpx;sR1HN&Q$BNOz36p%Df)9W&M$ zPsv~bsP6YRNnv3tMMsJu(Fp-ODNHSf(7efd36k)Hq98t)K zFy4#vf~KLz23SYmUHP6#OOIcRXNk@+GDA*hNr$_GHk~k$dx8kIBi&4+TqCX>FyNt* zXIgN+Qzkgu)Z&#Tdq$nY_oGC?+HQPg*5V>bk`5T`CSoRMNN|sE&@ivywxnR+qqTSvz4)Ci5|po5o0L*6;T<`;(wPGyRBrcF z4n54vbUXVaytg2?Oo~Os{YP+dn{3i13W0nAFBCiwxhl%intGbJpBeMFX_Gq3CDh5vIX+{E$hUdC7K<*!w!g!C0iBAYxY+vxovH;gEyReATGvV7BU^v|^5t@^ZhaAE=)fy#ajvk&WFAQG@MNnyHFH$n*>~&r;bqFW z?^Nx@W1#ES>&3pINs>JFZewx@Dro%&9I*;@vGYbggbRD&!X(wyCm8uUQ5YYl5Ht!M%qO}IiK`nGU`Ov#^3X_9e;7bdC`M(0*7a`uKHXq#;S zt!kz6`W%a?I<7~EkB3Qo+|$IyFaakBnA;NeXwJ9t@1W2@I?&nyFA7Yk`UJn2s_H0a z40mp~MV>__QO|#c3$(1ofhnbuNmnDnn|h0>vK7}cVylZiu-bij`g`6wnj;q;v`Umr z3bkfyX0<5)39A}<>EJ4+-S1R`9P0>*h5J@mjAG_4dD2v_l<;#5zo-%kOBVkul*{o#jDiwTb@c9c7Ef^a2CtaD_ofes%kWEYvMLvbP*jP6T+zK3*nvBhoQu$ft_ zImti%v{37OH-3lBQ7x}YC)zE>Bh`y!O^gp1j04bNT$5p{ZF&_IsXX-wDXi@gGRsyI zo5pWVq9h9VMEUGWzt2KhlRUCIJPNe~Xra0lo{~YL-y@`Oycx%2{h7NM>BbS$Fl%Sh zI!+qU{jrq9vDiXMP};SbW|o=+DyRu%7vk=IzY-3G_1U^V#`W?9dfCX)nv${UT{$jq*k z2{(toMyeWeUrdGZ(ku8>8Q7Yh_n2GN_@Fn5M*xR3N$hKw{&qr}=M#M4jrC{MK4l?B z@ygK1dh))q#;LF{Y9tL$d_C3^YTCFNlpt*6Ue}jUHC!9*lGt!ax*KrF^fZ1}DZ|Fi3yUXI&KkwJRUv5ZMzFXm zVoN{$ zhG9nO0;P0Dm|6LuYbqp{1}nI2w=ycVTrZ_JP+e5`4oXKK?wC7EzBPBObE=4&Q-e2f za%gX8_$OIm2H+U(v$_w6~a7Qo;Pp2ODf(1_a87lEi!~x{{Wd z%Cc>JD317k?x-kWBT)~p^?nu9o1JYdCbbBpQiFx3<75pB(Qgk@RC8Q?p(<7LaARc$=~*(Hyy}m8e0F~ zQp6ujcF$})gx@Lg|E$M?Hvfel3x1*bw;KSU8dKdYFL9^-uNEP3G}3Yiqj!d zTkz*7J^-#B@eR^ke`tmm77nYa8BF+js!l7YDDoYm%}^*jI?HQ0RN7mEPTtJ3^vsbl z(v7a@UCb1XaMpd27)GSuiOpKO>~jP90<(aP_+ zORUU1#!6wt6e6?@0UPBj7uNyI4Rk}z_m~|H~2228A_sY~tPi+3{Waa}w z!MJUix0Dp`j@bnRGh;oB#wZylxehNPFv|9kvUvQ7#1t0=e%if5H3StRTT!x$jeXc! zeb-l%HVK*Un-;15*tH6U1A`Wr0dpijfAAJZoxR{uCi)`~!UHH7HW3hZFF3ca{K(9k zAg2QH7)~Pxk!Ua|e9%AojoFlEw>%m5szjy$5vT@8zqb_(^o#k`)q1gK+BRkdF^L9# zIf_IC+@acaQu#>R38Qp$t1SQgl3^(S{ZkS`=_^|&gB&U9KTLs^5e~;{FWlYDIwwLkWoC9 z20CBVVv85u;4hj<7TDg(83!KiuWWJnEEWTp5+hzj4b5-~irW*QZ6STVEV}m{xy`o+ zd}(mQbk^ZTlXbHBA2%ac0Ssws2zGZNY|Kfj6J@i{YUV0|5}L+BL3Xl3hu5!-0Da>_ z3_OL+l+0DqA7o-|?<^Z67;=7@LxR;9#jL7284kk4J*RsSjO0@%_5C?n9H%(3ZrB>) ze}7wFg<^LjZ4`hSH;3R|bS*<421cx#8%VnaAV=zC1d#TN=G!*D+bdZMZRyq!&8uLw zxn-Nzr%t~$-UT>ota+&q8g;+ZK9PKl`&7_Q^EP!e7d^ao#bNHOKgh&bhLl3IJu^>u zQG673X!z8<9=^Sw*^ZYqp7Z4lVqdVFDaMtep6JDu%zxj}f?@iPL9+TcknE&&eZUjP z8xmdbpl0leAlMYUn-i>U>zx_pfF=z}Fu@CwQU*eFBRY_v#RaJZJUtTM_4E{)Rocha zr1*}7kiYdUTh&HFV|hi@rgbJTes``6TbiJgxqoNZH-G z@N)JP@CT7)^3oBDb*-B$JPG(?E`zos#pM6O1Q%L z<9|A)+MmV4YiWKDjC{~HwL8Vs7%~JV!dL+VF!Q(PK2-436{gl_{F?Y5o)H#UuBf@A zSDu=&SKT44c=F(ODS=#EN99Tw6D*kMuyca_#^o>QZD`|SRG0dM*YK-Fy1d7~RMFuj z;nHgi@Kn3!fbsHi7$)r5J{9$q^kybxaV)88D#pu4ol3-uMfzu$$>7&d&)G5MbS)FQ|M_M2s7(%FytLyRs>GxY zwIF7|kT^Z9YiLN-0&A_MSRgYDQcUQz)VuJ3dzBg+$mw%1ME&&Vk3QUFPrV;Camug@ zM3iop^?QvM@-out z2eAbO;IeGxNA_gHe2^ygk3poXO--IaUAgBhIbr}XG7s6W(quKk8t)OCfi#>raVt^K zxQ13*llu>obdQ701?kQFF4a638M4N*nwzPD-_3<6M|lO@Nd=U+30xvvn{qVuRq21% z8SxMGrNNCHg*0TFO^2{+Sf7sWo+XS@bHHl9WPn{CACYxZ)4d8aK&5rQboIw<14DD+?fM99^B z6Q8*sUT9IM)pbj%&_Mvu4s+3Zvd(`rl}vS_Bfk1%g<#mz&Jk=Zw}bL#k>GL`04#V^ zV?LG{{vpn0Bq!|#3SuX^uLA@Oh8Hz1767252x|ocuD7ib&W{(s)40ueccOc}2JF_5 zwb(Ls@;<*XNAsTK_=r6FAB<;<8s}c{8Oey74TFY@OWUA8bTvxPyse3rQEWsB5pkdn z%Ktl_yxDX43h6h5D=Bgs>Er7}2@8a4at(Oespf)=nUdX-!1PgSM%W1D6Gb$kOZO^284hf3SR}lnHkg@3 z?T*V1H-Q-htop(cG@q~hckd+m2!Trk`mGvsGTYhFeB?c6_z`n90y6M!I_b?}j41|! z1{1ilB(OyNi_9OT!46R21o{-uhgrhSf)--Dc?6;fbdX79PM1Flxe~e4Z#9m}Dx*%J zC2v3PmLJZ=g7mBu3J8L2`9HIlebcS1o?VN*h2`*jOj6^l2vl?Kb>tjZ<%pcpQWdyW zRGwK1xY>BlK<`8i^Q>asDtNBKrC(L>Jy=+#MrSd67tnhcC<=2w_U8)yqhm4-4sa_o z{?nuFr=$C58xs$mhHpmQh}|`GAJIOhlng_29(aZ=X4v(>wr>IVAE%au?8Zu`MyBQIEtTD3#KXIQpfl#;D`Z`l?_{tlJLX$rFSS& z%|?Y8ehsKk{dIK@JE*-V1 z-@K>y>frD;rtwL`6?|4I3_LwR*PdGc78kmb!ik0(HHw=PLD5dRP#GN z&$D8v#$)CuzfE*aqDPb40xV1##S$Zu!t#V~FIL6wVXT%R#Un2I|I<+D|6J6aeYxPQ zPBeJ&%y|(8T~tv+#Wwh+-S5IPVf)Ub##x<e8mkWu z1L>qy8lcQx1bCo7w|UKwg)o5$j?!d3{wTKMHEg%3O~}T`PZ!rRO#l+hiHg6xy5zDY zQ3er`z~INKJmIs+V<8puz~i}RyRFc7xza3yXrdk9U=F4()~|_x$#>+P8cj(spVl1zOnt7sha%ltZ20c+KRBd zzmqdmY7#i3Ez8FSBO? zna}hU?6?iK3Ge%45`-0m6m%l{CI8E6?t4C^R#=Y^;P>Lg_aVpRrzk}@3rzb~wFj4~ zS=-RA_k3hpP^ER@i;-js*)q5>dSxt(|`wN;jWjH+Y{9GqoGxVE+dLf#v#7 z83@eoKSbRzhwox|VpHhMkSV!389E}+K&MYm( zw8t0^L;O;^nK8~IsK$mh`bSUPNk792d~EHeR$O-{_eWo(-1}gKS&_2xrl60ED+_C- zO`nk&byy@*vb*1Cez9*LnF4YAfzz@F=pZ@tNBDgLyewYDw)uqbUk!tXu*-h0a|C`q zNbJsvL5crNsb03Ur{&Hv{!>>3%GG&kL_iONw z`Cr7n1yo$wwl=zp!rk2+LIMdIw9w$eU4y&36$E!l2<{#rxO;#=&?E$Rm*DQN`rPh& zPoL4_^&S2Gf4n`4s?FZBMy$R}*r)Q@co+x%v&$U2#ffCx ziZIS%uf$OVJRI%xQKLhbnneUV_uLJJhm(cr?FV*Wgb3;NlaS2HIWMF@;dq>8Zgipve&qSM5%aam9Ksc0C#?is@BuUwFokf`w({KK}T6fB3~=3@x<#eks2B&yE*N z^cQ*qfzkYJm>S&RZ+hdIu|KKsTZB8}@@2b$Tn%+l4sx`HsHoa^KGI-Gct#e+VcM^_ zdD)Ut$az8WIg&;Q_Cd_y);L$3ngyK-XW&gfj=*$65`>Dp@+xZXPnULd>v~Uyn>j`O z#!h^<+I+WK$;|UBJ%!31i%g><-BDij+Lrt}hUO`LFBcrs>4_2CTTvRo}?l1K+UJe}3^z-A?C1=tc zXfN+R=)6XwgCQ)biM%7b43f(o0^|60Wgu~YC=rjI)wOw5PU!wD+-Tm^Y_xe8U~)qf zm~~A!CF+Teg#?|tW6JX zor@z^QK-3r%bpn*frM63;mAyEK1yq&kyAa|dd=NcA z+s7NozsIm0(v0(>001?2YyIVIOlV>5cOx8aPM%nrMy*WjhS1%7T#rJsosHVgHY@=6 zI;Xzb(t>7mjvj|DI{$5HKu!1-j`oh=DpNkl!8e->MKGoNLbN#ieMpm_QVs}!Fm|tu z2{+=kJbVSV;Dfn`VdNkAM zkf3J;NExb~w*g15%lw%eZ_;ERVCXsjBTK|4!vU)ThTbQ;)%N2Ve^w1(^e!<+q_c`fz8q6LDJ`6xLSs>mKZ#^pzjhcfTC9r>zc8?EL<`9DPlMw@@QkOH^$ALE$ z2aA@LmZzxC^y9^^N%UV&sOTT@`P?fTsJe_t;JTE?uid`m<;d&KH6pG6w>V41xp%iS zJ$jJu1fIMD%{^+CSw8)c!k1?}T7rBE%ut zE>mJC;XH(dqTM>SiIVUF+6l`oQANt#0r7^^C7lpkm02z3ng~%eaoGfVn|u}(?P+E$ zhLVK%h4wFR%ooh^(^JpsMg%#IUd+GTn!oMv$blV3*~*P68Bt_GbdR4Ws%FZ=@_`i# z-1FT4g-*>+mOJ!SiHz`gful>Fws}4eL#3LyMItjhl5rF_2Z%*MG0N{a0z$h$!7CdV zDV3G#b@hAjz$EMJ&FpuxbtY+P%(pbBMs(uR^mkXfxXhAB(PH-~ zRS$Ipb=So&Pl0)@?8(vPmL;?~R*@)=YI~-j$ez?$WBL_WmySjqG>>@y>-{W&Cu2T{ zxBk2Y%$U3$*ebM@sqb4T(RH(TEQc_bB>a)zg@$Z%9#SvpRP1~+n1#)SUT(3h6nBXx zrt=f$2~^EVO{KZD59FoWG%=D2Q>|}x8NYoW$^p-yV@S^Rvn@|ko7?5}WpCRUyblgv zD95*j#hG_{oYfCctz+(zUN$bT?Z=A19b&$7 z-EmXTmio!c%*;Hk=?@fKRU>*veQEl$IKW%{g*ZT9G=FRR;YohC{pqh^faJt|0fvXf z1O%cJL*^~TQ~LN0J*&#$mR#Z8A~{SrZ-Xc$5G2RNgPEnU1;Z`7qLAKtqoR@Ozo$kH zLK4MBX{i+wvWsrQmgMLimKVVyt8evy@7q04*`io_TXyJkudc4?#y!mOTfH>2_@bG` zZVobr9mkBK9o5QNZcU7z5#7t_6j~3t58=FV`HrKKbAeG(yAlC>di^Kw#ZIK12|d23 zi@QgMWLE@;$~V0&`mg9jqH zP>WNycJZr2sQ#ivfWZhzCNV?YaW~$mxm?<)zFccjtqZ60^ZdN%c)eL4`~hP-Ya0h7 z@x102usTWWK&@mq_?8K=;PZ-0xRB&1I*PRdrCD$D#b zaR1Xu;Bzb1&`DM!jsbfj@4~OV$`_J#DxiC=cEzH%x;I44FMWq@pIFXA&)Hh}yD&j> ztSYhG>4IFgkhCIAoyyN$UIZ+~D@>1Mq?|^6enMZX)tB=UjrJL^Fi5Hz8r(}q+!m2G zhaxvh+ShXf)pM2(4T)VF+R=2%q;LHC9B}GMCh`u7DzOkghmEbvsmIDNlz!xb&YiJ&K5A~cWG()&K-F0-x$t3*NA*kK) zR#==pS(=mMbQQh@bxSlgHIKtrYx_Krnq>3Kb6=c#cvJK1h?p3k;C6l7U{K)esTbBh zv_nHf`LzPw6o^!s^x_X{VikeIV`JHB!p$UWr;(;7y}`3@!`H4}F(#1(`X}&y9-gH_ zj}Z*vi|ypxm;x^mUURCCm!ZVGH~usw$Jme2g{At&awJ&l%gP&Ke`8d8I7P*Xd;&bu z>~Qb){cNLo#OQ|JyiEm5Gsf7@M?%r9CH7g-z(fg3#ZyTq;tmw=oUc*lhN-&xQESZn zM*T^Wl{+Jrr-&wZU?m^A#88`#L@lnc4_67Gql z|7nnGyGsxeBJhiYEa~-ugs+;0>GFZQC&3~yfc@pT^mzNjLYIYEVU}**aw-Urlamus zkSg||>9EcdIYbAv^z`lwu05F?%MUtWknu*w#xxk?ip#zDGc)l=lK_-CvO~?N6`CE@ zHe_ht#se7T&fRmpYE+u$y<_)JWm&CZz5(j6QlJW^f>qPf zqu)QT=5gZbqO|N%NlLW=B~b^3q(+21CLea*`J6nkFNQomvm;8>y;M7W84n;aT(bpE zG~0jY6xv7Fo;RZ_K>OTkWbXOov;H_&ZxG_i_Bnma4Wc8Lo5+{A@T~#TwhU{7P_NvB ziGBGjqu9)khVpqDT`NI|yU`j{*Uj*mUQcyKAkiTVJNS^M?t zlU?x!chFq~90WiHK-2&{6u<^}K*>SoKSOmYZld&oQknzBh03qKejd@%oglucn4E;c zBvxvEEaBmG6eW)$C*?;{`GZ=Ua=GQV>Kxk1#vPPC=o6QSNn(Q)K9PcYpGGV8PYtaD zr8BMCC`N*WL6+4H?7pH*|AHX@pActI(qCA7YT$n}43fW30H&&8Tf_LUr4*Lj=wyWK zTr@Ds6&&LcW;x@#ZsLreqVCuv+h|AV{k=>j5n#EcKm>A@z%_tdt4nl_&$IKmZtzmh zA-a??p1>6RA>7wxwXwMLorCIy6hrz3@rLiy@8O-n=MfV8U9?fo(1@ihsr7Wo zJJtPO7n`k2Qt1@Q>t|v#6C;oHNRBE3rw+6|Y-pHAavUaqsct<$PeT5HVDN&32nyG$jxb&&Hyv&I23IeY{qMhTa`3?bhwX zC4)yFn3J>ieIFNVnMv)Swx>-xQ?NPsYs<&@XI(s7P$;ObH5*eCdghmKGrs`@txEC- zINx}*1usFvNj=w}p%df(dgWz%{o2ypyrG5ny%!})SB=HLGXDNe*e?GmSD@10xk|2< z{j7u^`j})|jbI3w;4LxA#S!%dvtY35`-1f0aXu(gkV|}6#pBbK;U^*zMGaM{ic=D3 zYGR%!ZT^zW$Wz~_Aa4_Tk!_#oGWNJJ?}J5@;`Xg1u9TGtk3!j03A4*u;uGOpg;%Pm zF%&oCXz^vv&bgnt0UMkcq@Ta6>vqJLYf2TIvj%U;pQaKH&gonJ_(1l2e9GTVt_`e}5l-+U&~98IemonM zA9qpG38{}PYs`X4g(ZaHK#j!V>G#A^V7xyNCUYXqgdeWEJ${8w`p-Fl0>eXaSUK z`6fCD%Pdz2Csjw+|8eF}E)6}D_V^XO1?bFEl!o$?8KJNS8xI)PVCqhO|1N>kpf>Q< z%~xmZ;@G^gOrL~xD4GXYf*pVkRPSwzt)XCe~x{l)|)MF%qi z{9Bc6a-J!5Vx_iS!J0n1rNnacML)RsrwGjT7+r%xSO9i{8`op%Bbmx@x5L@z)IxHLkq}`wQa-412*E9YI?W+hkfvTU7e0OgFKp>nKEiK#xNS&WJ9Jl-K3 zj2z&PSTO%cOVARF{ETSKcRVHQ@y2Y0#CJFAqg(WVKRZ+FDb!dj-t=f4DZL^zE$4CR zW#`hGe6H*_kCCEMB`%!&WdfZFtH=Qq4wucMQsjEd8(a3~>Kl&&Inkf*|@PwilUy*b5O`6<9P==c(s*!E}igZGY)oHzgbWd1-8Nu7V;4%*koyS|?89_=#TP zg^50pJomGri`U_pD(M_*`eo`!DZ56dCC60u(gbwFFdvvyW z94a&sDKX>kqgODnU`ub`REh-?TL9z;%Scr})y+m!;gkT5q2MoahW9(R?w(fliXTa_ zg(=XgL+5}N3hWs%=2wV@qw@5{q-I{E>c|+qtJKlJ^nOXhWEEMki~fR8=hmqU`yRtj zZfY*=1 zg1fVH0jgfoM;mM?s11okvnXqRtURq9wZ{R{^tkF(bwR!??ig@Xa@TKMbs;z(aNK73 zoCXZ%CoX_KuCI)<7m~Yxa)z;wT}orxMY!M-4Yi}??p@y3bv=BZfNCd#f=Y7aV|C08 z>CC|WA$Vq^{rLvx1+~D-lO!WO+)^62?xuH{eWP6+$y=74Zc4JF#A!52zNIkuo0WyAqOYBDqEU!N+Jo7zj{f0NpZ;N{|(m763N z0Hbb7;dJ;ZMp`py?8EyuY)+GK*w_;zX1i)>4sm>S{W@>H9K&7Q4=@VyG)C;`aNzE_ z8f3M?(^V_NVWpc)R)csD+5FCnLFKsmrmE6cf3T50Je)DXI6{xW%&W_eIM7xa^HW2RSoqyi zd#fkHuy3*t^1*@?8m*FZPZ=_0X0uAtKg0~$pJI;=)%eQ9y#=Ke%?w8MLZ)qJ5)hz*c#-WMGgObb-J2A_fU8&F@rl$`sUNl@^1+@x%l?-`eQ-rlysP z41L_+Ur*Nif_eRGoyL@Y!LbpvrE;m^jXV90&iB?=jS+V8?s%LOMTS5G70rLQ)aY3U z;9tw@uoMY*{O1lu&HASuimLQ`hw9qIldBUvC|(|z@|xlq$P~N~5^7KHQ=)$-tCX{9 zt%TN#4Jk={b&QRT63L8;st%D*qQq5EGmd}3LS4`+7Kj`5sth?dPfQd&{B7{;i2UW5 zd`}_$VQViw=;)%33GZd^{n>5;o#49~7F?M15R6pbGauPw zH2vfnx$NIvij!wdN_k%rUxiYHld$8FRqa(WwHV(!OF0VJkndN?3D+Lg$lG?kU_ zi5x00qK(|x!Kd?fE^wE+Y_oy_#EfK>h$$b9oWFRvSPW19h#o6~gQ(O}cwoR=grqg7 zB>iZ`SSvKYiy^oV5vy5HjZAm+mtLp7nK=RaiQ@dXTkl9&X{F{g`#UCy`^aY zA2me$Yt{`DR9pB|PHFK&+Wm&zoG@IPJAXtzGCe{f{5FUgqJ$ly0QIh$5dvhYDLfe9 zmo8G}#N71wGZ*oH^6~)9zWxm1QNBeLEz2otto8LcPO0*YP7uv0Tu3YWa)#6maDp1_ zQH)_yAMP1*wtaY*J(0Yvg>>YZ?Uj`IqN7TwK*ghgxmcInA`o$AnG;7=V6i5Vorjk7 z!&o+BF9p0gZ_g)0LxPhpJFedPbiZtQ1XO>_y@1C&zi#^eVx)ENyz~~InuUK|(?1<* zL)v^DL&n=+v41B-O-Xh;0*3mA<_V>{WE9eyWNR%fEI8n_F_dUmQjwDj<``tRDDI2p z#&yAEm$G%mIMI@SdAYs3!ZfRHA{

    _tFS$hIM; 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�h{IntkAi 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ν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 z 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