fw4spl
TutoTrianConverterCtrl::Plugin Class Reference

This class is started when the bundles is loaded. More...

#include <Plugin.hpp>

+ Inheritance diagram for TutoTrianConverterCtrl::Plugin:
+ Collaboration diagram for TutoTrianConverterCtrl::Plugin:

Public Member Functions

TUTOTRIANCONVERTERCTRL_API Plugin () noexcept
 Constructor.
 
TUTOTRIANCONVERTERCTRL_API ~Plugin () noexcept
 Destructor. Do nothing.
 
TUTOTRIANCONVERTERCTRL_API void start ()
 Overrides start method. .
 
TUTOTRIANCONVERTERCTRL_API void stop () noexcept
 Overrides stop method. Do nothing.
 
TUTOTRIANCONVERTERCTRL_API void initialize ()
 Notifies the plugin about its initialisation.
 
TUTOTRIANCONVERTERCTRL_API void uninitialize () noexcept
 Notifies the plugin about its uninitialisation.
 
- Public Member Functions inherited from fwRuntime::Plugin
FWRUNTIME_API std::shared_ptr< BundlegetBundle () const noexcept override
 Retrieves the bundle the executable originates from. More...
 
virtual FWRUNTIME_API void setInitializationData (const std::shared_ptr< ConfigurationElement >configuration) noexcept override
 Initializes the executable instance with the specified configuration element. More...
 
- Public Member Functions inherited from fwRuntime::IPlugin
virtual FWRUNTIME_API ~IPlugin ()
 Destructor : does nothing.
 
- Public Member Functions inherited from fwRuntime::IExecutable
virtual FWRUNTIME_API ~IExecutable ()
 Destructor : does nothing.
 

Additional Inherited Members

- Protected Member Functions inherited from fwRuntime::Plugin
FWRUNTIME_API void setBundle (std::shared_ptr< Bundle > bundle) noexcept override
 Updates the bundle the executable originates from. More...
 

Detailed Description

This class is started when the bundles is loaded.

Definition at line 23 of file Samples/Tutorials/TutoTrianConverterCtrl/include/TutoTrianConverterCtrl/Plugin.hpp.


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