File indexing completed on 2024-09-29 09:20:27
0001 /* 0002 File : MultiRangeTest3.h 0003 Project : LabPlot 0004 Description : Third tests for project imports 0005 -------------------------------------------------------------------- 0006 SPDX-FileCopyrightText: 2018 Alexander Semke <alexander.semke@web.de> 0007 SPDX-FileCopyrightText: 2021 Stefan Gerlach <stefan.gerlach@uni.kn> 0008 0009 SPDX-License-Identifier: GPL-2.0-or-later 0010 */ 0011 #ifndef MULTIRANGETEST3_H 0012 #define MULTIRANGETEST3_H 0013 0014 #include "tests/CommonTest.h" 0015 0016 class MultiRangeTest3 : public CommonTest { 0017 Q_OBJECT 0018 0019 private Q_SLOTS: 0020 void baseDockSetAspects_NoPlotRangeChange(); 0021 0022 void curveRangeChange(); 0023 }; 0024 #endif