Guitarix
|
#include <ladspalist.h>
Public Member Functions | |
PluginDisplay (gx_engine::GxMachineBase &machine, Glib::RefPtr< Gdk::Pixbuf > icon, sigc::slot< void, bool, bool > finished_callback) | |
~PluginDisplay () | |
bool | check_exit () |
void | present () |
void | hide () |
Private Member Functions | |
void | set_title () |
void | on_save () |
void | on_apply () |
void | on_quit () |
void | on_select_all (bool v) |
void | on_find () |
bool | on_delete_event (GdkEventAny *) |
void | on_show_details () |
void | on_add_dry_wet_controller () |
void | on_stereo_to_mono_controller () |
void | on_stereo_to_mono () |
void | on_row_activated (const Gtk::TreePath &path, Gtk::TreeViewColumn *column) |
void | on_label_edited (const Glib::ustring &path, const Glib::ustring &newtext) |
void | on_parameter_selection_changed () |
void | on_reordered (const Gtk::TreePath &path) |
void | on_type_edited (const Glib::ustring &path, const Glib::ustring &newtext) |
void | on_step_edited (const Glib::ustring &path, const Glib::ustring &newtext) |
void | on_newrow_toggled (const Glib::ustring &path) |
void | on_caption_toggled (const Glib::ustring &path) |
void | on_name_edited (const Glib::ustring &path, const Glib::ustring &newtext) |
void | on_dflt_edited (const Glib::ustring &path, const Glib::ustring &newtext) |
void | on_low_edited (const Glib::ustring &path, const Glib::ustring &newtext) |
void | on_up_edited (const Glib::ustring &path, const Glib::ustring &newtext) |
void | on_search_entry_activate () |
void | selection_changed () |
void | on_active_toggled (const Glib::ustring &path) |
void | on_view_changed (const Gtk::ToggleButton *) |
void | display_category (const Gtk::TreeIter &it) |
void | display_quirks (const Gtk::TreeIter &it) |
void | on_mono_stereo_changed () |
void | on_delete_changes () |
bool | search_equal (const Glib::RefPtr< Gtk::TreeModel > &model, int column, const Glib::ustring &key, const Gtk::TreeIter &iter) |
void | display_label (Gtk::CellRenderer *cell, const Gtk::TreeIter &it) |
void | display_step (Gtk::CellRenderer *cell, const Gtk::TreeIter &it) |
void | display_ladspa (Gtk::CellRenderer *cell, const Gtk::TreeIter &it) |
void | display_idx (Gtk::CellRenderer *cell, const Gtk::TreeIter &it) |
void | display_name (Gtk::CellRenderer *cell, const Gtk::TreeIter &it) |
void | display_default (Gtk::CellRenderer *cell, const Gtk::TreeIter &it) |
void | display_lower (Gtk::CellRenderer *cell, const Gtk::TreeIter &it) |
void | display_upper (Gtk::CellRenderer *cell, const Gtk::TreeIter &it) |
void | display_SR (Gtk::CellRenderer *cell, const Gtk::TreeIter &it) |
void | display_type (Gtk::CellRenderer *cell, const Gtk::TreeIter &it) |
void | display_newrow (Gtk::CellRenderer *cell, const Gtk::TreeIter &it) |
void | display_caption (Gtk::CellRenderer *cell, const Gtk::TreeIter &it) |
bool | check_for_changes () |
int | ask_discard () |
void | save_current () |
void | load () |
bool | do_save () |
void | set_old_state (PluginDesc *p) |
void | display_master_idx (const Gtk::TreeIter &it) |
void | set_master_text () |
void | load_ladspalist (std::vector< unsigned long > &old_not_found, std::vector< PluginDesc * > &l) |
Private Attributes | |
gx_engine::GxMachineBase & | machine |
LadspaPluginList | pluginlist |
std::vector< PluginDesc * > | needs_reload |
PluginDesc * | current_plugin |
int | old_state |
Glib::RefPtr< gx_gui::GxBuilder > | bld |
int | change_count |
Glib::RefPtr< Gio::SimpleActionGroup > | actiongroup |
Glib::RefPtr< EnumListStore > | enum_liststore |
Glib::RefPtr< PortListStore > | port_liststore |
Glib::RefPtr< PluginListStore > | plugin_liststore |
Glib::RefPtr< MasterIdxListStore > | masteridx_liststore |
sigc::connection | on_reordered_conn |
Glib::RefPtr< Gtk::ListStore > | display_type_list |
Glib::RefPtr< Gtk::ListStore > | display_type_list_sr |
Glib::RefPtr< Gtk::ListStore > | output_type_list |
sigc::slot< void, bool, bool > | finished_callback |
bool | reload_plug |
Gtk::Window * | window |
Gtk::TreeView * | treeview1 |
Gtk::TreeView * | treeview2 |
Gtk::TreeView * | treeview3 |
Gtk::Entry * | ladspa_category |
Gtk::Entry * | ladspa_maker |
Gtk::Entry * | ladspa_uniqueid |
Gtk::Entry * | search_entry |
Gtk::ComboBox * | combobox_mono_stereo |
Gtk::ToggleButton * | selected_only |
Gtk::ToggleButton * | changed_only |
Gtk::ToggleButton * | ladspa_only |
Gtk::ToggleButton * | lv2_only |
Gtk::ToggleButton * | show_all |
Gtk::Box * | details_box |
Gtk::ToggleButton * | show_details |
Gtk::Entry * | plugin_name |
Gtk::ComboBox * | plugin_category |
Gtk::ToggleButton * | dry_wet_button |
Gtk::ToggleButton * | stereo_to_mono_button |
Gtk::ComboBox * | plugin_quirks |
Gtk::ComboBox * | master_slider_idx |
Gtk::Entry * | master_slider_name |
Gtk::CellRendererText * | cellrenderer_master |
Gtk::CellRendererToggle * | cellrenderer_newrow |
Gtk::CellRendererToggle * | cellrenderer_caption |
Gtk::CellRendererToggle * | cellrenderer_active |
Gtk::CellRendererText * | cellrenderer_category |
Gtk::CellRendererText * | cellrenderer_quirks |
Definition at line 85 of file ladspalist.h.
ladspa::PluginDisplay::PluginDisplay | ( | gx_engine::GxMachineBase & | machine, |
Glib::RefPtr< Gdk::Pixbuf > | icon, | ||
sigc::slot< void, bool, bool > | finished_callback | ||
) |
ladspa::PluginDisplay::~PluginDisplay | ( | ) |
|
private |
bool ladspa::PluginDisplay::check_exit | ( | ) |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
inline |
Definition at line 194 of file ladspalist.h.
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
inline |
Definition at line 193 of file ladspalist.h.
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
Definition at line 94 of file ladspalist.h.
|
private |
Definition at line 92 of file ladspalist.h.
|
private |
Definition at line 132 of file ladspalist.h.
|
private |
Definition at line 131 of file ladspalist.h.
|
private |
Definition at line 133 of file ladspalist.h.
|
private |
Definition at line 129 of file ladspalist.h.
|
private |
Definition at line 130 of file ladspalist.h.
|
private |
Definition at line 134 of file ladspalist.h.
|
private |
Definition at line 93 of file ladspalist.h.
|
private |
Definition at line 116 of file ladspalist.h.
|
private |
Definition at line 114 of file ladspalist.h.
|
private |
Definition at line 90 of file ladspalist.h.
|
private |
Definition at line 120 of file ladspalist.h.
|
private |
Definition at line 100 of file ladspalist.h.
|
private |
Definition at line 101 of file ladspalist.h.
|
private |
Definition at line 124 of file ladspalist.h.
|
private |
Definition at line 95 of file ladspalist.h.
|
private |
Definition at line 103 of file ladspalist.h.
|
private |
Definition at line 110 of file ladspalist.h.
|
private |
Definition at line 111 of file ladspalist.h.
|
private |
Definition at line 117 of file ladspalist.h.
|
private |
Definition at line 112 of file ladspalist.h.
|
private |
Definition at line 118 of file ladspalist.h.
|
private |
Definition at line 87 of file ladspalist.h.
|
private |
Definition at line 127 of file ladspalist.h.
|
private |
Definition at line 128 of file ladspalist.h.
|
private |
Definition at line 98 of file ladspalist.h.
|
private |
Definition at line 89 of file ladspalist.h.
|
private |
Definition at line 91 of file ladspalist.h.
|
private |
Definition at line 99 of file ladspalist.h.
|
private |
Definition at line 102 of file ladspalist.h.
|
private |
Definition at line 123 of file ladspalist.h.
|
private |
Definition at line 97 of file ladspalist.h.
|
private |
Definition at line 122 of file ladspalist.h.
|
private |
Definition at line 126 of file ladspalist.h.
|
private |
Definition at line 88 of file ladspalist.h.
|
private |
Definition at line 96 of file ladspalist.h.
|
private |
Definition at line 104 of file ladspalist.h.
|
private |
Definition at line 113 of file ladspalist.h.
|
private |
Definition at line 115 of file ladspalist.h.
|
private |
Definition at line 119 of file ladspalist.h.
|
private |
Definition at line 121 of file ladspalist.h.
|
private |
Definition at line 125 of file ladspalist.h.
|
private |
Definition at line 107 of file ladspalist.h.
|
private |
Definition at line 108 of file ladspalist.h.
|
private |
Definition at line 109 of file ladspalist.h.
|
private |
Definition at line 106 of file ladspalist.h.