Ardour  9.0-pre0-844-g046623df59
WindowsVSTPluginUI Class Reference

#include <windows_vst_plugin_ui.h>

Inheritance diagram for WindowsVSTPluginUI:
[legend]

Public Member Functions

 WindowsVSTPluginUI (std::shared_ptr< ARDOUR::PlugInsertBase >, std::shared_ptr< ARDOUR::VSTPlugin >, GtkWidget *parent)
 
 ~WindowsVSTPluginUI ()
 
bool start_updating (GdkEventAny *)
 
bool stop_updating (GdkEventAny *)
 
int package (Gtk::Window &)
 
void forward_key_event (GdkEventKey *)
 
- Public Member Functions inherited from VSTPluginUI
 VSTPluginUI (std::shared_ptr< ARDOUR::PlugInsertBase >, std::shared_ptr< ARDOUR::VSTPlugin >)
 
virtual ~VSTPluginUI ()
 
virtual int get_preferred_height ()
 
virtual int get_preferred_width ()
 
bool on_window_show (const std::string &title)
 
void on_window_hide ()
 
bool non_gtk_gui () const
 
- Public Member Functions inherited from PlugUIBase
 PlugUIBase (std::shared_ptr< ARDOUR::PlugInsertBase >)
 
virtual ~PlugUIBase ()
 
virtual bool resizable ()
 
virtual bool is_external () const
 
virtual bool is_external_visible () const
 
virtual void activate ()
 
virtual void deactivate ()
 
void update_preset_list ()
 
void update_preset ()
 
void latency_button_clicked ()
 
void tailtime_button_clicked ()
 
virtual void grab_focus ()
 
- Public Member Functions inherited from PBD::ScopedConnectionList
 ScopedConnectionList ()
 
 ScopedConnectionList (const ScopedConnectionList &)=delete
 
ScopedConnectionListoperator= (const ScopedConnectionList &)=delete
 
virtual ~ScopedConnectionList ()
 
void add_connection (const UnscopedConnection &c)
 
void drop_connections ()
 

Private Member Functions

void resize_callback ()
 
int get_XID ()
 
void top_box_allocated (Gtk::Allocation &)
 

Private Attributes

PBD::ScopedConnection _resize_connection
 

Additional Inherited Members

- Public Attributes inherited from PlugUIBase
sigc::signal< void, bool > KeyboardFocused
 
- Protected Member Functions inherited from VSTPluginUI
bool dispatch_effeditkey (GdkEventKey *)
 
- Protected Member Functions inherited from PlugUIBase
void add_common_widgets (Gtk::HBox *, bool with_focus=true)
 
void set_latency_label ()
 
void set_tailtime_label ()
 
void add_plugin_setting ()
 
void save_plugin_setting ()
 
void delete_plugin_setting ()
 
void reset_plugin_parameters ()
 
void browse_presets ()
 
void manage_pins ()
 
bool focus_toggled (GdkEventButton *)
 
bool bypass_button_release (GdkEventButton *)
 
void toggle_description ()
 
void toggle_plugin_analysis ()
 
void toggle_cpuload_display ()
 
void processor_active_changed (std::weak_ptr< ARDOUR::Processor > p)
 
void plugin_going_away ()
 
void automation_state_changed ()
 
void preset_added_or_removed ()
 
void update_preset_modified ()
 
bool has_descriptive_presets () const
 
- Protected Attributes inherited from VSTPluginUI
std::shared_ptr< ARDOUR::VSTPlugin_vst
 
Gtk::Socket _socket
 
- Protected Attributes inherited from PlugUIBase
std::shared_ptr< ARDOUR::PlugInsertBase_pib
 
std::shared_ptr< ARDOUR::PluginInsert_pi
 
std::shared_ptr< ARDOUR::Pluginplugin
 
ArdourWidgets::ArdourDropdown _preset_combo
 
Gtk::Label _preset_modified
 
ArdourWidgets::ArdourButton _add_button
 
ArdourWidgets::ArdourButton _save_button
 
ArdourWidgets::ArdourButton _delete_button
 
ArdourWidgets::ArdourButton _preset_browser_button
 
ArdourWidgets::ArdourButton _reset_button
 
ArdourWidgets::ArdourButton _bypass_button
 
ArdourWidgets::ArdourButton _pin_management_button
 
Gtk::EventBox _focus_button
 
Gtk::Expander description_expander
 
Gtk::Expander plugin_analysis_expander
 
Gtk::Expander cpuload_expander
 
ArdourWidgets::ArdourButton _latency_button
 
ArdourWidgets::ArdourButton _tailtime_button
 
ArdourWidgets::ArdourButton automation_manual_all_button
 
ArdourWidgets::ArdourButton automation_play_all_button
 
ArdourWidgets::ArdourButton automation_write_all_button
 
ArdourWidgets::ArdourButton automation_touch_all_button
 
ArdourWidgets::ArdourButton automation_latch_all_button
 
TimeCtlGUIlatency_gui
 
ArdourWindowlatency_dialog
 
TimeCtlGUItailtime_gui
 
ArdourWindowtailtime_dialog
 
PluginEqGuieqgui
 
PluginLoadStatsGuistats_gui
 
PluginPresetsUIpreset_gui
 
ArdourWindowpreset_dialog
 
int _no_load_preset
 
PBD::ScopedConnection death_connection
 
PBD::ScopedConnection active_connection
 
PBD::ScopedConnection preset_added_connection
 
PBD::ScopedConnection preset_removed_connection
 
PBD::ScopedConnectionList control_connections
 

Detailed Description

Definition at line 25 of file windows_vst_plugin_ui.h.

Constructor & Destructor Documentation

◆ WindowsVSTPluginUI()

WindowsVSTPluginUI::WindowsVSTPluginUI ( std::shared_ptr< ARDOUR::PlugInsertBase ,
std::shared_ptr< ARDOUR::VSTPlugin ,
GtkWidget *  parent 
)

◆ ~WindowsVSTPluginUI()

WindowsVSTPluginUI::~WindowsVSTPluginUI ( )

Member Function Documentation

◆ forward_key_event()

void WindowsVSTPluginUI::forward_key_event ( GdkEventKey *  )
virtual

Reimplemented from PlugUIBase.

◆ get_XID()

int WindowsVSTPluginUI::get_XID ( )
privatevirtual

Implements VSTPluginUI.

◆ package()

int WindowsVSTPluginUI::package ( Gtk::Window &  )
virtual

Reimplemented from VSTPluginUI.

◆ resize_callback()

void WindowsVSTPluginUI::resize_callback ( )
private

◆ start_updating()

bool WindowsVSTPluginUI::start_updating ( GdkEventAny *  )
inlinevirtual

Implements PlugUIBase.

Definition at line 31 of file windows_vst_plugin_ui.h.

◆ stop_updating()

bool WindowsVSTPluginUI::stop_updating ( GdkEventAny *  )
inlinevirtual

Implements PlugUIBase.

Definition at line 32 of file windows_vst_plugin_ui.h.

◆ top_box_allocated()

void WindowsVSTPluginUI::top_box_allocated ( Gtk::Allocation &  )
privatevirtual

Reimplemented from VSTPluginUI.

Member Data Documentation

◆ _resize_connection

PBD::ScopedConnection WindowsVSTPluginUI::_resize_connection
private

Definition at line 44 of file windows_vst_plugin_ui.h.


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