25 #ifndef INSPECTABLEPROXY_H_
26 #define INSPECTABLEPROXY_H_
56 bool replaceList(
const std::list<Inspectable*>& list);
iparamkey name
Definition: inspectable.h:251
std::string iparamkey
Definition: inspectable.h:53
virtual ~InspectableProxy()
default destructor
Definition: inspectableproxy.cpp:50
bool replaceList(const std::list< Inspectable * > &list)
this function is for replacing the old list
Definition: inspectableproxy.cpp:64
InspectableProxy(const std::list< Inspectable * > &list, const iparamkey &name="InspectableProxy")
constructor Takes a list of Inspectables for which the proxy stands.
Definition: inspectableproxy.cpp:32
Interface for inspectable objects.
Definition: inspectable.h:48
This class is a proxy for the inspectable class.
Definition: inspectableproxy.h:35