Scroom  0.14
TileLoadingObserver Class Referenceabstract

#include <tiledbitmaplayer.hh>

Inheritance diagram for TileLoadingObserver:
Inheritance graph
Collaboration diagram for TileLoadingObserver:
Collaboration graph

Public Types

using Ptr = boost::shared_ptr< TileLoadingObserver >
 
using WeakPtr = boost::weak_ptr< TileLoadingObserver >
 

Public Member Functions

virtual void tileLoaded (ConstTile::Ptr tile)=0
 

Additional Inherited Members

- Private Member Functions inherited from Interface
 Interface ()=default
 
 Interface (const Interface &)=delete
 
Interfaceoperator= (const Interface &)=delete
 
 Interface (const Interface &&)=delete
 
Interfaceoperator= (const Interface &&)=delete
 
virtual ~Interface ()=default
 

Detailed Description

Events related to swapping tiles in/out

Member Typedef Documentation

◆ Ptr

using TileLoadingObserver::Ptr = boost::shared_ptr<TileLoadingObserver>

◆ WeakPtr

Member Function Documentation

◆ tileLoaded()

virtual void TileLoadingObserver::tileLoaded ( ConstTile::Ptr  tile)
pure virtual

The Tile has been loaded.

Implemented in TiledBitmapViewData, and TileViewState.


The documentation for this class was generated from the following file: