fw4spl
guiQt::Plugin Class Reference

This class is called when the guiQt bundle is loaded. More...

#include <Plugin.hpp>

+ Inheritance diagram for guiQt::Plugin:
+ Collaboration diagram for guiQt::Plugin:

Public Member Functions

GUIQT_API ~Plugin () noexcept
 destructor
 
GUIQT_API void start ()
 Notifies the plugin about its start.
 
GUIQT_API void stop () noexcept
 Notifies the plugin about its stop.
 
GUIQT_API int run () noexcept
 
- 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.
 
virtual FWRUNTIME_API void initialize ()
 Notifies the plugin about its initialisation.
 
virtual FWRUNTIME_API void uninitialize ()
 Notifies the plugin about its uninitialisation.
 
- Public Member Functions inherited from fwRuntime::IExecutable
virtual FWRUNTIME_API ~IExecutable ()
 Destructor : does nothing.
 

Protected Member Functions

GUIQT_API void loadStyleSheet ()
 
- 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 called when the guiQt bundle is loaded.

Definition at line 27 of file Bundles/ui/guiQt/include/guiQt/Plugin.hpp.


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