|
Scroom
0.14
|
#include <tiledbitmaplayer.hh>


Public Types | |
| using | Ptr = boost::shared_ptr< TileInitialisationObserver > |
| using | WeakPtr = boost::weak_ptr< TileInitialisationObserver > |
Public Member Functions | |
| virtual void | tileCreated (const boost::shared_ptr< CompressedTile > &tile) |
| virtual void | tileFinished (const boost::shared_ptr< CompressedTile > &tile) |
| TileInitialisationObserver. More... | |
Additional Inherited Members | |
Private Member Functions inherited from Interface | |
| Interface ()=default | |
| Interface (const Interface &)=delete | |
| Interface & | operator= (const Interface &)=delete |
| Interface (const Interface &&)=delete | |
| Interface & | operator= (const Interface &&)=delete |
| virtual | ~Interface ()=default |
Events related to filling a tile with data.
| using TileInitialisationObserver::Ptr = boost::shared_ptr<TileInitialisationObserver> |
| using TileInitialisationObserver::WeakPtr = boost::weak_ptr<TileInitialisationObserver> |
|
virtual |
|
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.