|
Scroom 0.14-49-gb7ae7a6d
|
#include <tiledbitmaplayer.hh>


Public Types | |
| using | Ptr = std::shared_ptr< TileInitialisationObserver > |
| using | WeakPtr = std::weak_ptr< TileInitialisationObserver > |
Public Member Functions | |
| virtual void | tileCreated (const std::shared_ptr< CompressedTile > &tile) |
| virtual void | tileFinished (const std::shared_ptr< CompressedTile > &tile) |
| TileInitialisationObserver. | |
Additional Inherited Members | |
Private Member Functions inherited from Interface | |
| Interface ()=default | |
| Interface (const Interface &)=delete | |
| Interface & | operator= (const Interface &)=delete |
| Interface (Interface &&)=delete | |
| Interface & | operator= (Interface &&)=delete |
| virtual | ~Interface ()=default |
Events related to filling a tile with data.
| using TileInitialisationObserver::Ptr = std::shared_ptr<TileInitialisationObserver> |
| using TileInitialisationObserver::WeakPtr = std::weak_ptr<TileInitialisationObserver> |
|
virtual |
The tile has been created.
This event will be sent as soon as the observer is registered (because obvously the tile has already been created beforehand).
Reimplemented in TiledBitmap.
|
virtual |
This event will be sent when the tile is completely filled with data. This would be a good time to update progress bars and start prescaling.
Reimplemented in LayerCoordinator, and TiledBitmap.