9 #include "preferences/config.hpp" 11 #include <fwPreferences/IPreferences.hpp> 13 #include <boost/filesystem/path.hpp> 52 PREFERENCES_API
virtual void starting()
override;
55 PREFERENCES_API
virtual void stopping()
override;
58 PREFERENCES_API
virtual void updating()
override;
60 PREFERENCES_API
virtual void configuring()
override;
Preferences service API. This class represents the base interface for preferences services...
SPreferences() noexcept
Destructor.
::boost::filesystem::path m_prefFile
preference file
Service to load and save preferences.
The namespace preferences contains the service to manage the application's preferences (window size/p...
#define fwCoreServiceClassDefinitionsMacro(_classinfo_)
Generate common code for services classes.