|
Scroom
0.14
|
#include <presentationinterface.hh>


Public Types | |
| using | Ptr = boost::shared_ptr< Aggregate > |
Public Member Functions | |
| virtual void | addPresentation (PresentationInterface::Ptr const &presentation)=0 |
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 |
Base class for something that composes several presentations.
| using Aggregate::Ptr = boost::shared_ptr<Aggregate> |
|
pure virtual |
Implemented in TransparentOverlayPresentation.