Engauge Digitizer
2
Test
TestSpline.h
1
#ifndef TEST_SPLINE_H
2
#define TEST_SPLINE_H
3
4
#include <QObject>
5
7
class
TestSpline
:
public
QObject
8
{
9
Q_OBJECT
10
public
:
12
explicit
TestSpline
(QObject *parent = 0);
13
14
signals:
15
16
private
slots:
17
void
cleanupTestCase ();
18
void
initTestCase ();
19
20
void
testSplinesAsControlPoints ();
21
};
22
23
#endif // TEST_SPLINE_H
TestSpline::TestSpline
TestSpline(QObject *parent=0)
Single constructor.
Definition:
TestSpline.cpp:13
TestSpline
Unit test of spline library.
Definition:
TestSpline.h:7
Generated on Sat Oct 21 2017 12:50:41 for Engauge Digitizer by
1.8.13