Home
last modified time | relevance | path

Searched refs:rename_bank (Results 1 – 9 of 9) sorted by relevance

/dports/audio/guitarix-lv2/guitarix-0.43.1/src/gx_head/engine/
H A Djsonrpc_methods.gperf_tmpl80 "rename_bank", true
H A Dgx_preset.cpp1179 bool GxSettings::rename_bank(const Glib::ustring& oldname, Glib::ustring& newname) { in rename_bank() function in gx_preset::GxSettings
1182 return GxSettingsBase::rename_bank(oldname, newname, newfile); in rename_bank()
H A Djsonrpc.cpp571 FUNCTION(rename_bank) { in call()
574 jw.write(serv.settings.rename_bank(params[0]->getString(), newname)); in call()
H A Dgx_json.cpp1998 bool GxSettingsBase::rename_bank(const Glib::ustring& oldname, const Glib::ustring& newname, const … in rename_bank() function in gx_system::GxSettingsBase
/dports/audio/guitarix-lv2/guitarix-0.43.1/src/headers/
H A Dmachine.h133 virtual bool rename_bank(const Glib::ustring& oldname, Glib::ustring& newname) = 0;
324 virtual bool rename_bank(const Glib::ustring& oldname, Glib::ustring& newname);
510 virtual bool rename_bank(const Glib::ustring& oldname, Glib::ustring& newname);
H A Dgx_preset.h201 bool rename_bank(const Glib::ustring& oldname, Glib::ustring& newname);
H A Dgx_json.h501 …bool rename_bank(const Glib::ustring& oldname, const Glib::ustring& newname, const std::string& ne…
/dports/audio/guitarix-lv2/guitarix-0.43.1/src/gx_head/gui/
H A Dmachine.cpp723 bool GxMachine::rename_bank(const Glib::ustring& oldname, Glib::ustring& newname) { in rename_bank() function in gx_engine::GxMachine
724 return settings.rename_bank(oldname, newname); in rename_bank()
2288 bool GxMachineRemote::rename_bank(const Glib::ustring& oldname, Glib::ustring& newname) { in rename_bank() function in gx_engine::GxMachineRemote
2289 START_CALL(rename_bank); in rename_bank()
H A Dgx_preset_window.cpp746 machine.rename_bank(oldname, newname); in on_bank_edited()