File indexing completed on 2024-04-28 03:48:10

0001 /*
0002     File                 : TextLabelTest.h
0003     Project              : LabPlot
0004     Description          : Tests for TextLabel
0005     --------------------------------------------------------------------
0006     SPDX-FileCopyrightText: 2022 Stefan Gerlach <stefan.gerlach@uni.kn>
0007 
0008     SPDX-License-Identifier: GPL-2.0-or-later
0009 */
0010 
0011 #ifndef TEXTLABELTEST_H
0012 #define TEXTLABELTEST_H
0013 
0014 #include "../../CommonTest.h"
0015 
0016 class TextLabelTest : public CommonTest {
0017     Q_OBJECT
0018 
0019 private Q_SLOTS:
0020 
0021     void addPlot();
0022     void multiLabelEditColorChange();
0023     void multiLabelEditTextChange();
0024     void multiLabelEditColorChangeSelection();
0025 };
0026 
0027 #endif