#include <map>
#include <vector>
#include <boost/enable_shared_from_this.hpp>
#include <boost/shared_ptr.hpp>
#include <boost/thread.hpp>
#include <boost/weak_ptr.hpp>
#include <scroom/interface.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.
◆ TILESIZE
◆ CompressedTileGrid
◆ CompressedTileLine
◆ 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 | |