10 using boost::property_tree::wptree;
33 virtual void Load(
const wptree& pt) {}
36 virtual void Save(wptree& pt)
const {}
std::vector< boost::signals2::connection > connection_collector
You can put connections between ScopeValues in different classes in here.
virtual void SetReadOnlyWhileScanning(const RunState &_runstate)
set values that must not be changed to read-only during scanning.
All parameter classes derive from this.
Base class for all Scope datatypes here, provides a uniform interface (and saves typing...).
virtual void Load(const wptree &pt)
load parameters from a boost::property_tree
In here all declarations for all kinds of datatypes Scope needs.
virtual void Save(wptree &pt) const
save parameters into a boost:property_tree