|
Scroom 0.14-49-gb7ae7a6d
|
#include <map>#include <memory>#include <vector>#include <boost/thread.hpp>#include <scroom/interface.hh>#include <scroom/logger.hh>#include <scroom/memoryblobs.hh>#include <scroom/observable.hh>#include <scroom/presentationinterface.hh>#include <scroom/rectangle.hh>#include <scroom/stuff.hh>#include <scroom/threadpool.hh>#include <scroom/tile.hh>#include <scroom/tiledbitmapinterface.hh>

Go to the source code of this file.
Classes | |
| class | TileInitialisationObserver |
| class | TileLoadingObserver |
| class | CompressedTile |
| class | Layer |
Macros | |
| #define | TILESIZE 4096 |
Typedefs | |
| using | CompressedTileLine = std::vector< CompressedTile::Ptr > |
| using | CompressedTileGrid = std::vector< CompressedTileLine > |
Enumerations | |
| enum | TileStateInternal { TSI_UNINITIALIZED , TSI_NORMAL , TSI_OUT_OF_BOUNDS , TSI_LOADING_SYNCHRONOUSLY , TSI_LOADING_ASYNCHRONOUSLY } |
| #define TILESIZE 4096 |
| using CompressedTileGrid = std::vector<CompressedTileLine> |
| using CompressedTileLine = std::vector<CompressedTile::Ptr> |
| enum TileStateInternal |
Represent the state of one of the tiles that make up a layer in the bitmap.
| Enumerator | |
|---|---|
| TSI_UNINITIALIZED | |
| TSI_NORMAL | |
| TSI_OUT_OF_BOUNDS | |
| TSI_LOADING_SYNCHRONOUSLY | |
| TSI_LOADING_ASYNCHRONOUSLY | |