#include <plugin_ui.h>
Definition at line 90 of file plugin_ui.h.
◆ PlugUIBase()
◆ ~PlugUIBase()
virtual PlugUIBase::~PlugUIBase |
( |
| ) |
|
|
virtual |
◆ activate()
virtual void PlugUIBase::activate |
( |
| ) |
|
|
inlinevirtual |
◆ add_common_widgets()
void PlugUIBase::add_common_widgets |
( |
Gtk::HBox * |
, |
|
|
bool |
with_focus = true |
|
) |
| |
|
protected |
◆ add_plugin_setting()
void PlugUIBase::add_plugin_setting |
( |
| ) |
|
|
protected |
◆ automation_state_changed()
void PlugUIBase::automation_state_changed |
( |
| ) |
|
|
protected |
◆ browse_presets()
void PlugUIBase::browse_presets |
( |
| ) |
|
|
protected |
◆ bypass_button_release()
◆ deactivate()
virtual void PlugUIBase::deactivate |
( |
| ) |
|
|
inlinevirtual |
◆ delete_plugin_setting()
void PlugUIBase::delete_plugin_setting |
( |
| ) |
|
|
protected |
◆ focus_toggled()
◆ forward_key_event()
virtual void PlugUIBase::forward_key_event |
( |
GdkEventKey * |
| ) |
|
|
inlinevirtual |
◆ get_preferred_height()
virtual gint PlugUIBase::get_preferred_height |
( |
| ) |
|
|
pure virtual |
◆ get_preferred_width()
virtual gint PlugUIBase::get_preferred_width |
( |
| ) |
|
|
pure virtual |
◆ grab_focus()
virtual void PlugUIBase::grab_focus |
( |
| ) |
|
|
inlinevirtual |
◆ has_descriptive_presets()
bool PlugUIBase::has_descriptive_presets |
( |
| ) |
const |
|
protected |
◆ is_external()
virtual bool PlugUIBase::is_external |
( |
| ) |
const |
|
inlinevirtual |
◆ is_external_visible()
virtual bool PlugUIBase::is_external_visible |
( |
| ) |
const |
|
inlinevirtual |
◆ latency_button_clicked()
void PlugUIBase::latency_button_clicked |
( |
| ) |
|
◆ manage_pins()
void PlugUIBase::manage_pins |
( |
| ) |
|
|
protected |
◆ non_gtk_gui()
virtual bool PlugUIBase::non_gtk_gui |
( |
| ) |
const |
|
inlinevirtual |
◆ on_window_hide()
virtual void PlugUIBase::on_window_hide |
( |
| ) |
|
|
inlinevirtual |
◆ on_window_show()
virtual bool PlugUIBase::on_window_show |
( |
const std::string & |
| ) |
|
|
inlinevirtual |
◆ plugin_going_away()
void PlugUIBase::plugin_going_away |
( |
| ) |
|
|
protected |
◆ preset_added_or_removed()
void PlugUIBase::preset_added_or_removed |
( |
| ) |
|
|
protected |
◆ preset_selected()
◆ processor_active_changed()
◆ reset_plugin_parameters()
void PlugUIBase::reset_plugin_parameters |
( |
| ) |
|
|
protected |
◆ resizable()
virtual bool PlugUIBase::resizable |
( |
| ) |
|
|
inlinevirtual |
◆ save_plugin_setting()
void PlugUIBase::save_plugin_setting |
( |
| ) |
|
|
protected |
◆ set_latency_label()
void PlugUIBase::set_latency_label |
( |
| ) |
|
|
protected |
◆ set_tailtime_label()
void PlugUIBase::set_tailtime_label |
( |
| ) |
|
|
protected |
◆ start_updating()
virtual bool PlugUIBase::start_updating |
( |
GdkEventAny * |
| ) |
|
|
pure virtual |
◆ stop_updating()
virtual bool PlugUIBase::stop_updating |
( |
GdkEventAny * |
| ) |
|
|
pure virtual |
◆ tailtime_button_clicked()
void PlugUIBase::tailtime_button_clicked |
( |
| ) |
|
◆ toggle_cpuload_display()
void PlugUIBase::toggle_cpuload_display |
( |
| ) |
|
|
protected |
◆ toggle_description()
void PlugUIBase::toggle_description |
( |
| ) |
|
|
protected |
◆ toggle_plugin_analysis()
void PlugUIBase::toggle_plugin_analysis |
( |
| ) |
|
|
protected |
◆ update_preset()
void PlugUIBase::update_preset |
( |
| ) |
|
◆ update_preset_list()
void PlugUIBase::update_preset_list |
( |
| ) |
|
◆ update_preset_modified()
void PlugUIBase::update_preset_modified |
( |
| ) |
|
|
protected |
◆ _add_button
◆ _bypass_button
a button to bypass the plugin
Definition at line 147 of file plugin_ui.h.
◆ _delete_button
a button to delete the current preset (if it is a user one)
Definition at line 141 of file plugin_ui.h.
◆ _focus_button
a button to acquire keyboard focus
Definition at line 151 of file plugin_ui.h.
◆ _focus_in_image
◆ _focus_out_image
◆ _latency_button
a button which, when clicked, opens the latency GUI
Definition at line 159 of file plugin_ui.h.
◆ _no_load_preset
int PlugUIBase::_no_load_preset |
|
protected |
◆ _pi
◆ _pib
◆ _pin_management_button
and self-explaining button :)
Definition at line 149 of file plugin_ui.h.
◆ _preset_browser_button
a button to show a preset browser
Definition at line 143 of file plugin_ui.h.
◆ _preset_combo
a ComboBoxText which lists presets and manages their selection
Definition at line 133 of file plugin_ui.h.
◆ _preset_modified
a label which has a * in if the current settings are different from the preset being shown
Definition at line 135 of file plugin_ui.h.
◆ _reset_button
a button to delete the reset the plugin params
Definition at line 145 of file plugin_ui.h.
◆ _save_button
a button to save the current settings as a new user preset
Definition at line 139 of file plugin_ui.h.
◆ _tailtime_button
a button which, when clicked, opens the tailtime GUI
Definition at line 161 of file plugin_ui.h.
◆ active_connection
◆ automation_latch_all_button
a button which sets all controls' automation setting to Latch
Definition at line 171 of file plugin_ui.h.
◆ automation_manual_all_button
a button which sets all controls' automation setting to Manual
Definition at line 163 of file plugin_ui.h.
◆ automation_play_all_button
a button which sets all controls' automation setting to Play
Definition at line 165 of file plugin_ui.h.
◆ automation_touch_all_button
a button which sets all controls' automation setting to Touch
Definition at line 169 of file plugin_ui.h.
◆ automation_write_all_button
a button which sets all controls' automation setting to Write
Definition at line 167 of file plugin_ui.h.
◆ control_connections
◆ cpuload_expander
an expander containing the plugin cpu profile
Definition at line 157 of file plugin_ui.h.
◆ death_connection
◆ description_expander
an expander containing the plugin description
Definition at line 153 of file plugin_ui.h.
◆ eqgui
◆ KeyboardFocused
sigc::signal<void,bool> PlugUIBase::KeyboardFocused |
◆ latency_dialog
◆ latency_gui
◆ plugin
◆ plugin_analysis_expander
an expander containing the plugin analysis graph
Definition at line 155 of file plugin_ui.h.
◆ preset_added_connection
◆ preset_dialog
◆ preset_gui
◆ preset_removed_connection
◆ stats_gui
◆ tailtime_dialog
◆ tailtime_gui
The documentation for this class was generated from the following file: