|
Scroom
0.14
|
#include <test-helpers.hh>

Public Types | |
| using | Ptr = boost::shared_ptr< TestData > |
Public Member Functions | |
| ~TestData () | |
| TestData (const TestData &)=delete | |
| TestData (TestData &&)=delete | |
| TestData | operator= (const TestData &)=delete |
| TestData | operator= (TestData &&)=delete |
| void | redraw (cairo_t *cr) |
| bool | wait () |
Static Public Member Functions | |
| static Ptr | create (DummyColormapProvider::Ptr colormapProvider, const LayerSpec &ls, const TiledBitmapInterface::Ptr &tbi, SourcePresentation::Ptr sp, int zoom) |
Private Member Functions | |
| TestData (DummyColormapProvider::Ptr colormapProvider, LayerSpec ls, const TiledBitmapInterface::Ptr &tbi, SourcePresentation::Ptr sp, int zoom) | |
Private Attributes | |
| ProgressInterfaceStub::Ptr | pi |
| ViewInterface::Ptr | vi |
| DummyColormapProvider::Ptr | colormapProvider |
| LayerSpec | ls |
| TiledBitmapInterface::Ptr | tbi |
| SourcePresentation::Ptr | sp |
| int | zoom |
| using TestData::Ptr = boost::shared_ptr<TestData> |
|
private |
| TestData::~TestData | ( | ) |
|
delete |
|
delete |
|
static |
Referenced by setupTest1bpp(), setupTest2bpp(), setupTest4bpp(), setupTest8bpp(), and setupTest8bppColormapped().


| void TestData::redraw | ( | cairo_t * | cr | ) |

| bool TestData::wait | ( | ) |
|
private |
Referenced by create(), and ~TestData().
|
private |
Referenced by create(), and ~TestData().
|
private |
Referenced by wait().
|
private |
Referenced by create(), and ~TestData().
|
private |
Referenced by create(), redraw(), and ~TestData().
|
private |
Referenced by redraw(), TestData(), and ~TestData().