#include <gui_config.h>
◆ gkeyfile_config_db()
| gkeyfile_config_db::gkeyfile_config_db |
( |
GKeyFile * | kf, |
|
|
const char * | filename, |
|
|
const char * | section ) |
◆ ~gkeyfile_config_db()
| gkeyfile_config_db::~gkeyfile_config_db |
( |
| ) |
|
|
virtual |
◆ add_listener()
◆ get_bool()
| bool gkeyfile_config_db::get_bool |
( |
const char * | key, |
|
|
bool | def_value ) |
|
virtual |
◆ get_int()
| int gkeyfile_config_db::get_int |
( |
const char * | key, |
|
|
int | def_value ) |
|
virtual |
◆ get_string()
| std::string gkeyfile_config_db::get_string |
( |
const char * | key, |
|
|
const std::string & | def_value ) |
|
virtual |
◆ handle_error()
| void gkeyfile_config_db::handle_error |
( |
GError * | error | ) |
|
|
protected |
◆ has_dir()
| bool gkeyfile_config_db::has_dir |
( |
const char * | key | ) |
|
|
virtual |
◆ remove_notifier()
◆ save()
| void gkeyfile_config_db::save |
( |
| ) |
|
|
virtual |
◆ set_bool()
| void gkeyfile_config_db::set_bool |
( |
const char * | key, |
|
|
bool | value ) |
|
virtual |
◆ set_int()
| void gkeyfile_config_db::set_int |
( |
const char * | key, |
|
|
int | value ) |
|
virtual |
◆ set_string()
| void gkeyfile_config_db::set_string |
( |
const char * | key, |
|
|
const std::string & | value ) |
|
virtual |
◆ notifier
◆ filename
| std::string calf_utils::gkeyfile_config_db::filename |
|
protected |
◆ keyfile
| GKeyFile* calf_utils::gkeyfile_config_db::keyfile |
|
protected |
◆ notifiers
| std::vector<notifier *> calf_utils::gkeyfile_config_db::notifiers |
|
protected |
◆ section
| std::string calf_utils::gkeyfile_config_db::section |
|
protected |
The documentation for this class was generated from the following files:
- /home/runner/work/lmms-fork/lmms-fork/plugins/LadspaEffect/calf/veal/src/calf/gui_config.h
- /home/runner/work/lmms-fork/lmms-fork/plugins/LadspaEffect/calf/veal/src/gui_config.cpp