cgv
|
Public Member Functions | |
config_file_observer * | find_config_file_observer (const std::string &file_name, const std::string &content) |
create or find a config_file_observer from the given file name and the read content of the config file | |
bool | process_gui_file (const std::string &file_name) |
process a gui file | |
Static Protected Member Functions | |
static std::map< std::string, config_file_observer * > & | ref_config_file_observer_map () |
Definition at line 248 of file config_file.cxx.
|
inlinevirtual |
create or find a config_file_observer from the given file name and the read content of the config file
Implements cgv::base::config_file_driver.
Definition at line 257 of file config_file.cxx.
process a gui file
Implements cgv::base::config_file_driver.
Definition at line 269 of file config_file.cxx.
References cgv::gui::get_gui_driver().
|
inlinestaticprotected |
Definition at line 251 of file config_file.cxx.