ardour
Public Member Functions | Private Member Functions | List of all members
WindowsVSTPluginUI Class Reference

#include <windows_vst_plugin_ui.h>

Inheritance diagram for WindowsVSTPluginUI:
VSTPluginUI PlugUIBase PBD::ScopedConnectionList

Public Member Functions

 WindowsVSTPluginUI (boost::shared_ptr< ARDOUR::PluginInsert >, boost::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 (boost::shared_ptr< ARDOUR::PluginInsert >, boost::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 (boost::shared_ptr< ARDOUR::PluginInsert >)
 
virtual ~PlugUIBase ()
 
virtual bool resizable ()
 
virtual void activate ()
 
virtual void deactivate ()
 
void update_preset_list ()
 
void update_preset ()
 
void latency_button_clicked ()
 
virtual void grab_focus ()
 
- Public Member Functions inherited from PBD::ScopedConnectionList
 ScopedConnectionList ()
 
virtual ~ScopedConnectionList ()
 
void add_connection (const UnscopedConnection &c)
 
void drop_connections ()
 

Private Member Functions

int get_XID ()
 

Additional Inherited Members

- Public Attributes inherited from PlugUIBase
sigc::signal< void, bool > KeyboardFocused
 
- Protected Member Functions inherited from PlugUIBase
void set_latency_label ()
 
void add_plugin_setting ()
 
void save_plugin_setting ()
 
void delete_plugin_setting ()
 
void reset_plugin_parameters ()
 
bool focus_toggled (GdkEventButton *)
 
bool bypass_button_release (GdkEventButton *)
 
void toggle_description ()
 
void toggle_plugin_analysis ()
 
void processor_active_changed (boost::weak_ptr< ARDOUR::Processor > p)
 
void plugin_going_away ()
 
void automation_state_changed ()
 
virtual void parameter_changed (uint32_t, float)
 
void preset_added_or_removed ()
 
void update_preset_modified ()
 
- Protected Attributes inherited from VSTPluginUI
boost::shared_ptr
< ARDOUR::VSTPlugin
_vst
 
Gtk::Socket _socket
 
- Protected Attributes inherited from PlugUIBase
boost::shared_ptr
< ARDOUR::PluginInsert
insert
 
boost::shared_ptr< ARDOUR::Pluginplugin
 
ArdourDropdown _preset_combo
 
Gtk::Label _preset_modified
 
ArdourButton add_button
 
ArdourButton save_button
 
ArdourButton delete_button
 
ArdourButton reset_button
 
ArdourButton bypass_button
 
Gtk::EventBox focus_button
 
Gtk::Expander description_expander
 
Gtk::Expander plugin_analysis_expander
 
ArdourButton latency_button
 
ArdourButton automation_manual_all_button
 
ArdourButton automation_play_all_button
 
ArdourButton automation_write_all_button
 
ArdourButton automation_touch_all_button
 
LatencyGUIlatency_gui
 
ArdourWindowlatency_dialog
 
PluginEqGuieqgui
 
Gtk::Requisition pre_eq_size
 
Gtk::Image * focus_out_image
 
Gtk::Image * focus_in_image
 
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 22 of file windows_vst_plugin_ui.h.

Constructor & Destructor Documentation

WindowsVSTPluginUI::WindowsVSTPluginUI ( boost::shared_ptr< ARDOUR::PluginInsert pi,
boost::shared_ptr< ARDOUR::VSTPlugin vp,
GtkWidget *  parent 
)

Definition at line 41 of file windows_vst_plugin_ui.cc.

WindowsVSTPluginUI::~WindowsVSTPluginUI ( )

Definition at line 59 of file windows_vst_plugin_ui.cc.

Member Function Documentation

void WindowsVSTPluginUI::forward_key_event ( GdkEventKey *  ev)
virtual

Reimplemented from PlugUIBase.

Definition at line 76 of file windows_vst_plugin_ui.cc.

int WindowsVSTPluginUI::get_XID ( )
privatevirtual

Implements VSTPluginUI.

Definition at line 123 of file windows_vst_plugin_ui.cc.

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

Reimplemented from VSTPluginUI.

Definition at line 66 of file windows_vst_plugin_ui.cc.

bool WindowsVSTPluginUI::start_updating ( GdkEventAny *  )
inlinevirtual

Implements PlugUIBase.

Definition at line 28 of file windows_vst_plugin_ui.h.

bool WindowsVSTPluginUI::stop_updating ( GdkEventAny *  )
inlinevirtual

Implements PlugUIBase.

Definition at line 29 of file windows_vst_plugin_ui.h.


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