umbrello
2.38.4
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
Main Page
Related Pages
Topics
Namespaces
Classes
Files
File List
File Members
unittests
testwidgetbase.h
Go to the documentation of this file.
1
/*
2
SPDX-FileCopyrightText: 2020 Ralf Habacker <ralf.habacker@freenet.de>
3
4
SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
5
*/
6
7
#ifndef TESTWIDGETBASE_H
8
#define TESTWIDGETBASE_H
9
10
#include "
testbase.h
"
11
12
class
TestWidgetBase
:
public
TestBase
13
{
14
Q_OBJECT
15
private
slots:
16
void
test_setSelected
();
17
void
test_clearSelected
();
18
};
19
20
#endif
// TESTWIDGETBASE_H
TestBase
Definition
testbase.h:34
TestWidgetBase
Definition
testwidgetbase.h:13
TestWidgetBase::test_clearSelected
void test_clearSelected()
Definition
testwidgetbase.cpp:33
TestWidgetBase::test_setSelected
void test_setSelected()
Definition
testwidgetbase.cpp:15
testbase.h
Generated by
1.9.8