cgv
Loading...
Searching...
No Matches
cgv::base::config_file_observer Struct Referenceabstract

abstract interface for observers of config files. More...

#include <register.h>

Inheritance diagram for cgv::base::config_file_observer:
gui_config_file_observer

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
 

Detailed Description

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.

Member Function Documentation

◆ multi_observe()

virtual void cgv::base::config_file_observer::multi_observe ( base_ptr  bp,
const std::string &  property_assignments,
size_t  off 
)
pure virtual

to be implemented method that adds permanent registration for a list of property assignments

Implemented in gui_config_file_observer.


The documentation for this struct was generated from the following file: