Pencil2D  ff90c0872e88be3bf81c548cd60f01983012ec49
Pencil2D is an animation software for both bitmap and vector graphics. It is free, multi-platform, and open source.
 All Classes Functions
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