|
Scroom 0.14-49-gb7ae7a6d
|
This is the complete list of members for ScroomPluginInterface, including all inherited members.
| Interface()=default | Interface | private |
| Interface(const Interface &)=delete | Interface | private |
| Interface(Interface &&)=delete | Interface | private |
| operator=(const Interface &)=delete | Interface | private |
| operator=(Interface &&)=delete | Interface | private |
| Ptr typedef | ScroomPluginInterface | |
| registerNewAggregateInterface(const std::string &identifier, NewAggregateInterface::Ptr newAggregateInterface)=0 | ScroomPluginInterface | pure virtual |
| registerNewPresentationInterface(const std::string &identifier, NewPresentationInterface::Ptr newPresentationInterface)=0 | ScroomPluginInterface | pure virtual |
| registerOpenInterface(const std::string &identifier, OpenInterface::Ptr openInterface)=0 | ScroomPluginInterface | pure virtual |
| registerOpenPresentationInterface(const std::string &identifier, OpenPresentationInterface::Ptr openPresentationInterface)=0 | ScroomPluginInterface | pure virtual |
| registerOpenTiledBitmapInterface(const std::string &identifier, std::shared_ptr< Scroom::TiledBitmap::OpenTiledBitmapInterface > openTiledBitmapInterface)=0 | ScroomPluginInterface | pure virtual |
| registerPresentationObserver(const std::string &identifier, PresentationObserver::Ptr observer)=0 | ScroomPluginInterface | pure virtual |
| registerViewObserver(const std::string &identifier, ViewObserver::Ptr observer)=0 | ScroomPluginInterface | pure virtual |
| ~Interface()=default | Interface | privatevirtual |