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


Public Types | |
| using | Ptr = std::shared_ptr< ScroomInterface > |
Public Member Functions | |
| virtual PresentationInterface::Ptr | newPresentation (const std::string &name)=0 |
| virtual Aggregate::Ptr | newAggregate (const std::string &name)=0 |
| virtual PresentationInterface::Ptr | loadPresentation (const std::string &name, const std::string &relativeTo=std::string())=0 |
| virtual void | showPresentation (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 (Interface &&)=delete | |
| Interface & | operator= (Interface &&)=delete |
| virtual | ~Interface ()=default |
| using ScroomInterface::Ptr = std::shared_ptr<ScroomInterface> |
|
pure virtual |
Implemented in ScroomInterfaceImpl.
|
pure virtual |
Implemented in ScroomInterfaceImpl.
|
pure virtual |
Implemented in ScroomInterfaceImpl.
|
pure virtual |
Implemented in ScroomInterfaceImpl.