Guitarix
gx_preset::PluginPresetList Class Reference

#include <gx_preset.h>

Public Member Functions

 PluginPresetList (const std::string &fname, gx_engine::ParamMap &pmap, gx_engine::MidiControllerList &mctrl_)
 
bool start ()
 
bool next (Glib::ustring &name, bool *is_set=0)
 
bool set (const Glib::ustring &name)
 
void save (const Glib::ustring &name, const std::string &id, const char **groups)
 
bool remove (const Glib::ustring &name)
 

Detailed Description

Definition at line 110 of file gx_preset.h.

Constructor & Destructor Documentation

◆ PluginPresetList()

gx_preset::PluginPresetList::PluginPresetList ( const std::string &  fname,
gx_engine::ParamMap pmap,
gx_engine::MidiControllerList mctrl_ 
)

Definition at line 623 of file gx_preset.cpp.

Member Function Documentation

◆ next()

bool gx_preset::PluginPresetList::next ( Glib::ustring &  name,
bool *  is_set = 0 
)

Definition at line 649 of file gx_preset.cpp.

◆ remove()

bool gx_preset::PluginPresetList::remove ( const Glib::ustring &  name)

Definition at line 811 of file gx_preset.cpp.

Referenced by gx_preset::GxSettings::plugin_preset_list_remove().

◆ save()

void gx_preset::PluginPresetList::save ( const Glib::ustring &  name,
const std::string &  id,
const char **  groups 
)

Definition at line 766 of file gx_preset.cpp.

Referenced by gx_preset::GxSettings::plugin_preset_list_save().

◆ set()

bool gx_preset::PluginPresetList::set ( const Glib::ustring &  name)

Definition at line 689 of file gx_preset.cpp.

Referenced by gx_preset::GxSettings::plugin_preset_list_set().

◆ start()

bool gx_preset::PluginPresetList::start ( )

Definition at line 628 of file gx_preset.cpp.

Referenced by remove(), save(), and set().


The documentation for this class was generated from the following files: