Ardour  9.0-pre0-822-g12e3bc5c20
PluginUIWindow Class Reference

#include <plugin_ui.h>

Inheritance diagram for PluginUIWindow:
[legend]

Public Member Functions

 PluginUIWindow (std::shared_ptr< ARDOUR::PlugInsertBase >, 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)
 
virtual ~ArdourWindow ()
 
- Public Member Functions inherited from ARDOUR::SessionHandlePtr
 SessionHandlePtr (ARDOUR::Session *s)
 
 SessionHandlePtr ()
 
virtual ~SessionHandlePtr ()
 
virtual void set_session (ARDOUR::Session *)
 
virtual ARDOUR::Sessionsession () const
 
- 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 (std::shared_ptr< ARDOUR::PlugInsertBase >)
 
bool create_lxvst_editor (std::shared_ptr< ARDOUR::PlugInsertBase >)
 
bool create_mac_vst_editor (std::shared_ptr< ARDOUR::PlugInsertBase >)
 
bool create_audiounit_editor (std::shared_ptr< ARDOUR::PlugInsertBase >)
 
bool create_lv2_editor (std::shared_ptr< ARDOUR::PlugInsertBase >)
 
bool create_vst3_editor (std::shared_ptr< ARDOUR::PlugInsertBase >)
 

Private Attributes

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

Static Private Attributes

static PluginUIWindowthe_plugin_window
 

Additional Inherited Members

- Static Public Member Functions inherited from Gtkmm2ext::VisibilityTracker
static void set_use_window_manager_visibility (bool)
 
static bool use_window_manager_visibility ()
 
- Protected Member Functions inherited from ArdourWindow
bool on_focus_in_event (GdkEventFocus *)
 
bool on_focus_out_event (GdkEventFocus *)
 
bool on_delete_event (GdkEventAny *)
 
bool on_key_press_event (GdkEventKey *)
 
bool on_key_release_event (GdkEventKey *)
 
void on_unmap ()
 
- 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 350 of file plugin_ui.h.

Constructor & Destructor Documentation

◆ PluginUIWindow()

PluginUIWindow::PluginUIWindow ( std::shared_ptr< ARDOUR::PlugInsertBase ,
bool  scrollable = false,
bool  editor = true 
)

◆ ~PluginUIWindow()

PluginUIWindow::~PluginUIWindow ( )

Member Function Documentation

◆ app_activated()

void PluginUIWindow::app_activated ( bool  )
private

◆ create_audiounit_editor()

bool PluginUIWindow::create_audiounit_editor ( std::shared_ptr< ARDOUR::PlugInsertBase )
private

◆ create_lv2_editor()

bool PluginUIWindow::create_lv2_editor ( std::shared_ptr< ARDOUR::PlugInsertBase )
private

◆ create_lxvst_editor()

bool PluginUIWindow::create_lxvst_editor ( std::shared_ptr< ARDOUR::PlugInsertBase )
private

◆ create_mac_vst_editor()

bool PluginUIWindow::create_mac_vst_editor ( std::shared_ptr< ARDOUR::PlugInsertBase )
private

◆ create_vst3_editor()

bool PluginUIWindow::create_vst3_editor ( std::shared_ptr< ARDOUR::PlugInsertBase )
private

◆ create_windows_vst_editor()

bool PluginUIWindow::create_windows_vst_editor ( std::shared_ptr< ARDOUR::PlugInsertBase )
private

◆ keyboard_focused()

void PluginUIWindow::keyboard_focused ( bool  yn)
private

◆ on_hide()

void PluginUIWindow::on_hide ( )

◆ on_key_press_event()

bool PluginUIWindow::on_key_press_event ( GdkEventKey *  )

◆ on_key_release_event()

bool PluginUIWindow::on_key_release_event ( GdkEventKey *  )

◆ on_show()

void PluginUIWindow::on_show ( )

◆ plugin_going_away()

void PluginUIWindow::plugin_going_away ( )
private

◆ pluginui()

PlugUIBase& PluginUIWindow::pluginui ( )
inline

Definition at line 358 of file plugin_ui.h.

◆ resize_preferred()

void PluginUIWindow::resize_preferred ( )

◆ set_parent()

void PluginUIWindow::set_parent ( Gtk::Window *  )

◆ set_title()

void PluginUIWindow::set_title ( const std::string &  title)

Member Data Documentation

◆ _keyboard_focused

bool PluginUIWindow::_keyboard_focused
private

Definition at line 377 of file plugin_ui.h.

◆ _pluginui

PlugUIBase* PluginUIWindow::_pluginui
private

Definition at line 372 of file plugin_ui.h.

◆ _title

std::string PluginUIWindow::_title
private

Definition at line 371 of file plugin_ui.h.

◆ death_connection

PBD::ScopedConnection PluginUIWindow::death_connection
private

Definition at line 373 of file plugin_ui.h.

◆ parent

Gtk::Window* PluginUIWindow::parent
private

Definition at line 374 of file plugin_ui.h.

◆ the_plugin_window

PluginUIWindow* PluginUIWindow::the_plugin_window
staticprivate

Definition at line 395 of file plugin_ui.h.

◆ vbox

Gtk::VBox PluginUIWindow::vbox
private

Definition at line 375 of file plugin_ui.h.

◆ was_visible

bool PluginUIWindow::was_visible
private

Definition at line 376 of file plugin_ui.h.


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