1 #ifndef WS_PREFERENCES_H_INCLUDED
2 #define WS_PREFERENCES_H_INCLUDED
25 #include <boost/property_tree/ptree.hpp>
44 virtual const boost::property_tree::ptree& GetPreferences()
const;
46 virtual void SetPreferences(
const boost::property_tree::ptree&);
49 boost::property_tree::ptree m_preferences;
59 const std::string m_file;
65 #endif // end_of_inclde_guard
Implementation of IPreferences.
Interface expressing the ability of an object to have a ptree of preferences stored in it...
Interface for IPreferences.
Namespace for generic graphical shell for simulators.