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

abstract interface for a config file driver that handles permanent registration and gui config files. More...

#include <register.h>

Inheritance diagram for cgv::base::config_file_driver:
gui_config_file_driver

Public Member Functions

virtual config_file_observerfind_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
 

Detailed Description

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.

Definition at line 554 of file register.h.

Member Function Documentation

◆ find_config_file_observer()

virtual config_file_observer * cgv::base::config_file_driver::find_config_file_observer ( const std::string &  file_name,
const std::string &  content 
)
pure virtual

create or find a config_file_observer from the given file name and the read content of the config file

Implemented in gui_config_file_driver.

◆ process_gui_file()

virtual bool cgv::base::config_file_driver::process_gui_file ( const std::string &  file_name)
pure virtual

process a gui file

Implemented in gui_config_file_driver.


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