22 using Ptr = std::shared_ptr<Example>;
std::string getPluginVersion() override
Definition example.cc:21
std::shared_ptr< Example > Ptr
Definition example.hh:22
static Ptr create()
Definition example.cc:17
void registerCapabilities(ScroomPluginInterface::Ptr host) override
Definition example.cc:23
PresentationInterface::Ptr createNew() override
Definition example.cc:28
std::string getPluginName() override
Definition example.cc:19
Definition scroominterface.hh:35
std::shared_ptr< PresentationInterface > Ptr
Definition presentationinterface.hh:73
std::shared_ptr< ScroomPluginInterface > Ptr
Definition scroominterface.hh:101
Definition utilities.hh:34