|
cgv
|
abstract interface for a config file driver that handles permanent registration and gui config files. More...
#include <register.h>
Inherited by gui_config_file_driver.
Public Member Functions | |
| virtual config_file_observer * | find_config_file_observer (const std::string &file_name, const std::string &content)=0 |
| create or find a config_file_observer from the given file name and the read content of the config file | |
| virtual bool | process_gui_file (const std::string &file_name)=0 |
| process a gui file | |
abstract interface for a config file driver that handles permanent registration and gui config files.
The typically used implementation is found in the cgv_gui library.