bool m_initialized
A flag that indicates if the plugin was started or not.
bool isStarted() const
It tells if the plugin was started or not.
Plugin(const PluginInfo &pInfo)
It initializes a new plugin.
virtual void startup()
Do nothing! Just set plugin as started.
virtual void shutdown()
Do nothing! Just set plugin as stopped.
const PluginInfo & getInfo() const
It return the information associated to the plugin.
virtual ~Plugin()
Virtual destructor.
PluginInfo m_pluginInfo
Information about the plugin.
The basic information about a plugin.