#include <gx_json.h>
|
sigc::signal< void > & | signal_selection_changed () |
|
sigc::signal< void > & | signal_presetlist_changed () |
|
| GxSettingsBase (gx_engine::EngineControl &seq_) |
|
| ~GxSettingsBase () |
|
const Glib::ustring & | get_current_bank () |
|
PresetFile * | get_current_bank_file () |
|
const Glib::ustring & | get_current_name () |
|
void | set_statefilename (const std::string &fn) |
|
void | save_to_state (bool preserve_preset=false) |
|
void | set_source_to_state () |
|
void | erase_preset (const Glib::ustring &name) |
|
bool | setting_is_preset () |
|
bool | convert_preset (PresetFile &pf) |
|
void | reorder_preset (PresetFile &pf, const std::vector< Glib::ustring > &neworder) |
|
void | erase_preset (PresetFile &pf, const Glib::ustring &name) |
|
void | save (PresetFile &pf, const Glib::ustring &name) |
|
void | append (PresetFile &pf, const Glib::ustring &src, PresetFile &pftgt, const Glib::ustring &name) |
|
void | insert_before (PresetFile &pf, const Glib::ustring &src, PresetFile &pftgt, const Glib::ustring &pos, const Glib::ustring &name) |
|
void | insert_after (PresetFile &pf, const Glib::ustring &src, PresetFile &pftgt, const Glib::ustring &pos, const Glib::ustring &name) |
|
void | load_preset (PresetFile *pf, const Glib::ustring &name) |
|
bool | rename_bank (const Glib::ustring &oldname, const Glib::ustring &newname, const std::string &newfile) |
|
bool | remove_bank (const Glib::ustring &bank) |
|
bool | rename_preset (PresetFile &pf, const Glib::ustring &oldname, const Glib::ustring &newname) |
|
Definition at line 463 of file gx_json.h.
◆ GxSettingsBase()
◆ ~GxSettingsBase()
gx_system::GxSettingsBase::~GxSettingsBase |
( |
| ) |
|
◆ append()
void gx_system::GxSettingsBase::append |
( |
PresetFile & |
pf, |
|
|
const Glib::ustring & |
src, |
|
|
PresetFile & |
pftgt, |
|
|
const Glib::ustring & |
name |
|
) |
| |
◆ convert_preset()
bool gx_system::GxSettingsBase::convert_preset |
( |
PresetFile & |
pf | ) |
|
◆ erase_preset() [1/2]
void gx_system::GxSettingsBase::erase_preset |
( |
const Glib::ustring & |
name | ) |
|
◆ erase_preset() [2/2]
void gx_system::GxSettingsBase::erase_preset |
( |
PresetFile & |
pf, |
|
|
const Glib::ustring & |
name |
|
) |
| |
◆ get_current_bank()
const Glib::ustring & gx_system::GxSettingsBase::get_current_bank |
( |
| ) |
|
|
inline |
◆ get_current_bank_file()
PresetFile * gx_system::GxSettingsBase::get_current_bank_file |
( |
| ) |
|
|
inline |
◆ get_current_name()
const Glib::ustring & gx_system::GxSettingsBase::get_current_name |
( |
| ) |
|
|
inline |
◆ insert_after()
void gx_system::GxSettingsBase::insert_after |
( |
PresetFile & |
pf, |
|
|
const Glib::ustring & |
src, |
|
|
PresetFile & |
pftgt, |
|
|
const Glib::ustring & |
pos, |
|
|
const Glib::ustring & |
name |
|
) |
| |
◆ insert_before()
void gx_system::GxSettingsBase::insert_before |
( |
PresetFile & |
pf, |
|
|
const Glib::ustring & |
src, |
|
|
PresetFile & |
pftgt, |
|
|
const Glib::ustring & |
pos, |
|
|
const Glib::ustring & |
name |
|
) |
| |
◆ load_preset()
void gx_system::GxSettingsBase::load_preset |
( |
PresetFile * |
pf, |
|
|
const Glib::ustring & |
name |
|
) |
| |
◆ loadsetting()
bool gx_system::GxSettingsBase::loadsetting |
( |
PresetFile * |
p, |
|
|
const Glib::ustring & |
name |
|
) |
| |
|
protected |
◆ loadstate()
void gx_system::GxSettingsBase::loadstate |
( |
| ) |
|
|
protected |
◆ remove_bank()
bool gx_system::GxSettingsBase::remove_bank |
( |
const Glib::ustring & |
bank | ) |
|
◆ rename_bank()
bool gx_system::GxSettingsBase::rename_bank |
( |
const Glib::ustring & |
oldname, |
|
|
const Glib::ustring & |
newname, |
|
|
const std::string & |
newfile |
|
) |
| |
◆ rename_preset()
bool gx_system::GxSettingsBase::rename_preset |
( |
PresetFile & |
pf, |
|
|
const Glib::ustring & |
oldname, |
|
|
const Glib::ustring & |
newname |
|
) |
| |
◆ reorder_preset()
void gx_system::GxSettingsBase::reorder_preset |
( |
PresetFile & |
pf, |
|
|
const std::vector< Glib::ustring > & |
neworder |
|
) |
| |
◆ save()
void gx_system::GxSettingsBase::save |
( |
PresetFile & |
pf, |
|
|
const Glib::ustring & |
name |
|
) |
| |
◆ save_to_state()
void gx_system::GxSettingsBase::save_to_state |
( |
bool |
preserve_preset = false | ) |
|
◆ set_io()
◆ set_source_to_state()
void gx_system::GxSettingsBase::set_source_to_state |
( |
| ) |
|
◆ set_statefilename()
void gx_system::GxSettingsBase::set_statefilename |
( |
const std::string & |
fn | ) |
|
|
inline |
◆ setting_is_preset()
bool gx_system::GxSettingsBase::setting_is_preset |
( |
| ) |
|
|
inline |
◆ signal_presetlist_changed()
sigc::signal< void > & gx_system::GxSettingsBase::signal_presetlist_changed |
( |
| ) |
|
|
inline |
◆ signal_selection_changed()
sigc::signal< void > & gx_system::GxSettingsBase::signal_selection_changed |
( |
| ) |
|
|
inline |
◆ banks
◆ current_bank
Glib::ustring gx_system::GxSettingsBase::current_bank |
|
protected |
◆ current_name
Glib::ustring gx_system::GxSettingsBase::current_name |
|
protected |
◆ preset_io
◆ presetlist_changed
sigc::signal<void> gx_system::GxSettingsBase::presetlist_changed |
|
protected |
◆ selection_changed
sigc::signal<void> gx_system::GxSettingsBase::selection_changed |
|
protected |
◆ seq
◆ state_io
◆ statefile
StateFile gx_system::GxSettingsBase::statefile |
|
protected |
The documentation for this class was generated from the following file: