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

#include <plugin_ui.h>

Inheritance diagram for PluginUIWindow:
ArdourWindow ARDOUR::SessionHandlePtr Gtkmm2ext::VisibilityTracker

Public Member Functions

 PluginUIWindow (boost::shared_ptr< ARDOUR::PluginInsert > insert, bool scrollable=false, bool editor=true)
 
 ~PluginUIWindow ()
 
PlugUIBasepluginui ()
 
void resize_preferred ()
 
void set_parent (Gtk::Window *)
 
void set_title (const std::string &title)
 
bool on_key_press_event (GdkEventKey *)
 
bool on_key_release_event (GdkEventKey *)
 
void on_show ()
 
void on_hide ()
 
- Public Member Functions inherited from ArdourWindow
 ArdourWindow (std::string title)
 
 ArdourWindow (Gtk::Window &parent, std::string title)
 
 ~ArdourWindow ()
 
bool on_focus_in_event (GdkEventFocus *)
 
bool on_focus_out_event (GdkEventFocus *)
 
bool on_delete_event (GdkEventAny *)
 
bool on_key_press_event (GdkEventKey *)
 
void on_unmap ()
 
- Public Member Functions inherited from ARDOUR::SessionHandlePtr
 SessionHandlePtr (ARDOUR::Session *s)
 
 SessionHandlePtr ()
 
virtual ~SessionHandlePtr ()
 
virtual void set_session (ARDOUR::Session *)
 
- Public Member Functions inherited from Gtkmm2ext::VisibilityTracker
 VisibilityTracker (Gtk::Window &)
 
virtual ~VisibilityTracker ()
 
void cycle_visibility ()
 
bool fully_visible () const
 
bool not_visible () const
 
bool partially_visible () const
 
Gtk::Window & window () const
 

Private Member Functions

void keyboard_focused (bool yn)
 
void app_activated (bool)
 
void plugin_going_away ()
 
bool create_windows_vst_editor (boost::shared_ptr< ARDOUR::PluginInsert >)
 
bool create_lxvst_editor (boost::shared_ptr< ARDOUR::PluginInsert >)
 
bool create_audiounit_editor (boost::shared_ptr< ARDOUR::PluginInsert >)
 
bool create_lv2_editor (boost::shared_ptr< ARDOUR::PluginInsert >)
 

Private Attributes

std::string _title
 
PlugUIBase_pluginui
 
PBD::ScopedConnection death_connection
 
Gtk::Window * parent
 
Gtk::VBox vbox
 
bool was_visible
 
bool _keyboard_focused
 

Additional Inherited Members

- Protected Member Functions inherited from ARDOUR::SessionHandlePtr
virtual void session_going_away ()
 
- Protected Attributes inherited from ARDOUR::SessionHandlePtr
ARDOUR::Session_session
 
PBD::ScopedConnectionList _session_connections
 

Detailed Description

Definition at line 309 of file plugin_ui.h.

Constructor & Destructor Documentation

PluginUIWindow::PluginUIWindow ( boost::shared_ptr< ARDOUR::PluginInsert insert,
bool  scrollable = false,
bool  editor = true 
)

Definition at line 81 of file plugin_ui.cc.

PluginUIWindow::~PluginUIWindow ( )

Definition at line 161 of file plugin_ui.cc.

Member Function Documentation

void PluginUIWindow::app_activated ( bool  )
private

Definition at line 298 of file plugin_ui.cc.

bool PluginUIWindow::create_audiounit_editor ( boost::shared_ptr< ARDOUR::PluginInsert )
private

Definition at line 277 of file plugin_ui.cc.

bool PluginUIWindow::create_lv2_editor ( boost::shared_ptr< ARDOUR::PluginInsert insert)
private

Definition at line 323 of file plugin_ui.cc.

bool PluginUIWindow::create_lxvst_editor ( boost::shared_ptr< ARDOUR::PluginInsert )
private

Definition at line 247 of file plugin_ui.cc.

bool PluginUIWindow::create_windows_vst_editor ( boost::shared_ptr< ARDOUR::PluginInsert )
private

Definition at line 217 of file plugin_ui.cc.

void PluginUIWindow::keyboard_focused ( bool  yn)
private

Definition at line 346 of file plugin_ui.cc.

void PluginUIWindow::on_hide ( )

Definition at line 193 of file plugin_ui.cc.

bool PluginUIWindow::on_key_press_event ( GdkEventKey *  event)

Definition at line 352 of file plugin_ui.cc.

bool PluginUIWindow::on_key_release_event ( GdkEventKey *  event)

Definition at line 388 of file plugin_ui.cc.

void PluginUIWindow::on_show ( )

Definition at line 170 of file plugin_ui.cc.

void PluginUIWindow::plugin_going_away ( )
private

Definition at line 404 of file plugin_ui.cc.

PlugUIBase& PluginUIWindow::pluginui ( )
inline

Definition at line 317 of file plugin_ui.h.

void PluginUIWindow::resize_preferred ( )
void PluginUIWindow::set_parent ( Gtk::Window *  )
void PluginUIWindow::set_title ( const std::string &  title)

Definition at line 207 of file plugin_ui.cc.

Member Data Documentation

bool PluginUIWindow::_keyboard_focused
private

Definition at line 336 of file plugin_ui.h.

PlugUIBase* PluginUIWindow::_pluginui
private

Definition at line 331 of file plugin_ui.h.

std::string PluginUIWindow::_title
private

Definition at line 330 of file plugin_ui.h.

PBD::ScopedConnection PluginUIWindow::death_connection
private

Definition at line 332 of file plugin_ui.h.

Gtk::Window* PluginUIWindow::parent
private

Definition at line 333 of file plugin_ui.h.

Gtk::VBox PluginUIWindow::vbox
private

Definition at line 334 of file plugin_ui.h.

bool PluginUIWindow::was_visible
private

Definition at line 335 of file plugin_ui.h.


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