Pencil2D
ff90c0872e88be3bf81c548cd60f01983012ec49
Pencil2D is an animation software for both bitmap and vector graphics. It is free, multi-platform, and open source.
Main Page
Classes
Files
File List
All
Classes
Functions
tests
test_bitmapimage.h
1
#ifndef TESTBITMAPIMAGE_H
2
#define TESTBITMAPIMAGE_H
3
4
#include "AutoTest.h"
5
6
class
TestBitmapImage
:
public
QObject
7
{
8
Q_OBJECT
9
private
slots:
10
void
initTestCase();
11
void
cleanupTestCase();
12
13
void
testInitImage();
14
void
testInitSize();
15
void
testInitWithColorAndBoundary();
16
};
17
18
DECLARE_TEST(
TestBitmapImage
);
19
20
#endif // TESTBITMAPIMAGE_H
TestBitmapImage
Definition:
test_bitmapimage.h:6
Generated on Fri Sep 1 2017 16:48:41 for Pencil2D by
1.8.6