Engauge Digitizer
2
Main Page
Classes
Files
File List
All
Classes
Functions
Variables
Typedefs
Enumerations
Friends
Pages
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 Aug 18 2018 09:56:27 for Engauge Digitizer by
1.8.5