#include <inspectableproxy.h>
Inherits Inspectable.
Inheritance diagram for InspectableProxy:


Public Member Functions | |
| InspectableProxy (const std::list< Inspectable * > &list) | |
| constructor Takes a list of Inspectables for which the proxy stands. | |
| virtual | ~InspectableProxy () |
| default destructor | |
| bool | replaceList (const std::list< Inspectable * > &list) |
| this function is for replacing the old list | |
It "divides" the inspectable interface from the inspected object
| InspectableProxy | ( | const std::list< Inspectable * > & | list | ) |
constructor Takes a list of Inspectables for which the proxy stands.
Attention: The inspectables must have registered all their variables already!
| list | (list<Inspectable*>&) the list |
| ~InspectableProxy | ( | ) | [virtual] |
default destructor
| bool replaceList | ( | const std::list< Inspectable * > & | list | ) |
this function is for replacing the old list
| list | (list<Inspectable*>& the new list |
1.4.7