cgv
|
abstract interface for observers of config files. More...
#include <register.h>
Public Member Functions | |
virtual void | multi_observe (base_ptr bp, const std::string &property_assignments, size_t off)=0 |
to be implemented method that adds permanent registration for a list of property assignments | |
abstract interface for observers of config files.
The typically used implementation is found in the cgv_gui library.
Definition at line 546 of file register.h.
|
pure virtual |
to be implemented method that adds permanent registration for a list of property assignments
Implemented in gui_config_file_observer.